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

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

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

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

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

dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1em
}

b,strong {
	font-weight: bolder
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

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

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: 1em;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1em
}

small,
.small {
	font-size: 87%;
	line-height: 1.5;
	font-weight: inherit;
}

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

a img {
	transition: 0.2s ease-in-out;
}

a img:hover {
	opacity: 0.8;
}

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

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

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

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
}

[role=button] {
	cursor: pointer
}

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] {
	box-sizing: border-box;
	padding: 0
}

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: .5em;
	font-size: 1.5em;
	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 {
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: 500;
	line-height: 1.2
}

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

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

a>code {
	color: inherit
}

kbd {
	padding: .2em .4em;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

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

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

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

.text-nowrap {
	white-space: nowrap !important
}

.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 print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	body {
		width: 1024px;
		transform: scale(0.95);
		transform-origin: 0 0;
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " ("attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd;
		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
	}
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 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: .5rem !important
}

.mt-1,
.my-1 {
	margin-top: .5rem !important
}

.mr-1,
.mx-1 {
	margin-right: .5rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .5rem !important
}

.ml-1,
.mx-1 {
	margin-left: .5rem !important
}

/* --------------------------- */

.m-2 {
	margin: 1rem !important
}

.mt-2,
.my-2 {
	margin-top: 1rem !important
}

.mr-2,
.mx-2 {
	margin-right: 1rem !important
}

.mb-2,
.my-2 {
	margin-bottom: 1rem !important
}

.ml-2,
.mx-2 {
	margin-left: 1rem !important
}

/* --------------------------- */

.m-3 {
	margin: 1.5rem !important
}

.mt-3,
.my-3 {
	margin-top: 1.5rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1.5rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1.5rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1.5rem !important
}

/* --------------------------- */

.m-4 {
	margin: 2rem !important
}

.mt-4,
.my-4 {
	margin-top: 2rem !important
}

.mr-4,
.mx-4 {
	margin-right: 2rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 2rem !important
}

.ml-4,
.mx-4 {
	margin-left: 2rem !important
}

/* --------------------------- */

.m-5 {
	margin: 2.5rem !important
}

.mt-5,
.my-5 {
	margin-top: 2.5rem !important
}

.mr-5,
.mx-5 {
	margin-right: 2.5rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 2.5rem !important
}

.ml-5,
.mx-5 {
	margin-left: 2.5rem !important
}

/* --------------------------- */

.m-6 {
	margin: 3rem !important
}

.mt-6,
.my-6 {
	margin-top: 3rem !important
}

.mr-6,
.mx-6 {
	margin-right: 3rem !important
}

.mb-6,
.my-6 {
	margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
	margin-left: 3rem !important
}

/* --------------------------- */

.m-7 {
	margin: 4rem !important
}

.mt-7,
.my-7 {
	margin-top: 4rem !important
}

.mr-7,
.mx-7 {
	margin-right: 4rem !important
}

.mb-7,
.my-7 {
	margin-bottom: 4rem !important
}

.ml-7,
.mx-7 {
	margin-left: 4rem !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: .5rem !important
}

.pt-1,
.py-1 {
	padding-top: .5rem !important
}

.pr-1,
.px-1 {
	padding-right: .5rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .5rem !important
}

.pl-1,
.px-1 {
	padding-left: .5rem !important
}

/* --------------------------- */

.p-2 {
	padding: 1rem !important
}

.pt-2,
.py-2 {
	padding-top: 1rem !important
}

.pr-2,
.px-2 {
	padding-right: 1rem !important
}

.pb-2,
.py-2 {
	padding-bottom: 1rem !important
}

.pl-2,
.px-2 {
	padding-left: 1rem !important
}

/* --------------------------- */

.p-3 {
	padding: 1.5rem !important
}

.pt-3,
.py-3 {
	padding-top: 1.5rem !important
}

.pr-3,
.px-3 {
	padding-right: 1.5rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1.5rem !important
}

