@charset "UTF-8";

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--ri-blue: #1166e6;
	--ri-indigo: #6610f2;
	--ri-purple: #6f42c1;
	--ri-pink: #e83e8c;
	--ri-red: #d6293e;
	--ri-orange: #fd7e14;
	--ri-yellow: #f7c32e;
	--ri-green: #00c250;
	--ri-teal: #20c997;
	--ri-cyan: #4adcf2;
	--ri-white: #fff;
	--ri-gray: #747579;
	--ri-gray-dark: #30353a;
	--ri-gray-100: #f5f5f6;
	--ri-gray-200: #dfdfe3;
	--ri-gray-300: #c5c5c7;
	--ri-gray-400: #96969a;
	--ri-gray-500: #85878a;
	--ri-gray-600: #747579;
	--ri-gray-700: #5e5e5f;
	--ri-gray-800: #30353a;
	--ri-gray-900: #0b0a12;
	--ri-primary: #1166e6;
	--ri-secondary: #747579;
	--ri-success: #00c250;
	--ri-info: #4adcf2;
	--ri-warning: #f7c32e;
	--ri-danger: #d6293e;
	--ri-light: #f5f5f6;
	--ri-dark: #0b0a12;
	--ri-primary-rgb: 17, 102, 230;
	--ri-secondary-rgb: 116, 117, 121;
	--ri-success-rgb: 0, 194, 80;
	--ri-info-rgb: 74, 220, 242;
	--ri-warning-rgb: 247, 195, 46;
	--ri-danger-rgb: 247, 195, 46;
	--ri-light-rgb: 245, 245, 246;
	--ri-dark-rgb: 11, 10, 18;
	--ri-white-rgb: 255, 255, 255;
	--ri-black-rgb: 0, 0, 0;
	--ri-body-color-rgb: 66, 67, 74;
	--ri-body-bg-rgb: 246, 246, 246;
	--ri-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, Microsoft YaHei UI, Microsoft YaHei, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--ri-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--ri-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--ri-body-font-family: var(--ri-font-sans-serif);
	--ri-body-font-size: 1rem;
	--ri-body-font-weight: 400;
	--ri-body-line-height: 1.5;
	--ri-body-color: #42434a;
	--ri-body-bg: #f6f6f6
}

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

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}

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

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

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

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

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

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

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

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

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

.list-inline-item:not(:last-child) {
	margin-right: .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: #747579
}

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

::-webkit-scrollbar {
	background-color: rgba(24, 24, 24, .07);
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	background-color: rgba(24, 24, 24, .3);
	border-radius: 6px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease
}

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

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

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

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .15
}

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

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

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

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

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

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

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

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

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

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

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin: 30px 0;
	padding-left: 30px
}

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

.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: var(--ri-body-color);
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a:hover {
	color: #d6293e
}

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

code,
kbd,
pre,
samp {
	font-family: var(--ri-font-monospace);
	font-size: 1em;
	direction: ltr;
	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: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

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

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

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: #747579;
	text-align: left
}

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

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

label {
	display: inline-block
}

button {
	border-radius: 0
}

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

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

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

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

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

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

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

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

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

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

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

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

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

output {
	display: inline-block
}

iframe {
	border: 0
}

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

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

.h1,
h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	text-decoration: none
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

.small,
small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	height: auto;
	max-width: 100%;
	border-style: none
}

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

.button:focus,
.button:hover,
button,
button:focus,
button:hover {
	-webkit-appearance: none;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

input[type=email],
input[type=password],
input[type=text],
input[type=url] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

input::-webkit-input-placeholder {
	line-height: normal
}

input:-ms-input-placeholder {
	line-height: normal
}

input::-moz-placeholder {
	line-height: revert
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}

input:focus {
	outline: 0
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	text-decoration: none
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

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

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

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

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1440px
	}
}

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

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

.row>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--ri-gutter-x) * .5);
	padding-left: calc(var(--ri-gutter-x) * .5);
	margin-top: var(--ri-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.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-sm-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-sm-0,
	.gx-sm-0 {
		--ri-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--ri-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--ri-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--ri-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--ri-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--ri-gutter-y: 0.5rem
	}

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

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

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

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

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

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

@media (min-width:768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-md-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-md-0,
	.gx-md-0 {
		--ri-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--ri-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--ri-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--ri-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--ri-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--ri-gutter-y: 0.5rem
	}

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

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

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

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

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

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

@media (min-width:992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-lg-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-lg-0,
	.gx-lg-0 {
		--ri-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--ri-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--ri-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--ri-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--ri-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--ri-gutter-y: 0.5rem
	}

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

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

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

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

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

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

@media (min-width:1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-xl-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-xl-0,
	.gx-xl-0 {
		--ri-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--ri-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--ri-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--ri-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--ri-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--ri-gutter-y: 0.5rem
	}

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

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

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

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

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

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

@media (min-width:1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-xxl-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-xxl-0,
	.gx-xxl-0 {
		--ri-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--ri-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--ri-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--ri-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--ri-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--ri-gutter-y: 0.5rem
	}

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

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

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

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

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

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

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

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--ri-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--ri-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--ri-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)>* {
	--ri-table-accent-bg: var(--ri-table-striped-bg);
	color: var(--ri-table-striped-color)
}

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

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

.table-primary {
	--ri-table-bg: #cfe0fa;
	--ri-table-striped-bg: #c5d5ee;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #bacae1;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #bfcfe7;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #bacae1
}

.table-secondary {
	--ri-table-bg: #e3e3e4;
	--ri-table-striped-bg: #d8d8d9;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #cccccd;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #d2d2d3;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #cccccd
}

.table-success {
	--ri-table-bg: #ccf3dc;
	--ri-table-striped-bg: #c2e7d1;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #b8dbc6;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #bde1cc;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #b8dbc6
}

.table-info {
	--ri-table-bg: #dbf8fc;
	--ri-table-striped-bg: #d0ecef;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #c5dfe3;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #cbe5e9;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #c5dfe3
}

.table-warning {
	--ri-table-bg: #fdf3d5;
	--ri-table-striped-bg: #f0e7ca;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #e4dbc0;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #eae1c5;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #e4dbc0
}

.table-danger {
	--ri-table-bg: #f7d4d8;
	--ri-table-striped-bg: #ebc9cd;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #debfc2;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #e4c4c8;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #debfc2
}

.table-light {
	--ri-table-bg: #f5f5f6;
	--ri-table-striped-bg: #e9e9ea;
	--ri-table-striped-color: #000;
	--ri-table-active-bg: #dddddd;
	--ri-table-active-color: #000;
	--ri-table-hover-bg: #e3e3e4;
	--ri-table-hover-color: #000;
	color: #000;
	border-color: #ddd
}

.table-dark {
	--ri-table-bg: #0b0a12;
	--ri-table-striped-bg: #17161e;
	--ri-table-striped-color: #fff;
	--ri-table-active-bg: #23232a;
	--ri-table-active-color: #fff;
	--ri-table-hover-bg: #1d1c24;
	--ri-table-hover-color: #fff;
	color: #fff;
	border-color: #23232a
}

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

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.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: #5e5e5f;
	text-align: inherit
}

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

.list-group-item-action:active {
	color: #42434a;
	background-color: #dfdfe3
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #0b0a12;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(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: #747579;
	pointer-events: none;
	background-color: #fff
}

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

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

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

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

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

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

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

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

@media (min-width:768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

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

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

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

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

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

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

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

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

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

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

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

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

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

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

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

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

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

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

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

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

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

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

	.list-group-horizontal-xxl>.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-primary {
	color: #0a3d8a;
	background-color: #cfe0fa
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #0a3d8a;
	background-color: #bacae1
}

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

.list-group-item-secondary {
	color: #464649;
	background-color: #e3e3e4
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #464649;
	background-color: #cccccd
}

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

.list-group-item-success {
	color: #007430;
	background-color: #ccf3dc
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #007430;
	background-color: #b8dbc6
}

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

.list-group-item-info {
	color: #1e5861;
	background-color: #dbf8fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #1e5861;
	background-color: #c5dfe3
}

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

.list-group-item-warning {
	color: #634e12;
	background-color: #fdf3d5
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #634e12;
	background-color: #e4dbc0
}

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

.list-group-item-danger {
	color: #801925;
	background-color: #f7d4d8
}

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

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

.list-group-item-light {
	color: #626262;
	background-color: #fdfdfd
}

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

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

.list-group-item-dark {
	color: #07060b;
	background-color: #ceced0
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #07060b;
	background-color: #b9b9bb
}

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

.form-label {
	margin-bottom: .5rem;
	font-weight: 400;
	color: #85878a
}

.col-form-label {
	padding-top: calc(.5rem + 2px);
	padding-bottom: calc(.5rem + 2px);
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #85878a
}

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

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

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #747579
}

.form-control {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #42434a;
	background-color: rgba(240, 240, 240, .5);
	background-clip: padding-box;
	border: 2px solid #f5f5f6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

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

.form-control:focus {
	color: #42434a;
	background-color: rgba(240, 240, 240, .5);
	border-color: #88b3f3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .5rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #42434a;
	background-color: transparent;
	border: solid transparent;
	border-width: 2px 0
}

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

.form-control-sm {
	min-height: calc(1.5em + .5rem + 4px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

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

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

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

.form-control-lg {
	min-height: calc(1.5em + 1rem + 4px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

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

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

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

textarea.form-control {
	min-height: calc(1.5em + 1rem + 4px)
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 4px)
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 4px)
}

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

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

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

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

.form-select {
	display: block;
	width: 100%;
	padding: .5rem 3rem .5rem 1rem;
	-moz-padding-start: calc(1rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #42434a;
	background-color: rgba(240, 240, 240, .5);
	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='%2330353a' 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: 2px solid #f5f5f6;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

.form-select:focus {
	border-color: #88b3f3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25)
}

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

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

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

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

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

.form-check {
	display: block;
	min-height: 1.5rem;
	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: .25em;
	vertical-align: top;
	background-color: rgba(240, 240, 240, .5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(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: #88b3f3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25)
}

.form-check-input:checked {
	background-color: #1166e6;
	border-color: #1166e6
}

.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: #1166e6;
	border-color: #1166e6;
	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 .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

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

.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='%2388b3f3'/%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.2rem;
	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 #f6f6f6, 0 0 0 .1rem rgba(17, 102, 230, .25);
	box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 .1rem rgba(17, 102, 230, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 .1rem rgba(17, 102, 230, .25)
}

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

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

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

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

.form-range:disabled::-webkit-slider-thumb {
	background-color: #85878a
}

.form-range:disabled::-moz-range-thumb {
	background-color: #85878a
}

.form-label {
	margin-bottom: .5rem;
	font-weight: 400;
	color: #85878a
}

.form-floating {
	position: relative
}

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

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

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

.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(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.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(.85) translateY(-.5rem) translateX(.15rem);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	-webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	transform: scale(.85) translateY(-.5rem) translateX(.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: .5rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #42434a;
	text-align: center;
	white-space: nowrap;
	background-color: #dfdfe3;
	border: 2px solid #f5f5f6;
	border-radius: .25rem
}

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

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

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

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

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	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: -2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

.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(0, 194, 80, .9);
	border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #00c250;
	padding-right: calc(1.5em + 1rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c250' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .25rem) center;
	background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #00c250;
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .25);
	box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 1rem);
	background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #00c250
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 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='%2330353a' 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='%2300c250' 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(.75em + .5rem) calc(.75em + .5rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #00c250;
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .25);
	box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .25)
}

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

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

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .25);
	box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .25)
}

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

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

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

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

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(214, 41, 62, .9);
	border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #d6293e;
	padding-right: calc(1.5em + 1rem);
	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='%23d6293e'%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='%23d6293e' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .25rem) center;
	background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #d6293e;
	-webkit-box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .25);
	box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 1rem);
	background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

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

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

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: #d6293e;
	-webkit-box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .25);
	box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .25)
}

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .25);
	box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .25)
}

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

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

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #42434a;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.btn:hover {
	color: #42434a
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25)
}

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

