@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import "../fonts/Circe/stylesheet.css";

/* @import "../fonts/Inter/stylesheet.css"; */
/* @import "../fonts/Raleway/stylesheet.css"; */

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

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

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

hr {
	border: 0;
	border-top: 1px solid;
	color: inherit;
	margin: 1rem 0;
	opacity: .25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0;
}
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading{
	margin:40px 0 18px;
}
h1 {
	font-size: calc(1.375rem + 1.5vw);
}

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

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

@media (min-width:1200px) {
	h2 {
		font-size: 2rem;
	}
}

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

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem;
	}
}

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

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

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

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

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

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

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

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

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 {
	font-size: .875em;
}

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: var(--bs-link-color);
	text-decoration: underline;
}

a:hover {
	color: var(--bs-link-hover-color);
}

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

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

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

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

code {
	word-wrap: break-word;
	color: var(--bs-code-color);
	font-size: .875em;
}

a>code {
	color: inherit;
}

kbd {
	background-color: var(--bs-body-color);
	border-radius: .25rem;
	color: var(--bs-body-bg);
	font-size: .875em;
	padding: .1875rem .375rem;
}

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

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

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

caption {
	color: #6c757d;
	padding-bottom: .5rem;
	padding-top: .5rem;
	text-align: left;
}

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

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

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

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

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

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

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

[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 {
	border-style: none;
	padding: 0;
}

textarea {
	resize: vertical;
}

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

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

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

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

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

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

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

output {
	display: inline-block;
}

iframe {
	border: 0;
}

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

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

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

@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: 1320px;
	}
}

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

.row>* {
	-ms-flex-negative: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-top: var(--bs-gutter-y);
	max-width: 100%;
	padding-left: calc(var(-- bs - gutter - x).5);
	padding-right: calc(var(-- bs - gutter - x).5);
	width: 100%;
}

.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 {
	width: auto;
}

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

.col-1 {
	width: 8.33333333%;
}

.col-2 {
	width: 16.66666667%;
}

.col-2,
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333333%;
}

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

.col-5 {
	width: 41.66666667%;
}

.col-6 {
	width: 50%;
}

.col-6,
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.col-7 {
	width: 58.33333333%;
}

.col-8 {
	width: 66.66666667%;
}

.col-8,
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333%;
}

.col-10,
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.col-11 {
	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 {
	--bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@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 {
		width: auto;
	}

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

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-2,
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

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

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-6,
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-8,
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-10,
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.col-md {
		-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 {
		width: auto;
	}

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

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-2,
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

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

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-6,
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-8,
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-10,
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.col-lg {
		-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 {
		width: auto;
	}

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

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-2,
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

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

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-6,
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-8,
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-10,
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.col-xl {
		-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 {
		width: auto;
	}

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

	.col-xl-1 {
		width: 8.33333333%;
	}

	.col-xl-2 {
		width: 16.66666667%;
	}

	.col-xl-2,
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xl-3 {
		width: 25%;
	}

	.col-xl-4 {
		width: 33.33333333%;
	}

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

	.col-xl-5 {
		width: 41.66666667%;
	}

	.col-xl-6 {
		width: 50%;
	}

	.col-xl-6,
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xl-7 {
		width: 58.33333333%;
	}

	.col-xl-8 {
		width: 66.66666667%;
	}

	.col-xl-8,
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xl-9 {
		width: 75%;
	}

	.col-xl-10 {
		width: 83.33333333%;
	}

	.col-xl-10,
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xl-11 {
		width: 91.66666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
	.col-xxl {
		-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 {
		width: auto;
	}

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

	.col-xxl-1 {
		width: 8.33333333%;
	}

	.col-xxl-2 {
		width: 16.66666667%;
	}

	.col-xxl-2,
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xxl-3 {
		width: 25%;
	}

	.col-xxl-4 {
		width: 33.33333333%;
	}

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

	.col-xxl-5 {
		width: 41.66666667%;
	}

	.col-xxl-6 {
		width: 50%;
	}

	.col-xxl-6,
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xxl-7 {
		width: 58.33333333%;
	}

	.col-xxl-8 {
		width: 66.66666667%;
	}

	.col-xxl-8,
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xxl-9 {
		width: 75%;
	}

	.col-xxl-10 {
		width: 83.33333333%;
	}

	.col-xxl-10,
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.col-xxl-11 {
		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 {
		--bs-gutter-x: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-sm-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.my-sm-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-md-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.my-md-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-lg-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: 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: 1.5rem !important;
	}

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

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

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

	.me-lg-1 {
		margin-right: .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: 1.5rem !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-xl-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.my-xl-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
	.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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-xxl-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.my-xxl-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsl(0, 0, 100%, .15), transparent);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}

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

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

.text-bg-secondary {
	background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
	color: #fff !important;
}

.text-bg-success {
	background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
	color: #fff !important;
}

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

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

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

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

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

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

.link-primary:focus,
.link-primary:hover {
	color: #0a58ca !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

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

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

.fixed-top {
	top: 0;
}

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

.fixed-bottom {
	bottom: 0;
}

.sticky-top {
	top: 0;
}

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

.sticky-bottom {
	bottom: 0;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

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

@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

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

@media (min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

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

@media (min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

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

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

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

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

.hstack,
.vstack {
	-webkit-box-direction: normal;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: flex;
}

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

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

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

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

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

.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: flex !important;
}

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

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

.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !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;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
	--bs-border-width: 1px;
}

.border-2 {
	--bs-border-width: 2px;
}

.border-3 {
	--bs-border-width: 3px;
}

.border-4 {
	--bs-border-width: 4px;
}

.border-5 {
	--bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
	margin: .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-left: 0 !important;
	margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
	margin-bottom: auto !important;
	margin-top: 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-left: 0 !important;
	padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
	font-family: var(--bs-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-semibold {
	font-weight: 600 !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 {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-opacity-10 {
	--bs-bg-opacity: .1;
}

.bg-opacity-25 {
	--bs-bg-opacity: .25;
}

.bg-opacity-50 {
	--bs-bg-opacity: .5;
}

.bg-opacity-75 {
	--bs-bg-opacity: .75;
}

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

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-end,
.rounded-top {
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom,
.rounded-end {
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom,
.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
	border-top-left-radius: var(--bs-border-radius) !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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-sm-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.my-sm-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.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: flex !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

	.mx-md-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important;
	}

	.mx-md-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important;
	}

	.mx-md-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.mx-md-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.mx-md-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.mx-md-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.my-md-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.my-md-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important;
	}

	.my-md-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important;
	}

	.my-md-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.my-md-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}

	.my-md-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}

	.my-md-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-md-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}

	.px-md-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}

	.px-md-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.px-md-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.px-md-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.py-md-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.py-md-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important;
	}

	.py-md-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important;
	}

	.py-md-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}

	.py-md-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}

	.py-md-5 {
		padding-bottom: 3rem !important;
		padding-top: 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;
	}

	.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;
	}

	.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: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

	.mx-lg-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important;
	}

	.mx-lg-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important;
	}

	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.mx-lg-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.my-lg-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.my-lg-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important;
	}

	.my-lg-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important;
	}

	.my-lg-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.my-lg-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}

	.my-lg-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}

	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: 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: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-0 {
		margin-right: 0 !important;
	}

	.me-lg-1 {
		margin-right: .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: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-lg-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}

	.px-lg-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}

	.px-lg-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.px-lg-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.py-lg-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.py-lg-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important;
	}

	.py-lg-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important;
	}

	.py-lg-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}

	.py-lg-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}

	.py-lg-5 {
		padding-bottom: 3rem !important;
		padding-top: 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;
	}

	.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;
	}

	.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: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

	.mx-xl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important;
	}

	.mx-xl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important;
	}

	.mx-xl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.mx-xl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.mx-xl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.mx-xl-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.my-xl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.my-xl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important;
	}

	.my-xl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important;
	}

	.my-xl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.my-xl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}

	.my-xl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}

	.my-xl-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-xl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}

	.px-xl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}

	.px-xl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.px-xl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.px-xl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.py-xl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.py-xl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important;
	}

	.py-xl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important;
	}

	.py-xl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}

	.py-xl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}

	.py-xl-5 {
		padding-bottom: 3rem !important;
		padding-top: 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;
	}

	.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;
	}

	.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: flex !important;
	}

	.d-xxl-inline-flex {
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xxl-column,
	.flex-xxl-row {
		-webkit-box-direction: normal !important;
	}

	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: .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-left: 0 !important;
		margin-right: 0 !important;
	}

	.mx-xxl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important;
	}

	.mx-xxl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important;
	}

	.mx-xxl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.mx-xxl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.mx-xxl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.mx-xxl-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.my-xxl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.my-xxl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important;
	}

	.my-xxl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important;
	}

	.my-xxl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}

	.my-xxl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}

	.my-xxl-auto {
		margin-bottom: auto !important;
		margin-top: 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-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-xxl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}

	.px-xxl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}

	.px-xxl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.px-xxl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.px-xxl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.py-xxl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.py-xxl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important;
	}

	.py-xxl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important;
	}

	.py-xxl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}

	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}

	.py-xxl-5 {
		padding-bottom: 3rem !important;
		padding-top: 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;
	}

	.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;
	}

	.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: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}

	.d-print-none {
		display: none !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	min-height: 100%;
	scroll-behavior: smooth;
}

body,
html {
	overflow-x: hidden;
}

