@import url(//fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,700);
:root {
	--blue: #028fdf;
	--indigo: #352e6d;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #f44725;
	--orange: #fc8600;
	--yellow: #ffc107;
	--green: #01cc6b;
	--teal: #20c997;
	--cyan: #17a2b8;
	--navy: #222f4a;
	--white: #fff;
	--gray: #7a7f85;
	--gray-dark: #233851;
	--primary: #028fdf;
	--secondary: #c4cbd8;
	--success: #01cc6b;
	--info: #222f4a;
	--warning: #fc8600;
	--danger: #f44725;
	--light: #f6f9fc;
	--dark: #233851;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: Roboto, Arial, sans-serif;
	--font-family-monospace: "Courier New", monospace
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap !important
	}
	pre,
	blockquote {
		border: 1px solid #7a7f85;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px !important
	}
	.container {
		min-width: 992px !important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid rgba(0, 0, 0, 0.87)
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #c4cbd8 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: Roboto, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.87);
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1rem
}

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

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

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

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

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

dt {
	font-weight: 500
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: 700
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

a:hover {
	color: #026fac;
	text-decoration: none
}

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
samp {
	font-family: "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

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

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.87)
}

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

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

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

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

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

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

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

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.37
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.37
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.37
}

.display-4 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.37
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: .875rem;
	font-weight: 400
}

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

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

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

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

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

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

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

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

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

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

.img-thumbnail {
	padding: 0;
	background-color: #fff;
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: .2rem;
	box-shadow: none;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
	box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 500;
	box-shadow: none
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

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

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100% !important;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.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: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.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 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.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%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8e0f6
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7bc5ee
}

.table-hover .table-primary:hover {
	background-color: #a1d6f3
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #a1d6f3
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #eef0f4
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #e0e4eb
}

.table-hover .table-secondary:hover {
	background-color: #dfe2ea
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #dfe2ea
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #b8f1d6
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #7be4b2
}

.table-hover .table-success:hover {
	background-color: #a3edca
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #a3edca
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #c1c5cc
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #8c93a1
}

.table-hover .table-info:hover {
	background-color: #b3b8c0
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #b3b8c0
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #feddb8
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #fdc07a
}

.table-hover .table-warning:hover {
	background-color: #fed19f
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #fed19f
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #fccbc2
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #f99f8e
}

.table-hover .table-danger:hover {
	background-color: #fbb6aa
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #fbb6aa
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fcfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fafcfd
}

.table-hover .table-light:hover {
	background-color: #e9f0f8
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #e9f0f8
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c1c7ce
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #8d98a5
}

.table-hover .table-dark:hover {
	background-color: #b3bac3
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b3bac3
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.575rem + 2px);
	padding: .6875rem 2.4rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #566c81;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #c4cbd8;
	border-radius: .2rem;
	box-shadow: none;
	transition: border-color ease-in-out 0.15s
}

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

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #566c81;
	background-color: #fff;
	border-color: #028fdf;
	outline: 0;
	box-shadow: none, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

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

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

select.form-control:focus::-ms-value {
	color: #566c81;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

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

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

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

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

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

.form-control-sm {
	height: calc(2.05rem + 2px);
	padding: .5rem 2rem;
	font-size: .875rem;
	line-height: 1.2;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .2rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #8c98a5
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: .25rem
}

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

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

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

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

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #28a745
}

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

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: 2.575rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

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

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

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

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

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545
}

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

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .6875rem 1.4rem;
	font-size: 1rem;
	line-height: 1.2;
	border-radius: .2rem;
	transition: all 0.15s ease-in-out
}

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

.btn:hover {
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65;
	box-shadow: none
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	box-shadow: none
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background: #028fdf;
	border-color: #028fdf;
	cursor: pointer
}

.btn-primary svg {
	fill: #fff;
	transition: all 0.15s ease-in-out
}

.btn-primary:hover {
	color: #fff;
	background: #0282cb;
	border-color: #0282cb
}

.btn-primary:hover svg {
	fill: #fff
}

.btn-primary:focus {
	color: #fff;
	box-shadow: none
}

.btn-primary:focus svg {
	fill: #fff
}

.btn-primary:hover:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #0282cb;
	border-color: #0282cb;
	box-shadow: none
}

.btn-primary:hover:focus svg,
.btn-primary.focus svg {
	fill: #fff
}

.btn-primary.disabled,
.btn-primary:disabled {
	background: #028fdf;
	border-color: #028fdf
}

.btn-primary:hover:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background: #0275b7;
	border-color: #0275b7
}

.btn-primary:hover:active svg,
.btn-primary.active svg,
.show>.btn-primary.dropdown-toggle svg {
	fill: #fff
}

.btn-secondary {
	color: #212529;
	background: #c4cbd8;
	border-color: #c4cbd8;
	cursor: pointer
}

.btn-secondary svg {
	fill: #212529;
	transition: all 0.15s ease-in-out
}

.btn-secondary:hover {
	color: #212529;
	background: #b8c0d0;
	border-color: #b8c0d0
}

.btn-secondary:hover svg {
	fill: #212529
}

.btn-secondary:focus {
	color: #212529;
	box-shadow: none
}

.btn-secondary:focus svg {
	fill: #212529
}

.btn-secondary:hover:focus,
.btn-secondary.focus {
	color: #212529;
	background-color: #b8c0d0;
	border-color: #b8c0d0;
	box-shadow: none
}

.btn-secondary:hover:focus svg,
.btn-secondary.focus svg {
	fill: #212529
}

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

.btn-secondary:hover:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
	color: #212529;
	background: #abb5c8;
	border-color: #abb5c8
}

.btn-secondary:hover:active svg,
.btn-secondary.active svg,
.show>.btn-secondary.dropdown-toggle svg {
	fill: #212529
}

.btn-success {
	color: #fff;
	background: #01cc6b;
	border-color: #01cc6b;
	cursor: pointer
}

.btn-success svg {
	fill: #fff;
	transition: all 0.15s ease-in-out
}

.btn-success:hover {
	color: #fff;
	background: #01b860;
	border-color: #01b860
}

.btn-success:hover svg {
	fill: #fff
}

.btn-success:focus {
	color: #fff;
	box-shadow: none
}

.btn-success:focus svg {
	fill: #fff
}

.btn-success:hover:focus,
.btn-success.focus {
	color: #fff;
	background-color: #01b860;
	border-color: #01b860;
	box-shadow: none
}

.btn-success:hover:focus svg,
.btn-success.focus svg {
	fill: #fff
}

.btn-success.disabled,
.btn-success:disabled {
	background: #01cc6b;
	border-color: #01cc6b
}

.btn-success:hover:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background: #01a356;
	border-color: #01a356
}

.btn-success:hover:active svg,
.btn-success.active svg,
.show>.btn-success.dropdown-toggle svg {
	fill: #fff
}

.btn-info {
	color: #fff;
	background: #222f4a;
	border-color: #222f4a;
	cursor: pointer
}

.btn-info svg {
	fill: #fff;
	transition: all 0.15s ease-in-out
}

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

.btn-info:hover svg {
	fill: #fff
}

.btn-info:focus {
	color: #fff;
	box-shadow: none
}

.btn-info:focus svg {
	fill: #fff
}

.btn-info:hover:focus,
.btn-info.focus {
	color: #fff;
	background-color: #1c263c;
	border-color: #1c263c;
	box-shadow: none
}

.btn-info:hover:focus svg,
.btn-info.focus svg {
	fill: #fff
}

.btn-info.disabled,
.btn-info:disabled {
	background: #222f4a;
	border-color: #222f4a
}

.btn-info:hover:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background: #151d2e;
	border-color: #151d2e
}

.btn-info:hover:active svg,
.btn-info.active svg,
.show>.btn-info.dropdown-toggle svg {
	fill: #fff
}

.btn-warning {
	color: #212529;
	background: #fc8600;
	border-color: #fc8600;
	cursor: pointer
}

.btn-warning svg {
	fill: #212529;
	transition: all 0.15s ease-in-out
}

.btn-warning:hover {
	color: #fff;
	background: #e87b00;
	border-color: #e87b00
}

.btn-warning:hover svg {
	fill: #fff
}

.btn-warning:focus {
	color: #212529;
	box-shadow: none
}

.btn-warning:focus svg {
	fill: #212529
}

.btn-warning:hover:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #e87b00;
	border-color: #e87b00;
	box-shadow: none
}

.btn-warning:hover:focus svg,
.btn-warning.focus svg {
	fill: #fff
}

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

.btn-warning:hover:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background: #d37000;
	border-color: #d37000
}

.btn-warning:hover:active svg,
.btn-warning.active svg,
.show>.btn-warning.dropdown-toggle svg {
	fill: #fff
}

.btn-danger {
	color: #fff;
	background: #f44725;
	border-color: #f44725;
	cursor: pointer
}

.btn-danger svg {
	fill: #fff;
	transition: all 0.15s ease-in-out
}

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

.btn-danger:hover svg {
	fill: #fff
}

.btn-danger:focus {
	color: #fff;
	box-shadow: none
}

.btn-danger:focus svg {
	fill: #fff
}

.btn-danger:hover:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #f33712;
	border-color: #f33712;
	box-shadow: none
}

.btn-danger:hover:focus svg,
.btn-danger.focus svg {
	fill: #fff
}

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

.btn-danger:hover:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background: #e52f0c;
	border-color: #e52f0c
}

.btn-danger:hover:active svg,
.btn-danger.active svg,
.show>.btn-danger.dropdown-toggle svg {
	fill: #fff
}

.btn-light {
	color: #212529;
	background: #f6f9fc;
	border-color: #f6f9fc;
	cursor: pointer
}

.btn-light svg {
	fill: #212529;
	transition: all 0.15s ease-in-out
}

.btn-light:hover {
	color: #212529;
	background: #e7eff7;
	border-color: #e7eff7
}

.btn-light:hover svg {
	fill: #212529
}

.btn-light:focus {
	color: #212529;
	box-shadow: none
}

.btn-light:focus svg {
	fill: #212529
}

.btn-light:hover:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e7eff7;
	border-color: #e7eff7;
	box-shadow: none
}

.btn-light:hover:focus svg,
.btn-light.focus svg {
	fill: #212529
}

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

.btn-light:hover:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background: #d7e5f2;
	border-color: #d7e5f2
}

.btn-light:hover:active svg,
.btn-light.active svg,
.show>.btn-light.dropdown-toggle svg {
	fill: #212529
}

.btn-dark {
	color: #fff;
	background: #233851;
	border-color: #233851;
	cursor: pointer
}

.btn-dark svg {
	fill: #fff;
	transition: all 0.15s ease-in-out
}

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

.btn-dark:hover svg {
	fill: #fff
}

.btn-dark:focus {
	color: #fff;
	box-shadow: none
}

.btn-dark:focus svg {
	fill: #fff
}

.btn-dark:hover:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #1d2e43;
	border-color: #1d2e43;
	box-shadow: none
}

.btn-dark:hover:focus svg,
.btn-dark.focus svg {
	fill: #fff
}

.btn-dark.disabled,
.btn-dark:disabled {
	background: #233851;
	border-color: #233851
}

.btn-dark:hover:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background: #172435;
	border-color: #172435
}

.btn-dark:hover:active svg,
.btn-dark.active svg,
.show>.btn-dark.dropdown-toggle svg {
	fill: #fff
}

.btn-outline-primary {
	color: #028fdf;
	background: "transparent";
	border-color: #028fdf;
	cursor: pointer
}

.btn-outline-primary svg {
	fill: #028fdf;
	transition: all 0.15s ease-in-out
}

.btn-outline-primary:hover {
	color: #027fc6;
	background: "transparent";
	border-color: #027fc6
}

.btn-outline-primary:hover svg {
	fill: #027fc6
}

.btn-outline-primary:focus {
	color: #028fdf;
	box-shadow: none
}

.btn-outline-primary:focus svg {
	fill: #028fdf
}

.btn-outline-primary:hover:focus,
.btn-outline-primary.focus {
	color: #027fc6;
	background-color: "transparent";
	border-color: #027fc6;
	box-shadow: none
}

.btn-outline-primary:hover:focus svg,
.btn-outline-primary.focus svg {
	fill: #027fc6
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	background: "transparent";
	border-color: #028fdf
}

.btn-outline-primary:hover:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #026fac;
	background: "transparent";
	border-color: #026fac
}

.btn-outline-primary:hover:active svg,
.btn-outline-primary.active svg,
.show>.btn-outline-primary.dropdown-toggle svg {
	fill: #026fac
}

.btn-outline-secondary {
	color: #c4cbd8;
	background: "transparent";
	border-color: #c4cbd8;
	cursor: pointer
}

.btn-outline-secondary svg {
	fill: #c4cbd8;
	transition: all 0.15s ease-in-out
}

.btn-outline-secondary:hover {
	color: #b5bdce;
	background: "transparent";
	border-color: #b5bdce
}

.btn-outline-secondary:hover svg {
	fill: #b5bdce
}

.btn-outline-secondary:focus {
	color: #c4cbd8;
	box-shadow: none
}

.btn-outline-secondary:focus svg {
	fill: #c4cbd8
}

.btn-outline-secondary:hover:focus,
.btn-outline-secondary.focus {
	color: #b5bdce;
	background-color: "transparent";
	border-color: #b5bdce;
	box-shadow: none
}

.btn-outline-secondary:hover:focus svg,
.btn-outline-secondary.focus svg {
	fill: #b5bdce
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	background: "transparent";
	border-color: #c4cbd8
}

.btn-outline-secondary:hover:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #a5b0c4;
	background: "transparent";
	border-color: #a5b0c4
}

.btn-outline-secondary:hover:active svg,
.btn-outline-secondary.active svg,
.show>.btn-outline-secondary.dropdown-toggle svg {
	fill: #a5b0c4
}

.btn-outline-success {
	color: #01cc6b;
	background: "transparent";
	border-color: #01cc6b;
	cursor: pointer
}

.btn-outline-success svg {
	fill: #01cc6b;
	transition: all 0.15s ease-in-out
}

.btn-outline-success:hover {
	color: #01b35e;
	background: "transparent";
	border-color: #01b35e
}

.btn-outline-success:hover svg {
	fill: #01b35e
}

.btn-outline-success:focus {
	color: #01cc6b;
	box-shadow: none
}

.btn-outline-success:focus svg {
	fill: #01cc6b
}

.btn-outline-success:hover:focus,
.btn-outline-success.focus {
	color: #01b35e;
	background-color: "transparent";
	border-color: #01b35e;
	box-shadow: none
}

.btn-outline-success:hover:focus svg,
.btn-outline-success.focus svg {
	fill: #01b35e
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	background: "transparent";
	border-color: #01cc6b
}

.btn-outline-success:hover:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
	color: #019950;
	background: "transparent";
	border-color: #019950
}

.btn-outline-success:hover:active svg,
.btn-outline-success.active svg,
.show>.btn-outline-success.dropdown-toggle svg {
	fill: #019950
}

.btn-outline-info {
	color: #222f4a;
	background: "transparent";
	border-color: #222f4a;
	cursor: pointer
}

.btn-outline-info svg {
	fill: #222f4a;
	transition: all 0.15s ease-in-out
}

.btn-outline-info:hover {
	color: #1a2439;
	background: "transparent";
	border-color: #1a2439
}

.btn-outline-info:hover svg {
	fill: #1a2439
}

.btn-outline-info:focus {
	color: #222f4a;
	box-shadow: none
}

.btn-outline-info:focus svg {
	fill: #222f4a
}

.btn-outline-info:hover:focus,
.btn-outline-info.focus {
	color: #1a2439;
	background-color: "transparent";
	border-color: #1a2439;
	box-shadow: none
}

.btn-outline-info:hover:focus svg,
.btn-outline-info.focus svg {
	fill: #1a2439
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background: "transparent";
	border-color: #222f4a
}

.btn-outline-info:hover:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
	color: #121927;
	background: "transparent";
	border-color: #121927
}

.btn-outline-info:hover:active svg,
.btn-outline-info.active svg,
.show>.btn-outline-info.dropdown-toggle svg {
	fill: #121927
}

.btn-outline-warning {
	color: #fc8600;
	background: "transparent";
	border-color: #fc8600;
	cursor: pointer
}

.btn-outline-warning svg {
	fill: #fc8600;
	transition: all 0.15s ease-in-out
}

.btn-outline-warning:hover {
	color: #e37800;
	background: "transparent";
	border-color: #e37800
}

.btn-outline-warning:hover svg {
	fill: #e37800
}

.btn-outline-warning:focus {
	color: #fc8600;
	box-shadow: none
}

.btn-outline-warning:focus svg {
	fill: #fc8600
}

.btn-outline-warning:hover:focus,
.btn-outline-warning.focus {
	color: #e37800;
	background-color: "transparent";
	border-color: #e37800;
	box-shadow: none
}

.btn-outline-warning:hover:focus svg,
.btn-outline-warning.focus svg {
	fill: #e37800
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background: "transparent";
	border-color: #fc8600
}

.btn-outline-warning:hover:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #c96b00;
	background: "transparent";
	border-color: #c96b00
}

.btn-outline-warning:hover:active svg,
.btn-outline-warning.active svg,
.show>.btn-outline-warning.dropdown-toggle svg {
	fill: #c96b00
}

.btn-outline-danger {
	color: #f44725;
	background: "transparent";
	border-color: #f44725;
	cursor: pointer
}

.btn-outline-danger svg {
	fill: #f44725;
	transition: all 0.15s ease-in-out
}

.btn-outline-danger:hover {
	color: #f3330d;
	background: "transparent";
	border-color: #f3330d
}

.btn-outline-danger:hover svg {
	fill: #f3330d
}

.btn-outline-danger:focus {
	color: #f44725;
	box-shadow: none
}

.btn-outline-danger:focus svg {
	fill: #f44725
}

.btn-outline-danger:hover:focus,
.btn-outline-danger.focus {
	color: #f3330d;
	background-color: "transparent";
	border-color: #f3330d;
	box-shadow: none
}

.btn-outline-danger:hover:focus svg,
.btn-outline-danger.focus svg {
	fill: #f3330d
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background: "transparent";
	border-color: #f44725
}

.btn-outline-danger:hover:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #db2d0b;
	background: "transparent";
	border-color: #db2d0b
}

