.display-1,
.display-2,
.display-3,
.display-4 {
	line-height: 1.2
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.btn:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn-outline-danger,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-warning,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

.dropdown-menu,
.form-control,
.modal-content,
.popover {
	background-clip: padding-box
}

.badge,
.btn,
.dropdown-header,
.dropdown-item,
.input-group-text,
.navbar-brand {
	white-space: nowrap
}

.dropdown-menu,
.nav,
.navbar-nav {
	list-style: none
}

*,
::after,
::before,
html {
	box-sizing: border-box
}

: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: #007bff;
	--secondary: #6c757d;
	--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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@-ms-viewport {
	width: device-width
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.blockquote,
hr {
	margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
	font-weight: 300
}

.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
}

.display-1 {
	font-size: 6rem
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-4 {
	font-size: 3.5rem
}

hr {
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

a>code,
pre code {
	color: inherit
}

code {
	color: #e83e8c;
	word-break: break-word
}

kbd {
	padding: .2rem .4rem;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

.btn,
.btn-link,
.dropdown-item {
	font-weight: 400
}

pre {
	display: block;
	color: #212529
}

pre code {
	font-size: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered,
.table-responsive>.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.collapsing,
.modal,
.modal-open,
.progress {
	overflow: hidden
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px)
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.invalid-tooltip,
.valid-tooltip {
	position: absolute;
	z-index: 5;
	max-width: 100%;
	padding: .5rem;
	line-height: 1;
	border-radius: .2rem;
	top: 100%
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	display: none;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(40, 167, 69, .8)
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-invalid~.custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid~.custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	display: none;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .8)
}

.collapsing,
.dropdown,
.dropup {
	position: relative
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	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
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.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-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.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-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.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-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.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-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	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: #007bff;
	border-color: #007bff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	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: #6c757d;
	border-color: #6c757d
}

.btn-outline-success.focus,
.btn-outline-success:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.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-info.focus,
.btn-outline-info:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.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-warning.focus,
.btn-outline-warning:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.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-danger.focus,
.btn-outline-danger:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.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-light.focus,
.btn-outline-light:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	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: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-dark.focus,
.btn-outline-dark:focus,
.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 {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	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: #343a40;
	border-color: #343a40
}

.btn-link {
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block
}

.btn-block+.btn-block {
	margin-top: .5rem
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	width: 0;
	height: 0;
	vertical-align: .255em;
	content: ""
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	height: 0;
	transition: height .35s ease
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
	width: 0;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	height: 0
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-left: .3em solid;
	vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	border-right: .3em solid;
	vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
	margin-bottom: 0
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	color: #212529;
	text-align: inherit;
	background-color: transparent;
	border: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before,
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	font-size: .875rem;
	color: #6c757d
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-group>.btn:first-child,
.dropdown-toggle-split::after {
	margin-left: 0
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group-append,
.input-group-prepend {
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.nav,
.navbar {
	flex-wrap: wrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-label::after,
.custom-control-label::before {
	position: absolute;
	top: .25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	left: 0
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label::before {
	pointer-events: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-control-label::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-file,
.custom-select {
	display: inline-block;
	width: 100%
}

.custom-file-input:lang(en)~.custom-file-label::after,
.custom-file-label::after {
	content: "Browse"
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	appearance: none
}

.custom-select-lg,
.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.custom-file-input:focus~.custom-file-control::before,
.custom-select:focus {
	border-color: #80bdff
}

[type=search],
button.close,
input[type=email],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

.custom-select:focus {
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	font-size: 125%
}

.custom-file,
.custom-file-input,
.custom-file-label {
	height: calc(2.25rem + 2px)
}

.custom-file {
	position: relative
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	opacity: 0
}

.custom-file-label,
.custom-file-label::after {
	position: absolute;
	top: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	right: 0
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-label {
	left: 0;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.nav {
	display: flex;
	padding-left: 0
}

.nav-link,
.navbar {
	padding: .5rem 1rem
}

.nav-link {
	display: block
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.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: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.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
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: center center no-repeat;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.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 .nav-link.disabled {
	color: rgba(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, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(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, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .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, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(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, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-footer,
.card-header {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03)
}

.card-title {
	margin-bottom: .75rem
}

.card-header,
.card-subtitle,
.card-text:last-child {
	margin-bottom: 0
}

.card-subtitle {
	margin-top: -.375rem
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header-pills,
.card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-header {
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.alert,
.btn .badge,
.page-link {
	position: relative
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: flex;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: flex;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-header,
	.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-footer,
	.card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-header,
	.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-footer,
	.card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		border-radius: .25rem
	}
	.card-group>.card:only-child .card-header,
	.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-footer,
	.card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child),
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0
	}
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.breadcrumb,
.pagination {
	border-radius: .25rem;
	list-style: none
}

.card-columns .card {
	margin-bottom: .75rem
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0
}

.page-link {
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.badge,
.close {
	font-weight: 700;
	line-height: 1
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	text-align: center;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite
}

.lightSpeedOutRight.goAway,
.wiggle.go {
	-webkit-animation-timing-function: ease-in
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.popover,
.tooltip {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	text-decoration: none
}

.modal-title,
.popover,
.tooltip {
	line-height: 1.5
}

.popover,
.text-hide,
.tooltip {
	text-shadow: none
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -25%)
}

.modal.show .modal-dialog {
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
	position: absolute;
	display: block
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	z-index: 1070;
	margin: 0;
	text-align: left;
	text-align: start;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover,
body,
caption {
	text-align: left
}

.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	text-align: start;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.carousel,
.carousel-inner,
.carousel-item {
	position: relative
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-item {
	display: none;
	align-items: center;
	width: 100%;
	transition: transform .6s ease;
	backface-visibility: hidden;
	perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		transform: translate3d(0, 0, 0)
	}
}

.active.carousel-item-right,
.carousel-item-next {
	transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
	.active.carousel-item-right,
	.carousel-item-next {
		transform: translate3d(100%, 0, 0)
	}
}

.active.carousel-item-left,
.carousel-item-prev {
	transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
	.active.carousel-item-left,
	.carousel-item-prev {
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

[tabindex="-1"]:focus,
input:focus,
textarea:focus {
	outline: 0!important
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: center center no-repeat;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after,
.carousel-indicators li::before {
	left: 0;
	display: inline-block;
	height: 10px;
	position: absolute;
	content: "";
	width: 100%
}

.carousel-indicators li::before {
	top: -10px
}

.carousel-indicators li::after {
	bottom: -10px
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

progress,
sub,
sup {
	vertical-align: baseline
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62!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: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!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
}

.rounded-right,
.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: .25rem!important
}

.rounded-left,
.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem!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: #007bff!important
}

.border-secondary {
	border-color: #6c757d!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: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.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%
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: sticky!important
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none
}

.text-truncate,
svg:not(:root) {
	overflow: hidden
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 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-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) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-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) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-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) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-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) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-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
	}
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
	margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
	margin-bottom: 1rem
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
	margin-bottom: .5rem
}

.container,
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	text-overflow: ellipsis;
	white-space: nowrap
}

button,
hr,
input {
	overflow: visible
}

pre,
textarea {
	overflow: auto
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-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-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0062cc!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #545b62!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #1e7e34!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124!important
}

.text-muted {
	color: #6c757d!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	background-color: transparent;
	border: 0
}

address,
legend {
	line-height: inherit
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		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 #ddd!important
	}
}

@-ms-viewport {
	width: device-width
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@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
	}
	.container {
		max-width: 540px
	}
}

@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
	}
	.container {
		max-width: 720px
	}
}

@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
	}
	.container {
		max-width: 960px
	}
}

@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
	}
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.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%;
	min-height: 1px;
	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: none
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
	display: block
}

label,
output {
	display: inline-block
}

.flex-row {
	flex-direction: row!important
}

.flex-column {
	flex-direction: column!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	flex-direction: column-reverse!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-end {
	align-items: flex-end!important
}

.align-items-center {
	align-items: center!important
}

.align-items-baseline {
	align-items: baseline!important
}

.align-items-stretch {
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}

@-ms-viewport {
	width: device-width
}

body {
	margin: 0;
	font-weight: 400;
	background-color: #fff
}

hr {
	box-sizing: content-box;
	height: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	font-style: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

blockquote,
figure {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3
}

a:not([href]):not([tabindex]),
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: monospace, monospace;
	font-size: 1em
}

pre {
	-ms-overflow-style: scrollbar
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	caption-side: bottom
}

th {
	text-align: inherit
}

button {
	border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[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
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-size: 1.5rem;
	color: inherit;
	white-space: normal
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

h6,
p {
	line-height: 2.8rem
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
	margin: 0;
	padding: 0
}

.flip.go,
.flipInX.go {
	-webkit-backface-visibility: visible!important
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.slow {
	-webkit-animation-duration: 1.5s!important;
	animation-duration: 1.5s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important
}

.slower {
	-webkit-animation-duration: 2s!important;
	animation-duration: 2s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important
}

.slowest {
	-webkit-animation-duration: 3s!important;
	animation-duration: 3s!important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both!important
}

.delay-250 {
	-webkit-animation-delay: .25s;
	-moz-animation-delay: .25s;
	-o-animation-delay: .25s;
	animation-delay: .25s
}

.delay-500 {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s
}

.delay-750 {
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
	-o-animation-delay: .75s;
	animation-delay: .75s
}

.delay-1000 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s
}

.delay-1250 {
	-webkit-animation-delay: 1.25s;
	-moz-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s
}

.delay-1500 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.delay-1750 {
	-webkit-animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
	-o-animation-delay: 1.75s;
	animation-delay: 1.75s
}

.delay-2000 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.delay-2500 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s
}

.delay-3000 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s
}

.delay-3500 {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-delay: 3.5s
}

.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateX(400px);
	transform: translateX(400px)
}

.flipInX,
.flipInY,
.rollIn,
.rotateDownUpRight,
.rotateIn,
.rotateInDownLeft,
.rotateInUpLeft,
.rotateInUpRight {
	opacity: 0
}

.lightSpeedInLeft,
.lightSpeedInRight {
	opacity: 0;
	-webkit-transform: translateX(400px);
	transform: translateX(400px)
}

.fadeInDownNoOpacity,
.fadeInLeftNoOpacity,
.fadeInRightNoOpacity,
.fadeInUpNoOpacity {
	opacity: 1;
	-webkit-transform: translateX(400px);
	transform: translateX(400px)
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		transform: scale(1.05)
	}
	70% {
		transform: scale(.9)
	}
	100% {
		transform: scale(1)
	}
}

.bounceIn.go {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(400px)
	}
	60% {
		-webkit-transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(400px)
	}
	60% {
		transform: translateX(-30px)
	}
	80% {
		transform: translateX(10px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.bounceInRight.go {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-400px)
	}
	60% {
		-webkit-transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-400px)
	}
	60% {
		transform: translateX(30px)
	}
	80% {
		transform: translateX(-10px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.bounceInLeft.go {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(400px)
	}
	60% {
		-webkit-transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(400px)
	}
	60% {
		transform: translateY(-30px)
	}
	80% {
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.bounceInUp.go {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-400px)
	}
	60% {
		-webkit-transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-400px)
	}
	60% {
		transform: translateY(30px)
	}
	80% {
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.bounceInDown.go {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1;
		display: block
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1;
		display: block
	}
}

.fadeIn {
	opacity: 0
}

.fadeIn.go {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes growIn {
	0% {
		-webkit-transform: scale(.2);
		opacity: 0
	}
	50% {
		-webkit-transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes growIn {
	0% {
		transform: scale(.2);
		opacity: 0
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1);
		opacity: 1
	}
}

.growIn {
	-webkit-transform: scale(.2);
	transform: scale(.2);
	opacity: 0
}

.growIn.go {
	-webkit-animation-name: growIn;
	animation-name: growIn
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px)
	}
}

@keyframes shake {
	0%,
	100% {
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

.shake.go {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes shakeUp {
	0%,
	100% {
		-webkit-transform: translateY(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateY(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateY(10px)
	}
}

@keyframes shakeUp {
	0%,
	100% {
		transform: translateY(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateY(10px)
	}
}

.shakeUp.go {
	-webkit-animation-name: shakeUp;
	animation-name: shakeUp
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px)
}

.fadeInLeft.go {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftNoOpacity {
	0% {
		-webkit-transform: translateX(-400px)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeftNoOpacity {
	0% {
		transform: translateX(-400px)
	}
	100% {
		transform: translateX(0)
	}
}

.fadeInLeftNoOpacity {
	opacity: 1;
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px)
}

.fadeInLeftNoOpacity.go {
	-webkit-animation-name: fadeInLeftNoOpacity;
	animation-name: fadeInLeftNoOpacity
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	opacity: 0;
	-webkit-transform: translateX(400px);
	transform: translateX(400px)
}

.fadeInRight.go {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightNoOpacity {
	0% {
		-webkit-transform: translateX(400px)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInRightNoOpacity {
	0% {
		transform: translateX(400px)
	}
	100% {
		transform: translateX(0)
	}
}

.fadeInRightNoOpacity {
	opacity: 1;
	-webkit-transform: translateX(400px);
	transform: translateX(400px)
}

.fadeInRightNoOpacity.go {
	-webkit-animation-name: fadeInRightNoOpacity;
	animation-name: fadeInRightNoOpacity
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 1;
		transform: translateY(400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(400px);
	transform: translateY(400px)
}

.fadeInUp.go {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpNoOpacity {
	0% {
		-webkit-transform: translateY(400px)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInUpNoOpacity {
	0% {
		transform: translateY(400px)
	}
	100% {
		transform: translateY(0)
	}
}

.fadeInUpNoOpacity {
	opacity: 1;
	-webkit-transform: translateY(400px);
	transform: translateY(400px)
}

.fadeInUpNoOpacity.go {
	-webkit-animation-name: fadeInUpNoOpacity;
	animation-name: fadeInUpNoOpacity
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-400px)
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDown {
	opacity: 0;
	-webkit-transform: translateY(-400px);
	transform: translateY(-400px)
}

.fadeInDown.go {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownNoOpacity {
	0% {
		-webkit-transform: translateY(-400px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInDownNoOpacity {
	0% {
		transform: translateY(-400px)
	}
	100% {
		transform: translateY(0)
	}
}

.fadeInDownNoOpacity {
	opacity: 1;
	-webkit-transform: translateY(-400px);
	transform: translateY(-400px)
}

.fadeInDownNoOpacity.go {
	-webkit-animation-name: fadeInDownNoOpacity;
	animation-name: fadeInDownNoOpacity
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0
	}
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn.go {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft.go {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft.go {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight.go {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight.go {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
}

.rollIn.go {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg)
	}
	10% {
		-webkit-transform: skewX(-8deg)
	}
	20% {
		-webkit-transform: skewX(7deg)
	}
	30% {
		-webkit-transform: skewX(-6deg)
	}
	40% {
		-webkit-transform: skewX(5deg)
	}
	50% {
		-webkit-transform: skewX(-4deg)
	}
	60% {
		-webkit-transform: skewX(3deg)
	}
	70% {
		-webkit-transform: skewX(-2deg)
	}
	80% {
		-webkit-transform: skewX(1deg)
	}
	100%,
	90% {
		-webkit-transform: skewX(0)
	}
}

@keyframes wiggle {
	0% {
		transform: skewX(9deg)
	}
	10% {
		transform: skewX(-8deg)
	}
	20% {
		transform: skewX(7deg)
	}
	30% {
		transform: skewX(-6deg)
	}
	40% {
		transform: skewX(5deg)
	}
	50% {
		transform: skewX(-4deg)
	}
	60% {
		transform: skewX(3deg)
	}
	70% {
		transform: skewX(-2deg)
	}
	80% {
		transform: skewX(1deg)
	}
	100%,
	90% {
		transform: skewX(0)
	}
}

.wiggle.go {
	-webkit-animation-name: wiggle;
	animation-name: wiggle;
	animation-timing-function: ease-in
}

@-webkit-keyframes swing {
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transform-origin: top center
	}
	20% {
		-webkit-transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(0)
	}
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}
	40% {
		transform: rotate(-10deg)
	}
	60% {
		transform: rotate(5deg)
	}
	80% {
		transform: rotate(-5deg)
	}
	100% {
		transform: rotate(0)
	}
}

.swing.go {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		transform: scale(1)
	}
	10%,
	20% {
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg)
	}
	100% {
		transform: scale(1) rotate(0)
	}
}

.tada.go {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0%,
	100% {
		-webkit-transform: translateX(0)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg)
	}
}

@keyframes wobble {
	0%,
	100% {
		transform: translateX(0)
	}
	15% {
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		transform: translateX(-5%) rotate(-1deg)
	}
}

.wobble.go {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes pulse {
	0%,
	100% {
		-webkit-transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1)
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
}

.pulse.go {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(0) skewX(0);
		opacity: 1
	}
}

@keyframes lightSpeedInRight {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}
	100% {
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

.lightSpeedInRight.go {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translateX(-100%) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(20%) skewX(-30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0) skewX(15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(0) skewX(0);
		opacity: 1
	}
}

@keyframes lightSpeedInLeft {
	0% {
		transform: translateX(-100%) skewX(30deg);
		opacity: 0
	}
	60% {
		transform: translateX(20%) skewX(-30deg);
		opacity: 1
	}
	80% {
		transform: translateX(0) skewX(15deg);
		opacity: 1
	}
	100% {
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

.lightSpeedInLeft.go {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in
	}
}

.flip.go {
	-webkit-animation-name: flip;
	backface-visibility: visible!important;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

.flipInX.go {
	-webkit-animation-name: flipInX;
	backface-visibility: visible!important;
	animation-name: flipInX
}

.flipInY.go,
.flipOutX.goAway {
	-webkit-backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		transform: perspective(400px) rotateY(10deg)
	}
	100% {
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

.flipInY.go {
	-webkit-animation-name: flipInY;
	backface-visibility: visible!important;
	animation-name: flipInY
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1)
	}
	25% {
		-webkit-transform: scale(.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.3)
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1)
	}
	25% {
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		transform: scale(1.1)
	}
	100% {
		opacity: 0;
		transform: scale(.3)
	}
}

.bounceOut.goAway {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.bounceOutUp.goAway {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.bounceOutDown.goAway {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		transform: translateX(20px)
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.bounceOutLeft.goAway {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.bounceOutRight.goAway {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.fadeOut.goAway {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.fadeOutUp.goAway {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.fadeOutDown.goAway {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.fadeOutLeft.goAway {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.fadeOutRight.goAway {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX.goAway {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
	100% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	backface-visibility: visible!important;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutRight {
	0% {
		transform: translateX(0) skewX(0);
		opacity: 1
	}
	100% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOutRight.goAway {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-100%) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		transform: translateX(0) skewX(0);
		opacity: 1
	}
	100% {
		transform: translateX(-100%) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOutLeft.goAway {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut.goAway {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft.goAway {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft.goAway {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight.goAway {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut.goAway {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes fadeInUpShort {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInUpShort {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUpShort {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.fadeInUpShort.go {
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort
}

@-webkit-keyframes fadeInDownShort {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInDownShort {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDownShort {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

.fadeInDownShort.go {
	-webkit-animation-name: fadeInDownShort;
	animation-name: fadeInDownShort
}

@-webkit-keyframes fadeInRightShort {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInRightShort {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRightShort {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.fadeInRightShort.go {
	-webkit-animation-name: fadeInRightShort;
	animation-name: fadeInRightShort
}

@-webkit-keyframes fadeInLeftShort {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeftShort {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeftShort {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

.fadeInLeftShort.go {
	-webkit-animation-name: fadeInLeftShort;
	animation-name: fadeInLeftShort
}

.imageLargeToActual.go {
	-webkit-animation-name: imageLargeToActual;
	-moz-animation-name: imageLargeToActual;
	-ms-animation-name: imageLargeToActual;
	-o-animation-name: imageLargeToActual;
	animation-name: imageLargeToActual
}

@-webkit-keyframes imageLargeToActual {
	0% {
		-webkit-transform: scale(2, 2);
		-moz-transform: scale(2, 2);
		-ms-transform: scale(2, 2);
		-o-transform: scale(2, 2);
		transform: scale(2, 2)
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes imageLargeToActual {
	0% {
		-webkit-transform: scale(2, 2);
		-moz-transform: scale(2, 2);
		-ms-transform: scale(2, 2);
		-o-transform: scale(2, 2);
		transform: scale(2, 2)
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@font-face {
	font-family: Avenir-Book;
	src: url(../fonts/Avenir-Book.eot);
	src: url(../fonts/Avenir-Book.eot) format("embedded-opentype"), url(../fonts/Avenir-Book.woff2) format("woff2"), url(../fonts/Avenir-Book.woff) format("woff"), url(../fonts/Avenir-Book.ttf) format("truetype"), url(../fonts/Avenir-Book.svg#Avenir-Book) format("svg")
}

@font-face {
	font-family: AvenirLight;
	src: url(../fonts/AvenirLight.eot);
	src: url(../fonts/AvenirLight.eot) format("embedded-opentype"), url(../fonts/AvenirLight.woff2) format("woff2"), url(../fonts/AvenirLight.woff) format("woff"), url(../fonts/AvenirLight.ttf) format("truetype"), url(../fonts/AvenirLight.svg#AvenirLight) format("svg")
}

@font-face {
	font-family: AvenirMedium;
	src: url(../fonts/AvenirMedium.eot);
	src: url(../fonts/AvenirMedium.eot) format("embedded-opentype"), url(../fonts/AvenirMedium.woff) format("woff"), url(../fonts/AvenirMedium.ttf) format("truetype"), url(../fonts/AvenirMedium.svg#AvenirMedium) format("svg")
}

@font-face {
	font-family: AvenirHeavy;
	src: url(../fonts/AvenirHeavy.eot);
	src: url(../fonts/AvenirHeavy.eot?#iefix) format("embedded-opentype"), url(../fonts/AvenirHeavy.woff) format("woff"), url(../fonts/AvenirHeavy.ttf) format("truetype"), url(../fonts/AvenirHeavy.svg#AvenirHeavy) format("svg");
	font-weight: 900;
	font-style: normal
}

::-moz-selection {
	color: #fff;
	background: #000
}

::selection {
	color: #fff;
	background: #000
}

html {
	font-size: 62.5%;
	height: 100%
}

body {
	font-size: 1.4rem;
	line-height: 1.8rem;
	overflow-x: hidden;
	color: #000;
	height: 100%;
	font-family: AvenirLight;
	background: #fff
}

.container {
	max-width: 120rem;
	width: 100%
}

.menu_open {
	overflow: hidden
}

:focus,
button:focus {
	outline: 0
}

button {
	border: 0
}

ul {
	list-style: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link:focus,
.btn-link:hover {
	background-color: inherit;
	text-decoration: underline
}

.menu-content li a,
a:hover,
button:hover {
	text-decoration: none
}

.wrapper {
	min-height: 100%
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%
}

p {
	font-size: 1.8rem
}

h1 {
	font-size: 8.6rem;
	line-height: 8.2rem
}

@media (max-width:1199px) {
	h1 {
		font-size: 6.6rem;
		line-height: 7rem
	}
}

@media (max-width:991px) {
	h1 {
		font-size: 5.4rem;
		line-height: 5.6rem
	}
}

@media (max-width:767px) {
	h1 {
		font-size: 4.8rem;
		line-height: 4.9rem
	}
}

h2 {
	font-size: 4rem;
    line-height: 4.4rem;
}

@media (max-width:1199px) {
	h2 {
		font-size: 5rem;
		line-height: 6rem
	}
}

@media (max-width:991px) {
	h2 {
		font-size: 4.8rem;
		line-height: 5.2rem
	}
}

@media (max-width:767px) {
	h2 {
		font-size: 4rem;
		line-height: 4.8rem
	}
}

h3 {
	font-size: 5.6rem;
	line-height: 6rem
}

@media (max-width:1439px) {
	h3 {
		font-size: 5rem;
		line-height: 5.4rem
	}
}

@media (max-width:1199px) {
	h3 {
		font-size: 4.4rem;
		line-height: 4.8rem
	}
}

@media (max-width:991px) {
	h3 {
		font-size: 4.2rem;
		line-height: 4.8rem
	}
}

@media (max-width:767px) {
	h3 {
		font-size: 4rem;
		line-height: 4.8rem
	}
}

h4 {
	font-size: 4rem;
	line-height: 4.4rem
}

@media (max-width:1439px) {
	h4 {
		font-size: 3.4rem;
		line-height: 4rem
	}
}

@media (max-width:1199px) {
	h4 {
		font-size: 3.3rem;
		line-height: 3.8rem
	}
}

@media (max-width:767px) {
	h4 {
		font-size: 3.2rem;
		line-height: 3.8rem
	}
}

h5 {
	font-size: 3.2rem;
	line-height: 3.8rem
}

@media (max-width:1439px) {
	h5 {
		font-size: 3rem;
		line-height: 3.8rem
	}
}

@media (max-width:1199px) {
	h5 {
		font-size: 2.8rem;
		line-height: 3.4rem
	}
}

@media (max-width:991px) {
	h5 {
		font-size: 2.7rem;
		line-height: 3.2rem
	}
}

@media (max-width:767px) {
	h5 {
		font-size: 2.6rem;
		line-height: 3.2rem
	}
}

h6 {
	font-size: 2.4rem
}

@media (max-width:1439px) {
	h6 {
		font-size: 2.2rem;
		line-height: 2.8rem
	}
}

@media (max-width:1199px) {
	h6 {
		font-size: 1.9rem;
		line-height: 2.3rem
	}
}

@media (max-width:991px) {
	h6 {
		font-size: 1.7rem;
		line-height: 2.6rem
	}
}

.invest-para h4,
.opportunity-section .opportunity-content p {
	width: 100%;
	color: #000;
	text-align: center;
	font-weight: 300;
	font-family: AvenirLight
}

.invest-para {
	background-color: #fff;
	padding-top: 6.2rem;
	padding-bottom: 8.3rem
}

@media (max-width:1439px) {
	.invest-para {
		padding-top: 6rem;
		padding-bottom: 7rem
	}
}

@media (max-width:1199px) {
	.invest-para {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

@media (max-width:1023px) {
	.invest-para {
		padding-top: 5.5rem;
		padding-bottom: 4rem
	}
}

@media (max-width:767px) {
	h6 {
		font-size: 1.4rem;
		line-height: 2.2rem
	}
	.invest-para {
		padding-bottom: 3rem
	}
}

.invest-para h4 {
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	z-index: 3;
	position: relative;
	max-width: 96rem;
	margin: 0 auto
}

@media (max-width:1439px) {
	.invest-para h4 {
		max-width: 83rem
	}
}

@media (max-width:1199px) {
	.invest-para h4 {
		line-height: 4.6rem;
		max-width: 79rem
	}
}

@media (max-width:1023px) {
	.invest-para h4 {
		line-height: 4.2rem
	}
}

.invest-wrapper.why-invest-page p {
	margin-bottom: 2.8rem
}

@media (max-width:767px) {
	.invest-para h4 {
		line-height: 3.6rem
	}
	.invest-wrapper.why-invest-page p {
		margin-bottom: 1.5rem
	}
}

@media (max-width:1199px) {
	.invest-wrapper.why-invest-page .invest-section p {
		font-size: 1.7rem;
		line-height: 2.2rem
	}
}

.invest-wrapper.why-invest-page .invest-section .why-invest-section .why-invest-block .why-invest-content {
	padding: 8.6rem 10.3rem
}

@media (max-width:1439px) {
	.invest-wrapper.why-invest-page .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 6rem 7rem
	}
}

@media (max-width:1199px) {
	.invest-wrapper.why-invest-page .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 5rem
	}
}

@media (max-width:1023px) {
	.invest-wrapper.why-invest-page .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 5rem 3rem 4rem
	}
}

@media (max-width:767px) {
	.invest-wrapper.why-invest-page .invest-section p {
		font-size: 1.8rem;
		line-height: 2.8rem
	}
	.invest-wrapper.why-invest-page .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 2rem 2rem 0
	}
}

.invest-wrapper.why-invest-page .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
	padding-top: 19%
}

@media (max-width:1439px) {
	.invest-wrapper.why-invest-page .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding-top: 14%
	}
}

@media (max-width:1199px) {
	.invest-wrapper.why-invest-page .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding-top: 11%
	}
}

@media (max-width:1023px) {
	.invest-wrapper.why-invest-page .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding: 3rem 4rem
	}
}

@media (max-width:767px) {
	.invest-wrapper.why-invest-page .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding: 1.5rem 2rem
	}
}

.opportunity-section {
	background-color: #fbfbfb
}

.opportunity-section .opportunity-content {
	position: relative;
	top: -58px;
	z-index: 2;
	padding-bottom: 3.8rem;
	background-color: #fbfbfb
}

@media (max-width:1199px) {
	.opportunity-section .opportunity-content {
		padding-bottom: 2rem
	}
}

.opportunity-section .opportunity-content h3 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 3rem
}

@media (max-width:1439px) {
	.opportunity-section .opportunity-content {
		top: -100px
	}
	.opportunity-section .opportunity-content h3 {
		margin-bottom: 20px
	}
}

@media (max-width:1023px) {
	.opportunity-section .opportunity-content h3 {
		margin-bottom: 15px
	}
}

.opportunity-section .opportunity-content p {
	font-size: 3.2rem;
	letter-spacing: -.04rem;
	line-height: 5.8rem;
	max-width: 57.2rem;
	margin: 0 auto
}

@media (max-width:1439px) {
	.opportunity-section .opportunity-content p {
		font-size: 3.2rem;
		line-height: 5rem
	}
}

@media (max-width:1199px) {
	.opportunity-section .opportunity-content p {
		font-size: 3.1rem;
		line-height: 4.5rem
	}
}

@media (max-width:1023px) {
	.opportunity-section .opportunity-content p {
		font-size: 2.5rem;
		line-height: 3.5rem
	}
}

.benefits-section h3 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	letter-spacing: -.1rem;
	text-align: center
}

.benefits-section .benefits-content {
	padding-top: 6.5rem
}

@media (max-width:1199px) {
	.benefits-section .benefits-content {
		padding-top: 5rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content {
		padding-top: 4rem
	}
}

.benefits-section .benefits-content h3 {
	margin-bottom: 10.9rem
}

@media (max-width:1439px) {
	.benefits-section .benefits-content h3 {
		margin-bottom: 9rem
	}
}

@media (max-width:1199px) {
	.benefits-section .benefits-content h3 {
		margin-bottom: 7.5rem
	}
}

.benefits-section .benefits-content ul {
	padding-left: 6.6rem
}

@media (max-width:1023px) {
	.benefits-section .benefits-content h3 {
		margin-bottom: 5rem
	}
	.benefits-section .benefits-content ul {
		padding-left: 4.6rem
	}
}

@media (max-width:767px) {
	.opportunity-section .opportunity-content {
		top: 0;
		padding-bottom: 2.5rem
	}
	.opportunity-section .opportunity-content p {
		font-size: 2.2rem;
		line-height: 3rem
	}
	.benefits-section .benefits-content {
		padding-top: 2rem
	}
	.benefits-section .benefits-content ul {
		padding-left: 0
	}
}

.benefits-section .benefits-content ul li {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 9.6rem
}

.benefits-section .benefits-content ul li:last-child {
	padding-bottom: 7.3rem
}

@media (max-width:1439px) {
	.benefits-section .benefits-content ul li {
		padding-bottom: 8rem
	}
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li {
		padding-bottom: 5rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li {
		padding-bottom: 3rem
	}
}

.benefits-section .benefits-content ul li:nth-child(1) .letter-span span {
	height: 67%;
	left: 37%;
	top: -50px
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li {
		padding-bottom: 1rem
	}
	.benefits-section .benefits-content ul li:nth-child(1) .letter-span span {
		height: 50%;
		left: 30px;
		top: -140px
	}
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li:nth-child(1) .letter-span span {
		height: 375px;
		left: 30px;
		top: -145px
	}
}

.benefits-section .benefits-content ul li:nth-child(1) .letter-span span:before {
	height: 18%;
	top: 19%
}

.benefits-section .benefits-content ul li:nth-child(1) .letter-span span:after {
	height: 18%;
	bottom: 26%
}

.benefits-section .benefits-content ul li:nth-child(2) .letter-span span {
	height: 67%;
	left: 37%;
	top: -50px
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li:nth-child(2) .letter-span span {
		top: -75px
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li:nth-child(2) .letter-span span {
		left: 30px;
		top: -120px
	}
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li:nth-child(2) .letter-span span {
		height: 375px;
		left: 30px;
		top: -145px
	}
}

.benefits-section .benefits-content ul li:nth-child(2) .letter-span span:before {
	height: 18%;
	top: 19%
}

.benefits-section .benefits-content ul li:nth-child(2) .letter-span span:after {
	height: 18%;
	bottom: 26%
}

.benefits-section .benefits-content ul li:nth-child(3) .letter-span span {
	height: 67%;
	left: 37%;
	top: -50px
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li:nth-child(3) .letter-span span {
		top: -75px
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li:nth-child(3) .letter-span span {
		left: 30px;
		top: -150px
	}
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li:nth-child(3) .letter-span span {
		height: 375px;
		left: 30px;
		top: -145px
	}
}

.benefits-section .benefits-content ul li:nth-child(3) .letter-span span:before {
	height: 18%;
	top: 19%
}

.benefits-section .benefits-content ul li:nth-child(3) .letter-span span:after {
	height: 18%;
	bottom: 26%
}

.benefits-section .benefits-content ul li:nth-child(4) .letter-span span {
	height: 49%;
	left: 48%;
	top: -58px
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li:nth-child(4) .letter-span span {
		top: -80px
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li:nth-child(4) .letter-span span {
		top: -100px
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li:nth-child(4) .letter-span span {
		left: 30px;
		top: -165px;
		height: 65%
	}
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li:nth-child(4) .letter-span span {
		height: 54%;
		left: 30px;
		top: -145px
	}
}

.benefits-section .benefits-content ul li:nth-child(4) .letter-span span:before {
	height: 12%;
	top: 23%
}

.benefits-section .benefits-content ul li:nth-child(4) .letter-span span:after {
	height: 12%;
	bottom: 30%
}

.benefits-section .benefits-content ul li:nth-child(5) .letter-span span {
	height: 50%;
	left: 41%;
	top: -60px
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li:nth-child(5) .letter-span span {
		top: -85px
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li:nth-child(5) .letter-span span {
		top: -118px
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li:nth-child(5) .letter-span span {
		left: 30px;
		top: -165px;
		height: 67%
	}
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li:nth-child(5) .letter-span span {
		height: 54%;
		left: 30px;
		top: -165px
	}
}

.benefits-section .benefits-content ul li:nth-child(5) .letter-span span:before {
	height: 12%;
	top: 26%
}

.benefits-section .benefits-content ul li:nth-child(5) .letter-span span:after {
	height: 12%;
	bottom: 25%
}

.benefits-section .benefits-content ul li:nth-child(6) .letter-span span {
	height: 45%;
	left: 40%;
	top: -60px
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li:nth-child(6) .letter-span span {
		top: -77px
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li:nth-child(6) .letter-span span {
		left: 30px;
		top: -165px;
		height: 67%
	}
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li:nth-child(6) .letter-span span {
		height: 280px;
		left: 30px;
		top: -145px
	}
}

.benefits-section .benefits-content ul li:nth-child(6) .letter-span span:before {
	height: 10%;
	top: 27%
}

.benefits-section .benefits-content ul li:nth-child(6) .letter-span span:after {
	height: 10%;
	bottom: 26%
}

.benefits-section .benefits-content ul li.active .letter-span .letter-item {
	color: #86b3d2
}

.benefits-section .benefits-content ul li.active .letter-span span {
	display: block
}

.benefits-section .benefits-content ul li .letter-span {
	position: relative;
	width: 13.5%
}

.benefits-section .benefits-content ul li .letter-span .letter-item {
	color: #dedede;
	font-family: AvenirLight;
	font-size: 23.4rem;
	font-weight: 300;
	letter-spacing: -.434rem;
	line-height: 24.8rem;
	font-style: normal;
	position: relative;
	top: -3.8rem;
	right: 2.2rem
}

@media (max-width:1439px) {
	.benefits-section .benefits-content ul li .letter-span .letter-item {
		font-size: 23.4rem;
		right: 1.5rem
	}
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li .letter-span .letter-item {
		font-size: 21.5rem;
		top: -5rem
	}
	.benefits-section .benefits-content ul li .benefits-list {
		padding-left: 1rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li .letter-span .letter-item {
		font-size: 19rem;
		top: -7rem
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li .letter-span {
		width: 13%
	}
	.benefits-section .benefits-content ul li .letter-span .letter-item {
		font-size: 9rem;
		top: -10rem;
		right: 0
	}
}

.benefits-section .benefits-content ul li .letter-span span {
	display: none;
	width: .2rem;
	height: 67%;
	position: relative;
	left: 37%;
	top: -50px;
	transform: translateX(-50%);
	background: -moz-linear-gradient(top, #c2c0c2 0, #d9d9d9 23%, #e6e1e1 57%, #fff 100%);
	background: -ms-linear-gradient(top, #c2c0c2 0, #d9d9d9 23%, #e6e1e1 57%, #fff 100%);
	background: -o-linear-gradient(top, #c2c0c2 0, #d9d9d9 23%, #e6e1e1 57%, #fff 100%);
	background: -webkit-linear-gradient(top, #c2c0c2 0, #d9d9d9 23%, #e6e1e1 57%, #fff 100%);
	background: linear-gradient(top, #c2c0c2 0, #d9d9d9 23%, #e6e1e1 57%, #fff 100%)
}

.benefits-section .benefits-content ul li .letter-span span:before {
	content: '';
	position: absolute;
	width: .2rem;
	height: 18%;
	top: 19%;
	background-color: #fff
}

.benefits-section .benefits-content ul li .letter-span span:after {
	content: '';
	position: absolute;
	width: .2rem;
	height: 18%;
	background-color: #fff;
	bottom: 26%
}

.benefits-section .benefits-content ul li .benefits-list {
	width: 79%
}

@media (max-width:480px) {
	.benefits-section .benefits-content ul li .benefits-list {
		padding-left: 2.8rem
	}
}

.benefits-section .benefits-content ul li .benefits-list h3 {
	text-align: left;
	margin-bottom: 4.6rem
}

@media (max-width:1439px) {
	.benefits-section .benefits-content ul li .benefits-list h3 {
		margin-bottom: 4rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li .benefits-list h3 {
		margin-bottom: 3rem
	}
}

.benefits-section .benefits-content ul li .benefits-list .list-content {
	padding-left: 10.1rem
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content {
		padding-left: 6rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content {
		padding-left: 5rem
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li .benefits-list {
		width: 86%
	}
	.benefits-section .benefits-content ul li .benefits-list h3 {
		margin-bottom: 1rem;
		font-size: 3.2rem;
		line-height: 4rem
	}
	.benefits-section .benefits-content ul li .benefits-list .list-content {
		padding-left: 1rem
	}
}

.benefits-section .benefits-content ul li .benefits-list .list-content p {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	margin-bottom: 2.8rem
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content p {
		margin-bottom: 2.5rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content p {
		margin-bottom: 2rem
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content p {
		margin-bottom: 1rem
	}
}

.benefits-section .benefits-content ul li .benefits-list .list-content ul {
	padding-left: 0;
	margin-bottom: 5.6rem
}

@media (max-width:1199px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content ul {
		margin-bottom: 2.5rem
	}
}

@media (max-width:1023px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content ul {
		margin-bottom: 2rem
	}
}

.benefits-section .benefits-content ul li .benefits-list .list-content ul li {
	color: #000;
	font-family: AvenirLight;
	font-size: 1.8rem;
	line-height: 2.8rem;
	padding-bottom: 0
}

.benefits-section .benefits-content ul li .benefits-list .list-content ul li:last-child {
	padding-bottom: 0
}

.investment-criteria-wrapper {
	padding: 3.8rem 0 10.2rem
}

@media (max-width:1199px) {
	.investment-criteria-wrapper {
		padding-bottom: 7rem
	}
}

@media (max-width:767px) {
	.benefits-section .benefits-content ul li .benefits-list .list-content ul {
		margin-bottom: 1rem
	}
	.benefits-section .benefits-content ul li .benefits-list .list-content ul li {
		font-size: 1.6rem;
		line-height: 2.5rem
	}
	.investment-criteria-wrapper {
		padding-bottom: 4rem
	}
}

.investment-criteria-wrapper h4, .investment-criteria-wrapper h2 {
	max-width: 65rem;
	width: 100%;
	margin: 0 auto 46px;
	text-align: center;
	z-index: 3;
	position: relative;
	letter-spacing: -.04rem;
	line-height: 4.8rem
}

@media (max-width:767px) {
	.investment-criteria-wrapper h4, .investment-criteria-wrapper h2 {
		line-height: 4rem;
		margin-bottom: 3.5rem
	}
}

.investment-criteria-wrapper p {
	color: #000;
	font-family: AvenirLight
}

.investment-criteria-wrapper .criteria-text {
	text-align: center;
	margin-bottom: 11.6rem
}

@media (max-width:1199px) {
	.investment-criteria-wrapper .criteria-text {
		margin-bottom: 5.5rem
	}
}

@media (max-width:767px) {
	.investment-criteria-wrapper .criteria-text {
		margin-bottom: 3.5rem
	}
}

.investment-criteria-wrapper .criteria-text p {
	max-width: 92.1rem;
	margin: 0 auto;
	width: 100%
}

.investment-criteria-wrapper .criteria-text p:not(:last-child) {
	margin-bottom: 3rem
}

.investment-criteria-wrapper .criteria-img-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.investment-criteria-wrapper .criteria-img-text .criteria-left {
	width: 40.5%
}

@media (max-width:1023px) {
	.investment-criteria-wrapper .criteria-img-text .criteria-left {
		width: 46%
	}
}

@media (max-width:767px) {
	.investment-criteria-wrapper .criteria-text p:not(:last-child) {
		margin-bottom: 2rem
	}
	.investment-criteria-wrapper .criteria-img-text .criteria-left {
		width: 100%;
		margin-bottom: 2.2rem
	}
}

.investment-criteria-wrapper .criteria-img-text .criteria-left img {
	width: 100%
}

.investment-criteria-wrapper .criteria-img-text .criteria-right {
	width: 55%
}

@media (max-width:1023px) {
	.investment-criteria-wrapper .criteria-img-text .criteria-right {
		width: 50%
	}
	.characteristics-list {
		padding-left: 4.5rem
	}
}

.investment-criteria-wrapper .criteria-img-text .criteria-right p {
	padding-right: 8rem
}

.investment-criteria-wrapper .criteria-img-text .criteria-right p:not(:last-child) {
	margin-bottom: 3rem
}

@media (max-width:767px) {
	.investment-criteria-wrapper .criteria-img-text .criteria-right {
		width: 100%
	}
	.investment-criteria-wrapper .criteria-img-text .criteria-right p {
		text-align: center
	}
	.investment-criteria-wrapper .criteria-img-text .criteria-right p:not(:last-child) {
		margin-bottom: 2rem
	}
}

.characteristics-list {
	max-width: 80rem;
	margin: 0 auto 73px;
	width: 100%
}

@media (max-width:1199px) {
	.investment-criteria-wrapper .criteria-img-text .criteria-right p {
		padding-right: 0
	}
	.characteristics-list {
		margin-bottom: 5rem
	}
}

@media (max-width:767px) {
	.characteristics-list {
		margin-bottom: 3.5rem;
		padding-left: 2.5rem
	}
}

.characteristics-list li {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	background: linear-gradient(90deg, #eef3f6 0, #fafafa 100%);
	border-radius: 1.914rem;
	padding: .5rem 1rem .5rem 5rem;
	min-height: 6.5rem;
	position: relative
}

.characteristics-list li:not(:last-child) {
	margin-bottom: 1.5rem
}

.characteristics-list li .tick-box {
	box-sizing: border-box;
	height: 6.7rem;
	width: 6.7rem;
	border: 3px solid #eef3f6;
	background-color: #fbfbfb;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -4.2rem;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.characteristics-list li label {
	color: #000;
	font-family: AvenirLight;
	font-size: 2.6rem;
	line-height: 3.7rem;
	letter-spacing: -.035rem;
	margin: 0
}

@media (max-width:991px) {
	.characteristics-list li label {
		font-size: 2.3rem;
		line-height: 3.7rem
	}
}

@media (max-width:767px) {
	.characteristics-list li {
		padding-left: 3rem
	}
	.characteristics-list li .tick-box {
		height: 5rem;
		width: 5rem;
		left: -2.5rem
	}
	.characteristics-list li .tick-box img {
		width: 85%
	}
	.characteristics-list li label {
		font-size: 1.9rem;
		line-height: 2.8rem
	}
}

.characteristics-list li label em {
	font-style: normal;
	font-family: AvenirMedium
}

.governance-security-wrapper h4,
.governance-security-wrapper h2,
.governance-security-wrapper h5,
.governance-security-wrapper p,
.privacy-policy-wrapper .privacy-policy-content p,
.privacy-policy-wrapper h4,
.privacy-policy-wrapper h2,
.privacy-policy-wrapper h5 {
	font-family: AvenirLight;
	font-weight: 300
}

.governance-security-wrapper {
	padding: 7.5rem 0 9.9rem;
	color: #000
}

@media (max-width:1199px) {
	.governance-security-wrapper {
		padding: 5.5rem 0 6.5rem
	}
}

.governance-security-wrapper h4, .governance-security-wrapper h2 {
	position: relative;
	z-index: 2;
	max-width: 66rem;
	width: 100%;
	margin-bottom: 6.2rem;
	letter-spacing: -.04rem;
	line-height: 4.8rem
}

@media (max-width:1199px) {
	.governance-security-wrapper h4, .governance-security-wrapper h2 {
		margin-bottom: 2.5rem;
		max-width: 64rem
	}
}

@media (max-width:767px) {
	.governance-security-wrapper {
		padding: 3.5rem 0 4.5rem
	}
	.governance-security-wrapper h4, .governance-security-wrapper h2 {
		margin-bottom: 2rem;
		line-height: 4rem
	}
}

.governance-security-wrapper h5 {
	line-height: 4.3rem;
	letter-spacing: -.04rem;
	padding-right: 5.8rem;
	margin-bottom: 5.9rem
}

@media (max-width:1199px) {
	.governance-security-wrapper h5 {
		margin-bottom: 2.5rem;
		padding-right: 0;
		line-height: 3.8rem
	}
}

@media (max-width:767px) {
	.governance-security-wrapper h5 {
		margin-bottom: 2rem;
		line-height: 3.5rem
	}
}

.governance-security-wrapper p {
	padding-right: 6.5rem
}

.governance-security-wrapper p:not(:last-child) {
	margin-bottom: 2.8rem
}

@media (max-width:1199px) {
	.governance-security-wrapper p {
		padding-right: 0
	}
	.governance-security-wrapper p:not(:last-child) {
		margin-bottom: 2rem
	}
}

.privacy-policy-wrapper {
	padding: 5.6rem 0 9.9rem;
	color: #000
}

@media (max-width:1199px) {
	.privacy-policy-wrapper {
		padding: 5.5rem 0 6.5rem
	}
}

@media (max-width:767px) {
	.governance-security-wrapper p:not(:last-child) {
		margin-bottom: 1.5rem
	}
	.privacy-policy-wrapper {
		padding: 3.5rem 0 4.5rem
	}
}

.privacy-policy-wrapper h4, .privacy-policy-wrapper h2 {
	position: relative;
	z-index: 2;
	margin-bottom: 2.5rem;
	letter-spacing: -.04rem;
	line-height: 4.8rem
}

@media (max-width:991px) {
	.privacy-policy-wrapper h4, .privacy-policy-wrapper h {
		margin-bottom: 2rem
	}
}

@media (max-width:767px) {
	.privacy-policy-wrapper h4, .privacy-policy-wrapper h {
		margin-bottom: 1.5rem;
		line-height: 4rem
	}
}

.privacy-policy-wrapper h5 {
	line-height: 4.3rem;
	letter-spacing: -.04rem;
	margin-bottom: 2.6rem;
	z-index: 2
}

@media (max-width:991px) {
	.privacy-policy-wrapper h5 {
		margin-bottom: 2rem
	}
}

@media (max-width:767px) {
	.privacy-policy-wrapper h5 {
		margin-bottom: 1.5rem;
		line-height: 3.5rem
	}
}

.privacy-policy-wrapper h5 em {
	display: block;
	font-style: normal
}

.privacy-policy-wrapper .privacy-policy-content {
	max-width: 110rem
}

.privacy-policy-wrapper .privacy-policy-content p:not(:last-child) {
	margin-bottom: 2.8rem
}

@media (max-width:991px) {
	.privacy-policy-wrapper .privacy-policy-content p:not(:last-child) {
		margin-bottom: 2rem
	}
}

@media (max-width:767px) {
	.privacy-policy-wrapper .privacy-policy-content p:not(:last-child) {
		margin-bottom: 1.5rem
	}
}

.privacy-policy-wrapper .privacy-policy-content ol {
	list-style-type: none;
	counter-reset: item;
	padding: 0;
	margin: 0;
	color: #000
}

.privacy-policy-wrapper .privacy-policy-content ol li {
	counter-increment: item;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-family: AvenirMedium
}

.privacy-policy-wrapper .privacy-policy-content ol li:before {
	content: counters(item, ".") ". ";
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-family: AvenirMedium
}

.privacy-policy-wrapper .privacy-policy-content ol li:not(:last-child) {
	margin-bottom: 3rem
}

.privacy-policy-wrapper .privacy-policy-content ol li p {
	margin-top: 2.6rem
}

@media (max-width:991px) {
	.privacy-policy-wrapper .privacy-policy-content ol li:not(:last-child) {
		margin-bottom: 2.5rem
	}
	.privacy-policy-wrapper .privacy-policy-content ol li p {
		margin-top: 2rem
	}
}

@media (max-width:767px) {
	.privacy-policy-wrapper .privacy-policy-content ol li:not(:last-child) {
		margin-bottom: 1.5rem
	}
	.privacy-policy-wrapper .privacy-policy-content ol li p {
		margin-top: 1.5rem
	}
}

.privacy-policy-wrapper .privacy-policy-content ol li a {
	color: #000;
	font-size: 1.8rem;
	line-height: 2.8rem
}

.privacy-policy-wrapper .privacy-policy-content ol li a:hover {
	color: #6e99b7
}

.privacy-policy-wrapper .privacy-policy-content ol li span {
	font-size: 1.9rem;
	line-height: 2.8rem;
	display: block
}

.privacy-policy-wrapper .privacy-policy-content ol li em {
	margin-top: 3rem;
	font-family: AvenirMedium;
	font-style: normal;
	display: block
}

@media (max-width:991px) {
	.privacy-policy-wrapper .privacy-policy-content ol li em {
		margin-top: 2rem
	}
}

@media (max-width:767px) {
	.privacy-policy-wrapper .privacy-policy-content ol li em {
		margin-top: 1.5rem
	}
}

.privacy-policy-wrapper .privacy-policy-content ol li address em {
	display: inline-block;
	margin-top: 0
}

.privacy-policy-wrapper .privacy-policy-content ol li li {
	font-family: AvenirLight
}

.privacy-policy-wrapper .privacy-policy-content ol li li:before {
	content: counters(item, ".") " ";
	font-family: AvenirLight
}

.privacy-policy-wrapper .privacy-policy-content ol li li:first-child {
	margin-top: 2.5rem
}

@media (max-width:991px) {
	.privacy-policy-wrapper .privacy-policy-content ol li li:first-child {
		margin-top: 2rem
	}
}

.privacy-policy-wrapper .privacy-policy-content ol li li ol {
	counter-reset: list
}

.privacy-policy-wrapper .privacy-policy-content ol li li ol li {
	counter-increment: list
}

.privacy-policy-wrapper .privacy-policy-content ol li li ol li:not(:last-child) {
	margin-bottom: 0
}

.privacy-policy-wrapper .privacy-policy-content ol li li ol li:before {
	content: "(" counter(list, lower-alpha) ") "
}

.Portfolio-para .Portfolio-para-content {
	padding-top: 7.4rem;
	padding-bottom: 5rem
}

@media (max-width:1199px) {
	.Portfolio-para .Portfolio-para-content {
		padding-top: 6rem;
		padding-bottom: 4rem
	}
}

@media (max-width:1023px) {
	.Portfolio-para .Portfolio-para-content {
		padding-top: 4.5rem;
		padding-bottom: 3rem
	}
}

.Portfolio-para .Portfolio-para-content h5 {
	z-index: 3;
	position: relative;
	letter-spacing: -.04rem;
	line-height: 4.3rem;
	margin-bottom: 3.2rem
}

@media (max-width:1199px) {
	.Portfolio-para .Portfolio-para-content h5 {
		line-height: 4.1rem
	}
}

@media (max-width:1023px) {
	.Portfolio-para .Portfolio-para-content h5 {
		line-height: 3.7rem;
		margin-bottom: 2.5rem
	}
}

@media (max-width:767px) {
	.privacy-policy-wrapper .privacy-policy-content ol li li:first-child {
		margin-top: 1.5rem
	}
	.Portfolio-para .Portfolio-para-content {
		padding-top: 3rem;
		padding-bottom: 2.5rem
	}
	.Portfolio-para .Portfolio-para-content h5 {
		line-height: 2.9rem;
		margin-bottom: 2rem;
		text-align: center
	}
	.Portfolio-para .Portfolio-para-content .blue-btn {
		margin: 0 auto;
		display: block
	}
}

.Portfolio-para .Portfolio-para-content .blue-btn {
	letter-spacing: .01rem;
	line-height: 2.6rem;
	text-transform: none;
	min-width: 27.4rem
}

.portfolio-details-block .portfolio-content,
.portfolio-details-block .portfolio-details-content,
.portfolio-section .portfolio-content,
.portfolio-section .portfolio-details-content {
	padding-top: 4.6rem;
	padding-bottom: 9.6rem
}

@media (max-width:1199px) {
	.portfolio-details-block .portfolio-content,
	.portfolio-details-block .portfolio-details-content,
	.portfolio-section .portfolio-content,
	.portfolio-section .portfolio-details-content {
		padding-top: 4rem;
		padding-bottom: 6rem
	}
}

@media (max-width:1023px) {
	.portfolio-details-block .portfolio-content,
	.portfolio-details-block .portfolio-details-content,
	.portfolio-section .portfolio-content,
	.portfolio-section .portfolio-details-content {
		padding-top: 3rem;
		padding-bottom: 5rem
	}
}

@media (max-width:767px) {
	.portfolio-details-block .portfolio-content,
	.portfolio-details-block .portfolio-details-content,
	.portfolio-section .portfolio-content,
	.portfolio-section .portfolio-details-content {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
}

.portfolio-details-block .portfolio-content .portfolio-details,
.portfolio-details-block .portfolio-details-content .portfolio-details,
.portfolio-section .portfolio-content .portfolio-details,
.portfolio-section .portfolio-details-content .portfolio-details {
	align-items: normal;
	padding: 0
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content,
.portfolio-section .portfolio-content .portfolio-details .carousel-content,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content {
	padding: 4.3rem 4.2rem 2.9rem 8rem
}

@media (max-width:1439px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content {
		padding: 4.3rem 4.2rem 1.9rem
	}
}

@media (max-width:1199px) {
	.portfolio-details-block .portfolio-content .portfolio-details,
	.portfolio-details-block .portfolio-details-content .portfolio-details,
	.portfolio-section .portfolio-content .portfolio-details,
	.portfolio-section .portfolio-details-content .portfolio-details {
		align-items: center
	}
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content {
		padding: 1.5rem 2rem
	}
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li:first-child,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li:first-child,
.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li:first-child,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li:first-child {
	width: 37%
}

@media (max-width:767px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content {
		padding: 2rem 0
	}
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li {
		margin-bottom: 1.5rem
	}
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li:first-child,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li:first-child,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li:first-child,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li:first-child {
		width: 100%
	}
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li:last-child,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li:last-child,
.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li:last-child,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li:last-child {
	width: 62%
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li p,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li p,
.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li p,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li p {
	margin-bottom: 1rem
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li h5,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li h5,
.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li h5,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li h5 {
	margin: 0
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content h5,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content h5,
.portfolio-section .portfolio-content .portfolio-details .carousel-content h5,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content h5 {
	margin-bottom: 2rem
}

@media (max-width:1199px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content h5,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content h5,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content h5,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content h5 {
		margin-bottom: 1.5rem
	}
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content p,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content p,
.portfolio-section .portfolio-content .portfolio-details .carousel-content p,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content p {
	margin-bottom: 2.5rem
}

@media (max-width:1199px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content p,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content p,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content p,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content p {
		margin-bottom: 1.5rem
	}
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content span,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content span,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content span,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content span {
		margin-bottom: 2rem
	}
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content .peak,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content .peak,
.portfolio-section .portfolio-content .portfolio-details .carousel-content .peak,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content .peak {
	padding-right: 26%
}

@media (max-width:767px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content ul li:last-child,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content ul li:last-child,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content ul li:last-child,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content ul li:last-child {
		width: 100%
	}
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content .peak,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content .peak,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content .peak,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content .peak {
		padding-right: 0
	}
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content .civic-centre,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content .civic-centre,
.portfolio-section .portfolio-content .portfolio-details .carousel-content .civic-centre,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content .civic-centre {
	padding-right: 74%
}

@media (max-width:767px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content .civic-centre,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content .civic-centre,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content .civic-centre,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content .civic-centre {
		padding-right: 0
	}
}

.portfolio-details-block .portfolio-content .portfolio-details .carousel-content .camberwell,
.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content .camberwell,
.portfolio-section .portfolio-content .portfolio-details .carousel-content .camberwell,
.portfolio-section .portfolio-details-content .portfolio-details .carousel-content .camberwell {
	padding-right: 40%
}

.portfolio-details-block .portfolio-content .portfolio-details.reverse-order,
.portfolio-details-block .portfolio-details-content .portfolio-details.reverse-order,
.portfolio-section .portfolio-content .portfolio-details.reverse-order,
.portfolio-section .portfolio-details-content .portfolio-details.reverse-order {
	flex-direction: row-reverse
}

.portfolio-details-block .portfolio-content .portfolio-details i,
.portfolio-details-block .portfolio-details-content .portfolio-details i,
.portfolio-section .portfolio-content .portfolio-details i,
.portfolio-section .portfolio-details-content .portfolio-details i {
	position: relative;
	text-align: center;
	cursor: pointer
}

.portfolio-details-block .portfolio-content .portfolio-details i:after,
.portfolio-details-block .portfolio-details-content .portfolio-details i:after,
.portfolio-section .portfolio-content .portfolio-details i:after,
.portfolio-section .portfolio-details-content .portfolio-details i:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	background-color: rgba(238, 243, 246, .94);
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s
}

.portfolio-details-block .portfolio-content .portfolio-details i img,
.portfolio-details-block .portfolio-details-content .portfolio-details i img,
.portfolio-section .portfolio-content .portfolio-details i img,
.portfolio-section .portfolio-details-content .portfolio-details i img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

@media (max-width:767px) {
	.portfolio-details-block .portfolio-content .portfolio-details .carousel-content .camberwell,
	.portfolio-details-block .portfolio-details-content .portfolio-details .carousel-content .camberwell,
	.portfolio-section .portfolio-content .portfolio-details .carousel-content .camberwell,
	.portfolio-section .portfolio-details-content .portfolio-details .carousel-content .camberwell {
		padding-right: 0
	}
	.portfolio-details-block .portfolio-content .portfolio-details i img,
	.portfolio-details-block .portfolio-details-content .portfolio-details i img,
	.portfolio-section .portfolio-content .portfolio-details i img,
	.portfolio-section .portfolio-details-content .portfolio-details i img {
		height: auto;
		width: 100%
	}
}

.portfolio-details-block .portfolio-content .portfolio-details i:hover a,
.portfolio-details-block .portfolio-details-content .portfolio-details i:hover a,
.portfolio-section .portfolio-content .portfolio-details i:hover a,
.portfolio-section .portfolio-details-content .portfolio-details i:hover a {
	display: inline-block
}

.portfolio-details-block .portfolio-content .portfolio-details i:hover:after,
.portfolio-details-block .portfolio-details-content .portfolio-details i:hover:after,
.portfolio-section .portfolio-content .portfolio-details i:hover:after,
.portfolio-section .portfolio-details-content .portfolio-details i:hover:after {
	visibility: visible;
	opacity: 1;
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s
}

.portfolio-details-block .portfolio-content .portfolio-details i a,
.portfolio-details-block .portfolio-details-content .portfolio-details i a,
.portfolio-section .portfolio-content .portfolio-details i a,
.portfolio-section .portfolio-details-content .portfolio-details i a {
	display: none;
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	max-width: 181px;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .1px;
	text-transform: none;
	font-style: normal;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

@media (max-width:1439px) {
	.portfolio-details-block .portfolio-content .portfolio-details i a,
	.portfolio-details-block .portfolio-details-content .portfolio-details i a,
	.portfolio-section .portfolio-content .portfolio-details i a,
	.portfolio-section .portfolio-details-content .portfolio-details i a {
		top: 50%
	}
}

.portfolio-details-block .portfolio-content .portfolio-details i .portfolio-wrapper-text,
.portfolio-details-block .portfolio-details-content .portfolio-details i .portfolio-wrapper-text,
.portfolio-section .portfolio-content .portfolio-details i .portfolio-wrapper-text,
.portfolio-section .portfolio-details-content .portfolio-details i .portfolio-wrapper-text {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: AvenirHeavy;
	font-size: 2.2rem;
	line-height: 2.6rem;
	height: 3.6rem;
	padding: 0 1.5rem;
	letter-spacing: .1rem;
	background: #294a69;
	color: #fff;
	text-transform: uppercase;
	font-style: normal
}

@media (max-width:480px) {
	.portfolio-details-block .portfolio-content .portfolio-details i .portfolio-wrapper-text,
	.portfolio-details-block .portfolio-details-content .portfolio-details i .portfolio-wrapper-text,
	.portfolio-section .portfolio-content .portfolio-details i .portfolio-wrapper-text,
	.portfolio-section .portfolio-details-content .portfolio-details i .portfolio-wrapper-text {
		font-size: 1.8rem;
		line-height: 2.2rem;
		height: 3rem
	}
}

.portfolio-details-block .portfolio-content .portfolio-details i .portfolio-wrapper-text.portfolio-text-none,
.portfolio-details-block .portfolio-details-content .portfolio-details i .portfolio-wrapper-text.portfolio-text-none,
.portfolio-section .portfolio-content .portfolio-details i .portfolio-wrapper-text.portfolio-text-none,
.portfolio-section .portfolio-details-content .portfolio-details i .portfolio-wrapper-text.portfolio-text-none {
	display: none
}

.portfolio-details-block .portfolio-content .portfolio-details .view-result-link,
.portfolio-details-block .portfolio-details-content .portfolio-details .view-result-link,
.portfolio-section .portfolio-content .portfolio-details .view-result-link,
.portfolio-section .portfolio-details-content .portfolio-details .view-result-link {
	color: #000;
	font-family: AvenirMedium;
	font-size: 1.8rem;
	line-height: 1.9rem;
	margin-top: 2.1rem;
	display: inline-block
}

.portfolio-details-block .portfolio-content .portfolio-details .view-result-link i,
.portfolio-details-block .portfolio-details-content .portfolio-details .view-result-link i,
.portfolio-section .portfolio-content .portfolio-details .view-result-link i,
.portfolio-section .portfolio-details-content .portfolio-details .view-result-link i {
	display: inline-block;
	width: 11px;
	height: 7px
}

.portfolio-details-block .portfolio-content .portfolio-details .view-result-link i:after,
.portfolio-details-block .portfolio-details-content .portfolio-details .view-result-link i:after,
.portfolio-section .portfolio-content .portfolio-details .view-result-link i:after,
.portfolio-section .portfolio-details-content .portfolio-details .view-result-link i:after {
	display: none
}

.portfolio-details-block .portfolio-content .portfolio-details .view-result-link i img,
.portfolio-details-block .portfolio-details-content .portfolio-details .view-result-link i img,
.portfolio-section .portfolio-content .portfolio-details .view-result-link i img,
.portfolio-section .portfolio-details-content .portfolio-details .view-result-link i img {
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transform: rotate(-90deg) translateY(0);
	width: 100%
}

.portfolio-details-block .portfolio-content .portfolio-details .view-result-link:hover img,
.portfolio-details-block .portfolio-details-content .portfolio-details .view-result-link:hover img,
.portfolio-section .portfolio-content .portfolio-details .view-result-link:hover img,
.portfolio-section .portfolio-details-content .portfolio-details .view-result-link:hover img {
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transform: rotate(-90deg) translateY(10px)
}

.monthly-distribution .monthly-distribution-content {
	padding-top: 48px;
	padding-bottom: 15px;
	text-align: center
}

.monthly-distribution .monthly-distribution-content ul {
	z-index: 2;
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 42px
}

@media (max-width:1199px) {
	.monthly-distribution .monthly-distribution-content {
		padding-bottom: 10px
	}
	.monthly-distribution .monthly-distribution-content ul {
		margin-bottom: 30px
	}
}

.monthly-distribution .monthly-distribution-content ul li {
	width: 27.9%
}

@media (max-width:1439px) {
	.monthly-distribution .monthly-distribution-content ul li {
		width: 24%
	}
}

@media (max-width:767px) {
	.portfolio-details-block .portfolio-content .portfolio-details .view-result-link,
	.portfolio-details-block .portfolio-details-content .portfolio-details .view-result-link,
	.portfolio-section .portfolio-content .portfolio-details .view-result-link,
	.portfolio-section .portfolio-details-content .portfolio-details .view-result-link {
		margin-top: 1rem
	}
	.monthly-distribution .monthly-distribution-content ul {
		margin-bottom: 10px
	}
	.monthly-distribution .monthly-distribution-content ul li {
		width: 100%;
		margin-bottom: 15px
	}
}

.monthly-distribution .monthly-distribution-content ul li span {
	display: inline-block;
	color: #000;
	font-family: AvenirMedium;
	font-size: 16px;
	letter-spacing: .1px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.monthly-distribution .monthly-distribution-content ul li span {
		margin-bottom: 5px
	}
}

.monthly-distribution .monthly-distribution-content ul li h5 {
	color: #000;
	font-family: AvenirLight;
	letter-spacing: -.4px;
	text-align: center
}

.monthly-distribution .monthly-distribution-content ul li em {
	color: #000;
	font-family: AvenirLight;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-style: normal
}

.monthly-distribution .monthly-distribution-content .monthly-distribution-tag {
	position: relative;
	border: 2px solid #294a69;
	background-color: #fafafa;
	display: inline-block;
	margin-bottom: 15px
}

.monthly-distribution .monthly-distribution-content .monthly-distribution-tag:after {
	content: '';
	display: block;
	position: absolute;
	border-left: 25px solid #294a69;
	border-top: 25px solid transparent;
	bottom: 0;
	width: 0;
	height: 0;
	left: 0
}

.monthly-distribution .monthly-distribution-content .monthly-distribution-tag h5 {
	color: #294a69;
	font-family: AvenirLight;
	letter-spacing: -.4px;
	text-align: center;
	padding: 15px 56px
}

@media (max-width:991px) {
	.monthly-distribution .monthly-distribution-content .monthly-distribution-tag h5 {
		padding: 15px 54px
	}
}

@media (max-width:767px) {
	.monthly-distribution .monthly-distribution-content .monthly-distribution-tag:after {
		border-left: 15px solid #294a69;
		border-top: 15px solid transparent
	}
	.monthly-distribution .monthly-distribution-content .monthly-distribution-tag h5 {
		padding: 15px
	}
}

.carousel-section .carousel-block {
	text-align: center;
	padding-top: 23px;
	padding-bottom: 20px
}

@media (max-width:1199px) {
	.monthly-distribution .monthly-distribution-content .monthly-distribution-tag {
		margin-bottom: 10px
	}
	.carousel-section .carousel-block {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.carousel-section .carousel-block h5 {
	color: #000;
	font-family: AvenirLight;
	letter-spacing: -.4px;
	line-height: 43px;
	text-align: center;
	min-height: 180px;
	max-width: 1068px;
	width: 100%;
	margin: 0 auto 37px
}

@media (max-width:1439px) {
	.carousel-section .carousel-block h5 {
		margin-bottom: 0
	}
}

@media (max-width:1199px) {
	.carousel-section .carousel-block h5 {
		margin-bottom: 25px;
		line-height: 40px;
		min-height: auto
	}
}

@media (max-width:991px) {
	.carousel-section .carousel-block h5 {
		line-height: 37px
	}
}

@media (max-width:767px) {
	.carousel-section .carousel-block {
		padding: 10px 30px
	}
	.carousel-section .carousel-block h5 {
		line-height: 30px;
		margin-bottom: 20px
	}
}

.carousel-section .carousel-block h5.peak-h5 {
	max-width: 500px;
	margin: 0 auto 37px;
	width: 100%
}

@media (max-width:1439px) {
	.carousel-section .carousel-block h5.peak-h5 {
		margin-bottom: 0
	}
}

@media (max-width:1199px) {
	.carousel-section .carousel-block h5.peak-h5 {
		margin-bottom: 25px
	}
}

@media (max-width:991px) {
	.carousel-section .carousel-block h5.peak-h5 {
		max-width: 420px
	}
}

@media (max-width:767px) {
	.carousel-section .carousel-block h5.peak-h5 {
		max-width: 397px;
		margin-bottom: 20px
	}
}

.carousel-section .carousel-block .carousel-content {
	max-width: 935px;
	width: 100%;
	margin: 0 auto
}

.carousel-section .carousel-block .carousel-content p {
	color: #000;
	font-family: AvenirLight;
	letter-spacing: .11px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 50px
}

@media (max-width:1199px) {
	.carousel-section .carousel-block .carousel-content p {
		margin-bottom: 40px
	}
}

@media (max-width:991px) {
	.carousel-section .carousel-block .carousel-content p {
		margin-bottom: 30px
	}
}

.carousel-section .carousel-block .carousel-content .img-carousel {
	padding: 0 30px
}

@media (max-width:767px) {
	.carousel-section .carousel-block .carousel-content p {
		margin-bottom: 20px;
		line-height: 22px
	}
	.carousel-section .carousel-block .carousel-content .img-carousel {
		padding: 0
	}
}

.carousel-section .carousel-block .carousel-content .img-carousel .item {
	position: relative
}

.carousel-section .carousel-block .carousel-content .img-carousel .item i {
	display: block
}

.carousel-section .carousel-block .carousel-content .img-carousel .item img {
	max-width: 498px;
	width: 100%;
	margin: 0 auto
}

.carousel-section .carousel-block .carousel-content .img-carousel .item span {
	color: #fff;
	font-family: AvenirHeavy;
	font-size: 16px;
	letter-spacing: .1px;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	bottom: 17px;
	left: 23px
}

@media (max-width:767px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .item span {
		bottom: 10px;
		left: 15px
	}
}

.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav {
	display: block!important
}

.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-prev {
	background-image: url(../images/left-arrow-black.svg);
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 3.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -7.5rem
}

@media (max-width:1199px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-prev {
		left: 0
	}
}

.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-next {
	background-image: url(../images/right-arrow-black.svg);
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 3.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -7.6rem
}

@media (max-width:1199px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-next {
		right: 0
	}
}

@media (max-width:767px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-prev {
		left: -15px
	}
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-next {
		right: -15px
	}
}

@media (max-width:575px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-prev {
		left: -24px
	}
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-nav .owl-next {
		right: -24px
	}
}

.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots {
	display: block;
	text-align: center;
	padding: 1.9rem 1rem
}

@media (max-width:1199px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots {
		padding: 1.5rem 1rem
	}
}

@media (max-width:991px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots {
		padding: 1.5rem 1rem 0
	}
}

@media (max-width:767px) {
	.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots {
		padding: 1rem 1rem 0
	}
}

.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots .owl-dot {
	background-color: #b9b9b9;
	width: .6rem;
	height: .6rem;
	border-radius: 100%;
	margin: 0 .4rem;
	display: inline-block
}

.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots .owl-dot.active,
.carousel-section .carousel-block .carousel-content .img-carousel .owl-dots .owl-dot:hover {
	background-color: #000
}

.diversification-section .diversification-content {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 7.2rem
}

@media (max-width:1199px) {
	.diversification-section .diversification-content {
		padding-bottom: 5rem
	}
}

.diversification-section .diversification-content h5 {
	color: #000;
	font-family: AvenirLight;
	letter-spacing: -.04rem;
	line-height: 4.3rem;
	text-align: center;
	margin-bottom: 4.6rem
}

@media (max-width:1199px) {
	.diversification-section .diversification-content h5 {
		margin-bottom: 3rem
	}
}

@media (max-width:991px) {
	.diversification-section .diversification-content {
		padding-bottom: 3.5rem
	}
	.diversification-section .diversification-content h5 {
		margin-bottom: 2.5rem
	}
}

@media (max-width:767px) {
	.diversification-section .diversification-content {
		padding-bottom: 2rem
	}
	.diversification-section .diversification-content h5 {
		margin-bottom: 1.5rem
	}
}

.diversification-section .diversification-content .characteristics-list {
	max-width: 67.6rem;
	margin: 0 auto 45px
}

@media (max-width:1199px) {
	.diversification-section .diversification-content .characteristics-list {
		max-width: 72rem
	}
}

@media (max-width:991px) {
	.diversification-section .diversification-content .characteristics-list {
		max-width: 68rem;
		margin-bottom: 3.5rem
	}
}

.diversification-section .diversification-content .characteristics-list li {
	padding: 0 1rem .8rem 6rem
}

@media (max-width:767px) {
	.diversification-section .diversification-content .characteristics-list {
		margin-bottom: 2.5rem
	}
	.diversification-section .diversification-content .characteristics-list li {
		padding-left: 3rem
	}
}

.diversification-section .diversification-content .characteristics-list li:not(:last-child) {
	margin-bottom: 2.1rem
}

.diversification-section .diversification-content .characteristics-list li .tick-box {
	left: -34px
}

.diversification-section .diversification-content .characteristics-list li label {
	font-family: AvenirLight;
	line-height: 30px;
	text-align: left;
	padding: 15px 0
}

@media (max-width:767px) {
	.diversification-section .diversification-content .characteristics-list li:not(:last-child) {
		margin-bottom: 1.5rem
	}
	.diversification-section .diversification-content .characteristics-list li .tick-box {
		left: -25px
	}
	.diversification-section .diversification-content .characteristics-list li label {
		line-height: 26px
	}
}

.diversification-section .diversification-content .primary-btn {
	max-width: 518px;
	width: 100%;
	display: block;
	margin: 0 auto 40px;
	line-height: 2.8rem
}

.pagination-section .paginations {
	border-top: 2px solid #dadada;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 85px
}

@media (max-width:1199px) {
	.pagination-section .paginations {
		padding-bottom: 65px
	}
}

.pagination-section .paginations li {
	color: #234e70;
	font-family: AvenirHeavy;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.pagination-section .paginations li a {
	color: #234e70
}

.pagination-section .paginations li a:hover {
	opacity: .78
}

.pagination-section .paginations li a.back-link {
	margin-right: 43px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width:991px) {
	.diversification-section .diversification-content .primary-btn {
		margin-bottom: 20px
	}
	.pagination-section .paginations {
		padding-bottom: 40px
	}
	.pagination-section .paginations li {
		font-size: 14px
	}
	.pagination-section .paginations li a.back-link {
		margin-right: 15px
	}
}

.pagination-section .paginations li a.back-link i {
	height: 11px;
	width: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 31px
}

.pagination-section .paginations li a.back-link i img {
	transform: rotate(90deg)
}

.pagination-section .paginations li a.next-link {
	margin-left: 43px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width:991px) {
	.pagination-section .paginations li a.back-link i {
		margin-right: 15px
	}
	.pagination-section .paginations li a.next-link {
		margin-left: 15px
	}
}

.pagination-section .paginations li a.next-link i {
	height: 11px;
	width: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 31px
}

@media (max-width:991px) {
	.pagination-section .paginations li a.next-link i {
		margin-left: 15px
	}
}

@media (max-width:767px) {
	.diversification-section .diversification-content .primary-btn {
		margin-bottom: 15px
	}
	.pagination-section .paginations {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.pagination-section .paginations li {
		font-size: 13px
	}
	.pagination-section .paginations li a.back-link i {
		margin-right: 5px
	}
	.pagination-section .paginations li a.next-link i {
		margin-left: 5px
	}
	.pagination-section .paginations li p {
		display: none
	}
}

.pagination-section .paginations li a.next-link i img {
	transform: rotate(-90deg)
}

.pagination-section .paginations li .next-link p {
	text-align: right
}

.pagination-section .paginations li p {
	color: #9b9b9b;
	font-family: AvenirLight;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	max-width: 179px;
	text-align: left
}

@media (max-width:1199px) {
	.pagination-section .paginations li p {
		max-width: 160px
	}
}

.pagination-section .paginations li.empty-previous-news {
	max-width: 289px;
	width: 100%
}

@media (max-width:767px) {
	.pagination-section .paginations li.empty-previous-news {
		max-width: 67px
	}
}

section.performance-banner-wrapper .banner div.banner-content h2 {
	font-family: AvenirHeavy;
	line-height: 7.6rem;
	max-width: 68.1rem;
	text-align: center;
	margin: 0 auto 39px
}

.about-section .about-contact p em,
.about-section h4,
.about-section h2,
.about-section p {
	font-family: AvenirLight;
	font-weight: 300
}

section.performance-banner-wrapper:after {
	z-index: -1
}

.about-section h4,
.about-section h2,
.contact-us-details h4, .contact-us-details h2 {
	letter-spacing: -.05rem;
	z-index: 3;
	position: relative
}

.about-section {
	padding: 6rem 0 5.6rem;
	text-align: center
}

@media (max-width:991px) {
	.pagination-section .paginations li p {
		font-size: 14px;
		text-align: center
	}
	.about-section {
		padding: 5rem 0 2.8rem
	}
}

.about-section h4, .about-section h2 {
	color: #000;
	line-height: 4.8rem;
	margin-bottom: 16px
}

@media (max-width:767px) {
	section.performance-banner-wrapper .banner div.banner-content h2 {
		line-height: 4.8rem
	}
	.about-section {
		padding: 3rem 0 2rem
	}
	.about-section h4, .about-section h2 {
		line-height: 3.8rem
	}
}

.about-section p {
	max-width: 955px;
	margin: 0 auto 36px;
	font-size: 2.2rem;
	line-height: 2.8rem
}

@media (max-width:575px) {
	.about-section p {
		margin: 1.5rem 0 3rem;
		font-size: 1.8rem;
		line-height: 2.4rem
	}
}

.about-section .about-contact p {
	font-size: 2.2rem;
	line-height: 2.8rem;
	margin-bottom: 4.7rem
}

@media (max-width:767px) {
	.about-section .about-contact p {
		font-size: 1.8rem;
		line-height: 2.8rem;
		margin-bottom: 3rem
	}
}

.about-section .about-contact p em {
	font-style: normal
}

.about-section .about-contact p .contact-no {
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: .2rem
}

.about-section .about-contact p .contact-no:hover {
	color: #6e99b7;
	border-color: #6e99b7
}

.about-section .portfolio-summary-wrapper {
	margin: 3.6rem -1.5rem 5.2rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:767px) {
	.about-section .portfolio-summary-wrapper {
		margin: 2rem -1.5rem 3.5rem
	}
}

@media (max-width:575px) {
	.about-section .portfolio-summary-wrapper {
		margin-bottom: 2rem
	}
}

.about-section .portfolio-summary-wrapper li {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 1.5rem
}

@media (max-width:767px) {
	.about-section .portfolio-summary-wrapper li {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 1.5rem
	}
}

.about-section .portfolio-summary-wrapper li .portfolio-summary-figure {
	display: block;
	font-size: 4.4rem;
	line-height: 6rem;
	margin-bottom: .3rem;
	font-family: AvenirHeavy;
	font-weight: 900;
	color: #83b1d1
}

@media (max-width:991px) {
	.about-section .portfolio-summary-wrapper li .portfolio-summary-figure {
		font-size: 3.4rem
	}
}

@media (max-width:767px) {
	.about-section .portfolio-summary-wrapper li .portfolio-summary-figure {
		font-size: 3.6rem;
		line-height: 4.4rem
	}
}

@media (max-width:575px) {
	.about-section .portfolio-summary-wrapper li .portfolio-summary-figure {
		font-size: 2.6rem;
		line-height: 3.2rem
	}
}

.about-section .portfolio-summary-wrapper li .portfolio-summary-details {
	font-size: 1.4rem;
	font-family: AvenirLight;
	font-weight: 300;
	color: #6d6e70;
	text-transform: uppercase;
	max-width: 10.3rem;
	margin: 0 auto;
	display: inline-block
}

.about-section .table .blank-column {
	width: 8%
}

@media (max-width:991px) {
	.about-section .table .blank-column {
		width: 4%
	}
}

.about-section .table tr td,
.about-section .table tr th {
	width: 18%;
	border: 0;
	vertical-align: middle
}

@media (max-width:767px) {
	.about-section .portfolio-summary-wrapper li .portfolio-summary-details {
		font-size: 1.2rem
	}
	.about-section .table .blank-column {
		display: none
	}
	.about-section .table tr td,
	.about-section .table tr th {
		width: 13%
	}
}

.about-section .table tr td:nth-child(2),
.about-section .table tr th:nth-child(2) {
	width: 33%;
	text-align: left
}

@media (max-width:767px) {
	.about-section .table tr td:nth-child(2),
	.about-section .table tr th:nth-child(2) {
		width: 36%
	}
	.about-section .table tr td:nth-child(4),
	.about-section .table tr th:nth-child(4) {
		display: none
	}
}

.about-section .table tr td:nth-child(4),
.about-section .table tr th:nth-child(4) {
	width: 15%
}

@media (max-width:1199px) {
	.about-section .table tr td:nth-child(4),
	.about-section .table tr th:nth-child(4) {
		width: 8%
	}
}

.about-section .table tr th:nth-child(3) {
	padding: 10px 15px
}

@media (max-width:991px) {
	.about-section .table tr td:nth-child(4),
	.about-section .table tr th:nth-child(4) {
		width: 10%
	}
	.about-section .table tr th:nth-child(3) {
		padding: 10px
	}
}

.about-section .table tr th:nth-child(5) {
	padding: 10px 20px
}

.about-section .table thead tr {
	border-top: 0
}

.about-section .table thead tr th {
	text-transform: uppercase;
	color: #284b67;
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-family: AvenirHeavy;
	font-weight: 900
}

@media (max-width:991px) {
	.about-section .table tr th:nth-child(5) {
		padding: 10px
	}
	.about-section .table thead tr th {
		font-size: 1.6rem
	}
}

@media (max-width:767px) {
	.about-section .table thead tr th {
		font-size: 1.6rem;
		line-height: 2.3rem
	}
}

@media (max-width:480px) {
	.about-section .table thead tr th {
		font-size: 1.3rem;
		line-height: 2rem
	}
}

.about-section .table tbody tr {
	border-top: 1px solid #83b1d1;
	height: 6.7rem
}

.about-section .table tbody tr td address {
	margin-bottom: .4rem;
	line-height: 2.5rem;
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.8rem;
	color: #284b67
}

@media (max-width:767px) {
	.about-section .table tbody tr td address {
		font-size: 1.6rem;
		line-height: 2.3rem
	}
}

@media (max-width:480px) {
	.about-section .table tbody tr td address {
		font-size: 1.4rem;
		line-height: 2rem
	}
}

.about-section .table tbody tr td .record-note {
	font-family: AvenirLight;
	font-weight: 300;
	color: #6d6e70;
	font-size: 1.2rem
}

.about-section .table tbody tr td .record-ratio {
	font-size: 2rem;
	font-family: AvenirLight;
	font-weight: 300;
	color: #284b67
}

.about-section .table tbody tr:nth-child(odd) {
	background-color: #f7f7f7
}

.features-section {
	text-align: center;
	padding: 4.5rem 0 4.4rem
}

@media (max-width:1199px) {
	.features-section {
		padding-top: 2rem
	}
}

.features-section h4 {
	color: #000;
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	font-family: AvenirLight;
	font-weight: 300
}

.features-section ul {
	display: flex;
	flex-wrap: wrap;
	margin: 8rem -1.5rem 0
}

@media (max-width:991px) {
	.features-section {
		padding: 2.5rem 0
	}
	.features-section ul {
		margin-top: 6rem
	}
}

@media (max-width:767px) {
	.about-section .table tbody tr td .record-ratio {
		font-size: 1.4rem
	}
	.features-section {
		padding: 2rem 0
	}
	.features-section h4 {
		line-height: 3.8rem
	}
	.features-section ul {
		margin-top: 4rem
	}
}

.features-section ul li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 1.5rem;
	margin-bottom: 5.5rem
}

@media (max-width:767px) {
	.features-section ul li {
		margin-bottom: 3.5rem
	}
}

@media (max-width:575px) {
	.features-section ul li {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:480px) {
	.features-section ul li {
		margin-bottom: 2rem
	}
}

.features-section ul li figure {
	margin: 0 auto 27px;
	max-width: 12rem;
	min-height: 12rem;
	height: 12rem;
	display: flex
}

@media (max-width:991px) {
	.features-section ul li figure {
		max-width: 8.4rem;
		min-height: 11rem;
		height: 11rem
	}
}

@media (max-width:767px) {
	.features-section ul li figure {
		margin: 0 auto 15px;
		max-width: 6rem;
		min-height: 9rem;
		height: 9rem
	}
}

.features-section ul li span {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-family: AvenirMedium;
	font-weight: 500;
	max-width: 23rem;
	margin: 0 auto;
	color: #284b67
}

@media (max-width:575px) {
	.features-section ul li span {
		font-size: 1.4rem;
		line-height: 2rem
	}
}

.contact-us-details {
	padding: 5.7rem 0 7.1rem;
	text-align: center
}

@media (max-width:1199px) {
	.contact-us-details {
		padding: 4rem 0 5rem
	}
}

.contact-us-details h4, .contact-us-details h2 {
	line-height: 4.8rem;
	margin-bottom: 6.4rem;
	text-align: center;
	color: #000;
	font-family: AvenirLight
}

@media (max-width:1199px) {
	.contact-us-details h4, .contact-us-details h2 {
		margin-bottom: 4.5rem
	}
}

@media (max-width:767px) {
	.contact-us-details {
		padding: 2rem 0 3rem
	}
	.contact-us-details h4, .contact-us-details h2 {
		line-height: 4.4rem;
		margin-bottom: 2rem
	}
}

.contact-us-details .address-details a,
.contact-us-details .address-details p {
	font-size: 2.2rem;
	line-height: 2.5rem;
	letter-spacing: -.028rem;
	font-family: AvenirLight;
	color: #000
}

.contact-us-details .address-details a:hover {
	color: #6e99b7
}

.contact-us-details .address-details .address-top {
	margin-bottom: 3.7rem;
	z-index: 1;
	position: relative
}

@media (max-width:767px) {
	.contact-us-details .address-details a,
	.contact-us-details .address-details p {
		font-size: 1.9rem;
		line-height: 2.3rem
	}
	.contact-us-details .address-details .address-top {
		margin-bottom: 2rem
	}
}

.contact-us-details .address-details .address-top p {
	font-family: AvenirMedium
}

.contact-us-details .address-details .address-top p:not(:last-child) {
	margin-bottom: 1.8rem
}

@media (max-width:767px) {
	.contact-us-details .address-details .address-top p:not(:last-child) {
		margin-bottom: 1.5rem
	}
}

.contact-us-details .address-details .address-bottom .phone-text {
	margin: 2rem 0
}

.iframe-block {
	line-height: 0
}

.iframe-block iframe {
	width: 100%;
	height: 44.4rem
}

.iframe-block img {
	width: 100%
}

.contact-our-team {
	border-top: 18px solid rgba(41, 74, 105, .03);
	background-color: #eef3f6;
	padding: 4.2rem 0 7.5rem;
	text-align: center
}

@media (max-width:1199px) {
	.contact-our-team {
		padding: 3.5rem 0 5rem
	}
}

@media (max-width:767px) {
	.contact-us-details .address-details .address-bottom .phone-text {
		margin: 1rem 0
	}
	.contact-our-team {
		padding: 2rem 0 3rem
	}
}

.contact-our-team h4 {
	line-height: 4.8rem;
	letter-spacing: -.05rem;
	margin-bottom: 1.6rem;
	font-family: AvenirLight
}

@media (max-width:767px) {
	.contact-our-team h4 {
		line-height: 4.2rem;
		margin-bottom: 1rem
	}
}

.contact-our-team label {
	font-family: AvenirLight;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 4.1rem
}

.filter-section .filter-block .filter-text,
.filter-section .filter-block ul li a {
	color: #234e70;
	font-family: AvenirHeavy;
	font-weight: 900;
	line-height: 2.8rem;
	text-transform: uppercase
}

@media (max-width:767px) {
	.contact-our-team label {
		margin-bottom: 2.5rem
	}
}

.contact-our-team form {
	max-width: 48rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.contact-our-team form .form-group {
	width: 48.2%;
	margin-bottom: 2.6rem
}

.contact-our-team form .form-group.text-box {
	width: 100%
}

@media (max-width:767px) {
	.contact-our-team form .form-group {
		margin-bottom: 2rem
	}
}

@media (max-width:480px) {
	.contact-our-team form .form-group {
		width: 100%;
		margin-bottom: 1.5rem
	}
}

.contact-our-team form .action-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.contact-our-team form .action-block .action-inner {
	width: 48.2%
}

@media (max-width:480px) {
	.contact-our-team form .action-block .action-inner {
		width: 100%;
		margin-bottom: 1.5rem;
		text-align: left
	}
}

.contact-our-team form .action-block .action-inner .secondary-button {
	width: 100%
}

.filter-section .filter-block {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 5.1rem;
	padding-bottom: 2.1rem;
	margin-left: 52px
}

@media (max-width:1199px) {
	.filter-section .filter-block {
		padding-top: 3.5rem;
		margin-left: 0
	}
}

.filter-section .filter-block .filter-text {
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	width: 15%
}

@media (max-width:991px) {
	.filter-section .filter-block {
		margin-left: 45px;
		padding-bottom: 3rem
	}
	.filter-section .filter-block .filter-text {
		font-size: 1.7rem
	}
}

@media (max-width:767px) {
	.filter-section .filter-block {
		padding-bottom: 1rem;
		margin-left: 0
	}
	.filter-section .filter-block .filter-text {
		font-size: 1.5rem;
		width: 10rem;
		padding-bottot: .7rem;
		margin-bottom: 1.5rem
	}
}

.filter-section .filter-block .filter-text:after {
	content: '';
	height: 3.9rem;
	width: .2rem;
	background-color: #234e70;
	display: block;
	position: absolute;
	right: 0;
	top: -6px
}

@media (max-width:991px) {
	.filter-section .filter-block .filter-text:after {
		height: 100%;
		top: 0
	}
}

@media (max-width:767px) {
	.filter-section .filter-block .filter-text:after {
		height: .2rem;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%
	}
}

.filter-section .filter-block ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 57%;
	padding: .6rem 0;
	margin-left: 25px
}

@media (max-width:1199px) {
	.filter-section .filter-block ul {
		margin-left: 20px
	}
}

@media (max-width:991px) {
	.filter-section .filter-block ul {
		width: 82%;
		margin-left: 15px
	}
}

.filter-section .filter-block ul li {
	margin-right: 15px
}

@media (max-width:1199px) {
	.filter-section .filter-block ul li {
		margin-right: 12px
	}
}

@media (max-width:767px) {
	.filter-section .filter-block ul {
		justify-content: center;
		width: 100%;
		padding: 0
	}
	.filter-section .filter-block ul li {
		margin-right: 10px
	}
}

.filter-section .filter-block ul li a {
	font-size: 1.6rem;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	padding: .1rem 2.5rem 0
}

@media (max-width:1199px) {
	.filter-section .filter-block ul li a {
		padding: .1rem 2rem 0
	}
}

@media (max-width:991px) {
	.filter-section .filter-block ul li a {
		font-size: 1.5rem;
		padding: .1rem 2.4rem 0
	}
}

@media (max-width:767px) {
	.filter-section .filter-block ul li a {
		font-size: 1.3rem;
		padding: .1rem 1.5rem 0
	}
}

@media (max-width:480px) {
	.filter-section .filter-block ul li {
		width: 100%;
		text-align: center;
		margin-bottom: .7rem
	}
	.filter-section .filter-block ul li a {
		padding: .1rem 2rem 0
	}
}

.filter-section .filter-block ul li a.active,
.filter-section .filter-block ul li a:hover {
	border: 1px solid #234e70
}

.Media-content-section {
	padding-bottom: 5.6rem
}

@media (max-width:991px) {
	.Media-content-section {
		padding-bottom: 3rem
	}
}

@media (max-width:767px) {
	.Media-content-section {
		padding-bottom: 1rem
	}
}

@keyframes zoom-in {
	0% {
		transform: scale(.1)
	}
	100% {
		transform: none
	}
}

.Media-content-section .is-animated {
	animation: .9s zoom-in
}

.Media-content-section ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin: 0 -14px;
	padding: 3rem 0 0
}

@media (max-width:1199px) {
	.Media-content-section ul {
		padding: 1.5rem 0;
		margin: 0 auto
	}
}

@media (max-width:991px) {
	.Media-content-section ul {
		padding: 4rem 0
	}
}

@media (max-width:767px) {
	.Media-content-section ul {
		padding: 1rem 0
	}
}

.Media-content-section ul li {
	width: 33.33%;
	padding: 0 14px;
	text-align: center;
	margin-bottom: 3.1rem
}

@media (max-width:991px) {
	.Media-content-section ul li {
		margin-bottom: 2.5rem
	}
}

@media (max-width:767px) {
	.Media-content-section ul li {
		margin-bottom: 2rem;
		padding: 0 1rem;
		width: 50%
	}
}

@media (max-width:575px) {
	.Media-content-section ul li {
		width: 49.89%
	}
}

@media (max-width:480px) {
	.Media-content-section ul li {
		width: 100%;
		padding: 0 10px
	}
}

.Media-content-section ul li a {
	display: inline-block;
	background-color: #fff;
	-o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	height: 100%;
	width: 100%
}

.Media-content-section ul li a:hover em,
.Media-content-section ul li a:hover p {
	color: #6e99b7
}

.Media-content-section ul li a:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s
}

.Media-content-section ul li a i {
	display: block;
	margin-bottom: 1.6rem;
	overflow: hidden
}

@media (max-width:991px) {
	.Media-content-section ul li a i {
		margin-bottom: 1rem
	}
}

.Media-content-section ul li a i img {
	width: 100%;
	object-fit: cover;
	transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s
}

.Media-content-section ul li a span {
	color: #000;
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	text-align: center;
	margin-bottom: 1.5rem;
	display: block;
	padding: 0 1rem
}

@media (max-width:1199px) {
	.Media-content-section ul li a span {
		margin-bottom: 1rem
	}
}

@media (max-width:991px) {
	.Media-content-section ul li a span {
		font-size: 1.5rem
	}
}

.Media-content-section ul li a p {
	color: #000;
	font-family: AvenirHeavy;
	font-weight: 900;
	font-size: 2.4rem;
	letter-spacing: -.01rem;
	line-height: 3.2rem;
	text-align: center;
	padding: 0 2.4rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center
}

@media (max-width:1199px) {
	.Media-content-section ul li a p {
		margin-bottom: 1rem;
		padding: 0 1rem;
		font-size: 2.3rem
	}
}

@media (max-width:991px) {
	.Media-content-section ul li a p {
		font-size: 2rem;
		line-height: 2.9rem
	}
}

@media (max-width:767px) {
	.Media-content-section ul li a p {
		font-size: 1.8rem;
		line-height: 2.5rem
	}
}

.Media-content-section ul li a em,
.commercial-section .commercial-content,
.commercial-section .commercial-content p {
	font-size: 1.6rem;
	letter-spacing: .01rem;
	line-height: 2.4rem
}

.Media-content-section ul li a em {
	display: block;
	color: #294a69;
	font-family: AvenirMedium;
	font-weight: 500;
	margin-bottom: 3rem;
	padding: 0 1rem;
	font-style: normal
}

@media (max-width:1199px) {
	.Media-content-section ul li a em {
		margin-bottom: 2.5rem
	}
}

@media (max-width:991px) {
	.Media-content-section ul li a em {
		margin-bottom: 2rem
	}
}

@media (max-width:767px) {
	.Media-content-section ul li a em {
		margin-bottom: 1rem
	}
}

.banner-wrapper .banner.commericial-banner .banner-content h2 {
	max-width: 70rem;
	margin: 0 auto 3.5rem
}

.commercial-section .commercial-content {
	position: relative;
	z-index: 1;
	padding: 4.6rem 0 1rem
}

.commercial-section .commercial-content p {
	color: #000;
	font-family: AvenirMedium;
	font-weight: 500;
	margin-bottom: 1.5rem
}

.commercial-section .commercial-content span {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2rem
}

.commercial-section .commercial-content h1 {
	color: #000;
	font-family: AvenirHeavy;
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	max-width: 92rem;
	width: 100%;
	margin-bottom: 3.4rem
}

@media (max-width:1199px) {
	.commercial-section .commercial-content h1 {
		font-size: 3.3rem
	}
}

.commercial-section .commercial-content .commercial-detail {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.commercial-section .commercial-content .commercial-detail .detail-left-part {
	width: 20%;
	margin-right: 5.4rem
}

@media (max-width:1439px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part {
		width: 25%;
		margin-right: 4rem
	}
}

@media (max-width:991px) {
	.commercial-section .commercial-content h1 {
		line-height: 4rem;
		margin-bottom: 2.5rem
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part {
		width: 25%;
		margin-right: 3rem
	}
}

@media (max-width:767px) {
	.commercial-section .commercial-content {
		padding: 3rem 0 2.5rem
	}
	.commercial-section .commercial-content h1 {
		font-size: 3rem;
		line-height: 3.5rem;
		margin-bottom: 1.5rem
	}
	.commercial-section .commercial-content .commercial-detail {
		flex-direction: column-reverse
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part {
		width: 100%
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part p {
	font-family: AvenirLight;
	font-weight: 300;
	margin-bottom: 1.1rem
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block p {
	margin-bottom: 0
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: 3.7rem
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul {
		margin-left: 1.5rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li {
	margin-right: 2.3rem
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li {
		margin-right: 1.5rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li a {
	color: #000;
	display: block
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li a i {
	display: block
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li a .hover-img {
	display: none
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li a:hover .hover-img {
	display: inline-block
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li a:hover .normal-img {
	display: none
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block {
	padding-top: 6.7rem;
	padding-bottom: 1.5rem
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block {
		padding-top: 5rem
	}
}

@media (max-width:991px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li {
		margin-right: 1.2rem
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block {
		padding-top: 3.5rem
	}
}

@media (max-width:767px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul {
		margin-left: 3rem
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li {
		margin-right: 3rem
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part .share-block ul li:last-child {
		margin-right: 0
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block {
		padding-top: 2rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block p {
	font-family: AvenirHeavy;
	font-weight: 900;
	margin-bottom: 0
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li {
	position: relative;
	padding-top: 1.9rem;
	padding-bottom: 2.2rem
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li p {
	margin-bottom: 1.1rem;
	font-family: AvenirMedium;
	font-weight: 500
}

@media (max-width:767px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li p {
		margin-bottom: .7rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li span {
	margin-right: 9.3rem;
	display: inline-block
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li span {
		margin-right: 9.8rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li:not(:last-child):after {
	content: '';
	display: block;
	height: .1rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #979797
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .category-block p {
	font-family: AvenirHeavy;
	margin-bottom: 1.9rem
}

@media (max-width:991px) {
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li {
		padding: 1.5rem 0
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part .latest-news-block ul li span {
		margin-right: 4.5rem
	}
	.commercial-section .commercial-content .commercial-detail .detail-left-part .category-block p {
		margin-bottom: 1.5rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .category-block ul li a {
	font-family: AvenirMedium;
	color: #000
}

.commercial-section .commercial-content .commercial-detail .detail-left-part .category-block ul li a:hover {
	color: #6e99b7
}

.commercial-section .commercial-content .commercial-detail .detail-right-part {
	width: 66%
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part {
		width: 70.5%
	}
}

.commercial-section .commercial-content .commercial-detail .detail-right-part h3 {
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: 2.7rem;
	line-height: 1.3
}

@media (max-width:767px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part {
		width: 100%;
		margin-bottom: 1.5rem
	}
	.commercial-section .commercial-content .commercial-detail .detail-right-part h3 {
		font-size: 2.3rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-right-part i {
	display: block;
	margin-bottom: 3.4rem
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part i {
		margin-bottom: 3rem
	}
}

@media (max-width:767px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part i {
		margin-bottom: 1.5rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-right-part p {
	margin-bottom: 2.5rem;
	font-family: AvenirLight
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part p {
		margin-bottom: 1.5rem
	}
}



.commercial-section .commercial-content .commercial-detail .detail-right-part p a {
	color: #000
}

.single .commercial-section .commercial-content .commercial-detail .detail-right-part p a {
	color: #6e99b7
}

.commercial-section .commercial-content .commercial-detail .detail-right-part p a:hover {
	color: #6e99b7
}

.commercial-section .commercial-content .commercial-detail .detail-right-part ul {
	padding-left: 2rem
}

.commercial-section .commercial-content .commercial-detail .detail-right-part ul li {
	list-style: disc
}

.commercial-section .commercial-content .commercial-detail .detail-right-part ol {
	list-style-type: none;
	counter-reset: item;
	padding: 0;
	margin: 0;
	color: #000
}

.commercial-section .commercial-content .commercial-detail .detail-right-part ol li {
	counter-increment: item;
	font-family: AvenirLight;
	font-size: 1.6rem;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	margin-bottom: 2.4rem
}

@media (max-width:1199px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part ol li {
		margin-bottom: 1.5rem
	}
}

.commercial-section .commercial-content .commercial-detail .detail-right-part ol li:before {
	content: counters(item, ".") ". ";
	font-family: AvenirLight
}

.pagination-section.commercial-pagination .paginations {
	padding-bottom: 48px
}

.banner-wrapper.story-banner-wrapper:after {
	display: none
}

.our-company-section .our-company-details {
	padding-top: 5rem
}

@media (max-width:1199px) {
	.our-company-section .our-company-details {
		padding-top: 3.5rem
	}
}

@media (max-width:991px) {
	.our-company-section .our-company-details {
		padding-top: 2.5rem
	}
}

@media (max-width:767px) {
	.commercial-section .commercial-content .commercial-detail .detail-right-part ol li {
		margin-bottom: 1.2rem
	}
	.our-company-section .our-company-details {
		padding-top: 1.5rem
	}
}

.our-company-section .our-company-details h4, .our-company-section .our-company-details h2 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	text-align: center;
	margin-bottom: 4.7rem
}

@media (max-width:1199px) {
	.our-company-section .our-company-details h4 , .our-company-section .our-company-details h2{
		margin-bottom: 4rem
	}
}

@media (max-width:991px) {
	.our-company-section .our-company-details h4, .our-company-section .our-company-details h2{
		margin-bottom: 3rem
	}
}

@media (max-width:767px) {
	.our-company-section .our-company-details h4, .our-company-section .our-company-details h2 {
		margin-bottom: 1.5rem
	}
}

.our-company-section .our-company-details .company-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 9.5rem
}

@media (max-width:1439px) {
	.our-company-section .our-company-details .company-detail {
		margin-bottom: 7rem
	}
}

@media (max-width:1199px) {
	.our-company-section .our-company-details .company-detail {
		margin-bottom: 6rem
	}
}

.our-company-section .our-company-details .company-detail h5 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	letter-spacing: -.04rem;
	line-height: 4.3rem;
	width: 50%
}

@media (max-width:1199px) {
	.our-company-section .our-company-details .company-detail h5 {
		line-height: 3.7rem
	}
}

@media (max-width:991px) {
	.our-company-section .our-company-details .company-detail {
		margin-bottom: 4rem
	}
	.our-company-section .our-company-details .company-detail h5 {
		line-height: 3.3rem
	}
}

@media (max-width:767px) {
	.our-company-section .our-company-details .company-detail {
		flex-direction: column-reverse;
		margin-bottom: 2rem
	}
	.our-company-section .our-company-details .company-detail h5 {
		width: 100%;
		line-height: 3rem
	}
}

.our-company-section .our-company-details .company-detail i {
	display: block;
	width: 45%
}

@media (max-width:991px) {
	.our-company-section .our-company-details .company-detail i {
		width: 47%
	}
}

@media (max-width:767px) {
	.our-company-section .our-company-details .company-detail i {
		width: 100%;
		margin-bottom: 2.5rem
	}
}

.our-company-section .our-company-details .company-detail i img {
	width: 100%
}

.our-company-section .our-company-details .company-detail-para p {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	margin-bottom: 3rem;
	padding-right: 10rem
}

@media (max-width:1439px) {
	.our-company-section .our-company-details .company-detail-para p {
		margin-bottom: 2.5rem
	}
}

@media (max-width:1199px) {
	.our-company-section .our-company-details .company-detail-para p {
		margin-bottom: 2rem;
		padding-right: 0
	}
}

.peak-approach .peak-approach-content {
	padding-top: 6.9rem;
	padding-bottom: 6.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media (max-width:1439px) {
	.peak-approach .peak-approach-content {
		padding-top: 5rem
	}
}

@media (max-width:1199px) {
	.peak-approach .peak-approach-content {
		padding-top: 3.5rem
	}
}

@media (max-width:991px) {
	.peak-approach .peak-approach-content {
		padding-top: 3rem;
		padding-bottom: 6.5rem
	}
}

.peak-approach .peak-approach-content p {
	color: #000;
	font-family: AvenirLight
}

.peak-approach .peak-approach-content .left-image-part {
	width: 35%
}

@media (max-width:1439px) {
	.peak-approach .peak-approach-content .left-image-part {
		width: 40%
	}
}

@media (max-width:767px) {
	.our-company-section .our-company-details .company-detail-para p {
		margin-bottom: 1.5rem
	}
	.peak-approach .peak-approach-content {
		padding-top: 1rem;
		padding-bottom: 1.5rem
	}
	.peak-approach .peak-approach-content .left-image-part {
		width: 100%;
		margin-bottom: 2.5rem
	}
}

.peak-approach .peak-approach-content .left-image-part h4 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	margin-bottom: 1rem
}

.peak-approach .peak-approach-content .left-image-part p {
	margin-bottom: 2rem
}

.peak-approach .peak-approach-content .left-image-part i {
	display: block
}

.peak-approach .peak-approach-content .rigth-para {
	width: 57.5%
}

@media (max-width:1439px) {
	.peak-approach .peak-approach-content .rigth-para {
		width: 55%
	}
}

@media (max-width:767px) {
	.peak-approach .peak-approach-content .left-image-part p {
		margin-bottom: 1.5rem
	}
	.peak-approach .peak-approach-content .left-image-part i {
		text-align: center
	}
	.peak-approach .peak-approach-content .rigth-para {
		width: 100%
	}
}

.peak-approach .peak-approach-content .rigth-para p {
	margin-bottom: 1rem;
	padding-right: 8.6rem
}

@media (max-width:1199px) {
	.peak-approach .peak-approach-content .left-image-part h4 {
		line-height: 3.8rem
	}
	.peak-approach .peak-approach-content .rigth-para p {
		padding-right: 0
	}
}

.company-points-section {
	position: relative;
	top: 7.9rem
}

@media (max-width:575px) {
	.company-points-section {
		top: 20px
	}
}

.company-points-section .container {
	max-width: 100%;
	padding: 0
}

@media (min-width:1921px) {
	.company-points-section .container {
		max-width: 144rem
	}
}

.company-points-section span {
	color: #83b1d2;
	font-family: AvenirHeavy;
	font-weight: 900;
	font-size: 10.8rem;
	line-height: 14.8rem;
	text-align: center;
	display: block;
	margin-bottom: 2.1rem
}

@media (max-width:767px) {
	.company-points-section {
		top: 20px
	}
	.company-points-section span {
		font-size: 7.8rem;
		line-height: 8.5rem;
		margin-bottom: 1.5rem
	}
}

@media (max-width:480px) {
	.company-points-section span {
		line-height: 7rem
	}
}

@media (max-width:374px) {
	.company-points-section span {
		margin-bottom: 1rem
	}
}

.company-points-section p {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 3.2rem;
	line-height: 4.7rem;
	text-align: center
}

@media (max-width:991px) {
	.company-points-section p {
		font-size: 2.8rem;
		line-height: 3.8rem
	}
}

.company-points-section .block-content {
	max-width: 43.3rem;
	width: 100%;
	margin: auto;
	padding: 1.5rem
}

.company-points-section .upper-block {
	display: flex;
	flex-wrap: wrap;
	-moz-transform: skewY(6deg);
	-o-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	-webkit-transform: skewY(6deg);
	transform: skewY(6deg);
	min-height: 46.4rem;
	position: relative;
	z-index: 2
}

@media (max-width:767px) {
	.company-points-section p {
		font-size: 2rem;
		line-height: 2.8rem
	}
	.company-points-section .upper-block {
		min-height: 36.4rem
	}
}

.company-points-section .upper-block .first-block {
	background-color: #f8f8f8;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.company-points-section .upper-block .first-block .block-content {
	-moz-transform: skewY(-6deg);
	-o-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	-webkit-transform: skewY(-6deg);
	transform: skewY(-6deg);
	padding-top: 12rem
}

@media (max-width:1199px) {
	.company-points-section .upper-block .first-block .block-content {
		padding-top: 10rem
	}
}

@media (max-width:991px) {
	.company-points-section .upper-block .first-block .block-content {
		padding-top: 8.5rem
	}
}

@media (max-width:480px) {
	.company-points-section .upper-block {
		min-height: 30rem
	}
	.company-points-section .upper-block .first-block .block-content {
		padding-top: 5rem
	}
}

.company-points-section .upper-block .second-block {
	background-color: #f3f7f9;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.company-points-section .upper-block .second-block .block-content {
	-moz-transform: skewY(-6deg);
	-o-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	-webkit-transform: skewY(-6deg);
	transform: skewY(-6deg);
	padding-top: 4.5rem
}

.company-points-section .center-circle {
	height: 39.2rem;
	width: 39.2rem;
	background-color: #f9f9f9;
	margin: 0 auto;
	border-radius: 50%;
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	top: 25%
}

@media (max-width:991px) {
	.company-points-section .center-circle {
		height: 31rem;
		width: 31rem;
		top: 30%
	}
}

@media (max-width:767px) {
	.company-points-section .center-circle {
		height: 23rem;
		width: 23rem;
		top: 31%
	}
}

@media (max-width:480px) {
	.company-points-section .upper-block .second-block .block-content {
		padding-top: 3rem
	}
	.company-points-section .center-circle {
		height: 18rem;
		width: 18rem;
		top: 30%
	}
}

.company-points-section .center-circle:after {
	content: '';
	display: block;
	height: 35.1rem;
	width: 35.1rem;
	background-color: #294a69;
	border: 1px solid #979797;
	border-radius: 50%;
	position: absolute;
	left: 2rem;
	top: 2rem
}

@media (max-width:991px) {
	.company-points-section .center-circle:after {
		height: 28rem;
		width: 28rem;
		left: 1.5rem;
		top: 1.5rem
	}
}

@media (max-width:767px) {
	.company-points-section .center-circle:after {
		height: 20rem;
		width: 20rem
	}
}

@media (max-width:480px) {
	.company-points-section .center-circle:after {
		height: 16rem;
		width: 16rem;
		left: 1rem;
		top: 1rem
	}
}

.company-points-section .center-circle i {
	display: block;
	z-index: 1;
	position: relative;
	top: 0
}

@media (max-width:991px) {
	.company-points-section .center-circle i {
		width: 64%;
		top: -15px
	}
}

@media (max-width:767px) {
	.company-points-section .center-circle i {
		width: 55%;
		top: -10px
	}
}

.company-points-section .lower-block {
	display: flex;
	flex-wrap: wrap;
	min-height: 58.6rem;
	position: relative;
	z-index: 1;
	top: -10rem
}

@media (max-width:767px) {
	.company-points-section .lower-block {
		min-height: 46.4rem;
		top: -4rem
	}
}

.company-points-section .lower-block .block-content {
	padding-top: 21.4rem
}

@media (max-width:767px) {
	.company-points-section .lower-block .block-content {
		padding-top: 16.4rem
	}
}

@media (max-width:480px) {
	.company-points-section .lower-block {
		min-height: 37.1rem
	}
	.company-points-section .lower-block .block-content {
		padding-top: 12rem
	}
}

.company-points-section .lower-block .third-block {
	width: 50%;
	background-color: #ececec;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.company-points-section .lower-block .forth-block {
	background-color: #eef3f6;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.banner-wrapper.team-banner-wrapper:after {
	display: none
}

.team-section.team-page-section .team-block {
	padding: 0;
	max-width: 120rem
}

@media (max-width:767px) {
	.team-section.team-page-section .team-block {
		padding: 3rem 1.5rem
	}
}

.team-section.team-page-section .team-block .team-carousel {
	margin: 0;
	line-height: 0;
	flex-wrap: wrap
}

.team-section.team-page-section .team-block .team-carousel .item {
	width: 50%;
	margin: 0;
	padding: 0;
	height: 57.2rem
}

@media (max-width:767px) {
	.team-section.team-page-section .team-block .team-carousel .item {
		height: auto;
		width: auto;
		padding: 0 .8rem
	}
}

.team-section.team-page-section .team-block .team-carousel .item a {
	width: 100%;
	height: 57.2rem
}

@media (max-width:767px) {
	.team-section.team-page-section .team-block .team-carousel .item a {
		height: auto
	}
}

.team-section.team-page-section .team-block .team-carousel .item a:before {
	height: 10rem;
	background: -moz-linear-gradient(top, rgba(41, 74, 105, 0) 0, #294a69 100%);
	background: -webkit-linear-gradient(top, rgba(41, 74, 105, 0) 0, #294a69 100%);
	background: linear-gradient(to bottom, rgba(41, 74, 105, 0) 0, #294a69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183148', endColorstr='#183148', GradientType=0)
}

.team-section.team-page-section .team-block .team-carousel .item a i {
	width: 100%;
	height: 100%
}

.team-section.team-page-section .team-block .team-carousel .item a i img {
	height: 100%;
	object-fit: cover
}

.team-section.team-page-section .team-block .team-carousel .item a span {
	font-size: 2.6rem;
	line-height: 1.9rem;
	bottom: 2.3rem;
	left: 2.4rem;
	text-align: left;
	width: 100%
}

@media (max-width:1199px) {
	.team-section.team-page-section .team-block .team-carousel .item a span {
		font-size: 2.2rem
	}
}

.team-section.team-page-section .team-block .team-carousel .team-detail-hover .team-detail {
	padding: 8rem 7rem
}

@media (max-width:1199px) {
	.team-section.team-page-section .team-block .team-carousel .team-detail-hover .team-detail {
		padding: 8rem 5rem 4rem
	}
}

@media (max-width:991px) {
	.team-section.team-page-section .team-block .team-carousel .team-detail-hover .team-detail {
		padding: 6rem 4rem 3rem
	}
}

@media (max-width:767px) {
	.team-section.team-page-section .team-block .team-carousel .item a span {
		font-size: 1.8rem;
		bottom: 2.5rem;
		left: 1.5rem
	}
	.team-section.team-page-section .team-block .primary-btn {
		margin-bottom: 3rem
	}
}

@media (max-width:480px) {
	.team-section.team-page-section .team-block .primary-btn {
		margin-bottom: 1rem
	}
}

section.testimonial-banner-wrapper:after {
	z-index: -1
}

.testimonial-section {
	padding: 7.5rem 0 4.7rem
}

@media (max-width:991px) {
	.testimonial-section {
		padding: 4.6rem 0 3.7rem
	}
}

@media (max-width:767px) {
	.testimonial-section {
		padding: 3.4rem 0 2.6rem
	}
}

.testimonial-section h4, .testimonial-section h2 {
	text-align: center;
	line-height: 48px;
	font-weight: 300;
	max-width: 103.5rem;
	margin: 0 auto 22px;
	padding: 0 1.5rem
}

.testimonial-section .testimonial-outer>li {
	padding: 4.6rem 0 5.2rem
}

@media (max-width:991px) {
	.testimonial-section h4, .testimonial-section h2{
		line-height: 40px
	}
	.testimonial-section .testimonial-outer>li {
		padding: 3.6rem 0 3.9rem
	}
}

@media (max-width:767px) {
	.testimonial-section h4, .testimonial-section h2 {
		margin-bottom: 1.5rem;
		line-height: 33px
	}
	.testimonial-section .testimonial-outer>li {
		padding: 3rem 0 3.3rem
	}
}

@media (max-width:575px) {
	.testimonial-section .testimonial-outer>li {
		padding: 2rem 0 2.5rem
	}
}

.testimonial-section .testimonial-outer>li .container {
	max-width: 930px
}

.testimonial-section .testimonial-outer>li blockquote {
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 3.2rem;
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	padding-left: 3.1rem;
	margin: 0 0 31px 123px;
	position: relative
}

@media (max-width:1199px) {
	.testimonial-section .testimonial-outer>li blockquote {
		font-size: 2.8rem;
		line-height: 4rem
	}
}

@media (max-width:991px) {
	.testimonial-section .testimonial-outer>li blockquote {
		font-size: 2.6rem;
		line-height: 3.5rem;
		padding-left: 2.6rem;
		margin: 0 0 29px 75px
	}
}

@media (max-width:767px) {
	.testimonial-section .testimonial-outer>li blockquote {
		font-size: 1.9rem;
		line-height: 2.5rem;
		padding-left: 2rem;
		margin: 0 0 15px 75px
	}
}

@media (max-width:575px) {
	.testimonial-section .testimonial-outer>li blockquote {
		padding-left: 2rem;
		margin: 0 0 15px 50px
	}
}

@media (max-width:480px) {
	.testimonial-section .testimonial-outer>li blockquote {
		width: auto;
		padding-left: 1.5rem;
		margin: 0 0 15px 20px
	}
}

.testimonial-section .testimonial-outer>li blockquote:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 90%;
	width: 1.2rem;
	background-color: #85b1d3
}

@media (max-width:991px) {
	.testimonial-section .testimonial-outer>li blockquote:before {
		width: .9rem
	}
}

@media (max-width:767px) {
	.testimonial-section .testimonial-outer>li blockquote:before {
		width: .6rem;
		height: 95%
	}
}

@media (max-width:480px) {
	.testimonial-section .testimonial-outer>li blockquote:before {
		width: .4rem
	}
}

.testimonial-section .testimonial-outer>li .attestant-details {
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: .016rem;
	line-height: 2.4rem;
	display: flex;
	align-items: center;
	flex-direction: row
}

.menu-content li .dropdown-menubar li a,
.menu-content li a {
	letter-spacing: .119rem
}

@media (max-width:1199px) {
	.testimonial-section .testimonial-outer>li .attestant-details {
		font-size: 2.4rem;
		line-height: 2.4rem
	}
	.header .contact-btn .secondary-button {
		min-width: 15rem
	}
}

@media (max-width:991px) {
	.testimonial-section .testimonial-outer>li .attestant-details {
		font-size: 2.3rem;
		line-height: 2.7rem
	}
}

@media (max-width:767px) {
	.testimonial-section .testimonial-outer>li .attestant-details {
		font-size: 1.7rem;
		line-height: 2rem;
		display: block
	}
}

.testimonial-section .testimonial-outer>li .attestant-details .attestant-position {
	color: #83b1d1;
	padding-left: .9rem;
	position: relative
}

.testimonial-section .testimonial-outer>li .attestant-details i {
	display: inline-block;
	margin-left: 1.8rem
}

@media (max-width:767px) {
	.testimonial-section .testimonial-outer>li .attestant-details i {
		display: block;
		margin-left: 0;
		margin-top: .5rem
	}
	.testimonial-section .testimonial-outer>li .attestant-details i img {
		width: 130px
	}
}

.testimonial-section .testimonial-outer>li:nth-child(even) {
	background-color: #fafafa
}

.testimonial-section .testimonial-outer>li:last-child {
	margin-bottom: 4rem
}

.testimonial-section .primary-btn {
	display: block;
	margin: 0 auto;
	max-width: 224px;
	line-height: 2.8rem
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 11;
	background: 0 0;
	transition: .3s all;
	padding: 2.2rem 0
}

.header .logo-wrapper {
	max-width: 13.3rem;
	width: 100%
}

@media (max-width:991px) {
	.header .logo-wrapper {
		max-width: 9.5rem
	}
}

@media (max-width:767px) {
	.header {
		padding: 2.7rem 0
	}
	.header .logo-wrapper {
		max-width: 11.2rem
	}
}

.header .logo {
	max-width: 13.3rem;
	display: block;
	height: auto
}

@media (max-width:991px) {
	.header .logo {
		max-width: 9.5rem
	}
}

@media (max-width:767px) {
	.header .logo {
		max-width: 11.2rem
	}
}

.header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

.header .logo .small-header-logo,
.small-header .header .logo img {
	display: none
}

.small-header .header .logo .small-header-logo {
	display: block
}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

@media (max-width:767px) {
	.header-wrapper {
		align-items: flex-start
	}
	.header-wrapper:after {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .7);
		width: 100%;
		opacity: 0;
		transition: all .8s;
		-o-transition: all .8s;
		-ms-transition: all .8s;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		visibility: hidden
	}
}

@media (max-width:991px) {
	.header .contact-btn .secondary-button {
		min-width: 10rem;
		padding: .5rem;
		font-size: 1.4rem;
		line-height: 3.2rem;
		height: 4rem
	}
	.main-menu {
		background: #fff;
		position: fixed;
		width: 25rem;
		right: -25rem;
		top: 0;
		height: 100vh;
		transition: right .5s ease;
		z-index: 13;
		overflow-y: auto
	}
}

.menu-content li,
.menu-content li a {
	border-radius: 3.6rem;
	position: relative
}

.menu-content {
	list-style: none;
	padding: 0;
	margin: 0
}

@media (max-width:991px) {
	.menu-content {
		margin-top: 4.4rem;
		margin-bottom: 2rem
	}
}

.menu-content li {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}

.menu-content li:before {
	display: none
}

.menu-content li a {
	display: block;
	padding: .5rem 1.1rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #4f4f4f;
	font-family: AvenirMedium;
	font-weight: 500;
	text-transform: uppercase
}

@media (max-width:991px) {
	.menu-content li {
		float: none;
		margin: 0
	}
	.menu-content li a {
		font-size: 1.2rem;
		line-height: 1.8rem
	}
	.menu-content li a.secondary-button {
		background: #294a69;
		color: #fff
	}
}

.menu-content li a.secondary-button {
	line-height: 3rem;
	padding: 1rem
}

.menu-content li .dropdown-menubar {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .06)
}

.menu-content li .dropdown-menubar li a:hover {
	color: #294a69
}

.menu-content li:hover>ul {
	display: block;
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

@media (max-width:991px) {
	.menu-content li .dropdown-menubar {
		box-shadow: none
	}
	.menu-content li:hover>ul {
		display: none
	}
}

.menu-content li:hover li {
	float: none
}

.menu-content li.active>a:after {
	content: '';
	transition: .3s all;
	transform: rotate(0);
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	vertical-align: 3px;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-bottom: 0;
	border-left: 5px solid transparent
}

.menu-content li ul {
	background-color: #fff
}

.menu-content li>ul {
	position: absolute;
	padding: .9rem 0;
	min-width: 11.5rem;
	transition: all .5s ease;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	border-top: 1px solid #85b1d3
}

@media (max-width:991px) {
	.menu-content li.active>a:after {
		margin-left: 6px;
		top: 13px;
		right: 10px
	}
	.menu-content li>ul {
		position: static;
		opacity: 1;
		visibility: visible;
		transition: auto;
		display: none;
		transform: translateY(0)
	}
}

.main-menu ul:after,
.main-menu ul:before {
	display: table;
	content: ''
}

.menu-content>li:last-child {
	margin-right: 0
}

.menu-content>li:hover ul {
	right: 0
}

.menu-content>li:hover>a:after {
	transform: rotate(-180deg)
}

.menu-content>li>a {
	padding: 1.5rem;
	color: #fff
}

@media (max-width:1199px) {
	.menu-content>li>a {
		padding: 1rem .8rem;
		font-size: 1.3rem
	}
	.menu-content>li.secondary-button {
		height: auto;
		min-width: auto
	}
}

@media (max-width:991px) {
	.menu-content>li:hover>a:after {
		transform: inherit
	}
	.menu-content>li.arrow>a:after {
		transform: rotate(-180deg)
	}
	.menu-content>li>a {
		color: #000;
		padding: 1rem 1.2rem;
		font-size: 1.4rem;
		line-height: 1.8rem
	}
	.menu-content>li.secondary-button {
		background-color: #6e99b7
	}
}

.menu-content>li.secondary-button a {
	color: #4f4f4f
}

.menu-content>li.secondary-button a:hover {
	color: #fff
}

.main-menu ul:after {
	clear: both
}

.hamburger-icon {
	position: fixed;
	top: 2.5rem;
	right: 1.5rem;
	width: 2rem;
	height: 2rem;
	z-index: 99;
	cursor: pointer;
	display: none
}

.hamburger-icon span {
	width: 100%;
	height: .2rem;
	display: block;
	background: #fff;
	float: right;
	margin-top: .5rem;
	transform: translate(0, 0);
	transition: .2s all ease
}

.hamburger-icon span:nth-of-type(1) {
	margin-top: 2px
}

.small-header .hamburger-icon span {
	background: #000
}

.hamburger-icon.active {
	top: 1.7rem
}

.hamburger-icon.active span {
	background: #000;
	margin-top: .7rem
}

.hamburger-icon.active span:nth-of-type(1) {
	transform: translate(0, 10px) rotate(135deg)
}

.hamburger-icon.active span:nth-of-type(2) {
	opacity: 0
}

.hamburger-icon.active span:nth-of-type(3) {
	transform: translate(0, -8px) rotate(-135deg)
}

.footer .footer-top .subscribe-box form button,
.home-banner .banner-sider .item .caption-text {
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.menu-open .main-menu {
	right: 0
}

@media (max-width:991px) {
	.menu-content>li.secondary-button a {
		color: #fff
	}
	.hamburger-icon {
		display: block
	}
	.menu-open .header-wrapper:after {
		opacity: 1;
		visibility: visible
	}
}

body.menu-open {
	overflow: hidden
}

.small-header .header {
	background: #fff;
	padding: 1.2rem 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .03)
}

.small-header .header a {
	color: #000
}

.small-header .contact-btn a {
	background: #294a69;
	color: #fff
}

.small-header .contact-btn a:hover {
	background: #6e99b7;
	color: #fff
}

.small-header li.secondary-button a {
	background: #294a69;
	color: #fff
}

.small-header li.secondary-button a:hover {
	background: #6e99b7;
	color: #fff
}

.hidden-sm {
	display: block
}

.visible-sm {
	display: none
}

.footer {
	position: relative
}

.footer .footer-top-shape {
	position: absolute;
	-o-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	-ms-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	-moz-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	height: 8.5rem;
	width: 70%;
	background-color: #83b1d1;
	top: -8.5rem;
	right: 0;
	z-index: -1
}

@media (max-width:767px) {
	.small-header .header {
		padding: 1rem 0
	}
	.small-header .header .header-wrapper {
		align-items: center
	}
	.small-header .header .logo {
		max-width: 11rem
	}
	.hidden-sm {
		display: none
	}
	.visible-sm {
		display: block
	}
	.footer .footer-top-shape {
		width: 100%
	}
}

.footer .footer-top {
	padding: 2.2rem 0 11.3rem;
	margin-top: 8.5rem;
	background-color: #294a69;
	position: relative
}

@media (max-width:1199px) {
	.footer {
		overflow: hidden
	}
	.footer .footer-top-shape {
		top: 0
	}
	.footer .footer-top {
		padding: 1.5rem 0 7rem
	}
}

.footer .footer-top:before {
	content: '';
	position: absolute;
	-o-clip-path: polygon(0 0, 100% 99%, 100% 100%, 0 100%);
	-ms-clip-path: polygon(0 0, 100% 99%, 100% 100%, 0 100%);
	-moz-clip-path: polygon(0 0, 100% 99%, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 99%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 99%, 100% 100%, 0 100%);
	height: 8.5rem;
	width: 100%;
	background-color: #294a69;
	top: -8.4rem
}

.footer .footer-top .footer-top-wrapper {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:1439px) {
	.footer .footer-top .footer-top-wrapper {
		justify-content: space-between
	}
}

.footer .footer-top .address-box {
	width: 21%;
	padding-right: 1rem
}

@media (max-width:1199px) {
	.footer .footer-top .address-box {
		width: 24%
	}
}

@media (max-width:991px) {
	.footer .footer-top {
		padding-top: 0
	}
	.footer .footer-top .address-box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 3.4rem
	}
}

.footer .footer-top .address-box a {
	display: inline-block;
	margin-bottom: 2.2rem
}

@media (max-width:991px) {
	.footer .footer-top .address-box a {
		margin-bottom: 1.2rem
	}
}

.footer .footer-top .address-box a img {
	width: 113px
}

@media (max-width:767px) {
	.footer .footer-top {
		padding-bottom: 1.6rem
	}
	.footer .footer-top .footer-top-wrapper {
		position: relative;
		top: -13px
	}
	.footer .footer-top .address-box a {
		margin-bottom: 3.2rem
	}
	.footer .footer-top .address-box a img {
		width: 130px
	}
}

.footer .footer-top .address-inner address {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	margin: 0;
	font-family: AvenirMedium
}

@media (max-width:991px) {
	.footer .footer-top .address-inner address {
		font-size: 1.5rem;
		line-height: 2.2rem
	}
}

.footer .footer-top .links-title {
	color: #fff;
	font-size: 1.6rem;
	font-family: AvenirMedium;
	font-weight: 500;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	margin-bottom: 1.6rem
}

.footer .footer-top .footer-links {
	width: 18.33%;
	padding-right: 1rem
}

@media (max-width:1199px) {
	.footer .footer-top .footer-links {
		width: 13%
	}
}

.footer .footer-top .footer-links:nth-child(2) {
	width: 23.33%
}

@media (max-width:767px) {
	.footer .footer-top .footer-links:nth-child(2) {
		width: 100%
	}
}

.footer .footer-top .footer-links:nth-child(3) {
	width: 13%
}

.footer .footer-top .footer-links:last-child {
	padding-right: 0
}

@media (max-width:767px) {
	.footer .footer-top .footer-links:nth-child(3) {
		width: 100%
	}
	.footer .footer-top .footer-links {
		width: 100%;
		padding-right: 0;
		margin-bottom: 3rem
	}
	.footer .footer-top .footer-links:last-child {
		margin-bottom: 0
	}
	.footer .footer-top .footer-links:last-child .links-title {
		margin-bottom: 2.5rem
	}
	.footer .footer-top .footer-links:nth-child(4) {
		margin-bottom: 1.5rem
	}
}

.footer .footer-top .footer-links ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0
}

.footer .footer-top .footer-links ul li {
	display: inline-block
}

.footer .footer-top .footer-links ul li a:focus,
.footer .footer-top .footer-links ul li a:hover {
	text-decoration: none;
	color: #afcde2
}

.footer .footer-top .footer-links a,
.footer .footer-top .footer-links p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2rem;
	font-family: Avenir-Book;
	font-weight: 300
}

.footer .footer-top .subscribe-box {
	width: 24%
}

@media (max-width:1199px) {
	.footer .footer-top .subscribe-box {
		width: 26%
	}
}

@media (max-width:991px) {
	.footer .footer-top .subscribe-box {
		width: 34%
	}
}

@media (max-width:767px) {
	.footer .footer-top .subscribe-box {
		width: 100%
	}
}

.footer .footer-top .subscribe-box form {
	position: relative;
	margin: 0;
}

.footer .footer-top .subscribe-box form input[type=email] {
	background-color: #fbfbfb;
	width: 100%;
	height: 4.8rem;
	padding: 1.2rem 4rem 1.2rem 1.6rem;
	border: none;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: .01rem;
	color: #000;
	font-family: Avenir-Book
}

.footer .footer-copyright .footer-copyright-inner p,
.footer .footer-service-license .license-wrapper span {
	font-size: 1.4rem;
	line-height: 2rem;
	font-family: Avenir-Book
}

.footer .footer-top .subscribe-box form button {
	position: absolute;
	right: 0;
	padding: 0;
	top: 37%;
	background: 0 0;
	transform: translateY(-50%);
	height: 4.8rem;
	width: 4.8rem
}

.footer .footer-top .subscribe-box form button:hover {
	cursor: pointer
}

@media (max-width:767px) {
	.footer .footer-top .subscribe-box p {
		padding-right: 1.2rem
	}
}

.footer .footer-copyright {
	padding: 2.2rem 0;
	background-color: #fff
}

@media (max-width:1199px) {
	.footer .footer-copyright {
		padding: 1.5rem 0
	}
}

.footer .footer-copyright .footer-copyright-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer .footer-copyright .footer-copyright-inner ul {
	margin: 0;
	padding: 0;
	float: right
}

@media (max-width:767px) {
	.footer .footer-copyright .footer-copyright-inner {
		justify-content: center
	}
	.footer .footer-copyright .footer-copyright-inner p {
		width: 100%;
		order: 2;
		text-align: center
	}
	.footer .footer-copyright .footer-copyright-inner ul {
		margin-bottom: 1.3rem
	}
}

.footer .footer-copyright .footer-copyright-inner ul li {
	display: inline-block
}

.footer .footer-copyright .footer-copyright-inner ul li:not(:last-child) {
	padding-right: 1rem
}

.footer .footer-copyright .footer-copyright-inner ul li a {
	display: inline-block;
	height: 1.6rem;
	width: 1.6rem
}

.footer .footer-service-license {
	background-color: #f6f6f6;
	padding: 1rem 0
}

@media (max-width:767px) {
	.footer .footer-service-license {
		padding: 1.5rem 0
	}
	.footer .footer-service-license .license-wrapper span:first-child {
		margin-bottom: 1.1rem
	}
}

.footer .footer-service-license .license-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 1rem
}

.modal.call-modal .modal-dialog .close i,
.modal:before,
.secondary-button {
	display: inline-block
}

.footer .footer-service-license .license-wrapper span {
	color: #000;
	font-weight: 300;
	text-align: center
}

.primary-btn,
.secondary-button {
	border-radius: 3.6rem;
	font-size: 1.6rem;
	letter-spacing: .01rem;
	min-width: 17.7rem;
	padding: 1rem;
	font-family: AvenirMedium;
	height: 4.8rem;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase
}

.footer .footer-service-license .license-wrapper span:first-child {
	margin-right: 1.5rem
}

@media (max-width:1199px) {
	.footer .footer-service-license .license-wrapper span:first-child {
		margin-right: 0
	}
}

@media (max-width:480px) {
	.footer .footer-top .address-box {
		max-width: 20rem
	}
	.footer .footer-service-license .license-wrapper span:last-child {
		max-width: 23rem
	}
}

.primary-btn {
	background-color: #83b1d1;
	line-height: 2.4rem;
	color: #fff;
	font-weight: 500
}

.primary-btn:hover {
	background-color: #6e99b7;
	color: #fff
}

.secondary-button {
	background-color: #fff;
	line-height: 3rem;
	color: #294a69
}

.secondary-button:hover {
	background-color: #6e99b7;
	color: #fff
}

.secondary-button.blue-btn {
	background: #294a69;
	color: #fff
}

.secondary-button.blue-btn:hover {
	background: #6e99b7;
	color: #fff
}

input,
textarea {
	font-weight: 300;
	letter-spacing: .1px;
	line-height: 24px;
	background-color: #fbfbfb;
	padding: 1.2rem 1.6rem;
	width: 100%;
	outline: 0;
	font-family: AvenirLight
}

input {
	color: #000;
	font-size: 16px;
	border: 1px solid transparent;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	height: 4.8rem;
	border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

input:focus,
textarea {
	transition: .3s;
	box-shadow: none
}

input:focus {
	border: 1px solid #294a69;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s
}

input.placeholder {
	color: #000
}

input:-moz-placeholder {
	color: #000
}

input::-moz-placeholder {
	color: #000
}

input::-webkit-input-placeholder {
	color: #000
}

@media (max-width:1023px) {
	input {
		font-size: 15px;
		padding: 1.2rem
	}
}

textarea {
	color: #000;
	font-size: 16px;
	border: 1px solid transparent;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	height: 18.3rem;
	border-radius: 0;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

textarea:focus {
	border: 1px solid #294a69;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s
}

textarea.placeholder {
	color: #000
}

textarea:-moz-placeholder {
	color: #000
}

textarea::-moz-placeholder {
	color: #000
}

textarea::-webkit-input-placeholder {
	color: #000
}

@media (max-width:1023px) {
	textarea {
		font-size: 15px;
		padding: 1.2rem;
		height: 12rem
	}
}

@media (max-width:767px) {
	textarea {
		height: 10rem
	}
}

body.menu-open,
body.modal-open,
html.modal-open {
	height: auto
}

a,
a:hover,
button,
button:hover {
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

html.menu-open {
	overflow: hidden!important;
	height: auto
}

body.menu-open {
	position: fixed
}

.modal {
	text-align: center
}

.modal:before {
	content: '';
	height: 100%;
	vertical-align: middle
}

.modal.call-modal .modal-dialog {
	background-color: #fff;
	-o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
	max-width: 54rem;
	position: relative;
	pointer-events: auto;
	padding: 3rem 3.5rem;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:1199px) {
	.modal.call-modal .modal-dialog {
		max-width: 49.5rem
	}
}

@media only screen and (orientation:landscape) and (min-width:768px) and (max-width:1023px) {
	.modal.call-modal .modal-dialog {
		height: 80vh;
		overflow-y: auto
	}
}

@media (max-width:991px) {
	.modal.call-modal .modal-dialog {
		max-width: 48.1rem
	}
}

@media (max-width:767px) {
	.modal.call-modal .modal-dialog {
		padding: 3rem 2rem;
		max-width: 42rem;
		height: 65vh;
		overflow-y: auto
	}
}

@media (max-width:480px) {
	.modal.call-modal .modal-dialog {
		max-width: 88%;
		height: 85vh
	}
}

.modal.call-modal .modal-dialog .close {
	position: absolute;
	z-index: 2;
	right: 1.5rem;
	top: 1.5rem;
	opacity: 1
}

.home-banner .banner-sider .owl-nav button:hover,
.modal.call-modal .modal-dialog .close:hover {
	opacity: .5
}

.modal.call-modal .modal-dialog .close i img {
	width: 1.8rem;
	height: 1.8rem
}

.modal.call-modal .modal-dialog h4 {
	color: #000;
	font-family: AvenirLight;
	letter-spacing: -.05rem;
	line-height: 4.8rem;
	text-align: center;
	margin-bottom: 1.5rem
}

@media (max-width:1199px) {
	.modal.call-modal .modal-dialog h4 {
		line-height: 3.8rem
	}
}

.modal.call-modal .modal-dialog p {
	color: #000;
	font-family: AvenirLight;
	font-size: 1.6rem;
	line-height: 2.8rem;
	text-align: center;
	margin-bottom: 2.5rem
}

.more-less-link,
.read-more {
	font-size: 1.8rem;
	font-family: AvenirMedium
}

.modal.call-modal .modal-dialog form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.modal.call-modal .modal-dialog form .form-group {
	width: 48.2%;
	margin-bottom: 1.2rem
}

.modal.call-modal .modal-dialog form .form-group.text-box {
	width: 100%;
	margin-bottom: 2rem
}

@media (max-width:767px) {
	.modal.call-modal .modal-dialog form .form-group {
		width: 100%
	}
	.modal.call-modal .modal-dialog form .form-group.text-box {
		margin-bottom: 1rem
	}
}

.modal.call-modal .modal-dialog form .action-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.modal.call-modal .modal-dialog form .action-block .action-inner {
	width: 48.2%
}

@media (max-width:767px) {
	.modal.call-modal .modal-dialog form .action-block .action-inner {
		width: 100%;
		margin-bottom: 1rem
	}
	.home-banner .banner-sider .img-wrapper {
		overflow: hidden
	}
}

.modal.call-modal .modal-dialog form .action-block .action-inner .secondary-button {
	width: 100%
}

.read-more {
	line-height: 2.8rem;
	color: #294a69;
	display: inline-block
}

.read-more:hover {
	color: #000
}

.read-more:hover.normal-img {
	display: none
}

.read-more:hover.hover-img {
	display: inline-block
}

.read-more.hover-img {
	display: none
}

.read-more i {
	margin-left: .5rem
}

.more-less-link {
	line-height: 2.2rem;
	color: #294a69;
	display: inline-block;
	position: relative;
	padding-right: 2rem
}

.home-banner .banner-sider .item .mobile-img,
.home-banner .banner-sider .owl-dots {
	display: none
}

.more-less-link:after {
	content: '';
	position: absolute;
	right: 0;
	background: url(../images/down-arrow-black.svg) no-repeat;
	background-size: 11px;
	width: 1.1rem;
	height: 1.1rem;
	top: .8rem
}

.more-less-link.content-display:after {
	top: .4rem;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.more-less-link:hover {
	color: #294a69
}

.home-banner {
	line-height: 0
}

.home-banner .banner-sider .img-wrapper {
	overflow: hidden
}

.home-banner .banner-sider .img-wrapper img {
	width: 100%
}

@media (max-width:767px) {
	.home-banner .banner-sider .img-wrapper img {
		width: auto;
		height: 52.8rem;
		object-fit: cover
	}
}

.home-banner .banner-sider .item .arrow-img {
	position: absolute;
	top: 0
}

@media (max-width:575px) {
	.home-banner .banner-sider .item .desktop-img {
		display: none
	}
	.home-banner .banner-sider .item .mobile-img {
		display: block;
		width: 100%
	}
}

.home-banner .banner-sider .item .caption-text {
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	max-width: 64rem;
	padding-left: 1.6rem;
	width: 100%
}

@media (max-width:1439px) {
	.home-banner .banner-sider .item .caption-text {
		padding-left: 0;
		left: 10%
	}
}

@media (max-width:1199px) {
	.home-banner .banner-sider .item .caption-text {
		max-width: 55rem;
		top: 53%
	}
}

@media (max-width:991px) {
	.home-banner .banner-sider .item .caption-text {
		max-width: 45rem
	}
}

@media (max-width:767px) {
	.home-banner .banner-sider .item .caption-text {
		top: 51%;
		padding: 0 1.5rem;
		left: 0;
		max-width: 44rem
	}
}

.peak-investment-block h1,
.peak-investment-block h4 {
	letter-spacing: -.05rem;
	max-width: 89rem;
	font-weight: 300
}

.home-banner .banner-sider .item .caption-text .primary-btn {
	display: inline-block;
	line-height: 2.8rem
}

.home-banner .banner-sider .item .caption-text h2 {
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 8.6rem;
	line-height: 8.2rem;
	margin-bottom: 5rem;
	color: #fff
}

@media (max-width:1199px) {
	.home-banner .banner-sider .item .caption-text h2 {
		font-size: 6.6rem;
		line-height: 7rem
	}
}

@media (max-width:991px) {
	.home-banner .banner-sider .item .caption-text h2 {
		margin-bottom: 3rem;
		font-size: 5.4rem;
		line-height: 5.6rem
	}
}

.home-banner .banner-sider .owl-nav button {
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: 47%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.investor-review-section .review-content .review-carousel .owl-nav .owl-next:hover,
.investor-review-section .review-content .review-carousel .owl-nav .owl-prev:hover,
.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-next:hover,
.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-prev:hover {
	opacity: .6
}

.home-banner .banner-sider .owl-nav button.owl-prev {
	left: 4.4rem;
	background: url(../images/left-arrow-white.svg) center no-repeat;
	background-size: 1.8rem
}

.home-banner .banner-sider .owl-nav button.owl-next {
	right: 4.4rem;
	background: url(../images/right-arrow-white.svg) center no-repeat;
	background-size: 1.8rem
}

.peak-investment-block {
	background-color: #eef3f6;
	padding: 5rem 0;
	text-align: center
}

@media (max-width:767px) {
	.home-banner .banner-sider .item .caption-text h2 {
		font-size: 4.8rem;
		line-height: 4.9rem
	}
	.home-banner .banner-sider .owl-nav {
		display: none
	}
	.peak-investment-block {
		padding-bottom: 5.3rem
	}
}

.peak-investment-block h1 {
	line-height: 4.8rem;
	color: #000;
	font-size: 4rem;
	margin: 0 auto 40px
}

@media (max-width:1439px) {
	.home-banner .banner-sider .owl-nav button.owl-prev {
		left: .5rem
	}
	.home-banner .banner-sider .owl-nav button.owl-next {
		right: .5rem
	}
	.peak-investment-block h1 {
		line-height: 4rem
	}
}

@media (max-width:1199px) {
	.peak-investment-block h1 {
		line-height: 3.8rem;
		font-size: 3.3rem
	}
}

@media (max-width:767px) {
	.peak-investment-block h1 {
		padding: 0 1.5rem;
		margin-bottom: 2.9rem
	}
}

.peak-investment-block h4 {
	line-height: 4.8rem;
	color: #000;
	font-size: 4rem;
	margin: 0 auto 40px
}

@media (max-width:1439px) {
	.peak-investment-block h4 {
		line-height: 4rem
	}
}

@media (max-width:1199px) {
	.peak-investment-block h4 {
		line-height: 3.8rem;
		font-size: 3.3rem
	}
}

@media (max-width:767px) {
	.peak-investment-block h4 {
		padding: 0 1.5rem;
		margin-bottom: 2.9rem
	}
}

.peak-investment-block .primary-btn {
	max-width: 22.4rem;
	display: inline-block;
	width: 100%;
	padding: 1.2rem
}

.peak-investment-block .more-content {
	margin-bottom: 5rem
}

@media (max-width:767px) {
	.peak-investment-block .more-content {
		padding: 0 1.5rem;
		margin-bottom: 3.5rem
	}
}

.peak-investment-block .more-content p {
	color: #000;
	font-family: AvenirLight;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: .8rem
}

.peak-investment-block .more-content p:last-child {
	margin-bottom: 0
}

@media (max-width:767px) {
	.peak-investment-block .more-content p {
		font-size: 1.6rem;
		line-height: 2.4rem
	}
}

.peak-investment-block .more-content h4 {
	margin: 40px auto
}

.peak-investment-block .more-content ul {
	list-style-type: disc;
	margin: 2rem 0 2rem 2rem;
	text-align: left
}

.peak-investment-block .more-content ul li {
	font-size: 1.8rem;
	line-height: 2.2rem
}

@media (max-width:767px) {
	.peak-investment-block .more-content ul li {
		font-size: 1.6rem;
		line-height: 2.4rem
	}
}

.peak-investment-block .wrapper-content p {
	color: #000;
	font-family: AvenirLight;
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-bottom: .8rem;
	max-width: 100%
}

@media (max-width:767px) {
	.peak-investment-block .wrapper-content p {
		font-size: 1.6rem;
		line-height: 2.4rem;
		padding: 0
	}
}

.peak-investment-block.read-more-btn .more-less-link {
	margin-top: 2rem
}

.peak-investment-block.read-more-btn .more-less-link.content-display {
	margin-top: 0
}

.financial-return-block {
	background: url(../images/bg.jpg) center no-repeat;
	background-size: cover;
	position: relative
}

.financial-return-block:after {
	background-color: rgba(41, 74, 105, .9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	height: 100%;
	width: 100%
}

.financial-return-block .clients-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 8.2rem;
	padding-bottom: 6.4rem
}

@media (max-width:1199px) {
	.financial-return-block .clients-block {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

@media (max-width:991px) {
	.financial-return-block .clients-block {
		padding-top: 4rem;
		padding-bottom: 3rem
	}
}

@media (max-width:767px) {
	.financial-return-block .clients-block {
		padding-top: 3rem;
		padding-bottom: 2rem
	}
}

.financial-return-block .clients-block .left-financial-content {
	width: 47.5%;
	z-index: 2
}

@media (max-width:991px) {
	.financial-return-block .clients-block .left-financial-content {
		width: 100%;
		padding-top: 0;
		margin-bottom: 2rem
	}
	.financial-return-block .clients-block .left-financial-content h2 {
		text-align: center
	}
}

.financial-return-block .clients-block .left-financial-content h2 {
	color: #fff;
	letter-spacing: -.1rem;
	font-family: AvenirLight;
	font-weight: 300;
	padding: 0 1rem
}

@media (max-width:767px) {
	.financial-return-block .clients-block .left-financial-content {
		margin-bottom: 3rem
	}
	.financial-return-block .clients-block .left-financial-content h2 {
		padding: 0 2rem
	}
}

.financial-return-block .clients-block .financial-measure {
	width: 52.5%;
	z-index: 2
}

.financial-return-block .clients-block .financial-measure ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.5rem
}

@media (max-width:991px) {
	.financial-return-block .clients-block .financial-measure {
		width: 100%
	}
	.financial-return-block .clients-block .financial-measure ul li {
		justify-content: center;
		margin-bottom: 2rem
	}
}

.financial-return-block .clients-block .financial-measure ul li .measure-circle h5 {
	color: #fff;
	letter-spacing: -.041rem;
	font-family: AvenirHeavy;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.financial-return-block .clients-block .financial-measure ul li .lines {
	padding-left: 1rem;
	width: 1.2rem;
	height: .2rem;
	background-color: #83b1d1;
	display: inline-block;
	margin-left: .8rem
}

@media (max-width:767px) {
	.financial-return-block .clients-block .financial-measure ul li {
		margin-bottom: 1.2rem
	}
	.financial-return-block .clients-block .financial-measure ul li .lines {
		width: .9rem;
		margin-left: .7rem
	}
}

.financial-return-block .clients-block .financial-measure ul li h6 {
	color: #fff;
	letter-spacing: .1rem;
	padding-left: 1.2rem;
	font-family: AvenirLight;
	font-weight: 300;
	text-transform: uppercase;
	width: 73.5%
}

@media (max-width:1199px) {
	.financial-return-block .clients-block .financial-measure ul li h6 {
		width: 68%
	}
}

@media (max-width:991px) {
	.financial-return-block .clients-block .financial-measure ul li h6 {
		width: 46%
	}
}

.invest-wrapper {
	position: relative
}

.invest-wrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 26%;
	background-color: #fbfbfb;
	-moz-transform: skew(0deg, 6deg);
	-webkit-transform: skew(0deg, 6deg);
	-o-transform: skew(0deg, 6deg);
	-ms-transform: skew(0deg, 6deg);
	transform: skew(0deg, 6deg);
	bottom: -14rem;
	right: 0;
	left: 0;
	z-index: 2
}

@media (max-width:1439px) {
	.invest-wrapper:after {
		bottom: -8rem
	}
}

@media (max-width:1199px) {
	.invest-wrapper:after {
		bottom: -14rem
	}
}

.invest-wrapper .invest-section {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%
}

.invest-wrapper .invest-section h3 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	letter-spacing: -.1rem;
	margin-bottom: 2.4rem
}

@media (max-width:1439px) {
	.invest-wrapper .invest-section h3 {
		margin-bottom: 1.5rem
	}
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section h3 {
		margin-bottom: 1rem
	}
}

@media (max-width:767px) {
	.invest-wrapper:after {
		bottom: -80px
	}
	.invest-wrapper .invest-section h3 {
		margin-bottom: 1.8rem
	}
}

.invest-wrapper .invest-section p {
	color: #000;
	font-family: Avenir-Book;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin-bottom: 1.5rem
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section p {
		font-size: 1.6rem;
		line-height: 2.2rem
	}
}

@media (max-width:1023px) {
	.invest-wrapper .invest-section p {
		font-size: 1.5rem;
		line-height: 2.1rem
	}
}

@media (max-width:991px) {
	.invest-wrapper:after {
		height: 6%
	}
	.invest-wrapper .invest-section p {
		font-size: 1.7rem;
		line-height: 2.6rem
	}
}

.invest-wrapper .invest-section img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.invest-wrapper .invest-section i {
	display: inline-block;
	height: 100%
}

.invest-wrapper .invest-section .why-invest-section {
	display: flex;
	position: relative;
	background-color: #eef3f6;
	flex-wrap: wrap
}

.invest-wrapper .invest-section .why-invest-section .why-invest-block {
	width: 50.6%;
	position: relative;
	z-index: 3;
	padding: 0 0 3.6rem;
	overflow: hidden
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block {
		width: 100%;
		overflow: visible;
		padding: 0
	}
}

.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content {
	overflow: hidden;
	z-index: 2;
	position: relative;
	padding: 10.2rem 10.3rem;
	margin: 0 0 10.3rem
}

@media (max-width:1439px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 6rem 7rem;
		margin: 0 0 9rem
	}
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 10% 3rem 3rem
	}
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 5rem 4rem 2rem;
		margin: 0 0 5rem
	}
}

@media (max-width:767px) {
	.invest-wrapper .invest-section p {
		font-size: 1.8rem;
		line-height: 2.8rem
	}
	.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content {
		padding: 2.5rem 2rem 0;
		margin: 0 0 5rem
	}
}

.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content h3 {
	padding-right: 2.5rem
}

.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 103px;
	background-color: #eef3f6;
	-moz-transform: skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
	-o-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
	bottom: 127px;
	z-index: 1
}

@media (max-width:1439px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block .why-invest-content h3 {
		padding-right: 0
	}
	.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
		bottom: 19.5%
	}
}

@media (max-width:1320px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
		bottom: 19.8%
	}
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
		bottom: 12%
	}
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
		bottom: -56px;
		z-index: 2
	}
}

@media (max-width:767px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
		bottom: -65px
	}
}

@media (max-width:575px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-block:after {
		bottom: -25px;
		height: 53px
	}
}

.invest-wrapper .invest-section .why-invest-section .why-invest-img {
	width: 49.4%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:374px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-img {
		height: 322px
	}
}

.invest-wrapper .invest-section .why-invest-section .why-invest-img i {
	width: 100%;
	overflow: hidden
}

.invest-wrapper .invest-section .secure-invest-section {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	top: -154px;
	background-color: #eef3f6
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section .secure-invest-section {
		top: -133px
	}
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .why-invest-section .why-invest-img {
		width: 100%;
		padding-bottom: 100%
	}
	.invest-wrapper .invest-section .secure-invest-section {
		flex-direction: column-reverse;
		top: 0
	}
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-block {
	width: 49.4%;
	position: relative;
	top: 154px;
	background-color: #eef3f6;
	z-index: 1;
	padding: 0 0 13rem
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block {
		top: 184px
	}
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block {
		width: 100%;
		top: 0;
		padding: 0
	}
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
	padding: 2.6rem 8.4rem 5rem 7.5rem;
	margin: 0 0 7.5rem;
	overflow: hidden
}

@media (max-width:1439px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding: 3.6rem 3rem
	}
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding: 0 2rem 7rem
	}
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding: 1.5rem 4rem;
		margin: 0 0 1.5rem;
		position: relative;
		z-index: 3
	}
}

@media (max-width:767px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content {
		padding: 0 1.6rem 2.6rem
	}
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:before {
		top: -62px
	}
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content h3 {
	padding-right: 6rem
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #eef3f6;
	-moz-transform: skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
	-o-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
	top: -62px;
	right: 0;
	left: 0;
	z-index: 2
}

@media (max-width:1199px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:before {
		height: 40px
	}
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:after {
	display: none
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:before {
		height: 110px
	}
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:after {
		display: block;
		content: '';
		position: absolute;
		width: 100%;
		height: 100px;
		background-color: #eef3f6;
		-o-clip-path: polygon(0 30%, 100% 99%, 100% 100%, 100% 10%);
		-ms-clip-path: polygon(0 30%, 100% 99%, 100% 100%, 100% 10%);
		-moz-clip-path: polygon(0 30%, 100% 99%, 100% 100%, 100% 10%);
		-webkit-clip-path: polygon(0 30%, 100% 99%, 100% 100%, 100% 10%);
		clip-path: polygon(0 30%, 100% 99%, 100% 100%, 100% 10%);
		bottom: 85px;
		z-index: 1
	}
}

.portfolio-section,
.portfolio-section .portfolio-content {
	position: relative;
	background-color: #fbfbfb
}

@media (max-width:991px) and (max-width:991px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:after {
		bottom: -70px;
		z-index: 2
	}
}

@media (max-width:991px) and (max-width:767px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block:after {
		bottom: -60px;
		height: 66px;
		-o-clip-path: polygon(-18% 2%, 100% 100%, 100% 100%, 100% 0);
		-ms-clip-path: polygon(-18% 2%, 100% 100%, 100% 100%, 100% 0);
		-moz-clip-path: polygon(-18% 2%, 100% 100%, 100% 100%, 100% 0);
		-webkit-clip-path: polygon(-18% 2%, 100% 100%, 100% 100%, 100% 0);
		clip-path: polygon(-18% 2%, 100% 100%, 100% 100%, 100% 0)
	}
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-img {
	width: 50.6%;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:991px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-img {
		width: 100%;
		padding-bottom: 100%
	}
}

@media (max-width:374px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-img {
		height: 322px
	}
}

.invest-wrapper .invest-section .secure-invest-section .secure-invest-img i {
	width: 100%;
	overflow: hidden
}

.portfolio-section .portfolio-content {
	text-align: center;
	top: -97px;
	z-index: 3;
	padding: 0
}

@media (max-width:1439px) {
	.invest-wrapper .invest-section .secure-invest-section .secure-invest-block .secure-invest-content h3 {
		padding-right: 0
	}
	.portfolio-section .portfolio-content {
		top: -125px
	}
}

@media (max-width:1199px) {
	.portfolio-section .portfolio-content {
		top: -85px
	}
}

@media (max-width:991px) {
	.portfolio-section .portfolio-content {
		top: 0;
		padding: 5rem 0 3rem
	}
}

.portfolio-section .portfolio-content h3 {
	font-family: AvenirLight;
	color: #000;
	letter-spacing: -.1rem;
	text-align: center;
	margin-bottom: 2.5rem
}

@media (max-width:1439px) {
	.portfolio-section .portfolio-content h3 {
		margin-bottom: 2rem
	}
}

@media (max-width:1199px) {
	.portfolio-section .portfolio-content h3 {
		margin-bottom: 1rem
	}
}

@media (max-width:767px) {
	.portfolio-section .portfolio-content {
		top: 0;
		padding-bottom: 3rem
	}
	.portfolio-section .portfolio-content h3 {
		margin-bottom: 4rem
	}
}

.portfolio-section .portfolio-content h5 {
	font-size: 3.2rem;
	line-height: 3.8rem
}

.portfolio-section .portfolio-content p {
	font-family: Avenir-Book;
	font-size: 1.8rem;
	color: #000;
	letter-spacing: 0;
	text-align: center;
	line-height: 2.8rem;
	max-width: 50rem;
	margin: 0 auto 6.3rem;
	width: 100%
}

@media (max-width:1439px) {
	.portfolio-section .portfolio-content p {
		font-size: 1.7rem;
		margin-bottom: 5rem
	}
}

@media (max-width:1199px) {
	.portfolio-section .portfolio-content p {
		font-size: 1.7rem;
		margin-bottom: 4rem;
		line-height: 2.4rem
	}
}

@media (max-width:991px) {
	.portfolio-section .portfolio-content p {
		margin-bottom: 3rem
	}
}

@media (max-width:767px) {
	.portfolio-section .portfolio-content p {
		font-size: 1.8rem;
		line-height: 2.8rem;
		margin-bottom: 3rem;
		padding: 0 3.5rem;
		text-align: center
	}
	.portfolio-section .portfolio-content .portfolio-carousel {
		margin-bottom: 1.9rem
	}
}

.portfolio-section .portfolio-content .portfolio-carousel .owl-dots {
	display: block;
	text-align: center;
	padding: 4.7rem 1.5rem 2.5rem
}

@media (max-width:1439px) {
	.portfolio-section .portfolio-content .portfolio-carousel .owl-dots {
		padding: 3rem 1.5rem 2.5rem
	}
}

@media (max-width:991px) {
	.portfolio-section .portfolio-content .portfolio-carousel .owl-dots {
		padding: 2rem 1.5rem
	}
}

@media (max-width:767px) {
	.portfolio-section .portfolio-content .portfolio-carousel .owl-dots {
		padding: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 26px
	}
}

.portfolio-section .portfolio-content .portfolio-carousel .owl-dots .owl-dot {
	background-color: #b9b9b9;
	width: .6rem;
	height: .6rem;
	border-radius: 100%;
	margin: 0 .4rem;
	display: inline-block
}

.portfolio-section .portfolio-content .portfolio-carousel .owl-dots .owl-dot.active,
.portfolio-section .portfolio-content .portfolio-carousel .owl-dots .owl-dot:hover {
	background-color: #000
}

.portfolio-section .portfolio-content .portfolio-carousel .owl-nav {
	display: block
}

.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-prev {
	background-image: url(../images/left-arrow-black.svg);
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 3.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -7.5rem
}

@media (max-width:767px) {
	.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-prev {
		top: 62.5%
	}
}

.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-next {
	background-image: url(../images/right-arrow-black.svg);
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 3.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -7.6rem
}

.portfolio-section .portfolio-content .primary-btn {
	max-width: 22.4rem;
	border-radius: 3.6rem;
	display: inline-block;
	width: 100%;
	padding: 1.2rem
}

.portfolio-details {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width:1439px) {
	.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-prev {
		left: 0
	}
	.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-next {
		right: 0
	}
	.portfolio-details {
		padding: 0 30px!important
	}
}

@media (max-width:1199px) {
	.portfolio-details {
		background-color: #fff;
		align-items: center
	}
}

.portfolio-details i {
	width: 50%
}

@media (max-width:767px) {
	.portfolio-section .portfolio-content .portfolio-carousel .owl-nav .owl-next {
		top: 62.5%
	}
	.portfolio-details {
		flex-wrap: wrap;
		padding: 0 5px!important
	}
	.portfolio-details i {
		width: 100%
	}
}

.portfolio-details .carousel-content {
	width: 50%;
	padding: 43px 60px 40px 80px!important;
	background-color: #fff;
	overflow: hidden
}

@media (max-width:1439px) {
	.portfolio-details .carousel-content {
		padding: 40px 50px!important
	}
}

@media (max-width:1199px) {
	.portfolio-details .carousel-content {
		padding: 30px!important
	}
}

@media (max-width:991px) {
	.portfolio-details .carousel-content {
		padding: 20px 19px!important
	}
}

@media (max-width:767px) {
	.portfolio-details .carousel-content {
		width: 100%;
		padding: 74px 5px 40px!important;
		text-align: center
	}
}

.portfolio-details .carousel-content span {
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.8rem;
	color: #000;
	letter-spacing: .48rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	margin-bottom: 3.4rem;
	display: block;
	text-align: left
}

@media (max-width:1439px) {
	.portfolio-details .carousel-content span {
		margin-bottom: 3rem
	}
}

@media (max-width:1199px) {
	.portfolio-details .carousel-content span {
		margin-bottom: 2.5rem;
		font-size: 1.6rem;
		line-height: 1.9rem
	}
}

@media (max-width:991px) {
	.portfolio-details .carousel-content span {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
		line-height: 1.9rem
	}
}

@media (max-width:767px) {
	.portfolio-details .carousel-content span {
		font-size: 1.4rem;
		letter-spacing: .36rem;
		text-align: center
	}
}

.portfolio-details .carousel-content h5 {
	font-family: AvenirLight;
	font-weight: 300;
	color: #000;
	letter-spacing: -.04rem;
	margin-bottom: 3.4rem;
	padding-right: 10rem;
	text-align: left;
	font-size: 2.8rem;
	line-height: 3.4rem
}

@media (max-width:1439px) {
	.portfolio-details .carousel-content h5 {
		margin-bottom: 3rem
	}
}

@media (max-width:1199px) {
	.portfolio-details .carousel-content h5 {
		margin-bottom: 2rem;
		padding-right: 0
	}
}

@media (max-width:991px) {
	.portfolio-details .carousel-content h5 {
		font-size: 2.7rem;
		line-height: 3.2rem
	}
}

@media (max-width:767px) {
	.portfolio-details .carousel-content h5 {
		text-align: center;
		margin-bottom: 1.8rem;
		font-size: 2.6rem;
		line-height: 3.2rem
	}
}

.portfolio-details .carousel-content p {
	font-family: Avenir-Book;
	font-weight: 300;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	text-align: left
}

@media (max-width:1199px) {
	.portfolio-details .carousel-content p {
		margin-bottom: 2rem
	}
}

.portfolio-details .carousel-content ul {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.portfolio-details .carousel-content p {
		text-align: center;
		padding: 0 3rem;
		margin-bottom: 2.2rem
	}
	.portfolio-details .carousel-content ul {
		flex-wrap: wrap
	}
	.portfolio-details .carousel-content ul li {
		margin-bottom: 2.6rem
	}
}

.portfolio-details .carousel-content ul li {
	text-align: left
}

.portfolio-details .carousel-content ul li:first-child {
	width: 40%
}

@media (max-width:480px) {
	.portfolio-details .carousel-content ul li:first-child {
		width: 100%
	}
}

.portfolio-details .carousel-content ul li:last-child {
	width: 60%
}

@media (max-width:480px) {
	.portfolio-details .carousel-content ul li:last-child {
		width: 100%
	}
}

.portfolio-details .carousel-content ul li p {
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	margin-bottom: 1rem
}

.portfolio-details .carousel-content ul li h5 {
	font-family: AvenirLight;
	font-weight: 300;
	color: #000;
	letter-spacing: -.04rem;
	margin: 0;
	padding: 0
}

.portfolio-details .carousel-content ul li em {
	font-style: normal;
	font-family: Avenir-Book;
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0;
	line-height: 2rem
}

.team-section .team-block .peak-para,
.team-section .team-block h3 {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	text-align: center
}

.team-section {
	position: relative
}

.team-section.team-page-section {
	padding: 2rem 0
}

.team-section img {
	max-width: 100%;
	width: 100%
}

.team-section .team-block {
	padding-top: 4rem;
	padding-bottom: 7.5rem
}

@media (max-width:1439px) {
	.team-section .team-block {
		padding-bottom: 6rem
	}
}

@media (max-width:1199px) {
	.team-section .team-block {
		padding-top: 3rem;
		padding-bottom: 4rem
	}
}

@media (max-width:991px) {
	.team-section .team-block {
		padding-bottom: 3rem
	}
}

@media (max-width:767px) {
	.portfolio-details .carousel-content ul li h5,
	.portfolio-details .carousel-content ul li p {
		text-align: center
	}
	.portfolio-details .carousel-content ul li em {
		text-align: center;
		display: block
	}
	.team-section .team-block {
		padding-top: 8.2rem;
		padding-bottom: 2rem
	}
}

.team-section .team-block .primary-btn {
	display: none;
	max-width: 22.4rem;
	width: 100%;
	padding: 1.2rem;
	margin: 0 auto
}

.team-section .team-block h3 {
	letter-spacing: -.1rem;
	margin-bottom: 2.7rem
}

@media (max-width:1439px) {
	.team-section .team-block h3 {
		margin-bottom: 2.5rem
	}
}

@media (max-width:1199px) {
	.team-section .team-block h3 {
		margin-bottom: 1.5rem
	}
}

@media (max-width:767px) {
	.team-section .team-block .primary-btn {
		display: block
	}
	.team-section .team-block h3 {
		margin-bottom: 3rem
	}
	.team-section .team-block .peak-para {
		padding: 0 3.2rem
	}
}

.team-section .team-block .peak-para {
	font-size: 1.8rem;
	line-height: 2.8rem;
	letter-spacing: 0;
	max-width: 49rem;
	margin: 0 auto;
	width: 100%
}

.team-section .team-block .team-carousel {
	display: flex;
	justify-content: center;
	transition: all .75s;
	margin-top: 6.6rem
}

@media (max-width:1439px) {
	.team-section .team-block .team-carousel {
		margin-top: 5rem
	}
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel {
		margin-top: 3rem
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel {
		margin-top: 2.5rem
	}
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .owl-nav .owl-next:hover,
	.team-section .team-block .team-carousel .owl-nav .owl-prev:hover {
		opacity: .6
	}
	.team-section .team-block .team-carousel {
		margin-top: 3.1rem;
		margin-bottom: 2.6rem
	}
	.team-section .team-block .team-carousel .owl-nav {
		display: block
	}
	.team-section .team-block .team-carousel .owl-nav .owl-prev {
		background-image: url(../images/left-arrow-black.svg);
		background-repeat: no-repeat;
		width: 1.8rem;
		height: 3.4rem;
		position: absolute;
		top: 50%;
		left: -1.5rem;
		transform: translateY(-50%)
	}
	.team-section .team-block .team-carousel .owl-nav .owl-next {
		background-image: url(../images/right-arrow-black.svg);
		background-repeat: no-repeat;
		width: 1.8rem;
		height: 3.4rem;
		position: absolute;
		top: 50%;
		right: -1.5rem;
		transform: translateY(-50%)
	}
}

.team-section .team-block .team-carousel .item {
	padding-right: 1.5rem;
	margin-bottom: 1rem;
	text-align: center
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .item {
		padding: 0 .8rem
	}
}

.team-section .team-block .team-carousel .item:last-child {
	padding-right: 0
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .item:last-child {
		padding-right: .8rem
	}
	.team-section .team-block .team-carousel .item:hover .team-detail-hover {
		opacity: 0;
		visibility: hidden
	}
	.team-section .team-block .team-carousel .item:hover a:after {
		display: none
	}
	.team-section .team-block .team-carousel .item a {
		height: auto
	}
}

.team-section .team-block .team-carousel .item a {
	display: inline-block;
	position: relative;
	width: 100%
}

.team-section .team-block .team-carousel .item a i {
	display: inline-block;
	width: 100%;
	height: 100%
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .item a i {
		height: auto
	}
}

.team-section .team-block .team-carousel .item a i img {
	height: 100%
}

.team-section .team-block .team-carousel .item a span {
	color: #fff;
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.1rem;
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	text-transform: uppercase
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .item a span {
		font-size: 1.5rem;
		left: .8rem
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel .item a span {
		font-size: 1.4rem;
		left: .4rem
	}
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .item a i img {
		height: auto
	}
	.team-section .team-block .team-carousel .item a span {
		font-size: 1.9rem;
		left: 1.7rem;
		line-height: 2.6rem
	}
}

.team-section .team-block .team-carousel .item a:after {
	content: "";
	display: none;
	border-top: 70px solid #afcde2;
	position: absolute;
	bottom: -7rem;
	border-right: 70px solid transparent;
	border-left: 70px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .item a:after {
		border-top: 60px solid #afcde2;
		border-right: 60px solid transparent;
		border-left: 60px solid transparent;
		bottom: -5.9rem
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel .item a:after {
		border-top: 45px solid #afcde2;
		border-right: 45px solid transparent;
		border-left: 45px solid transparent;
		bottom: -4.5rem
	}
}

.team-section .team-block .team-carousel .item a:before {
	content: '';
	height: .6rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #afcde2
}

.team-section .team-block .team-carousel .item.current a:after {
	display: block
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .item.current .team-detail-hover {
		visibility: visible;
		opacity: 1;
		position: static;
		display: block!important
	}
}

.team-section .team-block .team-carousel .team-detail-hover {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	padding: 0
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail {
	background-color: #fff;
	padding: 10rem 7rem 0
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail {
		padding: 8rem 5rem 4rem
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail {
		padding: 6rem 4rem 3rem
	}
}

@media (max-width:767px) {
	.team-section .team-block .team-carousel .team-detail-hover {
		display: block;
		visibility: hidden;
		opacity: 0
	}
	.team-section .team-block .team-carousel .team-detail-hover .team-detail {
		position: relative;
		padding: 6rem 1.5rem 3rem
	}
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .close-icon {
		display: block
	}
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail .close-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 3
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail .close-icon:after,
.team-section .team-block .team-carousel .team-detail-hover .team-detail .close-icon:before {
	display: none
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name {
	margin-bottom: 3rem;
	text-align: left
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name {
		margin-bottom: 2rem
	}
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name span {
	color: #000;
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: .014rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	text-align: left
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name span {
		font-size: 2rem
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name {
		margin-bottom: 1.5rem
	}
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name span {
		font-size: 1.8rem
	}
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name em {
	color: #000;
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: .014rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	font-style: normal;
	text-align: left
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name em {
		font-size: 2rem
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail .founder-name em {
		font-size: 1.8rem
	}
}

.team-section .team-block .team-carousel .team-detail-hover .team-detail p {
	color: #000;
	text-align: left;
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	margin-bottom: 2.5rem
}

@media (max-width:1199px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail p {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 2rem
	}
}

.property-block {
	background: url(../images/property.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center
}

.property-block:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(41, 74, 105, .95)
}

.property-block .property-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 2;
	position: relative;
	padding: 10rem 0
}

@media (max-width:1439px) {
	.property-block .property-inner {
		padding: 7rem 3rem
	}
}

@media (max-width:1199px) {
	.property-block .property-inner {
		padding: 5.5rem 1.5rem 7rem
	}
}

.property-block .property-inner .property-left {
	width: 52%
}

@media (max-width:1439px) {
	.property-block .property-inner .property-left {
		width: 48%
	}
}

@media (max-width:1199px) {
	.property-block .property-inner .property-left {
		width: 46%
	}
}

@media (max-width:991px) {
	.team-section .team-block .team-carousel .team-detail-hover .team-detail p {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1rem
	}
	.property-block .property-inner {
		padding: 3rem 1.5rem 5rem
	}
	.property-block .property-inner .property-left {
		width: 40%
	}
}

@media (max-width:767px) {
	.property-block .property-inner {
		padding: 4rem 0 6.3rem
	}
	.property-block .property-inner .property-left {
		width: 100%;
		padding: 0 2rem;
		margin-bottom: 1.7rem
	}
}

.property-block .property-inner .property-left h2 {
	color: #fff;
	letter-spacing: -.129rem;
	margin-bottom: 4rem;
	font-family: AvenirLight;
	font-weight: 300
}

@media (max-width:1199px) {
	.property-block .property-inner .property-left h2 {
		margin-bottom: 3.5rem
	}
}

.property-block .property-inner .property-left .primary-btn {
	width: 100%;
	border-radius: 3.6rem;
	max-width: 518px;
	display: inline-block;
	line-height: 2.8rem
}

.property-block .property-inner .property-right {
	width: 40%
}

@media (max-width:1439px) {
	.property-block .property-inner .property-right {
		width: 43%
	}
}

@media (max-width:1199px) {
	.property-block .property-inner .property-right {
		width: 49%
	}
}

.property-block .property-inner .property-right .accodion-wrapper li {
	position: relative
}

.property-block .property-inner .property-right .accodion-wrapper li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 2px solid #fff;
	padding: 1.8rem 0
}

@media (max-width:991px) {
	.property-block .property-inner .property-right {
		width: 56%
	}
	.property-block .property-inner .property-right .accodion-wrapper li a {
		justify-content: space-between
	}
}

@media (max-width:767px) {
	.property-block .property-inner .property-left h2 {
		text-align: center;
		margin-bottom: 3.9rem
	}
	.property-block .property-inner .property-right {
		width: 100%
	}
	.property-block .property-inner .property-right .accodion-wrapper li a {
		padding-bottom: 1.4rem
	}
}

.property-block .property-inner .property-right .accodion-wrapper li a label {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-family: AvenirMedium;
	font-weight: 500;
	color: #fff;
	width: 81%;
	margin: 0
}

@media (max-width:1199px) {
	.property-block .property-inner .property-right .accodion-wrapper li a label {
		font-size: 1.6rem;
		line-height: 2rem
	}
}

@media (max-width:991px) {
	.property-block .property-inner .property-right .accodion-wrapper li a label {
		font-size: 1.5rem;
		line-height: 2rem;
		width: 75%
	}
}

@media (max-width:767px) {
	.property-block .property-inner .property-right .accodion-wrapper li a label {
		font-size: 1.8rem;
		line-height: 2.2rem;
		width: 86%
	}
}

@media (max-width:575px) {
	.property-block .property-inner .property-right .accodion-wrapper li a label {
		width: 84%
	}
}

@media (max-width:480px) {
	.property-block .property-inner .property-right .accodion-wrapper li a label {
		width: 79%
	}
}

@media (max-width:374px) {
	.property-block .property-inner .property-right .accodion-wrapper li a label {
		width: 75%
	}
}

.property-block .property-inner .property-right .accodion-wrapper li a .left-icon {
	width: 4rem;
	height: 4rem;
	display: inline-block;
	margin: 0 1.5rem 0 1rem
}

.property-block .property-inner .property-right .accodion-wrapper li a .left-icon img {
	width: 100%;
	height: 100%
}

.property-block .property-inner .property-right .accodion-wrapper li a .right-arrow {
	width: 2.1rem;
	height: 2.1rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.property-block .property-inner .property-right .accodion-wrapper li a .right-arrow img {
	width: 1.2rem;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.property-block .property-inner .property-right .accodion-wrapper li .accodion-content {
	display: none;
	position: absolute;
	padding: 2rem 5.5rem 4rem;
	background-color: rgba(41, 74, 105, .95);
	min-height: 153px;
	left: 0;
	right: 0;
	z-index: 1
}

@media (max-width:1199px) {
	.property-block .property-inner .property-right .accodion-wrapper li .accodion-content {
		padding: 2rem 4.5rem 2.5rem;
		min-height: auto
	}
}

.property-block .property-inner .property-right .accodion-wrapper li .accodion-content p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: .01rem;
	font-family: AvenirLight;
	color: #fff
}

@media (max-width:991px) {
	.property-block .property-inner .property-right .accodion-wrapper li a .left-icon {
		margin: 0 1rem
	}
	.property-block .property-inner .property-right .accodion-wrapper li .accodion-content {
		padding: 2rem 3.5rem 2.5rem
	}
	.property-block .property-inner .property-right .accodion-wrapper li .accodion-content p {
		font-size: 1.5rem;
		line-height: 2.2rem
	}
}

.property-block .property-inner .property-right .accodion-wrapper li.open .right-arrow img {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.investor-review-section {
	text-align: center
}

.investor-review-section .review-content {
	padding-top: 6.5rem;
	padding-bottom: 3rem
}

@media (max-width:1439px) {
	.investor-review-section .review-content {
		padding-top: 4.5rem
	}
}

@media (max-width:1199px) {
	.investor-review-section .review-content {
		padding-top: 3.5rem;
		padding-bottom: 2.5rem
	}
}

@media (max-width:991px) {
	.investor-review-section .review-content {
		padding-top: 2.5rem
	}
}

@media (max-width:767px) {
	.property-block .property-inner .property-right .accodion-wrapper li a .left-icon {
		margin: 0 1.1rem 0 0
	}
	.investor-review-section .review-content {
		padding-top: 3.4rem
	}
}

.investor-review-section .review-content h4 {
	font-family: AvenirLight;
	font-weight: 300;
	color: #000;
	letter-spacing: -.05rem;
	text-align: center;
	line-height: 4.8rem;
	margin-bottom: 7.4rem
}

@media (max-width:1439px) {
	.investor-review-section .review-content h4 {
		line-height: 4rem;
		margin-bottom: 4rem
	}
}

@media (max-width:1199px) {
	.investor-review-section .review-content h4 {
		line-height: 3.5rem
	}
}

@media (max-width:991px) {
	.investor-review-section .review-content h4 {
		line-height: 3.2rem
	}
}

@media (max-width:767px) {
	.investor-review-section .review-content h4 {
		line-height: 3.8rem;
		padding: 0 1rem;
		margin-bottom: 3.2rem
	}
}

.investor-review-section .review-content .primary-btn {
	max-width: 22.4rem;
	border-radius: 3.6rem;
	display: inline-block;
	width: 100%;
	padding: 1.2rem
}

.investor-review-section .review-content .review-carousel .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3rem;
	flex-wrap: wrap
}

.investor-review-section .review-content .review-carousel .item i {
	display: inline-block;
	width: 50%
}

@media (max-width:767px) {
	.investor-review-section .review-content .review-carousel .item {
		padding: 0 1.5rem
	}
	.investor-review-section .review-content .review-carousel .item i {
		width: 100%;
		margin-bottom: 2.9rem
	}
}

.investor-review-section .review-content .review-carousel .item .review-details {
	width: 50%;
	padding: 1.5rem 4rem 1.5rem 10.9rem
}

@media (max-width:1439px) {
	.investor-review-section .review-content .review-carousel .item .review-details {
		padding: 1.5rem 4rem
	}
}

@media (max-width:1199px) {
	.investor-review-section .review-content .review-carousel .item .review-details {
		padding: 1.5rem 3rem
	}
}

.investor-review-section .review-content .review-carousel .item .review-details p {
	font-family: AvenirMedium;
	font-weight: 500;
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 3.2rem;
	margin-bottom: 3rem
}

@media (max-width:1439px) {
	.investor-review-section .review-content .review-carousel .item .review-details p {
		font-size: 2.3rem;
		line-height: 3rem;
		margin-bottom: 2.5rem
	}
}

@media (max-width:1199px) {
	.investor-review-section .review-content .review-carousel .item .review-details p {
		font-size: 2.2rem;
		line-height: 2.8rem;
		margin-bottom: 2rem
	}
}

@media (max-width:991px) {
	.investor-review-section .review-content .review-carousel .item .review-details {
		padding: 1.5rem 2rem
	}
	.investor-review-section .review-content .review-carousel .item .review-details p {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: 1.5rem
	}
}

@media (max-width:767px) {
	.investor-review-section .review-content .review-carousel .item .review-details {
		width: 100%;
		padding: 0;
		text-align: center
	}
	.investor-review-section .review-content .review-carousel .item .review-details p {
		text-align: center;
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-bottom: 2rem
	}
}

.investor-review-section .review-content .review-carousel .item .review-details span {
	font-family: AvenirMedium;
	font-weight: 500;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: .01rem;
	line-height: 2.4rem;
	padding-right: .5rem
}

@media (max-width:991px) {
	.investor-review-section .review-content .review-carousel .item .review-details span {
		font-size: 1.5rem;
		line-height: 2rem
	}
}

@media (max-width:767px) {
	.investor-review-section .review-content .review-carousel .item .review-details span {
		font-size: 1.6rem;
		line-height: 2.4rem
	}
}

.investor-review-section .review-content .review-carousel .item .review-details a {
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 1.6rem;
	color: #83b1d1;
	letter-spacing: .01rem;
	line-height: 2.4rem
}

.investor-review-section .review-content .review-carousel .item .review-details a:hover {
	color: #314f6f
}

@media (max-width:991px) {
	.investor-review-section .review-content .review-carousel .item .review-details a {
		font-size: 1.5rem;
		line-height: 2rem
	}
}

.investor-review-section .review-content .review-carousel .owl-nav {
	display: block
}

@media (max-width:767px) {
	.investor-review-section .review-content .review-carousel .item .review-details a {
		font-size: 1.6rem;
		line-height: 2.4rem
	}
	.investor-review-section .review-content .review-carousel .owl-nav {
		display: none
	}
}

.investor-review-section .review-content .review-carousel .owl-nav .owl-prev {
	background-image: url(../images/left-arrow-black.svg);
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 3.4rem;
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	left: -7.5rem
}

.investor-review-section .review-content .review-carousel .owl-nav .owl-next {
	background-image: url(../images/right-arrow-black.svg);
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 3.4rem;
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	right: -7.6rem
}

.investor-review-section .review-content .review-carousel .owl-dots {
	display: block;
	text-align: center;
	padding: 4rem 1.5rem 2.5rem
}

@media (max-width:1439px) {
	.investor-review-section .review-content .review-carousel .owl-nav .owl-prev {
		left: 0
	}
	.investor-review-section .review-content .review-carousel .owl-nav .owl-next {
		right: 0
	}
	.investor-review-section .review-content .review-carousel .owl-dots {
		padding: 2.5rem 1.5rem
	}
}

@media (max-width:1199px) {
	.investor-review-section .review-content .review-carousel .owl-dots {
		padding: 1.5rem
	}
}

.investor-review-section .review-content .review-carousel .owl-dots .owl-dot {
	background-color: #b9b9b9;
	width: .6rem;
	height: .6rem;
	border-radius: 100%;
	margin: 0 .4rem;
	display: inline-block
}

.investor-review-section .review-content .review-carousel .owl-dots .owl-dot.active,
.investor-review-section .review-content .review-carousel .owl-dots .owl-dot:hover {
	background-color: #000
}

.propert-syndicate-section {
	-ms-background-attachment: fixed;
	-o-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-webkit-background-attachment: fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 43.7rem;
	position: relative;
	display: flex;
	align-items: center
}

@media (max-width:1439px) {
	.propert-syndicate-section {
		height: 40rem
	}
}

@media (max-width:1199px) {
	.propert-syndicate-section {
		height: 36.3rem
	}
	.propert-syndicate-section .property-syndicate-content {
		max-width: 43rem
	}
}

@media (max-width:991px) {
	.investor-review-section .review-content .review-carousel .owl-dots {
		padding: 1.2rem 1.5rem 1.5rem
	}
	.propert-syndicate-section {
		height: 31.5rem;
		background-attachment: unset
	}
}

@media only screen and (orientation:landscape) and (max-width:1024px) {
	.propert-syndicate-section {
		background-attachment: unset
	}
}

@media (max-width:767px) {
	.investor-review-section .review-content .review-carousel .owl-dots {
		padding: 2.5rem 1.5rem .8rem
	}
	.propert-syndicate-section {
		height: 43.7rem;
		background-position: center
	}
}

.propert-syndicate-section .property-syndicate-content {
	max-width: 43rem;
	width: 100%;
	margin: 0 auto;
	padding: 1.5rem;
	opacity: .9
}

.propert-syndicate-section .property-syndicate-content p {
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	line-height: 2.8rem;
	margin-bottom: 1.6rem
}

@media (max-width:1439px) {
	.propert-syndicate-section .property-syndicate-content p {
		margin-bottom: 1rem
	}
}

@media (max-width:767px) {
	.propert-syndicate-section .property-syndicate-content p {
		margin-bottom: 1.5rem
	}
}

.propert-syndicate-section .property-syndicate-content h4 {
	font-family: AvenirMedium;
	font-weight: 500;
	color: #fff;
	letter-spacing: -.05rem;
	text-align: center;
	font-size: 4rem;
	line-height: 4.8rem;
	margin-bottom: 3.4rem
}

@media (max-width:1439px) {
	.propert-syndicate-section .property-syndicate-content h4 {
		margin-bottom: 2.5rem
	}
}

.propert-syndicate-section .property-syndicate-content a {
	font-family: AvenirMedium;
	font-weight: 500;
	opacity: .96;
	color: #fff;
	letter-spacing: 0;
	display: block;
	text-align: center
}

.propert-syndicate-section .property-syndicate-content a:hover img {
	-moz-transform: rotate(-90deg) translateY(10px);
	-o-transform: rotate(-90deg) translateY(10px);
	-ms-transform: rotate(-90deg) translateY(10px);
	-webkit-transform: rotate(-90deg) translateY(10px);
	transform: rotate(-90deg) translateY(10px);
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s
}

.propert-syndicate-section .property-syndicate-content a i {
	display: inline-block
}

.propert-syndicate-section:after,
.propert-syndicate-section:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	left: 0
}

.propert-syndicate-section .property-syndicate-content a i img {
	-moz-transform: rotate(-90deg) translateY(0);
	-o-transform: rotate(-90deg) translateY(0);
	-ms-transform: rotate(-90deg) translateY(0);
	-webkit-transform: rotate(-90deg) translateY(0);
	transform: rotate(-90deg) translateY(0);
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s
}

.propert-syndicate-section:before {
	top: 0;
	background-color: rgba(41, 74, 105, .4)
}

.propert-syndicate-section:after {
	background-color: #83b1d1;
	height: 11px
}

.brand-section {
	background-color: #fff;
	padding: 4.1rem 0 1rem
}

@media (max-width:1199px) {
	.brand-section {
		padding: 2.5rem 0
	}
}

@media (max-width:991px) {
	.propert-syndicate-section .property-syndicate-content h4 {
		margin-bottom: 2rem
	}
	.brand-section {
		padding: 2rem 0 1rem
	}
}

@media (max-width:767px) {
	.brand-section {
		padding-bottom: 0
	}
}

.brand-section .brand-wrapper {
	display: flex;
	align-content: center;
	flex-direction: column;
	align-items: center
}

@media (max-width:1199px) {
	.brand-section .brand-wrapper {
		flex-wrap: wrap
	}
}

.brand-section .brand-wrapper h6 {
	display: flex;
	align-items: center;
	font-size: 4rem;
	line-height: 4.4rem;
	padding-bottom: 2rem
}

.breadcrumbs li,
.breadcrumbs li a:after {
	color: #fff;
	font-family: AvenirLight;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.8rem
}

@media (max-width:1199px) {
	.brand-section .brand-wrapper h6 {
		flex-wrap: wrap;
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center
	}
}

.brand-section ul {
	max-width: 71rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap
}

.brand-section ul li a,
.brand-section ul li a i,
.breadcrumbs li {
	display: inline-block
}

.brand-section ul li {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 1.5rem
}

.brand-section ul li:nth-last-child(-n+2) {
	margin-bottom: 0
}

@media (max-width:767px) {
	.brand-section ul li {
		flex: 0 50%;
		max-width: 50%;
		text-align: center
	}
	.brand-section ul li a i img {
		max-width: 80%
	}
}

@media (max-width:480px) {
	.brand-section ul li a i img {
		max-width: 100%
	}
}

.breadcrumbs li a {
	color: #fff
}

.breadcrumbs li a:after {
	content: '>';
	display: inline-block;
	margin: 0 4px
}

.banner-wrapper .banner:after,
.banner-wrapper:after {
	content: '';
	width: 100%
}

.banner-wrapper .banner .banner-content .inner-title,
.banner-wrapper .banner .banner-content h1 {
	display: block;
	color: #fff;
	font-family: AvenirHeavy;
	font-weight: 900;
	letter-spacing: -.129rem;
	margin-bottom: 8.6rem
}

.banner-wrapper {
	position: relative
}

.banner-wrapper:after {
	display: block;
	background-color: #fafafa;
	position: absolute;
	top: 100%;
	height: 15.1rem;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 100% 0);
	z-index: 1
}

.banner-wrapper .banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 42.7rem;
	position: relative
}

.banner-wrapper .banner i {
	display: block;
	width: 100%
}

.banner-wrapper .banner:after {
	display: block;
	position: absolute;
	height: 100%;
	background-color: rgba(41, 74, 105, .4);
	top: 0
}

.banner-wrapper .banner .banner-content {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 67%;
	z-index: 1;
	transform: translateY(-50%)
}

.banner-wrapper .banner .banner-content .inner-title {
	font-size: 7.2rem;
	line-height: 7.6rem
}

@media (max-width:1199px) {
	.banner-wrapper .banner .banner-content .inner-title {
		font-size: 5rem;
		line-height: 6rem
	}
}

@media (max-width:991px) {
	.banner-wrapper .banner .banner-content .inner-title {
		font-size: 4.8rem;
		line-height: 5.2rem
	}
}

@media (max-width:767px) {
	.banner-wrapper .banner .banner-content {
		top: 58%
	}
	.banner-wrapper .banner .banner-content .inner-title {
		font-size: 4rem;
		line-height: 4.8rem
	}
}

.banner-wrapper .banner .banner-content h1 {
	font-size: 7.2rem;
	line-height: 7.6rem
}

@media (max-width:1199px) {
	.banner-wrapper .banner .banner-content h1 {
		font-size: 5rem;
		line-height: 6rem
	}
}

@media (max-width:991px) {
	.banner-wrapper .banner .banner-content h1 {
		font-size: 4.8rem;
		line-height: 5.2rem
	}
}

.banner-wrapper .learn-more-block {
	background-color: #eef3f6;
	position: relative;
	z-index: 1
}

.banner-wrapper .learn-more-block .learn-more-content {
	padding-top: 3rem;
	padding-bottom: 6.3rem
}

@media (max-width:1199px) {
	.banner-wrapper .learn-more-block .learn-more-content {
		padding-bottom: 4.5rem
	}
}

@media (max-width:767px) {
	.banner-wrapper .banner .banner-content h1 {
		font-size: 4rem;
		line-height: 4.8rem
	}
	.banner-wrapper .learn-more-block .learn-more-content {
		padding-top: 2.5rem;
		padding-bottom: 3rem
	}
}

.banner-wrapper .learn-more-block .learn-more-content p {
	color: #000;
	font-family: AvenirLight;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase
}

@media (max-width:1023px) {
	.banner-wrapper .learn-more-block .learn-more-content p {
		margin-bottom: 25px
	}
}

.banner-wrapper .learn-more-block .learn-more-content form {
	text-align: center;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	overflow: hidden
}

.banner-wrapper .learn-more-block .learn-more-content form .form-group {
	width: 19%;
	margin-bottom: 0
}

@media (max-width:1199px) {
	.banner-wrapper .learn-more-block .learn-more-content form .form-group {
		width: 18%
	}
}

@media (max-width:1023px) {
	.banner-wrapper .learn-more-block .learn-more-content form {
		justify-content: center
	}
	.banner-wrapper .learn-more-block .learn-more-content form .form-group:last-child {
		margin-right: 0
	}
	.banner-wrapper .learn-more-block .learn-more-content form .form-group {
		width: 30%;
		margin-right: 15px
	}
	.banner-wrapper .learn-more-block .learn-more-content form .form-group input {
		margin-bottom: 15px
	}
}

@media (max-width:575px) {
	.banner-wrapper .learn-more-block .learn-more-content form {
		justify-content: flex-start
	}
	.banner-wrapper .learn-more-block .learn-more-content form .form-group {
		width: 100%;
		margin-right: 0
	}
}

.banner-wrapper .learn-more-block .learn-more-content form .form-group .secondary-button.blue-btn {
	width: 100%
}

@media (max-width:1023px) {
	.banner-wrapper .learn-more-block .learn-more-content form .form-group .secondary-button.blue-btn {
		min-width: 100%;
		width: 30%
	}
}

@media (max-width:575px) {
	.banner-wrapper .learn-more-block .learn-more-content form .form-group .secondary-button.blue-btn {
		width: 100%
	}
}

.banner-wrapper .learn-more-block .learn-more-content form .captcha-block {
	width: 19%
}

@media (max-width:1199px) {
	.banner-wrapper .learn-more-block .learn-more-content form .captcha-block {
		width: 18%
	}
}

@media (max-width:1023px) {
	.banner-wrapper .learn-more-block .learn-more-content form .captcha-block {
		width: 30%;
		margin-right: 15px
	}
}

@media (max-width:575px) {
	.banner-wrapper .learn-more-block .learn-more-content form .captcha-block {
		width: 100%;
		text-align: left;
		margin-bottom: 15px
	}
}

.banner-wrapper .learn-more-block .learn-more-content form .captcha-block i {
	display: block
}

.banner-wrapper .learn-more-block .learn-more-content form .captcha-block i img {
	width: 23rem
}

.measure-circle {
	position: relative
}

.measure-circle svg {
	transform-origin: center;
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	display: block
}

@media (max-width:575px) {
	.measure-circle svg {
		width: 97px!important;
		height: 97px!important
	}
}

.measure-circle circle {
	fill: transparent
}

.measure-circle.animate-circle circle {
	-o-animation: rotate 3s linear;
	-ms-animation: rotate 3s linear;
	-moz-animation: rotate 3s linear;
	-webkit-animation: rotate 3s linear;
	animation: rotate 3s linear;
	fill: transparent;
	stroke: #83b1d1;
	stroke-width: 2;
	stroke-dasharray: 700
}

@keyframes rotate {
	0% {
		stroke-dashoffset: 700
	}
	50% {
		stroke-dashoffset: 400
	}
	100% {
		stroke-dashoffset: 0
	}
}

@media (max-height:480px) and (max-height:667px) {
	.main-menu {
		height: 100%
	}
}

@supports (-ms-ime-align:auto) {
	.privacy-policy-wrapper h5 {
		padding-top: 40px
	}
	@media (max-width:767px) {
		.banner-wrapper::after {
			height: 11.1rem
		}
	}
	.team-section .team-block {
		padding-top: 7rem
	}
}

@supports (-ms-accelerator:true) {
	.privacy-policy-wrapper h5 {
		padding-top: 40px
	}
	.invest-wrapper:after {
		height: 19%;
		bottom: -100px
	}
	@media (max-width:767px) {
		.banner-wrapper::after {
			height: 11.1rem
		}
	}
	.team-section .team-block {
		padding-top: 7rem
	}
}

@media all and (-ms-high-contrast:none) {
	.propert-syndicate-section {
		background-size: 100%
	}
	.privacy-policy-wrapper h5 {
		padding-top: 40px
	}
}

@media all and (-ms-high-contrast:none) and (max-width:767px) {
	.banner-wrapper::after {
		height: 11.1rem
	}
}

.grecaptcha-badge {
	visibility: collapse!important
}

    
body .footer .wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: initial;
    color: white;
    margin-top: -10px;
    margin-bottom: 10px;
}

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
   display: none;
}

.footer .input-wrapper {
    padding: 2px 0px;
}

.footer div[for="mce-FNAME"] { 
    padding: 4px !important;
    font-size: 14px;
    float: left;
    margin: 0px 5px 3px 0px !important;
    width: 100%;
}

.footer div[for="mce-LNAME"] { 
    padding: 4px !important;
    font-size: 14px;
    margin: 0px !important;
    float: left;
    width: 100%;
}

.footer .mc_first_name{
    width: 49%;
    float: left;
    margin-right: 2%;
    padding-bottom: 3px
}

.footer .mc_last_name{
    width: 49%;
    float: left;
}

.footer form .mc-field-group .input-wrapper {
    position: initial !important;
}

.footer form .mc-field-group .mc_email{
    position: relative !important;
}

.golf_event section.contact-our-team {
    border: none;
    background: no-repeat;
    padding: 0;
}

.golf_event section.contact-our-team input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    float: left;
    display: inline-block;
    height: 20px;
}
.golf_event  span.wpcf7-list-item{
    margin: 5px 0px 5px 0px;
    float: left;
    clear: both;
        text-align: left;
}
.golf_event span.wpcf7-list-item-label {
    display: flex;
    padding-left: 10px;
    margin-top: -5px;
}

.golf_event .contact-our-team form .action-block{
    margin-top: 20px;
}
.golf_event span.wpcf7-not-valid-tip{
	float: left;
}
.golf_event  .governance-security-wrapper {
    padding: 7.5rem 0 4.9rem;
    color: #000;
}

.accordian-block .accordion {
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #234e70;
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    border-bottom: 2px solid #234e70;
    margin-bottom: 1.5rem;
    padding: 1.9rem 1.5rem 1.4rem;
    position: relative;
    cursor: pointer;
    letter-spacing: .3px;
}

.accordian-block .accordion-inner:first-child .panel {
    display: block;
}

.accordian-block .panel {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    display: none;
    padding: 0 1.7rem;
        text-align: left;
}
.accordian-block .panel p {
    margin-bottom: 2rem;
    padding-right: 7.3rem;
    letter-spacing: -.5px;
    text-align: left;
}

.accordian-block .accordion-inner.open .accordion:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.accordian-block .accordion:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../images/bottom-arrow.svg) no-repeat;
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    background-size: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.golf_event  .governance-security-wrapper h5, .golf_event  .governance-security-wrapper h4, .golf_event  .governance-security-wrapper h2 {
	margin-bottom: 2rem;
}