body {
	background-color: #00080f;
	color: #fff;
	font-family: Inter, sans-serif;
	height: auto;
	line-height: 115%;
	min-width: 280px;
	padding-top: 84px;
	width: 100%;
}

h1,
h2,
h3,
h4 {
	font-weight: 800;
	margin: 0;
}

a,
a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #0184fd;
}

button {
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

button:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	font-family: Raleway, sans-serif;
}

p {
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
}

.h1-v2,
p {
	letter-spacing: .01em;
}

.h1-v2 {
	font-size: 40px;
	line-height: 140%;
}

.h1-v2,
.h2-v2 {
	font-weight: 700;
}

.h2-v2 {
	font-size: 32px;
	letter-spacing: .005em;
	line-height: 39px;
}

.fsz-sb-big {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 130%;
}

.fsz-sb-medium {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

.fsz-sb-regular {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .005em;
	line-height: 19px;
}

.fsz-m-small {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 134%;
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.raleway {
	font-family: Raleway, sans-serif;
}

.font1 {
	font-family: Inter, sans-serif;
}

.snd-color {
	color: #0184fd;
}

.no-h {
	padding-top: 100px;
}

.chapters-fixed {
	background: #000;
	background: #00080f;
	margin-left: 0 !important;
	margin-top: 0 !important;
	padding: 25px 0;
	position: fixed !important;
	top: 0;
}

@media (max-width:1200px) {
	.chapters-fixed {
		padding: 15px 0;
		top: 40px;
		z-index: 10;
	}

	.anchor-fixed {
		position: fixed;
	}
}

.sidebar-expand {
	height: auto !important;
}

.sidebar-expand .sidebar-title-arrow {
	background-image: url(../img/Faq-blue-arrow-down.svg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.error-btn {
	max-width: 384px;
	padding: 12px !important;
}

@media (max-width:992px) {
	.error-btn {
		max-width: 311px;
	}
}

.bug-report {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 140%;
	margin-top: 33px;
}
.error-fscreen {
	padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto 45px;
	background-repeat: no-repeat;
	background-image: url('../img/triangle_404.avif');
	background-position: 50%;
}
.error-fscreen__h1{
	font-size: 40px;
	z-index: -1;
}
.error-fscreen__404{
	font-size: 80px;
    font-weight: 700;
    line-height: 80%;
    margin-bottom: 25px;
    z-index: -1;
}
.error-menu {
	margin-top: 140px;
}

.error-menu__item:after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	;
	content: "";
	display: block;
	height: 1px;
	margin-top: 15px;
}

@media (max-width:992px) {
	.error-menu__item:after {
		margin-top: 10px;
	}
}

.error-menu__link {
	margin-top: 24px;
	padding: 10px;
	text-transform: capitalize;
}

@media (max-width:992px) {
	.error-menu__link {
		display: inline-block;
		padding: 8px 10px 3px;
	}
}

.error-textblock {
	margin-top: 60px;
}

@media (max-width:992px) {
	.error-textblock {
		margin-top: 20px;
	}
}

.error-textblock__item {
	margin-top: 60px;
}

.error-textblock__title {
	margin-bottom: 30px;
}

.error-mainpic {
	display: block;
	margin: -115px auto 0;
	max-width: none;
	position: relative;
	z-index: -1;
}

@media (max-width:992px) {
	.error-mainpic {
		margin: -43px auto -80px;
		max-width: 371px;
		width: 100%;
	}
}

.accordion__item {
	background-image: url(../img/Faq-arrow-down.svg);
	background-position: 99% 60%;
	background-repeat: no-repeat;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	outline: none;
	padding: 30px 0 20px;
	text-align: left;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 100%;
	padding-right: 40px;
}

/* @media (max-width:540px) {
	.accordion__item {
		padding-right: 30px;
	}
} */

.accordion__item .accordion:hover,
.accordion__item .active {
	background-color: #ccc;
}

.accordion__panel {
	display: none;
	margin: 15px 0 0;
	overflow: hidden;
}

.accordion__active {
	background-image: url(../img/Faq-blue-arrow-up.svg);
	border: 0;
	display: block;
}

.app-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2.125rem;
}

.app-button:hover {
	-webkit-box-shadow: 0 0 50px rgba(1, 132, 253, .25), 0 0 50px #0184fd;
	box-shadow: 0 0 50px rgba(1, 132, 253, .25), 0 0 50px #0184fd;
	color: #fff;
}

.app-button:active {
	-webkit-filter: drop-shadow(0 0 50px rgba(1, 132, 253, .25))drop-shadow(0 0 50px #0184fd);
	filter: drop-shadow(0 0 50px rgba(1, 132, 253, .25))drop-shadow(0 0 50px #0184FD);
}

.app-button--outline {
	background: transparent;
	border: 2px solid #0184fd;
	border-radius: 8px;
	-webkit-filter: drop-shadow(0 0 50px rgba(1, 132, 253, .25))drop-shadow(0 0 50px #0184fd);
	filter: drop-shadow(0 0 50px rgba(1, 132, 253, .25))drop-shadow(0 0 50px #0184fd);
	padding: 5px 0;
}

.app-pagination__pages {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

@media (max-width:768px) {
	.app-pagination__pages {
		gap: .625rem;
	}
}

.app-pagination__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	line-height: 1.8125rem;
	width: 48px;
}

.app-pagination__item.active {
	background: #0184fd;
}

.app-pagination__item.active:hover {
	color: #fff;
}

.article-list__numberofviews {
	background: rgba(0, 0, 0, .8);
	border-radius: 8px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	left: 10px;
	line-height: 134%;
	padding: 12px;
	position: absolute;
	top: 10px;
}

.article-list__img {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.article-list__img img{
	height:auto;
}
.article-list__time {
	color: rgba(255, 255, 255, 0.25);
	;
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 134%;
	margin-top: 20px;
	opacity: .8;
}

.article-list__title {
	font-family: Raleway, sans-serif;
	margin-top: 10px;
}

.article-list__p {
	margin: 25px 0;
}

.article-list__changed {
	color: rgba(255, 255, 255, 0.25);
	;
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 134%;
	opacity: .8;
}

@media (max-width:1200px) {
	.article-list__changed {
		margin-bottom: 40px;
	}
}
@media (min-width:1200px) {
	.article__content{
		width:72%
	}
}
.article__content p {
	font-family: Raleway, sans-serif;
}

.article__meta-info {
	background-color: #0d151b;
	margin-top: 30px;
	padding: 30px 40px;
}

@media (max-width:1200px) {
	.article__meta-info {
		background-color: transparent;
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}
}

.article__meta-info_profile-pic {
	max-width: 40px;
	height:auto;
	border-radius: 50%;
	margin-right: 15px;
	overflow: hidden;
}

.article__meta-info_profile-social {
	margin-left: 15px;
}

.article__meta-info_data {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:1200px) {
	.article__meta-info_data {
		margin-top: 30px;
	}

	.article__meta-info_data-item {
		margin-top: 10px;
	}
}

.breadcrumb {
	margin-bottom: 30px;
}

@media (max-width:992px) {
	.breadcrumb__a:nth-child(2) {
		display: none;
	}
}

.breadcrumb__item {
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
}

.breadcrumb__item:first-child:before {
	content: "";
	margin: 0;
}

.breadcrumb__item:before {
	content: "/";
	display: inline-block;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 134%;
	margin-left: 25px;
	margin-right: 25px;
}

.breadcrumb__span {
	color: #0184fd;
}

.cols-1 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.cols-1,
.cols-2 {
	display: grid;
}

.cols-2 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.cols-3 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.cols-3,
.cols-4 {
	display: grid;
}

.cols-4 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.cols-5 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.cols-5,
.cols-6 {
	display: grid;
}

.cols-6 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.cols-7 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.cols-7,
.cols-8 {
	display: grid;
}

.cols-8 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.cols-9 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.cols-10,
.cols-9 {
	display: grid;
}

.cols-10 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[10];
	grid-template-columns: repeat(10, 1fr);
}

.cols-11 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[11];
	grid-template-columns: repeat(11, 1fr);
}

.cols-11,
.cols-12 {
	display: grid;
}

.cols-12 {
	grid-column-gap: 30px;
	grid-row-gap: 0;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
}

@media (max-width:2560px) {
	.cols-retina-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-retina-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-retina-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-retina-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-retina-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-retina-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		display: grid;
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-retina-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		display: grid;
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-retina-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		display: grid;
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-retina-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		display: grid;
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-retina-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		display: grid;
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-retina-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		display: grid;
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-retina-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:1920px) {
	.cols-xxl-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-xxl-1,
	.cols-xxl-2 {
		display: grid;
	}

	.cols-xxl-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-xxl-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-xxl-3,
	.cols-xxl-4 {
		display: grid;
	}

	.cols-xxl-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-xxl-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-xxl-5,
	.cols-xxl-6 {
		display: grid;
	}

	.cols-xxl-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-xxl-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-xxl-7,
	.cols-xxl-8 {
		display: grid;
	}

	.cols-xxl-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-xxl-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-xxl-10,
	.cols-xxl-9 {
		display: grid;
	}

	.cols-xxl-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-xxl-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-xxl-11,
	.cols-xxl-12 {
		display: grid;
	}

	.cols-xxl-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:1200px) {
	.cols-xl-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-xl-1,
	.cols-xl-2 {
		display: grid;
	}

	.cols-xl-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-xl-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-xl-3,
	.cols-xl-4 {
		display: grid;
	}

	.cols-xl-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-xl-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-xl-5,
	.cols-xl-6 {
		display: grid;
	}

	.cols-xl-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-xl-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-xl-7,
	.cols-xl-8 {
		display: grid;
	}

	.cols-xl-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-xl-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-xl-10,
	.cols-xl-9 {
		display: grid;
	}

	.cols-xl-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-xl-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-xl-11,
	.cols-xl-12 {
		display: grid;
	}

	.cols-xl-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:992px) {
	.cols-lg-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-lg-1,
	.cols-lg-2 {
		display: grid;
	}

	.cols-lg-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-lg-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-lg-3,
	.cols-lg-4 {
		display: grid;
	}

	.cols-lg-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-lg-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-lg-5,
	.cols-lg-6 {
		display: grid;
	}

	.cols-lg-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-lg-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-lg-7,
	.cols-lg-8 {
		display: grid;
	}

	.cols-lg-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-lg-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-lg-10,
	.cols-lg-9 {
		display: grid;
	}

	.cols-lg-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-lg-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-lg-11,
	.cols-lg-12 {
		display: grid;
	}

	.cols-lg-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:720px) {
	.cols-md-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-md-1,
	.cols-md-2 {
		display: grid;
	}

	.cols-md-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-md-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-md-3,
	.cols-md-4 {
		display: grid;
	}

	.cols-md-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-md-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-md-5,
	.cols-md-6 {
		display: grid;
	}

	.cols-md-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-md-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-md-7,
	.cols-md-8 {
		display: grid;
	}

	.cols-md-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-md-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-md-10,
	.cols-md-9 {
		display: grid;
	}

	.cols-md-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-md-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-md-11,
	.cols-md-12 {
		display: grid;
	}

	.cols-md-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:540px) {
	.cols-sm-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-sm-1,
	.cols-sm-2 {
		display: grid;
	}

	.cols-sm-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-sm-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-sm-3,
	.cols-sm-4 {
		display: grid;
	}

	.cols-sm-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-sm-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-sm-5,
	.cols-sm-6 {
		display: grid;
	}

	.cols-sm-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-sm-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-sm-7,
	.cols-sm-8 {
		display: grid;
	}

	.cols-sm-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-sm-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-sm-10,
	.cols-sm-9 {
		display: grid;
	}

	.cols-sm-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-sm-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-sm-11,
	.cols-sm-12 {
		display: grid;
	}

	.cols-sm-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:375px) {
	.cols-xs-1 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	.cols-xs-1,
	.cols-xs-2 {
		display: grid;
	}

	.cols-xs-2 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-xs-3 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}

	.cols-xs-3,
	.cols-xs-4 {
		display: grid;
	}

	.cols-xs-4 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

	.cols-xs-5 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
	}

	.cols-xs-5,
	.cols-xs-6 {
		display: grid;
	}

	.cols-xs-6 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

	.cols-xs-7 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[7];
		grid-template-columns: repeat(7, 1fr);
	}

	.cols-xs-7,
	.cols-xs-8 {
		display: grid;
	}

	.cols-xs-8 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
	}

	.cols-xs-9 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[9];
		grid-template-columns: repeat(9, 1fr);
	}

	.cols-xs-10,
	.cols-xs-9 {
		display: grid;
	}

	.cols-xs-10 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[10];
		grid-template-columns: repeat(10, 1fr);
	}

	.cols-xs-11 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[11];
		grid-template-columns: repeat(11, 1fr);
	}

	.cols-xs-11,
	.cols-xs-12 {
		display: grid;
	}

	.cols-xs-12 {
		grid-column-gap: 30px;
		grid-row-gap: 0;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
	}
}