.btn-outline-danger:hover:active svg,
.btn-outline-danger.active svg,
.show>.btn-outline-danger.dropdown-toggle svg {
	fill: #db2d0b
}

.btn-outline-light {
	color: #f6f9fc;
	background: "transparent";
	border-color: #f6f9fc;
	cursor: pointer
}

.btn-outline-light svg {
	fill: #f6f9fc;
	transition: all 0.15s ease-in-out
}

.btn-outline-light:hover {
	color: #e3ecf6;
	background: "transparent";
	border-color: #e3ecf6
}

.btn-outline-light:hover svg {
	fill: #e3ecf6
}

.btn-outline-light:focus {
	color: #f6f9fc;
	box-shadow: none
}

.btn-outline-light:focus svg {
	fill: #f6f9fc
}

.btn-outline-light:hover:focus,
.btn-outline-light.focus {
	color: #e3ecf6;
	background-color: "transparent";
	border-color: #e3ecf6;
	box-shadow: none
}

.btn-outline-light:hover:focus svg,
.btn-outline-light.focus svg {
	fill: #e3ecf6
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	background: "transparent";
	border-color: #f6f9fc
}

.btn-outline-light:hover:active,
.btn-outline-light.active,
.show>.btn-outline-light.dropdown-toggle {
	color: #d0e0ef;
	background: "transparent";
	border-color: #d0e0ef
}

.btn-outline-light:hover:active svg,
.btn-outline-light.active svg,
.show>.btn-outline-light.dropdown-toggle svg {
	fill: #d0e0ef
}

.btn-outline-dark {
	color: #233851;
	background: "transparent";
	border-color: #233851;
	cursor: pointer
}

.btn-outline-dark svg {
	fill: #233851;
	transition: all 0.15s ease-in-out
}

.btn-outline-dark:hover {
	color: #1b2c3f;
	background: "transparent";
	border-color: #1b2c3f
}

.btn-outline-dark:hover svg {
	fill: #1b2c3f
}

.btn-outline-dark:focus {
	color: #233851;
	box-shadow: none
}

.btn-outline-dark:focus svg {
	fill: #233851
}

.btn-outline-dark:hover:focus,
.btn-outline-dark.focus {
	color: #1b2c3f;
	background-color: "transparent";
	border-color: #1b2c3f;
	box-shadow: none
}

.btn-outline-dark:hover:focus svg,
.btn-outline-dark.focus svg {
	fill: #1b2c3f
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	background: "transparent";
	border-color: #233851
}

.btn-outline-dark:hover:active,
.btn-outline-dark.active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #141f2d;
	background: "transparent";
	border-color: #141f2d
}

.btn-outline-dark:hover:active svg,
.btn-outline-dark.active svg,
.show>.btn-outline-dark.dropdown-toggle svg {
	fill: #141f2d
}

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

.btn-link:hover {
	color: #026fac;
	text-decoration: none
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #5cb7eb;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .5rem 2rem;
	font-size: .8888rem;
	line-height: 1.2;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none
	}
}

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

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

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 12rem;
	padding: .6875rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #fff;
	border-radius: .25rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175)
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e5e9f0
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #566c81;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #222f4a;
	text-decoration: none;
	background-color: #f6f9fc
}

.dropdown-item.active,
.dropdown-item:active {
	color: #222f4a;
	text-decoration: none;
	background-color: #f6f9fc
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #8c98a5;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .6875rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #8c98a5;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #566c81
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: 1.8rem;
	padding-left: 1.8rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
	box-shadow: none
}

.btn-group.show .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

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

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

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

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: flex
}

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

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

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .6875rem 2.4rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .2rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(2.875rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(2.05rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: .5rem 2rem;
	font-size: .875rem;
	line-height: 1.2;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 2rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.6rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
	box-shadow: none
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
	box-shadow: none
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .3rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.custom-control-label::after {
	position: absolute;
	top: .3rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .2rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
	box-shadow: none
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: calc(.3rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.575rem + 2px);
	padding: .6875rem 2rem .6875rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #566c81;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #c4cbd8;
	border-radius: .2rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	appearance: none
}

.custom-select:focus {
	border-color: #028fdf;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), none
}

.custom-select:focus::-ms-value {
	color: #566c81;
	background-color: #fff
}

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

.custom-select:disabled {
	color: #7a7f85;
	background-color: #fff
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .2rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .2rem .2rem 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	appearance: none
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

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

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

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

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

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

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

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

.nav-link {
	display: block;
	padding: .6rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #8c98a5;
	pointer-events: none;
	cursor: default
}

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

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #8c98a5;
	background-color: transparent;
	border-color: transparent
}

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

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

.nav-pills .nav-link {
	border-radius: .2rem
}

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

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

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

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

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .45rem 0
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

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

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .6rem;
	padding-bottom: .6rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: 0 12px;
	font-size: 1.33333rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .2rem
}

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

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

@media (max-width: 575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .875rem;
		padding-left: .875rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .875rem;
		padding-left: .875rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .875rem;
		padding-left: .875rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .875rem;
		padding-left: .875rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

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

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

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

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

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #028fdf
}

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

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #026fac
}

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

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.87)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 10.5h20M6 16.5h20M6 22.5h20'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.87)
}

.navbar-light .navbar-text a {
	color: #026fac
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: #026fac
}

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 10.5h20M6 16.5h20M6 22.5h20'/%3E%3C/svg%3E")
}

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

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

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

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: .2rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: 1.25rem
}

.card-subtitle {
	margin-top: -.625rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: 1.25rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 0 solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
	border-radius: calc(.2rem - 0) calc(.2rem - 0) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: 1.25rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 0 solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.2rem - 0) calc(.2rem - 0)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -1.25rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.2rem - 0)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.2rem - 0);
	border-top-right-radius: calc(.2rem - 0)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.2rem - 0);
	border-bottom-left-radius: calc(.2rem - 0)
}

.card-deck {
	display: flex;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: flex;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-group {
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: 1.25rem
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 4;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: 0
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .2rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #028fdf;
	background-color: #fff;
	border: 1px solid #ddd
}

.page-link:hover {
	z-index: 2;
	color: #026fac;
	text-decoration: none;
	background-color: #e5e9f0;
	border-color: #ddd
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none
}

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

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

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #028fdf;
	border-color: #028fdf
}

.page-item.disabled .page-link {
	color: #7a7f85;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #ddd
}

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

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

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

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

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

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

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .2rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none
}

.badge:empty {
	display: none
}

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

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #028fdf
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #026fac
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(2, 143, 223, 0.5)
}

.badge-secondary {
	color: #212529;
	background-color: #c4cbd8
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #212529;
	background-color: #a5b0c4
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(196, 203, 216, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #01cc6b
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #019950
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(1, 204, 107, 0.5)
}

.badge-info {
	color: #fff;
	background-color: #222f4a
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #121927
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(34, 47, 74, 0.5)
}

.badge-warning {
	color: #212529;
	background-color: #fc8600
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #c96b00
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(252, 134, 0, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #f44725
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #db2d0b
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(244, 71, 37, 0.5)
}

.badge-light {
	color: #212529;
	background-color: #f6f9fc
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #d0e0ef
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(246, 249, 252, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #233851
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #141f2d
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(35, 56, 81, 0.5)
}

.jumbotron {
	padding: 0 0;
	margin-bottom: 0;
	background-color: #028fdf;
	border-radius: .2rem
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 0 0
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .2rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3.7rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: rgba(1, 84, 130, 0.9376);
	background-color: #cce9f9;
	border-color: #b8e0f6
}

.alert-primary hr {
	border-top-color: #a1d6f3
}

.alert-primary .alert-link {
	color: rgba(1, 51, 79, 0.9376)
}

.alert-secondary {
	color: rgba(115, 119, 126, 0.9376);
	background-color: #f3f5f7;
	border-color: #eef0f4
}

.alert-secondary hr {
	border-top-color: #dfe2ea
}

.alert-secondary .alert-link {
	color: rgba(91, 94, 99, 0.9376)
}

.alert-success {
	color: rgba(1, 119, 63, 0.9376);
	background-color: #ccf5e1;
	border-color: #b8f1d6
}

.alert-success hr {
	border-top-color: #a3edca
}

.alert-success .alert-link {
	color: rgba(1, 68, 36, 0.9376)
}

.alert-info {
	color: rgba(20, 27, 43, 0.9376);
	background-color: #d3d5db;
	border-color: #c1c5cc
}

.alert-info hr {
	border-top-color: #b3b8c0
}

.alert-info .alert-link {
	color: rgba(4, 5, 8, 0.9376)
}

.alert-warning {
	color: rgba(147, 78, 0, 0.9376);
	background-color: #fee7cc;
	border-color: #feddb8
}

.alert-warning hr {
	border-top-color: #fed19f
}

.alert-warning .alert-link {
	color: rgba(96, 51, 0, 0.9376)
}

.alert-danger {
	color: rgba(143, 42, 22, 0.9376);
	background-color: #fddad3;
	border-color: #fccbc2
}

.alert-danger hr {
	border-top-color: #fbb6aa
}

.alert-danger .alert-link {
	color: rgba(99, 29, 15, 0.9376)
}

.alert-light {
	color: rgba(144, 146, 147, 0.9376);
	background-color: #fdfefe;
	border-color: #fcfdfe
}

.alert-light hr {
	border-top-color: #e9f0f8
}

.alert-light .alert-link {
	color: rgba(118, 121, 122, 0.9376)
}

.alert-dark {
	color: rgba(20, 33, 47, 0.9376);
	background-color: #d3d7dc;
	border-color: #c1c7ce
}

.alert-dark hr {
	border-top-color: #b3bac3
}

.alert-dark .alert-link {
	color: rgba(5, 8, 11, 0.9376)
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .2rem;
	box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1)
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

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

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

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

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

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

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

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

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

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

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

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .2rem;
		border-bottom-right-radius: .2rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .2rem;
		border-bottom-right-radius: .2rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .2rem;
		border-bottom-right-radius: .2rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .2rem;
		border-bottom-right-radius: .2rem;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: rgba(1, 84, 130, 0.9376);
	background-color: #b8e0f6
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: rgba(1, 84, 130, 0.9376);
	background-color: #a1d6f3
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: rgba(1, 84, 130, 0.9376);
	border-color: rgba(1, 84, 130, 0.9376)
}

.list-group-item-secondary {
	color: rgba(115, 119, 126, 0.9376);
	background-color: #eef0f4
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: rgba(115, 119, 126, 0.9376);
	background-color: #dfe2ea
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: rgba(115, 119, 126, 0.9376);
	border-color: rgba(115, 119, 126, 0.9376)
}

.list-group-item-success {
	color: rgba(1, 119, 63, 0.9376);
	background-color: #b8f1d6
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: rgba(1, 119, 63, 0.9376);
	background-color: #a3edca
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: rgba(1, 119, 63, 0.9376);
	border-color: rgba(1, 119, 63, 0.9376)
}

.list-group-item-info {
	color: rgba(20, 27, 43, 0.9376);
	background-color: #c1c5cc
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: rgba(20, 27, 43, 0.9376);
	background-color: #b3b8c0
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: rgba(20, 27, 43, 0.9376);
	border-color: rgba(20, 27, 43, 0.9376)
}

.list-group-item-warning {
	color: rgba(147, 78, 0, 0.9376);
	background-color: #feddb8
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: rgba(147, 78, 0, 0.9376);
	background-color: #fed19f
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: rgba(147, 78, 0, 0.9376);
	border-color: rgba(147, 78, 0, 0.9376)
}

.list-group-item-danger {
	color: rgba(143, 42, 22, 0.9376);
	background-color: #fccbc2
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: rgba(143, 42, 22, 0.9376);
	background-color: #fbb6aa
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: rgba(143, 42, 22, 0.9376);
	border-color: rgba(143, 42, 22, 0.9376)
}

.list-group-item-light {
	color: rgba(144, 146, 147, 0.9376);
	background-color: #fcfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: rgba(144, 146, 147, 0.9376);
	background-color: #e9f0f8
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: rgba(144, 146, 147, 0.9376);
	border-color: rgba(144, 146, 147, 0.9376)
}

.list-group-item-dark {
	color: rgba(20, 33, 47, 0.9376);
	background-color: #c1c7ce
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: rgba(20, 33, 47, 0.9376);
	background-color: #b3bac3
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: rgba(20, 33, 47, 0.9376);
	border-color: rgba(20, 33, 47, 0.9376)
}

.close {
	float: right;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1;
	color: #e5e9f0;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #e5e9f0;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.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 {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #4e5565;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, 0.2);
	border-radius: .2rem;
	box-shadow: none;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
	.modal-content {
		box-shadow: none
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 3px;
	font-family: Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: 1
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 5px 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 5px 2.5px 0;
	border-top-color: #566c81
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 5px
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 5px;
	height: 5px
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 2.5px 5px 2.5px 0;
	border-right-color: #566c81
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 5px 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 2.5px 5px;
	border-bottom-color: #566c81
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 5px
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 5px;
	height: 5px
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 2.5px 0 2.5px 5px;
	border-left-color: #566c81
}

.tooltip-inner {
	max-width: 300px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #566c81;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 356px;
	font-family: Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: .3rem;
	box-shadow: 0 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2)
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1.5rem;
	height: .8rem;
	margin: 0 .2rem
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: .8rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
	bottom: calc((.8rem + 1px) * -1)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
	bottom: 0;
	border-width: .8rem .75rem 0;
	border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
	bottom: 1px;
	border-width: .8rem .75rem 0;
	border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: .8rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
	left: calc((.8rem + 1px) * -1);
	width: .8rem;
	height: 1.5rem;
	margin: .2rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
	left: 0;
	border-width: .75rem .8rem .75rem 0;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
	left: 1px;
	border-width: .75rem .8rem .75rem 0;
	border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: .8rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
	top: calc((.8rem + 1px) * -1)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
	top: 0;
	border-width: 0 .75rem .8rem .75rem;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
	top: 1px;
	border-width: 0 .75rem .8rem .75rem;
	border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1.5rem;
	margin-left: -.75rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: .8rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
	right: calc((.8rem + 1px) * -1);
	width: .8rem;
	height: 1.5rem;
	margin: .2rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
	right: 0;
	border-width: .75rem 0 .75rem .8rem;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
	right: 1px;
	border-width: .75rem 0 .75rem .8rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.87);
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.2rem - 1px);
	border-top-right-radius: calc(.2rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
	opacity: .5;
	transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0.87)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0.87)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #8c98a5;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

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

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

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

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

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

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

.bg-primary {
	background-color: #028fdf !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #026fac !important
}

.bg-secondary {
	background-color: #c4cbd8 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #a5b0c4 !important
}

.bg-success {
	background-color: #01cc6b !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #019950 !important
}

.bg-info {
	background-color: #222f4a !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #121927 !important
}

.bg-warning {
	background-color: #fc8600 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #c96b00 !important
}

.bg-danger {
	background-color: #f44725 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #db2d0b !important
}

.bg-light {
	background-color: #f6f9fc !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #d0e0ef !important
}

.bg-dark {
	background-color: #233851 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #141f2d !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

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

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

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

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

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

.border-0 {
	border: 0 !important
}

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

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

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

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

.border-primary {
	border-color: #028fdf !important
}

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

.border-success {
	border-color: #01cc6b !important
}

.border-info {
	border-color: #222f4a !important
}

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

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

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

.border-dark {
	border-color: #233851 !important
}

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

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .2rem !important
}

.rounded-top {
	border-top-left-radius: .2rem !important;
	border-top-right-radius: .2rem !important
}

.rounded-right {
	border-top-right-radius: .2rem !important;
	border-bottom-right-radius: .2rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .2rem !important;
	border-bottom-left-radius: .2rem !important
}

.rounded-left {
	border-top-left-radius: .2rem !important;
	border-bottom-left-radius: .2rem !important
}

