:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #ffa825;
	--bs-yellow: #ffc107;
	--bs-green: #9cebb7;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: rgba(0, 0, 0, 0.8);
	--bs-gray-dark: #2b2b2b;
	--bs-gray-100: #f1f1f3;
	--bs-gray-200: #e8e9f3;
	--bs-gray-300: #e9eefe;
	--bs-gray-400: rgba(30, 30, 62, 0.2);
	--bs-gray-500: rgba(0, 0, 0, 0.5);
	--bs-gray-600: rgba(0, 0, 0, 0.8);
	--bs-gray-700: #495057;
	--bs-gray-800: #2b2b2b;
	--bs-gray-900: #000;
	--bs-white: #fff;
	--bs-orange: #ffa825;
	--bs-green: #9cebb7;
	--bs-gray: rgba(0, 0, 0, 0.5);
	--bs-muted: rgba(0, 0, 0, 0.8);
	--bs-black: #000;
	--bs-primary: #0462f0;
	--bs-secondary: #11b1ff;
	--bs-success: #9cebb7;
	--bs-info: #1e1e3e;
	--bs-warning: #ffc107;
	--bs-danger: #f50;
	--bs-light: #f1f1f3;
	--bs-dark: #1e1e3e;
	--bs-primary-rgb: 4, 98, 240;
	--bs-secondary-rgb: 17, 177, 255;
	--bs-success-rgb: 156, 235, 183;
	--bs-info-rgb: 30, 30, 62;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 255, 85, 0;
	--bs-light-rgb: 241, 241, 243;
	--bs-dark-rgb: 30, 30, 62;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.6;
	--bs-body-color: #000;
	--bs-body-bg: #fff
}

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

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
	margin: 1rem 0;
	color: #000;
	background-color: currentColor;
	border: 0;
	opacity: 1
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 800;
	line-height: 1.2;
	color: #000
}

h1,
.h1 {
	font-size: calc(1.45rem + 2.4vw)
}

h2,
.h2 {
	font-size: calc(1.425rem + 2.1vw)
}

h3,
.h3 {
	font-size: calc(1.35rem + 1.2vw)
}

h4,
.h4 {
	font-size: calc(1.275rem + .3vw)
}

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

h6,
.h6 {
	font-size: 1.125rem
}

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

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

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

ol,
ul {
	padding-left: 2rem
}

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

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

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: 700
}

small,
.small {
	font-size: .875em
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #0462f0;
	text-decoration: none
}

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

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

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

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

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #000;
	border-radius: .2rem
}

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

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

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

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: rgba(0, 0, 0, 0.8);
	text-align: left
}

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

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

label {
	display: inline-block
}

button {
	border-radius: 0
}

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

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

button,
select {
	text-transform: none
}

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

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

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

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

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

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

textarea {
	resize: vertical
}

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

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

legend+* {
	clear: left
}

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

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

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

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

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

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

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

output {
	display: inline-block
}

iframe {
	border: 0
}

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

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

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

.display-1 {
	font-size: calc(1.5rem + 3vw);
	font-weight: 400;
	line-height: 1.2
}

.display-2 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 400;
	line-height: 1.2
}

.display-3 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 400;
	line-height: 1.2
}

.display-4 {
	font-size: calc(1.35rem + 1.2vw);
	font-weight: 400;
	line-height: 1.2
}

.display-5 {
	font-size: calc(1.3rem + .6vw);
	font-weight: 400;
	line-height: 1.2
}

.display-6 {
	font-size: calc(1.2625rem + .15vw);
	font-weight: 400;
	line-height: 1.2
}

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

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

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

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

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: rgba(0, 0, 0, 0.8)
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #e9eefe;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: .875em;
	color: rgba(0, 0, 0, 0.8)
}

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

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	-ms-flex-negative: 0;
	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)
}

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

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

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

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

.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}

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

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

.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}

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

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%
}

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

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

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

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

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

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

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

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

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.table {
	--bs-table-bg: rgba(0, 0, 0, 0);
	--bs-table-accent-bg: rgba(0, 0, 0, 0);
	--bs-table-striped-color: #000;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #000;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #000;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #000;
	vertical-align: top;
	border-color: #e9eefe
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:first-child) {
	border-top: 2px solid currentColor
}

.caption-top {
	caption-side: top
}

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

.table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

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

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

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

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

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

.table-primary {
	--bs-table-bg: #cde0fc;
	--bs-table-striped-bg: #c3d5ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #b9cae3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #becfe9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #b9cae3
}

.table-secondary {
	--bs-table-bg: #cfefff;
	--bs-table-striped-bg: #c5e3f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bad7e6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfddec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bad7e6
}

.table-success {
	--bs-table-bg: #ebfbf1;
	--bs-table-striped-bg: #dfeee5;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #d4e2d9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d9e8df;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #d4e2d9
}

.table-info {
	--bs-table-bg: #d2d2d8;
	--bs-table-striped-bg: #c8c8cd;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bdbdc2;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c2c2c8;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bdbdc2
}

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

.table-danger {
	--bs-table-bg: #fdc;
	--bs-table-striped-bg: #f2d2c2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6c7b8;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ecccbd;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6c7b8
}

.table-light {
	--bs-table-bg: #f1f1f3;
	--bs-table-striped-bg: #e5e5e7;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #d9d9db;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #dfdfe1;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #d9d9db
}

.table-dark {
	--bs-table-bg: #1e1e3e;
	--bs-table-striped-bg: #292948;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #353551;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #2f2f4c;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #353551
}

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

.form-label {
	margin-bottom: .5rem
}

