/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, ::after, ::before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
margin-bottom:.5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
margin-bottom:.5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a:not([href]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
margin-bottom:.5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[role=button] {
cursor:pointer
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
margin-bottom:.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
display:none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom:.5rem;
	font-weight: 500;
	line-height: 1.2
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right:.5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\00A0"
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
padding:.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
border-radius:.25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}
a>code {
	color: inherit
}
kbd {
padding:.2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
border-radius:.2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
.container {
	max-width: 540px
}
}
@media (min-width:768px) {
.container {
	max-width: 720px
}
}
@media (min-width:992px) {
.container {
	max-width: 960px
}
}
@media (min-width:1200px) {
.container {
	max-width: 1140px
}
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
.container, .container-sm {
	max-width: 540px
}
}
@media (min-width:768px) {
.container, .container-md, .container-sm {
	max-width: 720px
}
}
@media (min-width:992px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 960px
}
}
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1140px
}
}
.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%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}
.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.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.3333333333%
}
.offset-2 {
	margin-left: 16.6666666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.3333333333%
}
.offset-5 {
	margin-left: 41.6666666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.3333333333%
}
.offset-8 {
	margin-left: 66.6666666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.3333333333%
}
.offset-11 {
	margin-left: 91.6666666667%
}
@media (min-width:576px) {
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}
.row-cols-sm-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-sm-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-sm-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.row-cols-sm-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-sm-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-sm-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-sm-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-sm-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-sm-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-sm-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-sm-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.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.3333333333%
}
.offset-sm-2 {
	margin-left: 16.6666666667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.3333333333%
}
.offset-sm-5 {
	margin-left: 41.6666666667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.3333333333%
}
.offset-sm-8 {
	margin-left: 66.6666666667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.3333333333%
}
.offset-sm-11 {
	margin-left: 91.6666666667%
}
}
@media (min-width:768px) {
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}
.row-cols-md-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-md-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-md-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.row-cols-md-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-md-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-md-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-md-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-md-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-md-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-md-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-md-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.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.3333333333%
}
.offset-md-2 {
	margin-left: 16.6666666667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.3333333333%
}
.offset-md-5 {
	margin-left: 41.6666666667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.3333333333%
}
.offset-md-8 {
	margin-left: 66.6666666667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.3333333333%
}
.offset-md-11 {
	margin-left: 91.6666666667%
}
}
@media (min-width:992px) {
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}
.row-cols-lg-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-lg-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-lg-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.row-cols-lg-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-lg-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-lg-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-lg-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-lg-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-lg-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-lg-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-lg-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.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.3333333333%
}
.offset-lg-2 {
	margin-left: 16.6666666667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.3333333333%
}
.offset-lg-5 {
	margin-left: 41.6666666667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.3333333333%
}
.offset-lg-8 {
	margin-left: 66.6666666667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.3333333333%
}
.offset-lg-11 {
	margin-left: 91.6666666667%
}
}
@media (min-width:1200px) {
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}
.row-cols-xl-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-xl-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-xl-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.row-cols-xl-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-xl-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-xl-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-xl-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-xl-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-xl-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-xl-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-xl-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.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.3333333333%
}
.offset-xl-2 {
	margin-left: 16.6666666667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.3333333333%
}
.offset-xl-5 {
	margin-left: 41.6666666667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.3333333333%
}
.offset-xl-8 {
	margin-left: 66.6666666667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.3333333333%
}
.offset-xl-11 {
	margin-left: 91.6666666667%
}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}
.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-sm td, .table-sm th {
padding:.3rem
}
.table-bordered {
	border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0,0,0,.075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff
}
.table-hover .table-primary:hover {
	background-color: #9fcdff
}
.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-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}
.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-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e
}
.table-hover .table-success:hover {
	background-color: #b1dfbb
}
.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-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda
}
.table-hover .table-info:hover {
	background-color: #abdde5
}
.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-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1
}
.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-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7
}
.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-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc
}
.table-hover .table-light:hover {
	background-color: #ececf6
}
.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-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover {
	background-color: rgba(0,0,0,.075)
}
.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: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	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
}
.table-responsive-sm>.table-bordered {
	border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
	border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
	border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
	border: 0
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
border-radius:.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
	transition: none
}
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #495057
}
.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
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	appearance: none
}
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:.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
select.form-control[multiple], select.form-control[size] {
	height: auto
}
textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
margin-top:.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, .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
}
.valid-feedback {
	display: none;
	width: 100%;
margin-top:.25rem;
	font-size: 80%;
	color: #28a745
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
border-radius:.25rem
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
display:block
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#28a745;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#28a745;
padding-right:calc(.75em + 2.3125rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#34ce57;
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#28a745
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#28a745;
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 {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220,53,69,.9);
border-radius:.25rem
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
display:block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#dc3545;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#dc3545;
padding-right:calc(.75em + 2.3125rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#e4606d;
background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#dc3545
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}
@media (min-width:576px) {
.form-inline label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0
}
.form-inline .form-group {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 0
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select, .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;
	flex-shrink: 0;
	margin-top: 0;
margin-right:.25rem;
	margin-left: 0
}
.form-inline .custom-control {
	align-items: center;
	justify-content: center
}
.form-inline .custom-control-label {
	margin-bottom: 0
}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
padding:.375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
border-radius:.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
	transition: none
}
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}
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.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.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-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(38,143,255,.5)
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.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-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(130,138,145,.5)
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-light.disabled, .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-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(216,217,219,.5)
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.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-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(82,88,93,.5)
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.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-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-secondary {
	color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.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-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-success {
	color: #28a745;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.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-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-dark {
	color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.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-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-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
	transition: none
}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none
}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
padding:.5rem 0;
margin:.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
border-radius:.25rem
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
	right: auto;
	left: 0
}
.dropdown-menu-sm-right {
	right: 0;
	left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
	right: auto;
	left: 0
}
.dropdown-menu-md-right {
	right: 0;
	left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
	right: auto;
	left: 0
}
.dropdown-menu-lg-right {
	right: 0;
	left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
	right: auto;
	left: 0
}
.dropdown-menu-xl-right {
	right: 0;
	left: auto
}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
margin-left:.125rem
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-toggle::after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}
.dropleft .dropdown-toggle::after {
	display: none
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
margin:.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	display: block;
	width: 100%;
padding:.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
padding:.5rem 1.5rem;
	margin-bottom: 0;
font-size:.875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
padding:.25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}
.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-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -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, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 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, .input-group>.form-control-plaintext {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0
}
.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, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group>.custom-file {
	display: flex;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.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 {
	margin-left: -1px
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: flex;
	align-items: center;
padding:.375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
border-radius:.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .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-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .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-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}
.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-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label::before {
	position: absolute;
top:.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}
.custom-control-label::after {
	position: absolute;
top:.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.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::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
top:calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
border-radius:.5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
	transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-select {
	display: inline-block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
border-radius:.25rem;
	appearance: none
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.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 {
display:none
}
.custom-select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #495057
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}
.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
height:calc(1.5em + .75rem);
padding:.375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	appearance: none
}
.custom-range:focus {
	outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#007bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#007bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background-color:#b3d7ff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#007bff;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#b3d7ff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background-color:#adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before, .custom-file-label, .custom-select {
	transition: none
}
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
padding:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
border-top-left-radius:.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;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
padding:.5rem 1rem
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	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;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
padding-top:.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: no-repeat center center;
	background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
	flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
	display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
	flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
	display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
	flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
	flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
	display: none
}
}
.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9)
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-text a {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a {
	color: #fff
}
.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 {
	border-top: inherit;
	border-bottom: inherit
}
.card>.list-group:first-child {
	border-top-width: 0;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card>.list-group:last-child {
	border-bottom-width: 0;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}
.card-title {
margin-bottom:.75rem
}
.card-subtitle {
margin-top:-.375rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
padding:.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
padding:.75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.625rem;
margin-bottom:-.75rem;
margin-left:-.625rem;
	border-bottom: 0
}
.card-header-pills {
margin-right:-.625rem;
margin-left:-.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img, .card-img-bottom, .card-img-top {
	flex-shrink: 0;
	width: 100%
}
.card-img, .card-img-top {
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck .card {
	margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
	display: flex;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px
}
.card-deck .card {
	flex: 1 0 0%;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px
}
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
	display: flex;
	flex-flow: row wrap
}
.card-group>.card {
	flex: 1 0 0%;
	margin-bottom: 0
}
.card-group>.card+.card {
	margin-left: 0;
	border-left: 0
}
.card-group>.card:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
	border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
	border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
	border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
	border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom:.75rem
}
@media (min-width:576px) {
.card-columns {
	column-count: 3;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1
}
.card-columns .card {
	display: inline-block;
	width: 100%
}
}
.accordion>.card {
	overflow: hidden
}
.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
padding:.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
border-radius:.25rem
}
.breadcrumb-item {
	display: flex
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
padding-right:.5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
border-radius:.25rem
}
.page-link {
	position: relative;
	display: block;
padding:.5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 3;
	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: 3;
	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
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
border-radius:.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
	transition: none
}
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #007bff
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}
a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.badge-success {
	color: #fff;
	background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.badge-info {
	color: #fff;
	background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.badge-warning {
	color: #212529;
	background-color: #ffc107
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.badge-danger {
	color: #fff;
	background-color: #dc3545
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}
a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.badge-dark {
	color: #fff;
	background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.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 {
	position: relative;
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;
	overflow: hidden;
	line-height: 0;
font-size:.75rem;
	background-color: #e9ecef;
border-radius:.25rem
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
	transition: none
}
}
.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
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
	animation: none
}
}
.media {
	display: flex;
	align-items: flex-start
}
.media-body {
	flex: 1
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
border-radius:.25rem
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
padding:.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.list-group-item+.list-group-item {
	border-top-width: 0
}
.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}
.list-group-horizontal {
	flex-direction: row
}
.list-group-horizontal>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal>.list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}
.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
@media (min-width:576px) {
.list-group-horizontal-sm {
	flex-direction: row
}
.list-group-horizontal-sm>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-sm>.list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-sm>.list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
	flex-direction: row
}
.list-group-horizontal-md>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-md>.list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-md>.list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
	flex-direction: row
}
.list-group-horizontal-lg>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-lg>.list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-lg>.list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
	flex-direction: row
}
.list-group-horizontal-xl>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-xl>.list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-xl>.list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
.list-group-flush {
	border-radius: 0
}
.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}
.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 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;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}
a.close.disabled {
	pointer-events: none
}
.toast {
	max-width: 350px;
	overflow: hidden;
font-size:.875rem;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
	backdrop-filter: blur(10px);
	opacity: 0;
border-radius:.25rem
}
.toast:not(:last-child) {
margin-bottom:.75rem
}
.toast.showing {
	opacity: 1
}
.toast.show {
	display: block;
	opacity: 1
}
.toast.hide {
	display: none
}
.toast-header {
	display: flex;
	align-items: center;
padding:.25rem .75rem;
	color: #6c757d;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.toast-body {
padding:.75rem
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
margin:.5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
	transition: none
}
}
.modal.show .modal-dialog {
	transform: none
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
padding:.75rem;
	border-top: 1px solid #dee2e6;
border-bottom-right-radius:calc(.3rem - 1px);
border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>* {
margin:.25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto
}
.modal-dialog-scrollable {
	max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
	min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
	height: calc(100vh - 3.5rem);
	height: min-content
}
.modal-sm {
	max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg, .modal-xl {
	max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
	max-width: 1140px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
font-size:.875rem;
	word-wrap: break-word;
	opacity: 0
}
.tooltip.show {
	opacity: .9
}
.tooltip .arrow {
	position: absolute;
	display: block;
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 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
font-size:.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
height:.5rem;
margin:0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	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)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
	bottom: 0;
border-width:.5rem .5rem 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-width:.5rem .5rem 0;
	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);
width:.5rem;
	height: 1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
	left: 0;
border-width:.5rem .5rem .5rem 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-width:.5rem .5rem .5rem 0;
	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)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
	top: 0;
border-width:0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
	top: 1px;
border-width:0 .5rem .5rem .5rem;
	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
}
.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);
width:.5rem;
	height: 1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
	right: 0;
border-width:.5rem 0 .5rem .5rem;
	border-left-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
	right: 1px;
border-width:.5rem 0 .5rem .5rem;
	border-left-color: #fff
}
.popover-header {
padding:.5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	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 {
	position: relative
}
.carousel.pointer-event {
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
	transition: none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	transition: none
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
	transition: none
}
}
.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
}
.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: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
	transition: none
}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
@keyframes spinner-border {
to {
transform:rotate(360deg)
}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}
@keyframes spinner-grow {
0% {
transform:scale(0)
}
50% {
opacity:1;
transform:none
}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #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
}
.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-sm {
border-radius:.2rem!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-right {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-lg {
border-radius:.3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: flex!important
}
.d-inline-flex {
	display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
	display: none!important
}
.d-sm-inline {
	display: inline!important
}
.d-sm-inline-block {
	display: inline-block!important
}
.d-sm-block {
	display: block!important
}
.d-sm-table {
	display: table!important
}
.d-sm-table-row {
	display: table-row!important
}
.d-sm-table-cell {
	display: table-cell!important
}
.d-sm-flex {
	display: flex!important
}
.d-sm-inline-flex {
	display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-row {
	display: table-row!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: flex!important
}
.d-md-inline-flex {
	display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
	display: none!important
}
.d-lg-inline {
	display: inline!important
}
.d-lg-inline-block {
	display: inline-block!important
}
.d-lg-block {
	display: block!important
}
.d-lg-table {
	display: table!important
}
.d-lg-table-row {
	display: table-row!important
}
.d-lg-table-cell {
	display: table-cell!important
}
.d-lg-flex {
	display: flex!important
}
.d-lg-inline-flex {
	display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-row {
	display: table-row!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: flex!important
}
.d-xl-inline-flex {
	display: inline-flex!important
}
}
@media print {
.d-print-none {
	display: none!important
}
.d-print-inline {
	display: inline!important
}
.d-print-inline-block {
	display: inline-block!important
}
.d-print-block {
	display: block!important
}
.d-print-table {
	display: table!important
}
.d-print-table-row {
	display: table-row!important
}
.d-print-table-cell {
	display: table-cell!important
}
.d-print-flex {
	display: flex!important
}
.d-print-inline-flex {
	display: inline-flex!important
}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive 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.8571428571%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-4by3::before {
	padding-top: 75%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.flex-row {
	flex-direction: row!important
}
.flex-column {
	flex-direction: column!important
}
.flex-row-reverse {
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	flex-direction: column-reverse!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	flex: 1 1 auto!important
}
.flex-grow-0 {
	flex-grow: 0!important
}
.flex-grow-1 {
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-start {
	justify-content: flex-start!important
}
.justify-content-end {
	justify-content: flex-end!important
}
.justify-content-center {
	justify-content: center!important
}
.justify-content-between {
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.align-items-start {
	align-items: flex-start!important
}
.align-items-end {
	align-items: flex-end!important
}
.align-items-center {
	align-items: center!important
}
.align-items-baseline {
	align-items: baseline!important
}
.align-items-stretch {
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
	flex-direction: row!important
}
.flex-sm-column {
	flex-direction: column!important
}
.flex-sm-row-reverse {
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
	flex: 1 1 auto!important
}
.flex-sm-grow-0 {
	flex-grow: 0!important
}
.flex-sm-grow-1 {
	flex-grow: 1!important
}
.flex-sm-shrink-0 {
	flex-shrink: 0!important
}
.flex-sm-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-sm-start {
	justify-content: flex-start!important
}
.justify-content-sm-end {
	justify-content: flex-end!important
}
.justify-content-sm-center {
	justify-content: center!important
}
.justify-content-sm-between {
	justify-content: space-between!important
}
.justify-content-sm-around {
	justify-content: space-around!important
}
.align-items-sm-start {
	align-items: flex-start!important
}
.align-items-sm-end {
	align-items: flex-end!important
}
.align-items-sm-center {
	align-items: center!important
}
.align-items-sm-baseline {
	align-items: baseline!important
}
.align-items-sm-stretch {
	align-items: stretch!important
}
.align-content-sm-start {
	align-content: flex-start!important
}
.align-content-sm-end {
	align-content: flex-end!important
}
.align-content-sm-center {
	align-content: center!important
}
.align-content-sm-between {
	align-content: space-between!important
}
.align-content-sm-around {
	align-content: space-around!important
}
.align-content-sm-stretch {
	align-content: stretch!important
}
.align-self-sm-auto {
	align-self: auto!important
}
.align-self-sm-start {
	align-self: flex-start!important
}
.align-self-sm-end {
	align-self: flex-end!important
}
.align-self-sm-center {
	align-self: center!important
}
.align-self-sm-baseline {
	align-self: baseline!important
}
.align-self-sm-stretch {
	align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
	flex-direction: row!important
}
.flex-md-column {
	flex-direction: column!important
}
.flex-md-row-reverse {
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-md-fill {
	flex: 1 1 auto!important
}
.flex-md-grow-0 {
	flex-grow: 0!important
}
.flex-md-grow-1 {
	flex-grow: 1!important
}
.flex-md-shrink-0 {
	flex-shrink: 0!important
}
.flex-md-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-md-start {
	justify-content: flex-start!important
}
.justify-content-md-end {
	justify-content: flex-end!important
}
.justify-content-md-center {
	justify-content: center!important
}
.justify-content-md-between {
	justify-content: space-between!important
}
.justify-content-md-around {
	justify-content: space-around!important
}
.align-items-md-start {
	align-items: flex-start!important
}
.align-items-md-end {
	align-items: flex-end!important
}
.align-items-md-center {
	align-items: center!important
}
.align-items-md-baseline {
	align-items: baseline!important
}
.align-items-md-stretch {
	align-items: stretch!important
}
.align-content-md-start {
	align-content: flex-start!important
}
.align-content-md-end {
	align-content: flex-end!important
}
.align-content-md-center {
	align-content: center!important
}
.align-content-md-between {
	align-content: space-between!important
}
.align-content-md-around {
	align-content: space-around!important
}
.align-content-md-stretch {
	align-content: stretch!important
}
.align-self-md-auto {
	align-self: auto!important
}
.align-self-md-start {
	align-self: flex-start!important
}
.align-self-md-end {
	align-self: flex-end!important
}
.align-self-md-center {
	align-self: center!important
}
.align-self-md-baseline {
	align-self: baseline!important
}
.align-self-md-stretch {
	align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
	flex-direction: row!important
}
.flex-lg-column {
	flex-direction: column!important
}
.flex-lg-row-reverse {
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
	flex: 1 1 auto!important
}
.flex-lg-grow-0 {
	flex-grow: 0!important
}
.flex-lg-grow-1 {
	flex-grow: 1!important
}
.flex-lg-shrink-0 {
	flex-shrink: 0!important
}
.flex-lg-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-lg-start {
	justify-content: flex-start!important
}
.justify-content-lg-end {
	justify-content: flex-end!important
}
.justify-content-lg-center {
	justify-content: center!important
}
.justify-content-lg-between {
	justify-content: space-between!important
}
.justify-content-lg-around {
	justify-content: space-around!important
}
.align-items-lg-start {
	align-items: flex-start!important
}
.align-items-lg-end {
	align-items: flex-end!important
}
.align-items-lg-center {
	align-items: center!important
}
.align-items-lg-baseline {
	align-items: baseline!important
}
.align-items-lg-stretch {
	align-items: stretch!important
}
.align-content-lg-start {
	align-content: flex-start!important
}
.align-content-lg-end {
	align-content: flex-end!important
}
.align-content-lg-center {
	align-content: center!important
}
.align-content-lg-between {
	align-content: space-between!important
}
.align-content-lg-around {
	align-content: space-around!important
}
.align-content-lg-stretch {
	align-content: stretch!important
}
.align-self-lg-auto {
	align-self: auto!important
}
.align-self-lg-start {
	align-self: flex-start!important
}
.align-self-lg-end {
	align-self: flex-end!important
}
.align-self-lg-center {
	align-self: center!important
}
.align-self-lg-baseline {
	align-self: baseline!important
}
.align-self-lg-stretch {
	align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
	flex-direction: row!important
}
.flex-xl-column {
	flex-direction: column!important
}
.flex-xl-row-reverse {
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
	flex: 1 1 auto!important
}
.flex-xl-grow-0 {
	flex-grow: 0!important
}
.flex-xl-grow-1 {
	flex-grow: 1!important
}
.flex-xl-shrink-0 {
	flex-shrink: 0!important
}
.flex-xl-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-xl-start {
	justify-content: flex-start!important
}
.justify-content-xl-end {
	justify-content: flex-end!important
}
.justify-content-xl-center {
	justify-content: center!important
}
.justify-content-xl-between {
	justify-content: space-between!important
}
.justify-content-xl-around {
	justify-content: space-around!important
}
.align-items-xl-start {
	align-items: flex-start!important
}
.align-items-xl-end {
	align-items: flex-end!important
}
.align-items-xl-center {
	align-items: center!important
}
.align-items-xl-baseline {
	align-items: baseline!important
}
.align-items-xl-stretch {
	align-items: stretch!important
}
.align-content-xl-start {
	align-content: flex-start!important
}
.align-content-xl-end {
	align-content: flex-end!important
}
.align-content-xl-center {
	align-content: center!important
}
.align-content-xl-between {
	align-content: space-between!important
}
.align-content-xl-around {
	align-content: space-around!important
}
.align-content-xl-stretch {
	align-content: stretch!important
}
.align-self-xl-auto {
	align-self: auto!important
}
.align-self-xl-start {
	align-self: flex-start!important
}
.align-self-xl-end {
	align-self: flex-end!important
}
.align-self-xl-center {
	align-self: center!important
}
.align-self-xl-baseline {
	align-self: baseline!important
}
.align-self-xl-stretch {
	align-self: stretch!important
}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
@media (min-width:576px) {
.float-sm-left {
	float: left!important
}
.float-sm-right {
	float: right!important
}
.float-sm-none {
	float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
	float: left!important
}
.float-md-right {
	float: right!important
}
.float-md-none {
	float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
	float: left!important
}
.float-lg-right {
	float: right!important
}
.float-lg-none {
	float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
}
.user-select-all {
	user-select: all!important
}
.user-select-auto {
	user-select: auto!important
}
.user-select-none {
	user-select: none!important
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: sticky!important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports (position:sticky) {
.sticky-top {
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.min-vw-100 {
	min-width: 100vw!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.vw-100 {
	width: 100vw!important
}
.vh-100 {
	height: 100vh!important
}
.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-n1 {
margin:-.25rem!important
}
.mt-n1, .my-n1 {
margin-top:-.25rem!important
}
.mr-n1, .mx-n1 {
margin-right:-.25rem!important
}
.mb-n1, .my-n1 {
margin-bottom:-.25rem!important
}
.ml-n1, .mx-n1 {
margin-left:-.25rem!important
}
.m-n2 {
margin:-.5rem!important
}
.mt-n2, .my-n2 {
margin-top:-.5rem!important
}
.mr-n2, .mx-n2 {
margin-right:-.5rem!important
}
.mb-n2, .my-n2 {
margin-bottom:-.5rem!important
}
.ml-n2, .mx-n2 {
margin-left:-.5rem!important
}
.m-n3 {
	margin: -1rem!important
}
.mt-n3, .my-n3 {
	margin-top: -1rem!important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem!important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem!important
}
.m-n4 {
	margin: -1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem!important
}
.m-n5 {
	margin: -3rem!important
}
.mt-n5, .my-n5 {
	margin-top: -3rem!important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem!important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
	margin: 0!important
}
.mt-sm-0, .my-sm-0 {
	margin-top: 0!important
}
.mr-sm-0, .mx-sm-0 {
	margin-right: 0!important
}
.mb-sm-0, .my-sm-0 {
	margin-bottom: 0!important
}
.ml-sm-0, .mx-sm-0 {
	margin-left: 0!important
}
.m-sm-1 {
margin:.25rem!important
}
.mt-sm-1, .my-sm-1 {
margin-top:.25rem!important
}
.mr-sm-1, .mx-sm-1 {
margin-right:.25rem!important
}
.mb-sm-1, .my-sm-1 {
margin-bottom:.25rem!important
}
.ml-sm-1, .mx-sm-1 {
margin-left:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.mt-sm-2, .my-sm-2 {
margin-top:.5rem!important
}
.mr-sm-2, .mx-sm-2 {
margin-right:.5rem!important
}
.mb-sm-2, .my-sm-2 {
margin-bottom:.5rem!important
}
.ml-sm-2, .mx-sm-2 {
margin-left:.5rem!important
}
.m-sm-3 {
	margin: 1rem!important
}
.mt-sm-3, .my-sm-3 {
	margin-top: 1rem!important
}
.mr-sm-3, .mx-sm-3 {
	margin-right: 1rem!important
}
.mb-sm-3, .my-sm-3 {
	margin-bottom: 1rem!important
}
.ml-sm-3, .mx-sm-3 {
	margin-left: 1rem!important
}
.m-sm-4 {
	margin: 1.5rem!important
}
.mt-sm-4, .my-sm-4 {
	margin-top: 1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
	margin-right: 1.5rem!important
}
.mb-sm-4, .my-sm-4 {
	margin-bottom: 1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
	margin-left: 1.5rem!important
}
.m-sm-5 {
	margin: 3rem!important
}
.mt-sm-5, .my-sm-5 {
	margin-top: 3rem!important
}
.mr-sm-5, .mx-sm-5 {
	margin-right: 3rem!important
}
.mb-sm-5, .my-sm-5 {
	margin-bottom: 3rem!important
}
.ml-sm-5, .mx-sm-5 {
	margin-left: 3rem!important
}
.p-sm-0 {
	padding: 0!important
}
.pt-sm-0, .py-sm-0 {
	padding-top: 0!important
}
.pr-sm-0, .px-sm-0 {
	padding-right: 0!important
}
.pb-sm-0, .py-sm-0 {
	padding-bottom: 0!important
}
.pl-sm-0, .px-sm-0 {
	padding-left: 0!important
}
.p-sm-1 {
padding:.25rem!important
}
.pt-sm-1, .py-sm-1 {
padding-top:.25rem!important
}
.pr-sm-1, .px-sm-1 {
padding-right:.25rem!important
}
.pb-sm-1, .py-sm-1 {
padding-bottom:.25rem!important
}
.pl-sm-1, .px-sm-1 {
padding-left:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.pt-sm-2, .py-sm-2 {
padding-top:.5rem!important
}
.pr-sm-2, .px-sm-2 {
padding-right:.5rem!important
}
.pb-sm-2, .py-sm-2 {
padding-bottom:.5rem!important
}
.pl-sm-2, .px-sm-2 {
padding-left:.5rem!important
}
.p-sm-3 {
	padding: 1rem!important
}
.pt-sm-3, .py-sm-3 {
	padding-top: 1rem!important
}
.pr-sm-3, .px-sm-3 {
	padding-right: 1rem!important
}
.pb-sm-3, .py-sm-3 {
	padding-bottom: 1rem!important
}
.pl-sm-3, .px-sm-3 {
	padding-left: 1rem!important
}
.p-sm-4 {
	padding: 1.5rem!important
}
.pt-sm-4, .py-sm-4 {
	padding-top: 1.5rem!important
}
.pr-sm-4, .px-sm-4 {
	padding-right: 1.5rem!important
}
.pb-sm-4, .py-sm-4 {
	padding-bottom: 1.5rem!important
}
.pl-sm-4, .px-sm-4 {
	padding-left: 1.5rem!important
}
.p-sm-5 {
	padding: 3rem!important
}
.pt-sm-5, .py-sm-5 {
	padding-top: 3rem!important
}
.pr-sm-5, .px-sm-5 {
	padding-right: 3rem!important
}
.pb-sm-5, .py-sm-5 {
	padding-bottom: 3rem!important
}
.pl-sm-5, .px-sm-5 {
	padding-left: 3rem!important
}
.m-sm-n1 {
margin:-.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
margin-top:-.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
margin-right:-.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
margin-bottom:-.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
margin-left:-.25rem!important
}
.m-sm-n2 {
margin:-.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
margin-top:-.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
margin-right:-.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
margin-bottom:-.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
margin-left:-.5rem!important
}
.m-sm-n3 {
	margin: -1rem!important
}
.mt-sm-n3, .my-sm-n3 {
	margin-top: -1rem!important
}
.mr-sm-n3, .mx-sm-n3 {
	margin-right: -1rem!important
}
.mb-sm-n3, .my-sm-n3 {
	margin-bottom: -1rem!important
}
.ml-sm-n3, .mx-sm-n3 {
	margin-left: -1rem!important
}
.m-sm-n4 {
	margin: -1.5rem!important
}
.mt-sm-n4, .my-sm-n4 {
	margin-top: -1.5rem!important
}
.mr-sm-n4, .mx-sm-n4 {
	margin-right: -1.5rem!important
}
.mb-sm-n4, .my-sm-n4 {
	margin-bottom: -1.5rem!important
}
.ml-sm-n4, .mx-sm-n4 {
	margin-left: -1.5rem!important
}
.m-sm-n5 {
	margin: -3rem!important
}
.mt-sm-n5, .my-sm-n5 {
	margin-top: -3rem!important
}
.mr-sm-n5, .mx-sm-n5 {
	margin-right: -3rem!important
}
.mb-sm-n5, .my-sm-n5 {
	margin-bottom: -3rem!important
}
.ml-sm-n5, .mx-sm-n5 {
	margin-left: -3rem!important
}
.m-sm-auto {
	margin: auto!important
}
.mt-sm-auto, .my-sm-auto {
	margin-top: auto!important
}
.mr-sm-auto, .mx-sm-auto {
	margin-right: auto!important
}
.mb-sm-auto, .my-sm-auto {
	margin-bottom: auto!important
}
.ml-sm-auto, .mx-sm-auto {
	margin-left: auto!important
}
}
@media (min-width:768px) {
.m-md-0 {
	margin: 0!important
}
.mt-md-0, .my-md-0 {
	margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
	margin-right: 0!important
}
.mb-md-0, .my-md-0 {
	margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
	margin-left: 0!important
}
.m-md-1 {
margin:.25rem!important
}
.mt-md-1, .my-md-1 {
margin-top:.25rem!important
}
.mr-md-1, .mx-md-1 {
margin-right:.25rem!important
}
.mb-md-1, .my-md-1 {
margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
margin-left:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.mt-md-2, .my-md-2 {
margin-top:.5rem!important
}
.mr-md-2, .mx-md-2 {
margin-right:.5rem!important
}
.mb-md-2, .my-md-2 {
margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
margin-left:.5rem!important
}
.m-md-3 {
	margin: 1rem!important
}
.mt-md-3, .my-md-3 {
	margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
	margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
	margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left: 1rem!important
}
.m-md-4 {
	margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
	margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
	margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
	margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left: 1.5rem!important
}
.m-md-5 {
	margin: 3rem!important
}
.mt-md-5, .my-md-5 {
	margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
	margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
	margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left: 3rem!important
}
.p-md-0 {
	padding: 0!important
}
.pt-md-0, .py-md-0 {
	padding-top: 0!important
}
.pr-md-0, .px-md-0 {
	padding-right: 0!important
}
.pb-md-0, .py-md-0 {
	padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
	padding-left: 0!important
}
.p-md-1 {
padding:.25rem!important
}
.pt-md-1, .py-md-1 {
padding-top:.25rem!important
}
.pr-md-1, .px-md-1 {
padding-right:.25rem!important
}
.pb-md-1, .py-md-1 {
padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
padding-left:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.pt-md-2, .py-md-2 {
padding-top:.5rem!important
}
.pr-md-2, .px-md-2 {
padding-right:.5rem!important
}
.pb-md-2, .py-md-2 {
padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
padding-left:.5rem!important
}
.p-md-3 {
	padding: 1rem!important
}
.pt-md-3, .py-md-3 {
	padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
	padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
	padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left: 1rem!important
}
.p-md-4 {
	padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
	padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
	padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
	padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left: 1.5rem!important
}
.p-md-5 {
	padding: 3rem!important
}
.pt-md-5, .py-md-5 {
	padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
	padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
	padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left: 3rem!important
}
.m-md-n1 {
margin:-.25rem!important
}
.mt-md-n1, .my-md-n1 {
margin-top:-.25rem!important
}
.mr-md-n1, .mx-md-n1 {
margin-right:-.25rem!important
}
.mb-md-n1, .my-md-n1 {
margin-bottom:-.25rem!important
}
.ml-md-n1, .mx-md-n1 {
margin-left:-.25rem!important
}
.m-md-n2 {
margin:-.5rem!important
}
.mt-md-n2, .my-md-n2 {
margin-top:-.5rem!important
}
.mr-md-n2, .mx-md-n2 {
margin-right:-.5rem!important
}
.mb-md-n2, .my-md-n2 {
margin-bottom:-.5rem!important
}
.ml-md-n2, .mx-md-n2 {
margin-left:-.5rem!important
}
.m-md-n3 {
	margin: -1rem!important
}
.mt-md-n3, .my-md-n3 {
	margin-top: -1rem!important
}
.mr-md-n3, .mx-md-n3 {
	margin-right: -1rem!important
}
.mb-md-n3, .my-md-n3 {
	margin-bottom: -1rem!important
}
.ml-md-n3, .mx-md-n3 {
	margin-left: -1rem!important
}
.m-md-n4 {
	margin: -1.5rem!important
}
.mt-md-n4, .my-md-n4 {
	margin-top: -1.5rem!important
}
.mr-md-n4, .mx-md-n4 {
	margin-right: -1.5rem!important
}
.mb-md-n4, .my-md-n4 {
	margin-bottom: -1.5rem!important
}
.ml-md-n4, .mx-md-n4 {
	margin-left: -1.5rem!important
}
.m-md-n5 {
	margin: -3rem!important
}
.mt-md-n5, .my-md-n5 {
	margin-top: -3rem!important
}
.mr-md-n5, .mx-md-n5 {
	margin-right: -3rem!important
}
.mb-md-n5, .my-md-n5 {
	margin-bottom: -3rem!important
}
.ml-md-n5, .mx-md-n5 {
	margin-left: -3rem!important
}
.m-md-auto {
	margin: auto!important
}
.mt-md-auto, .my-md-auto {
	margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
	margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
	margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left: auto!important
}
}
@media (min-width:992px) {
.m-lg-0 {
	margin: 0!important
}
.mt-lg-0, .my-lg-0 {
	margin-top: 0!important
}
.mr-lg-0, .mx-lg-0 {
	margin-right: 0!important
}
.mb-lg-0, .my-lg-0 {
	margin-bottom: 0!important
}
.ml-lg-0, .mx-lg-0 {
	margin-left: 0!important
}
.m-lg-1 {
margin:.25rem!important
}
.mt-lg-1, .my-lg-1 {
margin-top:.25rem!important
}
.mr-lg-1, .mx-lg-1 {
margin-right:.25rem!important
}
.mb-lg-1, .my-lg-1 {
margin-bottom:.25rem!important
}
.ml-lg-1, .mx-lg-1 {
margin-left:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.mt-lg-2, .my-lg-2 {
margin-top:.5rem!important
}
.mr-lg-2, .mx-lg-2 {
margin-right:.5rem!important
}
.mb-lg-2, .my-lg-2 {
margin-bottom:.5rem!important
}
.ml-lg-2, .mx-lg-2 {
margin-left:.5rem!important
}
.m-lg-3 {
	margin: 1rem!important
}
.mt-lg-3, .my-lg-3 {
	margin-top: 1rem!important
}
.mr-lg-3, .mx-lg-3 {
	margin-right: 1rem!important
}
.mb-lg-3, .my-lg-3 {
	margin-bottom: 1rem!important
}
.ml-lg-3, .mx-lg-3 {
	margin-left: 1rem!important
}
.m-lg-4 {
	margin: 1.5rem!important
}
.mt-lg-4, .my-lg-4 {
	margin-top: 1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
	margin-right: 1.5rem!important
}
.mb-lg-4, .my-lg-4 {
	margin-bottom: 1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
	margin-left: 1.5rem!important
}
.m-lg-5 {
	margin: 3rem!important
}
.mt-lg-5, .my-lg-5 {
	margin-top: 3rem!important
}
.mr-lg-5, .mx-lg-5 {
	margin-right: 3rem!important
}
.mb-lg-5, .my-lg-5 {
	margin-bottom: 3rem!important
}
.ml-lg-5, .mx-lg-5 {
	margin-left: 3rem!important
}
.p-lg-0 {
	padding: 0!important
}
.pt-lg-0, .py-lg-0 {
	padding-top: 0!important
}
.pr-lg-0, .px-lg-0 {
	padding-right: 0!important
}
.pb-lg-0, .py-lg-0 {
	padding-bottom: 0!important
}
.pl-lg-0, .px-lg-0 {
	padding-left: 0!important
}
.p-lg-1 {
padding:.25rem!important
}
.pt-lg-1, .py-lg-1 {
padding-top:.25rem!important
}
.pr-lg-1, .px-lg-1 {
padding-right:.25rem!important
}
.pb-lg-1, .py-lg-1 {
padding-bottom:.25rem!important
}
.pl-lg-1, .px-lg-1 {
padding-left:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.pt-lg-2, .py-lg-2 {
padding-top:.5rem!important
}
.pr-lg-2, .px-lg-2 {
padding-right:.5rem!important
}
.pb-lg-2, .py-lg-2 {
padding-bottom:.5rem!important
}
.pl-lg-2, .px-lg-2 {
padding-left:.5rem!important
}
.p-lg-3 {
	padding: 1rem!important
}
.pt-lg-3, .py-lg-3 {
	padding-top: 1rem!important
}
.pr-lg-3, .px-lg-3 {
	padding-right: 1rem!important
}
.pb-lg-3, .py-lg-3 {
	padding-bottom: 1rem!important
}
.pl-lg-3, .px-lg-3 {
	padding-left: 1rem!important
}
.p-lg-4 {
	padding: 1.5rem!important
}
.pt-lg-4, .py-lg-4 {
	padding-top: 1.5rem!important
}
.pr-lg-4, .px-lg-4 {
	padding-right: 1.5rem!important
}
.pb-lg-4, .py-lg-4 {
	padding-bottom: 1.5rem!important
}
.pl-lg-4, .px-lg-4 {
	padding-left: 1.5rem!important
}
.p-lg-5 {
	padding: 3rem!important
}
.pt-lg-5, .py-lg-5 {
	padding-top: 3rem!important
}
.pr-lg-5, .px-lg-5 {
	padding-right: 3rem!important
}
.pb-lg-5, .py-lg-5 {
	padding-bottom: 3rem!important
}
.pl-lg-5, .px-lg-5 {
	padding-left: 3rem!important
}
.m-lg-n1 {
margin:-.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
margin-top:-.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
margin-right:-.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
margin-bottom:-.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
margin-left:-.25rem!important
}
.m-lg-n2 {
margin:-.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
margin-top:-.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
margin-right:-.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
margin-bottom:-.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
margin-left:-.5rem!important
}
.m-lg-n3 {
	margin: -1rem!important
}
.mt-lg-n3, .my-lg-n3 {
	margin-top: -1rem!important
}
.mr-lg-n3, .mx-lg-n3 {
	margin-right: -1rem!important
}
.mb-lg-n3, .my-lg-n3 {
	margin-bottom: -1rem!important
}
.ml-lg-n3, .mx-lg-n3 {
	margin-left: -1rem!important
}
.m-lg-n4 {
	margin: -1.5rem!important
}
.mt-lg-n4, .my-lg-n4 {
	margin-top: -1.5rem!important
}
.mr-lg-n4, .mx-lg-n4 {
	margin-right: -1.5rem!important
}
.mb-lg-n4, .my-lg-n4 {
	margin-bottom: -1.5rem!important
}
.ml-lg-n4, .mx-lg-n4 {
	margin-left: -1.5rem!important
}
.m-lg-n5 {
	margin: -3rem!important
}
.mt-lg-n5, .my-lg-n5 {
	margin-top: -3rem!important
}
.mr-lg-n5, .mx-lg-n5 {
	margin-right: -3rem!important
}
.mb-lg-n5, .my-lg-n5 {
	margin-bottom: -3rem!important
}
.ml-lg-n5, .mx-lg-n5 {
	margin-left: -3rem!important
}
.m-lg-auto {
	margin: auto!important
}
.mt-lg-auto, .my-lg-auto {
	margin-top: auto!important
}
.mr-lg-auto, .mx-lg-auto {
	margin-right: auto!important
}
.mb-lg-auto, .my-lg-auto {
	margin-bottom: auto!important
}
.ml-lg-auto, .mx-lg-auto {
	margin-left: auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
	margin: 0!important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0!important
}
.m-xl-1 {
margin:.25rem!important
}
.mt-xl-1, .my-xl-1 {
margin-top:.25rem!important
}
.mr-xl-1, .mx-xl-1 {
margin-right:.25rem!important
}
.mb-xl-1, .my-xl-1 {
margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
margin-left:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.mt-xl-2, .my-xl-2 {
margin-top:.5rem!important
}
.mr-xl-2, .mx-xl-2 {
margin-right:.5rem!important
}
.mb-xl-2, .my-xl-2 {
margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
margin-left:.5rem!important
}
.m-xl-3 {
	margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem!important
}
.m-xl-4 {
	margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem!important
}
.m-xl-5 {
	margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem!important
}
.p-xl-0 {
	padding: 0!important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0!important
}
.p-xl-1 {
padding:.25rem!important
}
.pt-xl-1, .py-xl-1 {
padding-top:.25rem!important
}
.pr-xl-1, .px-xl-1 {
padding-right:.25rem!important
}
.pb-xl-1, .py-xl-1 {
padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
padding-left:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.pt-xl-2, .py-xl-2 {
padding-top:.5rem!important
}
.pr-xl-2, .px-xl-2 {
padding-right:.5rem!important
}
.pb-xl-2, .py-xl-2 {
padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
padding-left:.5rem!important
}
.p-xl-3 {
	padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem!important
}
.p-xl-4 {
	padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem!important
}
.p-xl-5 {
	padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem!important
}
.m-xl-n1 {
margin:-.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
margin-top:-.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
margin-right:-.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom:-.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
margin-left:-.25rem!important
}
.m-xl-n2 {
margin:-.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
margin-top:-.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
margin-right:-.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom:-.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
margin-left:-.5rem!important
}
.m-xl-n3 {
	margin: -1rem!important
}
.mt-xl-n3, .my-xl-n3 {
	margin-top: -1rem!important
}
.mr-xl-n3, .mx-xl-n3 {
	margin-right: -1rem!important
}
.mb-xl-n3, .my-xl-n3 {
	margin-bottom: -1rem!important
}
.ml-xl-n3, .mx-xl-n3 {
	margin-left: -1rem!important
}
.m-xl-n4 {
	margin: -1.5rem!important
}
.mt-xl-n4, .my-xl-n4 {
	margin-top: -1.5rem!important
}
.mr-xl-n4, .mx-xl-n4 {
	margin-right: -1.5rem!important
}
.mb-xl-n4, .my-xl-n4 {
	margin-bottom: -1.5rem!important
}
.ml-xl-n4, .mx-xl-n4 {
	margin-left: -1.5rem!important
}
.m-xl-n5 {
	margin: -3rem!important
}
.mt-xl-n5, .my-xl-n5 {
	margin-top: -3rem!important
}
.mr-xl-n5, .mx-xl-n5 {
	margin-right: -3rem!important
}
.mb-xl-n5, .my-xl-n5 {
	margin-bottom: -3rem!important
}
.ml-xl-n5, .mx-xl-n5 {
	margin-left: -3rem!important
}
.m-xl-auto {
	margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto!important
}
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
	text-align: justify!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
}
@media (min-width:768px) {
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
}
@media (min-width:992px) {
.text-lg-left {
	text-align: left!important
}
.text-lg-right {
	text-align: right!important
}
.text-lg-center {
	text-align: center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #0056b3!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #19692c!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #0f6674!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00!important
}
.text-danger {
	color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #cbd3da!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #121416!important
}
.text-body {
	color: #212529!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(0,0,0,.5)!important
}
.text-white-50 {
	color: rgba(255,255,255,.5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.text-decoration-none {
	text-decoration: none!important
}
.text-break {
	word-wrap: break-word!important
}
.text-reset {
	color: inherit!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@media print {
*, ::after, ::before {
	text-shadow: none!important;
	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 #adb5bd;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
size:a3
}
body {
	min-width: 992px!important
}
.container {
	min-width: 992px!important
}
.navbar {
	display: none
}
.badge {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6!important
}
.table-dark {
	color: inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #dee2e6
}
.table .thead-dark th {
	color: inherit;
	border-color: #dee2e6
}
}
[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
transition-duration:50ms
}
[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
	transition-delay: 50ms
}
[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
transition-duration:.1s
}
[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
	transition-delay: .1s
}
[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
transition-duration:150ms
}
[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
	transition-delay: 150ms
}
[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
transition-duration:.2s
}
[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
	transition-delay: .2s
}
[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
transition-duration:250ms
}
[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
	transition-delay: 250ms
}
[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
transition-duration:.3s
}
[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
	transition-delay: .3s
}
[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
transition-duration:350ms
}
[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
	transition-delay: 350ms
}
[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
transition-duration:.4s
}
[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
	transition-delay: .4s
}
[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
transition-duration:450ms
}
[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
	transition-delay: 450ms
}
[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
transition-duration:.5s
}
[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
	transition-delay: .5s
}
[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
transition-duration:550ms
}
[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
	transition-delay: 550ms
}
[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
transition-duration:.6s
}
[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
	transition-delay: .6s
}
[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
transition-duration:650ms
}
[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
	transition-delay: 650ms
}
[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
transition-duration:.7s
}
[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
	transition-delay: .7s
}
[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
transition-duration:750ms
}
[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
	transition-delay: 750ms
}
[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
transition-duration:.8s
}
[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
	transition-delay: .8s
}
[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
transition-duration:850ms
}
[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
	transition-delay: 850ms
}
[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
transition-duration:.9s
}
[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
	transition-delay: .9s
}
[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
transition-duration:950ms
}
[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
	transition-delay: 950ms
}
[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
transition-duration:1s
}
[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
	transition-delay: 1s
}
[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
transition-duration:1.05s
}
[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
	transition-delay: 1.05s
}
[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
transition-duration:1.1s
}
[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
	transition-delay: 1.1s
}
[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
transition-duration:1.15s
}
[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
	transition-delay: 1.15s
}
[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
transition-duration:1.2s
}
[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
	transition-delay: 1.2s
}
[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
transition-duration:1.25s
}
[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
	transition-delay: 1.25s
}
[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
transition-duration:1.3s
}
[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
	transition-delay: 1.3s
}
[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
transition-duration:1.35s
}
[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
	transition-delay: 1.35s
}
[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
transition-duration:1.4s
}
[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
	transition-delay: 1.4s
}
[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
transition-duration:1.45s
}
[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
	transition-delay: 1.45s
}
[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
transition-duration:1.5s
}
[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
	transition-delay: 1.5s
}
[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
transition-duration:1.55s
}
[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
	transition-delay: 1.55s
}
[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
transition-duration:1.6s
}
[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
	transition-delay: 1.6s
}
[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
transition-duration:1.65s
}
[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
	transition-delay: 1.65s
}
[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
transition-duration:1.7s
}
[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
	transition-delay: 1.7s
}
[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
transition-duration:1.75s
}
[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
	transition-delay: 1.75s
}
[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
transition-duration:1.8s
}
[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
	transition-delay: 1.8s
}
[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
transition-duration:1.85s
}
[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
	transition-delay: 1.85s
}
[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
transition-duration:1.9s
}
[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
	transition-delay: 1.9s
}
[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
transition-duration:1.95s
}
[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
	transition-delay: 1.95s
}
[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
transition-duration:2s
}
[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
	transition-delay: 2s
}
[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
transition-duration:2.05s
}
[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
	transition-delay: 2.05s
}
[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
transition-duration:2.1s
}
[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
	transition-delay: 2.1s
}
[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
transition-duration:2.15s
}
[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
	transition-delay: 2.15s
}
[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
transition-duration:2.2s
}
[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
	transition-delay: 2.2s
}
[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
transition-duration:2.25s
}
[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
	transition-delay: 2.25s
}
[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
transition-duration:2.3s
}
[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
	transition-delay: 2.3s
}
[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
transition-duration:2.35s
}
[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
	transition-delay: 2.35s
}
[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
transition-duration:2.4s
}
[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
	transition-delay: 2.4s
}
[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
transition-duration:2.45s
}
[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
	transition-delay: 2.45s
}
[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
transition-duration:2.5s
}
[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
	transition-delay: 2.5s
}
[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
transition-duration:2.55s
}
[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
	transition-delay: 2.55s
}
[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
transition-duration:2.6s
}
[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
	transition-delay: 2.6s
}
[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
transition-duration:2.65s
}
[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
	transition-delay: 2.65s
}
[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
transition-duration:2.7s
}
[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
	transition-delay: 2.7s
}
[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
transition-duration:2.75s
}
[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
	transition-delay: 2.75s
}
[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
transition-duration:2.8s
}
[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
	transition-delay: 2.8s
}
[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
transition-duration:2.85s
}
[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
	transition-delay: 2.85s
}
[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
transition-duration:2.9s
}
[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
	transition-delay: 2.9s
}
[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
transition-duration:2.95s
}
[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
	transition-delay: 2.95s
}
[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
transition-duration:3s
}
[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
transition-delay:0s
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
	transition-delay: 3s
}
[data-aos] {
pointer-events:none
}
[data-aos].aos-animate {
	pointer-events: auto
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
transition-timing-function:cubic-bezier(.25, .25, .75, .75)
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
transition-timing-function:cubic-bezier(.25, .1, .25, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
transition-timing-function:cubic-bezier(.42, 0, 1, 1)
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
transition-timing-function:cubic-bezier(0, 0, .58, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
transition-timing-function:cubic-bezier(.42, 0, .58, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
transition-timing-function:cubic-bezier(.6, -.28, .735, .045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
transition-timing-function:cubic-bezier(.175, .885, .32, 1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
transition-timing-function:cubic-bezier(.68, -.55, .265, 1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
transition-timing-function:cubic-bezier(.47, 0, .745, .715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
transition-timing-function:cubic-bezier(.39, .575, .565, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
transition-timing-function:cubic-bezier(.445, .05, .55, .95)
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
transition-timing-function:cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
transition-timing-function:cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
transition-timing-function:cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
transition-timing-function:cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
transition-timing-function:cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
transition-timing-function:cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
transition-timing-function:cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
transition-timing-function:cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
transition-timing-function:cubic-bezier(.455, .03, .515, .955)
}
@media screen {
html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: none
}
html:not(.no-js) [data-aos=fade-up] {
	transform: translate3d(0, 100px, 0)
}
html:not(.no-js) [data-aos=fade-down] {
	transform: translate3d(0, -100px, 0)
}
html:not(.no-js) [data-aos=fade-right] {
	transform: translate3d(-100px, 0, 0)
}
html:not(.no-js) [data-aos=fade-left] {
	transform: translate3d(100px, 0, 0)
}
html:not(.no-js) [data-aos=fade-up-right] {
	transform: translate3d(-100px, 100px, 0)
}
html:not(.no-js) [data-aos=fade-up-left] {
	transform: translate3d(100px, 100px, 0)
}
html:not(.no-js) [data-aos=fade-down-right] {
	transform: translate3d(-100px, -100px, 0)
}
html:not(.no-js) [data-aos=fade-down-left] {
	transform: translate3d(100px, -100px, 0)
}
html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform
}
html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1)
}
html:not(.no-js) [data-aos=zoom-in] {
	transform: scale(.6)
}
html:not(.no-js) [data-aos=zoom-in-up] {
	transform: translate3d(0, 100px, 0) scale(.6)
}
html:not(.no-js) [data-aos=zoom-in-down] {
	transform: translate3d(0, -100px, 0) scale(.6)
}
html:not(.no-js) [data-aos=zoom-in-right] {
	transform: translate3d(-100px, 0, 0) scale(.6)
}
html:not(.no-js) [data-aos=zoom-in-left] {
	transform: translate3d(100px, 0, 0) scale(.6)
}
html:not(.no-js) [data-aos=zoom-out] {
	transform: scale(1.2)
}
html:not(.no-js) [data-aos=zoom-out-up] {
	transform: translate3d(0, 100px, 0) scale(1.2)
}
html:not(.no-js) [data-aos=zoom-out-down] {
	transform: translate3d(0, -100px, 0) scale(1.2)
}
html:not(.no-js) [data-aos=zoom-out-right] {
	transform: translate3d(-100px, 0, 0) scale(1.2)
}
html:not(.no-js) [data-aos=zoom-out-left] {
	transform: translate3d(100px, 0, 0) scale(1.2)
}
html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
	transition-property: transform;
	visibility: hidden
}
html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
	visibility: visible;
	transform: translate3d(0, 0, 0)
}
html:not(.no-js) [data-aos=slide-up] {
	transform: translate3d(0, 100%, 0)
}
html:not(.no-js) [data-aos=slide-down] {
	transform: translate3d(0, -100%, 0)
}
html:not(.no-js) [data-aos=slide-right] {
	transform: translate3d(-100%, 0, 0)
}
html:not(.no-js) [data-aos=slide-left] {
	transform: translate3d(100%, 0, 0)
}
html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform
}
html:not(.no-js) [data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg)
}
html:not(.no-js) [data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0)
}
html:not(.no-js) [data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg)
}
html:not(.no-js) [data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0)
}
html:not(.no-js) [data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg)
}
html:not(.no-js) [data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0)
}
html:not(.no-js) [data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg)
}
html:not(.no-js) [data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0)
}
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat
}
@font-face {
	font-family: slick;
	src: url(fonts/slick.eot);
	src: url(fonts/slickd41d.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
	font-weight: 400;
	font-style: normal
}
.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}
.slick-prev:before {
	content: "←"
}
[dir=rtl] .slick-prev:before {
	content: "→"
}
.slick-next {
	right: -25px
}
[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}
.slick-next:before {
	content: "→"
}
[dir=rtl] .slick-next:before {
	content: "←"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	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 {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-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
}
.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
}
.owl-carousel.owl-loaded {
	display: block
}
.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
}
.no-js .owl-carousel {
	display: block
}
.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
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.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
}
.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%
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
	clip: rect(0,0,0,0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none
}
.chosen-container a {
	cursor: pointer
}
.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999
}
.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px
}
.chosen-container-single .chosen-default {
	color: #999
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}
.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url(chosen-sprite.png) no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0,0,0,0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%)
}
.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}
.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0!important;
	background: 0 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);
	color: #333;
	line-height: 13px;
	cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222!important
}
.chosen-disabled {
	opacity: .5!important;
	cursor: default
}
.chosen-disabled .chosen-single {
	cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}
.chosen-rtl {
	text-align: right
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}
.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}
.chosen-rtl .chosen-choices li {
	float: right
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl
}
.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}
.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: url(chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) {
.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
background-image:url(chosen-sprite%402x.png)!important;
background-size:52px 37px!important;
background-repeat:no-repeat!important
}
}
.scrtabs-tab-container * {
	box-sizing: border-box
}
.scrtabs-tab-container {
	height: 42px
}
.scrtabs-tab-container .tab-content {
	clear: left
}
.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container>.navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.scrtabs-tabs-fixed-container {
	float: left;
	height: 42px;
	overflow: hidden;
	width: 100%
}
.scrtabs-tabs-movable-container {
	position: relative
}
.scrtabs-tabs-movable-container .tab-content {
	display: none
}
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container>ul.nav-tabs {
	padding-right: 0
}
.scrtabs-tab-scroll-arrow {
	border: 1px solid #ddd;
	border-top: none;
	color: #428bca;
	display: none;
	float: left;
	font-size: 12px;
	height: 42px;
	margin-bottom: -1px;
	padding-left: 2px;
	padding-top: 13px;
	width: 20px
}
.scrtabs-tab-scroll-arrow:hover {
	background-color: #eee
}
.scrtabs-tab-scroll-arrow, .scrtabs-tab-scroll-arrow .scrtabs-click-target {
	cursor: pointer
}
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
	cursor: default
}
.scrtabs-tab-scroll-arrow.scrtabs-disable, .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
	color: #ddd;
	cursor: default
}
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background-color: initial
}
.scrtabs-tabs-fixed-container ul.nav-tabs>li {
	white-space: nowrap
}/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
	list-style: none
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px 0;
	padding: 4px;
	width: 19em
}
@media (min-width:576px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 38em
}
}
@media (min-width:768px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 38em
}
}
@media (min-width:992px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 38em
}
}
.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
	content: '';
	display: inline-block;
	position: absolute
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,.2);
	top: -7px;
	left: 7px
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	top: -6px;
	left: 8px
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0,0,0,.2);
	bottom: -7px;
	left: 6px
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -6px;
	left: 7px
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px
}
.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0
}
.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0
}
.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0
}
.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Increment Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Increment Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Decrement Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Decrement Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Show Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Show Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Toggle AM/PM"
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Clear the picker"
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Set the date to today"
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center
}
.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Toggle Date and Time Screens"
}
.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit
}
.bootstrap-datetimepicker-widget .picker-switch td i, .bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%
}
.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	text-align: center;
border-radius:.25rem;
	padding: .5em
}
.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px
}
.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
	background: 0 0;
	color: #dee2e6;
	cursor: not-allowed
}
.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Previous Month"
}
.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	content: "Next Month"
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #f8f9fa
}
.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px
}
.bootstrap-datetimepicker-widget table td.cw {
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	color: #dee2e6
}
.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: #f8f9fa;
	cursor: pointer
}
.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
	color: #dee2e6
}
.bootstrap-datetimepicker-widget table td.today {
	position: relative
}
.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #dee2e6;
	border-top-color: rgba(0,0,0,.2);
	position: absolute;
	bottom: 4px;
	right: 4px
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #dee2e6;
	color: #007bff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}
.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	background: 0 0;
	color: #dee2e6;
	cursor: not-allowed
}
.bootstrap-datetimepicker-widget table td i, .bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
border-radius:.25rem
}
.bootstrap-datetimepicker-widget table td i:hover, .bootstrap-datetimepicker-widget table td span:hover {
	background: #f8f9fa
}
.bootstrap-datetimepicker-widget table td i.active, .bootstrap-datetimepicker-widget table td span.active {
	background-color: #dee2e6;
	color: #007bff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}
.bootstrap-datetimepicker-widget table td i.old, .bootstrap-datetimepicker-widget table td span.old {
	color: #dee2e6
}
.bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td i.disabled:hover, .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: 0 0;
	color: #dee2e6;
	cursor: not-allowed
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px
}
.bootstrap-datetimepicker-widget.wider {
	width: 21em
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em!important
}
.input-group.date .input-group-addon {
	cursor: pointer
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
body.compensate-for-scrollbar {
	overflow: hidden
}
.fancybox-active {
	height: auto
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}
.fancybox-slide--image::before {
	display: none
}
.fancybox-slide--html {
	padding: 6px
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {
	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: 0
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}
.fancybox-button div {
	height: 100%
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
	display: none
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}
.fancybox-caption {
	background: linear-gradient(to top, rgba(0,0,0,.85) 0, rgba(0,0,0,.3) 50%, rgba(0,0,0,.15) 65%, rgba(0,0,0,.075) 75.5%, rgba(0,0,0,.037) 82.85%, rgba(0,0,0,.019) 88%, transparent 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
}
}
.fancybox-caption--separate {
	margin-top: -50px
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@keyframes fancybox-rotate {
100% {
transform:rotate(360deg)
}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1)
}
@media all and (max-height:576px) {
.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px
}
.fancybox-slide--image {
	padding: 6px 0
}
.fancybox-close-small {
	right: -6px
}
.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px
}
.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding-left:max(12px, env(safe-area-inset-left));
padding-right:max(12px, env(safe-area-inset-right))
}
}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus::before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1
}
@media all and (max-width:576px) {
.fancybox-thumbs {
	width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
	right: 110px
}
.fancybox-thumbs__list a {
	max-width: calc(100% - 10px)
}
}/*! jQuery.Flipster, v1.1.5 (built 2020-10-17) */
.flipster {
	display: block;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative
}
.flipster:focus {
	outline: 0
}
.flipster__container, .flipster__item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative
}
.flipster__container {
	display: block;
	white-space: nowrap;
	word-spacing: -.25em;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.flipster__item {
	display: inline-block;
	white-space: normal;
	word-spacing: normal;
	vertical-align: bottom
}
.flipster--click .flipster__item--future, .flipster--click .flipster__item--past {
	cursor: pointer
}
.flipster__item img {
	max-width: 100%;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px
}
.flipster__button {
	position: absolute;
	top: 50%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: none;
	padding: 0;
	z-index: 999;
	cursor: pointer;
	font-size: 15px;
	opacity: .5;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	margin: -1em 2em
}
.flipster__button svg {
	width: 2em;
	stroke: currentColor;
	fill: transparent;
	stroke-width: 3;
	stroke-linecap: round
}
.flipster__button:focus, .flipster__button:hover {
	opacity: 1
}
.flipster__button--prev {
	left: 0
}
.flipster__button--next {
	right: 0
}
.flipster__nav, .flipster__nav__item {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.flipster__nav {
	display: block;
	margin: 0 0 4em;
	text-align: center;
	position: relative
}
.flipster__nav__item {
	display: inline-block;
	margin: 0 .25em
}
.flipster__nav__link {
	display: block;
	color: inherit;
	padding: .5em 1em;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	-webkit-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	-o-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}
.flipster__nav__link::after {
	content: '';
	display: block;
	background: #232221;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: translateY(100%) translateY(-.25em);
	-ms-transform: translateY(100%) translateY(-.25em);
	transform: translateY(100%) translateY(-.25em);
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit
}
.flipster__nav__item--current>.flipster__nav__link, .flipster__nav__link:focus, .flipster__nav__link:hover {
	color: #fff
}
.flipster__nav__item--current>.flipster__nav__link::after, .flipster__nav__link:focus::after, .flipster__nav__link:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.flipster__nav__child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -1px;
	padding: .5em;
	background: #4e4441;
	z-index: 1
}
.flipster__nav__child .flipster__nav__link {
	color: #fff
}
.flipster__nav__child .flipster__nav__link::after {
	background: #fff
}
.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link, .flipster__nav__child .flipster__nav__link:focus, .flipster__nav__child .flipster__nav__link:hover {
	color: #232221
}
.flipster__nav__item--current .flipster__nav__child {
	display: block
}
.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
	-webkit-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	-o-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px
}
.flipster--carousel .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px
}
.flipster--carousel .flipster__item--future, .flipster--carousel .flipster__item--past {
	opacity: 0;
	-webkit-transition-delay: 115ms;
	-o-transition-delay: 115ms;
	transition-delay: 115ms
}
.flipster--carousel .flipster__item--future-2, .flipster--carousel .flipster__item--past-2 {
	opacity: .6;
	-webkit-transition-delay: 90ms;
	-o-transition-delay: 90ms;
	transition-delay: 90ms
}
.flipster--carousel .flipster__item--future-1, .flipster--carousel .flipster__item--past-1 {
	opacity: .8;
	-webkit-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms
}
.flipster--carousel .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(100%) rotateY(-20deg) scale(.5);
	transform: translateX(100%) rotateY(-20deg) scale(.5)
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) rotateY(40deg) scale(.65);
	transform: translateX(25%) rotateY(40deg) scale(.65)
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: rotateY(45deg) scale(.8);
	transform: rotateY(45deg) scale(.8)
}
.flipster--carousel .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-100%) rotateY(20deg) scale(.5);
	transform: translateX(-100%) rotateY(20deg) scale(.5)
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) rotateY(-40deg) scale(.65);
	transform: translateX(-25%) rotateY(-40deg) scale(.65)
}
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: rotateY(-45deg) scale(.8);
	transform: rotateY(-45deg) scale(.8)
}
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(175%) scale(.5);
	-ms-transform: translateX(175%) scale(.5);
	transform: translateX(175%) scale(.5)
}
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) scale(.65);
	-ms-transform: translateX(25%) scale(.65);
	transform: translateX(25%) scale(.65)
}
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: translateX(0) scale(.8);
	-ms-transform: translateX(0) scale(.8);
	transform: translateX(0) scale(.8)
}
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-175%) scale(.5);
	-ms-transform: translateX(-175%) scale(.5);
	transform: translateX(-175%) scale(.5)
}
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) scale(.65);
	-ms-transform: translateX(-25%) scale(.65);
	transform: translateX(-25%) scale(.65)
}
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: translateX(0) scale(.8);
	-ms-transform: translateX(0) scale(.8);
	transform: translateX(0) scale(.8)
}
.flipster--carousel .flipster__item--current .flipster__item__content {
	-webkit-transform: translateX(0) rotateY(0) scale(1);
	transform: translateX(0) rotateY(0) scale(1);
	-webkit-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms
}
.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
	-webkit-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	-o-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}
.flipster--coverflow .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px
}
.flipster--coverflow .flipster__container {
	padding-bottom: 5%
}
.flipster--coverflow .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,.12)), color-stop(.2, transparent));
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,.12)), color-stop(.2, transparent))
}
.flipster--coverflow .flipster__item__content img:only-child {
	display: block
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scale(.75) rotateY(55deg);
	transform: scale(.75) rotateY(55deg)
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale(.75) rotateY(-55deg);
	transform: scale(.75) rotateY(-55deg)
}
.flipster--coverflow .flip-current .flipster__item__content {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}
.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.flipster--flat .flipster__item--future, .flipster--flat .flipster__item--past {
	opacity: .5
}
.flipster--flat .flipster__item--past .flipster__item__content {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75)
}
.flipster--flat .flipster__item--future .flipster__item__content {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75)
}
.flipster--wheel {
	overflow: hidden
}
.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	-o-transition-timing-function: cubic-bezier(.56, .12, .12, .98);
	transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}
.flipster--wheel .flipster__container {
	padding-bottom: 20%
}
.flipster--wheel .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.flipster--wheel .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.flipster--wheel .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.flipster--wheel .flipster__item__content img:only-child {
	display: block
}
.flipster--wheel .flipster__item--past .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
	-ms-transform: rotate(-80deg) translate(-170%, 110%);
	transform: rotateZ(-80deg) translate(-170%, 110%)
}
.flipster--wheel .flipster__item--future .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(80deg) translate(170%, 110%);
	-ms-transform: rotate(80deg) translate(170%, 110%);
	transform: rotateZ(80deg) translate(170%, 110%)
}
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
	-ms-transform: rotate(-60deg) translate(-70%, 75%);
	transform: rotateZ(-60deg) translate(-70%, 75%)
}
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(60deg) translate(70%, 75%);
	-ms-transform: rotate(60deg) translate(70%, 75%);
	transform: rotateZ(60deg) translate(70%, 75%)
}
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
	-ms-transform: rotate(-40deg) translate(-17%, 30%);
	transform: rotateZ(-40deg) translate(-17%, 30%)
}
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(40deg) translate(17%, 30%);
	-ms-transform: rotate(40deg) translate(17%, 30%);
	transform: rotateZ(40deg) translate(17%, 30%)
}
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotateZ(-20deg)
}
.flipster--wheel .flipster__item--future-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(20deg);
	-ms-transform: rotate(20deg);
	transform: rotateZ(20deg)
}
.flipster--wheel .flip-current .flipster__item__content {
	-webkit-transform: rotateX(0);
	transform: rotateX(0)
}
.flipster__item img {
	opacity: .7;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease
}
.flipster__item:hover img {
	opacity: 1
}
.flipster__item.flipster__item--current img {
	opacity: 1
}
@keyframes fadein {
0% {
opacity:0
}
66% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadein {
0% {
opacity:0
}
66% {
opacity:0
}
100% {
opacity:1
}
}
body, html {
	width: 100%;
	height: 100%;
	overscroll-behavior-y: none;
	scrollbar-width: thin;
	overscroll-behavior-y: none
}
@font-face {
	font-family: GothamBlack;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBlack.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBlack.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBlack.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBlack.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBlack.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBlack.svg#GothamBlack) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GothamBold;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBold.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBold.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBold.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBold.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBold.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBold.svg#GothamBold) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GothamBook;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBook.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBook.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBook.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBook.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBook.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamBook.svg#GothamBook) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GothamLight;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamLight.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamLight.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamLight.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamLight.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamLight.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamLight.svg#GothamLight) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GothamMedium;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamMedium.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamMedium.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamMedium.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamMedium.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamMedium.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamMedium.svg#GothamMedium) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GothamThin;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamThin.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamThin.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamThin.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamThin.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamThin.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamThin.svg#GothamThin) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GothamUltra;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamUltra.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamUltra.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamUltra.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamUltra.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamUltra.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gotham/GothamUltra.svg#GothamUltra) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratBlack;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBlack.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBlack.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBlack.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBlack.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBlack.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBlack.svg#MontserratBlack) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratBold;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBold.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBold.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBold.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBold.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBold.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratBold.svg#MontserratBold) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratExtraBold;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraBold.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraBold.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraBold.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraBold.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraBold.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraBold.svg#MontserratExtraBold) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratExtraLight;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraLight.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraLight.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraLight.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraLight.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraLight.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratExtraLight.svg#MontserratExtraLight) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratLight;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratLight.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratLight.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratLight.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratLight.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratLight.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratLight.svg#MontserratLight) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratMedium;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratMedium.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratMedium.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratMedium.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratMedium.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratMedium.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratMedium.svg#MontserratMedium) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratRegular;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratRegular.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratRegular.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratRegular.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratRegular.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratRegular.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratRegular.svg#MontserratRegular) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratSemiBold;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratSemiBold.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratSemiBold.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratSemiBold.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratSemiBold.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratSemiBold.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratSemiBold.svg#MontserratSemiBold) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: MontserratThin;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratThin.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratThin.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratThin.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratThin.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratThin.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/montserrat/MontserratThin.svg#MontserratThin) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GilroyThin;
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gilory/GilroyThin.eot);
	src: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gilory/GilroyThin.eot?#iefix) format("embedded-opentype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gilory/GilroyThin.woff2) format("woff2"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gilory/GilroyThin.woff) format("woff"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gilory/GilroyThin.ttf) format("truetype"), url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/fonts/gilory/GilroyThin.svg#GilroyThin) format("svg");
	font-weight: 400;
	font-style: normal
}
a, a:focus, a:hover {
	text-decoration: none!important;
	outline: 0!important
}
ol, ol li, ul, ul li {
	list-style: none;
	padding: 0;
	margin: 0
}
.g-elem_71__caption-primary, .g-elem_71__caption-secoundry, .g-elem_83__content__heading-text, .inner-header .b_elem_1 .g_ih_content .content-wrapper--heading span, .pf-thin {
	font-family: GothamThin
}
.footer__bottom-info .copy-line, .g-elem_12__info1 .accordian-container__content__description, .g-elem_13__list, .g-elem_18__tab__content__label, .g-elem_19__banner-container__content-area, .g-elem_1__content p, .g-elem_20__description, .g-elem_24__info__content-text, .g-elem_24__info__description, .g-elem_25__contact-info .contact-wrapper__text, .g-elem_2__content p, .g-elem_30__description, .g-elem_30__tab-wrapper .table-responsive .table tbody td, .g-elem_31__list-view__items-content .content-top__label, .g-elem_34__authorInfo__content .content-wrapper__info, .g-elem_38__content__heading, .g-elem_40__items__content__info .label-name, .g-elem_43__container__header__content, .g-elem_44__items__content, .g-elem_44__items__content__info .label-name, .g-elem_45__textwrap-content p, .g-elem_49__contentwrap--info p, .g-elem_4__companyInfo .companyInfo-container__text, .g-elem_50__contentwrap-textcontent p, .g-elem_55__tabtextwrap-content p, .g-elem_58__contentwrap-discription p, .g-elem_59--right .g-elem_59__contentwrap-text, .g-elem_59__contentwrap-subtitle, .g-elem_59__contentwrap-text, .g-elem_5__content-info p, .g-elem_62__contentwrap-discription p, .g-elem_68__items__content__info .label-name, .g-elem_6__content__description, .g-elem_72__container__header__content, .g-elem_77__bulletlist-list, .g-elem_80__counterwrap-item .text, .g-elem_80__linkwrap-link span, .g-elem_85__contentwrap-content, .g-elem_8__tabtextwrap-tabcontent p, .g-elem_93__bulletlist-list, .g-elem_93__contentwrap p, .g-elem_9__content p, .global-navs.design3 .global-navs__item, .global-navs.design3 .global-navs__list+.global-navs__list:before, .inner-header .b_elem_2 .g_ih_content .content-wrapper--description, .pf-light {
	font-family: GothamLight
}
.button-v1__text, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container .chosen-results li, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design2 .form-grider__container-field, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container .chosen-results li, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design3 .form-grider__container-field, .fom-container.design4 .form-grider__container-field, .fom-container.design4 .form-grider__container-label, .footer__top__contact-info a, .footer__top__content p, .form-wrapper.design2 .fom-container.design2 .form-grider__container-label, .g-elem_1--design2 .g-elem_1__content p, .g-elem_11__container__subHeading, .g-elem_12__info1 .accordian-container__content__heading, .g-elem_12__info2 .download-container__text, .g-elem_13__list:before, .g-elem_14 .owl-dots span.slider-counter__divider, .g-elem_14 .owl-dots span.slider-counter__totalCount, .g-elem_14 .owl-nav span.slider-counter__divider, .g-elem_14 .owl-nav span.slider-counter__totalCount, .g-elem_14 .slider-counter span.slider-counter__divider, .g-elem_14 .slider-counter span.slider-counter__totalCount, .g-elem_14__container .items__counters__container__info, .g-elem_14__container .items__label, .g-elem_16__grid__items__content-year, .g-elem_18__grid .nav-item .nav-link, .g-elem_19__banner-container__link-text, .g-elem_1__counters p, .g-elem_21__content .stock-info__list__label, .g-elem_22__grid__items__content-year, .g-elem_23 .listing-grid__items__content-label, .g-elem_23 .listing-grid__items__dates-month, .g-elem_24__info__name, .g-elem_26__officelist__list__content .content-info, .g-elem_28__actions__link-text, .g-elem_29__return-wrapper-text, .g-elem_30__tab-wrapper .table-responsive .table tbody td:first-child, .g-elem_30__tab-wrapper .table-responsive .table thead th, .g-elem_33__tag-wrap__title, .g-elem_34__authorInfo__content .content-wrapper__designation, .g-elem_35 .blog-details_container__label, .g-elem_36__counters .counter-container__items-info, .g-elem_36__slider__items-content .content-top__label, .g-elem_38 .highlighting-container__items .content-section__text, .g-elem_3__content__plantlist ul li, .g-elem_40 .slider-counter span.slider-counter__divider, .g-elem_40 .slider-counter span.slider-counter__totalCount, .g-elem_41--design2 .g-elem_41__counters p, .g-elem_42__counters p, .g-elem_43 .owl-dots span.slider-counter__divider, .g-elem_43 .owl-dots span.slider-counter__totalCount, .g-elem_43 .owl-nav span.slider-counter__divider, .g-elem_43 .owl-nav span.slider-counter__totalCount, .g-elem_43 .slider-counter span.slider-counter__divider, .g-elem_43 .slider-counter span.slider-counter__totalCount, .g-elem_44 .slider-counter span.slider-counter__divider, .g-elem_44 .slider-counter span.slider-counter__totalCount, .g-elem_45__textwrap-content span, .g-elem_57__list:before, .g-elem_58 .slider-counter span.slider-counter__divider, .g-elem_58 .slider-counter span.slider-counter__totalCount, .g-elem_60__grid__items__description, .g-elem_60__grid__items__meta-item, .g-elem_62__financiallist-netchange, .g-elem_62__financiallist-text, .g-elem_62__financiallist-value sub, .g-elem_65__contentwrap-author, .g-elem_66__contentwrap-text p, .g-elem_66__imageslider__counter-item_textwrap .text, .g-elem_67__contentwrap-text p, .g-elem_68 .slider-counter span.slider-counter__divider, .g-elem_68 .slider-counter span.slider-counter__totalCount, .g-elem_68__counters .counter-container__items-info, .g-elem_68__items-discription .content, .g-elem_68__items__heading, .g-elem_69__contentwrap-text p, .g-elem_69__counter-item_textwrap .text, .g-elem_72 .owl-dots span.slider-counter__divider, .g-elem_72 .owl-dots span.slider-counter__totalCount, .g-elem_72 .owl-nav span.slider-counter__divider, .g-elem_72 .owl-nav span.slider-counter__totalCount, .g-elem_72 .slider-counter span.slider-counter__divider, .g-elem_72 .slider-counter span.slider-counter__totalCount, .g-elem_73__list-subhead, .g-elem_74 .slider-counter span.slider-counter__divider, .g-elem_74 .slider-counter span.slider-counter__totalCount, .g-elem_74__item__content-description, .g-elem_75__content p, .g-elem_76__counter-text, .g-elem_78__content-text p, .g-elem_79__contentwrap-content p, .g-elem_7__valuelist ol li.list:before, .g-elem_80__contentwap-contentwrap .text p, .g-elem_82__content p, .g-elem_82__counter-item_textwrap .text, .g-elem_84--design3 .g-elem_84__content-link, .g-elem_84__content-text p, .g-elem_86__contentwrap-content p, .g-elem_86__linktext_text, .g-elem_87__listwrap-list--contentwrap-text p, .g-elem_88__content-subhead, .g-elem_89__contentwrap-sign, .g-elem_89__contentwrap-text p, .g-elem_9--design2 .g-elem_9__content p, .g-elem_9--design4 .g-elem_9__content p, .g-elem_90__content-text p, .g-elem_91__content-text p, .g-elem_91__counter-item_textwrap .text, .g-elem_92__topcontent-subhead, .g-elem_94__contentwrap-linkwrap_link a, .global-navs.design1 .global-navs__items, .global-navs.design10 .nav-item .nav-link, .global-navs.design12 .global-navs__item, .global-navs.design2 .global-navs__item, .global-navs.design4 .nav-item .nav-link, .global-navs.design5 .global-navs__item, .global-navs.design6 .nav-item .nav-link, .inner-header .b_elem_1 .g_ih_content .scroll-button__text, .inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button, .inner-header .b_elem_3 .g_ih_content .content-wrapper--subHeading, .inner-header .b_elem_3 .g_ih_content .scroll-button__text, .inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container--label, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo-date, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo-name, .inner-header .b_elem_6 .g_ih_content .content-wrapper--subHeading, .inner-header .b_elem_6 .g_ih_content .scroll-button__text, .jpl-header .b_elem_1 .g_ih_content .scroll-button__text, .pf-regular {
	font-family: GothamBook
}
.fom-container.design2 .fom-container__action__link-text, .fom-container.design3 .fom-container__action__link-text, .footer__top__content h4, .g-elem_10 .information-container__content__designation, .g-elem_11__container__heading-text, .g-elem_14 .owl-dots span, .g-elem_14 .owl-nav span, .g-elem_14 .slider-counter span, .g-elem_14__container .items__description, .g-elem_14__container .items__heading, .g-elem_17__grid__items__content-label, .g-elem_17__grid__items__content-link-text, .g-elem_18__grid .nav-item .nav-link.active, .g-elem_1__content__link-text, .g-elem_20__heading, .g-elem_21__header__heading, .g-elem_22--design3 .g-elem_22__linktext-text, .g-elem_24__heading, .g-elem_25__contact-info .contact-wrapper__heading, .g-elem_33__tag-wrap__grid .tags-info, .g-elem_34__authorInfo__content .content-wrapper__name, .g-elem_35 .blog-details_container__content-title, .g-elem_36__contentBox .content-heading, .g-elem_37__content__heading, .g-elem_37__slider__items-content .person-designation, .g-elem_38 .scroll-button__text, .g-elem_3__content__heading, .g-elem_40 .slider-counter span, .g-elem_40__items__content__info .label-content, .g-elem_40__items__content__link-text, .g-elem_41__grid__items__content-label, .g-elem_41__grid__items__content-link-text, .g-elem_43 .owl-dots span, .g-elem_43 .owl-nav span, .g-elem_43 .slider-counter span, .g-elem_43__container__grid__items__content-label, .g-elem_43__container__grid__items__content-link-text, .g-elem_43__container__header__link-text, .g-elem_44 .slider-counter span, .g-elem_44__items__content__info .label-content, .g-elem_44__items__content__link-text, .g-elem_45__slidertextnav-item span, .g-elem_49__contentwrap--title, .g-elem_49__formsection .addemployment a, .g-elem_49__formsection--title, .g-elem_49__shortdetail--list .label, .g-elem_4__heading, .g-elem_52__grid__items__content-label, .g-elem_52__grid__items__content-link-text, .g-elem_57__list, .g-elem_58 .slider-counter span, .g-elem_58__contentwrap-link_text, .g-elem_59__contentwrap-title, .g-elem_59__heading-link_text, .g-elem_5__information .content-wrapper__description, .g-elem_60__grid__items__action-value, .g-elem_61__post-link_text, .g-elem_61__post-meta, .g-elem_61__post-title, .g-elem_62__contentwrap-link_text, .g-elem_66__contentwrap-linktext_text, .g-elem_67__contentwrap-label, .g-elem_67__contentwrap-linktext_text, .g-elem_68 .slider-counter span, .g-elem_68__items__content__info .label-content, .g-elem_69__contentwrap-label, .g-elem_6__content__heading, .g-elem_72 .owl-dots span, .g-elem_72 .owl-nav span, .g-elem_72 .slider-counter span, .g-elem_72__container__grid__items__content-label, .g-elem_72__container__grid__items__content-link-text, .g-elem_72__container__header__link-text, .g-elem_74 .slider-counter span, .g-elem_75__link, .g-elem_78__content-label, .g-elem_78__content-link, .g-elem_7__valuelist ol li.list, .g-elem_83__content-linktext_text, .g-elem_83__content__subHeading, .g-elem_8__headwrap-headtext, .global-navs--pagination .global-navs__items, .global-navs--pagination .pagination-icons__label, .global-navs.design8 .nav-item .nav-link, .global-navs.design9 .nav-item .nav-link, .global-navs.design9 .nav-item .nav-link span, .inner-header .b_elem_2 .g_ih_content .content-wrapper--subHeading, .inner-header .b_elem_4 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--link, .pf-medium {
	font-family: GothamMedium
}
.fom-container.design3 .form-grider__container-label, .g-elem_10__container__heading, .g-elem_12__heading, .g-elem_12__info1 .accordian-container__head, .g-elem_13__heading, .g-elem_14__container .items__counters__container__heading, .g-elem_15__heading, .g-elem_15__reports__label, .g-elem_16__grid__items__content-label, .g-elem_16__heading, .g-elem_17__grid__items__visual-heading, .g-elem_17__header__heading, .g-elem_19__grid__items__visual-heading, .g-elem_19__header__heading, .g-elem_1__counters-text, .g-elem_1__title, .g-elem_21__content .stock-info__list__value, .g-elem_22--design3 .g-elem_22__title, .g-elem_22__grid__items__content-label, .g-elem_22__header__heading, .g-elem_23 .listing-grid__items__content-text, .g-elem_23 .listing-grid__items__dates-day, .g-elem_26__heading, .g-elem_26__officelist__list__head, .g-elem_27__heading, .g-elem_28__heading, .g-elem_29__heading, .g-elem_29__return-wrapper-value, .g-elem_2__title, .g-elem_30__heading, .g-elem_31__list-view__items-content .content-top__title, .g-elem_36__counters .counter-container__items-heading, .g-elem_36__slider__items-content .content-top__title, .g-elem_37__content__heading--fontsize60, .g-elem_39__title, .g-elem_40__items__heading, .g-elem_41--design2 .g-elem_41__counters-text, .g-elem_41__grid__items__visual-heading, .g-elem_41__header__heading, .g-elem_42__counters-text, .g-elem_43__container__grid__items__visual-heading, .g-elem_43__container__header__heading, .g-elem_44__items__heading, .g-elem_45__textwrap-title, .g-elem_49__formsection--action .or, .g-elem_49__formsection--action-link .text, .g-elem_49__shortdetail--list .value, .g-elem_50__contentwrap-title, .g-elem_52__grid__items__visual-heading--designation, .g-elem_52__grid__items__visual-heading--label, .g-elem_55__tabtextwrap-linktext_text, .g-elem_55__tabtextwrap-title, .g-elem_56__contentwrap-linkwrap_text, .g-elem_56__contentwrap-title, .g-elem_57__head, .g-elem_58__contentwrap-title, .g-elem_59__heading-title, .g-elem_5__heading, .g-elem_60__grid__items__title, .g-elem_61__heading, .g-elem_62__contentwrap-title, .g-elem_62__financiallist-value, .g-elem_67.design2 .g-elem_67__headtext, .g-elem_68__counters .counter-container__items-heading, .g-elem_72__container__grid__items__visual-heading, .g-elem_72__container__header__heading, .g-elem_73__list-heading, .g-elem_74__item__content-title, .g-elem_78__content-head, .g-elem_79__headwrap-subtext, .g-elem_79__headwrap-text, .g-elem_7__headtext, .g-elem_80__contentwap-contentwrap .head, .g-elem_84__content-head, .g-elem_84__heading, .g-elem_84__timeline-currentyear, .g-elem_84__timeline-openyear, .g-elem_84__yearwrap-yeartext .year, .g-elem_86 .responsive-tabs-container[class*=accordion-] .accordion-link, .g-elem_86 .slider-counter span, .g-elem_86__contentwrap-headtext--head, .g-elem_86__head, .g-elem_87__listwrap-list--contentwrap-head, .g-elem_87__listwrap-list--contentwrap-link a, .g-elem_88__content-head, .g-elem_88__content-link a, .g-elem_90__content-head, .g-elem_91__content-head, .g-elem_92__topcontent-head, .g-elem_92__topcontent-link a, .g-elem_93__contentwrap-head, .g-elem_93__head, .g-elem_94__contentwrap-head, .g-elem_94__opensectionbt a, .global-navs.design13 .nav-item .nav-link, .header-container__content-text, .inner-header .b_elem_1 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_2 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_3 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_5 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_6 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--subHeading, .jpl-header .b_elem_1 .g_ih_content .content-wrapper--heading, .pf-bold {
	font-family: GothamBold
}
.g-elem_10 .information-container__content__heading, .g-elem_37__slider__items-content .person-name, .g-elem_38 .highlighting-container__items .content-section__heading, .g-elem_53 .information-container__content__heading, .g-elem_5__information .content-wrapper__title, .g-elem_65__contentwrap p, .g-elem_66__contentwrap-head, .g-elem_66__imageslider__counter-item_textwrap .number, .g-elem_66__title, .g-elem_67__contentwrap-title, .g-elem_69__contentwrap-title, .g-elem_69__counter-item_textwrap .number, .g-elem_75__heading, .g-elem_76__counter-num, .g-elem_80__counterwrap-item .counternumber span, .g-elem_81__grid-item .text, .g-elem_82__counter-item_textwrap .number, .g-elem_82__heading, .g-elem_91__counter-item_textwrap .number, .pf-black {
	font-family: GothamBlack
}
.pf-ultra {
	font-family: GothamUltra
}
.sf-thin {
	font-family: MontserratThin
}
.sf-light {
	font-family: MontserratLight
}
.sf-extraLight {
	font-family: MontserratExtraLight
}
.sf-regular {
	font-family: MontserratRegular
}
.sf-medium {
	font-family: MontserratMedium
}
.sf-semiBold {
	font-family: MontserratSemiBold
}
.sf-bold {
	font-family: MontserratBold
}
.sf-extraBold {
	font-family: MontserratExtraBold
}
.sf-black {
	font-family: MontserratBlack
}
.tf-thin {
	font-family: GilroyThin
}
.fs6 {
font-size:.375rem
}
.fs7 {
font-size:.4375rem
}
.fs8 {
font-size:.5rem
}
.fs9 {
font-size:.5625rem
}
.fs10 {
font-size:.625rem
}
.fs11, .g-elem_31__list-view__items-content .content-top__label {
font-size:.6875rem
}
.fs12, .g-elem_10 .information-container__content__designation, .g-elem_22__grid__items__content-year, .g-elem_23 .listing-grid__items__content-label, .g-elem_23 .listing-grid__items__dates-month, .inner-header .b_elem_1 .g_ih_content .scroll-button__text, .inner-header .b_elem_3 .g_ih_content .scroll-button__text, .inner-header .b_elem_6 .g_ih_content .scroll-button__text, .jpl-header .b_elem_1 .g_ih_content .scroll-button__text {
font-size:.75rem
}
.fs13, .g-elem_38 .scroll-button__text {
font-size:.8125rem
}
.fom-container.design4 .form-grider__container-field, .fom-container.design4 .form-grider__container-label, .footer__bottom-info .copy-line, .footer__top__contact-info a, .footer__top__content h4, .footer__top__content p, .fs14, .g-elem_11__container__subHeading, .g-elem_16__grid__items__content-year, .g-elem_17__grid__items__content-label, .g-elem_18__grid .nav-item .nav-link, .g-elem_19__banner-container__link-text, .g-elem_24__info__content-text, .g-elem_24__info__description, .g-elem_26__officelist__list__content .content-info, .g-elem_28__actions__link-text, .g-elem_33__tag-wrap__grid .tags-info, .g-elem_35 .blog-details_container__label, .g-elem_36__slider__items-content .content-top__label, .g-elem_37__slider__items-content .person-designation, .g-elem_38 .highlighting-container__items .content-section__text, .g-elem_41__grid__items__content-label, .g-elem_43__container__grid__items__content-label, .g-elem_4__companyInfo .companyInfo-container__text, .g-elem_52__grid__items__content-label, .g-elem_60__grid__items__action-value, .g-elem_60__grid__items__meta-item, .g-elem_62__financiallist-netchange, .g-elem_72__container__grid__items__content-label, .g-elem_86__linktext_text, .global-navs.design1 .global-navs__items, .global-navs.design12 .global-navs__item, .global-navs.design2 .global-navs__item, .global-navs.design3 .global-navs__item, .global-navs.design3 .global-navs__list+.global-navs__list:before {
font-size:.875rem
}
.fs15, .g-elem_14__container .items__counters__container__info, .g-elem_18__grid .nav-item .nav-link.active, .g-elem_36__counters .counter-container__items-info {
font-size:.9375rem
}
.button-v1__text, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container .chosen-results li, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container .chosen-results li, .fs16, .g-elem_12__info2 .download-container__text, .g-elem_14 .owl-dots span, .g-elem_14 .owl-nav span, .g-elem_14 .slider-counter span, .g-elem_14__container .items__label, .g-elem_15__reports__label, .g-elem_19__banner-container__content-area, .g-elem_22__grid__items__content-label, .g-elem_23 .listing-grid__items__content-text, .g-elem_24__info__name, .g-elem_31__list-view__items-content .content-top__title, .g-elem_33__tag-wrap__title, .g-elem_34__authorInfo__content .content-wrapper__designation, .g-elem_39__listwrap-list a span, .g-elem_3__content__plantlist ul li, .g-elem_40 .slider-counter span, .g-elem_43 .owl-dots span, .g-elem_43 .owl-nav span, .g-elem_43 .slider-counter span, .g-elem_44 .slider-counter span, .g-elem_58 .slider-counter span, .g-elem_60__grid__items__description, .g-elem_62__financiallist-text, .g-elem_68 .slider-counter span, .g-elem_72 .owl-dots span, .g-elem_72 .owl-nav span, .g-elem_72 .slider-counter span, .g-elem_74 .slider-counter span, .g-elem_80__counterwrap-item .text, .global-navs.design10 .nav-item .nav-link, .global-navs.design4 .nav-item .nav-link, .global-navs.design5 .global-navs__item, .global-navs.design6 .nav-item .nav-link, .inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button, .inner-header .b_elem_3 .g_ih_content .content-wrapper--subHeading, .inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container--label, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo-date, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo-name, .inner-header .b_elem_6 .g_ih_content .content-wrapper--subHeading {
	font-size: 1rem
}
.fs17, .g-elem_45__slidertextnav-item span, .g-elem_83__content__subHeading {
	font-size: 1.0625rem
}
.fom-container.design2 .fom-container__action__link-text, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design2 .form-grider__container-field, .fom-container.design3 .fom-container__action__link-text, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design3 .form-grider__container-field, .fom-container.design3 .form-grider__container-label, .form-wrapper.design2 .fom-container.design2 .form-grider__container-label, .fs18, .g-elem_10 .information-container__content__heading, .g-elem_12__info1 .accordian-container__content__description, .g-elem_12__info1 .accordian-container__content__heading, .g-elem_13__list, .g-elem_14__container .items__description, .g-elem_16__grid__items__content-label, .g-elem_17__grid__items__content-link-text, .g-elem_17__grid__items__visual-heading, .g-elem_19__grid__items__visual-heading, .g-elem_1__content p, .g-elem_1__content__link-text, .g-elem_22--design3 .g-elem_22__linktext-text, .g-elem_29__return-wrapper-text, .g-elem_2__content p, .g-elem_30__description, .g-elem_30__tab-wrapper .table-responsive .table tbody td, .g-elem_30__tab-wrapper .table-responsive .table thead th, .g-elem_34__authorInfo__content .content-wrapper__info, .g-elem_38__content__heading, .g-elem_40__items__content__link-text, .g-elem_41--design2 .g-elem_41__counters p, .g-elem_41__grid__items__content-link-text, .g-elem_41__grid__items__visual-heading, .g-elem_43__container__grid__items__content-link-text, .g-elem_43__container__grid__items__visual-heading, .g-elem_43__container__header__content, .g-elem_43__container__header__link-text, .g-elem_44__items__content__link-text, .g-elem_49__contentwrap--info p, .g-elem_49__contentwrap--title, .g-elem_49__formsection--action .or, .g-elem_49__formsection--action-link .text, .g-elem_49__formsection--title, .g-elem_49__shortdetail--list .label, .g-elem_50__contentwrap-textcontent p, .g-elem_52__grid__items__content-link-text, .g-elem_55__tabwrap .global-navs.design6 .nav-item .nav-link .nav-link--text, .g-elem_58__contentwrap-link_text, .g-elem_59--right .g-elem_59__contentwrap-text, .g-elem_59__heading-link_text, .g-elem_61__post-link_text, .g-elem_61__post-meta, .g-elem_62__contentwrap-link_text, .g-elem_66__contentwrap-linktext_text, .g-elem_67__contentwrap-label, .g-elem_67__contentwrap-linktext_text, .g-elem_67__contentwrap-text p, .g-elem_68__counters .counter-container__items-info, .g-elem_69__contentwrap-label, .g-elem_69__contentwrap-text p, .g-elem_6__content__description, .g-elem_72__container__grid__items__content-link-text, .g-elem_72__container__grid__items__visual-heading, .g-elem_72__container__header__content, .g-elem_72__container__header__link-text, .g-elem_74__item__content-description, .g-elem_75__content p, .g-elem_75__link, .g-elem_83__content-linktext_text, .g-elem_9--design4 .g-elem_9__content p, .g-elem_93__contentwrap p, .g-elem_9__content p, .global-navs.design9 .nav-item .nav-link span, .inner-header .b_elem_2 .g_ih_content .content-wrapper--description {
	font-size: 1.125rem
}
.fs20, .g-elem_1--design2 .g-elem_1__content p, .g-elem_21__content .stock-info__list__label, .g-elem_26__officelist__list__head, .g-elem_36__slider__items-content .content-top__title, .g-elem_40__items__content__info .label-name, .g-elem_44__items__content__info .label-name, .g-elem_52__grid__items__visual-heading--designation, .g-elem_52__grid__items__visual-heading--label, .g-elem_55__tabtextwrap-content p, .g-elem_56__contentwrap-linkwrap_text, .g-elem_58__contentwrap-discription p, .g-elem_59__contentwrap-text, .g-elem_60__grid__items__title, .g-elem_62__contentwrap-discription p, .g-elem_68__items-discription .content, .g-elem_68__items__content__info .label-name, .g-elem_71__caption-primary, .g-elem_9--design2 .g-elem_9__content p, .global-navs.design13 .nav-item .nav-link {
	font-size: 1.25rem
}
.fs22, .g-elem_18__tab__content__label, .g-elem_37__slider__items-content .person-name, .g-elem_53 .information-container__content__heading, .g-elem_79__contentwrap-content p, .g-elem_80__contentwap-contentwrap .text p, .g-elem_93__contentwrap-head, .inner-header .b_elem_2 .g_ih_content .content-wrapper--subHeading {
	font-size: 1.375rem
}
.fs24, .g-elem_13__list:before, .g-elem_1__counters p, .g-elem_20__description, .g-elem_25__contact-info .contact-wrapper__heading, .g-elem_25__contact-info .contact-wrapper__text, .g-elem_42__counters p, .g-elem_44__items__content, .g-elem_45__textwrap-content p, .g-elem_49__formsection .addemployment a, .g-elem_55__tabtextwrap-linktext_text, .g-elem_57__list:before, .g-elem_59--right .g-elem_59__contentwrap-text span, .g-elem_5__content-info p, .g-elem_5__information .content-wrapper__description, .g-elem_75__content p strong.fontsize31, .global-navs--pagination .global-navs__items, .global-navs--pagination .pagination-icons__label, .global-navs.design8 .nav-item .nav-link, .global-navs.design9 .nav-item .nav-link, .inner-header .b_elem_1 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--link, .jpl-header .b_elem_1 .g_ih_content .content-wrapper--heading {
	font-size: 1.5rem
}
.fs25, .g-elem_57__list {
	font-size: 1.5625rem
}
.fs26, .g-elem_36__contentBox .content-heading, .g-elem_40__items__content__info .label-content, .g-elem_44__items__content__info .label-content, .g-elem_68__items__content__info .label-content {
	font-size: 1.625rem
}
.fs28, .g-elem_23 .listing-grid__items__dates-day, .g-elem_61__post-title {
	font-size: 1.75rem
}
.fs30, .g-elem_12__info1 .accordian-container__head, .g-elem_1__title, .g-elem_24__heading, .g-elem_37__content__heading, .g-elem_3__content__heading, .g-elem_49__shortdetail--list .value, .g-elem_4__heading, .g-elem_50__contentwrap-title, .g-elem_59__contentwrap-subtitle, .g-elem_74__item__content-title, .header-container__content-text, .inner-header .b_elem_4 .g_ih_content .content-wrapper--heading {
	font-size: 1.875rem
}
.fs32, .inner-header .b_elem_2 .g_ih_content .content-wrapper--heading {
	font-size: 2rem
}
.fs34 {
	font-size: 2.125rem
}
.fs36, .g-elem_1--design2 .g-elem_1__title, .g-elem_10__container__heading, .g-elem_12__heading, .g-elem_13__heading, .g-elem_15__heading, .g-elem_16__heading, .g-elem_17__header__heading, .g-elem_19__header__heading, .g-elem_21__header__heading, .g-elem_22__header__heading, .g-elem_26__heading, .g-elem_27__heading, .g-elem_28__heading, .g-elem_29__heading, .g-elem_38 .highlighting-container__items .content-section__heading, .g-elem_39__title, .g-elem_40__items__heading, .g-elem_41__header__heading, .g-elem_43__container__header__heading, .g-elem_44__items__heading, .g-elem_45__textwrap-title, .g-elem_55__tabtextwrap-title, .g-elem_57__head, .g-elem_58__contentwrap-title, .g-elem_59__contentwrap-title, .g-elem_59__heading-title, .g-elem_5__heading, .g-elem_5__information .content-wrapper__title, .g-elem_67.design2 .g-elem_67__headtext, .g-elem_67__contentwrap-title, .g-elem_68__items__heading, .g-elem_69__contentwrap-title, .g-elem_72__container__header__heading, .g-elem_75__heading, .g-elem_7__headtext, .g-elem_8__headwrap-headtext, .inner-header .b_elem_5 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--subHeading, .inner-header.design2 .b_elem_5 .g_ih_content .content-wrapper--heading {
	font-size: 2.25rem
}
.fs40, .g-elem_14__container .items__heading, .g-elem_71__caption-secoundry, .g-elem_83__content__heading-text, .inner-header .b_elem_1 .g_ih_content .content-wrapper--heading span {
	font-size: 2.5rem
}
.fs42, .g-elem_37__content__heading--fontsize60 {
	font-size: 2.625rem
}
.fs45, .g-elem_6__content__heading {
	font-size: 2.8125rem
}
.fs47 {
	font-size: 2.9375rem
}
.fs48, .g-elem_11__container__heading-text, .g-elem_20__heading, .g-elem_34__authorInfo__content .content-wrapper__name, .g-elem_35 .blog-details_container__content-title, .g-elem_56__contentwrap-title, .inner-header .b_elem_3 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_6 .g_ih_content .content-wrapper--heading {
	font-size: 3rem
}
.fs50, .g-elem_2__title, .g-elem_36__counters .counter-container__items-heading {
	font-size: 3.125rem
}
.fs54, .g-elem_29__return-wrapper-value, .g-elem_61__heading {
	font-size: 3.375rem
}
.fs60, .g-elem_21__content .stock-info__list__value, .g-elem_41--design2 .g-elem_41__counters-text, .g-elem_68__counters .counter-container__items-heading {
	font-size: 3.75rem
}
.fs76, .g-elem_1__counters-text, .g-elem_42__counters-text {
	font-size: 4.75rem
}
.fs80 {
	font-size: 5rem
}
.fs96 {
	font-size: 6rem
}
.fs100 {
	font-size: 6.25rem
}
.ls-15 {
	letter-spacing: -1.5px
}
.ls-05 {
	letter-spacing: -.5px
}
.ls0 {
	letter-spacing: 0
}
.ls02 {
	letter-spacing: .2px
}
.ls05 {
	letter-spacing: .5px
}
.ls015 {
	letter-spacing: .15px
}
.ls025 {
	letter-spacing: .25px
}
.ls05 {
	letter-spacing: .5px
}
.ls04 {
	letter-spacing: .4px
}
.ls15 {
	letter-spacing: 1.5px
}
.ls1 {
	letter-spacing: .1px
}
:root {
--baseBlack:0, 0, 0;
--baseWhite:255, 255, 255;
--alpha1:0.1;
--alpha2:0.2;
--alpha3:0.3;
--alpha003:0.03;
--alpha4:0.4;
--alpha5:0.5;
--alpha6:0.6;
--alpha7:0.7;
--alpha8:0.8;
--alpha86:0.86;
--alpha899:0.899;
--alpha9:0.9;
--black:rgb(var(--baseBlack));
--black2:#1a1a1a;
--black3:#242424;
--black4:#3a3a3a;
--black5:#1c1c1c;
--black6:#1f1f1f;
--black7:rgba(var(--baseBlack), var(--alpha1));
--black8:#010101;
--black9:#262626;
--black10:rgba(var(--baseBlack), var(--alpha7));
--black11:rgba(var(--baseBlack), var(--alpha5));
--black12:#2b2b2b;
--black13:#272727;
--black14:#0e0a0c;
--black15:#3e3b3d;
--white:rgb(var(--baseWhite));
--white2:rgba(var(--baseWhite), var(--alpha5));
--white3:rgba(var(--baseWhite), var(--alpha7));
--white4:rgba(var(--baseWhite), var(--alpha003));
--white5:rgba(var(--baseWhite), var(--alpha4));
--white6:rgba(var(--baseWhite), var(--alpha9));
--white7:#ebebeb;
--white8:rgba(var(--baseWhite), var(--alpha3));
--white9:rgba(var(--baseWhite), var(--alpha8));
--white10:#f2f2f2;
--white11:#e5e5e5;
--grey1:#a5a4a4;
--grey2:#58585a;
--grey3:#bababa;
--grey4:#636363;
--grey5:#98959a;
--grey6:#b3b2af;
--grey7:#6e6e6e;
--grey8:#6b6b6b;
--grey9:#8d8d8d;
--grey10:#999fb2;
--grey11:#acacac;
--grey12:#898989;
--grey13:#484848;
--grey14:#777777;
--grey15:#f5f5f5;
--grey16:#b8b8b8;
--grey17:#4c4c4c;
--grey18:#737373;
--grey19:#6f6164;
--grey20:#c6c1c2;
--grey20:#d3d6da;
--grey21:#d2cdb7;
--brown:#8f654790;
--orange:#f27920;
--orange2:#f0793b;
--orange3:#f27930;
--blue:#0e1a2b;
--blue2:#0d1a2c;
--darkblue:#05091f;
--green2:#39b054;
--red2:#cb3c44;
--yellow:#fec73a;
--yellow2:#ffc822;
--darkyellow:#d47e19;
--njfooterbg:#110000;
--purplegrey:#48363c;
--purplegrey2:#716a66;
--purple:#36003b;
--purple2:#5b0962;
--litepurple:#63424a;
--litepurple2:#352c30;
--cream:#fdfcdc
}
.main-nav {
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
	padding: 20px 0 0 0;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.main-nav__logo--scroll {
	display: none
}
.main-nav__logo--main {
	width: 140px
}
@media (min-width:576px) and (min-width:992px) {
.main-nav-xs {
	background: var(--white);
	position: fixed;
	padding: 8px 0
}
.main-nav-xs .main-nav__top {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}
.main-nav-xs .main-nav__top .hamburger-icon {
	display: none
}
.main-nav-xs.transparent-header {
	background: 0 0
}
.main-nav-xs.transparent-header .main-nav__top {
	padding: 0px 0
}
.main-nav-xs.transparent-header .main-nav__logo--main {
	width: 260px
}
.main-nav-xs.transparent-header .main-nav__logo--scroll {
	display: none
}
.main-nav-xs.fixed_nav {
	background: var(--white);
	padding: 0
}
.main-nav-xs.fixed_nav .main-nav__top {
	padding: 8px 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.main-nav-xs.fixed_nav .main-nav__logo--main {
	display: none
}
.main-nav-xs.fixed_nav .main-nav__logo--scroll {
	display: block;
	width: 140px
}
.main-nav-xs.fixed_nav .global-navs>.global-navs__grid>.global-navs__list>.global-navs__items {
	color: var(--black)
}
}
.header {
	min-height: 630px;
	max-height: 900px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	overflow: hidden
}
.header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: var(--hblc)
}
.header.withvideo:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-left: 5px var(--hblc) solid;
	background: rgba(0,0,0,.2)
}
.header>.container>.row {
	height: 100%
}
.header-container {
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px)
}
.header-container__content {
	height: 100%;
	max-width: 90%
}
.header-container__content .play-button {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.header-container__content .play-button:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
.header-container__content-text {
	color: var(--white)
}
.header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.header .container {
	position: relative;
	z-index: 2
}
@media (min-width:576px) and (min-width:992px) {
.header-xs {
	height: 100vh;
	min-height: 800px;
	padding-top: 100px
}
.header-xs.smaller-header .header-container__content, .header-xs.smaller-header2 .header-container__content {
	margin-top: 100px
}
.header-xs.smaller-header .header-container__content .play-button, .header-xs.smaller-header2 .header-container__content .play-button {
	width: 60px;
	height: 60px
}
.header-xs.smaller-header .header-container__content .play-button:before, .header-xs.smaller-header2 .header-container__content .play-button:before {
	width: 60px;
	height: 60px
}
.header-xs.smaller-header .header-container__content-text, .header-xs.smaller-header2 .header-container__content-text {
	max-width: 700px;
	font-size: 2.5rem
}
.header-xs .header-container__logo--main {
	width: auto
}
.header-xs .header-container__content {
	margin-top: 120px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	height: inherit;
	position: relative;
	z-index: 99;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}
.header-xs .header-container__content .play-button {
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 85px;
	height: 85px;
	margin-top: 100px
}
.header-xs .header-container__content .play-button:before {
	width: 85px;
	height: 85px
}
.header-xs .header-container__content-text {
	max-width: 850px;
	font-size: 3.25rem
}
}
@media (min-width:576px) and (min-width:1200px) {
.header-xs .header-container__content-text {
	max-width: 850px;
	font-size: 3.4375rem
}
}
.inner-header {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	padding-top: 100px
}
.inner-header .mobile-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.inner-header .container {
	position: relative;
	z-index: 12
}
.inner-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	z-index: 9;
	background-color: var(--hblc)
}
.inner-header>.container>.row {
	height: 100%
}
.inner-header.noTitle {
	height: 300px;
	margin-bottom: 35px
}
.inner-header.noTitle>.container {
	display: none
}
.inner-header.withvideo {
	overflow: hidden
}
.inner-header.withvideo:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-left: 5px var(--hblc) solid;
	background: rgba(0,0,0,.2)
}
.inner-header.withvideo video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
@media (min-width:576px) {
.inner-header-xs .mobile-bg {
	display: none
}
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.noTitle {
	height: 327px;
	margin-bottom: 72px
}
}
.inner-header.b_template_1 {
	min-height: 600px
}
.inner-header.b_template_1--maxWidth760 .b_elem_1 .g_ih_content .content-wrapper--heading {
	max-width: 760px
}
.inner-header .b_elem_1 {
	width: 100%;
	height: 100%
}
.inner-header .b_elem_1 .g_ih_content {
	height: 100%
}
.inner-header .b_elem_1 .g_ih_content .content-wrapper--heading {
	color: var(--white);
	line-height: 36px;
	margin-bottom: 40px;
	word-break: break-word;
	line-height: 52px
}
.inner-header .b_elem_1 .g_ih_content .content-wrapper--heading span {
	display: block;
	color: var(--yellow2);
	margin-bottom: 15px
}
.inner-header .b_elem_1 .g_ih_content .play-button {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.inner-header .b_elem_1 .g_ih_content .play-button:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
.inner-header .b_elem_1 .g_ih_content .scroll-button {
	display: none;
	margin-left: 34px;
	margin-top: 50px;
	position: relative
}
.inner-header .b_elem_1 .g_ih_content .scroll-button__text {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	white-space: nowrap;
	width: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--white)
}
.inner-header .b_elem_1 .g_ih_content .scroll-button__icon {
	position: absolute;
	bottom: -27px;
	left: 0;
	-ms-animation: scrollicon 2s infinite;
	-o-animation: scrollicon 2s infinite;
	-webkit-animation: scrollicon 2s infinite;
	animation: scrollicon 2s infinite
}
.inner-header .b_elem_1.giloryfont .g_ih_content .content-wrapper--heading {
	font-family: Gilroy-Thin
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.b_template_1 {
	height: 770px
}
.inner-header-xs .b_elem_1 .g_ih_content .content-wrapper--heading {
	font-size: 3rem;
	line-height: 66px
}
.inner-header-xs .b_elem_1 .g_ih_content .content-wrapper--heading span {
	font-size: 3.75rem
}
.inner-header-xs .b_elem_1 .g_ih_content .play-button {
	position: relative;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	display: block
}
.inner-header-xs .b_elem_1 .g_ih_content .play-button:before {
	width: 90px;
	height: 90px
}
.inner-header-xs .b_elem_1 .g_ih_content .scroll-button {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
}
.inner-header.b_template_2 {
	min-height: 600px
}
.inner-header.b_template_2>.container {
	max-width: 100%;
	position: relative;
	z-index: 12
}
.inner-header .b_elem_2 {
	width: 100%;
	height: 100%
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper--sec1 {
	min-height: 450px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper--sec2 {
	background-color: var(--white);
	margin: 0 -19px;
	padding: 0 15px;
	overflow: hidden;
	position: relative
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper--sec2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	z-index: 10;
	background-color: var(--white)
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper--heading {
	margin: 39px 0 0
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper--subHeading {
	margin-top: 5px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper--description {
	margin-top: 15px;
	line-height: 30px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo {
	display: flex;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo a {
	display: block;
	margin-top: 10px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .linkedin-img {
	width: 29px;
	height: 29px;
	background-image: url(../images/g/linkedin2-b.png);
	margin-right: 15px;
	-webkit-box-flex: 1 0 auto;
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 29px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button {
	height: 56px;
	width: 219px;
	background-color: var(--black);
	letter-spacing: 5px;
	text-transform: uppercase
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button .button-v1__text {
	color: var(--white)
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button:hover {
	letter-spacing: 8px
}
.inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button.blogbt {
	margin-top: 20px
}
@media (min-width:576px) {
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--heading {
	margin: 39px auto 0
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--subHeading {
	margin: 5px auto 0
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--description {
	margin: 15px auto 0
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper__otherInfo {
	margin-top: 0;
	margin-bottom: 20px
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--description, .inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--heading, .inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--subHeading, .inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper__otherInfo {
	max-width: 540px;
	padding: 0 15px
}
}
@media (min-width:576px) and (min-width:768px) {
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--description, .inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--heading, .inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper--subHeading, .inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper__otherInfo {
	max-width: 720px
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper__otherInfo {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 .content-wrapper__otherInfo .web-button.blogbt {
	margin-top: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.b_template_2 {
	height: 600px
}
.inner-header-xs.b_template_2>.container {
	max-width: 960px
}
.inner-header-xs.b_template_2:after {
	height: 100%
}
.inner-header-xs .b_elem_2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}
.inner-header-xs .b_elem_2 .g_ih_content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec1 {
	min-height: inherit
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2 {
	background-color: transparent;
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
	position: relative
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--sec2:after {
	display: none
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper_figure {
	min-width: 350px
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--heading {
	color: var(--white);
	font-size: 2.75rem;
	margin: 0;
	padding: 0
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--subHeading {
	color: var(--white);
	font-size: 1.5rem;
	margin-top: 5px;
	padding: 0
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper--description {
	color: var(--white);
	padding: 0
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper__otherInfo {
	margin-bottom: 0;
	padding: 0;
	flex-direction: row
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper__otherInfo .linkedin-img {
	background-image: url(../images/g/linkedin2.png)
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button {
	background-color: var(--white)
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button .button-v1__text {
	color: var(--black)
}
.inner-header-xs .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button:hover .button-v1__text {
	color: var(--white)
}
}
@media (min-width:576px) and (min-width:1200px) {
.inner-header-xs.b_template_2>.container {
	max-width: 1140px
}
}
.inner-header.b_template_3 {
	min-height: 600px
}
.inner-header .b_elem_3 {
	width: 100%;
	height: 100%
}
.inner-header .b_elem_3 .g_ih_content {
	height: 100%
}
.inner-header .b_elem_3 .g_ih_content .content-wrapper--subHeading {
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 12px
}
.inner-header .b_elem_3 .g_ih_content .content-wrapper--heading {
	color: var(--white);
	line-height: 50px;
	margin-bottom: 50px
}
.inner-header .b_elem_3 .g_ih_content .play-button {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.inner-header .b_elem_3 .g_ih_content .play-button:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
.inner-header .b_elem_3 .g_ih_content .scroll-button {
	display: none;
	margin-left: 34px;
	margin-top: 50px;
	position: relative
}
.inner-header .b_elem_3 .g_ih_content .scroll-button__text {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	white-space: nowrap;
	width: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--white)
}
.inner-header .b_elem_3 .g_ih_content .scroll-button__icon {
	position: absolute;
	bottom: -27px;
	left: 0;
	-ms-animation: scrollicon 2s infinite;
	-o-animation: scrollicon 2s infinite;
	-webkit-animation: scrollicon 2s infinite;
	animation: scrollicon 2s infinite
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.b_template_3 {
	height: 770px
}
.inner-header-xs .b_elem_3 .g_ih_content .content-wrapper--heading {
	font-size: 3.75rem;
	line-height: 66px;
	min-height: 180px;
	margin-bottom: 40px
}
.inner-header-xs .b_elem_3 .g_ih_content .play-button {
	position: relative;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	display: block
}
.inner-header-xs .b_elem_3 .g_ih_content .play-button:before {
	width: 90px;
	height: 90px
}
.inner-header-xs .b_elem_3 .g_ih_content .scroll-button {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
}
.inner-header.b_template_4 {
	min-height: 630px
}
.inner-header.b_template_4>.container {
	max-width: 100%
}
.inner-header .b_elem_4 {
	width: 100%;
	height: 100%
}
.inner-header .b_elem_4 .g_ih_content {
	width: 100%;
	height: 100%
}
.inner-header .b_elem_4 .g_ih_content .content-wrapper {
	background-color: rgba(0,0,0,.5);
	margin-left: -15px;
	margin-right: -15px
}
.inner-header .b_elem_4 .g_ih_content .content-wrapper__container {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	padding: 25px 15px 26px
}
.inner-header .b_elem_4 .g_ih_content .content-wrapper--heading {
	color: var(--white);
	margin-bottom: 19px
}
.inner-header .b_elem_4 .g_ih_content .content-wrapper__linking {
	position: relative
}
.inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container {
	border-bottom: 2px solid var(--orange);
	padding-bottom: 3px
}
.inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container--label {
	color: var(--white);
	text-transform: uppercase
}
@media (min-width:576px) {
.inner-header-xs .b_elem_4 .g_ih_content .content-wrapper__container {
	max-width: 540px;
	margin: 0 auto
}
}
@media (min-width:576px) and (min-width:768px) {
.inner-header-xs .b_elem_4 .g_ih_content .content-wrapper__container {
	max-width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.b_template_4 {
	height: 770px
}
.inner-header-xs .b_elem_4 .g_ih_content .content-wrapper__container {
	max-width: 960px;
	min-height: 135px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px 0
}
.inner-header-xs .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container {
	display: none!important
}
.inner-header-xs .b_elem_4 .g_ih_content .content-wrapper--heading {
	margin-bottom: 0
}
}
@media (min-width:576px) and (min-width:1200px) {
.inner-header-xs .b_elem_4 .g_ih_content .content-wrapper__container {
	max-width: 1140px
}
}
.inner-header.b_template_5 {
	background-position: center
}
.inner-header.b_template_5>.container {
	max-width: 100%;
	padding: 0;
	position: relative;
	z-index: 12
}
.inner-header.b_template_5>.container>.row {
	margin: 0
}
.inner-header.b_template_5>.container>.row>.col-12 {
	padding: 0
}
.inner-header.b_template_5.contactus {
	background-position: 0 -70px
}
.inner-header .b_elem_5 {
	width: 100%
}
.inner-header .b_elem_5 .g_ih_content {
	background-color: var(--white);
	margin-top: 260px;
	position: relative
}
.inner-header .b_elem_5 .g_ih_content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	z-index: 10;
	background-color: var(--white)
}
.inner-header .b_elem_5 .g_ih_content .content-wrapper__container {
	padding: 0 13px
}
.inner-header .b_elem_5 .g_ih_content .content-wrapper--heading {
	color: var(--black2);
	line-height: 42px;
	padding-top: 30px
}
@media (min-width:576px) {
.inner-header-xs .b_elem_5 .g_ih_content .content-wrapper__container {
	max-width: 540px;
	margin: 0 auto
}
}
@media (min-width:576px) and (min-width:768px) {
.inner-header-xs .b_elem_5 .g_ih_content .content-wrapper__container {
	max-width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.b_template_5.contactus {
	background-position: 0 -130px
}
.inner-header-xs .b_elem_5 .g_ih_content {
	margin-top: 230px
}
.inner-header-xs .b_elem_5 .g_ih_content .content-wrapper__container {
	max-width: 960px
}
.inner-header-xs .b_elem_5 .g_ih_content .content-wrapper--heading {
	font-size: 3.75rem;
	line-height: 66px;
	padding-top: 45px
}
}
@media (min-width:576px) and (min-width:1200px) {
.inner-header-xs .b_elem_5 .g_ih_content .content-wrapper__container {
	max-width: 1140px
}
}
.inner-header.b_template_6 {
	min-height: 600px;
	z-index: 9
}
.inner-header .b_elem_6 {
	width: 100%;
	height: 100%
}
.inner-header .b_elem_6 .g_ih_content {
	height: 100%
}
.inner-header .b_elem_6 .g_ih_content .content-wrapper--subHeading {
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 12px
}
.inner-header .b_elem_6 .g_ih_content .content-wrapper--heading {
	color: var(--white);
	line-height: 50px;
	margin-bottom: 12px
}
.inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo {
	margin-bottom: 35px
}
.inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo-name {
	text-transform: uppercase;
	color: var(--white)
}
.inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo-date {
	text-transform: uppercase;
	color: var(--white)
}
.inner-header .b_elem_6 .g_ih_content .scroll-button {
	display: none;
	margin-left: 34px;
	margin-top: 50px;
	position: relative
}
.inner-header .b_elem_6 .g_ih_content .scroll-button__text {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	white-space: nowrap;
	width: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--white)
}
.inner-header .b_elem_6 .g_ih_content .scroll-button__icon {
	position: absolute;
	bottom: -27px;
	left: 0;
	-ms-animation: scrollicon 2s infinite;
	-o-animation: scrollicon 2s infinite;
	-webkit-animation: scrollicon 2s infinite;
	animation: scrollicon 2s infinite
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs.b_template_6 {
	height: 770px
}
.inner-header-xs .b_elem_6 .g_ih_content .content-wrapper--heading {
	font-size: 3.75rem;
	line-height: 66px;
	min-height: 180px;
	margin-bottom: 40px
}
.inner-header-xs .b_elem_6 .g_ih_content .content-wrapper--authorInfo {
	height: 90px;
	margin-bottom: 0
}
.inner-header-xs .b_elem_6 .g_ih_content .scroll-button {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
}
.inner-header.b_template_7 {
	background-position: center;
	position: relative
}
.inner-header.b_template_7>.container {
	max-width: 100%;
	padding: 0
}
.inner-header.b_template_7>.container>.row {
	margin: 0
}
.inner-header.b_template_7>.container>.row>.col-12 {
	padding: 0
}
.inner-header.b_template_7:before {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background-color: var(--white);
	content: '';
	z-index: 1
}
.inner-header .b_elem_7 {
	width: 100%
}
.inner-header .b_elem_7 .g_ih_content {
	background-color: var(--white);
	margin-top: 310px;
	position: relative
}
.inner-header .b_elem_7 .g_ih_content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	z-index: 10;
	background-color: var(--white)
}
.inner-header .b_elem_7 .g_ih_content .content-wrapper__container {
	padding: 0 13px
}
.inner-header .b_elem_7 .g_ih_content .content-wrapper--link {
	position: relative;
	color: var(--grey7);
	padding-left: 40px;
	margin-top: 45px;
	display: inline-block
}
.inner-header .b_elem_7 .g_ih_content .content-wrapper--link:before {
	content: '';
	background-image: url(../images/g/arrow-left-b3.png);
	width: 15px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.inner-header .b_elem_7 .g_ih_content .content-wrapper--heading {
	margin-top: 60px
}
.inner-header .b_elem_7 .g_ih_content .content-wrapper--heading, .inner-header .b_elem_7 .g_ih_content .content-wrapper--subHeading {
	color: var(--black2);
	line-height: 42px
}
.inner-header.b_template_7--design2 .b_elem_7 .g_ih_content .content-wrapper--link {
	display: none
}
.inner-header.b_template_7--design2 .b_elem_7 .g_ih_content .content-wrapper--heading {
	max-width: 300px
}
@media (min-width:576px) {
.inner-header-xs .b_elem_7 .g_ih_content .content-wrapper__container {
	max-width: 540px;
	margin: 0 auto
}
}
@media (min-width:576px) and (min-width:768px) {
.inner-header-xs .b_elem_7 .g_ih_content .content-wrapper__container {
	max-width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.inner-header-xs .b_elem_7 .g_ih_content .content-wrapper__container {
	max-width: 960px
}
.inner-header-xs .b_elem_7 .g_ih_content .content-wrapper--heading, .inner-header-xs .b_elem_7 .g_ih_content .content-wrapper--subHeading {
	font-size: 3.75rem;
	line-height: 66px
}
.inner-header-xs.b_template_7--design2 .b_elem_7 .g_ih_content .content-wrapper--heading {
	max-width: 500px
}
}
@media (min-width:576px) and (min-width:1200px) {
.inner-header-xs .b_elem_7 .g_ih_content .content-wrapper__container {
	max-width: 1140px
}
}
.footer {
	padding: 42px 0;
	padding-top: 55px;
	background-color: var(--fbg);
	border-top: 1px solid var(--fbc)
}
.footer__top__p1 .footer-logo {
	order: 2;
	text-align: center;
	margin-top: 30px
}
.footer__top__p1 .action-buttons .button-v1 {
	margin-bottom: 10px
}
.footer__top__content {
	text-align: center;
	margin-top: 42px
}
.footer__top__content h4 {
	color: var(--white);
	margin-bottom: 16px
}
.footer__top__content p {
	color: var(--white);
	margin-bottom: 9px
}
.footer__top__contact-info .contact-head {
	margin-bottom: 16px
}
.footer__top__contact-info a {
	color: var(--white);
	display: inline-block
}
.footer__top__contact-info a.footer__top__contact-info__link {
	margin-top: 46px
}
.footer__bottom {
	margin-top: 36px
}
.footer__bottom-info .copy-line {
	order: 2;
	margin-top: 20px;
	color: var(--white2)
}
.footer__bottom.design2 {
	margin-top: 18px
}
@media (min-width:576px) and (min-width:992px) {
.footer-xs .footer__top__p1 {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}
.footer-xs .footer__top__p1 .footer-logo {
	text-align: left;
	margin-top: 0;
	order: 0
}
.footer-xs .footer__top__p1 .action-buttons {
	margin-left: 30px;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	flex: 1 0 auto
}
.footer-xs .footer__top__p1 .action-buttons .button-v1 {
	margin-bottom: 0;
	max-width: 250px;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	min-width: inherit
}
.footer-xs .footer__top__p1 .action-buttons .button-v1+.button-v1 {
	margin-left: 18px
}
.footer-xs .footer__top__p2 {
	margin-top: 42px
}
.footer-xs .footer__top__p2__last-alignment {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.footer-xs .footer__top__content {
	text-align: left;
	margin-top: 0
}
.footer-xs .footer__bottom {
	margin-top: 18px
}
.footer-xs .footer__bottom-info {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.footer-xs .footer__bottom-info .copy-line {
	order: 0;
	margin-top: 0
}
.footer-xs .footer__bottom.design2 {
	margin-top: 58px
}
}
.jpl-header {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	padding-top: 100px;
	min-height: 600px
}
.jpl-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	z-index: 9;
	background-color: var(--hblc)
}
.jpl-header>.container>.row {
	height: 100%
}
.jpl-header .b_elem_1 {
	width: 100%;
	height: 100%
}
.jpl-header .b_elem_1 .g_ih_content {
	height: 100%
}
.jpl-header .b_elem_1 .g_ih_content .content-wrapper--heading {
	color: var(--white);
	line-height: 36px;
	margin-bottom: 17px
}
.jpl-header .b_elem_1 .g_ih_content .play-button {
	position: absolute;
	top: 29%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.jpl-header .b_elem_1 .g_ih_content .play-button:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
.jpl-header .b_elem_1 .g_ih_content .scroll-button {
	display: none;
	margin-left: 34px;
	margin-top: 50px;
	position: relative
}
.jpl-header .b_elem_1 .g_ih_content .scroll-button__text {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	white-space: nowrap;
	width: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--white)
}
.jpl-header .b_elem_1 .g_ih_content .scroll-button__icon {
	position: absolute;
	bottom: -27px;
	left: 0;
	-ms-animation: scrollicon 2s infinite;
	-o-animation: scrollicon 2s infinite;
	-webkit-animation: scrollicon 2s infinite;
	animation: scrollicon 2s infinite
}
@media (min-width:576px) and (min-width:992px) {
.jpl-header-xs {
	height: 770px
}
.jpl-header-xs .b_elem_1 .g_ih_content .content-wrapper--heading {
	font-size: 2.25rem;
	line-height: 54px;
	padding-right: 25%;
	margin-bottom: 53px
}
.jpl-header-xs .b_elem_1 .g_ih_content .play-button {
	position: relative;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	display: block
}
.jpl-header-xs .b_elem_1 .g_ih_content .play-button:before {
	width: 90px;
	height: 90px
}
.jpl-header-xs .b_elem_1 .g_ih_content .scroll-button {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
}
.container-breakup.design1 .container {
	max-width: inherit;
	padding: 0
}
.container-breakup.design1 .container .row {
	margin-right: 0;
	margin-left: 0
}
.container-breakup.design1 .container .no-padContainer {
	padding: 0
}
@media (min-width:576px) and (min-width:992px) {
.container-breakup-xs.design1 .container {
	max-width: 960px
}
}
@media (min-width:576px) and (min-width:1200px) {
.container-breakup-xs.design1 .container {
	max-width: 1140px
}
}
.noScroll {
	overflow: hidden!important
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid, .scrollBar-smallWidth {
	scrollbar-width: thin
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid::-webkit-scrollbar, .scrollBar-smallWidth::-webkit-scrollbar {
width:8px!important;
height:8px!important
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid::-webkit-scrollbar-track, .scrollBar-smallWidth::-webkit-scrollbar-track {
background:#5a5a5a
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid::-webkit-scrollbar-thumb, .scrollBar-smallWidth::-webkit-scrollbar-thumb {
background:rgba(0,0,0,.15);
-webkit-border-radius:10px;
border-radius:10px
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid::-webkit-scrollbar-thumb:window-inactive, .scrollBar-smallWidth::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,.15)
}
.g-respScroll-Container .container {
	max-width: 100%;
	padding: 0
}
.g-respScroll-Container .container>.row {
	margin: 0
}
.g-respScroll-Container__noPad {
	padding: 0
}
.g-respScroll-Container__grid {
	max-width: 100%;
	padding: 0 15px
}
.g-respScroll-Container__scrolling {
	padding-left: 15px
}
.g-respScroll-Container__scrolling__wrapper {
	overflow: scroll;
	scrollbar-width: none;
	scrollbar-color: transparent transparent
}
.g-respScroll-Container__scrolling__wrapper::-webkit-scrollbar {
width:0!important;
height:0!important
}
.g-respScroll-Container__scrolling__wrapper::-webkit-scrollbar-track {
background:0 0!important
}
.g-respScroll-Container__scrolling__wrapper::-webkit-scrollbar-thumb {
background:0 0!important
}
@media (min-width:576px) {
.g-respScroll-Container-xs .g-respScroll-Container__grid {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto
}
.g-respScroll-Container-xs .g-respScroll-Container__scrolling__wrapper {
	width: -moz-calc(100% / 2 + 540px / 2 - 7px);
	width: -webkit-calc(100% / 2 + 540px / 2 - 7px);
	width: calc(100% / 2 + 540px / 2 - 7px)
}
}
@media (min-width:576px) and (min-width:768px) {
.g-respScroll-Container-xs .g-respScroll-Container__grid {
	max-width: 720px
}
.g-respScroll-Container-xs .g-respScroll-Container__scrolling__wrapper {
	width: -moz-calc(100% / 2 + 720px / 2 - 7px);
	width: -webkit-calc(100% / 2 + 720px / 2 - 7px);
	width: calc(100% / 2 + 720px / 2 - 7px)
}
}
@media (min-width:576px) and (min-width:992px) {
.g-respScroll-Container-xs .g-respScroll-Container__grid {
	max-width: 960px
}
.g-respScroll-Container-xs .g-respScroll-Container__scrolling {
	padding: 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.g-respScroll-Container-xs .g-respScroll-Container__scrolling.multiple-layerScrolling {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-respScroll-Container-xs .g-respScroll-Container__scrolling__wrapper {
	overflow: hidden;
	max-width: 960px;
	width: 100%;
	padding: 0 15px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-respScroll-Container-xs .g-respScroll-Container__grid {
	max-width: 1140px
}
.g-respScroll-Container-xs .g-respScroll-Container__scrolling__wrapper {
	max-width: 1140px
}
}
.hide {
	display: none!important
}
.cmt-10 {
	margin-top: 10px!important
}
.embed-responsive.embed-responsive__custom:before {
	padding-top: 831px
}
@media (min-width:576px) and (min-width:768px) {
.embed-responsive-xs.embed-responsive__custom:before {
	padding-top: 541px
}
}
@media (min-width:576px) and (min-width:992px) {
.embed-responsive-xs.embed-responsive__custom:before {
	padding-top: 521px
}
}
.action-buttons.design1, .action-buttons.design2--smBreak, .action-buttons.design3--smBreak, .bootstrap-datetimepicker-widget table th .fa-chevron-left, .bootstrap-datetimepicker-widget table th .fa-chevron-right, .fom-container.design2 .fom-container__action, .fom-container.design2 .fom-container__action__link, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div, .fom-container.design2 .form-grider__container-field, .fom-container.design3 .fom-container__action, .fom-container.design3 .fom-container__action__link, .fom-container.design3 .form-grider__container, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div, .fom-container.design3 .form-grider__container-field, .fom-container.design3 .form-grider__container-label, .fom-container.design4 .form-grider__container, .fom-container.design4 .form-grider__container-field, .fom-container.design4 .form-grider__container-label, .footer__bottom-info, .footer__top__p1, .g-elem_10 .information-container, .g-elem_10 .information-container__image, .g-elem_10__container__heading, .g-elem_10__grid ul, .g-elem_11__container__heading, .g-elem_12__info1, .g-elem_12__info1 .accordian-container__head, .g-elem_12__info2 .download-container, .g-elem_12__info2 .download-container__text, .g-elem_13__grid, .g-elem_14 .owl-dots, .g-elem_14 .owl-nav, .g-elem_14 .slider-counter, .g-elem_14__container, .g-elem_14__container .items__counters, .g-elem_15__reports__items, .g-elem_16__button, .g-elem_16__grid ul, .g-elem_17__grid ul, .g-elem_17__grid__items__content, .g-elem_17__grid__items__content-link, .g-elem_17__grid__items__content-link-img, .g-elem_17__header, .g-elem_18__grid .nav-item, .g-elem_18__grid .nav-item .nav-link, .g-elem_18__grid ul, .g-elem_18__tab__content, .g-elem_19__banner-container-wrap, .g-elem_19__banner-container__content, .g-elem_19__banner-container__link, .g-elem_19__grid ul, .g-elem_1__content__link, .g-elem_1__content__link-img, .g-elem_1__counters, .g-elem_1__counters-text, .g-elem_20__container, .g-elem_21__content .stock-info ul, .g-elem_21__header, .g-elem_22__grid ul, .g-elem_22__grid__items__content, .g-elem_22__header, .g-elem_23 .listing-grid ul li, .g-elem_23 .listing-grid__items, .g-elem_23 .listing-grid__items__content, .g-elem_23 .listing-grid__items__dates, .g-elem_24__info__content, .g-elem_24__info__content.address .g-elem_24__info__content-text, .g-elem_24__info__content.show-small, .g-elem_26__officelist, .g-elem_28__actions, .g-elem_28__actions__link, .g-elem_31__list-view ul, .g-elem_31__list-view__items-content, .g-elem_33__tag-wrap, .g-elem_33__tag-wrap__grid, .g-elem_34__authorInfo, .g-elem_35 .blog-details_container, .g-elem_35 .blog-details_container__content, .g-elem_36__box, .g-elem_36__contentBox, .g-elem_36__counters .counter-container, .g-elem_36__counters .counter-container__items-heading, .g-elem_36__slider__items-content, .g-elem_37__slider .slick-next, .g-elem_37__slider .slick-prev, .g-elem_38 .highlighting-container__box, .g-elem_38 .highlighting-container__items .content-section, .g-elem_38 .highlighting-container__items.box2, .g-elem_38 .highlighting-container__items.box3, .g-elem_39__listwrap, .g-elem_40 .owl-dots, .g-elem_40__items__content, .g-elem_40__items__content__link, .g-elem_41--design2 .g-elem_41__counters, .g-elem_41__grid ul, .g-elem_41__grid__items__content, .g-elem_41__grid__items__content-link, .g-elem_41__grid__items__content-link-img, .g-elem_41__header, .g-elem_42__counters, .g-elem_43 .owl-dots, .g-elem_43 .owl-nav, .g-elem_43 .slider-counter, .g-elem_43__container__grid ul, .g-elem_43__container__grid__items__content, .g-elem_43__container__grid__items__content-link, .g-elem_43__container__grid__items__content-link-img, .g-elem_43__container__header, .g-elem_43__container__header__link, .g-elem_44 .owl-dots, .g-elem_44__items__content, .g-elem_44__items__content__link, .g-elem_45 .owl-nav .owl-next, .g-elem_45 .owl-nav .owl-prev, .g-elem_45__slidertextnav .owl-item, .g-elem_45__textwrap, .g-elem_45__visitbt, .g-elem_49__formsection--action, .g-elem_49__formsection--action-link, .g-elem_49__shortdetail ul, .g-elem_4__companyInfo .companyInfo-container, .g-elem_4__companyInfo .companyInfo-container__icon, .g-elem_52__grid ul, .g-elem_52__grid__items__content, .g-elem_52__grid__items__content-link, .g-elem_52__grid__items__content-link-img, .g-elem_53 .information-container, .g-elem_53 .information-container__image, .g-elem_53__grid ul, .g-elem_56__contentwrap, .g-elem_57__grid, .g-elem_58 .owl-dots, .g-elem_58 .owl-nav, .g-elem_58 .slider-counter, .g-elem_58__contentwrap-link, .g-elem_59 .owl-nav .owl-next, .g-elem_59 .owl-nav .owl-prev, .g-elem_59__heading-link, .g-elem_5__information .content-wrapper__title, .g-elem_6, .g-elem_60__grid ul, .g-elem_60__grid__items__action, .g-elem_60__grid__items__meta-item, .g-elem_61 .owl-nav .owl-next, .g-elem_61 .owl-nav .owl-prev, .g-elem_61__post-link, .g-elem_62__contentwrap-link, .g-elem_62__financiallist, .g-elem_66__imageslider .owl-nav .owl-next, .g-elem_66__imageslider .owl-nav .owl-prev, .g-elem_66__imageslider__counter, .g-elem_66__imageslider__counter-item, .g-elem_67 .owl-nav .owl-next, .g-elem_67 .owl-nav .owl-prev, .g-elem_68__counters .counter-container, .g-elem_68__items__content, .g-elem_69 .owl-nav .owl-next, .g-elem_69 .owl-nav .owl-prev, .g-elem_69__counter, .g-elem_69__counter-item, .g-elem_71, .g-elem_72 .owl-dots, .g-elem_72 .owl-nav, .g-elem_72 .slider-counter, .g-elem_72__container__grid ul, .g-elem_72__container__grid__items__content, .g-elem_72__container__grid__items__content-link, .g-elem_72__container__grid__items__content-link-img, .g-elem_72__container__header, .g-elem_72__container__header__link, .g-elem_73__couterwrap, .g-elem_74__item, .g-elem_76__counter, .g-elem_76__counter aside, .g-elem_77__bulletlist, .g-elem_78 .owl-nav .owl-next, .g-elem_78 .owl-nav .owl-prev, .g-elem_78__imagesgrid, .g-elem_79__contentwrap, .g-elem_7__valuelist ol, .g-elem_80__contentwap, .g-elem_80__contentwap-figurewrap, .g-elem_80__counterwrap, .g-elem_80__counterwrap-item .counternumber, .g-elem_80__linkwrap, .g-elem_80__linkwrap-link, .g-elem_81__grid, .g-elem_82 .owl-nav .owl-next, .g-elem_82 .owl-nav .owl-prev, .g-elem_82__counter, .g-elem_82__counter-item, .g-elem_83__content__heading, .g-elem_84 #big .owl-nav .owl-next, .g-elem_84 #big .owl-nav .owl-prev, .g-elem_84__yearwrap #thumbs .owl-nav .owl-next, .g-elem_84__yearwrap #thumbs .owl-nav .owl-prev, .g-elem_84__yearwrap .owl-stage, .g-elem_86 .owl-nav .owl-next, .g-elem_86 .owl-nav .owl-prev, .g-elem_86__contentwrap-headtext, .g-elem_87__listwrap-list, .g-elem_87__listwrap-list--contentwrap-link a, .g-elem_88__content-link a, .g-elem_8__headwrap, .g-elem_8__tabtextwrap, .g-elem_91__counter, .g-elem_91__counter-item, .g-elem_92__topcontent-link a, .g-elem_94__contentwrap-linkwrap, .g-respScroll-Container__scrolling, .global-navs--pagination, .global-navs--pagination .global-navs__grid, .global-navs.design1 .global-navs__items, .global-navs.design3 .global-navs__grid, .global-navs.design5, .global-navs.design9 .nav-item .nav-link, .header, .header-container__content, .inner-header .b_elem_1 .g_ih_content, .inner-header .b_elem_2 .g_ih_content .content-wrapper--sec1, .inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button, .inner-header .b_elem_3 .g_ih_content, .inner-header .b_elem_4 .g_ih_content, .inner-header .b_elem_4 .g_ih_content .content-wrapper__container, .inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container, .inner-header .b_elem_5, .inner-header .b_elem_6 .g_ih_content, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo, .inner-header .b_elem_7, .inner-header.b_template_1, .inner-header.b_template_2, .inner-header.b_template_3, .inner-header.b_template_4, .inner-header.b_template_5, .inner-header.b_template_6, .inner-header.b_template_7, .jpl-header, .jpl-header .b_elem_1 .g_ih_content, .main-nav__top, .social-container.design1, .u-center-vertically, .u-flexed {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.g-elem_13__grid, .g-elem_14__container .items__counters, .g-elem_21__content .stock-info ul, .g-elem_26__officelist, .g-elem_28__actions, .g-elem_31__list-view ul, .g-elem_33__tag-wrap__grid, .g-elem_36__counters .counter-container, .g-elem_38 .highlighting-container__box, .g-elem_39__listwrap, .g-elem_57__grid, .g-elem_60__grid ul, .g-elem_62__financiallist, .g-elem_68__counters .counter-container, .g-elem_73__couterwrap, .g-elem_76__counter, .g-elem_7__valuelist ol, .g-elem_8__headwrap, .u-flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.u-flex-nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.button-v1, .button-v1--withIcon .button-v1__icon, .fom-container.design4 .form-grider, .g-elem_31__list-view__items-content .content-bottom__link, .g-elem_36__slider__items-content .content-bottom__link, .g-elem_56__contentwrap-linkwrap, .g-elem_6__content, .u-inline-flexed {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.u-flexValue1 {
	-webkit-box-flex: 1 0;
	-moz-box-flex: 1 0;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0
}
.action-buttons.design1, .action-buttons.design2--smBreak, .action-buttons.design3--smBreak, .fom-container.design2 .fom-container__action, .fom-container.design2.action-columns .fom-container__action, .fom-container.design2.action-inline.action-inline--orangeHover .fom-container__action, .fom-container.design3 .fom-container__action, .fom-container.design3.action-columns .fom-container__action, .fom-container.design3.action-inline.action-inline--orangeHover .fom-container__action, .fom-container.design4 .form-grider, .footer__bottom-info, .footer__top__p1, .g-elem_10 .information-container, .g-elem_12__info1, .g-elem_12__info2 .download-container__text, .g-elem_14__container, .g-elem_18__tab__content, .g-elem_19__banner-container-wrap, .g-elem_19__banner-container__content, .g-elem_1__counters, .g-elem_20__container, .g-elem_21__content .stock-info ul, .g-elem_21__header, .g-elem_22__grid__items__content, .g-elem_22__header, .g-elem_23 .listing-grid__items__content, .g-elem_23 .listing-grid__items__dates, .g-elem_24__info__content.address .g-elem_24__info__content-text, .g-elem_28__actions, .g-elem_31__list-view ul, .g-elem_31__list-view__items-content, .g-elem_33__tag-wrap, .g-elem_34__authorInfo, .g-elem_35 .blog-details_container, .g-elem_35 .blog-details_container__content, .g-elem_36__box, .g-elem_36__slider__items-content, .g-elem_38 .highlighting-container__items .content-section, .g-elem_39__listwrap, .g-elem_40__items__content, .g-elem_42__counters, .g-elem_43__container__header, .g-elem_44__items__content, .g-elem_45__textwrap, .g-elem_49__formsection--action, .g-elem_49__shortdetail ul, .g-elem_53 .information-container, .g-elem_56__contentwrap, .g-elem_57__grid, .g-elem_62__financiallist, .g-elem_68__counters .counter-container, .g-elem_68__items__content, .g-elem_6__content, .g-elem_72__container__header, .g-elem_76__counter, .g-elem_76__counter aside, .g-elem_77__bulletlist, .g-elem_79__contentwrap, .g-elem_80__contentwap, .g-elem_80__contentwap-figurewrap, .g-elem_81__grid, .g-elem_86__contentwrap-headtext, .g-elem_87__listwrap-list, .g-elem_8__tabtextwrap, .g-respScroll-Container__scrolling.multiple-layerScrolling, .global-navs.design3 .global-navs__grid, .global-navs.design9 .nav-item .nav-link, .inner-header .b_elem_4 .g_ih_content, .inner-header .b_elem_5, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo, .inner-header .b_elem_7, .u-flex-direction-column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}
.u-flex-direction-column-reverse {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}
.fom-container.design2.action-inline .fom-container__action, .fom-container.design3.action-inline .fom-container__action, .u-flex-direction-row {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.u-flex-direction-row-reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_14 .owl-nav.bottom-aligned, .g-elem_14 .slider-counter.bottom-aligned, .g-elem_35--design2.g-elem_35 .blog-details_container__content, .g-elem_43 .owl-nav, .g-elem_72 .owl-nav, .header-container__content, .u-justify-start {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.action-buttons.design1, .action-buttons.design2--smBreak, .action-buttons.design3--smBreak, .bootstrap-datetimepicker-widget table th .fa-chevron-left, .bootstrap-datetimepicker-widget table th .fa-chevron-right, .button-v1, .fom-container.design2 .fom-container__action, .fom-container.design2 .fom-container__action__link.resp-button, .fom-container.design2.action-columns .fom-container__action__link, .fom-container.design2.action-inline--blackHover .black-button, .fom-container.design2.action-inline--orangeHover .orange-button, .fom-container.design3 .fom-container__action, .fom-container.design3 .fom-container__action__link.resp-button, .fom-container.design3.action-columns .fom-container__action__link, .fom-container.design3.action-inline--orangeHover .orange-button, .footer__bottom-info, .footer__top__p1, .g-elem_10 .information-container__image, .g-elem_10__container__heading, .g-elem_14 .owl-dots, .g-elem_16__button, .g-elem_18__grid .nav-item, .g-elem_18__grid .nav-item .nav-link, .g-elem_22__grid__items__content, .g-elem_23 .listing-grid__items__content, .g-elem_23 .listing-grid__items__dates, .g-elem_37__slider .slick-next, .g-elem_37__slider .slick-prev, .g-elem_38 .highlighting-container__box, .g-elem_38 .highlighting-container__items .content-section, .g-elem_40 .owl-dots, .g-elem_43 .owl-dots, .g-elem_44 .owl-dots, .g-elem_53 .information-container__image, .g-elem_72 .owl-dots, .g-elem_87__listwrap-list--contentwrap-link a, .g-elem_88__content-link a, .g-elem_92__topcontent-link a, .global-navs.design3 .global-navs__grid, .inner-header .b_elem_2 .g_ih_content .content-wrapper--sec1, .inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button, .social-container.design1, .u-center-vertically, .u-justify-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.g-elem_12__info2 .download-container, .g-elem_14__container, .g-elem_14__container .items__counters, .g-elem_15__reports__items, .g-elem_17__grid__items__content, .g-elem_19__banner-container-wrap, .g-elem_19__banner-container__content, .g-elem_31__list-view__items-content, .g-elem_35 .blog-details_container__content, .g-elem_36__slider__items-content, .g-elem_41__grid__items__content, .g-elem_43__container__grid__items__content, .g-elem_52__grid__items__content, .g-elem_68 .owl-nav, .g-elem_72__container__grid__items__content, .global-navs--pagination, .inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container, .main-nav__top, .u-justify-btw {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.u-justify-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
	-ms-flex-pack: space-evenly
}
.fom-container.design4 .form-grider__container, .g-elem_14 .owl-nav, .g-elem_14 .slider-counter, .g-elem_18__tab__content, .g-elem_36__box, .g-elem_38 .highlighting-container__items.box3, .g-elem_43 .slider-counter, .g-elem_6, .g-elem_6--content-rightAligned>.container>.row, .g-elem_6__content, .g-elem_72 .slider-counter, .g-respScroll-Container__scrolling, .inner-header .b_elem_4 .g_ih_content, .inner-header .b_elem_6 .g_ih_content .content-wrapper--authorInfo, .u-justify-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.action-buttons.design3--smBreak, .g-elem_20__container, .g-elem_24__info__content.address, .g-elem_42--design2 .g-elem_42__counters, .g-elem_6__content, .u-align-start {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}
.action-buttons.design1, .action-buttons.design2--smBreak, .bootstrap-datetimepicker-widget table th .fa-chevron-left, .bootstrap-datetimepicker-widget table th .fa-chevron-right, .button-v1, .fom-container.design2 .fom-container__action, .fom-container.design2 .fom-container__action__link, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div, .fom-container.design2 .form-grider__container-field, .fom-container.design2.action-inline--orangeHover .orange-button, .fom-container.design3 .fom-container__action, .fom-container.design3 .fom-container__action__link, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single, .fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div, .fom-container.design3 .form-grider__container-field, .fom-container.design3 .form-grider__container-label, .fom-container.design3.action-inline--orangeHover .orange-button, .fom-container.design4 .form-grider__container-field, .fom-container.design4 .form-grider__container-label, .footer__bottom-info, .footer__top__p1, .g-elem_10 .information-container, .g-elem_10 .information-container__image, .g-elem_12__info1 .accordian-container__head, .g-elem_12__info2 .download-container, .g-elem_15__reports__items, .g-elem_16__button, .g-elem_17__grid__items__content, .g-elem_17__grid__items__content-link, .g-elem_18__grid .nav-item, .g-elem_18__grid .nav-item .nav-link, .g-elem_19__banner-container__link, .g-elem_1__content__link, .g-elem_1__content__link-img, .g-elem_1__counters, .g-elem_23 .listing-grid__items__dates, .g-elem_24__info__content, .g-elem_28__actions__link, .g-elem_31__list-view__items-content .content-bottom__link, .g-elem_36__slider__items-content .content-bottom__link, .g-elem_37__slider .slick-next, .g-elem_37__slider .slick-prev, .g-elem_40__items__content__link, .g-elem_41--design2 .g-elem_41__counters, .g-elem_41__grid__items__content, .g-elem_41__grid__items__content-link, .g-elem_42__counters, .g-elem_43__container__grid__items__content, .g-elem_43__container__grid__items__content-link, .g-elem_43__container__header__link, .g-elem_44__items__content__link, .g-elem_4__companyInfo .companyInfo-container__icon, .g-elem_52__grid__items__content, .g-elem_52__grid__items__content-link, .g-elem_53 .information-container, .g-elem_53 .information-container__image, .g-elem_57__grid, .g-elem_58__contentwrap-link, .g-elem_59__heading-link, .g-elem_5__information .content-wrapper__title, .g-elem_60__grid__items__action, .g-elem_61__post-link, .g-elem_62__contentwrap-link, .g-elem_72__container__grid__items__content, .g-elem_72__container__grid__items__content-link, .g-elem_72__container__header__link, .global-navs--pagination, .global-navs--pagination .pagination-icons__label, .global-navs.design3 .global-navs__grid, .inner-header .b_elem_2 .g_ih_content .content-wrapper__otherInfo .web-button, .inner-header .b_elem_4 .g_ih_content .content-wrapper__linking .linking-container, .main-nav__top, .social-container.design1, .u-align-center, .u-center-vertically {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_38 .highlighting-container__box, .g-elem_74__item, .g-respScroll-Container__scrolling.multiple-layerScrolling, .header-container__content, .inner-header .b_elem_1 .g_ih_content, .inner-header .b_elem_2 .g_ih_content .content-wrapper--sec1, .inner-header .b_elem_3 .g_ih_content, .inner-header .b_elem_6 .g_ih_content, .jpl-header .b_elem_1 .g_ih_content, .u-align-end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}
.social-container.design1 {
	margin-bottom: 24px
}
.social-container.design1 .social-container__link {
	width: 34px;
	height: 34px
}
.social-container.design1 .social-container__link+.social-container__link {
	margin-left: 11px
}
@media (min-width:576px) and (min-width:992px) {
.social-container-xs.design1 {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.social-container-xs.design1 .social-container__link:first-child {
	margin-left: 4px
}
}
.button-v1 {
	height: 55px;
	padding: 10px 25px;
	line-height: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
	border: none;
	outline: 0
}
.button-v1__text {
	z-index: 2
}
.button-v1--smallHeight {
	height: 35px
}
.button-v1--minWidth {
	min-width: 250px
}
.button-v1--formbutton {
	min-width: 202px;
	border: none;
	outline: 0
}
.button-v1__icon {
	display: none
}
.button-v1--withIcon .button-v1__icon {
	width: 30px;
	position: relative;
	z-index: 9
}
.button-v1--withIcon .button-v1__icon.arrow {
	width: 30px;
	height: 30px;
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/long-arrow-right-b.svg)
}
.button-v1--withIcon .button-v1__icon.download {
	width: 23px;
	height: 23px;
	background-image: url(../images/g/download-w.png)
}
.button-v1--withIcon .button-v1__icon.icon-right {
	margin-left: 12px
}
.button-v1--withIcon .button-v1__icon.icon-left {
	margin-right: 12px
}
.button-v1--blackBg, .button-v1--lightblackBg, .button-v1--whiteBg {
	background-color: var(--white)
}
.button-v1--blackBg:before, .button-v1--lightblackBg:before, .button-v1--whiteBg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.button-v1--blackBg .button-v1__text, .button-v1--lightblackBg .button-v1__text, .button-v1--whiteBg .button-v1__text {
	color: var(--black)
}
.button-v1--blackBg {
	background-color: var(--black)
}
.button-v1--blackBg:before {
	background-color: var(--orange)
}
.button-v1--blackBg .button-v1__text {
	color: var(--white)
}
.button-v1--brownBg {
	background-color: var(--darkyellow)
}
.button-v1--brownBg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.button-v1--brownBg .button-v1__text {
	color: var(--white)
}
.button-v1--lightblackBg {
	background-color: var(--black2)
}
.button-v1--lightblackBg:before {
	background-color: var(--orange)
}
.button-v1--lightblackBg .button-v1__text {
	color: var(--white)
}
.button-v1--uppercase {
	text-transform: uppercase
}
.button-v1--ls-05 {
	letter-spacing: -.5px
}
.button-v1--ls5 {
	letter-spacing: 5px
}
.button-v1--ls6 {
	letter-spacing: 6px
}
.button-v1:hover.button-v1--whiteBg:before {
	width: 100%;
	opacity: 1
}
.button-v1:hover.button-v1--whiteBg .button-v1__text {
	color: var(--white)
}
.button-v1:hover.button-v1--whiteBg.button-v1--withIcon .button-v1__icon.arrow {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/long-arrow-right.svg)
}
.button-v1:hover.button-v1--blackBg:before, .button-v1:hover.button-v1--brownBg:before, .button-v1:hover.button-v1--lightblackBg:before {
	width: 100%;
	opacity: 1
}
.button-v1:hover.button-v1--blackBg .button-v1__text, .button-v1:hover.button-v1--brownBg .button-v1__text, .button-v1:hover.button-v1--lightblackBg .button-v1__text {
	color: var(--white)
}
.button-v1:hover.button-v1--lessSpace {
	letter-spacing: 1px
}
.button-v1:hover.button-v1--ls6 {
	letter-spacing: 7px
}
.action-buttons.design1 .button-v1+.button-v1, .action-buttons.design2--smBreak .button-v1+.button-v1 {
	margin-top: 10px
}
.action-buttons.design3--smBreak .button-v1+.button-v1 {
	margin-top: 10px
}
@media (min-width:576px) and (min-width:992px) {
.action-buttons-xs.design1 {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.action-buttons-xs.design1 .button-v1+.button-v1 {
	margin-left: 28px;
	margin-top: 0
}
}
@media (min-width:576px) and (min-width:768px) {
.action-buttons-xs.design2--smBreak {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}
.action-buttons-xs.design3--smBreak {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.action-buttons-xs.design3--smBreak .button-v1+.button-v1 {
	margin-left: 28px;
	margin-top: 0
}
}
.hide {
	display: none!important
}
@-webkit-keyframes playbt {
0% {
opacity:0
}
30% {
opacity:1
}
60% {
box-shadow:0 0 0 30px rgba(255,255,255,.1);
opacity:0
}
100% {
opacity:0
}
}
@keyframes playbt {
0% {
opacity:0
}
30% {
opacity:1
}
60% {
box-shadow:0 0 0 30px rgba(255,255,255,.1);
opacity:0
}
100% {
opacity:0
}
}
@-webkit-keyframes scrollicon {
0% {
-webkit-transform:translate(0, 0)
}
20% {
-webkit-transform:translate(0, 12px)
}
40% {
-webkit-transform:translate(0, 0)
}
}
@keyframes scrollicon {
0% {
transform:translate(0, 0)
}
20% {
transform:translate(0, 12px)
}
40% {
transform:translate(0, 0)
}
}
.bootstrap-datetimepicker-widget table th .fa-chevron-left:after, .bootstrap-datetimepicker-widget table th .fa-chevron-right:after {
	content: '';
	width: 9px;
	height: 16px;
	background-image: url(../images/g/arrow-left-b2.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.bootstrap-datetimepicker-widget table th .fa-chevron-right:after {
	background-image: url(../images/g/arrow-right-b2.png)
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	color: var(--orange);
	background-color:#31357e;
}
.global-navs.design1 {
	position: absolute;
	background-color: #31357e;
	left: 0;
	width: 100%;
	z-index: 20;
	top: 60px;
	padding-top: 63px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.global-navs.design1 .responsive-icon {
	position: absolute;
	right: 20px;
	top: 40px
}
.global-navs.design1>.global-navs__grid {
	padding: 0 20px
}
.global-navs.design1.responsive-active {
	opacity: 1;
	visibility: visible;
	top: -20px
}
.global-navs.design1 .global-navs__items {
	color: var(--white);
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: 1px solid var(--white4);
	position: relative
}
.global-navs.design1 .global-navs__items .active{
	color:#ef6438;
	text-transform: uppercase;
	font-weight: bold;
}
.global-navs.design1 .global-navs__items-icon {
	width: 60px;
	height: 100%;
	position: absolute;
	display: none;
	top: 0;
	z-index: 20;
	right: 0;
	top: 0;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.global-navs.design1 .global-navs__items-icon .icon-img {
	background-image: url(../images/g/downIcon-b2-new.png);
	width: 14px;
	height: 7px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: absolute;
	right: 18px;
	top: 28px
}
.global-navs.design1 .global-navs__items.open .global-navs__items-icon .icon-img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.global-navs.design1 .global-navs__list.dropdown .global-navs__grid {
	display: none
}
.global-navs.design1 .global-navs__list.dropdown>.global-navs__items>.global-navs__items-icon {
	display: block
}
.global-navs.design1 .global-navs__list:last-child.dropdown .global-navs__grid {
	right: 0
}
.global-navs.design1>.global-navs__grid>.global-navs__list .menu-arrow {
	display: none
}
.global-navs.design1>.global-navs__grid>.global-navs__list>.global-navs__items.open .menu-arrow {
	width: 18px;
	height: 18px;
	background-color: var(--black12);
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	position: absolute;
	top: 39px;
	left: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid {
	background-color:#ee6536;
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid .global-navs__items {
	color: var(--white5);
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid .global-navs__items:hover {
	color: var(--white);
	background-color:#31357e;
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid>.global-navs__list>.global-navs__items.open {
	color: var(--white);
	background-color: var(--black13)
}
.global-navs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid>.global-navs__list>.global-navs__grid .global-navs__items {
	text-transform: capitalize
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design1 {
	position: relative;
	background-color: transparent;
	left: 0;
	width: auto;
	z-index: 20;
	padding: 0;
	top: 0;
	padding-top: 0;
	display: block;
	opacity: 1;
	visibility: visible
}
.global-navs-xs.design1 .global-navs__list.dropdown>.global-navs__items>.global-navs__items-icon, .global-navs-xs.design1 .responsive-icon {
	display: none
}
.global-navs-xs.design1 .global-navs__list.dropdown>.global-navs__grid>.global-navs__list.dropdown>.global-navs__items>.global-navs__items-icon {
	display: block
}
.global-navs-xs.design1 .global-navs__grid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.global-navs-xs.design1 .global-navs__list.dropdown .global-navs__grid {
	display: none
}
.global-navs-xs.design1>.global-navs__grid>.global-navs__list+.global-navs__list {
	margin-left: 30px
}
.global-navs-xs.design1>.global-navs__grid>.global-navs__list>.global-navs__items {
	padding: 0;
	border: none
}
.global-navs-xs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid {
	position: absolute;
	min-width: 282px;
	top: 45px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	overflow: hidden
}
.global-navs-xs.design1>.global-navs__grid>.global-navs__list.dropdown>.global-navs__grid .global-navs__items {
	padding: 20px 30px;
	color:white;
}
.global-navs-xs.design1>.global-navs__grid>.global-navs__list>.global-navs__items.open .menu-arrow {
	display: block
}
}
.global-navs.design2 .global-navs__list+.global-navs__list {
	margin-top: 17px
}
.global-navs.design2 .global-navs__item {
	color: var(--white)
}
.global-navs.design3 .global-navs__list {
	position: relative
}
.global-navs.design3 .global-navs__list+.global-navs__list {
	margin-top: 11px
}
.global-navs.design3 .global-navs__list+.global-navs__list:before {
	content: '|';
	color: var(--white2);
	display: none;
	position: absolute;
	left: 0;
	top: 3px
}
.global-navs.design3 .global-navs__item {
	color: var(--white2)
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design3 .global-navs__grid {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.global-navs-xs.design3 .global-navs__list+.global-navs__list {
	margin-top: 0;
	padding-left: 31px;
	margin-left: 31px
}
.global-navs-xs.design3 .global-navs__list+.global-navs__list:before {
	display: block
}
}
.global-navs.design4 {
	margin: 30px 0
}
.global-navs.design4 .nav-item .nav-link {
	color: var(--white);
	text-transform: uppercase;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	position: relative
}
.global-navs.design4 .nav-item .nav-link .nav-link--text {
	z-index: 2;
	position: relative
}
.global-navs.design4 .nav-item .nav-link.active {
	color: var(--black);
	background-color: var(--white)
}
.global-navs.design4 .nav-item .nav-link.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.global-navs.design4 .nav-item .nav-link.active:hover:before {
	opacity: 1;
	width: 100%
}
.global-navs.design4 .nav-item .nav-link.active:hover .nav-link--text {
	color: var(--white)
}
@media (min-width:576px) {
.global-navs-xs.design4 {
	max-width: 540px;
	margin: 30px auto
}
}
@media (min-width:576px) and (min-width:768px) {
.global-navs-xs.design4 {
	max-width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design4 {
	width: 960px;
	max-width: 960px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -90px;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	margin: 0
}
}
@media (min-width:576px) and (min-width:1200px) {
.global-navs-xs.design4 {
	width: 1120px;
	max-width: 1120px
}
}
.global-navs.design5 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	position: absolute;
	width: 100%;
	background-color: var(--black3);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1);
	top: 55px;
	padding-bottom: 0
}
.global-navs.design5.active {
	opacity: 1;
	visibility: visible;
	top: 28px
}
.global-navs.design5 .global-navs__item {
	color: var(--white5);
	text-transform: uppercase;
	padding: 20px 30px;
	border-bottom: 1px solid var(--white4);
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.global-navs.design5 .global-navs__item:hover {
	background-color: var(--black5);
	color: var(--white)
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design5 {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	background-color: transparent;
	opacity: 1;
	visibility: visible;
	top: 0;
	position: relative
}
.global-navs-xs.design5 .global-navs__item {
	padding: 0;
	border-bottom: 2px solid transparent;
	margin-left: 60px
}
.global-navs-xs.design5 .global-navs__item.active, .global-navs-xs.design5 .global-navs__item:hover {
	color: var(--white);
	background-color: transparent;
	border-bottom-color: var(--orange)
}
}
.global-navs.design6 .nav-item .nav-link {
	color: var(--white);
	text-transform: uppercase;
	padding: 11px 37px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box
}
.global-navs.design6 .nav-item .nav-link .nav-link--text {
	z-index: 2;
	position: relative
}
.global-navs.design6 .nav-item .nav-link.active {
	color: var(--black);
	background-color: var(--white);
	position: relative
}
.global-navs.design6 .nav-item .nav-link.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.global-navs.design6 .nav-item .nav-link.active:hover:before {
	opacity: 1;
	width: 100%
}
.global-navs.design6 .nav-item .nav-link.active:hover .nav-link--text {
	color: var(--white)
}
.global-navs--pagination {
	padding: 30px 0 63px
}
.global-navs--pagination .pagination-icons__label {
	display: none;
	text-transform: uppercase;
	color: var(--grey7);
	line-height: 1
}
.global-navs--pagination .global-navs__items {
	display: none;
	text-transform: uppercase;
	color: var(--grey7)
}
.global-navs--pagination .global-navs__items.active {
	display: block
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.global-navs--pagination .pagination-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative
}
.global-navs-xs.global-navs--pagination .pagination-icons__label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.global-navs-xs.global-navs--pagination .pagination-icons.next-icon .pagination-icons__label {
	margin-right: 24px
}
.global-navs-xs.global-navs--pagination .pagination-icons.prev-icon .pagination-icons__arrow {
	position: absolute;
	left: 0;
	top: -2px
}
.global-navs-xs.global-navs--pagination .pagination-icons.prev-icon .pagination-icons__label {
	margin-left: 40px
}
.global-navs-xs.global-navs--pagination .global-navs__items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 16px;
	position: relative;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.global-navs-xs.global-navs--pagination .global-navs__items:before {
	content: '';
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.global-navs-xs.global-navs--pagination .global-navs__items__label {
	display: none
}
.global-navs-xs.global-navs--pagination .global-navs__items.active, .global-navs-xs.global-navs--pagination .global-navs__items:hover {
	color: var(--orange)
}
.global-navs-xs.global-navs--pagination .global-navs__items.active:before, .global-navs-xs.global-navs--pagination .global-navs__items:hover:before {
	content: '';
	height: 3px;
	width: 27px;
	background-color: var(--orange);
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: -2px
}
}
.global-navs.design8 {
	border-bottom: none;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative
}
.global-navs.design8 .nav-item .nav-link {
	color: var(--black);
	text-transform: uppercase;
	border: none
}
.global-navs.design8 .nav-item .nav-link:focus, .global-navs.design8 .nav-item .nav-link:hover {
	border: none
}
.global-navs.design8 .nav-item .nav-link.active {
	border: none;
	color: var(--orange);
	background-color: var(--white)
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design8 {
	border-bottom: none;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	padding-top: 10px
}
.global-navs-xs.design8:before {
	content: '';
	height: 1px;
	background-color: var(--black);
	width: 100%;
	position: absolute;
	display: block;
	top: 6px
}
.global-navs-xs.design8 .nav-item {
	margin-bottom: 0
}
.global-navs-xs.design8 .nav-item .nav-link {
	padding: 35px 0;
	position: relative;
	font-size: 1.125rem;
	font-family: GothamBook
}
.global-navs-xs.design8 .nav-item .nav-link.active {
	font-family: GothamMedium
}
.global-navs-xs.design8 .nav-item .nav-link.active:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 9px;
	background-color: var(--orange);
	top: -7px
}
}
.global-navs.design9 {
	border-bottom: none;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative
}
.global-navs.design9 .nav-item .nav-link {
	color: var(--black);
	border: none
}
.global-navs.design9 .nav-item .nav-link span {
	color: var(--black)
}
.global-navs.design9 .nav-item .nav-link:focus, .global-navs.design9 .nav-item .nav-link:hover {
	border: none
}
.global-navs.design9 .nav-item .nav-link.active {
	border: none;
	color: var(--orange);
	background-color: var(--white)
}
.global-navs.design9 .nav-item .nav-link.active span {
	color: var(--orange);
	background-color: var(--white)
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design9 {
	border-bottom: none;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	padding-top: 10px
}
.global-navs-xs.design9:before {
	content: '';
	height: 1px;
	background-color: var(--black);
	width: 100%;
	position: absolute;
	display: block;
	top: 6px
}
.global-navs-xs.design9 .nav-item {
	margin-bottom: 0
}
.global-navs-xs.design9 .nav-item .nav-link {
	padding: 35px 0;
	position: relative;
	font-size: 1.125rem;
	font-family: GothamBook
}
.global-navs-xs.design9 .nav-item .nav-link.active:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 9px;
	background-color: var(--orange);
	top: -7px
}
}
.global-navs.design10 .nav-item .nav-link {
	color: var(--black);
	text-transform: uppercase;
	padding: 10px 16px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box
}
.global-navs.design10 .nav-item .nav-link .nav-link--text {
	z-index: 2;
	position: relative
}
.global-navs.design10 .nav-item .nav-link.active {
	background-color: var(--black);
	color: var(--white);
	position: relative
}
.global-navs.design10 .nav-item .nav-link.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--orange);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.global-navs.design10 .nav-item .nav-link.active:hover:before {
	opacity: 1;
	width: 100%
}
.global-navs.design10 .nav-item .nav-link.active:hover .nav-link--text {
	color: var(--white)
}
.global-navs.design10.pos-absolute {
	position: relative
}
@media (min-width:576px) and (min-width:992px) {
.global-navs-xs.design10.pos-absolute {
	position: absolute;
	top: -62px;
	right: 0
}
}
.global-navs.design11 {
	position: relative;
	width: 100%;
	padding-bottom: 30px
}
.global-navs.design11:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--black);
	top: 4px;
	left: 0;
	z-index: 1;
	content: ""
}
.global-navs.design11 .nav-item {
	width: calc(100% / 2)
}
.global-navs.design11 .nav-item .nav-link {
	width: 100%;
	position: relative;
	z-index: 2;
	display: block;
	padding-top: 48px;
	background: 0 0
}
.global-navs.design11 .nav-item .nav-link .nav-link--text {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	color: var(--black);
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.global-navs.design11 .nav-item .nav-link:before {
	width: 100%;
	height: 9px;
	background: var(--orange3);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.global-navs.design11 .nav-item .nav-link.active:before, .global-navs.design11 .nav-item .nav-link:hover:before {
	opacity: 1
}
.global-navs.design11 .nav-item .nav-link.active .nav-link--text, .global-navs.design11 .nav-item .nav-link:hover .nav-link--text {
	color: var(--orange3)
}
.global-navs.design12 .global-navs__list+.global-navs__list {
	margin-top: 8px
}
.global-navs.design12 .global-navs__item {
	color: var(--white)
}
.global-navs.design13 {
	margin-top: 10px
}
.global-navs.design13 .nav-item {
	margin-left: 40px
}
.global-navs.design13 .nav-item .nav-link {
	color: var(--purplegrey2);
	text-transform: uppercase;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 5px solid transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.global-navs.design13 .nav-item .nav-link .nav-link--text {
	z-index: 2;
	position: relative
}
.global-navs.design13 .nav-item .nav-link.active, .global-navs.design13 .nav-item .nav-link:hover {
	color: var(--white);
	border-bottom: 5px solid var(--white);
	background: 0 0
}
.global-navs.design13 .nav-item:first-child {
	margin-left: 0
}
.fom-container.design1 .form-grider__container-label {
	display: none
}
.fom-container.design1 .form-grider__container-field {
	border: none;
	border-bottom: 1px solid var(--white3);
	background-color: transparent;
	width: 100%;
	color: var(--white);
	outline: 0;
	height: 35px;
	margin-bottom: 20px;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.fom-container.design1 .form-grider__container-field::-webkit-input-placeholder {
color:var(--white3);
font-family:GothamLight
}
.fom-container.design1 .form-grider__container-field:-moz-placeholder {
color:var(--white3);
font-family:GothamLight
}
.fom-container.design1 .form-grider__container-field::-moz-placeholder {
color:var(--white3);
font-family:GothamLight
}
.fom-container.design1 .form-grider__container-field:-ms-input-placeholder {
color:var(--white3);
font-family:GothamLight
}
.fom-container.design1 .form-grider__container-field:focus {
	border-bottom-color: var(--white)
}
.fom-container.design1 .button-v1 {
	margin-top: 30px
}
.fom-container.design2 .form-grider__container {
	margin-bottom: 10px
}
.fom-container.design2 .form-grider__container-label {
	display: none
}
.fom-container.design2 .form-grider__container-field {
	min-height: 78px;
	text-transform: uppercase;
	color: var(--black2);
	background: var(--white7);
	width: 100%;
	border: none!important;
	outline: 0!important;
	padding: 0 25px 0 30px
}
.fom-container.design2 .form-grider__container-field::-webkit-input-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design2 .form-grider__container-field:-moz-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design2 .form-grider__container-field::-moz-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design2 .form-grider__container-field:-ms-input-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single {
	width: 100%!important
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single {
	color: var(--black2);
	background: var(--white7);
	border: none;
	outline: 0;
	padding: 0 25px 0 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	height: inherit;
	min-height: 78px;
	text-transform: uppercase
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div {
	width: 29px;
	right: 25px
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div b {
	width: 29px;
	height: 21px;
	background-image: url(../images/g/downIcon-b.png)!important;
	background-repeat: no-repeat;
	background-size: 29px 16px!important
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-position: 0
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container .chosen-drop {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box
}
.fom-container.design2 .form-grider__container .chosen-customized .chosen-container .chosen-results li {
	padding: 15px 6px;
	color: var(--black2)
}
.fom-container.design2 input::-webkit-inner-spin-button, .fom-container.design2 input::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
.fom-container.design2 input[type=number] {
	-moz-appearance: textfield
}
.fom-container.design2 .fom-container__action {
	height: 100%;
	margin-top: 10px
}
.fom-container.design2 .fom-container__action__link {
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1);
	order: 2
}
.fom-container.design2 .fom-container__action__link-text {
	text-transform: uppercase;
	color: var(--black2);
	margin-left: 10px;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.fom-container.design2 .fom-container__action__link:hover .fom-container__action__link-text {
	color: var(--orange)
}
.fom-container.design2 .fom-container__action__link.resp-button {
	order: 1;
	border: 1px solid var(--white);
	width: 100%;
	height: 78px;
	margin-bottom: 25px
}
@media (min-width:576px) and (min-width:992px) {
.fom-container.design2 .fom-container__action-xs {
	margin-top: 0;
	-webkit-justify-content: flex-end!important;
	-moz-justify-content: flex-end!important;
	-ms-justify-content: flex-end!important;
	justify-content: flex-end!important;
	-ms-flex-pack: flex-end!important;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.fom-container.design2 .fom-container__action-xs .fom-container__action__link {
	order: 1
}
.fom-container.design2 .fom-container__action-xs .fom-container__action__link.resp-button {
	border: none;
	width: auto;
	height: auto;
	margin-bottom: 0
}
.fom-container.design2 .fom-container__action-xs .fom-container__action__link+.fom-container__action__link {
	margin-left: 30px
}
}
.fom-container.design2.action-inline .fom-container__action {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
	-ms-flex-pack: space-evenly
}
.fom-container.design2.action-inline.action-inline--orangeHover .fom-container__action__link {
	width: 100%;
	height: 78px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.fom-container.design2.action-inline--blackHover .fom-container__action {
	-webkit-justify-content: start!important;
	-moz-justify-content: start!important;
	-ms-justify-content: start!important;
	justify-content: start!important;
	-ms-flex-pack: start!important
}
.fom-container.design2.action-inline--blackHover .fom-container__action__link {
	text-align: center;
	min-width: 160px
}
.fom-container.design2.action-inline--blackHover .fom-container__action__link-text {
	width: 100%
}
.fom-container.design2.action-inline--blackHover .black-button {
	order: 1;
	background-color: var(--black);
	position: relative;
	min-width: 160px;
	margin-left: 0;
	height: 79px
}
.fom-container.design2.action-inline--blackHover .black-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--orange);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.fom-container.design2.action-inline--blackHover .black-button .fom-container__action__link-text {
	color: var(--white);
	margin-left: 0;
	width: 100%
}
.fom-container.design2.action-inline--blackHover .black-button:hover:before {
	opacity: 1;
	width: 100%
}
.fom-container.design2.action-inline--blackHover .black-button:hover .fom-container__action__link-icon, .fom-container.design2.action-inline--blackHover .black-button:hover .fom-container__action__link-text {
	z-index: 2
}
.fom-container.design2.action-inline--orangeHover .orange-button {
	order: 1;
	background-color: var(--orange);
	position: relative;
	min-width: 160px;
	margin-bottom: 20px
}
.fom-container.design2.action-inline--orangeHover .orange-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.fom-container.design2.action-inline--orangeHover .orange-button .fom-container__action__link-text {
	color: var(--white)
}
.fom-container.design2.action-inline--orangeHover .orange-button:hover:before {
	opacity: 1;
	width: 100%
}
.fom-container.design2.action-inline--orangeHover .orange-button:hover .fom-container__action__link-icon, .fom-container.design2.action-inline--orangeHover .orange-button:hover .fom-container__action__link-text {
	z-index: 2
}
.fom-container.design2.action-columns .form-grider__container.first {
	margin-bottom: 40px
}
.fom-container.design2.action-columns .fom-container__action {
	-webkit-justify-content: flex-start!important;
	-moz-justify-content: flex-start!important;
	-ms-justify-content: flex-start!important;
	justify-content: flex-start!important;
	-ms-flex-pack: flex-start!important
}
.fom-container.design2.action-columns .fom-container__action__link {
	height: 78px;
	margin-bottom: 10px;
	width: 100%
}
.fom-container.design2.action-columns .fom-container__action__link.resp-button {
	height: 78px;
	width: 100%
}
.fom-container.design2.action-columns .fom-container__action__link.orange-button {
	background-color: var(--orange);
	position: relative
}
.fom-container.design2.action-columns .fom-container__action__link.orange-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.fom-container.design2.action-columns .fom-container__action__link.orange-button .fom-container__action__link-text {
	color: var(--white)
}
.fom-container.design2.action-columns .fom-container__action__link.orange-button:hover:before {
	opacity: 1;
	width: 100%
}
.fom-container.design2.action-columns .fom-container__action__link.orange-button:hover .fom-container__action__link-icon, .fom-container.design2.action-columns .fom-container__action__link.orange-button:hover .fom-container__action__link-text {
	z-index: 2
}
.fom-container.design2.action-columns .fom-container__action__link+.fom-container__action__link {
	margin-left: 0
}
@media (min-width:576px) and (min-width:992px) {
.fom-container-xs.design2 .form-grider__container {
	height: 100%
}
.fom-container-xs.design2.with-bottomSpacing .form-grider__container {
	height: 100%;
	margin-bottom: 10px
}
.fom-container-xs.design2.action-inline.action-inline--orangeHover .fom-container__action {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.fom-container-xs.design2.action-inline.action-inline--orangeHover .fom-container__action__link {
	width: 100%;
	height: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.fom-container-xs.design2.action-inline.action-inline--orangeHover .fom-container__action__link.orange-button {
	height: -moz-calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px)
}
.fom-container-xs.design2.action-inline--orangeHover .orange-button {
	order: 2;
	margin-top: -9px;
	margin-bottom: 0
}
.fom-container-xs.design2.action-inline--blackHover .fom-container__action__link {
	text-align: center;
	min-width: 0
}
.fom-container-xs.design2.action-inline--blackHover .black-button {
	min-width: 160px;
	margin-left: -30px
}
.fom-container-xs.design2.action-columns .form-grider__container {
	height: auto
}
.fom-container-xs.design2.action-columns .fom-container__action__link {
	margin-bottom: 40px
}
}
.form-wrapper.design2 .fom-container.design2 .form-grider__container-label {
	color: var(--white);
	text-transform: uppercase;
	display: block
}
.form-wrapper.design2 .fom-container.design2 .fom-container__action__link-text {
	color: var(--white)
}
.form-wrapper.design2 .fom-container.design2 .fom-container__action__link:hover .fom-container__action__link-text {
	color: var(--orange)
}
.fom-container.design3 {
	margin-top: 30px
}
.fom-container.design3 .form-grider__container {
	margin-bottom: 10px;
	position: relative
}
.fom-container.design3 .form-grider__container-label {
	color: var(--black2);
	padding-left: 15px;
	background: var(--white7);
	margin-bottom: 0
}
.fom-container.design3 .form-grider__container-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.fom-container.design3 .form-grider__container-field {
	min-height: 78px;
	text-transform: uppercase;
	color: var(--black2);
	background: var(--white7);
	width: 100%;
	border: none!important;
	outline: 0!important;
	padding: 0 25px 0 30px
}
.fom-container.design3 .form-grider__container-field::-webkit-input-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design3 .form-grider__container-field:-moz-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design3 .form-grider__container-field::-moz-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design3 .form-grider__container-field:-ms-input-placeholder {
font-size:1.125rem;
color:var(--black2);
font-family:GothamBook
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single {
	width: 100%!important
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single {
	color: var(--black2);
	background: var(--white7);
	border: none;
	outline: 0;
	padding: 0 25px 0 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	height: inherit;
	min-height: 78px;
	text-transform: uppercase
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div {
	width: 29px;
	right: 25px
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single .chosen-single div b {
	width: 29px;
	height: 21px;
	background-image: url(../images/g/downIcon-b.png)!important;
	background-repeat: no-repeat;
	background-size: 29px 16px!important
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-position: 0
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container .chosen-drop {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box
}
.fom-container.design3 .form-grider__container .chosen-customized .chosen-container .chosen-results li {
	padding: 15px 6px;
	color: var(--black2)
}
.fom-container.design3 input::-webkit-inner-spin-button, .fom-container.design3 input::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
.fom-container.design3 input[type=number] {
	-moz-appearance: textfield
}
.fom-container.design3 .fom-container__action {
	height: 100%;
	margin-top: 10px
}
.fom-container.design3 .fom-container__action__link {
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1);
	order: 2
}
.fom-container.design3 .fom-container__action__link-text {
	text-transform: uppercase;
	color: var(--black2);
	margin-left: 10px;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.fom-container.design3 .fom-container__action__link:hover .fom-container__action__link-text {
	color: var(--orange)
}
.fom-container.design3 .fom-container__action__link.resp-button {
	order: 1;
	border: 1px solid var(--white);
	width: 100%;
	height: 78px;
	margin-bottom: 25px
}
@media (min-width:576px) and (min-width:992px) {
.fom-container.design3 .fom-container__action-xs {
	margin-top: 0;
	-webkit-justify-content: flex-end!important;
	-moz-justify-content: flex-end!important;
	-ms-justify-content: flex-end!important;
	justify-content: flex-end!important;
	-ms-flex-pack: flex-end!important;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.fom-container.design3 .fom-container__action-xs .fom-container__action__link {
	order: 1
}
.fom-container.design3 .fom-container__action-xs .fom-container__action__link.resp-button {
	border: none;
	width: auto;
	height: auto;
	margin-bottom: 0
}
.fom-container.design3 .fom-container__action-xs .fom-container__action__link+.fom-container__action__link {
	margin-left: 30px
}
}
.fom-container.design3.action-inline .fom-container__action {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
	-ms-flex-pack: space-evenly
}
.fom-container.design3.action-inline.action-inline--orangeHover .fom-container__action__link {
	width: 100%;
	height: 78px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.fom-container.design3.action-inline--orangeHover .orange-button {
	order: 1;
	background-color: var(--orange);
	position: relative;
	min-width: 160px;
	margin-bottom: 20px
}
.fom-container.design3.action-inline--orangeHover .orange-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.fom-container.design3.action-inline--orangeHover .orange-button .fom-container__action__link-text {
	color: var(--white)
}
.fom-container.design3.action-inline--orangeHover .orange-button:hover:before {
	opacity: 1;
	width: 100%
}
.fom-container.design3.action-inline--orangeHover .orange-button:hover .fom-container__action__link-icon, .fom-container.design3.action-inline--orangeHover .orange-button:hover .fom-container__action__link-text {
	z-index: 2
}
.fom-container.design3.action-columns .form-grider__container.first {
	margin-bottom: 40px
}
.fom-container.design3.action-columns .fom-container__action {
	-webkit-justify-content: flex-start!important;
	-moz-justify-content: flex-start!important;
	-ms-justify-content: flex-start!important;
	justify-content: flex-start!important;
	-ms-flex-pack: flex-start!important
}
.fom-container.design3.action-columns .fom-container__action__link {
	height: 78px;
	margin-bottom: 10px;
	width: 100%
}
.fom-container.design3.action-columns .fom-container__action__link.resp-button {
	height: 78px;
	width: 100%
}
.fom-container.design3.action-columns .fom-container__action__link.orange-button {
	background-color: var(--orange);
	position: relative
}
.fom-container.design3.action-columns .fom-container__action__link.orange-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.fom-container.design3.action-columns .fom-container__action__link.orange-button .fom-container__action__link-text {
	color: var(--white)
}
.fom-container.design3.action-columns .fom-container__action__link.orange-button:hover:before {
	opacity: 1;
	width: 100%
}
.fom-container.design3.action-columns .fom-container__action__link.orange-button:hover .fom-container__action__link-icon, .fom-container.design3.action-columns .fom-container__action__link.orange-button:hover .fom-container__action__link-text {
	z-index: 2
}
.fom-container.design3.action-columns .fom-container__action__link+.fom-container__action__link {
	margin-left: 0
}
.fom-container.design4 {
	margin-top: 35px
}
.fom-container.design4 .form-grider__container {
	margin-bottom: 10px;
	position: relative
}
.fom-container.design4 .form-grider__container+.form-grider__container {
	margin-left: 0
}
.fom-container.design4 .form-grider__container .input-group {
	width: auto;
	margin-left: 20px
}
.fom-container.design4 .form-grider__container-label {
	color: var(--black2);
	margin-bottom: 0;
	text-transform: uppercase;
	min-width: 50px;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.fom-container.design4 .form-grider__container-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.fom-container.design4 .form-grider__container-icon .u-icon {
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin-top: -6px
}
.fom-container.design4 .form-grider__container-field {
	height: 34px;
	text-transform: uppercase;
	min-width: 200px;
	max-width: 200px;
	color: var(--black2);
	background: var(--white);
	width: 100%;
	border: none!important;
	outline: 0!important;
	padding: 0 30px 0 10px;
	border: 1px solid var(--grey14)!important
}
.fom-container.design4 .form-grider__container-field::-webkit-input-placeholder {
font-size:.875rem;
color:var(--grey4);
font-family:GothamBook
}
.fom-container.design4 .form-grider__container-field:-moz-placeholder {
font-size:.875rem;
color:var(--grey4);
font-family:GothamBook
}
.fom-container.design4 .form-grider__container-field::-moz-placeholder {
font-size:.875rem;
color:var(--grey4);
font-family:GothamBook
}
.fom-container.design4 .form-grider__container-field:-ms-input-placeholder {
font-size:.875rem;
color:var(--grey4);
font-family:GothamBook
}
@media (min-width:576px) and (min-width:768px) {
.fom-container-xs.design4 .form-grider {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.fom-container-xs.design4 .form-grider__container {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.fom-container-xs.design4 .form-grider__container+.form-grider__container {
	margin-left: 20px
}
.fom-container-xs.design4 .form-grider__container-label {
	min-width: auto;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
}
@media (min-width:576px) and (min-width:992px) {
.fom-container-xs.design2 .form-grider__container {
	height: 100%;
	margin-bottom: 0
}
.fom-container-xs.design2.action-inline.action-inline--orangeHover .fom-container__action {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.fom-container-xs.design2.action-inline.action-inline--orangeHover .fom-container__action__link {
	width: 100%;
	height: auto;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.fom-container-xs.design2.action-inline.action-inline--orangeHover .fom-container__action__link.orange-button {
	height: -moz-calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px)
}
.fom-container-xs.design2.action-inline--orangeHover .orange-button {
	order: 2;
	margin-top: -9px;
	margin-bottom: 0
}
.fom-container-xs.design2.action-columns .form-grider__container {
	height: auto
}
.fom-container-xs.design2.action-columns .fom-container__action__link {
	margin-bottom: 40px
}
}
.g-elem_1 {
	background-color: var(--white);
	padding: 37px 0 65px
}
.g-elem_1__title {
	margin-bottom: 24px
}
.g-elem_1__content p {
	color: var(--black4);
	line-height: 36px
}
.g-elem_1__content__link {
	margin-top: 40px
}
.g-elem_1__content__link-text {
	text-transform: uppercase;
	color: var(--black2);
	margin-right: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_1__content__link:hover .g-elem_1__content__link-text {
	color: var(--orange)
}
.g-elem_1__counters {
	margin-top: 26px
}
.g-elem_1__counters aside {
	max-width: 210px
}
.g-elem_1__counters-text {
	color: var(--black2);
	margin-bottom: 0
}
.g-elem_1__counters-text .superscript {
	font-size: 60%;
	line-height: 1;
	top: -.5em
}
.g-elem_1__counters p {
	color: var(--grey4);
	line-height: 30px
}
.g-elem_1--design2 {
	padding: 4px 0 100px
}
.g-elem_1--design2 .g-elem_1__counters {
	margin-top: 43px
}
.g-elem_1--design2 .g-elem_1__counters aside {
	margin-top: 22px
}
.g-elem_1--design2 .g-elem_1__counters aside:first-child {
	margin-top: 0
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_1-xs .g-elem_1__title {
	padding-right: 30px
}
.g-elem_1-xs .g-elem_1__counters {
	border-top: 1px solid var(--grey3);
	margin-top: 50px;
	padding-top: 45px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_1-xs .g-elem_1__counters-text {
	font-size: 2.8125rem
}
.g-elem_1-xs .g-elem_1__counters p {
	font-size: 1.125rem;
	line-height: 24px
}
.g-elem_1-xs .g-elem_1__counters aside {
	-webkit-box-flex: 1 0 calc(100% / 3);
	-moz-box-flex: 1 0 calc(100% / 3);
	-webkit-flex: 1 0 calc(100% / 3);
	-ms-flex: 1 0 calc(100% / 3);
	flex: 1 0 calc(100% / 3);
	max-width: -moz-calc(100% / 3);
	max-width: -webkit-calc(100% / 3);
	max-width: calc(100% / 3)
}
.g-elem_1-xs.g-elem_1--design2 .g-elem_1__counters {
	margin-top: 43px
}
.g-elem_1-xs.g-elem_1--design2 .g-elem_1__counters aside {
	margin-top: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_1-xs {
	padding: 60px 0 80px
}
.g-elem_1-xs .g-elem_1__title {
	font-size: 3.75rem;
	padding-right: 0
}
.g-elem_1-xs .g-elem_1__content p {
	line-height: 48px;
	font-size: 1.5rem
}
.g-elem_1-xs .g-elem_1__counters-text {
	font-size: 3.75rem
}
.g-elem_1-xs .g-elem_1__counters p {
	font-size: 1.5rem;
	line-height: 30px
}
.g-elem_1-xs.g-elem_1--design2 {
	padding: 0 0 80px
}
.g-elem_1-xs.g-elem_1--design2 .g-elem_1__content p {
	font-size: 1.5rem;
	font-family: GothamLight
}
.g-elem_1-xs.g-elem_1--design2 .g-elem_1__counters p {
	font-size: 1.5rem;
	font-family: GothamBook
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_1-xs .g-elem_1__counters-text {
	font-size: 5rem
}
.g-elem_1-xs .g-elem_1__title {
	padding-right: 20px
}
.g-elem_1-xs.g-elem_1--design2 {
	padding: 0 0 120px
}
}
.g-elem_2 {
	background-color: var(--white);
	padding: 50px 0 40px
}
.g-elem_2__title {
	margin-bottom: 8px
}
.g-elem_2__content p {
	color: var(--black4);
	line-height: 36px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_2-xs {
	padding: 104px 0 80px
}
.g-elem_2-xs .g-elem_2__title {
	margin-top: 28px;
	font-size: 5rem
}
.g-elem_2-xs .g-elem_2__content p {
	line-height: 48px;
	font-size: 1.5rem
}
}
.g-elem_3 {
	border-top: 1px solid var(--white);
	background-color: var(--darkblue);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	overflow: hidden
}
.g-elem_3 .mobile-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_3 .container {
	position: relative;
	z-index: 2
}
.g-elem_3__content {
	margin-top: 17px;
	margin-bottom: 76px
}
.g-elem_3__content__heading {
	color: var(--white);
	margin-bottom: 36px
}
.g-elem_3__content__plantlist ul li {
	margin-top: 11px;
	color: var(--white)
}
@media (min-width:576px) {
.g-elem_3-xs .mobile-bg {
	display: none
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_3-xs .g-elem_3__map {
	margin-right: 0;
	margin-bottom: 46px
}
.g-elem_3-xs .g-elem_3__content {
	margin-top: 83px
}
.g-elem_3-xs .g-elem_3__content__heading {
	font-size: 2.25rem;
	margin-bottom: 39px
}
.g-elem_3-xs .g-elem_3__content__plantlist ul li {
	font-size: 1.25rem
}
}
.g-elem_4 {
	border-top: 1px solid var(--white);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 68px;
	background-color: #2e2935;
	background-repeat: no-repeat
}
.g-elem_4__heading {
	color: var(--white);
	margin-bottom: 48px
}
.g-elem_4__companyInfo {
	margin-top: 90px
}
.g-elem_4__companyInfo .companyInfo-container {
	margin-bottom: 22px
}
.g-elem_4__companyInfo .companyInfo-container__icon {
	width: 49px;
	height: 23px;
	margin-top: 4px
}
.g-elem_4__companyInfo .companyInfo-container__text {
	color: var(--white);
	line-height: 30px;
	width: -moz-calc(100% - 49px);
	width: -webkit-calc(100% - 49px);
	width: calc(100% - 49px)
}
.g-elem_4--design2 .g-elem_4__companyInfo {
	margin-top: 0;
	margin-bottom: 80px
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_4-xs {
	padding-top: 71px
}
.g-elem_4-xs .g-elem_4__heading {
	line-height: 54px;
	font-size: 2.25rem;
	margin-bottom: 36px
}
.g-elem_4-xs .g-elem_4__companyInfo {
	margin-top: 0
}
.g-elem_4-xs .fom-container.design1 {
	margin-top: -90px
}
}
.g-elem_5 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: -350px 0;
	border-top: 1px solid var(--white);
	padding-top: 63px;
	padding-bottom: 85px
}
.g-elem_5--jindalGroup {
	background-position: -650px 0
}
.g-elem_5__heading {
	color: var(--white);
	margin-bottom: 43px
}
.g-elem_5__content-info, .g-elem_5__heading, .g-elem_5__information {
	margin-left: auto;
	margin-right: auto
}
.g-elem_5__information .content-wrapper__title {
	color: var(--white);
	margin-top: 38px
}
.g-elem_5__information .content-wrapper__title-icon {
	margin-left: 15px
}
.g-elem_5__information .content-wrapper__description {
	color: var(--white);
	margin-bottom: 50px
}
.g-elem_5__content-info p {
	color: var(--white);
	line-height: 48px
}
.g-elem_5__content-info .button-v1 {
	margin-top: 49px
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_5-xs {
	background-position: center center;
	padding-bottom: 55px
}
.g-elem_5-xs .g-elem_5__content-info, .g-elem_5-xs .g-elem_5__heading, .g-elem_5-xs .g-elem_5__information {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0
}
.g-elem_5-xs .g-elem_5__heading {
	margin-top: 90px;
	margin-bottom: 21px
}
.g-elem_5-xs .g-elem_5__information {
	margin-top: -125px
}
.g-elem_5-xs .g-elem_5__information .content-wrapper__title {
	font-size: 2rem
}
.g-elem_5-xs .g-elem_5__content-info .button-v1 {
	margin-top: 23px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_5-xs .g-elem_5__information .content-wrapper__title {
	font-size: 2.25rem
}
}
.g-elem_6 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	min-height: 750px;
	padding: 60px 0;
	position: relative
}
.g-elem_6 .mobile-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_6 .container {
	position: relative;
	z-index: 20
}
.g-elem_6>.container>.row {
	height: 100%
}
.g-elem_6__content {
	height: 100%
}
.g-elem_6__content__heading {
	color: var(--white);
	line-height: 48px;
	margin-bottom: 12px;
	text-align:center !important;
}
.g-elem_6__content__description {
	color: var(--white3);
	line-height: 36px;
	margin-bottom: 52px
}
.g-elem_6--container150 {
	background-position: center center
}
.g-elem_6--container60 {
	background-position: center center
}
.g-elem_6--container280 {
	background-position: -280px 0
}
@media (min-width:576px) {
.g-elem_6-xs .mobile-bg {
	display: none
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_6-xs.g-elem_6--container150, .g-elem_6-xs.g-elem_6--container280, .g-elem_6-xs.g-elem_6--container60 {
	background-position: center center
}
.g-elem_6-xs .g-elem_6__content {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.g-elem_6-xs .g-elem_6__content__heading {
	line-height: 58px;
	margin-bottom: 26px;
	font-size: 3.4375rem
}
.g-elem_6-xs .g-elem_6__content__description {
	line-height: 48px;
	margin-bottom: 83px;
	font-size: 1.5rem
}
}
.g-elem_7 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 77px 0 62px 0
}
.g-elem_7__headtext {
	color: var(--white);
	margin-bottom: 72px;
	padding: 0 0
}
.g-elem_7__contentwrap {
	overflow: hidden;
	overflow-x: scroll;
	-ms-overflow-style: none;
	width: 100%;
	margin-left: 0;
	scrollbar-width: none;
	scrollbar-color: transparent transparent
}
.g-elem_7__contentwrap::-webkit-scrollbar {
width:0!important;
height:0!important
}
.g-elem_7__contentwrap::-webkit-scrollbar-track {
background:0 0!important
}
.g-elem_7__contentwrap::-webkit-scrollbar-thumb {
background:0 0!important
}
.g-elem_7__valuelist {
	width: 100%
}
.g-elem_7__valuelist ol {
	counter-reset: li;
	width: 100%;
	margin-left: -15px
}
.g-elem_7__valuelist ol li.list {
	counter-increment: item;
	width: calc(100% / 1 - 15px);
	margin-bottom: 58px;
	margin-left: 15px;
	position: relative;
	padding-top: 33px;
	font-size: 27px;
	color: var(--white);
	line-height: 36px
}
.g-elem_7__valuelist ol li.list:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	color: var(--white);
	font-size: 1.5rem;
	line-height: 24px;
	width: 40px
}
.g-elem_7__valuelist ol li.list:after {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	width: calc(100% - 40px);
	right: 0;
	height: 1px;
	background: #8c8d9a
}
@media (min-width:576px) {
.g-elem_7-xs .g-elem_7__headtext {
	padding: 0 0
}
.g-elem_7-xs .g-elem_7__contentwrap {
	margin-left: 0
}
.g-elem_7-xs .g-elem_7__valuelist ol {
	padding-left: 0
}
.g-elem_7-xs .g-elem_7__valuelist ol li {
	width: calc(100% / 2 - 15px)
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_7-xs {
	padding: 100px 0 60px 0
}
.g-elem_7-xs .g-elem_7__headtext {
	padding: 0 0
}
.g-elem_7-xs .g-elem_7__contentwrap {
	margin-left: 0
}
.g-elem_7-xs .g-elem_7__valuelist ol {
	padding-left: 0;
	margin-left: -30px
}
.g-elem_7-xs .g-elem_7__valuelist ol li {
	width: calc(100% / 3 - 30px);
	font-size: 30px;
	margin-left: 30px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_7-xs {
	padding: 185px 0 60px 0
}
.g-elem_7-xs .g-elem_7__valuelist ol {
	margin-left: -64px
}
.g-elem_7-xs .g-elem_7__valuelist ol li {
	width: calc(100% / 4 - 64px);
	margin-left: 64px
}
}
.g-elem_8 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 55px 0 63px 0
}
.g-elem_8__headwrap {
	width: 100%;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_8__headwrap-headtext {
	color: var(--white);
	margin-bottom: 43px
}
.g-elem_8__tabtextwrap {
	width: 100%;
	padding-top: 54px;
	position: relative
}
.g-elem_8__tabtextwrap figure {
	width: 296px;
	position: relative;
	overflow: hidden;
	border: 1px var(--grey6) solid;
	margin-bottom: 44px
}
.g-elem_8__tabtextwrap figure img {
	width: 100%;
	height: auto
}
.g-elem_8__tabtextwrap-tabcontent {
	min-height: 0
}
.g-elem_8__tabtextwrap-tabcontent p {
	font-size: 1.5rem;
	line-height: 48px;
	color: var(--white)
}
.g-elem_8--design2 .g-elem_8__headwrap {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
@media (min-width:576px) {
.g-elem_8-xs {
	padding: 55px 15px 63px 29px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_8-xs {
	padding: 61px 10px 50px 10px
}
.g-elem_8-xs .g-elem_8__headwrap-headtext {
	margin-bottom: 0
}
.g-elem_8-xs .g-elem_8__tabtextwrap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	padding-left: 320px
}
.g-elem_8-xs .g-elem_8__tabtextwrap figure {
	width: 272px;
	position: absolute;
	left: 0
}
.g-elem_8-xs .g-elem_8__tabtextwrap-tabcontent {
	min-height: 275px
}
.g-elem_8-xs.g-elem_8--design2 {
	padding: 61px 10px 170px 10px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_8-xs .g-elem_8__tabtextwrap {
	padding-left: 373px
}
.g-elem_8-xs .g-elem_8__tabtextwrap figure {
	width: 317px;
	bottom: -190px
}
.g-elem_8-xs .g-elem_8__tabtextwrap-tabcontent p {
	font-size: 2.0625rem;
	line-height: 60px
}
.g-elem_8-xs.g-elem_8--design2 {
	padding: 58px 10px 50px 10px
}
.g-elem_8-xs.g-elem_8--design2 .g-elem_8__headwrap {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.g-elem_8-xs.g-elem_8--design2 .g-elem_8__tabtextwrap figure {
	bottom: 0
}
}
.g-elem_9 {
	background-color: var(--white);
	padding: 15px 0 80px 0
}
.g-elem_9__content p {
	color: var(--black4);
	line-height: 30px
}
.g-elem_9--design1 {
	padding: 52px 0 110px 0
}
.g-elem_9--design1 .g-elem_9__content p {
	line-height: 36px;
	text-align:justify;
}
.g-elem_9--design2 {
	padding: 50px 0 66px 0
}
.g-elem_9--design2 .g-elem_9__content p {
	color: var(--black2);
	line-height: 36px
}
.g-elem_9--design3 {
	padding: 43px 0 34px 0
}
.g-elem_9--design4 {
	padding: 40px 0 40px 0
}
.g-elem_9--design4 .g-elem_9__content p {
	color: var(--black4);
	line-height: 36px
}
@media (min-width:576px) {
.g-elem_9-xs.g-elem_9--design3 {
	padding: 65px 0 34px 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_9-xs {
	padding: 65px 0 137px 0
}
.g-elem_9-xs .g-elem_9__content p {
	line-height: 48px;
	font-size: 1.5rem
}
.g-elem_9-xs.g-elem_9--design1 {
	padding: 103px 0 72px 0
}
.g-elem_9-xs.g-elem_9--design2 {
	padding: 68px 0 84px 0
}
.g-elem_9-xs.g-elem_9--design2 .g-elem_9__content p {
	font-size: 1.5rem;
	line-height: 48px
}
.g-elem_9-xs.g-elem_9--design3 {
	padding: 65px 0 91px 0
}
.g-elem_9-xs.g-elem_9--design4 {
	padding: 70px 0 76px 0
}
.g-elem_9-xs.g-elem_9--design4 .g-elem_9__content p {
	font-size: 1.5rem;
	line-height: 48px;
	font-family: GothamLight
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_9-xs {
	padding: 65px 0 74px 0
}
}
.g-elem_10 {
	padding: 66px 0 60px 0
}
.g-elem_10 .g-respScroll-Container__scrolling {
	align-items: flex-start;
	overflow: hidden;
	padding-right: 15px
}
.g-elem_10__container {
	overflow: hidden
}
.g-elem_10__container__heading {
	line-height: 42px;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 35px
}
.g-elem_10__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_10__grid__list {
	flex: 0 0 257px;
	max-width: 257px;
	margin: 0 7px
}
.g-elem_10__grid__list:first-child {
	margin-left: 0
}
.g-elem_10__grid__list:last-child {
	margin-right: 0
}
.g-elem_10__grid__items {
	display: block;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.g-elem_10__grid__items .information-container__image {
	overflow: hidden
}
.g-elem_10__grid__items .information-container__image img {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_10__grid__items:hover {
	-webkit-box-shadow: 0 0 19px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 19px 0 rgba(0,0,0,.16);
	box-shadow: 0 0 19px 0 rgba(0,0,0,.16)
}
.g-elem_10__grid__items:hover .information-container__image img {
	transform: scale(1.2)
}
.g-elem_10 .information-container__image {
	background-image: url(../images/g/shadow-2.png);
	border: 1px solid #e8e8e8;
	background-color: #dedede;
	width: 100%;
	padding-top: 50px
}
.g-elem_10 .information-container__content {
	background-color:#ed6637;
	padding: 30px 20px 15px;
	width: 100%;
	margin-top: -5px;
	position: relative
}
.g-elem_10 .information-container__content:after {
	content: '';
	background-image: url(../images/g/arrow-right2.png);
	width: 52px;
	height: 14px;
	top: 35px;
	right: 20px;
	position: absolute;
	display: block
}
.g-elem_10 .information-container__content__heading {
	color: var(--white)
}
.g-elem_10 .information-container__content__designation {
	color: var(--white)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_10-xs .g-respScroll-Container__scrolling {
	align-items: center;
	overflow: hidden;
	padding-right: 0
}
.g-elem_10-xs .g-elem_10__container__heading {
	line-height: 66px;
	font-size: 3.75rem;
	margin-bottom: 66px
}
.g-elem_10-xs .g-elem_10 .information-container__content__heading {
	font-size: 1.375rem
}
.g-elem_10-xs .g-elem_10 .information-container__content__designation {
font-size:.875rem
}
.g-elem_10-xs .g-elem_10__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_10-xs .g-elem_10__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 20px);
	-moz-box-flex: 0 0 calc(100% / 3 - 20px);
	-webkit-flex: 0 0 calc(100% / 3 - 20px);
	-ms-flex: 0 0 calc(100% / 3 - 20px);
	flex: 0 0 calc(100% / 3 - 20px);
	max-width: -moz-calc(100% / 3 - 20px);
	max-width: -webkit-calc(100% / 3 - 20px);
	max-width: calc(100% / 3 - 20px);
	margin: 0 10px 25px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_10-xs .g-elem_10__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_10-xs .g-elem_10__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 40px);
	-moz-box-flex: 0 0 calc(100% / 3 - 40px);
	-webkit-flex: 0 0 calc(100% / 3 - 40px);
	-ms-flex: 0 0 calc(100% / 3 - 40px);
	flex: 0 0 calc(100% / 3 - 40px);
	max-width: -moz-calc(100% / 3 - 40px);
	max-width: -webkit-calc(100% / 3 - 40px);
	max-width: calc(100% / 3 - 40px);
	margin: 0 23px 45px
}
.g-elem_10-xs .g-elem_10__grid__list:first-child {
	margin-left: 0
}
.g-elem_10-xs .g-elem_10__grid__list:nth-child(3n+1) {
	margin-left: 0
}
.g-elem_10-xs .g-elem_10__grid__list:last-child {
	margin-right: 0
}
}
.g-elem_11 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	position: relative
}
.g-elem_11 .mobile-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_11__container {
	padding: 64px 0 39px;
	display: block;
	position: relative;
	z-index: 2
}
.g-elem_11__container__subHeading {
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 27px
}
.g-elem_11__container__heading {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}
.g-elem_11__container__heading-text {
	color: var(--white);
	line-height: 58px;
	margin-bottom: 133px
}
@media (min-width:576px) {
.g-elem_11-xs .mobile-bg {
	display: none
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_11-xs .g-elem_11__container {
	padding: 113px 0 130px
}
.g-elem_11-xs .g-elem_11__container__heading {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_11-xs .g-elem_11__container__heading-text {
	margin-bottom: 0;
	max-width: 620px;
	font-size: 3.4375rem;
	line-height: 66px
}
.g-elem_11-xs .g-elem_11__container__heading-icon {
	margin-left: 22px;
	margin-top: 20px
}
}
.g-elem_12 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 60px 0 78px 0
}
.g-elem_12__heading {
	line-height: 40px;
	color: var(--white);
	margin-bottom: 43px
}
.g-elem_12__info1 .accordian-container {
	margin-bottom: 1px
}
.g-elem_12__info1 .accordian-container__head {
	background-color: var(--white);
	color: var(--black);
	min-height: 75px;
	position: relative;
	cursor: pointer;
	padding: 0 32px;
	margin-bottom: 0
}
.g-elem_12__info1 .accordian-container__head:after {
	content: '';
	background-image: url(../images/g/downIcon-b3.png);
	width: 19px;
	height: 10px;
	position: absolute;
	right: 27px;
	top: 32px
}
.g-elem_12__info1 .accordian-container__head.active+.accordian-container__content {
	margin-bottom: -1px
}
.g-elem_12__info1 .accordian-container__content {
	display: none;
	background-color: var(--white6);
	padding: 0 32px
}
.g-elem_12__info1 .accordian-container__content__heading {
	color: var(--black);
	line-height: 24px
}
.g-elem_12__info1 .accordian-container__content__description {
	color: var(--black4);
	line-height: 24px;
	margin-bottom: 22px
}
.g-elem_12__info1 .accordian-container__content-column {
	overflow: hidden;
	padding: 35px 0
}
.g-elem_12__info1 .accordian-container__content-column+.accordian-container__content-column {
	border-top: 1px solid var(--black7)
}
.g-elem_12__info2 {
	margin-top: 54px
}
.g-elem_12__info2 .download-container {
	background-color: var(--white);
	margin-bottom: 10px;
	min-height: 110px;
	padding: 0 35px
}
.g-elem_12__info2 .download-container__text {
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 6px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_12-xs {
	padding: 75px 0 100px 0
}
.g-elem_12-xs .g-elem_12__heading {
	line-height: 74px;
	font-size: 3rem
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container {
	margin-bottom: 0
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container__head {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	cursor: default
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container__head:after {
	display: none
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container__content {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container__content-column {
	flex: 1 0 50%;
	padding: 48px 20px
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container__content-column+.accordian-container__content-column {
	border-top: none;
	border-left: 1px solid var(--black7)
}
.g-elem_12-xs .g-elem_12__info1 .accordian-container__content.column-4 .accordian-container__content-column {
	flex: 1 0 25%;
	padding: 48px 20px
}
.g-elem_12-xs .g-elem_12__info2 {
	margin-left: 25px;
	margin-top: 0
}
}
.g-elem_13 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 69px 0 0 0
}
.g-elem_13__heading {
	line-height: 40px;
	color: var(--white);
	margin-bottom: 45px
}
.g-elem_13__grid {
	counter-reset: li;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}
.g-elem_13__list {
	counter-increment: item;
	position: relative;
	padding-top: 38px;
	line-height: 36px;
	margin-bottom: 67px;
	color: var(--white)
}
.g-elem_13__list:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	color: var(--white);
	line-height: 24px
}
.g-elem_13__list:after {
	content: "";
	position: absolute;
	left: 38px;
	top: 12px;
	width: 170px;
	height: 1px;
	background-color: var(--white)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_13-xs {
	padding: 73px 0 15px 0
}
.g-elem_13-xs .g-elem_13__grid {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_13-xs .g-elem_13__list {
-webkit-box-flex:0 0 calc(50% - (50% / 7));
-moz-box-flex:0 0 calc(50% - (50% / 7));
-webkit-flex:0 0 calc(50% - (50% / 7));
-ms-flex:0 0 calc(50% - (50% / 7));
flex:0 0 calc(50% - (50% / 7));
	line-height: 48px;
	font-size: 1.5rem
}
}
.g-elem_14 {
	border-top: 1px solid var(--white)
}
.g-elem_14 .button-v1--whiteBg {
	opacity: .8
}
.g-elem_14__item {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	overflow: hidden;
	height: 840px
}
.g-elem_14__item .mobile-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_14__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-1.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_14__container {
	height: 100%;
	position: relative;
	z-index: 20
}
.g-elem_14__container .items__topWrap {
	padding-top: 58px
}
.g-elem_14__container .items__label {
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 10px
}
.g-elem_14__container .items__heading {
	color: var(--white);
	line-height: 48px
}
.g-elem_14__container .items__description {
	color: var(--white)
}
.g-elem_14__container .items__description--maxWidth260 {
	max-width: 260px
}
.g-elem_14__container .items__counters {
	margin-bottom: 70px
}
.g-elem_14__container .items__counters__container {
	-webkit-box-flex: 0 0 50%;
	-moz-box-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 45%;
	margin-bottom: 20px
}
.g-elem_14__container .items__counters__container__heading {
	font-size: 2.0625rem;
	color: var(--white);
	letter-spacing: -3px;
	line-height: 50px
}
.g-elem_14__container .items__counters__container__info {
	color: var(--white)
}
.g-elem_14 .owl-nav, .g-elem_14 .slider-counter, .g-elem_14__container {
	padding: 0 15px;
	max-width: 100%;
	margin: 0 auto
}
.g-elem_14 .owl-nav.bottom-aligned, .g-elem_14 .slider-counter.bottom-aligned {
	display: none
}
.g-elem_14 .owl-dots, .g-elem_14 .owl-nav, .g-elem_14 .slider-counter {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	width: 100%;
	top: 58px
}
.g-elem_14 .owl-dots span, .g-elem_14 .owl-nav span, .g-elem_14 .slider-counter span {
	color: var(--white)
}
.g-elem_14 .owl-dots span.slider-counter__divider, .g-elem_14 .owl-dots span.slider-counter__totalCount, .g-elem_14 .owl-nav span.slider-counter__divider, .g-elem_14 .owl-nav span.slider-counter__totalCount, .g-elem_14 .slider-counter span.slider-counter__divider, .g-elem_14 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_14 .owl-dots span.slider-counter__divider, .g-elem_14 .owl-nav span.slider-counter__divider, .g-elem_14 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
.g-elem_14 .owl-dots {
	top: auto;
	bottom: 30px
}
.g-elem_14 .owl-dots .owl-dot {
	width: 60px;
	height: 2px;
	margin: 0 2px;
	background: var(--white2)!important
}
.g-elem_14 .owl-dots .owl-dot.active {
	background: var(--white)!important
}
.g-elem_14--design2 .g-elem_14__container .items__heading {
	max-width: 250px
}
@media (min-width:576px) {
.g-elem_14-xs .mobile-bg {
	display: none
}
.g-elem_14-xs.g-elem_14--design2 .g-elem_14__container .items__heading {
	max-width: 500px
}
.g-elem_14-xs .g-elem_14__container, .g-elem_14-xs .owl-dots, .g-elem_14-xs .owl-nav, .g-elem_14-xs .slider-counter {
	max-width: 540px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_14-xs .g-elem_14__container, .g-elem_14-xs .owl-nav, .g-elem_14-xs .slider-counter {
	max-width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_14-xs .g-elem_14__container, .g-elem_14-xs .owl-dots, .g-elem_14-xs .owl-nav, .g-elem_14-xs .slider-counter {
	max-width: 960px
}
.g-elem_14-xs .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	bottom: 81px
}
.g-elem_14-xs .owl-nav .owl-next, .g-elem_14-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_14-xs .owl-nav .owl-next span, .g-elem_14-xs .owl-nav .owl-prev span {
	display: none
}
.g-elem_14-xs .owl-nav .owl-next:before, .g-elem_14-xs .owl-nav .owl-prev:before {
	display: none
}
.g-elem_14-xs .owl-nav .owl-next:after, .g-elem_14-xs .owl-nav .owl-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_14-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_14-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_14-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_14-xs .owl-nav .owl-next {
	left: 2px
}
.g-elem_14-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_14-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_14-xs .g-elem_14__item {
	height: 680px
}
.g-elem_14-xs .g-elem_14__container .items__topWrap {
	padding-top: 80px
}
.g-elem_14-xs .g-elem_14__container .items__heading {
	font-size: 3.4375rem
}
.g-elem_14-xs .g-elem_14__container .items__description--maxWidth260 {
	max-width: 100%
}
.g-elem_14-xs .g-elem_14__container .items__counters {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	margin-bottom: 70px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.g-elem_14-xs .g-elem_14__container .items__counters__container {
	-webkit-box-flex: 0 0 calc(100% / 4 - 23px);
	-moz-box-flex: 0 0 calc(100% / 4 - 23px);
	-webkit-flex: 0 0 calc(100% / 4 - 23px);
	-ms-flex: 0 0 calc(100% / 4 - 23px);
	flex: 0 0 calc(100% / 4 - 23px);
	max-width: -moz-calc(100% / 4 - 23px);
	max-width: -webkit-calc(100% / 4 - 23px);
	max-width: calc(100% / 4 - 23px);
	margin: 0 15px
}
.g-elem_14-xs .g-elem_14__container .items__counters__container__info {
	max-width: 160px
}
.g-elem_14-xs .g-elem_14__container .items__counters__container:first-child {
	margin-left: 0
}
.g-elem_14-xs .g-elem_14__container .items__counters__container:last-child {
	margin-right: 0
}
.g-elem_14-xs .slider-counter {
	top: 80px
}
.g-elem_14-xs .slider-counter.bottom-aligned {
	top: auto;
	bottom: 110px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: -moz-calc(960px - 190px);
	width: -webkit-calc(960px - 190px);
	width: calc(960px - 190px);
	margin-left: -80px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_14-xs .g-elem_14__container, .g-elem_14-xs .owl-nav, .g-elem_14-xs .slider-counter {
	max-width: 1140px
}
.g-elem_14-xs .slider-counter.bottom-aligned {
	width: -moz-calc(1140px - 190px);
	width: -webkit-calc(1140px - 190px);
	width: calc(1140px - 190px)
}
}
.g-elem_15 {
	border-top: 1px solid var(--white);
	padding-top: 44px
}
.g-elem_15__heading {
	color: var(--black8);
	line-height: 40px;
	margin-bottom: 25px
}
.g-elem_15__reports {
	margin-top: 24px
}
.g-elem_15__reports__items {
	background-color: var(--black9);
	min-height: 78px;
	padding: 15px 30px;
	margin-bottom: 7px
}
.g-elem_15__reports__label {
	color: var(--white);
	max-width: 70%
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_15-xs {
	padding-top: 70px
}
.g-elem_15-xs .g-elem_15__heading {
	font-size: 3rem;
	line-height: 74px
}
.g-elem_15-xs .g-elem_15__reports__label {
	text-transform: uppercase;
	font-size: 1.125rem;
	max-width: 90%
}
}
.g-elem_16 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 55px 0 0 0
}
.g-elem_16__heading {
	color: var(--black2);
	margin-bottom: 38px
}
.g-elem_16__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-width: 992px
}
.g-elem_16__grid__list {
	flex: 0 0 250px;
	max-width: 250px;
	margin: 0 10px;
	margin-bottom: 20px
}
.g-elem_16__grid__list:first-child {
	margin-left: 0
}
.g-elem_16__grid__list:last-child {
	margin-right: 0
}
.g-elem_16__grid__items {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}
.g-elem_16__grid__items__image {
	overflow: hidden;
	height: 200px
}
.g-elem_16__grid__items__image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_16__grid__items__content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: -moz-calc(100% - 15px);
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 15px)
}
.g-elem_16__grid__items__content-label {
	color: var(--white)
}
.g-elem_16__grid__items__content-year {
	color: var(--white)
}
.g-elem_16__grid__items:hover .g-elem_16__grid__items__image img {
	transform: scale(1.5)
}
.g-elem_16__button {
	margin: 50px 0 60px
}
@media (min-width:576px) {
.g-elem_16-xs .g-elem_16__grid__list {
	flex: 0 0 350px;
	max-width: 350px
}
.g-elem_16-xs .g-elem_16__grid__items__image {
	height: 250px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_16-xs .g-elem_16__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: inherit
}
.g-elem_16-xs .g-elem_16__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 18px);
	-moz-box-flex: 0 0 calc(100% / 3 - 18px);
	-webkit-flex: 0 0 calc(100% / 3 - 18px);
	-ms-flex: 0 0 calc(100% / 3 - 18px);
	flex: 0 0 calc(100% / 3 - 18px);
	max-width: -moz-calc(100% / 3 - 18px);
	max-width: -webkit-calc(100% / 3 - 18px);
	max-width: calc(100% / 3 - 18px);
	margin: 0 9px 20px
}
.g-elem_16-xs .g-elem_16__grid__list:first-child, .g-elem_16-xs .g-elem_16__grid__list:nth-child(3n+1) {
	margin-left: 0
}
}
.g-elem_17 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	position: relative;
	padding-bottom: 162px
}
.g-elem_17__header {
	margin: 60px 0 32px
}
.g-elem_17__header__heading {
	color: var(--white);
	margin-bottom: 0
}
.g-elem_17__header .button-v1 {
	position: absolute;
	bottom: 82px
}
.g-elem_17__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_17__grid__list {
	flex: 0 0 330px;
	max-width: 330px;
	margin: 0 10px;
	margin-bottom: 20px
}
.g-elem_17__grid__list:first-child {
	margin-left: 0
}
.g-elem_17__grid__list:last-child {
	margin-right: 0
}
.g-elem_17__grid__items__visual {
	position: relative
}
.g-elem_17__grid__items__visual-img {
	overflow: hidden;
	position: relative;
	height: 200px
}
.g-elem_17__grid__items__visual-img:after {
	content: '';
	background-image: url(../images/g/shadow-4.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_17__grid__items__visual-img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_17__grid__items__visual-heading {
	position: absolute;
	bottom: 0;
	color: var(--white);
	padding: 0 25px;
	max-width: 260px;
	z-index: 5
}
.g-elem_17__grid__items__content {
	height: 60px;
	background-color: var(--white);
	padding: 0 25px
}
.g-elem_17__grid__items__content-label {
	color: var(--black10);
	text-transform: uppercase
}
.g-elem_17__grid__items__content-link-text {
	color: var(--black);
	text-transform: uppercase;
	margin-right: 10px
}
.g-elem_17__grid__items:hover .g-elem_17__grid__items__visual-img img {
	transform: scale(1.5)
}
.g-elem_17 .g-respScroll-Container__grid {
	position: static
}
.g-elem_17--design2 .g-elem_17__header__heading {
	max-width: 250px
}
@media (min-width:576px) {
.g-elem_17-xs .g-elem_17__grid__list {
	flex: 0 0 450px;
	max-width: 450px
}
.g-elem_17-xs .g-elem_17__grid__items__visual-img {
	height: 275px
}
.g-elem_17-xs .g-elem_17__grid__items__visual-heading {
	max-width: 420px;
	padding: 0 45px;
	font-size: 1.875rem;
	margin-bottom: 20px
}
.g-elem_17-xs .g-elem_17__grid__items__content {
	height: 100px;
	padding: 0 45px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_17-xs {
	padding-bottom: 62px
}
.g-elem_17-xs .g-elem_17__header {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 90px 0 32px
}
.g-elem_17-xs .g-elem_17__header__heading {
	font-size: 3rem
}
.g-elem_17-xs .g-elem_17__header .button-v1 {
	position: relative;
	bottom: auto
}
.g-elem_17-xs .g-elem_17__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_17-xs .g-elem_17__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 2 - 9px);
	-moz-box-flex: 0 0 calc(100% / 2 - 9px);
	-webkit-flex: 0 0 calc(100% / 2 - 9px);
	-ms-flex: 0 0 calc(100% / 2 - 9px);
	flex: 0 0 calc(100% / 2 - 9px);
	max-width: -moz-calc(100% / 2 - 9px);
	max-width: -webkit-calc(100% / 2 - 9px);
	max-width: calc(100% / 2 - 9px);
	margin: 0 9px 20px
}
.g-elem_17-xs .g-elem_17__grid__list:first-child {
	margin-left: 0
}
.g-elem_17-xs .g-elem_17__grid__list:last-child {
	margin-right: 0
}
.g-elem_17-xs.g-elem_17--design2 .g-elem_17__header__heading {
	max-width: 350px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_17-xs .g-elem_17__grid__items__visual-img {
	height: 330px
}
}
.g-elem_18 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	height: 830px;
	position: relative
}
.g-elem_18 .mobile-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	overflow: hidden;
	text-align: center
}
.g-elem_18 .mobile-bg img {
	height: 100%;
	width: auto;
	display: inline-block
}
.g-elem_18 .fade {
	opacity: 0;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear
}
.g-elem_18 .fade.show {
	opacity: 1
}
.g-elem_18 .container {
	position: relative;
	z-index: 22
}
.g-elem_18 .g-respScroll-Container__noPad {
	position: relative;
	z-index: 23
}
.g-elem_18 .g-respScroll-Container__scrolling {
	padding-right: 15px
}
.g-elem_18 .g-respScroll-Container__scrolling__wrapper {
	width: 100%
}
.g-elem_18.g-respScroll-Container .container {
	height: 100%
}
.g-elem_18.g-respScroll-Container .container>.row {
	height: 100%
}
.g-elem_18.g-respScroll-Container .g-respScroll-Container__noPad {
	position: absolute;
	top: 0
}
.g-elem_18__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 48px
}
.g-elem_18__grid .nav-tabs {
	border-bottom: none
}
.g-elem_18__grid .nav-item {
	border: 1px solid var(--white);
	margin-bottom: 0;
	min-width: 50%
}
.g-elem_18__grid .nav-item .nav-link {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	color: var(--white);
	text-transform: uppercase;
	border: none!important;
	min-height: 55px;
	line-height: 1;
	width: 100%;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.g-elem_18__grid .nav-item .nav-link.active, .g-elem_18__grid .nav-item .nav-link:hover {
	background-color: var(--white);
	color: var(--blue2)
}
.g-elem_18__grid .nav-item .nav-link:focus {
	background-color: transparent;
	color: var(--white)
}
.g-elem_18__grid .nav-item .nav-link.active:focus {
	background-color: var(--white);
	color: var(--blue2)
}
.g-elem_18__tab__container {
	max-width: 100%;
	height: 100%
}
.g-elem_18 .tab-content {
	position: static
}
.g-elem_18 .tab-content .tab-pane {
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center
}
.g-elem_18__tab__container {
	position: relative;
	z-index: 22
}
.g-elem_18__tab__content {
	height: 100%;
	max-width: 100%;
	padding: 0 15px 70px
}
.g-elem_18__tab__content__label {
	color: var(--white);
	line-height: 36px;
	margin-bottom: 30px
}
.g-elem_18__tab__content__playIcon {
	postion: relative;
	width: 60px;
	height: 60px;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 150px
}
.g-elem_18__tab__content__playIcon:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
@media (min-width:576px) {
.g-elem_18-xs {
	height: 830px
}
.g-elem_18-xs .g-elem_18__tab__container {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
	z-index: 22
}
.g-elem_18-xs .g-elem_18__tab__content__playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 0;
	margin-bottom: 0
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_18-xs .g-elem_18__grid .nav-item {
	min-width: 200px
}
.g-elem_18-xs .g-elem_18__tab__container {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto
}
.g-elem_18-xs .g-elem_18__tab__content {
	max-width: inherit
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_18-xs.g-respScroll-Container .g-respScroll-Container__noPad {
	position: absolute;
	bottom: 76px;
	z-index: 23;
	top: auto
}
.g-elem_18-xs .g-elem_18__grid {
	width: 100%
}
.g-elem_18-xs .g-elem_18__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0
}
.g-elem_18-xs .g-elem_18__grid .nav-item {
	-webkit-box-flex: 0 0 calc(100% / 4);
	-moz-box-flex: 0 0 calc(100% / 4);
	-webkit-flex: 0 0 calc(100% / 4);
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: -moz-calc(100% / 4);
	max-width: -webkit-calc(100% / 4);
	max-width: calc(100% / 4)
}
.g-elem_18-xs .g-elem_18__grid .nav-item .nav-link {
	min-height: 75px;
	font-size: 1rem
}
.g-elem_18-xs .g-elem_18__grid .nav-item .nav-link.active {
	font-size: 1.125rem
}
.g-elem_18-xs .g-elem_18__tab__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto
}
.g-elem_18-xs .g-elem_18__tab__content {
	max-width: 440px;
	padding-top: 80px;
	height: auto
}
.g-elem_18-xs .g-elem_18__tab__content .button-v1 {
	width: 320px
}
.g-elem_18-xs .g-elem_18__tab__content__label {
	font-size: 1.875rem;
	line-height: 54px
}
.g-elem_18-xs .g-elem_18__tab__content__playIcon {
	width: 120px;
	height: 120px;
	margin-top: -50px
}
.g-elem_18-xs .g-elem_18__tab__content__playIcon:before {
	width: 120px;
	height: 120px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_18-xs .g-elem_18__tab__container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto
}
}
.g-elem_19 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 63px 0 0 0
}
.g-elem_19 .g-respScroll-Container__scrolling {
	padding-right: 15px
}
.g-elem_19__header__heading {
	color: var(--white);
	margin-bottom: 45px
}
.g-elem_19__banner {
	max-width: 100%!important
}
.g-elem_19__banner-container {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	min-height: 500px;
	position: absolute;
	top: -610px;
	left: 0;
	width: 100%;
	max-width: 100%
}
.g-elem_19__banner-container-wrap {
	padding: 60px 40px 50px 40px;
	min-height: 500px
}
.g-elem_19__banner-container__content {
	min-height: 310px;
	padding-top: 30px
}
.g-elem_19__banner-container__content-area {
	color: var(--white)
}
.g-elem_19__banner-container__link-text {
	color: var(--white);
	margin-right: 10px
}
.g-elem_19__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_19__grid__list {
	flex: 0 0 330px;
	max-width: 330px;
	margin: 0 10px;
	margin-bottom: 20px
}
.g-elem_19__grid__list:first-child {
	margin-left: 0
}
.g-elem_19__grid__list:last-child {
	margin-right: 0
}
.g-elem_19__grid__items {
	display: block
}
.g-elem_19__grid__items__visual {
	position: relative
}
.g-elem_19__grid__items__visual-img {
	overflow: hidden;
	/*height: 330px*/
	background-color:white;
}
.g-elem_19__grid__items__visual-img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_19__grid__items__visual-heading {
	position: absolute;
	bottom: 0;
	color: var(--white);
	padding: 0 105px 0 25px;
	margin-bottom: 20px;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1);
	width: 100%;
	max-width: 100%;
	line-height: 25px
}
.g-elem_19__grid__items__visual-heading:before {
	content: '';
	position: absolute;
	right: 20px;
	background-image: url(../images/g/arrow-right2.png);
	width: 52px;
	height: 14px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.g-elem_19__grid__items:hover .g-elem_19__grid__items__visual-img img {
	/*transform: scale(1.5)*/
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_19-xs .g-elem_19__grid__list {
	flex: 0 0 360px;
	max-width: 360px
}
.g-elem_19-xs .g-elem_19__grid__items__visual-img {
	height: 360px
}
.g-elem_19-xs .g-elem_19__grid__items__visual-heading {
	max-width: 420px;
	padding: 0 85px 0 45px;
	font-size: 1.375rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 30px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_19-xs {
	padding: 53px 0 0 0;
	margin-top: 0
}
.g-elem_19-xs .g-respScroll-Container__scrolling {
	margin-top: 18px;
	padding-right: 0
}
.g-elem_19-xs .g-elem_19__header__heading {
	font-size: 3rem;
	margin-bottom: 35px
}
.g-elem_19-xs .g-elem_19__banner {
	max-width: 960px!important
}
.g-elem_19-xs .g-elem_19__banner-container {
	min-height: 360px;
	position: relative;
	top: 0
}
.g-elem_19-xs .g-elem_19__banner-container-wrap {
	min-height: 360px
}
.g-elem_19-xs .g-elem_19__banner-container__content {
	min-height: 170px;
	padding-top: 43px
}
.g-elem_19-xs .g-elem_19__banner-container__content-area {
	font-size: 1.125rem;
	line-height: 30px;
	max-width: 850px
}
.g-elem_19-xs .g-elem_19__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_19-xs .g-elem_19__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 12px);
	-moz-box-flex: 0 0 calc(100% / 3 - 12px);
	-webkit-flex: 0 0 calc(100% / 3 - 12px);
	-ms-flex: 0 0 calc(100% / 3 - 12px);
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: -moz-calc(100% / 3 - 12px);
	max-width: -webkit-calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
	margin: 0 9px 20px
}
.g-elem_19-xs .g-elem_19__grid__list:first-child {
	margin-left: 0
}
.g-elem_19-xs .g-elem_19__grid__list:last-child {
	margin-right: 0
}
.g-elem_19-xs .g-elem_19__grid__items__visual-img {
	height: 300px
}
.g-elem_19-xs .g-elem_19__grid__items__visual-heading {
	margin-bottom: 0;
	min-height: 90px;
	background-color:#ed6637;
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_19-xs .g-elem_19__banner {
	max-width: 1140px!important
}
.g-elem_19-xs .g-elem_19__grid__items__visual-img {
	height: 360px
}
.g-elem_19-xs .g-elem_19__grid__items__visual-heading:before {
	opacity: 0;
	visibility: hidden
}
.g-elem_19-xs .g-elem_19__grid__items:hover .g-elem_19__grid__items__visual-heading {
	color: var(--black);
	background-color: var(--white)
}
.g-elem_19-xs .g-elem_19__grid__items:hover .g-elem_19__grid__items__visual-heading:before {
	background-image: url(../images/g/arrow-right-b3.png);
	width: 55px;
	opacity: 1;
	visibility: visible
}
}
.g-elem_20 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 100px 0 40px
}
.g-elem_20__heading {
	color: var(--white);
	line-height: 58px;
	margin-bottom: 80px
}
.g-elem_20__description {
	display: none;
	color: var(--white);
	line-height: 48px;
	max-width: 450px;
	margin-bottom: 70px
}
.g-elem_20__action .button-v1 {
	display: none
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_20-xs {
	padding: 100px 0 110px
}
.g-elem_20-xs .g-elem_20__heading {
	font-size: 3.4375rem;
	margin-bottom: 30px
}
.g-elem_20-xs .g-elem_20__description {
	display: block
}
.g-elem_20-xs .g-elem_20__action-img {
	display: none
}
.g-elem_20-xs .g-elem_20__action .button-v1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
}
.g-elem_21 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 60px 0 62px
}
.g-elem_21__header {
	margin-bottom: 61px
}
.g-elem_21__header__heading {
	color: var(--white);
	margin-bottom: 32px;
	max-width: 250px
}
.g-elem_21__header .global-navs.design6 .nav-item .nav-link {
	padding: 10px 16px;
	line-height: 1
}
.g-elem_21__content .stock-info__list {
	margin-bottom: 35px
}
.g-elem_21__content .stock-info__list__value {
	color: var(--white);
	line-height: 1;
	margin-bottom: 9px
}
.g-elem_21__content .stock-info__list__label {
	color: var(--white);
	line-height: 1
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_21-xs .g-elem_21__header__heading {
	max-width: 100%
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_21-xs .g-elem_21__header {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_21-xs .g-elem_21__header__heading {
	margin-bottom: 0
}
.g-elem_21-xs .g-elem_21__content .stock-info__list__value {
	font-size: 5rem
}
.g-elem_21-xs .g-elem_21__content .stock-info__list__label {
	font-size: 1.5rem
}
}
.g-elem_22 {
	border-top: 1px solid var(--white);
	padding: 45px 0 52px
}
.g-elem_22__header {
	margin-bottom: 40px
}
.g-elem_22__header__heading {
	color: var(--black8);
	margin-bottom: 14px
}
.g-elem_22__header .global-navs.design6 .nav-item .nav-link {
	padding: 10px 16px;
	line-height: 1;
	color: var(--black)
}
.g-elem_22__header .global-navs.design6 .nav-item .nav-link.active {
	background-color: var(--black);
	color: var(--white)
}
.g-elem_22__header .global-navs.design6 .nav-item .nav-link.active:before {
	background-color: var(--orange)
}
.g-elem_22__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_22__grid__list {
	flex: 0 0 250px;
	max-width: 250px;
	margin: 0 10px;
	margin-bottom: 20px
}
.g-elem_22__grid__list:first-child {
	margin-left: 0
}
.g-elem_22__grid__list:last-child {
	margin-right: 0
}
.g-elem_22__grid__items {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}
.g-elem_22__grid__items__image {
	overflow: hidden;
	height: 150px
}
.g-elem_22__grid__items__image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_22__grid__items__content {
	background-color: var(--white7);
	padding: 10px 15px;
	margin-top: 1px;
	min-height: 75px
}
.g-elem_22__grid__items__content-label {
	color: var(--black)
}
.g-elem_22__grid__items__content-year {
	color: var(--grey8)
}
.g-elem_22__grid__items:hover .g-elem_22__grid__items__image img {
	transform: scale(1.5)
}
.g-elem_22--design2 .g-elem_22__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}
.g-elem_22--design2 .g-elem_22__grid__list {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 20px
}
.g-elem_22--design3 {
	padding: 47px 0 40px 0;
	background: var(--grey15);
	margin-bottom: 5px
}
.g-elem_22--design3 .g-elem_22__title {
	font-size: 2.25rem;
	margin-bottom: 19px
}
.g-elem_22--design3 .g-elem_22__grid ul {
	margin-top: 0;
	padding-bottom: 18px
}
.g-elem_22--design3 .g-elem_22__linktext {
	display: block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_22--design3 .g-elem_22__linktext-text {
	color: var(--black2);
	text-transform: uppercase
}
.g-elem_22--design3 .g-elem_22__linktext-icon {
	width: 24px;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_22--design3 .g-elem_22__linktext:hover .g-elem_66__contentwrap-linktext_icon {
	margin-left: 25px
}
.g-elem_22.whitebg {
	background: #fff
}
.g-elem_22.backgroundimgbg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center
}
@media (min-width:576px) {
.g-elem_22-xs .g-elem_22__grid__list {
	flex: 0 0 350px;
	max-width: 350px
}
.g-elem_22-xs .g-elem_22__grid__items__image {
	height: 220px
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 20px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid ul {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list {
	flex: 0 0 calc(100% / 2 - 10px);
	max-width: -moz-calc(100% / 2 - 10px);
	max-width: -webkit-calc(100% / 2 - 10px);
	max-width: calc(100% / 2 - 10px);
	margin: 0 10 20px
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:first-child, .g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:nth-child(2n+1) {
	margin-left: 0
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:nth-child(2n) {
	margin-right: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_22-xs {
	padding: 64px 0 52px
}
.g-elem_22-xs .g-elem_22__header {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 45px
}
.g-elem_22-xs .g-elem_22__header__heading {
	margin-bottom: 0;
	font-size: 3rem
}
.g-elem_22-xs .g-elem_22__grid ul {
	min-width: inherit;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_22-xs .g-elem_22__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 18px);
	-moz-box-flex: 0 0 calc(100% / 3 - 18px);
	-webkit-flex: 0 0 calc(100% / 3 - 18px);
	-ms-flex: 0 0 calc(100% / 3 - 18px);
	flex: 0 0 calc(100% / 3 - 18px);
	max-width: -moz-calc(100% / 3 - 18px);
	max-width: -webkit-calc(100% / 3 - 18px);
	max-width: calc(100% / 3 - 18px);
	margin: 0 9px 20px
}
.g-elem_22-xs .g-elem_22__grid__items__image {
	height: 190px
}
.g-elem_22-xs .g-elem_22__grid__items__content {
	padding: 15px 28px
}
.g-elem_22-xs .g-elem_22__grid__items__content-label {
	font-size: 1.25rem
}
.g-elem_22-xs .g-elem_22__grid__items__content-year {
font-size:.875rem
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid ul {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 12px);
	-moz-box-flex: 0 0 calc(100% / 3 - 12px);
	-webkit-flex: 0 0 calc(100% / 3 - 12px);
	-ms-flex: 0 0 calc(100% / 3 - 12px);
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: -moz-calc(100% / 3 - 12px);
	max-width: -webkit-calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
	margin: 0 9px 20px
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:nth-child(2n+1) {
	margin-left: 9px
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:nth-child(2n) {
	margin-right: 9px
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:first-child, .g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:nth-child(3n+1) {
	margin-left: 0
}
.g-elem_22-xs.g-elem_22--design2 .g-elem_22__grid__list:nth-child(3n) {
	margin-right: 0
}
.g-elem_22-xs.g-elem_22--design3 {
	padding: 69px 0 73px 0;
	margin-bottom: 0
}
.g-elem_22-xs.g-elem_22--design3 .g-elem_22__title {
	margin-bottom: 43px
}
.g-elem_22-xs.g-elem_22--design3 .g-elem_22__grid ul {
	padding-bottom: 24px
}
}
.g-elem_23 {
	border-top: 1px solid var(--white)
}
.g-elem_23 .form-wrapper {
	margin-top: 40px
}
.g-elem_23 .listing-grid {
	margin: 20px 0 30px
}
.g-elem_23 .listing-grid ul li {
	margin-bottom: 10px
}
.g-elem_23 .listing-grid__items {
	height: 100px;
	width: 100%;
	position: relative
}
.g-elem_23 .listing-grid__items:before {
	content: '';
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right.svg);
	position: absolute;
	width: 20px;
	height: 20px;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.g-elem_23 .listing-grid__items__dates {
	width: 80px;
	background-color: var(--black9)
}
.g-elem_23 .listing-grid__items__dates-month {
	text-transform: uppercase;
	color: var(--white5)
}
.g-elem_23 .listing-grid__items__dates-day {
	color: var(--white9)
}
.g-elem_23 .listing-grid__items__content {
	background-color: var(--black9);
	margin-left: 10px;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	padding: 20px 60px 20px 30px
}
.g-elem_23 .listing-grid__items__content-label {
	text-transform: uppercase;
	color: var(--white5)
}
.g-elem_23 .listing-grid__items__content-text {
	color: var(--white);
	height: 48px;
	overflow: hidden
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_23-xs .form-wrapper {
	margin-top: 70px
}
.g-elem_23-xs .listing-grid__items {
	height: 155px
}
.g-elem_23-xs .listing-grid__items__dates {
	width: 155px
}
.g-elem_23-xs .listing-grid__items__dates-month {
	font-size: 1.375rem;
	margin-top: 8px
}
.g-elem_23-xs .listing-grid__items__dates-day {
	font-size: 3.25rem;
	line-height: 1
}
.g-elem_23-xs .listing-grid__items__content {
	width: -moz-calc(100% - 165px);
	width: -webkit-calc(100% - 165px);
	width: calc(100% - 165px);
	padding: 20px 60px 20px 30px
}
.g-elem_23-xs .listing-grid__items__content-label {
	font-size: 1.125rem
}
.g-elem_23-xs .listing-grid__items__content-text {
	font-size: 1.875rem;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
}
.g-elem_24 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 70px 0 36px
}
.g-elem_24__heading {
	color: var(--white);
	margin-bottom: 22px
}
.g-elem_24__info {
	margin-bottom: 5px
}
.g-elem_24__info__name {
	color: var(--white)
}
.g-elem_24__info__description {
	color: var(--white)
}
.g-elem_24__info__content {
	margin-bottom: 25px
}
.g-elem_24__info__content-img {
	margin-right: 30px
}
.g-elem_24__info__content-text {
	color: var(--white);
	line-height: 30px
}
.g-elem_24__info__content-text.link:hover {
	color: var(--white);
	text-decoration: underline
}
.g-elem_24__info__content.hide-small {
	display: none
}
.g-elem_24__info__content.hide-small .g-elem_24__info__content-img {
	margin-right: 20px
}
.g-elem_24__info__content.address .g-elem_24__info__content-img {
	margin-top: 5px
}
.g-elem_24__info__content.address .g-elem_24__info__content-text-address {
	max-width: 150px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_24-xs {
	padding: 64px 0 36px
}
.g-elem_24-xs .g-elem_24__heading {
	font-size: 2.25rem;
	margin-bottom: 27px
}
.g-elem_24-xs .g-elem_24__info__name {
	font-size: 1.125rem
}
.g-elem_24-xs .g-elem_24__info__content.hide-small {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 30px
}
.g-elem_24-xs .g-elem_24__info__content.show-small {
	display: none
}
}
.g-elem_25 {
	margin-top: 12px
}
.g-elem_25__map {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	height: 650px;
	margin-top: 47px
}
.g-elem_25__map embed, .g-elem_25__map iframe, .g-elem_25__map object {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}
.g-elem_25__contact-info .contact-wrapper {
	margin-bottom: 42px
}
.g-elem_25__contact-info .contact-wrapper__heading {
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 48px;
	color: var(--black4)
}
.g-elem_25__contact-info .contact-wrapper__text {
	margin-bottom: 0;
	line-height: 48px;
	max-width: 320px;
	color: var(--black4);
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.g-elem_25__contact-info .contact-wrapper.registered-info .contact-wrapper__text {
	max-width: 250px
}
.g-elem_25__contact-info .contact-wrapper.phone-info .contact-wrapper__text {
	max-width: 400px
}
.g-elem_25__contact-info .contact-wrapper.cmb-0 {
	margin-bottom: 0
}
.g-elem_25__contact-info .contact-wrapper a.contact-wrapper__text:hover {
	color: var(--orange)
}
.g-elem_25--design2 {
	padding: 13px 0 0
}
.g-elem_25--design2 .g-elem_25__map {
	margin-top: 30px
}
.g-elem_25--design2 .g-elem_25__contact-info .contact-wrapper {
	margin-bottom: 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_25-xs {
	margin-top: 34px
}
.g-elem_25-xs .g-elem_25__map {
	margin-top: 5px
}
.g-elem_25-xs.g-elem_25--design2 {
	margin-top: 0
}
.g-elem_25-xs.g-elem_25--design2 .g-elem_25__map {
	margin-top: 50px
}
}
.g-elem_26 {
	margin: 70px 0 50px
}
.g-elem_26__heading {
	line-height: 66px
}
.g-elem_26__officelist__list {
	width: 100%;
	margin-bottom: 28px;
	background: var(--black2);
	padding: 24px 23px;
	color: var(--white)
}
.g-elem_26__officelist__list__head {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--grey9)
}
.g-elem_26__officelist__list__content {
	max-width: 100%;
	margin: 16px 0 6px
}
.g-elem_26__officelist__list__content .content-info {
	margin-bottom: 5px;
	line-height: 24px;
	color: var(--white)
}
.g-elem_26__officelist__list__content .content-info a {
	color: var(--white);
	border-bottom: 1px solid var(--white);
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.g-elem_26__officelist__list__content .content-info a:hover {
	color: var(--orange);
	border-color: var(--orange)
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_26-xs {
	margin: 70px 0 10px
}
.g-elem_26-xs .g-elem_26__officelist__list {
	width: -moz-calc(100% / 2 - 11px);
	width: -webkit-calc(100% / 2 - 11px);
	width: calc(100% / 2 - 11px);
	margin: 0 11px 28px
}
.g-elem_26-xs .g-elem_26__officelist__list:first-child, .g-elem_26-xs .g-elem_26__officelist__list:nth-child(2n+1) {
	margin-left: 0
}
.g-elem_26-xs .g-elem_26__officelist__list:nth-child(2n) {
	margin-right: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_26-xs {
	margin-top: 56px
}
.g-elem_26-xs .g-elem_26 {
	font-size: 3.75rem
}
.g-elem_26-xs .g-elem_26__officelist {
	margin-top: 80px
}
.g-elem_26-xs .g-elem_26__officelist__list {
	width: -moz-calc(100% / 3 - 15px);
	width: -webkit-calc(100% / 3 - 15px);
	width: calc(100% / 3 - 15px);
	margin: 0 11px 40px
}
.g-elem_26-xs .g-elem_26__officelist__list:nth-child(2n+1) {
	margin-left: 11px
}
.g-elem_26-xs .g-elem_26__officelist__list:nth-child(2n) {
	margin-right: 11px
}
.g-elem_26-xs .g-elem_26__officelist__list:first-child, .g-elem_26-xs .g-elem_26__officelist__list:nth-child(3n+1) {
	margin-left: 0
}
.g-elem_26-xs .g-elem_26__officelist__list:nth-child(3n) {
	margin-right: 0
}
}
.g-elem_27 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white)
}
.g-elem_27>.container {
	height: 100%
}
.g-elem_27>.container>.row {
	height: 100%
}
.g-elem_27>.container>.row>.col-12 {
	height: 100%
}
.g-elem_27__heading {
	color: var(--white);
	line-height: 45px;
	max-width: 250px;
	margin: 38px 0 50px
}
.g-elem_27__actions {
	margin-bottom: 52px
}
.g-elem_27__actions .button-v1--minWidth {
	width: 100%
}
.g-elem_27__actions .button-v1--minWidth+.button-v1--minWidth {
	margin-top: 30px
}
@media (min-width:576px) {
.g-elem_27-xs .g-elem_27__heading {
	font-size: 2.625rem;
	max-width: 350px;
	line-height: 50px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_27-xs {
	height: 350px
}
.g-elem_27-xs .g-elem_27__heading {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
	margin: 0;
	font-size: 3.625rem;
	max-width: 100%;
	line-height: 66px
}
.g-elem_27-xs .g-elem_27__actions {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	height: 100%;
	margin-bottom: 0
}
.g-elem_27-xs .g-elem_27__actions .button-v1--minWidth {
	width: 100%;
	min-width: 360px;
	max-width: 360px
}
.g-elem_27-xs.g-elem_27--smallFonts .g-elem_27__actions .button-v1 {
	min-width: 420px;
	max-width: 420px
}
.g-elem_27-xs.g-elem_27--smallFonts .g-elem_27__actions .button-v1 .button-v1__text {
font-size:.875rem
}
}
.g-elem_28 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 62px 0 66px
}
.g-elem_28__heading {
	max-width: 250px;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 45px
}
.g-elem_28--design2 .g-elem_28__heading {
	max-width: 350px
}
.g-elem_28__actions__link {
	border: 1px solid var(--white);
	position: relative;
	margin-bottom: 10px;
	padding: 18px 28px 20px 28px
}
.g-elem_28__actions__link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: var(--white);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.g-elem_28__actions__link-text {
	letter-spacing: 5px;
	color: var(--white);
	max-width: 170px;
	position: relative;
	z-index: 10
}
.g-elem_28__actions__link-img {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10
}
.g-elem_28__actions__link-img .hover-img {
	display: none
}
.g-elem_28__actions__link:hover:before {
	width: 100%;
	opacity: 1
}
.g-elem_28__actions__link:hover .g-elem_28__actions__link-text {
	color: var(--black)
}
.g-elem_28__actions__link:hover .g-elem_28__actions__link-img img {
	display: none
}
.g-elem_28__actions__link:hover .g-elem_28__actions__link-img .hover-img {
	display: block
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_28-xs {
	padding: 115px 0 85px
}
.g-elem_28-xs.g-elem_28--design2 .g-elem_28__heading {
	max-width: 650px
}
.g-elem_28-xs .g-elem_28__heading {
	max-width: 450px;
	line-height: 60px;
	font-size: 3.4375rem;
	margin-bottom: 95px
}
.g-elem_28-xs .g-elem_28__actions {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_28-xs .g-elem_28__actions__link {
	-webkit-box-flex: 0 0 calc(100% / 3 - 12px);
	-moz-box-flex: 0 0 calc(100% / 3 - 12px);
	-webkit-flex: 0 0 calc(100% / 3 - 12px);
	-ms-flex: 0 0 calc(100% / 3 - 12px);
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: -moz-calc(100% / 3 - 12px);
	max-width: -webkit-calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
	margin: 0 9px 10px;
	padding: 21px 36px 17px 36px
}
.g-elem_28-xs .g-elem_28__actions__link-text {
	font-size: 1rem
}
.g-elem_28-xs .g-elem_28__actions__link:first-child, .g-elem_28-xs .g-elem_28__actions__link:nth-child(3n+1) {
	margin-left: 0
}
.g-elem_28-xs .g-elem_28__actions__link:nth-child(3n) {
	margin-right: 0
}
}
.g-elem_29 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 64px 0 80px 0
}
.g-elem_29__heading {
	color: var(--white);
	margin-bottom: 43px
}
.g-elem_29__return-wrapper {
	margin-top: 16px
}
.g-elem_29__return-wrapper-text {
	color: var(--white);
	text-transform: uppercase
}
.g-elem_29__return-wrapper-value {
	color: var(--white)
}
.g-elem_29 .fom-container.design2 .form-grider__container {
	margin-bottom: 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_29-xs {
	padding: 74px 0 80px 0
}
.g-elem_29-xs .g-elem_29__heading {
	font-size: 3rem;
	margin-bottom: 55px
}
.g-elem_29-xs .g-elem_29__return-wrapper {
	margin-top: 6px
}
}
.g-elem_30 {
	border-top: 1px solid var(--white);
	padding: 59px 0 80px 0
}
.g-elem_30__heading {
	font-size: 2.25rem;
	color: var(--black2);
	line-height: 40px;
	margin-bottom: 20px;
	padding-right: 15px
}
.g-elem_30__description {
	color: var(--black4);
	line-height: 36px
}
.g-elem_30__tab-wrapper {
	margin-bottom: 30px
}
.g-elem_30__tab-wrapper .table-responsive .table {
	margin-top: 40px
}
.g-elem_30__tab-wrapper .table-responsive .table tbody td, .g-elem_30__tab-wrapper .table-responsive .table thead th {
	min-width: 250px
}
.g-elem_30__tab-wrapper .table-responsive .table thead th {
	color: var(--black);
	font-weight: 400;
	text-transform: uppercase
}
.g-elem_30__tab-wrapper .table-responsive .table tbody td {
	color: var(--black4);
	font-weight: 400
}
.g-elem_30__tab-wrapper .table-responsive .table tbody td:first-child {
	color: var(--black);
	text-transform: uppercase
}
.g-elem_30__tab-wrapper .scrtabs-tab-scroll-arrow {
	border: none
}
.g-elem_30__tab-wrapper .scrtabs-tab-scroll-arrow:hover {
	background-color: transparent
}
.g-elem_30__tab-wrapper .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left span {
	width: 15px;
	height: 26px;
	background-image: url(../images/g/arrow-left-b2.png);
	display: block
}
.g-elem_30__tab-wrapper .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right span {
	width: 15px;
	height: 26px;
	background-image: url(../images/g/arrow-right-b2.png);
	display: block
}
.g-elem_30 .scrtabs-tab-container, .g-elem_30 .scrtabs-tabs-fixed-container {
	height: inherit
}
.g-elem_30--design2 {
	position: relative
}
.g-elem_30--design2 .g-elem_30__tab-wrapper {
	margin-top: 45px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_30-xs {
	padding: 59px 0 80px 0
}
.g-elem_30-xs .g-elem_30__heading {
	font-size: 3rem;
	line-height: 48px;
	margin-bottom: 40px
}
.g-elem_30-xs .g-elem_30__description {
	font-size: 1.5rem;
	line-height: 48px;
	margin-bottom: 32px
}
.g-elem_30-xs .g-elem_30__tab-wrapper .table-responsive .table {
	margin-top: 0
}
.g-elem_30-xs .g-elem_30__tab-wrapper .table-responsive .table tbody td, .g-elem_30-xs .g-elem_30__tab-wrapper .table-responsive .table thead th {
	min-width: 100%
}
.g-elem_30-xs.g-elem_30--design2 {
	padding: 0 0 80px 0
}
}
.g-elem_31 {
	border-top: 1px solid var(--white)
}
.g-elem_31 .form-wrapper {
	margin-top: 10px
}
.g-elem_31__list-view {
	margin-top: 25px
}
.g-elem_31__list-view ul li {
	margin-bottom: 10px
}
.g-elem_31__list-view__items {
	position: relative;
	display: block
}
.g-elem_31__list-view__items-image {
	overflow: hidden;
	height: 250px
}
.g-elem_31__list-view__items-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_31__list-view__items-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px
}
.g-elem_31__list-view__items-content .content-top {
	max-width: 325px
}
.g-elem_31__list-view__items-content .content-top__label {
	color: var(--white);
	text-transform: uppercase
}
.g-elem_31__list-view__items-content .content-top__title {
	color: var(--white)
}
.g-elem_31__list-view__items-content .content-bottom__link {
	color: var(--white)
}
.g-elem_31__list-view__items-content .content-bottom__link-text {
	color: var(--white)
}
.g-elem_31__list-view__items-content .content-bottom__link-icon {
	width: 30px;
	margin-left: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_31__list-view__items-content .content-bottom__link:hover .content-bottom__link-icon {
	margin-left: 12px
}
.g-elem_31__list-view__items:hover .g-elem_31__list-view__items-image img {
	transform: scale(1.5)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_31-xs .g-elem_31__list-view {
	margin-top: 40px
}
.g-elem_31-xs .g-elem_31__list-view__items-image {
	height: 400px
}
.g-elem_31-xs .g-elem_31__list-view__items-content .content-top__label {
font-size:.875rem
}
.g-elem_31-xs .g-elem_31__list-view__items-content .content-top__title {
	font-size: 1.5rem
}
.g-elem_31-xs .g-elem_31__list-view ul {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_31-xs .g-elem_31__list-view ul li {
	-webkit-box-flex: 0 0 calc(100% / 2 - 17px);
	-moz-box-flex: 0 0 calc(100% / 2 - 17px);
	-webkit-flex: 0 0 calc(100% / 2 - 17px);
	-ms-flex: 0 0 calc(100% / 2 - 17px);
	flex: 0 0 calc(100% / 2 - 17px);
	max-width: -moz-calc(100% / 2 - 17px);
	max-width: -webkit-calc(100% / 2 - 17px);
	max-width: calc(100% / 2 - 17px);
	margin: 0 17px 33px
}
.g-elem_31-xs .g-elem_31__list-view ul li:first-child, .g-elem_31-xs .g-elem_31__list-view ul li:nth-child(2n+1) {
	margin-left: 0
}
.g-elem_31-xs .g-elem_31__list-view ul li:nth-child(2n) {
	margin-right: 0
}
.g-elem_31-xs .form-wrapper {
	margin-top: 40px
}
}
.g-elem_32 {
	border-top: 1px solid var(--white)
}
.g-elem_32__content {
	margin-top: 50px;
	margin-bottom: 80px
}
.g-elem_32__content a, .g-elem_32__content li, .g-elem_32__content p, .g-elem_32__content span {
	padding: 0 15px!important;
	font-size: 18px!important;
	font-family: GothamLight!important;
	line-height: 36px!important;
	color: var(--black4)!important;
	margin-bottom: 20px!important;
	word-wrap: break-word!important
}
.g-elem_32__content a *, .g-elem_32__content li *, .g-elem_32__content p *, .g-elem_32__content span * {
	font-size: 18px!important;
	font-family: GothamLight!important;
	line-height: 36px!important;
	color: var(--black4)!important;
	margin-bottom: 20px!important;
	word-wrap: break-word!important
}
.g-elem_32__content h1, .g-elem_32__content h2, .g-elem_32__content h3, .g-elem_32__content h4, .g-elem_32__content h5, .g-elem_32__content h6 {
	font-family: GothamBold!important;
	margin-bottom: 20px!important;
	padding: 0 15px!important;
	word-wrap: break-word!important
}
.g-elem_32__content h1 {
	font-size: 38px!important
}
.g-elem_32__content h2 {
	font-size: 34px!important
}
.g-elem_32__content h3 {
	font-size: 30px!important
}
.g-elem_32__content h3.more-bottomSpace {
	margin-bottom: 40px!important;
	margin-top: 30px!important
}
.g-elem_32__content h4 {
	font-size: 26px!important
}
.g-elem_32__content h5 {
	font-size: 22px!important
}
.g-elem_32__content h6 {
	font-size: 22px!important
}
.g-elem_32__content a {
	border-bottom: 1px solid var(--black4);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: GothamLight!important;
	color: var(--black4)!important
}
.g-elem_32__content a:focus, .g-elem_32__content a:hover {
	color: var(--orange)!important;
	border-color: var(--orange)
}
.g-elem_32__content blockquote {
	position: relative!important;
	border-left: 5px solid var(--black4);
	padding: 10px 0 10px 30px!important;
	font-size: 18px!important;
	line-height: 1.5!important;
	font-family: GothamBold!important;
	word-wrap: break-word;
	margin-bottom: 15px!important;
	width: 100%
}
.g-elem_32__content blockquote *, .g-elem_32__content blockquote a, .g-elem_32__content blockquote b, .g-elem_32__content blockquote em, .g-elem_32__content blockquote h1, .g-elem_32__content blockquote h2, .g-elem_32__content blockquote h3, .g-elem_32__content blockquote h4, .g-elem_32__content blockquote h5, .g-elem_32__content blockquote h6, .g-elem_32__content blockquote i, .g-elem_32__content blockquote li, .g-elem_32__content blockquote p, .g-elem_32__content blockquote span, .g-elem_32__content blockquote strong {
	font-size: 18px!important;
	line-height: 1.5!important;
	font-family: GothamBold!important;
	margin-bottom: 0!important
}
.g-elem_32__content figure {
	text-align: center!important
}
.g-elem_32__content figcaption {
	text-align: center!important;
	font-size: 16px!important;
	font-family: GothamBook!important;
	margin-top: 8px!important
}
.g-elem_32__content .g-elem_14 {
	margin: 80px 0 85px
}
.g-elem_32__content .g-elem_14 .slider-counter span {
	color: var(--white)!important;
	font-size: 16px!important;
	font-family: GothamMedium!important;
	padding: 0!important;
	margin: 0!important
}
.g-elem_32__content .g-elem_14 .slider-counter span.slider-counter__divider, .g-elem_32__content .g-elem_14 .slider-counter span.slider-counter__totalCount {
	font-family: GothamBook!important;
	color: var(--white2)!important
}
.g-elem_32__content .g-elem_14 .slider-counter span.slider-counter__divider {
	margin: 0 5px!important
}
@media (min-width:576px) {
.g-elem_32-xs .g-elem_32__content blockquote, .g-elem_32-xs .g-elem_32__content figcaption, .g-elem_32-xs .g-elem_32__content figure, .g-elem_32-xs .g-elem_32__content h1, .g-elem_32-xs .g-elem_32__content h2, .g-elem_32-xs .g-elem_32__content h3, .g-elem_32-xs .g-elem_32__content h4, .g-elem_32-xs .g-elem_32__content h5, .g-elem_32-xs .g-elem_32__content h6, .g-elem_32-xs .g-elem_32__content ol, .g-elem_32-xs .g-elem_32__content p, .g-elem_32-xs .g-elem_32__content ul {
	max-width: 540px!important;
	margin-left: auto!important;
	margin-right: auto!important
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_32-xs .g-elem_32__content blockquote, .g-elem_32-xs .g-elem_32__content figcaption, .g-elem_32-xs .g-elem_32__content figure, .g-elem_32-xs .g-elem_32__content h1, .g-elem_32-xs .g-elem_32__content h2, .g-elem_32-xs .g-elem_32__content h3, .g-elem_32-xs .g-elem_32__content h4, .g-elem_32-xs .g-elem_32__content h5, .g-elem_32-xs .g-elem_32__content h6, .g-elem_32-xs .g-elem_32__content ol, .g-elem_32-xs .g-elem_32__content p, .g-elem_32-xs .g-elem_32__content ul {
	max-width: 720px!important
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_32-xs .g-elem_32__content {
	margin-top: 90px
}
.g-elem_32-xs .g-elem_32__content a, .g-elem_32-xs .g-elem_32__content li, .g-elem_32-xs .g-elem_32__content p, .g-elem_32-xs .g-elem_32__content span {
	font-size: 24px!important;
	line-height: 42px!important
}
.g-elem_32-xs .g-elem_32__content a *, .g-elem_32-xs .g-elem_32__content li *, .g-elem_32-xs .g-elem_32__content p *, .g-elem_32-xs .g-elem_32__content span * {
	font-size: 24px!important;
	line-height: 42px!important
}
.g-elem_32-xs .g-elem_32__content h1 {
	font-size: 44px!important
}
.g-elem_32-xs .g-elem_32__content h2 {
	font-size: 40px!important
}
.g-elem_32-xs .g-elem_32__content h3 {
	font-size: 36px!important
}
.g-elem_32-xs .g-elem_32__content h4 {
	font-size: 32px!important
}
.g-elem_32-xs .g-elem_32__content h5 {
	font-size: 28px!important
}
.g-elem_32-xs .g-elem_32__content blockquote, .g-elem_32-xs .g-elem_32__content figcaption, .g-elem_32-xs .g-elem_32__content figure, .g-elem_32-xs .g-elem_32__content h1, .g-elem_32-xs .g-elem_32__content h2, .g-elem_32-xs .g-elem_32__content h3, .g-elem_32-xs .g-elem_32__content h4, .g-elem_32-xs .g-elem_32__content h5, .g-elem_32-xs .g-elem_32__content h6, .g-elem_32-xs .g-elem_32__content ol, .g-elem_32-xs .g-elem_32__content p, .g-elem_32-xs .g-elem_32__content ul {
	max-width: 960px!important
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_32-xs .g-elem_32__content blockquote, .g-elem_32-xs .g-elem_32__content figcaption, .g-elem_32-xs .g-elem_32__content figure, .g-elem_32-xs .g-elem_32__content h1, .g-elem_32-xs .g-elem_32__content h2, .g-elem_32-xs .g-elem_32__content h3, .g-elem_32-xs .g-elem_32__content h4, .g-elem_32-xs .g-elem_32__content h5, .g-elem_32-xs .g-elem_32__content h6, .g-elem_32-xs .g-elem_32__content ol, .g-elem_32-xs .g-elem_32__content p, .g-elem_32-xs .g-elem_32__content ul {
	max-width: 1140px!important
}
}
.g-elem_33__tag-wrap__title {
	color: var(--black);
	text-transform: uppercase;
	line-height: 60px
}
.g-elem_33__tag-wrap__grid .tags-info {
	background-color: var(--white10);
	padding: 5px 20px;
	margin: 4px;
	cursor: pointer;
	color: var(--black11);
	letter-spacing: 1px
}
.g-elem_33__tag-wrap__grid .tags-info.selected {
	color: var(--black)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_33-xs .g-elem_33__tag-wrap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_33-xs .g-elem_33__tag-wrap__title {
	line-height: 40px;
	margin-right: 20px
}
}
.g-elem_34 {
	border-top: 1px solid var(--white11);
	margin-top: 50px;
	padding-top: 60px;
	padding-bottom: 60px
}
.g-elem_34__authorInfo__content .content-wrapper {
	margin-top: 35px
}
.g-elem_34__authorInfo__content .content-wrapper__name {
	color: var(--black)
}
.g-elem_34__authorInfo__content .content-wrapper__designation {
	color: var(--black)
}
.g-elem_34__authorInfo__content .content-wrapper__info {
	line-height: 36px;
	color: var(--black)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_34-xs .g-elem_34__authorInfo {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_34-xs .g-elem_34__authorInfo__image {
	width: 320px;
	margin-right: 45px
}
.g-elem_34-xs .g-elem_34__authorInfo__content {
	width: -moz-calc(100% - 365px);
	width: -webkit-calc(100% - 365px);
	width: calc(100% - 365px)
}
.g-elem_34-xs .g-elem_34__authorInfo__content .content-wrapper {
	margin-top: 0
}
.g-elem_34-xs .g-elem_34__authorInfo__content .content-wrapper__name {
	font-size: 3rem
}
.g-elem_34-xs .g-elem_34__authorInfo__content .content-wrapper__info {
	font-size: 1.5rem;
	line-height: 48px
}
}
.g-elem_35 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	padding: 65px 0 38px 0
}
.g-elem_35__blog-info {
	height: 520px
}
.g-elem_35 .blog-details_container {
	height: 100%
}
.g-elem_35 .blog-details_container__label {
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 15px
}
.g-elem_35 .blog-details_container__content {
	height: 100%
}
.g-elem_35 .blog-details_container__content-title {
	line-height: 50px;
	color: var(--white)
}
.g-elem_35--design2.g-elem_35 .blog-details_container__content-image {
	margin-left: 15px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_35-xs .blog-details_container {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.g-elem_35-xs .blog-details_container__label {
	margin-bottom: 20px
}
.g-elem_35-xs .blog-details_container__content {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: auto
}
.g-elem_35-xs .blog-details_container__content-title {
	font-size: 3.4375rem;
	line-height: 58px
}
}
.g-elem_36 {
	border-top: 1px solid var(--bc1);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	position: relative;
	padding-bottom: 120px
}
.g-elem_36 .container-fluid {
	padding: 0
}
.g-elem_36 .container-fluid .row {
	margin: 0
}
.g-elem_36 .container-fluid .no-padContainer {
	padding: 0
}
.g-elem_36__box {
	width: 100%
}
.g-elem_36 .container>.row>.col-12 {
	position: static
}
.g-elem_36__contentBox {
	margin-top: 58px;
	margin-bottom: 17px
}
.g-elem_36__contentBox .content-heading {
	color: var(--white);
	margin-bottom: 0;
	font-weight: 400
}
.g-elem_36__contentBox .button-v1 {
	position: absolute;
	bottom: 50px
}
.g-elem_36__counters {
	width: 100%;
	padding: 0 15px;
	margin-top: 10px
}
.g-elem_36__counters .counter-container__items {
	-webkit-box-flex: 0 0 calc(100% / 1 - 0px);
	-moz-box-flex: 0 0 calc(100% / 1 - 0px);
	-webkit-flex: 0 0 calc(100% / 1 - 0px);
	-ms-flex: 0 0 calc(100% / 1 - 0px);
	flex: 0 0 calc(100% / 1 - 0px);
	max-width: -moz-calc(100% / 1 - 0px);
	max-width: -webkit-calc(100% / 1 - 0px);
	max-width: calc(100% / 1 - 0px)
}
.g-elem_36__counters .counter-container__items-heading {
	color: var(--white);
	margin-bottom: 0
}
.g-elem_36__counters .counter-container__items-info {
	color: var(--white);
	margin-bottom: 10px
}
.g-elem_36__counters .counter-container__items.column2 {
	margin-left: 0
}
.g-elem_36__slider {
	margin-left: 15px
}
.g-elem_36__slider .slick-slide {
	margin: 0 3px;
	outline: 0!important
}
.g-elem_36__slider .slick-next, .g-elem_36__slider .slick-prev {
	display: none!important
}
.g-elem_36__slider__items {
	position: relative
}
.g-elem_36__slider__items-image {
	overflow: hidden;
	height: 350px;
	width: 90%
}
.g-elem_36__slider__items-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_36__slider__items-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px
}
.g-elem_36__slider__items-content .content-top__label {
	color: var(--white);
	text-transform: uppercase
}
.g-elem_36__slider__items-content .content-top__title {
	color: var(--white)
}
.g-elem_36__slider__items-content .content-bottom__link {
	color: var(--white)
}
.g-elem_36__slider__items-content .content-bottom__link-text {
	color: var(--white)
}
.g-elem_36__slider__items-content .content-bottom__link-icon {
	width: 30px;
	margin-left: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_36__slider__items-content .content-bottom__link:hover .content-bottom__link-icon {
	margin-left: 12px
}
.g-elem_36__slider__items:hover .g-elem_36__slider__items-image img {
	transform: scale(1.5)
}
.g-elem_36.design2 .g-elem_36__slider__items-image img {
	width: 100%
}
.g-elem_36__tickerwrap {
	width: auto;
	position: absolute;
	right: 30px;
	bottom: 67px;
	color: var(--white);
	font-size: 1.25rem;
	background: var(--white)
}
.g-elem_36__tickerwrap iframe {
	outline: 0;
	border: none;
	width: 260px;
	height: 27px;
	overflow: hidden
}
@media (min-width:576px) {
.g-elem_36-xs .g-elem_36__counters {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto
}
.g-elem_36-xs .g-elem_36__slider__items-image {
	overflow: hidden;
	height: 350px;
	width: 100%
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_36-xs .g-elem_36__counters {
	max-width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_36-xs {
	padding-bottom: 0
}
.g-elem_36-xs .g-elem_36__contentBox {
	margin-top: 73px;
	margin-bottom: 50px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_36-xs .g-elem_36__contentBox .content-heading {
	font-size: 2rem
}
.g-elem_36-xs .g-elem_36__contentBox .button-v1 {
	position: relative;
	bottom: auto
}
.g-elem_36-xs .g-elem_36__box {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_36-xs .g-elem_36__counters {
	width: 250px;
	padding: 0;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0
}
.g-elem_36-xs .g-elem_36__counters .counter-container {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}
.g-elem_36-xs .g-elem_36__counters .counter-container__items {
	-webkit-box-flex: 1 0 100%;
	-moz-box-flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 190px;
	margin-bottom: 50px
}
.g-elem_36-xs .g-elem_36__counters .counter-container__items-heading {
	font-size: 3.0625rem
}
.g-elem_36-xs .g-elem_36__counters .counter-container__items-info {
	font-size: 1rem
}
.g-elem_36-xs .g-elem_36__counters .counter-container__items.column2 {
	margin-left: 0
}
.g-elem_36-xs .g-elem_36__slider {
	margin-left: 0;
	width: -moz-calc(100% / 2 + 960px / 2 - 265px);
	width: -webkit-calc(100% / 2 + 960px / 2 - 265px);
	width: calc(100% / 2 + 960px / 2 - 265px);
	height: 100%;
	padding-bottom: 120px
}
.g-elem_36-xs .g-elem_36__slider.slick-slider .slick-next, .g-elem_36-xs .g-elem_36__slider.slick-slider .slick-prev {
	bottom: 0
}
.g-elem_36-xs .g-elem_36__slider .slick-next, .g-elem_36-xs .g-elem_36__slider .slick-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white);
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	z-index: 10;
	top: auto;
	bottom: -120px;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important
}
.g-elem_36-xs .g-elem_36__slider .slick-next:before, .g-elem_36-xs .g-elem_36__slider .slick-prev:before {
	display: none
}
.g-elem_36-xs .g-elem_36__slider .slick-next:after, .g-elem_36-xs .g-elem_36__slider .slick-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_36-xs .g-elem_36__slider .slick-prev {
	left: 0
}
.g-elem_36-xs .g-elem_36__slider .slick-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_36-xs .g-elem_36__slider .slick-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_36-xs .g-elem_36__slider .slick-next {
	left: 82px
}
.g-elem_36-xs .g-elem_36__slider .slick-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_36-xs .g-elem_36__slider .slick-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_36-xs .g-elem_36__slider__items-image {
	overflow: hidden;
	height: 375px
}
.g-elem_36-xs.design2 .g-elem_36__box {
	padding-bottom: 160px
}
.g-elem_36-xs.design2 .g-elem_36__slider {
	width: -moz-calc(100% / 2 + 960px / 2 - 15px);
	width: -webkit-calc(100% / 2 + 960px / 2 - 15px);
	width: calc(100% / 2 + 960px / 2 - 15px)
}
.g-elem_36-xs.design2 .g-elem_36__slider__items-content .content-top {
	max-width: 80%
}
}
@media (min-width:576px) and (min-width:1171px) {
.g-elem_36-xs .g-elem_36__slider__items-content .content-top__title {
	font-size: 1.5rem
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_36-xs .g-elem_36__slider {
	width: -moz-calc(100% / 2 + 1140px / 2 - 265px);
	width: -webkit-calc(100% / 2 + 1140px / 2 - 265px);
	width: calc(100% / 2 + 1140px / 2 - 265px)
}
.g-elem_36-xs.design2 .g-elem_36__slider {
	width: -moz-calc(100% / 2 + 1140px / 2 - 15px);
	width: -webkit-calc(100% / 2 + 1140px / 2 - 15px);
	width: calc(100% / 2 + 1140px / 2 - 15px)
}
}
.g-elem_37 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	border-top: 1px solid var(--visionbc);
	background-attachment: fixed
}
.g-elem_37__content {
	max-width: 990px;
	margin: 70px auto 0
}
.g-elem_37__content__heading {
	color: var(--white);
	margin-bottom: 29px;
	line-height: 1.4
}
.g-elem_37__slider {
	margin-top: 54px;
	margin-bottom: 62px
}
.g-elem_37__slider .slick-slide {
	outline: 0!important
}
.g-elem_37__slider .slick-next, .g-elem_37__slider .slick-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white);
	z-index: 10;
	top: 100%
}
.g-elem_37__slider .slick-next:before, .g-elem_37__slider .slick-prev:before {
	display: none
}
.g-elem_37__slider .slick-next:after, .g-elem_37__slider .slick-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_37__slider .slick-prev {
	left: calc(50% - 81px)
}
.g-elem_37__slider .slick-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_37__slider .slick-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_37__slider .slick-next {
	right: calc(50% - 81px)
}
.g-elem_37__slider .slick-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_37__slider .slick-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_37__slider__items {
	transition: transform .5s;
	transform: scale(.8)
}
.g-elem_37__slider__items-content {
	margin-top: 15px;
	padding-bottom: 90px
}
.g-elem_37__slider__items-content .person-name {
	color: var(--white);
	margin-bottom: 0
}
.g-elem_37__slider__items-content .person-designation {
	color: var(--white)
}
.g-elem_37__slider .slick-center .g-elem_37__slider__items {
	transform: scale(1.1)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_37-xs .g-elem_37__content__heading {
	font-size: 2.25rem;
	text-align: center
}
.g-elem_37-xs .g-elem_37__content__heading--fontsize60 {
	font-size: 3.75rem
}
.g-elem_37-xs .g-elem_37__slider .slick-next, .g-elem_37-xs .g-elem_37__slider .slick-prev {
	top: 50%
}
.g-elem_37-xs .g-elem_37__slider .slick-prev {
	left: 0
}
.g-elem_37-xs .g-elem_37__slider .slick-next {
	right: 0
}
.g-elem_37-xs .g-elem_37__slider__items-content {
	padding-bottom: 0
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_37-xs .g-elem_37__slider .slick-prev {
	left: -100px
}
.g-elem_37-xs .g-elem_37__slider .slick-next {
	right: -100px
}
}
.g-elem_38 {
	position: relative;
	background: var(--white)
}
.g-elem_38 .scroll-button {
	top: -90px;
	left: 40px;
	z-index: 99;
	display: none;
	position: absolute;
	color: var(--black)
}
.g-elem_38 .scroll-button a {
	color: var(--black)
}
.g-elem_38 .scroll-button__text {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	white-space: nowrap;
	width: 25px;
	line-height: 25px;
	text-transform: uppercase
}
.g-elem_38 .scroll-button__icon {
	position: absolute;
	bottom: -27px;
	left: 0;
	-ms-animation: scrollicon 2s infinite;
	-o-animation: scrollicon 2s infinite;
	-webkit-animation: scrollicon 2s infinite;
	animation: scrollicon 2s infinite
}
.g-elem_38__content {
	padding: 40px 0 30px;
	background-color: var(--white);
	position: relative;
	z-index: 10
}
.g-elem_38__content__heading {
	line-height: 2;
	margin-bottom: 22px
}
.g-elem_38 .highlighting-container {
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	display: inline-block
}
.g-elem_38 .highlighting-container:before {
	content: '';
	background-color: rgba(213,98,15,.75);
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.g-elem_38 .highlighting-container__box {
	position: relative;
	z-index: 10;
	margin: 43px 15px 36px;
	max-width: 540px
}
.g-elem_38 .highlighting-container__items {
	-webkit-box-flex: 0 0 calc(100% - 2px);
	-moz-box-flex: 0 0 calc(100% - 2px);
	-webkit-flex: 0 0 calc(100% - 2px);
	-ms-flex: 0 0 calc(100% - 2px);
	flex: 0 0 calc(100% - 2px);
	margin-bottom: 1px;
	max-width: 322px
}
.g-elem_38 .highlighting-container__items .content-section {
	width: 160px;
	height: 160px;
	margin-right: 1px;
	background-color: var(--black2);
	padding: 10px
}
.g-elem_38 .highlighting-container__items .content-section__heading {
	color: var(--white)
}
.g-elem_38 .highlighting-container__items .content-section__text {
	color: var(--white)
}
.g-elem_38 .highlighting-container__items.box1 .content-section {
	background-image: url(../images/g/box1.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_38 .highlighting-container__items.box1 .content-section__heading {
	color: var(--grey2)
}
.g-elem_38 .highlighting-container__items.box1 .content-section__text {
	color: var(--grey2)
}
.g-elem_38 .highlighting-container__items.box2 {
	-webkit-box-flex: 0 0 calc(100% / 2 - 2px);
	-moz-box-flex: 0 0 calc(100% / 2 - 2px);
	-webkit-flex: 0 0 calc(100% / 2 - 2px);
	-ms-flex: 0 0 calc(100% / 2 - 2px);
	flex: 0 0 calc(100% / 2 - 2px)
}
.g-elem_38 .highlighting-container__items.box2 .content-section.column1 {
	background-image: url(../images/g/box2.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_38 .highlighting-container__items.box2 .content-section.column2 {
	background-image: url(../images/g/box3.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
@media (min-width:576px) {
.g-elem_38-xs .highlighting-container__box {
	margin-left: auto;
	margin-right: auto
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_38-xs .highlighting-container__items {
	max-width: 382px
}
.g-elem_38-xs .highlighting-container__items .content-section {
	width: 190px;
	height: 190px;
	margin-right: 1px;
	background-color: var(--blue);
	padding: 20px
}
.g-elem_38-xs .highlighting-container__items .content-section__heading {
	font-size: 3.25rem
}
.g-elem_38-xs .highlighting-container__items .content-section__text {
	font-size: 1rem
}
.g-elem_38-xs .g-elem_38__content {
	max-width: 540px;
	margin: 0 auto;
	text-align: center
}
.g-elem_38-xs .action-buttons.design2--smBreak {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_38-xs .scroll-button {
	display: block
}
.g-elem_38-xs .g-elem_38__content {
	padding: 85px 0 80px;
	padding-right: 8.33%;
	max-width: 100%;
	margin: 0;
	text-align: left
}
.g-elem_38-xs .g-elem_38__content__heading {
	margin-right: 20px;
	max-width: 460px;
	font-size: 1.5rem;
	margin-bottom: 43px;
	text-align:justify;
}
.g-elem_38-xs .action-buttons.design2--smBreak {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}
.g-elem_38-xs .highlighting-container {
	background-color: rgba(213,98,15,.7);
	background-image: none!important;
	position: absolute;
	right: 0;
	width: calc(100% + 15px);
	max-height: 700px;
	min-height: 530px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-top: -140px!important
}
.g-elem_38-xs .highlighting-container:before {
	display: none
}
.g-elem_38-xs .highlighting-container__box {
	margin: 0 auto -90px
}
.g-elem_38-xs:before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--white);
	width: -moz-calc(100% / 2 - 6.33%);
	width: -webkit-calc(100% / 2 - 6.33%);
	width: calc(100% / 2 - 6.33%);
	z-index: 9;
	left: 0;
	top: 0
}
.g-elem_38-xs:after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--white);
width:-moz-calc(100% / 2 - (960px / 2));
width:-webkit-calc(100% / 2 - (960px / 2));
width:calc(100% / 2 - (960px / 2));
	z-index: 9;
	right: 0;
	top: 0
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_38-xs:after {
width:-moz-calc(100% / 2 - (1140px / 2));
width:-webkit-calc(100% / 2 - (1140px / 2));
width:calc(100% / 2 - (1140px / 2))
}
}
.g-elem_39 {
	padding-top: 53px;
	padding-bottom: 104px
}
.g-elem_39__title {
	color: var(--black2);
	padding-left: 39px;
	margin-bottom: 38px
}
.g-elem_39__listwrap-list {
	width: 100%;
	margin-bottom: 24px;
	background: var(--black2)
}
.g-elem_39__listwrap-list a {
	min-width: 100%;
	padding: 17px 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_39-xs {
	padding-top: 77px;
	padding-bottom: 100px
}
.g-elem_39-xs .g-elem_39__title {
	font-size: 3rem;
	padding-left: 0;
	margin-bottom: 44px
}
.g-elem_39-xs .g-elem_39__listwrap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_39-xs .g-elem_39__listwrap-list {
	width: -moz-calc(100% / 3 - 19px);
	width: -webkit-calc(100% / 3 - 19px);
	width: calc(100% / 3 - 19px)
}
.g-elem_39-xs .g-elem_39__listwrap-list a span {
font-size:.75rem
}
}
@media (min-width:576px) and (min-width:992px) and (min-width:1200px) {
.g-elem_39-xs .g-elem_39__listwrap-list a span {
	font-size: 1rem
}
}
.g-elem_40__items {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative
}
.g-elem_40__items__bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative
}
.g-elem_40__items__heading {
	color: var(--white);
	line-height: 45px;
	padding-top: 34px;
	margin-bottom: 40px
}
.g-elem_40__items__content__info {
	border-top: 1px solid var(--white2);
	border-bottom: 1px solid var(--white2);
	padding: 22px 0
}
.g-elem_40__items__content__info .label-name {
	line-height: 42px;
	text-transform: uppercase;
	color: var(--white)
}
.g-elem_40__items__content__info .label-content {
	line-height: 42px;
	color: var(--white)
}
.g-elem_40__items__content__link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin: 50px 0 80px
}
.g-elem_40__items__content__link-text {
	text-transform: uppercase;
	color: var(--white);
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_40__items__content__link:hover .g-elem_40__container__header__link-text {
	color: var(--orange)
}
.g-elem_40 .slider-counter {
	display: none;
	top: auto;
	bottom: 110px;
	position: absolute;
	right: -moz-calc(50% - 572px);
	right: -webkit-calc(50% - 572px);
	right: calc(50% - 572px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1
}
.g-elem_40 .slider-counter span {
	color: var(--white)
}
.g-elem_40 .slider-counter span.slider-counter__divider, .g-elem_40 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_40 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
.g-elem_40 .owl-dots {
	top: auto;
	bottom: 30px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	width: 100%
}
.g-elem_40 .owl-dots .owl-dot {
	width: 60px;
	height: 2px;
	margin: 0 2px;
	background: var(--white2)!important
}
.g-elem_40 .owl-dots .owl-dot.active {
	background: var(--white)!important
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_40-xs .g-elem_40__items {
	height: 720px;
	padding-top: 46px
}
.g-elem_40-xs .g-elem_40__items__bg {
	height: 630px
}
.g-elem_40-xs .g-elem_40__items__image {
	margin-top: -200px;
	margin-right: 40px
}
.g-elem_40-xs .g-elem_40__items__image img {
	height: 720px
}
.g-elem_40-xs .g-elem_40__items__content__link {
	margin: 50px 0 0 0
}
.g-elem_40-xs .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	bottom: 81px;
	position: absolute;
	left: -moz-calc(50% + 95px);
	left: -webkit-calc(50% + 95px);
	left: calc(50% + 95px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.g-elem_40-xs .owl-nav .owl-next, .g-elem_40-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_40-xs .owl-nav .owl-next span, .g-elem_40-xs .owl-nav .owl-prev span {
	display: none
}
.g-elem_40-xs .owl-nav .owl-next:before, .g-elem_40-xs .owl-nav .owl-prev:before {
	display: none
}
.g-elem_40-xs .owl-nav .owl-next:after, .g-elem_40-xs .owl-nav .owl-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_40-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_40-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_40-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_40-xs .owl-nav .owl-next {
	left: 2px
}
.g-elem_40-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_40-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_40-xs .slider-counter {
	display: block;
	right: -moz-calc(50% - 720px / 2);
	right: -webkit-calc(50% - 720px / 2);
	right: calc(50% - 720px / 2)
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_40-xs .slider-counter {
	display: block;
	right: -moz-calc(50% - 960px / 2);
	right: -webkit-calc(50% - 960px / 2);
	right: calc(50% - 960px / 2)
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_40-xs .slider-counter {
	right: -moz-calc(50% - 1140px / 2);
	right: -webkit-calc(50% - 1140px / 2);
	right: calc(50% - 1140px / 2)
}
}
.g-elem_41 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white);
	position: relative;
	padding-bottom: 162px;
	overflow: hidden
}
.g-elem_41:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/g/shadow-5.png);
	z-index: 1;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: bottom
}
.g-elem_41 .container {
	z-index: 5;
	position: relative
}
.g-elem_41__header {
	margin: 60px 0 32px
}
.g-elem_41__header__heading {
	color: var(--white);
	margin-bottom: 0;
	max-width: 250px
}
.g-elem_41__header .button-v1 {
	position: absolute;
	bottom: -82px
}
.g-elem_41__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_41__grid__list {
	flex: 0 0 330px;
	max-width: 330px;
	margin: 0 10px;
	margin-bottom: 20px
}
.g-elem_41__grid__list:first-child {
	margin-left: 0
}
.g-elem_41__grid__list:last-child {
	margin-right: 0
}
.g-elem_41__grid__items__visual {
	position: relative
}
.g-elem_41__grid__items__visual-img {
	overflow: hidden;
	position: relative;
	height: 334px
}
.g-elem_41__grid__items__visual-img:after {
	content: '';
	background-image: url(../images/g/shadow-3.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_41__grid__items__visual-img img {
	width: 100%;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.g-elem_41__grid__items__visual-heading {
	position: absolute;
	bottom: 0;
	color: var(--white);
	padding: 0 25px;
	max-width: 260px;
	z-index: 5
}
.g-elem_41__grid__items__content {
	height: 60px;
	background-color:#ed6637;
	padding: 0 25px
}
.g-elem_41__grid__items__content-label {
	color: var(--black10);
	text-transform: uppercase
}
.g-elem_41__grid__items__content-link-text {
	color: var(--black);
	text-transform: uppercase;
	margin-right: 10px
}
.g-elem_41__grid__items:hover .g-elem_41__grid__items__visual-img img {
	transform: scale(1.5)
}
.g-elem_41 .g-respScroll-Container__grid {
	position: static
}
.g-elem_41--design2 {
	padding-bottom: 52px
}
.g-elem_41--design2 .g-elem_41__header {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	margin: 66px 0 45px
}
.g-elem_41--design2 .g-elem_41__header .button-v1 {
	position: relative;
	bottom: 0;
	margin-top: 27px;
	width: 182px
}
.g-elem_41--design2 .g-elem_41__counterwrap {
	display: none
}
.g-elem_41--design2 .g-elem_41__counters {
	margin-bottom: 56px
}
.g-elem_41--design2 .g-elem_41__counters aside {
	max-width: 162px;
	margin-left: 97px
}
.g-elem_41--design2 .g-elem_41__counters aside:first-child {
	margin-left: 0
}
.g-elem_41--design2 .g-elem_41__counters-text {
	color: var(--white);
	margin-bottom: 6px
}
.g-elem_41--design2 .g-elem_41__counters p {
	color: var(--white);
	line-height: 24px
}
@media (min-width:576px) {
.g-elem_41-xs .g-elem_41__grid__list {
	flex: 0 0 350px;
	max-width: 350px
}
.g-elem_41-xs .g-elem_41__grid__items__visual-heading {
	max-width: 420px;
	padding: 0 30px;
	font-size: 1.875rem;
	margin-bottom: 20px
}
.g-elem_41-xs .g-elem_41__grid__items__content {
	height: 100px;
	padding: 0 30px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_41-xs {
	padding-bottom: 62px
}
.g-elem_41-xs .g-elem_41__header {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 90px 0 32px
}
.g-elem_41-xs .g-elem_41__header__heading {
	font-size: 3rem;
	max-width: 350px
}
.g-elem_41-xs .g-elem_41__header .button-v1 {
	position: relative;
	bottom: auto
}
.g-elem_41-xs .g-elem_41__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_41-xs .g-elem_41__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 14px);
	-moz-box-flex: 0 0 calc(100% / 3 - 14px);
	-webkit-flex: 0 0 calc(100% / 3 - 14px);
	-ms-flex: 0 0 calc(100% / 3 - 14px);
	flex: 0 0 calc(100% / 3 - 14px);
	max-width: -moz-calc(100% / 3 - 14px);
	max-width: -webkit-calc(100% / 3 - 14px);
	max-width: calc(100% / 3 - 14px);
	margin: 0 10px 20px
}
.g-elem_41-xs .g-elem_41__grid__list:first-child {
	margin-left: 0
}
.g-elem_41-xs .g-elem_41__grid__list:last-child {
	margin-right: 0
}
.g-elem_41-xs.g-elem_41--design2 {
	padding-bottom: 75px
}
.g-elem_41-xs.g-elem_41--design2 .g-elem_41__header {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: column;
	-moz-box-orient: column;
	-ms-box-orient: column;
	box-orient: column;
	margin: 78px 0 90px
}
.g-elem_41-xs.g-elem_41--design2 .g-elem_41__counterwrap {
	display: block
}
}
.g-elem_42 {
	background-color: var(--white);
	padding: 37px 0 65px
}
.g-elem_42__counters {
	margin-top: 26px
}
.g-elem_42__counters aside {
	max-width: 210px
}
.g-elem_42__counters-text {
	color: var(--black2);
	margin-bottom: 0
}
.g-elem_42__counters p {
	color: var(--grey4);
	line-height: 30px
}
.g-elem_42--design2 {
	padding: 0 0 65px
}
.g-elem_42--design2 .g-elem_42__counters {
	margin-top: -60px
}
.g-elem_42--design2 .g-elem_42__counters aside {
	margin-top: 10px
}
.g-elem_42--design2 .g-elem_42__counters aside:first-child {
	margin-top: 0
}
.g-elem_42--design3 {
	padding: 0 0 112px
}
.g-elem_42--design3 .g-elem_42__counters {
	margin-top: 0
}
.g-elem_42--design3 .g-elem_42__counters aside {
	max-width: 232px;
	margin-top: 22px
}
.g-elem_42--design3 .g-elem_42__counters aside:first-child {
	margin-top: 0
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_42-xs .g-elem_42__counters {
	margin-top: 50px;
	padding-top: 45px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_42-xs .g-elem_42__counters-text {
	font-size: 2.8125rem
}
.g-elem_42-xs .g-elem_42__counters p {
	font-size: 1.125rem;
	line-height: 24px
}
.g-elem_42-xs .g-elem_42__counters aside {
	-webkit-box-flex: 1 0 calc(100% / 3 - 20px);
	-moz-box-flex: 1 0 calc(100% / 3 - 20px);
	-webkit-flex: 1 0 calc(100% / 3 - 20px);
	-ms-flex: 1 0 calc(100% / 3 - 20px);
	flex: 1 0 calc(100% / 3 - 20px);
	max-width: -moz-calc(100% / 3 - 20px);
	max-width: -webkit-calc(100% / 3 - 20px);
	max-width: calc(100% / 3 - 20px);
	margin-left: 15px;
	margin-right: 15px
}
.g-elem_42-xs .g-elem_42__counters aside:first-child {
	margin-left: 0
}
.g-elem_42-xs .g-elem_42__counters aside:last-child {
	margin-right: 0
}
.g-elem_42-xs .g-elem_42__counters aside span {
	display: block
}
.g-elem_42-xs.g-elem_42--design2 .g-elem_42__counters {
	margin: 0;
	padding: 0
}
.g-elem_42-xs.g-elem_42--design2 .g-elem_42__counters aside {
	margin-top: 0
}
.g-elem_42-xs.g-elem_42--design3 {
	padding: 0 0 65px
}
.g-elem_42-xs.g-elem_42--design3 .g-elem_42__counters {
	margin: 0;
	padding: 0;
	-webkit-align-items: start;
	-moz-align-items: start;
	-ms-align-items: start;
	align-items: start
}
.g-elem_42-xs.g-elem_42--design3 .g-elem_42__counters aside {
	-webkit-box-flex: 1 0 calc(100% / 4 - 20px);
	-moz-box-flex: 1 0 calc(100% / 4 - 20px);
	-webkit-flex: 1 0 calc(100% / 4 - 20px);
	-ms-flex: 1 0 calc(100% / 4 - 20px);
	flex: 1 0 calc(100% / 4 - 20px);
	max-width: -moz-calc(100% / 4 - 20px);
	max-width: -webkit-calc(100% / 4 - 20px);
	max-width: calc(100% / 4 - 20px);
	margin-top: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_42-xs {
	padding: 60px 0 125px
}
.g-elem_42-xs .g-elem_42__counters-text {
	font-size: 3.75rem
}
.g-elem_42-xs .g-elem_42__counters p {
	font-size: 1.5rem;
	line-height: 30px
}
.g-elem_42-xs.g-elem_42--design2 {
	padding: 0 0 65px
}
.g-elem_42-xs.g-elem_42--design2 .g-elem_42__counters {
	margin-top: -30px
}
.g-elem_42-xs.g-elem_42--design3 {
	padding: 0 0 116px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_42-xs .g-elem_42__counters-text {
	font-size: 5rem
}
}
.g-elem_43 {
	border-top: 1px solid var(--white)
}
.g-elem_43__item {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	overflow: hidden;
	padding: 55px 0 50px 0
}
.g-elem_43__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-1.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_43__container {
	position: relative;
	z-index: 10
}
.g-elem_43__container__header__heading {
	color: var(--white);
	margin-bottom: 0
}
.g-elem_43__container__header__content {
	color: var(--white);
	line-height: 30px;
	margin: 18px 0 30px
}
.g-elem_43__container__header__link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 20px
}
.g-elem_43__container__header__link-text {
	text-transform: uppercase;
	color: var(--white);
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_43__container__header__link:hover .g-elem_43__container__header__link-text {
	color: var(--orange)
}
.g-elem_43__container__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_43__container__grid__list {
	flex: 0 0 330px;
	max-width: 100%;
	margin-bottom: 20px
}
.g-elem_43__container__grid__items__visual {
	position: relative
}
.g-elem_43__container__grid__items__visual-img {
	overflow: hidden;
	position: relative;
	height: 200px
}
.g-elem_43__container__grid__items__visual-img:after {
	content: '';
	background-image: url(../images/g/shadow-4.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_43__container__grid__items__visual-img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_43__container__grid__items__visual-heading {
	position: absolute;
	top: 0;
	color: var(--white);
	padding: 0 25px;
	max-width: 260px;
	z-index: 5;
	margin-top: 20px
}
.g-elem_43__container__grid__items__content {
	height: 60px;
	background-color: var(--white);
	padding: 0 25px
}
.g-elem_43__container__grid__items__content-label {
	color: var(--black10);
	text-transform: uppercase
}
.g-elem_43__container__grid__items__content-label span+span {
	border-left: 1px solid var(--black10);
	margin-left: 8px;
	padding-left: 8px
}
.g-elem_43__container__grid__items__content-link-text {
	color: var(--black);
	text-transform: uppercase;
	margin-right: 10px
}
.g-elem_43__container__grid__items:hover .g-elem_43__container__grid__items__visual-img img {
	transform: scale(1.5)
}
.g-elem_43 .slider-counter {
	display: none
}
.g-elem_43 .owl-dots, .g-elem_43 .owl-nav, .g-elem_43 .slider-counter {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	width: 100%;
	top: 58px;
	padding: 0 15px
}
.g-elem_43 .owl-dots span, .g-elem_43 .owl-nav span, .g-elem_43 .slider-counter span {
	color: var(--white)
}
.g-elem_43 .owl-dots span.slider-counter__divider, .g-elem_43 .owl-dots span.slider-counter__totalCount, .g-elem_43 .owl-nav span.slider-counter__divider, .g-elem_43 .owl-nav span.slider-counter__totalCount, .g-elem_43 .slider-counter span.slider-counter__divider, .g-elem_43 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_43 .owl-dots span.slider-counter__divider, .g-elem_43 .owl-nav span.slider-counter__divider, .g-elem_43 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
.g-elem_43 .owl-dots {
	top: auto;
	bottom: 30px
}
.g-elem_43 .owl-dots .owl-dot {
	width: 60px;
	height: 2px;
	margin: 0 2px;
	background: var(--white2)!important
}
.g-elem_43 .owl-dots .owl-dot.active {
	background: var(--white)!important
}
@media (min-width:576px) {
.g-elem_43-xs .owl-dots, .g-elem_43-xs .owl-nav, .g-elem_43-xs .slider-counter {
	max-width: 540px
}
.g-elem_43-xs .g-elem_43__container__grid__list {
	flex: 0 0 450px;
	max-width: 450px
}
.g-elem_43-xs .g-elem_43__container__grid__items__visual-img {
	height: 275px
}
.g-elem_43-xs .g-elem_43__container__grid__items__visual-heading {
	max-width: 420px;
	font-size: 1.875rem
}
.g-elem_43-xs .g-elem_43__container__grid__items__content {
	height: 100px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_43-xs .owl-nav, .g-elem_43-xs .slider-counter {
	max-width: 720px
}
.g-elem_43-xs .g-elem_43__container__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 2 - 9px);
	-moz-box-flex: 0 0 calc(100% / 2 - 9px);
	-webkit-flex: 0 0 calc(100% / 2 - 9px);
	-ms-flex: 0 0 calc(100% / 2 - 9px);
	flex: 0 0 calc(100% / 2 - 9px);
	max-width: -moz-calc(100% / 2 - 9px);
	max-width: -webkit-calc(100% / 2 - 9px);
	max-width: calc(100% / 2 - 9px);
	margin: 0 9px 20px
}
.g-elem_43-xs .g-elem_43__container__grid__list:first-child {
	margin-left: 0
}
.g-elem_43-xs .g-elem_43__container__grid__list:last-child {
	margin-right: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_43-xs .g-elem_43__item {
	padding: 45px 0 180px 0
}
.g-elem_43-xs .g-elem_43__container__header__heading {
	font-size: 3rem
}
.g-elem_43-xs .g-elem_43__container__header__content {
	font-size: 1.5rem;
	line-height: 42px;
	max-width: 650px
}
.g-elem_43-xs .g-elem_43__container__header__link {
	position: absolute;
	right: 15px;
	padding-top: 15px;
	margin-bottom: 0
}
.g-elem_43-xs .g-elem_43__container__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_43-xs .g-elem_43__container__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 2 - 9px);
	-moz-box-flex: 0 0 calc(100% / 2 - 9px);
	-webkit-flex: 0 0 calc(100% / 2 - 9px);
	-ms-flex: 0 0 calc(100% / 2 - 9px);
	flex: 0 0 calc(100% / 2 - 9px);
	max-width: -moz-calc(100% / 2 - 9px);
	max-width: -webkit-calc(100% / 2 - 9px);
	max-width: calc(100% / 2 - 9px);
	margin: 0 9px 20px
}
.g-elem_43-xs .g-elem_43__container__grid__list:first-child {
	margin-left: 0
}
.g-elem_43-xs .g-elem_43__container__grid__list:last-child {
	margin-right: 0
}
.g-elem_43-xs .owl-dots, .g-elem_43-xs .owl-nav, .g-elem_43-xs .slider-counter {
	max-width: 960px
}
.g-elem_43-xs .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	bottom: 81px
}
.g-elem_43-xs .owl-nav .owl-next, .g-elem_43-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_43-xs .owl-nav .owl-next span, .g-elem_43-xs .owl-nav .owl-prev span {
	display: none
}
.g-elem_43-xs .owl-nav .owl-next:before, .g-elem_43-xs .owl-nav .owl-prev:before {
	display: none
}
.g-elem_43-xs .owl-nav .owl-next:after, .g-elem_43-xs .owl-nav .owl-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_43-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_43-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_43-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_43-xs .owl-nav .owl-next {
	left: 2px
}
.g-elem_43-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_43-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_43-xs .slider-counter {
	top: auto;
	bottom: 110px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: -moz-calc(960px - 190px);
	width: -webkit-calc(960px - 190px);
	width: calc(960px - 190px);
	margin-left: 90px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_43-xs .g-elem_43__grid__items__visual-img {
	height: 330px
}
.g-elem_43-xs .owl-nav, .g-elem_43-xs .slider-counter {
	max-width: 1140px
}
.g-elem_43-xs .slider-counter {
	width: -moz-calc(1140px - 190px);
	width: -webkit-calc(1140px - 190px);
	width: calc(1140px - 190px)
}
}
.g-elem_44 {
	margin-bottom: 25px
}
.g-elem_44__items {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative
}
.g-elem_44__items__bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	padding-bottom: 50px
}
.g-elem_44__items__heading {
	color: var(--white);
	line-height: 45px;
	padding-top: 74px;
	margin-bottom: 25px
}
.g-elem_44__items__content {
	line-height: 42px;
	padding-top: 40px;
	color: var(--white)
}
.g-elem_44__items__content__info {
	border-top: 1px solid var(--white2);
	border-bottom: 1px solid var(--white2);
	padding: 22px 0
}
.g-elem_44__items__content__info .label-name {
	line-height: 42px;
	text-transform: uppercase;
	color: var(--white)
}
.g-elem_44__items__content__info .label-content {
	line-height: 42px;
	color: var(--white)
}
.g-elem_44__items__content__link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin: 50px 0 80px
}
.g-elem_44__items__content__link-text {
	text-transform: uppercase;
	color: var(--white);
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_44__items__content__link:hover .g-elem_44__container__header__link-text {
	color: var(--orange)
}
.g-elem_44 .slider-counter {
	display: none;
	top: auto;
	bottom: 158px;
	position: absolute;
	right: -moz-calc(50% - 572px);
	right: -webkit-calc(50% - 572px);
	right: calc(50% - 572px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1
}
.g-elem_44 .slider-counter span {
	color: var(--white)
}
.g-elem_44 .slider-counter span.slider-counter__divider, .g-elem_44 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_44 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
.g-elem_44 .owl-dots {
	top: auto;
	bottom: 30px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	width: 100%
}
.g-elem_44 .owl-dots .owl-dot {
	width: 60px;
	height: 2px;
	margin: 0 2px;
	background: var(--white2)!important
}
.g-elem_44 .owl-dots .owl-dot.active {
	background: var(--white)!important
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_44-xs .g-elem_44__items {
	height: 570px;
	padding-top: 46px
}
.g-elem_44-xs .g-elem_44__items__bg {
	height: 450px;
	padding-bottom: 0
}
.g-elem_44-xs .g-elem_44__items__image {
	margin-top: -200px;
	margin-right: 40px
}
.g-elem_44-xs .g-elem_44__items__image img {
	height: 560px
}
.g-elem_44-xs .g-elem_44__items__content {
	padding-top: 0
}
.g-elem_44-xs .g-elem_44__items__content__link {
	margin: 50px 0 0 0
}
.g-elem_44-xs .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	bottom: 130px;
	position: absolute;
	left: -moz-calc(50% + 95px);
	left: -webkit-calc(50% + 95px);
	left: calc(50% + 95px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.g-elem_44-xs .owl-nav .owl-next, .g-elem_44-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_44-xs .owl-nav .owl-next span, .g-elem_44-xs .owl-nav .owl-prev span {
	display: none
}
.g-elem_44-xs .owl-nav .owl-next:before, .g-elem_44-xs .owl-nav .owl-prev:before {
	display: none
}
.g-elem_44-xs .owl-nav .owl-next:after, .g-elem_44-xs .owl-nav .owl-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_44-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_44-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_44-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_44-xs .owl-nav .owl-next {
	left: 2px
}
.g-elem_44-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_44-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_44-xs .slider-counter {
	display: block;
	right: -moz-calc(50% - 720px / 2);
	right: -webkit-calc(50% - 720px / 2);
	right: calc(50% - 720px / 2)
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_44-xs .slider-counter {
	display: block;
	right: -moz-calc(50% - 960px / 2);
	right: -webkit-calc(50% - 960px / 2);
	right: calc(50% - 960px / 2)
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_44-xs .slider-counter {
	right: -moz-calc(50% - 1140px / 2);
	right: -webkit-calc(50% - 1140px / 2);
	right: calc(50% - 1140px / 2)
}
}
.g-elem_45 {
	position: relative
}
.g-elem_45__item {
	width: 100%;
	padding-top: 60px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	overflow: hidden
}
.g-elem_45__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-1.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_45__container {
	padding: 0 15px;
	max-width: 100%;
	margin: 0 auto
}
.g-elem_45__textwrap {
	width: 100%;
	padding: 0 32px;
	margin-bottom: 382px;
	padding-bottom: 54px;
	position: relative;
	z-index: 100
}
.g-elem_45__textwrap-title {
	color: var(--white);
	margin-bottom: 40px
}
.g-elem_45__textwrap-content p {
	line-height: 42px;
	color: var(--white)
}
.g-elem_45__textwrap-content p+p {
	margin-top: 20px
}
.g-elem_45__textwrap-content span {
	font-size: 1rem;
	letter-spacing: 4px;
	text-transform: uppercase
}
.g-elem_45__textwrap-content span a {
	color: var(--white)
}
.g-elem_45__slidertextnavwrap {
	position: absolute;
	bottom: 239px;
	width: 100%;
	z-index: 1
}
.g-elem_45__slidertextnav {
	width: 100%;
	position: relative
}
.g-elem_45__slidertextnav:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--white);
	top: 4px;
	content: ""
}
.g-elem_45__slidertextnav-item {
	width: auto;
	cursor: pointer
}
.g-elem_45__slidertextnav-item span {
	position: relative;
	display: inline-block;
	padding: 46px 20px 0 20px;
	color: var(--white);
	text-align: center
}
.g-elem_45__slidertextnav-item span:before {
	position: absolute;
	width: 100%;
	height: 9px;
	background-color: var(--orange2);
	content: "";
	top: 0;
	left: 0;
	display: none
}
.g-elem_45__slidertextnav .owl-item {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding: 0 43px
}
.g-elem_45__slidertextnav .owl-item.current .g-elem_45__slidertextnav-item span {
	color: var(--orange2)
}
.g-elem_45__slidertextnav .owl-item.current .g-elem_45__slidertextnav-item span:before {
	display: block
}
.g-elem_45 .owl-nav {
	position: absolute;
	bottom: 175px;
	width: 100%
}
.g-elem_45 .owl-nav .owl-next, .g-elem_45 .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_45 .owl-nav .owl-next:after, .g-elem_45 .owl-nav .owl-prev:after {
	content: "";
	width: 14px;
	height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_45 .owl-nav .owl-next span, .g-elem_45 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_45 .owl-nav .owl-next:focus:after, .g-elem_45 .owl-nav .owl-next:hover:after, .g-elem_45 .owl-nav .owl-prev:focus:after, .g-elem_45 .owl-nav .owl-prev:hover:after {
	width: 20px;
	height: 20px
}
.g-elem_45 .owl-nav .owl-prev {
	float: left;
	margin-left: 44px
}
.g-elem_45 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_45 .owl-nav .owl-next {
	float: right;
	margin-right: 44px
}
.g-elem_45 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_45__visitbt {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: absolute;
	bottom: 60px;
	width: calc(100% - 30px);
	z-index: 1
}
.g-elem_45 .js-programSlider .owl-stage {
	display: flex
}
.g-elem_45 .js-programSlider .owl-item {
	display: flex;
	flex: 1 0 auto
}
.g-elem_45--design2 .g-elem_45__textwrap {
	margin-bottom: 324px
}
.g-elem_45--design2 .g-elem_45__slidertextnavwrap {
	bottom: 184px
}
.g-elem_45--design2 .owl-nav {
	bottom: 56px
}
.g-elem_45--design3 .g-elem_45__textwrap {
	margin-bottom: 324px
}
.g-elem_45--design3 .g-elem_45__textwrap-title {
	margin-bottom: 340px
}
.g-elem_45--design3 .g-elem_45__slidertextnavwrap {
	bottom: 241px
}
.g-elem_45--design3 .owl-nav {
	bottom: 174px
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_45-xs .g-elem_45__container {
	max-width: 720px;
	padding: 0 15px
}
.g-elem_45-xs .g-elem_45__textwrap {
	padding: 0;
	margin-bottom: 308px
}
.g-elem_45-xs .g-elem_45__slidertextnavwrap {
	width: 690px;
	left: 50%;
	margin-left: -345px;
	bottom: 180px
}
.g-elem_45-xs .g-elem_45__slidertextnavwrap .owl-item {
	padding: 0;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.g-elem_45-xs .g-elem_45__slidertextnav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_45-xs .g-elem_45__slidertextnav-item span {
	padding: 46px 53px 0 0;
	text-align: left
}
.g-elem_45-xs .g-elem_45__visitbt {
	width: calc(690px - 160px);
	right: 50%;
	margin-right: -345px;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.g-elem_45-xs.g-elem_45--design2 .g-elem_45__textwrap {
	margin-bottom: 357px
}
.g-elem_45-xs.g-elem_45--design3 .g-elem_45__slidertextnavwrap {
	bottom: 205px
}
.g-elem_45-xs.g-elem_45--design3 .g-elem_45__textwrap {
	margin-bottom: 327px
}
.g-elem_45-xs.g-elem_45--design3 .g-elem_45__visitbt {
	bottom: 88px
}
.g-elem_45-xs.g-elem_45--design3 .owl-nav {
	bottom: 82px
}
.g-elem_45-xs .owl-nav {
	width: 690px;
	left: 50%;
	margin-left: -345px;
	z-index: 2;
	bottom: 49px
}
.g-elem_45-xs .owl-nav .owl-next, .g-elem_45-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px
}
.g-elem_45-xs .owl-nav .owl-next:after, .g-elem_45-xs .owl-nav .owl-prev:after {
	width: 30px;
	height: 30px
}
.g-elem_45-xs .owl-nav .owl-next:focus:after, .g-elem_45-xs .owl-nav .owl-next:hover:after, .g-elem_45-xs .owl-nav .owl-prev:focus:after, .g-elem_45-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px
}
.g-elem_45-xs .owl-nav .owl-prev {
	margin-left: 0;
	margin-right: 1px
}
.g-elem_45-xs .owl-nav .owl-next {
	float: left
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_45-xs .g-elem_45__item {
	padding-top: 85px
}
.g-elem_45-xs .g-elem_45__container {
	max-width: 960px
}
.g-elem_45-xs .g-elem_45__textwrap-title {
	font-size: 3rem;
	padding-right: 40%;
	line-height: 60px;
	margin-bottom: 30px
}
.g-elem_45-xs .g-elem_45__textwrap-content {
	padding-right: 20%
}
.g-elem_45-xs .g-elem_45__slidertextnavwrap {
	width: 930px;
	margin-left: -465px
}
.g-elem_45-xs .g-elem_45__slidertextnavwrap .owl-item {
	padding: 0;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.g-elem_45-xs .g-elem_45__visitbt {
	width: calc(960px - 160px);
	margin-right: -465px
}
.g-elem_45-xs.g-elem_45--design2 .g-elem_45__textwrap-content {
	padding-right: 38%
}
.g-elem_45-xs.g-elem_45--design3 .g-elem_45__textwrap-title {
	margin-bottom: 289px
}
.g-elem_45-xs.g-elem_45--design3 .g-elem_45__textwrap-content {
	padding-right: 65px
}
.g-elem_45-xs .owl-nav {
	width: 930px;
	margin-left: -465px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_45-xs .g-elem_45__container {
	max-width: 1140px
}
.g-elem_45-xs .g-elem_45__textwrap-title {
	padding-right: 50%
}
.g-elem_45-xs .g-elem_45__textwrap-content {
	padding-right: 30%
}
.g-elem_45-xs .g-elem_45__slidertextnavwrap {
	width: 1110px;
	margin-left: -555px
}
.g-elem_45-xs .g-elem_45__visitbt {
	width: calc(1140px - 160px);
	margin-right: -570px
}
.g-elem_45-xs .owl-nav {
	width: 1110px;
	margin-left: -555px
}
}
.g-elem_49 {
	padding-bottom: 56px
}
.g-elem_49__shortdetail {
	margin-top: 21px;
	margin-bottom: 29px;
	padding-top: 21px;
	padding-bottom: 16px;
	border-top: 1px var(--grey10) solid;
	border-bottom: 1px var(--grey10) solid
}
.g-elem_49__shortdetail--list {
	margin-top: 24px
}
.g-elem_49__shortdetail--list:first-child {
	margin: 0
}
.g-elem_49__shortdetail--list .label {
	color: var(--grey7);
	text-transform: uppercase;
	margin-bottom: 3px
}
.g-elem_49__shortdetail--list .value {
	color: var(--black2)
}
.g-elem_49__contentwrap--title {
	color: var(--grey7);
	margin-bottom: 20px
}
.g-elem_49__contentwrap--info p {
	line-height: 36px;
	color: var(--black4)
}
.g-elem_49__contentwrap--info p+p {
	margin-top: 20px
}
.g-elem_49__formsection {
	margin-top: 25px;
	padding-bottom: 108px
}
.g-elem_49__formsection .formstep {
	padding-top: 35px;
	padding-bottom: 27px;
	border-top: 1px var(--grey11) solid
}
.g-elem_49__formsection--title {
	color: var(--grey7);
	margin-bottom: 30px;
	text-transform: uppercase
}
.g-elem_49__formsection .fom-container.design2 .form-grider__container {
	margin-bottom: 20px
}
.g-elem_49__formsection--action {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 7px
}
.g-elem_49__formsection--action-link {
	position: relative;
	min-width: 100%;
	width: auto;
	padding: 27px 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: var(--grey12);
	margin-bottom: 22px
}
.g-elem_49__formsection--action-link .text {
	position: relative;
	text-transform: uppercase;
	color: var(--white);
	margin-right: 18px
}
.g-elem_49__formsection--action-link .icon {
	position: relative;
	width: 20px;
	height: 20px
}
.g-elem_49__formsection--action-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	background-color: var(--black);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.g-elem_49__formsection--action-link:focus:before, .g-elem_49__formsection--action-link:hover:before {
	width: 100%;
	opacity: 1
}
.g-elem_49__formsection--action .or {
	width: 93px;
	text-align: center;
	color: var(--black2);
	text-transform: uppercase;
	display: none
}
.g-elem_49__formsection .form-submit__wrapper .button-v1 {
	max-width: 412px;
	width: 100%;
	margin-top: 37px
}
.g-elem_49__formsection .addemployment {
	width: 100%;
	text-align: center;
	margin-top: 7px
}
.g-elem_49__formsection .addemployment a {
	color: var(--orange);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.g-elem_49__formsection .addemployment a:focus, .g-elem_49__formsection .addemployment a:hover {
	color: var(--black2)
}
@media (min-width:576px) {
.g-elem_49-xs .g-elem_49__formsection--action-link {
	min-width: 310px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_49-xs .g-elem_49__formsection {
	padding-bottom: 56px
}
.g-elem_49-xs .g-elem_49__formsection--action {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_49-xs .g-elem_49__formsection--action-link {
	min-width: 310px;
	margin-bottom: 0
}
.g-elem_49-xs .g-elem_49__formsection--action .or {
	display: block
}
.g-elem_49-xs .g-elem_49__formsection .form-submit__wrapper .button-v1 {
	margin-top: 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_49-xs {
	padding-bottom: 90px
}
.g-elem_49-xs .g-elem_49__shortdetail {
	margin-top: 47px;
	margin-bottom: 58px;
	padding-top: 41px;
	padding-bottom: 35px
}
.g-elem_49-xs .g-elem_49__shortdetail ul {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_49-xs .g-elem_49__shortdetail--list {
	margin-top: 0;
	margin-left: 119px
}
.g-elem_49-xs .g-elem_49__shortdetail--list:first-child {
	margin: 0
}
.g-elem_49-xs .g-elem_49__shortdetail--list .label {
	font-size: 1.5rem;
	margin-bottom: 0
}
.g-elem_49-xs .g-elem_49__shortdetail--list .value {
	font-size: 2.625rem
}
.g-elem_49-xs .g-elem_49__contentwrap--title {
	font-size: 1.5rem;
	margin-bottom: 28px
}
.g-elem_49-xs .g-elem_49__contentwrap--info p {
	font-size: 1.25rem
}
.g-elem_49-xs .g-elem_49__formsection {
	margin-top: 41px
}
.g-elem_49-xs .g-elem_49__formsection .formstep {
	padding-top: 67px;
	padding-bottom: 43px
}
.g-elem_49-xs .g-elem_49__formsection--title {
	font-size: 1.5rem;
	margin-bottom: 32px
}
.g-elem_49-xs .g-elem_49__formsection--action-link {
	min-width: 359px
}
.g-elem_49-xs .g-elem_49__formsection .addemployment {
	text-align: left;
	margin-top: 16px
}
}
.g-elem_50__contentwrap {
	padding-top: 38px
}
.g-elem_50__contentwrap-title {
	position: relative;
	border-bottom: 1px var(--black2) solid;
	margin-bottom: 0;
	padding-right: 36px;
	padding-bottom: 18px;
	cursor: pointer
}
.g-elem_50__contentwrap-title:after {
	content: '';
	background-image: url(../images/g/downIcon-b4.png);
	width: 32px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 18px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.g-elem_50__contentwrap-title.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.g-elem_50__contentwrap-textcontent {
	padding-top: 46px;
	transition: transform .3s ease-out;
	display: none
}
.g-elem_50__contentwrap-textcontent p {
	line-height: 36px;
	color: var(--black4);
	margin-bottom: 0
}
.g-elem_50__contentwrap-textcontent p+p {
	margin-top: 30px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_50-xs .g-elem_50__contentwrap-title {
	font-size: 2.625rem
}
.g-elem_50-xs .g-elem_50__contentwrap-textcontent p {
	font-size: 1.25rem
}
}
.g-elem_51 {
	padding-bottom: 56px
}
.g-elem_51__tabs {
	margin-top: 30px
}
.g-elem_51__tabs .global-navs.design6 .nav-item .nav-link {
	padding: 10px 16px;
	line-height: 1;
	color: var(--black)
}
.g-elem_51__tabs .global-navs.design6 .nav-item .nav-link.active {
	background-color: var(--black);
	color: var(--white)
}
.g-elem_51__tabs .global-navs.design6 .nav-item .nav-link.active:before {
	background-color: var(--orange)
}
.g-elem_51 .form-wrapper {
	margin-top: 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_51-xs {
	padding-bottom: 90px
}
.g-elem_51-xs .g-elem_51__tabs {
	margin-top: 0;
	position: absolute;
	top: -120px;
	right: 0
}
.g-elem_51-xs .form-wrapper {
	margin-top: 35px
}
}
.g-elem_52 {
	position: relative;
	overflow: hidden;
	padding: 30px 0 15px
}
.g-elem_52 .container {
	z-index: 5;
	position: relative
}
.g-elem_52__grid {
	padding: 0
}
.g-elem_52__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_52__grid__list {
	flex: 0 0 330px;
	max-width: 330px;
	margin: 0 10px;
	margin-bottom: 20px
}
.g-elem_52__grid__list:first-child {
	margin-left: 0
}
.g-elem_52__grid__list:last-child {
	margin-right: 0
}
.g-elem_52__grid__items__visual {
	position: relative
}
.g-elem_52__grid__items__visual-img {
	overflow: hidden;
	position: relative
}
.g-elem_52__grid__items__visual-img:after {
	content: '';
	background-color: rgba(var(--baseBlack), var(--alpha4));
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_52__grid__items__visual-img img {
	width: 100%;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_52__grid__items__visual-heading {
	position: absolute;
	top: 0;
	color: var(--white);
	padding: 25px 20px 0;
	z-index: 5
}
.g-elem_52__grid__items__visual-heading--designation, .g-elem_52__grid__items__visual-heading--label {
	color: var(--white)
}
.g-elem_52__grid__items__content {
	height: 60px;
	background-color: var(--white7);
	padding: 0 25px
}
.g-elem_52__grid__items__content-label {
	color: var(--grey8);
	text-transform: uppercase
}
.g-elem_52__grid__items__content-label span+span {
	border-left: 1px solid var(--grey8);
	margin-left: 8px;
	padding-left: 8px
}
.g-elem_52__grid__items__content-link-text {
	color: var(--black);
	text-transform: uppercase;
	margin-right: 10px
}
.g-elem_52__grid__items:hover .g-elem_52__grid__items__visual-img img {
	transform: scale(1.5)
}
@media (min-width:576px) {
.g-elem_52-xs .g-elem_52__grid__list {
	flex: 0 0 350px;
	max-width: 350px
}
.g-elem_52-xs .g-elem_52__grid__items__content {
	height: 100px;
	padding: 0 30px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_52-xs .g-elem_52__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_52-xs .g-elem_52__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 14px);
	-moz-box-flex: 0 0 calc(100% / 3 - 14px);
	-webkit-flex: 0 0 calc(100% / 3 - 14px);
	-ms-flex: 0 0 calc(100% / 3 - 14px);
	flex: 0 0 calc(100% / 3 - 14px);
	max-width: -moz-calc(100% / 3 - 14px);
	max-width: -webkit-calc(100% / 3 - 14px);
	max-width: calc(100% / 3 - 14px);
	margin: 0 10px 20px
}
.g-elem_52-xs .g-elem_52__grid__list:first-child {
	margin-left: 0
}
.g-elem_52-xs .g-elem_52__grid__list:last-child {
	margin-right: 0
}
}
.g-elem_53 {
	padding: 33px 0 72px 0
}
.g-elem_53 .g-respScroll-Container__scrolling.multiple-layerScrolling {
	-webkit-align-items: normal;
	-moz-align-items: normal;
	-ms-align-items: normal;
	align-items: normal
}
.g-elem_53 .form-wrapper {
	margin-bottom: 70px
}
.g-elem_53__grid ul {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.g-elem_53__grid__list {
	flex: 0 0 277px;
	max-width: 277px;
	margin: 0 17px;
	margin-bottom: 45px
}
.g-elem_53__grid__list:first-child {
	margin-left: 0
}
.g-elem_53__grid__list:last-child {
	margin-right: 0
}
.g-elem_53__grid__items {
	display: block;
	-webkit-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: .3s all cubic-bezier(.4, 0, .2, 1)
}
.g-elem_53__grid__items .information-container__image {
	overflow: hidden;
	height: 214px
}
.g-elem_53__grid__items .information-container__image img {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.g-elem_53__grid__items:hover {
	-webkit-box-shadow: 0 0 19px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 19px 0 rgba(0,0,0,.16);
	box-shadow: 0 0 19px 0 rgba(0,0,0,.16)
}
.g-elem_53__grid__items:hover .information-container__image img {
	transform: scale(1.2)
}
.g-elem_53 .information-container__image {
	width: 100%
}
.g-elem_53 .information-container__content {
	background-color: var(--black2);
	padding: 24px 18px;
	padding-bottom: 28pxs;
	width: 100%;
	position: relative
}
.g-elem_53 .information-container__content:after {
	content: '';
	background-image: url(../images/g/images-icon.png);
	width: 33px;
	height: 33px;
	top: 26px;
	right: 18px;
	position: absolute;
	display: block
}
.g-elem_53 .information-container__content__heading {
	color: var(--white);
	padding-top: 5px;
	margin-bottom: 0
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_53-xs .g-elem_53__container__heading {
	line-height: 66px;
	font-size: 3.75rem;
	margin-bottom: 66px
}
.g-elem_53-xs .g-elem_53 .information-container__content__heading {
	font-size: 1.375rem
}
.g-elem_53-xs .g-elem_53 .information-container__content__designation {
font-size:.875rem
}
.g-elem_53-xs .g-elem_53__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_53-xs .g-elem_53__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 20px);
	-moz-box-flex: 0 0 calc(100% / 3 - 20px);
	-webkit-flex: 0 0 calc(100% / 3 - 20px);
	-ms-flex: 0 0 calc(100% / 3 - 20px);
	flex: 0 0 calc(100% / 3 - 20px);
	max-width: -moz-calc(100% / 3 - 20px);
	max-width: -webkit-calc(100% / 3 - 20px);
	max-width: calc(100% / 3 - 20px);
	margin: 0 15px 25px
}
.g-elem_53-xs .g-elem_53__grid__list:first-child {
	margin-left: 0
}
.g-elem_53-xs .g-elem_53__grid__list:last-child {
	margin-right: 0
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_53-xs {
	padding-bottom: 0
}
.g-elem_53-xs .g-elem_53__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_53-xs .g-elem_53__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 54px);
	-moz-box-flex: 0 0 calc(100% / 3 - 54px);
	-webkit-flex: 0 0 calc(100% / 3 - 54px);
	-ms-flex: 0 0 calc(100% / 3 - 54px);
	flex: 0 0 calc(100% / 3 - 54px);
	max-width: -moz-calc(100% / 3 - 54px);
	max-width: -webkit-calc(100% / 3 - 54px);
	max-width: calc(100% / 3 - 54px);
	margin: 0 40px 56px
}
.g-elem_53-xs .g-elem_53__grid__list:first-child {
	margin-left: 0
}
.g-elem_53-xs .g-elem_53__grid__list:last-child {
	margin-right: 0
}
.g-elem_53-xs .g-elem_53__grid__items .information-container__image {
	height: 244px
}
.g-elem_53-xs .global-navs--pagination {
	padding-top: 130px;
	padding-bottom: 34px
}
}
.g-elem_54 .global-navs.design10 {
	margin-top: 15px
}
.g-elem_55 {
	position: relative;
	margin-bottom: 8px;
	border-top: 1px solid var(--white)
}
.g-elem_55__section {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center
}
.g-elem_55__tabwrap {
	max-width: 1140px;
	margin: auto;
	background: var(--black);
	padding: 34px 0 14px 0
}
.g-elem_55__tabwrap .global-navs.design6 {
	margin-left: 25px
}
.g-elem_55__tabwrap .global-navs.design6 .nav-item .nav-link {
	padding: 7px 14px
}
.g-elem_55__tabtextwrap {
	padding: 44px 25px 58px 25px
}
.g-elem_55__tabtextwrap-imageswrap {
	position: relative;
	max-width: 299px
}
.g-elem_55__tabtextwrap-imageswrap img {
	width: 100%;
	height: auto
}
.g-elem_55__tabtextwrap-title {
	color: var(--white);
	margin-top: 43px;
	margin-bottom: 34px
}
.g-elem_55__tabtextwrap-content {
	padding-bottom: 34px
}
.g-elem_55__tabtextwrap-content p {
	color: var(--white);
	line-height: 42px
}
.g-elem_55__tabtextwrap-content p+p {
	margin-top: 15px
}
.g-elem_55__tabtextwrap-linktext {
	display: block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_55__tabtextwrap-linktext_text {
	color: var(--white);
	text-transform: uppercase
}
.g-elem_55__tabtextwrap-linktext_icon {
	width: 52px;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_55__tabtextwrap-linktext:hover .g-elem_55__tabtextwrap-linktext_icon {
	margin-left: 25px
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_55-xs .g-elem_55__tabwrap {
	background: 0 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_55-xs .g-elem_55__tabwrap {
	padding: 42px 0 0 0
}
.g-elem_55-xs .g-elem_55__tabwrap .global-navs.design6 {
	margin-left: 0
}
.g-elem_55-xs .g-elem_55__tabtextwrap {
	padding: 0 0 85px 0;
	margin-top: 75px
}
.g-elem_55-xs .g-elem_55__tabtextwrap-imageswrap {
	max-width: 100%;
	width: 100%;
	right: 0;
	box-shadow: 0 2.8px 2.2px rgba(0,0,0,.034), 0 6.7px 5.3px rgba(0,0,0,.048), 0 12.5px 10px rgba(0,0,0,.06), 0 22.3px 17.9px rgba(0,0,0,.072), 0 41.8px 33.4px rgba(0,0,0,.086), 0 100px 80px rgba(0,0,0,.12);
	position: absolute
}
.g-elem_55-xs .g-elem_55__tabtextwrap-title {
	font-size: 3rem;
	margin-top: 0;
	margin-bottom: 43px;
	padding-right: 47px
}
.g-elem_55-xs .g-elem_55__tabtextwrap-content {
	padding-bottom: 27px;
	padding-right: 47px
}
.g-elem_55-xs .g-elem_55__tabtextwrap-content p {
	font-size: 1.5rem;
	line-height: 42px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_55-xs {
	padding-bottom: 136px
}
}
.g-elem_56 {
	padding: 65px 0 170px 0
}
.g-elem_56__contentwrap-title {
	color: var(--black2);
	max-width: 90%
}
.g-elem_56__contentwrap-linkwrap {
	position: relative;
	max-width: 320px;
	margin-top: 45px
}
.g-elem_56__contentwrap-linkwrap_text {
	text-transform: uppercase;
	color: var(--black2);
	padding-right: 70px
}
.g-elem_56__contentwrap-linkwrap_icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_56-xs {
	padding: 83px 0 81px 0
}
.g-elem_56-xs .g-elem_56__contentwrap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_56-xs .g-elem_56__contentwrap-title {
	font-size: 3.75rem;
	max-width: 100%
}
.g-elem_56-xs .g-elem_56__contentwrap-linkwrap {
	max-width: 370px;
	float: right;
	margin-top: 0
}
.g-elem_56-xs .g-elem_56__contentwrap-linkwrap_text {
	font-size: 1.5rem
}
}
.g-elem_57 {
	padding: 32px 0 15px 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center
}
.g-elem_57 .global-navs li {
	margin-left: 11px
}
.g-elem_57 .global-navs li:first-child {
	margin-left: 0
}
.g-elem_57 .global-navs.design6 .nav-item .nav-link {
	padding: 7px 12px
}
.g-elem_57__head {
	color: var(--white);
	margin-top: 45px;
	margin-bottom: 45px;
	text-align: center
}
.g-elem_57__imageswrap {
	max-width: 299px;
	margin: 0 auto 58px auto
}
.g-elem_57__grid {
	counter-reset: li
}
.g-elem_57__list {
	counter-increment: item;
	position: relative;
	padding-top: 30px;
	line-height: 30px;
	margin-bottom: 55px;
	color: var(--white);
	max-width: 210px;
	min-width: 210px;
	-webkit-box-flex: 0 0 calc(100%);
	-moz-box-flex: 0 0 calc(100%);
	-webkit-flex: 0 0 calc(100%);
	-ms-flex: 0 0 calc(100%);
	flex: 0 0 calc(100%)
}
.g-elem_57__list:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	color: var(--white);
	line-height: 24px
}
.g-elem_57__list:after {
	content: "";
	position: absolute;
	left: 38px;
	top: 12px;
	width: calc(100% - 38px);
	height: 1px;
	background-color: var(--white)
}
.g-elem_57__list:first-child, .g-elem_57__list:nth-child(2n+1) {
	margin-left: 0
}
@media (min-width:576px) {
.g-elem_57-xs .g-elem_57__grid {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
.g-elem_57-xs .g-elem_57__list {
	-webkit-box-flex: 0 0 calc(100% / 2 - 30px);
	-moz-box-flex: 0 0 calc(100% / 2 - 30px);
	-webkit-flex: 0 0 calc(100% / 2 - 30px);
	-ms-flex: 0 0 calc(100% / 2 - 30px);
	flex: 0 0 calc(100% / 2 - 30px);
	margin: 0 15px 55px 15px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_57-xs .g-elem_57__grid {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start
}
.g-elem_57-xs .g-elem_57__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 30px);
	-moz-box-flex: 0 0 calc(100% / 3 - 30px);
	-webkit-flex: 0 0 calc(100% / 3 - 30px);
	-ms-flex: 0 0 calc(100% / 3 - 30px);
	flex: 0 0 calc(100% / 3 - 30px);
	margin: 0 10px 55px 10px
}
.g-elem_57-xs .g-elem_57__head {
	text-align: left
}
.g-elem_57-xs .g-elem_57__imageswrap {
	margin: 0 0 58px 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_57-xs {
	padding-top: 42px;
	padding-bottom: 22px
}
.g-elem_57-xs .tab-content {
	margin-top: 20px
}
.g-elem_57-xs .g-elem_57__head {
	padding-left: 34px
}
.g-elem_57-xs .g-elem_57__imageswrap {
	max-width: 100%;
	margin-bottom: 56px;
	margin-top: -80px
}
.g-elem_57-xs .g-elem_57__grid {
	padding-left: 34px;
	padding-right: 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_57-xs .g-elem_57__list {
	-webkit-box-flex: 0 0 calc(100% / 2 - 95px);
	-moz-box-flex: 0 0 calc(100% / 2 - 95px);
	-webkit-flex: 0 0 calc(100% / 2 - 95px);
	-ms-flex: 0 0 calc(100% / 2 - 95px);
	flex: 0 0 calc(100% / 2 - 95px);
	font-size: 1.875rem;
	margin: 0 0 55px 0
}
}
@media (min-width:576px) and (min-width:1171px) {
.g-elem_57-xs .g-elem_57__grid {
	padding-left: 34px;
	padding-right: 65px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_57-xs .g-elem_57__list {
	margin: 0 0 55px 0
}
}
.g-elem_58 {
	border-top: 1px solid var(--white);
	overflow: hidden
}
.g-elem_58__item {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	overflow: hidden;
	min-height: 619px
}
.g-elem_58__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-1.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_58__contentwrap {
	padding: 56px 15px 0 15px;
	position: relative;
	z-index: 11
}
.g-elem_58__contentwrap-title {
	color: var(--white);
	line-height: 48px;
	margin-bottom: 32px
}
.g-elem_58__contentwrap-discription {
	padding-bottom: 24px
}
.g-elem_58__contentwrap-discription p {
	color: var(--white);
	line-height: 36px
}
.g-elem_58__contentwrap-link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_58__contentwrap-link_text {
	text-transform: uppercase;
	color: var(--white);
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_58__contentwrap-link_text:hover {
	color: var(--orange)
}
.g-elem_58__contentwrap-link_icon {
	margin-top: -3px
}
.g-elem_58 .owl-dots, .g-elem_58 .owl-nav {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute
}
.g-elem_58 .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	bottom: 51px
}
.g-elem_58 .owl-nav .owl-next, .g-elem_58 .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_58 .owl-nav .owl-next span, .g-elem_58 .owl-nav .owl-prev span {
	display: none
}
.g-elem_58 .owl-nav .owl-next:before, .g-elem_58 .owl-nav .owl-prev:before {
	display: none
}
.g-elem_58 .owl-nav .owl-next:after, .g-elem_58 .owl-nav .owl-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_58 .owl-nav .owl-prev {
	left: 0
}
.g-elem_58 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_58 .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_58 .owl-nav .owl-next {
	left: 2px
}
.g-elem_58 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_58 .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_58 .slider-counter {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	width: 100%;
	bottom: 69px;
	display: none;
	text-align: right;
	padding: 0 15px
}
.g-elem_58 .slider-counter span {
	color: var(--white)
}
.g-elem_58 .slider-counter span.slider-counter__divider, .g-elem_58 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_58 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
@media (min-width:576px) {
.g-elem_58-xs .owl-nav {
	width: 540px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.g-elem_58-xs .slider-counter {
	display: block;
	width: calc(540px - 190px);
	margin-left: 80px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_58-xs .owl-nav {
	width: 720px;
	padding-left: 15px;
	padding-right: 15px
}
.g-elem_58-xs .slider-counter {
	width: calc(720px - 190px);
	padding: 0 0
}
.g-elem_58-xs .g-elem_58__contentwrap {
	padding: 56px 0 0 0
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_58-xs .owl-nav {
	width: 960px;
	bottom: 29px
}
.g-elem_58-xs .slider-counter {
	width: calc(960px - 190px);
	bottom: 29px
}
.g-elem_58-xs .slider-counter span {
	font-size: 1.5rem
}
.g-elem_58-xs .g-elem_58__contentwrap {
	padding-top: 92px
}
.g-elem_58-xs .g-elem_58__contentwrap-title {
	font-size: 3rem;
	margin-bottom: 47px
}
.g-elem_58-xs .g-elem_58__contentwrap-discription {
	padding-bottom: 62px
}
.g-elem_58-xs .g-elem_58__contentwrap-discription p {
	font-size: 1.5rem;
	line-height: 42px
}
.g-elem_58-xs .g-elem_58__contentwrap-link_text {
	font-size: 1.5rem
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_58-xs .owl-nav {
	width: 1140px
}
.g-elem_58-xs .slider-counter {
	width: calc(1140px - 190px)
}
}
.g-elem_59 {
	margin-top: 25px;
	padding-bottom: 60px
}
.g-elem_59 .head-container {
	position: relative
}
.g-elem_59__heading {
	margin-bottom: 35px;
	padding-left: 15px
}
.g-elem_59__heading-title {
	color: var(--black2);
	margin-bottom: 16px
}
.g-elem_59__heading-link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_59__heading-link_text {
	text-transform: uppercase;
	color: var(--black2);
	margin-right: 17px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_59__heading-link_text:hover {
	color: var(--orange)
}
.g-elem_59 .owl-carousel .owl-stage {
	display: flex
}
.g-elem_59__item {
	height: 100%
}
.g-elem_59__item-bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	padding-bottom: 145px;
	height: 100%
}
.g-elem_59__contentwrap {
	padding: 38px 15px 39px 15px
}
.g-elem_59__contentwrap-title {
	color: var(--white);
	line-height: 48px;
	margin-bottom: 15px
}
.g-elem_59__contentwrap-subtitle {
	color: var(--white);
	margin-bottom: 13px;
	text-transform: uppercase
}
.g-elem_59__contentwrap-text {
	color: var(--white);
	margin-bottom: 56px;
	text-transform: uppercase
}
.g-elem_59__imgwrap {
	max-width: calc(100% - 30px);
	margin-left: 15px
}
.g-elem_59 .owl-dots {
	display: none!important
}
.g-elem_59 .owl-nav {
	position: absolute;
	bottom: 65px;
	max-width: 100%;
	padding-left: 15px;
	display: block!important
}
.g-elem_59 .owl-nav .owl-next, .g-elem_59 .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_59 .owl-nav .owl-next:after, .g-elem_59 .owl-nav .owl-prev:after {
	content: "";
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_59 .owl-nav .owl-next span, .g-elem_59 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_59 .owl-nav .owl-next:focus:after, .g-elem_59 .owl-nav .owl-next:hover:after, .g-elem_59 .owl-nav .owl-prev:focus:after, .g-elem_59 .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px
}
.g-elem_59 .owl-nav .owl-prev {
	float: left
}
.g-elem_59 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_59 .owl-nav .owl-next {
	float: left;
	margin-left: 1px
}
.g-elem_59 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_59--right .g-elem_59__contentwrap-title {
	line-height: 45px;
	margin-bottom: 40px
}
.g-elem_59--right .g-elem_59__contentwrap-text span {
	display: block;
	margin-bottom: 10px
}
@media (min-width:576px) {
.g-elem_59-xs .owl-nav {
	width: 540px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.g-elem_59-xs .g-elem_59__imgwrap {
	max-width: 317px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_59-xs .owl-nav {
	width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_59-xs {
	margin-top: 0;
	padding-bottom: 54px
}
.g-elem_59-xs .head-container {
	position: absolute;
	max-width: 960px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 999
}
.g-elem_59-xs .owl-nav {
	bottom: 86px;
	max-width: 161px;
	float: right;
	padding-left: 0;
	left: 49.8%
}
.g-elem_59-xs .g-elem_59__heading {
	margin-bottom: 0;
	padding-left: 15px
}
.g-elem_59-xs .g-elem_59__heading-title {
	font-size: 3.625rem
}
.g-elem_59-xs .g-elem_59__item {
	padding-top: 147px;
	padding-bottom: 86px
}
.g-elem_59-xs .g-elem_59__item-bg {
	min-height: 454px;
	padding-bottom: 52px
}
.g-elem_59-xs .g-elem_59__imgwrap {
	max-width: calc(100% - 15px);
	-webkit-box-shadow: 1px 1px 24px 7px rgba(0,0,0,.24);
	box-shadow: 1px 1px 24px 7px rgba(0,0,0,.24);
	position: absolute;
	margin-top: -57px;
	margin-left: 0;
	margin-right: 15px
}
.g-elem_59-xs .g-elem_59__contentwrap {
	padding: 57px 15px 0 15px
}
.g-elem_59-xs .g-elem_59__contentwrap-title {
	font-size: 3rem;
	line-height: 54px;
	margin-bottom: 30px
}
.g-elem_59-xs .g-elem_59__contentwrap-subtitle {
	font-size: 2.25rem;
	margin-bottom: 15px
}
.g-elem_59-xs .g-elem_59__contentwrap-text {
	font-size: 1.5rem
}
.g-elem_59-xs .g-elem_59__contentwrap-text span {
	display: inline
}
.g-elem_59-xs.g-elem_59--right .g-elem_59__heading {
	padding-left: 0;
	padding-right: 15px
}
.g-elem_59-xs.g-elem_59--right .g-elem_59__contentwrap {
	padding: 57px 0 0 0
}
.g-elem_59-xs.g-elem_59--right .g-elem_59__contentwrap-title {
	font-size: 2.25rem;
	line-height: 45px
}
.g-elem_59-xs.g-elem_59--right .g-elem_59__imgwrap {
	margin-right: 0;
	margin-left: 15px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_59-xs .head-container {
	max-width: 1140px
}
.g-elem_59-xs .owl-nav {
	left: 50%;
	margin-left: 12px
}
.g-elem_59-xs .g-elem_59__heading-title {
	font-size: 3.75rem
}
.g-elem_59-xs.g-elem_59--right .owl-nav {
	left: 50%;
	margin-left: -16px
}
}
.g-elem_60 {
	margin-top: 46px
}
.g-elem_60__grid__list {
	position: relative;
	margin: 0 20px 45px 20px
}
.g-elem_60__grid__list:nth-child(-n+3) {
	padding-top: 0!important
}
.g-elem_60__grid__items__image {
	overflow: hidden;
	margin-bottom: 35px
}
.g-elem_60__grid__items__image img {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_60__grid__items__meta-item {
	color: var(--black);
	margin-bottom: 10px
}
.g-elem_60__grid__items__title {
	color: var(--black);
	margin-bottom: 15 px;
	line-height: 1.4
}
.g-elem_60__grid__items__description {
	color: var(--black);
	margin-bottom: 30px;
	line-height: 1.4
}
.g-elem_60__grid__items__action-value {
	color: var(--black);
	margin-left: 10px;
	text-transform: uppercase!important;
	text-decoration: underline;
	letter-spacing: 1.8px
}
@media (min-width:576px) {
.g-elem_60-xs .g-elem_60__grid__list {
	position: relative;
	-webkit-box-flex: 0 0 calc(100% / 2 - 40px);
	-moz-box-flex: 0 0 calc(100% / 2 - 40px);
	-webkit-flex: 0 0 calc(100% / 2 - 40px);
	-ms-flex: 0 0 calc(100% / 2 - 40px);
	flex: 0 0 calc(100% / 2 - 40px);
	max-width: -moz-calc(100% / 2 - 40px);
	max-width: -webkit-calc(100% / 2 - 40px);
	max-width: calc(100% / 2 - 40px);
	padding-bottom: 80px;
	margin: 0 20px 0 20px
}
.g-elem_60-xs .g-elem_60__grid__items__action {
	bottom: 50px;
	position: absolute
}
.g-elem_60-xs.g-elem_60--design2 .g-elem_60__grid__list {
	margin: 0 20px 75px 20px
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid ul:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: var(--white)
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 2);
	-moz-box-flex: 0 0 calc(100% / 2);
	-webkit-flex: 0 0 calc(100% / 2);
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	max-width: -moz-calc(100% / 2);
	max-width: -webkit-calc(100% / 2);
	max-width: calc(100% / 2);
	margin: 0;
	padding: 40px 0 80px;
	border: 1px solid #ccc;
	margin-top: -1px;
	margin-left: -1px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:first-child, .g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(2) {
	border-top: none
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(odd) {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(even) {
	border-right: none
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list__container {
	max-width: 200px;
	position: relative
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__items__action {
	left: 0;
	bottom: -40px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_60-xs .g-elem_60__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -43px;
	margin-right: -43px
}
.g-elem_60-xs .g-elem_60__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 86px);
	-moz-box-flex: 0 0 calc(100% / 3 - 86px);
	-webkit-flex: 0 0 calc(100% / 3 - 86px);
	-ms-flex: 0 0 calc(100% / 3 - 86px);
	flex: 0 0 calc(100% / 3 - 86px);
	max-width: -moz-calc(100% / 3 - 86px);
	max-width: -webkit-calc(100% / 3 - 86px);
	max-width: calc(100% / 3 - 86px);
	margin: 0 43px 100px;
	padding-bottom: 0
}
.g-elem_60-xs .g-elem_60__grid__items__action {
	bottom: -30px;
	position: absolute
}
.g-elem_60-xs .g-elem_60--design2 .g-elem_60__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -75px;
	margin-right: -75px
}
.g-elem_60-xs .g-elem_60--design2 .g-elem_60__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 150px);
	-moz-box-flex: 0 0 calc(100% / 3 - 150px);
	-webkit-flex: 0 0 calc(100% / 3 - 150px);
	-ms-flex: 0 0 calc(100% / 3 - 150px);
	flex: 0 0 calc(100% / 3 - 150px);
	max-width: -moz-calc(100% / 3 - 150px);
	max-width: -webkit-calc(100% / 3 - 150px);
	max-width: calc(100% / 3 - 150px);
	margin: 0 75px;
	padding: 40px 0 0 0!important
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid ul:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: var(--white)
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list {
	-webkit-box-flex: 0 0 calc(100% / 3 - 0px);
	-moz-box-flex: 0 0 calc(100% / 3 - 0px);
	-webkit-flex: 0 0 calc(100% / 3 - 0px);
	-ms-flex: 0 0 calc(100% / 3 - 0px);
	flex: 0 0 calc(100% / 3 - 0px);
	max-width: -moz-calc(100% / 3 - 0px);
	max-width: -webkit-calc(100% / 3 - 0px);
	max-width: calc(100% / 3 - 0px);
	margin: 0;
	padding: 40px 0 80px;
	border: 1px solid #ccc!important;
	margin-top: -1px;
	margin-left: -1px!important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center!important;
	-moz-justify-content: center!important;
	-ms-justify-content: center!important;
	justify-content: center!important;
	-ms-flex-pack: center!important
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:first-child, .g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(2), .g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(3) {
	border-top: none!important
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:first-child, .g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(3n+1) {
	border-left: none!important;
	padding-left: 0;
	margin-left: 0!important;
	-webkit-justify-content: flex-start!important;
	-moz-justify-content: flex-start!important;
	-ms-justify-content: flex-start!important;
	justify-content: flex-start!important;
	-ms-flex-pack: flex-start!important
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list:nth-child(3n) {
	border-right: none!important;
	padding-right: 0;
	-webkit-justify-content: flex-end!important;
	-moz-justify-content: flex-end!important;
	-ms-justify-content: flex-end!important;
	justify-content: flex-end!important;
	-ms-flex-pack: flex-end!important
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__list__container {
	max-width: 270px;
	position: relative
}
.g-elem_60-xs.g-elem_60--design2.withBorder .g-elem_60__grid__items__action {
	left: 0;
	bottom: -40px
}
}
.g-elem_61 {
	padding: 63px 0 0 0
}
.g-elem_61__heading {
	line-height: 60px
}
.g-elem_61 .owl-carousel .owl-stage {
	display: flex
}
.g-elem_61 .owl-dots {
	display: none!important
}
.g-elem_61__item {
	height: 100%;
	padding-top: 54px;
	padding-bottom: 188px
}
.g-elem_61__post {
	padding-bottom: 59px
}
.g-elem_61__post-meta {
	color: var(--grey13);
	margin-bottom: 11px;
	text-transform: uppercase
}
.g-elem_61__post-title {
	line-height: 42px;
	margin-bottom: 27px
}
.g-elem_61__post-link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_61__post-link_text {
	text-transform: uppercase;
	color: var(--black2);
	margin-right: 17px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_61__post-link_text:hover {
	color: var(--orange)
}
.g-elem_61__imgwrap {
	width: 100%;
	-webkit-box-shadow: 6px 6px 20px -2px #999;
	-moz-box-shadow: 6px 6px 20px -2px #999;
	-ms-box-shadow: 6px 6px 20px -2px #999;
	box-shadow: 6px 6px 20px -2px #999
}
.g-elem_61 .owl-nav {
	position: absolute;
	bottom: 106px;
	max-width: 100%;
	padding-left: 15px;
	display: block!important
}
.g-elem_61 .owl-nav .owl-next, .g-elem_61 .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--black2)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_61 .owl-nav .owl-next:after, .g-elem_61 .owl-nav .owl-prev:after {
	content: "";
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_61 .owl-nav .owl-next span, .g-elem_61 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_61 .owl-nav .owl-next:focus:after, .g-elem_61 .owl-nav .owl-next:hover:after, .g-elem_61 .owl-nav .owl-prev:focus:after, .g-elem_61 .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px
}
.g-elem_61 .owl-nav .owl-prev {
	float: left
}
.g-elem_61 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left.svg)
}
.g-elem_61 .owl-nav .owl-next {
	float: left;
	margin-left: 1px
}
.g-elem_61 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right.svg)
}
@media (min-width:576px) {
.g-elem_61-xs .owl-nav {
	width: 540px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_61-xs .owl-nav {
	width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_61-xs {
	padding: 73px 0 0 0
}
.g-elem_61-xs .owl-nav {
	width: 960px;
	bottom: 100px
}
.g-elem_61-xs .g-elem_61__item {
	padding-bottom: 100px
}
.g-elem_61-xs .g-elem_61__heading {
	font-size: 3.75rem
}
.g-elem_61-xs .g-elem_61__imgwrap {
	-webkit-box-shadow: 10px 10px 59px -6px #999;
	-moz-box-shadow: 10px 10px 59px -6px #999;
	-ms-box-shadow: 10px 10px 59px -6px #999;
	box-shadow: 10px 10px 59px -6px #999
}
.g-elem_61-xs .g-elem_61__post-meta {
	margin-bottom: 0
}
.g-elem_61-xs .g-elem_61__post-title {
	font-size: 2.25rem;
	line-height: 54px;
	margin-bottom: 70px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_61-xs .owl-nav {
	width: 1140px
}
}
.g-elem_62 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	overflow: hidden;
	padding: 48px 0 40px 0
}
.g-elem_62:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-1.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_62 .container {
	z-index: 11;
	position: relative
}
.g-elem_62__contentwrap {
	padding-bottom: 72px
}
.g-elem_62__contentwrap-title {
	font-size: 3.4375rem;
	color: var(--white);
	margin-bottom: 28px
}
.g-elem_62__contentwrap-discription {
	padding-bottom: 33px
}
.g-elem_62__contentwrap-discription p {
	color: var(--white);
	line-height: 36px
}
.g-elem_62__contentwrap-discription+p {
	margin-top: 30px
}
.g-elem_62__contentwrap-link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_62__contentwrap-link_text {
	text-transform: uppercase;
	color: var(--white);
	margin-right: 17px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_62__contentwrap-link_text:hover {
	color: var(--orange)
}
.g-elem_62__financiallist .stockInfo {
	-webkit-box-flex: 0 0 calc(100% / 1 - 0px);
	-moz-box-flex: 0 0 calc(100% / 1 - 0px);
	-webkit-flex: 0 0 calc(100% / 1 - 0px);
	-ms-flex: 0 0 calc(100% / 1 - 0px);
	flex: 0 0 calc(100% / 1 - 0px);
	margin-bottom: 49px
}
.g-elem_62__financiallist-netchange {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat!important;
	background-position: top center!important;
	color: var(--white);
	text-align: center;
	padding-top: 12px;
	margin-bottom: 7px
}
.g-elem_62__financiallist-netchange.up {
	background: var(--green2);
	background-image: url(../images/g/netupicon.png)
}
.g-elem_62__financiallist-netchange.down {
	background: var(--red2);
	background-image: url(../images/g/netdownicon.png)
}
.g-elem_62__financiallist-value {
	font-size: 3.375rem;
	line-height: 54px;
	color: var(--white);
	margin-bottom: 7px
}
.g-elem_62__financiallist-value sub {
	font-size: 1.25rem;
	display: inline-block;
	margin-left: -10px
}
.g-elem_62__financiallist-text {
	color: var(--white)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_62-xs {
	padding: 81px 0 87px 0
}
.g-elem_62-xs .g-elem_62__contentwrap {
	padding-bottom: 0
}
.g-elem_62-xs .g-elem_62__contentwrap-title {
	margin-bottom: 44px
}
.g-elem_62-xs .g-elem_62__contentwrap-discription {
	padding-bottom: 39px
}
.g-elem_62-xs .g-elem_62__contentwrap-discription p {
	font-size: 1.5rem;
	line-height: 36px
}
.g-elem_62-xs .g-elem_62__financiallist {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_62-xs .g-elem_62__financiallist .stockInfo {
	-webkit-box-flex: 0 0 calc(100% / 2 - 15px);
	-moz-box-flex: 0 0 calc(100% / 2 - 15px);
	-webkit-flex: 0 0 calc(100% / 2 - 15px);
	-ms-flex: 0 0 calc(100% / 2 - 15px);
	flex: 0 0 calc(100% / 2 - 15px);
	margin-left: 7px;
	margin-bottom: 69px
}
}
.g-elem_65 {
	padding: 65px 0 78px 0
}
.g-elem_65 figure {
	text-align: center
}
.g-elem_65 figure img {
	display: inline-block
}
.g-elem_65__contentwrap {
	padding: 95px 15px 95px 15px;
	position: relative;
	z-index: 1;
	margin-top: -78px
}
.g-elem_65__contentwrap p {
	font-size: 1.6875rem;
	line-height: 40px;
	font-style: italic;
	text-align: center
}
.g-elem_65__contentwrap-author {
	display: block;
	width: 100%;
	font-size: 1.8125rem;
	font-style: italic;
	text-align: center
}
.g-elem_65__contentwrap:before {
	position: absolute;
	content: "";
	width: 73px;
	height: 55px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-image: url(../images/g/testimonials-arrow-up.png)
}
.g-elem_65__contentwrap:after {
	position: absolute;
	content: "";
	width: 73px;
	height: 55px;
	bottom: 0;
	right: 50%;
	-webkit-transform: translate(50%, 0);
	-moz-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	background-image: url(../images/g/testimonials-arrow-down.png)
}
.g-elem_65.greybg {
	background: var(--grey15)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_65-xs {
	padding: 91px 0 57px 0
}
.g-elem_65-xs .g-elem_65__contentwrap {
	padding: 59px 0 0 0;
	margin-top: 0
}
.g-elem_65-xs .g-elem_65__contentwrap p {
	font-size: 2.25rem;
	line-height: 54px
}
.g-elem_65-xs .g-elem_65__contentwrap-author {
	text-align: right;
	padding-right: 108px;
	font-size: 2.3125rem
}
.g-elem_65-xs .g-elem_65__contentwrap:before {
	left: -70px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.g-elem_65-xs .g-elem_65__contentwrap:after {
	right: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	bottom: 27px
}
}
.g-elem_66 {
	padding: 53px 0 0 0;
	background: var(--grey15)
}
.g-elem_66.design2 {
	padding-bottom: 70px
}
.g-elem_66.design2 .owl-nav .owl-next, .g-elem_66.design2 .owl-nav .owl-prev {
	background-color: var(--black2)!important
}
.g-elem_66.design2 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left.svg)
}
.g-elem_66.design2 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right.svg)
}
.g-elem_66__slider {
	padding-bottom: 125px
}
.g-elem_66__slider .slick-next, .g-elem_66__slider .slick-prev {
	width: 70px;
	height: 70px;
	background-color: var(--black2);
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	z-index: 10;
	top: auto;
	bottom: 0;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.g-elem_66__slider .slick-next:before, .g-elem_66__slider .slick-prev:before {
	display: none
}
.g-elem_66__slider .slick-next:after, .g-elem_66__slider .slick-prev:after {
	content: '';
	width: 18px;
	height: 26px;
	background-size: 18px 26px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_66__slider .slick-slide {
	outline: 0!important
}
.g-elem_66__slider .slick-prev {
	left: 50%;
	margin-left: -71px
}
.g-elem_66__slider .slick-prev:after {
	background-image: url(../images/g/arrow-left-b2-white.png)
}
.g-elem_66__slider .slick-prev:hover:after {
	width: 21px;
	height: 34px;
	background-size: 21px 34px
}
.g-elem_66__slider .slick-next {
	right: 50%;
	margin-right: -70px
}
.g-elem_66__slider .slick-next:after {
	background-image: url(../images/g/arrow-right-b2-white.png)
}
.g-elem_66__slider .slick-next:hover:after {
	width: 21px;
	height: 34px;
	background-size: 21px 34px
}
.g-elem_66__title {
	font-size: 4.375rem;
	margin-bottom: 35px
}
.g-elem_66__imageslider .item figure {
	width: 100%;
	margin: 0;
	padding: 0
}
.g-elem_66__imageslider .item figure img {
	display: block
}
.g-elem_66__imageslider__counter {
	width: 100%;
	padding: 0 15px
}
.g-elem_66__imageslider__counter-item {
	width: calc(100% / 3 - 2px);
	min-height: 107px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: var(--black2);
	margin-left: 2px
}
.g-elem_66__imageslider__counter-item:first-child {
	margin-left: 0
}
.g-elem_66__imageslider__counter-item:nth-child(2) {
	background: var(--yellow)
}
.g-elem_66__imageslider__counter-item_textwrap {
	padding: 19px
}
.g-elem_66__imageslider__counter-item_textwrap .number {
	display: block;
	font-size: 2.1875rem;
	line-height: 35px;
	color: var(--white)
}
.g-elem_66__imageslider__counter-item_textwrap .text {
	display: block;
font-size:.625rem;
	line-height: 13px;
	color: var(--white)
}
.g-elem_66__imageslider__counter-item:nth-child(2) .g-elem_69__counter-item_textwrap .number {
	color: var(--black2)
}
.g-elem_66__imageslider .owl-nav {
	display: block!important;
	margin-top: 3px
}
.g-elem_66__imageslider .owl-nav .owl-next, .g-elem_66__imageslider .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_66__imageslider .owl-nav .owl-next:after, .g-elem_66__imageslider .owl-nav .owl-prev:after {
	content: "";
	width: 19px;
	height: 19px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_66__imageslider .owl-nav .owl-next span, .g-elem_66__imageslider .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_66__imageslider .owl-nav .owl-next:focus:after, .g-elem_66__imageslider .owl-nav .owl-next:hover:after, .g-elem_66__imageslider .owl-nav .owl-prev:focus:after, .g-elem_66__imageslider .owl-nav .owl-prev:hover:after {
	width: 26px;
	height: 26px
}
.g-elem_66__imageslider .owl-nav .owl-prev {
	float: left;
	margin-right: 1px
}
.g-elem_66__imageslider .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_66__imageslider .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_66__imageslider .owl-dots {
	display: none!important
}
.g-elem_66__contentwrap {
	padding-top: 39px
}
.g-elem_66__contentwrap-head {
	font-size: 2.25rem;
	margin-bottom: 21px
}
.g-elem_66__contentwrap-text p {
	font-size: 1.125rem;
	line-height: 30px;
	margin-bottom: 31px
}
.g-elem_66__contentwrap-linktext {
	display: block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 7px
}
.g-elem_66__contentwrap-linktext_text {
	color: var(--black2);
	text-transform: uppercase
}
.g-elem_66__contentwrap-linktext_icon {
	width: 24px;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_66__contentwrap-linktext:hover .g-elem_66__contentwrap-linktext_icon {
	margin-left: 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_66-xs {
	padding: 72px 0 0 0
}
.g-elem_66-xs.design2 {
	padding-bottom: 75px
}
.g-elem_66-xs.design2 .owl-nav .owl-next, .g-elem_66-xs.design2 .owl-nav .owl-prev {
	background-color: var(--white)!important
}
.g-elem_66-xs.design2 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_66-xs.design2 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_66-xs .g-elem_66__title {
	margin-top: 11px;
	margin-bottom: 52px
}
.g-elem_66-xs .g-elem_66__slider {
	padding-bottom: 75px
}
.g-elem_66-xs .g-elem_66__slider .slick-next, .g-elem_66-xs .g-elem_66__slider .slick-prev {
	width: 84px;
	height: 92px;
	top: 0!important
}
.g-elem_66-xs .g-elem_66__slider .slick-next:after, .g-elem_66-xs .g-elem_66__slider .slick-prev:after {
	width: 21px;
	height: 34px;
	background-size: 21px 34px
}
.g-elem_66-xs .g-elem_66__slider .slick-prev {
	left: 100%;
	margin-left: -169px
}
.g-elem_66-xs .g-elem_66__slider .slick-next {
	right: 0;
	margin-right: 0
}
.g-elem_66-xs .g-elem_66__imageslider .owl-next, .g-elem_66-xs .g-elem_66__imageslider .owl-prev {
	position: absolute;
	width: 84px;
	height: 92px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.g-elem_66-xs .g-elem_66__imageslider .owl-next:after, .g-elem_66-xs .g-elem_66__imageslider .owl-prev:after {
	width: 36px;
	height: 36px
}
.g-elem_66-xs .g-elem_66__imageslider .owl-next:focus:after, .g-elem_66-xs .g-elem_66__imageslider .owl-next:hover:after, .g-elem_66-xs .g-elem_66__imageslider .owl-prev:focus:after, .g-elem_66-xs .g-elem_66__imageslider .owl-prev:hover:after {
	width: 42px;
	height: 42px
}
.g-elem_66-xs .g-elem_66__imageslider .owl-prev {
	left: 11px
}
.g-elem_66-xs .g-elem_66__imageslider .owl-next {
	right: 11px
}
.g-elem_66-xs .g-elem_66__contentwrap {
	padding-top: 62px
}
.g-elem_66-xs .g-elem_66__contentwrap-head {
	margin-bottom: 26px
}
.g-elem_66-xs .g-elem_66__contentwrap-text p {
	font-size: 1.5rem;
	line-height: 48px;
	margin-bottom: 48px
}
}
.g-elem_67 {
	padding: 24px 0 62px 0
}
.g-elem_67 .item {
	padding-bottom: 115px
}
.g-elem_67__imgwrap {
	margin: 0;
	padding: 0;
	margin-bottom: 36px
}
.g-elem_67__imgwrap img {
	width: auto!important;
	display: block
}
.g-elem_67__contentwrap {
	padding-right: 50px
}
.g-elem_67__contentwrap-label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 25px
}
.g-elem_67__contentwrap-title {
	line-height: 48px;
	margin-bottom: 40px
}
.g-elem_67__contentwrap-text p {
	line-height: 30px;
	margin-bottom: 0
}
.g-elem_67__contentwrap-text p+p {
	margin-top: 30px
}
.g-elem_67__contentwrap-linktext {
	display: block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 40px
}
.g-elem_67__contentwrap-linktext_text {
	color: var(--black2);
	text-transform: uppercase
}
.g-elem_67__contentwrap-linktext_icon {
	width: 24px;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_67__contentwrap-linktext:hover .g-elem_66__contentwrap-linktext_icon {
	margin-left: 25px
}
.g-elem_67 .owl-nav {
	display: block!important;
	position: relative;
	margin-top: -70px
}
.g-elem_67 .owl-nav .owl-next, .g-elem_67 .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--black2)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_67 .owl-nav .owl-next:after, .g-elem_67 .owl-nav .owl-prev:after {
	content: "";
	width: 19px;
	height: 31px;
	background-size: 19px 31px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_67 .owl-nav .owl-next span, .g-elem_67 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_67 .owl-nav .owl-next:focus:after, .g-elem_67 .owl-nav .owl-next:hover:after, .g-elem_67 .owl-nav .owl-prev:focus:after, .g-elem_67 .owl-nav .owl-prev:hover:after {
	width: 21px;
	height: 34px;
	background-size: 21px 34px
}
.g-elem_67 .owl-nav .owl-prev {
	float: left;
	margin-right: 1px
}
.g-elem_67 .owl-nav .owl-prev:after {
	background-image: url(../images/g/arrow-left-b2-white.png)
}
.g-elem_67 .owl-nav .owl-next:after {
	background-image: url(../images/g/arrow-right-b2-white.png)
}
.g-elem_67 .owl-dots {
	display: none!important
}
.g-elem_67.design2 {
	padding-top: 70px
}
.g-elem_67.design2 .g-elem_67__headtext {
	width: 100%;
	margin-bottom: 30px
}
.g-elem_67.design2 .g-elem_67__imgwrap img {
	width: 100%!important;
	height: auto
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_67-xs {
	padding: 108px 0 188px 0
}
.g-elem_67-xs .g-elem_67__imgwrap {
	position: absolute;
	margin-bottom: 0;
	height: 499px
}
.g-elem_67-xs .g-elem_67__imgwrap img {
	width: 100%!important;
	height: 100%;
	object-fit: cover
}
.g-elem_67-xs .g-elem_67__contentwrap {
	margin-bottom: 0;
	padding-right: 0
}
.g-elem_67-xs .g-elem_67__contentwrap-label {
	margin-bottom: 11px
}
.g-elem_67-xs .g-elem_67__contentwrap-title {
	margin-bottom: 24px
}
.g-elem_67-xs .g-elem_67__contentwrap-text {
	overflow: hidden
}
.g-elem_67-xs .g-elem_67__contentwrap-text p {
	line-height: 42px
}
.g-elem_67-xs .owl-nav {
	width: 50%;
	float: right;
	padding-left: 15px
}
.g-elem_67-xs.design2 {
	padding-top: 75px;
	padding-bottom: 110px
}
.g-elem_67-xs.design2 .g-elem_67__headtext {
	margin-bottom: 60px
}
.g-elem_67-xs.design2 .g-elem_67__imgwrap {
	width: calc(100% - 30px);
	height: 613px
}
.g-elem_67-xs.design2 .g-elem_67__imgwrap img {
	width: 100%!important;
	height: 100%;
	object-fit: cover
}
.g-elem_67-xs.design2 .g-elem_67__contentwrap {
	min-height: 491px
}
.g-elem_67-xs.design2 .g-elem_67__contentwrap-text p {
	font-size: 1.5rem;
	line-height: 48px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_67-xs .g-elem_67__contentwrap {
	padding-bottom: 0;
	padding-left: 54px;
	min-height: 350px
}
.g-elem_67-xs .owl-nav {
	padding-left: 69px
}
.g-elem_67-xs.design2 .g-elem_67__headtext {
	margin-bottom: 60px
}
.g-elem_67-xs.design2 .g-elem_67__imgwrap {
	width: calc(100% - 0px);
	height: 709px
}
.g-elem_67-xs.design2 .g-elem_67__contentwrap {
	min-height: 592px
}
}
.g-elem_68.withMb7 {
	margin-bottom: 7px
}
.g-elem_68 .nav {
	position: absolute;
	z-index: 22;
	top: 52px;
	left: 15px
}
.g-elem_68__items {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative
}
.g-elem_68__items__bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	padding-bottom: 80px;
	padding-top: 130px
}
.g-elem_68__items__heading {
	color: var(--white);
	line-height: 45px;
	margin-bottom: 20px
}
.g-elem_68__items__content {
	padding-top: 0
}
.g-elem_68__items__content__info {
	border-top: 1px solid var(--white2);
	border-bottom: 1px solid var(--white2);
	padding: 22px 0
}
.g-elem_68__items__content__info .label-name {
	line-height: 42px;
	text-transform: uppercase;
	color: var(--white)
}
.g-elem_68__items__content__info .label-content {
	line-height: 30px;
	color: var(--white)
}
.g-elem_68__items__image {
	margin-bottom: 30px
}
.g-elem_68__items .global-navs {
	margin: 40px 0 35px 0
}
.g-elem_68__items-discription .content {
	color: var(--white);
	line-height: 30px
}
.g-elem_68__counters {
	width: 100%;
	margin-top: 15px
}
.g-elem_68__counters .counter-container__items {
	-webkit-box-flex: 0 0 calc(100% / 1 - 8px);
	-moz-box-flex: 0 0 calc(100% / 1 - 8px);
	-webkit-flex: 0 0 calc(100% / 1 - 8px);
	-ms-flex: 0 0 calc(100% / 1 - 8px);
	flex: 0 0 calc(100% / 1 - 8px);
	max-width: -moz-calc(100% / 1- 8px);
	max-width: -webkit-calc(100% / 1- 8px);
	max-width: calc(100% / 1- 8px)
}
.g-elem_68__counters .counter-container__items-heading {
	color: var(--white);
	margin-bottom: 0
}
.g-elem_68__counters .counter-container__items-info {
	color: var(--white);
	margin-bottom: 10px;
	width: 86%
}
.g-elem_68__counters .counter-container__items.column2 {
	margin-right: 16px
}
.g-elem_68 .slider-counter {
	display: none;
	top: auto;
	bottom: 80px;
	position: absolute;
	right: -moz-calc(50% - 572px);
	right: -webkit-calc(50% - 572px);
	right: calc(50% - 572px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1
}
.g-elem_68 .slider-counter span {
	color: var(--white)
}
.g-elem_68 .slider-counter span.slider-counter__divider, .g-elem_68 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_68 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
.g-elem_68 .owl-nav {
	bottom: 0;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	padding: 0 15px;
	position: absolute;
	top: auto;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 40px
}
.g-elem_68 .owl-nav .owl-next, .g-elem_68 .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_68 .owl-nav .owl-next span, .g-elem_68 .owl-nav .owl-prev span {
	display: none
}
.g-elem_68 .owl-nav .owl-next:before, .g-elem_68 .owl-nav .owl-prev:before {
	display: none
}
.g-elem_68 .owl-nav .owl-next:after, .g-elem_68 .owl-nav .owl-prev:after {
	content: "";
	width: 14px;
	height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_68 .owl-nav .owl-prev {
	left: 0
}
.g-elem_68 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_68 .owl-nav .owl-prev:hover:after {
	width: 20px;
	height: 20px;
	margin-right: 0
}
.g-elem_68 .owl-nav .owl-next {
	left: 2px
}
.g-elem_68 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_68 .owl-nav .owl-next:hover:after {
	width: 20px;
	height: 20px;
	margin-left: 0
}
.g-elem_68 .owl-dots {
	display: none
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_68-xs .g-elem_68__items {
	padding-top: 58px
}
.g-elem_68-xs .g-elem_68__items__bg {
	padding-bottom: 0;
	padding-top: 0
}
.g-elem_68-xs .g-elem_68__items__image {
	margin-top: -82px;
	margin-right: 10px;
	margin-bottom: 0
}
.g-elem_68-xs .g-elem_68__items__image img {
	height: 680px;
	object-fit: cover
}
.g-elem_68-xs .g-elem_68__items__content {
	padding-top: 121px
}
.g-elem_68-xs .g-elem_68__items__content__link {
	margin: 50px 0 0 0
}
.g-elem_68-xs .g-elem_68__counters .counter-container {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}
.g-elem_68-xs .g-elem_68__counters .counter-container__items {
	-webkit-box-flex: 0 0 calc(100% / 3 - 8px);
	-moz-box-flex: 0 0 calc(100% / 3 - 8px);
	-webkit-flex: 0 0 calc(100% / 3 - 8px);
	-ms-flex: 0 0 calc(100% / 3 - 8px);
	flex: 0 0 calc(100% / 3 - 8px);
	max-width: -moz-calc(100% / 3 - 8px);
	max-width: -webkit-calc(100% / 3 - 8px);
	max-width: calc(100% / 3 - 8px)
}
.g-elem_68-xs .g-elem_68__counters .counter-container__items-heading {
	font-size: 40px
}
.g-elem_68-xs .g-elem_68__items__content {
	margin-bottom: 155px
}
.g-elem_68-xs .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	width: auto;
	height: auto;
	bottom: 59px;
	position: absolute;
	left: -moz-calc(50% + 0px);
	left: -webkit-calc(50% + 0px);
	left: calc(50% + 0px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.g-elem_68-xs .owl-nav .owl-next, .g-elem_68-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_68-xs .owl-nav .owl-next span, .g-elem_68-xs .owl-nav .owl-prev span {
	display: none
}
.g-elem_68-xs .owl-nav .owl-next:before, .g-elem_68-xs .owl-nav .owl-prev:before {
	display: none
}
.g-elem_68-xs .owl-nav .owl-next:after, .g-elem_68-xs .owl-nav .owl-prev:after {
	content: "";
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_68-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_68-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_68-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_68-xs .owl-nav .owl-next {
	left: 2px
}
.g-elem_68-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_68-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_68-xs .slider-counter {
	display: block;
	right: -moz-calc(50% - 720px / 2);
	right: -webkit-calc(50% - 720px / 2);
	right: calc(50% - 720px / 2)
}
.g-elem_68-xs .nav {
	position: absolute;
	z-index: 22;
	top: 96px;
	left: 30px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_68-xs .slider-counter {
	display: block;
	right: -moz-calc(50% - 960px / 2);
	right: -webkit-calc(50% - 960px / 2);
	right: calc(50% - 960px / 2)
}
.g-elem_68-xs .owl-nav {
	bottom: 81px;
	margin-left: 15px
}
.g-elem_68-xs .g-elem_68__counters .counter-container__items-heading {
	font-size: 3.75rem
}
.g-elem_68-xs .g-elem_68__items__content {
	margin-bottom: 194px
}
.g-elem_68-xs .nav {
	position: absolute;
	z-index: 22;
	top: 96px;
	left: 30px
}
.g-elem_68-xs .owl-nav {
	bottom: 54px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_68-xs .owl-nav {
	margin-left: 0
}
.g-elem_68-xs .slider-counter {
	right: -moz-calc(50% - 1140px / 2);
	right: -webkit-calc(50% - 1140px / 2);
	right: calc(50% - 1140px / 2)
}
}
.g-elem_69 {
	margin-bottom: 26px
}
.g-elem_69__bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: left center;
	position: relative;
	padding-bottom: 416px
}
.g-elem_69__contentwrap {
	padding: 41px 0 0 0
}
.g-elem_69__contentwrap-label {
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 14px
}
.g-elem_69__contentwrap-title {
	color: var(--white);
	margin-bottom: 40px
}
.g-elem_69__contentwrap-text p {
	margin-bottom: 0;
	color: var(--white);
	line-height: 30px
}
.g-elem_69__contentwrap-text p+p {
	margin-top: 30px
}
.g-elem_69__playbt {
	width: 100%;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 289px
}
.g-elem_69__playbt .play-bt {
	display: block;
	position: relative;
	width: 83px;
	height: 83px
}
.g-elem_69__playbt .play-bt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 83px;
	height: 83px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
.g-elem_69 .owl-nav {
	display: block!important;
	width: 100%;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 25px
}
.g-elem_69 .owl-nav .owl-next, .g-elem_69 .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_69 .owl-nav .owl-next:after, .g-elem_69 .owl-nav .owl-prev:after {
	content: "";
	width: 27px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_69 .owl-nav .owl-next span, .g-elem_69 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_69 .owl-nav .owl-next:focus:after, .g-elem_69 .owl-nav .owl-next:hover:after, .g-elem_69 .owl-nav .owl-prev:focus:after, .g-elem_69 .owl-nav .owl-prev:hover:after {
	width: 34px;
	height: 34px
}
.g-elem_69 .owl-nav .owl-prev {
	float: left
}
.g-elem_69 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_69 .owl-nav .owl-next {
	float: left;
	margin-left: 1px
}
.g-elem_69 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_69 .owl-dots {
	display: none!important
}
.g-elem_69 .counterwrap {
	width: 100%;
	position: absolute;
	bottom: 106px
}
.g-elem_69__counter {
	width: 100%;
	padding: 0 15px
}
.g-elem_69__counter-item {
	width: calc(100% / 3 - 2px);
	min-height: 107px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: var(--black2);
	margin-left: 2px
}
.g-elem_69__counter-item:first-child {
	margin-left: 0
}
.g-elem_69__counter-item:nth-child(2) {
	background: var(--yellow)
}
.g-elem_69__counter-item_textwrap {
	padding: 19px
}
.g-elem_69__counter-item_textwrap .number {
	display: block;
	font-size: 2.1875rem;
	line-height: 35px;
	color: var(--white)
}
.g-elem_69__counter-item_textwrap .text {
	display: block;
font-size:.625rem;
	line-height: 13px;
	color: var(--white)
}
.g-elem_69__counter-item:nth-child(2) .g-elem_69__counter-item_textwrap .number {
	color: var(--black2)
}
@media (min-width:576px) {
.g-elem_69-xs .g-elem_69__playbt {
	width: 540px;
	left: 50%;
	transform: translate(-50%, 0)
}
.g-elem_69-xs .g-elem_69__counter {
	width: 445px
}
.g-elem_69-xs .counterwrap, .g-elem_69-xs .owl-nav {
	width: 540px;
	left: 50%;
	transform: translate(-50%, 0)
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_69-xs .g-elem_69__bg {
	background-position: center center
}
.g-elem_69-xs .g-elem_69__playbt {
	width: 720px
}
.g-elem_69-xs .counterwrap, .g-elem_69-xs .owl-nav {
	width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_69-xs {
	margin-bottom: 45px
}
.g-elem_69-xs .item {
	padding-bottom: 68px
}
.g-elem_69-xs .g-elem_69__bg {
	padding-bottom: 159px
}
.g-elem_69-xs .g-elem_69__playbt {
	width: 118px;
	height: 118px;
	padding: 0;
	bottom: 50%;
	margin: auto;
	transform: translate(-50%, 50%)
}
.g-elem_69-xs .g-elem_69__playbt .play-bt {
	width: 118px;
	height: 118px
}
.g-elem_69-xs .g-elem_69__playbt .play-bt:before {
	width: 118px;
	height: 118px
}
.g-elem_69-xs .g-elem_69__counter {
	float: right;
	width: 382px
}
.g-elem_69-xs .g-elem_69__counter-item {
	min-height: 147px
}
.g-elem_69-xs .g-elem_69__contentwrap {
	padding: 56px 0 0 0
}
.g-elem_69-xs .g-elem_69__contentwrap-title {
	margin-bottom: 34px
}
.g-elem_69-xs .g-elem_69__contentwrap-text p {
	line-height: 42px
}
.g-elem_69-xs .owl-nav {
	width: 161px;
	padding: 0;
	bottom: 68px
}
.g-elem_69-xs .owl-nav .owl-next, .g-elem_69-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px
}
.g-elem_69-xs .owl-nav .owl-next:after, .g-elem_69-xs .owl-nav .owl-prev:after {
	width: 30px;
	height: 30px
}
.g-elem_69-xs .counterwrap {
	bottom: -67px;
	right: 0;
	width: 960px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_69-xs .g-elem_69__counter {
	width: 445px
}
.g-elem_69-xs .g-elem_69__counter-item_textwrap .number {
	font-size: 3rem;
	line-height: 48px
}
.g-elem_69-xs .g-elem_69__counter-item_textwrap .text {
font-size:.875rem;
	line-height: 18px
}
.g-elem_69-xs .counterwrap {
	width: 1140px
}
}
.g-elem_69 {
	margin-bottom: 26px
}
.g-elem_69__bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: left center;
	position: relative;
	padding-bottom: 416px
}
.g-elem_69__contentwrap {
	padding: 41px 0 0 0
}
.g-elem_69__contentwrap-label {
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 14px
}
.g-elem_69__contentwrap-title {
	color: var(--white);
	margin-bottom: 40px
}
.g-elem_69__contentwrap-text p {
	margin-bottom: 0;
	color: var(--white);
	line-height: 30px
}
.g-elem_69__contentwrap-text p+p {
	margin-top: 30px
}
.g-elem_69__playbt {
	width: 100%;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 289px
}
.g-elem_69__playbt .play-bt {
	display: block;
	position: relative;
	width: 83px;
	height: 83px
}
.g-elem_69__playbt .play-bt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 83px;
	height: 83px;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-ms-animation: playbt 2s infinite;
	-o-animation: playbt 2s infinite;
	-webkit-animation: playbt 2s infinite;
	animation: playbt 2s infinite
}
.g-elem_69 .owl-nav {
	display: block!important;
	width: 100%;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 25px
}
.g-elem_69 .owl-nav .owl-next, .g-elem_69 .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_69 .owl-nav .owl-next:after, .g-elem_69 .owl-nav .owl-prev:after {
	content: "";
	width: 27px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_69 .owl-nav .owl-next span, .g-elem_69 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_69 .owl-nav .owl-next:focus:after, .g-elem_69 .owl-nav .owl-next:hover:after, .g-elem_69 .owl-nav .owl-prev:focus:after, .g-elem_69 .owl-nav .owl-prev:hover:after {
	width: 34px;
	height: 34px
}
.g-elem_69 .owl-nav .owl-prev {
	float: left
}
.g-elem_69 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_69 .owl-nav .owl-next {
	float: left;
	margin-left: 1px
}
.g-elem_69 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_69 .owl-dots {
	display: none!important
}
.g-elem_69 .counterwrap {
	width: 100%;
	position: absolute;
	bottom: 106px
}
.g-elem_69__counter {
	width: 100%;
	padding: 0 15px
}
.g-elem_69__counter-item {
	width: calc(100% / 3 - 2px);
	min-height: 107px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: var(--black2);
	margin-left: 2px
}
.g-elem_69__counter-item:first-child {
	margin-left: 0
}
.g-elem_69__counter-item:nth-child(2) {
	background: var(--yellow)
}
.g-elem_69__counter-item_textwrap {
	padding: 19px
}
.g-elem_69__counter-item_textwrap .number {
	display: block;
	font-size: 2.1875rem;
	line-height: 35px;
	color: var(--white)
}
.g-elem_69__counter-item_textwrap .text {
	display: block;
font-size:.625rem;
	line-height: 13px;
	color: var(--white)
}
.g-elem_69__counter-item:nth-child(2) .g-elem_69__counter-item_textwrap .number {
	color: var(--black2)
}
@media (min-width:576px) {
.g-elem_69-xs .g-elem_69__playbt {
	width: 540px;
	left: 50%;
	transform: translate(-50%, 0)
}
.g-elem_69-xs .g-elem_69__counter {
	width: 445px
}
.g-elem_69-xs .counterwrap, .g-elem_69-xs .owl-nav {
	width: 540px;
	left: 50%;
	transform: translate(-50%, 0)
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_69-xs .g-elem_69__bg {
	background-position: center center
}
.g-elem_69-xs .g-elem_69__playbt {
	width: 720px
}
.g-elem_69-xs .counterwrap, .g-elem_69-xs .owl-nav {
	width: 720px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_69-xs {
	margin-bottom: 45px
}
.g-elem_69-xs .item {
	padding-bottom: 68px
}
.g-elem_69-xs .g-elem_69__bg {
	padding-bottom: 159px
}
.g-elem_69-xs .g-elem_69__playbt {
	width: 118px;
	height: 118px;
	padding: 0;
	bottom: 50%;
	margin: auto;
	transform: translate(-50%, 50%)
}
.g-elem_69-xs .g-elem_69__playbt .play-bt {
	width: 118px;
	height: 118px
}
.g-elem_69-xs .g-elem_69__playbt .play-bt:before {
	width: 118px;
	height: 118px
}
.g-elem_69-xs .g-elem_69__counter {
	float: right;
	width: 382px
}
.g-elem_69-xs .g-elem_69__counter-item {
	min-height: 147px
}
.g-elem_69-xs .g-elem_69__contentwrap {
	padding: 56px 0 0 0
}
.g-elem_69-xs .g-elem_69__contentwrap-title {
	margin-bottom: 34px
}
.g-elem_69-xs .g-elem_69__contentwrap-text p {
	line-height: 42px
}
.g-elem_69-xs .owl-nav {
	width: 161px;
	padding: 0;
	bottom: 68px
}
.g-elem_69-xs .owl-nav .owl-next, .g-elem_69-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px
}
.g-elem_69-xs .owl-nav .owl-next:after, .g-elem_69-xs .owl-nav .owl-prev:after {
	width: 30px;
	height: 30px
}
.g-elem_69-xs .counterwrap {
	bottom: -67px;
	right: 0;
	width: 960px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_69-xs .g-elem_69__counter {
	width: 445px
}
.g-elem_69-xs .g-elem_69__counter-item_textwrap .number {
	font-size: 3rem;
	line-height: 48px
}
.g-elem_69-xs .g-elem_69__counter-item_textwrap .text {
font-size:.875rem;
	line-height: 18px
}
.g-elem_69-xs .counterwrap {
	width: 1140px
}
}
.g-elem_71 {
	min-height: 630px;
	max-height: 900px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}
.g-elem_71__container {
	position: relative;
	min-height: 630px;
	height: 100%
}
.g-elem_71__mainimage {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 350px;
	left: 50%;
	margin-left: -15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.g-elem_71__subimage {
	width: 135px;
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: 135px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.g-elem_71__caption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	margin-top: 155px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.g-elem_71__caption-primary {
	color: var(--yellow2);
	line-height: 1
}
.g-elem_71__caption-secoundry {
	color: var(--white);
	line-height: 1
}
.g-elem_71 .owl-dots {
	display: none!important
}
.g-elem_71 .col-12, .g-elem_71 .item, .g-elem_71 .owl-itemm, .g-elem_71 .owl-loaded, .g-elem_71 .owl-stage, .g-elem_71 .owl-stage-outer, .g-elem_71 .row {
	height: 100%!important
}
@media (min-width:576px) {
.g-elem_71-xs .g-elem_71__mainimage {
	top: auto;
	left: 50%;
	margin-left: -35px
}
.g-elem_71-xs .g-elem_71__subimage {
	bottom: 10px;
	left: 50%;
	margin-left: 200px
}
.g-elem_71-xs .g-elem_71__caption {
	margin-left: -44px;
	margin-top: 145px
}
.g-elem_71-xs .g-elem_71__caption-primary {
	font-size: 1.875rem
}
.g-elem_71-xs .g-elem_71__caption-secoundry {
	font-size: 3.125rem
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_71-xs .g-elem_71__mainimage {
	top: auto;
	bottom: 35px;
	left: 50%;
	margin-left: -20px
}
.g-elem_71-xs .g-elem_71__subimage {
	bottom: 0;
	left: 50%;
	margin-left: 250px
}
.g-elem_71-xs .g-elem_71__caption {
	margin-left: -60px;
	margin-top: 70px
}
.g-elem_71-xs .g-elem_71__caption-primary {
	font-size: 2.5rem
}
.g-elem_71-xs .g-elem_71__caption-secoundry {
	font-size: 5rem
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_71-xs {
	height: 100vh;
	max-height: 932px;
	min-height: 932px;
	padding-top: 100px
}
.g-elem_71-xs .g-elem_71__cursor {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 30px;
	height: 45px;
	background-color: var(--white);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-clip: padding-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	-moz-align-items: start;
	-ms-align-items: start;
	align-items: start;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding: 7px 0;
	cursor: pointer
}
.g-elem_71-xs .g-elem_71__cursor-arrow {
	width: 2px;
	height: 15px;
	background-color: var(--grey12);
	display: block;
	cursor: pointer
}
.g-elem_71-xs .g-elem_71__container {
	min-height: 850px
}
.g-elem_71-xs .g-elem_71__mainimage {
	width: 500px
}
.g-elem_71-xs .g-elem_71__caption {
	margin-left: 200px;
	margin-top: 40px
}
.g-elem_71-xs .g-elem_71__caption-primary {
	font-size: 2.5rem
}
.g-elem_71-xs .g-elem_71__caption-secoundry {
	font-size: 5rem
}
.g-elem_71-xs .owl-nav {
	display: block!important;
	width: auto;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	bottom: -15px;
	right: -15px
}
.g-elem_71-xs .owl-nav .owl-next, .g-elem_71-xs .owl-nav .owl-prev {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 84px;
	height: 93px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_71-xs .owl-nav .owl-next:after, .g-elem_71-xs .owl-nav .owl-prev:after {
	content: "";
	width: 27px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_71-xs .owl-nav .owl-next span, .g-elem_71-xs .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_71-xs .owl-nav .owl-next:focus:after, .g-elem_71-xs .owl-nav .owl-next:hover:after, .g-elem_71-xs .owl-nav .owl-prev:focus:after, .g-elem_71-xs .owl-nav .owl-prev:hover:after {
	width: 34px;
	height: 34px
}
.g-elem_71-xs .owl-nav .owl-prev {
	float: left
}
.g-elem_71-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_71-xs .owl-nav .owl-next {
	float: left;
	margin-left: 1px
}
.g-elem_71-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_71-xs .g-elem_71__caption {
	margin-left: 270px;
	margin-top: 30px
}
.g-elem_71-xs .g-elem_71__caption-primary {
	font-size: 3.75rem
}
.g-elem_71-xs .g-elem_71__caption-secoundry {
	font-size: 6.25rem
}
}
.g-elem_72 {
	border-top: 1px solid var(--white);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	padding: 55px 0 50px 0;
	position: relative;
	overflow: hidden
}
.g-elem_72:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-1.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_72__container {
	position: relative;
	z-index: 10
}
.g-elem_72__container__header {
	margin: 0 15px
}
.g-elem_72__container__header__heading {
	color: var(--white);
	margin-bottom: 0
}
.g-elem_72__container__header__content {
	color: var(--white);
	line-height: 30px;
	margin: 18px 0 30px
}
.g-elem_72__container__header__link {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 20px
}
.g-elem_72__container__header__link-text {
	text-transform: uppercase;
	color: var(--white);
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_72__container__header__link:hover .g-elem_72__container__header__link-text {
	color: var(--orange)
}
.g-elem_72__container__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_72__container__grid__list {
	max-width: -moz-calc(100% - 30px);
	max-width: -webkit-calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin: 0 15px 20px
}
.g-elem_72__container__grid__items__visual {
	position: relative
}
.g-elem_72__container__grid__items__visual-img {
	overflow: hidden;
	position: relative;
	height: 200px
}
.g-elem_72__container__grid__items__visual-img:after {
	content: '';
	background-image: url(../images/g/shadow-4.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.g-elem_72__container__grid__items__visual-img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_72__container__grid__items__visual-heading {
	position: absolute;
	top: 0;
	color: var(--white);
	padding: 0 25px;
	max-width: 260px;
	z-index: 5;
	margin-top: 20px
}
.g-elem_72__container__grid__items__content {
	height: 60px;
	background-color: var(--white);
	padding: 0 25px
}
.g-elem_72__container__grid__items__content-label {
	color: var(--black10);
	text-transform: uppercase
}
.g-elem_72__container__grid__items__content-label span+span {
	border-left: 1px solid var(--black10);
	margin-left: 8px;
	padding-left: 8px
}
.g-elem_72__container__grid__items__content-link-text {
	color: var(--black);
	text-transform: uppercase;
	margin-right: 10px
}
.g-elem_72__container__grid__items:hover .g-elem_72__container__grid__items__visual-img img {
	transform: scale(1.5)
}
.g-elem_72 .slider-counter {
	display: none
}
.g-elem_72 .owl-dots, .g-elem_72 .owl-nav, .g-elem_72 .slider-counter {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	width: 100%;
	top: 58px;
	padding: 0 15px
}
.g-elem_72 .owl-dots span, .g-elem_72 .owl-nav span, .g-elem_72 .slider-counter span {
	color: var(--white)
}
.g-elem_72 .owl-dots span.slider-counter__divider, .g-elem_72 .owl-dots span.slider-counter__totalCount, .g-elem_72 .owl-nav span.slider-counter__divider, .g-elem_72 .owl-nav span.slider-counter__totalCount, .g-elem_72 .slider-counter span.slider-counter__divider, .g-elem_72 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_72 .owl-dots span.slider-counter__divider, .g-elem_72 .owl-nav span.slider-counter__divider, .g-elem_72 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
.g-elem_72 .owl-dots {
	top: auto;
	bottom: -10px
}
.g-elem_72 .owl-dots .owl-dot {
	width: 60px;
	height: 2px;
	margin: 0 2px;
	background: var(--white2)!important
}
.g-elem_72 .owl-dots .owl-dot.active {
	background: var(--white)!important
}
@media (min-width:576px) {
.g-elem_72-xs .owl-dots, .g-elem_72-xs .owl-nav, .g-elem_72-xs .slider-counter {
	max-width: 540px
}
.g-elem_72-xs .g-elem_72__container__grid__items__visual-img {
	height: 275px
}
.g-elem_72-xs .g-elem_72__container__grid__items__visual-heading {
	max-width: 420px;
	font-size: 1.875rem
}
.g-elem_72-xs .g-elem_72__container__grid__items__content {
	height: 100px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_72-xs .owl-nav, .g-elem_72-xs .slider-counter {
	max-width: 720px
}
.g-elem_72-xs .g-elem_72__container__grid__list {
	-webkit-box-flex: 0 0 100%;
	-moz-box-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 15px 20px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_72-xs {
	padding: 45px 0 180px 0
}
.g-elem_72-xs .g-elem_72__container__header__heading {
	font-size: 3rem
}
.g-elem_72-xs .g-elem_72__container__header__content {
	font-size: 1.5rem;
	line-height: 42px;
	max-width: 650px
}
.g-elem_72-xs .g-elem_72__container__header__link {
	position: absolute;
	right: 15px;
	padding-top: 15px;
	margin-bottom: 0
}
.g-elem_72-xs .g-elem_72__container__grid ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_72-xs .g-elem_72__container__grid__list {
	-webkit-box-flex: 0 0 100%;
	-moz-box-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 15px 20px
}
.g-elem_72-xs .owl-dots, .g-elem_72-xs .owl-nav, .g-elem_72-xs .slider-counter {
	max-width: 960px
}
.g-elem_72-xs .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	top: auto;
	bottom: -110px
}
.g-elem_72-xs .owl-nav .owl-next, .g-elem_72-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_72-xs .owl-nav .owl-next span, .g-elem_72-xs .owl-nav .owl-prev span {
	display: none
}
.g-elem_72-xs .owl-nav .owl-next:before, .g-elem_72-xs .owl-nav .owl-prev:before {
	display: none
}
.g-elem_72-xs .owl-nav .owl-next:after, .g-elem_72-xs .owl-nav .owl-prev:after {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_72-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_72-xs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_72-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_72-xs .owl-nav .owl-next {
	left: 2px
}
.g-elem_72-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_72-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
.g-elem_72-xs .slider-counter {
	top: auto;
	bottom: -81px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: -moz-calc(960px - 190px);
	width: -webkit-calc(960px - 190px);
	width: calc(960px - 190px);
	margin-left: 90px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_72-xs .g-elem_72__grid__items__visual-img {
	height: 330px
}
.g-elem_72-xs .owl-nav, .g-elem_72-xs .slider-counter {
	max-width: 1140px
}
.g-elem_72-xs .slider-counter {
	width: -moz-calc(1140px - 190px);
	width: -webkit-calc(1140px - 190px);
	width: calc(1140px - 190px)
}
}
.g-elem_73 {
	border-bottom: 1px solid var(--white);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	padding: 48px 0 20px 0
}
.g-elem_73__couterwrap {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_73__list {
	-webkit-box-flex: 0 0 calc(100% / 2 - 25px);
	-moz-box-flex: 0 0 calc(100% / 2 - 25px);
	-webkit-flex: 0 0 calc(100% / 2 - 25px);
	-ms-flex: 0 0 calc(100% / 2 - 25px);
	flex: 0 0 calc(100% / 2 - 25px);
	margin-left: 22px;
	margin-bottom: 36px
}
.g-elem_73__list:first-child, .g-elem_73__list:nth-child(3) {
	margin-left: 0
}
.g-elem_73__list-heading {
	font-size: 3.375rem;
	color: var(--white)
}
.g-elem_73__list-subhead {
	font-size: 1rem;
	color: var(--white);
	line-height: 20px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_73-xs {
	padding: 112px 0 130px 0
}
.g-elem_73-xs .g-elem_73__list {
	-webkit-box-flex: 0 0 calc(100% / 4 - 125px);
	-moz-box-flex: 0 0 calc(100% / 4 - 125px);
	-webkit-flex: 0 0 calc(100% / 4 - 125px);
	-ms-flex: 0 0 calc(100% / 4 - 125px);
	flex: 0 0 calc(100% / 4 - 125px);
	margin-left: 22px;
	margin-bottom: 0
}
.g-elem_73-xs .g-elem_73__list:first-child {
	margin-left: 0
}
.g-elem_73-xs .g-elem_73__list:nth-child(3) {
	margin-left: 22px
}
}
.g-elem_74 {
	position: relative
}
.g-elem_74__item {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
	overflow: hidden;
	height: 590px
}
.g-elem_74__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/g/shadow-6.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_74__item__content {
	position: relative;
	z-index: 11;
	padding-left: 30px;
	padding-bottom: 110px
}
.g-elem_74__item__content-title {
	line-height: 36px;
	color: var(--white)
}
.g-elem_74__item__content-description {
	color: var(--white);
	line-height: 36px;
	max-width: 265px
}
.g-elem_74 .owl-dots {
	display: none
}
.g-elem_74 .owl-nav {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	bottom: 40px;
	position: absolute;
	width: 100%
}
.g-elem_74 .owl-nav .owl-next, .g-elem_74 .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	border: none!important;
	outline: 0!important
}
.g-elem_74 .owl-nav .owl-next span, .g-elem_74 .owl-nav .owl-prev span {
	display: none
}
.g-elem_74 .owl-nav .owl-next:before, .g-elem_74 .owl-nav .owl-prev:before {
	display: none
}
.g-elem_74 .owl-nav .owl-next:after, .g-elem_74 .owl-nav .owl-prev:after {
	content: '';
	width: 20px;
	height: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_74 .owl-nav .owl-prev {
	left: 15px
}
.g-elem_74 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_74 .owl-nav .owl-prev:hover:after {
	width: 20px;
	height: 20px
}
.g-elem_74 .owl-nav .owl-next {
	right: 15px
}
.g-elem_74 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_74 .owl-nav .owl-next:hover:after {
	width: 20px;
	height: 20px
}
.g-elem_74 .slider-counter {
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 10;
	top: 80px;
	display: none
}
.g-elem_74 .slider-counter span {
	color: var(--white)
}
.g-elem_74 .slider-counter span.slider-counter__divider, .g-elem_74 .slider-counter span.slider-counter__totalCount {
	color: var(--white2)
}
.g-elem_74 .slider-counter span.slider-counter__divider {
	margin: 0 5px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_74-xs .g-elem_74__item__content {
	padding-left: 100px;
	padding-bottom: 70px
}
.g-elem_74-xs .g-elem_74__item__content-title {
	line-height: 58px;
	font-size: 2.5rem;
	font-family: GothamMedium
}
.g-elem_74-xs .g-elem_74__item__content-description {
	line-height: 42px;
	font-size: 1.5rem;
	max-width: 500px;
	font-family: GothamLight
}
.g-elem_74-xs .slider-counter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.g-elem_74-xs .owl-nav {
	width: auto;
	right: 70px;
	bottom: 70px
}
.g-elem_74-xs .owl-nav .owl-next, .g-elem_74-xs .owl-nav .owl-prev {
	width: 80px;
	height: 80px
}
.g-elem_74-xs .owl-nav .owl-next:after, .g-elem_74-xs .owl-nav .owl-prev:after {
	width: 30px;
	height: 30px
}
.g-elem_74-xs .owl-nav .owl-prev {
	left: 0
}
.g-elem_74-xs .owl-nav .owl-prev:hover:after {
	width: 50px;
	height: 50px;
	margin-right: 15px
}
.g-elem_74-xs .owl-nav .owl-next {
	left: 2px;
	right: auto
}
.g-elem_74-xs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
.g-elem_74-xs .owl-nav .owl-next:hover:after {
	width: 50px;
	height: 50px;
	margin-left: 15px
}
}
.g-elem_75 {
	padding: 50px 0 33px 0
}
.g-elem_75__heading {
	color: var(--black);
	margin-bottom: 23px
}
.g-elem_75__content p {
	line-height: 30px
}
.g-elem_75__content p+p {
	margin-top: 31px
}
.g-elem_75__link {
	color: var(--black2)
}
.g-elem_75__link span {
	display: inline-block;
	margin-left: 6px
}
.g-elem_75__link:hover {
	color: var(--orange)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_75-xs {
	padding: 89px 0 50px 0
}
.g-elem_75-xs .g-elem_75__heading {
	margin-bottom: 36px
}
.g-elem_75-xs .g-elem_75__content p {
	font-size: 1.5rem;
	line-height: 48px
}
.g-elem_75-xs .g-elem_75__content p+p {
	margin-top: 45px
}
.g-elem_75-xs .g-elem_75__content p strong.fontsize31 {
	font-size: 1.9375rem
}
}
.g-elem_76 {
	padding: 0 0 76px 0
}
.g-elem_76__counter aside {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: calc(100% / 1 - 0px);
	min-height: 318px;
	background: var(--black2);
	padding: 53px
}
.g-elem_76__counter aside:nth-child(2) {
	background: var(--yellow)
}
.g-elem_76__counter aside:nth-child(2) span {
	color: var(--black2)!important
}
.g-elem_76__counter-num {
	font-size: 5.875rem;
	line-height: 103px;
	color: var(--white);
	word-break: break-all;
	margin-bottom: 7px
}
.g-elem_76__counter-text {
	font-size: 1.9375rem;
	line-height: 39px;
	color: var(--white)
}
@media (min-width:576px) {
.g-elem_76-xs .g-elem_76__counter {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_76-xs .g-elem_76__counter aside {
	width: calc(100% / 2 - 4px);
	padding: 24px;
	margin-left: 4px;
	margin-bottom: 4px
}
.g-elem_76-xs .g-elem_76__counter aside:first-child, .g-elem_76-xs .g-elem_76__counter aside:nth-child(2n+1) {
	margin-left: 0
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_76-xs .g-elem_76__counter aside {
	width: calc(100% / 3 - 4px)
}
.g-elem_76-xs .g-elem_76__counter aside:nth-child(2n+1) {
	margin-left: 4px
}
.g-elem_76-xs .g-elem_76__counter-num {
	font-size: 5.5625rem;
	line-height: 89px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_76-xs {
	padding: 0 0 88px 0
}
.g-elem_76-xs .g-elem_76__counter aside {
	padding: 33px;
	min-height: 370px
}
.g-elem_76-xs .g-elem_76__counter-num {
	font-size: 7.5rem;
	line-height: 120px;
	margin-bottom: 8px
}
.g-elem_76-xs .g-elem_76__counter-text {
	font-size: 2.25rem;
	line-height: 46px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_76-xs .g-elem_76__counter aside {
	padding: 65px
}
}
.g-elem_77__bulletlist {
	padding-bottom: 20px
}
.g-elem_77__bulletlist-list {
	margin: 0;
	padding: 0;
	font-size: 1.375rem;
	padding-left: 25px;
	color: var(--black2);
	margin-bottom: 15px;
	position: relative
}
.g-elem_77__bulletlist-list:before {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 10px;
	background: var(--black4)
}
.g-elem_77__bulletlist-list ul {
	padding-top: 20px
}
.g-elem_78 {
	margin-bottom: 2px
}
.g-elem_78__bg {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: left center;
	position: relative;
	padding-bottom: 140px;
	overflow: hidden
}
.g-elem_78__content {
	color: var(--white);
	padding: 58px 75px 66px 26px
}
.g-elem_78__content-label {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 17px
}
.g-elem_78__content-head {
	font-size: 2.25rem;
	margin-bottom: 31px
}
.g-elem_78__content-text {
	margin-bottom: 56px
}
.g-elem_78__content-text p {
	font-size: 1.125rem;
	line-height: 34px
}
.g-elem_78__content-text p+p {
	margin-top: 20px
}
.g-elem_78__content-link {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: var(--white);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_78__content-link span {
	display: inline-block;
	margin-left: 6px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_78__content-link:hover {
	color: var(--orange)
}
.g-elem_78__content-link:hover span {
	margin-left: 10px
}
.g-elem_78__imagesgrid {
	min-width: 992px;
	flex-wrap: nowrap
}
.g-elem_78__imagesgrid-imageswrap {
	flex: 0 0 200px;
	max-width: 200px;
	height: 212px;
	overflow: hidden;
	margin-left: 18px
}
.g-elem_78__imagesgrid-imageswrap img {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.g-elem_78__imagesgrid-imageswrap:first-child {
	margin-left: 0
}
.g-elem_78 .owl-nav {
	display: block!important;
	width: 100%;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 57px
}
.g-elem_78 .owl-nav .owl-next, .g-elem_78 .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--white)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_78 .owl-nav .owl-next:after, .g-elem_78 .owl-nav .owl-prev:after {
	content: "";
	width: 27px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_78 .owl-nav .owl-next span, .g-elem_78 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_78 .owl-nav .owl-next:focus:after, .g-elem_78 .owl-nav .owl-next:hover:after, .g-elem_78 .owl-nav .owl-prev:focus:after, .g-elem_78 .owl-nav .owl-prev:hover:after {
	width: 34px;
	height: 34px
}
.g-elem_78 .owl-nav .owl-prev {
	float: left
}
.g-elem_78 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left-b.svg)
}
.g-elem_78 .owl-nav .owl-next {
	float: left;
	margin-left: 1px
}
.g-elem_78 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right-b.svg)
}
@media (min-width:576px) {
.g-elem_78-xs .g-respScroll-Container {
	width: 540px;
	margin: auto
}
.g-elem_78-xs .owl-nav {
	width: 540px;
	left: 50%;
	margin-left: -270px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_78-xs .g-respScroll-Container {
	width: 720px;
	margin: auto
}
.g-elem_78-xs .owl-nav {
	width: 720px;
	left: 50%;
	margin-left: -360px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_78-xs .g-respScroll-Container {
	position: relative;
	width: 774px;
	display: block
}
.g-elem_78-xs .g-respScroll-Container__scrolling, .g-elem_78-xs .g-respScroll-Container__scrolling__wrapper {
	overflow: hidden;
	display: block;
	width: 100%
}
.g-elem_78-xs .g-elem_78__bg {
	min-height: 825px
}
.g-elem_78-xs .g-elem_78__imagesgrid {
	min-width: 100%;
	display: block;
	padding-top: 53px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap {
	margin-left: 0;
	float: left;
	max-width: 700px;
	margin-bottom: 21px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.first {
	width: 203px;
	height: 187px;
	margin-left: 83px;
	margin-top: 65px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.second {
	width: 277px;
	height: 343px;
	margin-left: 21px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.third {
	width: 281px;
	height: 211px;
	margin-top: -92px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.forth {
	width: 218px;
	height: 273px;
	margin-left: 26px
}
.g-elem_78-xs .owl-nav {
	width: 960px;
	margin-left: 0;
	padding-left: 474px;
	bottom: 297px;
	position: relative;
	overflow: hidden;
	margin: auto;
	left: 0
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_78-xs .g-elem_78__bg {
	min-height: 925px;
	padding-bottom: 0
}
.g-elem_78-xs .g-elem_78__imagesgrid {
	min-width: 100%;
	display: block;
	padding-top: 53px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap {
	margin-left: 0;
	float: left;
	max-width: 700px;
	margin-bottom: 27px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.first {
	width: 261px;
	height: 241px;
	margin-left: 100px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.second {
	width: 355px;
	height: 441px;
	margin-left: 26px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.third {
	width: 361px;
	height: 272px;
	margin-top: -135px
}
.g-elem_78-xs .g-elem_78__imagesgrid-imageswrap.forth {
	width: 281px;
	height: 351px;
	margin-left: 26px
}
.g-elem_78-xs .owl-nav {
	width: 1140px;
	margin-left: 0;
	padding-left: 612px;
	bottom: 235px;
	position: relative;
	overflow: hidden;
	margin: auto;
	left: 0
}
}
.g-elem_79 {
	padding: 59px 0 10px 0
}
.g-elem_79__headwrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 52px
}
.g-elem_79__headwrap-text {
	font-size: 3rem;
	float: left
}
.g-elem_79__headwrap-subtext {
	display: block;
	text-align: right;
	color: var(--grey4);
	font-size: 1.25rem
}
.g-elem_79__contentwrap {
	padding-left: 0
}
.g-elem_79__contentwrap-imgwrap {
	width: 100%;
	text-align: left;
	margin-bottom: 40px
}
.g-elem_79__contentwrap-imgwrap img {
	display: inline-block
}
.g-elem_79__contentwrap-content {
	padding-left: 0;
	width: calc(100% - 0px)
}
.g-elem_79__contentwrap-content p {
	color: var(--black4);
	line-height: 40px
}
.g-elem_79__contentwrap-content p+p {
	margin-top: 30px
}
.g-elem_79__contentwrap-content p:first-child {
	margin-top: -12px
}
.g-elem_79__link {
	text-align: center
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_79-xs .g-elem_79__contentwrap {
	padding-left: 33px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_79-xs .g-elem_79__contentwrap-imgwrap {
	width: 276px;
	text-align: left
}
.g-elem_79-xs .g-elem_79__contentwrap-content {
	width: calc(100% - 276px);
	padding-left: 30px
}
.g-elem_79-xs .g-elem_79__link {
	text-align: right
}
}
.g-elem_80 {
	padding: 80px 0 71px 0
}
.g-elem_80__contentwap-figurewrap {
	width: 100%;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 30px
}
.g-elem_80__contentwap-contentwrap {
	width: calc(100% - 0px);
	padding-left: 0;
	margin-top: -6px
}
.g-elem_80__contentwap-contentwrap .head {
	position: relative;
	font-size: 1.75rem;
	padding-right: 95px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px
}
.g-elem_80__contentwap-contentwrap .head:after {
	position: absolute;
	content: "";
	width: 78px;
	height: 1px;
	background: var(--darkyellow);
	right: 0;
	top: 13px
}
.g-elem_80__contentwap-contentwrap .text {
	margin-bottom: 20px
}
.g-elem_80__contentwap-contentwrap .text p {
	color: var(--black4);
	line-height: 35px
}
.g-elem_80__contentwap-contentwrap .text p+p {
	margin-top: 30px
}
.g-elem_80__imgwrap {
	width: 100%
}
.g-elem_80__imgwrap figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 8px
}
.g-elem_80__imgwrap figure img {
	width: 100%;
	height: auto
}
.g-elem_80__imgwrap.long {
	width: 100%
}
.g-elem_80__imgwrap.long figure {
	height: auto
}
.g-elem_80__counterwrap {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.g-elem_80__counterwrap-item {
	text-align: center;
	margin-left: 8px;
	margin-right: 8px
}
.g-elem_80__counterwrap-item .counternumber {
	width: 78px;
	height: 78px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	border: 1px var(--darkyellow) solid
}
.g-elem_80__counterwrap-item .counternumber span {
	width: 100%;
	text-align: center;
	font-size: 1.875rem;
	color: #666
}
.g-elem_80__counterwrap-item .text {
	color: var(--black4);
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding-top: 7px
}
.g-elem_80__linkwrap {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end
}
.g-elem_80__linkwrap-link {
	width: 166px;
	height: 31px;
	border: 1px var(--darkyellow) solid;
	position: relative;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_80__linkwrap-link span {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.0625rem;
	color: #666;
	position: relative;
	z-index: 1
}
.g-elem_80__linkwrap-link:after {
	position: absolute;
	width: 0;
	content: "";
	background: var(--darkyellow);
	height: 100%;
	z-index: -1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	left: 0;
	top: 0
}
.g-elem_80__linkwrap-link:hover span {
	color: var(--white)
}
.g-elem_80__linkwrap-link:hover:after {
	width: 100%
}
@media (min-width:576px) {
.g-elem_80-xs .g-elem_80__contentwap-figurewrap {
	width: 510px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_80-xs .g-elem_80__imgwrap {
	width: 251px
}
.g-elem_80-xs .g-elem_80__imgwrap figure {
	height: 180px
}
.g-elem_80-xs .g-elem_80__imgwrap figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.g-elem_80-xs .g-elem_80__imgwrap.long figure {
	height: 369px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_80-xs .g-elem_80__contentwap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_80-xs .g-elem_80__contentwap-figurewrap {
	margin-bottom: 0
}
.g-elem_80-xs .g-elem_80__contentwap-contentwrap {
	width: calc(100% - 510px);
	padding-left: 24px
}
}
@media (min-width:576px) and (min-width:1200px) {
.g-elem_80-xs .g-elem_80__contentwap-figurewrap {
	width: 536px
}
.g-elem_80-xs .g-elem_80__contentwap-contentwrap {
	width: calc(100% - 536px)
}
.g-elem_80-xs .g-elem_80__imgwrap {
	width: 265px
}
.g-elem_80-xs .g-elem_80__imgwrap figure {
	height: 190px
}
.g-elem_80-xs .g-elem_80__imgwrap.long figure {
	height: 388px
}
.g-elem_80-xs .g-elem_80__counterwrap-item {
	margin-left: 20px;
	margin-right: 20px
}
}
.g-elem_81 {
	padding: 50px 0 90px 0
}
.g-elem_81__grid {
	width: calc(100% - 0px)
}
.g-elem_81__grid-item {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px
}
.g-elem_81__grid-item figure {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center
}
.g-elem_81__grid-item figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block
}
.g-elem_81__grid-item .text {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 32px;
	font-size: 1.5625rem;
	color: var(--white)
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_81-xs {
	padding: 80px 0 90px 0
}
.g-elem_81-xs .g-elem_81__grid {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_81-xs .g-elem_81__grid-item {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px
}
.g-elem_81-xs .g-elem_81__grid-item figure {
	height: 319px
}
.g-elem_81-xs .g-elem_81__grid-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.g-elem_81-xs .g-elem_81__grid-item .text {
	font-size: 2rem
}
.g-elem_81-xs .g-elem_81__grid-item.bigitem figure {
	height: 660px
}
.g-elem_81-xs .g-elem_81__grid-item a:hover figure img {
	width: 105%;
	height: 105%
}
}
.g-elem_82 {
	padding: 59px 0 67px 0;
	background: var(--grey15);
	overflow: hidden;
	position: relative
}
.g-elem_82__heading {
	font-size: 4.375rem;
	color: #000;
	margin-bottom: 30px
}
.g-elem_82__slider {
	width: 100%
}
.g-elem_82__slider .item figure {
	height: 343px;
	overflow: hidden
}
.g-elem_82__slider .item figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.g-elem_82__counter {
	width: 100%;
	margin-top: 17px;
	margin-bottom: 35px
}
.g-elem_82__counter-item {
	width: calc(100% / 3 - 2px);
	min-height: 107px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: var(--black2);
	margin-left: 2px
}
.g-elem_82__counter-item:first-child {
	margin-left: 0
}
.g-elem_82__counter-item:nth-child(2) {
	background: var(--yellow)
}
.g-elem_82__counter-item_textwrap {
	padding: 19px
}
.g-elem_82__counter-item_textwrap .number {
	display: block;
	font-size: 2.1875rem;
	line-height: 35px;
	color: var(--white)
}
.g-elem_82__counter-item_textwrap .text {
	display: block;
font-size:.625rem;
	line-height: 13px;
	color: var(--white)
}
.g-elem_82__counter-item:nth-child(2) .g-elem_82__counter-item_textwrap .number {
	color: var(--black2)
}
.g-elem_82__content {
	width: 100%
}
.g-elem_82__content p {
	font-size: 1.125rem;
	line-height: 30px;
	color: #000
}
.g-elem_82__content p+p {
	margin-top: 30px
}
.g-elem_82 .owl-nav {
	display: block!important;
	margin-top: 3px
}
.g-elem_82 .owl-nav .owl-next, .g-elem_82 .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--black2)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_82 .owl-nav .owl-next:after, .g-elem_82 .owl-nav .owl-prev:after {
	content: "";
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_82 .owl-nav .owl-next span, .g-elem_82 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_82 .owl-nav .owl-next:focus:after, .g-elem_82 .owl-nav .owl-next:hover:after, .g-elem_82 .owl-nav .owl-prev:focus:after, .g-elem_82 .owl-nav .owl-prev:hover:after {
	width: 35px;
	height: 35px
}
.g-elem_82 .owl-nav .owl-prev {
	float: left;
	margin-right: 1px
}
.g-elem_82 .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left.svg)
}
.g-elem_82 .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right.svg)
}
.g-elem_82 .owl-dots {
	display: none
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_82-xs .g-elem_82__slider {
	padding-bottom: 123px
}
.g-elem_82-xs .g-elem_82__slider .item figure {
	height: 502px
}
.g-elem_82-xs .g-elem_82__counter {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	margin-top: -227px;
	z-index: 1;
	margin-bottom: 60px
}
.g-elem_82-xs .g-elem_82__counter-item {
	min-height: 148px;
	width: 148px
}
.g-elem_82-xs .g-elem_82__counter-item_textwrap {
	padding: 20px
}
.g-elem_82-xs .g-elem_82__counter-item_textwrap .number {
	font-size: 3rem;
	margin-bottom: 10px
}
.g-elem_82-xs .g-elem_82__counter-item_textwrap .text {
font-size:.875rem;
	line-height: 19px
}
.g-elem_82-xs .owl-nav {
	position: absolute;
	right: 0;
	top: -116px
}
.g-elem_82-xs .owl-nav .owl-next, .g-elem_82-xs .owl-nav .owl-prev {
	width: 82px;
	height: 82px
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_82-xs .g-elem_82__content p {
	font-size: 1.5rem;
	line-height: 48px
}
.g-elem_82-xs .g-elem_82__content p+p {
	margin-top: 48px
}
}
.g-elem_83 {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: center center;
	border-top: 1px solid var(--white)
}
.g-elem_83__content {
	padding: 82px 0 54px;
	display: block
}
.g-elem_83__content__subHeading {
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 5px
}
.g-elem_83__content__heading {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	height: 272px;
	margin-bottom: 30px
}
.g-elem_83__content__heading-text {
	color: var(--white);
	line-height: 58px
}
.g-elem_83__content-linktext {
	display: block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 7px
}
.g-elem_83__content-linktext_text {
	color: var(--white);
	text-transform: uppercase
}
.g-elem_83__content-linktext_icon {
	width: 27px;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_83__content-linktext:hover .g-elem_83__content-linktext_icon {
	margin-left: 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_83-xs .g-elem_83__content {
	padding: 118px 0 99px
}
.g-elem_83-xs .g-elem_83__content__subHeading {
	margin-bottom: 10px
}
.g-elem_83-xs .g-elem_83__content__heading {
	height: 209px
}
.g-elem_83-xs .g-elem_83__content__heading-text {
	font-size: 6.25rem;
	line-height: 110px
}
}
.g-elem_84 {
	padding: 55px 0 0 0;
	background: var(--grey15)
}
.g-elem_84 #big .owl-nav {
	display: none;
	position: absolute;
	top: -133px;
	z-index: 1;
	right: 0
}
.g-elem_84 #big .owl-nav .owl-next, .g-elem_84 #big .owl-nav .owl-prev {
	width: 82px;
	height: 82px;
	background-color: var(--black2)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_84 #big .owl-nav .owl-next:after, .g-elem_84 #big .owl-nav .owl-prev:after {
	content: "";
	width: 26px;
	height: 26px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_84 #big .owl-nav .owl-next span, .g-elem_84 #big .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_84 #big .owl-nav .owl-next:focus:after, .g-elem_84 #big .owl-nav .owl-next:hover:after, .g-elem_84 #big .owl-nav .owl-prev:focus:after, .g-elem_84 #big .owl-nav .owl-prev:hover:after {
	width: 28px;
	height: 28px
}
.g-elem_84 #big .owl-nav .owl-prev {
	float: left;
	margin-right: 1px
}
.g-elem_84 #big .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left.svg)
}
.g-elem_84 #big .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right.svg)
}
.g-elem_84__heading {
	font-size: 4.375rem;
	margin-bottom: 51px;
	color: #000
}
.g-elem_84__contentwrap {
	position: relative
}
.g-elem_84__contentwrap-imgwrap {
	width: 100%;
	height: 342px;
	overflow: hidden;
	margin-bottom: 43px
}
.g-elem_84__contentwrap-imgwrap img {
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover
}
.g-elem_84__contentwrap-imgwrap.keyimg height {
	height: 226px
}
.g-elem_84__content-head {
	font-size: 2.25rem;
	color: #000;
	margin-bottom: 25px
}
.g-elem_84__content-text p {
	font-size: 1.125rem;
	line-height: 30px;
	color: #000
}
.g-elem_84__timeline {
	position: relative;
	height: 120px;
	padding: 0 80px
}
.g-elem_84__timeline-linebg {
	width: 100%;
	height: 9px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	background: #c4c4c4;
	position: absolute;
	bottom: 48px;
	left: 0
}
.g-elem_84__timeline-openyear {
	font-size: 1.25rem;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0
}
.g-elem_84__timeline-currentyear {
	font-size: 1.25rem;
	color: #000;
	position: absolute;
	bottom: 0;
	right: 0
}
.g-elem_84__yearwrap {
	width: 100%
}
.g-elem_84__yearwrap .item {
	width: 100%
}
.g-elem_84__yearwrap-yeartext {
	position: relative;
	cursor: pointer;
	width: 78px;
	margin: auto;
	text-align: center
}
.g-elem_84__yearwrap-yeartext .year {
	font-size: 1.875rem;
	margin-bottom: 5px;
	opacity: 0
}
.g-elem_84__yearwrap-yeartext .bullet {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	border: 9px var(--grey9) solid;
	background: #fff;
	margin: auto
}
.g-elem_84__yearwrap .owl-item.current .g-elem_84__yearwrap-yeartext .bullet {
	border: 9px #fcc53a solid
}
.g-elem_84__yearwrap .owl-item.current .g-elem_84__yearwrap-yeartext .year {
	opacity: 1
}
.g-elem_84__yearwrap #thumbs .owl-nav {
	display: block;
	margin-top: 3px;
	width: 142px;
	margin: auto;
	margin-top: 68px
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-next, .g-elem_84__yearwrap #thumbs .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--black2)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-next:after, .g-elem_84__yearwrap #thumbs .owl-nav .owl-prev:after {
	content: "";
	width: 19px;
	height: 19px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-next span, .g-elem_84__yearwrap #thumbs .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-next:focus:after, .g-elem_84__yearwrap #thumbs .owl-nav .owl-next:hover:after, .g-elem_84__yearwrap #thumbs .owl-nav .owl-prev:focus:after, .g-elem_84__yearwrap #thumbs .owl-nav .owl-prev:hover:after {
	width: 26px;
	height: 26px
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-prev {
	float: left;
	margin-right: 1px
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-prev:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-left.svg)
}
.g-elem_84__yearwrap #thumbs .owl-nav .owl-next:after {
	background-image: url(https://d3vvmt2ub6odwk.cloudfront.net/static/jspl/dist/images/g/arrow-right.svg)
}
.g-elem_84--design2 {
	background: var(--litepurple);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}
.g-elem_84--design2 .g-elem_84__heading {
	font-size: 2.25rem;
	color: var(--white);
	margin-bottom: 40px
}
.g-elem_84--design2 .g-elem_84__content-head {
	font-size: 1.75rem;
	color: var(--white)
}
.g-elem_84--design2 .g-elem_84__content-text p {
	line-height: 28px;
	color: var(--grey20)
}
.g-elem_84--design2 .g-elem_84__timeline-openyear {
	color: var(--grey21)
}
.g-elem_84--design2 .g-elem_84__timeline-currentyear {
	color: var(--grey21)
}
.g-elem_84--design2 .g-elem_84__yearwrap-yeartext .year {
	color: var(--white)
}
.g-elem_84--design2 #thumbs .owl-nav .owl-next, .g-elem_84--design2 #thumbs .owl-nav .owl-prev {
	background-color: var(--white)!important;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box
}
.g-elem_84--design2 #thumbs .owl-nav .owl-next:after, .g-elem_84--design2 #thumbs .owl-nav .owl-prev:after {
	content: "";
	width: 17px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_84--design2 #thumbs .owl-nav .owl-next:focus:after, .g-elem_84--design2 #thumbs .owl-nav .owl-next:hover:after, .g-elem_84--design2 #thumbs .owl-nav .owl-prev:focus:after, .g-elem_84--design2 #thumbs .owl-nav .owl-prev:hover:after {
	width: 17px;
	height: 27px
}
.g-elem_84--design2 #thumbs .owl-nav .owl-prev:after {
	background-image: url(../images/g/arrow-left-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design2 #thumbs .owl-nav .owl-next:after {
	background-image: url(../images/g/arrow-right-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design2 #big .owl-nav .owl-next, .g-elem_84--design2 #big .owl-nav .owl-prev {
	background-color: var(--white)!important;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	width: 90px;
	height: 90px
}
.g-elem_84--design2 #big .owl-nav .owl-next:after, .g-elem_84--design2 #big .owl-nav .owl-prev:after {
	content: "";
	width: 17px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_84--design2 #big .owl-nav .owl-next:focus:after, .g-elem_84--design2 #big .owl-nav .owl-next:hover:after, .g-elem_84--design2 #big .owl-nav .owl-prev:focus:after, .g-elem_84--design2 #big .owl-nav .owl-prev:hover:after {
	width: 17px;
	height: 27px
}
.g-elem_84--design2 #big .owl-nav .owl-prev {
	margin-right: 5px
}
.g-elem_84--design2 #big .owl-nav .owl-prev:after {
	background-image: url(../images/g/arrow-left-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design2 #big .owl-nav .owl-next:after {
	background-image: url(../images/g/arrow-right-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design3 {
	background: var(--litepurple);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	padding-bottom: 40px
}
.g-elem_84--design3 .g-elem_84__heading {
	font-size: 2.25rem;
	color: var(--white);
	margin-bottom: 40px
}
.g-elem_84--design3 .g-elem_84__contentwrap-imgwrap {
	height: 226px
}
.g-elem_84--design3 .g-elem_84__content-head {
	font-size: 1.75rem;
	color: var(--white)
}
.g-elem_84--design3 .g-elem_84__content-text p {
	line-height: 28px;
	color: var(--grey20);
	margin-bottom: 34px
}
.g-elem_84--design3 .g-elem_84__content-link {
	font-size: 1.3125rem;
	margin-bottom: 67px
}
.g-elem_84--design3 .g-elem_84__content-link a {
	text-decoration: underline!important;
	color: var(--white)
}
.g-elem_84--design3 .g-elem_84__timeline {
	display: none
}
.g-elem_84--design3 .g-elem_84__yearwrap {
	display: none
}
.g-elem_84--design3 #thumbs .owl-nav .owl-next, .g-elem_84--design3 #thumbs .owl-nav .owl-prev {
	background-color: var(--white)!important;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box
}
.g-elem_84--design3 #thumbs .owl-nav .owl-next:after, .g-elem_84--design3 #thumbs .owl-nav .owl-prev:after {
	content: "";
	width: 17px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_84--design3 #thumbs .owl-nav .owl-next:focus:after, .g-elem_84--design3 #thumbs .owl-nav .owl-next:hover:after, .g-elem_84--design3 #thumbs .owl-nav .owl-prev:focus:after, .g-elem_84--design3 #thumbs .owl-nav .owl-prev:hover:after {
	width: 17px;
	height: 27px
}
.g-elem_84--design3 #thumbs .owl-nav .owl-prev:after {
	background-image: url(../images/g/arrow-left-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design3 #thumbs .owl-nav .owl-next:after {
	background-image: url(../images/g/arrow-right-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design3 #big .owl-nav {
	display: block;
	position: relative;
	top: 0
}
.g-elem_84--design3 #big .owl-nav .owl-next, .g-elem_84--design3 #big .owl-nav .owl-prev {
	background-color: var(--white)!important;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	width: 90px;
	height: 90px
}
.g-elem_84--design3 #big .owl-nav .owl-next:after, .g-elem_84--design3 #big .owl-nav .owl-prev:after {
	content: "";
	width: 17px;
	height: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_84--design3 #big .owl-nav .owl-next:focus:after, .g-elem_84--design3 #big .owl-nav .owl-next:hover:after, .g-elem_84--design3 #big .owl-nav .owl-prev:focus:after, .g-elem_84--design3 #big .owl-nav .owl-prev:hover:after {
	width: 17px;
	height: 27px
}
.g-elem_84--design3 #big .owl-nav .owl-prev {
	margin-right: 5px
}
.g-elem_84--design3 #big .owl-nav .owl-prev:after {
	background-image: url(../images/g/arrow-left-b2-black.png);
	background-repeat: no-repeat
}
.g-elem_84--design3 #big .owl-nav .owl-next:after {
	background-image: url(../images/g/arrow-right-b2-black.png);
	background-repeat: no-repeat
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_84-xs {
	padding: 76px 0 76px 0
}
.g-elem_84-xs #big .owl-nav {
	display: block
}
.g-elem_84-xs #thumbs .owl-nav {
	display: none
}
.g-elem_84-xs .g-elem_84__content {
	padding-left: 30px;
	padding-top: 30px
}
.g-elem_84-xs.g-elem_84--design3 {
	padding-bottom: 80px
}
.g-elem_84-xs.g-elem_84--design3 #big .owl-nav {
	display: block
}
.g-elem_84-xs.g-elem_84--design3 .g-elem_84__content-link {
	margin-bottom: 0
}
.g-elem_84-xs.g-elem_84--design3 .g-elem_84__contentwrap-imgwrap {
	height: auto;
	margin-bottom: 0
}
.g-elem_84-xs.g-elem_84--design3 .g-elem_84__contentwrap-imgwrap img {
	height: auto
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_84-xs {
	padding: 83px 0 92px 0
}
.g-elem_84-xs .g-elem_84__heading {
	margin-bottom: 60px
}
.g-elem_84-xs.g-elem_84--design2 .g-elem_84__heading {
	font-size: 3.75rem
}
.g-elem_84-xs.g-elem_84--design2 .g-elem_84__content-head {
	font-size: 2.25rem
}
.g-elem_84-xs.g-elem_84--design2 .g-elem_84__content-text p {
	font-size: 1.3125rem
}
.g-elem_84-xs.g-elem_84--design3 {
	padding-bottom: 80px
}
.g-elem_84-xs.g-elem_84--design3 #big .owl-nav {
	position: absolute;
	top: -133px
}
.g-elem_84-xs.g-elem_84--design3 .g-elem_84__heading {
	font-size: 3.75rem
}
.g-elem_84-xs.g-elem_84--design3 .g-elem_84__content-head {
	font-size: 2.25rem
}
.g-elem_84-xs.g-elem_84--design3 .g-elem_84__content-text p {
	font-size: 1.3125rem
}
}
.g-elem_85 {
	padding-bottom: 80px
}
.g-elem_85__contentwrap-content {
	font-size: 1.125rem;
	line-height: 36px;
	color: var(--black4)
}
.g-elem_85__contentwrap-imgwarp figure {
	width: 100%
}
@media (min-width:576px) and (min-width:768px) and (min-width:992px) {
.g-elem_85-xs .g-elem_85__contentwrap-content {
	font-size: 1.5rem;
	line-height: 48px
}
}
.g-elem_86 {
	padding: 90px 0 90px 0;
	position: relative
}
.g-elem_86__head {
	font-size: 3rem;
	color: var(--black);
	margin-bottom: 20px
}
.g-elem_86__focusareatab {
	width: 100%;
	float: left;
	padding-right: 0;
	border: none
}
.g-elem_86__foucusareacontent {
	width: calc(100% - 0px);
	float: left
}
.g-elem_86 .tab-content>.active {
	opacity: 1
}
.g-elem_86 .responsive-tabs-container.accordion-xs .nav-tabs {
	display: none
}
.g-elem_86 .tab-pane {
	position: relative
}
.g-elem_86 .responsive-tabs-container[class*=accordion-] .accordion-link {
	display: block;
	color: var(--black2);
	background: var(--white7);
	border: none;
	outline: 0;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1rem
}
.g-elem_86__contentwrap {
	width: 100%
}
.g-elem_86__contentwrap figure {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px
}
.g-elem_86__contentwrap figure img {
	width: 100%;
	height: auto;
	display: block
}
.g-elem_86__contentwrap-headtext {
	margin-bottom: 20px
}
.g-elem_86__contentwrap-headtext--head {
	font-size: 2.25rem;
	color: var(--black)
}
.g-elem_86__contentwrap-content p {
	font-size: 1.5rem;
	line-height: 48px;
	margin-bottom: 33px
}
.g-elem_86__linktext {
	display: block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}
.g-elem_86__linktext_text {
	color: var(--black)
}
.g-elem_86__linktext_icon {
	width: 28px;
	height: 14px;
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_86__linktext:hover .g-elem_86__linktext_icon {
	margin-left: 15px
}
.g-elem_86 .owl-nav {
	display: block!important;
	position: relative
}
.g-elem_86 .owl-nav .owl-next, .g-elem_86 .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	background-color: var(--black2)!important;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: none;
	outline: 0
}
.g-elem_86 .owl-nav .owl-next:after, .g-elem_86 .owl-nav .owl-prev:after {
	content: "";
	width: 19px;
	height: 31px;
	background-size: 19px 31px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_86 .owl-nav .owl-next span, .g-elem_86 .owl-nav .owl-prev span {
	font-size: 0
}
.g-elem_86 .owl-nav .owl-next:focus:after, .g-elem_86 .owl-nav .owl-next:hover:after, .g-elem_86 .owl-nav .owl-prev:focus:after, .g-elem_86 .owl-nav .owl-prev:hover:after {
	width: 21px;
	height: 34px;
	background-size: 21px 34px
}
.g-elem_86 .owl-nav .owl-prev {
	float: left;
	margin-right: 1px
}
.g-elem_86 .owl-nav .owl-prev:after {
	background-image: url(../images/g/arrow-left-b2-white.png)
}
.g-elem_86 .owl-nav .owl-next:after {
	background-image: url(../images/g/arrow-right-b2-white.png)
}
.g-elem_86 .owl-dots {
	display: none!important
}
.g-elem_86 .slider-counter {
	position: absolute;
	right: 0;
	bottom: 21px;
	z-index: 1
}
.g-elem_86 .slider-counter span {
	color: var(--black);
	font-size: 1.1875rem
}
.g-elem_86 .slider-counter span.slider-counter__divider {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px
}
.g-elem_86 .slider-counter span.slider-counter__totalCount {
	color: #9d9d9d
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_86-xs .g-elem_86__head {
	position: absolute;
	top: -16px
}
.g-elem_86-xs .g-elem_86__focusareatab {
	width: 350px
}
.g-elem_86-xs .g-elem_86__focusareatab-link {
	display: block;
	margin-bottom: 23px
}
.g-elem_86-xs .g-elem_86__focusareatab-link a {
	display: inline-block;
	font-size: 1.5rem;
	font-family: GothamMedium;
	color: var(--grey16);
	padding-bottom: 7px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_86-xs .g-elem_86__focusareatab-link a:after {
	content: "";
	width: 0%;
	background: var(--orange3);
	position: absolute;
	left: 0;
	bottom: 0;
	height: 9px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.g-elem_86-xs .g-elem_86__focusareatab-link.active a, .g-elem_86-xs .g-elem_86__focusareatab-link:hover a {
	color: var(--black)
}
.g-elem_86-xs .g-elem_86__focusareatab-link.active a:after, .g-elem_86-xs .g-elem_86__focusareatab-link:hover a:after {
	width: 100%
}
.g-elem_86-xs .g-elem_86__foucusareacontent {
	width: calc(100% - 350px);
	padding-left: 90px
}
.g-elem_86-xs .g-elem_86__contentwrap-headtext {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}
.g-elem_86-xs .responsive-tabs-container.accordion-xs .nav-tabs {
	display: block;
	padding-top: 72px
}
.g-elem_86-xs .responsive-tabs-container[class*=accordion-] .accordion-link {
	display: none
}
}
.g-elem_87 {
	background-color: var(--purplegrey);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background: #3f3039;
	background: -moz-linear-gradient(-45deg, #3f3039 0, #412125 64%, #412125 78%, #3f3039 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0, #3f3039), color-stop(64%, #412125), color-stop(78%, #412125), color-stop(100%, #3f3039));
	background: -webkit-linear-gradient(-45deg, #3f3039 0, #412125 64%, #412125 78%, #3f3039 100%);
	background: -o-linear-gradient(-45deg, #3f3039 0, #412125 64%, #412125 78%, #3f3039 100%);
	background: -ms-linear-gradient(-45deg, #3f3039 0, #412125 64%, #412125 78%, #3f3039 100%);
	background: linear-gradient(135deg, #3f3039 0, #412125 64%, #412125 78%, #3f3039 100%)
}
.g-elem_87__listwrap-list {
	padding: 52px 0 52px 0;
	border-top: 1px var(--grey19) solid
}
.g-elem_87__listwrap-list--imageswrap {
	width: 100%;
	height: 377px;
	overflow: hidden
}
.g-elem_87__listwrap-list--imageswrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease
}
.g-elem_87__listwrap-list--contentwrap {
	padding-top: 40px;
	position: relative
}
.g-elem_87__listwrap-list--contentwrap-head {
	font-size: 1.5rem;
	color: var(--white);
	margin-bottom: 27px
}
.g-elem_87__listwrap-list--contentwrap-text p {
font-size:.875rem;
	line-height: 18px;
	margin-bottom: 32px;
	color: var(--grey20)
}
.g-elem_87__listwrap-list--contentwrap-text p+p {
	margin-top: 15px
}
.g-elem_87__listwrap-list--contentwrap-link {
	width: 74px;
	height: 74px
}
.g-elem_87__listwrap-list--contentwrap-link a {
	background: var(--white);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-clip: padding-box;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	color: var(--black);
font-size:.5625rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.g-elem_87__listwrap-list--contentwrap-link a:hover {
	background: #806c6f;
	color: var(--black)
}
.g-elem_87__listwrap-list:first-child {
	border: none
}
@media (min-width:576px) {
.g-elem_87-xs .g-elem_87__listwrap-list--imageswrap {
	width: 313px
}
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_87-xs .g-elem_87__listwrap-list {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap {
	padding: 27px 0 0 60px;
	width: calc(100% - 313px)
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-link {
	position: absolute;
	bottom: 20px;
	left: 60px
}
}
@media (min-width:576px) and (min-width:768px) and (min-width:992px) {
.g-elem_87-xs .g-elem_87__listwrap-list {
	padding: 74px 36px
}
.g-elem_87-xs .g-elem_87__listwrap-list--imageswrap {
	width: 370px;
	height: 479px
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap {
	padding: 37px 0 0 60px;
	width: calc(100% - 370px)
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-head {
	font-size: 2.25rem;
	margin-bottom: 43px
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-text p {
	font-size: 1.0625rem;
	line-height: 28px;
	margin-bottom: 0
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-text p+p {
	margin-top: 15px
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-link {
	width: 114px;
	height: 114px;
	left: 60px
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-link a {
font-size:.75rem;
	padding: 0 30px;
	text-align: center
}
}
@media (min-width:576px) and (min-width:768px) and (min-width:1200px) {
.g-elem_87-xs .g-elem_87__listwrap-list--imageswrap {
	width: 484px;
	height: 580px
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap {
	padding: 57px 0 0 100px;
	width: calc(100% - 484px)
}
.g-elem_87-xs .g-elem_87__listwrap-list--contentwrap-link {
	left: 100px
}
}
.g-elem_88__list {
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: -515px 0;
	position: relative;
	padding-top: 231px;
	padding-bottom: 33px
}
.g-elem_88__content {
	width: 100%
}
.g-elem_88__content-subhead {
font-size:.875rem;
	letter-spacing: 2px;
	color: var(--cream);
	margin-bottom: 12px
}
.g-elem_88__content-head {
	font-size: 2.75rem;
	line-height: 50px;
	color: var(--white);
	margin-bottom: 21px
}
.g-elem_88__content-head span {
	display: block
}
.g-elem_88__content-link {
	width: 81px;
	height: 81px
}
.g-elem_88__content-link a {
	background: var(--white);
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-clip: padding-box;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	color: var(--black);
font-size:.5625rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 0 12px;
	text-align: center
}
.g-elem_88__content-link a:hover {
	background: #806c6f;
	color: var(--black)
}
@media (min-width:576px) {
.g-elem_88-xs .g-elem_88__list {
	background-position: right top
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_88-xs .g-elem_88__list {
	padding-bottom: 58px
}
.g-elem_88-xs .g-elem_88__content-subhead {
	font-size: 1.0625rem
}
.g-elem_88-xs .g-elem_88__content-head {
	font-size: 4.5625rem;
	line-height: 80px;
	margin-bottom: 40px
}
.g-elem_88-xs .g-elem_88__content-link {
	width: 114px;
	height: 114px
}
.g-elem_88-xs .g-elem_88__content-link a {
font-size:.75rem;
	padding: 0 30px;
	text-align: center
}
}
.g-elem_89 {
	position: relative;
	padding-top: 305px;
	padding-bottom: 50px;
	border-bottom: 1px var(--white) solid
}
.g-elem_89__bgimages {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	z-index: 1;
	width: 100%;
	height: 100%
}
.g-elem_89__bgimages.mobver {
	display: block
}
.g-elem_89__bgimages.deskver {
	display: none
}
.g-elem_89 .container {
	position: relative;
	z-index: 2
}
.g-elem_89__contentwrap {
	width: 100%
}
.g-elem_89__contentwrap-iconcoma {
	width: 68px;
	height: 55px;
	margin-bottom: 40px
}
.g-elem_89__contentwrap-iconcoma img {
	display: block;
	width: 100%;
	height: auto
}
.g-elem_89__contentwrap-text p {
	font-size: 1.375rem;
	color: var(--white);
	line-height: 28px;
	margin-bottom: 28px
}
.g-elem_89__contentwrap-sign {
	font-size: 2.25rem;
	color: var(--white)
}
@media (min-width:576px) and (min-width:768px) {
.g-elem_89-xs {
	padding-top: 100px;
	padding-bottom: 80px
}
.g-elem_89-xs .g-elem_89__bgimages.mobver {
	display: none
}
.g-elem_89-xs .g-elem_89__bgimages.deskver {
	display: block
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_89-xs .g-elem_89__contentwrap {
	padding-left: 20px
}
.g-elem_89-xs .g-elem_89__contentwrap-iconcoma {
	width: 71px;
	height: 57px;
	margin-bottom: 42px
}
.g-elem_89-xs .g-elem_89__contentwrap-text p {
	font-size: 1.8125rem;
	line-height: 40px
}
.g-elem_89-xs .g-elem_89__contentwrap-sign {
	font-size: 3.125rem
}
}
.g-elem_90 {
	padding: 58px 0
}
.g-elem_90__content-head {
	font-size: 2.25rem;
	margin-bottom: 23px;
	color: var(--purple2)
}
.g-elem_90__content-text p {
	font-size: 1.125rem;
	line-height: 28px;
	color: var(--grey17)
}
.g-elem_90__content-text p+p {
	margin-top: 25px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_90-xs {
	padding: 79px 0 77px 0
}
.g-elem_90-xs .g-elem_90__content-head {
	font-size: 3.75rem;
	margin-bottom: 45px
}
.g-elem_90-xs .g-elem_90__content-text p {
	font-size: 1.3125rem
}
}
.g-elem_91 {
	padding: 51px 0 72px 0
}
.g-elem_91__content {
	padding-bottom: 43px
}
.g-elem_91__content-head {
	font-size: 2.25rem;
	color: var(--purple2);
	margin-bottom: 32px
}
.g-elem_91__content-text {
	margin-bottom: 42px
}
.g-elem_91__content-text p {
	font-size: 1.125rem;
	line-height: 28px;
	color: var(--grey17)
}
.g-elem_91__content-text p+p {
	margin-top: 31px
}
.g-elem_91__imgwrap {
	width: 100%;
	overflow: hidden
}
.g-elem_91__imgwrap img {
	width: 100%;
	height: auto
}
.g-elem_91__counter {
	width: 100%
}
.g-elem_91__counter-item {
	width: calc(100% / 3 - 2px);
	min-height: 107px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: var(--purple);
	margin-left: 2px
}
.g-elem_91__counter-item:first-child {
	margin-left: 0
}
.g-elem_91__counter-item:nth-child(2) {
	background: var(--purple2)
}
.g-elem_91__counter-item_textwrap {
	padding: 19px
}
.g-elem_91__counter-item_textwrap .number {
	display: block;
	font-size: 2.1875rem;
	line-height: 35px;
	color: var(--white)
}
.g-elem_91__counter-item_textwrap .text {
	display: block;
font-size:.625rem;
	line-height: 13px;
	color: var(--white)
}
.g-elem_91__counter-item:nth-child(2) .g-elem_69__counter-item_textwrap .number {
	color: var(--black2)
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_91-xs {
	padding: 65px 0 72px 0
}
.g-elem_91-xs .g-elem_91__content {
	padding-top: 0
}
.g-elem_91-xs .g-elem_91__content-head {
	font-size: 3.75rem
}
.g-elem_91-xs .g-elem_91__content-text p {
	font-size: 1.3125rem;
	padding-right: 60px;
	line-height: 29px
}
.g-elem_91-xs .g-elem_91__counter {
	width: 473px
}
.g-elem_91-xs .g-elem_91__counter-item_textwrap {
	padding: 32px 30px
}
.g-elem_91-xs .g-elem_91__counter-item_textwrap .number {
	font-size: 3.125rem;
	margin-bottom: 11px
}
.g-elem_91-xs .g-elem_91__counter-item_textwrap .text {
font-size:.9375rem;
	line-height: 19px
}
}
.g-elem_92 {
	background: var(--litepurple2);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	padding: 100px 0 67px 0;
	position: relative
}
.g-elem_92 .flipster__nav {
	display: none
}
.g-elem_92__topcontent {
	text-align: center;
	position: relative;
	z-index: 99;
	margin-top: -196px;
	padding-bottom: 112px
}
.g-elem_92__topcontent-subhead {
font-size:.875rem;
	color: var(--white);
	text-align: center;
	margin-bottom: 12px
}
.g-elem_92__topcontent-head {
	font-size: 2.75rem;
	color: var(--white);
	line-height: 52px;
	margin-bottom: 13px;
	padding: 0 30px
}
.g-elem_92__topcontent-link {
	width: 92px;
	height: 92px;
	margin: auto
}
.g-elem_92__topcontent-link a {
	background: var(--white);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-clip: padding-box;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	color: var(--black);
font-size:.5625rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase
}
.g-elem_92__topcontent-link a:hover {
	background: #806c6f;
	color: var(--black)
}
.g-elem_92__bottomcontent-icon {
	width: 63px;
	margin: auto
}
.g-elem_93 {
	position: relative;
	padding: 90px 0 90px 0
}
.g-elem_93__head {
	font-size: 3rem;
	color: var(--black);
	margin-bottom: 20px
}
.g-elem_93 .card {
	margin-bottom: 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box
}
.g-elem_93 .card-header h5 a {
	display: block;
	background-color: var(--grey);
	color: var(--black);
	position: relative;
	cursor: pointer;
	margin-bottom: 0
}
.g-elem_93 .card-header h5 a span {
	width: calc(100% - 20px);
	float: left;
	font-size: 24px
}
.g-elem_93 .card-header h5 a em {
	width: 20px;
	float: right
}
.g-elem_93__contentwrap figure {
	width: 100%
}
.g-elem_93__contentwrap figure img {
	width: 100%;
	height: auto
}
.g-elem_93__contentwrap p {
	color: var(--black4);
	line-height: 30px;
	margin-bottom: 20px
}
.g-elem_93__contentwrap-head {
	margin-bottom: 15px
}
.g-elem_93__bulletlist {
	padding-bottom: 20px;
	overflow: hidden
}
.g-elem_93__bulletlist-list {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	padding-left: 25px;
	color: var(--black2);
	margin-bottom: 15px;
	position: relative;
	width: 100%
}
.g-elem_93__bulletlist-list:before {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 10px;
	background: var(--black4)
}
.g-elem_93__bulletlist-list ul {
	padding-top: 20px
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_93-xs .g-elem_93__contentwrap p {
	line-height: 48px;
	font-size: 1.5rem;
	margin-bottom: 30px
}
.g-elem_93-xs .g-elem_93__contentwrap-head {
	font-size: 1.875rem;
	margin-bottom: 25px
}
.g-elem_93-xs .g-elem_93__bulletlist {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}
.g-elem_93-xs .g-elem_93__bulletlist-list {
	font-size: 1.375rem;
	width: 50%;
	float: left;
	flex-wrap: wrap
}
}
.g-elem_94 {
	background: #202020 none repeat scroll 0 0;
	background-image: url(../../../../../jspl.s3.ap-south-1.amazonaws.com/jindalsteelpower/custom/jindalsteelpower/1609138490_pattern2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative
}
.g-elem_94__contentwrap {
	padding: 50px 0 50px 0;
	display: none
}
.g-elem_94__contentwrap-head {
	color: var(--white);
	font-size: 1.875rem;
	margin-bottom: 30px
}
.g-elem_94__contentwrap-linkwrap {
	flex-wrap: wrap
}
.g-elem_94__contentwrap-linkwrap_link {
	width: calc(100% / 1);
	margin-bottom: 16px
}
.g-elem_94__contentwrap-linkwrap_link a {
	display: block;
	background: url(https://jspl.s3.ap-south-1.amazonaws.com/jindalsteelpower/custom/jindalsteelpower/1609146828_arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 37px;
	font-size: 1.1875rem;
	color: var(--white)
}
.g-elem_94__contentwrap-linkwrap_link a span {
	display: block;
	font-style: italic;
font-size:.75rem;
	color: orange
}
.g-elem_94__opensectionbt {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 8px
}
.g-elem_94__opensectionbt a {
	display: block;
	padding: 7px 14px;
	color: var(--white);
	font-size: 1rem;
	background: #424242;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.g-elem_94__opensectionbt a:hover {
	background: var(--black);
	color: var(--white)
}
@media (min-width:576px) {
.g-elem_94-xs .g-elem_94__contentwrap-linkwrap_link {
	width: calc(100% / 2)
}
}
@media (min-width:576px) and (min-width:992px) {
.g-elem_94-xs .g-elem_94__contentwrap-linkwrap_link {
	width: calc(100% / 3)
}
.g-elem_94-xs .g-elem_94__opensectionbt {
	right: 16px
}
}
body.jindalsteelpower {
--fbg:var(--black2);
--fbc:var(--grey1);
--bc1:var(--grey1);
--visionbc:var(--grey1);
--hblc:var(--orange)
}
.morecontent {
	display: none
}
.morelink {
	font-weight: 700;
	margin-left: 2px;
	cursor: pointer
}
