/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #124d66;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #34b4e9;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #8d8d8d;
	--gray-dark: #3c3c3c;
	--primary: #34b4e9;
	--secondary: #124d66;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f3f3f3;
	--dark: #3c3c3c;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #124d66;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #34b4e9;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #e34201;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "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: 0.75rem;
	padding-bottom: 0.75rem;
	color: #8d8d8d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
	-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: 0.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: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
.h1,
h1 {
	font-size: 2.5rem;
}
.h2,
h2 {
	font-size: 2rem;
}
.h3,
h3 {
	font-size: 1.75rem;
}
.h4,
h4 {
	font-size: 1.5rem;
}
.h5,
h5 {
	font-size: 1.25rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
	font-size: 80%;
	font-weight: 400;
}
.mark,
mark {
	padding: 0.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: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #8d8d8d;
}
.blockquote-footer::before {
	content: "\2014\00A0";
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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%;
	}
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #445056;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bebebe;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #445056;
	background-color: #fff;
	border-color: #ffc8b2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.25);
	box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.25);
}
.form-control::-webkit-input-placeholder {
	color: #8d8d8d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #8d8d8d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #8d8d8d;
	opacity: 1;
}
.form-control::placeholder {
	color: #8d8d8d;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #ebebeb;
	opacity: 1;
}
select.form-control:focus::-ms-value {
	color: #445056;
	background-color: #fff;
}
.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #124d66;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
	height: auto;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: 0.3rem;
	margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
	color: #8d8d8d;
}
.form-check-label {
	margin-bottom: 0;
}
.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	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(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
	display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc((1em + 0.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='%233c3c3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
			no-repeat right 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
	display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
	display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
	color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
	display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
	color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
	border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
	display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
	border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
	display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	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(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 0.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='%233c3c3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
			no-repeat right 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
	display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
	display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
	color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
	display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
	color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
	display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
	border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
	display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline .form-check {
	width: 100%;
}
@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		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 .custom-select,
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #124d66;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}
.btn:hover {
	color: #124d66;
	text-decoration: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.25);
	box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #34b4e9;
	border-color: #34b4e9;
}
.btn-primary:hover {
	color: #fff;
	background-color: #fe520d;
	border-color: #34b4e9;
}
.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 131, 82, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 131, 82, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #34b4e9;
	border-color: #34b4e9;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #34b4e9;
	border-color: #f04501;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 131, 82, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 131, 82, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #124d66;
	border-color: #124d66;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #01141e;
	border-color: #010c12;
}
.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(41, 75, 95, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(41, 75, 95, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #124d66;
	border-color: #124d66;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #010c12;
	border-color: #000406;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(41, 75, 95, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(41, 75, 95, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
	color: #212529;
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}
.btn-light:hover {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #dadada;
}
.btn-light.focus,
.btn-light:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dadada;
	border-color: #d3d3d3;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #3c3c3c;
}
.btn-dark:hover {
	color: #fff;
	background-color: #292929;
	border-color: #232323;
}
.btn-dark.focus,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #3c3c3c;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #232323;
	border-color: #1c1c1c;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5);
}
.btn-outline-primary {
	color: #34b4e9;
	border-color: #34b4e9;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #34b4e9;
	border-color: #34b4e9;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.5);
	box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #34b4e9;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #34b4e9;
	border-color: #34b4e9;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.5);
	box-shadow: 0 0 0 0.2rem rgb(52, 180, 233, 0.5);
}
.btn-outline-secondary {
	color: #124d66;
	border-color: #124d66;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #124d66;
	border-color: #124d66;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(3, 43, 67, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(3, 43, 67, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #124d66;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #124d66;
	border-color: #124d66;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(3, 43, 67, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(3, 43, 67, 0.5);
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
	color: #f3f3f3;
	border-color: #f3f3f3;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f3f3f3;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-dark {
	color: #3c3c3c;
	border-color: #3c3c3c;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #3c3c3c;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #3c3c3c;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #3c3c3c;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #34b4e9;
	text-decoration: none;
}
.btn-link:hover {
	color: #e34201;
	text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
	color: #8d8d8d;
	pointer-events: none;
}
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
	width: 100%;
}
.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.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: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #124d66;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.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: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropleft .dropdown-toggle::after {
	display: none;
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
	right: auto;
	bottom: auto;
}
.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f3f3f3;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #34b4e9;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #8d8d8d;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #8d8d8d;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #8d8d8d;
	pointer-events: none;
	cursor: default;
}
.nav-tabs {
	border-bottom: 1px solid #d8d8d8;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #ebebeb #ebebeb #d8d8d8;
}
.nav-tabs .nav-link.disabled {
	color: #8d8d8d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #445056;
	background-color: #fff;
	border-color: #d8d8d8 #d8d8d8 #fff;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #34b4e9;
}
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}
@media (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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
	color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff;
}
.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-primary {
	background-color: #34b4e9 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #34b4e9 !important;
}
.bg-secondary {
	background-color: #124d66 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #010c12 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important;
}
.bg-light {
	background-color: #f3f3f3 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dadada !important;
}
.bg-dark {
	background-color: #3c3c3c !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #232323 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.border {
	border: 1px solid #d8d8d8 !important;
}
.border-top {
	border-top: 1px solid #d8d8d8 !important;
}
.border-right {
	border-right: 1px solid #d8d8d8 !important;
}
.border-bottom {
	border-bottom: 1px solid #d8d8d8 !important;
}
.border-left {
	border-left: 1px solid #d8d8d8 !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: #34b4e9 !important;
}
.border-secondary {
	border-color: #124d66 !important;
}
.border-success {
	border-color: #28a745 !important;
}
.border-info {
	border-color: #17a2b8 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-light {
	border-color: #f3f3f3 !important;
}
.border-dark {
	border-color: #3c3c3c !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded-sm {
	border-radius: 0.2rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.3rem !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: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.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 embed,
.embed-responsive iframe,
.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 {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.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: -webkit-sticky !important;
	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: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		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 {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
	-webkit-box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.3) !important;
	box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.3) !important;
}
.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.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: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.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: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
	margin-left: -0.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: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.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: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.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: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.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: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "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: 700 !important;
}
.font-weight-bolder {
	font-weight: bolder !important;
}
.font-italic {
	font-style: italic !important;
}
.text-white {
	color: #fff !important;
}
.text-primary {
	color: #34b4e9 !important;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #e34201 !important;
}
.text-secondary {
	color: #124d66 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
	color: #000 !important;
}
.text-success {
	color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
	color: #19692c !important;
}
.text-info {
	color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important;
}
.text-warning {
	color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00 !important;
}
.text-danger {
	color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important;
}
.text-light {
	color: #f3f3f3 !important;
}
a.text-light:focus,
a.text-light:hover {
	color: #cdcdcd !important;
}
.text-dark {
	color: #3c3c3c !important;
}
a.text-dark:focus,
a.text-dark:hover {
	color: #161616 !important;
}
.text-body {
	color: #124d66 !important;
}
.text-muted {
	color: #8d8d8d !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;
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		-webkit-box-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;
	}
	blockquote,
	pre {
		border: 1px solid #969696;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		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 #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #d8d8d8 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark tbody + tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #d8d8d8;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #d8d8d8;
	}
}
@-webkit-keyframes magic-hover-color {
	from {
		border-color: #dadada;
	}
	to {
		border-color: #34b4e9;
	}
}
@keyframes magic-hover-color {
	from {
		border-color: #dadada;
	}
	to {
		border-color: #34b4e9;
	}
}
body .tab-content > .active {
	opacity: 1;
}
body .wz-nav-off > li a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
}
body .wz-icon-inline li > a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: inherit;
}
body .wz-icon-bw li > a {
	text-decoration: none;
}
body .wz-icon-bw li > a .icon-wrap,
body .wz-icon-bw li > a p {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
body .wz-icon-bw li > a .icon-wrap {
	border: 2px solid #34b4e9;
	padding: 4px;
	background-color: #34b4e9;
	color: #fff;
	margin: 0;
	width: 26px;
	height: 26px;
	border-radius: 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
body .wz-icon-bw li > a .icon-wrap .icon-txt,
body .wz-icon-bw li > a .icon-wrap .wz-icon-done {
	font-size: 14px;
}
body .wz-icon-bw li > a .wz-desc {
	font-size: 12px;
	margin-top: 3px;
	display: block;
	font-weight: 500;
	color: #4e637b;
}
body .wz-icon-bw li.active > a .icon-wrap {
	border-color: #34b4e9;
	background-color: #34b4e9;
	color: #fff;
}
body .wz-icon-bw li.active ~ li > a .icon-wrap {
	border-color: #4e637b;
	background-color: #ecf0f5;
	color: #4e637b;
}
body .wz-icon-bw li:not(.active) > a p {
	color: #7a878e !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
body .wz-classic {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}
body .wz-classic li {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
body .wz-classic li > a {
	color: inherit;
	display: block;
	text-align: center;
	padding: 20px 0;
}
body .wz-classic li > a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: inherit;
}
body .wz-classic:after {
	content: "";
	display: table;
	clear: both;
}
body .wz-classic .active ~ li {
	color: inherit;
	background-color: inherit;
}
body .wz-classic .active ~ li a {
	opacity: 0.5;
}
body .wz-heading {
	position: relative;
	padding: 9px 0 19px;
	background-color: #ecf0f5;
}
body .wz-heading .progress {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background-color: transparent;
}
body .wz-heading.wz-w-label .progress {
	margin-top: -10px;
}
body .wz-heading.wz-w-label .progress .progress-bar {
	border-radius: 15px;
}
body .wz-heading.wz-w-label .progress .progress-bar {
	width: calc(25% - 59px);
	font-size: 0;
	line-height: 2px;
	height: 2px;
}
body .wz-heading.wz-w-label .progress .progress-bar.progress-bar-orange {
	background-color: rgba(78, 99, 123, 0.5);
}
body .wz-heading.wz-w-label .progress .progress-bar.progress-bar-orange.active {
	background-color: #34b4e9;
}
body .wz-heading.wz-w-label .progress .progress-bar.progress-bar-step_3 {
	position: relative;
	top: -2px;
}
body .wz-heading.wz-w-label .progress .progress-bar.progress-bar-step_4 {
	position: relative;
	top: -4px;
}
body .wz-steps {
	margin: 0;
	list-style: none;
	display: block;
	position: relative;
	padding: 9px 0;
	font-size: 0;
}
body .wz-steps:after {
	content: "";
	display: table;
	clear: both;
}
body .wz-steps li {
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	display: inline-block;
}
body .wz-steps li > a {
	color: inherit;
	display: block;
	text-align: center;
	padding: 0;
}
body .wz-steps li > a[aria-expanded="true"] {
	cursor: pointer;
}
body .wz-steps li > a:focus {
	outline: 0;
}
body .wz-steps li > a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
body .wz-steps li .wz-desc {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
body .wz-steps li:not(.active) .wz-icon {
	display: none;
}
body .wz-steps .active ~ li {
	color: inherit;
}
body .wz-steps .active ~ li a {
	opacity: 0.5;
}
body .wz-steps .active ~ li .wz-icon {
	display: inline-block;
}
body .wz-steps .active + li a {
	cursor: pointer;
}
body .wz-steps .active .wz-icon-done,
body .wz-steps .active ~ li .wz-icon-done {
	display: none;
}
body .wz-steps .active .wz-desc {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
body .magic-checkbox + label {
	min-height: 15px;
	min-width: 15px;
}
body .magic-checkbox + label:not(:empty) {
	padding-left: 25px;
	text-indent: 0;
}
body .magic-checkbox + label:after {
	font-family: mails-news !important;
	content: "\e910";
	border: none;
	-webkit-transform: none;
	transform: none;
	color: #fff;
	font-size: 10px;
	width: 15px;
	height: 15px;
	left: 0;
	top: -4px;
	text-indent: 0;
}
body .magic-checkbox + label:before {
	border-radius: 4px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
body .magic-checkbox:checked + label:before {
	background: #34b4e9;
	border: #34b4e9;
}
body .magic-checkbox + label,
body .magic-radio + label {
	font-size: 14px;
}
body .magic-checkbox + label:before,
body .magic-radio + label:before {
	border: 1px solid #b2b2b2;
	height: 15px;
	width: 15px;
	-webkit-box-shadow: 0 0 0 0 rgb(52, 180, 233, 0.07);
	box-shadow: 0 0 0 0 rgb(52, 180, 233, 0.07);
	background: #fff;
	top: 3px;
}
body .magic-checkbox + label:hover:before,
body .magic-radio + label:hover:before {
	border-color: #34b4e9;
	-webkit-animation-name: magic-hover-color;
	animation-name: magic-hover-color;
}
body .magic-checkbox:focus + label:before,
body .magic-radio:focus + label:before {
	-webkit-box-shadow: 0 0 0 10px rgb(52, 180, 233, 0.1), inset 0 0 0 10px rgb(52, 180, 233, 0.1);
	box-shadow: 0 0 0 10px rgb(52, 180, 233, 0.1), inset 0 0 0 10px rgb(52, 180, 233, 0.1);
}
body .magic-checkbox:checked:focus + label:before,
body .magic-radio:checked:focus + label:before {
	-webkit-box-shadow: 0 0 0 10px rgb(52, 180, 233, 0.17), inset 0 0 0 10px rgb(52, 180, 233, 0.17);
	box-shadow: 0 0 0 10px rgb(52, 180, 233, 0.17), inset 0 0 0 10px rgb(52, 180, 233, 0.17);
}
body .magic-radio:checked + label:before {
	border-color: #34b4e9;
}
body .magic-radio:checked + label:after {
	background: #34b4e9;
}
body .magic-radio + label:after {
	left: 4px;
	top: 7px;
	height: 7px;
	width: 7px;
}
body .magic-radio + label:not(:empty) {
	text-indent: 32px;
}
body input[type="checkbox"].magic-checkbox,
body input[type="radio"].magic-radio {
	left: -2000px;
}
body input[type="radio"].magic-radio + .control-label {
	padding: 0;
}
body .input-number {
	position: relative;
}
body .input-number input[type="text"] {
	border: none;
	border-bottom: 1px solid #dadada;
	color: #dadada;
	text-align: right;
	width: 55px;
	padding: 0 22px 0 10px;
	outline: 0;
	-webkit-transition: border 0.3s, color 0.3s;
	transition: border 0.3s, color 0.3s;
}
body .input-number input[type="text"]:focus,
body .input-number input[type="text"]:hover {
	border-color: #34b4e9;
	color: #34b4e9;
}
body .input-number input[type="text"]:focus ~ i,
body .input-number input[type="text"]:hover ~ i {
	color: #34b4e9;
}
body .input-number i {
	position: absolute;
	right: 5px;
	font-size: 4px;
	padding: 3px;
	color: #dadada;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
body .input-number i.up {
	top: 3px;
}
body .input-number i.down {
	top: 10px;
}
body .input-number:hover input[type="text"] {
	border-color: #34b4e9;
	color: #34b4e9;
}
body .input-number:hover i {
	color: #34b4e9;
}
body .select-number .select2 .selection .select2-selection {
	border: none;
	border-bottom: 1px solid #dadada;
	color: #dadada;
	height: 21px;
	-webkit-transition: border 0.3s, color 0.3s;
	transition: border 0.3s, color 0.3s;
}
body .select-number .select2 .selection .select2-selection .select2-selection__rendered {
	line-height: 20px;
	padding-left: 27px;
	padding-right: 23px;
	color: #dadada;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
body
	.select-number
	.select2
	.selection
	.select2-selection
	.select2-selection__rendered
	.select2-selection__placeholder {
	color: #dadada;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
body .select-number .select2 .selection .select2-selection .select2-selection__arrow {
	height: 20px;
}
body .select-number .select2 .selection .select2-selection .select2-selection__arrow:after {
	content: "\e93a";
	font-size: 4px;
	position: absolute;
	top: 8px;
	right: 7px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	font-family: mails-news !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body .select-number .select2 .selection .select2-selection .select2-selection__arrow b {
	display: none;
}
body .select-number .select2.select2-container--open .selection .select2-selection {
	border-color: #34b4e9;
	color: #34b4e9;
}
body .select-number .select2.select2-container--open .selection .select2-selection .select2-selection__placeholder,
body .select-number .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
	color: #34b4e9;
}
body .select-number .select2.select2-container--open .selection .select2-selection .select2-selection__arrow:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 7px;
}
body .select2-container--open .select2-dropdown--below {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
body
	.select2-container--open
	.select2-dropdown--below
	.select2-results
	.select2-results__options
	.select2-results__option {
	border-bottom: 1px solid #dadada;
	color: #8a9aaa;
	text-align: center;
	font-size: 13px;
	padding: 4px;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
body
	.select2-container--open
	.select2-dropdown--below
	.select2-results
	.select2-results__options
	.select2-results__option.select2-results__option--highlighted {
	background-color: #fdf2ed;
}
body
	.select2-container--open
	.select2-dropdown--below
	.select2-results
	.select2-results__options
	.select2-results__option[aria-selected="true"] {
	background-color: #fdf2ed;
	color: #34b4e9;
}
body .help-block {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}
body .help-block.help-hidden {
	display: none;
}
body .help-block.has-error {
	color: #f55a4e;
	font-weight: 700;
}
body .help-block ul li {
	font-size: 12px;
}
body .tooltip {
	position: absolute;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	opacity: 0;
	line-break: auto;
	z-index: 999999;
}
body .tooltip.in {
	opacity: 1;
}
body .tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
body .tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
body .tooltip.right .tooltip-arrow {
	border-right-color: #3a444e;
}
body .tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
body .tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
body .tooltip.left .tooltip-arrow {
	border-left-color: #3a444e;
}
body .tooltip.top .tooltip-arrow,
body .tooltip.top-left .tooltip-arrow,
body .tooltip.top-right .tooltip-arrow {
	border-top-color: #3a444e;
}
body .tooltip.bottom .tooltip-arrow,
body .tooltip.bottom-left .tooltip-arrow,
body .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #3a444e;
}
body .tooltip .h1,
body .tooltip .h2,
body .tooltip .h3,
body .tooltip .h4,
body .tooltip .h5,
body .tooltip .h6,
body .tooltip h1,
body .tooltip h2,
body .tooltip h3,
body .tooltip h4,
body .tooltip h5,
body .tooltip h6 {
	color: inherit;
}
body .tooltip-inner {
	max-width: 200px;
	color: #fff;
	text-align: left;
	font-size: 10px;
	border-radius: 3px;
	padding: 5px 10px;
	background-color: #3a444e;
	text-indent: 0;
	line-height: 13px;
}
body .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
body .tooltip {
	width: 200px;
}
body .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3a444e;
}
body .tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3a444e;
}
body .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3a444e;
}
body .tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #3a444e;
}
body .tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #3a444e;
}
body .tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3a444e;
}
body .tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3a444e;
}
body .tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3a444e;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 1;
}
.hamburger.is-active:hover {
	opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
}
.hamburger-box {
	width: 20px;
	height: 14px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -6px;
}
.hamburger-inner::after {
	bottom: -6px;
}
.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 75ms;
	transition-duration: 75ms;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
	transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
		-webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
	transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes magic-hover-color {
	from {
		border-color: #dadada;
	}
	to {
		border-color: #34b4e9;
	}
}
.font-0 {
	font-size: 0;
}
img {
	display: block;
	width: 100%;
	min-width: 0;
}
html {
	height: 100%;
}
html body {
	position: relative;
	min-height: 100%;
	padding-bottom: 50px;
	padding-top: 61px;
	overflow-x: hidden;
}
html body .load3 .loader {
	background: #34b4e9;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(10%, #34b4e9),
		color-stop(42%, rgba(23, 123, 187, 0))
	);
	background: linear-gradient(to right, #34b4e9 10%, rgba(23, 123, 187, 0) 42%);
}
html body .load3 .loader:before {
	background: #34b4e9;
}
.btn {
	padding: 5px 19px;
	font-size: 14px;
}
.btn.btn-primary {
	-webkit-box-shadow: 0 7px 10px -2px rgba(100, 100, 100, 0.2);
	box-shadow: 0 7px 10px -2px rgba(100, 100, 100, 0.2);
}
.btn.btn-primary:hover {
	-webkit-box-shadow: 0 4px 10px 0 rgba(100, 100, 100, 0.2);
	box-shadow: 0 4px 10px 0 rgba(100, 100, 100, 0.2);
	color: #34b4e9;
	background: #fff;
}
.btn.btn-primary:hover.btn-arrow i.icon-mn-arrow-right {
	color: #34b4e9;
}
.btn.btn-primary.btn-arrow i.icon-mn-arrow-right {
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
	color: #fff;
}
.btn.btn-default {
	background: #fff;
	-webkit-box-shadow: 0 7px 10px -2px rgba(100, 100, 100, 0.2);
	box-shadow: 0 7px 10px -2px rgba(100, 100, 100, 0.2);
	color: #124d66;
}
.btn.btn-default:hover {
	color: #34b4e9;
	-webkit-box-shadow: 0 4px 10px 0 rgba(100, 100, 100, 0.2);
	box-shadow: 0 4px 10px 0 rgba(100, 100, 100, 0.2);
}
.btn.btn-arrow i.icon-mn-arrow-right {
	float: right;
	display: block;
	margin: 7px 0 0 8px;
	font-size: 8px;
	color: #34b4e9;
}
.btn.btn-lg {
	padding: 5px 47px;
}
a:hover {
	color: #34b4e9;
}
.h1,
h1 {
	font-family: "Roboto", cursive;
	font-weight: 700;
	font-size: 50px;
	line-height: 41px;
	letter-spacing: 1.5px;
	margin-bottom: 14px;
}
.h1 small,
h1 small {
	font-weight: 400;
	font-size: 40px;
}
.h2,
h2 {
	font-family: "Roboto", cursive;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1.5px;
}
.h2 small,
h2 small {
	font-weight: 400;
	font-size: 100%;
}
.h3,
h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 25px;
	font-family: "Roboto", cursive;
	letter-spacing: 1px;
}
.h3 small,
h3 small {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.6px;
}
.h4,
h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	font-family: "Roboto", cursive;
	letter-spacing: 0.6px;
	margin-bottom: 2px;
}
h5 {
	font-family: "Roboto", cursive;
}
h6 {
	font-family: "Roboto", cursive;
}
p {
	font-size: 14px;
	line-height: 20px;
	color: #124d66;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	font-size: 14px;
	line-height: 17px;
}
.font-family-secondary {
	font-family: "Roboto", cursive;
}
.card {
	border-radius: 3px;
	border: 1px solid #dadada;
	padding: 44px 50px 47px;
	background: #fff;
	height: 100%;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.card:hover {
	-webkit-box-shadow: 0 6px 10px 2px rgba(100, 100, 100, 0.2);
	box-shadow: 0 6px 10px 2px rgba(100, 100, 100, 0.2);
}
.card h4 {
	font-size: 20px;
	margin-bottom: 7px;
}
.card .tarif {
	color: #34b4e9;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
}
.card .tarif sup {
	font-weight: 700;
	font-size: 30px;
}
.card .tarif small {
	color: #124d66;
	font-size: 18px;
	padding-left: 2px;
}
.card p {
	line-height: 17px;
	margin-bottom: 30px;
}
.card.card-secondary {
	border: 0;
	background: #4e637b;
}
.card.card-secondary h4 {
	color: #fff;
	margin-bottom: 23px;
}
.card.card-secondary .tarif {
	font-size: 36px;
	color: #fff;
	margin-bottom: 13px;
}
.card.card-secondary p {
	color: #fff;
}
form .legal-notice {
	padding-top: 15px;
	font-size: 12px;
	line-height: 16px;
}
input.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #8a9aaa;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: 6px;
	height: 30px;
	padding-bottom: 0;
	font-size: 14px;
}
input.form-control.error {
	border-color: #34b4e9;
}
input.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea.form-control {
	border: 1px solid #8a9aaa;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
	resize: vertical;
	height: 87px;
	margin-top: 11px;
}
textarea.form-control.error {
	border-color: #34b4e9;
}
.form-group {
	position: relative;
	margin-bottom: 15px;
	padding-top: 12px;
}
.form-group > label {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
	margin: 0;
	font-size: 14px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form-group .form-control-wrap {
	position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.form-group .form-control-wrap > label {
	margin: 0;
	font-size: 12px;
	color: #34b4e9 !important;
	cursor: pointer;
	margin-bottom: -8px;
	display: block;
}
.form-group.active label,
.form-group.form-group-textarea label {
	top: 1px;
	font-size: 12px;
	color: #8a9aaa;
}
.relative {
	position: relative;
}
.relative.with-loader .load3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999;
}
.relative.with-loader .load3 .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5.5em;
}
.relative.with-loader.loading {
	min-height: 80px;
}
.with-loader .load3 {
	display: none;
}
.with-loader.loading .load3 {
	display: block;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #dadada;
	z-index: 10;
}
header .navbar #main-navbar {
	margin-bottom: -8px;
	margin-top: -3px;
	margin-left: 33px;
}
header .navbar #main-navbar .nav-item a:not(.btn) {
	text-transform: uppercase;
	color: #124d66;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 13px;
	margin: 0 9px;
	border-bottom: 5px solid #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .navbar #main-navbar .nav-item a:not(.btn) i {
	font-size: 24px;
	display: block;
}
header .navbar #main-navbar .nav-item a:not(.btn).active,
header .navbar #main-navbar .nav-item a:not(.btn):hover {
	border-bottom: 5px solid #34b4e9;
}
header .navbar .btn.btn-default {
	padding: 5px 12px 5px 10px;
}
header .navbar .btn.btn-default i {
	font-size: 20px;
	margin-right: 6px;
	display: block;
	float: left;
}
header .navbar .btn.btn-primary {
	margin-left: 14px;
}
header .navbar .navbar-nav:last-child {
	height: 60px;
	margin-bottom: -8px;
	margin-top: -8px;
	margin-right: 104px;
}
header .navbar .navbar-nav:last-child .nav-item {
	padding-top: 12px;
}
header .navbar .head-list > li > a,
header .navbar .lang-selector {
	padding: 0 18px;
	border-radius: 0;
	height: 60px;
	color: #4e637b;
	display: table-cell;
	padding: 0 18px;
	vertical-align: middle;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
header .navbar .head-list > li > a:hover,
header .navbar .lang-selector:hover {
	text-decoration: none;
	color: #34b4e9;
}
header .navbar .head-list > li > a img,
header .navbar .lang-selector img {
	height: 20px;
	width: auto;
	display: inline-block;
	margin-top: -2px;
}
header .navbar .head-list > li > a .lang-id,
header .navbar .lang-selector .lang-id {
	display: none;
}
header .navbar .head-list > li > a .lang-name,
header .navbar .lang-selector .lang-name {
	margin-left: 3px;
	font-size: 12px;
	vertical-align: middle;
}
header .navbar .head-list > li > a {
	display: block;
	padding: 10px;
	height: auto;
}
header .navbar .head-list > li > a img {
	height: 16px;
	display: inline-block;
	padding: 3px 5px 3px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
header .navbar .dropdown {
	float: left;
}
header .navbar .dropdown.open > .dropdown-menu {
	display: block;
}
header .navbar .dropdown-toggle::after {
	display: none;
}
header .navbar .dropdown-menu {
	position: absolute;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	padding: 0;
}
header .navbar .dropdown-menu.with-arrow {
	margin-top: 12px;
}
header .navbar .dropdown-menu.with-arrow:after,
header .navbar .dropdown-menu.with-arrow:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
header .navbar .dropdown-menu.with-arrow:after {
	border-bottom: 7px solid #fff;
	margin: -6px 0 0 15px;
}
section#here ul {
	list-style: none;
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
}
section#here ul li {
	list-style: none;
	display: inline-block;
	font-size: 11px;
	line-height: 34px;
	padding: 0;
	color: #8a9aaa;
}
section#here ul li:last-child a {
	color: #124d66;
}
section#here ul li a {
	color: #8a9aaa;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
	padding: 0 3px;
}
section#here ul li a:hover {
	color: #34b4e9;
}
section#section1 {
	padding: 61px 0 0;
	background: #ecf0f5;
}
section#section1 .h-100 {
	padding-bottom: 7px;
}
section#section1 .h-100 p {
	font-size: 18px;
	line-height: 21.5px;
	margin-bottom: 18px;
	padding-right: 20px;
}
section#section1 .h-100 .btn-arrow {
	margin-left: 9px;
}
section#section1 img {
	padding: 11px 0;
}
section#section1 #bottom-arrow {
	padding: 9px 0;
	margin-top: 17px;
	color: #124d66;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	cursor: pointer;
}
section#section1 #bottom-arrow:hover {
	color: #34b4e9;
}
section#section2 {
	background: url(../storage/public/bg-shape.svg) no-repeat;
	background-position: center right;
	background-size: 100% auto;
	padding: 39px 0 64px;
}
section#section2 h2 {
	margin-bottom: 7px;
}
section#section2 .baseline {
	text-align: center;
	font-style: italic;
	font-family: "Roboto", cursive;
	font-size: 18px;
	letter-spacing: 0.6px;
	line-height: 21px;
}
section#section2 #img-preview {
	margin-top: 9px;
}
section#section2 ul {
	margin-top: 22px;
	margin-bottom: 18px;
}
section#section2 ul li {
	padding-left: 19px;
	margin-bottom: 10px;
	position: relative;
}
section#section2 ul li:before {
	font-family: mails-news !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e928";
	position: absolute;
	color: #34b4e9;
	font-size: 8px;
	left: 0;
	top: 5px;
}
section#section2 #functions h3 {
	padding: 168px 0 13px;
}
section#section2 #functions p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
}
section#section2 #functions .btn {
	margin-top: 17px;
}
section#section2 #img-app-map {
	margin-top: 115px;
}
section#section3 {
	background: #ecf0f5;
	padding: 88px 0 65px;
}
section#section3 img {
	max-width: 302px;
}
section#section3 h3 {
	letter-spacing: 1px;
	margin-bottom: 18px;
}
section#section3 h3 small {
	letter-spacing: 0.6px;
}
section#section3 p {
	max-width: 460px;
}
section#section4 {
	padding-top: 66px;
}
section#section4 h3 {
	margin-bottom: 36px;
}
section#section4 > .row > .col-12 {
	margin-bottom: 30px;
}
section#little-contact {
	padding-top: 39px;
	padding-bottom: 69px;
}
section#little-contact h3 {
	margin-bottom: 30px;
}
section#little-contact .form-container {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 16px 2px rgba(100, 100, 100, 0.3);
	box-shadow: 0 0 16px 2px rgba(100, 100, 100, 0.3);
}
section#little-contact .form-container #img-contact {
	max-width: 372px;
	margin: 70px auto;
	padding-left: 30px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