.pl-3,
.px-3 {
	padding-left: 1.5rem !important
}

/* --------------------------- */

.p-4 {
	padding: 2rem !important
}

.pt-4,
.py-4 {
	padding-top: 2rem !important
}

.pr-4,
.px-4 {
	padding-right: 2rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 2rem !important
}

.pl-4,
.px-4 {
	padding-left: 2rem !important
}

/* --------------------------- */

.p-5 {
	padding: 2.5rem !important
}

.pt-5,
.py-5 {
	padding-top: 2.5rem !important
}

.pr-5,
.px-5 {
	padding-right: 2.5rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 2.5rem !important
}

.pl-5,
.px-5 {
	padding-left: 2.5rem !important
}

/* --------------------------- */

.p-6 {
	padding: 3rem !important
}

.pt-6,
.py-6 {
	padding-top: 3rem !important
}

.pr-6,
.px-6 {
	padding-right: 3rem !important
}

.pb-6,
.py-6 {
	padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
	padding-left: 3rem !important
}

/* --------------------------- */

.p-7 {
	padding: 4rem !important
}

.pt-7,
.py-7 {
	padding-top: 4rem !important
}

.pr-7,
.px-7 {
	padding-right: 4rem !important
}

.pb-7,
.py-7 {
	padding-bottom: 4rem !important
}