.col-form-label {
	padding-top: calc(.638rem + 1px);
	padding-bottom: calc(.638rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.6
}

.col-form-label-lg {
	padding-top: calc(.888rem + 1px);
	padding-bottom: calc(.888rem + 1px);
	font-size: 1rem
}

.col-form-label-sm {
	padding-top: calc(.365rem + 1px);
	padding-bottom: calc(.365rem + 1px);
	font-size: .875rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: rgba(0, 0, 0, 0.8)
}

.form-control {
	display: block;
	width: 100%;
	padding: .638rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(30, 30, 62, 0.2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

.form-control[type="file"]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #0462f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.form-control::-webkit-input-placeholder {
	color: rgba(43, 43, 88, 0.4);
	opacity: 1
}

.form-control::-moz-placeholder {
	color: rgba(43, 43, 88, 0.4);
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: rgba(43, 43, 88, 0.4);
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: rgba(43, 43, 88, 0.4);
	opacity: 1
}

.form-control::placeholder {
	color: rgba(43, 43, 88, 0.4);
	opacity: 1
}

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

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

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

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

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .638rem 0;
	margin-bottom: 0;
	line-height: 1.6;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

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

.form-control-sm {
	min-height: calc(1.6em + .73rem + 2px);
	padding: .365rem 1rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-control-sm::file-selector-button {
	padding: .365rem 1rem;
	margin: -.365rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .365rem 1rem;
	margin: -.365rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg {
	min-height: calc(1.6em + 1.776rem + 2px);
	padding: .888rem 1rem;
	font-size: 1rem;
	border-radius: .3rem
}

.form-control-lg::file-selector-button {
	padding: .888rem 1rem;
	margin: -.888rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .888rem 1rem;
	margin: -.888rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.6em + 1.276rem + 2px)
}

textarea.form-control-sm {
	min-height: calc(1.6em + .73rem + 2px)
}

textarea.form-control-lg {
	min-height: calc(1.6em + 1.776rem + 2px)
}

.form-control-color {
	width: 3rem;
	height: auto;
	padding: .638rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

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

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

.form-select {
	display: block;
	width: 100%;
	padding: .638rem 3rem .638rem 1rem;
	-moz-padding-start: calc(1rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	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='%232b2b2b' 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 1rem center;
	background-size: 16px 12px;
	border: 1px solid rgba(30, 30, 62, 0.2);
	border-radius: 3px;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-select:focus {
	border-color: #0462f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.form-select:disabled {
	background-color: #e8e9f3
}

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

.form-select-sm {
	padding-top: .365rem;
	padding-bottom: .365rem;
	padding-left: 1rem;
	font-size: .875rem;
	border-radius: .2rem
}

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

.form-check {
	display: block;
	min-height: 1.6rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .3em;
	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);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

.form-check-input[type="checkbox"] {
	border-radius: .25em
}

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

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

.form-check-input:focus {
	border-color: #0462f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-check-input:checked {
	background-color: #0462f0;
	border-color: #0462f0
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type="checkbox"]:indeterminate {
	background-color: #0462f0;
	border-color: #0462f0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.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;
	-webkit-transition: background-position 0.15s ease-in-out;
	transition: background-position 0.15s ease-in-out
}

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

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

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

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

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

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

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, none;
	box-shadow: 0 0 0 1px #fff, none
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

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

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0462f0;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

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

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e9eefe;
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0462f0;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

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

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e9eefe;
	border-color: transparent;
	border-radius: 1rem
}

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

.form-range:disabled::-webkit-slider-thumb {
	background-color: rgba(0, 0, 0, 0.5)
}

.form-range:disabled::-moz-range-thumb {
	background-color: rgba(0, 0, 0, 0.5)
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 1rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out
}

.form-floating>.form-control {
	padding: 1rem 1rem
}

.form-floating>.form-control::-webkit-input-placeholder {
	color: transparent
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
	color: transparent
}

.form-floating>.form-control::-ms-input-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
	opacity: .65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

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

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

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: 3
}

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

.input-group .btn:focus {
	z-index: 3
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .638rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	text-align: center;
	white-space: nowrap;
	background-color: #e8e9f3;
	border: 1px solid rgba(30, 30, 62, 0.2);
	border-radius: 3px
}

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

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

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

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

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

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

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #9cebb7
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #000;
	background-color: rgba(156, 235, 183, 0.9);
	border-radius: .25rem
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #9cebb7;
	padding-right: calc(1.6em + 1.276rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239cebb7' 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(.4em + .319rem) center;
	background-size: calc(.8em + .638rem) calc(.8em + .638rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #9cebb7;
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.25);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.6em + 1.276rem);
	background-position: top calc(.4em + .319rem) right calc(.4em + .319rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: #9cebb7
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 5.5rem;
	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='%232b2b2b' 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='%239cebb7' 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 1rem center, center right 3rem;
	background-size: 16px 12px, calc(.8em + .638rem) calc(.8em + .638rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: #9cebb7;
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.25);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.25)
}

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

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

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.25);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.25)
}

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

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

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

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

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #f50
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #000;
	background-color: rgba(255, 85, 0, 0.9);
	border-radius: .25rem
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #f50;
	padding-right: calc(1.6em + 1.276rem);
	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='%23f50'%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='%23f50' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.4em + .319rem) center;
	background-size: calc(.8em + .638rem) calc(.8em + .638rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #f50;
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.25);
	box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.6em + 1.276rem);
	background-position: top calc(.4em + .319rem) right calc(.4em + .319rem)
}

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 5.5rem;
	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='%232b2b2b' 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='%23f50'%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='%23f50' stroke='none'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 16px 12px, calc(.8em + .638rem) calc(.8em + .638rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: #f50;
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.25);
	box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.25)
}

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

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

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.25);
	box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.25)
}

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

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

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

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

.btn {
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	padding: 0 1.25rem;
	font-size: 1.125rem;
	border-radius: 4px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.btn:hover {
	color: #000
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-check:focus+.btn-white,
.btn-white:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 217, 217, 0.5);
	box-shadow: 0 0 0 .25rem rgba(217, 217, 217, 0.5)
}

.btn-check:checked+.btn-white,
.btn-check:active+.btn-white,
.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-check:checked+.btn-white:focus,
.btn-check:active+.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show>.btn-white.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 217, 217, 0.5);
	box-shadow: 0 0 0 .25rem rgba(217, 217, 217, 0.5)
}

.btn-white:disabled,
.btn-white.disabled {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-orange {
	color: #000;
	background-color: #ffa825;
	border-color: #ffa825
}

.btn-orange:hover {
	color: #000;
	background-color: #ffb546;
	border-color: #ffb13b
}

.btn-check:focus+.btn-orange,
.btn-orange:focus {
	color: #000;
	background-color: #ffb546;
	border-color: #ffb13b;
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 143, 31, 0.5);
	box-shadow: 0 0 0 .25rem rgba(217, 143, 31, 0.5)
}