section#little-contact .form-container form {
	padding: 36px 30px 36px 30px;
	background: #FFF;
}
section#little-contact .form-container form .alert {
	display: none;
	margin-bottom: 15px;
	line-height: 1.2em;
}
section#little-contact .form-container form .alert p {
	color: #FFF;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1.4em;
}
section#little-contact .form-container form .alert i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
section#little-contact .form-container form .alert span {
	vertical-align: text-top;
}
section#little-contact .form-container form input[type="submit"] {
	margin-top: 14px;
	padding: 5px 15px;
}
section#contact-us {
	margin-top: 24px;
	margin-bottom: 24px;
}
section#contact-us h1 {
	margin-top: 21px;
}
section#contact-us h1 small {
	font-size: 34px;
	letter-spacing: 1.1px;
}
section#contact-us img {
	margin-top: 60px;
}
section#contact-us .alert {
	display: none;
	margin-bottom: 15px;
}
section#contact-us .alert i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
section#contact-us .alert span {
	vertical-align: text-top;
}
section#contact-us .form-group.form-group-textarea {
	margin-top: 9px;
}
section#contact-us .form-group.form-group-textarea textarea.form-control {
	height: 92px;
}
section#contact-us .required_fields {
	font-size: 11px;
	margin-top: 1px;
	color: #8a9aaa;
}
section#contact-us .btn.btn-sm {
	padding: 5px 16px;
}
section#contact-us .rgpd {
	margin-top: 33px;
	font-size: 12px;
	line-height: 16px;
	color: #8a9aaa;
}
section.fulltext-content {
	padding: 30px 0;
}
.alert {
	border-radius: 3px;
	border: 0;
	padding: 15px 2em 15px 15px;
	position: relative;
}
.alert.alert-success {
	background-color: #9cc56c;
	border-color: transparent;
	border-left: 3px solid #648e33;
	color: #fff;
}
.alert.alert-error {
	background-color: #f38b8b;
	border-color: transparent;
	border-left: 3px solid #b10707;
	color: #fff;
}
.goto-top {
	width: 50px;
	height: 50px;
	background: #ecf0f5;
	border: 1px solid #fff;
	border-radius: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	font-size: 31px;
	top: auto;
	right: 42px;
	bottom: 97px;
	z-index: 10000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, color 0.3s, background 0.3s, border 0.3s;
	transition: opacity 0.3s, color 0.3s, background 0.3s, border 0.3s;
	cursor: pointer;
}
.goto-top.goto-top-white {
	background: #fff;
	border-color: #ecf0f5;
}
.goto-top i {
	color: #124d66;
	font-size: 26px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.goto-top span {
	display: block;
	position: absolute;
	left: -74px;
	font-size: 16px;
	line-height: 1.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
	color: #34b4e9;
	text-align: right;
	text-transform: uppercase;
}
.goto-top:hover {
	background: #34b4e9;
}
.goto-top:hover i {
	color: #fff;
}
.goto-top:hover span {
	opacity: 1;
}
footer {
	background: #ecf0f5;
	padding: 8px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer > .container > .row > :first-child {
	padding-left: 0;
}
footer > .container > .row > :last-child {
	padding-right: 0;
}
footer #copyright {
	font-size: 12px;
	line-height: 34px;
}
footer ul {
	list-style: none;
	display: block;
	text-align: center;
	font-size: 0;
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	line-height: 34px;
	padding: 0 3px;
}
footer ul li a {
	color: #124d66;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
footer ul li a:hover {
	text-decoration: none;
}
footer #conception a {
	font-size: 12px;
	color: #124d66;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
footer #conception a i {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #e84242;
	border-radius: 50%;
	height: 31px;
	width: 31px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	text-indent: 1px;
	font-size: 13px;
	position: relative;
	top: 2px;
	margin: 0 2px 0 5px;
}
footer #conception a:hover {
	text-decoration: none;
	color: #34b4e9;
}
footer #conception a:hover i {
	background: #fff;
	color: #e84242;
}
.bg-gray {
	background-color: #ecf0f5;
}
section#faq {
	padding-top: 43px;
	padding-bottom: 51px;
}
section#faq h1 {
	line-height: 50px;
	margin-top: 5px;
	margin-bottom: 13px;
}
section#faq img#img-faq {
	width: 116%;
	right: 17%;
	position: relative;
}
section#faq .faq-controller .faq-card {
	border-bottom: 1px solid #4e637b;
	padding-top: 21px;
	padding-bottom: 21px;
}
section#faq .faq-controller .faq-card .faq-title {
	font-family: "Roboto", cursive;
	font-weight: 700;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0.7px;
	position: relative;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	padding-right: 60px;
}
section#faq .faq-controller .faq-card .faq-title .faq-button {
	width: 15px;
	height: 15px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 8px;
	right: 31px;
}
section#faq .faq-controller .faq-card .faq-title .faq-button:after,
section#faq .faq-controller .faq-card .faq-title .faq-button:before {
	content: "";
	width: 15px;
	height: 2px;
	background: #124d66;
	position: absolute;
	left: 22%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