.rounded-lg {
	border-radius: .2rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

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

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

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

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

.d-flex {
	display: flex !important
}

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: flex !important
	}
	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: flex !important
	}
	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: flex !important
	}
	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: flex !important
	}
	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	.d-print-inline {
		display: inline !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-table {
		display: table !important
	}
	.d-print-table-row {
		display: table-row !important
	}
	.d-print-table-cell {
		display: table-cell !important
	}
	.d-print-flex {
		display: flex !important
	}
	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

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

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

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

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

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

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

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

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}
	.flex-sm-column {
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-sm-fill {
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		justify-content: center !important
	}
	.justify-content-sm-between {
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		justify-content: space-around !important
	}
	.align-items-sm-start {
		align-items: flex-start !important
	}
	.align-items-sm-end {
		align-items: flex-end !important
	}
	.align-items-sm-center {
		align-items: center !important
	}
	.align-items-sm-baseline {
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		align-items: stretch !important
	}
	.align-content-sm-start {
		align-content: flex-start !important
	}
	.align-content-sm-end {
		align-content: flex-end !important
	}
	.align-content-sm-center {
		align-content: center !important
	}
	.align-content-sm-between {
		align-content: space-between !important
	}
	.align-content-sm-around {
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		align-content: stretch !important
	}
	.align-self-sm-auto {
		align-self: auto !important
	}
	.align-self-sm-start {
		align-self: flex-start !important
	}
	.align-self-sm-end {
		align-self: flex-end !important
	}
	.align-self-sm-center {
		align-self: center !important
	}
	.align-self-sm-baseline {
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}
	.flex-md-column {
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-md-fill {
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		justify-content: center !important
	}
	.justify-content-md-between {
		justify-content: space-between !important
	}
	.justify-content-md-around {
		justify-content: space-around !important
	}
	.align-items-md-start {
		align-items: flex-start !important
	}
	.align-items-md-end {
		align-items: flex-end !important
	}
	.align-items-md-center {
		align-items: center !important
	}
	.align-items-md-baseline {
		align-items: baseline !important
	}
	.align-items-md-stretch {
		align-items: stretch !important
	}
	.align-content-md-start {
		align-content: flex-start !important
	}
	.align-content-md-end {
		align-content: flex-end !important
	}
	.align-content-md-center {
		align-content: center !important
	}
	.align-content-md-between {
		align-content: space-between !important
	}
	.align-content-md-around {
		align-content: space-around !important
	}
	.align-content-md-stretch {
		align-content: stretch !important
	}
	.align-self-md-auto {
		align-self: auto !important
	}
	.align-self-md-start {
		align-self: flex-start !important
	}
	.align-self-md-end {
		align-self: flex-end !important
	}
	.align-self-md-center {
		align-self: center !important
	}
	.align-self-md-baseline {
		align-self: baseline !important
	}
	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}
	.flex-lg-column {
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-lg-fill {
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		justify-content: center !important
	}
	.justify-content-lg-between {
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		justify-content: space-around !important
	}
	.align-items-lg-start {
		align-items: flex-start !important
	}
	.align-items-lg-end {
		align-items: flex-end !important
	}
	.align-items-lg-center {
		align-items: center !important
	}
	.align-items-lg-baseline {
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		align-items: stretch !important
	}
	.align-content-lg-start {
		align-content: flex-start !important
	}
	.align-content-lg-end {
		align-content: flex-end !important
	}
	.align-content-lg-center {
		align-content: center !important
	}
	.align-content-lg-between {
		align-content: space-between !important
	}
	.align-content-lg-around {
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		align-content: stretch !important
	}
	.align-self-lg-auto {
		align-self: auto !important
	}
	.align-self-lg-start {
		align-self: flex-start !important
	}
	.align-self-lg-end {
		align-self: flex-end !important
	}
	.align-self-lg-center {
		align-self: center !important
	}
	.align-self-lg-baseline {
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}
	.flex-xl-column {
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-xl-fill {
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		justify-content: center !important
	}
	.justify-content-xl-between {
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		justify-content: space-around !important
	}
	.align-items-xl-start {
		align-items: flex-start !important
	}
	.align-items-xl-end {
		align-items: flex-end !important
	}
	.align-items-xl-center {
		align-items: center !important
	}
	.align-items-xl-baseline {
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		align-items: stretch !important
	}
	.align-content-xl-start {
		align-content: flex-start !important
	}
	.align-content-xl-end {
		align-content: flex-end !important
	}
	.align-content-xl-center {
		align-content: center !important
	}
	.align-content-xl-between {
		align-content: space-between !important
	}
	.align-content-xl-around {
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		align-content: stretch !important
	}
	.align-self-xl-auto {
		align-self: auto !important
	}
	.align-self-xl-start {
		align-self: flex-start !important
	}
	.align-self-xl-end {
		align-self: flex-end !important
	}
	.align-self-xl-center {
		align-self: center !important
	}
	.align-self-xl-baseline {
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

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

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

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

.shadow {
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important
}

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

.shadow-none {
	box-shadow: none !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
}

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

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

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

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

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

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

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

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

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

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

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

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

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

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

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

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

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

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

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

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

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

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

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

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

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

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

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

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

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

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

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

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

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

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

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

.pt-4,
.py-4 {
	padding-top: 3rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 0.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

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

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

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

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

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

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

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

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

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

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

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

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

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

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}
	.m-sm-n1 {
		margin: -.25rem !important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}
	.m-sm-n2 {
		margin: -.5rem !important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}
	.m-sm-n3 {
		margin: -1rem !important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}
	.m-sm-n4 {
		margin: -1.5rem !important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}
	.m-sm-n5 {
		margin: -3rem !important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}
	.m-md-n1 {
		margin: -.25rem !important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}
	.m-md-n2 {
		margin: -.5rem !important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}
	.m-md-n3 {
		margin: -1rem !important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}
	.m-md-n4 {
		margin: -1.5rem !important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}
	.m-md-n5 {
		margin: -3rem !important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}
	.m-lg-n1 {
		margin: -.25rem !important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}
	.m-lg-n2 {
		margin: -.5rem !important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}
	.m-lg-n3 {
		margin: -1rem !important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}
	.m-lg-n4 {
		margin: -1.5rem !important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}
	.m-lg-n5 {
		margin: -3rem !important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}
	.m-xl-n1 {
		margin: -.25rem !important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}
	.m-xl-n2 {
		margin: -.5rem !important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}
	.m-xl-n3 {
		margin: -1rem !important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}
	.m-xl-n4 {
		margin: -1.5rem !important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}
	.m-xl-n5 {
		margin: -3rem !important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: "Courier New", monospace !important
}

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

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

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

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

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

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

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important
	}
	.text-sm-right {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important
	}
	.text-lg-right {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

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

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

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

.font-weight-bold {
	font-weight: 500 !important
}

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

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

.text-white {
	color: #fff !important;
	font-size:36px
}

.text-primary {
	color: #028fdf !important
}

.text-primary svg {
	fill: #028fdf
}

a.text-primary:hover,
a.text-primary:focus {
	color: #026fac !important
}

a.text-primary:hover svg,
a.text-primary:focus svg {
	fill: #026fac
}

.text-secondary {
	color: #c4cbd8 !important
}

.text-secondary svg {
	fill: #c4cbd8
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #a5b0c4 !important
}

a.text-secondary:hover svg,
a.text-secondary:focus svg {
	fill: #a5b0c4
}

.text-success {
	color: #01cc6b !important
}

.text-success svg {
	fill: #01cc6b
}

a.text-success:hover,
a.text-success:focus {
	color: #019950 !important
}

a.text-success:hover svg,
a.text-success:focus svg {
	fill: #019950
}

.text-info {
	color: #222f4a !important
}

.text-info svg {
	fill: #222f4a
}

a.text-info:hover,
a.text-info:focus {
	color: #121927 !important
}

a.text-info:hover svg,
a.text-info:focus svg {
	fill: #121927
}

.text-warning {
	color: #fc8600 !important
}

.text-warning svg {
	fill: #fc8600
}

a.text-warning:hover,
a.text-warning:focus {
	color: #c96b00 !important
}

a.text-warning:hover svg,
a.text-warning:focus svg {
	fill: #c96b00
}

.text-danger {
	color: #f44725 !important
}

.text-danger svg {
	fill: #f44725
}

a.text-danger:hover,
a.text-danger:focus {
	color: #db2d0b !important
}

a.text-danger:hover svg,
a.text-danger:focus svg {
	fill: #db2d0b
}

.text-light {
	color: #f6f9fc !important
}

.text-light svg {
	fill: #f6f9fc
}

a.text-light:hover,
a.text-light:focus {
	color: #d0e0ef !important
}

a.text-light:hover svg,
a.text-light:focus svg {
	fill: #d0e0ef
}

.text-dark {
	color: #233851 !important
}

.text-dark svg {
	fill: #233851
}

a.text-dark:hover,
a.text-dark:focus {
	color: #141f2d !important
}

a.text-dark:hover svg,
a.text-dark:focus svg {
	fill: #141f2d
}

.text-body {
	color: rgba(0, 0, 0, 0.87) !important
}

.text-muted {
	color: #8c98a5 !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

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

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

html {
	height: 100%;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

@media (min-width: 768px) {
	html {
		font-size: 18px
	}
	h1,
	.h1 {
		font-size: 2.6rem
	}
	h2,
	.h2 {
		font-size: 1.75rem
	}
	h3,
	.h3 {
		font-size: 1.25rem
	}
	h4,
	.h4 {
		font-size: 1.125rem
	}
}

.smaller {
	font-size: 0.7rem
}

.text-medium {
	font-size: 0.8rem
}

.light-opacity {
	opacity: 0.8
}

.big-line-height {
	line-height: 1.38
}

.lighten-opacity {
	opacity: 0.6
}

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

.page-wrap {
	min-height: 100%;
	margin-bottom: -92px
}

.page-wrap:after {
	content: "";
	display: block;
	height: 92px
}

.btn {
	font-family: Roboto, Arial, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1px
}

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

.btn:focus {
	box-shadow: none
}

.btn.pigment-color:hover {
	color: #fff
}

.btn.btn-outline-primary {
	background-color: transparent
}

.btn-blank {
	color: #8c98a5;
	background: #fff;
	border-color: #fff;
	cursor: pointer
}

.btn-blank svg {
	fill: #8c98a5;
	transition: all 0.15s ease-in-out
}

.btn-blank:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1)
}

.btn-blank:hover svg {
	fill: #fff
}

.btn-blank:focus {
	color: #8c98a5;
	box-shadow: none
}

.btn-blank:focus svg {
	fill: #8c98a5
}

.btn-blank:hover:focus,
.btn-blank.focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none
}

.btn-blank:hover:focus svg,
.btn-blank.focus svg {
	fill: #fff
}

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

.btn-blank:hover:active,
.btn-blank.active,
.show>.btn-blank.dropdown-toggle {
	color: #fff;
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.2)
}

.btn-blank:hover:active svg,
.btn-blank.active svg,
.show>.btn-blank.dropdown-toggle svg {
	fill: #fff
}

.btn-light {
	color: #028fdf;
	background: #f6f9fc;
	border-color: #f6f9fc;
	cursor: pointer
}

.btn-light svg {
	fill: #028fdf;
	transition: all 0.15s ease-in-out
}

.btn-light:hover {
	color: #028fdf;
	background: #e7eff7;
	border-color: #e7eff7
}

.btn-light:hover svg {
	fill: #028fdf
}

.btn-light:focus {
	color: #028fdf;
	box-shadow: none
}

.btn-light:focus svg {
	fill: #028fdf
}

.btn-light:hover:focus,
.btn-light.focus {
	color: #028fdf;
	background-color: #e7eff7;
	border-color: #e7eff7;
	box-shadow: none
}

.btn-light:hover:focus svg,
.btn-light.focus svg {
	fill: #028fdf
}

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

.btn-light:hover:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
	color: #028fdf;
	background: #d7e5f2;
	border-color: #d7e5f2
}

.btn-light:hover:active svg,
.btn-light.active svg,
.show>.btn-light.dropdown-toggle svg {
	fill: #028fdf
}

.btn-outline-blank {
	color: #fff;
	background: rgba(0, 0, 0, 0);
	border-color: #fff;
	cursor: pointer
}

.btn-outline-blank svg {
	fill: #fff;
	transition: all 0.15s ease-in-out
}

.btn-outline-blank:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1)
}

.btn-outline-blank:hover svg {
	fill: #fff
}

.btn-outline-blank:focus {
	color: #fff;
	box-shadow: none
}

.btn-outline-blank:focus svg {
	fill: #fff
}

.btn-outline-blank:hover:focus,
.btn-outline-blank.focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none
}

.btn-outline-blank:hover:focus svg,
.btn-outline-blank.focus svg {
	fill: #fff
}

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

.btn-outline-blank:hover:active,
.btn-outline-blank.active,
.show>.btn-outline-blank.dropdown-toggle {
	color: #fff;
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.2)
}

.btn-outline-blank:hover:active svg,
.btn-outline-blank.active svg,
.show>.btn-outline-blank.dropdown-toggle svg {
	fill: #fff
}

.btn-outline-dark {
	color: #7a7f85;
	background: rgba(0, 0, 0, 0);
	border-color: #7a7f85;
	cursor: pointer
}

.btn-outline-dark svg {
	fill: #7a7f85;
	transition: all 0.15s ease-in-out
}

.btn-outline-dark:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1)
}

.btn-outline-dark:hover svg {
	fill: #fff
}

.btn-outline-dark:focus {
	color: #7a7f85;
	box-shadow: none
}

.btn-outline-dark:focus svg {
	fill: #7a7f85
}

.btn-outline-dark:hover:focus,
.btn-outline-dark.focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none
}

.btn-outline-dark:hover:focus svg,
.btn-outline-dark.focus svg {
	fill: #fff
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	background: rgba(0, 0, 0, 0);
	border-color: #7a7f85
}

.btn-outline-dark:hover:active,
.btn-outline-dark.active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.2)
}

.btn-outline-dark:hover:active svg,
.btn-outline-dark.active svg,
.show>.btn-outline-dark.dropdown-toggle svg {
	fill: #fff
}

.btn-social {
	position: relative;
	padding-left: 44px;
	padding-right: 0
}

.btn-social:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 100%
}

.btn-social.btn-facebook {
	color: #324d8f;
	background: rgba(0, 0, 0, 0);
	border-color: #324d8f;
	cursor: pointer
}

.btn-social.btn-facebook svg {
	fill: #324d8f;
	transition: all 0.15s ease-in-out
}

.btn-social.btn-facebook:hover {
	color: #324d8f;
	background: rgba(50, 77, 143, 0.2);
	border-color: #324d8f
}

.btn-social.btn-facebook:hover svg {
	fill: #324d8f
}

.btn-social.btn-facebook:focus {
	color: #324d8f;
	box-shadow: none
}

.btn-social.btn-facebook:focus svg {
	fill: #324d8f
}

.btn-social.btn-facebook:hover:focus,
.btn-social.btn-facebook.focus {
	color: #324d8f;
	background-color: rgba(50, 77, 143, 0.2);
	border-color: #324d8f;
	box-shadow: none
}

.btn-social.btn-facebook:hover:focus svg,
.btn-social.btn-facebook.focus svg {
	fill: #324d8f
}

.btn-social.btn-facebook.disabled,
.btn-social.btn-facebook:disabled {
	background: rgba(0, 0, 0, 0);
	border-color: #324d8f
}

.btn-social.btn-facebook:hover:active,
.btn-social.btn-facebook.active,
.show>.btn-social.btn-facebook.dropdown-toggle {
	color: #324d8f;
	background: rgba(50, 77, 143, 0.1);
	border-color: #324d8f
}

.btn-social.btn-facebook:hover:active svg,
.btn-social.btn-facebook.active svg,
.show>.btn-social.btn-facebook.dropdown-toggle svg {
	fill: #324d8f
}

.btn-social.btn-facebook:before {
	background: #3a59a6 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%2215%22%20viewBox%3D%220%200%2074%20147%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M54.394%2028.277h18.772V.547H51.1v.1c-26.74.947-32.22%2015.977-32.702%2031.763h-.055v13.847H.136v27.156h18.207v72.793h27.44V73.413h22.476l4.34-27.156H45.79V37.89c0-5.334%203.55-9.613%208.604-9.613z%22/%3E%3C/svg%3E") no-repeat center center
}

.btn-social.btn-google {
	color: #cf3e2a;
	background: rgba(0, 0, 0, 0);
	border-color: #cf3e2a;
	cursor: pointer
}

.btn-social.btn-google svg {
	fill: #cf3e2a;
	transition: all 0.15s ease-in-out
}

.btn-social.btn-google:hover {
	color: #cf3e2a;
	background: rgba(207, 62, 42, 0.2);
	border-color: #cf3e2a
}

.btn-social.btn-google:hover svg {
	fill: #cf3e2a
}

.btn-social.btn-google:focus {
	color: #cf3e2a;
	box-shadow: none
}

.btn-social.btn-google:focus svg {
	fill: #cf3e2a
}

.btn-social.btn-google:hover:focus,
.btn-social.btn-google.focus {
	color: #cf3e2a;
	background-color: rgba(207, 62, 42, 0.2);
	border-color: #cf3e2a;
	box-shadow: none
}

.btn-social.btn-google:hover:focus svg,
.btn-social.btn-google.focus svg {
	fill: #cf3e2a
}

.btn-social.btn-google.disabled,
.btn-social.btn-google:disabled {
	background: rgba(0, 0, 0, 0);
	border-color: #cf3e2a
}

.btn-social.btn-google:hover:active,
.btn-social.btn-google.active,
.show>.btn-social.btn-google.dropdown-toggle {
	color: #cf3e2a;
	background: rgba(207, 62, 42, 0.1);
	border-color: #cf3e2a
}

.btn-social.btn-google:hover:active svg,
.btn-social.btn-google.active svg,
.show>.btn-social.btn-google.dropdown-toggle svg {
	fill: #cf3e2a
}

.btn-social.btn-google:before {
	background: #d8523f url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M.026%209.36C.09%204.644%204.43.49%209.176.646c2.25-.093%204.405.875%206.123%202.28-.75.844-1.5%201.656-2.313%202.405-2.092-1.435-5.06-1.84-7.152-.186-2.998%202.06-3.123%206.933-.25%209.15%202.78%202.53%208.058%201.28%208.84-2.59-1.75-.033-3.5%200-5.248-.064V8.517h8.776c.188%202.467-.156%205.06-1.655%207.09-2.28%203.217-6.87%204.154-10.432%202.78C2.244%2017.01-.286%2013.232.026%209.36z%22/%3E%3C/svg%3E") no-repeat center center
}

.btn-xs {
	padding: .34rem .56rem;
	font-size: .6875rem;
	line-height: 1.2;
	border-radius: .2rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .5rem 2rem;
	font-size: .8888rem;
	line-height: 1.2;
	border-radius: .2rem
}

@media (max-width: 991.98px) {
	.btn-md-block {
		width: 100%
	}
}

@media (max-width: 767.98px) {
	.btn-sm-block {
		width: 100%
	}
}

@media (max-width: 575.98px) {
	.btn-xs-block {
		width: 100%
	}
}

.btn-link {
	cursor: pointer
}

.switch {
	top: 4px;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 14px
}

.switch input {
	display: none
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #015b8e;
	border-radius: 23px;
	-webkit-transition: .4s;
	transition: .4s
}

.switch .slider:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 23px;
	left: 0px;
	bottom: -4px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s
}

.switch input:checked+.slider {
	background-color: #015b8e
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px #015b8e
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
	transform: translateX(17px)
}

.card-columns {
	column-count: 2
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 4
	}
}

@media (min-width: 992px) {
	.card-columns {
		column-count: 5
	}
}

.card>a {
	display: block;
	min-height: 100px
}

.card img {
	opacity: 1;
	transition: opacity 0.3s
}

.card img:not([src]) {
	opacity: 0
}

.card.slide-effect:nth-child(1) {
	animation: gridItemAnimation 0.4s ease .025s backwards
}

.card.slide-effect:nth-child(2) {
	animation: gridItemAnimation 0.4s ease .05s backwards
}

.card.slide-effect:nth-child(3) {
	animation: gridItemAnimation 0.4s ease .075s backwards
}

.card.slide-effect:nth-child(4) {
	animation: gridItemAnimation 0.4s ease .1s backwards
}

.card.slide-effect:nth-child(5) {
	animation: gridItemAnimation 0.4s ease .125s backwards
}

.card.slide-effect:nth-child(6) {
	animation: gridItemAnimation 0.4s ease .15s backwards
}