.btn-check:checked+.btn-orange,
.btn-check:active+.btn-orange,
.btn-orange:active,
.btn-orange.active,
.show>.btn-orange.dropdown-toggle {
	color: #000;
	background-color: #ffb951;
	border-color: #ffb13b
}

.btn-check:checked+.btn-orange:focus,
.btn-check:active+.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus,
.show>.btn-orange.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 143, 31, 0.5);
	box-shadow: 0 0 0 .25rem rgba(217, 143, 31, 0.5)
}

.btn-orange:disabled,
.btn-orange.disabled {
	color: #000;
	background-color: #ffa825;
	border-color: #ffa825
}

.btn-green {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-green:hover {
	color: #000;
	background-color: #abeec2;
	border-color: #a6edbe
}

.btn-check:focus+.btn-green,
.btn-green:focus {
	color: #000;
	background-color: #abeec2;
	border-color: #a6edbe;
	-webkit-box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5);
	box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5)
}

.btn-check:checked+.btn-green,
.btn-check:active+.btn-green,
.btn-green:active,
.btn-green.active,
.show>.btn-green.dropdown-toggle {
	color: #000;
	background-color: #b0efc5;
	border-color: #a6edbe
}

.btn-check:checked+.btn-green:focus,
.btn-check:active+.btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus,
.show>.btn-green.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5);
	box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5)
}

.btn-green:disabled,
.btn-green.disabled {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-gray {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.5)
}

.btn-gray:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.575);
	border-color: rgba(0, 0, 0, 0.6)
}

.btn-check:focus+.btn-gray,
.btn-gray:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.575);
	border-color: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 0 .25rem rgba(88, 88, 88, 0.5);
	box-shadow: 0 0 0 .25rem rgba(88, 88, 88, 0.5)
}

.btn-check:checked+.btn-gray,
.btn-check:active+.btn-gray,
.btn-gray:active,
.btn-gray.active,
.show>.btn-gray.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	border-color: rgba(0, 0, 0, 0.625)
}

.btn-check:checked+.btn-gray:focus,
.btn-check:active+.btn-gray:focus,
.btn-gray:active:focus,
.btn-gray.active:focus,
.show>.btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(88, 88, 88, 0.5);
	box-shadow: 0 0 0 .25rem rgba(88, 88, 88, 0.5)
}

.btn-gray:disabled,
.btn-gray.disabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.5)
}

.btn-muted {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8)
}

.btn-muted:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.83);
	border-color: rgba(0, 0, 0, 0.84)
}

.btn-check:focus+.btn-muted,
.btn-muted:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.83);
	border-color: rgba(0, 0, 0, 0.84);
	-webkit-box-shadow: 0 0 0 .25rem rgba(53, 53, 53, 0.5);
	box-shadow: 0 0 0 .25rem rgba(53, 53, 53, 0.5)
}

.btn-check:checked+.btn-muted,
.btn-check:active+.btn-muted,
.btn-muted:active,
.btn-muted.active,
.show>.btn-muted.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.84);
	border-color: rgba(0, 0, 0, 0.85)
}

.btn-check:checked+.btn-muted:focus,
.btn-check:active+.btn-muted:focus,
.btn-muted:active:focus,
.btn-muted.active:focus,
.show>.btn-muted.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(53, 53, 53, 0.5);
	box-shadow: 0 0 0 .25rem rgba(53, 53, 53, 0.5)
}

.btn-muted:disabled,
.btn-muted.disabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8)
}

.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-check:focus+.btn-black,
.btn-black:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	-webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, 0.5);
	box-shadow: 0 0 0 .25rem rgba(38, 38, 38, 0.5)
}

.btn-check:checked+.btn-black,
.btn-check:active+.btn-black,
.btn-black:active,
.btn-black.active,
.show>.btn-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-check:checked+.btn-black:focus,
.btn-check:active+.btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.show>.btn-black.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, 0.5);
	box-shadow: 0 0 0 .25rem rgba(38, 38, 38, 0.5)
}

.btn-black:disabled,
.btn-black.disabled {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-primary {
	color: #fff;
	background-color: #0462f0;
	border-color: #0462f0
}

.btn-primary:hover {
	color: #fff;
	background-color: #0353cc;
	border-color: #034ec0
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #0353cc;
	border-color: #034ec0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(42, 122, 242, 0.5);
	box-shadow: 0 0 0 .25rem rgba(42, 122, 242, 0.5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #034ec0;
	border-color: #034ab4
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(42, 122, 242, 0.5);
	box-shadow: 0 0 0 .25rem rgba(42, 122, 242, 0.5)
}

.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
	background-color: #0462f0;
	border-color: #0462f0
}

.btn-secondary {
	color: #000;
	background-color: #11b1ff;
	border-color: #11b1ff
}

.btn-secondary:hover {
	color: #000;
	background-color: #35bdff;
	border-color: #29b9ff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	color: #000;
	background-color: #35bdff;
	border-color: #29b9ff;
	-webkit-box-shadow: 0 0 0 .25rem rgba(14, 150, 217, 0.5);
	box-shadow: 0 0 0 .25rem rgba(14, 150, 217, 0.5)
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
	color: #000;
	background-color: #41c1ff;
	border-color: #29b9ff
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(14, 150, 217, 0.5);
	box-shadow: 0 0 0 .25rem rgba(14, 150, 217, 0.5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #000;
	background-color: #11b1ff;
	border-color: #11b1ff
}

.btn-success {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-success:hover {
	color: #000;
	background-color: #abeec2;
	border-color: #a6edbe
}

.btn-check:focus+.btn-success,
.btn-success:focus {
	color: #000;
	background-color: #abeec2;
	border-color: #a6edbe;
	-webkit-box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5);
	box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5)
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
	color: #000;
	background-color: #b0efc5;
	border-color: #a6edbe
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5);
	box-shadow: 0 0 0 .25rem rgba(133, 200, 156, 0.5)
}

.btn-success:disabled,
.btn-success.disabled {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-info {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-info:hover {
	color: #fff;
	background-color: #1a1a35;
	border-color: #181832
}

.btn-check:focus+.btn-info,
.btn-info:focus {
	color: #fff;
	background-color: #1a1a35;
	border-color: #181832;
	-webkit-box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5);
	box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5)
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #181832;
	border-color: #17172f
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5);
	box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5)
}