section#faq .faq-controller .faq-card .faq-title .faq-button:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
section#faq .faq-controller .faq-card .faq-title:hover {
	color: #34b4e9;
}
section#faq .faq-controller .faq-card .faq-title:hover .faq-button:after,
section#faq .faq-controller .faq-card .faq-title:hover .faq-button:before {
	background: #34b4e9;
}
section#faq .faq-controller .faq-card .faq-content {
	display: none;
	margin: 0;
	padding-top: 4px;
	line-height: 17px;
}
section#faq .faq-controller .faq-card.faq-card-opened .faq-title {
	color: #34b4e9;
}
section#faq .faq-controller .faq-card.faq-card-opened .faq-title .faq-button:after,
section#faq .faq-controller .faq-card.faq-card-opened .faq-title .faq-button:before {
	background: #34b4e9;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
section#faq .faq-controller .faq-card:last-child {
	border-bottom: none;
}
section#faq + section#little-contact {
	padding-top: 47px;
	padding-bottom: 45px;
}
section#features-header {
	padding-top: 55px;
	padding-bottom: 71px;
}
section#features-header .h-100 h1 {
	margin-bottom: 23px;
}
section#features-header .h-100 p {
	font-size: 18px;
	line-height: 21.5px;
	margin-bottom: 18px;
}
section#features-header img {
	margin-top: 15px;
}
section#features {
	background: url(../storage/public/bg-shape-2.svg) no-repeat;
	background-position: center right;
	background-size: 100% auto;
	padding-top: 57px;
}
section#features .baseline {
	text-align: center;
	font-style: italic;
	font-family: "Roboto", cursive;
	font-size: 18px;
	letter-spacing: 0.6px;
	line-height: 21px;
}
section#features .features-container {
	margin-top: 20px;
}
section#features .features-container .features-card {
	margin-bottom: 18px;
}
section#features .features-container .features-card i {
	color: #34b4e9;
	display: block;
	margin-top: 2px;
	margin-right: 3px;
}
section#features .features-container .features-card i.icon-mn-simplified-editor {
	font-size: 18px;
}
section#features .features-container .features-card i.icon-mn-multilingual {
	font-size: 20px;
}
section#features .features-container .features-card i.icon-mn-members-lists {
	font-size: 15px;
	margin-top: 7px;
	margin-right: 2px;
}
section#features .features-container .features-card i.icon-mn-responsive {
	margin-top: 5px;
	margin-right: 0;
}
section#features .features-container .features-card i.icon-mn-planning,
section#features .features-container .features-card i.icon-mn-statistics {
	font-size: 20px;
}
section#features .features-container .features-card i.icon-mn-import-export {
	font-size: 18px;
	margin-top: 5px;
}
section#features .features-container .features-card i.icon-mn-software {
	font-size: 20px;
	margin-right: 1px;
}
section#features .features-container .features-card i.icon-mn-secured-access {
	font-size: 22px;
}
section#features .features-container .features-card i.icon-mn-unlimited-sending {
	font-size: 21px;
	margin-top: 4px;
	margin-right: 1px;
}
section#features .features-container .features-card p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
}
section#features .features-container .features-card.features-card-highlighted {
	margin-bottom: 33px;
}
section#features .features-container .features-card.features-card-highlighted .features-card-bordered {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.3);
	box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.3);
	padding: 26px 60px 19px;
	position: relative;
	background: #fff;
}
section#features .features-container .features-card.features-card-highlighted .features-card-bordered i {
	position: absolute;
	top: 15px;
	left: -20px;
	font-size: 20px;
}
section#features .features-container .features-card.features-card-highlighted .features-card-bordered img {
	max-width: 105px;
	margin-bottom: 7px;
}
section#features .features-container .features-card.features-card-highlighted .features-card-bordered h4 {
	margin-bottom: 0;
}
section#features .features-container .features-card.features-card-highlighted .features-card-bordered p {
	line-height: 20px;
}
section#features #get-started {
	padding-top: 10%;
}
section#features #get-started img {
	width: 104%;
	position: relative;
	right: 5%;
}
section#features #get-started p {
	font-size: 18px;
	line-height: 21px;
	margin-top: 21px;
	margin-bottom: 40px;
}
section#features #get-started .font-0 a.btn.btn-primary {
	margin-right: 20px;
}
section#features #get-started .font-0 a {
	margin-bottom: 15px;
}
section#solution-header {
	padding: 31px 0 46px;
}
section#solution-header h1 {
	margin-bottom: 23px;
}
section#solution-header p {
	font-size: 18px;
	line-height: 21.5px;
	margin-bottom: 18px;
}
section#solution {
	padding: 110px 0 34px;
	background: url(../storage/public/solution-bg.svg) no-repeat;
	background-position: center right;
	background-size: 100% auto;
}
section#solution section#solution-list .list-block .list-header {
	position: relative;
	margin-bottom: 24px;
}
section#solution section#solution-list .list-block .list-header:after {
	content: "";
	position: absolute;
	width: 63%;
	height: 1px;
	top: 4px;
	right: 20px;
	background-color: #faefea;
}
section#solution section#solution-list .list-block .list-header .number {
	font-weight: 800;
	font-size: 100px;
	color: #faefea;
	position: absolute;
	top: -72px;
	left: -21px;
	z-index: -1;
}
section#solution section#solution-list .list-block .list-content {
	margin-top: 13px;
	line-height: 17px;
	font-size: 14px;
}
section#solution section#solution-list .list-block .list-content ul li {
	position: relative;
	padding-left: 9px;
}
section#solution section#solution-list .list-block .list-content ul li:before {
	content: ".";
	font-size: 25px;
	position: absolute;
	height: 6px;
	top: -6px;
	left: 0;
	color: #34b4e9;
}
section#solution section#solution-list .list-block.list-block-1 .list-header img {
	width: 61px;
}
section#solution section#solution-list .list-block.list-block-2 .list-header {
	left: 4px;
}
section#solution section#solution-list .list-block.list-block-2 .list-header .number {
	left: -36px;
}
section#solution section#solution-list .list-block.list-block-2 .list-header img {
	width: 69px;
}
section#solution section#solution-list .list-block.list-block-3 .list-header {
	margin-bottom: 20px;
}
section#solution section#solution-list .list-block.list-block-3 .list-header .number {
	left: -27px;
}
section#solution section#solution-list .list-block.list-block-3 .list-header img {
	width: 58px;
}
section#solution section#solution-list .list-block.list-block-4 .list-header {
	left: 3px;
	margin-bottom: 30px;
}
section#solution section#solution-list .list-block.list-block-4 .list-header .number {
	left: -38px;
}
section#solution section#solution-list .list-block.list-block-4 .list-header img {
	width: 58px;
	position: relative;
	top: 11px;
}
section#solution section#solution-features {
	margin: 159px 0 302px;
}
section#solution section#solution-features .h3 {
	line-height: 30px;
	margin-bottom: 24px;
}
section#solution section#solution-features p {
	line-height: 17px;
}
section#solution section#solution-features a {
	margin-top: 9px;
	padding: 5px 14px;
}
section#solution section#why-choose .slider_custom_slideshow {
	margin: 39px -30px;
}
section#solution section#why-choose .slider_custom_slideshow > .slider-element:not(:first-child) {
	display: none;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element {
	padding: 0 30px;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .img {
	width: 70px;
	height: 70px;
	background-position: center;
	border-radius: 50px;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .name {
	font-family: "Roboto", cursive;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #34b4e9;
	display: block;
	margin: 14px 0 1px;
	letter-spacing: 0.7px;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .job {
	font-size: 16px;
	color: #34b4e9;
	display: block;
	line-height: 20px;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .encountered-problem {
	margin: 17px 0 16px;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .encountered-problem .problem-title {
	font-size: 14px;
	color: #34b4e9;
	margin-bottom: 0;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .solution {
	margin: 16px 0 17px;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element .solution .solution-title {
	font-size: 14px;
	color: #34b4e9;
	margin-bottom: 0;
}
section#solution section#why-choose .slider_custom_slideshow .slider-element p {
	margin-bottom: 10px;
}
section#solution section#why-choose .slider_custom_slideshow .slick-dots {
	text-align: center;
	margin: 6px 0;
}
section#solution section#why-choose .slider_custom_slideshow .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #4e637b;
	margin: 0 21px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
section#solution section#why-choose .slider_custom_slideshow .slick-dots li button {
	display: none;
}
section#solution section#why-choose .slider_custom_slideshow .slick-dots li.slick-active,
section#solution section#why-choose .slider_custom_slideshow .slick-dots li:hover {
	background-color: #4e637b;
}
section#solution section#why-choose .slider_custom_slideshow .slick_arrows {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 35px;
	height: 35px;
	background-color: #ecf0f5;
	border: 1px solid #ecf0f5;
	color: #1d1d1d;
	border-radius: 25px;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
section#solution section#why-choose .slider_custom_slideshow .slick_arrows.slick-prev {
	left: -53px;
}
section#solution section#why-choose .slider_custom_slideshow .slick_arrows.slick-next {
	right: -53px;
}
section#solution section#why-choose .slider_custom_slideshow .slick_arrows:hover {
	background-color: #34b4e9;
	color: #fff;
}
section#solution section#not-hesitate {
	margin: 52px 0 0;
}
section#solution section#not-hesitate .h3 small {
	display: block;
	margin-top: 16px;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
}
section#solution section#not-hesitate .link-controller {
	margin: 38px 0;
}
section#solution section#not-hesitate .link-controller a.btn-default {
	margin-right: 18px;
}
section#solution section#not-hesitate .link-controller a {
	padding: 5px 16px;
}
section#offers-header {
	padding: 3px 0 28px;
}
section#offers-header p {
	font-size: 18px;
	line-height: 21.5px;
	margin-bottom: 39px;
	margin-top: 38px;
}
section#offers-header img {
	max-height: 362px;
}
section#offers {
	padding: 54px 0 24px;
	background: url(../storage/public/wave-break.svg) no-repeat;
	background-position: bottom left;
	background-size: auto;
}
section#offers .baseline {
	font-style: italic;
	font-family: "Roboto", cursive;
	font-size: 18px;
	letter-spacing: 0.6px;
	line-height: 21px;
}
section#offers .list-offers {
	margin: 29px 0;
}
section#offers .list-offers .offer-block {
	border: 1px solid #dadada;
	background: #fff;
	color: #124d66;
	padding: 44px 48px 48px;
	border-radius: 3px;
	position: relative;
	height: 100%;
	-webkit-transition: background 0.3s, color 0.3s, opacity 0.5s, -webkit-transform 0.5s;
	transition: background 0.3s, color 0.3s, opacity 0.5s, -webkit-transform 0.5s;
	transition: background 0.3s, color 0.3s, transform 0.5s, opacity 0.5s;
	transition: background 0.3s, color 0.3s, transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