.card.slide-effect:nth-child(7) {
	animation: gridItemAnimation 0.4s ease .175s backwards
}

.card.slide-effect:nth-child(8) {
	animation: gridItemAnimation 0.4s ease .2s backwards
}

.card.slide-effect:nth-child(9) {
	animation: gridItemAnimation 0.4s ease .225s backwards
}

.card.slide-effect:nth-child(10) {
	animation: gridItemAnimation 0.4s ease .25s backwards
}

.card.slide-effect:nth-child(11) {
	animation: gridItemAnimation 0.4s ease .275s backwards
}

.card.slide-effect:nth-child(12) {
	animation: gridItemAnimation 0.4s ease .3s backwards
}

.card.slide-effect:nth-child(13) {
	animation: gridItemAnimation 0.4s ease .325s backwards
}

.card.slide-effect:nth-child(14) {
	animation: gridItemAnimation 0.4s ease .35s backwards
}

.card.slide-effect:nth-child(15) {
	animation: gridItemAnimation 0.4s ease .375s backwards
}

.card.slide-effect:nth-child(16) {
	animation: gridItemAnimation 0.4s ease .4s backwards
}

.card.slide-effect:nth-child(17) {
	animation: gridItemAnimation 0.4s ease .425s backwards
}

.card.slide-effect:nth-child(18) {
	animation: gridItemAnimation 0.4s ease .45s backwards
}

.card.slide-effect:nth-child(19) {
	animation: gridItemAnimation 0.4s ease .475s backwards
}

.card.slide-effect:nth-child(20) {
	animation: gridItemAnimation 0.4s ease .5s backwards
}

.card.slide-effect:nth-child(21) {
	animation: gridItemAnimation 0.4s ease .525s backwards
}

.card.slide-effect:nth-child(22) {
	animation: gridItemAnimation 0.4s ease .55s backwards
}

.card.slide-effect:nth-child(23) {
	animation: gridItemAnimation 0.4s ease .575s backwards
}

.card.slide-effect:nth-child(24) {
	animation: gridItemAnimation 0.4s ease .6s backwards
}

.card.slide-effect:nth-child(25) {
	animation: gridItemAnimation 0.4s ease .625s backwards
}

.card.slide-effect:nth-child(26) {
	animation: gridItemAnimation 0.4s ease .65s backwards
}

.card.slide-effect:nth-child(27) {
	animation: gridItemAnimation 0.4s ease .675s backwards
}

.card.slide-effect:nth-child(28) {
	animation: gridItemAnimation 0.4s ease .7s backwards
}

.card.slide-effect:nth-child(29) {
	animation: gridItemAnimation 0.4s ease .725s backwards
}

.card.slide-effect:nth-child(30) {
	animation: gridItemAnimation 0.4s ease .75s backwards
}

.card.slide-effect:nth-child(31) {
	animation: gridItemAnimation 0.4s ease .775s backwards
}

.card.slide-effect:nth-child(32) {
	animation: gridItemAnimation 0.4s ease .8s backwards
}

.card.slide-effect:nth-child(33) {
	animation: gridItemAnimation 0.4s ease .825s backwards
}

.card.slide-effect:nth-child(34) {
	animation: gridItemAnimation 0.4s ease .85s backwards
}

.card.slide-effect:nth-child(35) {
	animation: gridItemAnimation 0.4s ease .875s backwards
}

.card.slide-effect:nth-child(36) {
	animation: gridItemAnimation 0.4s ease .9s backwards
}

.card.slide-effect:nth-child(37) {
	animation: gridItemAnimation 0.4s ease .925s backwards
}

.card.slide-effect:nth-child(38) {
	animation: gridItemAnimation 0.4s ease .95s backwards
}

.card.slide-effect:nth-child(39) {
	animation: gridItemAnimation 0.4s ease .975s backwards
}

.card.slide-effect:nth-child(40) {
	animation: gridItemAnimation 0.4s ease 1s backwards
}

.card.slide-effect:nth-child(41) {
	animation: gridItemAnimation 0.4s ease 1.025s backwards
}

.card.slide-effect:nth-child(42) {
	animation: gridItemAnimation 0.4s ease 1.05s backwards
}

.card.slide-effect:nth-child(43) {
	animation: gridItemAnimation 0.4s ease 1.075s backwards
}

.card.slide-effect:nth-child(44) {
	animation: gridItemAnimation 0.4s ease 1.1s backwards
}

.card.slide-effect:nth-child(45) {
	animation: gridItemAnimation 0.4s ease 1.125s backwards
}

.card.slide-effect:nth-child(46) {
	animation: gridItemAnimation 0.4s ease 1.15s backwards
}

.card.slide-effect:nth-child(47) {
	animation: gridItemAnimation 0.4s ease 1.175s backwards
}

.card.slide-effect:nth-child(48) {
	animation: gridItemAnimation 0.4s ease 1.2s backwards
}

.card.slide-effect:nth-child(49) {
	animation: gridItemAnimation 0.4s ease 1.225s backwards
}

.card.slide-effect:nth-child(50) {
	animation: gridItemAnimation 0.4s ease 1.25s backwards
}

.card.slide-effect:nth-child(51) {
	animation: gridItemAnimation 0.4s ease 1.275s backwards
}

.card.slide-effect:nth-child(52) {
	animation: gridItemAnimation 0.4s ease 1.3s backwards
}

.card.slide-effect:nth-child(53) {
	animation: gridItemAnimation 0.4s ease 1.325s backwards
}

.card.slide-effect:nth-child(54) {
	animation: gridItemAnimation 0.4s ease 1.35s backwards
}

.card.slide-effect:nth-child(55) {
	animation: gridItemAnimation 0.4s ease 1.375s backwards
}

.card.slide-effect:nth-child(56) {
	animation: gridItemAnimation 0.4s ease 1.4s backwards
}

.card.slide-effect:nth-child(57) {
	animation: gridItemAnimation 0.4s ease 1.425s backwards
}

.card.slide-effect:nth-child(58) {
	animation: gridItemAnimation 0.4s ease 1.45s backwards
}

.card.slide-effect:nth-child(59) {
	animation: gridItemAnimation 0.4s ease 1.475s backwards
}

.card.slide-effect:nth-child(60) {
	animation: gridItemAnimation 0.4s ease 1.5s backwards
}

.card.slide-effect:nth-child(61) {
	animation: gridItemAnimation 0.4s ease 1.525s backwards
}

.card.slide-effect:nth-child(62) {
	animation: gridItemAnimation 0.4s ease 1.55s backwards
}

.card.slide-effect:nth-child(63) {
	animation: gridItemAnimation 0.4s ease 1.575s backwards
}

.card.slide-effect:nth-child(64) {
	animation: gridItemAnimation 0.4s ease 1.6s backwards
}

.card.slide-effect:nth-child(65) {
	animation: gridItemAnimation 0.4s ease 1.625s backwards
}

.card.slide-effect:nth-child(66) {
	animation: gridItemAnimation 0.4s ease 1.65s backwards
}

.card.slide-effect:nth-child(67) {
	animation: gridItemAnimation 0.4s ease 1.675s backwards
}

.card.slide-effect:nth-child(68) {
	animation: gridItemAnimation 0.4s ease 1.7s backwards
}

.card.slide-effect:nth-child(69) {
	animation: gridItemAnimation 0.4s ease 1.725s backwards
}

.card.slide-effect:nth-child(70) {
	animation: gridItemAnimation 0.4s ease 1.75s backwards
}

.card.slide-effect:nth-child(71) {
	animation: gridItemAnimation 0.4s ease 1.775s backwards
}

.card.slide-effect:nth-child(72) {
	animation: gridItemAnimation 0.4s ease 1.8s backwards
}

.card.slide-effect:nth-child(73) {
	animation: gridItemAnimation 0.4s ease 1.825s backwards
}

.card.slide-effect:nth-child(74) {
	animation: gridItemAnimation 0.4s ease 1.85s backwards
}

.card.slide-effect:nth-child(75) {
	animation: gridItemAnimation 0.4s ease 1.875s backwards
}

.card.slide-effect:nth-child(76) {
	animation: gridItemAnimation 0.4s ease 1.9s backwards
}

.card.slide-effect:nth-child(77) {
	animation: gridItemAnimation 0.4s ease 1.925s backwards
}

.card.slide-effect:nth-child(78) {
	animation: gridItemAnimation 0.4s ease 1.95s backwards
}

.card.slide-effect:nth-child(79) {
	animation: gridItemAnimation 0.4s ease 1.975s backwards
}

.card.slide-effect:nth-child(80) {
	animation: gridItemAnimation 0.4s ease 2s backwards
}

.card.slide-effect:nth-child(81) {
	animation: gridItemAnimation 0.4s ease 2.025s backwards
}

.card.slide-effect:nth-child(82) {
	animation: gridItemAnimation 0.4s ease 2.05s backwards
}

.card.slide-effect:nth-child(83) {
	animation: gridItemAnimation 0.4s ease 2.075s backwards
}

.card.slide-effect:nth-child(84) {
	animation: gridItemAnimation 0.4s ease 2.1s backwards
}

.card.slide-effect:nth-child(85) {
	animation: gridItemAnimation 0.4s ease 2.125s backwards
}

.card.slide-effect:nth-child(86) {
	animation: gridItemAnimation 0.4s ease 2.15s backwards
}

.card.slide-effect:nth-child(87) {
	animation: gridItemAnimation 0.4s ease 2.175s backwards
}

.card.slide-effect:nth-child(88) {
	animation: gridItemAnimation 0.4s ease 2.2s backwards
}

.card.slide-effect:nth-child(89) {
	animation: gridItemAnimation 0.4s ease 2.225s backwards
}

.card.slide-effect:nth-child(90) {
	animation: gridItemAnimation 0.4s ease 2.25s backwards
}

.card.slide-effect:nth-child(91) {
	animation: gridItemAnimation 0.4s ease 2.275s backwards
}

.card.slide-effect:nth-child(92) {
	animation: gridItemAnimation 0.4s ease 2.3s backwards
}

.card.slide-effect:nth-child(93) {
	animation: gridItemAnimation 0.4s ease 2.325s backwards
}

.card.slide-effect:nth-child(94) {
	animation: gridItemAnimation 0.4s ease 2.35s backwards
}

.card.slide-effect:nth-child(95) {
	animation: gridItemAnimation 0.4s ease 2.375s backwards
}

.card.slide-effect:nth-child(96) {
	animation: gridItemAnimation 0.4s ease 2.4s backwards
}

.card.slide-effect:nth-child(97) {
	animation: gridItemAnimation 0.4s ease 2.425s backwards
}

.card.slide-effect:nth-child(98) {
	animation: gridItemAnimation 0.4s ease 2.45s backwards
}

.card.slide-effect:nth-child(99) {
	animation: gridItemAnimation 0.4s ease 2.475s backwards
}

.card.slide-effect:nth-child(100) {
	animation: gridItemAnimation 0.4s ease 2.5s backwards
}

@keyframes gridItemAnimation {
	from {
		opacity: 0;
		transform: translate(0, 20px)
	}
	to {
		opacity: 1;
		transform: translate(0, 0)
	}
}

.card.hover-shadow:hover {
	opacity: .95;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1) !important
}

.form-control {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	padding-left: 1rem;
	padding-right: 1rem
}

label {
	margin-bottom: .1875rem
}

.dropdown-toggle-right:after {
	float: right;
	margin-top: 8px
}

.placeholder {
	color: #c4cbd8
}

.social-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 5px;
	border-color: #e5e9f0;
	background-color: #fff
}

.social-buttons a svg {
	fill: #028fdf
}

.social-buttons a svg .inverse {
	fill: #fff
}

.social-buttons a:hover {
	background: #028fdf;
	border-color: #028fdf
}

.social-buttons a:hover svg {
	fill: #fff
}

.social-buttons a:hover svg .inverse {
	fill: #028fdf
}

.flipbooks-list .flip-card {
	display: block;
	margin: auto;
	width: 160px
}

.flipbooks-list .flip-card a {
	cursor: pointer
}

.flipbooks-list .flip-card .flip-image-container {
	display: flex;
	margin-bottom: 10px
}

@media (min-width: 576px) {
	.flipbooks-list .flip-card .flip-image-container {
		height: 230px
	}
}

.flipbooks-list .flip-card .new-shelf-card {
	background-color: #028FDF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 230px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.1s ease, opacity 0.3s
}

.flipbooks-list .flip-card img {
	align-self: flex-end;
	max-width: 100%;
	max-height: 230px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.1s ease, opacity 0.3s;
	margin: 0 auto
}

.flipbooks-list .flip-card * {
	transition: all 0.1s ease;
	word-wrap: break-word;
	overflow-wrap: break-word
}

.flipbooks-list .flip-card .author {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.flipbooks-list .flip-card:hover strong,
.flipbooks-list .flip-card:hover small {
	color: #028fdf
}

.flipbooks-list .flip-card:hover img {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	opacity: 0.8
}

.flipbooks-list .flip-card:hover img[data-src] {
	opacity: 0
}

.modal .modal-dialog .modal-content .close {
	position: relative;
	right: -35px;
	top: 0;
	font-weight: 300;
	font-size: 24px;
	width: 25px;
	height: 25px;
	opacity: 1;
	padding: 0
}

@media (max-width: 991.98px) {
	.modal .modal-dialog .modal-content .close {
		right: 20px;
		top: 20px;
		z-index: 1
	}
}

.modal .modal-dialog .modal-content .close:before,
.modal .modal-dialog .modal-content .close:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: -2px;
	margin-top: -1px;
	font-size: 0;
	background-color: #fff;
	opacity: .7
}

.modal .modal-dialog .modal-content .close:before {
	transform: rotate(45deg)
}

.modal .modal-dialog .modal-content .close:after {
	transform: rotate(-45deg)
}

.modal .modal-dialog .modal-content .close:hover:after,
.modal .modal-dialog .modal-content .close:hover:before {
	opacity: 1
}

@media (max-width: 991.98px) {
	.modal .modal-dialog .modal-content.bg-white .close::before {
		background-color: #4e5565
	}
	.modal .modal-dialog .modal-content.bg-white .close::after {
		background-color: #4e5565
	}
}

.siderbar {
	font-size: 0.7777rem
}

.siderbar .list-item a {
	color: #566c81;
	text-transform: uppercase
}

.siderbar .list-item a:hover {
	color: #028fdf
}

.siderbar .list-item .selected {
	background: #e5f5ff
}

.siderbar .list-item .selected a {
	color: #028fdf
}

.siderbar .list-item .collapse-arrow {
	padding-bottom: 4px;
	display: inline-block
}

.siderbar .list-item .collapse-arrow[aria-expanded="true"] img,
.siderbar .list-item .collapse-arrow[aria-expanded="1"] img {
	transform: rotate(90deg)
}

.siderbar .list-item .current-item:hover {
	background: #e5f5ff
}

svg {
	vertical-align: unset
}

@media (max-width: 1199.98px) {
	.magazines .parent>div {
		flex: 0 0 50%
	}
}

.magazines .magazine-container {
	position: relative;
	cursor: pointer
}