.container {
	margin: auto;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

@media (max-width:1200px) {
	.container {
		max-width: 992px;
	}
}

@media (max-width:992px) {
	.container {
		max-width: 720px;
	}
}

@media (max-width:720px) {
	.container {
		max-width: 540px;
	}
}

@media (max-width:540px) {
	.container {
		max-width: 375px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.home .content {
	padding-top: 0;
}
.error404 .content{
	padding-top: 52px;
}
.content {
	padding: 80px 0;
	position: relative;
}

.content__title {
	background-color: #22252d;
	color: #4caf50;
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.content__subtitle {
	margin-bottom: 20px;
	margin-top: 40px;
}

.content__label {
	color: hsl(0, 0, 100%, .4);
	margin-bottom: 20px;
}

.inner-textarea {
	margin-top: 130px;
}

@media (max-width:1200px) {
	.inner-textarea {
		position: relative;
		z-index: 5;
	}
}

.sea-area__ul {
	background: #0184fd;
	border-radius: 8px;
	list-style-type: none;
	margin-top: 10px;
	padding: 34px 20px 34px 48px;
}

.sea-area__ul li {
	margin: 15px 0 21px;
	padding-left: 0;
}

.sea-area__ul li:before {
	background: #fff;
	content: "";
	display: block;
	height: 4px;
	left: -15px;
	margin-bottom: 0;
	position: relative;
	top: 11px;
	width: 4px;
}

.sea-area__li {
	margin: 15px 0 21px;
	padding-left: 0;
}

.sea-area__li:before {
	background: #fff;
	content: "";
	display: block;
	height: 4px;
	left: -15px;
	margin-bottom: 0;
	position: relative;
	top: 3px;
	width: 4px;
}

.page:not(.home)h2,
.single h2 {
	margin: 48px 0;
}

.page:not(.home)h3,
.single h3 {
	margin: 24px 0;
}

.page:not(.home)h4,
.page:not(.home)h5,
.page:not(.home)h6,
.single h4,
.single h5,
.single h6 {
	margin: 1rem 0;
}

.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	margin-bottom: 1rem;
}

.page p {
	margin-top: 1rem;
}

.page__p {
	margin-top: 24px;
	opacity: .8;
}

.faq .h2-v2 {
	margin-bottom: 17px;
}

.alert__copy {
	background: #0184fd;
	border-radius: 10px;
	bottom: -200px;
	color: #fff;
	opacity: 0;
	padding: 20px;
	position: fixed;
	right: 50px;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: -1;
}

.alert__copy.alert__success {
	bottom: 50px;
	opacity: 1;
	z-index: 1;
}

.tab-text.tab-active {
	display: block;
}

.tab-text {
	display: none;
}

.tab-btn.active-oc {
	opacity: 1;
}

.tab-btn {
	opacity: .15;
}

.fancybox__container {
	height: 100%;
	margin: auto !important;
	width: 100%;
}

.fancybox__slide::-webkit-scrollbar {
	height: 2px;
	width: 2px;
}

.fancybox__slide::-webkit-scrollbar-thumb {
	background-color: #0184fd;
}

@media (max-width:720px) {
	.fancybox__container {
		width: 90%;
	}
}

.f-button-custom {
	font-family: Inter, sans-serif;
}

.fancybox__nav {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.is-prev {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	left: 0 !important;
	margin-left: 0 !important;
}

.is-next {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	margin-right: 0 !important;
	right: 0 !important;
}

.f-button-custom-close {
	cursor: pointer;
}

.fancy-prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	top: 1px;
	width: 90px;
}

.fancy-prev-icon {
	background-image: url(../img/fancy-prev.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 3px;
	width: 14px;
}

.fancy-next {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	top: 1px;
	width: 90px;
}

.fancy-next-icon {
	background-image: url(../img/fancy-next.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-left: 3px;
	width: 14px;
}

.fancybox__backdrop {
	background-color: #000 !important;
}

.fancybox__footer {
	display: none;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
	cursor: pointer;
	pointer-events: all;
}

.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-title-before.menu-image-title {
	padding-right: 0 !important;
}

.team-page__breadcrumbs {
	margin-bottom: 80px;
}

@media (max-width:992px) {
	.table-wrap {
		overflow: scroll;
	}
}

.with-fancybox .content {
	overflow: hidden;
}

.no-border td,
.no-border th {
	border: 0;
	padding: 0;
}

.hiding-text {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.hiding-text__content {
	max-height: 230px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height .5s ease;
	-o-transition: max-height .5s ease;
	transition: max-height .5s ease;
}

.hiding-text__content:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(84.17%, #00080f));
	background: -o-linear-gradient(top, transparent 0, #00080f 84.17%);
	background: linear-gradient(180deg, transparent, #00080f 84.17%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.hiding-text__showfull {
	background-image: url(../img/blue-arrow-down.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #2d5ffe;
	border-radius: 4px;
	height: 40px;
	margin-top: 30px;
	padding: 10px;
	width: 40px;
}

.hiding-text__content.showFull__active {
	max-height: none;
}

.hiding-text__content.showFull__active:after {
	content: none;
}

.hiding-text__content.showFull__active+.hiding-text__showfull {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cta-1 {
	background: hsl(0, 0, 100%, .05);
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 50px;
	padding: 0 65px 51px;
}

@media (max-width:1200px) {
	.cta-1 {
		padding: 33px;
		position: relative;
	}

	.cta-1__p {
		margin-top: 16px;
	}
}

.cta-1__h2 {
	color: #0184fd;
	display: inline-block;
}

@media (max-width:1200px) {
	.cta-1__h2 {
		max-width: 70%;
	}
}

.experts__profile {
	margin-top: 55px;
	gap: 0 30px;
}

.experts__profile img{
	height:auto;
}

.experts__share{
	margin-bottom: 25px;
}

@media (max-width:1200px) {
	.experts__share {
		margin-top: 20px;
	}
}

.experts__button {
	margin: 45px auto;
	max-width: 255px;
	padding: 10px 0;
}

.author-image-wrap{
	border-radius: 8px;
	overflow: hidden;
}

.footer__border {
	border-top: 1px solid #0184fd;
	padding-top: 100px;
}

@media (max-width:992px) {
	.author-image-wrap{
		max-width: 180px;
	}
	.footer__border {
		padding-top: 80px;
	}

	.footer__logo {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
}

.footer__logo-a {
	background: url(../img/logo_footer.svg)no-repeat;
	display: inline-block;
	height: 40px;
	width: 175.38px;
}

.footer .age-cens {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 47px;
}

@media (max-width:992px) {
	.footer .age-cens {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		order: 20;
	}
}

.footer__privacy {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 16px;
}

@media (max-width:992px) {
	.footer__privacy {
		-webkit-box-ordinal-group: 41;
		-ms-flex-order: 40;
		order: 40;
	}
}

.footer__mail {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 16px;
}

@media (max-width:992px) {
	.footer__mail {
		-webkit-box-ordinal-group: 31;
		-ms-flex-order: 30;
		margin-bottom: 25px;
		margin-top: 25px;
		order: 30;
	}
}

.footer__part-2 {
	margin-top: 43px;
	padding-bottom: 100px;
}

@media (min-width: 767px) {
	.footer__part-2 .col-md-3 {
		padding-left: 25px;
	}
}

@media (max-width:1200px) {
	.footer__part-2 {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

.footer__part-2-h {
	margin-top: 20px;
}

.footer__part-2-p {
	color: rgba(255, 255, 255, 0.5);
}

.footer__menu {
	margin-top: 23px;
}

.footer__menu-item {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	;
	padding: 10px;
}

.footer__menu-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	;
}

.freebets__hero {
	position: relative;
}

@media (max-width:992px) {
	.freebets__hero {
		display: none;
	}
}

.freebets__hero-text {
	color: #fff;
	font-size: 158.955px;
	font-weight: 800;
	left: -36px;
	letter-spacing: .38em;
	line-height: 140%;
	opacity: .05;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -60px;
}

.freebets__button {
	background: #0184fd;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	min-width: 220px;
	padding: 14px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.freebets__button:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

@media (max-width:992px) {
	.freebets__button {
		margin-top: 40px;
	}
}

.freebets__button:after {
	background-image: url(../img/promocode/Lock-Password-Unlocked.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	margin-left: 5px;
	position: relative;
	top: 3px;
	width: 24px;
}

.freebets__first-screen {
	margin-top: 150px;
}

@media (max-width:992px) {
	.freebets__first-screen {
		margin-top: 90px;
	}
}

.freebets__second-screen {
	margin-top: 160px;
}

@media (max-width:992px) {
	.freebets__second-screen {
		margin-top: 75px;
	}
}

.freebets__third-screen {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-pack: distribute;
	align-items: center;
	background-color: #040c13;
	justify-content: space-around;
	margin-top: 60px;
	padding: 40px 0;
}

.freebets__third-screen__first {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:992px) {
	.freebets__third-screen__first {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
	}
}

.freebets__third-screen__second {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:992px) {
	.freebets__third-screen__second {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		margin-top: 80px;
	}

	.freebets__third-screen__second-p {
		margin-top: 15px;
		max-width: 83%;
		text-align: center;
	}
}

.freebets .transparent-bg {
	background: rgba(1, 132, 253, .05);
	border-radius: 8px;
}

.freebets__support {
	margin-top: 80px;
}

.freebets .claim-promocode {
	margin-top: 10px;
	max-width: 145px;
	padding: 8px;
}

.triangle-bg {
	position: relative;
}

@media (max-width:992px) {
	.triangle-bg {
		margin-top: 25px;
	}
}

.triangle-bg__pic {
	left: -241px;
	max-width: none;
	position: absolute;
	top: -190px;
}

@media (max-width:992px) {
	.triangle-bg__pic {
		left: auto;
	}
}

.logo {
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	display: block;
	height: 20.53px;
	position: relative;
	right: 57px;
	width: 90px;
}

@media (max-width:1200px) {
	.logo {
		position: static;
	}
}

.hiding-text ul,
.lists ul,
.tab-text ul {
	background: #0184fd;
	border-radius: 8px;
	list-style-type: none;
	margin: 40px 0;
	padding: 34px 20px 34px 48px;
}

.hiding-text ul li,
.lists ul li,
.tab-text ul li {
	margin: 15px 0 21px;
	padding-left: 0;
}

.hiding-text ul li:before,
.lists ul li:before,
.tab-text ul li:before {
	background: #fff;
	content: "";
	display: block;
	height: 4px;
	left: -15px;
	margin-bottom: 0;
	position: relative;
	top: 3px;
	width: 4px;
}

.inner-textarea ol {
	counter-reset: section;
	list-style-type: none;
	margin: 40px 0;
	padding-left: 0;
}

.inner-textarea ol li {
	display: flex;
	margin: 25px 0;
	flex-wrap: wrap;
	padding-left: 25px;
	position: relative;
}

.inner-textarea ol:not([class]) > li:before {
	width: 18px;
    margin-right: 21px;
	left:0;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
	-ms-flex-negative: 0;
	color: #0184fd;
	content: counter(section, upper-roman);
	counter-increment: section;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.inner-textarea ol:not([class]) > li:before {
		left: 0;
	}
}
.how-to-get-bonus {
	background: url(../img/payments/b2.webp);
	padding: 58px 65px;
	position: relative;
}

.how-to-get-bonus-a {
	border-radius: 50%;
	display: block;
	max-width: 129px;
	overflow: hidden;
	position: relative;
	right: -20px;
}

@media (max-width:1200px) {
	.how-to-get-bonus {
		margin: 0 auto;
		max-width: 410px;
		padding-left: 0;
		padding-right: 0;
	}
}

.how-to-get-bonus__pic {
	max-width: 124px;
	position: absolute;
	right: 10px;
	top: 14px;
}

@media (max-width:1200px) {
	.how-to-get-bonus__pic {
		display: block;
		margin: 0 auto 40px;
		position: static;
	}
}

.how-to-get-bonus__step {
	margin-bottom: 71px;
	margin-top: 57px;
}

.how-to-get-bonus__step__img-wrap {
	position: relative;
	width: 22%;
}

.how-to-get-bonus__step__img-wrap:before {
	background-color: #0184fd;
	border-radius: 50%;
	content: "";
	height: 110px;
	left: 10px;
	position: absolute;
	top: -10px;
	width: 110px;
	z-index: 0;
}

@media (max-width:1200px) {
	.how-to-get-bonus__step__img-wrap:before {
		background-color: #0184fd;
		border-radius: 50%;
		content: "";
		height: 80px;
		left: 0;
		position: absolute;
		top: -10px;
		width: 80px;
		z-index: 0;
	}
}

.how-to-get-bonus__step__img-wrap:nth-child(2):before {
	top: 20px;
}

.how-to-get-bonus__step__center-circle:before {
	top: 7px;
}

@media (max-width:992px) {
	.how-to-get-bonus__step__center-circle:before {
		top: 0;
	}
}

.how-to-get-bonus__step__bottom-circle:before {
	top: 30px;
}

@media (max-width:992px) {
	.how-to-get-bonus__step__bottom-circle:before {
		top: 0;
	}
}

.how-to-get-bonus__step__img {
	position: relative;
	width: auto;
	z-index: 1;
}

@media (max-width:1200px) {
	.how-to-get-bonus-a{
		border-radius: 50%;
		display: block;
		width: 94px;
		height: 94px;
		overflow: hidden;
		position: relative;
		right: -20px;
	}
	
	.how-to-get-bonus__step__img {
		max-width: none;
        right: 3px;
        width: 98px;
        height: 94px;
        z-index: 1;
	}
}

.how-to-get-bonus__step__textarea {
	border-bottom: 1px solid #fff;
	padding-bottom: 22px;
	width: 73%;
}

@media (max-width:1200px) {
	.how-to-get-bonus__step__textarea {
		width: 57%;
	}
}

.how-to-get-bonus__step__title {
	color: #0184fd;
}

.how-to-get-bonus__step__text {
	margin-top: 27px;
}

.how-to-get-bonus__list {
	margin-top: 75px;
}

.how-to-get-bonus__list__pic {
	margin-top: -20px;
	position: relative;
	top: -6px;
	width: auto;
}

@media (max-width:992px) {
	.how-to-get-bonus__list__pic {
		margin-bottom: 40px;
	}
}

.how-to-get-bonus__list__item-title {
	color: #0184fd;
}

.how-to-get-bonus__list__item-card {
	border: 1px solid #0184fd;
	border-radius: 8px;
	padding: 22px;
	text-align: left;
}

@media (max-width:1200px) {
	.how-to-get-bonus__list__item-card {
		margin-bottom: 30px;
	}
}

.how-to-get-bonus__list__item-card-p {
	margin-top: 13px;
}

@media (max-width:1200px) {
	.how-to-get-bonus__expla {
		display: block;
		margin-bottom: 32px;
	}
}

.nav {
	width: 86%;
}

@media (max-width:1200px) {
	.nav {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		display: none;
		margin-top: 40px;
		order: 10;
	}
}

.top-menu__img {
	background-repeat: no-repeat;
	display: inline-block;
}

.top-menu__item:hover .header-icon-1 {
	background-image: url(../img/header/header-icon-1-h.svg);
}

.header-icon-1 {
	background-image: url(../img/header/header-icon-1.svg);
}

.top-menu__item:hover .header-icon-2 {
	background-image: url(../img/header/header-icon-2-h.svg);
}

.header-icon-2 {
	background-image: url(../img/header/header-icon-2.svg);
}

.top-menu__item:hover .header-icon-3 {
	background-image: url(../img/header/header-icon-3-h.svg);
}

.header-icon-3 {
	background-image: url(../img/header/header-icon-3.svg);
}

.top-menu__item:hover .header-icon-4 {
	background-image: url(../img/header/header-icon-4-h.svg);
}

.header-icon-4 {
	background-image: url(../img/header/header-icon-4.svg);
}

.top-menu__item:hover .header-icon-5 {
	background-image: url(../img/header/header-icon-5-h.svg);
}

.header-icon-5 {
	background-image: url(../img/header/header-icon-5.svg);
}

.top-menu__item:hover .header-icon-6 {
	background-image: url(../img/header/header-icon-6-h.svg);
}

.header-icon-6 {
	background-image: url(../img/header/header-icon-6.svg);
}

.top-menu__item:hover .header-icon-7 {
	background-image: url(../img/header/header-icon-7-h.svg);
}

.header-icon-7 {
	background-image: url(../img/header/header-icon-7.svg);
}

@media (max-width:1200px) {
	.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: none;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.top-menu__item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: flex;
	margin-right: 24px;
}

@media (max-width:1200px) {
	.top-menu__item {
		margin-bottom: 35px;
	}
}

.top-menu__item:last-child {
	margin-right: 0;
}

.top-menu__img {
	height: 24px;
	margin-right: 5px;
	width: 24px;
}

.top-menu__link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 134%;
	margin-left: -2px;
	margin-right: 6px;
}

.top-menu__link:hover {
	color: #fff !important;
}

.top-menu__link:active {
	color: #0184fd !important;
}

.top-menu__btn {
	background-image: url(../img/header/menu-icon.svg);
	background-position: 100%;
	background-repeat: no-repeat;
	display: none;
	padding-right: 20px;
}

@media (max-width:1200px) {
	.top-menu__btn {
		display: block;
		font-size: 14px;
		margin-right: 15px;
		text-align: right;
	}
}

.top-nav-expand {
	display: block;
}

.menu-active {
	background-image: url(../img/header/menu-icon-up.svg);
}

.payments th {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 130%;
}

.payments__faq {
	margin-top: 76px;
}

.payments__faq-h2 {
	margin-bottom: 40px;
}

.payments__author-articles-title {
	margin-bottom: 30px;
	margin-top: 100px;
}

.payments-ol {
	counter-reset: section;
	list-style-type: none;
	margin-top: 40px;
	padding-left: 0;
}

.payments-ol li {
	margin: 25px 0;
}

.payments-ol li:before {
	color: #0184fd;
	content: counter(section, upper-roman);
	counter-increment: section;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-right: 21px;
	width: 12px;
}

.payments-ol__li {
	margin: 25px 0;
}

.payments-ol__li:before {
	color: #0184fd;
	content: counter(section, upper-roman);
	counter-increment: section;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-right: 21px;
	width: 12px;
}

.payments-ol__span {
	width: 95%;
}

.payments h1 {
	max-width: 375px;
}

.payments__first-screen {
	background-image: url(../img/payments/payments-mainpic.jpg);
	background-repeat: no-repeat;
	height: 520px;
	position: relative;
}

.payments__first-screen h1 {
	z-index: 10;
}

@media (max-width:992px) {
	.payments__first-screen {
		background-position-x: 100%;
	}
}

.payments__first-screen__item {
	max-width: none;
	position: absolute;
	right: -170px;
	top: -120px;
	z-index: 0;
}

@media (max-width:540px) {
	.payments__first-screen__item {
		height: 265px;
		right: -80px;
		top: 100px;
		width: 265px;
		z-index: 5;
	}

	.payments__first-screen {
		background-image: url(../img/payments/payments-mainpic_375.jpg);
		background-position: 50% 190px;
		height: 600px;
		margin-top: 70px;
	}
}

.payments__progressbar {
	height: 2px;
	margin: 50px 0;
	padding-left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.payments__progressbar-cur {
	background-color: #0184fd;
	height: 2px;
	max-width: 1110px;
	position: absolute;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 0;
	z-index: 10;
}

.payments__progressbar-all {
	background-color: #fff;
	height: 2px;
	width: 100%;
	z-index: 1;
}

.payments__anchor-h {
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 80px;
	padding-top: 80px;
}

@media (max-width:540px) {
	.payments__anchor-h {
		padding-top: 47px;
	}
}

.payments__anchor-h::-webkit-scrollbar {
	height: 2px;
	width: 2px;
}

@media (max-width:992px) {
	.payments__anchor-h::-webkit-scrollbar {
		margin-left: 15px;
	}
}

.payments__anchor-h::-webkit-scrollbar-track {
	background: #fff;
	margin-left: 15px;
}

.payments__anchor-h::-webkit-scrollbar-thumb {
	background-color: #0184fd;
}

.payments__anchor-h-link {
	margin-right: 32px;
	padding-bottom: 11px;
	padding-top: 11px;
	white-space: nowrap;
}

.payments__anchor-h_active {
	color: #0184fd;
}

@media (min-width:1201px) {
	.payments__anchor-h_active {
		border-bottom: 2px solid #0184fd;
		border-top: 2px solid #0184fd;
	}
}

.payments__anchor-v {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 12px;
	padding-left: 0;
}

@media (min-width:1201px) {
	.payments__anchor-v {
		width: 23%;
	}
}

@media (max-width:1200px) {
	.payments__anchor-v {
		background: #00080f;
		height: 52px;
		left: 0;
		margin-bottom: 70px;
		overflow: hidden;
		top: 0;
		-webkit-transition: height .5s ease-out;
		-o-transition: height .5s ease-out;
		transition: height .5s ease-out;
		z-index: 100;
	}
}

.payments__anchor-v-link {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	padding-bottom: 11px;
	padding-top: 11px;
	text-align: left;
}

@media (max-width:1200px) {
	.payments__anchor-v-link {
		max-width: 100%;
	}
}

.payments__world {
	height: 161px;
	margin-top: -65px;
	width: 162px;
}

@media (max-width:1200px) {
	.payments__world {
		height: 131px;
		margin-top: 0;
		position: absolute;
		right: -30px;
		top: -48px;
		width: 132px;
	}
}

.payments__pluses-minuses {
	margin-top: 40px;
}

.payments__button {
	margin-top: 40px;
	padding: 13px;
	width: 245px;
}

@media (max-width:992px) {
	.payments__button {
		margin-bottom: 80px;
		margin-top: 80px;
		width: 100%;
	}
}

@media (max-width:540px) {
	.payments__share {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
		order: 20;
	}

	.payments__rating {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		margin-top: 80px;
		order: 10;
	}
}

@media (max-width:992px) {
	.payments .share-and-rating {
		margin-top: 0;
	}
}

.anchor-fixed .sidebar-title {
	border-bottom: 2px solid #0184fd;
}

.sidebar-title {
	display: none;
}

@media (max-width:1200px) {
	.sidebar-title {
		display: block;
	}
}

.sidebar-title-arrow {
	background-image: url(../img/Faq-arrow-down.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	margin-left: 15px;
	width: 28px;
}

@media (max-width:1200px) {
	.sidebar-child {
		margin: 0 auto;
		max-width: 370px;
	}
}

.profile__list-item {
	margin-top: 10px;
	padding-left: 10px;
}

.profile__list-item:before {
	background: #0184fd;
	content: "";
	display: block;
	height: 4px;
	left: -10px;
	margin-bottom: 0;
	position: relative;
	top: 10px;
	width: 4px;
}

.promocode__hero2 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: flex;
	margin-top: 0;
	position: relative;
}

.promocode__hero2 .promocode__content {
	position: absolute;
}

.promocode__hero {
	background-image: url(../img/promocode/promocode.jpg);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-repeat: no-repeat;
	display: flex;
	height: 400px;
	margin-top: 0;
}

@media (max-width:992px) {
	.promocode__hero {
		height: 455px;
	}
}

@media (max-width:540px) {
	.promocode__hero {
		background-image: url(../img/promocode/promocode375.jpg);
	}
}

@media (max-width:992px) {
	.promocode__hero-deposit {
		margin-bottom: 8px;
		margin-top: 40px;
	}
}

.promocode__hero-p {
	margin-top: 8px;
}

@media (max-width:992px) {
	.promocode__hero-p {
		text-align: center;
	}
}

.promocode__content {
	background-color: rgba(1, 132, 253, .5);
	border-radius: 8px;
	padding: 24px 60px;
	width: 100%;
}

@media (max-width:992px) {
	.promocode__content {
		height: 100%;
		padding: 45px 10px;
	}
}

.promocode__content-2 {
	background: hsl(0, 0, 100%, .05);
	border-radius: 8px;
	margin-top: 80px;
	padding: 24px 60px;
}

@media (max-width:992px) {
	.promocode__content-2 {
		background: transparent;
	}
}

@media (max-width:540px) {
	.promocode__content-2 {
		padding: 24px 10px;
	}
}

.promocode__logo {
	background-image: url(../img/promocode/promocode__logo.svg);
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	width: 114px;
}

@media (max-width:992px) {
	.promocode__logo {
		margin: 0 auto;
	}
}

.promocode__button {
	background: rgba(1, 132, 253, .01);
	border: 2px solid #fff;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 62px 50px rgba(1, 132, 253, .25), 0 0 50px #0184fd;
	box-shadow: inset 0 62px 50px rgba(1, 132, 253, .25), 0 0 50px #0184fd;
	cursor: pointer;
	padding-block: 11px;
	width: 311px;
}

@media (max-width:992px) {
	.promocode__button {
		margin: 15px auto 0;
		width: 265px;
	}
}

.promocode__button:after {
	background-image: url(../img/promocode/Lock-Password-Unlocked.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	margin-left: 5px;
	width: 24px;
}

.promocode__button-2 {
	background: rgba(1, 132, 253, .01);
	border: 2px solid #0184fd;
	border-radius: 8px;
	padding-block: 11px;
	width: 311px;
}

.promocode__button-2:after {
	background-image: url(../img/promocode/Lock-Password-Unlocked.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	margin-left: 5px;
	width: 24px;
}

.promocode__button-3 {
	background: rgba(1, 132, 253, .01);
	border: 2px solid #0184fd;
	border-radius: 8px;
	padding-block: 11px;
	width: 311px;
}

@media (max-width:992px) {
	.promocode__button-3 {
		margin: 15px auto 0;
		width: 265px;
	}
}

.promocode__button-3:after {
	background-image: url(../img/promocode/Lock-Password-Unlocked.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	margin-left: 5px;
	width: 24px;
}

.promocode__meta-info_data {
	margin: 80px 0;
}

.promocode__secondary {
	margin-top: 60px;
}

@media (max-width:992px) {
	.promocode__secondary {
		display: none;
	}
}

.promocode__secondary-deposit {
	width: 36%;
}

.promocode__secondary-button,
.promocode__secondary-deposit {
	border: 1px solid rgba(255, 255, 255, 0.25);
	;
	border-radius: 8px;
	padding: 22px 36px;
}

.promocode__secondary-button {
	width: 34%;
}

.promocode__secondary-logo {
	border: 1px solid rgba(255, 255, 255, 0.25);
	;
	border-radius: 8px;
	padding: 22px 36px;
	width: 19%;
}

.rating-area {
	overflow: hidden;
}

.rating-area-title {
	margin-top: 5px;
	margin-right: 15px;
}

.rating-area:not(:checked)>input {
	display: none;
}

.rating-area:not(:checked)>label {
	cursor: pointer;
	font-size: 32px;
	height: 29px;
	line-height: 29px;
	margin-right: 10px;
	padding: 0;
	width: 29px;
}

@media (max-width:992px) {
	.rating-area:not(:checked)>label {
		margin-right: 5px;
	}
}

.rating-area:not(:checked)>label:before {
	content: "";
}

.rating-area>label:active {
	position: relative;
}

label[for=star-1] {
	background-image: url(../img/rating/star-1.svg);
	margin-right: 0 !important;
}

label[for=star-2] {
	background-image: url(../img/rating/star-2.svg);
}

label[for=star-3] {
	background-image: url(../img/rating/star-3.svg);
}

label[for=star-4] {
	background-image: url(../img/rating/star-4.svg);
}

label[for=star-5] {
	background-image: url(../img/rating/star-5.svg);
}

.share__icon,
.share__title {
	margin-right: 25px;
}

.share__icon {
	background-position: 50%;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}

.share__icon-fb {
	background-image: url(../img/share/share-facebook.svg);
}

.share__icon-twitter {
	background-image: url(../img/share/share-twitter.svg);
}

.share__icon-tg {
	background-image: url(../img/share/tg.svg);
}

.share__icon-whatsapp {
	background-image: url(../img/share/whatsapp.svg);
	background-size: 20px;
}

.share-and-rating {
	margin-top: 150px;
}

@media (max-width:992px) {
	.support {
		margin-top: 80px;
	}
}

.support__items {
	margin-top: 30px;
}

@media (min-width:993px) {
	.support__items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
		justify-content: space-between;
	}
}

@media (max-width:992px) {
	.support__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.support__item {
	display: inline-flex;
	font-family: Raleway, sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 40px;
	line-height: 28px;
	margin-right: 12px;
	padding-left: 10px;
}

@media (max-width:1200px) {
	.support__item {
		margin-bottom: 40px;
	}
}

.support__item:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 40px;
	margin-right: 25px;
	width: 40px;
}

.support__item-inst:before {
	background-image: url(../img/support/support-inst.svg);
}

.support__item-skype:before {
	background-image: url(../img/support/support-skype.svg);
}

.support__item-whats:before {
	background-image: url(../img/support/support-whats.svg);
}

.support__item-twitter:before {
	background-image: url(../img/support/support-twitter.svg);
}

.support__item2 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-flex;
	flex-grow: 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .005em;
	line-height: 19px;
	margin-top: 10px;
	min-height: 50px;
	padding-left: 40px;
}

@media (min-width:993px) {
	.support__item2:nth-child(6) {
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		grid-column: 1/3;
	}

	.support__item2:nth-child(7) {
		-ms-grid-column-span: 2;
		-ms-grid-column: 3;
		grid-column: 3/5;
	}

	.support__item2:nth-child(8) {
		-ms-grid-column-span: 2;
		-ms-grid-column: 5;
		grid-column: 5/7;
	}
}

@media (max-width:1200px) {
	.support__item2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 40px;
		width: 200px;
	}
}

.support__item2:before {
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 40px;
	margin-right: 25px;
	width: 40px;
}

.support__item2-inst:before {
	background-image: url(../img/support/support-inst.svg);
}

.support__item2-skype:before {
	background-image: url(../img/support/support-skype.svg);
}

.support__item2-whats:before {
	background-image: url(../img/support/support-whats.svg);
}

.support__item2-twitter:before {
	background-image: url(../img/support/support-twitter.svg);
}

.swiper-slide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #22252d;
	display: flex;
	height: 300px;
	justify-content: center;
}

.swiper-pagination-bullet {
	background-color: hsl(0, 0, 100%, .4);
}

[class*=swiper-button]:after {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	opacity: .4;
	-webkit-transition: all .09s ease-out;
	-o-transition: all .09s ease-out;
	transition: all .09s ease-out;
}

[class*=swiper-button]:hover:after {
	opacity: 1;
}

.team-card {
	-ms-grid-columns: 130px 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid hsl(0, 0, 100%, .15);
	border-radius: 8px;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 130px 1fr;
	min-height: 200px;
	padding: 1.4375rem 1.75rem;
}

@media (max-width:768px) {
	.team-card {
		-ms-grid-columns: 100px 1fr;
		grid-template-columns: 100px 1fr;
		padding: 1.5rem 1.4375rem 1.5rem 1.5rem;
	}
}

.team-card__img-wrap {
	background: #fff;
	aspect-ratio: 1/1;
	border-radius: 6.15385px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.team-card__img-wrap img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.team-card__name {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: .25rem;
}

.team-card__position {
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
	margin-bottom: .75rem;
}

.team-card__position,
.team-card__position a {
	color: rgba(255, 255, 255, 0.5);
}

.team-card__social-list {
	border-top: 1px solid rgba(67, 70, 82, .25);
	padding-top: .75rem;
}

.social-list {
	gap: .75rem;
}

.social-list,
.social-list__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.social-list__link {
	color: #0184fd;
}

.our-team-list {
	-ms-grid-column-span: 5;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-columns: (1fr)[3];
	align-items: start;
	display: grid;
	gap: 1.875rem;
	grid-area: list;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

@media (max-width:992px) {
	.our-team-list {
		-ms-grid-columns: minmax(auto, 350px);
		gap: 1.25rem;
		grid-template-columns: minmax(auto, 350px);
	}
}

.features-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1rem;
	font-weight: 500;
	gap: 2.5rem;
	letter-spacing: .005em;
	line-height: 19px;
}

.features-list dt {
	font-weight: inherit;
	opacity: .5;
}

.features-list dd {
	margin-bottom: 0;
}

@media (max-width:992px) {
	.features-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.25rem;
	}
}

.features-list__item {
	display: flex;
	gap: .25rem;
}

.features-list__item,
.hero {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-grid-columns: 1fr 445px;
	-ms-grid-rows: minmax(510px, auto);
	display: grid;
	grid-template-columns: 1fr 445px;
	grid-template-rows: minmax(510px, auto);
	justify-content: center;
	margin-top: 45px;
	position: relative;
}

@media (max-width:540px) {
	.hero {
		-ms-grid-rows: minmax(530px, auto);
		grid-template-rows: minmax(530px, auto);
		margin-top: 0;
	}
}

@media (max-width:768px) {
	.hero {
		-ms-grid-columns: 1fr;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		grid-template-columns: 1fr;
	}
}

.hero__features-list {
	margin-bottom: 1.25rem;
}

@media (max-width:768px) {
	.hero__features-list {
		margin-bottom: 3.125rem;
	}
}

.hero__title {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 140%;
	margin-bottom: 3.75rem;
}

@media (max-width:768px) {
	.hero__title {
		margin-bottom: 2.5rem;
	}
}

.hero__button {
	padding-block: 11px;
	width: 217px;
}

@media (max-width:768px) {
	.hero__button {
		width: 100%;
	}
}

.hero__img-wrap {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	height: 100%;
	position: relative;
}

.hero__img-wrap img {
	height: auto;
	max-width: none;
	position: absolute;
	right: 50%;
	top: -20px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 618px;
}

@media (max-width:720px) {
	.hero__img-wrap img {
		top: -60px;
	}
}

@media (max-width:768px) {
	.hero__img-wrap {
		height: 216px;
		position: absolute;
		right: -26px;
		top: 82px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 219px;
	}

	.hero__img-wrap img {
		width: 267px;
	}
}

.stats {
	-ms-grid-columns: auto minmax(auto, 640px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: grid;
	grid-template-columns: auto minmax(auto, 640px);
	justify-content: space-between;
	width: 100%;
}

@media (max-width:768px) {
	.stats {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.stats__title {
	grid-column: 1/-1;
	margin-bottom: 2rem;
}

@media (max-width:768px) {
	.stats__stats-list {
		margin-bottom: 5rem;
	}
}

.stats-list {
	display: grid;
	gap: 1.25rem;
}

.stats-list__item {
	-ms-grid-columns: 1fr min-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 13px;
	-moz-column-gap: 13px;
	column-gap: 13px;
	display: grid;
	grid-template-columns: 1fr min-content;
}

.stats-list__item-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
}

.stats-list__sublist {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	gap: .75rem;
}

.stats-list__sublist-item {
	background: hsl(0, 0, 100%, .1);
	border-radius: 8px;
	height: 10px;
	width: 24px;
}

@media (max-width:992px) {
	.stats-list__sublist-item {
		width: 10px;
	}
}

.stats-list__sublist-item--active {
	background: #0184fd;
}

.stats-summary {
	background: -o-linear-gradient(31.23deg, rgba(255, 255, 255, 0.25); -86.72%, transparent 61.6%);
	background: linear-gradient(58.77deg, rgba(255, 255, 255, 0.25); -86.72%, transparent 61.6%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	border-radius: 8px;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	padding: 2.8125rem 3.6875rem;
}

@media (max-width:992px) {
	.stats-summary {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.stats-summary__sum-wrap {
	background: #00070d;
	border: 1px solid rgba(255, 255, 255, 0.25);
	;
	border-radius: 8px;
	padding: 1.1875rem 1.8125rem;
	text-align: center;
}

.stats-summary__sum-title {
	color: #0184fd;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 29px;
	margin-bottom: .25rem;
}

.stats-summary__sum-numbers {
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	margin: 0;
}

.our-team {
	-ms-grid-rows: auto 32px auto;
	-ms-grid-columns: auto 32px 1fr 32px auto;
	display: grid;
	gap: 32px;
	grid-template: "title ... link" "list list list" /auto 1fr auto;
	margin-top: 20px;
}

@media (max-width:768px) {
	.our-team {
		-ms-grid-rows: auto 1.25rem auto 1.25rem auto;
		-ms-grid-columns: 1fr;
		gap: 1.25rem;
		grid-template: "title" "list" "link" /1fr;
	}

	.our-team-list {
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
}

.our-team__title {
	grid-area: title;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.our-team__list {
	-ms-grid-column-span: 5;
	grid-area: list;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.our-team__full-team-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	grid-area: link;
	-ms-grid-column: 5;
	-ms-grid-row: 1;
	justify-content: center;
	line-height: 140%;
	margin: 0 auto;
	padding: .875rem 1.25rem .5625rem;
	width: max-content;
}

@media (max-width:768px) {
	.our-team__title {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.our-team__list {
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}

	.our-team__full-team-link {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
		padding: .6875rem 1.5rem;
	}
}

@media (min-width:1201px) {
	.main-page .pluses-minuses {
		-ms-grid-columns: 480px 350px;
		grid-template-columns: 480px 350px;
	}
}

.pluses-minuses {
	background: -o-linear-gradient(221.43deg, rgba(255, 255, 255, 0.25); -150.09%, transparent 63.05%);
	background: linear-gradient(228.57deg, rgba(255, 255, 255, 0.25); -150.09%, transparent 63.05%);
	-ms-grid-columns: 45% 45%;
	border-radius: 8px;
	display: grid;
	gap: 6.875rem;
	grid-template-columns: 45% 45%;
	position: relative;
	width: 100%;
}

@media (max-width:1200px) {
	.pluses-minuses {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		-ms-grid-columns: 350px 350px;
		grid-template-columns: 350px 350px;
		justify-content: space-evenly;
	}
}

@media (min-width:993px) {
	.pluses-minuses {
		padding: 3.125rem;
	}
}

.pluses-minuses:after {
	background: rgba(255, 255, 255, 0.25);
	;
	content: "";
	height: calc(100% - 100px);
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
}

@media (max-width:992px) {
	.pluses-minuses {
		background: transparent;
		-ms-grid-columns: minmax(auto, 350px);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		gap: 1.25rem;
		grid-template-columns: minmax(auto, 350px);
		justify-content: center;
	}

	.pluses-minuses:after {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		height: 1px;
		left: auto;
		order: 1;
		position: relative;
		top: auto;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: none;
		width: 100%;
	}
}

@media (max-width:992px) {
	.pluses-minuses__item {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: .625rem 0;
	}

	.pluses-minuses__item--pluses {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.pluses-minuses__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
	margin-bottom: 1.5rem;
}

.pluses-minuses__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	font-weight: 600;
	gap: .75rem;
	line-height: 140%;
}

.pluses-minuses__list li:before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 4px;
	vertical-align: middle;
	width: 4px;
}

.site-shorts__title {
	margin-bottom: 2rem;
}

@media (max-width:768px) {
	.site-shorts__title {
		margin-bottom: 1.25rem;
	}
}

.site-shorts__list {
	-ms-grid-columns: (1fr)[3];
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width:992px) {
	.site-shorts__list {
		-ms-grid-columns: minmax(auto, 311px);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		grid-template-columns: minmax(auto, 311px);
		justify-content: center;
	}
}

.site-shorts-list__item {
	background-image: url(../img/main-page/decor-1.svg);
	-ms-grid-columns: 200px;
	background-position: calc(100% - 50px)43px;
	background-repeat: no-repeat;
	background-size: 198px 198px;
	display: grid;
	grid-template-columns: 200px;
	margin-left: 0;
	padding: 37px 0 45px;
	width: 100%;
}

@media (min-width:993px) {
	.site-shorts-list__item {
		-ms-grid-rows: 83px auto 60px;
		grid-template-rows: 83px auto 60px;
	}
}

.site-shorts-list__item:nth-child(2) {
	background-image: url(../img/main-page/decor-2.svg);
}

.site-shorts-list__item:nth-child(3) {
	background-image: url(../img/main-page/decor-3.svg);
	background-size: 162px 99px;
}

@media (max-width:768px) {
	.site-shorts-list__item {
		background-position: right 43px;
		background-size: 133px 133px;
	}

	.site-shorts-list__item:nth-child(3) {
		background-size: 107px 65px;
	}
}

.site-stats__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 1.125rem;
}

@media (min-width:993px) {
	.site-stats__title {
		overflow: hidden;
	}
}

.site-stats__features {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.375rem;
	margin-bottom: 2rem;
}

.site-stats__features,
.site-stats__features-item {
	display: flex;
}

.site-stats__features-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between;
}

.site-stats__features-item dt {
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
}

@media (min-width:993px) {
	.site-stats__features-item dt {
		max-width: 80%;
	}
}

.site-stats__features-item dd {
	margin: 0;
}

.site-stats__features-item-feature {
	background: rgba(67, 70, 82, .15);
	color: #0184fd;
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
	padding: .25rem;
}

.site-stats__rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	;
	font-size: 18px;
	font-weight: 600;
	gap: .75rem;
	justify-content: center;
	line-height: 140%;
	padding: .3125rem .625rem;
}

.site-stats__rating,
.site-stats__rating-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
}

.site-stats__rating-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	gap: .5rem;
	height: 16px;
	justify-content: flex-start;
	width: 112px;
}

.site-stats__rating-value {
	background-image: url(../img/icons/star.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 16px;
	width: 16px;
}

.site-stats__rating-value.active {
	background-image: url(../img/icons/star-fill.svg);
}

.mp-payment__title {
	color: #fff !important;
	margin-bottom: 2rem;
}

@media (max-width:768px) {
	.mp-payment__title {
		margin-bottom: 1.25rem;
	}
}

.mp-payment__items {
	-ms-grid-columns: 1fr 1fr;
	display: grid;
	gap: 5.625rem;
	grid-template-columns: 1fr 1fr;
}

@media (max-width:1360px) {
	.mp-payment__items {
		gap: 2.8125rem;
	}
}

@media (max-width:1100px) {
	.mp-payment__items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-ms-grid-columns: minmax(auto, 510px);
		grid-template-columns: minmax(auto, 510px);
		justify-content: center;
	}
}

@media (max-width:540px) {
	.mp-payment__items-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding-bottom: 25px;
	}
}

.mp-payment__table {
	margin-bottom: 2rem;
}

.mp-payment-table__header {
	-ms-grid-columns: 200px (minmax(min-content, auto))[2];
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 200px repeat(2, minmax(min-content, auto));
	margin-bottom: 6px;
	padding: 20px 0 18px;
}

@media (max-width:1100px) {
	.mp-payment-table__header {
		gap: 3.0625rem;
	}
}

@media (max-width:540px) {
	.mp-payment-table__header {
		-ms-grid-columns: 80px 65px 150px;
		gap: 1.575rem;
		grid-template-columns: 80px 65px 150px;
		margin-bottom: 0;
		padding: 0;
	}
}

.mp-payment-table__header-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
}

.mp-payment-table__header-text:nth-child(2) {
	text-align: center;
}

@media (max-width:768px) {
	.mp-payment-table__header-text:nth-child(2) {
		text-align: left;
	}
}

@media (max-width:768px) {
	.mp-payment-table__header-text {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
}

.mp-payment-table__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-columns: 1fr 49px 193px;
	align-items: center;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 49px 193px;
	padding: 1.5rem 0;
	position: relative;
}

@media (min-width:1201px) {
	.mp-payment-table__row {
		min-height: 130px;
	}
}

@media (max-width:540px) {
	.mp-payment-table__row {
		-ms-grid-columns: 90px 70px 150px;
		gap: .875rem;
		grid-template-columns: 90px 70px 150px;
		padding: 1.5rem 0;
		position: relative;
	}
}

.mp-payment-table__row:after {
	background-image: url(../img/icons/dash.svg);
	background-repeat: repeat-x;
	background-size: 24px 1px;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}

@media (min-width:993px) {
	.mp-payment-table__row:first-of-type {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
}

@media (max-width:540px) {
	.mp-payment-table__cell-mid {
		display: block;
		margin: 0 auto;
		width: 50px;
	}
}

@media (max-width:768px) {
	.mp-payment-table__logo {
		height: auto;
		width: 120px;
	}
}

.mp-payment-table__text-description {
	background: hsl(0, 0, 100%, .05);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	margin: 0;
	padding: .5625rem .9375rem .625rem;
}

.mp-payment__link-checkout {
	color: #0184fd;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin: 0 auto;
	padding: .625rem 2.25rem;
	width: max-content;
}

.main__faq {
	margin-top: -20px;
}

@media (min-width:993px) {
	.main__faq {
		margin-top: -15px;
	}
}

.mobile-app__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem 2rem;
	justify-content: flex-start;
	margin-bottom: 2rem;
}

@media (max-width:768px) {
	.mobile-app__header {
		margin-bottom: 1.25rem;
	}
}

.mobile-app__store-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .75rem;
}

.mobile-app__store-list,
.mobile-app__store-list a {
	display: flex;
}

.mobile-app__store-list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	height: 66px;
	justify-content: center;
	padding: 15px;
}

.mobile-app__store-list a:hover {
	border: 1px solid rgba(255, 255, 255, 0.25);
	;
}

.mobile-app__store-list img {
	max-width: 36px;
}

.mobile-app__store-list svg {
	max-width: 36px;
}

.active-oc {
	border: 1px solid rgba(255, 255, 255, 0.25);
	!important;
}

.mobile-app__text {
	color: hsl(0, 0, 100%, .8);
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
}

.mobile-app__text a {
	color: rgba(1, 132, 253, .8);
}

.main-page {
	padding-top: 95px;
}

.main-page .stats__title {
	margin-bottom: 2rem;
}

@media (max-width:720px) {
	.main-page .stats__title {
		margin-bottom: 1.3rem;
	}
}

@media (min-width:721px) {
	.main-page__container {
		margin: 0 auto;
		max-width: 1174px;
		padding: 0 32px;
		width: 100%;
	}
}

.main-page__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5rem;
}

@media (max-width:768px) {
	.main-page__stats {
		max-width: 335px;
	}
}

.main-page__start-offer {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.4375rem;
	text-align: center;
}

@media (max-width:768px) {
	.main-page__start-offer {
		background: hsl(0, 0, 100%, .05);
		font-size: 1.125rem;
		line-height: 1.625rem;
		margin: 0 auto;
		max-width: 350px;
		padding: 1.5rem;
		text-align: left;
	}
}

.main-page__start-offer-link {
	color: #0184fd;
	text-decoration: underline;
	text-underline-offset: 8px;
}

@media (max-width:768px) {
	.main-page__start-offer-link {
		text-underline-offset: 4px;
	}
}

.section-title {
	color: #0184fd;
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
}

.divider {
	background: rgba(67, 70, 82, .25);
	height: 1px;
	margin: 0;
	width: 100%;
}

@media (max-width:768px) {
	.lg-hidden {
		display: none;
	}
}

.main-page .main__faq {
	margin-bottom: 250px;
}

.policy-page {
	padding-bottom: 80px;
}

.policy-page p {
	margin-bottom: 22px;
}

.policy-page__breadcrumbs {
	margin-bottom: 90px;
}

.policy-page__container {
	-ms-grid-columns: 280px 1fr;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: grid;
	gap: 60px;
	grid-template-columns: 280px 1fr;
	justify-content: stretch;
}

@media (max-width:768px) {
	.policy-page__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 80px;
	}
}

.policy-page__aside-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 2rem;
}

.policy-page__aside-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 20px;
	font-weight: 600;
	gap: 1.5rem;
	line-height: 130%;
}

.policy-page__aside-list li::marker {
	color: #0184fd;
}

article.policy-page__content {
	color: hsl(0, 0, 100%, .8);
	margin-top: 0;
}

article.policy-page__content h3,
article.policy-page__content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
}

article.policy-page__content h3 {
	margin-top: 22px;
}

article.policy-page__content ol {
	counter-reset: section;
	list-style-type: none;
	padding: 0;
}

article.policy-page__content ol p {
	margin: 0;
}

.team-page__title {
	margin-bottom: 3.75rem;
}

@media (max-width:768px) {
	.team-page__title {
		margin-bottom: 5rem;
	}
}

.team-page__team-item {
	margin-bottom: 3.75rem;
}

@media (max-width:768px) {
	.team-page__team-item {
		margin-bottom: 5rem;
	}
}

.team-page__team-item:last-of-type {
	margin-bottom: 80px;
}

.team-item__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 2rem;
}

@media (max-width:768px) {
	.team-item__title {
		margin-bottom: 1.875rem;
	}
}

.team-page__text {
	color: hsl(0, 0, 100%, .8);
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 0;
}

@media (max-width:992px) {
	.team-page__text {
		margin-bottom: 0;
	}
}

.article-preview {
	-ms-grid-columns: auto 1fr;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: auto 1fr;
	position: relative;
	width: 100%;
}

@media (max-width:768px) {
	.article-preview {
		-ms-grid-columns: 1fr;
		gap: 1.25rem;
		grid-template-columns: 1fr;
	}
}

.article-preview__img-wrap {
	border-radius: 8px;
	height: 167px;
	overflow: hidden;
	position: relative;
	width: 354px;
}

.article-preview__img-wrap img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width:992px) {
	.article-preview__img-wrap img {
		height: auto;
		position: static;
		width: auto;
	}
}

@media (max-width:768px) {
	.article-preview__img-wrap {
		height: auto;
		margin: 0 auto;
		max-width: 311px;
		width: 100%;
	}
}

.article-preview__text-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.article-preview__title {
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: .25rem;
}

@media (max-width:768px) {
	.article-preview__title {
		margin-bottom: 1.25rem;
	}
}

.article-preview__time-to-read {
	color: #0184fd;
	font-size: .875rem;
	font-weight: 500;
	line-height: 134%;
	margin-bottom: 1.125rem;
}

@media (max-width:768px) {
	.article-preview__time-to-read {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		color: rgba(255, 255, 255, 0.25);
		;
		font-size: .75rem;
		font-weight: 700;
		margin-bottom: .625rem;
		order: -1;
	}
}

.article-preview__text {
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: box;
	height: 100px;
	margin-bottom: .875rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

@media (max-width:768px) {
	.article-preview__text {
		-webkit-line-clamp: 7;
		height: 113px;
		margin-bottom: 1.25rem;
	}
}

.article-preview__footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	color: rgba(255, 255, 255, 0.25);
	;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 1rem;
	justify-content: space-between;
	line-height: 134%;
}

@media (max-width:768px) {
	.article-preview__views-count {
		display: none;
	}
}

.article-preview__views-count-mobile {
	display: none;
}

@media (max-width:768px) {
	.article-preview__views-count-mobile {
		background: rgba(0, 8, 15, .8);
		color: #fff;
		display: inline-block;
		font-size: 10px;
		font-weight: 400;
		left: 10px;
		line-height: 134%;
		padding: .75rem;
		position: absolute;
		top: 10px;
		z-index: 1;
	}
}

.articles-page__hero {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-grid-columns: 1fr 350px;
	-ms-grid-rows: minmax(350px, auto);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	grid-template-columns: 1fr 350px;
	grid-template-rows: minmax(350px, auto);
	justify-content: center;
	margin-bottom: 5rem;
	position: relative;
}

@media (max-width:768px) {
	.articles-page__hero {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: minmax(auto, auto);
		gap: 10px;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(auto, auto);
	}
}

.articles-page__hero-text-content {
	padding-top: 80px;
}

@media (max-width:768px) {
	.articles-page__hero-text-content {
		padding-top: 0;
	}
}

.articles-page__hero-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 1.25rem;
}

.articles-page__hero-text {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin: 0;
}

.articles-page__hero-img-wrap {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	position: relative;
}

.articles-page__hero-img-wrap img {
	height: auto;
	max-width: none;
	position: absolute;
	right: 50%;
	top: -20px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

@media (max-width:768px) {
	.articles-page__hero-img-wrap img {
		height: auto;
		margin: 0 auto;
		max-width: 311px;
		position: relative;
		right: auto;
		top: auto;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: none;
		width: 100%;
	}
}

.articles-page__articles-list {
	display: grid;
	gap: 2.5rem;
	margin-bottom: 5rem;
}

.articles-page__pagination {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.article-page__text {
	color: hsl(0, 0, 100%, .8);
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
}

.text-blue {
	color: #0184fd;
}

.mx4 {
	margin: 0 -24px;
}

.relative