.btn-primary {
	color: #fff;
	background-color: #7AC943;
	border-color: #7AC943
}

.btn-primary:hover {
	color: #fff;
	background-color: #6fb63d;
	border-color: #6fb63d
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #7AC943;
	border-color: #7AC943;
	-webkit-box-shadow: 0 0 0 .1rem rgba(53, 125, 234, .5);
	box-shadow: 0 0 0 .1rem rgba(53, 125, 234, .5)
}

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

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(53, 125, 234, .5);
	box-shadow: 0 0 0 .1rem rgba(53, 125, 234, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #1166e6;
	border-color: #1166e6
}

.btn-secondary {
	color: #fff;
	background-color: #747579;
	border-color: #747579
}

.btn-secondary:hover {
	color: #fff;
	background-color: #636367;
	border-color: #5d5e61
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #636367;
	border-color: #5d5e61;
	-webkit-box-shadow: 0 0 0 .1rem rgba(137, 138, 141, .5);
	box-shadow: 0 0 0 .1rem rgba(137, 138, 141, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #5d5e61;
	border-color: #57585b
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(137, 138, 141, .5);
	box-shadow: 0 0 0 .1rem rgba(137, 138, 141, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #747579;
	border-color: #747579
}

.btn-success {
	color: #000;
	background-color: #00c250;
	border-color: #00c250
}

.btn-success:hover {
	color: #000;
	background-color: #26cb6a;
	border-color: #1ac862
}

.btn-check:focus+.btn-success,
.btn-success:focus {
	color: #000;
	background-color: #26cb6a;
	border-color: #1ac862;
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 165, 68, .5);
	box-shadow: 0 0 0 .1rem rgba(0, 165, 68, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #000;
	background-color: #33ce73;
	border-color: #1ac862
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 165, 68, .5);
	box-shadow: 0 0 0 .1rem rgba(0, 165, 68, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #000;
	background-color: #00c250;
	border-color: #00c250
}

.btn-info {
	color: #000;
	background-color: #4adcf2;
	border-color: #4adcf2
}

.btn-info:hover {
	color: #000;
	background-color: #65e1f4;
	border-color: #5ce0f3
}

.btn-check:focus+.btn-info,
.btn-info:focus {
	color: #000;
	background-color: #65e1f4;
	border-color: #5ce0f3;
	-webkit-box-shadow: 0 0 0 .1rem rgba(63, 187, 206, .5);
	box-shadow: 0 0 0 .1rem rgba(63, 187, 206, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #6ee3f5;
	border-color: #5ce0f3
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(63, 187, 206, .5);
	box-shadow: 0 0 0 .1rem rgba(63, 187, 206, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #000;
	background-color: #4adcf2;
	border-color: #4adcf2
}

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

.btn-warning:hover {
	color: #000;
	background-color: #f8cc4d;
	border-color: #f8c943
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #f8cc4d;
	border-color: #f8c943;
	-webkit-box-shadow: 0 0 0 .1rem rgba(210, 166, 39, .5);
	box-shadow: 0 0 0 .1rem rgba(210, 166, 39, .5)
}

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

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(210, 166, 39, .5);
	box-shadow: 0 0 0 .1rem rgba(210, 166, 39, .5)
}

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

.btn-danger {
	color: #fff;
	background-color: #d6293e;
	border-color: #d6293e
}

.btn-danger:hover {
	color: #fff;
	background-color: #b62335;
	border-color: #ab2132
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #b62335;
	border-color: #ab2132;
	-webkit-box-shadow: 0 0 0 .1rem rgba(220, 73, 91, .5);
	box-shadow: 0 0 0 .1rem rgba(220, 73, 91, .5)
}

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

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(220, 73, 91, .5);
	box-shadow: 0 0 0 .1rem rgba(220, 73, 91, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #d6293e;
	border-color: #d6293e
}

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

.btn-light:hover {
	color: #000;
	background-color: #f7f7f7;
	border-color: #f6f6f7
}

.btn-check:focus+.btn-light,
.btn-light:focus {
	color: #000;
	background-color: #f7f7f7;
	border-color: #f6f6f7;
	-webkit-box-shadow: 0 0 0 .1rem rgba(208, 208, 209, .5);
	box-shadow: 0 0 0 .1rem rgba(208, 208, 209, .5)
}

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

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(208, 208, 209, .5);
	box-shadow: 0 0 0 .1rem rgba(208, 208, 209, .5)
}

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

.btn-dark {
	color: #fff;
	background-color: #0b0a12;
	border-color: #0b0a12
}

.btn-dark:hover {
	color: #fff;
	background-color: #09090f;
	border-color: #09080e
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #09090f;
	border-color: #09080e;
	-webkit-box-shadow: 0 0 0 .1rem rgba(48, 47, 54, .5);
	box-shadow: 0 0 0 .1rem rgba(48, 47, 54, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #09080e;
	border-color: #08080e
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(48, 47, 54, .5);
	box-shadow: 0 0 0 .1rem rgba(48, 47, 54, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #0b0a12;
	border-color: #0b0a12
}

.btn-outline-primary {
	color: #1166e6;
	border-color: #1166e6
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #1166e6;
	border-color: #1166e6
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .5);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .5)
}

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

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .5);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #1166e6;
	background-color: transparent
}

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

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #747579;
	border-color: #747579
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(116, 117, 121, .5);
	box-shadow: 0 0 0 .1rem rgba(116, 117, 121, .5)
}

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

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(116, 117, 121, .5);
	box-shadow: 0 0 0 .1rem rgba(116, 117, 121, .5)
}

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

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

.btn-outline-success:hover {
	color: #000;
	background-color: #7AC943;
	border-color: #7AC943
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .5);
	box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .5)
}

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

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .5);
	box-shadow: 0 0 0 .1rem rgba(0, 194, 80, .5)
}

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