section#offers .list-offers .offer-block.offer-block-gray {
	background-color: #ecf0f5;
}
section#offers .list-offers .offer-block i.offer-helper {
	position: absolute;
	right: 21px;
	top: 19px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #124d66;
}
section#offers .list-offers .offer-block i.offer-helper:hover {
	color: #34b4e9;
}
section#offers .list-offers .offer-block .offer-title {
	text-align: center;
	font-size: 20px;
}
section#offers .list-offers .offer-block .offer-resume {
	text-align: center;
	margin-bottom: 5px;
}
section#offers .list-offers .offer-block .offer-content {
	font-size: 14px;
}
section#offers .list-offers .offer-block .offer-content .offer-price {
	font-size: 48px;
	font-weight: 700;
	color: #34b4e9;
	text-align: center;
	margin-bottom: 9px;
}
section#offers .list-offers .offer-block .offer-content .offer-price .euros {
	font-weight: 500;
	font-size: 29px;
	position: relative;
	top: -15px;
}
section#offers .list-offers .offer-block .offer-content .offer-price .little {
	font-size: 18px;
	font-weight: 400;
	margin-left: -9px;
	color: #124d66;
}
section#offers .list-offers .offer-block .offer-content .offer-description {
	line-height: 17px;
}
section#offers .list-offers .offer-block .offer-content .offer-condition {
	font-size: 12px;
	color: #4e637b;
	margin: 10px 0;
}
section#offers .list-offers .offer-block .offer-content .offer-features {
	margin: 32px 0 25px;
}
section#offers .list-offers .offer-block .offer-content .offer-features.offer-exception {
	margin: 21px 0 38px;
}
section#offers .list-offers .offer-block .offer-content .offer-features.offer-exception li {
	margin-bottom: 15px;
}
section#offers .list-offers .offer-block .offer-content .offer-features.offer-exception-2 {
	margin: 32px 0 38px;
}
section#offers .list-offers .offer-block .offer-content .offer-features.offer-exception-2 li {
	margin-bottom: 15px;
}
section#offers .list-offers .offer-block .offer-content .offer-features li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 11px;
}
section#offers .list-offers .offer-block .offer-content .offer-features li:before {
	content: "\e939";
	position: absolute;
	top: -3px;
	left: 1px;
	font-size: 22px;
	color: #34b4e9;
	font-family: mails-news !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
