:root {
	--bs-blue: #387BF5;
	--bs-indigo: #727cf5;
	--bs-purple: #6b5eae;
	--bs-pink: #F5387B;
	--bs-red: #F53838;
	--bs-orange: #F56538;
	--bs-yellow: #F29800;
	--bs-green: #38F5B1;
	--bs-teal: #28AFAF;
	--bs-cyan: #38B0F5;
	--bs-white: #fff;
	--bs-gray: #4d5469;
	--bs-gray-dark: #4d5969;
	--bs-primary: #387BF5;
	--bs-secondary: #28AFAF;
	--bs-success: #38F5B1;
	--bs-info: #38B0F5;
	--bs-warning: #F29800;
	--bs-danger: #F53838;
	--bs-light: #f9fafd;
	--bs-dark: #0b1727;
	--bs-font-sans-serif: "Rubik", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth
	}
}
body {
	margin: 0;
	font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4d5769;
	background-color: #f0f8ff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-family: Rubik, Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	line-height: 1.2;
	color: #0b132a
}
.h1,
h1 {
	font-size: calc(1.37383rem + 1.48598vw)
}
@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 2.48832rem
	}
}
.h2,
h2 {
	font-size: calc(1.33236rem + .98832vw)
}
@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 2.0736rem
	}
}
.h3,
h3 {
	font-size: calc(1.2978rem + .5736vw)
}
@media (min-width: 1200px) {
	.h3,
	h3 {
		font-size: 1.728rem
	}
}
.h4,
h4 {
	font-size: calc(1.269rem + .228vw)
}
@media (min-width: 1200px) {
	.h4,
	h4 {
		font-size: 1.44rem
	}
}
.h5,
h5 {
	font-size: 1.2rem
}
.h6,
h6 {
	font-size: .83333rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
ol,
ul {
	padding-left: 2rem
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}
b,
strong {
	font-weight: 600
}
a {
	color: #387bf5;
	text-decoration: none
}
a:hover {
	color: #2d62c4;
	text-decoration: underline
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
code {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}
code {
	font-size: 75%;
	color: #f5387b;
	word-wrap: break-word
}
a>code {
	color: inherit
}
img,
svg {
	vertical-align: middle
}
label {
	display: inline-block
}
button {
	border-radius: 0
}
button:focus:not(:focus-visible) {
	outline: 0
}
button,
input,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button {
	text-transform: none
}
[role=button] {
	cursor: pointer
}
[list]::-webkit-calendar-picker-indicator {
	display: none
}
[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}
::-moz-focus-inner {
	padding: 0;
	border-style: none
}
textarea {
	resize: vertical
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}
::-webkit-inner-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}
::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
	padding: 0
}
::file-selector-button {
	font: inherit
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}
[hidden] {
	display: none!important
}
.display-1 {
	font-size: calc(1.55498rem + 3.65978vw);
	font-weight: 900;
	line-height: 1
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 4.29982rem
	}
}
.display-2 {
	font-size: calc(1.48332rem + 2.79982vw);
	font-weight: 900;
	line-height: 1
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 3.58318rem
	}
}
.display-3 {
	font-size: calc(1.4236rem + 2.08318vw);
	font-weight: 900;
	line-height: 1
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 2.98598rem
	}
}
.display-4 {
	font-size: calc(1.37383rem + 1.48598vw);
	font-weight: 900;
	line-height: 1
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 2.48832rem
	}
}
.display-5 {
	font-size: calc(1.33236rem + .98832vw);
	font-weight: 900;
	line-height: 1
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 2.0736rem
	}
}
.display-6 {
	font-size: calc(1.2978rem + .5736vw);
	font-weight: 900;
	line-height: 1
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 1.728rem
	}
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.container,
.container-fluid,
.container-lg,
.container-md {
	width: 100%;
	padding-right: var(--bs-gutter-x, 1rem);
	padding-left: var(--bs-gutter-x, 1rem);
	margin-right: auto;
	margin-left: auto
}
@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}
@media (min-width: 768px) {
	.container,
	.container-md {
		max-width: 720px
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md {
		max-width: 960px
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md {
		max-width: 1140px
	}
}
@media (min-width: 1540px) {
	.container,
	.container-lg,
	.container-md {
		max-width: 1480px
	}
}
.row {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}
.row>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}
.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66667%
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.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.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}
@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.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.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}
.form-label {
	margin-bottom: .5rem
}
.col-form-label {
	padding-top: calc(.3125rem + 1px);
	padding-bottom: calc(.3125rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(1rem + 1px);
	padding-bottom: calc(1rem + 1px);
	font-size: 1rem
}
.form-text {
	margin-top: .25rem;
	font-size: 75%;
	color: #6f7995
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.form-control[type=file] {
	overflow: hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}
.form-control:focus {
	color: #4d5769;
	background-color: #fff;
	border-color: #9cbdfa;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(56, 123, 245, .25);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(56, 123, 245, .25)
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em
}
.form-control::-webkit-input-placeholder {
	color: #4d5469;
	opacity: 1
}
.form-control::-moz-placeholder {
	color: #4d5469;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #4d5469;
	opacity: 1
}
.form-control::-ms-input-placeholder {
	color: #4d5469;
	opacity: 1
}
.form-control::placeholder {
	color: #4d5469;
	opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #f8f8f8;
	opacity: 1
}
.form-control::file-selector-button {
	padding: .3125rem 2rem;
	margin: -.3125rem -2rem;
	-webkit-margin-end: 2rem;
	margin-inline-end: 2rem;
	color: #4d5769;
	background-color: #f8f8f8;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #ececec
}
.form-control::-webkit-file-upload-button {
	padding: .3125rem 2rem;
	margin: -.3125rem -2rem;
	-webkit-margin-end: 2rem;
	margin-inline-end: 2rem;
	color: #4d5769;
	background-color: #f8f8f8;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #ececec
}
.form-control-lg {
	min-height: calc(1.5em + 2rem + 2px);
	padding: 1rem 4.3rem;
	font-size: 1rem;
	border-radius: .625rem
}
.form-control-lg::file-selector-button {
	padding: 1rem 4.3rem;
	margin: -1rem -4.3rem;
	-webkit-margin-end: 4.3rem;
	margin-inline-end: 4.3rem
}
.form-control-lg::-webkit-file-upload-button {
	padding: 1rem 4.3rem;
	margin: -1rem -4.3rem;
	-webkit-margin-end: 4.3rem;
	margin-inline-end: 4.3rem
}
textarea.form-control {
	min-height: calc(1.5em + .625rem + 2px)
}
textarea.form-control-lg {
	min-height: calc(1.5em + 2rem + 2px)
}
.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: .3125rem
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}
.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}
.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}
.form-check-input[type=checkbox] {
	border-radius: .25em
}
.form-check-input[type=radio] {
	border-radius: 50%
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}
.form-check-input:focus {
	border-color: #9cbdfa;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25);
	box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25)
}
.form-check-input:checked {
	background-color: #387bf5;
	border-color: #387bf5
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #387bf5;
	border-color: #387bf5;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5
}
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	opacity: .5
}
.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}
.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .65
}
.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}
.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}
.input-group>.form-control:focus {
	z-index: 3
}
.input-group .btn {
	position: relative;
	z-index: 2
}
.input-group .btn:focus {
	z-index: 3
}
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .3125rem 2rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4d5769;
	text-align: center;
	white-space: nowrap;
	background-color: #f8f8f8;
	border: 1px solid #7a839e;
	border-radius: .25rem
}
.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.input-group-text {
	padding: 1rem 4.3rem;
	font-size: 1rem;
	border-radius: .625rem
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 75%;
	color: #dc3545
}
.is-invalid~.invalid-feedback {
	display: block
}
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .625rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F53838'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F53838' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .15625rem) center;
	background-size: calc(.75em + .3125rem) calc(.75em + .3125rem)
}
.form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .25rem rgba(245, 56, 56, .25);
	box-shadow: 0 0 0 .25rem rgba(245, 56, 56, .25)
}
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .625rem);
	background-position: top calc(.375em + .15625rem) right calc(.375em + .15625rem)
}
.form-check-input.is-invalid {
	border-color: #dc3545
}
.form-check-input.is-invalid:checked {
	background-color: #dc3545
}
.form-check-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(245, 56, 56, .25);
	box-shadow: 0 0 0 .25rem rgba(245, 56, 56, .25)
}
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}
.btn {
	display: inline-block;
	font-weight: 500;
	line-height: 1.5;
	color: #4d5769;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .3125rem 2rem;
	font-size: 1rem;
	border-radius: .125rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.btn:hover {
	color: #4d5769;
	text-decoration: none
}
.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25);
	box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25)
}
.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25), inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn:disabled {
	pointer-events: none;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-primary {
	color: #fff;
	background-color: #387bf5;
	border-color: #387bf5;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-primary:hover {
	color: #fff;
	background-color: #3069d0;
	border-color: #2d62c4
}
.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #3069d0;
	border-color: #2d62c4;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(86, 143, 247, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(86, 143, 247, .5)
}
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary:active {
	color: #fff;
	background-color: #2d62c4;
	border-color: #2a5cb8
}
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(86, 143, 247, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(86, 143, 247, .5)
}
.btn-primary:disabled {
	color: #fff;
	background-color: #387bf5;
	border-color: #387bf5
}
.btn-check:focus+.btn-secondary {
	color: #fff;
	background-color: #229595;
	border-color: #208c8c;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(72, 187, 187, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(72, 187, 187, .5)
}
.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary {
	color: #fff;
	background-color: #208c8c;
	border-color: #1e8383
}
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(72, 187, 187, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(72, 187, 187, .5)
}
.btn-success {
	color: #ffffff;
	background-color: #28a745;
	border-color: #28a745;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-success:hover {
	color: #ffffff;
	background-color: #218838;
	border-color: #218838
}
.btn-check:focus+.btn-success,
.btn-success:focus {
	color: #ffffff;
	background-color: #218838;
	border-color: #218838;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(59, 222, 166, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(59, 222, 166, .5)
}
.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success:active {
	color: #ffffff;
	background-color: #218838;
	border-color: #218838
}
.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(59, 222, 166, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(59, 222, 166, .5)
}
.btn-success:disabled {
	color: #ffffff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-info {
	color: #fff;
	background-color: #38b0f5;
	border-color: #38b0f5;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-info:hover {
	color: #fff;
	background-color: #3096d0;
	border-color: #2d8dc4
}
.btn-check:focus+.btn-info,
.btn-info:focus {
	color: #fff;
	background-color: #3096d0;
	border-color: #2d8dc4;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(86, 188, 247, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(86, 188, 247, .5)
}
.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info:active {
	color: #fff;
	background-color: #2d8dc4;
	border-color: #2a84b8
}
.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(86, 188, 247, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(86, 188, 247, .5)
}
.btn-info:disabled {
	color: #fff;
	background-color: #38b0f5;
	border-color: #38b0f5
}
.btn-warning {
	color: #fff;
	background-color: #f29800;
	border-color: #f29800;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-warning:hover {
	color: #fff;
	background-color: #ce8100;
	border-color: #c27a00
}
.btn-check:focus+.btn-warning,
.btn-warning:focus {
	color: #fff;
	background-color: #ce8100;
	border-color: #c27a00;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(244, 167, 38, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(244, 167, 38, .5)
}
.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning:active {
	color: #fff;
	background-color: #c27a00;
	border-color: #b67200
}
.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(244, 167, 38, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(244, 167, 38, .5)
}
.btn-warning:disabled {
	color: #fff;
	background-color: #f29800;
	border-color: #f29800
}
.btn-check:focus+.btn-danger {
	color: #fff;
	background-color: #d03030;
	border-color: #c42d2d;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(247, 86, 86, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(247, 86, 86, .5)
}
.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger {
	color: #fff;
	background-color: #c42d2d;
	border-color: #b82a2a
}
.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(247, 86, 86, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(247, 86, 86, .5)
}
.btn-light {
	color: #0b132a;
	background-color: #ffffff;
	border-color: #3a4b7c;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-light:hover {
	color: #000000;
	background-color: #fafbfd;
	border-color: #fafbfd
}
.btn-check:focus+.btn-light,
.btn-light:focus {
	color: #ffffff;
	background-color: #fafbfd;
	border-color: #fafbfd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(223, 226, 231, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(223, 226, 231, .5)
}
.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light:active {
	color: #ffffff;
	background-color: #fafbfd;
	border-color: #fafbfd
}
.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(223, 226, 231, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(223, 226, 231, .5)
}
.btn-light:disabled {
	color: #ffffff;
	background-color: #f9fafd;
	border-color: #f9fafd
}
.btn-check:focus+.btn-dark {
	color: #fff;
	background-color: #091421;
	border-color: #09121f;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(48, 58, 71, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(48, 58, 71, .5)
}
.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark {
	color: #fff;
	background-color: #09121f;
	border-color: #08111d
}
.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(48, 58, 71, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(48, 58, 71, .5)
}
.btn-outline-primary {
	color: #387bf5;
	border-color: #387bf5
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #387bf5;
	border-color: #387bf5
}
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(56, 123, 245, .5);
	box-shadow: 0 0 0 0 rgba(56, 123, 245, .5)
}
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary:active {
	color: #fff;
	background-color: #387bf5;
	border-color: #387bf5
}
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(56, 123, 245, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(56, 123, 245, .5)
}
.btn-outline-primary:disabled {
	color: #387bf5;
	background-color: transparent
}
.btn-check:focus+.btn-outline-secondary {
	-webkit-box-shadow: 0 0 0 0 rgba(40, 175, 175, .5);
	box-shadow: 0 0 0 0 rgba(40, 175, 175, .5)
}
.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary {
	color: #fff;
	background-color: #28afaf;
	border-color: #28afaf
}
.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(40, 175, 175, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(40, 175, 175, .5)
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #ffffff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(56, 245, 177, .5);
	box-shadow: 0 0 0 0 rgba(56, 245, 177, .5)
}
.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success:active {
	color: #ffffff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(56, 245, 177, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(56, 245, 177, .5)
}
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 0 rgba(220, 53, 69, .5)
}
.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger:active {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(220, 53, 69, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(220, 53, 69, .5)
}
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-info {
	color: #38b0f5;
	border-color: #38b0f5
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #38b0f5;
	border-color: #38b0f5
}
.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(56, 176, 245, .5);
	box-shadow: 0 0 0 0 rgba(56, 176, 245, .5)
}
.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info:active {
	color: #fff;
	background-color: #38b0f5;
	border-color: #38b0f5
}
.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(56, 176, 245, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(56, 176, 245, .5)
}
.btn-outline-info:disabled {
	color: #38b0f5;
	background-color: transparent
}
.btn-outline-warning {
	color: #f29800;
	border-color: #f29800
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #f29800;
	border-color: #f29800
}
.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(242, 152, 0, .5);
	box-shadow: 0 0 0 0 rgba(242, 152, 0, .5)
}
.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning:active {
	color: #fff;
	background-color: #f29800;
	border-color: #f29800
}
.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(242, 152, 0, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(242, 152, 0, .5)
}
.btn-outline-warning:disabled {
	color: #f29800;
	background-color: transparent
}
.btn-check:focus+.btn-outline-danger {
	-webkit-box-shadow: 0 0 0 0 rgba(245, 56, 56, .5);
	box-shadow: 0 0 0 0 rgba(245, 56, 56, .5)
}
.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(245, 56, 56, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(245, 56, 56, .5)
}
.btn-outline-light {
	color: #f9fafd;
	border-color: #f9fafd
}
.btn-outline-light:hover {
	color: #ffffff;
	background-color: #f9fafd;
	border-color: #f9fafd
}
.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(249, 250, 253, .5);
	box-shadow: 0 0 0 0 rgba(249, 250, 253, .5)
}
.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light:active {
	color: #ffffff;
	background-color: #f9fafd;
	border-color: #f9fafd
}
.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light:active:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(249, 250, 253, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(249, 250, 253, .5)
}
.btn-outline-light:disabled {
	color: #f9fafd;
	background-color: transparent
}
.btn-check:focus+.btn-outline-dark {
	-webkit-box-shadow: 0 0 0 0 rgba(11, 23, 39, .5);
	box-shadow: 0 0 0 0 rgba(11, 23, 39, .5)
}
.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark {
	color: #fff;
	background-color: #0b1727;
	border-color: #0b1727
}
.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(11, 23, 39, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(11, 23, 39, .5)
}
.btn-link {
	font-weight: 400;
	color: #387bf5;
	text-decoration: none
}
.btn-link:hover {
	color: #2d62c4;
	text-decoration: underline
}
.btn-link:focus {
	text-decoration: underline
}
.btn-link:disabled {
	color: #4d5469
}
.btn-group-lg>.btn,
.btn-lg {
	padding: 1rem 4.3rem;
	font-size: 1rem;
	border-radius: .625rem
}
.fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}
.nav-fill .nav-item,
.nav-fill>.nav-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .5rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
	padding-left: 1rem
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.navbar-brand {
	margin-right: 1rem;
	font-size: calc(1.2978rem + .5736vw);
	white-space: nowrap
}
@media (min-width: 1200px) {
	.navbar-brand {
		font-size: 1.728rem
	}
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-collapse {
	background-color: #f0f8ff!important;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.2rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .125rem;
	-webkit-transition: -webkit-box-shadow .15s ease-in-out;
	transition: -webkit-box-shadow .15s ease-in-out;
	-o-transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}
.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}
@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}
.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible
}
.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand {
	color: #dc3545
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #dc3545
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .8)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .show>.nav-link {
	color: #dc3545
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .8);
	border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M0 6h30M0 14h30M0 22h30'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .8)
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: #dc3545
}
.page-link {
	position: relative;
	display: block;
	color: #387bf5;
	background-color: #fff;
	border: 1px solid #bec3d0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.page-link:hover {
	z-index: 2;
	color: #2d62c4;
	text-decoration: none;
	background-color: #f8f8f8;
	border-color: #bec3d0
}
.page-link:focus {
	z-index: 3;
	color: #2d62c4;
	background-color: #f8f8f8;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25);
	box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25)
}
.page-item:not(:first-child) .page-link {
	margin-left: -1px
}
.page-link {
	padding: .375rem .75rem
}
.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}
.alert-link {
	font-weight: 700
}
.alert-primary {
	color: #224a93;
	background-color: #d7e5fd;
	border-color: #c3d7fc
}
.alert-primary .alert-link {
	color: #1b3b76
}
.alert-success {
	color: #22936a;
	background-color: #d7fdef;
	border-color: #c3fce8
}
.alert-success .alert-link {
	color: #1b7655
}
.alert-info {
	color: #226a93;
	background-color: #d7effd;
	border-color: #c3e7fc
}
.alert-info .alert-link {
	color: #1b5576
}
.alert-warning {
	color: #915b00;
	background-color: #fceacc;
	border-color: #fbe0b3
}
.alert-warning .alert-link {
	color: #744900
}
.alert-light {
	color: #959698;
	background-color: #fefeff;
	border-color: #fdfefe
}
.alert-light .alert-link {
	color: #77787a
}
@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}
@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}
.btn-close {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}
.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}
.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25);
	box-shadow: 0 0 0 .25rem rgba(56, 123, 245, .25);
	opacity: 1
}
.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .25
}
.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 .4375rem .875rem 0 rgba(65, 69, 88, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 .4375rem .875rem 0 rgba(65, 69, 88, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	border-radius: .25rem
}
.toast:not(.showing):not(.show) {
	opacity: 0
}
.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}
.toast-container>:not(:last-child) {
	margin-bottom: 1rem
}
.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem .75rem;
	color: #4d5469;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}