.btn-outline-info {
	color: #4adcf2;
	border-color: #4adcf2
}

.btn-outline-info:hover {
	color: #000;
	background-color: #4adcf2;
	border-color: #4adcf2
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(74, 220, 242, .5);
	box-shadow: 0 0 0 .1rem rgba(74, 220, 242, .5)
}

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

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(74, 220, 242, .5);
	box-shadow: 0 0 0 .1rem rgba(74, 220, 242, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #4adcf2;
	background-color: transparent
}

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

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

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(247, 195, 46, .5);
	box-shadow: 0 0 0 .1rem rgba(247, 195, 46, .5)
}

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

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(247, 195, 46, .5);
	box-shadow: 0 0 0 .1rem rgba(247, 195, 46, .5)
}

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

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

.btn-outline-danger:hover {
	color: #fff;
	background-color: #d6293e;
	border-color: #d6293e
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .5);
	box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .5)
}

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

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .5);
	box-shadow: 0 0 0 .1rem rgba(214, 41, 62, .5)
}

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

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

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

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(245, 245, 246, .5);
	box-shadow: 0 0 0 .1rem rgba(245, 245, 246, .5)
}

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

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(245, 245, 246, .5);
	box-shadow: 0 0 0 .1rem rgba(245, 245, 246, .5)
}

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

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

.btn-outline-dark:hover {
	color: #fff;
	background-color: #0b0a12;
	border-color: #0b0a12
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(11, 10, 18, .5);
	box-shadow: 0 0 0 .1rem rgba(11, 10, 18, .5)
}

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

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
	-webkit-box-shadow: 0 0 0 .1rem rgba(11, 10, 18, .5);
	box-shadow: 0 0 0 .1rem rgba(11, 10, 18, .5)
}

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

.btn-link {
	font-weight: 400;
	color: #1166e6;
	text-decoration: underline
}

.btn-link:hover {
	color: #0e52b8
}

.btn-link.disabled,
.btn-link:disabled {
	color: #747579
}

.btn-white {
	background: #fff;
	color: #30353a
}

.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	background: #dfdfe3;
	color: #30353a;
	border-color: #dfdfe3
}

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

.btn-outline-white.active,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
	color: #42434a;
	background: #fff
}

.btn-lg {
	padding: .6rem 1rem;
	font-size: 1rem;
	border-radius: .3rem
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px;
	border-radius: .2rem
}

.btn-round {
	border-radius: 40px
}

.btn-circle {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	padding: 0;
	text-align: center
}

.btn-circle i {
	margin: 0
}

.btn-circle .fa-play {
	padding-left: 3px
}

.btn-circle.btn-lg {
	height: 55px;
	width: 55px;
	line-height: 55px
}

.btn-circle.btn-sm {
	height: 32px;
	width: 32px;
	line-height: 30px
}

.btn-circle.btn-sm i {
	font-size: .6rem
}

.btn-circle.btn-xs {
	height: 25px;
	width: 25px;
	line-height: 24px
}

.btn-circle.btn-xs i {
	font-size: .6rem
}

.pagination .page-item {
	margin-bottom: 5px;
	float: left
}

.pagination {
	border: none;
	padding: 4px;
	border-radius: .25rem
}

.pagination .page-item,
.pagination .page-numbers,
.pagination span {
	margin: 3px
}

.pagination .page-item.current,
.pagination .page-item.page-item.active .page-link,
.pagination .page-numbers.current,
.pagination .page-numbers.page-item.active .page-link,
.pagination span.current,
.pagination span.page-item.active .page-link {
	color: #fff;
	background-color: var(--ri-primary)
}

.pagination .page-item.page-item.disabled .page-link,
.pagination .page-numbers.page-item.disabled .page-link,
.pagination span.page-item.disabled .page-link {
	color: #fff;
	background-color: var(--ri-gray-200)
}

.pagination .page-link,
.pagination .page-numbers {
	border: transparent;
	border-radius: .25rem !important;
	color: var(--ri-gray-700);
	background-color: var(--ri-white);
	padding: .25rem .75rem
}

.pagination .page-link:hover,
.pagination .page-numbers:hover {
	z-index: 2;
	color: #fff;
	background-color: var(--ri-primary);
	border-color: var(--ri-primary)
}

.pagination .page-link.dots:hover,
.pagination .page-numbers.dots:hover {
	color: var(--ri-gray-700);
	background-color: unset
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

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

.avatar {
	height: 3rem;
	width: 3rem;
	display: inline-block !important
}

.avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.avatar-group {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.avatar-group>li {
	position: relative
}

.avatar-group>li:not(:last-child) {
	margin-right: -.8rem
}

.avatar-group .avatar-img {
	border: 2px solid #fff
}

.avatar .avatar-name {
	margin-left: 7px
}

.avatar-xs {
	height: 1.5rem;
	width: 1.5rem
}

.avatar-sm {
	height: 2.5rem;
	width: 2.5rem
}

.avatar-lg {
	height: 4rem;
	width: 4rem
}

.avatar-xl {
	height: 5.125rem;
	width: 5.125rem
}

.avatar-xxl {
	height: 5.125rem;
	width: 5.125rem
}

@media (min-width:768px) {
	.avatar-xxl {
		width: 8rem;
		height: 8rem
	}
}

.avatar-xxxl {
	height: 8rem;
	width: 8rem
}

@media (min-width:768px) {
	.avatar-xxxl {
		width: 11rem;
		height: 11rem
	}
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding-left: 0;
	list-style: none
}

.single-page-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0
}

.single-page-link .post-page-numbers {
	border-radius: .25rem !important;
	color: var(--ri-gray-700);
	background-color: #f1ecec;
	padding: 8px 10px;
	margin: 0 4px;
	line-height: 1
}

.single-page-link .post-page-numbers.current {
	background-color: #0b0a12;
	color: #fff
}

.page-link {
	position: relative;
	display: block;
	color: #1166e6;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #c5c5c7;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.page-link:hover {
	z-index: 2;
	color: #0e52b8;
	background-color: #dfdfe3;
	border-color: #c5c5c7
}

.page-link:focus {
	z-index: 3;
	color: #0e52b8;
	background-color: #dfdfe3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25);
	box-shadow: 0 0 0 .1rem rgba(17, 102, 230, .25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

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

.page-item.disabled .page-link {
	color: #747579;
	pointer-events: none;
	background-color: #fff;
	border-color: #c5c5c7
}

.page-nav.infinite-scroll .pagination {
	display: none
}

.page-nav.infinite-scroll .infinite-scroll-action {
	display: block
}

.infinite-scroll-action {
	display: none;
	text-align: center
}

.infinite-scroll-status {
	display: none;
	margin-right: 8px
}

.page-link {
	padding: .375rem .75rem
}

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

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

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

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

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

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

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

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

.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 .5rem 1rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .075) !important
}

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	box-shadow: 0 1rem 3rem rgba(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 #dfdfe3 !important
}

.border-0 {
	border: 0 !important
}

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

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

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

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

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

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

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

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

.border-primary {
	border-color: #1166e6 !important
}

.border-secondary {
	border-color: #747579 !important
}

.border-success {
	border-color: #00c250 !important
}

.border-info {
	border-color: #4adcf2 !important
}

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

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

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

.border-dark {
	border-color: #0b0a12 !important
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

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

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

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

.h-auto {
	height: auto !important
}

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

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

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

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

.flex-row {
	-webkit-box-orient: horizontal !important;
	-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-top{
	padding: 2rem !important;
	background-color: #fff;
	margin-bottom: 3rem;
	border-radius: 1rem;
}
.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(--ri-font-monospace) !important
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-base {
	line-height: 1.5 !important
}

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

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

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

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

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

.text-decoration-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 {
	--ri-text-opacity: 1;
	color: rgba(var(--ri-primary-rgb), var(--ri-text-opacity)) !important
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
	--ri-text-opacity: 1;
	font-size: 13px;
	color: #747579 !important
}

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

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

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

.text-opacity-25 {
	--ri-text-opacity: 0.25
}

.text-opacity-50 {
	--ri-text-opacity: 0.5
}

.text-opacity-75 {
	--ri-text-opacity: 0.75
}

.text-opacity-100 {
	--ri-text-opacity: 1
}

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

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

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

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

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

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

.bg-light {
	--ri-bg-opacity: 1;
	background-color: #fff !important
}

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

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

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

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

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

.bg-opacity-10 {
	--ri-bg-opacity: 0.1
}

.bg-opacity-25 {
	--ri-bg-opacity: 0.25
}

.bg-opacity-50 {
	--ri-bg-opacity: 0.5
}

.bg-opacity-75 {
	--ri-bg-opacity: 0.75
}

.bg-opacity-100 {
	--ri-bg-opacity: 1
}

.bg-gradient {
	background-image: var(--ri-gradient) !important
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

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

@media (min-width:576px) {
	.float-sm-start {
		float: left !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

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

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

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

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

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

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

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

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

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

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

@media (min-width:768px) {
	.float-md-start {
		float: left !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

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

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

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

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

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

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

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

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

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

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

@media (min-width:992px) {
	.float-lg-start {
		float: left !important
	}

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

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

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

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

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 3rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 2rem !important
	}

	.p-lg-5 {
		padding: 4rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}

	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}

	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}

	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}

	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}

	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}

	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

.site-header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color .3s cubic-bezier(.77, 0, .175, 1), -webkit-box-shadow .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .3s cubic-bezier(.77, 0, .175, 1), -webkit-box-shadow .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .3s cubic-bezier(.77, 0, .175, 1), box-shadow .3s cubic-bezier(.77, 0, .175, 1), transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .3s cubic-bezier(.77, 0, .175, 1), box-shadow .3s cubic-bezier(.77, 0, .175, 1), transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-box-shadow .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	z-index: 80
}

.site-header.navbar-now {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: background-color .3s ease-out, -webkit-transform .3s;
	transition: background-color .3s ease-out, -webkit-transform .3s;
	transition: transform .3s, background-color .3s ease-out;
	transition: transform .3s, background-color .3s ease-out, -webkit-transform .3s
}

.site-header.navbar-sticky {
	position: fixed !important
}

.navbar-full .site-header {
	padding: 0 30px
}

.slide-now .site-header {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px)
}

.header-gap {
	height: 70px
}

.navbar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	position: relative
}