.btn-info:disabled,
.btn-info.disabled {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

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

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

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

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

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

.btn-warning:disabled,
.btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-danger {
	color: #000;
	background-color: #f50;
	border-color: #f50
}

.btn-danger:hover {
	color: #000;
	background-color: #ff6f26;
	border-color: #ff661a
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
	color: #000;
	background-color: #ff6f26;
	border-color: #ff661a;
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 72, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(217, 72, 0, 0.5)
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
	color: #000;
	background-color: #f73;
	border-color: #ff661a
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 72, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(217, 72, 0, 0.5)
}

.btn-danger:disabled,
.btn-danger.disabled {
	color: #000;
	background-color: #f50;
	border-color: #f50
}

.btn-light {
	color: #000;
	background-color: #f1f1f3;
	border-color: #f1f1f3
}

.btn-light:hover {
	color: #000;
	background-color: #f3f3f5;
	border-color: #f2f2f4
}

.btn-check:focus+.btn-light,
.btn-light:focus {
	color: #000;
	background-color: #f3f3f5;
	border-color: #f2f2f4;
	-webkit-box-shadow: 0 0 0 .25rem rgba(205, 205, 207, 0.5);
	box-shadow: 0 0 0 .25rem rgba(205, 205, 207, 0.5)
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f4f4f5;
	border-color: #f2f2f4
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(205, 205, 207, 0.5);
	box-shadow: 0 0 0 .25rem rgba(205, 205, 207, 0.5)
}

.btn-light:disabled,
.btn-light.disabled {
	color: #000;
	background-color: #f1f1f3;
	border-color: #f1f1f3
}

.btn-dark {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-dark:hover {
	color: #fff;
	background-color: #1a1a35;
	border-color: #181832
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #1a1a35;
	border-color: #181832;
	-webkit-box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5);
	box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5)
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #181832;
	border-color: #17172f
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5);
	box-shadow: 0 0 0 .25rem rgba(64, 64, 91, 0.5)
}

.btn-dark:disabled,
.btn-dark.disabled {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-outline-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.5)
}

.btn-check:checked+.btn-outline-white,
.btn-check:active+.btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-check:checked+.btn-outline-white:focus,
.btn-check:active+.btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white:disabled,
.btn-outline-white.disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-orange {
	color: #ffa825;
	border-color: #ffa825
}

.btn-outline-orange:hover {
	color: #000;
	background-color: #ffa825;
	border-color: #ffa825
}

.btn-check:focus+.btn-outline-orange,
.btn-outline-orange:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 168, 37, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 168, 37, 0.5)
}

.btn-check:checked+.btn-outline-orange,
.btn-check:active+.btn-outline-orange,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show {
	color: #000;
	background-color: #ffa825;
	border-color: #ffa825
}

.btn-check:checked+.btn-outline-orange:focus,
.btn-check:active+.btn-outline-orange:focus,
.btn-outline-orange:active:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 168, 37, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 168, 37, 0.5)
}

.btn-outline-orange:disabled,
.btn-outline-orange.disabled {
	color: #ffa825;
	background-color: transparent
}

.btn-outline-green {
	color: #9cebb7;
	border-color: #9cebb7
}

.btn-outline-green:hover {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-check:focus+.btn-outline-green,
.btn-outline-green:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5)
}

.btn-check:checked+.btn-outline-green,
.btn-check:active+.btn-outline-green,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.dropdown-toggle.show {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-check:checked+.btn-outline-green:focus,
.btn-check:active+.btn-outline-green:focus,
.btn-outline-green:active:focus,
.btn-outline-green.active:focus,
.btn-outline-green.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5)
}

.btn-outline-green:disabled,
.btn-outline-green.disabled {
	color: #9cebb7;
	background-color: transparent
}

.btn-outline-gray {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.5)
}

.btn-outline-gray:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.5)
}

.btn-check:focus+.btn-outline-gray,
.btn-outline-gray:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5)
}

.btn-check:checked+.btn-outline-gray,
.btn-check:active+.btn-outline-gray,
.btn-outline-gray:active,
.btn-outline-gray.active,
.btn-outline-gray.dropdown-toggle.show {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.5)
}

.btn-check:checked+.btn-outline-gray:focus,
.btn-check:active+.btn-outline-gray:focus,
.btn-outline-gray:active:focus,
.btn-outline-gray.active:focus,
.btn-outline-gray.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5)
}

.btn-outline-gray:disabled,
.btn-outline-gray.disabled {
	color: rgba(0, 0, 0, 0.5);
	background-color: transparent
}

.btn-outline-muted {
	color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8)
}

.btn-outline-muted:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8)
}

.btn-check:focus+.btn-outline-muted,
.btn-outline-muted:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5)
}

.btn-check:checked+.btn-outline-muted,
.btn-check:active+.btn-outline-muted,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.dropdown-toggle.show {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8)
}

.btn-check:checked+.btn-outline-muted:focus,
.btn-check:active+.btn-outline-muted:focus,
.btn-outline-muted:active:focus,
.btn-outline-muted.active:focus,
.btn-outline-muted.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5)
}

.btn-outline-muted:disabled,
.btn-outline-muted.disabled {
	color: rgba(0, 0, 0, 0.8);
	background-color: transparent
}

.btn-outline-black {
	color: #000;
	border-color: #000
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-check:focus+.btn-outline-black,
.btn-outline-black:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5)
}

.btn-check:checked+.btn-outline-black,
.btn-check:active+.btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-check:checked+.btn-outline-black:focus,
.btn-check:active+.btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5)
}

.btn-outline-black:disabled,
.btn-outline-black.disabled {
	color: #000;
	background-color: transparent
}

.btn-outline-primary {
	color: #0462f0;
	border-color: #0462f0
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0462f0;
	border-color: #0462f0
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(4, 98, 240, 0.5);
	box-shadow: 0 0 0 .25rem rgba(4, 98, 240, 0.5)
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #0462f0;
	border-color: #0462f0
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(4, 98, 240, 0.5);
	box-shadow: 0 0 0 .25rem rgba(4, 98, 240, 0.5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: #0462f0;
	background-color: transparent
}

.btn-outline-secondary {
	color: #11b1ff;
	border-color: #11b1ff
}

.btn-outline-secondary:hover {
	color: #000;
	background-color: #11b1ff;
	border-color: #11b1ff
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(17, 177, 255, 0.5);
	box-shadow: 0 0 0 .25rem rgba(17, 177, 255, 0.5)
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	color: #000;
	background-color: #11b1ff;
	border-color: #11b1ff
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(17, 177, 255, 0.5);
	box-shadow: 0 0 0 .25rem rgba(17, 177, 255, 0.5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: #11b1ff;
	background-color: transparent
}

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

.btn-outline-success:hover {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5)
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
	color: #000;
	background-color: #9cebb7;
	border-color: #9cebb7
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5);
	box-shadow: 0 0 0 .25rem rgba(156, 235, 183, 0.5)
}

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