section#offers .list-offers .offer-block .offer-link a {
	padding: 5px 16px;
}
section#offers .list-offers .offer-block .offer-content-helper {
	display: none;
	padding: 48px 0 26px;
}
section#offers .list-offers .offer-block .offer-content-helper p {
	line-height: 17px;
}
section#offers .list-offers .offer-block .offer-content-helper p.reduce-margin {
	margin-bottom: 11px;
}
section#offers .list-offers .offer-block .offer-content-helper p.little {
	font-size: 12px;
	margin-bottom: 9px;
}
section#offers .list-offers .offer-block .offer-content-helper p.high-margin {
	margin-top: 37px;
}
section#offers .list-offers .offer-block.offer-block-opened {
	color: #fff;
	background-color: #4e637b;
}
section#offers .list-offers .offer-block.offer-block-opened i.offer-helper {
	color: #fff;
}
section#offers .list-offers .offer-block.offer-block-opened i.offer-helper:hover {
	color: #34b4e9;
}
section#offers .list-offers .offer-block.offer-block-opened p {
	color: #fff;
}
section#need-break {
	padding: 45px 0 54px;
}
section#need-break .baseline {
	font-style: italic;
	font-family: "Roboto", cursive;
	font-size: 18px;
	letter-spacing: 0.6px;
	line-height: 21px;
}
section#need-break .break-container {
	margin: 6px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#need-break .break-container p {
	line-height: 17px;
	margin-bottom: 10px;
}
section#need-break .break-container p:last-child {
	margin-bottom: 6px;
}
section#need-break .break-container img {
	max-height: 280px;
}
section#try {
	padding: 91px 0 132px;
	background: url(../storage/public/wave-try.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
section#try img {
	max-height: 428px;
}
section#try .h3 {
	margin-bottom: 25px;
}
section#try p {
	line-height: 17px;
	margin-bottom: 10px;
}
section#try form {
	margin: 24px 0;
}
section#try form .required_fields {
	font-size: 13px;
	margin: 27px 0 23px;
}
section#try form .btn.btn-primary {
	padding: 5px 15px;
}
section#subscribe-steps .text-2x {
	font-size: 25px;
}
section#subscribe-steps .relative {
	position: relative;
}
section#subscribe-steps form {
	padding: 60px 0;
}
section#subscribe-steps .h3 {
	margin-bottom: 11px;
}
section#subscribe-steps #subscribe-step-choice {
	margin-bottom: 47px;
}
section#subscribe-steps #subscribe-step-choice .select-offer #helper_offer:not(:empty) {
	margin-top: 15px;
}
section#subscribe-steps #subscribe-step-choice .select-offer .select-offer-block-container {
	margin-top: 29px;
	margin-bottom: 29px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