.navbar .logo {
	margin-right: 12px
}

.navbar .sep {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 30px;
}

.navbar .sep:after {
	background-color: #e6e6e6;
	content: "";
	height: 50%;
	margin: auto;
	-webkit-transition: background-color .5s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .5s cubic-bezier(.77, 0, .175, 1);
	width: 100%
}

.navbar .nav-list {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.navbar .menu-item {
	display: inline-block;
	position: relative
}

.navbar .menu-item>a {
	display: block
}

.navbar .menu-item>a .emoji {
	margin-left: 0 !important;
	margin-right: 5px !important
}

.navbar .menu-item.menu-item-has-children>a:after {
	color: #aaa;
	content: "";
	font-family: iconfont;
	margin-left: 2px;
	-webkit-transition: color .5s cubic-bezier(.77, 0, .175, 1);
	transition: color .5s cubic-bezier(.77, 0, .175, 1)
}

.navbar .menu-item:hover>.sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.navbar .nav-list>.menu-item>a {
	font-size: 16px;
	line-height: 71px;
	margin: 0 20px;
	-webkit-transition: color .3s cubic-bezier(.77, 0, .175, 1);
	transition: color .3s cubic-bezier(.77, 0, .175, 1)
}

.navbar .nav-list>.menu-item.current-menu-item>a {
	color: #d6293e
}

.navbar .sub-menu {
	position: absolute;
	list-style-type: none;
	visibility: hidden;
	min-width: 200px;
	margin: -1px 0 0 -18px;
	opacity: 0;
	padding: 20px 0;
	top: 100%;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	border-radius: 0 0 .3rem .3rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	z-index: 80
}

.navbar .sub-menu .menu-item {
	display: block;
	padding: 0 1rem
}

.navbar .sub-menu .menu-item>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	padding: 10px 30px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1)
}

.navbar .sub-menu .menu-item>a:hover {
	opacity: 1
}

.navbar .sub-menu .menu-item.menu-item-has-children>a {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar .sub-menu .menu-item.menu-item-has-children>a:after {
	content: "";
	line-height: 1;
	margin-right: -4px
}

.navbar .sub-menu .sub-menu {
	left: 100%;
	margin: -20px 0 0;
	top: 0
}

.navbar .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap
}

.navbar .actions>div+div {
	margin-left: 5px
}

.navbar .navbar-button,
.off-canvas .canvas-close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #e6e6e6;
	border-radius: 4px;
	color: var(--ri-body-color);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color .5s cubic-bezier(.77, 0, .175, 1), border-color .5s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .5s cubic-bezier(.77, 0, .175, 1), border-color .5s cubic-bezier(.77, 0, .175, 1);
	width: 30px
}

.navbar-hidden .navbar .logo {
	margin-right: 0
}

.navbar-hidden .navbar .sep {
	display: none
}

@media (max-width:991px) {
	.navbar .sep {
		display: none
	}
}

.burger {
	border: 2px solid #e6e6e6;
	border-radius: 4px;
	cursor: pointer;
	height: 30px;
	position: relative;
	-webkit-transition: background-color .5s cubic-bezier(.77, 0, .175, 1), border-color .5s cubic-bezier(.77, 0, .175, 1);
	transition: background-color .5s cubic-bezier(.77, 0, .175, 1), border-color .5s cubic-bezier(.77, 0, .175, 1);
	width: 30px
}

.burger:hover {
	border: 2px solid #000
}

.burger:after,
.burger:before {
	background-color: var(--ri-body-color);
	content: "";
	height: 2px;
	left: 8px;
	position: absolute;
	width: 10px
}

.burger:before {
	top: 10px
}

.burger:after {
	bottom: 10px
}

@media (min-width:992px) {
	.no-off-canvas:not(.navbar-hidden) .burger {
		display: none
	}
}

.logo-wrapper {
	position: relative
}

.logo:not(.text) {
	-webkit-transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
	transition: opacity .5s cubic-bezier(.77, 0, .175, 1)
}

.logo.contrary {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0
}

.logo.text {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: color .5s cubic-bezier(.77, 0, .175, 1);
	transition: color .5s cubic-bezier(.77, 0, .175, 1)
}

.logo.regular {
	min-width: 100px;
	max-height: 80px;
	width: auto
}

.navbar .action-btn {
	border: 2px solid #e6e6e6;
	border-radius: 3px;
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	line-height: 28px;
	font-size: .875rem
}

.navbar .btn-vip-icon {
	position: relative;
	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;
	border-radius: 3px;
	border-width: 2px
}

.navbar .btn-vip-icon:hover {
	background-color: #f7c32e;
	color: #fff
}

.navbar .btn-vip-icon .iconfont {
	font-size: 1.5rem;
	margin-right: 5px
}

.navbar .action-hover-menu {
	min-width: 30px;
	list-style: none
}

.navbar .action-hover-menu .avatar-warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar .action-hover-menu .avatar-warp .avatar-img {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 4px
}

.navbar .action-hover-menu .hover-warp {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	top: 100%;
	right: 0;
	font-size: .875rem;
	background-color: #fff;
	width: 220px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	border-radius: .3rem;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	transition: all .3s cubic-bezier(.77, 0, .175, 1)
}

.navbar .action-hover-menu .hover-info {
	padding: 1rem;
	color: #fff;
	background: url(../img/hover-info-bg.png) no-repeat
}

.navbar .action-hover-menu .hover-item {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px
}

.navbar .action-hover-menu .hover-item .hover-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar .action-hover-menu .hover-item .hover-link>a {
	width: 50%;
	display: inline-block;
	padding: 8px 20px;
	text-align: center
}

.navbar .action-hover-menu .hover-item .hover-link>a:hover {
	color: #f7c32e
}

.navbar .action-hover-menu hr {
	margin: 8px 0;
	opacity: .1
}

@media (min-width:992px) {
	.navbar .action-hover-menu:hover>.hover-warp {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
		top: 55px
	}
}

.off-canvas {
	background-color: #fff;
	height: 100vh;
	overflow-y: scroll;
	padding: 60px 0 15px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(320px);
	transform: translateX(320px);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	width: 320px;
	z-index: 90;
	-webkit-overflow-scrolling: touch
}

.off-canvas .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 30px;
	padding: 0 20px
}

.off-canvas .canvas-close {
	position: absolute;
	right: 15px;
	top: 15px
}

.off-canvas .canvas-close .iconfont {
	transition: -webkit-transform .5s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.77, 0, .175, 1);
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	transition: transform .5s cubic-bezier(.77, 0, .175, 1), -webkit-transform .5s cubic-bezier(.77, 0, .175, 1)
}

