@font-face {
	font-family: Albra-Semi;
	font-display: swap;
	src: url(../vo-fonts/Albra/Albra-Semi.ttf) format("truetype"), url(../vo-fonts/Albra/Albra-Semi.otf) format("opentype")
}

@font-face {
	font-family: Gilroy-Regular;
	font-display: swap;
	src: url(../vo-fonts/Gilroy/Gilroy-Regular.ttf) format("truetype"), url(../vo-fonts/Gilroy/Gilroy-Regular.otf) format("opentype")
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	background-color: transparent;
	outline: none;
	border: 0
}

.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex--hr-1>*+* {
	margin-left: rem(1)
}

.flex--hr-2>*+* {
	margin-left: rem(2)
}

.flex--hr-3>*+* {
	margin-left: rem(3)
}

.flex--hr-5>*+* {
	margin-left: rem(5)
}

.flex--hr-6>*+* {
	margin-left: rem(6)
}

.flex--hr-7>*+* {
	margin-left: rem(7)
}

.flex--hr-8>*+* {
	margin-left: rem(8)
}

.flex--hr-9>*+* {
	margin-left: rem(9)
}

.flex--hr-10>*+* {
	margin-left: rem(10)
}

.flex--hr-11>*+* {
	margin-left: rem(11)
}

.flex--hr-12>*+* {
	margin-left: rem(12)
}

.flex--hr-13>*+* {
	margin-left: rem(13)
}

.flex--hr-14>*+* {
	margin-left: rem(14)
}

.flex--hr-15>*+* {
	margin-left: rem(15)
}

.flex--hr-16>*+* {
	margin-left: rem(16)
}

.flex--hr-17>*+* {
	margin-left: rem(17)
}

.flex--hr-18>*+* {
	margin-left: rem(18)
}

.flex--hr-19>*+* {
	margin-left: rem(19)
}

.flex--hr-20>*+* {
	margin-left: rem(20)
}