.magazines .click-to-read {
	transition: opacity .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.magazines .magazine-image {
	transition: opacity .5s ease
}

.magazines .magazine-container:hover>.magazine-image {
	opacity: 0.8
}

.magazines .magazine-container:hover>.click-to-read {
	opacity: 1
}

.customization-section {
	overflow: hidden
}

.customization-section .right-navigation-buttons {
	position: relative;
	width: 300px
}

@media (max-width: 991.98px) {
	.customization-section .right-navigation-buttons {
		width: 100%
	}
}

.customization-section .right-navigation-buttons .navigation-button {
	color: #028fdf;
	cursor: pointer
}

.customization-section .right-navigation-buttons .navigation-button:hover,
.customization-section .right-navigation-buttons .navigation-button.selected {
	color: rgba(0, 0, 0, 0.87)
}

.customization-section .right-navigation-buttons .selected-tab {
	position: absolute;
	left: 0;
	top: -44px;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.87);
	border-radius: 3px;
	opacity: 0.4;
	width: 100%;
	transition: transform .4s ease-out
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(1).selected~.selected-tab {
	transform: translateY(2.5rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(2).selected~.selected-tab {
	transform: translateY(4.55rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(3).selected~.selected-tab {
	transform: translateY(6.6rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(4).selected~.selected-tab {
	transform: translateY(8.65rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(5).selected~.selected-tab {
	transform: translateY(10.7rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(6).selected~.selected-tab {
	transform: translateY(12.75rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(7).selected~.selected-tab {
	transform: translateY(14.8rem)
}

.customization-section .right-navigation-buttons .navigation-button:nth-of-type(8).selected~.selected-tab {
	transform: translateY(17.9rem)
}

.customization-section .animation-group {
	opacity: 1;
	transition: opacity .75s ease-in-out
}

.customization-section .animation-group.hide {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0
}

@media (max-width: 991.98px) {
	.customization-section .customization-gif {
		width: 100%
	}
}

.search-form {
	position: relative
}

.search-form .search-input {
	background-color: white;
	background-image: url("//cdn.flipsnack.com/site/images/templates/search.gz.svg");
	background-position: 10px 13px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px
}

.search-form .search-input:focus {
	border-bottom: 1px solid #028fdf
}

.search-form .search-svg {
	position: absolute;
	left: 20px;
	bottom: 2px
}

header {
	position: absolute;
	top: 0;
	height: 60px;
	z-index: 1025;
	width: 100%;
	font-size: .8888rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	transition: background-color .1s ease-in 0s
}

header .dropdown-toggle {
	white-space: nowrap
}

header .dropdown-toggle svg {
	margin-bottom: 2px
}

header .dropdown-toggle:after {
	content: none
}

header .dropdown-item {
	font-size: .8888rem;
	font-weight: 500
}

header .nav-link:focus {
	outline: none
}

header .navbar-toggler {
	cursor: pointer
}

header .navbar-toggler:focus {
	outline: none
}

header.navbar-sticky {
	background-color: #fff
}

header .nav-link {
	white-space: nowrap
}

header .navbar-dark {
	border-bottom: 1px solid rgba(229, 229, 229, 0.22)
}

header .navbar-dark .navbar-nav .dropdown-menu .nav-link,
header .navbar-dark .navbar-nav .show .dropdown-menu .nav-link {
	color: rgba(0, 0, 0, 0.87)
}

header .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
header .navbar-dark .navbar-nav .show .dropdown-menu .nav-link:hover {
	color: #028fdf
}

header .navbar-dark .navbar-nav .sign-up-button {
	color: #fff;
	border-color: #fff
}

header .navbar-dark .navbar-nav .sign-up-button:hover {
	color: #e5e9f0;
	border-color: #e5e9f0
}

header#header-custom .custom-header-container {
	height: 100%;
	display: flex;
	align-items: center
}

@media (min-width: 992px) {
	header .dropdown:hover>.dropdown-menu {
		display: block
	}
	header .navbar-light .dropdown-toggle svg {
		fill: rgba(0, 0, 0, 0.87)
	}
	header .navbar-light .dropdown-toggle:hover svg {
		fill: #028fdf
	}
	header .navbar-light .sign-up-button {
		color: rgba(0, 0, 0, 0.87);
		border-color: rgba(0, 0, 0, 0.87)
	}
	header .navbar-light .sign-up-button:hover {
		color: #028fdf;
		border-color: #028fdf
	}
	header .navbar-dark .dropdown-toggle svg {
		fill: #fff
	}
	header .navbar-dark .dropdown-toggle:hover svg {
		fill: rgba(255, 255, 255, 0.8)
	}
}

header .dropdown-menu {
	left: auto
}

@media (min-width: 992px) {
	header .dropdown-menu {
		left: 50%;
		transform: translateX(-50%)
	}
	header .dropdown-menu::before {
		content: '';
		height: 0;
		position: absolute;
		width: 0;
		top: -14px;
		left: 50%;
		border: 7px solid transparent;
		border-bottom-color: #fff;
		transform: translateX(-50%)
	}
	header .dropdown-menu.dropdown-pull-left {
		right: 0;
		left: initial;
		transform: none
	}
}

@media (max-width: 991.98px) {
	header .navbar-dark .navbar-nav,
	header .navbar-nav {
		min-width: 12rem;
		padding: .6875rem 0;
		margin: .125rem 12px 0 0;
		background-color: #fff;
		border: 0 solid #fff;
		border-radius: .2rem;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175)
	}
	header .navbar-dark .navbar-nav:not(.d-lg-none) li:nth-of-type(1):not(.uses-list-item):not(.show)~li:nth-of-type(6),
	header .navbar-nav:not(.d-lg-none) li:nth-of-type(1):not(.uses-list-item):not(.show)~li:nth-of-type(6) {
		margin-top: 260px !important
	}
	header .navbar-dark .navbar-nav:not(.d-lg-none) li:nth-of-type(1):not(.uses-list-item).show~li:nth-of-type(14),
	header .navbar-nav:not(.d-lg-none) li:nth-of-type(1):not(.uses-list-item).show~li:nth-of-type(14) {
		margin-top: 22px
	}
	header .navbar-dark .navbar-nav .nav-item .nav-link,
	header .navbar-nav .nav-item .nav-link {
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, 0.87)
	}
	header .navbar-dark .navbar-nav .nav-item .nav-link:hover,
	header .navbar-nav .nav-item .nav-link:hover {
		color: #028fdf;
		background-color: #f7f7f9
	}
}

@media screen and (max-width: 991.98px) and (max-width: 380px) {
	header .navbar-dark .navbar-nav .nav-item.small-signin-cont,
	header .navbar-nav .nav-item.small-signin-cont {
		padding-left: 0 !important;
		display: flex;
		justify-content: center
	}
}

@media (max-width: 991.98px) {
	header .navbar-dark .navbar-nav .nav-item.uses-dropdown .uses-list,
	header .navbar-nav .nav-item.uses-dropdown .uses-list {
		transform: none;
		margin-top: 0;
		box-shadow: none;
		padding: 0 0 0 20px
	}
	header .navbar-dark .navbar-nav .nav-item.uses-dropdown:not(.show) svg,
	header .navbar-nav .nav-item.uses-dropdown:not(.show) svg {
		transform: rotate(-90deg)
	}
	header .navbar-dark .navbar-nav .nav-item.uses-dropdown .dropdown-toggle svg,
	header .navbar-nav .nav-item.uses-dropdown .dropdown-toggle svg {
		transition: transform .1s ease;
		fill: #566c81
	}
	header .navbar-dark .navbar-nav .nav-item.uses-dropdown .dropdown-toggle:hover svg,
	header .navbar-nav .nav-item.uses-dropdown .dropdown-toggle:hover svg {
		fill: #028fdf
	}
}

.header-spacer {
	height: 60px
}

.jumbotron {
	position: relative;
	z-index: 0;
	padding: 6.5625rem 0 0;
	border-radius: 0
}

.jumbotron .jumbotron-background {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top
}

.jumbotron.tall {
	padding-top: 3.5625rem
}

.jumbotron,
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
	color: #fff
}

footer:not(.light) {
	background: #1e2630;
	padding: 36px 0 112px
}

footer:not(.light) a,
footer:not(.light) .h4 {
	color: #7a7f85
}

footer:not(.light) a:hover {
	color: #afb2b6
}

footer:not(.light) .copyright {
	opacity: .5
}

footer:not(.light) .share-icons {
	padding-top: 14px
}

footer:not(.light) .share-icons a {
	width: 32px;
	height: 32px;
	margin-right: 7px;
	border-radius: 50%;
	background: #2c3746
}

footer:not(.light) .share-icons a svg {
	fill: #fff
}

footer:not(.light) .share-icons a:hover {
	background: #3d4e62
}

@media (min-width: 768px) {
	footer:not(.light) {
		padding-top: 27px
	}
	footer:not(.light) .share-icons {
		padding-top: 7px
	}
	footer:not(.light) .share-icons a {
		width: 45px;
		height: 45px
	}
}

footer.light {
	background: #fff;
	border-top: solid 1px #f5f5f5
}

footer.light:not(.slim) {
	min-height: 315px;
	padding: 10px 0 20px
}

footer.light .nav-pills .nav-link[aria-expanded="true"] {
	color: #028fdf;
	background-color: transparent;
	outline: 0
}

footer.light .nav-pills .nav-link[aria-expanded="true"] svg {
	fill: #028fdf
}

footer.light .copyright {
	color: rgba(0, 0, 0, 0.87)
}

footer.light a {
	color: rgba(0, 0, 0, 0.87)
}

footer.light a svg {
	padding-bottom: 2px;
	fill: rgba(0, 0, 0, 0.87)
}

footer.light a:hover {
	color: #028fdf
}

footer.light a:hover svg {
	fill: #028fdf
}

footer.light a:hover img {
	opacity: 0.8
}

footer.light a[aria-expanded="true"] svg {
	fill: #fff
}

footer.slim {
	height: 92px;
	padding: 32px 0 22px
}

footer a {
	transition: color 0.15s ease-in-out
}

footer .share-icons a {
	display: inline-block
}

footer .share-icons a svg {
	width: 100%;
	height: 100%
}

footer .darken {
	color: #233851
}

footer .dropdown .btn {
	padding-left: 1rem;
	padding-right: 1rem
}

footer .dropdown .dropdown-toggle:after {
	content: none
}

footer .dropdown-menu {
	width: 100%
}

.bg-dark,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-navy,
.bg-navy h1,
.bg-navy .h1,
.bg-navy h2,
.bg-navy .h2,
.bg-navy h3,
.bg-navy .h3,
.bg-navy h4,
.bg-navy .h4,
.bg-navy h5,
.bg-navy .h5,
.bg-navy h6,
.bg-navy .h6,
.bg-primary,
.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-dark-gray,
.bg-dark-gray h1,
.bg-dark-gray .h1,
.bg-dark-gray h2,
.bg-dark-gray .h2,
.bg-dark-gray h3,
.bg-dark-gray .h3,
.bg-dark-gray h4,
.bg-dark-gray .h4,
.bg-dark-gray h5,
.bg-dark-gray .h5,
.bg-dark-gray h6,
.bg-dark-gray .h6 {
	color: #fff
}

.bg-dark h3,
.bg-dark .h3,
.bg-navy h3,
.bg-navy .h3,
.bg-primary h3,
.bg-primary .h3,
.bg-dark-gray h3,
.bg-dark-gray .h3 {
	font-weight: 300
}

.bg-primary,
.bg-dark-gray {
	color: #fff
}

.bg-dark {
	background: url("//cdn.flipsnack.com/site/images/landing-sections/bg-dark.gz.svg") no-repeat bottom;
	background-size: cover
}

.bg-navy {
	background: url("//cdn.flipsnack.com/site/images/landing-sections/bg-navy.gz.svg") no-repeat bottom left;
	background-size: cover
}

.bg-light-shape {
	background: url("//cdn.flipsnack.com/site/images/landing-sections/bg-light.gz.svg") no-repeat center;
	background-size: cover
}

.bg-dark-blue {
	background: #222f4a
}

.bg-indigo {
	background-color: #352e6d
}

.bg-light-tilt {
	position: relative
}

.bg-light-tilt::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -20%;
	top: 0;
	bottom: 0;
	width: 140%;
	background: url("//cdn.flipsnack.com/site/images/landing-sections/bg-light.gz.svg") no-repeat center;
	background-size: cover;
	transform: rotate(-7deg)
}

.bg-dark-gray {
	background: #566c81
}

body {
	min-width: 320px
}

.overflow-hidden {
	overflow: hidden
}

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

.rotate-180 {
	transform: rotate(180deg)
}

.opacity-33 {
	opacity: .33
}

.stick-to-header {
	position: sticky;
	top: 60px;
	z-index: 1020
}

.lozad {
	visibility: hidden
}

.lozad[data-loaded="true"] {
	visibility: visible;
}
.myimg1	{
	width:100%;
	height:100%;
}

a:focus {
	outline: none
}

.testimonial .bg-quotes {
	background: url("//cdn.flipsnack.com/site/images/home/quote.gz.svg") no-repeat 36px 15px
}

.testimonial .name-bg {
	background-color: #415368;
	border-radius: 50px
}

.bg-light.testimonial .name-bg {
	background-color: #e2e5e8
}

.bg-primary.testimonial .name-bg {
	background-color: #0276bb
}

.bg-dark-gray.testimonial .name-bg {
	background-color: #495c6e
}

.testimonial-card {
	height: 270px;
	transition: margin-top .25s linear, margin-bottom .25s linear
}

.testimonial-card:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	transform: translate3d(0px, 0px, 0px);
	background-color: #f6f9fc;
	transition: 0.3s
}

.testimonial-card:hover .avatar {
	opacity: 1
}

.testimonial-card:hover .logo {
	opacity: 0
}

.testimonial-card .bg-quotes {
	background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/quote.png") no-repeat 22px;
	background-position-y: 32px
}

.testimonial-card .card {
	transition: transform .15s ease-in-out
}

.testimonial-card .card .logo-effect {
	transition: filter 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
	filter: grayscale(100%)
}

.testimonial-card .card:hover {
	transform: scale(1.02)
}

.testimonial-card .card:hover .logo-effect {
	filter: grayscale(0%)
}

.gradient-card {
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	border-radius: 5px;
	will-change: transform
}

.gradient-card:hover {
	transform: scale(1.04)
}

.gradient-card:hover img {
	transform: translate(3px, 0);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.page-customers .card-columns {
	column-count: 2
}

@media (min-width: 576px) {
	.page-customers .card-columns {
		column-count: 4
	}
}

@media (min-width: 992px) {
	.page-customers .card-columns {
		column-count: 5
	}
}

.page-customers .card>a {
	display: block;
	min-height: 100px
}

.page-customers .card img {
	opacity: 1;
	transition: opacity 0.3s
}

.page-customers .card img:not([src]) {
	opacity: 0
}

.page-customers .card.slide-effect:nth-child(1) {
	animation: gridItemAnimation 0.4s ease .025s backwards
}

.page-customers .card.slide-effect:nth-child(2) {
	animation: gridItemAnimation 0.4s ease .05s backwards
}

.page-customers .card.slide-effect:nth-child(3) {
	animation: gridItemAnimation 0.4s ease .075s backwards
}

.page-customers .card.slide-effect:nth-child(4) {
	animation: gridItemAnimation 0.4s ease .1s backwards
}

.page-customers .card.slide-effect:nth-child(5) {
	animation: gridItemAnimation 0.4s ease .125s backwards
}

.page-customers .card.slide-effect:nth-child(6) {
	animation: gridItemAnimation 0.4s ease .15s backwards
}

.page-customers .card.slide-effect:nth-child(7) {
	animation: gridItemAnimation 0.4s ease .175s backwards
}

.page-customers .card.slide-effect:nth-child(8) {
	animation: gridItemAnimation 0.4s ease .2s backwards
}

.page-customers .card.slide-effect:nth-child(9) {
	animation: gridItemAnimation 0.4s ease .225s backwards
}

.page-customers .card.slide-effect:nth-child(10) {
	animation: gridItemAnimation 0.4s ease .25s backwards
}

.page-customers .card.slide-effect:nth-child(11) {
	animation: gridItemAnimation 0.4s ease .275s backwards
}

.page-customers .card.slide-effect:nth-child(12) {
	animation: gridItemAnimation 0.4s ease .3s backwards
}

.page-customers .card.slide-effect:nth-child(13) {
	animation: gridItemAnimation 0.4s ease .325s backwards
}

.page-customers .card.slide-effect:nth-child(14) {
	animation: gridItemAnimation 0.4s ease .35s backwards
}

.page-customers .card.slide-effect:nth-child(15) {
	animation: gridItemAnimation 0.4s ease .375s backwards
}

.page-customers .card.slide-effect:nth-child(16) {
	animation: gridItemAnimation 0.4s ease .4s backwards
}

.page-customers .card.slide-effect:nth-child(17) {
	animation: gridItemAnimation 0.4s ease .425s backwards
}

.page-customers .card.slide-effect:nth-child(18) {
	animation: gridItemAnimation 0.4s ease .45s backwards
}

.page-customers .card.slide-effect:nth-child(19) {
	animation: gridItemAnimation 0.4s ease .475s backwards
}

.page-customers .card.slide-effect:nth-child(20) {
	animation: gridItemAnimation 0.4s ease .5s backwards
}

.page-customers .card.slide-effect:nth-child(21) {
	animation: gridItemAnimation 0.4s ease .525s backwards
}

.page-customers .card.slide-effect:nth-child(22) {
	animation: gridItemAnimation 0.4s ease .55s backwards
}

.page-customers .card.slide-effect:nth-child(23) {
	animation: gridItemAnimation 0.4s ease .575s backwards
}

.page-customers .card.slide-effect:nth-child(24) {
	animation: gridItemAnimation 0.4s ease .6s backwards
}

.page-customers .card.slide-effect:nth-child(25) {
	animation: gridItemAnimation 0.4s ease .625s backwards
}

.page-customers .card.slide-effect:nth-child(26) {
	animation: gridItemAnimation 0.4s ease .65s backwards
}

.page-customers .card.slide-effect:nth-child(27) {
	animation: gridItemAnimation 0.4s ease .675s backwards
}

.page-customers .card.slide-effect:nth-child(28) {
	animation: gridItemAnimation 0.4s ease .7s backwards
}

.page-customers .card.slide-effect:nth-child(29) {
	animation: gridItemAnimation 0.4s ease .725s backwards
}

.page-customers .card.slide-effect:nth-child(30) {
	animation: gridItemAnimation 0.4s ease .75s backwards
}

.page-customers .card.slide-effect:nth-child(31) {
	animation: gridItemAnimation 0.4s ease .775s backwards
}

.page-customers .card.slide-effect:nth-child(32) {
	animation: gridItemAnimation 0.4s ease .8s backwards
}

.page-customers .card.slide-effect:nth-child(33) {
	animation: gridItemAnimation 0.4s ease .825s backwards
}

.page-customers .card.slide-effect:nth-child(34) {
	animation: gridItemAnimation 0.4s ease .85s backwards
}

.page-customers .card.slide-effect:nth-child(35) {
	animation: gridItemAnimation 0.4s ease .875s backwards
}

.page-customers .card.slide-effect:nth-child(36) {
	animation: gridItemAnimation 0.4s ease .9s backwards
}

.page-customers .card.slide-effect:nth-child(37) {
	animation: gridItemAnimation 0.4s ease .925s backwards
}

.page-customers .card.slide-effect:nth-child(38) {
	animation: gridItemAnimation 0.4s ease .95s backwards
}

.page-customers .card.slide-effect:nth-child(39) {
	animation: gridItemAnimation 0.4s ease .975s backwards
}

.page-customers .card.slide-effect:nth-child(40) {
	animation: gridItemAnimation 0.4s ease 1s backwards
}

.page-customers .card.slide-effect:nth-child(41) {
	animation: gridItemAnimation 0.4s ease 1.025s backwards
}

.page-customers .card.slide-effect:nth-child(42) {
	animation: gridItemAnimation 0.4s ease 1.05s backwards
}

.page-customers .card.slide-effect:nth-child(43) {
	animation: gridItemAnimation 0.4s ease 1.075s backwards
}

.page-customers .card.slide-effect:nth-child(44) {
	animation: gridItemAnimation 0.4s ease 1.1s backwards
}

.page-customers .card.slide-effect:nth-child(45) {
	animation: gridItemAnimation 0.4s ease 1.125s backwards
}

.page-customers .card.slide-effect:nth-child(46) {
	animation: gridItemAnimation 0.4s ease 1.15s backwards
}

.page-customers .card.slide-effect:nth-child(47) {
	animation: gridItemAnimation 0.4s ease 1.175s backwards
}

.page-customers .card.slide-effect:nth-child(48) {
	animation: gridItemAnimation 0.4s ease 1.2s backwards
}

.page-customers .card.slide-effect:nth-child(49) {
	animation: gridItemAnimation 0.4s ease 1.225s backwards
}

.page-customers .card.slide-effect:nth-child(50) {
	animation: gridItemAnimation 0.4s ease 1.25s backwards
}

.page-customers .card.slide-effect:nth-child(51) {
	animation: gridItemAnimation 0.4s ease 1.275s backwards
}

.page-customers .card.slide-effect:nth-child(52) {
	animation: gridItemAnimation 0.4s ease 1.3s backwards
}

.page-customers .card.slide-effect:nth-child(53) {
	animation: gridItemAnimation 0.4s ease 1.325s backwards
}

.page-customers .card.slide-effect:nth-child(54) {
	animation: gridItemAnimation 0.4s ease 1.35s backwards
}

.page-customers .card.slide-effect:nth-child(55) {
	animation: gridItemAnimation 0.4s ease 1.375s backwards
}

.page-customers .card.slide-effect:nth-child(56) {
	animation: gridItemAnimation 0.4s ease 1.4s backwards
}

.page-customers .card.slide-effect:nth-child(57) {
	animation: gridItemAnimation 0.4s ease 1.425s backwards
}

.page-customers .card.slide-effect:nth-child(58) {
	animation: gridItemAnimation 0.4s ease 1.45s backwards
}

.page-customers .card.slide-effect:nth-child(59) {
	animation: gridItemAnimation 0.4s ease 1.475s backwards
}

.page-customers .card.slide-effect:nth-child(60) {
	animation: gridItemAnimation 0.4s ease 1.5s backwards
}

.page-customers .card.slide-effect:nth-child(61) {
	animation: gridItemAnimation 0.4s ease 1.525s backwards
}

.page-customers .card.slide-effect:nth-child(62) {
	animation: gridItemAnimation 0.4s ease 1.55s backwards
}

.page-customers .card.slide-effect:nth-child(63) {
	animation: gridItemAnimation 0.4s ease 1.575s backwards
}

.page-customers .card.slide-effect:nth-child(64) {
	animation: gridItemAnimation 0.4s ease 1.6s backwards
}

.page-customers .card.slide-effect:nth-child(65) {
	animation: gridItemAnimation 0.4s ease 1.625s backwards
}

.page-customers .card.slide-effect:nth-child(66) {
	animation: gridItemAnimation 0.4s ease 1.65s backwards
}

.page-customers .card.slide-effect:nth-child(67) {
	animation: gridItemAnimation 0.4s ease 1.675s backwards
}

.page-customers .card.slide-effect:nth-child(68) {
	animation: gridItemAnimation 0.4s ease 1.7s backwards
}

.page-customers .card.slide-effect:nth-child(69) {
	animation: gridItemAnimation 0.4s ease 1.725s backwards
}

.page-customers .card.slide-effect:nth-child(70) {
	animation: gridItemAnimation 0.4s ease 1.75s backwards
}

.page-customers .card.slide-effect:nth-child(71) {
	animation: gridItemAnimation 0.4s ease 1.775s backwards
}

.page-customers .card.slide-effect:nth-child(72) {
	animation: gridItemAnimation 0.4s ease 1.8s backwards
}

.page-customers .card.slide-effect:nth-child(73) {
	animation: gridItemAnimation 0.4s ease 1.825s backwards
}

.page-customers .card.slide-effect:nth-child(74) {
	animation: gridItemAnimation 0.4s ease 1.85s backwards
}

.page-customers .card.slide-effect:nth-child(75) {
	animation: gridItemAnimation 0.4s ease 1.875s backwards
}

.page-customers .card.slide-effect:nth-child(76) {
	animation: gridItemAnimation 0.4s ease 1.9s backwards
}

.page-customers .card.slide-effect:nth-child(77) {
	animation: gridItemAnimation 0.4s ease 1.925s backwards
}

.page-customers .card.slide-effect:nth-child(78) {
	animation: gridItemAnimation 0.4s ease 1.95s backwards
}

.page-customers .card.slide-effect:nth-child(79) {
	animation: gridItemAnimation 0.4s ease 1.975s backwards
}

.page-customers .card.slide-effect:nth-child(80) {
	animation: gridItemAnimation 0.4s ease 2s backwards
}

.page-customers .card.slide-effect:nth-child(81) {
	animation: gridItemAnimation 0.4s ease 2.025s backwards
}

.page-customers .card.slide-effect:nth-child(82) {
	animation: gridItemAnimation 0.4s ease 2.05s backwards
}

.page-customers .card.slide-effect:nth-child(83) {
	animation: gridItemAnimation 0.4s ease 2.075s backwards
}

.page-customers .card.slide-effect:nth-child(84) {
	animation: gridItemAnimation 0.4s ease 2.1s backwards
}

.page-customers .card.slide-effect:nth-child(85) {
	animation: gridItemAnimation 0.4s ease 2.125s backwards
}

.page-customers .card.slide-effect:nth-child(86) {
	animation: gridItemAnimation 0.4s ease 2.15s backwards
}

.page-customers .card.slide-effect:nth-child(87) {
	animation: gridItemAnimation 0.4s ease 2.175s backwards
}

.page-customers .card.slide-effect:nth-child(88) {
	animation: gridItemAnimation 0.4s ease 2.2s backwards
}

.page-customers .card.slide-effect:nth-child(89) {
	animation: gridItemAnimation 0.4s ease 2.225s backwards
}

.page-customers .card.slide-effect:nth-child(90) {
	animation: gridItemAnimation 0.4s ease 2.25s backwards
}

.page-customers .card.slide-effect:nth-child(91) {
	animation: gridItemAnimation 0.4s ease 2.275s backwards
}

.page-customers .card.slide-effect:nth-child(92) {
	animation: gridItemAnimation 0.4s ease 2.3s backwards
}

.page-customers .card.slide-effect:nth-child(93) {
	animation: gridItemAnimation 0.4s ease 2.325s backwards
}

.page-customers .card.slide-effect:nth-child(94) {
	animation: gridItemAnimation 0.4s ease 2.35s backwards
}

.page-customers .card.slide-effect:nth-child(95) {
	animation: gridItemAnimation 0.4s ease 2.375s backwards
}

.page-customers .card.slide-effect:nth-child(96) {
	animation: gridItemAnimation 0.4s ease 2.4s backwards
}

.page-customers .card.slide-effect:nth-child(97) {
	animation: gridItemAnimation 0.4s ease 2.425s backwards
}

.page-customers .card.slide-effect:nth-child(98) {
	animation: gridItemAnimation 0.4s ease 2.45s backwards
}

.page-customers .card.slide-effect:nth-child(99) {
	animation: gridItemAnimation 0.4s ease 2.475s backwards
}

.page-customers .card.slide-effect:nth-child(100) {
	animation: gridItemAnimation 0.4s ease 2.5s backwards
}

@keyframes gridItemAnimation {
	from {
		opacity: 0;
		transform: translate(0, 20px)
	}
	to {
		opacity: 1;
		transform: translate(0, 0)
	}
}

.page-customers .card.hover-shadow:hover {
	opacity: .95;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1) !important
}

.page-customers .smooth-scroll {
	height: 39px
}

.page-customers .smooth-scroll a {
	z-index: 100
}

.page-customers .card {
	transition: transform .15s ease-in-out
}

.page-customers .card .logo-effect {
	transition: filter 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
	filter: grayscale(100%)
}

.page-customers .card:hover {
	transform: scale(1.02)
}

.page-customers .card:hover .logo-effect {
	filter: grayscale(0%)
}

.page-customers .card-body {
	height: 300px
}

.page-customers .arrow {
	color: #028fdf;
	width: 50px;
	height: 25px
}

.page-customers .logo-height {
	max-height: 70px
}

.page-customers .testimonial-card {
	height: 270px;
	transition: margin-top .25s linear, margin-bottom .25s linear
}

.page-customers .testimonial-card:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	transform: translate3d(0px, 0px, 0px);
	background-color: #f6f9fc;
	transition: 0.3s
}

.page-customers .testimonial-card:hover .avatar {
	opacity: 1
}

.page-customers .testimonial-card:hover .logo {
	opacity: 0
}

.page-customers .bg-quotes {
	background-color: rgba(0, 0, 0, 0);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.page-customers .bg-quotes.visible {
	background-image: url("//cdn.flipsnack.com/site/images/customers/hairuwear/quote.png")
}

.page-customers .logo-card {
	height: 136px
}

.page-customers .logo-card .avatar {
	opacity: 0;
	transition: opacity .3s linear
}

.page-customers .logo-card .logo {
	opacity: 1
}

.page-customers .page-customers-hairuwear .header-img {
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.page-customers .page-customers-hairuwear .header-img.visible {
	background-image: url("//cdn.flipsnack.com/site/images/customers/hairuwear/hairuwear-header.png")
}

.page-customers .page-customers-hairuwear .third-section {
	background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/third-section-img.png") no-repeat top center;
	background-position-y: 0
}

.page-customers .page-customers-hairuwear .fifth-section {
	background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/fifth-section-img.png") no-repeat top center;
	background-position-y: 34px
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.page-customers .page-customers-hairuwear .fifth-section {
		background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/fifth-section-img.png") no-repeat top center;
		background-position-y: 70px
	}
}

@media (max-width: 767.98px) {
	.page-customers .page-customers-hairuwear .fifth-section {
		background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/fifth-section-img.png") no-repeat top center;
		background-position-y: 55px
	}
}

.page-customers .page-customers-hairuwear .eighth-section {
	overflow: hidden
}

.page-customers .page-customers-hairuwear .ninth-section {
	background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/last-photo.png") no-repeat top center;
	background-position-y: 141px
}

.page-customers .page-customers-make-a-wish .header-img {
	background-color: #68a2c1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.page-customers .page-customers-make-a-wish .header-img.visible {
	background-image: url("//cdn.flipsnack.com/site/images/customers/make-a-wish/header-img.png")
}

.page-customers .page-customers-make-a-wish .third-section {
	background: url("//cdn.flipsnack.com/site/images/customers/make-a-wish/testimonial-top.png") no-repeat top center;
	background-position-y: 50px
}

.page-customers .page-customers-make-a-wish .fourth-section .magazine-section-background {
	background-color: #f4f1ed
}

.page-customers .page-customers-make-a-wish .sixth-section {
	background: url("//cdn.flipsnack.com/site/images/customers/make-a-wish/bsb-917-profile-1-copy.png") no-repeat top center;
	background-position-y: 132px
}

.page-customers .page-customers-make-a-wish .a-no-decoration a,
.page-customers .page-customers-make-a-wish .a-no-decoration a:hover,
.page-customers .page-customers-make-a-wish .a-no-decoration a:visited {
	color: white;
	text-decoration: none
}

.page-customers .page-customers-mayke .header-img {
	background-color: #6c6f7e;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat
}

.page-customers .page-customers-mayke .header-img.visible {
	background-image: url("//cdn.flipsnack.com/site/images/customers/mayke/couture-cover-provocateur-b-8305-copy.png")
}

.page-customers .page-customers-mayke .third-section {
	background: url("//cdn.flipsnack.com/site/images/customers/mayke/mask.png") no-repeat top center;
	background-position-y: 50px
}

.page-customers .page-customers-mayke .fourth-section .magazine-section-background {
	background-color: #f4f1ed
}

.page-customers .page-customers-mayke .sixth-section {
	background: url("//cdn.flipsnack.com/site/images/customers/mayke/bsb-917-profile-1-copy.png") no-repeat top center;
	background-position-y: 132px
}

.page-customers .page-customers-marriott-miami .header-marriott {
	background-color: #8cabb1;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat
}

.page-customers .page-customers-marriott-miami .header-marriott.visible {
	background-image: url("//cdn.flipsnack.com/site/images/customers/marriott/header-img.png")
}

.page-customers .page-customers-marriott-miami .bg-quotes {
	background-color: rgba(0, 0, 0, 0);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat
}

.page-customers .page-customers-marriott-miami .bg-quotes.visible {
	background-image: url("//cdn.flipsnack.com/site/images/customers/hairuwear/quote.png")
}

@media (min-width: 992px) {
	.page-customers .page-customers-marriott-miami .bg-quotes {
		background-color: rgba(0, 0, 0, 0);
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat
	}
	.page-customers .page-customers-marriott-miami .bg-quotes.visible {
		background-image: url("//cdn.flipsnack.com/site/images/customers/hairuwear/quote.png")
	}
}

@media (min-width: 992px) {
	.page-customers .page-customers-marriott-miami .bg-badge .img-position {
		position: relative
	}
	.page-customers .page-customers-marriott-miami .bg-badge .img-position img {
		position: absolute;
		top: -40px;
		left: 0;
		height: 121%
	}
}

@media (max-width: 767.98px) {
	.page-features .section-conversion .container {
		padding: 0
	}
}

.page-features .section-conversion .section-background {
	position: absolute;
	top: 16px;
	bottom: 16px;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/features/conversion-bg.gz.svg") no-repeat 80%;
	background-size: contain;
	left: 0
}

.page-features .section-conversion .iframe-container {
	top: 0;
	left: 0
}

.page-features .section-conversion .iframe-container iframe {
	height: 80%
}

.page-features .section-conversion .animation {
	margin: auto;
	position: relative;
	width: 1100px;
	height: 380px;
	overflow: hidden
}

.page-features .white-line {
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.page-features .section-powerful-editor {
	background-image: linear-gradient(to right, #232f61, #492d7a);
}

.page-features .section-powerful-editor * {
	user-select: none
}

.page-features .section-powerful-editor .options-container {
	border-bottom: 1px solid rgba(140, 152, 165, 0.3)
}

.page-features .section-powerful-editor .options-container .option-underline {
	display: none;
	content: '';
	position: absolute;
	bottom: -1px;
	border: 1px solid #028fdf;
	width: 156px;
	transition: left 0.2s, width 0.1s
}

.page-features .section-powerful-editor .options-container .option-container.active p.option-area {
	opacity: 1
}

.page-features .section-powerful-editor .options-container .option-container .option-area {
	cursor: pointer
}

.page-features .section-powerful-editor .options-container .option-container .option-area.rounded {
	box-shadow: -10px -10px 2px 1px rgba(255, 255, 255, 0.1);
	transition: box-shadow 0.2s
}

.page-features .section-powerful-editor .options-container .option-container .option-area:not(.rounded) {
	opacity: 0.6
}

.page-features .section-powerful-editor .options-container .option-container:hover {
	cursor: pointer
}

.page-features .section-powerful-editor .options-container .option-container:hover p.option-area {
	opacity: 1
}

.page-features .section-powerful-editor .options-container .option-container:hover .option-area.rounded {
	box-shadow: -8px -8px 2px 1px rgba(255, 255, 255, 0.1)
}

.page-features .section-powerful-editor .section-background {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/features/powerful-editor-rectanglebg.gz.svg") no-repeat 50%;
	background-size: contain
}

.page-features .section-powerful-editor .option-arrow {
	cursor: pointer;
	opacity: 0.7
}

.page-features .section-powerful-editor .option-arrow.left {
	transform: rotate(180deg)
}

.page-features .section-powerful-editor .option-arrow:hover {
	opacity: 1
}

.page-features .section-powerful-editor .option-name {
	background-color: transparent;
	width: 234px
}

.page-features .section-sharing .share-option-title {
	color: #01cc6b
}

.page-features .section-sharing .share-option-content:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -19px;
	width: 135px;
	height: 1px;
	background-color: #fff;
	opacity: .2
}

.page-features .section-mobile-widget .section-background {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/features/powerful-editor-rectanglebg.gz.svg") no-repeat 50%;
	background-size: contain;
	left: 0
}

.page-features .section-bookshelf .bookshelf-iframe {
	width: 80%
}

@media (max-width: 991.98px) {
	.page-features .section-bookshelf .bookshelf-iframe {
		width: 100%
	}
}

@media (max-width: 767.98px) {
	.page-features .section-bookshelf a {
		width: 100%
	}
}

.page-features .section-sell-publication .section-background {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/features/conversion-bg.gz.svg") no-repeat 50%;
	background-size: contain;
	left: 0
}

.page-features .section-branding .green-line {
	width: 100%;
	height: 2px;
	background-color: #01cc6b;
	top: calc(50% - 1px)
}

.page-features .section-branding img {
	z-index: 3
}

@media (max-width: 767.98px) {
	.page-features .section-branding .green-line {
		width: 250px;
		transform: rotate(90deg)
	}
}

.page-features .section-statistics .animation-container {
	width: 100%;
	overflow: hidden
}

@media (max-width: 1199.98px) {
	.page-features .bottom-banner a {
		width: 100%
	}
}

.page-features .stats-page .header-bg .bg-image {
	background: url("//cdn.flipsnack.com/site/images/features/statistics/header-bg.png") no-repeat center;
	background-position-y: 0
}

.page-features .stats-page .header-bg .btn-light {
	color: #5d4fb7
}

.page-features .stats-page .bg-gray {
	background-color: #f6f9fc
}

.page-features .stats-page .bg-stats-image {
	background: url("//cdn.flipsnack.com/site/images/features/statistics/stats-icons.png") no-repeat center;
	background-position-y: 0
}

.page-features .stats-page .btn-light {
	color: #2d3063
}

.page-features .privacy-options .bg-extensive {
	background-color: #007896
}

.page-features .privacy-options .bg-extensive .bg-image {
	background: url("//cdn.flipsnack.com/site/images/features/privacy-page/bg-green.png") no-repeat center;
	background-position-y: 0;
	margin-top: 25px
}

.page-features .privacy-options .bg-extensive .text-green {
	color: #007896
}

.page-features .privacy-options .set-privacy-option {
	background-color: #2d3063;
	height: 425px
}

@media (min-width: 768px) {
	.page-features .privacy-options .set-privacy-option {
		height: 495px
	}
}

.page-features .privacy-options .set-privacy-option .bg-purple {
	background: url("//cdn.flipsnack.com/site/images/features/privacy-page/bg-purple.png") no-repeat center;
	background-position-y: 0
}

.page-features .privacy-options .number-spacing {
	width: 35px;
	height: 35px
}

@media (max-width: 767.98px) {
	.page-features .privacy-options ul {
		list-style-type: none
	}
}

.page-features .page-sharing .bg-sharing {
	background-color: #36bfc6
}

.page-features .page-sharing .header-content-position {
	margin-top: -320px
}

@media (max-width: 991.98px) {
	.page-features .page-sharing .header-content-position {
		margin-top: -200px
	}
}

.page-features .interactivity-page .bg-interactivity {
	background-color: #156b94
}

.page-features .interactivity-page .bg-interactivity .pigment-color {
	color: #156b94
}

.page-features .interactivity-page .bg-quotes {
	background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/quote.png") no-repeat 22px;
	background-position-y: 32px
}

.page-features .interactivity-page .header-bg-image {
	background: url("//cdn.flipsnack.com/site/images/features/interactivity/interactive-publications.png") no-repeat top center;
	background-position-y: 0
}

.page-features .interactivity-page .product-tag-container {
	z-index: 3;
	position: relative
}

.page-features .interactivity-page .form-background-position {
	background-color: #156b94;
	margin-top: -320px;
	position: relative
}

@media (max-width: 991.98px) {
	.page-features .interactivity-page .form-background-position {
		margin-top: -200px
	}
}

.page-features .interactivity-page .carousel-position {
	bottom: 30px
}

.online-design-tool-page .header-rectangle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/online-design-tool/header-rectangles-background.gz.svg") no-repeat center;
	background-size: cover
}

.online-design-tool-page .number-spacing {
	width: 30px;
	height: 30px
}

.online-design-tool-page .editor-image {
	height: 350px;
	overflow: visible
}

.online-design-tool-page .h1-content {
	display: inline-block;
	overflow: hidden;
	height: 57px
}

@media (max-width: 575.98px) {
	.online-design-tool-page .h1-content {
		height: 73px
	}
}

.online-design-tool-page .h1-content .h1-carousel-list {
	display: inline-block;
	list-style: none;
	-webkit-animation-name: change;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: change;
	animation-duration: 10s;
	animation-iteration-count: infinite
}

.online-design-tool-page .h1-content .h1-carousel-list .carousel-list-item {
	line-height: 60px;
	margin: 0
}

@keyframes opacity {
	0%,
	100% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@keyframes change {
	0%,
	12.5% {
		transform: translate3d(0, 0, 0)
	}
	25%,
	37.5% {
		transform: translate3d(0, -60px, 0)
	}
	50%,
	62.5% {
		transform: translate3d(0, -120px, 0)
	}
	75%,
	87.5% {
		transform: translate3d(0, -60px, 0)
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}

.online-design-tool-page .texts-section {
	background-color: #2d3063
}

.loading-state {
	pointer-events: none
}

.loading-state:before {
	content: "";
	position: absolute;
	width: 99%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg%20width%3D%22100px%22%20%20height%3D%22100px%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-rolling%22%20style%3D%22background%3A%20none%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20fill%3D%22none%22%20ng-attr-stroke%3D%22%23028fdf%22%20ng-attr-stroke-width%3D%223px%22%20ng-attr-r%3D%2214px%22%20ng-attr-stroke-dasharray%3D%2265.97344572538566%2023.991148575128552%22%20stroke%3D%22%23028fdf%22%20stroke-width%3D%223%22%20r%3D%2214%22%20stroke-dasharray%3D%2265.97344572538566%2023.991148575128552%22%20transform%3D%22rotate%28210%2050%2050%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2050%3B360%2050%2050%22%20keyTimes%3D%220%3B1%22%20dur%3D%220.6s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C/animateTransform%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/svg%3E") no-repeat center center
}

.loading-state>div {
	opacity: 0.3
}

.wrapper-aside {
	min-height: 100vh
}

.wrapper-aside aside {
	min-height: 100vh;
	min-width: 364px;
	max-width: 364px;
	background-image: url("//cdn.flipsnack.com/site/images/accounts/aside-shapes-bg.gz.svg");
	background-size: cover
}

.wrapper-aside main>div {
	min-height: 100vh
}

.wrapper-aside main .content {
	max-width: 400px;
	width: 100%
}

.wrapper-aside main.main-large .content {
	max-width: 500px
}

.wrapper-aside main.main-medium .content {
	max-width: 435px
}

.wrapper-aside main .small label {
	font-size: 12px
}

.page-public-profile.full-height {
	height: 100%
}

.page-public-profile #full-reader-link iframe {
	position: absolute;
	background-color: #4e5565
}

.page-public-profile .profile-image {
	object-fit: cover
}

.page-public-profile img {
	opacity: 1;
	transition: opacity 0.3s
}

.page-public-profile img[data-src] {
	opacity: 0
}

.page-public-profile .custom-logo {
	max-height: 45px
}

.page-public-profile .popover-share svg {
	fill: #028fdf
}

.page-public-profile .popover-share:hover svg {
	fill: #026fac
}

.page-public-profile #myPlayer {
	font-size: 0;
	background: #4e5565;
	min-height: 550px
}

.page-public-profile #myPlayer iframe {
	min-height: 550px
}

.page-public-profile .my-text-wrap {
	word-wrap: break-word
}

.page-public-profile .popover.follow,
.page-public-profile .popover.read-later {
	margin-top: 0
}

.page-public-profile .popover.follow .arrow,
.page-public-profile .popover.read-later .arrow {
	display: none
}

.page-public-profile .popover.follow .popover-body,
.page-public-profile .popover.read-later .popover-body {
	width: 355px;
	padding-left: 0;
	padding-right: 0
}

.page-public-profile .popover.follow .popover-body b,
.page-public-profile .popover.read-later .popover-body b {
	font-weight: 500
}

.page-public-profile .popover.follow .popover-content,
.page-public-profile .popover.read-later .popover-content {
	padding-top: 0.5rem
}

@media (min-width: 992px) {
	.page-public-profile .follow-left {
		max-width: 80%
	}
}

.page-public-profile span.svg {
	font-size: 0
}

.page-public-profile #like .liked {
	display: none
}

.page-public-profile #like.liked .liked {
	display: inline
}

.page-public-profile #like.liked .not-liked {
	display: none
}

.page-public-profile #like .likes {
	background-color: #028fdf;
	color: #fff;
	padding: 0 3px;
	border-radius: 3px
}

.page-public-profile #like .likes.hidden {
	display: none
}

.page-public-profile #like.disabled,
.page-public-profile #read-later-add.disabled {
	pointer-events: none;
	opacity: 0.5
}

.page-public-profile #read-later-popin .add {
	display: block
}