.off-canvas .canvas-close:hover .iconfont {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.off-canvas .mega-menu {
	display: none
}

.off-canvas .widget-area .widget {
	padding: 20px
}

.off-canvas .widget-area .widget+.widget {
	margin-top: 30px
}

.off-canvas .widget-area .widget.widget_magsy_promo_widget+.widget_magsy_promo_widget {
	margin-top: -20px
}

.off-canvas .widget-area .widget .widget-title {
	border-bottom: 1px solid #e6e6e6;
	margin: -20px -20px 20px;
	padding: 15px 20px
}

body:not(.canvas-visible) .off-canvas {
	visibility: hidden
}

.canvas-opened {
	overflow-y: hidden
}

.canvas-opened .off-canvas {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible
}

.slicknav_menu {
	position: relative
}

.slicknav_menu li,
.slicknav_menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.slicknav_menu .slicknav_nav {
	padding: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.slicknav_menu .slicknav_nav li.slicknav_parent {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

.slicknav_menu .slicknav_nav li.current-menu-item a {
	color: #007bff
}

.slicknav_menu .slicknav_nav>li {
	width: 100%;
	padding: .25rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.slicknav_menu .slicknav_nav .sub-menu {
	border-radius: 0 0 2px 2px;
	overflow: hidden;
	background: #eaeaea;
	padding: 5px;
	position: relative
}

.slicknav_menu .slicknav_nav .sub-menu>li {
	width: 100%;
	float: none
}

.slicknav_menu .slicknav_nav .sub-menu>li>a {
	border: none;
	border-radius: 0;
	line-height: 1;
	background: #f7f7f7;
	margin: 10px 5px;
	border-radius: 4px;
	padding: 10px 5px
}

.slicknav_menu .menu-item>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875rem;
	line-height: 1;
	outline: 0;
	padding: 12px 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7
}

.slicknav_menu .menu-item>a>i {
	margin-left: 0 !important;
	margin-right: 5px !important
}

.slicknav_menu .slicknav_item a {
	margin-left: 10px;
	outline: 0
}

.slicknav_menu .slicknav_item a i {
	margin-left: 0 !important;
	margin-right: 5px !important
}

.slicknav_menu .slicknav_nav .sub-menu .sub-menu {
	width: 100%
}

.slicknav_menu .slicknav_nav .sub-menu .sub-menu li {
	width: 100%;
	float: none
}

.slicknav_menu hr {
	padding: 0;
	margin: 0
}

.slicknav_menu .slicknav_arrow {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	margin-right: 10px
}

.dimmer {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 90
}

.back-top {
	cursor: pointer;
	position: fixed !important;
	bottom: 40px;
	right: 40px;
	display: block;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: rgba(33, 99, 232, .2);
	color: #1166e6;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center
}

.back-top i {
	font-size: 1.25rem;
	vertical-align: middle
}

.back-top:hover {
	background: #1166e6;
	color: #fff
}

.back-top.back-top-show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media (max-width:767.98px) {
	.back-top {
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px
	}

	.back-top i {
		font-size: 1rem
	}
}

section {
	padding-top: 2rem;
	padding-bottom: 1.5rem
}

@media (max-width:767.98px) {
	section {
		padding-top: 1.5rem;
		padding-bottom: 1rem
	}
}

.small,
small {
	font-weight: 400;
	font-size: .875rem
}

.border-dashed {
	border-style: dashed !important
}

.iconfont {
	position: relative;
	display: inline-block;
	font: normal normal normal 14px/1 iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-sm {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: 75%
}

.icon-md {
	width: 2.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-size: .8rem
}

.icon-lg {
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	font-size: 1.2rem
}

.icon-xl {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	font-size: 1.9rem
}

.icon-xxl {
	width: 7rem;
	height: 7rem;
	line-height: 7rem;
	text-align: center;
	font-size: 2.5rem
}

.icon-spin {
	-webkit-animation: icon-spin 2s linear infinite;
	animation: icon-spin 2s linear infinite
}

@-webkit-keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

body.wpdie {
	background-color: #494949
}

body.wpdie .dimmer {
	background: 0 0
}

.ri-notice {
	position: fixed;
	border-radius: 4px;
	padding: 16px;
	max-width: 400px;
	top: 160px;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: center;
	z-index: 10001
}

.ri-popup {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	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;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto
}

.ri-popup-body {
	opacity: 0;
	visibility: hidden;
	position: relative;
	width: 100%;
	max-width: 420px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.ri-popup-close {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateY(25%);
	transform: translateY(25%)
}

.ri-popup-close .svg-close {
	display: inline-block;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTUxMiAwQzIyOS4yIDAgMCAyMjkuMTk5OTk5IDAgNTEyYzAgMjgyLjggMjI5LjIgNTEyIDUxMiA1MTIgMjgyLjgwMDAwMSAwIDUxMi0yMjkuMiA1MTItNTEyQzEwMjQgMjI5LjE5OTk5OSA3OTQuODAwMDAxIDAgNTEyIDB6bTIxMy40NjA1MjIgNzI1Ljk3NTY1OWMtNi4wNzcyNDkgNi4wNzcyNDgtMTQuMDY0NDg4IDkuMTE1ODcyLTIyLjA1MTcyNyA5LjExNTg3Mi03Ljk4NzI0MiAwLTE2LjA2MTI5OC0zLjAzODYyNC0yMi4xMzg1NDgtOS4yMDI2OUw1MTIgNTU2LjI3MTMyMyAzNDIuNzI5NzUyIDcyNS44ODg4NDFjLTYuMDc3MjQ4IDYuMTY0MDY2LTE0LjE1MTMwNiA5LjIwMjY5LTIyLjEzODU0NiA5LjIwMjY5LTcuOTg3MjQgMC0xNS45NzQ0NzktMy4wMzg2MjQtMjIuMDUxNzI3LTkuMTE1ODcyLTEyLjI0MTMxMy0xMi4xNTQ0OTYtMTIuMjQxMzEzLTMxLjk0ODk2LS4wODY4MTgtNDQuMTkwMjczTDQ2Ny44OTY1NDYgNTExLjk5NDIzIDI5OC40NTI2NjEgMzQyLjIwMzA3NGMtMTIuMTU0NDk1LTEyLjI0MTMxMi0xMi4xNTQ0OTUtMzIuMDM1Nzc2LjA4NjgxOC00NC4xOTAyNzEgMTIuMjQxMzEzLTEyLjE1NDQ5NSAzMi4wMzU3NzctMTIuMTU0NDk1IDQ0LjE5MDI3My4wODY4MTdMNTEyIDQ2Ny43MTcxNDFsMTY5LjI3MDI0Ny0xNjkuNzA0MzM4YzEyLjE1NDQ5NS0xMi4yNDEzMTMgMzEuOTQ4OTU5LTEyLjI0MTMxMyA0NC4xOTAyNzUtLjA4NjgxOCAxMi4yNDEzMTMgMTIuMTU0NDk1IDEyLjI0MTMxMyAzMS45NDg5NTkuMDg2ODE4IDQ0LjE5MDI3Mkw1NTYuMTAzNDU0IDUxMS45OTQyMyA3MjUuNTQ3MzQgNjgxLjc4NTM4NmMxMi4xNTQ0OTUgMTIuMjQxMzEzIDEyLjE1NDQ5NSAzMi4wMzU3NzctLjA4NjgxOCA0NC4xOTAyNzN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 28px;
	height: 28px
}

.ri-popup-content {
	background: #fff;
	padding: 1.25rem;
	position: relative;
	border-radius: 6px;
	border-radius: .5rem;
	overflow: hidden
}

.ri-popup-open {
	overflow: hidden
}

.ri-popup-open .ri-popup {
	opacity: 1;
	visibility: visible
}

.ri-popup-open .ri-popup-body {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
	opacity: 1;
	visibility: visible
}

.archive-hero {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.archive-hero .archive-hero-bg {
	position: absolute;
	/*left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 150%;
	overflow: hidden;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);*/
	z-index: -1
}

.archive-hero .archive-hero-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3)
}

.archive-hero .archive-title {
	font-size: 24px;
	font-weight: 900;
	margin: 0;
	position: relative;
	text-align: left;
}

.archive-hero .archive-desc {
	text-align: left;
	font-size: 14px;
}

.archive-hero .archive-desc p {
	margin-bottom: 0
}

.archive-hero .breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.archive-hero .breadcrumb>li {
	display: inline;
	font-size: 14px
}

.archive-hero .breadcrumb>li>a {
	color: #85878a
}

.archive-hero .breadcrumb>li.active {
	color: #747579
}

.archive-hero .breadcrumb>li+li {
	padding-left: 10px
}

.archive-hero .breadcrumb>li+li::before {
	content: "»";
	padding-right: 5px;
	color: #747579
}

.bgimg-cover {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 150%
}

.filter-warp {
	position: relative;
	background: #fff
}

.filter-warp .filter-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	font-size: .875rem;
	border-bottom: 1px dashed #e8e8e8;
	white-space: nowrap;
	overflow: hidden
}

.filter-warp .filter-item .filter-scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.filter-warp .filter-item .filter-scroll.active {
	overflow: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.filter-warp .filter-item .scroll-more {
	position: relative;
	cursor: pointer;
	padding: 6px 12px;
	margin-top: 4px
}

.filter-warp .filter-item .filter-name {
	margin-right: 10px;
	margin-top: 4px;
	color: #85878a;
	min-width: 70px;
	padding: 6px 8px
}

.filter-warp .filter-item .filter-link {
	margin-right: 4px;
	margin-top: 4px
}

.filter-warp .filter-item .filter-link>a {
	padding: 6px 8px;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	color: #747579;
	border: solid 2px transparent
}

.filter-warp .filter-item .filter-link.active>a,
.filter-warp .filter-item .filter-link:hover>a {
	color: #0b0a12;
	border: solid 2px rgba(11, 10, 18, .15)
}

@media (max-width:767.98px) {
	.filter-warp .filter-item {
		padding: 6px 0;
		font-size: .875rem
	}

	.filter-warp .filter-item .filter-name {
		margin-right: 6px;
		min-width: auto
	}

	.filter-warp .filter-item .filter-link>a {
		padding: 6px 2px
	}

	.filter-warp .filter-item .filter-link.active>a,
	.filter-warp .filter-item .filter-link:hover>a {
		color: #0b0a12;
		border: solid 2px transparent
	}
}

.posts-warp {
	position: relative
}

.post-item {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}

.post-item .entry-vip-icon {
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 1;
	font-size: 16px;
	color: #000;
	line-height: 1;
	padding: 4px;
	background: rgba(255, 255, 255, .85);
	font-weight: 400;
	border-radius: 2px
}

.post-item.post-list .entry-vip-icon {
	left: 1.25rem;
	top: 1rem;
	color: #fff;
	background: unset
}

.post-item.list-icon .entry-vip-icon {
	top: 10px;
	right: -35px;
	width: 115px;
	height: 25px;
	background: rgba(116, 117, 121, .15);
	color: #d6293e;
	line-height: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	left: unset
}

.entry-media::after,
.media-2x3::after,
.media-3x2::after,
.media-3x3::after {
	content: "";
	display: block;
	padding-top: 100%
}

.media-2x3::after {
	padding-top: 150%
}

.media-3x3::after {
	padding-top: 100%
}

.media-3x2::after {
	padding-top: 66.6666%
}

.post-grid {
	background-color: #fff;
	border-radius: 1rem;
}

.post-grid:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13)
}

.post-grid .entry-media {
	display: block;
	position: relative;
	overflow: hidden
}


.post-grid .entry-media .media-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	border-radius: inherit;
	background-size: contain;
	margin: 1.5rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: var(--bg-light)
}

.post-grid .entry-wrapper {
	padding: 1.5rem
}

.post-grid .entry-title {
	position: relative;
	margin: 0;
	font-size: 15px;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all
}

.post-grid .entry-desc {
	display: -webkit-box;
	color: #85878a;
	margin-top: 8px;
	font-size: 13px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	line-height: 1.25
}

.post-grid .entry-category-dot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.post-grid .entry-category-dot>a {
	color: #85878a;
	font-size: 12px;
	font-style: italic;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
/*
.post-grid .entry-category-dot>a::before {
	display: block;
	content: "";
	border-radius: 50%;
	height: 6px;
	width: 6px;
	margin-right: 5px;
	background-color: #2196f3
}
*/
.post-grid .entry-category-dot>a:hover {
	opacity: .75
}

.post-grid .entry-category-dot>a:nth-of-type(1)::before {
	background-color: rgba(17, 102, 230, .75)
}

.post-grid .entry-category-dot>a:nth-of-type(2)::before {
	background-color: rgba(247, 195, 46, .75)
}

.post-grid .entry-category-dot>a:nth-of-type(3)::before {
	background-color: rgba(0, 194, 80, .75)
}

.post-grid .entry-category-dot>a:nth-of-type(4)::before {
	background-color: rgba(74, 220, 242, .75)
}

.post-grid .entry-category-dot>a+a {
	margin-left: 6px
}

.post-grid .entry-meta {
	position: relative;
	margin-top: 8px;
	font-size: 12px;
	color: #85878a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	letter-spacing: -.2px
}

.post-grid .entry-meta a {
	color: #85878a
}

.post-grid .entry-meta>span {
	margin-right: 10px
}

.post-grid .entry-meta>span:last-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	margin-right: 0
}

.post-grid.grid-overlay {
	position: relative;
	overflow: hidden
}

.post-grid.grid-overlay .entry-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem;
	z-index: 2;
	color: #fff;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .65)));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .65))
}