.pl-7,
.px-7 {
	padding-left: 4rem !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 (max-width: 750px) {
	.m-1 {
		margin: 1.1vw !important
	}
	
	.mt-1,
	.my-1 {
		margin-top: 1.1vw !important
	}
	
	.mr-1,
	.mx-1 {
		margin-right: 1.1vw !important
	}
	
	.mb-1,
	.my-1 {
		margin-bottom: 1.1vw !important
	}
	
	.ml-1,
	.mx-1 {
		margin-left: 1.1vw !important
	}
	
	/* --------------------------- */
	
	.m-2 {
		margin: 2.1vw !important
	}
	
	.mt-2,
	.my-2 {
		margin-top: 2.1vw !important
	}
	
	.mr-2,
	.mx-2 {
		margin-right: 2.1vw !important
	}
	
	.mb-2,
	.my-2 {
		margin-bottom: 2.1vw !important
	}
	
	.ml-2,
	.mx-2 {
		margin-left: 2.1vw !important
	}
	
	/* --------------------------- */
	
	.m-3 {
		margin: 3.2vw !important
	}
	
	.mt-3,
	.my-3 {
		margin-top: 3.2vw !important
	}
	
	.mr-3,
	.mx-3 {
		margin-right: 3.2vw !important
	}
	
	.mb-3,
	.my-3 {
		margin-bottom: 3.2vw !important
	}
	
	.ml-3,
	.mx-3 {
		margin-left: 3.2vw !important
	}
	
	/* --------------------------- */
	
	.m-4 {
		margin: 4.3vw !important
	}
	
	.mt-4,
	.my-4 {
		margin-top: 4.3vw !important
	}
	
	.mr-4,
	.mx-4 {
		margin-right: 4.3vw !important
	}
	
	.mb-4,
	.my-4 {
		margin-bottom: 4.3vw !important
	}
	
	.ml-4,
	.mx-4 {
		margin-left: 4.3vw !important
	}
	
	/* --------------------------- */
	
	.m-5 {
		margin: 5.3vw !important
	}
	
	.mt-5,
	.my-5 {
		margin-top: 5.3vw !important
	}
	
	.mr-5,
	.mx-5 {
		margin-right: 5.3vw !important
	}
	
	.mb-5,
	.my-5 {
		margin-bottom: 5.3vw !important
	}
	
	.ml-5,
	.mx-5 {
		margin-left: 5.3vw !important
	}
	
	/* --------------------------- */
	
	.m-6 {
		margin: 6.4vw !important
	}
	
	.mt-6,
	.my-6 {
		margin-top: 6.4vw !important
	}
	
	.mr-6,
	.mx-6 {
		margin-right: 6.4vw !important
	}
	
	.mb-6,
	.my-6 {
		margin-bottom: 6.4vw !important
	}
	
	.ml-6,
	.mx-6 {
		margin-left: 6.4vw !important
	}
	
	/* --------------------------- */
	
	.m-7 {
		margin: 8.5vw !important
	}
	
	.mt-7,
	.my-7 {
		margin-top: 8.5vw !important
	}
	
	.mr-7,
	.mx-7 {
		margin-right: 8.5vw !important
	}
	
	.mb-7,
	.my-7 {
		margin-bottom: 8.5vw !important
	}
	
	.ml-7,
	.mx-7 {
		margin-left: 8.5vw !important
	}
	
	/* --------------------------- */
	
	.p-1 {
		padding: 1.1vw !important
	}
	
	.pt-1,
	.py-1 {
		padding-top: 1.1vw !important
	}
	
	.pr-1,
	.px-1 {
		padding-right: 1.1vw !important
	}
	
	.pb-1,
	.py-1 {
		padding-bottom: 1.1vw !important
	}
	
	.pl-1,
	.px-1 {
		padding-left: 1.1vw !important
	}
	
	/* --------------------------- */
	
	.p-2 {
		padding: 2.1vw !important
	}
	
	.pt-2,
	.py-2 {
		padding-top: 2.1vw !important
	}
	
	.pr-2,
	.px-2 {
		padding-right: 2.1vw !important
	}
	
	.pb-2,
	.py-2 {
		padding-bottom: 2.1vw !important
	}
	
	.pl-2,
	.px-2 {
		padding-left: 2.1vw !important
	}
	
	/* --------------------------- */
	
	.p-3 {
		padding: 3.2vw !important
	}
	
	.pt-3,
	.py-3 {
		padding-top: 3.2vw !important
	}
	
	.pr-3,
	.px-3 {
		padding-right: 3.2vw !important
	}
	
	.pb-3,
	.py-3 {
		padding-bottom: 3.2vw !important
	}
	
	.pl-3,
	.px-3 {
		padding-left: 3.2vw !important
	}
	
	/* --------------------------- */
	
	.p-4 {
		padding: 4.3vw !important
	}
	
	.pt-4,
	.py-4 {
		padding-top: 4.3vw !important
	}
	
	.pr-4,
	.px-4 {
		padding-right: 4.3vw !important
	}
	
	.pb-4,
	.py-4 {
		padding-bottom: 4.3vw !important
	}
	
	.pl-4,
	.px-4 {
		padding-left: 4.3vw !important
	}
	
	/* --------------------------- */
	
	.p-5 {
		padding: 5.3vw !important
	}
	
	.pt-5,
	.py-5 {
		padding-top: 5.3vw !important
	}
	
	.pr-5,
	.px-5 {
		padding-right: 5.3vw !important
	}
	
	.pb-5,
	.py-5 {
		padding-bottom: 5.3vw !important
	}
	
	.pl-5,
	.px-5 {
		padding-left: 5.3vw !important
	}
	
	/* --------------------------- */
	
	.p-6 {
		padding: 6.4vw !important
	}
	
	.pt-6,
	.py-6 {
		padding-top: 6.4vw !important
	}
	
	.pr-6,
	.px-6 {
		padding-right: 6.4vw !important
	}
	
	.pb-6,
	.py-6 {
		padding-bottom: 6.4vw !important
	}
	
	.pl-6,
	.px-6 {
		padding-left: 6.4vw !important
	}
	
	/* --------------------------- */
	
	.p-7 {
		padding: 8.5vw !important
	}
	
	.pt-7,
	.py-7 {
		padding-top: 8.5vw !important
	}
	
	.pr-7,
	.px-7 {
		padding-right: 8.5vw !important
	}
	
	.pb-7,
	.py-7 {
		padding-bottom: 8.5vw !important
	}
	
	.pl-7,
	.px-7 {
		padding-left: 8.5vw !important
	}
}