.page-public-profile #read-later-popin .remove {
	display: none
}

.page-public-profile #read-later-popin.added-to-list .add {
	display: none
}

.page-public-profile #read-later-popin.added-to-list .remove {
	display: block
}

.page-edu .third-section {
	background-color: #f9f9fa
}

.page-edu .card {
	width: 342px
}

.page-edu .check-sign {
	width: 26px;
	height: 26px
}

.page-edu .card-body .left {
	margin-bottom: 74px
}

.page-edu .sixth-section {
	background-color: #566c81
}

.page-templates .card-columns {
	column-count: 2
}

@media (min-width: 576px) {
	.page-templates .card-columns {
		column-count: 3
	}
}

@media (min-width: 992px) {
	.page-templates .card-columns {
		column-count: 4
	}
}

.page-templates .template-preview-container {
	background-color: #e5e9f0
}

.page-templates .template-portrait-img {
	max-width: 224px
}

.page-templates .template-portrait-img.large {
	max-width: 372px
}

.page-templates .template-landscape-img {
	max-width: 260px
}

.page-templates .template-landscape-img.large {
	max-width: 372px
}

.page-templates .social-icons-container {
	position: absolute
}

@media (max-width: 767.98px) {
	.page-templates .social-icons-container {
		position: inherit
	}
	.page-templates .template-portrait-img.large {
		max-width: 224px
	}
}