.post-grid.grid-overlay .entry-wrapper a {
	color: #fff
}

.post-grid.grid-overlay:hover .entry-wrapper {
	bottom: -10%;
	opacity: 0;
	visibility: hidden
}

.post-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	padding: 1rem
}

.post-list:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13)
}

.post-list.list-icon .media-icon {
	position: relative;
	max-width: 40px
}

.post-list.list-icon .media-icon .iconfont {
	font-size: 40px;
	font-weight: 500
}

.post-list.list-icon .media-icon .icon-pdf {
	color: #03a9f4
}

.post-list.list-icon .media-icon .icon-office-pptx {
	color: #efbf30
}

.post-list.list-icon .media-icon .icon-office-excel {
	color: #eb653b
}

.post-list.list-icon .media-icon .icon-office-word {
	color: #4caf50
}

.post-list.list-icon .media-icon::after {
	display: none
}

.post-list.list-icon .entry-title {
	font-weight: 500
}

.post-list .entry-media {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	max-width: 200px
}

.post-list .entry-media .media-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	border-radius: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: var(--bg-light)
}

.post-list .entry-wrapper {
	padding-left: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0
}

.post-list .entry-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.post-list .entry-title {
	position: relative;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all
}

.post-list .entry-desc {
	display: -webkit-box;
	color: #85878a;
	font-size: .875rem;
	margin-top: 8px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	line-height: 1.5
}

.post-list .entry-footer {
	margin-top: 8px
}