.toast-body {
	padding: .75rem;
	word-wrap: break-word
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .625rem;
	-webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, .075);
	box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, .075);
	outline: 0
}
.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #bec3d0;
	border-top-left-radius: calc(.625rem - 1px);
	border-top-right-radius: calc(.625rem - 1px)
}
.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #bec3d0;
	border-bottom-right-radius: calc(.625rem - 1px);
	border-bottom-left-radius: calc(.625rem - 1px)
}
.modal-footer>* {
	margin: .25rem
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-content {
		-webkit-box-shadow: 0 .4375rem .875rem 0 rgba(65, 69, 88, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
		box-shadow: 0 .4375rem .875rem 0 rgba(65, 69, 88, .1), 0 3px 6px 0 rgba(0, 0, 0, .07)
	}
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px
	}
}
.carousel {
	position: relative
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.link-primary {
	color: #387bf5
}
.link-primary:focus,
.link-primary:hover {
	color: #2d62c4
}
.link-success {
	color: #28a745
}
.link-success:focus,
.link-success:hover {
	color: #218838
}
.link-info {
	color: #38b0f5
}
.link-info:focus,
.link-info:hover {
	color: #2d8dc4
}
.link-warning {
	color: #f29800
}
.link-warning:focus,
.link-warning:hover {
	color: #c27a00
}
.link-light {
	color: #f9fafd
}
.link-light:focus,
.link-light:hover {
	color: #fafbfd
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
.align-top {
	vertical-align: top!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-none {
	float: none!important
}
.d-block {
	display: block!important
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-none {
	display: none!important
}
.position-fixed {
	position: fixed!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
}
.border {
	border: 1px solid #bec3d0!important
}
.border-0 {
	border: 0!important
}
.border-top {
	border-top: 1px solid #bec3d0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-bottom {
	border-bottom: 1px solid #bec3d0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-start {
	border-left: 1px solid #bec3d0!important
}
.border-start-0 {
	border-left: 0!important
}
.border-twitter {
	border-color: #1da1f2!important
}
.border-100 {
	border-color: #f0f8ff!important
}
.border-200 {
	border-color: #f8f8f8!important
}
.border-300 {
	border-color: #bec3d0!important
}
.border-400 {
	border-color: #7a839e!important
}
.border-500 {
	border-color: #6f7995!important
}
.border-600 {
	border-color: #4d5469!important
}
.border-700 {
	border-color: #4d5769!important
}
.border-800 {
	border-color: #4d5969!important
}
.border-900 {
	border-color: #4f5665!important
}
.border-1000 {
	border-color: #0b132a!important
}
.border-1100 {
	border-color: #0b1727!important
}
.border-primary {
	border-color: #387bf5!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #38b0f5!important
}
.border-warning {
	border-color: #f29800!important
}
.border-light {
	border-color: #f9fafd!important
}
.border-0 {
	border-width: 0!important
}
.border-1 {
	border-width: 1px!important
}
.border-2 {
	border-width: 2px!important
}
.border-3 {
	border-width: 3px!important
}
.border-4 {
	border-width: 4px!important
}
.border-5 {
	border-width: 5px!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.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
}
.flex-fill {
	-webkit-box-flex: 1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!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
}
.m-0 {
	margin: 0!important
}
.m-1 {
	margin: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.m-4 {
	margin: 1.8rem!important
}
.m-5 {
	margin: 3rem!important
}
.m-6 {
	margin: 4rem!important
}
.m-7 {
	margin: 5rem!important
}
.m-8 {
	margin: 7.5rem!important
}
.m-9 {
	margin: 10rem!important
}
.m-10 {
	margin: 12.5rem!important
}
.m-11 {
	margin: 15rem!important
}
.m-auto {
	margin: auto!important
}
.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}
.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}
.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}
.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}
.mx-4 {
	margin-right: 1.8rem!important;
	margin-left: 1.8rem!important
}
.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}
.mx-6 {
	margin-right: 4rem!important;
	margin-left: 4rem!important
}
.mx-7 {
	margin-right: 5rem!important;
	margin-left: 5rem!important
}
.mx-8 {
	margin-right: 7.5rem!important;
	margin-left: 7.5rem!important
}
.mx-9 {
	margin-right: 10rem!important;
	margin-left: 10rem!important
}
.mx-10 {
	margin-right: 12.5rem!important;
	margin-left: 12.5rem!important
}
.mx-11 {
	margin-right: 15rem!important;
	margin-left: 15rem!important
}
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}
.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}
.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}
.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}
.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}
.my-4 {
	margin-top: 1.8rem!important;
	margin-bottom: 1.8rem!important
}
.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}
.my-6 {
	margin-top: 4rem!important;
	margin-bottom: 4rem!important
}
.my-7 {
	margin-top: 5rem!important;
	margin-bottom: 5rem!important
}
.my-8 {
	margin-top: 7.5rem!important;
	margin-bottom: 7.5rem!important
}
.my-9 {
	margin-top: 10rem!important;
	margin-bottom: 10rem!important
}
.my-10 {
	margin-top: 12.5rem!important;
	margin-bottom: 12.5rem!important
}
.my-11 {
	margin-top: 15rem!important;
	margin-bottom: 15rem!important
}
.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-1 {
	margin-top: .25rem!important
}
.mt-2 {
	margin-top: .5rem!important
}
.mt-3 {
	margin-top: 1rem!important
}
.mt-4 {
	margin-top: 1.8rem!important
}
.mt-5 {
	margin-top: 3rem!important
}
.mt-6 {
	margin-top: 4rem!important
}
.mt-7 {
	margin-top: 5rem!important
}
.mt-8 {
	margin-top: 7.5rem!important
}
.mt-9 {
	margin-top: 10rem!important
}
.mt-10 {
	margin-top: 12.5rem!important
}
.mt-11 {
	margin-top: 15rem!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.8rem!important
}
.me-5 {
	margin-right: 3rem!important
}
.me-6 {
	margin-right: 4rem!important
}
.me-7 {
	margin-right: 5rem!important
}
.me-8 {
	margin-right: 7.5rem!important
}
.me-9 {
	margin-right: 10rem!important
}
.me-10 {
	margin-right: 12.5rem!important
}
.me-11 {
	margin-right: 15rem!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.8rem!important
}
.mb-5 {
	margin-bottom: 3rem!important
}
.mb-6 {
	margin-bottom: 4rem!important
}
.mb-7 {
	margin-bottom: 5rem!important
}
.mb-8 {
	margin-bottom: 7.5rem!important
}
.mb-9 {
	margin-bottom: 10rem!important
}
.mb-10 {
	margin-bottom: 12.5rem!important
}
.mb-11 {
	margin-bottom: 15rem!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.8rem!important
}
.ms-5 {
	margin-left: 3rem!important
}
.ms-6 {
	margin-left: 4rem!important
}
.ms-7 {
	margin-left: 5rem!important
}
.ms-8 {
	margin-left: 7.5rem!important
}
.ms-9 {
	margin-left: 10rem!important
}
.ms-10 {
	margin-left: 12.5rem!important
}
.ms-11 {
	margin-left: 15rem!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.8rem!important
}
.p-5 {
	padding: 3rem!important
}
.p-6 {
	padding: 4rem!important
}
.p-7 {
	padding: 5rem!important
}
.p-8 {
	padding: 7.5rem!important
}
.p-9 {
	padding: 10rem!important
}
.p-10 {
	padding: 12.5rem!important
}
.p-11 {
	padding: 15rem!important
}
.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}
.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}
.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}
.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}
.px-4 {
	padding-right: 1.8rem!important;
	padding-left: 1.8rem!important
}
.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}
.px-6 {
	padding-right: 4rem!important;
	padding-left: 4rem!important
}
.px-7 {
	padding-right: 5rem!important;
	padding-left: 5rem!important
}
.px-8 {
	padding-right: 7.5rem!important;
	padding-left: 7.5rem!important
}
.px-9 {
	padding-right: 10rem!important;
	padding-left: 10rem!important
}
.px-10 {
	padding-right: 12.5rem!important;
	padding-left: 12.5rem!important
}
.px-11 {
	padding-right: 15rem!important;
	padding-left: 15rem!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.8rem!important
}
.pt-5 {
	padding-top: 3rem!important
}
.pt-6 {
	padding-top: 4rem!important
}
.pt-7 {
	padding-top: 5rem!important
}
.pt-8 {
	padding-top: 7.5rem!important
}
.pt-9 {
	padding-top: 10rem!important
}
.pt-10 {
	padding-top: 12.5rem!important
}
.pt-11 {
	padding-top: 15rem!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.8rem!important
}
.pb-5 {
	padding-bottom: 3rem!important
}
.pb-6 {
	padding-bottom: 4rem!important
}
.pb-7 {
	padding-bottom: 5rem!important
}
.pb-8 {
	padding-bottom: 7.5rem!important
}
.pb-9 {
	padding-bottom: 10rem!important
}
.pb-10 {
	padding-bottom: 12.5rem!important
}
.pb-11 {
	padding-bottom: 15rem!important
}
.fs--2 {
	font-size: .69444rem!important
}
.fs--1 {
	font-size: .83333rem!important
}
.fs-0 {
	font-size: 1rem!important
}
.fs-1 {
	font-size: 1.2rem!important
}
.fs-2 {
	font-size: 1.44rem!important
}
.fs-3 {
	font-size: 1.728rem!important
}
.fs-4 {
	font-size: 2.0736rem!important
}
.fs-5 {
	font-size: 2.48832rem!important
}
.fs-6 {
	font-size: 2.98598rem!important
}
.fs-7 {
	font-size: 3.58318rem!important
}
.fs-8 {
	font-size: 4.29982rem!important
}
.fw-light {
	font-weight: 300!important
}
.fw-medium {
	font-weight: 500!important
}
.fw-bold {
	font-weight: 700!important
}
.text-start {
	text-align: left!important
}
.text-center {
	text-align: center!important
}
.text-primary {
	color: #387bf5!important
}
.text-success {
	color: #28a745!important
}
.text-info {
	color: #38b0f5!important
}
.text-warning {
	color: #f29800!important
}
.text-light {
	color: #f9fafd!important
}
.text-body {
	color: #4d5769!important
}
.bg-twitter {
	background-color: #1da1f2!important
}
.bg-100 {
	background-color: #f0f8ff!important
}
.bg-200 {
	background-color: #f8f8f8!important
}
.bg-300 {
	background-color: #bec3d0!important
}
.bg-400 {
	background-color: #7a839e!important
}
.bg-500 {
	background-color: #6f7995!important
}
.bg-600 {
	background-color: #4d5469!important
}
.bg-700 {
	background-color: #4d5769!important
}
.bg-800 {
	background-color: #4d5969!important
}
.bg-900 {
	background-color: #4f5665!important
}
.bg-1000 {
	background-color: #0b132a!important
}
.bg-1100 {
	background-color: #0b1727!important
}
.bg-primary {
	background-color: #387bf5!important
}
.bg-success {
	background-color: #28a745!important
}
.bg-info {
	background-color: #38b0f5!important
}
.bg-warning {
	background-color: #f29800!important
}
.bg-light {
	background-color: #f9fafd!important
}
.bg-body {
	background-color: #fff!important
}
.rounded {
	border-radius: .25rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.rounded-1 {
	border-radius: .2rem!important
}
.rounded-2 {
	border-radius: .25rem!important
}
.rounded-3 {
	border-radius: .625rem!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-top {
	border-top-start-radius: .25rem!important;
	border-top-end-radius: .25rem!important
}
.rounded-top-lg {
	border-top-start-radius: .625rem!important;
	border-top-end-radius: .625rem!important
}
.rounded-top-0 {
	border-top-start-radius: 0!important;
	border-top-end-radius: 0!important
}
.rounded-bottom {
	border-bottom-end-radius: .25rem!important;
	border-bottom-start-radius: .25rem!important
}
.rounded-bottom-lg {
	border-bottom-end-radius: .625rem!important;
	border-bottom-start-radius: .625rem!important
}
.rounded-bottom-0 {
	border-bottom-end-radius: 0!important;
	border-bottom-start-radius: 0!important
}
.rounded-start {
	border-bottom-start-radius: .25rem!important;
	border-top-start-radius: .25rem!important
}
.rounded-start-lg {
	border-bottom-start-radius: .625rem!important;
	border-top-start-radius: .625rem!important
}
.rounded-start-0 {
	border-bottom-start-radius: 0!important;
	border-top-start-radius: 0!important
}
.text-twitter {
	color: #1da1f2!important
}
.text-100 {
	color: #f0f8ff!important
}
.text-200 {
	color: #f8f8f8!important
}
.text-300 {
	color: #bec3d0!important
}
.text-400 {
	color: #7a839e!important
}
.text-500 {
	color: #6f7995!important
}
.text-600 {
	color: #4d5469!important
}
.text-700 {
	color: #4d5769!important
}
.text-800 {
	color: #4d5969!important
}
.text-900 {
	color: #4f5665!important
}
.text-1000 {
	color: #0b132a!important
}
.text-1100 {
	color: #0b1727!important
}
.border-x {
	border-left: 1px solid #bec3d0!important;
	border-right: 1px solid #bec3d0!important
}
.border-x-0 {
	border-left: 0!important;
	border-right: 0!important
}
.rounded-0 {
	border-radius: 0!important
}
@media (min-width: 768px) {
	.float-md-start {
		float: left!important
	}
	.float-md-none {
		float: none!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-none {
		display: none!important
	}
	.position-md-fixed {
		position: fixed!important
	}
	.border-md {
		border: 1px solid #bec3d0!important
	}
	.border-md-0 {
		border: 0!important
	}
	.border-md-top {
		border-top: 1px solid #bec3d0!important
	}
	.border-md-top-0 {
		border-top: 0!important
	}
	.border-md-bottom {
		border-bottom: 1px solid #bec3d0!important
	}
	.border-md-bottom-0 {
		border-bottom: 0!important
	}
	.border-md-start {
		border-left: 1px solid #bec3d0!important
	}
	.border-md-start-0 {
		border-left: 0!important
	}
	.w-md-25 {
		width: 25%!important
	}
	.w-md-50 {
		width: 50%!important
	}
	.w-md-75 {
		width: 75%!important
	}
	.w-md-100 {
		width: 100%!important
	}
	.w-md-auto {
		width: auto!important
	}
	.h-md-25 {
		height: 25%!important
	}
	.h-md-50 {
		height: 50%!important
	}
	.h-md-75 {
		height: 75%!important
	}
	.h-md-100 {
		height: 100%!important
	}
	.h-md-auto {
		height: auto!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!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
	}
	.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.8rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.m-md-6 {
		margin: 4rem!important
	}
	.m-md-7 {
		margin: 5rem!important
	}
	.m-md-8 {
		margin: 7.5rem!important
	}
	.m-md-9 {
		margin: 10rem!important
	}
	.m-md-10 {
		margin: 12.5rem!important
	}
	.m-md-11 {
		margin: 15rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-md-4 {
		margin-right: 1.8rem!important;
		margin-left: 1.8rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-md-6 {
		margin-right: 4rem!important;
		margin-left: 4rem!important
	}
	.mx-md-7 {
		margin-right: 5rem!important;
		margin-left: 5rem!important
	}
	.mx-md-8 {
		margin-right: 7.5rem!important;
		margin-left: 7.5rem!important
	}
	.mx-md-9 {
		margin-right: 10rem!important;
		margin-left: 10rem!important
	}
	.mx-md-10 {
		margin-right: 12.5rem!important;
		margin-left: 12.5rem!important
	}
	.mx-md-11 {
		margin-right: 15rem!important;
		margin-left: 15rem!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-md-4 {
		margin-top: 1.8rem!important;
		margin-bottom: 1.8rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-md-6 {
		margin-top: 4rem!important;
		margin-bottom: 4rem!important
	}
	.my-md-7 {
		margin-top: 5rem!important;
		margin-bottom: 5rem!important
	}
	.my-md-8 {
		margin-top: 7.5rem!important;
		margin-bottom: 7.5rem!important
	}
	.my-md-9 {
		margin-top: 10rem!important;
		margin-bottom: 10rem!important
	}
	.my-md-10 {
		margin-top: 12.5rem!important;
		margin-bottom: 12.5rem!important
	}
	.my-md-11 {
		margin-top: 15rem!important;
		margin-bottom: 15rem!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mt-md-4 {
		margin-top: 1.8rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mt-md-6 {
		margin-top: 4rem!important
	}
	.mt-md-7 {
		margin-top: 5rem!important
	}
	.mt-md-8 {
		margin-top: 7.5rem!important
	}
	.mt-md-9 {
		margin-top: 10rem!important
	}
	.mt-md-10 {
		margin-top: 12.5rem!important
	}
	.mt-md-11 {
		margin-top: 15rem!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.8rem!important
	}
	.me-md-5 {
		margin-right: 3rem!important
	}
	.me-md-6 {
		margin-right: 4rem!important
	}
	.me-md-7 {
		margin-right: 5rem!important
	}
	.me-md-8 {
		margin-right: 7.5rem!important
	}
	.me-md-9 {
		margin-right: 10rem!important
	}
	.me-md-10 {
		margin-right: 12.5rem!important
	}
	.me-md-11 {
		margin-right: 15rem!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.8rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.mb-md-6 {
		margin-bottom: 4rem!important
	}
	.mb-md-7 {
		margin-bottom: 5rem!important
	}
	.mb-md-8 {
		margin-bottom: 7.5rem!important
	}
	.mb-md-9 {
		margin-bottom: 10rem!important
	}
	.mb-md-10 {
		margin-bottom: 12.5rem!important
	}
	.mb-md-11 {
		margin-bottom: 15rem!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.8rem!important
	}
	.ms-md-5 {
		margin-left: 3rem!important
	}
	.ms-md-6 {
		margin-left: 4rem!important
	}
	.ms-md-7 {
		margin-left: 5rem!important
	}
	.ms-md-8 {
		margin-left: 7.5rem!important
	}
	.ms-md-9 {
		margin-left: 10rem!important
	}
	.ms-md-10 {
		margin-left: 12.5rem!important
	}
	.ms-md-11 {
		margin-left: 15rem!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.8rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.p-md-6 {
		padding: 4rem!important
	}
	.p-md-7 {
		padding: 5rem!important
	}
	.p-md-8 {
		padding: 7.5rem!important
	}
	.p-md-9 {
		padding: 10rem!important
	}
	.p-md-10 {
		padding: 12.5rem!important
	}
	.p-md-11 {
		padding: 15rem!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-md-4 {
		padding-right: 1.8rem!important;
		padding-left: 1.8rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.px-md-6 {
		padding-right: 4rem!important;
		padding-left: 4rem!important
	}
	.px-md-7 {
		padding-right: 5rem!important;
		padding-left: 5rem!important
	}
	.px-md-8 {
		padding-right: 7.5rem!important;
		padding-left: 7.5rem!important
	}
	.px-md-9 {
		padding-right: 10rem!important;
		padding-left: 10rem!important
	}
	.px-md-10 {
		padding-right: 12.5rem!important;
		padding-left: 12.5rem!important
	}
	.px-md-11 {
		padding-right: 15rem!important;
		padding-left: 15rem!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.8rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pt-md-6 {
		padding-top: 4rem!important
	}
	.pt-md-7 {
		padding-top: 5rem!important
	}
	.pt-md-8 {
		padding-top: 7.5rem!important
	}
	.pt-md-9 {
		padding-top: 10rem!important
	}
	.pt-md-10 {
		padding-top: 12.5rem!important
	}
	.pt-md-11 {
		padding-top: 15rem!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.8rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.pb-md-6 {
		padding-bottom: 4rem!important
	}
	.pb-md-7 {
		padding-bottom: 5rem!important
	}
	.pb-md-8 {
		padding-bottom: 7.5rem!important
	}
	.pb-md-9 {
		padding-bottom: 10rem!important
	}
	.pb-md-10 {
		padding-bottom: 12.5rem!important
	}
	.pb-md-11 {
		padding-bottom: 15rem!important
	}
	.fs-md--2 {
		font-size: .69444rem!important
	}
	.fs-md--1 {
		font-size: .83333rem!important
	}
	.fs-md-0 {
		font-size: 1rem!important
	}
	.fs-md-1 {
		font-size: 1.2rem!important
	}
	.fs-md-2 {
		font-size: 1.44rem!important
	}
	.fs-md-3 {
		font-size: 1.728rem!important
	}
	.fs-md-4 {
		font-size: 2.0736rem!important
	}
	.fs-md-5 {
		font-size: 2.48832rem!important
	}
	.fs-md-6 {
		font-size: 2.98598rem!important
	}
	.fs-md-7 {
		font-size: 3.58318rem!important
	}
	.fs-md-8 {
		font-size: 4.29982rem!important
	}
	.text-md-start {
		text-align: left!important
	}
	.text-md-center {
		text-align: center!important
	}
	.rounded-md-top {
		border-top-start-radius: .25rem!important;
		border-top-end-radius: .25rem!important
	}
	.rounded-md-top-lg {
		border-top-start-radius: .625rem!important;
		border-top-end-radius: .625rem!important
	}
	.rounded-md-top-0 {
		border-top-start-radius: 0!important;
		border-top-end-radius: 0!important
	}
	.rounded-md-bottom {
		border-bottom-end-radius: .25rem!important;
		border-bottom-start-radius: .25rem!important
	}
	.rounded-md-bottom-lg {
		border-bottom-end-radius: .625rem!important;
		border-bottom-start-radius: .625rem!important
	}
	.rounded-md-bottom-0 {
		border-bottom-end-radius: 0!important;
		border-bottom-start-radius: 0!important
	}
	.rounded-md-start {
		border-bottom-start-radius: .25rem!important;
		border-top-start-radius: .25rem!important
	}
	.rounded-md-start-lg {
		border-bottom-start-radius: .625rem!important;
		border-top-start-radius: .625rem!important
	}
	.rounded-md-start-0 {
		border-bottom-start-radius: 0!important;
		border-top-start-radius: 0!important
	}
	.text-md-twitter {
		color: #1da1f2!important
	}
	.text-md-100 {
		color: #f0f8ff!important
	}
	.text-md-200 {
		color: #f8f8f8!important
	}
	.text-md-300 {
		color: #bec3d0!important
	}
	.text-md-400 {
		color: #7a839e!important
	}
	.text-md-500 {
		color: #6f7995!important
	}
	.text-md-600 {
		color: #4d5469!important
	}
	.text-md-700 {
		color: #4d5769!important
	}
	.text-md-800 {
		color: #4d5969!important
	}
	.text-md-900 {
		color: #4f5665!important
	}
	.text-md-1000 {
		color: #0b132a!important
	}
	.text-md-1100 {
		color: #0b1727!important
	}
	.border-md-x {
		border-left: 1px solid #bec3d0!important;
		border-right: 1px solid #bec3d0!important
	}
	.border-md-x-0 {
		border-left: 0!important;
		border-right: 0!important
	}
	.rounded-md-0 {
		border-radius: 0!important
	}
}
@media (min-width: 992px) {
	.float-lg-start {
		float: left!important
	}
	.float-lg-none {
		float: none!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-none {
		display: none!important
	}
	.position-lg-fixed {
		position: fixed!important
	}
	.border-lg {
		border: 1px solid #bec3d0!important
	}
	.border-lg-0 {
		border: 0!important
	}
	.border-lg-top {
		border-top: 1px solid #bec3d0!important
	}
	.border-lg-top-0 {
		border-top: 0!important
	}
	.border-lg-bottom {
		border-bottom: 1px solid #bec3d0!important
	}
	.border-lg-bottom-0 {
		border-bottom: 0!important
	}
	.border-lg-start {
		border-left: 1px solid #bec3d0!important
	}
	.border-lg-start-0 {
		border-left: 0!important
	}
	.w-lg-25 {
		width: 25%!important
	}
	.w-lg-50 {
		width: 50%!important
	}
	.w-lg-75 {
		width: 75%!important
	}
	.w-lg-100 {
		width: 100%!important
	}
	.w-lg-auto {
		width: auto!important
	}
	.h-lg-25 {
		height: 25%!important
	}
	.h-lg-50 {
		height: 50%!important
	}
	.h-lg-75 {
		height: 75%!important
	}
	.h-lg-100 {
		height: 100%!important
	}
	.h-lg-auto {
		height: auto!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!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
	}
	.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.8rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.m-lg-6 {
		margin: 4rem!important
	}
	.m-lg-7 {
		margin: 5rem!important
	}
	.m-lg-8 {
		margin: 7.5rem!important
	}
	.m-lg-9 {
		margin: 10rem!important
	}
	.m-lg-10 {
		margin: 12.5rem!important
	}
	.m-lg-11 {
		margin: 15rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-lg-4 {
		margin-right: 1.8rem!important;
		margin-left: 1.8rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-lg-6 {
		margin-right: 4rem!important;
		margin-left: 4rem!important
	}
	.mx-lg-7 {
		margin-right: 5rem!important;
		margin-left: 5rem!important
	}
	.mx-lg-8 {
		margin-right: 7.5rem!important;
		margin-left: 7.5rem!important
	}
	.mx-lg-9 {
		margin-right: 10rem!important;
		margin-left: 10rem!important
	}
	.mx-lg-10 {
		margin-right: 12.5rem!important;
		margin-left: 12.5rem!important
	}
	.mx-lg-11 {
		margin-right: 15rem!important;
		margin-left: 15rem!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-lg-4 {
		margin-top: 1.8rem!important;
		margin-bottom: 1.8rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-lg-6 {
		margin-top: 4rem!important;
		margin-bottom: 4rem!important
	}
	.my-lg-7 {
		margin-top: 5rem!important;
		margin-bottom: 5rem!important
	}
	.my-lg-8 {
		margin-top: 7.5rem!important;
		margin-bottom: 7.5rem!important
	}
	.my-lg-9 {
		margin-top: 10rem!important;
		margin-bottom: 10rem!important
	}
	.my-lg-10 {
		margin-top: 12.5rem!important;
		margin-bottom: 12.5rem!important
	}
	.my-lg-11 {
		margin-top: 15rem!important;
		margin-bottom: 15rem!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mt-lg-4 {
		margin-top: 1.8rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mt-lg-6 {
		margin-top: 4rem!important
	}
	.mt-lg-7 {
		margin-top: 5rem!important
	}
	.mt-lg-8 {
		margin-top: 7.5rem!important
	}
	.mt-lg-9 {
		margin-top: 10rem!important
	}
	.mt-lg-10 {
		margin-top: 12.5rem!important
	}
	.mt-lg-11 {
		margin-top: 15rem!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.8rem!important
	}
	.me-lg-5 {
		margin-right: 3rem!important
	}
	.me-lg-6 {
		margin-right: 4rem!important
	}
	.me-lg-7 {
		margin-right: 5rem!important
	}
	.me-lg-8 {
		margin-right: 7.5rem!important
	}
	.me-lg-9 {
		margin-right: 10rem!important
	}
	.me-lg-10 {
		margin-right: 12.5rem!important
	}
	.me-lg-11 {
		margin-right: 15rem!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.8rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.mb-lg-6 {
		margin-bottom: 4rem!important
	}
	.mb-lg-7 {
		margin-bottom: 5rem!important
	}
	.mb-lg-8 {
		margin-bottom: 7.5rem!important
	}
	.mb-lg-9 {
		margin-bottom: 10rem!important
	}
	.mb-lg-10 {
		margin-bottom: 12.5rem!important
	}
	.mb-lg-11 {
		margin-bottom: 15rem!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.8rem!important
	}
	.ms-lg-5 {
		margin-left: 3rem!important
	}
	.ms-lg-6 {
		margin-left: 4rem!important
	}
	.ms-lg-7 {
		margin-left: 5rem!important
	}
	.ms-lg-8 {
		margin-left: 7.5rem!important
	}
	.ms-lg-9 {
		margin-left: 10rem!important
	}
	.ms-lg-10 {
		margin-left: 12.5rem!important
	}
	.ms-lg-11 {
		margin-left: 15rem!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.8rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.p-lg-6 {
		padding: 4rem!important
	}
	.p-lg-7 {
		padding: 5rem!important
	}
	.p-lg-8 {
		padding: 7.5rem!important
	}
	.p-lg-9 {
		padding: 10rem!important
	}
	.p-lg-10 {
		padding: 12.5rem!important
	}
	.p-lg-11 {
		padding: 15rem!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-lg-4 {
		padding-right: 1.8rem!important;
		padding-left: 1.8rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.px-lg-6 {
		padding-right: 4rem!important;
		padding-left: 4rem!important
	}
	.px-lg-7 {
		padding-right: 5rem!important;
		padding-left: 5rem!important
	}
	.px-lg-8 {
		padding-right: 7.5rem!important;
		padding-left: 7.5rem!important
	}
	.px-lg-9 {
		padding-right: 10rem!important;
		padding-left: 10rem!important
	}
	.px-lg-10 {
		padding-right: 12.5rem!important;
		padding-left: 12.5rem!important
	}
	.px-lg-11 {
		padding-right: 15rem!important;
		padding-left: 15rem!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.8rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pt-lg-6 {
		padding-top: 4rem!important
	}
	.pt-lg-7 {
		padding-top: 5rem!important
	}
	.pt-lg-8 {
		padding-top: 7.5rem!important
	}
	.pt-lg-9 {
		padding-top: 10rem!important
	}
	.pt-lg-10 {
		padding-top: 12.5rem!important
	}
	.pt-lg-11 {
		padding-top: 15rem!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.8rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.pb-lg-6 {
		padding-bottom: 4rem!important
	}
	.pb-lg-7 {
		padding-bottom: 5rem!important
	}
	.pb-lg-8 {
		padding-bottom: 7.5rem!important
	}
	.pb-lg-9 {
		padding-bottom: 10rem!important
	}
	.pb-lg-10 {
		padding-bottom: 12.5rem!important
	}
	.pb-lg-11 {
		padding-bottom: 15rem!important
	}
	.fs-lg--2 {
		font-size: .69444rem!important
	}
	.fs-lg--1 {
		font-size: .83333rem!important
	}
	.fs-lg-0 {
		font-size: 1rem!important
	}
	.fs-lg-1 {
		font-size: 1.2rem!important
	}
	.fs-lg-2 {
		font-size: 1.44rem!important
	}
	.fs-lg-3 {
		font-size: 1.728rem!important
	}
	.fs-lg-4 {
		font-size: 2.0736rem!important
	}
	.fs-lg-5 {
		font-size: 2.48832rem!important
	}
	.fs-lg-6 {
		font-size: 2.98598rem!important
	}
	.fs-lg-7 {
		font-size: 3.58318rem!important
	}
	.fs-lg-8 {
		font-size: 4.29982rem!important
	}
	.text-lg-start {
		text-align: left!important
	}
	.text-lg-center {
		text-align: center!important
	}
	.rounded-lg-top {
		border-top-start-radius: .25rem!important;
		border-top-end-radius: .25rem!important
	}
	.rounded-lg-top-lg {
		border-top-start-radius: .625rem!important;
		border-top-end-radius: .625rem!important
	}
	.rounded-lg-top-0 {
		border-top-start-radius: 0!important;
		border-top-end-radius: 0!important
	}
	.rounded-lg-bottom {
		border-bottom-end-radius: .25rem!important;
		border-bottom-start-radius: .25rem!important
	}
	.rounded-lg-bottom-lg {
		border-bottom-end-radius: .625rem!important;
		border-bottom-start-radius: .625rem!important
	}
	.rounded-lg-bottom-0 {
		border-bottom-end-radius: 0!important;
		border-bottom-start-radius: 0!important
	}
	.rounded-lg-start {
		border-bottom-start-radius: .25rem!important;
		border-top-start-radius: .25rem!important
	}
	.rounded-lg-start-lg {
		border-bottom-start-radius: .625rem!important;
		border-top-start-radius: .625rem!important
	}
	.rounded-lg-start-0 {
		border-bottom-start-radius: 0!important;
		border-top-start-radius: 0!important
	}
	.text-lg-twitter {
		color: #1da1f2!important
	}
	.text-lg-100 {
		color: #f0f8ff!important
	}
	.text-lg-200 {
		color: #f8f8f8!important
	}
	.text-lg-300 {
		color: #bec3d0!important
	}
	.text-lg-400 {
		color: #7a839e!important
	}
	.text-lg-500 {
		color: #6f7995!important
	}
	.text-lg-600 {
		color: #4d5469!important
	}
	.text-lg-700 {
		color: #4d5769!important
	}
	.text-lg-800 {
		color: #4d5969!important
	}
	.text-lg-900 {
		color: #4f5665!important
	}
	.text-lg-1000 {
		color: #0b132a!important
	}
	.text-lg-1100 {
		color: #0b1727!important
	}
	.border-lg-x {
		border-left: 1px solid #bec3d0!important;
		border-right: 1px solid #bec3d0!important
	}
	.border-lg-x-0 {
		border-left: 0!important;
		border-right: 0!important
	}
	.rounded-lg-0 {
		border-radius: 0!important
	}
}
::-webkit-input-placeholder {
	opacity: 1;
	color: #7a839e!important
}
::-moz-placeholder {
	opacity: 1;
	color: #7a839e!important
}
:-ms-input-placeholder {
	opacity: 1;
	color: #7a839e!important
}
::-ms-input-placeholder {
	opacity: 1;
	color: #7a839e!important
}
::placeholder {
	opacity: 1;
	color: #7a839e!important
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 6.3125rem
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative
}
code {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto
}
section {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 1rem
}
.alert,
.btn,
.invalid-feedback,
.navbar,
button,
input,
label,
textarea {
	font-family: Rubik, Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
strong {
	font-weight: 600
}
label {
	font-weight: 500!important;
	margin-bottom: .5rem
}
.chrome .btn-close {
	background-clip: unset
}
.text-justify {
	text-align: justify!important
}
.border-top-2 {
	border-top-width: .125rem!important
}
.border-bottom-2 {
	border-bottom-width: .125rem!important
}
.border-start-2 {
	border-left-width: .125rem!important
}
.container,
.container-fluid,
.container-lg,
.container-md {
	position: relative
}
.all-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.flex-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.link-100 {
	color: #f0f8ff!important
}
.link-100:focus,
.link-100:hover {
	color: #d0d0d0!important
}
.link-200 {
	color: #f8f8f8!important
}
.link-200:focus,
.link-200:hover {
	color: #d2d2d2!important
}
.link-300 {
	color: #bec3d0!important
}
.link-300:focus,
.link-300:hover {
	color: #929ab0!important
}
.link-400 {
	color: #7a839e!important
}
.link-400:focus,
.link-400:hover {
	color: #565e76!important
}
.link-500 {
	color: #6f7995!important
}
.link-500:focus,
.link-500:hover {
	color: #4e556a!important
}
.link-600 {
	color: #4d5469!important
}
.link-600:focus,
.link-600:hover {
	color: #2d313d!important
}
.link-700 {
	color: #4d5769!important
}
.link-700:focus,
.link-700:hover {
	color: #2d323d!important
}
.link-800 {
	color: #4d5969!important
}
.link-800:focus,
.link-800:hover {
	color: #2d343d!important
}
.link-900 {
	color: #4f5665!important
}
.link-900:focus,
.link-900:hover {
	color: #2d313a!important
}
.link-1000 {
	color: #0b132a!important
}
.link-1000:focus,
.link-1000:hover {
	color: #000!important
}
.link-1100 {
	color: #0b1727!important
}
.link-1100:focus,
.link-1100:hover {
	color: #000!important
}
.icon-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.icon-group .icon-item:not(:last-child) {
	margin-right: .5rem
}
.icon-item {
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4d5769;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 2.5rem;
	width: 2.5rem;
	border: 0;
	font-size: .875rem;
	-webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, .075);
	box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, .075)
}
.icon-item:focus,
.icon-item:hover {
	background-color: #f8f8f8
}
.icon-item.icon-item-lg {
	height: 2.75rem;
	width: 2.75rem
}
.collapsed .collapse-icon {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.collapse-icon {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
[data-dismiss=dropdown] *,
[data-offset-top] *,
[data-toggle=collapse] *,
[data-toggle=popover] *,
[data-toggle=tooltip] * {
	pointer-events: none
}
.outline-none {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.outline-none:focus,
.outline-none:hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.toast-position {
	position: fixed;
	top: 50px;
	right: 5vw;
	z-index: 99
}
.toast {
	z-index: 9999999999
}
#contact {
	padding-top: 4vh;
	padding-bottom: 4vh;
	background: #fff
}
.navbar-fixed-top.scrolled {
	background-color: #f0f8ff!important;
	transition: background-color .3s linear;
	border-bottom-color: #f29800;
	border-bottom-style: solid
}
.panel {
	padding: 10px 30px 12px 30px;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .25)
}


table{border-collapse:collapse;}
.table{width:100%;margin-bottom:1rem;color:#212529;}
.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6;}
.table-bordered{border:1px solid #dee2e6;}
.table-bordered td{border:1px solid #dee2e6;}
.table-bordered thead td{border-bottom-width:2px;}
@media print{
thead{display:table-header-group;}
tr{page-break-inside:avoid;}
.table{border-collapse:collapse!important;}
.table td{background-color:#fff!important;}
.table-bordered td{border:1px solid black!important;}
}

#why, .bg-grey {background-color: #fafafa!important}

#how, #faq, .bg-white {	background-color: #fff!important}

.img-panels {padding: 10px; box-shadow: 0 8px 8px -4px #1da1f2}

.img-top-right {
    position: absolute;
    top: 20px;
    right: 24px;
    text-align: right;
    color: #0c2c48;
    background-color: #f29800
}

.float-left{float:left}
.float-right{float:right}
.text-muted{color:#6c757d!important; font-size: 0.9rem;}
.align-middle{vertical-align:middle!important}

.advantage-two{margin-bottom: 25px; padding: 20px; border-radius: 8px; box-sizing: content-box; color: #f29800; box-shadow:0 0 9px 1px rgba(0, 0, 0, 0.2); background-color: white;
text-align: -webkit-auto;
}

.contrib-day, .used-day {
	height: 35px;
	width: 35px;
	border-radius: 50%;
    display: inline-grid;
    color: white;
    text-align: center;
    align-items: center;
}

.contrib-day {background-color: #38b0f5;}
.used-day {background-color: #f29800;}

.no-contrib {
    color: black;
    background-color: #b1b1b1;
}

.dates {
	display: inline-block;
	justify-content: space-between;
	align-items: center;
	margin: 1px;
	font-size: x-small;
	font-weight: bold;
}
.dates::after {
	content: "";
	width: 0;
	height: 35px;
	position: relative;
	top: 0;
	right: 0;
	padding-left: 2px;
}
#activity .table td {
	padding: 0px;
    vertical-align: center;
}
.borderless td, .borderless th {
    border: none;
}

.blink-text
{
    animation:2s blinker linear infinite;
    -webkit-animation:2s blinker linear infinite;
    -moz-animation:2s blinker linear infinite;
}

@-moz-keyframes blinker
{
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
 }


/* css style to display an underline underneath the content when hovered on `a` tag element inside li. Underline is displayed at the bottom of the content with 80% width and positioned center */

nav li a {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

nav li a:hover {
    color: #19a0c2;
}

nav li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #19a0c2;
    transition: all 0.4s;
}

nav li a:hover::before {
    width: 80%;
    left: 10%;
}

.dropdown-menu {
    background-color: #f0f8ff;
}

/* for buttons on the pricing bootstrap 4.3.1 from bootstrap 4.0.css*/
.btn {
    white-space: nowrap;
}