.page-templates .badge-custom {
	background: #ffffff;
	transition: all 0.1s ease 0s;
	color: #028fdf
}

.page-templates .badge-custom:hover {
	color: #FFF;
	background-color: #028fdf
}

.first-section {
	background-image: url("https://cdn.flipsnack.net/site/images/terms/header-bg.gz.svg");
	background-size: cover
}

.bottom-banner {
	background-color: #566c81
}

.page-home .testimonial {
	background-color: #566c81
}

.page-home .how-to {
	background-color: #f6f9fc
}

.page-home .how-to .carousel-img {
	width: 26px;
	height: 26px
}

.page-home .how-to li::before {
	content: attr(data-count);
	position: absolute;
	left: 0;
	z-index: 2;
	width: 34px;
	height: 34px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 #d6dce1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.87);
	transition: color, background-color .1s ease-in
}

.page-home .how-to li:not(.selected)::before {
	cursor: pointer
}

.page-home .how-to li:not(.selected) p,
.page-home .how-to li:not(.selected) h4 {
	cursor: pointer
}

.page-home .how-to li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 17px;
	z-index: 1;
	background-color: #c4cbd8;
	width: 1px;
	height: 100%
}

.page-home .how-to li:nth-last-of-type(1)::after {
	content: initial
}

.page-home .how-to li:hover::before,
.page-home .how-to li.selected::before {
	background-color: #028fdf;
	color: #fff
}

.page-home .how-to #carousel {
	height: 630px;
	overflow: hidden;
	transition: opacity .5s ease-in
}

.page-home .how-to #carousel .my-carousel-item {
	width: 90%;
	height: 6.3333rem;
	background-color: #fff;
	box-shadow: 0 8px 22px 0 #d6dce1;
	opacity: .4;
	line-height: 21px;
	padding: 22px;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.page-home .how-to #carousel .my-carousel-item .green-circle {
	width: 25px;
	height: 25px;
	background-color: rgba(0, 187, 96, 0.44);
	border-radius: 50%
}

.page-home .how-to #carousel .my-carousel-item:first-child {
	opacity: 1;
	transform: scale(1.05)
}

.page-home .how-to #carousel .my-carousel-item:not(:first-child) {
	filter: grayscale(100%)
}

.page-home .how-to #carousel .my-carousel-item:nth-child(2) {
	-webkit-transform: translateY(100%) translateY(26px) scale(1);
	transform: translateY(100%) translateY(26px) scale(1);
	z-index: 2
}

.page-home .how-to #carousel .my-carousel-item:nth-child(3) {
	-webkit-transform: translateY(200%) translateY(52px) scale(1);
	transform: translateY(200%) translateY(52px) scale(1);
	z-index: 3
}

.page-home .how-to #carousel .my-carousel-item:nth-child(4) {
	-webkit-transform: translateY(300%) translateY(78px) scale(1);
	transform: translateY(300%) translateY(78px) scale(1);
	z-index: 4
}

.page-home .how-to #carousel .my-carousel-item:nth-child(5) {
	-webkit-transform: translateY(400%) translateY(104px) scale(1);
	transform: translateY(400%) translateY(104px) scale(1);
	z-index: 5
}

.page-home .how-to #carousel .my-carousel-item:nth-child(6) {
	-webkit-transform: translateY(500%) translateY(130px) scale(1);
	transform: translateY(500%) translateY(130px) scale(1);
	z-index: 6
}

.page-home .how-to #carousel:after {
	content: "";
	height: 225px;
	width: calc(100% + 30px);
	position: absolute;
	bottom: -20px;
	left: -15px;
	z-index: 10;
	background-image: linear-gradient(0deg, #f6f9fc 70%, rgba(246, 249, 252, 0))
}

.page-home .feature-card {
	box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07)
}

.page-home .feature-card:hover {
	transform: translateY(-3px);
	transition-duration: .15s;
	filter: grayscale(100%);
	cursor: pointer;
	user-select: none
}

.page-home .feature-card:active {
	transform: translateY(3px);
	background: linear-gradient(#fff, #f7f8fa)
}

.page-home .logos-section {
	background-color: #008bdb
}

.page-home .logos-section .logos-intro {
	opacity: 0.8
}

.page-home .mobile-friendly .mobile-friendly-badge {
	background: #0086d1
}

.page-home .mobile-friendly .custom-line {
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.page-home .header-section {
	overflow: hidden;
	position: relative
}

.page-home .headerbg-holder {
	width: 170%;
	position: relative;
	margin: 0 auto;
	left: 0;
	user-select: none;
	display: inline-block;
	padding-top: 2rem
}

@media (min-width: 768px) {
	.page-home .headerbg-holder {
		width: 140%;
		left: 0%
	}
}

@media (min-width: 992px) {
	.page-home .headerbg-holder {
		position: absolute;
		width: auto;
		bottom: -90px;
		margin-bottom: 0;
		left: 100%;
		z-index: 1
	}
}

.page-home .headerbg-holder img {
	max-width: 100%
}

@media (min-width: 992px) {
	.page-home .headerbg-holder img {
		max-width: none
	}
}

.page-home .headerbg-wrapper {
	position: absolute;
	top: 24.8%;
	bottom: 10.8%;
	left: 21.2%;
	right: 43.6%;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 100%
}

.page-home .headerbg-wrapper:hover {
	opacity: 0.05;
	background-color: white
}

.page-home .headerbg-wrapper a {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer
}

.page-about .lazy-background {
	background: #000000
}

.page-about .lazy-background.visible {
	background-image: url("//cdn.flipsnack.com/site/images/about-us/about-us-illustration.png")
}

.page-about .card {
	position: relative;
	width: 205px;
	min-height: unset
}

.page-about .card .overlay {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: rgba(0, 123, 193, 0.5)
}

.page-about .card .overlay div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 42%;
	background-color: #0278bc
}

.page-about .card .overlay div i {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.page-about .card:hover>.overlay {
	opacity: 1
}

.page-about .section-map {
	background-color: #313e4a;
	overflow: hidden
}

.page-about .vertical-line {
	border-left: 1px solid #028fdf;
	height: 30px;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width: 767.98px) {
	.page-about .vertical-line {
		border-left: 1px solid #028fdf;
		height: 30px;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%)
	}
}

.page-about .vertical-line.vertical-line-top {
	bottom: auto;
	top: -46px
}

@media (max-width: 767.98px) {
	.page-about .vertical-line.vertical-line-top {
		bottom: auto;
		top: -25px
	}
}

.page-about .horizontal-line {
	border-bottom: 1px solid #028fdf;
	width: 100%
}

.page-about .horizontal-divider {
	border-bottom: 1px solid #e5e9f0;
	width: 100%
}

.page-uses .image-box {
	position: relative;
	margin: auto;
	overflow: hidden
}

.page-uses .image-box img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto
}

.page-uses .uses-hover:hover {
	transform: scale(1.1)
}

.page-try-flipsnack .card-columns {
	column-count: 2
}

@media (min-width: 576px) {
	.page-try-flipsnack .card-columns {
		column-count: 4
	}
}

@media (min-width: 992px) {
	.page-try-flipsnack .card-columns {
		column-count: 5
	}
}

.page-try-flipsnack .card>a {
	display: block;
	min-height: 100px
}

.page-try-flipsnack .card img {
	opacity: 1;
	transition: opacity 0.3s
}

.page-try-flipsnack .card img:not([src]) {
	opacity: 0
}