section#subscribe-steps #subscribe-step-choice .select-offer .select-offer-block-container > div > .form-group {
	margin: 0;
	padding: 0;
	margin-top: -21px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-option-container
	> div
	> .form-group {
	margin-top: -2px;
}
section#subscribe-steps #subscribe-step-choice .select-offer .select-offer-block-container .select-offer-block {
	font-size: 0;
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 31px 29px 15px;
	-webkit-box-shadow: 0 0 10px rgb(52, 180, 233, 0);
	box-shadow: 0 0 10px rgb(52, 180, 233, 0);
	-webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
	transition: border 0.3s, -webkit-box-shadow 0.3s;
	transition: border 0.3s, box-shadow 0.3s;
	transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
section#subscribe-steps #subscribe-step-choice .select-offer .select-offer-block-container .select-offer-block h3 {
	margin-bottom: 17px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	h3
	small {
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	letter-spacing: 0;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	h3
	.higher {
	position: relative;
	top: -15px;
	margin-left: -3px;
	margin-right: -3px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-left {
	display: inline-block;
	width: 66%;
	padding-right: 20px;
	position: relative;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-left
	p {
	line-height: 17px;
	margin-bottom: 11px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-left
	.little {
	font-size: 12px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-left
	.blue-light-color {
	color: #4e637b;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-left:after {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 0;
	width: 1px;
	height: 115%;
	background-color: #dadada;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-right {
	display: inline-block;
	width: 34%;
	padding-left: 20px;
	padding-right: 4px;
	font-size: 14px;
	vertical-align: top;
	margin: 11px 0 0;
	text-align: right;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-right
	.input-number {
	display: inline-block;
	margin-right: 6px;
	margin-top: -2px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-right
	.select-number {
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-right
	.offer-total-price {
	font-weight: 700;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-right.devis-container {
	margin: 0;
	padding-left: 48px;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container
	.select-offer-block
	.select-offer-block-separator
	.select-offer-block-right.devis-container
	.devis {
	font-size: 21px;
	font-weight: 500;
	color: #34b4e9;
	text-align: left;
	line-height: 28px;
	margin: auto;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.select-offer-block,
section#subscribe-steps #subscribe-step-choice .select-offer .select-offer-block-container:hover .select-offer-block {
	border-color: #34b4e9;
	-webkit-box-shadow: 0 0 10px rgb(52, 180, 233, 0.25);
	box-shadow: 0 0 10px rgb(52, 180, 233, 0.25);
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.select-offer-block
	.input-number
	input[type="text"],
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.select-offer-block
	.input-number
	input[type="text"] {
	border-color: #34b4e9;
	color: #34b4e9;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.select-offer-block
	.input-number
	i,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.select-offer-block
	.input-number
	i {
	color: #34b4e9;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.select-offer-block
	.select-number
	.select2
	.selection
	.select2-selection,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.select-offer-block
	.select-number
	.select2
	.selection
	.select2-selection {
	border-color: #34b4e9;
	color: #34b4e9;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.select-offer-block
	.select-number
	.select2
	.selection
	.select2-selection
	.select2-selection__placeholder,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.select-offer-block
	.select-number
	.select2
	.selection
	.select2-selection
	.select2-selection__rendered,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.select-offer-block
	.select-number
	.select2
	.selection
	.select2-selection
	.select2-selection__placeholder,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.select-offer-block
	.select-number
	.select2
	.selection
	.select2-selection
	.select2-selection__rendered {
	color: #34b4e9;
}
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.magic-checkbox
	+ label:before,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container.select-offer-block-container-active
	.magic-radio
	+ label:before,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.magic-checkbox
	+ label:before,
section#subscribe-steps
	#subscribe-step-choice
	.select-offer
	.select-offer-block-container:hover
	.magic-radio
	+ label:before {
	border-color: #34b4e9;
	-webkit-animation-name: magic-hover-color;
	animation-name: magic-hover-color;
}
section#subscribe-steps #subscribe-step-choice .select-offer .options-title-container {
	margin-top: 68px;
}
section#subscribe-steps #subscribe-step-details .h3 {
	margin-bottom: 18px;
}
section#subscribe-steps #subscribe-step-details .radio-group {
	margin-top: 9px;
}
section#subscribe-steps #subscribe-step-details .radio-group .radio {
	margin-bottom: 2px;
}
section#subscribe-steps #subscribe-step-details .client-society-container {
	display: none;
}
section#subscribe-steps #subscribe-step-details .required_fields {
	margin: 15px 0 0;
}
section#subscribe-steps #subscribe-step-details .icon-mn-indication {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 16px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
section#subscribe-steps #subscribe-step-details .icon-mn-indication:hover {
	color: #34b4e9;
}
section#subscribe-steps #subscribe-step-details .has-geoAutocomplete .form-control-feedback {
	top: 0;
	line-height: 30px;
	right: 0;
	padding: 0 15px;
	cursor: pointer;
	pointer-events: all;
	display: none;
	position: absolute;
}
section#subscribe-steps #subscribe-step-order-details table {
	width: 100%;
	color: #124d66;
	font-size: 13px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary {
	margin-top: 37px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr td,
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr th {
	width: 100%;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr th {
	padding: 15px 16px 11px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr th:first-child {
	padding-left: 8px;
	padding-right: 8px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr td {
	padding: 10px 16px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr td:first-child {
	padding-left: 8px;
	padding-right: 8px;
}
section#subscribe-steps
	#subscribe-step-order-details
	table.invoice-summary
	tr
	td
	.select2
	.selection
	.select2-selection {
	height: 26px;
}
section#subscribe-steps
	#subscribe-step-order-details
	table.invoice-summary
	tr
	td
	.select2
	.selection
	.select2-selection
	.select2-selection__rendered {
	line-height: 26px;
	text-align: right;
	padding: 0 22px 0 8px;
	color: #124d66;
}
section#subscribe-steps
	#subscribe-step-order-details
	table.invoice-summary
	tr
	td
	.select2
	.selection
	.select2-selection
	.select2-selection__arrow {
	height: 26px;
}
section#subscribe-steps
	#subscribe-step-order-details
	table.invoice-summary
	tr
	td
	.select2
	.selection
	.select2-selection
	.select2-selection__arrow
	b {
	display: none;
}
section#subscribe-steps
	#subscribe-step-order-details
	table.invoice-summary
	tr
	td
	.select2
	.selection
	.select2-selection
	.select2-selection__arrow:after {
	content: "\e93a";
	font-size: 4px;
	position: absolute;
	top: 12px;
	right: 9px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	font-family: mails-news !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
section#subscribe-steps
	#subscribe-step-order-details
	table.invoice-summary
	tr
	td
	.select2.select2-container--open
	.selection
	.select2-selection
	.select2-selection__arrow:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 11px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr .min-col {
	width: auto;
	min-width: 124px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr .min-col.min-col-trimester {
	min-width: 60px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr.specialOffer {
	display: none;
	color: #34b4e9;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr.specialOffer.show {
	display: table-row;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr .remove-col {
	width: auto;
	min-width: 41px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr .remove-col .removeBtn {
	border: 1px solid #ecf0f5;
	background-color: #ecf0f5;
	color: #124d66;
	width: 15px;
	height: 15px;
	padding: 0;
	line-height: 15px;
	border-radius: 25px;
	position: relative;
	top: 2px;
	outline: 0;
	-webkit-transition: background 0.3s, border 0.3s;
	transition: background 0.3s, border 0.3s;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr .remove-col .removeBtn i {
	font-size: 7px;
	position: relative;
	top: -2px;
	left: 0;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr .remove-col .removeBtn:hover {
	background-color: #fff;
	border-color: #124d66;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tr td {
	border-top: 1px solid #7b93a9;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-summary tbody tr:last-child td {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total {
	margin-top: 76px;
	font-size: 14px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr {
	border-top: 1px solid #7b93a9;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr td,
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr th {
	width: 100%;
	text-align: right;
	padding: 12px 1px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr td:last-child,
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr th:last-child {
	width: auto;
	min-width: 113px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr:first-child {
	border: none;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr:last-child {
	border-top: 2px solid #34b4e9;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr.total_ht strong {
	margin-right: 5px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr.tva strong {
	margin-right: 3px;
}
section#subscribe-steps #subscribe-step-order-details table.invoice-total tr.total_ttc .orange {
	color: #34b4e9;
}
section#subscribe-steps #subscribe-step-order-details .devis-needed {
	margin: 15px 0;
	font-size: 12px;
}
section#subscribe-steps #subscribe-step-order-details .devis-needed + table.invoice-total {
	margin-top: 41px;
}
section#subscribe-steps #subscribe-step-order-details .message-needed {
	margin: 15px 0;
}
section#subscribe-steps #subscribe-step-order-details .message-needed i {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
section#subscribe-steps #subscribe-step-order-details .message-needed i.add-tooltip {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 15px;
}
section#subscribe-steps #subscribe-step-order-details .message-needed i:hover {
	color: #34b4e9;
}
section#subscribe-steps #subscribe-step-order-details .message-needed + table.invoice-total {
	margin-top: 41px;
}
section#subscribe-steps #subscribe-step-order-details .subtitle {
	font-size: 16px;
	font-weight: 500;
	margin: 37px 0 12px;
}
section#subscribe-steps #subscribe-step-order-details .subtitle.no-margin {
	margin: 0;
}
section#subscribe-steps #subscribe-step-order-details .subtitle.no-margin + .mar-top {
	margin-top: 5px;
}
section#subscribe-steps #subscribe-step-order-details .subtitle.no-margin + .mar-top label[for="paiementGlobal"] {
	margin-right: 25px;
}
section#subscribe-steps #subscribe-step-order-details .contactInvoice li {
	border-top: 1px solid #7b93a9;
	padding: 10px 0;
}
section#subscribe-steps #subscribe-step-order-details .contactInvoice li:first-child {
	border: none;
}
section#subscribe-steps #subscribe-step-order-details .contactInvoice li .title {
	color: #34b4e9;
	margin: 0;
	line-height: 17px;
}
section#subscribe-steps #subscribe-step-order-details .contactInvoice li .content {
	margin: -1px 0 0;
	line-height: 21px;
}
section#subscribe-steps #subscribe-step-order-details .cgvContainer {
	margin-top: 24px;
	padding-top: 22px;
	margin-bottom: 39px;
	border-top: 1px solid #dadada;
}
section#subscribe-steps #subscribe-step-order-details .cgvContainer .blackLink {
	color: #124d66;
	text-decoration: underline;
}
section#subscribe-steps #subscribe-step-order-details .cgvContainer .blackLink:hover {
	text-decoration: none;
}
section#subscribe-steps #subscribe-step-order-details .cgvContainer .magic-checkbox + label {
	padding-left: 31px;
}
section#subscribe-steps #subscribe-step-order-details .cgvContainer .magic-checkbox + label:before {
	top: 10px;
}
section#subscribe-steps #subscribe-step-order-details .cgvContainer .magic-checkbox + label:after {
	left: 3px;
	top: 3px;
}
@media (min-width: 768px) {
	section#subscribe-steps #subscribe-step-order-details .separator:after {
		content: "";
		width: 1px;
		height: calc(100% + 10px);
		background: #dadada;
		position: absolute;
		top: -8px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
section#subscribe-steps #subscribe-step-payment .sub-title {
	margin: 43px 0 44px;
}
section#subscribe-steps #subscribe-step-payment .card-separator:after {
	content: "";
	width: 1px;
	height: calc(100% + 20px);
	background: #dadada;
	position: absolute;
	top: -13px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
section#subscribe-steps #subscribe-step-payment .card-payment img {
	max-width: 100%;
	width: auto;
}
section#subscribe-steps #subscribe-step-payment .card-payment .btn {
	margin-top: 5px;
	margin-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
}
section#subscribe-steps #subscribe-step-payment .card-payment.card-paypal .paypal-cta {
	margin-bottom: 47px;
	display: block;
}
section#subscribe-steps #subscribe-step-payment .card-payment.card-bank-check .card-description {
	margin-bottom: 2px;
}
section#subscribe-steps #subscribe-step-payment .card-payment.card-bank-check .bank-check-address {
	padding-left: 14px;
	margin-bottom: 24px;
}
section#subscribe-steps #subscribe-step-payment .card-payment.card-bank-check .bank-check-address li {
	margin-bottom: 4px;
}
section#subscribe-steps .panel-footer {
	margin-top: 32px;
}
section#subscribe-steps .panel-footer .finish,
section#subscribe-steps .panel-footer .previous {
	display: none;
}
section#subscribe-steps .panel-footer .btn-default i {
	color: #34b4e9;
}
section#subscribe-steps .panel-footer .btn-primary {
	margin-left: 20px;
}
section#subscribe-steps .panel-footer .btn {
	padding: 5px 15px;
}
section#subscribe-steps .panel-footer i {
	font-size: 16px;
	position: relative;
	top: 2px;
}
section#subscribe-steps .panel-footer i.icon-mn-arrow-rounded-left {
	margin-right: 4px;
}
section#subscribe-steps .panel-footer i.icon-mn-arrow-rounded-right {
	margin-left: 4px;
}
section#subscribe-steps .panel-footer .rgpd-container {
	margin-top: 20px;
	display: none;
}
section#subscribe-steps .panel-footer .rgpd-container.rgpd-displayed {
	display: block;
}
section#subscribe-steps .panel-footer .rgpd-container .rgpd {
	margin: 0;
}
section#subscribe-steps .panel-footer .rgpd-container .rgpd .blackLink {
	color: #124d66;
	text-decoration: underline;
}
section#subscribe-steps .panel-footer .rgpd-container .rgpd .blackLink:hover {
	text-decoration: none;
}
@media (max-width: 1199px) {
	section#solution section#solution-list .list-block .list-header:after {
		width: 53%;
	}
	section#solution section#solution-features {
		margin: 89px 0 142px;
	}
	section#solution section#not-hesitate {
		margin: 42px 0 0;
	}
}
@media (max-width: 991px) {
	section#features #get-started img {
		width: 100%;
		right: 0;
		margin-bottom: 20px;
	}
	section#faq img#img-faq {
		max-width: 40%;
		margin: 0 auto 30px;
		right: 0;
	}
	section#solution section#solution-list .list-block .list-header:after {
		width: 37%;
	}
	section#solution section#solution-features {
		margin: 49px 0 92px;
	}
	section#solution section#not-hesitate {
		margin: 42px 0 0;
	}
	section#offers .list-offers {
		margin: 29px 0 9px;
	}
	section#offers .list-offers > div {
		margin-bottom: 30px;
	}
	section#need-break {
		padding: 5px 0 35px;
	}
	section#need-break img {
		margin-bottom: 30px;
	}
	section#try {
		padding: 61px 0 102px;
	}
	section#try img {
		margin-top: 15px;
	}
	footer #copyright .separator {
		display: block;
		font-size: 0;
		line-height: 0;
	}
	footer ul {
		display: block;
	}
	footer ul li {
		display: block;
	}
	footer ul li.separator {
		display: none;
	}
	html body {
		padding-bottom: 120px;
	}
}
@media (max-width: 768px) {
	section#contact-us {
		margin-top: 0;
	}
	section#contact-us img {
		margin-top: 30px;
		max-height: 250px;
		margin-bottom: 20px;
	}
	section#faq {
		padding-top: 10px;
		padding-bottom: 21px;
	}
	section#faq img#img-faq {
		max-height: 250px;
		margin-bottom: 20px;
		width: 100%;
		right: 0;
	}
	section#faq + section#little-contact {
		padding-top: 35px;
		padding-bottom: 45px;
	}
	section#little-contact {
		padding-top: 19px;
	}
	section#little-contact .g-recaptcha iframe {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: none;
		transform: none;
	}
	section#features #get-started {
		margin-top: 33px;
		margin-bottom: 40px;
	}
	section#features #get-started img {
		max-width: 475px;
		width: 100%;
		right: 0;
		margin: 0 auto 25px;
	}
	section#solution {
		padding: 80px 0 64px;
	}
	section#solution section#solution-list .list-block {
		margin-bottom: 45px;
	}
	section#solution section#solution-list .list-block .list-header:after {
		width: 80%;
	}
	section#solution section#solution-features {
		margin: 25px 0 80px;
	}
	section#solution section#why-choose .slider_custom_slideshow .slick_arrows.slick-prev {
		left: -40px;
	}
	section#solution section#why-choose .slider_custom_slideshow .slick_arrows.slick-next {
		right: -40px;
	}
}
@media (max-width: 768px) and (max-width: 600px) {
	section#solution section#why-choose .slider_custom_slideshow .slick_arrows {
		display: none !important;
	}
}
@media (max-width: 768px) {
	section#solution section#not-hesitate {
		margin: 12px 0 0;
	}
	section#offers-header {
		padding: 20px 0 35px;
	}
	section#little-contact {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	section#little-contact .form-container #img-contact {
		padding: 0 35px;
		margin-top: 35px;
		margin-bottom: 35px;
		width: calc(100% - 70px);
	}
	section#little-contact .form-container form {
		padding-top: 0;
	}
	html body {
		padding-bottom: 160px;
	}
	footer #copyright {
		padding-left: 15px;
	}
	footer ul li {
		text-align: right;
	}
	footer #conception {
		padding-right: 15px;
	}
}
@media (max-width: 600px) {
	section#solution section#solution-list .list-block .list-header .number {
		left: 0 !important;
	}
	section#solution section#solution-list .list-block .list-header img {
		margin-left: 21px;
	}
	section#solution section#solution-list .list-block .list-header:after {
		width: 75%;
	}
	section#solution section#solution-list .list-block.list-block-2 .list-header img {
		margin-left: 36px;
	}
	section#solution section#solution-list .list-block.list-block-3 .list-header img {
		margin-left: 27px;
	}
	section#solution section#solution-list .list-block.list-block-4 .list-header img {
		margin-left: 38px;
	}
}
@media (max-width: 575px) {
	footer > .container > .row > * {
		display: block !important;
		width: 100% !important;
		float: none !important;
		text-align: left !important;
	}
	footer #copyright .separator {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	footer ul li {
		text-align: left;
		padding-left: 0;
	}
}
@media (max-width: 425px) {
	section#section2 #functions h3 {
		padding-top: 45px;
	}
	section#section2 #img-app-map {
		margin-top: 35px;
	}
	section#section3 {
		padding: 35px 0 35px;
	}
	section#section3 img {
		margin: auto auto 25px;
	}
	section#section4 {
		padding-top: 50px;
	}
	section#solution {
		padding: 70px 0 64px;
	}
	section#solution section#solution-list .list-block .list-header:after {
		width: 67%;
	}
	section#solution section#solution-features {
		margin: 10px 0 60px;
	}
}
@media (max-width: 375px) {
	section#solution section#solution-list .list-block .list-header:after {
		width: 60%;
	}
}
@media (max-width: 1299px) {
	header .navbar .navbar-nav:last-child {
		margin-right: 45px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav:last-child {
		margin-right: 0;
	}
	header .navbar #main-navbar {
		margin-left: 16px;
	}
	header .navbar #main-navbar .nav-item a:not(.btn) {
		padding: 13px 10px;
	}
}
@media (max-width: 1099px) {
	header .navbar {
		padding: 8px 0;
	}
	header .navbar #main-navbar {
		margin-left: 0;
	}
	header .navbar #main-navbar .nav-item a:not(.btn) {
		padding: 13px 7px;
	}
}
@media (max-width: 991px) {
	header .navbar .navbar-brand {
		background: #34b4e9;
		margin: -13px 0 -13px -15px;
		padding: 13px 16px 12px;
		z-index: 11;
	}
	header .navbar a[href="#menu"] {
		-webkit-font-smoothing: antialiased;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		padding: 8px 8px !important;
		background: #34b4e9 !important;
	}
	header .navbar a[href="#menu"] .hamburger-box {
		vertical-align: middle;
		top: -0.5px;
	}
	header .navbar a[href="#menu"]:hover {
		background: #fff !important;
	}
	header .navbar a[href="#menu"]:hover .hamburger-inner,
	header .navbar a[href="#menu"]:hover .hamburger-inner::after,
	header .navbar a[href="#menu"]:hover .hamburger-inner::before {
		background: #34b4e9 !important;
	}
	#main-navbar {
		display: block;
		position: absolute;
		left: 0;
		background: #fff;
		width: 100%;
		margin-top: 0 !important;
		z-index: 10;
		top: 100%;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
		padding: 10px 0 20px;
	}
	#main-navbar .nav-item {
		background: #fff;
	}
	#main-navbar .nav-item a:not(.btn) {
		margin: 0 20px !important;
		padding: 8px 7px 7px !important;
		border-bottom: 1px solid #dadada !important;
	}
	#main-navbar .nav-item a:not(.btn) i {
		display: inline !important;
		font-size: 20px !important;
		position: relative;
		top: -1px;
		margin-right: 4px;
	}
	#main-navbar .nav-item a:not(.btn) i + span {
		position: relative;
		top: 1px;
	}
	#main-navbar .nav-item a:not(.btn).active,
	#main-navbar .nav-item a:not(.btn):hover {
		color: #34b4e9 !important;
	}
	#main-navbar .nav-item a:not(.btn) > * {
		vertical-align: middle;
	}
	.navbar-right {
		z-index: 11;
	}
	header:before {
		background: #fff;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 11;
	}
	header:after {
		position: fixed;
		content: "";
		display: block;
		top: 60px;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 9;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s, visibility 0.5s 0.1s;
		transition: opacity 0.5s, visibility 0.5s 0.1s;
	}
	body.menu-opened header:after {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	body.menu-opened #main-navbar {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media (min-width: 550.01px) {
	#main-navbar .nav-item:last-child {
		display: none !important;
	}
}
@media (max-width: 550px) {
	header .navbar .navbar-nav.navbar-right .nav-item {
		display: none;
	}
	header .navbar .navbar-nav.navbar-right .nav-item:last-child {
		display: inline-block;
	}
	header #main-navbar .nav-item:last-child {
		font-size: 0;
	}
	header #main-navbar .nav-item:last-child .btn {
		margin: 10px 20px 0 20px;
		padding: 5px 12px 5px 10px;
		width: calc(50% - 30px);
	}
	header #main-navbar .nav-item:last-child .btn:first-child:last-child {
		width: calc(100% - 40px);
	}
	header #main-navbar .nav-item:last-child .btn + .btn {
		margin-left: 0;
	}
}
.animated-viewport {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	opacity: 0;
}
@media (min-width: 768.01px) {
	.row > .col-12:first-child > .animated-viewport {
		-webkit-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%);
	}
	.row > .col-12:last-child > .animated-viewport {
		-webkit-transform: translate(50%, 100%);
		transform: translate(50%, 100%);
	}
}
.animated-viewport.inside-viewport {
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	opacity: 1 !important;
}
/*# sourceMappingURL=public.css.map */
#desc-form {
	text-align: center;
	max-width: 735px;
	margin: 0 auto 40px;
	font-size: 16px;
	line-height: 1.5em;
}
h1 {
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.1em;
    margin-bottom: 30px;
    margin-top: 15px;
}
body {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
@keyframes hover-color {
	from {
		border-color: #bec5d3;
	}
	to {
		border-color: #1799e8;
	}
}

.magic-radio,
.magic-checkbox {
	position: absolute;
	z-index: -50;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
	cursor: not-allowed;
}

.input-group-addon > .magic-radio + label,
.input-group-addon > .magic-checkbox + label {
	min-height: 20px;
	min-width: 20px;
	vertical-align: top;
}

.input-group-addon > .magic-radio + label:before,
.input-group-addon > .magic-checkbox + label:before {
	left: 0;
}

.magic-radio + label,
.magic-checkbox + label {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	min-width: 1.34em;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
	border: 2px solid #bec5d3;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
	content: "";
	display: block;
	height: 19px;
	left: 0;
	position: absolute;
	top: 0;
	transition: box-shadow 0.3s;
	width: 19px;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
	content: "";
	display: none;
	position: absolute;
}

.magic-radio + label:not(:empty),
.magic-checkbox + label:not(:empty) {
	margin: 0 5px 0 0;
	text-indent: 25px;
	top: 0;
}

.magic-checkbox + label {
	min-height: 19px;
	min-width: 19px;
}

.btn-group .magic-radio + label,
.btn-group .magic-checkbox + label {
	min-height: 1em;
	vertical-align: baseline;
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
	cursor: not-allowed;
	opacity: 0.5;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
	cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
	animation-name: none;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
	animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
	display: block;
}

.magic-radio:focus + label:before,
.magic-checkbox:focus + label:before {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 10px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.1s;
}

.magic-radio:checked:focus + label:before,
.magic-checkbox:checked:focus + label:before {
	box-shadow: 0 0 0 10px rgba(22, 119, 179, 0.17), inset 0 0 0 10px rgba(22, 119, 179, 0.17);
}

.magic-radio + label:before {
	border-radius: 50%;
}

.magic-radio + label:after {
	background: #1799e8;
	border-radius: 50%;
	height: 0.85em;
	left: 4px;
	top: 4px;
	width: 0.85em;
}

.magic-radio:checked + label:before {
	border: 2px solid #1799e8;
}

.magic-checkbox + label:before {
	border-radius: 2px;
}

.magic-checkbox + label:after {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	box-sizing: border-box;
	height: 13px;
	left: 6px;
	top: 2px;
	transform: rotate(48deg);
	width: 6px;
}

.magic-checkbox:checked + label:before {
	background: #1799e8;
	border: #1799e8;
}

body .magic-checkbox + label:before,
body .magic-radio + label:before {
	top: 10px;
}

body .magic-checkbox + label:after {
	font-family: roboto !important;
	left: 5px;
	top: 4px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.checkbox {
	position: relative;
	margin-bottom: 15px;
	padding-top: 12px;
}
section#little-contact .form-container #img-contact {
	margin: 30px auto 20px;
	width: calc(100% - 70px);
}
#logo {
	height: 80px;
	width: auto;
	margin-top: 13px;
}
@media (max-width: 768px) {
	#logo {
		margin: 13px auto 0;
	}
	section#little-contact .form-container form .alert {
		border-radius: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
	}
}
section#little-contact {
	padding-top: 10px;
	padding-bottom: 30px;
}
.form-group label.error,
.form-group input.error {
	color: #f00 !important;
}
.form-group input.error {
	border-color: #f00;
}
#capt {
	position: absolute;
	left: -999em;
}
h2 {
	letter-spacing: 0;
	line-height: 1em;
	font-size: 20px;
	margin-top: 20px;
}
#back-to-home {
	text-decoration: none !important;
	font-size: 12px;
	margin-bottom: 10px;
    display: inline-block;
}
#back-to-home:before {
	left: 5px;
	top: 4px;
	width: 10px;
	height: 10px;
	border: solid #124d66;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -1px;
}
#back-to-home:hover {
	color: #124d66;
}
.footer {
	padding: 20px 30px 0;
	font-size: 12px;
}
.footer a {
	text-decoration: none !important;
}
.footer a:hover {
	color: #124d66;
}
section#little-contact .form-container {
	position: relative;
	background: #FFF;
}
section#little-contact .form-container:before {
	position: absolute;
	content: "";
	background: #D7F1FC;
	width: 370px;
	height: 370px;
    right: -100px;
    top: -100px;
    z-index: -1;
    border-radius: 50%;
}
p {
	color: #7A7A8B;
}