.btn-outline-info {
	color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5);
	box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5)
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5);
	box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #1e1e3e;
	background-color: transparent
}

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

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

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.5)
}

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

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

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

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

.btn-outline-danger:hover {
	color: #000;
	background-color: #f50;
	border-color: #f50
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.5)
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
	color: #000;
	background-color: #f50;
	border-color: #f50
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgba(255, 85, 0, 0.5)
}

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

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

.btn-outline-light:hover {
	color: #000;
	background-color: #f1f1f3;
	border-color: #f1f1f3
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(241, 241, 243, 0.5);
	box-shadow: 0 0 0 .25rem rgba(241, 241, 243, 0.5)
}

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

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(241, 241, 243, 0.5);
	box-shadow: 0 0 0 .25rem rgba(241, 241, 243, 0.5)
}

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

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

.btn-outline-dark:hover {
	color: #fff;
	background-color: #1e1e3e;
	border-color: #1e1e3e
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5);
	box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5)
}

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

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5);
	box-shadow: 0 0 0 .25rem rgba(30, 30, 62, 0.5)
}

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

.btn-link {
	font-weight: 400;
	color: #000;
	text-decoration: none
}

.btn-link:hover {
	color: #0462f0;
	text-decoration: none
}

.btn-link:focus {
	text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: rgba(0, 0, 0, 0.8)
}

.btn-lg {
	padding: 0 1.25rem;
	font-size: 1.125rem;
	border-radius: 4px
}

.btn-sm {
	padding: 0 1rem;
	font-size: 1rem;
	border-radius: 4px
}

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

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

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

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	-webkit-transition: width 0.35s ease;
	transition: width 0.35s ease
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #000;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

.nav-link:hover,
.nav-link:focus {
	color: #0462f0
}

.nav-link.disabled {
	color: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	cursor: default
}

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

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

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

.nav-tabs .nav-link.disabled {
	color: rgba(0, 0, 0, 0.8);
	background-color: transparent;
	border-color: transparent
}

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

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

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0462f0
}

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

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

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

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

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

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

.navbar-brand {
	padding-top: .3rem;
	padding-bottom: .3rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	white-space: nowrap
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

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

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

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

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

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem;
	box-shadow: 0 0 0 .25rem
}

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

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

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

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

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

.navbar-expand .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

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

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

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	visibility: visible !important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
	height: auto;
	border-top: 0;
	border-bottom: 0
}

.navbar-expand .offcanvas-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: #000
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #0462f0
}

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

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

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

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

.navbar-light .navbar-text {
	color: #000
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff
}

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

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

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

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

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

.navbar-dark .navbar-text {
	color: #fff
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

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

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

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

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

.list-group-item-action:active {
	color: #000;
	background-color: #e8e9f3
}

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

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	background-color: #fff
}

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

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

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

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

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

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

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

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-white {
	color: #666;
	background-color: #fff
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
	color: #666;
	background-color: #e6e6e6
}

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

.list-group-item-orange {
	color: #66430f;
	background-color: #ffeed3
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
	color: #66430f;
	background-color: #e6d6be
}

.list-group-item-orange.list-group-item-action.active {
	color: #fff;
	background-color: #66430f;
	border-color: #66430f
}

.list-group-item-green {
	color: #3e5e49;
	background-color: #ebfbf1
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
	color: #3e5e49;
	background-color: #d4e2d9
}

.list-group-item-green.list-group-item-action.active {
	color: #fff;
	background-color: #3e5e49;
	border-color: #3e5e49
}

.list-group-item-gray {
	color: rgba(0, 0, 0, 0.7);
	background-color: rgba(235, 235, 235, 0.9)
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
	color: rgba(0, 0, 0, 0.7);
	background-color: rgba(207, 207, 207, 0.91)
}

.list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.7)
}

.list-group-item-muted {
	color: rgba(0, 0, 0, 0.88);
	background-color: rgba(219, 219, 219, 0.96)
}

.list-group-item-muted.list-group-item-action:hover,
.list-group-item-muted.list-group-item-action:focus {
	color: rgba(0, 0, 0, 0.88);
	background-color: rgba(195, 195, 195, 0.964)
}

.list-group-item-muted.list-group-item-action.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.88);
	border-color: rgba(0, 0, 0, 0.88)
}

.list-group-item-black {
	color: #000;
	background-color: #ccc
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
	color: #000;
	background-color: #b8b8b8
}

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

.list-group-item-primary {
	color: #023b90;
	background-color: #cde0fc
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #023b90;
	background-color: #b9cae3
}

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

.list-group-item-secondary {
	color: #0a6a99;
	background-color: #cfefff
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #0a6a99;
	background-color: #bad7e6
}

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

.list-group-item-success {
	color: #3e5e49;
	background-color: #ebfbf1
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #3e5e49;
	background-color: #d4e2d9
}

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

.list-group-item-info {
	color: #121225;
	background-color: #d2d2d8
}

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

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

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

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

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

.list-group-item-danger {
	color: #930;
	background-color: #fdc
}

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

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

.list-group-item-light {
	color: #606061;
	background-color: #fcfcfd
}

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

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

.list-group-item-dark {
	color: #121225;
	background-color: #d2d2d8
}

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

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

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

.link-white {
	color: #fff
}

.link-white:hover,
.link-white:focus {
	color: #fff
}

.link-orange {
	color: #ffa825
}

.link-orange:hover,
.link-orange:focus {
	color: #ffb951
}

.link-green {
	color: #9cebb7
}

.link-green:hover,
.link-green:focus {
	color: #b0efc5
}

.link-gray {
	color: rgba(0, 0, 0, 0.5)
}

.link-gray:hover,
.link-gray:focus {
	color: rgba(0, 0, 0, 0.6)
}