.post-list .entry-meta {
	position: relative;
	font-size: 13px;
	color: #85878a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-list .entry-meta .entry-category-dot {
	margin-right: 1rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.post-list .entry-meta .entry-category-dot>a {
	color: #85878a;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.post-list .entry-meta .entry-category-dot>a::before {
	display: block;
	content: "";
	border-radius: 50%;
	height: 6px;
	width: 6px;
	margin-right: 5px;
	background-color: #2196f3
}

.post-list .entry-meta .entry-category-dot>a:hover {
	opacity: .75
}

.post-list .entry-meta .entry-category-dot>a:nth-of-type(1)::before {
	background-color: rgba(17, 102, 230, .75)
}

.post-list .entry-meta .entry-category-dot>a:nth-of-type(2)::before {
	background-color: rgba(247, 195, 46, .75)
}

.post-list .entry-meta .entry-category-dot>a:nth-of-type(3)::before {
	background-color: rgba(0, 194, 80, .75)
}

.post-list .entry-meta .entry-category-dot>a:nth-of-type(4)::before {
	background-color: rgba(74, 220, 242, .75)
}

.post-list .entry-meta .entry-category-dot>a+a {
	margin-left: 6px
}

.post-list .entry-meta a {
	color: #85878a
}

.post-list .entry-meta>span {
	margin-right: 1rem
}

.post-list .entry-meta>span:last-child {
	margin-right: 0
}

@media (max-width:767.98px) {
	.post-list {
		padding: .5rem
	}

	.post-list .entry-wrapper {
		padding-left: .5rem
	}

	.post-list .entry-title {
		font-size: 16px;
		-webkit-line-clamp: 1
	}
}

.single .breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.single .breadcrumb>li {
	font-size: 14px
}

.single .breadcrumb>li>a {
	color: #85878a
}

.single .breadcrumb>li>a:hover {
	color: #1166e6
}

.single .breadcrumb>li.active {
	color: #747579
}

.single .breadcrumb>li+li {
	padding-left: 10px
}

.single .breadcrumb>li+li::before {
	content: "»";
	height: 100%;
	padding-right: 5px;
	color: #747579
}

@media (min-width:992px) and (max-width:1199.98px) {
	.content-wrapper {
		width: 70%
	}

	.content-sidebar {
		width: 30%
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.content-wrapper {
		width: 70%
	}

	.content-sidebar {
		width: 30%
	}
}

@media (min-width:1400px) {
	.content-wrapper {
		width: 70%
	}

	.content-sidebar {
		width: 30%
	}
}

.search-form {
	width: 100%;
	margin: 0
}

.search-form>form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%
}

.search-form .search-select {
	max-width: 160px
}

.search-form .search-select .form-select {
	border: 0;
	background-color: #fff;
	border-radius: 0;
	font-weight: 600;
	font-size: 1rem
}

.search-form .search-select .form-select>.level-0,
.search-form .search-select .form-select>option {
	font-weight: 600;
	font-size: 17px
}

.search-form .search-select .form-select>.level-1,
.search-form .search-select .form-select>.level-2 {
	font-weight: 600;
	font-size: 15px
}

.search-form .search-fields {
	position: relative;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	vertical-align: top;
	overflow: hidden;
	font-size: 1rem
}

.search-form .search-fields input {
	position: relative;
	display: block;
	background-color: #ffffff00;
	color: #ffffff;
	line-height: 1.5;
	padding: .5rem 0rem .5rem 0rem;
	width: 100%;
	border-width: 0px 0px 1px;
	border-color: #fff;
	margin: 0;
	outline: 0;
	-webkit-appearance: none
}

.search-form .search-fields button {
	position: absolute;
	right: 0;
	top: 0;
	border: none !important;
	background: 0 0 !important;
	color: #fff;
	max-height: 50px;
	line-height: 1.5;
	padding: .5rem 1rem .5rem 1rem;
	opacity: 1
}

.search-form .search-fields button:hover {
	opacity: .7
}

@media (min-width:992px) {

	.archive-hero .search-form,
	.home-search-bg .search-form {
		max-width: 50%
	}

	.search-form .search-fields,
	.search-form .search-select .form-select {
		font-size: 1.25rem
	}
}

.cdks-widget {
	position: relative
}

.cdks-widget .cdk-card {
	padding: 10px;
	margin-top: 10px;
	border: dashed 2px #fff;
	background: linear-gradient(45deg, rgba(254, 172, 94, .5), rgba(199, 121, 208, .5), rgba(75, 192, 200, .5))
}

.cdks-widget .cdk-card>.h6,
.cdks-widget .cdk-card>h6 {
	color: #fff
}

.cdks-widget .widget-desc {
	font-size: 15px;
	color: #747579
}

.menu-sidebar,
.sidebar {
	position: relative
}

.menu-sidebar .widget,
.sidebar .widget {
	position: relative;
	background-color: #fff;
	border-radius: 1rem;
	clear: both;
	overflow: hidden;
	padding: 2rem;
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0rem .125rem .9375rem -.3125rem rgba(10, 10, 10, .03);
	box-shadow: 0rem .125rem .9375rem -.3125rem rgba(10, 10, 10, .03)
}

.menu-sidebar .widget .widget-title,
.sidebar .widget .widget-title {
	font-size: 1.25rem
}

.menu-sidebar .widget dl,
.menu-sidebar .widget ol,
.menu-sidebar .widget ul,
.sidebar .widget dl,
.sidebar .widget ol,
.sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.menu-sidebar .widget ul>li,
.sidebar .widget ul>li {
	padding: 5px 0
}

.menu-sidebar .widget_search .screen-reader-text,
.menu-sidebar .widget_search .search-submit,
.sidebar .widget_search .screen-reader-text,
.sidebar .widget_search .search-submit {
	display: none
}

.menu-sidebar .widget_search label,
.sidebar .widget_search label {
	width: 100%
}

.menu-sidebar .widget_search input,
.sidebar .widget_search input {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #f0f2f5;
	background-clip: padding-box;
	border: 1px solid #eaeff3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.menu-sidebar .post-down-widget,
.sidebar .post-down-widget {
	position: relative
}

.menu-sidebar .post-down-widget .down-thumb,
.sidebar .post-down-widget .down-thumb {
	max-height: 220px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.menu-sidebar .post-down-widget .down-title,
.sidebar .post-down-widget .down-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.menu-sidebar .post-down-widget .down-author,
.sidebar .post-down-widget .down-author {
	font-size: 12px;
    color: #85878a;
    margin-bottom: 1rem;
}

.menu-sidebar .post-down-widget .down-author,
.sidebar .post-down-widget .down-desc {
	font-size: 13px;
    color: #42434a;
    margin-bottom: 2rem;
}

.menu-sidebar .post-down-widget .down-author,
.sidebar .post-down-widget .down-tags {
	font-size: 12px;
    color: #85878a;
    margin-bottom: 2rem;
}

.menu-sidebar .post-down-widget .down-btn,
.sidebar .post-down-widget .down-btn {
	border-radius: 0.4rem
}

.menu-sidebar .post-down-widget .download-info,
.sidebar .post-down-widget .download-info {
	font-size: 13px
}

.menu-sidebar .post-down-widget .download-info>li,
.sidebar .post-down-widget .download-info>li {
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-search-bg {
	position: relative;
	text-align: center
}

.home-search-bg .search-bg {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	z-index: 0
}

.home-search-bg .search-bg-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1
}

.home-search-bg .search-warp {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: left
}

.home-search-bg .search-title {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem
}

.home-search-bg .search-desc {
	font-size: 18px;
	color: #fff;
	margin-bottom: 1.5rem
}

@media (max-width:992px) {
	.home-search-bg .search-warp {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.home-search-bg .search-title {
		font-size: 1.5rem
	}

	.home-search-bg .search-desc {
		font-size: 14px;
		margin-bottom: 1rem
	}
}

.card {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	padding: 2rem;
	border-radius: 1rem;
	background-color: #fff;
	-webkit-box-shadow: 0rem .125rem .9375rem -.3125rem rgba(10, 10, 10, .03);
	box-shadow: 0rem .125rem .9375rem -.3125rem rgba(10, 10, 10, .03)
}

.download .article-header,
.page .article-header,
.single .article-header {
	margin-bottom: 20px
}

.download .article-header .post-title,
.page .article-header .post-title,
.single .article-header .post-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4
}

.download .article-header .article-meta,
.page .article-header .article-meta,
.single .article-header .article-meta {
	font-size: 14px;
	color: #85878a
}

.download .article-header .article-meta>span,
.page .article-header .article-meta>span,
.single .article-header .article-meta>span {
	margin-right: 10px
}

.download .article-header .article-meta>span:last-child,
.page .article-header .article-meta>span:last-child,
.single .article-header .article-meta>span:last-child {
	margin-right: 0
}

.download .article-header .article-meta a,
.page .article-header .article-meta a,
.single .article-header .article-meta a {
	color: #85878a
}

.download .article-header {
	padding: 1.5rem;
	color: #fff;
	background: url(../img/down-head-bg.png) center no-repeat;
	background-size: cover
}

.download .article-header .article-meta,
.download .article-header .article-meta a {
	color: #fff
}

.post-content {
	position: relative;
	font-size: 16px;
	color: var(--ri-body-color);
	line-height: 1.8
}

.post-content p {
	margin-bottom: 0;
	line-height: 1.8;
	word-wrap: break-word
}

.post-content blockquote {
	position: relative;
	padding: 10px 10px 10px 55px;
	background: #f3f3f3;
	border-left: 0;
	font-size: 16px;
	border-radius: 3px;
	color: #444
}

.post-content blockquote:before {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 10px;
	top: 15px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cpath d='M195.541 739.03C151.595 692.351 128 640 128 555.135c0-149.333 104.832-283.179 257.28-349.355l38.101 58.795c-142.293 76.97-170.112 176.853-181.205 239.83 22.912-11.862 52.907-16 82.304-13.27 76.97 7.125 137.643 70.315 137.643 148.864a149.333 149.333 0 01-149.334 149.333 165.163 165.163 0 01-117.248-50.304zm426.667 0c-43.947-46.678-67.541-99.03-67.541-183.894 0-149.333 104.832-283.179 257.28-349.355l38.101 58.795c-142.293 76.97-170.112 176.853-181.205 239.83 22.912-11.862 52.906-16 82.304-13.27 76.97 7.125 137.642 70.315 137.642 148.864a149.333 149.333 0 01-149.333 149.333 165.163 165.163 0 01-117.248-50.304z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% auto;
	content: "";
	opacity: .15
}

.post-content blockquote ol:last-child,
.post-content blockquote p:last-child,
.post-content blockquote ul:last-child {
	margin-bottom: 0
}

.post-content figure {
	margin-bottom: 0px
}

.post-content audio,
.post-content embed,
.post-content iframe,
.post-content img,
.post-content video {
	max-width: 100%;
	vertical-align: top
}

.post-content iframe {
	width: 100%;
	height: calc(768px * .666)
}

.post-content>.h1,
.post-content>h1 {
	margin: 32px 0 16px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 24px
}

.post-content>.h2,
.post-content>h2 {
	padding-bottom: 12px;
	font-size: 20px;
	border-bottom: 1px solid #efefef;
	margin: 32px 0 16px;
	line-height: 1.4;
	font-weight: 500
}

.post-content>.h3,
.post-content>h3 {
	position: relative;
	padding-left: 18px;
	line-height: 1.46;
	border: 0;
	font-size: 18px
}

.post-content>.h3::before,
.post-content>h3::before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	width: 3px;
	height: calc(100% - 8px);
	border-radius: 3px;
	background-color: #1166e6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(transparent));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.post-content>.h4,
.post-content>h4 {
	font-weight: 500;
	font-size: 18px
}

.post-content>.h5,
.post-content>h5 {
	font-weight: 500;
	font-size: 15px
}

.post-content>.h6,
.post-content>h6 {
	font-weight: 500;
	font-size: 13px
}

.post-content hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #efefef;
	opacity: 1
}

.post-content .gallery {
	margin: 0 -10px;
	font-size: 0
}

.post-content .gallery .gallery-item {
	display: inline-block;
	padding: 0.5rem;
	text-align: center;
	vertical-align: top
}

.post-content .gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0
}

.post-content .gallery-columns-1 .gallery-item {
	width: 100%
}

.post-content .gallery-columns-2 .gallery-item {
	width: 50%
}

.post-content .gallery-columns-3 .gallery-item {
	width: 33.33333%
}

.post-content .gallery-columns-4 .gallery-item {
	width: 25%
}

.post-content .gallery-columns-5 .gallery-item {
	width: 20%
}

.post-content .gallery-columns-6 .gallery-item {
	width: 16.66667%
}

.post-content .gallery-columns-7 .gallery-item {
	width: 14.28571%
}

.post-content .gallery-columns-8 .gallery-item {
	width: 12.5%
}

.post-content .gallery-columns-9 .gallery-item {
	width: 11.11111%
}

.post-content .wp-caption {
	max-width: 100%
}

.post-content .wp-caption-text {
	padding-top: 5px;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #666
}

.post-content .alignleft {
	float: left;
	margin: 10px 30px 10px 0 !important
}

.post-content .alignright {
	float: right;
	margin: 10px 0 10px 30px !important
}

.post-content .aligncenter {
	clear: both;
	display: block;
	margin: auto !important
}

/*.post-content .alignnone {
	margin: 30px 0 !important
}*/

.post-content .vip-hide-content {
	position: relative;
	padding: 10px;
	border: 1px dashed rgba(247, 195, 46, .75)
}

.post-content .vip-hide-content .vip-hide-tips {
	position: absolute;
	left: -1px;
	top: -12px;
	font-size: 13px;
	background: #f7c32e;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 4px 16px
}

.post-content .vip-hide-content .vip-hide-desc {
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #747579
}

@media (max-width:992px) {
	.post-content {
		position: relative
	}

	.post-content iframe {
		height: calc(100vw * .4444)
	}
}

.entry-copyright {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 10px
}

.entry-tags>a {
	padding: 2px 10px;
	display: inline-block;
	font-size: .875rem;
	background-color: #eee;
	margin: 0 5px 5px 0;
	border-radius: 0
}

.entry-tags>a::before {
	content: "";
	font-family: iconfont;
	margin-right: 5px
}

.entry-social .btn {
	margin-bottom: 5px
}

.share-body {
	position: relative
}

.share-body .share-qrcode {
	width: 100%;
	border: solid 5px #eee
}

.share-body .share-url {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
	word-break: break-word;
	padding: 5px 10px;
	background: #eee;
	display: block;
	color: #ff5722;
	font-size: 13px
}

.share-body .share-desc {
	font-size: 13px;
	text-align: center;
	margin-top: 10px
}

.related-posts {
	position: relative
}

.related-posts .related-title {
	font-size: 1.25rem
}

.related-posts .post-item .entry-meta {
	display: none !important
}

.entry-comments .comment-reply-title,
.entry-comments .comments-title,
.entry-comments .entry-related-title {
	position: relative
}

.entry-comments .comment-reply-title,
.entry-comments .comments-title {
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 500
}

.entry-comments #cancel-comment-reply-link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #85878a
}