.flex--inline {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.flex--item-start {
	-ms-flex-align: start;
	align-items: flex-start
}

.flex--item-end {
	-ms-flex-align: end;
	align-items: flex-end
}

.flex--item-center {
	-ms-flex-align: center;
	align-items: center
}

.flex--item-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.flex--align-middle {
	-ms-flex-line-pack: center;
	align-content: center
}

.flex--align-bottom {
	-ms-flex-line-pack: bottom;
	align-content: bottom
}

.flex--justify-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex--justify-end {
	-ms-flex-pack: end;
	justify-content: end
}

.flex--justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

.flex--space-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex--space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex--equalColumns>* {
	-ms-flex: 1;
	flex: 1
}

.flex--nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flex__item--grow {
	-ms-flex: 1;
	flex: 1
}

.flex__item--no-shrink {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (min-width:412px) {
	.flex-small {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.flex-small--hr-1>*+* {
		margin-left: rem(1)
	}

	.flex-small--hr-2>*+* {
		margin-left: rem(2)
	}

	.flex-small--hr-3>*+* {
		margin-left: rem(3)
	}

	.flex-small--hr-5>*+* {
		margin-left: rem(5)
	}

	.flex-small--hr-6>*+* {
		margin-left: rem(6)
	}

	.flex-small--hr-7>*+* {
		margin-left: rem(7)
	}

	.flex-small--hr-8>*+* {
		margin-left: rem(8)
	}

	.flex-small--hr-9>*+* {
		margin-left: rem(9)
	}

	.flex-small--hr-10>*+* {
		margin-left: rem(10)
	}

	.flex-small--hr-11>*+* {
		margin-left: rem(11)
	}

	.flex-small--hr-12>*+* {
		margin-left: rem(12)
	}

	.flex-small--hr-13>*+* {
		margin-left: rem(13)
	}

	.flex-small--hr-14>*+* {
		margin-left: rem(14)
	}

	.flex-small--hr-15>*+* {
		margin-left: rem(15)
	}

	.flex-small--hr-16>*+* {
		margin-left: rem(16)
	}

	.flex-small--hr-17>*+* {
		margin-left: rem(17)
	}

	.flex-small--hr-18>*+* {
		margin-left: rem(18)
	}

	.flex-small--hr-19>*+* {
		margin-left: rem(19)
	}

	.flex-small--hr-20>*+* {
		margin-left: rem(20)
	}

	.flex-small--inline {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.flex-small--item-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.flex-small--item-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.flex-small--item-center {
		-ms-flex-align: center;
		align-items: center
	}

	.flex-small--item-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.flex-small--align-middle {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.flex-small--align-bottom {
		-ms-flex-line-pack: bottom;
		align-content: bottom
	}

	.flex-small--justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.flex-small--justify-end {
		-ms-flex-pack: end;
		justify-content: end
	}

	.flex-small--justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.flex-small--space-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.flex-small--space-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.flex-small--equalColumns>* {
		-ms-flex: 1;
		flex: 1
	}

	.flex-small--nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.flex-small__item--grow {
		-ms-flex: 1;
		flex: 1
	}

	.flex-small__item--no-shrink {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

@media (max-width:412px) {
	.flex-small[class*="--hr"]>*+* {
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:768px) {
	.flex-medium {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.flex-medium--hr-1>*+* {
		margin-left: rem(1)
	}

	.flex-medium--hr-2>*+* {
		margin-left: rem(2)
	}

	.flex-medium--hr-3>*+* {
		margin-left: rem(3)
	}

	.flex-medium--hr-5>*+* {
		margin-left: rem(5)
	}

	.flex-medium--hr-6>*+* {
		margin-left: rem(6)
	}

	.flex-medium--hr-7>*+* {
		margin-left: rem(7)
	}

	.flex-medium--hr-8>*+* {
		margin-left: rem(8)
	}

	.flex-medium--hr-9>*+* {
		margin-left: rem(9)
	}

	.flex-medium--hr-10>*+* {
		margin-left: rem(10)
	}

	.flex-medium--hr-11>*+* {
		margin-left: rem(11)
	}

	.flex-medium--hr-12>*+* {
		margin-left: rem(12)
	}

	.flex-medium--hr-13>*+* {
		margin-left: rem(13)
	}

	.flex-medium--hr-14>*+* {
		margin-left: rem(14)
	}

	.flex-medium--hr-15>*+* {
		margin-left: rem(15)
	}

	.flex-medium--hr-16>*+* {
		margin-left: rem(16)
	}

	.flex-medium--hr-17>*+* {
		margin-left: rem(17)
	}

	.flex-medium--hr-18>*+* {
		margin-left: rem(18)
	}

	.flex-medium--hr-19>*+* {
		margin-left: rem(19)
	}

	.flex-medium--hr-20>*+* {
		margin-left: rem(20)
	}

	.flex-medium--inline {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.flex-medium--item-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.flex-medium--item-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.flex-medium--item-center {
		-ms-flex-align: center;
		align-items: center
	}

	.flex-medium--item-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.flex-medium--align-middle {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.flex-medium--align-bottom {
		-ms-flex-line-pack: bottom;
		align-content: bottom
	}

	.flex-medium--justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.flex-medium--justify-end {
		-ms-flex-pack: end;
		justify-content: end
	}

	.flex-medium--justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.flex-medium--space-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.flex-medium--space-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.flex-medium--equalColumns>* {
		-ms-flex: 1;
		flex: 1
	}

	.flex-medium--nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.flex-medium__item--grow {
		-ms-flex: 1;
		flex: 1
	}

	.flex-medium__item--no-shrink {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

@media (max-width:768px) {
	.flex-medium[class*="--hr"]>*+* {
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:1024px) {
	.flex-large {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.flex-large--hr-1>*+* {
		margin-left: rem(1)
	}

	.flex-large--hr-2>*+* {
		margin-left: rem(2)
	}

	.flex-large--hr-3>*+* {
		margin-left: rem(3)
	}

	.flex-large--hr-5>*+* {
		margin-left: rem(5)
	}

	.flex-large--hr-6>*+* {
		margin-left: rem(6)
	}

	.flex-large--hr-7>*+* {
		margin-left: rem(7)
	}

	.flex-large--hr-8>*+* {
		margin-left: rem(8)
	}

	.flex-large--hr-9>*+* {
		margin-left: rem(9)
	}

	.flex-large--hr-10>*+* {
		margin-left: rem(10)
	}

	.flex-large--hr-11>*+* {
		margin-left: rem(11)
	}

	.flex-large--hr-12>*+* {
		margin-left: rem(12)
	}

	.flex-large--hr-13>*+* {
		margin-left: rem(13)
	}

	.flex-large--hr-14>*+* {
		margin-left: rem(14)
	}

	.flex-large--hr-15>*+* {
		margin-left: rem(15)
	}

	.flex-large--hr-16>*+* {
		margin-left: rem(16)
	}

	.flex-large--hr-17>*+* {
		margin-left: rem(17)
	}

	.flex-large--hr-18>*+* {
		margin-left: rem(18)
	}

	.flex-large--hr-19>*+* {
		margin-left: rem(19)
	}

	.flex-large--hr-20>*+* {
		margin-left: rem(20)
	}

	.flex-large--inline {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.flex-large--item-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.flex-large--item-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.flex-large--item-center {
		-ms-flex-align: center;
		align-items: center
	}

	.flex-large--item-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.flex-large--align-middle {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.flex-large--align-bottom {
		-ms-flex-line-pack: bottom;
		align-content: bottom
	}

	.flex-large--justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.flex-large--justify-end {
		-ms-flex-pack: end;
		justify-content: end
	}

	.flex-large--justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.flex-large--space-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.flex-large--space-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.flex-large--equalColumns>* {
		-ms-flex: 1;
		flex: 1
	}

	.flex-large--nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.flex-large__item--grow {
		-ms-flex: 1;
		flex: 1
	}

	.flex-large__item--no-shrink {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

@media (max-width:1024px) {
	.flex-large[class*="--hr"]>*+* {
		margin-left: 0;
		margin-right: 0
	}
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0
}

.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0
}

.col-lg,
.col-md,
.col-sm,
.col-xs {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.3333333333%;
	flex-basis: 8.3333333333%;
	max-width: 8.3333333333%
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.6666666667%;
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.3333333333%;
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.6666666667%;
	flex-basis: 41.6666666667%;
	max-width: 41.6666666667%
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.3333333333%;
	flex-basis: 58.3333333333%;
	max-width: 58.3333333333%
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.6666666667%;
	flex-basis: 66.6666666667%;
	max-width: 66.6666666667%
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.3333333333%;
	flex-basis: 83.3333333333%;
	max-width: 83.3333333333%
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.6666666667%;
	flex-basis: 91.6666666667%;
	max-width: 91.6666666667%
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.off-xs-1 {
	margin-left: 8.3333333333%
}

.off-xs-2 {
	margin-left: 16.6666666667%
}

.off-xs-3 {
	margin-left: 25%
}

.off-xs-4 {
	margin-left: 33.3333333333%
}

.off-xs-5 {
	margin-left: 41.6666666667%
}

.off-xs-6 {
	margin-left: 50%
}

.off-xs-7 {
	margin-left: 58.3333333333%
}

.off-xs-8 {
	margin-left: 66.6666666667%
}

.off-xs-9 {
	margin-left: 75%
}

.off-xs-10 {
	margin-left: 83.3333333333%
}

.off-xs-11 {
	margin-left: 91.6666666667%
}

.off-xs-reset {
	margin-left: 0
}

@media only screen and (min-width:768px) {
	.col-sm-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.off-sm-1 {
		margin-left: 8.3333333333%
	}

	.off-sm-2 {
		margin-left: 16.6666666667%
	}

	.off-sm-3 {
		margin-left: 25%
	}

	.off-sm-4 {
		margin-left: 33.3333333333%
	}

	.off-sm-5 {
		margin-left: 41.6666666667%
	}

	.off-sm-6 {
		margin-left: 50%
	}

	.off-sm-7 {
		margin-left: 58.3333333333%
	}

	.off-sm-8 {
		margin-left: 66.6666666667%
	}

	.off-sm-9 {
		margin-left: 75%
	}

	.off-sm-10 {
		margin-left: 83.3333333333%
	}

	.off-sm-11 {
		margin-left: 91.6666666667%
	}

	.off-sm-reset {
		margin-left: 0
	}
}

@media only screen and (min-width:992px) {
	.col-md-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.off-md-1 {
		margin-left: 8.3333333333%
	}

	.off-md-2 {
		margin-left: 16.6666666667%
	}

	.off-md-3 {
		margin-left: 25%
	}

	.off-md-4 {
		margin-left: 33.3333333333%
	}

	.off-md-5 {
		margin-left: 41.6666666667%
	}

	.off-md-6 {
		margin-left: 50%
	}

	.off-md-7 {
		margin-left: 58.3333333333%
	}

	.off-md-8 {
		margin-left: 66.6666666667%
	}

	.off-md-9 {
		margin-left: 75%
	}

	.off-md-10 {
		margin-left: 83.3333333333%
	}

	.off-md-11 {
		margin-left: 91.6666666667%
	}

	.off-md-reset {
		margin-left: 0
	}
}

@media only screen and (min-width:1200px) {
	.col-lg-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.off-lg-1 {
		margin-left: 8.3333333333%
	}

	.off-lg-2 {
		margin-left: 16.6666666667%
	}

	.off-lg-3 {
		margin-left: 25%
	}

	.off-lg-4 {
		margin-left: 33.3333333333%
	}

	.off-lg-5 {
		margin-left: 41.6666666667%
	}

	.off-lg-6 {
		margin-left: 50%
	}

	.off-lg-7 {
		margin-left: 58.3333333333%
	}

	.off-lg-8 {
		margin-left: 66.6666666667%
	}

	.off-lg-9 {
		margin-left: 75%
	}

	.off-lg-10 {
		margin-left: 83.3333333333%
	}

	.off-lg-11 {
		margin-left: 91.6666666667%
	}

	.off-lg-reset {
		margin-left: 0
	}
}

.d-block {
	display: block
}

.d-inline-block {
	display: inline-block
}

.d-none {
	display: none
}

.d-flex {
	display: -ms-flexbox;
	display: flex
}

.d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media (min-width:412px) {
	.d-block-small {
		display: block
	}

	.d-inline-block-small {
		display: inline-block
	}

	.d-none-small {
		display: none
	}

	.d-flex-small {
		display: -ms-flexbox;
		display: flex
	}

	.d-inline-flex-small {
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

@media (min-width:768px) {
	.d-block-medium {
		display: block
	}

	.d-inline-block-medium {
		display: inline-block
	}

	.d-none-medium {
		display: none
	}

	.d-flex-medium {
		display: -ms-flexbox;
		display: flex
	}

	.d-inline-flex-medium {
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

@media (min-width:1024px) {
	.d-block-large {
		display: block
	}

	.d-inline-block-large {
		display: inline-block
	}

	.d-none-large {
		display: none
	}

	.d-flex-large {
		display: -ms-flexbox;
		display: flex
	}

	.d-inline-flex-large {
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

* {
	box-sizing: border-box
}

html {
	font-size: 10px;
	line-height: 1.3
}

body {
	font-family: Gilroy-Regular;
	font-size: 1.6rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Albra-Semi
}

@media (min-width:1440px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 2.1rem
	}
}

a {
	color: #343c55;
	text-decoration: none
}

p:not(:last-child) {
	margin: 0 0 1.5rem;
}

.text-blue {
	color: #136b6b !important;
}

.text-orange {
	color: #ee4136 !important;
}

.container {
	width: 1185px;
	margin: 0 auto
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.txt-primary {
	color: #ee4136
}

.center {
	text-align: center
}

.bold {
	font-weight: 700
}

.w-80 {
	width: 80%
}

@media (max-width:2560px) {
	.m-1 {
		margin: 1rem !important
	}

	.xl-mx-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mtb-1,
	.xl-my-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.mlr-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl-mt-1 {
		margin-top: 1rem !important
	}

	.xl-mb-1 {
		margin-bottom: 1rem !important
	}

	.xl-ml-1 {
		margin-left: 1rem !important
	}

	.xl-mr-1 {
		margin-right: 1rem !important
	}

	.m-2 {
		margin: 2rem !important
	}

	.xl-mx-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.mtb-2,
	.xl-my-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.mlr-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xl-mt-2 {
		margin-top: 2rem !important
	}

	.xl-mb-2 {
		margin-bottom: 2rem !important
	}

	.xl-ml-2 {
		margin-left: 2rem !important
	}

	.xl-mr-2 {
		margin-right: 2rem !important
	}

	.m-3 {
		margin: 3rem !important
	}

	.xl-mx-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mtb-3,
	.xl-my-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.mlr-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xl-mt-3 {
		margin-top: 3rem !important
	}

	.xl-mb-3 {
		margin-bottom: 3rem !important
	}

	.xl-ml-3 {
		margin-left: 3rem !important
	}

	.xl-mr-3 {
		margin-right: 3rem !important
	}

	.m-5 {
		margin: 5rem !important
	}

	.xl-mx-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.mtb-5,
	.xl-my-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.mlr-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xl-mt-5 {
		margin-top: 5rem !important
	}

	.xl-mb-5 {
		margin-bottom: 5rem !important
	}

	.xl-ml-5 {
		margin-left: 5rem !important
	}

	.xl-mr-5 {
		margin-right: 5rem !important
	}

	.m-6 {
		margin: 6rem !important
	}

	.xl-mx-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.mtb-6,
	.xl-my-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.mlr-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xl-mt-6 {
		margin-top: 6rem !important
	}

	.xl-mb-6 {
		margin-bottom: 6rem !important
	}

	.xl-ml-6 {
		margin-left: 6rem !important
	}

	.xl-mr-6 {
		margin-right: 6rem !important
	}

	.m-7 {
		margin: 7rem !important
	}

	.xl-mx-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.mtb-7,
	.xl-my-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.mlr-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.xl-mt-7 {
		margin-top: 7rem !important
	}

	.xl-mb-7 {
		margin-bottom: 7rem !important
	}

	.xl-ml-7 {
		margin-left: 7rem !important
	}

	.xl-mr-7 {
		margin-right: 7rem !important
	}

	.m-8 {
		margin: 8rem !important
	}

	.xl-mx-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.mtb-8,
	.xl-my-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.mlr-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xl-mt-8 {
		margin-top: 8rem !important
	}

	.xl-mb-8 {
		margin-bottom: 8rem !important
	}

	.xl-ml-8 {
		margin-left: 8rem !important
	}

	.xl-mr-8 {
		margin-right: 8rem !important
	}

	.m-9 {
		margin: 9rem !important
	}

	.xl-mx-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.mtb-9,
	.xl-my-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.mlr-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.xl-mt-9 {
		margin-top: 9rem !important
	}

	.xl-mb-9 {
		margin-bottom: 9rem !important
	}

	.xl-ml-9 {
		margin-left: 9rem !important
	}

	.xl-mr-9 {
		margin-right: 9rem !important
	}

	.m-10 {
		margin: 10rem !important
	}

	.xl-mx-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.mtb-10,
	.xl-my-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.mlr-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xl-mt-10 {
		margin-top: 10rem !important
	}

	.xl-mb-10 {
		margin-bottom: 10rem !important
	}

	.xl-ml-10 {
		margin-left: 10rem !important
	}

	.xl-mr-10 {
		margin-right: 10rem !important
	}

	.m-11 {
		margin: 11rem !important
	}

	.xl-mx-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.mtb-11,
	.xl-my-11 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.mlr-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.xl-mt-11 {
		margin-top: 11rem !important
	}

	.xl-mb-11 {
		margin-bottom: 11rem !important
	}

	.xl-ml-11 {
		margin-left: 11rem !important
	}

	.xl-mr-11 {
		margin-right: 11rem !important
	}

	.m-12 {
		margin: 12rem !important
	}

	.xl-mx-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.mtb-12,
	.xl-my-12 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.mlr-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xl-mt-12 {
		margin-top: 12rem !important
	}

	.xl-mb-12 {
		margin-bottom: 12rem !important
	}

	.xl-ml-12 {
		margin-left: 12rem !important
	}

	.xl-mr-12 {
		margin-right: 12rem !important
	}

	.m-13 {
		margin: 13rem !important
	}

	.xl-mx-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.mtb-13,
	.xl-my-13 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.mlr-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.xl-mt-13 {
		margin-top: 13rem !important
	}

	.xl-mb-13 {
		margin-bottom: 13rem !important
	}

	.xl-ml-13 {
		margin-left: 13rem !important
	}

	.xl-mr-13 {
		margin-right: 13rem !important
	}

	.m-14 {
		margin: 14rem !important
	}

	.xl-mx-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.mtb-14,
	.xl-my-14 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.mlr-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xl-mt-14 {
		margin-top: 14rem !important
	}

	.xl-mb-14 {
		margin-bottom: 14rem !important
	}

	.xl-ml-14 {
		margin-left: 14rem !important
	}

	.xl-mr-14 {
		margin-right: 14rem !important
	}

	.m-15 {
		margin: 15rem !important
	}

	.xl-mx-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.mtb-15,
	.xl-my-15 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.mlr-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.xl-mt-15 {
		margin-top: 15rem !important
	}

	.xl-mb-15 {
		margin-bottom: 15rem !important
	}

	.xl-ml-15 {
		margin-left: 15rem !important
	}

	.xl-mr-15 {
		margin-right: 15rem !important
	}

	.m-16 {
		margin: 16rem !important
	}

	.xl-mx-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.mtb-16,
	.xl-my-16 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.mlr-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xl-mt-16 {
		margin-top: 16rem !important
	}

	.xl-mb-16 {
		margin-bottom: 16rem !important
	}

	.xl-ml-16 {
		margin-left: 16rem !important
	}

	.xl-mr-16 {
		margin-right: 16rem !important
	}

	.m-17 {
		margin: 17rem !important
	}

	.xl-mx-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.mtb-17,
	.xl-my-17 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.mlr-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.xl-mt-17 {
		margin-top: 17rem !important
	}

	.xl-mb-17 {
		margin-bottom: 17rem !important
	}

	.xl-ml-17 {
		margin-left: 17rem !important
	}

	.xl-mr-17 {
		margin-right: 17rem !important
	}

	.m-18 {
		margin: 18rem !important
	}

	.xl-mx-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.mtb-18,
	.xl-my-18 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.mlr-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.xl-mt-18 {
		margin-top: 18rem !important
	}

	.xl-mb-18 {
		margin-bottom: 18rem !important
	}

	.xl-ml-18 {
		margin-left: 18rem !important
	}

	.xl-mr-18 {
		margin-right: 18rem !important
	}

	.m-19 {
		margin: 19rem !important
	}

	.xl-mx-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.mtb-19,
	.xl-my-19 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important
	}

	.mlr-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.xl-mt-19 {
		margin-top: 19rem !important
	}

	.xl-mb-19 {
		margin-bottom: 19rem !important
	}

	.xl-ml-19 {
		margin-left: 19rem !important
	}

	.xl-mr-19 {
		margin-right: 19rem !important
	}

	.m-20 {
		margin: 20rem !important
	}

	.xl-mx-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.mtb-20,
	.xl-my-20 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.mlr-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.xl-mt-20 {
		margin-top: 20rem !important
	}

	.xl-mb-20 {
		margin-bottom: 20rem !important
	}

	.xl-ml-20 {
		margin-left: 20rem !important
	}

	.xl-mr-20 {
		margin-right: 20rem !important
	}

	.p-1 {
		padding: 1rem !important
	}

	.xl-px-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.ptb-1,
	.xl-py-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.plr-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xl-pt-1 {
		padding-top: 1rem !important
	}

	.xl-pb-1 {
		padding-bottom: 1rem !important
	}

	.xl-pl-1 {
		padding-left: 1rem !important
	}

	.xl-pr-1 {
		padding-right: 1rem !important
	}

	.p-2 {
		padding: 2rem !important
	}

	.xl-px-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.ptb-2,
	.xl-py-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.plr-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.xl-pt-2 {
		padding-top: 2rem !important
	}

	.xl-pb-2 {
		padding-bottom: 2rem !important
	}

	.xl-pl-2 {
		padding-left: 2rem !important
	}

	.xl-pr-2 {
		padding-right: 2rem !important
	}

	.p-3 {
		padding: 3rem !important
	}

	.xl-px-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.ptb-3,
	.xl-py-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.plr-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.xl-pt-3 {
		padding-top: 3rem !important
	}

	.xl-pb-3 {
		padding-bottom: 3rem !important
	}

	.xl-pl-3 {
		padding-left: 3rem !important
	}

	.xl-pr-3 {
		padding-right: 3rem !important
	}

	.p-5 {
		padding: 5rem !important
	}

	.xl-px-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.ptb-5,
	.xl-py-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.plr-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.xl-pt-5 {
		padding-top: 5rem !important
	}

	.xl-pb-5 {
		padding-bottom: 5rem !important
	}

	.xl-pl-5 {
		padding-left: 5rem !important
	}

	.xl-pr-5 {
		padding-right: 5rem !important
	}

	.p-6 {
		padding: 6rem !important
	}

	.xl-px-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.ptb-6,
	.xl-py-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.plr-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.xl-pt-6 {
		padding-top: 6rem !important
	}

	.xl-pb-6 {
		padding-bottom: 6rem !important
	}

	.xl-pl-6 {
		padding-left: 6rem !important
	}

	.xl-pr-6 {
		padding-right: 6rem !important
	}

	.p-7 {
		padding: 7rem !important
	}

	.xl-px-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.ptb-7,
	.xl-py-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.plr-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.xl-pt-7 {
		padding-top: 7rem !important
	}

	.xl-pb-7 {
		padding-bottom: 7rem !important
	}

	.xl-pl-7 {
		padding-left: 7rem !important
	}

	.xl-pr-7 {
		padding-right: 7rem !important
	}

	.p-8 {
		padding: 8rem !important
	}

	.xl-px-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.ptb-8,
	.xl-py-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.plr-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.xl-pt-8 {
		padding-top: 8rem !important
	}

	.xl-pb-8 {
		padding-bottom: 8rem !important
	}

	.xl-pl-8 {
		padding-left: 8rem !important
	}

	.xl-pr-8 {
		padding-right: 8rem !important
	}

	.p-9 {
		padding: 9rem !important
	}

	.xl-px-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.ptb-9,
	.xl-py-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.plr-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.xl-pt-9 {
		padding-top: 9rem !important
	}

	.xl-pb-9 {
		padding-bottom: 9rem !important
	}

	.xl-pl-9 {
		padding-left: 9rem !important
	}

	.xl-pr-9 {
		padding-right: 9rem !important
	}

	.p-10 {
		padding: 10rem !important
	}

	.xl-px-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.ptb-10,
	.xl-py-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.plr-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.xl-pt-10 {
		padding-top: 10rem !important
	}

	.xl-pb-10 {
		padding-bottom: 10rem !important
	}

	.xl-pl-10 {
		padding-left: 10rem !important
	}

	.xl-pr-10 {
		padding-right: 10rem !important
	}

	.p-11 {
		padding: 11rem !important
	}

	.xl-px-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.ptb-11,
	.xl-py-11 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.plr-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.xl-pt-11 {
		padding-top: 11rem !important
	}

	.xl-pb-11 {
		padding-bottom: 11rem !important
	}

	.xl-pl-11 {
		padding-left: 11rem !important
	}

	.xl-pr-11 {
		padding-right: 11rem !important
	}

	.p-12 {
		padding: 12rem !important
	}

	.xl-px-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.ptb-12,
	.xl-py-12 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.plr-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.xl-pt-12 {
		padding-top: 12rem !important
	}

	.xl-pb-12 {
		padding-bottom: 12rem !important
	}

	.xl-pl-12 {
		padding-left: 12rem !important
	}

	.xl-pr-12 {
		padding-right: 12rem !important
	}

	.p-13 {
		padding: 13rem !important
	}

	.xl-px-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.ptb-13,
	.xl-py-13 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.plr-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.xl-pt-13 {
		padding-top: 13rem !important
	}

	.xl-pb-13 {
		padding-bottom: 13rem !important
	}

	.xl-pl-13 {
		padding-left: 13rem !important
	}

	.xl-pr-13 {
		padding-right: 13rem !important
	}

	.p-14 {
		padding: 14rem !important
	}

	.xl-px-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.ptb-14,
	.xl-py-14 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.plr-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.xl-pt-14 {
		padding-top: 14rem !important
	}

	.xl-pb-14 {
		padding-bottom: 14rem !important
	}

	.xl-pl-14 {
		padding-left: 14rem !important
	}

	.xl-pr-14 {
		padding-right: 14rem !important
	}

	.p-15 {
		padding: 15rem !important
	}

	.xl-px-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.ptb-15,
	.xl-py-15 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.plr-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.xl-pt-15 {
		padding-top: 15rem !important
	}

	.xl-pb-15 {
		padding-bottom: 15rem !important
	}

	.xl-pl-15 {
		padding-left: 15rem !important
	}

	.xl-pr-15 {
		padding-right: 15rem !important
	}

	.p-16 {
		padding: 16rem !important
	}

	.xl-px-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.ptb-16,
	.xl-py-16 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.plr-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.xl-pt-16 {
		padding-top: 16rem !important
	}

	.xl-pb-16 {
		padding-bottom: 16rem !important
	}

	.xl-pl-16 {
		padding-left: 16rem !important
	}

	.xl-pr-16 {
		padding-right: 16rem !important
	}

	.p-17 {
		padding: 17rem !important
	}

	.xl-px-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.ptb-17,
	.xl-py-17 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.plr-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.xl-pt-17 {
		padding-top: 17rem !important
	}

	.xl-pb-17 {
		padding-bottom: 17rem !important
	}

	.xl-pl-17 {
		padding-left: 17rem !important
	}

	.xl-pr-17 {
		padding-right: 17rem !important
	}

	.p-18 {
		padding: 18rem !important
	}

	.xl-px-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.ptb-18,
	.xl-py-18 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.plr-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.xl-pt-18 {
		padding-top: 18rem !important
	}

	.xl-pb-18 {
		padding-bottom: 18rem !important
	}

	.xl-pl-18 {
		padding-left: 18rem !important
	}

	.xl-pr-18 {
		padding-right: 18rem !important
	}

	.p-19 {
		padding: 19rem !important
	}

	.xl-px-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.ptb-19,
	.xl-py-19 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important
	}

	.plr-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.xl-pt-19 {
		padding-top: 19rem !important
	}

	.xl-pb-19 {
		padding-bottom: 19rem !important
	}

	.xl-pl-19 {
		padding-left: 19rem !important
	}

	.xl-pr-19 {
		padding-right: 19rem !important
	}

	.p-20 {
		padding: 20rem !important
	}

	.xl-px-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.ptb-20,
	.xl-py-20 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.plr-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.xl-pt-20 {
		padding-top: 20rem !important
	}

	.xl-pb-20 {
		padding-bottom: 20rem !important
	}

	.xl-pl-20 {
		padding-left: 20rem !important
	}

	.xl-pr-20 {
		padding-right: 20rem !important
	}
}

@media (max-width:1680px) {
	.m-1 {
		margin: 1rem !important
	}

	.lg-mx-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.lg-my-1,
	.mtb-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.mlr-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.lg-mt-1 {
		margin-top: 1rem !important
	}

	.lg-mb-1 {
		margin-bottom: 1rem !important
	}

	.lg-ml-1 {
		margin-left: 1rem !important
	}

	.lg-mr-1 {
		margin-right: 1rem !important
	}

	.m-2 {
		margin: 2rem !important
	}

	.lg-mx-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.lg-my-2,
	.mtb-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.mlr-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.lg-mt-2 {
		margin-top: 2rem !important
	}

	.lg-mb-2 {
		margin-bottom: 2rem !important
	}

	.lg-ml-2 {
		margin-left: 2rem !important
	}

	.lg-mr-2 {
		margin-right: 2rem !important
	}

	.m-3 {
		margin: 3rem !important
	}

	.lg-mx-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.lg-my-3,
	.mtb-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.mlr-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.lg-mt-3 {
		margin-top: 3rem !important
	}

	.lg-mb-3 {
		margin-bottom: 3rem !important
	}

	.lg-ml-3 {
		margin-left: 3rem !important
	}

	.lg-mr-3 {
		margin-right: 3rem !important
	}

	.m-5 {
		margin: 5rem !important
	}

	.lg-mx-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.lg-my-5,
	.mtb-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.mlr-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.lg-mt-5 {
		margin-top: 5rem !important
	}

	.lg-mb-5 {
		margin-bottom: 5rem !important
	}

	.lg-ml-5 {
		margin-left: 5rem !important
	}

	.lg-mr-5 {
		margin-right: 5rem !important
	}

	.m-6 {
		margin: 6rem !important
	}

	.lg-mx-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.lg-my-6,
	.mtb-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.mlr-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.lg-mt-6 {
		margin-top: 6rem !important
	}

	.lg-mb-6 {
		margin-bottom: 6rem !important
	}

	.lg-ml-6 {
		margin-left: 6rem !important
	}

	.lg-mr-6 {
		margin-right: 6rem !important
	}

	.m-7 {
		margin: 7rem !important
	}

	.lg-mx-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.lg-my-7,
	.mtb-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.mlr-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.lg-mt-7 {
		margin-top: 7rem !important
	}

	.lg-mb-7 {
		margin-bottom: 7rem !important
	}

	.lg-ml-7 {
		margin-left: 7rem !important
	}

	.lg-mr-7 {
		margin-right: 7rem !important
	}

	.m-8 {
		margin: 8rem !important
	}

	.lg-mx-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.lg-my-8,
	.mtb-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.mlr-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.lg-mt-8 {
		margin-top: 8rem !important
	}

	.lg-mb-8 {
		margin-bottom: 8rem !important
	}

	.lg-ml-8 {
		margin-left: 8rem !important
	}

	.lg-mr-8 {
		margin-right: 8rem !important
	}

	.m-9 {
		margin: 9rem !important
	}

	.lg-mx-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.lg-my-9,
	.mtb-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.mlr-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.lg-mt-9 {
		margin-top: 9rem !important
	}

	.lg-mb-9 {
		margin-bottom: 9rem !important
	}

	.lg-ml-9 {
		margin-left: 9rem !important
	}

	.lg-mr-9 {
		margin-right: 9rem !important
	}

	.m-10 {
		margin: 10rem !important
	}

	.lg-mx-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.lg-my-10,
	.mtb-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.mlr-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.lg-mt-10 {
		margin-top: 10rem !important
	}

	.lg-mb-10 {
		margin-bottom: 10rem !important
	}

	.lg-ml-10 {
		margin-left: 10rem !important
	}

	.lg-mr-10 {
		margin-right: 10rem !important
	}

	.m-11 {
		margin: 11rem !important
	}

	.lg-mx-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.lg-my-11,
	.mtb-11 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.mlr-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.lg-mt-11 {
		margin-top: 11rem !important
	}

	.lg-mb-11 {
		margin-bottom: 11rem !important
	}

	.lg-ml-11 {
		margin-left: 11rem !important
	}

	.lg-mr-11 {
		margin-right: 11rem !important
	}

	.m-12 {
		margin: 12rem !important
	}

	.lg-mx-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.lg-my-12,
	.mtb-12 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.mlr-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.lg-mt-12 {
		margin-top: 12rem !important
	}

	.lg-mb-12 {
		margin-bottom: 12rem !important
	}

	.lg-ml-12 {
		margin-left: 12rem !important
	}

	.lg-mr-12 {
		margin-right: 12rem !important
	}

	.m-13 {
		margin: 13rem !important
	}

	.lg-mx-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.lg-my-13,
	.mtb-13 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.mlr-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.lg-mt-13 {
		margin-top: 13rem !important
	}

	.lg-mb-13 {
		margin-bottom: 13rem !important
	}

	.lg-ml-13 {
		margin-left: 13rem !important
	}

	.lg-mr-13 {
		margin-right: 13rem !important
	}

	.m-14 {
		margin: 14rem !important
	}

	.lg-mx-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.lg-my-14,
	.mtb-14 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.mlr-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.lg-mt-14 {
		margin-top: 14rem !important
	}

	.lg-mb-14 {
		margin-bottom: 14rem !important
	}

	.lg-ml-14 {
		margin-left: 14rem !important
	}

	.lg-mr-14 {
		margin-right: 14rem !important
	}

	.m-15 {
		margin: 15rem !important
	}

	.lg-mx-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.lg-my-15,
	.mtb-15 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.mlr-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.lg-mt-15 {
		margin-top: 15rem !important
	}

	.lg-mb-15 {
		margin-bottom: 15rem !important
	}

	.lg-ml-15 {
		margin-left: 15rem !important
	}

	.lg-mr-15 {
		margin-right: 15rem !important
	}

	.m-16 {
		margin: 16rem !important
	}

	.lg-mx-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.lg-my-16,
	.mtb-16 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.mlr-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.lg-mt-16 {
		margin-top: 16rem !important
	}

	.lg-mb-16 {
		margin-bottom: 16rem !important
	}

	.lg-ml-16 {
		margin-left: 16rem !important
	}

	.lg-mr-16 {
		margin-right: 16rem !important
	}

	.m-17 {
		margin: 17rem !important
	}

	.lg-mx-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.lg-my-17,
	.mtb-17 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.mlr-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.lg-mt-17 {
		margin-top: 17rem !important
	}

	.lg-mb-17 {
		margin-bottom: 17rem !important
	}

	.lg-ml-17 {
		margin-left: 17rem !important
	}

	.lg-mr-17 {
		margin-right: 17rem !important
	}

	.m-18 {
		margin: 18rem !important
	}

	.lg-mx-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.lg-my-18,
	.mtb-18 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.mlr-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.lg-mt-18 {
		margin-top: 18rem !important
	}

	.lg-mb-18 {
		margin-bottom: 18rem !important
	}

	.lg-ml-18 {
		margin-left: 18rem !important
	}

	.lg-mr-18 {
		margin-right: 18rem !important
	}

	.m-19 {
		margin: 19rem !important
	}

	.lg-mx-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.lg-my-19,
	.mtb-19 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important
	}

	.mlr-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.lg-mt-19 {
		margin-top: 19rem !important
	}

	.lg-mb-19 {
		margin-bottom: 19rem !important
	}

	.lg-ml-19 {
		margin-left: 19rem !important
	}

	.lg-mr-19 {
		margin-right: 19rem !important
	}

	.m-20 {
		margin: 20rem !important
	}

	.lg-mx-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.lg-my-20,
	.mtb-20 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.mlr-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.lg-mt-20 {
		margin-top: 20rem !important
	}

	.lg-mb-20 {
		margin-bottom: 20rem !important
	}

	.lg-ml-20 {
		margin-left: 20rem !important
	}

	.lg-mr-20 {
		margin-right: 20rem !important
	}

	.p-1 {
		padding: 1rem !important
	}

	.lg-px-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.lg-py-1,
	.ptb-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.plr-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.lg-pt-1 {
		padding-top: 1rem !important
	}

	.lg-pb-1 {
		padding-bottom: 1rem !important
	}

	.lg-pl-1 {
		padding-left: 1rem !important
	}

	.lg-pr-1 {
		padding-right: 1rem !important
	}

	.p-2 {
		padding: 2rem !important
	}

	.lg-px-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.lg-py-2,
	.ptb-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.plr-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.lg-pt-2 {
		padding-top: 2rem !important
	}

	.lg-pb-2 {
		padding-bottom: 2rem !important
	}

	.lg-pl-2 {
		padding-left: 2rem !important
	}

	.lg-pr-2 {
		padding-right: 2rem !important
	}

	.p-3 {
		padding: 3rem !important
	}

	.lg-px-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.lg-py-3,
	.ptb-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.plr-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.lg-pt-3 {
		padding-top: 3rem !important
	}

	.lg-pb-3 {
		padding-bottom: 3rem !important
	}

	.lg-pl-3 {
		padding-left: 3rem !important
	}

	.lg-pr-3 {
		padding-right: 3rem !important
	}

	.p-5 {
		padding: 5rem !important
	}

	.lg-px-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.lg-py-5,
	.ptb-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.plr-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.lg-pt-5 {
		padding-top: 5rem !important
	}

	.lg-pb-5 {
		padding-bottom: 5rem !important
	}

	.lg-pl-5 {
		padding-left: 5rem !important
	}

	.lg-pr-5 {
		padding-right: 5rem !important
	}

	.p-6 {
		padding: 6rem !important
	}

	.lg-px-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.lg-py-6,
	.ptb-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.plr-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.lg-pt-6 {
		padding-top: 6rem !important
	}

	.lg-pb-6 {
		padding-bottom: 6rem !important
	}

	.lg-pl-6 {
		padding-left: 6rem !important
	}

	.lg-pr-6 {
		padding-right: 6rem !important
	}

	.p-7 {
		padding: 7rem !important
	}

	.lg-px-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.lg-py-7,
	.ptb-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.plr-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.lg-pt-7 {
		padding-top: 7rem !important
	}

	.lg-pb-7 {
		padding-bottom: 7rem !important
	}

	.lg-pl-7 {
		padding-left: 7rem !important
	}

	.lg-pr-7 {
		padding-right: 7rem !important
	}

	.p-8 {
		padding: 8rem !important
	}

	.lg-px-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.lg-py-8,
	.ptb-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.plr-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.lg-pt-8 {
		padding-top: 8rem !important
	}

	.lg-pb-8 {
		padding-bottom: 8rem !important
	}

	.lg-pl-8 {
		padding-left: 8rem !important
	}

	.lg-pr-8 {
		padding-right: 8rem !important
	}

	.p-9 {
		padding: 9rem !important
	}

	.lg-px-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.lg-py-9,
	.ptb-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.plr-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.lg-pt-9 {
		padding-top: 9rem !important
	}

	.lg-pb-9 {
		padding-bottom: 9rem !important
	}

	.lg-pl-9 {
		padding-left: 9rem !important
	}

	.lg-pr-9 {
		padding-right: 9rem !important
	}

	.p-10 {
		padding: 10rem !important
	}

	.lg-px-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.lg-py-10,
	.ptb-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.plr-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.lg-pt-10 {
		padding-top: 10rem !important
	}

	.lg-pb-10 {
		padding-bottom: 10rem !important
	}

	.lg-pl-10 {
		padding-left: 10rem !important
	}

	.lg-pr-10 {
		padding-right: 10rem !important
	}

	.p-11 {
		padding: 11rem !important
	}

	.lg-px-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.lg-py-11,
	.ptb-11 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.plr-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.lg-pt-11 {
		padding-top: 11rem !important
	}

	.lg-pb-11 {
		padding-bottom: 11rem !important
	}

	.lg-pl-11 {
		padding-left: 11rem !important
	}

	.lg-pr-11 {
		padding-right: 11rem !important
	}

	.p-12 {
		padding: 12rem !important
	}

	.lg-px-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.lg-py-12,
	.ptb-12 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.plr-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.lg-pt-12 {
		padding-top: 12rem !important
	}

	.lg-pb-12 {
		padding-bottom: 12rem !important
	}

	.lg-pl-12 {
		padding-left: 12rem !important
	}

	.lg-pr-12 {
		padding-right: 12rem !important
	}

	.p-13 {
		padding: 13rem !important
	}

	.lg-px-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.lg-py-13,
	.ptb-13 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.plr-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.lg-pt-13 {
		padding-top: 13rem !important
	}

	.lg-pb-13 {
		padding-bottom: 13rem !important
	}

	.lg-pl-13 {
		padding-left: 13rem !important
	}

	.lg-pr-13 {
		padding-right: 13rem !important
	}

	.p-14 {
		padding: 14rem !important
	}

	.lg-px-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.lg-py-14,
	.ptb-14 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.plr-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.lg-pt-14 {
		padding-top: 14rem !important
	}

	.lg-pb-14 {
		padding-bottom: 14rem !important
	}

	.lg-pl-14 {
		padding-left: 14rem !important
	}

	.lg-pr-14 {
		padding-right: 14rem !important
	}

	.p-15 {
		padding: 15rem !important
	}

	.lg-px-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.lg-py-15,
	.ptb-15 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.plr-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.lg-pt-15 {
		padding-top: 15rem !important
	}

	.lg-pb-15 {
		padding-bottom: 15rem !important
	}

	.lg-pl-15 {
		padding-left: 15rem !important
	}

	.lg-pr-15 {
		padding-right: 15rem !important
	}

	.p-16 {
		padding: 16rem !important
	}

	.lg-px-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.lg-py-16,
	.ptb-16 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.plr-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.lg-pt-16 {
		padding-top: 16rem !important
	}

	.lg-pb-16 {
		padding-bottom: 16rem !important
	}

	.lg-pl-16 {
		padding-left: 16rem !important
	}

	.lg-pr-16 {
		padding-right: 16rem !important
	}

	.p-17 {
		padding: 17rem !important
	}

	.lg-px-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.lg-py-17,
	.ptb-17 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.plr-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.lg-pt-17 {
		padding-top: 17rem !important
	}

	.lg-pb-17 {
		padding-bottom: 17rem !important
	}

	.lg-pl-17 {
		padding-left: 17rem !important
	}

	.lg-pr-17 {
		padding-right: 17rem !important
	}

	.p-18 {
		padding: 18rem !important
	}

	.lg-px-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.lg-py-18,
	.ptb-18 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.plr-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.lg-pt-18 {
		padding-top: 18rem !important
	}

	.lg-pb-18 {
		padding-bottom: 18rem !important
	}

	.lg-pl-18 {
		padding-left: 18rem !important
	}

	.lg-pr-18 {
		padding-right: 18rem !important
	}

	.p-19 {
		padding: 19rem !important
	}

	.lg-px-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.lg-py-19,
	.ptb-19 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important
	}

	.plr-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.lg-pt-19 {
		padding-top: 19rem !important
	}

	.lg-pb-19 {
		padding-bottom: 19rem !important
	}

	.lg-pl-19 {
		padding-left: 19rem !important
	}

	.lg-pr-19 {
		padding-right: 19rem !important
	}

	.p-20 {
		padding: 20rem !important
	}

	.lg-px-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.lg-py-20,
	.ptb-20 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.plr-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.lg-pt-20 {
		padding-top: 20rem !important
	}

	.lg-pb-20 {
		padding-bottom: 20rem !important
	}

	.lg-pl-20 {
		padding-left: 20rem !important
	}

	.lg-pr-20 {
		padding-right: 20rem !important
	}
}

@media (max-width:1440px) {
	.m-1 {
		margin: 1rem !important
	}

	.md-mx-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.md-my-1,
	.mtb-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.mlr-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.md-mt-1 {
		margin-top: 1rem !important
	}

	.md-mb-1 {
		margin-bottom: 1rem !important
	}

	.md-ml-1 {
		margin-left: 1rem !important
	}

	.md-mr-1 {
		margin-right: 1rem !important
	}

	.m-2 {
		margin: 2rem !important
	}

	.md-mx-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.md-my-2,
	.mtb-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.mlr-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.md-mt-2 {
		margin-top: 2rem !important
	}

	.md-mb-2 {
		margin-bottom: 2rem !important
	}

	.md-ml-2 {
		margin-left: 2rem !important
	}

	.md-mr-2 {
		margin-right: 2rem !important
	}

	.m-3 {
		margin: 3rem !important
	}

	.md-mx-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.md-my-3,
	.mtb-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.mlr-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.md-mt-3 {
		margin-top: 3rem !important
	}

	.md-mb-3 {
		margin-bottom: 3rem !important
	}

	.md-ml-3 {
		margin-left: 3rem !important
	}

	.md-mr-3 {
		margin-right: 3rem !important
	}

	.m-5 {
		margin: 5rem !important
	}

	.md-mx-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.md-my-5,
	.mtb-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.mlr-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.md-mt-5 {
		margin-top: 5rem !important
	}

	.md-mb-5 {
		margin-bottom: 5rem !important
	}

	.md-ml-5 {
		margin-left: 5rem !important
	}

	.md-mr-5 {
		margin-right: 5rem !important
	}

	.m-6 {
		margin: 6rem !important
	}

	.md-mx-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.md-my-6,
	.mtb-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.mlr-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.md-mt-6 {
		margin-top: 6rem !important
	}

	.md-mb-6 {
		margin-bottom: 6rem !important
	}

	.md-ml-6 {
		margin-left: 6rem !important
	}

	.md-mr-6 {
		margin-right: 6rem !important
	}

	.m-7 {
		margin: 7rem !important
	}

	.md-mx-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.md-my-7,
	.mtb-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.mlr-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.md-mt-7 {
		margin-top: 7rem !important
	}

	.md-mb-7 {
		margin-bottom: 7rem !important
	}

	.md-ml-7 {
		margin-left: 7rem !important
	}

	.md-mr-7 {
		margin-right: 7rem !important
	}

	.m-8 {
		margin: 8rem !important
	}

	.md-mx-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.md-my-8,
	.mtb-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.mlr-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.md-mt-8 {
		margin-top: 8rem !important
	}

	.md-mb-8 {
		margin-bottom: 8rem !important
	}

	.md-ml-8 {
		margin-left: 8rem !important
	}

	.md-mr-8 {
		margin-right: 8rem !important
	}

	.m-9 {
		margin: 9rem !important
	}

	.md-mx-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.md-my-9,
	.mtb-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.mlr-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.md-mt-9 {
		margin-top: 9rem !important
	}

	.md-mb-9 {
		margin-bottom: 9rem !important
	}

	.md-ml-9 {
		margin-left: 9rem !important
	}

	.md-mr-9 {
		margin-right: 9rem !important
	}

	.m-10 {
		margin: 10rem !important
	}

	.md-mx-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.md-my-10,
	.mtb-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.mlr-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.md-mt-10 {
		margin-top: 10rem !important
	}

	.md-mb-10 {
		margin-bottom: 10rem !important
	}

	.md-ml-10 {
		margin-left: 10rem !important
	}

	.md-mr-10 {
		margin-right: 10rem !important
	}

	.m-11 {
		margin: 11rem !important
	}

	.md-mx-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.md-my-11,
	.mtb-11 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.mlr-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.md-mt-11 {
		margin-top: 11rem !important
	}

	.md-mb-11 {
		margin-bottom: 11rem !important
	}

	.md-ml-11 {
		margin-left: 11rem !important
	}

	.md-mr-11 {
		margin-right: 11rem !important
	}

	.m-12 {
		margin: 12rem !important
	}

	.md-mx-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.md-my-12,
	.mtb-12 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.mlr-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.md-mt-12 {
		margin-top: 12rem !important
	}

	.md-mb-12 {
		margin-bottom: 12rem !important
	}

	.md-ml-12 {
		margin-left: 12rem !important
	}

	.md-mr-12 {
		margin-right: 12rem !important
	}

	.m-13 {
		margin: 13rem !important
	}

	.md-mx-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.md-my-13,
	.mtb-13 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.mlr-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.md-mt-13 {
		margin-top: 13rem !important
	}

	.md-mb-13 {
		margin-bottom: 13rem !important
	}

	.md-ml-13 {
		margin-left: 13rem !important
	}

	.md-mr-13 {
		margin-right: 13rem !important
	}

	.m-14 {
		margin: 14rem !important
	}

	.md-mx-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.md-my-14,
	.mtb-14 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.mlr-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.md-mt-14 {
		margin-top: 14rem !important
	}

	.md-mb-14 {
		margin-bottom: 14rem !important
	}

	.md-ml-14 {
		margin-left: 14rem !important
	}

	.md-mr-14 {
		margin-right: 14rem !important
	}

	.m-15 {
		margin: 15rem !important
	}

	.md-mx-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.md-my-15,
	.mtb-15 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.mlr-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.md-mt-15 {
		margin-top: 15rem !important
	}

	.md-mb-15 {
		margin-bottom: 15rem !important
	}

	.md-ml-15 {
		margin-left: 15rem !important
	}

	.md-mr-15 {
		margin-right: 15rem !important
	}

	.m-16 {
		margin: 16rem !important
	}

	.md-mx-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.md-my-16,
	.mtb-16 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.mlr-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.md-mt-16 {
		margin-top: 16rem !important
	}

	.md-mb-16 {
		margin-bottom: 16rem !important
	}

	.md-ml-16 {
		margin-left: 16rem !important
	}

	.md-mr-16 {
		margin-right: 16rem !important
	}

	.m-17 {
		margin: 17rem !important
	}

	.md-mx-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.md-my-17,
	.mtb-17 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.mlr-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.md-mt-17 {
		margin-top: 17rem !important
	}

	.md-mb-17 {
		margin-bottom: 17rem !important
	}

	.md-ml-17 {
		margin-left: 17rem !important
	}

	.md-mr-17 {
		margin-right: 17rem !important
	}

	.m-18 {
		margin: 18rem !important
	}

	.md-mx-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.md-my-18,
	.mtb-18 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.mlr-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.md-mt-18 {
		margin-top: 18rem !important
	}

	.md-mb-18 {
		margin-bottom: 18rem !important
	}

	.md-ml-18 {
		margin-left: 18rem !important
	}

	.md-mr-18 {
		margin-right: 18rem !important
	}

	.m-19 {
		margin: 19rem !important
	}

	.md-mx-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.md-my-19,
	.mtb-19 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important
	}

	.mlr-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.md-mt-19 {
		margin-top: 19rem !important
	}

	.md-mb-19 {
		margin-bottom: 19rem !important
	}

	.md-ml-19 {
		margin-left: 19rem !important
	}

	.md-mr-19 {
		margin-right: 19rem !important
	}

	.m-20 {
		margin: 20rem !important
	}

	.md-mx-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.md-my-20,
	.mtb-20 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.mlr-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.md-mt-20 {
		margin-top: 20rem !important
	}

	.md-mb-20 {
		margin-bottom: 20rem !important
	}

	.md-ml-20 {
		margin-left: 20rem !important
	}

	.md-mr-20 {
		margin-right: 20rem !important
	}

	.p-1 {
		padding: 1rem !important
	}

	.md-px-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.md-py-1,
	.ptb-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.plr-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.md-pt-1 {
		padding-top: 1rem !important
	}

	.md-pb-1 {
		padding-bottom: 1rem !important
	}

	.md-pl-1 {
		padding-left: 1rem !important
	}

	.md-pr-1 {
		padding-right: 1rem !important
	}

	.p-2 {
		padding: 2rem !important
	}

	.md-px-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.md-py-2,
	.ptb-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.plr-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.md-pt-2 {
		padding-top: 2rem !important
	}

	.md-pb-2 {
		padding-bottom: 2rem !important
	}

	.md-pl-2 {
		padding-left: 2rem !important
	}

	.md-pr-2 {
		padding-right: 2rem !important
	}

	.p-3 {
		padding: 3rem !important
	}

	.md-px-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.md-py-3,
	.ptb-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.plr-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.md-pt-3 {
		padding-top: 3rem !important
	}

	.md-pb-3 {
		padding-bottom: 3rem !important
	}

	.md-pl-3 {
		padding-left: 3rem !important
	}

	.md-pr-3 {
		padding-right: 3rem !important
	}

	.p-5 {
		padding: 5rem !important
	}

	.md-px-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.md-py-5,
	.ptb-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.plr-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.md-pt-5 {
		padding-top: 5rem !important
	}

	.md-pb-5 {
		padding-bottom: 5rem !important
	}

	.md-pl-5 {
		padding-left: 5rem !important
	}

	.md-pr-5 {
		padding-right: 5rem !important
	}

	.p-6 {
		padding: 6rem !important
	}

	.md-px-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.md-py-6,
	.ptb-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.plr-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.md-pt-6 {
		padding-top: 6rem !important
	}

	.md-pb-6 {
		padding-bottom: 6rem !important
	}

	.md-pl-6 {
		padding-left: 6rem !important
	}

	.md-pr-6 {
		padding-right: 6rem !important
	}

	.p-7 {
		padding: 7rem !important
	}

	.md-px-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.md-py-7,
	.ptb-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.plr-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.md-pt-7 {
		padding-top: 7rem !important
	}

	.md-pb-7 {
		padding-bottom: 7rem !important
	}

	.md-pl-7 {
		padding-left: 7rem !important
	}

	.md-pr-7 {
		padding-right: 7rem !important
	}

	.p-8 {
		padding: 8rem !important
	}

	.md-px-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.md-py-8,
	.ptb-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.plr-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.md-pt-8 {
		padding-top: 8rem !important
	}

	.md-pb-8 {
		padding-bottom: 8rem !important
	}

	.md-pl-8 {
		padding-left: 8rem !important
	}

	.md-pr-8 {
		padding-right: 8rem !important
	}

	.p-9 {
		padding: 9rem !important
	}

	.md-px-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.md-py-9,
	.ptb-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.plr-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.md-pt-9 {
		padding-top: 9rem !important
	}

	.md-pb-9 {
		padding-bottom: 9rem !important
	}

	.md-pl-9 {
		padding-left: 9rem !important
	}

	.md-pr-9 {
		padding-right: 9rem !important
	}

	.p-10 {
		padding: 10rem !important
	}

	.md-px-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.md-py-10,
	.ptb-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.plr-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.md-pt-10 {
		padding-top: 10rem !important
	}

	.md-pb-10 {
		padding-bottom: 10rem !important
	}

	.md-pl-10 {
		padding-left: 10rem !important
	}

	.md-pr-10 {
		padding-right: 10rem !important
	}

	.p-11 {
		padding: 11rem !important
	}

	.md-px-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.md-py-11,
	.ptb-11 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.plr-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.md-pt-11 {
		padding-top: 11rem !important
	}

	.md-pb-11 {
		padding-bottom: 11rem !important
	}

	.md-pl-11 {
		padding-left: 11rem !important
	}

	.md-pr-11 {
		padding-right: 11rem !important
	}

	.p-12 {
		padding: 12rem !important
	}

	.md-px-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.md-py-12,
	.ptb-12 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.plr-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.md-pt-12 {
		padding-top: 12rem !important
	}

	.md-pb-12 {
		padding-bottom: 12rem !important
	}

	.md-pl-12 {
		padding-left: 12rem !important
	}

	.md-pr-12 {
		padding-right: 12rem !important
	}

	.p-13 {
		padding: 13rem !important
	}

	.md-px-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.md-py-13,
	.ptb-13 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.plr-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.md-pt-13 {
		padding-top: 13rem !important
	}

	.md-pb-13 {
		padding-bottom: 13rem !important
	}

	.md-pl-13 {
		padding-left: 13rem !important
	}

	.md-pr-13 {
		padding-right: 13rem !important
	}

	.p-14 {
		padding: 14rem !important
	}

	.md-px-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.md-py-14,
	.ptb-14 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.plr-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.md-pt-14 {
		padding-top: 14rem !important
	}

	.md-pb-14 {
		padding-bottom: 14rem !important
	}

	.md-pl-14 {
		padding-left: 14rem !important
	}

	.md-pr-14 {
		padding-right: 14rem !important
	}

	.p-15 {
		padding: 15rem !important
	}

	.md-px-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.md-py-15,
	.ptb-15 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.plr-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.md-pt-15 {
		padding-top: 15rem !important
	}

	.md-pb-15 {
		padding-bottom: 15rem !important
	}

	.md-pl-15 {
		padding-left: 15rem !important
	}

	.md-pr-15 {
		padding-right: 15rem !important
	}

	.p-16 {
		padding: 16rem !important
	}

	.md-px-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.md-py-16,
	.ptb-16 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.plr-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.md-pt-16 {
		padding-top: 16rem !important
	}

	.md-pb-16 {
		padding-bottom: 16rem !important
	}

	.md-pl-16 {
		padding-left: 16rem !important
	}

	.md-pr-16 {
		padding-right: 16rem !important
	}

	.p-17 {
		padding: 17rem !important
	}

	.md-px-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.md-py-17,
	.ptb-17 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.plr-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.md-pt-17 {
		padding-top: 17rem !important
	}

	.md-pb-17 {
		padding-bottom: 17rem !important
	}

	.md-pl-17 {
		padding-left: 17rem !important
	}

	.md-pr-17 {
		padding-right: 17rem !important
	}

	.p-18 {
		padding: 18rem !important
	}

	.md-px-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.md-py-18,
	.ptb-18 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.plr-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.md-pt-18 {
		padding-top: 18rem !important
	}

	.md-pb-18 {
		padding-bottom: 18rem !important
	}

	.md-pl-18 {
		padding-left: 18rem !important
	}

	.md-pr-18 {
		padding-right: 18rem !important
	}

	.p-19 {
		padding: 19rem !important
	}

	.md-px-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.md-py-19,
	.ptb-19 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important
	}

	.plr-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.md-pt-19 {
		padding-top: 19rem !important
	}

	.md-pb-19 {
		padding-bottom: 19rem !important
	}

	.md-pl-19 {
		padding-left: 19rem !important
	}

	.md-pr-19 {
		padding-right: 19rem !important
	}

	.p-20 {
		padding: 20rem !important
	}

	.md-px-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.md-py-20,
	.ptb-20 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.plr-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.md-pt-20 {
		padding-top: 20rem !important
	}

	.md-pb-20 {
		padding-bottom: 20rem !important
	}

	.md-pl-20 {
		padding-left: 20rem !important
	}

	.md-pr-20 {
		padding-right: 20rem !important
	}
}

@media (max-width:1024px) {
	.m-1 {
		margin: 1rem !important
	}

	.sm-mx-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mtb-1,
	.sm-my-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.mlr-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sm-mt-1 {
		margin-top: 1rem !important
	}

	.sm-mb-1 {
		margin-bottom: 1rem !important
	}

	.sm-ml-1 {
		margin-left: 1rem !important
	}

	.sm-mr-1 {
		margin-right: 1rem !important
	}

	.m-2 {
		margin: 2rem !important
	}

	.sm-mx-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.mtb-2,
	.sm-my-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.mlr-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.sm-mt-2 {
		margin-top: 2rem !important
	}

	.sm-mb-2 {
		margin-bottom: 2rem !important
	}

	.sm-ml-2 {
		margin-left: 2rem !important
	}

	.sm-mr-2 {
		margin-right: 2rem !important
	}

	.m-3 {
		margin: 3rem !important
	}

	.sm-mx-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mtb-3,
	.sm-my-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.mlr-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.sm-mt-3 {
		margin-top: 3rem !important
	}

	.sm-mb-3 {
		margin-bottom: 3rem !important
	}

	.sm-ml-3 {
		margin-left: 3rem !important
	}

	.sm-mr-3 {
		margin-right: 3rem !important
	}

	.m-5 {
		margin: 5rem !important
	}

	.sm-mx-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.mtb-5,
	.sm-my-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.mlr-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.sm-mt-5 {
		margin-top: 5rem !important
	}

	.sm-mb-5 {
		margin-bottom: 5rem !important
	}

	.sm-ml-5 {
		margin-left: 5rem !important
	}

	.sm-mr-5 {
		margin-right: 5rem !important
	}

	.m-6 {
		margin: 6rem !important
	}

	.sm-mx-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.mtb-6,
	.sm-my-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.mlr-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.sm-mt-6 {
		margin-top: 6rem !important
	}

	.sm-mb-6 {
		margin-bottom: 6rem !important
	}

	.sm-ml-6 {
		margin-left: 6rem !important
	}

	.sm-mr-6 {
		margin-right: 6rem !important
	}

	.m-7 {
		margin: 7rem !important
	}

	.sm-mx-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.mtb-7,
	.sm-my-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.mlr-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.sm-mt-7 {
		margin-top: 7rem !important
	}

	.sm-mb-7 {
		margin-bottom: 7rem !important
	}

	.sm-ml-7 {
		margin-left: 7rem !important
	}

	.sm-mr-7 {
		margin-right: 7rem !important
	}

	.m-8 {
		margin: 8rem !important
	}

	.sm-mx-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.mtb-8,
	.sm-my-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.mlr-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.sm-mt-8 {
		margin-top: 8rem !important
	}

	.sm-mb-8 {
		margin-bottom: 8rem !important
	}

	.sm-ml-8 {
		margin-left: 8rem !important
	}

	.sm-mr-8 {
		margin-right: 8rem !important
	}

	.m-9 {
		margin: 9rem !important
	}

	.sm-mx-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.mtb-9,
	.sm-my-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.mlr-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.sm-mt-9 {
		margin-top: 9rem !important
	}

	.sm-mb-9 {
		margin-bottom: 9rem !important
	}

	.sm-ml-9 {
		margin-left: 9rem !important
	}

	.sm-mr-9 {
		margin-right: 9rem !important
	}

	.m-10 {
		margin: 10rem !important
	}

	.sm-mx-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.mtb-10,
	.sm-my-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.mlr-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.sm-mt-10 {
		margin-top: 10rem !important
	}

	.sm-mb-10 {
		margin-bottom: 10rem !important
	}

	.sm-ml-10 {
		margin-left: 10rem !important
	}

	.sm-mr-10 {
		margin-right: 10rem !important
	}

	.m-11 {
		margin: 11rem !important
	}

	.sm-mx-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.mtb-11,
	.sm-my-11 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.mlr-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.sm-mt-11 {
		margin-top: 11rem !important
	}

	.sm-mb-11 {
		margin-bottom: 11rem !important
	}

	.sm-ml-11 {
		margin-left: 11rem !important
	}

	.sm-mr-11 {
		margin-right: 11rem !important
	}

	.m-12 {
		margin: 12rem !important
	}

	.sm-mx-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.mtb-12,
	.sm-my-12 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.mlr-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.sm-mt-12 {
		margin-top: 12rem !important
	}

	.sm-mb-12 {
		margin-bottom: 12rem !important
	}

	.sm-ml-12 {
		margin-left: 12rem !important
	}

	.sm-mr-12 {
		margin-right: 12rem !important
	}

	.m-13 {
		margin: 13rem !important
	}

	.sm-mx-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.mtb-13,
	.sm-my-13 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.mlr-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.sm-mt-13 {
		margin-top: 13rem !important
	}

	.sm-mb-13 {
		margin-bottom: 13rem !important
	}

	.sm-ml-13 {
		margin-left: 13rem !important
	}

	.sm-mr-13 {
		margin-right: 13rem !important
	}

	.m-14 {
		margin: 14rem !important
	}

	.sm-mx-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.mtb-14,
	.sm-my-14 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.mlr-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.sm-mt-14 {
		margin-top: 14rem !important
	}

	.sm-mb-14 {
		margin-bottom: 14rem !important
	}

	.sm-ml-14 {
		margin-left: 14rem !important
	}

	.sm-mr-14 {
		margin-right: 14rem !important
	}

	.m-15 {
		margin: 15rem !important
	}

	.sm-mx-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.mtb-15,
	.sm-my-15 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.mlr-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.sm-mt-15 {
		margin-top: 15rem !important
	}

	.sm-mb-15 {
		margin-bottom: 15rem !important
	}

	.sm-ml-15 {
		margin-left: 15rem !important
	}

	.sm-mr-15 {
		margin-right: 15rem !important
	}

	.m-16 {
		margin: 16rem !important
	}

	.sm-mx-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.mtb-16,
	.sm-my-16 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.mlr-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.sm-mt-16 {
		margin-top: 16rem !important
	}

	.sm-mb-16 {
		margin-bottom: 16rem !important
	}

	.sm-ml-16 {
		margin-left: 16rem !important
	}

	.sm-mr-16 {
		margin-right: 16rem !important
	}

	.m-17 {
		margin: 17rem !important
	}

	.sm-mx-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.mtb-17,
	.sm-my-17 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.mlr-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.sm-mt-17 {
		margin-top: 17rem !important
	}

	.sm-mb-17 {
		margin-bottom: 17rem !important
	}

	.sm-ml-17 {
		margin-left: 17rem !important
	}

	.sm-mr-17 {
		margin-right: 17rem !important
	}

	.m-18 {
		margin: 18rem !important
	}

	.sm-mx-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.mtb-18,
	.sm-my-18 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.mlr-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.sm-mt-18 {
		margin-top: 18rem !important
	}

	.sm-mb-18 {
		margin-bottom: 18rem !important
	}

	.sm-ml-18 {
		margin-left: 18rem !important
	}

	.sm-mr-18 {
		margin-right: 18rem !important
	}

	.m-19 {
		margin: 19rem !important
	}

	.sm-mx-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.mtb-19,
	.sm-my-19 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important
	}

	.mlr-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.sm-mt-19 {
		margin-top: 19rem !important
	}

	.sm-mb-19 {
		margin-bottom: 19rem !important
	}

	.sm-ml-19 {
		margin-left: 19rem !important
	}

	.sm-mr-19 {
		margin-right: 19rem !important
	}

	.m-20 {
		margin: 20rem !important
	}

	.sm-mx-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.mtb-20,
	.sm-my-20 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.mlr-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.sm-mt-20 {
		margin-top: 20rem !important
	}

	.sm-mb-20 {
		margin-bottom: 20rem !important
	}

	.sm-ml-20 {
		margin-left: 20rem !important
	}

	.sm-mr-20 {
		margin-right: 20rem !important
	}

	.p-1 {
		padding: 1rem !important
	}

	.sm-px-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.ptb-1,
	.sm-py-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.plr-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.sm-pt-1 {
		padding-top: 1rem !important
	}

	.sm-pb-1 {
		padding-bottom: 1rem !important
	}

	.sm-pl-1 {
		padding-left: 1rem !important
	}

	.sm-pr-1 {
		padding-right: 1rem !important
	}

	.p-2 {
		padding: 2rem !important
	}

	.sm-px-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.ptb-2,
	.sm-py-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.plr-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.sm-pt-2 {
		padding-top: 2rem !important
	}

	.sm-pb-2 {
		padding-bottom: 2rem !important
	}

	.sm-pl-2 {
		padding-left: 2rem !important
	}

	.sm-pr-2 {
		padding-right: 2rem !important
	}

	.p-3 {
		padding: 3rem !important
	}

	.sm-px-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.ptb-3,
	.sm-py-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.plr-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.sm-pt-3 {
		padding-top: 3rem !important
	}

	.sm-pb-3 {
		padding-bottom: 3rem !important
	}

	.sm-pl-3 {
		padding-left: 3rem !important
	}

	.sm-pr-3 {
		padding-right: 3rem !important
	}

	.p-5 {
		padding: 5rem !important
	}

	.sm-px-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.ptb-5,
	.sm-py-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.plr-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.sm-pt-5 {
		padding-top: 5rem !important
	}

	.sm-pb-5 {
		padding-bottom: 5rem !important
	}

	.sm-pl-5 {
		padding-left: 5rem !important
	}

	.sm-pr-5 {
		padding-right: 5rem !important
	}

	.p-6 {
		padding: 6rem !important
	}

	.sm-px-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.ptb-6,
	.sm-py-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.plr-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.sm-pt-6 {
		padding-top: 6rem !important
	}

	.sm-pb-6 {
		padding-bottom: 6rem !important
	}

	.sm-pl-6 {
		padding-left: 6rem !important
	}

	.sm-pr-6 {
		padding-right: 6rem !important
	}

	.p-7 {
		padding: 7rem !important
	}

	.sm-px-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.ptb-7,
	.sm-py-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.plr-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.sm-pt-7 {
		padding-top: 7rem !important
	}

	.sm-pb-7 {
		padding-bottom: 7rem !important
	}

	.sm-pl-7 {
		padding-left: 7rem !important
	}

	.sm-pr-7 {
		padding-right: 7rem !important
	}

	.p-8 {
		padding: 8rem !important
	}

	.sm-px-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.ptb-8,
	.sm-py-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.plr-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.sm-pt-8 {
		padding-top: 8rem !important
	}

	.sm-pb-8 {
		padding-bottom: 8rem !important
	}

	.sm-pl-8 {
		padding-left: 8rem !important
	}

	.sm-pr-8 {
		padding-right: 8rem !important
	}

	.p-9 {
		padding: 9rem !important
	}

	.sm-px-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.ptb-9,
	.sm-py-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.plr-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.sm-pt-9 {
		padding-top: 9rem !important
	}

	.sm-pb-9 {
		padding-bottom: 9rem !important
	}

	.sm-pl-9 {
		padding-left: 9rem !important
	}

	.sm-pr-9 {
		padding-right: 9rem !important
	}

	.p-10 {
		padding: 10rem !important
	}

	.sm-px-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.ptb-10,
	.sm-py-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.plr-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.sm-pt-10 {
		padding-top: 10rem !important
	}

	.sm-pb-10 {
		padding-bottom: 10rem !important
	}

	.sm-pl-10 {
		padding-left: 10rem !important
	}

	.sm-pr-10 {
		padding-right: 10rem !important
	}

	.p-11 {
		padding: 11rem !important
	}

	.sm-px-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.ptb-11,
	.sm-py-11 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.plr-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.sm-pt-11 {
		padding-top: 11rem !important
	}

	.sm-pb-11 {
		padding-bottom: 11rem !important
	}

	.sm-pl-11 {
		padding-left: 11rem !important
	}

	.sm-pr-11 {
		padding-right: 11rem !important
	}

	.p-12 {
		padding: 12rem !important
	}

	.sm-px-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.ptb-12,
	.sm-py-12 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.plr-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.sm-pt-12 {
		padding-top: 12rem !important
	}

	.sm-pb-12 {
		padding-bottom: 12rem !important
	}

	.sm-pl-12 {
		padding-left: 12rem !important
	}

	.sm-pr-12 {
		padding-right: 12rem !important
	}

	.p-13 {
		padding: 13rem !important
	}

	.sm-px-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.ptb-13,
	.sm-py-13 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.plr-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.sm-pt-13 {
		padding-top: 13rem !important
	}

	.sm-pb-13 {
		padding-bottom: 13rem !important
	}

	.sm-pl-13 {
		padding-left: 13rem !important
	}

	.sm-pr-13 {
		padding-right: 13rem !important
	}

	.p-14 {
		padding: 14rem !important
	}

	.sm-px-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.ptb-14,
	.sm-py-14 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.plr-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.sm-pt-14 {
		padding-top: 14rem !important
	}

	.sm-pb-14 {
		padding-bottom: 14rem !important
	}

	.sm-pl-14 {
		padding-left: 14rem !important
	}

	.sm-pr-14 {
		padding-right: 14rem !important
	}

	.p-15 {
		padding: 15rem !important
	}

	.sm-px-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.ptb-15,
	.sm-py-15 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.plr-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.sm-pt-15 {
		padding-top: 15rem !important
	}

	.sm-pb-15 {
		padding-bottom: 15rem !important
	}

	.sm-pl-15 {
		padding-left: 15rem !important
	}

	.sm-pr-15 {
		padding-right: 15rem !important
	}

	.p-16 {
		padding: 16rem !important
	}

	.sm-px-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.ptb-16,
	.sm-py-16 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.plr-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.sm-pt-16 {
		padding-top: 16rem !important
	}

	.sm-pb-16 {
		padding-bottom: 16rem !important
	}

	.sm-pl-16 {
		padding-left: 16rem !important
	}

	.sm-pr-16 {
		padding-right: 16rem !important
	}

	.p-17 {
		padding: 17rem !important
	}

	.sm-px-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.ptb-17,
	.sm-py-17 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.plr-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.sm-pt-17 {
		padding-top: 17rem !important
	}

	.sm-pb-17 {
		padding-bottom: 17rem !important
	}

	.sm-pl-17 {
		padding-left: 17rem !important
	}

	.sm-pr-17 {
		padding-right: 17rem !important
	}

	.p-18 {
		padding: 18rem !important
	}

	.sm-px-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.ptb-18,
	.sm-py-18 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.plr-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.sm-pt-18 {
		padding-top: 18rem !important
	}

	.sm-pb-18 {
		padding-bottom: 18rem !important
	}

	.sm-pl-18 {
		padding-left: 18rem !important
	}

	.sm-pr-18 {
		padding-right: 18rem !important
	}

	.p-19 {
		padding: 19rem !important
	}

	.sm-px-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.ptb-19,
	.sm-py-19 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important
	}

	.plr-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.sm-pt-19 {
		padding-top: 19rem !important
	}

	.sm-pb-19 {
		padding-bottom: 19rem !important
	}

	.sm-pl-19 {
		padding-left: 19rem !important
	}

	.sm-pr-19 {
		padding-right: 19rem !important
	}

	.p-20 {
		padding: 20rem !important
	}

	.sm-px-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.ptb-20,
	.sm-py-20 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.plr-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.sm-pt-20 {
		padding-top: 20rem !important
	}

	.sm-pb-20 {
		padding-bottom: 20rem !important
	}

	.sm-pl-20 {
		padding-left: 20rem !important
	}

	.sm-pr-20 {
		padding-right: 20rem !important
	}
}

@media (max-width:768px) {
	.m-1 {
		margin: 1rem !important
	}

	.xs-mx-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mtb-1,
	.xs-my-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.mlr-1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs-mt-1 {
		margin-top: 1rem !important
	}

	.xs-mb-1 {
		margin-bottom: 1rem !important
	}

	.xs-ml-1 {
		margin-left: 1rem !important
	}

	.xs-mr-1 {
		margin-right: 1rem !important
	}

	.m-2 {
		margin: 2rem !important
	}

	.xs-mx-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.mtb-2,
	.xs-my-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.mlr-2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xs-mt-2 {
		margin-top: 2rem !important
	}

	.xs-mb-2 {
		margin-bottom: 2rem !important
	}

	.xs-ml-2 {
		margin-left: 2rem !important
	}

	.xs-mr-2 {
		margin-right: 2rem !important
	}

	.m-3 {
		margin: 3rem !important
	}

	.xs-mx-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mtb-3,
	.xs-my-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.mlr-3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xs-mt-3 {
		margin-top: 3rem !important
	}

	.xs-mb-3 {
		margin-bottom: 3rem !important
	}

	.xs-ml-3 {
		margin-left: 3rem !important
	}

	.xs-mr-3 {
		margin-right: 3rem !important
	}

	.m-5 {
		margin: 5rem !important
	}

	.xs-mx-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.mtb-5,
	.xs-my-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.mlr-5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xs-mt-5 {
		margin-top: 5rem !important
	}

	.xs-mb-5 {
		margin-bottom: 5rem !important
	}

	.xs-ml-5 {
		margin-left: 5rem !important
	}

	.xs-mr-5 {
		margin-right: 5rem !important
	}

	.m-6 {
		margin: 6rem !important
	}

	.xs-mx-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.mtb-6,
	.xs-my-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.mlr-6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xs-mt-6 {
		margin-top: 6rem !important
	}

	.xs-mb-6 {
		margin-bottom: 6rem !important
	}

	.xs-ml-6 {
		margin-left: 6rem !important
	}

	.xs-mr-6 {
		margin-right: 6rem !important
	}

	.m-7 {
		margin: 7rem !important
	}

	.xs-mx-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.mtb-7,
	.xs-my-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.mlr-7 {
		margin-left: 7rem !important;
		margin-right: 7rem !important
	}

	.xs-mt-7 {
		margin-top: 7rem !important
	}

	.xs-mb-7 {
		margin-bottom: 7rem !important
	}

	.xs-ml-7 {
		margin-left: 7rem !important
	}

	.xs-mr-7 {
		margin-right: 7rem !important
	}

	.m-8 {
		margin: 8rem !important
	}

	.xs-mx-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.mtb-8,
	.xs-my-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.mlr-8 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xs-mt-8 {
		margin-top: 8rem !important
	}

	.xs-mb-8 {
		margin-bottom: 8rem !important
	}

	.xs-ml-8 {
		margin-left: 8rem !important
	}

	.xs-mr-8 {
		margin-right: 8rem !important
	}

	.m-9 {
		margin: 9rem !important
	}

	.xs-mx-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.mtb-9,
	.xs-my-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.mlr-9 {
		margin-left: 9rem !important;
		margin-right: 9rem !important
	}

	.xs-mt-9 {
		margin-top: 9rem !important
	}

	.xs-mb-9 {
		margin-bottom: 9rem !important
	}

	.xs-ml-9 {
		margin-left: 9rem !important
	}

	.xs-mr-9 {
		margin-right: 9rem !important
	}

	.m-10 {
		margin: 10rem !important
	}

	.xs-mx-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.mtb-10,
	.xs-my-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.mlr-10 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xs-mt-10 {
		margin-top: 10rem !important
	}

	.xs-mb-10 {
		margin-bottom: 10rem !important
	}

	.xs-ml-10 {
		margin-left: 10rem !important
	}

	.xs-mr-10 {
		margin-right: 10rem !important
	}

	.m-11 {
		margin: 11rem !important
	}

	.xs-mx-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.mtb-11,
	.xs-my-11 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.mlr-11 {
		margin-left: 11rem !important;
		margin-right: 11rem !important
	}

	.xs-mt-11 {
		margin-top: 11rem !important
	}

	.xs-mb-11 {
		margin-bottom: 11rem !important
	}

	.xs-ml-11 {
		margin-left: 11rem !important
	}

	.xs-mr-11 {
		margin-right: 11rem !important
	}

	.m-12 {
		margin: 12rem !important
	}

	.xs-mx-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.mtb-12,
	.xs-my-12 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.mlr-12 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xs-mt-12 {
		margin-top: 12rem !important
	}

	.xs-mb-12 {
		margin-bottom: 12rem !important
	}

	.xs-ml-12 {
		margin-left: 12rem !important
	}

	.xs-mr-12 {
		margin-right: 12rem !important
	}

	.m-13 {
		margin: 13rem !important
	}

	.xs-mx-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.mtb-13,
	.xs-my-13 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.mlr-13 {
		margin-left: 13rem !important;
		margin-right: 13rem !important
	}

	.xs-mt-13 {
		margin-top: 13rem !important
	}

	.xs-mb-13 {
		margin-bottom: 13rem !important
	}

	.xs-ml-13 {
		margin-left: 13rem !important
	}

	.xs-mr-13 {
		margin-right: 13rem !important
	}

	.m-14 {
		margin: 14rem !important
	}

	.xs-mx-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.mtb-14,
	.xs-my-14 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.mlr-14 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xs-mt-14 {
		margin-top: 14rem !important
	}

	.xs-mb-14 {
		margin-bottom: 14rem !important
	}

	.xs-ml-14 {
		margin-left: 14rem !important
	}

	.xs-mr-14 {
		margin-right: 14rem !important
	}

	.m-15 {
		margin: 15rem !important
	}

	.xs-mx-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.mtb-15,
	.xs-my-15 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.mlr-15 {
		margin-left: 15rem !important;
		margin-right: 15rem !important
	}

	.xs-mt-15 {
		margin-top: 15rem !important
	}

	.xs-mb-15 {
		margin-bottom: 15rem !important
	}

	.xs-ml-15 {
		margin-left: 15rem !important
	}

	.xs-mr-15 {
		margin-right: 15rem !important
	}

	.m-16 {
		margin: 16rem !important
	}

	.xs-mx-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.mtb-16,
	.xs-my-16 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.mlr-16 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xs-mt-16 {
		margin-top: 16rem !important
	}

	.xs-mb-16 {
		margin-bottom: 16rem !important
	}

	.xs-ml-16 {
		margin-left: 16rem !important
	}

	.xs-mr-16 {
		margin-right: 16rem !important
	}

	.m-17 {
		margin: 17rem !important
	}

	.xs-mx-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.mtb-17,
	.xs-my-17 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.mlr-17 {
		margin-left: 17rem !important;
		margin-right: 17rem !important
	}

	.xs-mt-17 {
		margin-top: 17rem !important
	}

	.xs-mb-17 {
		margin-bottom: 17rem !important
	}

	.xs-ml-17 {
		margin-left: 17rem !important
	}

	.xs-mr-17 {
		margin-right: 17rem !important
	}

	.m-18 {
		margin: 18rem !important
	}

	.xs-mx-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.mtb-18,
	.xs-my-18 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.mlr-18 {
		margin-left: 18rem !important;
		margin-right: 18rem !important
	}

	.xs-mt-18 {
		margin-top: 18rem !important
	}

	.xs-mb-18 {
		margin-bottom: 18rem !important
	}

	.xs-ml-18 {
		margin-left: 18rem !important
	}

	.xs-mr-18 {
		margin-right: 18rem !important
	}

	.m-19 {
		margin: 19rem !important
	}

	.xs-mx-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.mtb-19,
	.xs-my-19 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important
	}

	.mlr-19 {
		margin-left: 19rem !important;
		margin-right: 19rem !important
	}

	.xs-mt-19 {
		margin-top: 19rem !important
	}

	.xs-mb-19 {
		margin-bottom: 19rem !important
	}

	.xs-ml-19 {
		margin-left: 19rem !important
	}

	.xs-mr-19 {
		margin-right: 19rem !important
	}

	.m-20 {
		margin: 20rem !important
	}

	.xs-mx-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.mtb-20,
	.xs-my-20 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.mlr-20 {
		margin-left: 20rem !important;
		margin-right: 20rem !important
	}

	.xs-mt-20 {
		margin-top: 20rem !important
	}

	.xs-mb-20 {
		margin-bottom: 20rem !important
	}

	.xs-ml-20 {
		margin-left: 20rem !important
	}

	.xs-mr-20 {
		margin-right: 20rem !important
	}

	.p-1 {
		padding: 1rem !important
	}

	.xs-px-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.ptb-1,
	.xs-py-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.plr-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xs-pt-1 {
		padding-top: 1rem !important
	}

	.xs-pb-1 {
		padding-bottom: 1rem !important
	}

	.xs-pl-1 {
		padding-left: 1rem !important
	}

	.xs-pr-1 {
		padding-right: 1rem !important
	}

	.p-2 {
		padding: 2rem !important
	}

	.xs-px-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.ptb-2,
	.xs-py-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.plr-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.xs-pt-2 {
		padding-top: 2rem !important
	}

	.xs-pb-2 {
		padding-bottom: 2rem !important
	}

	.xs-pl-2 {
		padding-left: 2rem !important
	}

	.xs-pr-2 {
		padding-right: 2rem !important
	}

	.p-3 {
		padding: 3rem !important
	}

	.xs-px-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.ptb-3,
	.xs-py-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.plr-3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.xs-pt-3 {
		padding-top: 3rem !important
	}

	.xs-pb-3 {
		padding-bottom: 3rem !important
	}

	.xs-pl-3 {
		padding-left: 3rem !important
	}

	.xs-pr-3 {
		padding-right: 3rem !important
	}

	.p-5 {
		padding: 5rem !important
	}

	.xs-px-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.ptb-5,
	.xs-py-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.plr-5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.xs-pt-5 {
		padding-top: 5rem !important
	}

	.xs-pb-5 {
		padding-bottom: 5rem !important
	}

	.xs-pl-5 {
		padding-left: 5rem !important
	}

	.xs-pr-5 {
		padding-right: 5rem !important
	}

	.p-6 {
		padding: 6rem !important
	}

	.xs-px-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.ptb-6,
	.xs-py-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.plr-6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.xs-pt-6 {
		padding-top: 6rem !important
	}

	.xs-pb-6 {
		padding-bottom: 6rem !important
	}

	.xs-pl-6 {
		padding-left: 6rem !important
	}

	.xs-pr-6 {
		padding-right: 6rem !important
	}

	.p-7 {
		padding: 7rem !important
	}

	.xs-px-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.ptb-7,
	.xs-py-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.plr-7 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.xs-pt-7 {
		padding-top: 7rem !important
	}

	.xs-pb-7 {
		padding-bottom: 7rem !important
	}

	.xs-pl-7 {
		padding-left: 7rem !important
	}

	.xs-pr-7 {
		padding-right: 7rem !important
	}

	.p-8 {
		padding: 8rem !important
	}

	.xs-px-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.ptb-8,
	.xs-py-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.plr-8 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.xs-pt-8 {
		padding-top: 8rem !important
	}

	.xs-pb-8 {
		padding-bottom: 8rem !important
	}

	.xs-pl-8 {
		padding-left: 8rem !important
	}

	.xs-pr-8 {
		padding-right: 8rem !important
	}

	.p-9 {
		padding: 9rem !important
	}

	.xs-px-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.ptb-9,
	.xs-py-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.plr-9 {
		padding-left: 9rem !important;
		padding-right: 9rem !important
	}

	.xs-pt-9 {
		padding-top: 9rem !important
	}

	.xs-pb-9 {
		padding-bottom: 9rem !important
	}

	.xs-pl-9 {
		padding-left: 9rem !important
	}

	.xs-pr-9 {
		padding-right: 9rem !important
	}

	.p-10 {
		padding: 10rem !important
	}

	.xs-px-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.ptb-10,
	.xs-py-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.plr-10 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.xs-pt-10 {
		padding-top: 10rem !important
	}

	.xs-pb-10 {
		padding-bottom: 10rem !important
	}

	.xs-pl-10 {
		padding-left: 10rem !important
	}

	.xs-pr-10 {
		padding-right: 10rem !important
	}

	.p-11 {
		padding: 11rem !important
	}

	.xs-px-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.ptb-11,
	.xs-py-11 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.plr-11 {
		padding-left: 11rem !important;
		padding-right: 11rem !important
	}

	.xs-pt-11 {
		padding-top: 11rem !important
	}

	.xs-pb-11 {
		padding-bottom: 11rem !important
	}

	.xs-pl-11 {
		padding-left: 11rem !important
	}

	.xs-pr-11 {
		padding-right: 11rem !important
	}

	.p-12 {
		padding: 12rem !important
	}

	.xs-px-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.ptb-12,
	.xs-py-12 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.plr-12 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.xs-pt-12 {
		padding-top: 12rem !important
	}

	.xs-pb-12 {
		padding-bottom: 12rem !important
	}

	.xs-pl-12 {
		padding-left: 12rem !important
	}

	.xs-pr-12 {
		padding-right: 12rem !important
	}

	.p-13 {
		padding: 13rem !important
	}

	.xs-px-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.ptb-13,
	.xs-py-13 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.plr-13 {
		padding-left: 13rem !important;
		padding-right: 13rem !important
	}

	.xs-pt-13 {
		padding-top: 13rem !important
	}

	.xs-pb-13 {
		padding-bottom: 13rem !important
	}

	.xs-pl-13 {
		padding-left: 13rem !important
	}

	.xs-pr-13 {
		padding-right: 13rem !important
	}

	.p-14 {
		padding: 14rem !important
	}

	.xs-px-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.ptb-14,
	.xs-py-14 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.plr-14 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.xs-pt-14 {
		padding-top: 14rem !important
	}

	.xs-pb-14 {
		padding-bottom: 14rem !important
	}

	.xs-pl-14 {
		padding-left: 14rem !important
	}

	.xs-pr-14 {
		padding-right: 14rem !important
	}

	.p-15 {
		padding: 15rem !important
	}

	.xs-px-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.ptb-15,
	.xs-py-15 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.plr-15 {
		padding-left: 15rem !important;
		padding-right: 15rem !important
	}

	.xs-pt-15 {
		padding-top: 15rem !important
	}

	.xs-pb-15 {
		padding-bottom: 15rem !important
	}

	.xs-pl-15 {
		padding-left: 15rem !important
	}

	.xs-pr-15 {
		padding-right: 15rem !important
	}

	.p-16 {
		padding: 16rem !important
	}

	.xs-px-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.ptb-16,
	.xs-py-16 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.plr-16 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.xs-pt-16 {
		padding-top: 16rem !important
	}

	.xs-pb-16 {
		padding-bottom: 16rem !important
	}

	.xs-pl-16 {
		padding-left: 16rem !important
	}

	.xs-pr-16 {
		padding-right: 16rem !important
	}

	.p-17 {
		padding: 17rem !important
	}

	.xs-px-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.ptb-17,
	.xs-py-17 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.plr-17 {
		padding-left: 17rem !important;
		padding-right: 17rem !important
	}

	.xs-pt-17 {
		padding-top: 17rem !important
	}

	.xs-pb-17 {
		padding-bottom: 17rem !important
	}

	.xs-pl-17 {
		padding-left: 17rem !important
	}

	.xs-pr-17 {
		padding-right: 17rem !important
	}

	.p-18 {
		padding: 18rem !important
	}

	.xs-px-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.ptb-18,
	.xs-py-18 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.plr-18 {
		padding-left: 18rem !important;
		padding-right: 18rem !important
	}

	.xs-pt-18 {
		padding-top: 18rem !important
	}

	.xs-pb-18 {
		padding-bottom: 18rem !important
	}

	.xs-pl-18 {
		padding-left: 18rem !important
	}

	.xs-pr-18 {
		padding-right: 18rem !important
	}

	.p-19 {
		padding: 19rem !important
	}

	.xs-px-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.ptb-19,
	.xs-py-19 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important
	}

	.plr-19 {
		padding-left: 19rem !important;
		padding-right: 19rem !important
	}

	.xs-pt-19 {
		padding-top: 19rem !important
	}

	.xs-pb-19 {
		padding-bottom: 19rem !important
	}

	.xs-pl-19 {
		padding-left: 19rem !important
	}

	.xs-pr-19 {
		padding-right: 19rem !important
	}

	.p-20 {
		padding: 20rem !important
	}

	.xs-px-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.ptb-20,
	.xs-py-20 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.plr-20 {
		padding-left: 20rem !important;
		padding-right: 20rem !important
	}

	.xs-pt-20 {
		padding-top: 20rem !important
	}

	.xs-pb-20 {
		padding-bottom: 20rem !important
	}

	.xs-pl-20 {
		padding-left: 20rem !important
	}

	.xs-pr-20 {
		padding-right: 20rem !important
	}
}

@media screen and (min-width:1920px) {
	.container {
		width: 1430px
	}
}

@media screen and (min-width:1500px) and (max-width:1920px) {
	.container {
		width: 1430px
	}
}

@media screen and (min-width:1335px) and (max-width:1500px) {
	.container {
		width: 1185px
	}
}

@media screen and (min-width:1200px) and (max-width:1334px) {
	.container {
		width: 1100px
	}
}

@media screen and (min-width:1334px) and (max-width:1434px) {
	.container {
		width: 1185px
	}
}

@media screen and (max-width:1199px) {
	.container {
		width: 95%
	}
}

@media (max-width: 991px) {
	.m-hidden {
		display: none !important
	}
}

@media screen and (min-width:1921px) {
	main {
		max-width: 1920px;
		margin: 0 auto
	}
}

@media (max-width:2560px) {
	body {
		font-size: 2.1rem;
		line-height: 3.3rem
	}

	.section-space {
		padding: 20rem 0
	}

	.header-bottom-space {
		margin-bottom: 3rem
	}

	h1 {
		font-size: 5.5rem
	}

	h1,
	h2 {
		line-height: 6.5rem
	}

	h2 {
		font-size: 6rem
	}

	h3 {
		font-size: 3.2rem;
		line-height: 4.9rem
	}

	h4 {
		font-size: 2.8rem;
		line-height: 3.5rem
	}
}

@media (max-width:1680px) {
	body {
		font-size: 2.1rem;
		line-height: 3.3rem
	}

	.section-space {
		padding: 20rem 0
	}

	.header-bottom-space {
		margin-bottom: 3rem
	}

	h1 {
		font-size: 5rem
	}

	h1,
	h2 {
		line-height: 6rem
	}

	h2 {
		font-size: 5.4rem
	}

	h3 {
		font-size: 3.2rem;
		line-height: 4.9rem
	}

	h4 {
		font-size: 2.8rem;
		line-height: 3.5rem
	}
}

@media (max-width:1440px) {
	body {
		font-size: 1.8rem;
		line-height: 2.8rem
	}

	.section-space {
		padding: 20rem 0
	}

	.header-bottom-space {
		margin-bottom: 3rem
	}

	h1 {
		font-size: 4rem;
		line-height: 5rem
	}

	h2 {
		font-size: 4.2rem;
		line-height: 4.4rem
	}

	h3 {
		font-size: 2.8rem;
		line-height: 3.4rem
	}

	h4 {
		font-size: 2.2rem;
		line-height: 2.8rem
	}
}

@media (max-width:1024px) {
	body {
		font-size: 1.8rem;
		line-height: 2.6rem
	}

	.section-space {
		padding: 20rem 0
	}

	.header-bottom-space {
		margin-bottom: 3rem
	}

	h1 {
		font-size: 3rem;
		line-height: 4rem
	}

	h2 {
		font-size: 4.2rem;
		line-height: 4.4rem
	}

	h3 {
		font-size: 2.8rem;
		line-height: 3.4rem
	}

	h4 {
		font-size: 2.2rem;
		line-height: 2.8rem
	}
}

@media (max-width:768px) {
	body {
		font-size: 1.4rem;
		line-height: 2.2rem
	}

	.section-space {
		padding: 20rem 0
	}

	.header-bottom-space {
		margin-bottom: 3rem
	}

	h1 {
		font-size: 3.2rem;
		line-height: 4.2rem
	}

	h2 {
		font-size: 2.8rem;
		line-height: 3.4rem
	}

	h3 {
		font-size: 2rem;
		line-height: 2.8rem
	}

	h4 {
		font-size: 1.8rem;
		line-height: 2.4rem
	}
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.ptb-15 {
		padding-top: 10rem !important;
		padding-bottom: 4rem !important
	}
}

@media (max-width:768px) {

	.ptb-5,
	.ptb-10,
	.ptb-12 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.ptb-15 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.mtb-8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.mtb-13 {
		margin-top: 13rem !important;
		margin-bottom: 0 !important
	}

	.mtb-5 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
}

@media (max-width:950px) {
	.arrow-img {
		display: none
	}
}

.btn {
	padding: 10px 40px;
	font-family: Gilroy-Regular;
	font-weight: 400;
	font-size: 1.6rem;
	border: none;
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 8px;
	transition: all .3s ease-out;
	cursor: pointer
}

*:focus {
	outline: 2px solid #007bff !important;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}

.btn:active,
.btn:focus,
.btn:hover {
	box-shadow: none;
	outline: none;
	border: none
}

@media (max-width:1440px) {
	.btn {
		padding: 12px 30px
	}
}

.btn.btn-primary {
	background-color: #ef4136;
	color: #fff;
	border: none
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	box-shadow: none;
	border: none
}

.btn.btn-primary.disabled {
	background: #717788;
	border-color: #717788;
	pointer-events: none
}

.btn.btn-black {
	background-color: #000f23;
	color: #fff;
	border: none;
	text-decoration: none
}

.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
	box-shadow: none;
	border: none
}

.btn.btn-black.disabled {
	background: #717788;
	border-color: #717788;
	pointer-events: none
}

.btn.btn-comment {
	color: #010000;
	font-size: 18px;
	border: 1px solid #010000;
	width: 100%;
	border-radius: 0
}

.btn.btn-comment:active,
.btn.btn-comment:focus,
.btn.btn-comment:hover {
	color: #010000;
	border: 1px solid #010000
}

.btn-text {
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ef4136;
	font-weight: 700;
	letter-spacing: 1px
}

.bg-hero {
	background-repeat: no-repeat
}

@media only screen and (max-width:1600px) {
	.bg-hero {
		background-image: url(../vo-img/hero_bg-lg.jpg) !important
	}
}

@media only screen and (max-width:1200px) {
	.bg-hero {
		background-image: url(../vo-img/hero_bg-tab2.jpg) !important
	}
}

@media only screen and (max-width:598px) {
	.bg-hero {
		background-image: url(../vo-img/hero_bg-mbl.jpg) !important
	}
}

@media only screen and (max-width:498px) {
	.bg-hero {
		background-image: url(../vo-img/hero_bg-xs.jpg) !important
	}
}

.header .logo {
	width: 100%;
	max-width: 229px;
	height: auto
}

@media (max-width:768px) {
	.header .logo {
		max-width: 164px
	}
}

.header .logo-blck {
	display: none
}

.header .navbar {
	-ms-flex-align: center;
	align-items: center;
	min-height: 120px;
	position: relative
}

.header .navbar .icon {
	fill: #ee4136
}

.header .navbar .nav_link {
	margin-left: auto
}

.header .navbar .nav_link .link-item {
	color: #343c55;
	margin: 0 2rem;
	cursor: pointer;
}


li.mtb-1.back-to-top {
	background-color: #ef4136;
	padding: 10px 15px;
	border-radius: 8px;
	position: fixed;
	bottom: 8%;
	z-index: 9;
}

i.fa.fa-arrow-up {
	color: #fff;
}

ul li ul.dropdown {
	min-width: 10%;
	/* Set width of the dropdown */
	background: #f2f2f2;
	display: none;
	position: absolute;
	z-index: 999;

}

ul li:hover ul.dropdown {
	display: block;
	/* Display the dropdown */
}

ul li:focus-within ul.dropdown {
	display: block;
}

ul li ul.dropdown li {
	display: block;
}

@media screen and (max-width: 600px) {

	ul li ul.dropdown {
		min-width: 10%;
		/* Set width of the dropdown */
		background: none;
		display: none;
		position: relative;
		z-index: 999;

	}
}

@media screen and (min-width:1200px) and (max-width:1550px) {
	.header .navbar .nav_link .link-item {
		font-size: 1.8rem;
		margin: 0 1rem
	}
}

@media (max-width: 1850px) {
	.header .navbar .nav_link {
		background-color: hsla(0, 0%, 100%, .8)
	}
}

@media (max-width:1200px) {
	.header .navbar .nav_link .link-item {
		margin: 0 1rem;
		font-size: 1.4rem;
	}
}

@media (max-width:986px) {
	.header .navbar {
		padding: 2rem 1rem;
		min-height: auto
	}

	.header .navbar .nav_link .link-item {
		margin: 0 1rem
	}

	ul li ul.dropdown {
		position: relative !important;
		width: fit-content;
		margin: 0 auto;
	}
}

@media (max-width: 1024px) {
	.header .navbar .mbl-icon {
		display: inline-block;
		margin-left: auto
	}

	.header .navbar .nav_link {
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		width: 100%;
		display: none;
		text-align: center;
		transition: .3s
	}

	.header .navbar .col-md-1 {
        display: none;
    }

	.header .navbar .nav_link .link-item {
		margin: 0;
		padding: 2rem 0;
		display: inline-block
	}

	.header .navbar .showmenu {
		display: block;
		min-height: 100%;
		width: 100%;
		position: absolute;
		background-color: #fff;
		z-index: 6;
		top: 100%;
		left: 0;
		transition: .5s
	}
}

.hero_section {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.hero_section .social_icons {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 5rem
}

.hero_section .social_icons ul {
	list-style: none
}

.hero_section .social_icons ul li {
	margin: 4rem 0
}

.hero_section .social_icons ul li img {
	height: auto
}

@media (max-width:768px) {
	.hero_section .social_icons {
		padding-left: 1rem
	}
}

.hero_section .slide {
	display: none
}

.hero_section .slide:first-child {
	display: grid
}

.hero_section .banner-content {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	color: #fff;
	position: relative;
	margin: 0 auto
}

.hero_section .banner-content .ban-logo {
	max-width: 300px;
	width: auto;
	padding-right: 20px;
	max-height: 100px;
}

.hero_section .banner-content .text_block {
	grid-row: 1;
	grid-column: 1/span 2;
	margin-right: 10px;
}

.hero_section .banner-content .text_wsize {
	margin-right: 10px;
}

@media (max-width:600px) {
	.hero_section .banner-content .text_block {
		grid-column: 1/span 5
	}
}

.hero_section .banner-content .text_block .hero_title {
	margin-bottom: 4rem
}

.hero_section .banner-content .text_block .hero_subtitle {
	margin-bottom: 5rem;
	line-height: 1.5;
	width: 100%;
	max-width: 450px
}

.hero_section .banner-content .text_block .call_detals {
	font-size: 1.8rem;
	line-height: 2.8rem;
	padding-top: 15rem
}

@media (max-width:768px) {
	.hero_section .banner-content .text_block {
		padding-left: 1rem;
		margin-top: 2.5rem
	}

	.hero_section .banner-content .text_block .hero_subtitle,
	.hero_section .banner-content .text_block .hero_title {
		margin-bottom: 1.6rem
	}

	.hero_section .banner-content .text_block .call_detals {
		padding-top: 1.6rem
	}
}

@media (max-width: 991px) {
	.hero_section .banner-content .text_block {
		padding-left: 1rem
	}
}

.hero_section .banner-content .img-slider {
	grid-row: 1;
	grid-column: 3/span 4
}

@media screen and (max-width: 767px) {
	.hero_section .banner-content .img-slider {
		display: none;
	}
}

.hero_section .banner-content .img-slider .img_res {
	width: 100%;
	height: auto;
	border-radius: 13px;
	position: relative;
	z-index: -1
}

.hero_section .banner-content .img-slider .img_res img {
	border-radius: 13px
}

@media (max-width:375px) {
	.hero_section .banner-content .img-slider .img_res {
		opacity: .5
	}
}

.hero_section .carousel_nav {
	position: relative;
	z-index: 5;
	width: 30px;
	height: 100%;
	background-color: transparent;
	margin-left: auto;
	margin-right: 2rem
}

.hero_section .carousel_nav .indicator {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #000;
	display: block;
	margin: 1.6rem 0;
	cursor: pointer;
	outline: none;
	border: 0;
	position: relative;
	background-color: #bebec4
}

.hero_section .carousel_nav .indicator_active {
	background-color: #ee4136
}

.hero_section .carousel_nav .indicator_active:before {
	content: "";
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #061528;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
}

.hero_section .carousel_nav .indicator_disable {
	background-color: #bebec4
}

.hero_section .carousel_nav .active {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #000;
	display: block;
	margin: 1.6rem 0;
	cursor: pointer;
	outline: none;
	border: 0;
	position: relative;
	background-color: #ee4136
}

.hero_section .carousel_nav .active:before {
	content: "";
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #061528;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
}

.hero_section .carousel-control {
	padding-top: 2.2rem;
	padding-right: 6.4rem
}

.hero_section .carousel-control .navgation {
	width: 60px;
	height: 60px;
	border-radius: .8rem;
	background-color: #fff;
	border: 1px solid #061528;
	margin: 1rem;
	text-align: center
}

.hero_section .carousel-control .navgation svg {
	width: 35px;
	fill: #0b192c;
	margin-top: 2px
}

.hero_section .carousel-control .navgation:hover {
	background-color: #ee4136;
	border: 1px solid #ee4136;
	cursor: pointer
}

.hero_section .carousel-control .navgation:hover svg {
	fill: #fff
}

@media (max-width:768px) {
	.hero_section .carousel-control {
		padding-top: 3rem;
		padding-right: 3rem
	}

	.hero_section .carousel-control .navgation {
		width: 35px;
		height: 35px;
		background-color: #fff
	}

	.hero_section .carousel-control .navgation svg {
		width: 23px
	}
}

@media (max-width:768px) {
	.hero_section .carousel-control .md-center {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.section-details {
	text-align: center;
	max-width: 550px;
	margin: 0 auto
}

.section-details .section_tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}

.section-details .section_cont {
	color: #717788
}

.our-solutions {
	background-repeat: no-repeat;
	background-position: 100% 0
}

@media (max-width:768px) {
	.our-solutions {
		background-image: none !important
	}
}

.our-solutions .our-service .service-single {
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 1.3rem;
	width: 40%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center
}

.our-solutions .our-service .service-single .service-icon {
	margin-right: 1.5rem
}

.our-solutions .our-service .service-single .service-text .service-title {
	color: #136b6b
}

.our-solutions .our-service .service-single .service-text .service-dec {
	color: #717788
}

@media screen and (min-width:1335px) and (max-width:1500px) {
	.our-solutions .our-service .service-single {
		width: 40%
	}
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.our-solutions .our-service .service-single {
		width: 40%
	}

	.our-solutions .our-service .service-single .plr-5 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}
}

@media (min-width:769px) and (max-width:1199px) {
	.our-solutions .our-service .service-single {
		width: 3540%0px
	}
}

@media (max-width:768px) {
	.our-solutions .our-service .service-single {
		width: 90%
	}
}

@media (max-width:768px) {
	.our-solutions .our-service .plr-5 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
}

.our-solutions .work-together {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(8, 1fr);
	position: relative
}

.our-solutions .work-together .content-area {
	grid-row: 1/span 6;
	grid-column: 2/span 6;
	width: 1140px;
	height: 660px;
	background-repeat: no-repeat;
	color: #fff
}

.our-solutions .work-together .content-area .cnt-width {
	width: 100%;
	max-width: 760px;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (min-width:1200px) and (max-width:1350px) {
	.our-solutions .work-together .content-area .cnt-width {
		max-width: 600px;
		margin-left: 2rem
	}
}

.our-solutions .work-together .content-area .content-tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}

.our-solutions .work-together .content-area .content-dec {
	color: #717788
}

.our-solutions .work-together .content-area .btn-setion {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.our-solutions .work-together .content-area .btn-setion .btn-lets_talk {
	font-size: 1.8rem;
	padding: 3rem 6.3rem
}

@media (max-width:768px) {
	.our-solutions .work-together .content-area .btn-setion .btn-lets_talk {
		font-size: 16px;
		padding: 1.5rem 3rem
	}
}

.our-solutions .work-together .content-area .btn-setion .about-link {
	padding: 1rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	text-transform: uppercase
}

.our-solutions .work-together .content-area .btn-setion .about-link:after {
	content: "";
	border-bottom: 2px solid #ef4136;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	bottom: -1rem
}

.our-solutions .work-together .img_block {
	grid-row: 2/span 8;
	grid-column: 7/span 6;
	position: relative;
	z-index: -1
}

.our-solutions .work-together .img_block .img_res {
	width: 100%;
	height: auto;
	border-radius: 1.3rem
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.our-solutions .work-together .img_block .img_res {
		height: 480px
	}
}

@media (max-width:768px) {
	.our-solutions .work-together {
		background-size: cover
	}

	.our-solutions .work-together .content-area {
		width: 100%;
		height: 450px;
		grid-row: 1/-1;
		grid-column: 1/-1;
		background-size: cover;
		background-position: 10% 0
	}

	.our-solutions .work-together .content-area .cnt-width {
		width: 90%
	}

	.our-solutions .work-together .content-area .cnt-width .mtb-3 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.our-solutions .work-together .content-area .btn-setion {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem 0
	}

	.our-solutions .work-together .content-area .btn-setion .btn-lets_talk {
		font-size: 1.6rem;
		padding: 2rem 3.3rem
	}

	.our-solutions .work-together .img_block {
		grid-row: 5/-1;
		grid-column: 1/-1
	}
}

@media (min-width:769px) and (max-width:1350px) {
	.our-solutions .work-together {
		background-size: cover
	}

	.our-solutions .work-together .content-area {
		width: 100%;
		height: 450px;
		grid-row: 1/span 6;
		grid-column: 1/span 10;
		background-size: contain
	}

	.our-solutions .work-together .img_block {
		grid-row: 2/span 9;
		grid-column: 7/span 6
	}
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.our-solutions .work-together .content-area {
		grid-column: 2/-1
	}

	.our-solutions .work-together .content-dec,
	.our-solutions .work-together .content-title {
		margin: 1rem 0
	}
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.our-solutions .work-together .img_block {
		grid-row: 4/span 8
	}
}

.features-section {
	position: relative;
	margin-top: -25%;
	z-index: -2
}

@media screen and (min-width:1088px) and (max-width:1350px) {
	.features-section {
		margin-top: -27%
	}
}

@media (max-width:768px) {
	.features-section {
		margin-top: 0;
		z-index: 0
	}
}

.features-section .features-content {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 100%;
	background-size: cover
}

.features-section .features-content .section-details {
	text-align: left;
	margin-left: 0;
	position: relative;
	margin-top: 5rem
}

@media screen and (min-width:1120px) and (max-width:1350px) {
	.features-section .features-content .section-details {
		max-width: 390px
	}
}

@media (max-width:768px) {
	.features-section .ptb-20 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
}

.features-section .our-features .single-feature {
	position: relative;
	padding: 0 1rem
}

@media screen and (max-width:780px) {
	.features-section .our-features .single-feature {
		padding-left: 0;
		padding-right: 0
	}
}

.features-section .our-features .single-feature .feature-step {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	text-align: center;
	font-family: Albra-Semi;
	font-size: 3rem;
	background-color: #ef4136;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.features-section .our-features .single-feature .feature-title {
	font-size: 2.1rem;
	color: #136b6b;
	min-height: 65px;
	white-space: nowrap
}

@media screen and (max-width:1280px) {
	.features-section .our-features .single-feature .feature-title {
		white-space: inherit;
		font-size: 1.8rem
	}
}

@media (max-width:768px) {
	.features-section .our-features .single-feature .feature-title {
		min-height: auto
	}
}

.features-section .our-features .single-feature .feature-desc {
	font-size: 1.6rem;
	color: #717788
}

.technology_section {
	background-repeat: no-repeat;
	background-position: 10% 0;
	width: 100%;
	overflow: hidden
}

.technology_section .technology_grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(8, 1fr)
}

@media (max-width:768px) {
	.technology_section .technology_grid {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr)
	}
}

.technology_section .technology_grid .img_block {
	grid-row: 1/span 6;
	grid-column: 1/span 8
}

.technology_section .technology_grid .img_block .img_res {
	width: 100%;
	max-width: 646px;
	max-height: 633px;
	border-radius: 1.3rem
}

@media (max-width:768px) {
	.technology_section .technology_grid .img_block {
		grid-row: 1/1;
		grid-column: 1/-1
	}

	.technology_section .technology_grid .img_block .img_res {
		width: 100%;
		max-width: 100%;
		max-height: 633px;
		border-radius: 0
	}
}

.technology_section .technology_grid .content-area {
	grid-row: 3/span 6;
	grid-column: 6/span 8;
	color: #fff;
	width: 870px;
	height: 870px;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:768px) {
	.technology_section .technology_grid .content-area {
		padding: 5rem 0 !important
	}
}

.technology_section .technology_grid .content-area .cnt-width {
	width: 80%;
	margin: 0 auto
}

.technology_section .technology_grid .content-area .cnt-width .content-tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}

.technology_section .technology_grid .content-area .cnt-width .content-title {
	margin-bottom: 1.8rem
}

.technology_section .technology_grid .content-area .cnt-width .content-desc {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.6
}

@media (max-width:589px) {
	.technology_section .technology_grid .content-area .cnt-width .content-desc {
		font-size: 1.4rem
	}
}

@media (max-width:768px) {
	.technology_section .technology_grid .content-area {
		grid-row: 2/-1;
		grid-column: 1/-1;
		width: 100%;
		background-position: 10% 1%;
		padding: 2rem 0;
		margin-top: -2rem;
		background-size: cover
	}
}

@media (max-width:768px) {
	.technology_section .ptb-10 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.technology_section .container {
		width: 100%
	}
}

.our-story {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 10%;
	padding-bottom: 2rem
}

.our-story .content-details .content-tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}

.our-story .content-details .content-desc {
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 8px
}

.our-story .content-details .content-desc p {
	margin: 1.5rem 0
}

@media (max-width:768px) {
	.our-story .content-details .mtb-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
}

.our-story .img_res {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.our-story .img-mbl {
	display: none
}

@media (max-width:768px) {
	.our-story {
		background-image: none !important
	}
}

@media (max-width:768px) {
	.our-story .container {
		background-image: url(../vo-img/our_story-mbl.png) !important;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
		background-position-y: center
	}

	.our-story .content-details {
		margin: 0 auto
	}

	.our-story .img-mbl {
		display: block;
		width: 100%;
		height: auto
	}
}

.our-partner {
	position: relative
}

@media screen and (min-width:1024px) and (max-width:1960px) {
	.our-partner .container {
		width: 85% !important
	}
}

@media screen and (min-width:1199px) and (max-width:1400px) {
	.our-partner .container {
		width: 76% !important
	}
}

.our-partner .partner-titile {
	text-align: center;
	margin-bottom: 8rem
}

@media (max-width:768px) {
	.our-partner .partner-titile {
		margin: 5rem 0
	}
}

.our-partner .slick-slide {
	margin: 0 10px;
	border: 1px solid #ececec;
	border-radius: 50%;
	padding: 20px;
}

.our-partner .slick-list {
	margin: 0 -10px
}

.our-partner .logo-img {
	margin: 0 auto;
	max-width: 80%;
}

.our-partner .partner-flex {
	overflow: hidden
}

.our-partner .vertical_logo {
	position: absolute;
	left: 2%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: 10% 20%
}

@media screen and (min-width:1434px) and (max-width:1650px) {
	.our-partner .vertical_logo .img_res {
		width: 60%;
		margin-top: 8%
	}
}

@media screen and (max-width:1024px) {
	.our-partner .vertical_logo .img_res {
		width: 45%;
		margin-top: 12%
	}
}

@media screen and (min-width:995px) and (max-width:1200px) {
	.our-partner .vertical_logo .img_res {
		width: 45%;
		margin-top: 12%
	}
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.our-partner .vertical_logo .img_res {
		width: 65%;
		margin-top: 5%
	}
}

@media (max-width:768px) {
	.our-partner .vertical_logo {
		background-image: none
	}

	.our-partner .vertical_logo .img_res {
		display: none
	}
}

.make-diff {
	background-repeat: no-repeat;
	background-position: 100%
}

.make-diff .content-details {
	text-align: center
}

.make-diff .content-details .content-tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}

@media (max-width:768px) {
	.make-diff .content-details {
		padding-left: 10px
	}
}

.make-diff .diff-section {
	height: 100%
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.make-diff .diff-section {
		width: 1000px
	}
}

.make-diff .diff-section .diff-single {
	width: 420px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-family: Gilroy-Regular
}

@media screen and (max-width:1199px) {
	.make-diff .diff-section .diff-single {
		margin: 3rem 0;
		width: 80%
	}
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.make-diff .diff-section .diff-single {
		width: 80%;
		margin: 2.2rem 0
	}
}

@media (max-width:480px) {
	.make-diff .diff-section .diff-single {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.make-diff .diff-section .diff-single .mlr-2 {
		margin: 0 !important
	}
}

.make-diff .diff-section .diff-single .diff-title {
	color: #136b6b;
	font-family: Gilroy-Regular
}

.make-diff .diff-section .diff-single .diff-subtitle {
	font-weight: 700;
	text-transform: uppercase
}

.make-diff .diff-section .diff-single .diff-desc {
	color: #353535;
	margin-top: 0
}

.blog-section .blog-header {
	position: relative
}

.blog-section .blog-header .content-details {
	max-width: 800px
}

@media (max-width:800px) {
	.blog-section .blog-header .content-details {
		max-width: 300px
	}
}

.blog-section .blog-header .button-sec .btn-align {
	position: absolute;
	right: 0;
	bottom: -1%
}

@media (max-width:480px) {
	.blog-section .blog-header .button-sec .btn-align {
		position: relative;
		left: 100%;
		bottom: -100%
	}
}

@media (max-width:600px) {
	.blog-section .blog-content .container {
		width: 90%;
		margin: 0 auto
	}
}

.blog-section .blog-content .slick-slider .slick-next,
.blog-section .blog-content .slick-slider .slick-prev {
	background-color: #ee4136;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-position: 50%;
	z-index: 2;
	position: relative
}

.blog-section .blog-content .slick-slider .slick-prev {
	background: url(../vo-img/left-arrow.png) no-repeat;
	left: -25px;
	background-color: #ee4136;
	background-position: 50%
}

.blog-section .blog-content .slick-slider .slick-next,
.blog-section .blog-content .slick-slider .slick-prev {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-indent: -9999px;
	top: 50%;
	margin-top: -20px;
	padding: 0
}

.blog-section .blog-content .slick-slider .slick-next {
	background: url(../vo-img/right-arrow.png) no-repeat;
	display: block;
	background-color: #ee4136;
	background-position: 50%
}

.blog-section .blog-content .slick-track {
	display: -ms-flexbox !important;
	display: flex !important
}

.blog-section .blog-content .slick-slide {
	height: inherit !important;
	box-sizing: border-box;
	max-width: 350px !important;
}

@media (max-width:600px) {
	.blog-section .blog-content .slick-slide {
		max-width: 320px
	}
}

.blog-section .blog-content .card {
	background-color: #ecf3f3;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: .7rem;
	position: relative;
	cursor: pointer;
	margin: 1rem 2rem;
	width: 100%
}

@media screen and (min-width:995px) and (max-width:1200px) {
	.blog-section .blog-content .card {
		margin: 1rem
	}
}

.blog-section .blog-content .card:hover {
	background-color: #fff
}

.blog-section .blog-content .card .date-overlay {
	position: absolute;
	display: inline-block;
	background-color: #ef4136;
	padding: 1.5rem 2rem;
	border-radius: 5px;
	color: #fff;
	right: 5%;
	bottom: 40%;
	text-align: center
}

.blog-section .blog-content .card .date-overlay span {
	display: block
}

.blog-section .blog-content .card .date-overlay .date {
	font-size: 2.8rem;
	font-weight: 700
}

.blog-section .blog-content .card .date-overlay .month {
	font-size: 1.4rem
}

.blog-section .blog-content .card img {
	border-radius: .7rem .7rem 0 0
}

.blog-section .blog-content .card .blog-img {
	width: 100%
}

.blog-section .blog-content .card .blog-img .card-img-top {
	width: 100%;
	height: auto
}

@media (max-width:768px) {
	.blog-section .blog-content .card .blog-img .card-img-top {
		max-height: 250px
	}
}

.blog-section .blog-content .card .card-body {
	padding: 2rem;
	font-family: Albra-Semi
}

.blog-section .blog-content .card .card-body .post-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.6rem;
	color: #717788
}

.blog-section .blog-content .card .card-body .post-details img {
	margin-right: 5px
}

.blog-section .blog-content .card .card-body .post-details .category {
	margin-left: 5px
}

.blog-section .blog-content .card .card-body .post-details .category img {
	display: inline
}

.blog-section .blog-content .card .card-body .post-details .posted_by {
	margin-left: 5px
}

.blog-section .blog-content .card .card-body .post-details .posted_by img {
	display: inline
}

.blog-section .blog-content .card .card-body .card-title {
	font-size: 2.5rem;
	line-height: 3rem;
	margin: 1rem 0
}

.blog-section .blog-content .card .card-body .link_btn {
	text-decoration: none;
	color: #ef4136;
	font-size: 1.6rem;
	text-transform: uppercase
}

@media (max-width:768px) {
	.blog-section .mtb-8 {
		margin-top: 5rem !important;
		margin-bottom: 1rem !important
	}
}

.faq-section {
	margin-bottom: 8rem
}

.faq-section .faq-title {
	text-align: center;
	margin-top: 8rem;
	margin-bottom: 8rem
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.faq-section .faq-title {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

@media (max-width:768px) {
	.faq-section .faq-title {
		margin-top: 1rem;
		margin-bottom: 1rem
	}
}

.faq-section .faq-accordion {
	background-color: transparent;
	font-family: Albra-Semi;
	font-size: 2.5rem;
	color: #000;
	cursor: pointer;
	display: inline-block;
	border: none;
	text-align: left;
	outline: none;
	transition: .4s;
	margin: 16px 0;
	text-indent: -30px;
	padding-left: 35px
}

.faq-section .faq-accordion:before {
	content: url(../vo-img/pluse.png);
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 1.2rem
}

.faq-section .active {
	background-color: transparent
}

.faq-section .active:before {
	content: url(../vo-img/minus.png);
	float: left
}

.faq-section .panel {
	font-size: 1.6rem;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	margin-left: 3rem;
	transition: max-height .2s ease-out
}

@media (max-width:768px) {
	.faq-section .mtb-8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
}

.featureContent_section {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: top
}

.featureContent_section .contentimg-section {
	position: relative
}

.featureContent_section .contentimg-section:after,
.featureContent_section .contentimg-section:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #e41e12;
	background: linear-gradient(155deg, #e41e12, #a3170f)
}

.featureContent_section .contentimg-section:before {
	height: 80px;
	width: 80px;
	right: -20%;
	top: -15%
}

.featureContent_section .contentimg-section:after {
	height: 154px;
	width: 154px;
	bottom: -60px;
	left: -14%;
	z-index: -1
}

.featureContent_section .content_img_res {
	border-radius: 13px
}

@media (max-width:768px) {
	.featureContent_section .content_img_res {
		width: 275px;
		height: 175px;
		margin: 0 auto
	}
}

.featureContent_section:after {
	content: "";
	background-image: url(../vo-img/feature_side_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	height: 500px;
	width: 200px;
	right: 0px;
	z-index: -1;
	top: 94%
}

@media (max-width:768px) {
	.featureContent_section:after {
		background-image: none
	}
}

@media (max-width:768px) {
	.featureContent_section .content-area {
		-ms-flex-order: 2;
		order: 2;
	}

	.featureContent_section .contentimg-section {
		-ms-flex-order: 1;
		order: 1;
		background-image: url(../vo-img/feature_bg1.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position-y: center;
		min-width: 100%;
	}

	.featureContent_section .contentimg-section:before {
		height: 38px;
		width: 38px;
		right: 6%;
		top: 15%
	}

	.featureContent_section .contentimg-section:after {
		height: 54px;
		width: 54px;
		left: 5%;
		z-index: 0;
		top: 80%
	}
}

.benefit-section .benefit-section_title {
	text-align: center;
	margin-bottom: 9rem
}

.benefit-section .content-tagline {
	font-size: 1.8rem;
	color: #ee4136;
}

@media screen and (min-width:769px) and (max-width:1434px) {
	.benefit-section .benefit-section_title {
		margin-bottom: 4rem
	}
}

@media (max-width:768px) {
	.benefit-section .benefit-section_title {
		margin-bottom: 2rem
	}
}

.benefit-section .benefit-total {
	height: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.benefit-section .benefit-total {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.benefit-section .benefit-single {
	width: 440px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 1.3rem;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.6rem;
	margin: 2rem auto
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.benefit-section .benefit-single {
		width: 340px;
		margin: 2rem 0
	}
}

@media (max-width:768px) {
	.benefit-section .benefit-single {
		width: 95%;
		margin-bottom: 1rem
	}
}

.benefit-section .benefit-single .benefit-step p {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	text-align: center;
	font-family: Albra-Semi;
	font-size: 3rem;
	background-color: #ef4136;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.benefit-section .benefit-single .benefit-hdr_block {
	display: inline-grid;
	grid-template-areas: "a b";
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.benefit-section .benefit-single .benefit-hdr_block .circle-main {
	height: 66px;
	width: 66px;
	border-radius: 50%;
	border: 16px solid #f1cdcb;
	background-color: #f5f4f4;
	display: block;
	display: inline-block;
	box-sizing: content-box
}

@media screen and (min-width:769px) and (max-width:1500px) {
	.benefit-section .benefit-single .benefit-hdr_block .circle-main {
		height: 56px;
		width: 56px;
		border: 10px solid #f1cdcb
	}
}

@media (max-width:768px) {
	.benefit-section .benefit-single .benefit-hdr_block .circle-main {
		height: 46px;
		width: 46px;
		border: 8px solid #f1cdcb
	}
}

.benefit-section .benefit-single .benefit-hdr_block .time {
	background-image: url(../vo-img/time.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.benefit-section .benefit-single .benefit-hdr_block .fraud {
	background-image: url(../vo-img/fraud.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.benefit-section .benefit-single .benefit-hdr_block .decision {
	background-image: url(../vo-img/decisions.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.benefit-section .benefit-single .benefit-hdr_block .benefit-title {
	font-size: 2.7rem;
	font-weight: 700;
	color: #136b6b;
	padding-left: 0rem;
	padding-bottom: 10px;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
	.benefit-section .benefit-single .benefit-hdr_block .benefit-title {
		font-size: 2rem;
		padding-left: 0rem
	}
}

@media (max-width:768px) {
	.benefit-section .benefit-single .benefit-hdr_block {
		grid-template-areas: "a" "b"
	}

	.benefit-section .benefit-single .benefit-hdr_block .benefit-title {
		font-size: 2.2rem;
		font-weight: 700;
		color: #136b6b;
		padding-left: 0;
		margin: 1rem 0
	}
}

.benefit-section .benefit-single:hover {
	cursor: pointer
}

.benefit-section .benefit-single:hover .circle-main {
	border-color: #eae9fe;
	background-color: #ee4136
}

.benefit-section .benefit-single:hover .time {
	background-image: url(../vo-img/time_h.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.benefit-section .benefit-single:hover .fraud {
	background-image: url(../vo-img/fraud_h.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.benefit-section .benefit-single:hover .decision {
	background-image: url(../vo-img/decisions_h.png);
	background-repeat: no-repeat;
	background-position: 50%
}

@media (max-width:768px) {
	.benefit-section {
		margin-top: 3rem
	}
}

.hover-section .padd {
	padding: 0 1.5rem;
	margin: 0 0 1.5rem
}

.hover-section .soultion-title {
	text-align: center;
	margin-top: 10rem;
	margin-bottom: 10rem
}

.hover-section .hover-block {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .4s linear
}

@media screen and (max-width:768px) {
	.hover-section .hover-block {
		margin: 0 0 2rem
	}
}

.hover-section .hover-block img {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	transform: scale(1);
	transition: all .4s linear
}

.hover-section .hover-block .text-block {
	position: absolute;
	z-index: 1;
	color: #fff;
	background: linear-gradient(301deg, #b52a22, rgba(96, 84, 83, .6923144258) 90%);
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3rem;
	text-align: center;
	transition: all .4s linear
}

.hover-section .hover-block .text-block .circle-icon {
	height: 96px;
	width: 96px;
	border-radius: 50%;
	background-color: #fff;
	transition: all .4s linear
}

@media screen and (max-width:1200px) {
	.hover-section .hover-block .text-block .circle-icon {
		height: 76px;
		width: 76px
	}
}

.hover-section .hover-block .text-block .edu {
	background-image: url(../vo-img/edu_icon.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: background-image .4s linear
}

.hover-section .hover-block .text-block .emp {
	background-image: url(../vo-img/emp_icon.png)
}

.hover-section .hover-block .text-block .ces,
.hover-section .hover-block .text-block .emp {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: background-image .4s linear;
	transition: all .4s linear
}

.hover-section .hover-block .text-block .ces {
	background-image: url(../vo-img/ces_icon.png)
}

.hover-section .hover-block .text-block .imm {
	background-image: url(../vo-img/immg_icon.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: background-image .4s linear;
	transition: all .4s linear
}

.hover-section .hover-block .text-block .overlay-block {
	display: none;
	transition: all .4s linear
}

.hover-section .hover-block:hover {
	cursor: pointer
}

.hover-section .hover-block:hover img {
	transform: scale(1.1)
}

.hover-section .hover-block:hover .circle-icon {
	background-color: #e41e12
}

.hover-section .hover-block:hover .edu {
	background-image: url(../vo-img/edu_icon-h.png)
}

.hover-section .hover-block:hover .emp {
	background-image: url(../vo-img/emp_icon-h.png)
}

.hover-section .hover-block:hover .ces {
	background-image: url(../vo-img/ces_icon-h.png)
}

.hover-section .hover-block:hover .imm {
	background-image: url(../vo-img/immg_icon-h.png)
}

.hover-section .hover-block:hover .text-block .overlay-block {
	display: block
}

.benfit-soultion-section .soultion-title {
	text-align: center;
	margin-bottom: 10rem
}

.benfit-soultion-section .soultion-total {
	height: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.benfit-soultion-section .soultion-total {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.benfit-soultion-section .soultion-single {
	position: relative;
	width: 395px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 1.3rem;
	margin: 2rem auto;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .4s ease-in-out 0s
}

@media screen and (min-width:1200px) and (max-width:1500px) {
	.benfit-soultion-section .soultion-single {
		margin: 2rem 0;
		width: 355px;
		height: 100%
	}
}

.benfit-soultion-section .soultion-single .single-nohover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	transition: all .4s ease-in-out 0s
}

.benfit-soultion-section .soultion-single .nohover-cnt {
	position: absolute;
	z-index: 1;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #b52a22;
	background: linear-gradient(301deg, #b52a22, rgba(96, 84, 83, .6923144258) 90%);
	transition: all .4s ease-in-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.benfit-soultion-section .soultion-single .nohover-cnt .circle-icon {
	height: 96px;
	width: 96px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%
}

.benfit-soultion-section .soultion-single .nohover-cnt .edu {
	background-image: url(../vo-img/edu_icon.png)
}

.benfit-soultion-section .soultion-single .nohover-cnt .emp {
	background-image: url(../vo-img/emp_icon.png)
}

.benfit-soultion-section .soultion-single .nohover-cnt .imm {
	background-image: url(../vo-img/immg_icon.png)
}

.benfit-soultion-section .soultion-single .nohover-cnt h3 {
	color: #fff
}

.benfit-soultion-section .soultion-single .soultion_img {
	width: 100%;
	height: 100%
}

.benfit-soultion-section .soultion-single .single-hover {
	display: none;
	background-color: #fff;
	transition: all .15s ease-in-out 0s
}

.benfit-soultion-section .soultion-single .single-hover .circle-icon {
	background: #e41e12;
	background: linear-gradient(155deg, #e41e12, #a3170f);
	background-repeat: no-repeat;
	background-position: 50%
}

.benfit-soultion-section .soultion-single .single-hover .edu,
.benfit-soultion-section .soultion-single .single-hover .emp {
	background-image: url(../vo-img/emp_icon-h.png), linear-gradient(155deg, #e41e12, #a3170f)
}

.benfit-soultion-section .soultion-single .single-hover .imm {
	background-image: url(../vo-img/immg_icon-h.png), linear-gradient(155deg, #e41e12, #a3170f)
}

.benfit-soultion-section .soultion-single .single-hover h3 {
	color: #136b6b;
	margin-top: 2rem
}

.benfit-soultion-section .soultion-single .single-hover p {
	text-align: center;
	padding: 2rem;
	color: #353535
}

.benfit-soultion-section .soultion-single:hover {
	cursor: pointer
}

.benfit-soultion-section .soultion-single:hover .nohover-cnt {
	background: #fff !important
}

.benfit-soultion-section .soultion-single:hover .single-nohover {
	display: none
}

.benfit-soultion-section .soultion-single:hover .single-hover {
	display: block
}

@media (max-width:320px) {
	.benfit-soultion-section .soultion-title {
		margin-bottom: 2rem
	}

	.benfit-soultion-section .soultion-single {
		width: 100%;
		margin-bottom: 3rem
	}
}

.advantage-section .advantage-content {
	background-color: #000;
	padding: 8rem;
	border-radius: 13px;
	color: #fff;
	background: url(../vo-img/advantage_bg.png), #000;
	background-repeat: no-repeat;
	background-position: 0 100%
}

.advantage-section .advantage-content .choose-us .content-tagline {
	font-size: 1.8rem;
	color: #ee4136
}

.advantage-section .advantage-content .choose-list .choose-list_single {
	display: inline-grid;
	grid-template-areas: "c d";
	grid-gap: 3rem;
	margin-bottom: 2rem
}

.advantage-section .advantage-content .choose-list .choose-list_single .circle-img {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.advantage-section .advantage-content .choose-list .choose-list_single .choose-cnt p {
	margin-top: 1.5rem
}

@media (max-width:768px) {
	.advantage-section .advantage-content {
		padding: 2rem
	}

	.advantage-section .advantage-content .choose-list_single {
		grid-gap: 1rem;
		margin-bottom: 2rem
	}
}

.solve-section {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.solve-section .solve-title {
	text-align: center;
	margin-bottom: 9rem
}

.solve-section .solve-total {
	height: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative
}

.solve-section .solve-total .arrow-img {
	position: absolute
}

.solve-section .solve-total .align-1 {
	top: 45%;
	left: 28.5%
}

.solve-section .solve-total .align-2 {
	top: 45%;
	right: 28.5%
}

.solve-section .solve-total .solve-single {
	width: 300px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 1.3rem;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.6rem
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.solve-section .solve-total .solve-single {
		width: 200px
	}
}

.solve-section .solve-total .solve-single .solve-cnt,
.solve-section .solve-total .solve-single .solve-imgblck {
	text-align: center
}

@media (max-width:768px) {
	.solve-section {
		margin-bottom: 0rem
	}

	.solve-section .solve-title {
		margin-top: 5rem;
		margin-bottom: 2rem
	}

	.solve-section .arrow-img {
		display: none
	}

	.solve-section .solve-single {
		width: 95%;
		margin-bottom: 2rem
	}
}

@media screen and (max-width:768px) {
	.ces-page .featureContent_section {
		background-image: none !important
	}
}

.ces-page .featureContent_section .contentimg-section img {
	border-radius: 1.3rem
}

.ces-page .featureContent_section .content-area .underline:after {
	content: "";
	background-color: #ee4136;
	height: 5px;
	width: 15%;
	position: relative;
	left: 0;
	margin-bottom: 1rem;
	display: block
}

.ces-page .it-workssection .work-subtitle p {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	line-height: 3.5rem
}

@media screen and (max-width:1400px) {
	.ces-page .it-workssection .work-subtitle p {
		font-size: 22px;
		line-height: 3.2rem
	}
}

@media screen and (max-width:768px) {
	.ces-page .it-workssection .work-subtitle p {
		font-size: 18px;
		line-height: 3rem
	}
}

.ces-page .hover-section .padd {
	padding: 0 1.5rem;
	margin: 0 0 1.5rem
}

.ces-page .hover-section .hover-block {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .4s linear
}

@media screen and (max-width:768px) {
	.ces-page .hover-section .hover-block {
		margin: 0 0 2rem
	}
}

.ces-page .hover-section .hover-block img {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	transform: scale(1);
	transition: all .4s linear
}

.ces-page .hover-section .hover-block .text-block {
	position: absolute;
	z-index: 1;
	color: #fff;
	background: linear-gradient(301deg, #b52a22, rgba(96, 84, 83, .6923144258) 90%);
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3rem;
	text-align: center;
	transition: all .4s linear
}

.ces-page .hover-section .hover-block .text-block .circle-icon {
	height: 96px;
	width: 96px;
	border-radius: 50%;
	background-color: #fff;
	transition: all .4s linear
}

@media screen and (max-width:1200px) {
	.ces-page .hover-section .hover-block .text-block .circle-icon {
		height: 76px;
		width: 76px
	}
}

.ces-page .hover-section .hover-block .text-block svg {
	width: 100%;
	height: auto;
	padding: 28px;
	fill: #ee4136;
}

@media screen and (max-width: 1200px) {
	.ces-page .hover-section .hover-block .text-block svg {
		padding: 20px;
	}
}

.ces-page .hover-section .hover-block .text-block:hover svg {
	fill: #ffffff;
}

.ces-page .hover-section .hover-block .text-block .edu {
	background-image: url(../vo-img/edu_icon.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: background-image .4s linear
}

.ces-page .hover-section .hover-block .text-block .emp {
	background-image: url(../vo-img/emp_icon.png)
}

.ces-page .hover-section .hover-block .text-block .ces,
.ces-page .hover-section .hover-block .text-block .emp {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: background-image .4s linear;
	transition: all .4s linear
}

.ces-page .hover-section .hover-block .text-block .ces {
	background-image: url(../vo-img/ces_icon.png)
}

.ces-page .hover-section .hover-block .text-block .overlay-block {
	display: none;
	transition: all .4s linear
}

.ces-page .hover-section .hover-block:hover {
	cursor: pointer
}

.ces-page .hover-section .hover-block:hover img {
	transform: scale(1.1)
}

.ces-page .hover-section .hover-block:hover .circle-icon {
	background-color: #e41e12
}

.ces-page .hover-section .hover-block:hover .edu {
	background-image: url(../vo-img/edu_icon-h.png)
}

.ces-page .hover-section .hover-block:hover .emp {
	background-image: url(../vo-img/emp_icon-h.png)
}

.ces-page .hover-section .hover-block:hover .ces {
	background-image: url(../vo-img/ces_icon-h.png)
}

.ces-page .hover-section .hover-block:hover .text-block .overlay-block {
	display: block
}

.hover-block:focus .overlay-block {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

@media screen and (max-width:1500px) {
	.ces-page .hover-section .hover-block .text-block {
		padding: 0 1rem;
	}
	.ces-page .hover-section .hover-block .text-block h3 {
        font-size: 1.8rem;
    }
	.ces-page .hover-section .hover-block .text-block .overlay-block {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 991px) {
	.ces-page .hover-section .hover-block .text-block .overlay-block {
		font-size: 2.1rem;
	}
	.ces-page .hover-section .hover-block .text-block h3 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width:767px) {
	.ces-page .hover-section .hover-block .text-block .overlay-block {
		font-size: 1.8rem;
	}
	.ces-page .hover-section .hover-block .text-block h3 {
        font-size: 2.8rem;
    }
}

.contact-page .bg-hero {
	background-image: none !important
}

.contact-page .logo-white {
	display: none
}

.contact-page .logo-blck {
	display: block
}

.contact-section {
	padding-top: 10rem;
	padding-bottom: 10rem
}

@media (max-width:768px) {
	.contact-section .mr-auto {
		margin: 0 auto
	}
}

.contact-section .content-tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}

.contact-section .content-title {
	margin-top: 1rem;
	margin-bottom: 5rem
}

@media (max-width:768px) {
	.contact-section .content-title {
		margin-bottom: 2rem
	}
}

.contact-section .detail-address {
	margin-bottom: 2rem
}

.contact-section .detail-address .icon-img {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	background-color: #f3dac3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-section .detail-address .icon-cnt {
	padding-left: 2rem
}

.contact-section .contact-form input {
	min-height: 35px
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
	background-color: #fff;
	padding: 2rem;
	border-radius: .8rem;
	width: 100%;
	border: 1px solid #cbcbdc;
	margin-bottom: 2rem;
	font-size: 18px;
	color: #717788
}

.contact-section .contact-form textarea {
	resize: none
}

@media (max-width:768px) {
	.contact-section {
		padding-top: 10rem;
		padding-bottom: 5rem
	}

	.contact-section .contact-form input {
		min-height: 25px
	}
}

.about-section {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	background-color: #fdf8f3;
}

.about-section .about-cnt .about-text span {
	font-size: 2rem;
	font-weight: normal;
}

.mission-section {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain
}

.mission-section .soultion-title {
	text-align: center;
	margin-top: 10rem
}

.mission-section .mission-cnt {
	margin-bottom: 2rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 auto
}

.mission-section .mission-cnt .mission-img {
	height: 180px;
	width: 200px;
	border-radius: .8rem;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.mission-section .mission-cnt .mission-text {
	padding-left: 5rem;
	font-weight: 400
}

@media (max-width:768px) {
	.mission-section .mission-cnt {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.mission-section .mission-cnt .mission-img {
		height: 180px;
		width: 180px;
		margin-bottom: 2rem
	}

	.mission-section .mission-cnt .mission-text {
		padding-left: 2rem;
		font-size: 1.8rem
	}
}

@media (max-width:768px) {
	.mission-section {
		background-image: none !important
	}
}

.aboutstory-section {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain
}

.aboutstory-section .aboutstory-content .aboutstory-para {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.aboutstory-section .aboutstory-content .color-green {
	color: #136b6b;
	font-weight: 700
}

@media (max-width:768px) {
	.aboutstory-section {
		background-image: none !important
	}

	.aboutstory-section .aboutstory-content {
		margin-top: 2rem
	}
}

.whychoose-section {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.whychoose-section .whychoose-content .whychoose-para {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.whychoose-section img {
	border-radius: 15px;
}

.whychoose-section .whychoose-content .content-tagline {
	font-size: 1.8rem;
	font-family: Gilroy-Regular;
	color: #ef4136;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.whychoose-section .whychoose-content .color-green {
	color: #136b6b;
	font-weight: bold;
}

@media (max-width: 768px) {
	.whychoose-section {
		background-image: none !important;
	}

	.whychoose-section .whychoose-content {
		margin-top: 2rem;
	}
}

ourteam-section .ourteam-title {
	text-align: center
}

.ourteam-section .ourteam-title h1,
.ourteam-section .ourteam-title p {
	margin-bottom: 2rem
}

.ourteam-section .teammember-total {
	height: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.ourteam-section .teammember-total {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.ourteam-section .teammember-total .teammember-single {
	position: relative
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	.ourteam-section .teammember-total .teammember-single {
		margin: 6.5rem 0
	}
}

@media screen and (max-width:1200px) {
	.ourteam-section .teammember-total .teammember-single {
		margin: 6.5rem 0
	}
}

.ourteam-section .teammember-total .teammember-single .teammember-img-blck .teammember_img {
	border-radius: 1.3rem
}

.ourteam-section .teammember-total .teammember-single .teammember-details {
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	padding: 2rem 0;
	text-align: center;
	white-space: nowrap;
	border-radius: .7rem;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: -25%;
	z-index: 1;
	left: 50%;
	transform: translate(-50%)
}

.ourteam-section .teammember-total .teammember-single .teammember-details .mem-scl_icon li {
	margin: 1rem
}

@media (max-width:768px) {
	.ourteam-section .teammember-total {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.ourteam-section .teammember-total .m-top30 {
		margin-top: 30%
	}

	.ourteam-section .teammember-total .m-btm30 {
		margin-bottom: 30%
	}
}

.board-section {
	background-color: #fdf8f3
}

.board-section .board-title {
	text-align: center;
	margin-top: 10rem
}

.board-section .board-members {
	display: inline-grid;
	grid-template-areas: "e f";
	grid-gap: 3rem;
	background-color: #fff;
	padding: 3rem;
	-ms-flex-align: start;
	align-items: start;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 1rem
}

.board-section .board-members .board-img {
	width: 400px;
	height: 400px;
	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	overflow: hidden
}

.board-section .board-members .img_mem {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden
}

.board-section .board-members .board-text {
	padding-left: 0;
	font-size: 2.5rem;
	font-weight: 400
}

.board-section .board-members .board-text h3 {
	font-size: 3.2rem;
	color: #ee4136
}

.board-section .board-members .board-text h4 {
	font-size: 2rem
}

.board-section .board-members .board-text p {
	font-size: 18px;
	margin-top: 1rem
}

.board-section .board-members .board-text .read-btn {
	font-size: 18px;
	color: #ee4136;
	padding: 1rem 0
}

.board-section .board-members .board-text #readMore1,
.board-section .board-members .board-text #readMore2,
.board-section .board-members .board-text #readMore3 {
	display: none
}

@media (max-width:768px) {
	.board-section .board-members {
		grid-template-areas: "e" "f"
	}

	.board-section .board-members .board-img {
		width: 100%;
		height: auto
	}

	.board-section .board-members .board-text h3 {
		margin-bottom: 1rem
	}

	.board-section .board-members .board-text h4 {
		margin-bottom: 2rem
	}

	.board-section .board-members .board-text .read-btn,
	.board-section .board-members .board-text p {
		margin-bottom: 1rem
	}
}

.testimonal-section .testimonal-title {
	text-align: center;
	margin-bottom: 3rem
}

.testimonal-section .single-testimonial-item {
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	margin: 3rem;
	border-radius: 1.3rem
}

.testimonal-section .single-testimonial-item .testimonial-icon {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 8rem !important
}

@media (max-width:768px) {
	.testimonal-section .single-testimonial-item .testimonial-icon {
		margin-top: 2rem
	}
}

.testimonal-section .single-testimonial-item .testimonial-cnt {
	padding: 0 2rem
}

.testimonal-section .single-testimonial-item .testimonial-cnt .testimonial-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0;
	padding: 2rem 0
}

.testimonal-section .single-testimonial-item .testimonial-cnt .testimonial-details img {
	display: inline;
	width: auto;
	height: 66px;
	margin-top: 1.5rem
}

.testimonal-section .single-testimonial-item .testimonial-cnt .testimonial-details .testimonial-name {
	padding-left: 1rem
}

.testimonal-section .slick-slider .slick-next,
.testimonal-section .slick-slider .slick-prev {
	background-color: #ee4136;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-position: 50%
}

.testimonal-section .slick-slider .slick-prev {
	background: url(../vo-img/left-arrow.png) no-repeat;
	background-color: #ee4136;
	background-position: 50%
}

.testimonal-section .slick-slider .slick-next {
	background: url(../vo-img/right-arrow.png) no-repeat;
	background-color: #ee4136;
	background-position: 50%
}

.blogpage-section .blog-content .card {
	background-color: #fff;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: .7rem;
	margin: 2rem 5rem 2rem 0
}

@media (max-width:768px) {
	.blogpage-section .blog-content .card {
		margin: 2rem auto
	}
}

.blogpage-section .blog-content .card .blog-img {
	width: 100%;
	overflow: hidden
}

.blogpage-section .blog-content .card .blog-img .card-img-top,
.blogpage-section .blog-content .card .card-img-top {
	width: 100%;
	height: auto
}

.blogpage-section .blog-content .card img {
	border-radius: .7rem .7rem 0 0
}

.blogpage-section .blog-content .card .card-body {
	position: relative;
	padding: 2rem;
	font-family: Albra-Semi
}

.blogpage-section .blog-content .card .card-body .date-overlay {
	position: absolute;
	display: inline-block;
	background-color: #ef4136;
	font-family: Gilroy-Regular;
	padding: 1.5rem 2rem;
	border-radius: 5px;
	color: #fff;
	right: 5%;
	top: -30%;
	text-align: center
}

.blogpage-section .blog-content .card .card-body .date-overlay span {
	display: block
}

.blogpage-section .blog-content .card .card-body .date-overlay .date {
	font-size: 2.8rem;
	font-weight: 700
}

.blogpage-section .blog-content .card .card-body .date-overlay .month {
	font-size: 1.4rem
}

.blogpage-section .blog-content .card .card-body .blog-author {
	font-size: 1.6rem;
	color: #ee4136
}

.blogpage-section .blog-content .card .card-body .blog-title {
	font-size: 2.1rem;
	line-height: 3.3rem;
	margin: 1.2rem 0
}

.blogpage-section .blog-content .card .card-body .blog-expert {
	font-family: Gilroy-Regular;
	color: #717788;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem
}

.blogpage-section .pagination {
	display: inline-block
}

.blogpage-section .pagination a {
	color: #000;
	float: left;
	padding: 1rem 2rem;
	border-radius: .7rem;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px
}

.blogpage-section .pagination a.active {
	background-color: #ee4136;
	color: #fff;
	border: 1px solid #ee4136
}

@media (max-width:768px) {
	.blogpage-section .pagination {
		margin: 3rem auto
	}
}

.blogpage-section .side-bar .serach form input {
	min-height: 35px;
	background-color: #fff;
	padding: 2rem;
	border-radius: .8rem;
	width: 100%;
	border: 1px solid #cbcbdc;
	margin: 2rem 0;
	font-size: 18px;
	color: #717788
}

.blogpage-section .side-bar .categorie .main-head {
	font-size: 2.5rem;
	background-color: #f6e3e2;
	text-align: center;
	padding: 2rem 1rem;
	border-radius: .8rem;
	font-weight: 700
}

.blogpage-section .side-bar .categorie ul {
	list-style-image: url(../vo-img/bullet.png);
	margin: 2rem 3rem
}

.blogpage-section .side-bar .categorie ul li {
	margin: .8rem 0
}

.blogpage-section .side-bar .recent-post .main-head {
	font-size: 2.5rem;
	background-color: #f6e3e2;
	text-align: center;
	padding: 2rem 1rem;
	border-radius: .8rem;
	font-weight: 700
}

.blogpage-section .side-bar .recent-post .recent-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0
}

.blogpage-section .side-bar .recent-post .recent-block .recent_img {
	width: 84px;
	height: 85px;
	border-radius: .7rem
}

.blogpage-section .side-bar .recent-post .recent-block .post-details {
	padding-left: 2rem
}

.blogpage-section .side-bar .recent-post .recent-block .post-details .post-date {
	font-size: 14px;
	color: #717788
}

.blogpage-section .side-bar .recent-post .recent-block .post-details .post-title {
	font-size: 18px;
	line-height: 2.5rem
}

.blog-detail .blog-tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
	font-size: 1.6rem;
	width: 100%;
	max-width: 450px
}

.blog-detail .blog-tags li {
	display: inline-block
}

@media (max-width: 991px) {
	.blog-detail .blog-tags li {
		display: block;
		margin: 1rem 0
	}
}

.blog-detail .blog-tags .blog-tag_link {
	padding: 2px 5px;
	border: 1px solid #717788;
	color: #717788;
	margin: 0 1rem 0 0
}

.blog-detail .blog-tags .blog-tag_link:hover {
	background-color: #ee4136;
	color: #fff;
	border: 1px solid #ee4136
}

.blog-detail .posted-by {
	position: absolute;
	bottom: 0
}

@media (max-width: 991px) {
	.blog-detail .posted-by {
		position: relative;
		bottom: 0
	}
}

.blog-detail .posted-by .user-icon {
	background-color: #ee4136;
	height: 64px;
	width: 64px;
	text-align: center;
	border-radius: 50%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-detail .posted-by .user-details .posted-on,
.blog-detail .posted-by .user-details .user-name {
	font-size: 1.8rem;
	display: block
}

.blog-detail .blogdetail-section .blog-content {
	padding: 0 10rem 0 0
}

@media (max-width: 991px) {
	.blog-detail .blogdetail-section .blog-content {
		padding: 0 2rem 0 0
	}
}

.blog-detail .blogdetail-section .blog-content h3 {
	color: #ef4136
}

.blog-detail .blogdetail-section .blog-content p {
	margin: 1.5rem 0
}

.blog-detail .blogdetail-section .comments-section .comment-to .user-icon {
	background-color: #ee4136;
	height: 64px;
	width: 64px;
	text-align: center;
	border-radius: 50%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-detail .blogdetail-section .comments-section .comment-to .user-name,
.blog-detail .blogdetail-section .comments-section .comment-to .user-position {
	font-size: 1.8rem;
	display: block;
	font-weight: 700
}

.blog-detail .blogdetail-section .comments-section .comment-to .user-position {
	color: #717788
}

.blog-detail .blogdetail-section .comments-section .comment-form {
	position: relative
}

.blog-detail .blogdetail-section .comments-section .comment-form textarea {
	width: 100%;
	color: #010000;
	outline: none;
	border-bottom: 2px solid #b2b2b2;
	font-size: 1.8rem;
	margin-top: 2rem
}

.blog-detail .blogdetail-section .comments-section .comment-form .btn-comment {
	width: 100%
}

.blog-detail .side-bar .serach form input {
	min-height: 35px;
	background-color: #fff;
	padding: 2rem;
	border-radius: .8rem;
	width: 100%;
	border: 1px solid #cbcbdc;
	margin: 2rem 0;
	font-size: 18px;
	color: #717788
}

.blog-detail .side-bar .categorie .main-head {
	font-size: 2.5rem;
	background-color: #f6e3e2;
	text-align: center;
	padding: 2rem 1rem;
	border-radius: .8rem;
	font-weight: 700
}

.blog-detail .side-bar .categorie ul {
	list-style-image: url(../vo-img/bullet.png);
	margin: 2rem 3rem
}

.blog-detail .side-bar .categorie ul li {
	margin: .8rem 0
}

.blog-detail .side-bar .recent-post .main-head {
	font-size: 2.5rem;
	background-color: #f6e3e2;
	text-align: center;
	padding: 2rem 1rem;
	border-radius: .8rem;
	font-weight: 700
}

.blog-detail .side-bar .recent-post .recent-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0
}

.blog-detail .side-bar .recent-post .recent-block .recent_img {
	width: 84px;
	height: 85px;
	border-radius: .7rem
}

.blog-detail .side-bar .recent-post .recent-block .post-details {
	padding-left: 2rem
}

.blog-detail .side-bar .recent-post .recent-block .post-details .post-date {
	font-size: 14px;
	color: #717788
}

.blog-detail .side-bar .recent-post .recent-block .post-details .post-title {
	font-size: 18px;
	line-height: 2.5rem
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[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-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slider {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.slick-slider .slick-list {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-slider .slick-track {
	position: relative;
	left: 0;
	top: 0
}

.slick-slider .slide {
	float: left;
	min-height: 1px
}

.slick-slider .slide img {
	display: block
}

.slick-slider .slide {
	display: none
}

.slick-initialized .slide {
	display: block
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-loading .slick-list {
	background: #fff url(../img/ajax-loader.gif) 50% no-repeat
}

.slick-loading .slide {
	visibility: hidden
}

.slick-slider .slick-prev {
	background: url(../img/sprite.png) -50px -40px no-repeat;
	left: -25px
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
	position: absolute;
	display: block;
	height: 40px;
	width: 30px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -20px;
	padding: 0
}

.slick-slider .slick-next {
	background: url(../img/sprite.png) -90px -40px no-repeat;
	right: -25px
}

.slick-slider .slick-next:focus,
.slick-slider .slick-prev:focus {
	outline: none
}

.slick-slider .slick-next.disabled {
	background-position: -90px -90px
}

.slick-slider .slick-prev.disabled {
	background-position: -50px -90px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-webkit-min-device-pixel-ratio:2.5),
only screen and (min-resolution:240dpi) {
	.slick-slider .slick-next {
		background: url(../img/sprite@2x.png) -90px -40px no-repeat;
		background-size: 900px 200px
	}

	.slick-slider .slick-prev {
		background: url(../img/sprite@2x.png) -50px -40px no-repeat;
		background-size: 900px 200px;
		-webkit-background-size: 900px 200px
	}
}

.slick-dots {
	position: absolute;
	bottom: -30px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	background: url(../img/sprite.png) -200px -50px no-repeat;
	height: 5px;
	width: 5px;
	text-indent: -9999px;
	margin: 0 10px;
	padding: 0
}

.slick-dots li.active {
	background-position: -150px -50px
}

.slick-dots li a {
	display: block;
	height: 10px;
	width: 10px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-webkit-min-device-pixel-ratio:2.5),
only screen and (min-resolution:240dpi) {
	.slick-dots li {
		background: url(../img/sprite@2x.png) -200px -50px no-repeat;
		background-size: 900px 200px
	}
}

.slick-list.draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.footer-section .footer-content {
	position: relative
}

.footer-section .footer-content .company-details {
	color: #fff;
	font-size: 1.6rem;
	background-repeat: no-repeat;
	background-size: cover
}

@media screen and (min-width:1200px) and (max-width:1434px) {
	/*.footer-section .footer-content .company-details{height:720px}*/
}

.footer-section .footer-content .company-details .logo {
	width: 229px;
	height: 64px
}

@media screen and (max-width:1200px) {
	.footer-section .footer-content .company-details .logo {
		width: 190px;
		height: 54px
	}
}

.footer-section .footer-content .footer-setbck {
	position: relative;
	margin-top: 4rem
}

.footer-section .footer-content .footer-setbck .quote {
	width: 100%;
	background-color: #ee4136;
	position: relative;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-section .footer-content .footer-setbck .quote h1 {
	font-size: 3.5rem;
	line-height: 5rem;
	font-weight: 400;
	font-family: Gilroy-Regular;
	color: #fff
}

.footer-section .footer-content .footer-setbck .quote .btn-black {
	text-align: center;
	white-space: nowrap !important;
	margin: 0 auto !important
}

.footer-section .footer-content .footer-setbck .quicklinks {
	background-color: #000f22;
	color: #fff;
	height: 100%;
	position: relative
}

.footer-section .footer-content .footer-setbck .quicklinks .links-text a {
	color: #abb1c3;
	font-weight: 400
}

.footer-section .footer-content .footer-setbck .quicklinks .subscribe p {
	color: #abb1c3
}

.footer-section .footer-content .footer-setbck .quicklinks .sub-form {
	position: relative
}

.footer-section .footer-content .footer-setbck .quicklinks .sub-form input {
	min-height: 40px;
	background-color: #fff;
	padding: 2rem;
	border-radius: .4rem;
	width: 100%;
	font-size: 1.8rem
}

@media (max-width:768px) {
	.footer-section .footer-content .footer-setbck .quicklinks .sub-form input {
		min-height: 25px !important
	}
}

.footer-section .footer-content .footer-setbck .quicklinks .sub-form textarea {
	background-color: #fff;
	padding: 2rem;
	border-radius: .8rem;
	width: 100%;
	border: 1px solid #cbcbdc;
	margin-bottom: 2rem;
	font-size: 18px;
	color: #717788;
	resize: none
}

.footer-section .footer-content .footer-setbck .quicklinks .sub-form .msg-icon {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width:768px) {
	.footer-section .footer-content .footer-setbck .quicklinks .sub-form .msg-icon {
		top: 35%;
		transform: translateY(-30%)
	}
}

.footer-section .footer-content .footer-setbck .bottom-links1 {
	background-color: #000f22;
	height: auto;
	display: inline;
	padding: 1rem 0 2rem;
	text-align: right
}

.footer-section .footer-content .footer-setbck .bottom-links1 a {
	color: #717788
}

@media (max-width:768px) {
	.footer-section .footer-content .footer-setbck .bottom-links1 {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.footer-section .footer-content .footer-setbck .bottom-links1 li {
	margin: 0 0 0 2rem;
	display: inline
}

@media (max-width: 991px) {
	.footer-section .footer-content .company-details {
		padding: 0 4rem 3rem
	}

	.footer-section .footer-content .footer-setbck {
		margin-top: 0
	}

	.footer-section .footer-content .footer-setbck .quicklinks,
	.footer-section .footer-content .footer-setbck .quote {
		width: 100%
	}

	.footer-section .footer-content .footer-setbck .quicklinks .links-text,
	.footer-section .footer-content .footer-setbck .quicklinks .subscribe,
	.footer-section .footer-content .footer-setbck .quote .links-text,
	.footer-section .footer-content .footer-setbck .quote .subscribe {
		padding: 0 1rem
	}

	.footer-section .footer-content .footer-setbck .bottom-links {
		margin-top: -1px
	}
}

@media (max-width: 991px) and (max-width:768px) {
	.footer-section .footer-content .footer-setbck .mtb-13 {
		margin-top: 13rem !important;
		margin-bottom: 0 !important
	}

	.footer-section .footer-content .footer-setbck .sub-form {
		padding-bottom: 3rem
	}

	.footer-section .footer-content .footer-setbck .sub-form input {
		min-height: 35px;
		width: 100%
	}

	.footer-section .footer-content .footer-setbck .quote {
		text-align: center;
		padding: 30px !important;
	}

	.footer-section .footer-content .footer-setbck .quote .contact-btn {
		margin: 0 auto
	}

	.footer-section .footer-content .footer-setbck .quote h1 {
		font-size: 2.2rem;
		line-height: 3.5rem
	}
}

@media (max-width: 991px) and (max-width:320px) {
	.footer-section .footer-content .footer-setbck .subscribe {
		margin-top: 2rem
	}
}

@media (max-width:775px) {
	.footer-section .footer-content .footer-setbck .quote h1 {
		font-size: 2.2rem;
		line-height: 3.5rem
	}

	.footer-section .footer-content .quicklinks {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer-section .powered_by {
	background-color: #000f22;
	border-top: 1px solid hsla(224, 9%, 49%, .5);
	color: #717788;
	text-align: center;
	font-size: 14px;
	padding: 1rem 0
}

.footer-section .powered_by a {
	color: #006ec7
}

@media (max-width:768px) {
	.footer-section .powered_by {
		font-size: 12px
	}
}

@media screen and (max-width:1200px) {
	.ptb-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
}

@media screen and (min-width:770px) and (max-width: 991px) {
	.work-together .content-area {
		grid-row: 1/-1 !important;
		grid-column: 1/-1 !important;
		background-size: cover !important;
		background-position: 10% 0
	}

	.work-together .content-area .cnt-width {
		width: 80%
	}

	.technology_section .technology_grid .img_block {
		grid-row: 1/span 6;
		grid-column: 1/span 7
	}

	.technology_section .technology_grid .img_block .img_res {
		width: 100%;
		max-width: 100%
	}

	.technology_section .technology_grid .content-area {
		width: 100%;
		grid-row: 4/span 6;
		grid-column: 2/span 12;
		border-radius: .8rem
	}

	.our-story {
		padding-top: 0 !important;
		padding-bottom: 6rem !important
	}

	.features-section {
		margin-top: -10%
	}

	.company-details .mtb-13 {
		margin-top: 13rem !important;
		margin-bottom: 5rem !important
	}

	.board-section .board-members {
		display: inline-grid;
		grid-template-areas: "e" "f"
	}

	.board-section .board-members .board-img {
		margin: 0 auto
	}

	.advantage-section.ptb-15,
	.benfit-soultion-section.ptb-15,
	.featureContent_section .ptb-15 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}
}

@media screen and (max-width: 768px) {
	.hover-section .soultion-title {
		text-align: center;
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

/*# sourceMappingURL=style.css.map */
/*01-02-23 changes */
.row p a {
	color: #e93734 !important;
	text-decoration: none;
}

/*30-06-22 changes */
div#foo-quick-linked {
	padding: 30px 30px 0px;
	background-color: #000f22;
	color: #fff;
	height: 100%;
	position: relative;
}

div#foo-quick-linked .row {
	width: 85%;
	padding-top: 20px;
}

div#foo-quick-linked .row:last-child .col-md-6:last-child {
	margin-top: 0px;
}

@media (max-width: 991px) {
	div#foo-quick-linked .row:last-child .col-md-6:last-child {
		margin-top: 20px;
	}
}

div#foo-quick-linked ul#quick-foo li h6 {
	font-size: 16px;
}

div#foo-quick-linked ul#quick-foo li,
div#foo-quick-linked ul#quick-foo li a {
	color: #abb1c3 !important;
	font-weight: normal;
	font-size: 18px;
}

@media (max-width: 768px) {
	.ptb-15 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.hero_section .banner-content {
		display: block;
	}

	.bg-hero {
		background-size: 100%;
	}

	div#foo-quick-linked ul#quick-foo li a {
		font-size: 14px;
	}

	div#foo-quick-linked .row {
		width: 100%;
		padding-top: 20px;
	}
}

ul li ul.dropdown {
	min-width: 10%;
	/* Set width of the dropdown */
	background: #fff !important;
	display: none;
	position: absolute;
	z-index: 999;
	border-radius: 2px;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);

}

ul li:hover ul.dropdown {
	display: block;
	/* Display the dropdown */
}

ul li ul.dropdown li {
	display: block;
	padding: 0 16px !important;
	line-height: 40px !important;
}

ul li ul.dropdown li:hover {
	background-color: #e6f7ff !important;
}

.footer-section .md-my-13,
.mtb-13 {
	margin-top: 13rem !important;
	margin-bottom: 6rem !important;
}

#foo-quick-linked .ptb-5 {
	padding-top: 5rem !important;
	padding-bottom: 0rem !important;
}

@media screen and (max-width: 1280px) {
	#foo-quick-linked li {
		width: 100%;
	}
}

@media screen and (min-width: 767px) {
	ul#quick-foo .mtb-1 {
		float: left;
		padding: 0px 20px 0 0 !important;
	}

}

.footer-section .company-details {
	min-height: 100% !important;
}

#foo-quick-linked h4 {
	margin-bottom: 0px;
}

.our-partner .logo-img:hover {
	cursor: pointer;
}

#foo-quick-linked li h4 {
	font-size: 22px;
}

.footer-section .footer-content .footer-setbck .bottom-links1 a {
	color: #717788;
	font-size: 18px !important;
}

@media (max-width: 768px) {
	.footer-section .footer-content .footer-setbck .bottom-links1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-section .footer-content .footer-setbck .bottom-links1 a {
		font-size: 14px !important;
	}

	#foo-quick-linked .col-md-7,
	#foo-quick-linked .col-md-4 {
		width: 100%;
	}

	li.mtb-1.back-to-top {
		float: right;
		right: 50px;
	}

	.footer-section .footer-content .footer-setbck .bottom-links1 li {
		float: left;
		margin: 5px 0 0 40px !important;

	}

	.footer-section .footer-content .footer-setbck .bottom-links1 ul {
		display: grid;
		text-align: left;
	}

	#foo-quick-linked h4 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	#foo-quick-linked li h4 {
		font-size: 20px;
	}
}

/* 08-09-22 changes */
@media screen and (max-width: 420px) {
	.footer-section .footer-content .footer-setbck .bottom-links1 li {
		margin: 5px 0 0 40px !important;
	}
}
/* more nav changes */
#navMenu {
  visibility: hidden;
}
.dropdown {
	display: none;
	list-style: none;
	padding: 0.5rem;
	margin: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
}

li:hover>.dropdown {
	display: block;
}

.more-nav {
	min-width: 30px !important;
}

.more-nav>.link-item {
	font-size: 3.4rem !important;
	line-height: 0 !important;
}

.more-nav .dropdown {
	min-width: 150px;
	position: absolute !important;
	right: 0 !important;
	left: auto !important;
	top: auto !important;
}

.header .xl-pr-2 .btn {
	padding: 12px !important;
	min-width: max-content;
}
.no-transition * {
  transition: none !important;
  animation: none !important;
}

/* Smooth fade-slide out */
.nav-item-out {
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Smooth fade-slide in */
.nav-item-in {
	opacity: 0;
	transform: translateY(-10px);
	animation: fadeInSlide 0.3s forwards ease;
}

@keyframes fadeInSlide {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*success-ind-page */
		.success-ind-page .benefit-single {
            width: 45% !important;
        }

        .success-ind-page .board-section .board-members {
            display: flex;
        }

        .success-ind-page .board-section .board-members .board-text h3 {
            font-size: 2.2rem;
            color: #ee4136;
        }

        .success-ind-page .content-tagline {
            font-size: 4rem;
            font-family: auto;
            letter-spacing: 2px;
            line-height: 1.2;
        }
        @media screen and (max-width: 991px) {
          .success-ind-page .content-tagline {
            font-size: 2rem;
          }
        }

        .success-ind-page .Gallery img {
            max-width: 98%;
            margin: 5px;
        }

        .success-ind-page .Gallery1 img {
            max-width: 85%;
            margin: 5px 5px 5% 5%;
        }

        .success-ind-page .Gallery1 p {
            position: absolute;
            z-index: 999999;
            color: #fff !important;
            background: #333;
            text-align: center;
            margin: 50px 0px 0px;
            padding: 10px;
            max-width: 200px;
            font-size: 2.8rem;
            text-shadow: 1px 1px 4px black;
            line-height: 1.2;
        }

        @media screen and (max-width: 767px) {
            .success-ind-page .benefit-section .benefit-single {
                width: 95% !important
            }
        }

		.success-page .blog-section .blog-content .row {
            gap: 10px;
            justify-content: center;
        }

        .success-page .blog-section {
            background-color: #fdf8f3;
        }

        .success-page .blog-section .blog-content .row .col-md-3 {
            flex-basis: 24%;
            width: 24%;
        }

        .success-page .blog-section .blog-content .card .card-body {
            font-family: Gilroy-Regular;
        }

        @media screen and (max-width: 991px) {
            .success-page .blog-section .blog-content .row {
                display: block;
            }

            .success-page .blog-section .blog-content .row .col-md-3 {
                text-align: center;
                width: auto;
                display: block;
            }

            .success-page .blog-section .blog-content .card {
                margin: 10px 0;
            }
        }

        .testi-name {
            background: #feefee;
            display: inline;
            padding: 10px 20px;
            border-radius: 20px;
            color: #ee4136;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
        }
		@media screen and (max-width: 991px) {
            .testi-name {
            	padding: 5px 10px;
            	font-size: 9px;
        	}
        }

        .tick-list {
            list-style: none;
            padding: 0;
        }

        .tick-list li {
            position: relative;
            padding-left: 2em;
            margin-bottom: 1.5em;
            color: #000f23;
        }

        .tick-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            width: 1.5em;
            height: 1.5em;
            background-color: #000f23;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 1.5em;
            font-weight: bold;
            font-size: 0.9em;
        }

        .glance .text-orange {
            background: #feefee;
            border-radius: 30px;
            padding: 5px 20px;
			margin: 10px 0;
        }