.link-muted {
	color: rgba(0, 0, 0, 0.8)
}

.link-muted:hover,
.link-muted:focus {
	color: rgba(0, 0, 0, 0.84)
}

.link-black {
	color: #000
}

.link-black:hover,
.link-black:focus {
	color: #000
}

.link-primary {
	color: #0462f0
}

.link-primary:hover,
.link-primary:focus {
	color: #034ec0
}

.link-secondary {
	color: #11b1ff
}

.link-secondary:hover,
.link-secondary:focus {
	color: #41c1ff
}

.link-success {
	color: #9cebb7
}

.link-success:hover,
.link-success:focus {
	color: #b0efc5
}

.link-info {
	color: #1e1e3e
}

.link-info:hover,
.link-info:focus {
	color: #181832
}

.link-warning {
	color: #ffc107
}

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

.link-danger {
	color: #f50
}

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

.link-light {
	color: #f1f1f3
}

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

.link-dark {
	color: #1e1e3e
}

.link-dark:hover,
.link-dark:focus {
	color: #181832
}

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

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

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

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

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

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

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

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

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

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

.hstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.vstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

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

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

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

.vr {
	display: inline-block;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: 1
}

.align-baseline {
	vertical-align: baseline !important
}

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

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

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

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

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

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.opacity-0 {
	opacity: 0 !important
}

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

.opacity-50 {
	opacity: .5 !important
}

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