.entry-comments .comment-form {
	margin-top: 15px;
	border: 1px solid #efefef;
	background: #fbfbfb
}

.entry-comments .comment-form-comment {
	position: relative
}

.entry-comments .comment-form-comment textarea {
	width: 100%;
	height: 100px;
	padding: 8px 12px;
	line-height: 22px;
	border: 0;
	border-bottom: 1px solid #f5f5f5;
	outline: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	resize: none
}

.entry-comments .comment-form-comment .error {
	border: 1px solid #a94442
}

.entry-comments .comment-must-login {
	height: 100px;
	padding: 8px 12px;
	font-size: 14px;
	color: #999;
	border: 1px solid transparent;
	border-bottom-color: #efefef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.entry-comments .form-submit {
	padding: 10px 15px;
	margin: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden
}

.entry-comments .form-submit .submit {
	float: right
}

.entry-comments .form-submit-text {
	font-size: 12px;
	line-height: 28px;
	color: #666;
	max-width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.entry-comments .form-submit-text span {
	color: var(--theme-color)
}

.login-and-register .account-from {
	max-width: 300px
}

@media (min-width:1400px) {
	.login-and-register {
		height: 100vh !important
	}
}

#captcha-img {
	max-height: 44px;
	margin-left: 10px
}

.uc-page .uc-menu-warp {
	position: relative;
	padding: 1rem;
	margin: 0;
	list-style: none
}

.uc-page .uc-menu-warp .menu-item {
	text-align: center;
	letter-spacing: 1px
}

.uc-page .uc-menu-warp .menu-item a {
	color: #747579;
	padding: 10px 8px;
	display: inline-block;
	line-height: 1.2
}

.uc-page .uc-menu-warp .menu-item a:hover,
.uc-page .uc-menu-warp .menu-item.current-menu-item a {
	color: #1166e6
}

.uc-page .vip-card {
	border-radius: 4px
}

.uc-page .vip-cdk-body form {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto
}

.uc-page .pay-vip-log .list-group-item>.small,
.uc-page .pay-vip-log .list-group-item>small {
	display: inline-block;
	padding: .35em .65em;
	font-size: 12px;
	line-height: 1;
	color: #747579
}

.pay-select-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #ff9800;
	font-size: 1rem;
	padding: 5px 15px;
	background: rgba(247, 195, 46, .15);
	border-radius: .3rem
}

.pay-select-head .pay-cdk-action {
	color: #ef7269;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400
}

.pay-select-cdk {
	margin-bottom: 1rem
}

.pay-select-cdk>input {
	border: 1px dashed #ff9800;
	text-align: center;
	color: #2196f3;
	border-radius: 20px
}

.pay-select-cdk>input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.pay-select-box {
	position: relative
}

.pay-select-box .pay-item {
	width: 100%;
	cursor: pointer;
	font-size: 1rem;
	display: inline-block;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: .5rem;
	border: solid 2px #dfdfe3;
	padding: .4rem
}

.pay-select-box .pay-item:hover {
	color: #00c250;
	border-color: #00c250
}

.pay-select-box .pay-item+.pay-item {
	margin-top: .5rem
}

.pay-select-box .pay-item>span {
	display: inline-block;
	text-align: center;
	max-width: 120px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px
}

.pay-select-box .pay-item>i {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-size: contain !important
}

.pay-select-box .pay-item>i.alipay,
.pay-select-box .pay-item>i.epay_alipay,
.pay-select-box .pay-item>i.hupijiao_alipay,
.pay-select-box .pay-item>i.xunhu_alipay {
	background: url(../img/alipay-i.png) center no-repeat
}

.pay-select-box .pay-item>i.epay_weixin,
.pay-select-box .pay-item>i.hupijiao_weixin,
.pay-select-box .pay-item>i.weixinpay,
.pay-select-box .pay-item>i.xunhu_weixin {
	background: url(../img/weixinpay-i.png) center no-repeat
}

.pay-select-box .pay-item>i.paypal {
	background: url(../img/paypal-i.png) center no-repeat
}

.sale-amount {
	background: #ff5722;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: -20px;
	display: block;
	width: 100%;
	border-radius: 0 0 20px 20px;
	padding: 2px;
	margin-bottom: 10px
}

.pay-body-html {
	position: relative;
	text-align: center
}

.pay-body-html .pay-icon {
	max-width: 120px;
	margin-bottom: 20px
}

.pay-body-html .title {
	margin-bottom: 10px
}

.pay-body-html .qrcode {
	margin-bottom: 10px
}

.pay-body-html .qrcode>img {
	width: 200px
}

.pay-body-html .desc {
	font-size: 12px;
	color: #000;
	border-top: dashed 2px #fff;
	margin: -1.25rem;
	margin-top: 0;
	padding: 1.25rem;
	background: rgba(112, 112, 112, .15)
}

.pay-vip-page .vip-card {
	overflow: hidden;
	-webkit-box-shadow: 0 0 40px rgba(29, 58, 83, .1);
	box-shadow: 0 0 40px rgba(29, 58, 83, .1);
	-webkit-transition: all .3s;
	transition: all .3s;
	border: solid 2px #fff;
	background-color: #fff;
    border-radius: 1rem;
}

.pay-vip-page .vip-card:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

/* Artvee Topics Template */
.artvee-topics-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.artvee-tags-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.artvee-tag-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.artvee-tag-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.tag-card-image {
    height: 200px;
    overflow: hidden;
}
.tag-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.artvee-tag-card:hover .tag-card-image img {
    transform: scale(1.05);
}
.tag-card-content {
    padding: 15px;
    text-align: center;
}
.tag-card-title {
    margin: 0 0 5px;
    font-size: 18px;
}
.tag-card-title a {
    color: #333;
    text-decoration: none;
}
.tag-card-title a:hover {
    color: #0073aa;
}
.tag-card-count {
    color: #777;
    font-size: 14px;
}

.meta-container {
    display: flex;          /* Flex布局 */
    flex-wrap: wrap;        /* 允许换行 */
    align-items: center;    /* 垂直居中 */
    gap: 8px;               /* 元素间距 */
}