.page-try-flipsnack .card.slide-effect:nth-child(1) {
	animation: gridItemAnimation 0.4s ease .025s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(2) {
	animation: gridItemAnimation 0.4s ease .05s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(3) {
	animation: gridItemAnimation 0.4s ease .075s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(4) {
	animation: gridItemAnimation 0.4s ease .1s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(5) {
	animation: gridItemAnimation 0.4s ease .125s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(6) {
	animation: gridItemAnimation 0.4s ease .15s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(7) {
	animation: gridItemAnimation 0.4s ease .175s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(8) {
	animation: gridItemAnimation 0.4s ease .2s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(9) {
	animation: gridItemAnimation 0.4s ease .225s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(10) {
	animation: gridItemAnimation 0.4s ease .25s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(11) {
	animation: gridItemAnimation 0.4s ease .275s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(12) {
	animation: gridItemAnimation 0.4s ease .3s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(13) {
	animation: gridItemAnimation 0.4s ease .325s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(14) {
	animation: gridItemAnimation 0.4s ease .35s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(15) {
	animation: gridItemAnimation 0.4s ease .375s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(16) {
	animation: gridItemAnimation 0.4s ease .4s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(17) {
	animation: gridItemAnimation 0.4s ease .425s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(18) {
	animation: gridItemAnimation 0.4s ease .45s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(19) {
	animation: gridItemAnimation 0.4s ease .475s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(20) {
	animation: gridItemAnimation 0.4s ease .5s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(21) {
	animation: gridItemAnimation 0.4s ease .525s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(22) {
	animation: gridItemAnimation 0.4s ease .55s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(23) {
	animation: gridItemAnimation 0.4s ease .575s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(24) {
	animation: gridItemAnimation 0.4s ease .6s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(25) {
	animation: gridItemAnimation 0.4s ease .625s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(26) {
	animation: gridItemAnimation 0.4s ease .65s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(27) {
	animation: gridItemAnimation 0.4s ease .675s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(28) {
	animation: gridItemAnimation 0.4s ease .7s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(29) {
	animation: gridItemAnimation 0.4s ease .725s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(30) {
	animation: gridItemAnimation 0.4s ease .75s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(31) {
	animation: gridItemAnimation 0.4s ease .775s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(32) {
	animation: gridItemAnimation 0.4s ease .8s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(33) {
	animation: gridItemAnimation 0.4s ease .825s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(34) {
	animation: gridItemAnimation 0.4s ease .85s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(35) {
	animation: gridItemAnimation 0.4s ease .875s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(36) {
	animation: gridItemAnimation 0.4s ease .9s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(37) {
	animation: gridItemAnimation 0.4s ease .925s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(38) {
	animation: gridItemAnimation 0.4s ease .95s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(39) {
	animation: gridItemAnimation 0.4s ease .975s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(40) {
	animation: gridItemAnimation 0.4s ease 1s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(41) {
	animation: gridItemAnimation 0.4s ease 1.025s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(42) {
	animation: gridItemAnimation 0.4s ease 1.05s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(43) {
	animation: gridItemAnimation 0.4s ease 1.075s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(44) {
	animation: gridItemAnimation 0.4s ease 1.1s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(45) {
	animation: gridItemAnimation 0.4s ease 1.125s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(46) {
	animation: gridItemAnimation 0.4s ease 1.15s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(47) {
	animation: gridItemAnimation 0.4s ease 1.175s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(48) {
	animation: gridItemAnimation 0.4s ease 1.2s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(49) {
	animation: gridItemAnimation 0.4s ease 1.225s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(50) {
	animation: gridItemAnimation 0.4s ease 1.25s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(51) {
	animation: gridItemAnimation 0.4s ease 1.275s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(52) {
	animation: gridItemAnimation 0.4s ease 1.3s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(53) {
	animation: gridItemAnimation 0.4s ease 1.325s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(54) {
	animation: gridItemAnimation 0.4s ease 1.35s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(55) {
	animation: gridItemAnimation 0.4s ease 1.375s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(56) {
	animation: gridItemAnimation 0.4s ease 1.4s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(57) {
	animation: gridItemAnimation 0.4s ease 1.425s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(58) {
	animation: gridItemAnimation 0.4s ease 1.45s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(59) {
	animation: gridItemAnimation 0.4s ease 1.475s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(60) {
	animation: gridItemAnimation 0.4s ease 1.5s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(61) {
	animation: gridItemAnimation 0.4s ease 1.525s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(62) {
	animation: gridItemAnimation 0.4s ease 1.55s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(63) {
	animation: gridItemAnimation 0.4s ease 1.575s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(64) {
	animation: gridItemAnimation 0.4s ease 1.6s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(65) {
	animation: gridItemAnimation 0.4s ease 1.625s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(66) {
	animation: gridItemAnimation 0.4s ease 1.65s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(67) {
	animation: gridItemAnimation 0.4s ease 1.675s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(68) {
	animation: gridItemAnimation 0.4s ease 1.7s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(69) {
	animation: gridItemAnimation 0.4s ease 1.725s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(70) {
	animation: gridItemAnimation 0.4s ease 1.75s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(71) {
	animation: gridItemAnimation 0.4s ease 1.775s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(72) {
	animation: gridItemAnimation 0.4s ease 1.8s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(73) {
	animation: gridItemAnimation 0.4s ease 1.825s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(74) {
	animation: gridItemAnimation 0.4s ease 1.85s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(75) {
	animation: gridItemAnimation 0.4s ease 1.875s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(76) {
	animation: gridItemAnimation 0.4s ease 1.9s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(77) {
	animation: gridItemAnimation 0.4s ease 1.925s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(78) {
	animation: gridItemAnimation 0.4s ease 1.95s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(79) {
	animation: gridItemAnimation 0.4s ease 1.975s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(80) {
	animation: gridItemAnimation 0.4s ease 2s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(81) {
	animation: gridItemAnimation 0.4s ease 2.025s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(82) {
	animation: gridItemAnimation 0.4s ease 2.05s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(83) {
	animation: gridItemAnimation 0.4s ease 2.075s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(84) {
	animation: gridItemAnimation 0.4s ease 2.1s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(85) {
	animation: gridItemAnimation 0.4s ease 2.125s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(86) {
	animation: gridItemAnimation 0.4s ease 2.15s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(87) {
	animation: gridItemAnimation 0.4s ease 2.175s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(88) {
	animation: gridItemAnimation 0.4s ease 2.2s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(89) {
	animation: gridItemAnimation 0.4s ease 2.225s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(90) {
	animation: gridItemAnimation 0.4s ease 2.25s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(91) {
	animation: gridItemAnimation 0.4s ease 2.275s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(92) {
	animation: gridItemAnimation 0.4s ease 2.3s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(93) {
	animation: gridItemAnimation 0.4s ease 2.325s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(94) {
	animation: gridItemAnimation 0.4s ease 2.35s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(95) {
	animation: gridItemAnimation 0.4s ease 2.375s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(96) {
	animation: gridItemAnimation 0.4s ease 2.4s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(97) {
	animation: gridItemAnimation 0.4s ease 2.425s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(98) {
	animation: gridItemAnimation 0.4s ease 2.45s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(99) {
	animation: gridItemAnimation 0.4s ease 2.475s backwards
}

.page-try-flipsnack .card.slide-effect:nth-child(100) {
	animation: gridItemAnimation 0.4s ease 2.5s backwards
}

@keyframes gridItemAnimation {
	from {
		opacity: 0;
		transform: translate(0, 20px)
	}
	to {
		opacity: 1;
		transform: translate(0, 0)
	}
}

.page-try-flipsnack .card.hover-shadow:hover {
	opacity: .95;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1) !important
}

.page-try-flipsnack .smooth-scroll {
	height: 39px
}

.page-try-flipsnack .smooth-scroll a {
	z-index: 100
}

.page-try-flipsnack .card {
	transition: transform .15s ease-in-out
}

.page-try-flipsnack .card .logo-effect {
	transition: filter 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
	filter: grayscale(100%)
}

.page-try-flipsnack .card:hover {
	transform: scale(1.02)
}

.page-try-flipsnack .card:hover .logo-effect {
	filter: grayscale(0%)
}

.page-try-flipsnack .card-body {
	height: 300px
}

.page-try-flipsnack .arrow {
	color: #028fdf;
	width: 50px;
	height: 25px
}

.page-try-flipsnack .logo-height {
	max-height: 70px
}

.page-try-flipsnack .testimonial-card {
	height: 270px;
	transition: margin-top .25s linear, margin-bottom .25s linear
}

.page-try-flipsnack .testimonial-card:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	transform: translate3d(0px, 0px, 0px);
	background-color: #f6f9fc;
	transition: 0.3s
}

.page-try-flipsnack .testimonial-card:hover .avatar {
	opacity: 1
}

.page-try-flipsnack .testimonial-card:hover .logo {
	opacity: 0
}

.page-try-flipsnack .bg-quotes {
	background: url("//cdn.flipsnack.com/site/images/customers/hairuwear/quote.png") no-repeat 22px;
	background-position-y: 32px
}

.page-try-flipsnack .section-powerful-editor * {
	user-select: none
}

.page-try-flipsnack .section-powerful-editor .options-container {
	border-bottom: 1px solid rgba(140, 152, 165, 0.3)
}

.page-try-flipsnack .section-powerful-editor .options-container .option-underline {
	display: none;
	content: '';
	position: absolute;
	bottom: -1px;
	border: 1px solid #028fdf;
	width: 156px;
	transition: left 0.2s, width 0.1s
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container {
	color: #028FDF
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container.active p.option-area {
	color: #000000;
	opacity: 1
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container .option-area {
	cursor: pointer
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container .option-area.rounded {
	box-shadow: -10px -10px 2px 1px rgba(100, 100, 100, 0.1);
	transition: box-shadow 0.2s
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container .option-area:not(.rounded) {
	opacity: 0.6
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container:hover {
	cursor: pointer
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container:hover p.option-area {
	opacity: 1
}

.page-try-flipsnack .section-powerful-editor .options-container .option-container:hover .option-area.rounded {
	box-shadow: -8px -8px 2px 1px rgba(0, 0, 0, 0.1)
}

.page-try-flipsnack .section-powerful-editor .section-background {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/features/powerful-editor-rectanglebg.gz.svg") no-repeat 50%;
	background-size: contain
}

.page-try-flipsnack .section-powerful-editor .option-arrow {
	cursor: pointer;
	opacity: 0.7
}

.page-try-flipsnack .section-powerful-editor .option-arrow.left {
	transform: rotate(180deg)
}

.page-try-flipsnack .section-powerful-editor .option-arrow:hover {
	opacity: 1
}

.page-try-flipsnack .section-powerful-editor .option-name {
	background-color: transparent;
	width: 234px
}

.page-try-flipsnack .header-rectangle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/try-flipsnack/header/header-rectangles-background.gz.svg") no-repeat center;
	background-size: cover;
	bottom: 150px
}

@media (max-width: 991.98px) {
	.page-try-flipsnack .header-rectangle {
		bottom: 50px
	}
}

.page-try-flipsnack .bg-privacy {
	background-color: #eaf8fc
}

.page-try-flipsnack .arrow {
	color: #028fdf;
	width: 50px;
	height: 25px
}

.page-try-flipsnack .logo-height {
	max-height: 70px
}

.page-try-flipsnack .logo-card {
	height: 136px
}

.page-try-flipsnack .logo-card .avatar {
	opacity: 0;
	transition: opacity .3s linear
}

.page-try-flipsnack .logo-card .logo {
	opacity: 1
}

.page-try-flipsnack .widget-size {
	height: 580px
}

@media (max-width: 1199.98px) {
	.page-try-flipsnack .widget-size {
		height: 480px
	}
}

@media (max-width: 991.98px) {
	.page-try-flipsnack .widget-size {
		height: 380px
	}
}

@media (max-width: 767.98px) {
	.page-try-flipsnack .widget-size {
		height: 280px
	}
}

.page-go-premium .pricing-captcha {
	position: absolute;
	bottom: 15px
}

.page-go-premium .grecaptcha-badge {
	box-shadow: none !important
}

.page-go-premium .p-index {
	z-index: 1030
}

.page-go-premium .textarea {
	resize: none
}

.page-go-premium .text-medium {
	font-size: 14px
}

.page-go-premium .plans-table hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.page-go-premium .plans-table .horizontal-dash {
	color: #8c98a5;
	margin: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.page-go-premium .plans-table .plans-names {
		font-size: 14px
	}
}

@media (max-width: 767.98px) {
	.page-go-premium .plans-table .plans-names {
		font-size: 13px
	}
}

.page-go-premium .horizontal-divider {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1)
}

.page-go-premium .col-background {
	background-color: #f6f9fc
}

@media (max-width: 767.98px) {
	.page-go-premium .col-mobile-background {
		background-color: #f6f9fc;
		border-top: 1px solid rgba(0, 0, 0, 0.1)
	}
}

.page-go-premium .pricing-nav {
	border-top: solid 1px #028fdf
}

.page-go-premium .pricing-nav .nav-item {
	width: 50%;
	max-width: 277px;
	font-size: 14px
}

@media (min-width: 576px) {
	.page-go-premium .pricing-nav .nav-item {
		font-size: 18px
	}
}

.page-go-premium .pricing-nav .nav-item a {
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff
}

.page-go-premium .pricing-nav .nav-item a.active {
	color: #028fdf;
	border-bottom: 2px solid #fff;
	background-color: #fff
}

.page-go-premium .pricing-nav .nav-item a:hover:not(.active) {
	color: #028fdf;
	background-color: #fff
}

.page-go-premium .myplan-bg {
	background-color: #028fdf
}

@media (min-width: 576px) {
	.page-go-premium .myplan-bg {
		background: linear-gradient(to bottom, #028fdf 65%, #fff 30%)
	}
}

@media (min-width: 992px) {
	.page-go-premium .myplan-bg {
		background: linear-gradient(to bottom, #028fdf 315px, #fff 30%)
	}
}

.page-go-premium .myplan-bg-enterprise {
	background-color: #028fdf
}

@media (min-width: 576px) {
	.page-go-premium .myplan-bg-enterprise {
		background: linear-gradient(to bottom, #028fdf 70%, #fff 30%)
	}
}

@media (min-width: 992px) {
	.page-go-premium .myplan-bg-enterprise {
		background: linear-gradient(to bottom, #028fdf 379px, #fff 30%)
	}
}

.page-go-premium .myplan-heading {
	font-size: 37px;
	line-height: 0.75
}

.page-go-premium .myplan-heading .myplan-dollar {
	font-size: 25px;
	letter-spacing: 2.5px
}

.page-go-premium .myplan-heading.reduced .myplan-dollar {
	letter-spacing: -6px;
	vertical-align: middle
}

.page-go-premium .myplan-heading.margin-adjust {
	margin-bottom: 7px
}

.page-go-premium .monthly-price {
	font-weight: bold
}

.page-go-premium .myplan-description {
	line-height: 1.5
}

.page-go-premium #plans .card-body {
	height: 332px !important
}

.page-go-premium .best-value {
	height: 34px;
	width: calc(100% - 30px);
	top: -24px;
	z-index: 2;
	font-size: 14px
}

.page-go-premium .best-value p {
	padding-top: 6px
}

.page-go-premium .frequency {
	cursor: pointer
}

.page-go-premium .frequency .active {
	cursor: default
}

.page-go-premium #enterprise {
	background-color: #f6f9fc
}

.page-go-premium .reduced {
	opacity: .5;
	transform: scale(0.52);
	top: 28px
}

.page-go-premium .reduced:after {
	content: '';
	position: absolute;
	top: 55%;
	width: 155px;
	height: 1px;
	right: 50%;
	transform: translateX(50%);
	background: #233851
}

.page-go-premium .dot {
	height: 7px;
	width: 7px;
	border-radius: 50%;
	display: inline-block
}

.page-go-premium .bottom-space {
	margin-bottom: 213px
}

.page-go-premium .trial-success {
	display: none;
	height: 10px;
	margin: -20px 0px -9px -8px;
	color: #00984e
}

.page-go-premium .trial-fail {
	display: none;
	height: 10px;
	margin: -20px 0px -9px -8px;
	color: #d0021b
}

.page-store .header-image {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("//cdn.flipsnack.com/site/images/store/store-header-bg.png") no-repeat top center;
	background-size: cover
}

.page-store .break-text {
	word-break: break-all
}

.page-store aside .subscription-cover {
	position: relative;
	width: 212px;
	z-index: 3;
	margin: auto
}

.page-store aside .subscription-cover img {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)
}

.page-store aside .subscription-cover:before,
.page-store aside .subscription-cover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	z-index: -1
}

.page-store aside .subscription-cover:before {
	left: 16px;
	top: 16px
}

.page-store aside .subscription-cover:after {
	left: 8px;
	top: 8px
}

.page-store main .content {
	max-width: 441px
}

.page-store main .content .secure-payment {
	color: #018043
}

.page-store main .content .StripeElement {
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid #c4cbd8
}

.page-store .show-on-single {
	display: block
}

.page-store .show-on-subscription {
	display: none
}

.page-store.subscription .show-on-single {
	display: none
}

.page-store.subscription .show-on-subscription {
	display: block
}

.page-campaign {
	height: 100vh;
	overflow: hidden;
	cursor: crosshair
}

.page-campaign>div {
	height: 100%
}

.page-campaign div {
	outline: none;
	outline: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.page-campaign #discount {
	z-index: 1050;
	display: none
}

.page-campaign .bg-halloween {
	background-image: url("//cdn.flipsnack.com/site/images/campaign/halloween-2018/background.gz.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	user-select: none
}

.page-campaign .discount-text-container {
	background-image: url("//cdn.flipsnack.com/site/images/campaign/halloween-2018/sky.gz.svg");
	width: 375px;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.page-campaign .text-navy {
	color: navy
}

.page-campaign .orange-button {
	color: #fff !important;
	text-transform: uppercase;
	background: #ff9000;
	padding: 8px 15px 6px 15px;
	border-radius: 50px;
	display: inline-block;
	border: none;
	font-size: 1rem
}

.page-campaign .orange-button:hover {
	text-shadow: 0px 0px 6px #fff;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	transition: all 0.4s ease 0s
}

.page-campaign img {
	pointer-events: none;
	outline: none;
	user-select: none;
	outline: 0;
	max-height: 240px
}

@media (max-width: 991.98px) {
	.page-campaign img {
		max-height: 100px
	}
}

@media (max-width: 991.98px) {
	.page-campaign .halloween-title {
		width: 160px;
		height: 60px
	}
}

@media (max-width: 991.98px) {
	.page-campaign .halloween-body {
		height: 70px
	}
}

.page-campaign .ghost {
	width: 65px;
	height: 75px;
	position: absolute;
	visibility: hidden;
	z-index: 1050
}

@media (max-width: 991.98px) {
	.page-campaign .ghost {
		width: 55px;
		height: 65px
	}
}

@keyframes fadeIn {
	from {
		opacity: 0.3
	}
}

.page-campaign .ghost {
	animation: fadeIn 1s infinite alternate
}

.page-campaign .bat {
	width: 90px;
	height: 50px;
	position: absolute;
	visibility: hidden;
	z-index: 1050
}

@media (max-width: 991.98px) {
	.page-campaign .bat {
		width: 60px;
		height: 40px
	}
}

.page-campaign .pumpkin {
	height: 200px;
	max-height: 200px
}

.page-campaign .pumpkin img {
	height: 100%
}

.page-campaign .spider {
	width: 70px;
	height: 94px;
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	z-index: 1050
}

@media (max-width: 991.98px) {
	.page-campaign .spider {
		width: 40px;
		height: 50px
	}
}

.page-campaign .spider .line {
	height: 100vh;
	width: 1px;
	position: absolute;
	top: -98vh;
	left: 50%;
	border-left: 1px dashed #7C859C;
	z-index: 1
}

.page-campaign .spider img {
	position: absolute;
	z-index: 2
}

.shine-effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all .15s ease-in-out
}

.shine-effect:before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	opacity: 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.shine-effect:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	cursor: pointer
}

.shine-effect:hover:before {
	-webkit-animation: shine 1s ease-out;
	animation: shine 1s ease-out
}

@-webkit-keyframes shine {
	50% {
		opacity: .3
	}
	100% {
		opacity: 0;
		left: 125%
	}
}

@keyframes shine {
	50% {
		opacity: .3
	}
	100% {
		opacity: 0;
		left: 125%
	}
}

.tilter {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	flex: none;
	perspective: 1000px
}

.tilter * {
	pointer-events: none
}

.tilter:hover,
.tilter:focus {
	outline: none
}

.tilter .tilter__figure,
.tilter .tilter__image {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block
}

.tilter .tilter__figure,
.tilter .tilter__deco--overlay,
.tilter .tilter__deco--lines,
.tilter .tilter__caption {
	transition: transform 0.2s ease-out
}

.tilter .tilter__figure {
	position: relative
}

.tilter .tilter__figure>* {
	transform: translateZ(0px)
}

.tilter .tilter__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.tilter .tilter__deco--overlay {
	opacity: 0.75
}

.tilter .tilter__deco--overlay.digital-catalog-gradient {
	background-image: linear-gradient(45deg, #b860cb, #8a55c0)
}

.tilter .tilter__deco--overlay.virtual-bookshelf-gradient {
	background-image: linear-gradient(to right, #ec712a, #d17b00)
}

.tilter .tilter__deco--lines {
	fill: none;
	stroke: #fff;
	stroke-width: 1.5px
}

.tilter .tilter__deco--lines path {
	stroke-dasharray: 1270;
	stroke-dashoffset: 1270;
	transition: stroke-dashoffset 0.7s
}

.tilter:hover .tilter__deco--lines path {
	stroke-dashoffset: 0
}

.tilter .tilter__caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding-bottom: 35%;
	padding-left: 15%
}

.tilter .tilter__title,
.tilter .tilter__description {
	margin: 0;
	color: #fff
}

.tilter ::first-letter {
	text-transform: uppercase
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}