.opacity-100 {
	opacity: 1 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

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

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

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

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

.d-none {
	display: none !important
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

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

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

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

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

.bottom-0 {
	bottom: 0 !important
}

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

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

.start-0 {
	left: 0 !important
}

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

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

.end-0 {
	right: 0 !important
}

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

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

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

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

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

.border {
	border: 1px solid #e9eefe !important
}

.border-0 {
	border: 0 !important
}

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

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

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

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

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

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

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

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

.border-white {
	border-color: #fff !important
}

.border-orange {
	border-color: #ffa825 !important
}

.border-green {
	border-color: #9cebb7 !important
}

.border-gray {
	border-color: rgba(0, 0, 0, 0.5) !important
}

.border-muted {
	border-color: rgba(0, 0, 0, 0.8) !important
}

.border-black {
	border-color: #000 !important
}

.border-primary {
	border-color: #0462f0 !important
}

.border-secondary {
	border-color: #11b1ff !important
}

.border-success {
	border-color: #9cebb7 !important
}

.border-info {
	border-color: #1e1e3e !important
}

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

.border-danger {
	border-color: #f50 !important
}

.border-light {
	border-color: #f1f1f3 !important
}

.border-dark {
	border-color: #1e1e3e !important
}

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

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

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

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

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

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

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

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

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

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

.h-auto {
	height: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

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

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

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

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

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

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

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

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

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

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

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

.m-auto {
	margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

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

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

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

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

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

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

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

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

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-1 {
	font-size: calc(1.45rem + 2.4vw) !important
}

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

.fs-3 {
	font-size: calc(1.35rem + 1.2vw) !important
}

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

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

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

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

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

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

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

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

.fw-bold {
	font-weight: 500 !important
}

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

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

.lh-sm {
	line-height: 1.2 !important
}

.lh-base {
	line-height: 1.6 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, 0.8) !important
}

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

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

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

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

.text-opacity-50 {
	--bs-text-opacity: .5
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-10 {
	--bs-bg-opacity: .1
}

.bg-opacity-25 {
	--bs-bg-opacity: .25
}

.bg-opacity-50 {
	--bs-bg-opacity: .5
}

.bg-opacity-75 {
	--bs-bg-opacity: .75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: .2rem !important
}

.rounded-2 {
	border-radius: .25rem !important
}

.rounded-3 {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

main {
	min-height: 100vh
}

.small {
	font-size: 14px
}

.tiny {
	font-size: 12px
}

.btn-xl {
	padding: 0 1.5rem;
	font-size: calc(1.275rem + .3vw);
	border-radius: 4px
}

.btn[class*="-flex"] {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

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

[data-toggle="backToTop"] {
	position: fixed;
	right: .875rem;
	bottom: 2.875rem;
	display: none;
	width: 2.375rem;
	height: 2.375rem
}

[data-toggle="backToTop"].show {
	display: block
}

[data-dev="desktop"] .dev-mobile,
[data-dev="mobile"] .dev-desktop {
	display: none
}

[data-sys="mac"] .sys-android,
[data-sys="mac"] .sys-ios,
[data-sys="mac"] .sys-other,
[data-sys="mac"] .sys-win,
[data-sys="mac"] .sys-linux,
[data-sys="win"] .sys-android,
[data-sys="win"] .sys-ios,
[data-sys="win"] .sys-mac,
[data-sys="win"] .sys-linux,
[data-sys="win"] .sys-other,
[data-sys="android"] .sys-win,
[data-sys="android"] .sys-ios,
[data-sys="android"] .sys-mac,
[data-sys="android"] .sys-linux,
[data-sys="android"] .sys-other,
[data-sys="ios"] .sys-win,
[data-sys="ios"] .sys-android,
[data-sys="ios"] .sys-mac,
[data-sys="ios"] .sys-linux,
[data-sys="ios"] .sys-other,
[data-sys="linux"] .sys-win,
[data-sys="linux"] .sys-android,
[data-sys="linux"] .sys-mac,
[data-sys="linux"] .sys-ios,
[data-sys="linux"] .sys-other {
	display: none
}

[data-toggle="platform"].form-switch {
	margin-right: -.5em;
	margin-bottom: 0
}

[data-toggle="platform"].form-switch .form-check-input:checked,
[data-toggle="platform"].form-switch .form-check-input,
[data-toggle="platform"].form-switch .form-check-input:focus {
	cursor: pointer;
	background-color: inherit;
	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='%230462f0'/%3e%3c/svg%3e");
	border: 1px solid #0462f0
}

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

.nav-tabs.v1 {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.nav-tabs.v1 .nav-link {
	margin: 0 .5rem -1px;
	font-weight: 600;
	color: #1e1e3e;
	background-color: #f1f1f3;
	border: solid 1px #e9eefe;
	border-radius: 0
}

.nav-tabs.v1 .nav-link:hover {
	color: #1e1e3e
}

.nav-tabs.v1 .nav-link.active {
	color: #1e1e3e;
	background-color: #fff;
	border-top: solid 3px #1e1e3e;
	border-bottom: none
}

.expired-mask-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7)
}

.expired-mask-container p {
	max-width: 750px;
	font-size: 1.5rem;
	color: #fff;
	text-align: center
}

.list-group.v1 .list-group-item {
	position: relative;
	padding-left: 2rem;
	color: inherit;
	background-color: transparent;
	border: none
}

.list-group.v1 .list-group-item::before {
	position: absolute;
	top: .5rem;
	left: 0;
	display: block;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%230462f0" class="bi bi-check" viewBox="0 0 16 16"><path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/></svg>');
	background-size: cover
}

.list-group.v1.v1-0-1 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap
}

.list-group.v1.v1-0-2 .list-group-item::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23525f7f" class="bi bi-check" viewBox="0 0 16 16"><path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/></svg>');
	background-size: cover
}

.popup-video-group .btns {
	display: none
}

.link-inherit a:not(:hover) {
	color: inherit;
	text-decoration: inherit
}

.wf-active body {
	font-family: Montserrat, system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.wf-active[lang="jp"] body,
.wf-active[lang="ja"] body {
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.wf-active[lang="zh-tw"] body,
.wf-active[lang="tw"] body,
.wf-active[lang="zh-cn"] body,
.wf-active[lang="cn"] body {
	font-family: "Noto Sans HK", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.container {
	padding: 0 16px
}

.bg-orange {
	background: #ffa825
}

.bg-green {
	background: #9cebb7
}

.text-orange {
	color: #ffa825
}

.text-green {
	color: #9cebb7
}

.text-gray {
	color: rgba(0, 0, 0, 0.5)
}

.p1-tit {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6
}

.p2-tit {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6
}

.p3-tit {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.6
}

.p4-tit {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.6
}

.link-primary {
	color: #0462f0;
	text-decoration: underline
}

.link-primary:hover {
	color: #f50;
	text-decoration: underline
}

.btn {
	height: 48px;
	font-weight: 700
}

.btn svg {
	margin-right: 14px
}

.btn:focus {
	outline: none
}

.btn-primary {
	color: #fff;
	background: #0462f0
}

.btn-primary:hover {
	background: #0058db
}

.btn-outline-primary {
	color: #000;
	border-color: rgba(0, 0, 0, 0.8)
}

.btn-outline-primary:hover {
	color: #0462f0;
	background: none;
	border-color: #000
}

.btn-outline-primary:focus-visible,
.btn-outline-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-outline-primary.btn-buy:hover {
	color: #fff;
	background: #0462f0;
	border-color: #0462f0
}

.btn-outline-primary.buy-active {
	color: #0462f0;
	background: none;
	border-color: #0462f0
}

.btn-outline-primary.buy-active:hover {
	color: #fff;
	background: #0462f0;
	border-color: #0462f0
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:hover,
.btn-primary:focus,
.btn-secondary:focus {
	color: #fff
}

.btn-white {
	color: #0462f0;
	border-color: transparent
}

.btn-white:hover,
.btn-outline-white:hover {
	color: #0462f0;
	background-color: #f1f1f3;
	border-color: transparent
}

.btn-orange {
	color: #fffafa;
	background: #f50;
	border-color: #f50
}

.btn-orange:hover {
	color: #fff;
	background: #ec5423;
	border-color: #ec5423
}

.btn.btn-xl {
	height: 64px;
	padding: 0 2.5rem;
	font-size: 1.125rem;
	line-height: 60px;
	border-radius: 14px
}

.btn.btn-lg {
	height: 56px;
	padding: 0 2rem;
	line-height: 52px;
	border-radius: 14px
}

.btn.btn-md {
	height: 48px;
	padding: 0 2rem;
	line-height: 44px;
	border-radius: 8px
}

.btn.btn-sm {
	height: 40px;
	padding: 0 1.5rem;
	line-height: 36px
}

.btn.btn-sm svg {
	margin-right: 12px
}

.btn-xs {
	padding: 0 .5rem;
	font-size: .75rem;
	border-radius: 4px
}

.btn.btn-xs {
	height: 32px;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px
}

.btn.btn-xs svg {
	margin-right: 8px
}

h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3,
h4,
.h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
	font-weight: 700
}

h1,
.h1,
.h1 {
	font-size: 32px
}

h2,
.h2,
.h2 {
	font-size: 26px;
	font-weight: 700
}

h3,
.h3,
.h3 {
	font-size: 24px;
	font-weight: 700
}

h4,
.h4,
.h4 {
	font-size: 20px;
	font-weight: 700
}

article h1,
article .h1 {
	font-size: 28px
}

article h2,
article .h2 {
	font-size: 24px
}

article h3,
article .h3 {
	font-size: 20px
}

article h4,
article .h4 {
	font-size: 18px
}

article .p1-tit {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6
}

article .p2-tit {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6
}

article .p3-tit {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.6
}

.swal2-styled.swal2-confirm {
	background-color: #0462f0 !important;
	border-color: #0462f0 !important
}

.swal2-icon.swal2-info {
	color: #0462f0 !important;
	border-color: #0462f0 !important
}

.header {
	top: 0;
	z-index: 59;
	background: #fff
}

.header .nav-aitips {
	position: relative;
	padding: 2px 5px;
	background: -webkit-gradient(linear, right top, left top, from(#0462f0), to(#11b1ff));
	background: linear-gradient(270deg, #0462f0, #11b1ff);
	border-radius: 3px
}

.header .nav-aitips::before {
	position: absolute;
	top: 4px;
	right: auto;
	left: -9px;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid;
	border-color: transparent #11b1ff transparent transparent
}

.header .nav-hottips {
	position: relative;
	padding: 2px 3px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #f50), color-stop(141.46%, #ffa825));
	background: linear-gradient(90deg, #f50 1.52%, #ffa825 141.46%);
	border-radius: 3px
}

.header .nav-hottips::before {
	position: absolute;
	top: 5px;
	left: -9px;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid;
	border-color: transparent #f50 transparent transparent
}

.header .navbar-brand {
	padding: 14px 16px
}

.header .navbar .container {
	padding: 0
}

.header .navbar .navbar-nav {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.header .navbar .nav-link {
	padding: 19px 1.5rem;
	line-height: 1.2
}

.header .navbar .nav-link:hover {
	text-decoration: none
}

.header .nav-rgt {
	margin-left: 0
}

.header .drop-menu {
	position: relative
}

.header .drop-menu .nav-link {
	font-weight: 500
}

.header .drop-menu .nav-link::after {
	position: absolute;
	top: .5rem;
	right: 1.5rem;
	height: 2.5rem;
	padding-left: 1.5rem;
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%231e1e3e" class="bi bi-chevron-down" viewBox="0 0 16 16"><path 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"/></svg>');
	background-repeat: no-repeat;
	background-position: right
}

.header .drop-menu .menu {
	left: 0;
	z-index: 60;
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0 0 8px 8px
}

.header .drop-menu .menu ul {
	padding: 0;
	margin-bottom: 0;
	list-style-type: none
}

.header .drop-menu .menu li {
	padding: 0
}

.header .drop-menu .menu a:not(.btn) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1rem;
	color: inherit
}

.header .drop-menu .menu a:not(.btn):hover {
	color: #0462f0;
	text-decoration: none;
	background-color: rgba(4, 98, 240, 0.05);
	border-radius: 8px
}

.header .drop-menu .menu .link-cont {
	margin-left: 10px
}

.header .drop-menu:hover .nav-link {
	color: #1e1e3e
}

.header .drop-menu.active {
	color: #1e1e3e;
	background-color: #fff
}

.header .drop-menu.active::before {
	position: absolute;
	top: 0;
	left: -.75rem;
	display: block;
	width: .75rem;
	height: 100%;
	content: "";
	background-color: #fff
}

.header .drop-menu.active::after {
	position: absolute;
	top: 0;
	right: -.75rem;
	display: block;
	width: .75rem;
	height: 100%;
	content: "";
	background-color: #fff
}

.header .drop-menu.active .nav-link {
	font-weight: 600;
	color: #1e1e3e;
	background-color: #fff
}

.header .drop-menu.active .nav-link::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%231e1e3e" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>')
}

.header .drop-menu.active .menu {
	max-height: 1500px;
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear
}

.header .navbar-toggler {
	padding: 0;
	border: none
}

.header .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.header .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, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.header .navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>')
}

.header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>')
}

.header .search-toggler {
	display: none;
	width: 1rem;
	height: 100%;
	background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="7" stroke="%23000" stroke-width="2"/><path d="M15.4999 17.0001L19.4746 20.5175" stroke="%23000" stroke-width="2" stroke-linecap="round"/></svg>') center no-repeat
}

.header .search-toggler.active {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" class="bi bi-x-lg" viewBox="0 0 16 16"><path d="M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z"/></svg>') center no-repeat
}

.header .search-toggler.active:hover {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%230462f0" class="bi bi-x-lg" viewBox="0 0 16 16"><path d="M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z"/></svg>') center no-repeat
}

.header .search-toggler:not(.active):hover {
	background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="7" stroke="%230462f0" stroke-width="2"/><path d="M15.4999 17.0001L19.4746 20.5175" stroke="%230462f0" stroke-width="2" stroke-linecap="round"/></svg>') center no-repeat
}

.header .search-form {
	width: 327px;
	margin: 10px 24px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 8px
}

.header .search-form.active {
	width: 100%;
	background-color: #fff;
	opacity: 1
}

.header .search-form input::-webkit-search-cancel-button {
	display: none
}

.header .search-form input[type="search"] {
	padding-left: 8px;
	border-radius: 8px
}

.header .search-form input[type="search"]::-ms-clear {
	display: none
}

.header .search-form input[type="search"]:focus {
	outline: none
}

.headerfixed {
	z-index: 99;
	height: 68px;
	-webkit-box-shadow: 0 8px 32px rgba(15, 18, 32, 0.06);
	box-shadow: 0 8px 32px rgba(15, 18, 32, 0.06)
}

.headerfixed .navbar {
	padding: .8rem 0
}

.headerfixed .navbar-brand {
	font-size: 1rem
}

.headerfixed .navbar-nav .nav-link {
	padding: .5rem 1.75rem
}

.headerfixed .navbar-toggler {
	padding: 0;
	border: none
}

.headerfixed .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.headerfixed .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, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.headerfixed .navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>')
}

.headerfixed .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>')
}

.footer {
	color: #f1f1f3;
	background-color: #000
}

.footer input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important
}

.footer .title {
	position: relative;
	margin: 1rem 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7)
}

.footer .title.active {
	margin: 1rem 0 1.5rem;
	color: #fff
}

.footer .title.active:not(.expanded)::after {
	background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 10L12 14.5L17 10" stroke="%23f1f1f3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}

.footer .title:not(.expanded)::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 10L12 14.5L17 10" stroke="%23ffffffb3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain
}

.footer .title:not(.expanded).active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.footer .title.active+ul {
	max-height: 200px
}

.footer .container-xl {
	padding: 0 24px
}

.footer .suptit {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7)
}

.footer ul {
	max-height: 0;
	padding-left: 1rem;
	margin: 0;
	overflow: hidden;
	-webkit-transition: max-height linear .2s;
	transition: max-height linear .2s
}

.footer ul li {
	padding: .5rem 0
}

.footer ul a {
	font-size: 14px
}

.footer a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none
}

.footer a:hover {
	color: #fff
}

.footer input {
	background: #323232;
	border: 1px solid #666
}

.footer input::-webkit-input-placeholder {
	color: #666
}

.footer input::-moz-placeholder {
	color: #666
}

.footer input:-ms-input-placeholder {
	color: #666
}

.footer input::-ms-input-placeholder {
	color: #666
}

.footer input::placeholder {
	color: #666
}

.footer form .input-group {
	border: 1px solid #666
}

.footer form:hover .input-group {
	border: 1px solid #fff
}

.footer hr {
	margin-bottom: 0;
	background-color: #2b2b2b
}

.footer .copyright {
	color: #f1f1f3;
	opacity: .6
}

.footer .boxone {
	padding: 13px 20px;
	background: #323232;
	border: 1px solid #666;
	border-radius: 60px
}

.footer .boxone p {
	color: #000
}

.footer .boxone .langlist {
	-webkit-transition: all linear .2s;
	transition: all linear .2s
}

.footer .boxone:hover .langlist {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}