@charset "UTF-8";

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #4c77e0;
	--secondary: #ff5724;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--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 {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
footer,
header,
nav,
section {
	display: block
}
body {
	margin: 0;
	font-family: -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-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ul ul {
	margin-bottom: 0
}
b {
	font-weight: bolder
}
small {
	font-size: 80%
}
a {
	color: #4c77e0;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #214fbf;
	text-decoration: underline
}
a:not([href]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}
code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
img {
	vertical-align: middle;
	border-style: none
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button,
input,
select {
	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] {
	box-sizing: border-box;
	padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}
[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
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw)
	}
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw)
	}
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw)
	}
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw)
	}
}
.small,
small {
	font-size: 80%;
	font-weight: 400
}
.list-inline {
	padding-left: 0;
	list-style: none
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}
a>code {
	color: inherit
}
.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-lg,
.container-md {
	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,
	.container-md {
		max-width: 720px
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md {
		max-width: 960px
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md {
		max-width: 1140px
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.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 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(76, 119, 224, .25)
}
.btn:disabled {
	opacity: .65
}
.btn-primary {
	color: #fff;
	background-color: #4c77e0;
	border-color: #4c77e0
}
.btn-primary:hover {
	color: #fff;
	background-color: #2b5eda;
	border-color: #2558d4
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #2b5eda;
	border-color: #2558d4;
	box-shadow: 0 0 0 .2rem rgba(103, 139, 229, .5)
}
.btn-primary:disabled {
	color: #fff;
	background-color: #4c77e0;
	border-color: #4c77e0
}
.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 {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-link {
	font-weight: 400;
	color: #4c77e0;
	text-decoration: none
}
.btn-link:hover {
	color: #214fbf;
	text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}
.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}
.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}
.btn-group>.btn:hover {
	z-index: 1
}
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}
.navbar .container,
.navbar .container-lg,
.navbar .container-md {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}
@media (max-width: 767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}
@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}
.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-lg,
.navbar-expand>.container-md {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	flex-direction: row
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-lg,
.navbar-expand>.container-md {
	flex-wrap: nowrap
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}
.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, .9)
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}
.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-img,
.card-img-bottom,
.card-img-top {
	flex-shrink: 0;
	width: 100%
}
.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #4c77e0;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #214fbf;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(76, 119, 224, .25)
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}
.media {
	display: flex;
	align-items: flex-start
}
.media-body {
	flex: 1
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}
@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}
@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}
@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}
.align-top {
	vertical-align: top!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #4c77e0!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #2558d4!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-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-white {
	background-color: #fff!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!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: #4c77e0!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-white {
	border-color: #fff!important
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-flex {
	display: flex!important
}
.d-inline-flex {
	display: inline-flex!important
}
@media (min-width: 768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
}
.flex-row {
	flex-direction: row!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.align-items-center {
	align-items: center!important
}
.align-content-center {
	align-content: center!important
}
@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-content-md-center {
		align-content: center!important
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-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
	}
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!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
	}
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.mt-0 {
	margin-top: 0!important
}
.mx-0 {
	margin-right: 0!important
}
.mx-0 {
	margin-left: 0!important
}
.mt-1 {
	margin-top: .25rem!important
}
.mx-1 {
	margin-right: .25rem!important
}
.mx-1 {
	margin-left: .25rem!important
}
.mt-2 {
	margin-top: .5rem!important
}
.mx-2 {
	margin-right: .5rem!important
}
.mx-2 {
	margin-left: .5rem!important
}
.mt-3 {
	margin-top: 1rem!important
}
.mx-3 {
	margin-right: 1rem!important
}
.mx-3 {
	margin-left: 1rem!important
}
.mt-4 {
	margin-top: 1.5rem!important
}
.mx-4 {
	margin-right: 1.5rem!important
}
.mx-4 {
	margin-left: 1.5rem!important
}
.mt-5 {
	margin-top: 3rem!important
}
.mx-5 {
	margin-right: 3rem!important
}
.mx-5 {
	margin-left: 3rem!important
}
.p-0 {
	padding: 0!important
}
.py-0 {
	padding-top: 0!important
}
.px-0 {
	padding-right: 0!important
}
.py-0 {
	padding-bottom: 0!important
}
.pl-0,
.px-0 {
	padding-left: 0!important
}
.p-1 {
	padding: .25rem!important
}
.py-1 {
	padding-top: .25rem!important
}
.px-1 {
	padding-right: .25rem!important
}
.py-1 {
	padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
	padding-left: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.py-2 {
	padding-top: .5rem!important
}
.px-2 {
	padding-right: .5rem!important
}
.py-2 {
	padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
	padding-left: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.py-3 {
	padding-top: 1rem!important
}
.px-3 {
	padding-right: 1rem!important
}
.py-3 {
	padding-bottom: 1rem!important
}
.pl-3,
.px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.py-4 {
	padding-top: 1.5rem!important
}
.px-4 {
	padding-right: 1.5rem!important
}
.py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.py-5 {
	padding-top: 3rem!important
}
.px-5 {
	padding-right: 3rem!important
}
.py-5 {
	padding-bottom: 3rem!important
}
.pl-5,
.px-5 {
	padding-left: 3rem!important
}
.mt-n1 {
	margin-top: -.25rem!important
}
.mx-n1 {
	margin-right: -.25rem!important
}
.mx-n1 {
	margin-left: -.25rem!important
}
.mt-n2 {
	margin-top: -.5rem!important
}
.mx-n2 {
	margin-right: -.5rem!important
}
.mx-n2 {
	margin-left: -.5rem!important
}
.mt-n3 {
	margin-top: -1rem!important
}
.mx-n3 {
	margin-right: -1rem!important
}
.mx-n3 {
	margin-left: -1rem!important
}
.mt-n4 {
	margin-top: -1.5rem!important
}
.mx-n4 {
	margin-right: -1.5rem!important
}
.mx-n4 {
	margin-left: -1.5rem!important
}
.mt-n5 {
	margin-top: -3rem!important
}
.mx-n5 {
	margin-right: -3rem!important
}
.mx-n5 {
	margin-left: -3rem!important
}
.mt-auto {
	margin-top: auto!important
}
.mx-auto {
	margin-right: auto!important
}
.mx-auto {
	margin-left: auto!important
}
@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0!important
	}
	.mx-md-0 {
		margin-right: 0!important
	}
	.mx-md-0 {
		margin-left: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.py-md-0 {
		padding-top: 0!important
	}
	.px-md-0 {
		padding-right: 0!important
	}
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.py-md-1 {
		padding-top: .25rem!important
	}
	.px-md-1 {
		padding-right: .25rem!important
	}
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important
	}
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important
	}
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.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
	}
	.py-md-5 {
		padding-top: 3rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important
	}
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.mt-md-n1 {
		margin-top: -.25rem!important
	}
	.mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mx-md-n1 {
		margin-left: -.25rem!important
	}
	.mt-md-n2 {
		margin-top: -.5rem!important
	}
	.mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mx-md-n2 {
		margin-left: -.5rem!important
	}
	.mt-md-n3 {
		margin-top: -1rem!important
	}
	.mx-md-n3 {
		margin-right: -1rem!important
	}
	.mx-md-n3 {
		margin-left: -1rem!important
	}
	.mt-md-n4 {
		margin-top: -1.5rem!important
	}
	.mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.mt-md-n5 {
		margin-top: -3rem!important
	}
	.mx-md-n5 {
		margin-right: -3rem!important
	}
	.mx-md-n5 {
		margin-left: -3rem!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.mx-md-auto {
		margin-right: auto!important
	}
	.mx-md-auto {
		margin-left: auto!important
	}
}
@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mx-lg-0 {
		margin-left: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.py-lg-0 {
		padding-top: 0!important
	}
	.px-lg-0 {
		padding-right: 0!important
	}
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.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
	}
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.mt-lg-n1 {
		margin-top: -.25rem!important
	}
	.mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.mt-lg-n2 {
		margin-top: -.5rem!important
	}
	.mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.mt-lg-n3 {
		margin-top: -1rem!important
	}
	.mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mx-lg-n3 {
		margin-left: -1rem!important
	}
	.mt-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.mt-lg-n5 {
		margin-top: -3rem!important
	}
	.mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mx-lg-n5 {
		margin-left: -3rem!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mx-lg-auto {
		margin-left: auto!important
	}
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-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
	}
}
.text-uppercase {
	text-transform: uppercase!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-bold {
	font-weight: 700!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #4c77e0!important
}
a.text-primary:focus,
a.text-primary:hover {
	color: #214fbf!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}
.text-body {
	color: #212529!important
}
.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}
.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	p {
		orphans: 3;
		widows: 3
	}
	@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}}/*!

* Font Awesome 4.7.0 by@davegandy - http://fontawesome.io - @fontawesome
	* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
	*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
	url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
	url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
	url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
	url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight:400;
	font-style:normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
@-webkit-keyframes fa-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(359deg)
	}
}
@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(359deg)
	}
}
.fa-rotate-90 {
	transform: rotate(90deg)
}
.fa-rotate-180 {
	transform: rotate(180deg)
}
.fa-rotate-270 {
	transform: rotate(270deg)
}
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}
.fa-user:before {
	content: ""
}
.fa-home:before {
	content: ""
}
.fa-rotate-right:before {
	content: ""
}
.fa-list-alt:before {
	content: ""
}
.fa-tags:before {
	content: ""
}
.fa-font:before {
	content: ""
}
.fa-bold:before {
	content: ""
}
.fa-text-height:before {
	content: ""
}
.fa-text-width:before {
	content: ""
}
.fa-align-left:before {
	content: ""
}
.fa-align-center:before {
	content: ""
}
.fa-align-right:before {
	content: ""
}
.fa-list:before {
	content: ""
}
.fa-expand:before {
	content: ""
}
.fa-group:before {
	content: ""
}
.fa-link:before {
	content: ""
}
.fa-copy:before {
	content: ""
}
.fa-list-ul:before {
	content: ""
}
.fa-rotate-left:before {
	content: ""
}
.fa-user-md:before {
	content: ""
}
.fa-angle-left:before {
	content: ""
}
.fa-angle-right:before {
	content: ""
}
.fa-angle-up:before {
	content: ""
}
.fa-angle-down:before {
	content: ""
}
.fa-code:before {
	content: ""
}
.fa-info:before {
	content: ""
}
.fa-html5:before {
	content: ""
}
.fa-css3:before {
	content: ""
}
.fa-google:before {
	content: ""
}
.fa-child:before {
	content: ""
}
.fa-header:before {
	content: ""
}
.fa-safari:before {
	content: ""
}
.fa-chrome:before {
	content: ""
}
.fa-firefox:before {
	content: ""
}
.fa-opera:before {
	content: ""
}
.fa-500px:before {
	content: ""
}
.fa-edge:before {
	content: ""
}
.fa-fa:before {
	content: ""
}
.fa-id-card:before {
	content: ""
}
.fa-s15:before {
	content: ""
}
:root {
	--primary-color: #4c77e0;
	--secondary-color: #ff5724;
	--text-color: #6c757d;
	--title-color: #2d2d43;
	--white-color: #ffffff;
	--light-bg-color: #fafafa;
	--card-box-shadow: 1px 5px 7.5px #C4C4C433;
	--card-hover-box-shadow: 1px 20px 30px #C4C4C433;
	--card-curve: 6px
}
.noscroll {
	overflow: hidden;
	height: 100vh
}
html {
	scroll-behavior: smooth
}
body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif
}
button,
input,
select {
	-webkit-appearance: none;
	outline: 0;
	font-family: 'Work Sans', sans-serif
}
.btn,
button,
select {
	cursor: pointer;
	font-family: 'Work Sans', sans-serif
}
a,
a:hover {
	text-decoration: none
}
ul {
	margin: 0;
	padding: 0
}
p {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif
}
.btn-style {
	padding: 14px 22px;
	color: #fff;
	font-size: 16px;
	transition: .3s ease-in;
	font-weight: 600;
	text-transform: uppercase
}
@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(76, 119, 224, .15), 0 0 0 10px rgba(76, 119, 224, .15), 0 0 0 20px rgba(76, 119, 224, .15)
	}
	100% {
		box-shadow: 0 0 0 10px rgba(76, 119, 224, .15), 0 0 0 20px rgba(76, 119, 224, .15), 0 0 0 40px rgba(50, 100, 245, 0)
	}
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(76, 119, 224, .15), 0 0 0 10px rgba(76, 119, 224, .15), 0 0 0 20px rgba(76, 119, 224, .15)
	}
	100% {
		box-shadow: 0 0 0 10px rgba(76, 119, 224, .15), 0 0 0 20px rgba(76, 119, 224, .15), 0 0 0 40px rgba(50, 100, 245, 0)
	}
}
.page-title {
	max-width: 750px
}
.w3l-header .navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
	color: var(--title-color);
	font-weight: 400;
	font-size: 16px
}
.w3l-header .navbar-toggler {
	padding: .25rem .6rem;
	font-size: 1rem;
	background-color: #fff;
	border: none
}
@media (max-width: 992px) {
	.w3l-header .navbar-nav {
		background: var(--light-bg-color);
		border-radius: var(--card-curve);
		padding: 12px
	}
}
.w3l-menu *,
.w3l-menu:after,
.w3l-menu:before {
	box-sizing: border-box
}
.w3l-menu body,
.w3l-menu html {
	width: 100%;
	height: 100%
}
.w3l-menu ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.w3l-menu .w3l-menu {
	width: 100%;
	min-height: 100vh;
	overflow: hidden
}
.w3l-menu .menu-btn {
	width: 26px;
	z-index: 10;
	cursor: pointer;
	transition: transform .3s ease-in-out
}
.w3l-menu .menu-btn:hover span {
	background-color: var(--title-color)
}
.w3l-menu .menu-btn.active {
	transform: rotate(180deg);
	position: fixed
}
.w3l-menu .menu-btn.active span {
	transition: transform .3s ease-in-out, opacity .3s ease-in-out
}
.w3l-menu .menu-btn.active span.top {
	transform: rotate(45deg);
	transform-origin: left center;
	top: 4px;
	left: 11.25px
}
.w3l-menu .menu-btn.active span.mid {
	opacity: 0;
	left: 11.25px
}
.w3l-menu .menu-btn.active span.bot {
	transform: rotate(-45deg);
	transform-origin: left center;
	top: 26px;
	left: 11.25px
}
.w3l-menu .menu-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--title-color);
	transition: background-color .3s ease-in-out
}
.w3l-menu span.mid {
	margin: 7px 0
}
.w3l-menu .menu-btn span.top {
	top: 11px
}
.w3l-menu .menu-btn span.bot {
	top: 29px
}
.w3l-menu #nav {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: -1;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out
}
.w3l-menu #nav.open {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 5;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out
}
.w3l-menu #style-box {
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
	transition: transform .3s ease-in-out
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 30px
	}
	100% {
		opacity: 1;
		left: 0
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 30px
	}
	100% {
		opacity: 1;
		left: 0
	}
}
@media screen and (max-width: 992px) {
	.w3l-menu .menu-btn.active {
		right: 20px
	}
}
@media screen and (max-width: 568px) {
	.w3l-menu .menu-btn.active {
		right: 40px
	}
}
.w3l-index-block1 .content {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fafafa
}
.w3l-index-block1 .content-left p {
	color: var(--text-color);
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	max-width: 450px
}
.w3l-index5 .new-block {
	display: grid;
	align-items: center;
	padding: 2rem 0
}
.w3l-index5 .section-width p {
	color: var(--text-color);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400
}
@media (max-width: 667px) {
	.w3l-index5 .section-width p {
		font-size: 18px;
		line-height: 30px
	}
}
.w3l-index6 #grids5-block {
	background: var(--light-bg-color)
}
.w3l-index6 .grids5-info {
	border-radius: var(--card-curve);
	transition: .3s ease-in;
	padding: 1.5rem;
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: var(--card-box-shadow)
}
.w3l-index6 .grids5-info:hover {
	box-shadow: var(--card-hover-box-shadow)
}
.w3l-index6 .blog-info {
	background: #fff;
	padding: 20px 0 5px 0
}
.w3l-index6 ul.blog-list li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px
}
.w3l-index6 .blog-list {
	margin-top: 10px;
	margin-bottom: 0
}
.w3l-index6 .grids5-info ul.blog-list p {
	margin: 0;
	font-size: 13px
}
.w3l-index6 .grids5-info p {
	font-size: 16px;
	line-height: 25px;
	color: var(--text-color);
	margin-top: 15px
}
.w3l-index6 ul.blog-list li p {
	color: #b7b7b7
}
.w3l-index6 .grids5-info img {
	width: 100%;
	display: block
}
.w3l-index6 ul.blog-list span.fa {
	color: #b7b7b7
}
@media all and (max-width: 1280px) {
	.w3l-index6 ul.blog-list li {
		list-style-type: none;
		display: inline-block;
		margin-right: 5px
	}
}
@media all and (max-width: 568px) {
	.w3l-index6 .grids5-info p {
		margin-top: 12px
	}
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.w3l-footer #movetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	outline: 0;
	padding: 0;
	border-radius: 4px;
	transition: all .5s ease-out 0s
}
.w3l-footer .footer-list-29 a p span {
	display: block;
	color: #fff;
	font-weight: 700
}
.w3l-footer .footer-list-29 a p {
	color: var(--text-color);
	font-size: 16px;
	line-height: 25px
}
.w3l-footer .footer-list-29 ul li {
	list-style: none;
	margin-bottom: 14px;
	display: flex
}
.w3l-footer .footer-list-29 ul li:last-child {
	margin-bottom: 0
}
.w3l-footer .footer-list-29 ul li a,
.w3l-footer .footer-list-29 ul li p {
	font-weight: 400;
	font-size: 16px;
	color: var(--text-color);
	font-family: 'Open Sans', sans-serif
}
.w3l-footer .footer-list-29 ul li a:hover {
	color: var(--title-color);
	text-decoration: underline
}
.w3l-footer .footer-list-29 ul li span.fa {
	width: 30px;
	margin-top: 4px;
	color: var(--text-color);
	opacity: .4
}
.w3l-footer .copy-footer-29 {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: var(--text-color)
}
.w3l-footer .footer-list-29 p {
	color: var(--text-color);
	font-size: 16px;
	line-height: 24px;
	max-width: 500px
}
.w3l-footer .copy-footer-29 a {
	color: var(--title-color)
}
.w3l-footer .copy-footer-29 a:hover {
	color: var(--title-color);
	text-decoration: underline
}
.w3l-about1 .new-block {
	display: grid;
	align-items: center
}
.w3l-about1 .link-list-menu p {
	font-size: 20px;
	color: var(--text-color);
	line-height: 32px;
	padding-top: 25px
}
@media (max-width: 667px) {
	.w3l-about1 .link-list-menu {
		max-width: 523px
	}
}
@media (max-width: 600px) {
	.w3l-about1 .link-list-menu p {
		font-size: 18px;
		line-height: 28px
	}
}
@media (max-width: 320px) {
	.w3l-about1 .link-list-menu {
		width: 281px
	}
}
.w3l-section-title .title-text p {
	font-size: 18px;
	color: var(--text-color);
	line-height: 30px;
	max-width: 650px
}
@media (max-width: 568px) {
	.w3l-section-title .title-text p {
		font-size: 16px;
		line-height: 26px
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.w3l-contact .contact-grids input {
	font-weight: 400;
	font-style: normal;
	font-family: inherit;
	border: none;
	color: var(--title-color);
	font-size: 16px;
	width: 100%;
	height: 55px;
	background: #fff;
	padding: 0 20px;
	outline: 0;
	border-radius: var(--card-curve);
	border-width: 1px;
	border-style: solid;
	border-color: var(--title-color);
	-o-border-image: initial;
	border-image: initial;
	margin-bottom: 10px
}
.w3l-contact .contact-grids input:focus {
	border: 1px solid var(--secondary-color)
}
@media (max-width: 568px) {
	.w3l-contact .contact-grids input {
		font-size: 16px
	}
}
@media (max-width: 480px) {
.col-md-3 {
            position: fixed;
            z-index: 9999;
            background: #70e1f5;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #ffd194, #70e1f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
}