@charset "UTF-8";
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffd65a;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868e96;
	--gray-dark: #343a40;
	--primary: #E63946;
	--secondary: #868e96;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffd65a;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--gray-100: #f8f9fa;
	--gray-200: #e9ecef;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #adb5bd;
	--gray-600: #868e96;
	--gray-700: #495057;
	--gray-800: #343a40;
	--gray-900: #212529;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "HK Grotesk", sans-serif;
	--font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
   background-color: #dd1c2a;
   border-color: #d21a28;
}

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

html {
	font-family: "HK Grotesk", sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	/* overflow: scroll; */
}

/* make scrollbar transparent */

/* ::-webkit-scrollbar {
	width: 0px;
	background: transparent; 
} */

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

body {
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
	
	
	margin-top: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	/* overflow: auto; */
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	/* text-align: justify; */
}

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

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

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #e63946;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #bb1824;
	text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: "HK Grotesk", sans-serif;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

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

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #868e96;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
}

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

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: "HK Grotesk", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin: 10px 0;
	color: #212529;
}

@media (min-width: 320px) and (max-width: 354px) {
	.small-header-sm {
		font-size: 15px;
	}
	.small-header {
		font-size: 8px;
		font-weight: 400;
		line-height: 0%;
	}
}

@media (min-width: 355px) and (max-width: 388px) {
	.small-header-sm {
		font-size: 15px;
	}
	.small-header {
		font-size: 14px;
		font-weight: 400;
		/* line-height: 0%; */
	}
}

@media (min-width: 389px) and (max-width: 3500px) {
	.small-header {
		font-size: 16px;
		font-weight: 400;
	}
}
.h1,
h1 {
	letter-spacing: 0;
	font-size: 1.9rem;
}

.h2,
h2 {
	font-size: 1.6rem;
}

.h3,
h3 {
	font-size: 1.4rem;
}

.h4,
h4 {
	font-size: 1.2rem
}

.h5,
h5 {
	font-size: 1rem
}

.h6,
h6 {
	font-size: 0.9rem
}

.lead {
	font-size: .89rem;
	font-weight: 300;
	text-align: justify;
}

.lead strong {
	font-weight: 700;
}

.bullets-side {
	margin-left: -40px;
	margin-top: 0px;
}

.bullets-side li {
	margin-left: 17px;
}

.lead a {
	color: #e63946;
}

.bullets-side a {
	color: #e63946;
}

.lead .btn-primary {
	color: #fff;
}


/* .leadUnique {
margin-top: 1rem;
} */

.heat-spec {
	font-size: 1.3rem;
	font-weight: normal;
}

.display-1 {
	font-size: 6rem;
	font-weight: 400;
	line-height: 1.1
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 400;
	line-height: 1.1
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.1
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.1
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}


.small,
small {
	font-size: 80%;
	font-weight: 400
}

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

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.125rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #868e96
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #868e96
}

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

a>code {
	color: inherit
}

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

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

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

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

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0%;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}


.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #e9ecef
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
	border-top: 2px solid #e9ecef
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #e9ecef
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fafafa
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: #f8f9fa
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #f8c8cb
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #f2989f
}

.table-hover .table-primary:hover {
	background-color: #f5b1b6
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #f5b1b6
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #dddfe2
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #c0c4c8
}

.table-hover .table-secondary:hover {
	background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #cfd2d6
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fff4d1
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffeaa9
}

.table-hover .table-warning:hover {
	background-color: #ffeeb8
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffeeb8
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-gray-100,
.table-gray-100>td,
.table-gray-100>th {
	background-color: #fdfdfe
}

.table-gray-100 tbody+tbody,
.table-gray-100 td,
.table-gray-100 th,
.table-gray-100 thead th {
	border-color: #fbfcfc
}

.table-hover .table-gray-100:hover {
	background-color: #ececf6
}

.table-hover .table-gray-100:hover>td,
.table-hover .table-gray-100:hover>th {
	background-color: #ececf6
}

.table-gray-200,
.table-gray-200>td,
.table-gray-200>th {
	background-color: #f9fafb
}

.table-gray-200 tbody+tbody,
.table-gray-200 td,
.table-gray-200 th,
.table-gray-200 thead th {
	border-color: #f4f5f7
}

.table-hover .table-gray-200:hover {
	background-color: #eaedf1
}

.table-hover .table-gray-200:hover>td,
.table-hover .table-gray-200:hover>th {
	background-color: #eaedf1
}

.table-gray-300,
.table-gray-300>td,
.table-gray-300>th {
	background-color: #f6f7f8
}

.table-gray-300 tbody+tbody,
.table-gray-300 td,
.table-gray-300 th,
.table-gray-300 thead th {
	border-color: #eef0f2
}

.table-hover .table-gray-300:hover {
	background-color: #e8eaed
}

.table-hover .table-gray-300:hover>td,
.table-hover .table-gray-300:hover>th {
	background-color: #e8eaed
}

.table-gray-400,
.table-gray-400>td,
.table-gray-400>th {
	background-color: #f1f3f5
}

.table-gray-400 tbody+tbody,
.table-gray-400 td,
.table-gray-400 th,
.table-gray-400 thead th {
	border-color: #e6e9ec
}

.table-hover .table-gray-400:hover {
	background-color: #e2e6ea
}

.table-hover .table-gray-400:hover>td,
.table-hover .table-gray-400:hover>th {
	background-color: #e2e6ea
}

.table-gray-500,
.table-gray-500>td,
.table-gray-500>th {
	background-color: #e8eaed
}

.table-gray-500 tbody+tbody,
.table-gray-500 td,
.table-gray-500 th,
.table-gray-500 thead th {
	border-color: #d4d9dd
}

.table-hover .table-gray-500:hover {
	background-color: #dadde2
}

.table-hover .table-gray-500:hover>td,
.table-hover .table-gray-500:hover>th {
	background-color: #dadde2
}

.table-gray-600,
.table-gray-600>td,
.table-gray-600>th {
	background-color: #dddfe2
}

.table-gray-600 tbody+tbody,
.table-gray-600 td,
.table-gray-600 th,
.table-gray-600 thead th {
	border-color: #c0c4c8
}

.table-hover .table-gray-600:hover {
	background-color: #cfd2d6
}

.table-hover .table-gray-600:hover>td,
.table-hover .table-gray-600:hover>th {
	background-color: #cfd2d6
}

.table-gray-700,
.table-gray-700>td,
.table-gray-700>th {
	background-color: #ccced0
}

.table-gray-700 tbody+tbody,
.table-gray-700 td,
.table-gray-700 th,
.table-gray-700 thead th {
	border-color: #a0a4a8
}

.table-hover .table-gray-700:hover {
	background-color: #bfc1c4
}

.table-hover .table-gray-700:hover>td,
.table-hover .table-gray-700:hover>th {
	background-color: #bfc1c4
}

.table-gray-800,
.table-gray-800>td,
.table-gray-800>th {
	background-color: #c6c8ca
}

.table-gray-800 tbody+tbody,
.table-gray-800 td,
.table-gray-800 th,
.table-gray-800 thead th {
	border-color: #95999c
}

.table-hover .table-gray-800:hover {
	background-color: #b9bbbe
}

.table-hover .table-gray-800:hover>td,
.table-hover .table-gray-800:hover>th {
	background-color: #b9bbbe
}

.table-gray-900,
.table-gray-900>td,
.table-gray-900>th {
	background-color: #c1c2c3
}

.table-gray-900 tbody+tbody,
.table-gray-900 td,
.table-gray-900 th,
.table-gray-900 thead th {
	border-color: #8c8e90
}

.table-hover .table-gray-900:hover {
	background-color: #b4b5b6
}

.table-hover .table-gray-900:hover>td,
.table-hover .table-gray-900:hover>th {
	background-color: #b4b5b6
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: #f8f9fa
}

.table-hover .table-active:hover {
	background-color: #e9ecef
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: #e9ecef
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}


.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.2rem + 2px);
	padding: .6rem .75rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #6d7a86;
	outline: 0;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control::placeholder {
	color: #868e96;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	/* background-color: #e9ecef; */
	background-color: #fff;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.6rem + 1px);
	padding-bottom: calc(.6rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(1rem + 1px);
	padding-bottom: calc(1rem + 1px);
	font-size: 1.125rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .7875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .6rem;
	padding-bottom: .6rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .7875rem;
	line-height: 1.5;
	border-radius: 0
}

.form-control-lg {
	height: calc(1.5em + 2rem + 2px);
	padding: 1rem 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: .5rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #868e96
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .7875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: 0
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: 2.55rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .3rem);
	background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: 2.55rem;
	background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc((1em + 1.2rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .6rem) calc(.75em + .6rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
	display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .7875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: 0
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: 2.55rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .3rem);
	background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: 2.55rem;
	background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 1.2rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .6rem) calc(.75em + .6rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
	display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}
.btn {
	padding: 9px 5px;
	margin: 2px -1px;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: .6875rem;
	display: inline-block;
	font-weight: 700;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,

.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #e63946;
	border-color: #e63946
}

.btn-primary:hover {
	color: #fff;
	background-color: #dd1c2a;
	border-color: #d21a28
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(234, 87, 98, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #e63946;
	border-color: #e63946
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #d21a28;
	border-color: #c61926
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(234, 87, 98, .5)
}


.btn-secondary {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-secondary:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(152, 159, 166, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(152, 159, 166, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffd65a;
	border-color: #ffd65a
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffcc34;
	border-color: #ffc927
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 187, 83, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffd65a;
	border-color: #ffd65a
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc927;
	border-color: #ffc61a
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 187, 83, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-gray-100 {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-gray-100:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-gray-100.focus,
.btn-gray-100:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-gray-100.disabled,
.btn-gray-100:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-gray-100:not(:disabled):not(.disabled).active,
.btn-gray-100:not(:disabled):not(.disabled):active,
.show>.btn-gray-100.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-100.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-gray-200 {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-gray-200:hover {
	color: #212529;
	background-color: #d3d9df;
	border-color: #cbd3da
}

.btn-gray-200.focus,
.btn-gray-200:focus {
	box-shadow: 0 0 0 .2rem rgba(203, 206, 209, .5)
}

.btn-gray-200.disabled,
.btn-gray-200:disabled {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-gray-200:not(:disabled):not(.disabled).active,
.btn-gray-200:not(:disabled):not(.disabled):active,
.show>.btn-gray-200.dropdown-toggle {
	color: #212529;
	background-color: #cbd3da;
	border-color: #c4ccd4
}

.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(203, 206, 209, .5)
}

.btn-gray-300 {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-gray-300:hover {
	color: #212529;
	background-color: #c8cfd6;
	border-color: #c1c9d0
}

.btn-gray-300.focus,
.btn-gray-300:focus {
	box-shadow: 0 0 0 .2rem rgba(194, 198, 202, .5)
}

.btn-gray-300.disabled,
.btn-gray-300:disabled {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-gray-300:not(:disabled):not(.disabled).active,
.btn-gray-300:not(:disabled):not(.disabled):active,
.show>.btn-gray-300.dropdown-toggle {
	color: #212529;
	background-color: #c1c9d0;
	border-color: #bac2cb
}

.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-300.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(194, 198, 202, .5)
}

.btn-gray-400 {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-gray-400:hover {
	color: #212529;
	background-color: #b8c1ca;
	border-color: #b1bbc4
}

.btn-gray-400.focus,
.btn-gray-400:focus {
	box-shadow: 0 0 0 .2rem rgba(180, 186, 191, .5)
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-gray-400:not(:disabled):not(.disabled).active,
.btn-gray-400:not(:disabled):not(.disabled):active,
.show>.btn-gray-400.dropdown-toggle {
	color: #212529;
	background-color: #b1bbc4;
	border-color: #aab4bf
}

.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(180, 186, 191, .5)
}

.btn-gray-500 {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-gray-500:hover {
	color: #212529;
	background-color: #98a2ac;
	border-color: #919ca6
}

.btn-gray-500.focus,
.btn-gray-500:focus {
	box-shadow: 0 0 0 .2rem rgba(152, 159, 167, .5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-gray-500:not(:disabled):not(.disabled).active,
.btn-gray-500:not(:disabled):not(.disabled):active,
.show>.btn-gray-500.dropdown-toggle {
	color: #212529;
	background-color: #919ca6;
	border-color: #8a95a1
}

.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(152, 159, 167, .5)
}

.btn-gray-600 {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-gray-600:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d
}

.btn-gray-600.focus,
.btn-gray-600:focus {
	box-shadow: 0 0 0 .2rem rgba(152, 159, 166, .5)
}

.btn-gray-600.disabled,
.btn-gray-600:disabled {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-gray-600:not(:disabled):not(.disabled).active,
.btn-gray-600:not(:disabled):not(.disabled):active,
.show>.btn-gray-600.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76
}

.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-600.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(152, 159, 166, .5)
}

.btn-gray-700 {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-gray-700:hover {
	color: #fff;
	background-color: #383d42;
	border-color: #32373b
}

.btn-gray-700.focus,
.btn-gray-700:focus {
	box-shadow: 0 0 0 .2rem rgba(100, 106, 112, .5)
}

.btn-gray-700.disabled,
.btn-gray-700:disabled {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-gray-700:not(:disabled):not(.disabled).active,
.btn-gray-700:not(:disabled):not(.disabled):active,
.show>.btn-gray-700.dropdown-toggle {
	color: #fff;
	background-color: #32373b;
	border-color: #2c3034
}

.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-700.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(100, 106, 112, .5)
}

.btn-gray-800 {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-gray-800:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-gray-800.focus,
.btn-gray-800:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-gray-800:not(:disabled):not(.disabled).active,
.btn-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-gray-800.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-gray-900 {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-gray-900:hover {
	color: #fff;
	background-color: #101214;
	border-color: #0a0c0d
}

.btn-gray-900.focus,
.btn-gray-900:focus {
	box-shadow: 0 0 0 .2rem rgba(66, 70, 73, .5)
}

.btn-gray-900.disabled,
.btn-gray-900:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-gray-900:not(:disabled):not(.disabled).active,
.btn-gray-900:not(:disabled):not(.disabled):active,
.show>.btn-gray-900.dropdown-toggle {
	color: #fff;
	background-color: #0a0c0d;
	border-color: #050506
}

.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-900.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(66, 70, 73, .5)
}

.btn-outline-primary {
	color: #e63946;
	border-color: #e63946
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #e63946;
	border-color: #e63946
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #e63946;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #e63946;
	border-color: #e63946
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .5)
}

.btn-outline-secondary {
	color: #868e96;
	border-color: #868e96
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #868e96;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffd65a;
	border-color: #ffd65a
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffd65a;
	border-color: #ffd65a
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 214, 90, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffd65a;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffd65a;
	border-color: #ffd65a
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 214, 90, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-gray-100 {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-gray-100:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-gray-100.focus,
.btn-outline-gray-100:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-100.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-100.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-gray-200 {
	color: #e9ecef;
	border-color: #e9ecef
}

.btn-outline-gray-200:hover {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-outline-gray-200.focus,
.btn-outline-gray-200:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .5)
}

.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
	color: #e9ecef;
	background-color: transparent
}

.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-200.dropdown-toggle {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-200.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .5)
}

.btn-outline-gray-300 {
	color: #dee2e6;
	border-color: #dee2e6
}

.btn-outline-gray-300:hover {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-outline-gray-300.focus,
.btn-outline-gray-300:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 226, 230, .5)
}

.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
	color: #dee2e6;
	background-color: transparent
}

.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-300.dropdown-toggle {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-300.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 226, 230, .5)
}

.btn-outline-gray-400 {
	color: #ced4da;
	border-color: #ced4da
}

.btn-outline-gray-400:hover {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-outline-gray-400.focus,
.btn-outline-gray-400:focus {
	box-shadow: 0 0 0 .2rem rgba(206, 212, 218, .5)
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
	color: #ced4da;
	background-color: transparent
}

.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-400.dropdown-toggle {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(206, 212, 218, .5)
}

.btn-outline-gray-500 {
	color: #adb5bd;
	border-color: #adb5bd
}

.btn-outline-gray-500:hover {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-outline-gray-500.focus,
.btn-outline-gray-500:focus {
	box-shadow: 0 0 0 .2rem rgba(173, 181, 189, .5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
	color: #adb5bd;
	background-color: transparent
}

.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-500.dropdown-toggle {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(173, 181, 189, .5)
}

.btn-outline-gray-600 {
	color: #868e96;
	border-color: #868e96
}

.btn-outline-gray-600:hover {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-outline-gray-600.focus,
.btn-outline-gray-600:focus {
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
	color: #868e96;
	background-color: transparent
}

.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-600.dropdown-toggle {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-600.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-gray-700 {
	color: #495057;
	border-color: #495057
}

.btn-outline-gray-700:hover {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-outline-gray-700.focus,
.btn-outline-gray-700:focus {
	box-shadow: 0 0 0 .2rem rgba(73, 80, 87, .5)
}

.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
	color: #495057;
	background-color: transparent
}

.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-700.dropdown-toggle {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-700.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(73, 80, 87, .5)
}

.btn-outline-gray-800 {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-gray-800:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-gray-800.focus,
.btn-outline-gray-800:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-800.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-800.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-gray-900 {
	color: #212529;
	border-color: #212529
}

.btn-outline-gray-900:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-outline-gray-900.focus,
.btn-outline-gray-900:focus {
	box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5)
}

.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
	color: #212529;
	background-color: transparent
}

.btn-outline-gray-900:not(:disabled):not(.disabled).active,
.btn-outline-gray-900:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-900.dropdown-toggle {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-900.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5)
}

.btn-link {
	font-weight: 400;
	color: #e63946;
	text-decoration: none
}

.btn-link:hover {
	color: #bb1824;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #868e96;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 1.5rem 1.5rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .7875rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1400;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0 0;
	margin: 0 0 0;
	font-size: .9rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #f8f9fa;
	border-radius: 0
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .7rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:first-child {
	border-top-left-radius: calc(0 - 0);
	border-top-right-radius: calc(0 - 0)
}

.dropdown-item:last-child {
	border-bottom-right-radius: calc(0 - 0);
	border-bottom-left-radius: calc(0 - 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #000;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #868e96;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: 0 1rem;
	margin-bottom: 0;
	font-size: .7875rem;
	color: #868e96;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .7rem 1rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .6rem .75rem;
	margin-bottom: 0;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 2rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: 1rem 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .7875rem;
	line-height: 1.5;
	border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.35rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #343a40;
	background-color: #343a40
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #6d7a86
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #fad7da;
	border-color: #fad7da
}

.custom-control-input:disabled~.custom-control-label {
	color: #868e96
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .175rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .175rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #e63946;
	background-color: #e63946
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(52, 58, 64, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(52, 58, 64, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(52, 58, 64, .5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: calc(.175rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(52, 58, 64, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.2rem + 2px);
	padding: .6rem 1.75rem .6rem .75rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #6d7a86;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(109, 122, 134, .5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #868e96;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .7875rem
}

.custom-select-lg {
	height: calc(1.5em + 2rem + 2px);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	font-size: 1.125rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.2rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 1.2rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #6d7a86;
	box-shadow: none
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 1.2rem + 2px);
	padding: .6rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.55rem;
	padding: .6rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #e63946;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #fad7da
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #e63946;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #fad7da
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #e63946;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #fad7da
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .1rem .4rem;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #868e96;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #868e96;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #212529;
	background-color: #e9ecef;
	color: red;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0%;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .275rem;
	padding-bottom: .275rem;
	margin-right: 1rem;
	font-size: 1.2rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-top: .2rem;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .2rem .75rem;
	font-size: 1.125rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
		}
	.drop-left{
		left: -105% !important;
		box-shadow: none  !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		margin-left: -110px;
		display: flex!important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .95)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .95)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .65)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .95)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .95)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .65);
	border-color: transparent
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,.65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .65)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .95)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .95)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .9)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .9);
	border-color: transparent
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .9)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e9ecef;
	border-radius: 0
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid #e9ecef
}

.card-header:first-child {
	border-radius: 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid #e9ecef
}

.card-footer:last-child {
	border-radius: 0
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: 0
}

.card-img-top {
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.card-deck {
	display: flex;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: flex;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: 30px
}

@media (min-width:576px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 30px;
		column-gap: 30px;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: -1px
}


/* breadcrumb */

.product_des-breadcrumb {
	margin-bottom: 0;
	padding: 10px 10px 10px 0;
	background-color: transparent;
}

.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	background-color: white;
}

.breadcrumb>li {
	vertical-align: middle;
	padding: 0 1px;
	color: #ccc;
}

.breadcrumb li a {
	color: #e63946;
}

.faGreater {
	font-size: .6rem;
	padding-right: .5rem;
	padding-left: .5rem;
}

.fa-home {
	padding-right: .5rem;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #868e96;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #868e96;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #e63946;
	border-color: #e63946
}

.page-item.disabled .page-link {
	color: #868e96;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.125rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .7875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #e63946
}

a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #d21a28
}

a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #868e96
}

a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
	color: #212529;
	background-color: #ffd65a
}

a.badge-warning:focus,
a.badge-warning:hover {
	color: #212529;
	background-color: #ffc927
}

a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 214, 90, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.badge-gray-100 {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-gray-100:focus,
a.badge-gray-100:hover {
	color: #212529;
	background-color: #dae0e5
}

a.badge-gray-100.focus,
a.badge-gray-100:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-gray-200 {
	color: #212529;
	background-color: #e9ecef
}

a.badge-gray-200:focus,
a.badge-gray-200:hover {
	color: #212529;
	background-color: #cbd3da
}

a.badge-gray-200.focus,
a.badge-gray-200:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .5)
}

.badge-gray-300 {
	color: #212529;
	background-color: #dee2e6
}

a.badge-gray-300:focus,
a.badge-gray-300:hover {
	color: #212529;
	background-color: #c1c9d0
}

a.badge-gray-300.focus,
a.badge-gray-300:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(222, 226, 230, .5)
}

.badge-gray-400 {
	color: #212529;
	background-color: #ced4da
}

a.badge-gray-400:focus,
a.badge-gray-400:hover {
	color: #212529;
	background-color: #b1bbc4
}

a.badge-gray-400.focus,
a.badge-gray-400:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(206, 212, 218, .5)
}

.badge-gray-500 {
	color: #212529;
	background-color: #adb5bd
}

a.badge-gray-500:focus,
a.badge-gray-500:hover {
	color: #212529;
	background-color: #919ca6
}

a.badge-gray-500.focus,
a.badge-gray-500:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(173, 181, 189, .5)
}

.badge-gray-600 {
	color: #fff;
	background-color: #868e96
}

a.badge-gray-600:focus,
a.badge-gray-600:hover {
	color: #fff;
	background-color: #6c757d
}

a.badge-gray-600.focus,
a.badge-gray-600:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.badge-gray-700 {
	color: #fff;
	background-color: #495057
}

a.badge-gray-700:focus,
a.badge-gray-700:hover {
	color: #fff;
	background-color: #32373b
}

a.badge-gray-700.focus,
a.badge-gray-700:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(73, 80, 87, .5)
}

.badge-gray-800 {
	color: #fff;
	background-color: #343a40
}

a.badge-gray-800:focus,
a.badge-gray-800:hover {
	color: #fff;
	background-color: #1d2124
}

a.badge-gray-800.focus,
a.badge-gray-800:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.badge-gray-900 {
	color: #fff;
	background-color: #212529
}

a.badge-gray-900:focus,
a.badge-gray-900:hover {
	color: #fff;
	background-color: #0a0c0d
}

a.badge-gray-900.focus,
a.badge-gray-900:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3.85rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #781e24;
	background-color: #fad7da;
	border-color: #f8c8cb
}

.alert-primary hr {
	border-top-color: #f5b1b6
}

.alert-primary .alert-link {
	color: #4f1418
}

.alert-secondary {
	color: #464a4e;
	background-color: #e7e8ea;
	border-color: #dddfe2
}

.alert-secondary hr {
	border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
	color: #2e3133
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856f2f;
	background-color: #fff7de;
	border-color: #fff4d1
}

.alert-warning hr {
	border-top-color: #ffeeb8
}

.alert-warning .alert-link {
	color: #5f5022
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

.alert-gray-100 {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-gray-100 hr {
	border-top-color: #ececf6
}

.alert-gray-100 .alert-link {
	color: #686868
}

.alert-gray-200 {
	color: #797b7c;
	background-color: #fbfbfc;
	border-color: #f9fafb
}

.alert-gray-200 hr {
	border-top-color: #eaedf1
}

.alert-gray-200 .alert-link {
	color: #606162
}

.alert-gray-300 {
	color: #737678;
	background-color: #f8f9fa;
	border-color: #f6f7f8
}

.alert-gray-300 hr {
	border-top-color: #e8eaed
}

.alert-gray-300 .alert-link {
	color: #5a5c5e
}

.alert-gray-400 {
	color: #6b6e71;
	background-color: #f5f6f8;
	border-color: #f1f3f5
}

.alert-gray-400 hr {
	border-top-color: #e2e6ea
}

.alert-gray-400 .alert-link {
	color: #525557
}

.alert-gray-500 {
	color: #5a5e62;
	background-color: #eff0f2;
	border-color: #e8eaed
}

.alert-gray-500 hr {
	border-top-color: #dadde2
}

.alert-gray-500 .alert-link {
	color: #424547
}

.alert-gray-600 {
	color: #464a4e;
	background-color: #e7e8ea;
	border-color: #dddfe2
}

.alert-gray-600 hr {
	border-top-color: #cfd2d6
}

.alert-gray-600 .alert-link {
	color: #2e3133
}

.alert-gray-700 {
	color: #262a2d;
	background-color: #dbdcdd;
	border-color: #ccced0
}

.alert-gray-700 hr {
	border-top-color: #bfc1c4
}

.alert-gray-700 .alert-link {
	color: #0f1011
}

.alert-gray-800 {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-gray-800 hr {
	border-top-color: #b9bbbe
}

.alert-gray-800 .alert-link {
	color: #040505
}

.alert-gray-900 {
	color: #111315;
	background-color: #d3d3d4;
	border-color: #c1c2c3
}

.alert-gray-900 hr {
	border-top-color: #b4b5b6
}

.alert-gray-900 .alert-link {
	color: #000
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .675rem;
	background-color: #e9ecef;
	border-radius: 0
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #e63946;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #868e96;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #e63946;
	border-color: #e63946
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #781e24;
	background-color: #f8c8cb
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #781e24;
	background-color: #f5b1b6
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #781e24;
	border-color: #781e24
}

.list-group-item-secondary {
	color: #464a4e;
	background-color: #dddfe2
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #464a4e;
	background-color: #cfd2d6
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #464a4e;
	border-color: #464a4e
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856f2f;
	background-color: #fff4d1
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856f2f;
	background-color: #ffeeb8
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856f2f;
	border-color: #856f2f
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.list-group-item-gray-100 {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-gray-100.list-group-item-action:focus,
.list-group-item-gray-100.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-gray-100.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-gray-200 {
	color: #797b7c;
	background-color: #f9fafb
}

.list-group-item-gray-200.list-group-item-action:focus,
.list-group-item-gray-200.list-group-item-action:hover {
	color: #797b7c;
	background-color: #eaedf1
}

.list-group-item-gray-200.list-group-item-action.active {
	color: #fff;
	background-color: #797b7c;
	border-color: #797b7c
}

.list-group-item-gray-300 {
	color: #737678;
	background-color: #f6f7f8
}

.list-group-item-gray-300.list-group-item-action:focus,
.list-group-item-gray-300.list-group-item-action:hover {
	color: #737678;
	background-color: #e8eaed
}

.list-group-item-gray-300.list-group-item-action.active {
	color: #fff;
	background-color: #737678;
	border-color: #737678
}

.list-group-item-gray-400 {
	color: #6b6e71;
	background-color: #f1f3f5
}

.list-group-item-gray-400.list-group-item-action:focus,
.list-group-item-gray-400.list-group-item-action:hover {
	color: #6b6e71;
	background-color: #e2e6ea
}

.list-group-item-gray-400.list-group-item-action.active {
	color: #fff;
	background-color: #6b6e71;
	border-color: #6b6e71
}

.list-group-item-gray-500 {
	color: #5a5e62;
	background-color: #e8eaed
}

.list-group-item-gray-500.list-group-item-action:focus,
.list-group-item-gray-500.list-group-item-action:hover {
	color: #5a5e62;
	background-color: #dadde2
}

.list-group-item-gray-500.list-group-item-action.active {
	color: #fff;
	background-color: #5a5e62;
	border-color: #5a5e62
}

.list-group-item-gray-600 {
	color: #464a4e;
	background-color: #dddfe2
}

.list-group-item-gray-600.list-group-item-action:focus,
.list-group-item-gray-600.list-group-item-action:hover {
	color: #464a4e;
	background-color: #cfd2d6
}

.list-group-item-gray-600.list-group-item-action.active {
	color: #fff;
	background-color: #464a4e;
	border-color: #464a4e
}

.list-group-item-gray-700 {
	color: #262a2d;
	background-color: #ccced0
}

.list-group-item-gray-700.list-group-item-action:focus,
.list-group-item-gray-700.list-group-item-action:hover {
	color: #262a2d;
	background-color: #bfc1c4
}

.list-group-item-gray-700.list-group-item-action.active {
	color: #fff;
	background-color: #262a2d;
	border-color: #262a2d
}

.list-group-item-gray-800 {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-gray-800.list-group-item-action:focus,
.list-group-item-gray-800.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-gray-800.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.list-group-item-gray-900 {
	color: #111315;
	background-color: #c1c2c3
}

.list-group-item-gray-900.list-group-item-action:focus,
.list-group-item-gray-900.list-group-item-action:hover {
	color: #111315;
	background-color: #b4b5b6
}

.list-group-item-gray-900.list-group-item-action.active {
	color: #fff;
	background-color: #111315;
	border-color: #111315
}

.close {
	float: right;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}

.toast:not(:last-child) {
	margin-bottom: .75rem
}

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .25rem .75rem;
	color: #868e96;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
}

#exampleModal {
	z-index: 1600;
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 0 solid #dee2e6;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 0 solid #dee2e6;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 1000px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .7875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "HK Grotesk", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .7875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 0
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: 0 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: 0 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: .9rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0 - 1px);
	border-top-right-radius: calc(0 - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #e63946!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #d21a28!important
}

.bg-secondary {
	background-color: #868e96!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #6c757d!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffd65a!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #ffc927!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-gray-100 {
	background-color: #f8f9fa!important
}

a.bg-gray-100:focus,
a.bg-gray-100:hover,
button.bg-gray-100:focus,
button.bg-gray-100:hover {
	background-color: #dae0e5!important
}

.bg-gray-200 {
	background-color: #e9ecef!important
}

a.bg-gray-200:focus,
a.bg-gray-200:hover,
button.bg-gray-200:focus,
button.bg-gray-200:hover {
	background-color: #cbd3da!important
}

.bg-gray-300 {
	/* background-color: #dee2e6!important; */
	background-color: #f6f9fc;
}

a.bg-gray-300:focus,
a.bg-gray-300:hover,
button.bg-gray-300:focus,
button.bg-gray-300:hover {
	background-color: #c1c9d0!important
}

.bg-gray-400 {
	background-color: #ced4da!important
}

a.bg-gray-400:focus,
a.bg-gray-400:hover,
button.bg-gray-400:focus,
button.bg-gray-400:hover {
	background-color: #b1bbc4!important
}

.bg-gray-500 {
	background-color: #adb5bd!important
}

a.bg-gray-500:focus,
a.bg-gray-500:hover,
button.bg-gray-500:focus,
button.bg-gray-500:hover {
	background-color: #919ca6!important
}

.bg-gray-600 {
	background-color: #868e96!important
}

a.bg-gray-600:focus,
a.bg-gray-600:hover,
button.bg-gray-600:focus,
button.bg-gray-600:hover {
	background-color: #6c757d!important
}

.bg-gray-700 {
	background-color: #495057!important
}

a.bg-gray-700:focus,
a.bg-gray-700:hover,
button.bg-gray-700:focus,
button.bg-gray-700:hover {
	background-color: #32373b!important
}

.bg-gray-800 {
	background-color: #343a40!important
}

a.bg-gray-800:focus,
a.bg-gray-800:hover,
button.bg-gray-800:focus,
button.bg-gray-800:hover {
	background-color: #1d2124!important
}

.bg-gray-900 {
	background-color: #212529!important
}

a.bg-gray-900:focus,
a.bg-gray-900:hover,
button.bg-gray-900:focus,
button.bg-gray-900:hover {
	background-color: #0a0c0d!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #e63946!important
}

.border-secondary {
	border-color: #868e96!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffd65a!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-gray-100 {
	border-color: #f8f9fa!important
}

.border-gray-200 {
	border-color: #e9ecef!important
}

.border-gray-300 {
	border-color: #dee2e6!important
}

.border-gray-400 {
	border-color: #ced4da!important
}

.border-gray-500 {
	border-color: #adb5bd!important
}

.border-gray-600 {
	border-color: #868e96!important
}

.border-gray-700 {
	border-color: #495057!important
}

.border-gray-800 {
	border-color: #343a40!important
}

.border-gray-900 {
	border-color: #212529!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: 0!important
}

.rounded {
	border-radius: 0!important
}

.rounded-top {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important
}

.rounded-right {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important
}

.rounded-bottom {
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important
}

.rounded-left {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important
}

.rounded-lg {
	border-radius: 0!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

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

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row!important
}

.flex-column {
	flex-direction: column!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	flex-direction: column-reverse!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	flex: 1 1 auto!important
}

.flex-grow-0 {
	flex-grow: 0!important
}

.flex-grow-1 {
	flex-grow: 1!important
}

.flex-shrink-0 {
	flex-shrink: 0!important
}

.flex-shrink-1 {
	flex-shrink: 1!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-end {
	align-items: flex-end!important
}

.align-items-center {
	align-items: center!important
}

.align-items-baseline {
	align-items: baseline!important
}

.align-items-stretch {
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 990
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.w-100vh {
	width: 100vh!important
}

.w-1rem {
	width: 1rem!important
}

.w-2rem {
	width: 2rem!important
}

.w-3rem {
	width: 3rem!important
}

.w-6rem {
	width: 6rem!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.h-100vh {
	height: 100vh!important
}

.h-1rem {
	height: 1rem!important
}

.h-2rem {
	height: 2rem!important
}

.h-3rem {
	height: 3rem!important
}

.h-6rem {
	height: 6rem!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* .mt-4-5 {
margin-top: 2rem!important
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-7,
.mx-7 {
	margin-left: 8rem!important
}

.m-5px {
	margin: 5px!important
}

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

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

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

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

.m-10px {
	margin: 10px!important
}

.mt-10px,
.my-10px {
	margin-top: 10px!important
}

.mr-10px,
.mx-10px {
	margin-right: 10px!important
}

.mb-10px,
.my-10px {
	margin-bottom: 10px!important
}

.ml-10px,
.mx-10px {
	margin-left: 10px!important
}

.m-30px {
	margin: 30px!important
}

.mt-30px,
.my-30px {
	margin-top: 30px!important
}

.mr-30px,
.mx-30px {
	margin-right: 30px!important
}

.mb-30px,
.my-30px {
	margin-bottom: 30px!important
}

.ml-30px,
.mx-30px {
	margin-left: 30px!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7,
.px-7 {
	padding-left: 8rem!important
}

.p-5px {
	padding: 5px!important
}

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

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

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

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

.p-10px {
	padding: 10px!important
}

.pt-10px,
.py-10px {
	padding-top: 10px!important
}

.pr-10px,
.px-10px {
	padding-right: 10px!important
}

.pb-10px,
.py-10px {
	padding-bottom: 10px!important
}

.pl-10px,
.px-10px {
	padding-left: 10px!important
}

.p-30px {
	padding: 30px!important
}

.pt-30px,
.py-30px {
	padding-top: 30px!important
}

.pr-30px,
.px-30px {
	padding-right: 30px!important
}

.pb-30px,
.py-30px {
	padding-bottom: 30px!important
}

.pl-30px,
.px-30px {
	padding-left: 30px!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n7 {
	margin: -8rem!important
}

.mt-n7,
.my-n7 {
	margin-top: -8rem!important
}

.mr-n7,
.mx-n7 {
	margin-right: -8rem!important
}

.mb-n7,
.my-n7 {
	margin-bottom: -8rem!important
}

.ml-n7,
.mx-n7 {
	margin-left: -8rem!important
}

.m-n5px {
	margin: -5px!important
}

.mt-n5px,
.my-n5px {
	margin-top: -5px!important
}

.mr-n5px,
.mx-n5px {
	margin-right: -5px!important
}

.mb-n5px,
.my-n5px {
	margin-bottom: -5px!important
}

.ml-n5px,
.mx-n5px {
	margin-left: -5px!important
}

.m-n10px {
	margin: -10px!important
}

.mt-n10px,
.my-n10px {
	margin-top: -10px!important
}

.mr-n10px,
.mx-n10px {
	margin-right: -10px!important
}

.mb-n10px,
.my-n10px {
	margin-bottom: -10px!important
}

.ml-n10px,
.mx-n10px {
	margin-left: -10px!important
}

.m-n30px {
	margin: -30px!important
}

.mt-n30px,
.my-n30px {
	margin-top: -30px!important
}

.mr-n30px,
.mx-n30px {
	margin-right: -30px!important
}

.mb-n30px,
.my-n30px {
	margin-bottom: -30px!important
}

.ml-n30px,
.mx-n30px {
	margin-left: -30px!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.m-sm-6 {
		margin: 6rem!important
	}
	.mt-sm-6,
	.my-sm-6 {
		margin-top: 6rem!important
	}
	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 6rem!important
	}
	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 6rem!important
	}
	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 6rem!important
	}
	.m-sm-7 {
		margin: 8rem!important
	}
	.mt-sm-7,
	.my-sm-7 {
		margin-top: 8rem!important
	}
	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 8rem!important
	}
	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 8rem!important
	}
	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 8rem!important
	}
	.m-sm-5px {
		margin: 5px!important
	}
	.mt-sm-5px,
	.my-sm-5px {
		margin-top: 5px!important
	}
	.mr-sm-5px,
	.mx-sm-5px {
		margin-right: 5px!important
	}
	.mb-sm-5px,
	.my-sm-5px {
		margin-bottom: 5px!important
	}
	.ml-sm-5px,
	.mx-sm-5px {
		margin-left: 5px!important
	}
	.m-sm-10px {
		margin: 10px!important
	}
	.mt-sm-10px,
	.my-sm-10px {
		margin-top: 10px!important
	}
	.mr-sm-10px,
	.mx-sm-10px {
		margin-right: 10px!important
	}
	.mb-sm-10px,
	.my-sm-10px {
		margin-bottom: 10px!important
	}
	.ml-sm-10px,
	.mx-sm-10px {
		margin-left: 10px!important
	}
	.m-sm-30px {
		margin: 30px!important
	}
	.mt-sm-30px,
	.my-sm-30px {
		margin-top: 30px!important
	}
	.mr-sm-30px,
	.mx-sm-30px {
		margin-right: 30px!important
	}
	.mb-sm-30px,
	.my-sm-30px {
		margin-bottom: 30px!important
	}
	.ml-sm-30px,
	.mx-sm-30px {
		margin-left: 30px!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.p-sm-6 {
		padding: 6rem!important
	}
	.pt-sm-6,
	.py-sm-6 {
		padding-top: 6rem!important
	}
	.pr-sm-6,
	.px-sm-6 {
		padding-right: 6rem!important
	}
	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 6rem!important
	}
	.pl-sm-6,
	.px-sm-6 {
		padding-left: 6rem!important
	}
	.p-sm-7 {
		padding: 8rem!important
	}
	.pt-sm-7,
	.py-sm-7 {
		padding-top: 8rem!important
	}
	.pr-sm-7,
	.px-sm-7 {
		padding-right: 8rem!important
	}
	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 8rem!important
	}
	.pl-sm-7,
	.px-sm-7 {
		padding-left: 8rem!important
	}
	.p-sm-5px {
		padding: 5px!important
	}
	.pt-sm-5px,
	.py-sm-5px {
		padding-top: 5px!important
	}
	.pr-sm-5px,
	.px-sm-5px {
		padding-right: 5px!important
	}
	.pb-sm-5px,
	.py-sm-5px {
		padding-bottom: 5px!important
	}
	.pl-sm-5px,
	.px-sm-5px {
		padding-left: 5px!important
	}
	.p-sm-10px {
		padding: 10px!important
	}
	.pt-sm-10px,
	.py-sm-10px {
		padding-top: 10px!important
	}
	.pr-sm-10px,
	.px-sm-10px {
		padding-right: 10px!important
	}
	.pb-sm-10px,
	.py-sm-10px {
		padding-bottom: 10px!important
	}
	.pl-sm-10px,
	.px-sm-10px {
		padding-left: 10px!important
	}
	.p-sm-30px {
		padding: 30px!important
	}
	.pt-sm-30px,
	.py-sm-30px {
		padding-top: 30px!important
	}
	.pr-sm-30px,
	.px-sm-30px {
		padding-right: 30px!important
	}
	.pb-sm-30px,
	.py-sm-30px {
		padding-bottom: 30px!important
	}
	.pl-sm-30px,
	.px-sm-30px {
		padding-left: 30px!important
	}
	.m-sm-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-n6 {
		margin: -6rem!important
	}
	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -6rem!important
	}
	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -6rem!important
	}
	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -6rem!important
	}
	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -6rem!important
	}
	.m-sm-n7 {
		margin: -8rem!important
	}
	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -8rem!important
	}
	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -8rem!important
	}
	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -8rem!important
	}
	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -8rem!important
	}
	.m-sm-n5px {
		margin: -5px!important
	}
	.mt-sm-n5px,
	.my-sm-n5px {
		margin-top: -5px!important
	}
	.mr-sm-n5px,
	.mx-sm-n5px {
		margin-right: -5px!important
	}
	.mb-sm-n5px,
	.my-sm-n5px {
		margin-bottom: -5px!important
	}
	.ml-sm-n5px,
	.mx-sm-n5px {
		margin-left: -5px!important
	}
	.m-sm-n10px {
		margin: -10px!important
	}
	.mt-sm-n10px,
	.my-sm-n10px {
		margin-top: -10px!important
	}
	.mr-sm-n10px,
	.mx-sm-n10px {
		margin-right: -10px!important
	}
	.mb-sm-n10px,
	.my-sm-n10px {
		margin-bottom: -10px!important
	}
	.ml-sm-n10px,
	.mx-sm-n10px {
		margin-left: -10px!important
	}
	.m-sm-n30px {
		margin: -30px!important
	}
	.mt-sm-n30px,
	.my-sm-n30px {
		margin-top: -30px!important
	}
	.mr-sm-n30px,
	.mx-sm-n30px {
		margin-right: -30px!important
	}
	.mb-sm-n30px,
	.my-sm-n30px {
		margin-bottom: -30px!important
	}
	.ml-sm-n30px,
	.mx-sm-n30px {
		margin-left: -30px!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.m-md-6 {
		margin: 6rem!important
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 6rem!important
	}
	.mr-md-6,
	.mx-md-6 {
		margin-right: 6rem!important
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 6rem!important
	}
	.ml-md-6,
	.mx-md-6 {
		margin-left: 6rem!important
	}
	.m-md-7 {
		margin: 8rem!important
	}
	.mt-md-7,
	.my-md-7 {
		margin-top: 8rem!important
	}
	.mr-md-7,
	.mx-md-7 {
		margin-right: 8rem!important
	}
	.mb-md-7,
	.my-md-7 {
		margin-bottom: 8rem!important
	}
	.ml-md-7,
	.mx-md-7 {
		margin-left: 8rem!important
	}
	.m-md-5px {
		margin: 5px!important
	}
	.mt-md-5px,
	.my-md-5px {
		margin-top: 5px!important
	}
	.mr-md-5px,
	.mx-md-5px {
		margin-right: 5px!important
	}
	.mb-md-5px,
	.my-md-5px {
		margin-bottom: 5px!important
	}
	.ml-md-5px,
	.mx-md-5px {
		margin-left: 5px!important
	}
	.m-md-10px {
		margin: 10px!important
	}
	.mt-md-10px,
	.my-md-10px {
		margin-top: 10px!important
	}
	.mr-md-10px,
	.mx-md-10px {
		margin-right: 10px!important
	}
	.mb-md-10px,
	.my-md-10px {
		margin-bottom: 10px!important
	}
	.ml-md-10px,
	.mx-md-10px {
		margin-left: 10px!important
	}
	.m-md-30px {
		margin: 30px!important
	}
	.mt-md-30px,
	.my-md-30px {
		margin-top: 30px!important
	}
	.mr-md-30px,
	.mx-md-30px {
		margin-right: 30px!important
	}
	.mb-md-30px,
	.my-md-30px {
		margin-bottom: 30px!important
	}
	.ml-md-30px,
	.mx-md-30px {
		margin-left: 30px!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.p-md-6 {
		padding: 6rem!important
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 6rem!important
	}
	.pr-md-6,
	.px-md-6 {
		padding-right: 6rem!important
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 6rem!important
	}
	.pl-md-6,
	.px-md-6 {
		padding-left: 6rem!important
	}
	.p-md-7 {
		padding: 8rem!important
	}
	.pt-md-7,
	.py-md-7 {
		padding-top: 8rem!important
	}
	.pr-md-7,
	.px-md-7 {
		padding-right: 8rem!important
	}
	.pb-md-7,
	.py-md-7 {
		padding-bottom: 8rem!important
	}
	.pl-md-7,
	.px-md-7 {
		padding-left: 8rem!important
	}
	.p-md-5px {
		padding: 5px!important
	}
	.pt-md-5px,
	.py-md-5px {
		padding-top: 5px!important
	}
	.pr-md-5px,
	.px-md-5px {
		padding-right: 5px!important
	}
	.pb-md-5px,
	.py-md-5px {
		padding-bottom: 5px!important
	}
	.pl-md-5px,
	.px-md-5px {
		padding-left: 5px!important
	}
	.p-md-10px {
		padding: 10px!important
	}
	.pt-md-10px,
	.py-md-10px {
		padding-top: 10px!important
	}
	.pr-md-10px,
	.px-md-10px {
		padding-right: 10px!important
	}
	.pb-md-10px,
	.py-md-10px {
		padding-bottom: 10px!important
	}
	.pl-md-10px,
	.px-md-10px {
		padding-left: 10px!important
	}
	.p-md-30px {
		padding: 30px!important
	}
	.pt-md-30px,
	.py-md-30px {
		padding-top: 30px!important
	}
	.pr-md-30px,
	.px-md-30px {
		padding-right: 30px!important
	}
	.pb-md-30px,
	.py-md-30px {
		padding-bottom: 30px!important
	}
	.pl-md-30px,
	.px-md-30px {
		padding-left: 30px!important
	}
	.m-md-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-n6 {
		margin: -6rem!important
	}
	.mt-md-n6,
	.my-md-n6 {
		margin-top: -6rem!important
	}
	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -6rem!important
	}
	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -6rem!important
	}
	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -6rem!important
	}
	.m-md-n7 {
		margin: -8rem!important
	}
	.mt-md-n7,
	.my-md-n7 {
		margin-top: -8rem!important
	}
	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -8rem!important
	}
	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -8rem!important
	}
	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -8rem!important
	}
	.m-md-n5px {
		margin: -5px!important
	}
	.mt-md-n5px,
	.my-md-n5px {
		margin-top: -5px!important
	}
	.mr-md-n5px,
	.mx-md-n5px {
		margin-right: -5px!important
	}
	.mb-md-n5px,
	.my-md-n5px {
		margin-bottom: -5px!important
	}
	.ml-md-n5px,
	.mx-md-n5px {
		margin-left: -5px!important
	}
	.m-md-n10px {
		margin: -10px!important
	}
	.mt-md-n10px,
	.my-md-n10px {
		margin-top: -10px!important
	}
	.mr-md-n10px,
	.mx-md-n10px {
		margin-right: -10px!important
	}
	.mb-md-n10px,
	.my-md-n10px {
		margin-bottom: -10px!important
	}
	.ml-md-n10px,
	.mx-md-n10px {
		margin-left: -10px!important
	}
	.m-md-n30px {
		margin: -30px!important
	}
	.mt-md-n30px,
	.my-md-n30px {
		margin-top: -30px!important
	}
	.mr-md-n30px,
	.mx-md-n30px {
		margin-right: -30px!important
	}
	.mb-md-n30px,
	.my-md-n30px {
		margin-bottom: -30px!important
	}
	.ml-md-n30px,
	.mx-md-n30px {
		margin-left: -30px!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.m-lg-6 {
		margin: 6rem!important
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 6rem!important
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 6rem!important
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 6rem!important
	}
	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 6rem!important
	}
	.m-lg-7 {
		margin: 8rem!important
	}
	.mt-lg-7,
	.my-lg-7 {
		margin-top: 8rem!important
	}
	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 8rem!important
	}
	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 8rem!important
	}
	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 8rem!important
	}
	.m-lg-5px {
		margin: 5px!important
	}
	.mt-lg-5px,
	.my-lg-5px {
		margin-top: 5px!important
	}
	.mr-lg-5px,
	.mx-lg-5px {
		margin-right: 5px!important
	}
	.mb-lg-5px,
	.my-lg-5px {
		margin-bottom: 5px!important
	}
	.ml-lg-5px,
	.mx-lg-5px {
		margin-left: 5px!important
	}
	.m-lg-10px {
		margin: 10px!important
	}
	.mt-lg-10px,
	.my-lg-10px {
		margin-top: 10px!important
	}
	.mr-lg-10px,
	.mx-lg-10px {
		margin-right: 10px!important
	}
	.mb-lg-10px,
	.my-lg-10px {
		margin-bottom: 10px!important
	}
	.ml-lg-10px,
	.mx-lg-10px {
		margin-left: 10px!important
	}
	.m-lg-30px {
		margin: 30px!important
	}
	.mt-lg-30px,
	.my-lg-30px {
		margin-top: 30px!important
	}
	.mr-lg-30px,
	.mx-lg-30px {
		margin-right: 30px!important
	}
	.mb-lg-30px,
	.my-lg-30px {
		margin-bottom: 30px!important
	}
	.ml-lg-30px,
	.mx-lg-30px {
		margin-left: 30px!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: .9rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.p-lg-6 {
		padding: 6rem!important
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 6rem!important
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 6rem!important
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 6rem!important
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 6rem!important
	}
	.p-lg-7 {
		padding: 8rem!important
	}
	.pt-lg-7,
	.py-lg-7 {
		padding-top: 8rem!important
	}
	.pr-lg-7,
	.px-lg-7 {
		padding-right: 8rem!important
	}
	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 8rem!important
	}
	.pl-lg-7,
	.px-lg-7 {
		padding-left: 8rem!important
	}
	.p-lg-5px {
		padding: 5px!important
	}
	.pt-lg-5px,
	.py-lg-5px {
		padding-top: 5px!important
	}
	.pr-lg-5px,
	.px-lg-5px {
		padding-right: 5px!important
	}
	.pb-lg-5px,
	.py-lg-5px {
		padding-bottom: 5px!important
	}
	.pl-lg-5px,
	.px-lg-5px {
		padding-left: 5px!important
	}
	.p-lg-10px {
		padding: 10px!important
	}
	.pt-lg-10px,
	.py-lg-10px {
		padding-top: 10px!important
	}
	.pr-lg-10px,
	.px-lg-10px {
		padding-right: 10px!important
	}
	.pb-lg-10px,
	.py-lg-10px {
		padding-bottom: 10px!important
	}
	.pl-lg-10px,
	.px-lg-10px {
		padding-left: 10px!important
	}
	.p-lg-30px {
		padding: 30px!important
	}
	.pt-lg-30px,
	.py-lg-30px {
		padding-top: 30px!important
	}
	.pr-lg-30px,
	.px-lg-30px {
		padding-right: 30px!important
	}
	.pb-lg-30px,
	.py-lg-30px {
		padding-bottom: 30px!important
	}
	.pl-lg-30px,
	.px-lg-30px {
		padding-left: 30px!important
	}
	.m-lg-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-n6 {
		margin: -6rem!important
	}
	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -6rem!important
	}
	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -6rem!important
	}
	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -6rem!important
	}
	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -6rem!important
	}
	.m-lg-n7 {
		margin: -8rem!important
	}
	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -8rem!important
	}
	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -8rem!important
	}
	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -8rem!important
	}
	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -8rem!important
	}
	.m-lg-n5px {
		margin: -5px!important
	}
	.mt-lg-n5px,
	.my-lg-n5px {
		margin-top: -5px!important
	}
	.mr-lg-n5px,
	.mx-lg-n5px {
		margin-right: -5px!important
	}
	.mb-lg-n5px,
	.my-lg-n5px {
		margin-bottom: -5px!important
	}
	.ml-lg-n5px,
	.mx-lg-n5px {
		margin-left: -5px!important
	}
	.m-lg-n10px {
		margin: -10px!important
	}
	.mt-lg-n10px,
	.my-lg-n10px {
		margin-top: -10px!important
	}
	.mr-lg-n10px,
	.mx-lg-n10px {
		margin-right: -10px!important
	}
	.mb-lg-n10px,
	.my-lg-n10px {
		margin-bottom: -10px!important
	}
	.ml-lg-n10px,
	.mx-lg-n10px {
		margin-left: -10px!important
	}
	.m-lg-n30px {
		margin: -30px!important
	}
	.mt-lg-n30px,
	.my-lg-n30px {
		margin-top: -30px!important
	}
	.mr-lg-n30px,
	.mx-lg-n30px {
		margin-right: -30px!important
	}
	.mb-lg-n30px,
	.my-lg-n30px {
		margin-bottom: -30px!important
	}
	.ml-lg-n30px,
	.mx-lg-n30px {
		margin-left: -30px!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.m-xl-6 {
		margin: 6rem!important
	}
	.mt-xl-6,
	.my-xl-6 {
		margin-top: 6rem!important
	}
	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 6rem!important
	}
	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 6rem!important
	}
	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 6rem!important
	}
	.m-xl-7 {
		margin: 8rem!important
	}
	.mt-xl-7,
	.my-xl-7 {
		margin-top: 8rem!important
	}
	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 8rem!important
	}
	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 8rem!important
	}
	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 8rem!important
	}
	.m-xl-5px {
		margin: 5px!important
	}
	.mt-xl-5px,
	.my-xl-5px {
		margin-top: 5px!important
	}
	.mr-xl-5px,
	.mx-xl-5px {
		margin-right: 5px!important
	}
	.mb-xl-5px,
	.my-xl-5px {
		margin-bottom: 5px!important
	}
	.ml-xl-5px,
	.mx-xl-5px {
		margin-left: 5px!important
	}
	.m-xl-10px {
		margin: 10px!important
	}
	.mt-xl-10px,
	.my-xl-10px {
		margin-top: 10px!important
	}
	.mr-xl-10px,
	.mx-xl-10px {
		margin-right: 10px!important
	}
	.mb-xl-10px,
	.my-xl-10px {
		margin-bottom: 10px!important
	}
	.ml-xl-10px,
	.mx-xl-10px {
		margin-left: 10px!important
	}
	.m-xl-30px {
		margin: 30px!important
	}
	.mt-xl-30px,
	.my-xl-30px {
		margin-top: 30px!important
	}
	.mr-xl-30px,
	.mx-xl-30px {
		margin-right: 30px!important
	}
	.mb-xl-30px,
	.my-xl-30px {
		margin-bottom: 30px!important
	}
	.ml-xl-30px,
	.mx-xl-30px {
		margin-left: 30px!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.p-xl-6 {
		padding: 6rem!important
	}
	.pt-xl-6,
	.py-xl-6 {
		padding-top: 6rem!important
	}
	.pr-xl-6,
	.px-xl-6 {
		padding-right: 6rem!important
	}
	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 6rem!important
	}
	.pl-xl-6,
	.px-xl-6 {
		padding-left: 6rem!important
	}
	.p-xl-7 {
		padding: 8rem!important
	}
	.pt-xl-7,
	.py-xl-7 {
		padding-top: 8rem!important
	}
	.pr-xl-7,
	.px-xl-7 {
		padding-right: 8rem!important
	}
	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 8rem!important
	}
	.pl-xl-7,
	.px-xl-7 {
		padding-left: 8rem!important
	}
	.p-xl-5px {
		padding: 5px!important
	}
	.pt-xl-5px,
	.py-xl-5px {
		padding-top: 5px!important
	}
	.pr-xl-5px,
	.px-xl-5px {
		padding-right: 5px!important
	}
	.pb-xl-5px,
	.py-xl-5px {
		padding-bottom: 5px!important
	}
	.pl-xl-5px,
	.px-xl-5px {
		padding-left: 5px!important
	}
	.p-xl-10px {
		padding: 10px!important
	}
	.pt-xl-10px,
	.py-xl-10px {
		padding-top: 10px!important
	}
	.pr-xl-10px,
	.px-xl-10px {
		padding-right: 10px!important
	}
	.pb-xl-10px,
	.py-xl-10px {
		padding-bottom: 10px!important
	}
	.pl-xl-10px,
	.px-xl-10px {
		padding-left: 10px!important
	}
	.p-xl-30px {
		padding: 30px!important
	}
	.pt-xl-30px,
	.py-xl-30px {
		padding-top: 30px!important
	}
	.pr-xl-30px,
	.px-xl-30px {
		padding-right: 30px!important
	}
	.pb-xl-30px,
	.py-xl-30px {
		padding-bottom: 30px!important
	}
	.pl-xl-30px,
	.px-xl-30px {
		padding-left: 30px!important
	}
	.m-xl-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-n6 {
		margin: -6rem!important
	}
	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -6rem!important
	}
	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -6rem!important
	}
	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -6rem!important
	}
	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -6rem!important
	}
	.m-xl-n7 {
		margin: -8rem!important
	}
	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -8rem!important
	}
	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -8rem!important
	}
	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -8rem!important
	}
	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -8rem!important
	}
	.m-xl-n5px {
		margin: -5px!important
	}
	.mt-xl-n5px,
	.my-xl-n5px {
		margin-top: -5px!important
	}
	.mr-xl-n5px,
	.mx-xl-n5px {
		margin-right: -5px!important
	}
	.mb-xl-n5px,
	.my-xl-n5px {
		margin-bottom: -5px!important
	}
	.ml-xl-n5px,
	.mx-xl-n5px {
		margin-left: -5px!important
	}
	.m-xl-n10px {
		margin: -10px!important
	}
	.mt-xl-n10px,
	.my-xl-n10px {
		margin-top: -10px!important
	}
	.mr-xl-n10px,
	.mx-xl-n10px {
		margin-right: -10px!important
	}
	.mb-xl-n10px,
	.my-xl-n10px {
		margin-bottom: -10px!important
	}
	.ml-xl-n10px,
	.mx-xl-n10px {
		margin-left: -10px!important
	}
	.m-xl-n30px {
		margin: -30px!important
	}
	.mt-xl-n30px,
	.my-xl-n30px {
		margin-top: -30px!important
	}
	.mr-xl-n30px,
	.mx-xl-n30px {
		margin-right: -30px!important
	}
	.mb-xl-n30px,
	.my-xl-n30px {
		margin-bottom: -30px!important
	}
	.ml-xl-n30px,
	.mx-xl-n30px {
		margin-left: -30px!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: "HK Grotesk", sans-serif;
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

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

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #e63946!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #bb1824!important
}

.text-secondary {
	color: #868e96!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #60686f!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffd65a!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ffc30e!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416!important
}

.text-gray-100 {
	color: #f8f9fa!important
}

a.text-gray-100:focus,
a.text-gray-100:hover {
	color: #cbd3da!important
}

.text-gray-200 {
	color: #e9ecef!important
}

a.text-gray-200:focus,
a.text-gray-200:hover {
	color: #bdc6cf!important
}

.text-gray-300 {
	color: #dee2e6!important
}

a.text-gray-300:focus,
a.text-gray-300:hover {
	color: #b2bcc5!important
}

.text-gray-400 {
	color: #ced4da!important
}

a.text-gray-400:focus,
a.text-gray-400:hover {
	color: #a2aeb9!important
}

.text-gray-500 {
	color: #adb5bd!important
}

a.text-gray-500:focus,
a.text-gray-500:hover {
	color: #838f9b!important
}

.text-gray-600 {
	color: #868e96!important
}

a.text-gray-600:focus,
a.text-gray-600:hover {
	color: #60686f!important
}

.text-gray-700 {
	color: #495057!important
}

a.text-gray-700:focus,
a.text-gray-700:hover {
	color: #262a2d!important
}

.text-gray-800 {
	color: #343a40!important
}

a.text-gray-800:focus,
a.text-gray-800:hover {
	color: #121416!important
}

.text-gray-900 {
	color: #212529!important
}

a.text-gray-900:focus,
a.text-gray-900:hover {
	color: #000!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #868e96!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #e9ecef
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #e9ecef
	}
}

.top-bar {
	color: #495057;
	background: #fff;
	/* padding: 0; */
	padding: -.7rem;
	font-weight: 300
}
/* 
.app-child {
	position: fixed; 
	width: 100%;
	margin-top: 0rem;
} */

.navBottom {
	margin-top: 0rem;
	/* box-shadow: -1px 2px 2px rgba(0, 0, 0, .1); */
	box-shadow: none;
	/* z-index: 1500; */
}

.top-bar .dropdown-item {
	font-weight: 300
}

.top-bar .topbar-link {
	color: #495057;
	text-decoration: none
}

.top-bar .topbar-flag {
	margin-right: 10px;
	width: 20px
}

.top-bar .dropdown-menu {
	margin-top: 1.3rem
}

.top-bar .dropdown-toggle {
	color: inherit;
	text-decoration: none
}

.top-bar .dropdown-toggle::after {
	margin-left: 5px
}

.top-bar .dropdown-item {
	color: #495057;
	font-weight: 300
}

.navbar-brand-svg {
	margin-top: -5px
}

.navbar-brand-svg .navbar-brand-svg-text {
	fill: currentColor
}

.navbar-brand-svg .text-primary {
	fill: #e63946
}

.header-absolute {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1030;
}

.bg-hover-white {
	transition: all .2s ease-out
}

.bg-hover-white:hover {
	background: #fff!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar.fixed-top.bg-fixed-white {
	background: #fff!important
}

.navbar.fixed-top {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.navbar .nav-item {
	position: relative
}

.navbar .nav-link {
	color: #495057;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: .9rem
}

.navbar .nav-link i,
.navbar .nav-link svg {
	margin-left: 5px
}

.navbar .dropdown-menu {
	/* margin-top: 1.1rem; */
	margin-top: 0rem;
}

.navbar .megamenu {
	margin-top: -1px
}

@media (min-width:992px) {
	.navbar-airy .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

@media (min-width:1200px) {
	.navbar-airy .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
	button.btnContact:hover {
		background-color: #dc3545!important;
		cursor: pointer
	}
}

.navbar-fixed-light.fixed-top .navbar-brand,
.navbar-hover-light:hover .navbar-brand,
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .95)
}

.navbar-fixed-light.fixed-top .navbar-brand:focus,
.navbar-fixed-light.fixed-top .navbar-brand:hover,
.navbar-hover-light:hover .navbar-brand:focus,
.navbar-hover-light:hover .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .95)
}

.navbar-fixed-light.fixed-top .navbar-nav .nav-link,
.navbar-hover-light:hover .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .65)
}

.navbar-fixed-light.fixed-top .navbar-nav .nav-link:focus,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link:hover,
.navbar-hover-light:hover .navbar-nav .nav-link:focus,
.navbar-hover-light:hover .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .95)
}

.navbar-fixed-light.fixed-top .navbar-nav .nav-link.disabled,
.navbar-hover-light:hover .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-fixed-light.fixed-top .navbar-nav .active>.nav-link,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link.active,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link.show,
.navbar-fixed-light.fixed-top .navbar-nav .show>.nav-link,
.navbar-hover-light:hover .navbar-nav .active>.nav-link,
.navbar-hover-light:hover .navbar-nav .nav-link.active,
.navbar-hover-light:hover .navbar-nav .nav-link.show,
.navbar-hover-light:hover .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .95)
}

.navbar-fixed-light.fixed-top .navbar-toggler,
.navbar-hover-light:hover .navbar-toggler,
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .65);
	border-color: transparent
}

.navbar-fixed-light.fixed-top .navbar-toggler-icon,
.navbar-hover-light:hover .navbar-toggler-icon,

/* .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,.65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
} */

.navbar-fixed-light.fixed-top .navbar-text,
.navbar-hover-light:hover .navbar-text,
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .65)
}

.megamenu {
	width: 100%;
	z-index: 9999;
	border: none!important;
	overflow: hidden
}

.megamenu .megamenu-list {
	padding: 0;
	margin-bottom: 1.5rem;
	font-size: .8rem
}

.megamenu .megamenu-list-item {
	margin-bottom: 5px
}

.megamenu .megamenu-list-link {
	padding: 5px 0;
	text-decoration: none;
	color: #868e96
}

.megamenu .megamenu-list-link:hover {
	background: 0 0;
	color: #212529
}

.megamenu .megamenu-services {
	padding: 1rem 3rem;
	background: #f8f9fa
}

.megamenu .megamenu-services .megamenu-services-item {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto
}

.megamenu .megamenu-services .megamenu-services-icon {
	width: 30px;
	height: 30px;
	margin-right: 1rem;
	flex-shrink: 0
}

.navbar-icon-link {
	display: flex;
	align-items: center;
	padding: .4rem 0;
	margin: 0 .5rem;
	text-decoration: none!important;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1.5
}

.navbar-icon-link::after {
	display: none
}

.navbar-icon-link .svg-icon {
	width: 25px;
	height: 25px
}

.navbar-icon-link-badge {
	position: absolute;
	top: -5px;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #343a40;
	color: #fff;
	text-align: center;
	font-size: .6rem
}

.navbar-fixed-light.fixed-top .navbar-icon-link,
.navbar-hover-light:hover .navbar-icon-link,
.navbar-light .navbar-icon-link {
	color: rgba(0, 0, 0, .95)
}

.navbar-fixed-light.fixed-top .navbar-icon-link-badge,
.navbar-hover-light:hover .navbar-icon-link-badge,
.navbar-light .navbar-icon-link-badge {
	background: #343a40;
	color: #fff
}

.navbar-dark .navbar-icon-link {
	color: #fff
}

.navbar-dark .navbar-icon-link-badge {
	background: #fff;
	color: #343a40
}

@media (max-width:575.98px) {
	.navbar-expand-sm {
		padding: .6rem 1rem
	}
	.navbar-expand-sm .dropdown-menu {
		margin-top: 0;
		box-shadow: none;
		border: none
	}
	.navbar-expand-sm.navbar-sticky .navbar-collapse {
		max-height: 80vh;
		overflow-y: auto
	}
	.navbar-expand-sm.navbar-sticky .navbar-collapse.collapsing {
		overflow-y: hidden
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md {
		padding: .6rem 1rem
	}
	.navbar-expand-md .dropdown-menu {
		margin-top: 0;
		box-shadow: none;
		border: none
	}
	.navbar-expand-md.navbar-sticky .navbar-collapse {
		max-height: 80vh;
		overflow-y: auto
	}
	.navbar-expand-md.navbar-sticky .navbar-collapse.collapsing {
		overflow-y: hidden
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg {
		padding: .6rem 1rem
	}
	.navbar-expand-lg .dropdown-menu {
		margin-top: 0;
		box-shadow: none;
		border: none
	}
	.navbar-expand-lg.navbar-sticky .navbar-collapse {
		max-height: 80vh;
		overflow-y: auto
	}
	.navbar-expand-lg.navbar-sticky .navbar-collapse.collapsing {
		overflow-y: hidden
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl {
		padding: .6rem 1rem
	}
	.navbar-expand-xl .dropdown-menu {
		margin-top: 0;
		box-shadow: none;
		border: none
	}
	.navbar-expand-xl.navbar-sticky .navbar-collapse {
		max-height: 80vh;
		overflow-y: auto
	}
	.navbar-expand-xl.navbar-sticky .navbar-collapse.collapsing {
		overflow-y: hidden
	}
}

.navbar-expand {
	padding: .6rem 1rem
}

.navbar-expand .dropdown-menu {
	margin-top: 0;
	box-shadow: none;
	border: none
}

.navbar-expand.navbar-sticky .navbar-collapse {
	max-height: 80vh;
	overflow-y: auto
}

.navbar-expand.navbar-sticky .navbar-collapse.collapsing {
	overflow-y: hidden
}

.navbar-cart-product-wrapper {
	min-width: 270px;
	max-height: 280px;
	overflow-y: auto
}

.navbar-cart-product {
	padding-top: .6rem;
	padding-bottom: .6rem;
	border-bottom: 1px solid #e9ecef
}

.navbar-cart-product:last-of-type {
	border-bottom: none
}

.navbar-cart-product .navbar-cart-product-image {
	max-width: 70px
}

.navbar-cart-product .navbar-cart-product-link {
	font-weight: 700;
	text-decoration: none;
	color: #343a40;
	padding: 0
}

.navbar-cart-product .navbar-cart-product-link:hover {
	background: 0 0;
	text-decoration: none
}

.navbar-cart-total {
	display: flex;
	justify-content: space-between;
	padding: .7rem 1rem;
	font-size: .7875rem;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	margin-top: .5rem;
	margin-bottom: .5rem
}

.navbar-fullscreen {
	position: static
}

.navbar-fullscreen.fixed-top {
	position: fixed
}

.navbar-collapse-fullscreen.collapse.show {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1040;
	min-height: 100vh
}

.navbar-collapse-fullscreen.collapsing {
	display: none;
	transition: none
}

.navbar-nav-fullscreen {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.nav-fullscreen-item {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 1rem
}

.fullscreen-close {
	margin: 2rem;
	opacity: .9
}

.navbar-fullscreen-light .navbar-collapse-fullscreen {
	background: rgba(255, 255, 255, .95);
	color: rgba(0, 0, 0, .95)
}

.navbar-fullscreen-light .nav-fullscreen-link {
	color: rgba(0, 0, 0, .95)
}

.navbar-fullscreen-light .nav-fullscreen-link:focus,
.navbar-fullscreen-light .nav-fullscreen-link:hover {
	color: rgba(0, 0, 0, .95)
}

.navbar-fullscreen-dark .navbar-collapse-fullscreen {
	background: rgba(33, 37, 41, .98);
	color: #fff
}

.navbar-fullscreen-dark .nav-fullscreen-link {
	color: #fff
}

.navbar-fullscreen-dark .nav-fullscreen-link:focus,
.navbar-fullscreen-dark .nav-fullscreen-link:hover {
	color: #fff
}

.navbar-fullscreen-dark .fullscreen-close {
	color: #fff
}

.navbar-fullscreen-dark .fullscreen-close:focus,
.navbar-fullscreen-dark .fullscreen-close:hover {
	color: #fff!important
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -2px!important
}

.search-area-wrapper {
	display: none
}

.search-area {
	width: 100vw;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.search-area .search-area-form {
	width: 100%;
	max-width: 700px;
	margin: 20px
}

.search-area .search-area-input {
	width: 100%;
	padding: 1rem 0;
	outline: 0;
	font-size: 1.2em;
	font-weight: 300;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #aaa
}

.search-area .search-area-button {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer
}

.search-area .close-btn {
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
	color: #555
}

.form-label {
	color: #868e96;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .1em
}

.colours-wrapper {
	position: relative
}

.input-invisible {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0
}

.btn-colour {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-bottom: 0;
	border-radius: 50%;
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #ced4da;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	transition: border-color .1s
}

.btn-colour:hover {
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #868e96
}

.btn-colour.active {
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px #495057
}

.form-control.form-control-underlined {
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 0
}

.focus-shadow-0:focus {
	box-shadow: none!important
}

.sidebar-block {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e9ecef;
}

.sidebar-block:last-of-type {
	border-bottom: none
}

.sidebar-block:first-of-type {
	padding-top: 0
}

.sidebar-heading-lftbar {
	font-size: 15px;
	margin-bottom: 1rem;
	font-weight: 400;
	color: #868e96;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: -1rem;
}

.sidebar-heading-lftbar-sub {
	color: #767676;
	/* margin-top: -3px; */
	font-size: 15px;
	margin-left: -0.1rem;
}


/* .active-link-page {
background-color: #e9ecef;
} */

.sidebar-heading-lftbar-sub .active {
	background-color: #e9ecef;
}

.nav-pills .sidebar-heading-lftbar-sub {
	color: #767676!important;
}

.sidebar-heading {
	margin-bottom: 1rem;
	font-weight: 400;
	color: #868e96;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: .1rem;
	font-size: .9rem;
}

.sidebar-heading-toc {
	margin-left: 1.1rem!important;
	margin-bottom: 1rem;
	font-weight: 400;
	color: #868e96;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9rem;
}


.side-head-thrd {
	margin-left: 0.1rem;
}

.sidebar-badge {
	margin-top: .2rem;
	margin-bottom: .2rem;
	padding: 0 .8rem;
	border-radius: 4rem;
	background: #e9ecef;
	color: #343a40;
	font-size: .7em
}

.nav-link.active .sidebar-badge,
.nav-link:hover .sidebar-badge {
	background: #fff;
	color: #212529
}

.nouislider-values {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	color: #868e96;
	font-size: .7875rem
}

.home-full-slider-wrapper {
	min-height: 600px
}

@media (min-width:768px) {
	.home-full-slider-wrapper {
		height: 100vh
	}
}

.home-full-slider {
	position: relative
}

.home-full-slider .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 45px;
	margin-top: 0
}

.home-full-slider .owl-nav .owl-next,
.home-full-slider .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 999;
	padding: 0;
	font-size: 1.4em!important;
	margin: 0
}

.home-full-slider .owl-nav .owl-next {
	left: auto;
	right: 40px
}

.home-full-slider .home-full-item {
	padding-top: 125px;
	padding-bottom: 62.5px;
	min-height: 600px;
	height: auto
}

.home-full-slider p.lead {
	font-size: .9rem
}

@media (min-width:768px) {
	.home-full-slider .home-full-item {
		min-height: 100vh
	}
	.home-full-slider p.lead {
		font-size: 1.215rem
	}
}

.split-screen-column {
	display: flex;
	align-items: center;
	background: center center #000 no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	height: auto
}

@media (min-width:992px) {
	.split-screen-column {
		height: 100vh;
	}
}

@media (max-width:991.98px) {
	h1.split-screen-heading {
		font-size: 2.025rem;
	}
	h2.split-screen-heading {
		font-size: 1.35rem;
	}
	h3.split-screen-heading {
		font-size: .9rem;
	}
}

.product-slider {
	position: relative;
}

.product-slider .product-slider-item {
	margin-left: .8rem;
	margin-right: .8rem
}

.product-slider .owl-nav .owl-next,
.product-slider .owl-nav .owl-prev {
	position: absolute;
	top: 35%;
	background: 0 0;
	transform: translateY(-50%);
	z-index: 20;
	position: absolute
}

.product-slider .owl-nav .owl-prev {
	left: -80px
}

.product-slider .owl-nav .owl-next {
	right: -80px
}

.parallax-section {
	padding-top: 14rem;
	padding-bottom: 14rem
}

.circle-slider-bg {
	display: flex;
	align-items: center;
	height: 100%;
	background-size: contain!important
}

@media (max-width:767.98px) {
	.circle-slider-bg {
		background-position: center bottom!important
	}
}

.product-grid-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	color: #868e96
}

.product-grid-header strong {
	color: #495057
}

.product-grid-header-show {
	display: inline-block;
	padding: .3rem;
	color: #495057;
	margin-right: .5rem
}

.product-grid-header-show.active {
	border-bottom: solid 2px #495057
}

.product-grid-header-show:focus,
.product-grid-header-show:hover {
	text-decoration: none;
	border-bottom: solid 2px #495057
}


/* .product {
margin-bottom: 30px;
} */

.product-image {
	position: relative;
	border-bottom: 2px solid #495057
}

.product-image:hover {
	border-bottom: 2px solid #e63946
}

.product-image:hover .product-hover-overlay {
	opacity: 1
}

.product-image:hover .btn {
	transform: none!important;
	opacity: 1!important
}

.product-hover-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .92);
	opacity: 0;
	transition: opacity .3s
}

.product-hover-overlay .product-hover-overlay-buttons {
	z-index: 3
}

.product-hover-overlay .btn {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out, opacity .15s ease-in-out
}

.product-hover-overlay .btn.btn-product-left {
	transform: translateX(-20px);
	opacity: 0
}

.product-hover-overlay .btn.btn-product-right {
	transform: translateX(20px);
	opacity: 0
}

.product-hover-overlay .btn.btn-buy {
	width: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: .5rem;
	margin-right: .5rem
}

.product-hover-overlay .product-hover-overlay-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

@media (min-width:576px) {
	.product-columns {
		-moz-column-count: 2!important;
		column-count: 2!important
	}
}

@media (min-width:768px) {
	.product-columns {
		-moz-column-count: 3!important;
		column-count: 3!important
	}
}

.detail-images {
	display: flex;
	margin-bottom: 3rem
}

.detail-thumb-item {
	display: block;
	max-width: 100%;
	background: 0 0;
	border: none;
	opacity: .5;
	cursor: pointer;
	outline: 0!important;
	padding: 0
}

.detail-thumb-item.active {
	opacity: 1
}

.detail-option-heading {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .9rem;
	color: #495057
}

.detail-option-heading span {
	font-weight: 400;
	font-size: .8rem;
	text-transform: none;
	font-family: "HK Grotesk", sans-serif;
	color: #adb5bd
}

.detail-option-btn-label {
	position: relative
}

.detail-option-btn-label.active {
	box-shadow: none!important
}

.detail-quantity {
	max-width: 5rem;
	text-align: center
}

.detail-full-item {
	width: 100%;
	min-height: 600px
}

@media (min-width:992px) {
	.detail-full-item {
		height: calc(100vh - 125px - 2rem)
	}
}

.detail-full-item-modal {
	width: 100%;
	min-height: 600px;
	height: calc(100vh - 125px - 5rem)
}

.detail-nav-link.nav-link {
	color: #868e96;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-color: #fff #fff #ddd;
	font-size: .8rem;
	padding: 1rem 1.5rem;
	font-weight: 700
}

.detail-nav-link.nav-link.active,
.detail-nav-link.nav-link:focus,
.detail-nav-link.nav-link:hover {
	color: #343a40;
	border-color: #fff #fff #343a40!important
}

.review {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-bottom: 1px solid #e9ecef
}

.review:first-of-type {
	padding-top: 1rem
}

.review:last-of-type {
	margin-bottom: 0;
	border-bottom: none
}

.review-image {
	display: block;
	width: 120px;
	max-width: 100%;
	border-radius: 50%;
	padding: .5rem;
	margin: 0 auto .5rem;
	background: #fff;
	border: solid 1px rgba(0, 0, 0, .125)
}

@media (max-width:767.98px) {
	.review-image {
		width: 100px;
		padding: .4rem
	}
}

.review-text {
	padding-top: 1rem
}

.ribbon {
	position: absolute;
	top: 10px;
	left: -11px;
	z-index: 999;
	display: inline-block;
	font-family: "HK Grotesk", sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding: 3px 15px 5px;
	color: #fff;
	text-align: center
}

.ribbon+.ribbon {
	top: 60px
}

.ribbon+.ribbon+.ribbon {
	top: 110px
}

.ribbon+.ribbon+.ribbon+.ribbon {
	top: 160px
}

.ribbon::before {
	content: '';
	border-left: 12px solid transparent;
	border-right: 0 solid transparent;
	border-top: 14px solid #a41520;
	position: absolute;
	bottom: -14px;
	left: 0
}

.ribbon-primary {
	background-color: #e63946!important
}

.ribbon-primary::before {
	border-top-color: #a41520
}

.ribbon-secondary {
	background-color: #868e96!important
}

.ribbon-secondary::before {
	border-top-color: #555b61
}

.ribbon-success {
	background-color: #28a745!important
}

.ribbon-success::before {
	border-top-color: #145523
}

.ribbon-info {
	background-color: #17a2b8!important
}

.ribbon-info::before {
	border-top-color: #0c525d
}

.ribbon-warning {
	background-color: #ffd65a!important
}

.ribbon-warning::before {
	border-top-color: #f3b700
}

.ribbon-danger {
	background-color: #dc3545!important
}

.ribbon-danger::before {
	border-top-color: #921925
}

.ribbon-light {
	background-color: #f8f9fa!important
}

.ribbon-light::before {
	border-top-color: #bdc6d0
}

.ribbon-dark {
	background-color: #343a40!important
}

.ribbon-dark::before {
	border-top-color: #060708
}

.ribbon-gray-100 {
	background-color: #f8f9fa!important
}

.ribbon-gray-100::before {
	border-top-color: #bdc6d0
}

.ribbon-gray-200 {
	background-color: #e9ecef!important
}

.ribbon-gray-200::before {
	border-top-color: #aeb9c4
}

.ribbon-gray-300 {
	background-color: #dee2e6!important
}

.ribbon-gray-300::before {
	border-top-color: #a4afba
}

.ribbon-gray-400 {
	background-color: #ced4da!important
}

.ribbon-gray-400::before {
	border-top-color: #94a1ae
}

.ribbon-gray-500 {
	background-color: #adb5bd!important
}

.ribbon-gray-500::before {
	border-top-color: #748290
}

.ribbon-gray-600 {
	background-color: #868e96!important
}

.ribbon-gray-600::before {
	border-top-color: #555b61
}

.ribbon-gray-700 {
	background-color: #495057!important
}

.ribbon-gray-700::before {
	border-top-color: #1a1d20
}

.ribbon-gray-800 {
	background-color: #343a40!important
}

.ribbon-gray-800::before {
	border-top-color: #060708
}

.ribbon-gray-900 {
	background-color: #212529!important
}

.ribbon-gray-900::before {
	border-top-color: #000
}

.block-header {
	padding: 1.2rem 1.5rem;
	background: #f8f9fa
}

.block-body {
	padding: 1.2rem 1.5rem
}

.cart-header {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	padding: 1.2rem 2rem;
	background: #f8f9fa
}

.cart-body {
	padding: 0 2rem
}

.cart-footer {
	background: #f8f9fa;
	padding: 0 2rem
}

.cart-footer .cart-item {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.cart-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e9ecef
}

.cart-item:last-of-type {
	border-bottom: none
}

.cart-item-img {
	max-width: 80px
}

.cart-title {
	margin-left: 1rem
}

.cart-remove {
	color: #495057;
	font-size: .7875rem
}

.order-summary-item {
	display: flex;
	justify-content: space-between;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee
}

.order-summary-total {
	font-weight: 700;
	font-size: 1.2em
}

.btn.btn-items {
	color: #868e96;
	padding-left: .2rem;
	padding-right: .2rem;
	text-align: center
}

.input-items {
	min-width: 40px
}

@media (max-width:991.98px) {
	.cart {
		overflow-x: auto
	}
	.cart-wrapper {
		min-width: 768px
	}
}

.nav-pills.custom-nav {
	padding: 0;
	border: none;
	border-radius: 0;
	overflow: hidden
}

.custom-nav .nav-item {
	background: #f8f9fa;
	align-self: stretch
}

.custom-nav .nav-item:last-of-type .nav-link {
	border-right: none!important
}

.custom-nav .nav-item:last-of-type .nav-link::after {
	display: none
}

.custom-nav .nav-link {
	position: relative;
	height: 100%;
	border: none!important;
	background: 0 0;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	text-align: center;
	background: 0 0;
	border-radius: 0!important;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #495057;
}

.custom-nav .nav-link.active {
	background: #495057;
	color: #fff
}

.custom-nav .nav-link.active::after {
	display: none
}

.custom-nav .nav-link.disabled {
	cursor: not-allowed!important;
	background: #f8f9fa;
	color: #999
}

.custom-nav .nav-link::after {
	content: '';
	width: 1px;
	height: 50%;
	background: #ddd;
	display: inline-block;
	position: absolute;
	top: 25%;
	right: 0
}

@media (max-width:991.98px) {
	.custom-nav .nav-item {
		width: 100%!important;
		margin-bottom: 5px
	}
	.custom-nav .nav-item .nav-link {
		border-right: none
	}
	.custom-nav .nav-item .nav-link::after {
		display: none
	}
}

.customer-profile {
	text-align: center;
	background: #f8f9fa;
	padding: 2rem
}

.customer-image {
	padding: .5rem;
	background: #fff;
	max-width: 10rem;
	margin-bottom: 1.5rem
}

.customer-nav .list-group-item {
	color: #495057;
	font-size: .9rem;
	border-color: #e9ecef
}

.customer-nav .list-group-item:focus,
.customer-nav .list-group-item:hover {
	background: #f8f9fa
}

.customer-nav .list-group-item.active {
	background: #e9ecef;
	border-color: #e9ecef
}

.about-text-column {
	display: flex;
	align-items: center;
	justify-content: center
}

.about-image-column {
	position: relative;
	min-height: 400px
}

@media (min-width:992px) {
	.about-image-column {
		min-height: 600px
	}
}

.about-text {
	padding: 4rem 2rem
}

@media (min-width:992px) {
	.about-text {
		padding: 7rem;
		max-width: 600px
	}
}


/* 
@media (min-width:200px) and (max-width:991.98px) {
h1 {
font-size: 2.025rem;
}
h2 {
font-size: 1.35rem;
}
h3 {
font-size: .9rem;
}
} */

@media (max-width:767.98px) {
	.display-1 {
		font-size: 3.6rem;
	}
	.display-2 {
		font-size: 3.3rem;
	}
	.display-3 {
		font-size: 2.7rem;
	}
	.display-4 {
		font-size: 2.1rem;
	}
}

.text-content blockquote,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content ol,
.text-content p,
.text-content ul {
	margin-bottom: 2rem
}

.icon-rounded {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	color: #fff
}


/* .btn {
text-transform: uppercase;
font-weight: 700;
letter-spacing: .3em;
line-height: 1;
padding: .6rem .75rem;
font-size: .6875rem;
line-height: 1.5;
border-radius: 0
} */

.btn-group-lg>.btn,
.btn-lg {
	padding: 1.5rem 1.5rem;
	font-size: .7875rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .6875rem;
	line-height: 1.5;
	border-radius: 0
}

.dropdown-menu {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .1)
}

.dropdown-header {
	padding: 1rem 1rem;
	text-transform: uppercase;
	letter-spacing: .1em
}

.page-link {
	text-transform: uppercase;
	letter-spacing: .1em
}

.blockquote {
	padding: 1rem;
	border-left: 5px solid #e63946
}

.nav-link {
	color: #343a40
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
	color: #212529;
	background-color: #e9ecef
}

a.accordion-link {
	color: #343a40;
	text-transform: uppercase;
	letter-spacing: .1em
}

a.accordion-link:focus {
	text-decoration: none;
	color: #343a40
}

.quickview {
	background: rgba(255, 255, 255, .2)
}

.quickview .ribbon {
	position: absolute;
	top: 30px;
	left: -12px;
	z-index: 999
}

.quickview .ribbon+.ribbon {
	top: 80px
}

.quickview .ribbon+.ribbon+.ribbon {
	top: 145px
}

@media (max-width:991.98px) {
	.quickview {
		text-align: center
	}
	.quickview .detail-quantity {
		margin-left: auto;
		margin-right: auto
	}
}

.close.modal-close {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #343a40;
	color: #fff!important;
	position: absolute;
	top: -5px;
	right: -5px;
	opacity: 1;
	font-size: .8rem;
	z-index: 999;
	cursor: pointer;
	outline: 0
}

.close.modal-close:hover {
	opacity: 1!important
}

.service-column {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem
}

.service-column:first-of-type {
	padding-top: 0
}

.service-column:last-of-type {
	padding-bottom: 0
}

@media (min-width:992px) {
	.service-column {
		border-right: 1px solid #495057;
		text-align: left;
		padding-top: 0;
		padding-bottom: 0
	}
	.service-column:last-of-type {
		border: none
	}
}

.service-icon {
	width: 3rem!important;
	height: 3rem!important;
	margin-right: 1.5rem;
	stroke-width: 2!important
}

#scrollTop {
	display: none;
	position: fixed;
	bottom: 1.7rem;
	left: .2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #343a40;
	border: solid 1px #343a40;
	text-align: center;
	background: #fff;
	font-size: .8rem;
	z-index: 2000;
	cursor: pointer;
}

.noUi-target {
	background: #ddd;
	border-radius: 0;
	border: none;
	box-shadow: none;
	height: 3px
}

.noUi-horizontal .noUi-handle {
	width: 3px;
	height: 14px;
	left: 0;
	right: -2px!important;
	top: -5px;
	background: #222!important;
	border: none;
	border-radius: 0;
	cursor: pointer;
	box-shadow: none;
	outline: 0
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
	display: none
}

.noUi-connect {
	background: #222
}

.owl-theme button {
	outline: 0
}

.owl-theme button:focus,
.owl-theme button:hover {
	background: 0 0;
	outline: 0
}

.owl-theme .owl-item {
	touch-action: initial!important;
	perspective: 1000px!important
}

.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 50px;
	transform: translateY(-50%);
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 0;
	left: 40px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 40px
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #dee2e6;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #343a40
}

.owl-theme.owl-dots-modern .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0
}

.owl-theme.owl-dots-modern .owl-dots .owl-dot.active span {
	background: #fff;
	position: relative;
	top: 2px;
	width: 12px!important;
	height: 12px!important
}

.owl-theme.owl-dots-primary .owl-dots .owl-dot span {
	background: #dee2e6
}

.owl-theme.owl-dots-primary .owl-dots .owl-dot.active span {
	background: #e63946
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	background: 0 0!important;
	color: #e63946!important;
	font-size: 2em!important
}

.owl-nav .owl-next.disabled,
.owl-nav .owl-prev.disabled {
	color: #aaa!important
}

.ekko-lightbox .modal-header {
	padding: 0
}

.ekko-lightbox .modal-title {
	display: none
}

.ekko-lightbox .ekko-lightbox-nav-overlay span {
	padding: 0 .5rem
}

.ekko-lightbox .nav-arrow {
	flex-grow: 0
}

.ekko-lightbox .nav-arrow-right {
	justify-self: right
}

.ekko-lightbox .close {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	vertical-align: top;
	background: #343a40;
	color: #fff;
	top: -5px;
	right: -5px;
	padding: 0;
	margin: 0;
	opacity: 1;
	font-size: 2rem;
	z-index: 999;
	cursor: pointer;
	outline: 0
}

.ekko-lightbox .close span {
	display: inline-block;
	position: relative;
	top: -2px;
	text-shadow: none;
	font-weight: 400
}

.ekko-lightbox .close:focus,
.ekko-lightbox .close:hover {
	opacity: 1!important
}

.ekko-lightbox .modal-footer {
	justify-content: center;
	padding-top: 0
}

.zoomImg {
	transition: opacity .5s!important
}

.text-uppercase {
	text-transform: uppercase;
	letter-spacing: .1em
}

.text-sm {
	font-size: .7875rem
}

.text-lg {
	font-size: 1.125rem
}

.text-xl {
	font-size: 1.8rem
}

.text-serif {
	font-family: "HK Grotesk", sans-serif;
}

.text-shadow {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.letter-spacing-1 {
	letter-spacing: .1em
}

.letter-spacing-2 {
	letter-spacing: .2em
}

.letter-spacing-3 {
	letter-spacing: .3em
}

.letter-spacing-4 {
	letter-spacing: .4em
}

.letter-spacing-5 {
	letter-spacing: .5em
}

.z-index-1 {
	z-index: 10
}

.z-index-2 {
	z-index: 20
}

.z-index-3 {
	z-index: 30
}

.z-index-4 {
	z-index: 40
}

.z-index-5 {
	z-index: 50
}

.mt--0 {
	margin-top: 0!important
}

.mt--1 {
	margin-top: -.25rem!important
}

.mt--2 {
	margin-top: -.5rem!important
}

.mt--3 {
	margin-top: -1rem!important
}

.mt--4 {
	margin-top: -1.5rem!important
}

.mt--5 {
	margin-top: -3rem!important
}

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

.mt--7 {
	margin-top: -8rem!important
}

.mt--5px {
	margin-top: -5px!important
}

.mt--10px {
	margin-top: -10px!important
}

.mt--30px {
	margin-top: -30px!important
}

.text-hover-primary:focus,
.text-hover-primary:hover {
	color: #e63946!important
}

.text-hover-secondary:focus,
.text-hover-secondary:hover {
	color: #868e96!important
}

.text-hover-success:focus,
.text-hover-success:hover {
	color: #28a745!important
}

.text-hover-info:focus,
.text-hover-info:hover {
	color: #17a2b8!important
}

.text-hover-warning:focus,
.text-hover-warning:hover {
	color: #ffd65a!important
}

.text-hover-danger:focus,
.text-hover-danger:hover {
	color: #dc3545!important
}

.text-hover-light:focus,
.text-hover-light:hover {
	color: #f8f9fa!important
}

.text-hover-dark:focus,
.text-hover-dark:hover {
	color: #343a40!important
}

.text-hover-gray-100:focus,
.text-hover-gray-100:hover {
	color: #f8f9fa!important
}

.text-hover-gray-200:focus,
.text-hover-gray-200:hover {
	color: #e9ecef!important
}

.text-hover-gray-300:focus,
.text-hover-gray-300:hover {
	color: #dee2e6!important
}

.text-hover-gray-400:focus,
.text-hover-gray-400:hover {
	color: #ced4da!important
}

.text-hover-gray-500:focus,
.text-hover-gray-500:hover {
	color: #adb5bd!important
}

.text-hover-gray-600:focus,
.text-hover-gray-600:hover {
	color: #868e96!important
}

.text-hover-gray-700:focus,
.text-hover-gray-700:hover {
	color: #495057!important
}

.text-hover-gray-800:focus,
.text-hover-gray-800:hover {
	color: #343a40!important
}

.text-hover-gray-900:focus,
.text-hover-gray-900:hover {
	color: #212529!important
}

.overflow-hidden {
	overflow: hidden!important
}

.overflow-visible {
	overflow: visible!important
}

.td-none {
	text-decoration: none!important
}

.tile-link {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 30
}

.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

img.bg-image {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover;'
}

.overlay-content {
	position: relative;
	z-index: 20
}

.light-overlay-sm {
	position: relative
}

@media (min-width:576px) {
	.light-overlay-sm {
		position: relative
	}
	.light-overlay-sm::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:576px) {
	.light-overlay-sm-0::after {
		display: none
	}
}

.dark-overlay {
	position: relative
}

@media (min-width:576px) {
	.dark-overlay::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:576px) {
	.dark-overlay-sm-0::after {
		display: none
	}
}

.light-overlay-md {
	position: relative
}

@media (min-width:768px) {
	.light-overlay-md {
		position: relative
	}
	.light-overlay-md::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:768px) {
	.light-overlay-md-0::after {
		display: none
	}
}

.dark-overlay {
	position: relative
}

@media (min-width:768px) {
	.dark-overlay::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:768px) {
	.dark-overlay-md-0::after {
		display: none
	}
}

.light-overlay-lg {
	position: relative
}

@media (min-width:992px) {
	.light-overlay-lg {
		position: relative
	}
	.light-overlay-lg::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:992px) {
	.light-overlay-lg-0::after {
		display: none
	}
}

.dark-overlay {
	position: relative
}

@media (min-width:992px) {
	.dark-overlay::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:992px) {
	.dark-overlay-lg-0::after {
		display: none
	}
}

.light-overlay-xl {
	position: relative
}

@media (min-width:1200px) {
	.light-overlay-xl {
		position: relative
	}
	.light-overlay-xl::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:1200px) {
	.light-overlay-xl-0::after {
		display: none
	}
}

.dark-overlay {
	position: relative
}

@media (min-width:1200px) {
	.dark-overlay::after {
		content: ' ';
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .3;
		position: absolute;
		left: 0;
		top: 0
	}
}

@media (min-width:1200px) {
	.dark-overlay-xl-0::after {
		display: none
	}
}

.light-overlay {
	position: relative;
	position: relative
}

.light-overlay::after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0
}

.light-overlay-0::after {
	display: none
}

.dark-overlay {
	position: relative
}

.dark-overlay::after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0
}

.dark-overlay-0::after {
	display: none
}

.full-screen {
	height: calc(100vh - 125px - 2rem)
}

.mh-full-screen {
	min-height: 100vh
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	.mh-full-screen {
		height: 100vh
	}
}

.mh-full-screen-with-header {
	min-height: calc(100vh - 125px - 2rem)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	.mh-full-screen-with-header {
		height: calc(100vh - 125px - 2rem)
	}
}

@media (min-width:576px) {
	.expand-sm {
		display: block!important
	}
}

@media (min-width:768px) {
	.expand-md {
		display: block!important
	}
}

@media (min-width:992px) {
	.expand-lg {
		display: block!important
	}
}

@media (min-width:1200px) {
	.expand-xl {
		display: block!important
	}
}

.expand {
	display: block!important
}

.block-toggler {
	display: block;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #868e96
}

.block-toggler:focus,
.block-toggler[aria-expanded=true] {
	color: #212529;
	text-decoration: none
}

.block-toggler:focus,
.block-toggler:hover {
	color: #212529;
	text-decoration: none
}

.block-toggler[data-toggle=collapse]::before {
	content: '\f105';
	display: inline-block;
	transform: translateY(-50%);
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0
}

.block-toggler[aria-expanded=true]::before {
	content: '\f107'
}

.svg-icon {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 3;
	vertical-align: text-bottom;
	--layer1: currentColor;
	--layer2: currentColor
}

.svg-icon.svg-icon-light {
	stroke-width: 2
}

.svg-icon.svg-icon-heavy {
	stroke-width: 4
}

.border {
	border: 1px solid #dee2e6!important
}

@media (min-width:576px) {
	.border-sm {
		border: 1px solid #dee2e6!important
	}
}

@media (min-width:768px) {
	.border-md {
		border: 1px solid #dee2e6!important
	}
}

@media (min-width:992px) {
	.border-lg {
		border: 1px solid #dee2e6!important
	}
}

@media (min-width:1200px) {
	.border-xl {
		border: 1px solid #dee2e6!important
	}
}

@media (max-width:575.98px) {
	.w-xs-auto {
		width: auto!important
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	.card-img,
	.card-img-bottom,
	.card-img-top {
		height: 100%
	}
}

#style-switch-button {
	position: fixed;
	top: 160px;
	right: 0;
	border-radius: 0;
	z-index: 2
}

.style-switch-select {
	height: auto!important
}

#style-switch {
	width: 300px;
	padding: 20px;
	position: fixed;
	top: 192px;
	right: 0;
	background: #fff;
	border: solid 1px #ced4da;
	z-index: 2000
}

#style-switch h4 {
	color: #495057
}


/* .docs-item {
padding: 2.5rem 0;
border-bottom: 1px solid #dee2e6;
margin-bottom: .5rem
}
.docs-item:first-of-type {
padding-top: 0
}
.docs-item:last-of-type {
border-bottom: none
}
.docs-item .docs-desc {
font-size: 1.125rem;
color: #868e96
}
.docs-item .docs-desc p.lead {
color: #212529
} */

button.btnContact {
	border-color: #4e702c!important;
	font-size: .6875rem;
}

.navbar-icon-link .btnContact:hover {
	background-image: none;
	background-color: #4e702c!important;
	color: white;
	cursor: pointer
}

.closeForm {
	font-size: 27px;
	margin-top: .7rem
}

@media (min-width:100px) and (max-width:1200px) {
	.hideToc {
		visibility: hidden
	}
	.tocLgHt {
		visibility: hidden
	}
	.tocSmHt {
		visibility: hidden
	}
}

@media (min-width:1201px) and (max-width:3500px) {
	.tocLgHt {
		/* padding-left: -1px; */
		padding-right: 0;
		margin-top: 0px;
		top: -9px;
	}
}

.print-table {
	float: right;
	text-decoration: none;
	margin-top: -25px
}

.print-table .genericon-print {
	font-size: 20px;
	width: 20px
}

.table-wrapper {
	width: 100%;
	text-align: center;
	position: relative;
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 16em 100%, 16em 100%, 2em 100%, 2em 100%;
	margin-bottom: 24px
}

.table-wrapper table {
	width: 100%;
	margin-bottom: 0
}

.table-wrapper .print-table {
	position: absolute;
	top: 4px;
	right: 4px;
	margin-top: 0;
	z-index: 1
}

.table-drawing .hint {
	display: block;
	background-color: #5E6B78;
	color: #FFF;
	padding: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

table.no-border td {
	border: none
}

table.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto
}

td {
	border: 1px solid #E3E3E3
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 24px;
	text-align: center;
	border: 2px solid #f1f1f1;
	font-size: 12px;
	position: relative;
	width: 100%;
	color: #212529;
}

tfoot td {
	border: 0
}

caption,
th,
td {
	font-weight: 400;
	vertical-align: middle
}

th {
	font-weight: 700
}

th,
tfoot {
	font-weight: 700;
	background-color: #f0f0f0;
	border: 1px solid #FFF
}

tr {
	border-width: 0 0 1px 0;
	border-color: #E3E3E3
}

th,
td {
	padding: 3px
}

/* a:visited {
color: #5E6B78
} */

.float-pdf {
	position: fixed;
	width: 48px;
	height: 50px;
	bottom: 80px;
	right: 15px;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1500;
	transform: scale3d(1, 1, 1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

a.float-pdf {
	color: #fafafa!important
}

.my-float-pdf {
	margin-top: 9px;
	font-size: 32px!important;
	transition: background-color .2s linear;
	-webkit-tap-highlight-color: transparent;
	transform: scale3d(1, 1, 1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

.float-mail {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 26px;
	right: 68px;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1500;
	transform: scale3d(1, 1, 1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

a.float-mail {
	color: #fafafa!important
}

.my-float-mail {
	margin-top: 9px;
	font-size: 32px!important;
	transition: background-color .2s linear;
	-webkit-tap-highlight-color: transparent;
	transform: scale3d(1, 1, 1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

.float-wp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 26px;
	right: 12px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1500;
	transform: scale3d(1, 1, 1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

.my-float {
	margin-top: 4px;
	font-size: 40px!important;
	transition: background-color .2s linear;
	-webkit-tap-highlight-color: transparent;
	transform: scale3d(1, 1, 1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

a.float-wp {
	color: #fafafa!important
}

#navbarCollapse li {
	list-style-type: none!important
}

.dropdown-menu-split {
	min-width: 401px;
	margin-left: 0rem;
}


/* .dropdown-menu-splits {
min-width: 401px;
margin-left: 0rem;
} */

.dropdown-menu-split.columns-2 {
	min-width: 500px
}

.dropdown-menu-split li a {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown {
	list-style: none;
	margin: 0;
	padding: 0
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	white-space: normal
}

.multi-column-dropdown li a:hover {
	text-decoration: none
}

.nav-item li {
	position: relative
}

@media (max-width:767px) {
	.dropdown-menu-split.multi-column {
		min-width: 240px!important;
		overflow-x: hidden
	}
}

.table-notes {
	list-style: none!important;
	margin-left: 0!important;
	background: #f5f5f5;
	padding: 30px;
	margin: 0px 0px;
	text-align: justify;
	font-style: italic;
	font-size: .7rem
}

.table-notes-para {
	list-style: none!important;
	padding: 5px;
	margin: 0px;
	text-align: justify;
	font-style: italic;
	font-size: .7rem;
}

.table-notes-add {
	margin-top: -24px
}

table.topLeftscroll tr:hover>td {
	background: #eabe12;
}

table.highlighter tr:hover>td {
	background: #eabe12;
}

table tfoot td {
	background: white !important;
}

.topLeftscroll {
	/* max-width: 90em; */
	max-height: 128em;
	position: relative;
}

/* @media (min-width:1428px) and (max-width:1430px) {
	.topLeftscroll {
		max-width: 91em
	}
}

@media (min-width:1431px) and (max-width:1500px) {
	.topLeftscroll {
		max-width: 95em
	}
}

@media (min-width:1501px) and (max-width:1550px) {
	.topLeftscroll {
		max-width: 100em
	}
}

@media (min-width:1551px) and (max-width:1600px) {
	.topLeftscroll {
		max-width: 102em
	}
}

@media (min-width:1601px) and (max-width:1650px) {
	.topLeftscroll {
		max-width: 106em
	}
}

@media (min-width:1651px) and (max-width:1700px) {
	.topLeftscroll {
		max-width: 109em
	}
}

@media (min-width:1701px) and (max-width:1750px) {
	.topLeftscroll {
		max-width: 113em
	}
}

@media (min-width:1751px) and (max-width:1800px) {
	.topLeftscroll {
		max-width: 117em
	}
}

@media (min-width:1801px) and (max-width:1850px) {
	.topLeftscroll {
		max-width: 121em
	}
}

@media (min-width:1851px) and (max-width:1900px) {
	.topLeftscroll {
		max-width: 125em
	}
}

@media (min-width:1901px) and (max-width:2000px) {
	.topLeftscroll {
		max-width: 130em
	}
}

@media (min-width:2001px) and (max-width:2500px) {
	.topLeftscroll {
		max-width: 164.5em
	}
} */

td,
th {
	padding: .25em
}

thead th {
	position: -webkit-sticky;
	/* position: sticky; */
	top: 0
}

thead th:first-child {
	left: 0;
	z-index: 1
}

.second {
	position: -webkit-sticky;
	position: sticky;
	top: 43px
}

@media (min-width:100px) and (max-width:992px) {
	#tocSmHt {
		padding-left: 0;
		padding-right: 0;
		margin-top: -352px;
		display: none;
	}
}

.hero {
	
}

.hero-fix-header {
	margin-top: 0rem;
	margin-bottom: -1rem;
}

.hero-subheading {
	margin-top: 0rem;
	margin-bottom: 1.5rem;
}


/* .hero-content {
margin-bottom: 2rem;
} */

@media (max-width:920px) {
	table {
		font-size: 10px
	}
	/* .hero-subheading-mobile {
margin-top: 1rem
}
.hero-subheading-mobile1 {
margin-top: 1rem
}
.hero-subheading-mobile2 {
margin-top: 1rem
}
.hero-subheading-mobileLast {
margin-top: -352rem
} */
	.austenicbtm {
		margin-top: 0
	}
	.table-notes-cas {
		margin: 0.2rem -.1rem 0 1rem;
	}
	#scrollTop {
		bottom: 4.5rem;
		z-index: 2000;
	}
	.float-mail {
		bottom: 71px;
	}
	.float-wp {
		bottom: 71px;
	}
	.float-pdf {
		bottom: 124px;
		right: 13px;
	}
}


@media (min-width:600px) and (max-width:799px) {
	table {
		font-size: 9px
	}
	.table-notes {
		margin: 0.2rem 0 0 1rem;
	}
	/* .hero-subheading-mobile {
margin-top: 1rem
} */
	.hero-subheading-mobileLast {
		margin-top: -21rem;
	}
}

@media (min-width:400px) and (max-width:599px) {
	table {
		font-size: 6px;
	}
}

@media (min-width:279px) and (max-width:399px) {
	table {
		font-size: 5px;
	}
}

@media (max-width:278px) {
	table {
		font-size: 3px;
	}
}

span.wpcf7-form-control-wrap {
	display: block
}

.wpcf7-form-control-wrap {
	position: relative
}

.widget input[type="email"] {
	background: #f7f7f7;
	color: #999;
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
	display: block;
	line-height: 21px;
	box-sizing: border-box
}

input[type="email"] {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 0;
	border: 2px solid #e3e3e3;
	font-size: 14px!important;
	height: 36px;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
}


/* commented for contact us form  */


/* input[type="email"],
.wpcf7 input[type="email"] {
border-color: #f2f2f2
} */

.by-two-tables {
	display: flex;
	flex-direction: column-reverse
}

@media (min-width:100px) and (max-width:991px) {
	#userPaypalHide {
		visibility: hidden
	}
}

/* social-bar */

.ct-socials {
	position: fixed;
	top: 30%;
	left: 0;
	list-style: none;
	padding-left: 0;
	z-index: 1000;
	margin: 0;
	transition: right .25s ease-in-out;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
}

.ct-socials li {
	padding: 0 0
}

.ct-socials li a {
	background: #3f4653;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 44px;
	height: 54px;
	transition: all .15s ease-in-out;
	float: right;
	padding-left: 5px
}

.ct-socials li a :hover {
	width: 54px;
	padding-left: 0;
	text-decoration: none
}

@media (max-width:920px) {
	/* .ct-socials li a {
width: 80px;
display: inline-flex;
} */
	.ct-socials {
		display: flex;
		flex-direction: row;
		left: 0;
		bottom: 0;
		right: 0;
		top: auto;
		width: 100%;
		text-align: center
	}
}
@media (min-width: 100px) and (max-width: 200px) {
	.ct-socials li a {
		width: 40px;
		padding: 0;
	}
	.emailOnPhn {
		margin-right: -6rem;
		font-size: 13px;
	}
}
@media (min-width: 201px) and (max-width: 204px) {
	.ct-socials li a {
		width: 41px;
		padding: 0;
	}
	.emailOnPhn {
		margin-right: -6rem;
		font-size: 14px;
	}
}

@media (min-width: 205px) and (max-width: 210px) {
	.ct-socials li a {
		width: 42px;
		padding: 0;
	}
	.emailOnPhn {
		margin-right: -6.5rem;
	}
}

@media (min-width: 211px) and (max-width: 218px) {
	.ct-socials li a {
		width: 44px;
		padding: 0;
	}
	.emailOnPhn {
		margin-right: -6rem;
	}
}

@media (min-width: 219px) and (max-width: 228px) {
	.ct-socials li a {
		width: 45px
	}
	.emailOnPhn {
		margin-right: -6.5rem;
	}
}

@media (min-width: 229px) and (max-width: 236px) {
	.ct-socials li a {
		width: 47px
	}
	.emailOnPhn {
		margin-right: -6.5rem;
	}
}

@media (min-width: 237px) and (max-width: 242px) {
	.ct-socials li a {
		width: 48px;
	}
	.emailOnPhn {
		margin-right: -6.5rem
	}
}
@media (min-width: 243px) and (max-width: 244px) {
	.ct-socials li a {
		width: 48.8px;
	}
	.emailOnPhn {
		margin-right: -7rem
	}
}

@media (min-width: 245px) and (max-width: 252px) {
	.ct-socials li a {
		width: 50px;
	}
	.emailOnPhn {
		margin-right: -7rem
	}
}

@media (min-width: 253px) and (max-width: 254px) {
	.ct-socials li a {
		width: 50.8px;
	}
	.emailOnPhn {
		margin-right: -7rem
	}
}

@media (min-width: 255px) and (max-width: 258px) {
	.ct-socials li a {
		width: 51px;
	}
	.emailOnPhn {
		margin-right: -7rem
	}
}

@media (min-width:259px) and (max-width:268px) {
	.ct-socials li a {
		width: 54px;
	}
	.emailOnPhn {
		margin-right: -7rem
	}
}

@media (min-width: 269px) and (max-width:270px) {
	.ct-socials li a {
		width: 55px;
	}
	.emailOnPhn {
		margin-right: -8rem
	}
}

@media (min-width:271px) and (max-width:278px) {
	.ct-socials li a {
		width: 56px;
	}
	.emailOnPhn {
		margin-right: -8rem
	}
}

@media (min-width:279px) and (max-width:284px) {
	.ct-socials li a {
		width: 58px;
	}
	.emailOnPhn {
		margin-right: -8rem
	}
}

@media (min-width:285px) and (max-width: 290px) {
	.ct-socials li a {
		width: 58px
	}
	.emailOnPhn {
		margin-right: -8rem
	}
}

@media (min-width:291px) and (max-width:302px) {
	.ct-socials li a {
		width: 61px
	}
	.emailOnPhn {
		margin-right: -8rem
	}
}

@media (min-width:303px) and (max-width:306px) {
	.ct-socials li a {
		width: 62px
	}
	.emailOnPhn {
		margin-right: -9rem
	}
}

@media (min-width:307px) and (max-width:320px) {
	.ct-socials li a {
		width: 64px
	}
	.emailOnPhn {
		margin-right: -9rem
	}
}

@media (min-width:321px) and (max-width:340px) {
	.ct-socials li a {
		width: 69px
	}
	.emailOnPhn {
		margin-right: -9rem
	}
}

@media (min-width:341px) and (max-width:358px) {
	.ct-socials li a {
		width: 72px
	}
	.emailOnPhn {
		margin-right: -10rem
	}
}

@media (min-width:359px) and (max-width:374px) {
	.ct-socials li a {
		width: 75px
	}
	.emailOnPhn {
		margin-right: -10rem
	}
}

@media (min-width:375px) and (max-width:382px) {
	.ct-socials li a {
		width: 77px
	}
	.emailOnPhn {
		margin-right: -10rem
	}
}

@media (min-width:383px) and (max-width:388px) {
	.ct-socials li a {
		width: 78px
	}
	.emailOnPhn {
		margin-right: -11rem
	}
}

@media (min-width:389px) and (max-width:400px) {
	.ct-socials li a {
		width: 80px
	}
	.emailOnPhn {
		margin-right: -11rem
	}
}

@media (min-width:401px) and (max-width:420px) {
	.ct-socials li a {
		width: 84px
	}
	.emailOnPhn {
		margin-right: -11rem
	}
}

@media (min-width:421px) and (max-width:430px) {
	.ct-socials li a {
		width: 88px
	}
	.emailOnPhn {
		margin-right: -12rem
	}
}

@media (min-width:431px) and (max-width:438px) {
	.ct-socials li a {
		width: 88px
	}
	.emailOnPhn {
		margin-right: -12rem
	}
}

@media (min-width:439px) and (max-width:458px) {
	.ct-socials li a {
		width: 92px
	}
	.emailOnPhn {
		margin-right: -12rem
	}
}

@media (min-width:459px) and (max-width:478px) {
	.ct-socials li a {
		width: 96px
	}
	.emailOnPhn {
		margin-right: -13rem
	}
}

@media (min-width:479px) and (max-width:500px) {
	.ct-socials li a {
		width: 100px
	}
	.emailOnPhn {
		margin-right: -13rem
	}
}

@media (min-width:501px) and (max-width:507px) {
	.ct-socials li a {
		width: 102px
	}
	.emailOnPhn {
		margin-right: -14rem
	}
}

@media (min-width:503px) and (max-width:514px) {
	.ct-socials li a {
		width: 103px
	}
	.emailOnPhn {
		margin-right: -14rem
	}
}

@media (min-width:515px) and (max-width:538px) {
	.ct-socials li a {
		width: 108px
	}
	.emailOnPhn {
		margin-right: -14rem
	}
}


/* @media (min-width:538px) and (max-width:538px) {
.ct-socials li a {
width: 108px !important
}
.emailOnPhn {
margin-right: -15rem
}
} */

@media (min-width:539px) and (max-width:548px) {
	.ct-socials li a {
		width: 110px !important
	}
	.emailOnPhn {
		margin-right: -15rem
	}
}

@media (min-width:549px) and (max-width:574px) {
	.ct-socials li a {
		width: 115.5px !important;
	}
	.emailOnPhn {
		margin-right: -15rem
	}
}

@media (min-width:575px) and (max-width:588px) {
	.ct-socials li a {
		width: 117.5px !important;
	}
	.emailOnPhn {
		margin-right: -16rem
	}
}

@media (min-width:589px) and (max-width:600px) {
	.ct-socials li a {
		width: 120px
	}
	.emailOnPhn {
		margin-right: -16rem
	}
}

@media (min-width:601px) and (max-width:610px) {
	.ct-socials li a {
		width: 122px
	}
	.emailOnPhn {
		margin-right: -16rem
	}
}

@media (min-width:611px) and (max-width:618px) {
	.ct-socials li a {
		width: 124px
	}
	.emailOnPhn {
		margin-right: -17rem
	}
}

@media (min-width:619px) and (max-width:648px) {
	.ct-socials li a {
		width: 134px
	}
	.emailOnPhn {
		margin-right: -17rem
	}
}

@media (min-width:649px) and (max-width:668px) {
	.ct-socials li a {
		width: 134px
	}
	.emailOnPhn {
		margin-right: -18rem
	}
}

@media (min-width:669px) and (max-width:688px) {
	.ct-socials li a {
		width: 138px
	}
	.emailOnPhn {
		margin-right: -18rem
	}
}

@media (min-width:689px) and (max-width:720px) {
	.ct-socials li a {
		width: 145px
	}
	.emailOnPhn {
		margin-right: -19rem
	}
}

@media (min-width:721px) and (max-width:758px) {
	.ct-socials li a {
		width: 152px
	}
	.emailOnPhn {
		margin-right: -20rem
	}
}

@media (min-width:759px) and (max-width:778px) {
	.ct-socials li a {
		width: 155px
	}
	.emailOnPhn {
		margin-right: -20rem
	}
}

@media (min-width:779px) and (max-width:798px) {
	.ct-socials li a {
		width: 160px
	}
	.emailOnPhn {
		margin-right: -21rem
	}
}

@media (min-width:799px) and (max-width:818px) {
	.ct-socials li a {
		width: 166px
	}
	.emailOnPhn {
		margin-right: -21rem
	}
}

@media (min-width:819px) and (max-width:838px) {
	.ct-socials li a {
		width: 168px
	}
	.emailOnPhn {
		margin-right: -22rem
	}
}

@media (min-width:839px) and (max-width:858px) {
	.ct-socials li a {
		width: 176px
	}
	.emailOnPhn {
		margin-right: -22rem
	}
}

@media (min-width:859px) and (max-width:878px) {
	.ct-socials li a {
		width: 176px
	}
	.emailOnPhn {
		margin-right: -23rem
	}
}

@media (min-width:879px) and (max-width:898px) {
	.ct-socials li a {
		width: 180px
	}
	.emailOnPhn {
		margin-right: -23rem
	}
}

@media (min-width:899px) and (max-width:920px) {
	.ct-socials li a {
		width: 186px
	}
	.emailOnPhn {
		margin-right: -24rem
	}
}

@media (min-width:921px) and (max-width:1200px) {
	.ct-socials {
		display: flex;
		flex-direction: column;
		/* right: 0 */
	}
}
@media (min-width:921px) and (max-width:3500px) {
	.ct-social-contact {
		display: flex!important;
		flex-direction: column!important;
		left: 0!important;
	}
}

@media (min-width:100px) and (max-width:920px) {
	.emailOnPhn {
		float: right;
		justify-content: flex-end
	}
}

.social-header {
	text-align: center;
	position: absolute;
	width: 700px;
	max-width: 65%;
	top: -1.7rem;
	left: 0
}


/* .pdfbtn {
border-radius: 4px!important;
border: 2px solid red!important;
color: red!important;
display: inline-block!important;
margin: 0 .25em!important;
overflow: hidden!important;
padding: 10px 50px 8px 0!important;
position: relative!important;
text-decoration: none!important;
line-height: 1!important
}
.pdfbtn .pdf-btn-content {
line-height: 1.2!important;
padding: 0 17px!important;
font-size: 10px!important;
position: relative!important;
right: 0!important;
transition: right .3s ease!important;
display: block!important;
text-align: center!important
}
.pdfbtn .pdf-btn-icon {
border-left: 1px solid red!important;
position: absolute!important;
right: 0!important;
text-align: center!important;
top: 50%!important;
transition: all .3s ease!important;
transform: translateY(-50%)!important;
width: 58px!important;
height: 70%!important
}
.pdfbtn .pdf-btn-icon i {
position: relative!important;
top: 50%!important;
transform: translateY(-50%)!important
}
.pdfbtn:after {
content: ''!important;
position: absolute!important;
top: 0!important;
bottom: 0!important;
right: 0!important;
left: 0!important;
background-color: #884545!important;
opacity: 0!important;
transition: opacity .3s ease!important
}
.pdfbtn:hover .pdf-btn-content {
right: 100%!important
}
.pdfbtn:hover .pdf-btn-icon {
border-left: 0!important;
font-size: 1.3em!important;
width: 100%!important
}
.pdfbtn:hover:after {
opacity: .2!important
}
.pdfbtn.pdfbtn-alt-color {
border-color: salmon!important;
color: salmon!important
}
.pdfbtn.pdfbtn-alt-color .icon {
border-left-color: salmon!important
}
.pdfbtn.pdfbtn-alt-color:after {
background-color: salmon!important
} */

@media (min-width:1201px) and (max-width:1577px) {
	.social-header {
		max-width: 79%
	}
	.pdfbtn {
		margin: 0 -9em!important;
		padding: 5px 44px 6px 0!important
	}
	.pdfbtn .pdf-btn-content {
		padding: 0 14px!important
	}
	.pdfbtn .pdf-btn-icon {
		width: 53px!important
	}
}

@media (min-width:1578px) and (max-width:1625px) {
	.social-header {
		max-width: 58%
	}
	.pdfbtn {
		margin: 0 -9em!important;
		padding: 4px 45px 7px 0!important
	}
	.pdfbtn .pdf-btn-content {
		padding: 0 13px!important
	}
	.pdfbtn .pdf-btn-icon {
		width: 53px!important
	}
	.pdf-btn-icon {
		font-size: 17px
	}
}

@media (min-width:1626px) and (max-width:1999px) {
	.social-header {
		max-width: 63%
	}
	.pdfbtn {
		margin: 0 -9sem!important;
		padding: 4px 45px 7px 0!important
	}
	.pdfbtn .pdf-btn-content {
		padding: 0 13px!important
	}
	.pdfbtn .pdf-btn-icon {
		width: 53px!important
	}
	.pdf-btn-icon {
		font-size: 17px
	}
}

@media (min-width:2000px) and (max-width:3000px) {
	.social-header {
		max-width: 63%
	}
	.pdfbtn {
		margin: 0 .25em!important;
		padding: 10px 47px 8px 0!important;
	}
	.pdfbtn .pdf-btn-content {
		padding: 0 13px!important;
	}
	.pdfbtn .pdf-btn-icon {
		width: 57px!important;
	}
	.pdf-btn-icon {
		font-size: 17px
	}
}

/*.torqboltlogo {
	width: 236px;
	height: 38px;
	position: relative;
	margin-left: -33px
}

@media  (max-width:218px) {
	.torqboltlogo {
		width: 100%;
		margin: 0;
	}
}

@media  (min-width:219px) and (max-width:399px) {
	.torqboltlogo {
		margin-left: -32px;
	}
}

@media (min-width:400px) and (max-width:992px) {
	.torqboltlogo {
		margin-left: -22px
	}
}

@media (min-width:993px) and (max-width:1199px) {
	.torqboltlogo {
		margin-left: -33px
	}
}*/


.torqboltlogo {
    width: 200px;
    height: 120px;
    position: relative;
    margin-left: 0px;
}

@media  (max-width:218px) {
	.torqboltlogo {
		width: 100%;
		margin: 0;
	}
}

@media  (min-width:219px) and (max-width:399px) {
	.torqboltlogo {
		margin-left: 0px;
	}
}

@media (min-width:400px) and (max-width:992px) {
	.torqboltlogo {
		margin-left: 0px;
	}
}

@media (min-width:993px) and (max-width:1199px) {
	.torqboltlogo {
		margin-left: 0px
	}
}


.greymail {
	color: #495057;
}

.greymail-blog {
	color: #495057;
	/* margin-top: -5px; */
	font-size: .9rem;
}

/* .greymailfooter {
color: #868e96;
} */

.greymailfooter:hover {
	color: #868e96;
}

.footerleftborder {
	border-left: 1px solid #f2f2f2
}

.orangeIcon {
	color: #e63946;
}

.greyIcon {
	color: #5E6B78;
}


/* .lft-rt-0 {
padding-right: 0px;
padding-left: 0px;
}
.charts-footer {
bottom:0;
width:100%;
} */

.asStipe {
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	margin: .75em 0;
}

.common-Button--default {
	color: #fff;
	background: #eabe12;
	text-decoration: none;
	margin: 10px;
}

/* .common-Button {
	white-space: nowrap;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all .15s ease;
} */


/* .col-md-2 .container { 
height: 200px;
position: relative; 
}
*/

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
}

.smBTNspcing {
	/* border-bottom: 2px solid rgba(207,215,223,.25); */
	padding: 50px 0;
	/* background-color: #f6f9fc; */
	margin-top: 1rem;
	margin: 0;
}
@media screen and  (max-width: 248px) {
	.vertical-center {
		transform: translate(-4%, -29%);
	}
	.smBTNspcing {
		padding-top: 0rem;
		padding-bottom: 3rem;
	}
}
@media (min-width: 249px) and (max-width: 739px) {
	.vertical-center {
		transform: translate(0%, -29%);
	}
	.smBTNspcing {
		padding-top: 0rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 740px) and (max-width: 767px) {
	.vertical-center {
		transform: translate(210%, -146%);
	}
}

@media (min-width: 768px) and (max-width: 799px) {
	.vertical-center {
		transform: translate(4%, -50%);
	}
}

@media (min-width: 800px) and (max-width: 849px) {
	.vertical-center {
		transform: translate(-14%, -50%);
	}
}

@media (min-width: 850px) and (max-width: 899px) {
	.vertical-center {
		transform: translate(-17%, -50%);
	}
}

@media (min-width: 900px) and (max-width: 956px) {
	.vertical-center {
		transform: translate(-15%, -50%);
	}
}

@media (min-width: 957px) and (max-width: 1199px) {
	.vertical-center {
		transform: translate(-8%, -50%);
	}
}

@media (min-width: 1200px) and (max-width: 1249px) {
	.vertical-center {
		transform: translate(-3%, -50%);
	}
}

@media (min-width: 1250px) {
	.vertical-center {
		transform: translatey(-50%);
	}
}

footer ul li {
	font-size: .89rem;
    font-weight: 300;
    text-align: justify;
}

.main-footer-sub .list-unstyled>li>a {
	color: #868E96;
	font-weight: 300;
}

.main-footer-sub .list-unstyled>li {
	color: #868E96;
	font-weight: 300;
}

.top-bar .list-inline>li>a {
	color: #495057;
}

.main-footer-sub {
	padding-right: 0px!important;
	padding-left: 0px!important
}

.main-sub-footer-sub {
	padding-left: 3rem!important;
	padding-right: 3rem!important;
}

.certificaton {
	height: 7rem;
	width: 15rem;
	margin-top: 1rem;
}


/*  */

/* .view-without-full {
	margin-top: 4rem;
} */

@media (min-width: 576px) and (max-width: 1199px) {
	.contentTop {
		padding-left: 1rem;
	}
}

@media only screen and (min-width: 1200px) {
	.contentTop {
		padding-left: 3rem !important;
	}
}
@media (min-width: 200px) and (max-width: 1200px) {
	.contentTop {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hideToc {
		display: none !important;
	}
}

@media (max-width:575px) {
	.certificaton {
		height: 5rem;
		width: 10rem;
		margin-top: 0.5rem;
		margin-bottom: .8rem;
		margin-left: 1rem;
	}
}

@media (min-width:576px) and (max-width:600px) {
	.certificaton {
		height: 4rem;
		width: 7.5rem;
		margin-top: 0.5rem;
	}
}

@media (min-width:601px) and (max-width:659px) {
	.certificaton {
		height: 4rem;
		width: 8rem;
		margin-top: 0.5rem;
	}
}

@media (min-width:660px) and (max-width:699px) {
	.certificaton {
		height: 4rem;
		width: 9rem;
		margin-top: 0.5rem;
	}
}

@media (min-width:700px) and (max-width:799px) {
	.certificaton {
		height: 5rem;
		width: 10rem;
		margin-top: 0.5rem;
	}
}

@media (min-width:800px) and (max-width:885px) {
	.certificaton {
		height: 5rem;
		width: 11rem;
		margin-top: 0.5rem;
	}
}

@media (min-width:886px) and (max-width:900px) {
	.certificaton {
		height: 5rem;
		width: 11.5rem;
		margin-top: 0.5rem;
	}
}

@media (min-width:901px) and (max-width:980px) {
	.certificaton {
		height: 6rem;
		width: 12.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:981px) and (max-width:1000px) {
	.certificaton {
		height: 6rem;
		width: 13rem;
		margin-top: 1rem;
	}
}

@media (min-width:1001px) and (max-width:1020px) {
	.certificaton {
		height: 6rem;
		width: 13.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:1021px) and (max-width:1050px) {
	.certificaton {
		height: 6rem;
		width: 14rem;
		margin-top: 1rem;
	}
}

@media (min-width:1051px) and (max-width:1100px) {
	.certificaton {
		height: 6rem;
		width: 14.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:1101px) and (max-width:1140px) {
	.certificaton {
		height: 6rem;
		width: 15rem;
		margin-top: 1rem;
	}
}

@media (min-width:1141px) and (max-width:1230px) {
	.certificaton {
		height: 6rem;
		width: 16rem;
		margin-top: 1rem;
	}
}

@media (min-width:1231px) and (max-width:1300px) {
	.certificaton {
		height: 6rem;
		width: 17rem;
		margin-top: 1rem;
	}
}

@media (min-width:1301px) and (max-width:1320px) {
	.certificaton {
		height: 6rem;
		width: 17rem;
		margin-top: 1rem;
	}
}

@media (min-width:1321px) and (max-width:1340px) {
	.certificaton {
		height: 6rem;
		width: 17.6rem;
		margin-top: 1rem;
	}
}

@media (min-width:1341px) and (max-width:1360px) {
	.certificaton {
		height: 6rem;
		width: 18rem;
		margin-top: 1rem;
	}
}

@media (min-width:1361px) and (max-width:1380px) {
	.certificaton {
		height: 6rem;
		width: 18.6rem;
		margin-top: 1rem;
	}
}

@media (min-width:1381px) and (max-width:1400px) {
	.certificaton {
		height: 6rem;
		width: 19rem;
		margin-top: 1rem;
	}
}

@media (min-width:1401px) and (max-width:1420px) {
	.certificaton {
		height: 7rem;
		width: 19.6rem;
		margin-top: 1rem;
	}
}

@media (min-width:1421px) and (max-width:1440px) {
	.certificaton {
		height: 7rem;
		width: 20rem;
		margin-top: 1rem;
	}
}

@media (min-width:1441px) and (max-width:1460px) {
	.certificaton {
		height: 7rem;
		width: 20.6rem;
		margin-top: 1rem;
	}
}

@media (min-width:1461px) and (max-width:1480px) {
	.certificaton {
		height: 7rem;
		width: 21rem;
		margin-top: 1rem;
	}
}

@media (min-width:1481px) and (max-width:1500px) {
	.certificaton {
		height: 7rem;
		width: 21.6rem;
		margin-top: 1rem;
	}
}

@media (min-width:1501px) and (max-width:1540px) {
	.certificaton {
		height: 8rem;
		width: 22rem;
		margin-top: 1rem;
	}
}

@media (min-width:1541px) and (max-width:1640px) {
	.certificaton {
		height: 8rem;
		width: 22.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:1641px) and (max-width:1680px) {
	.certificaton {
		height: 8rem;
		width: 23rem;
		margin-top: 1rem;
	}
}

@media (min-width:1681px) and (max-width:1720px) {
	.certificaton {
		height: 8rem;
		width: 24rem;
		margin-top: 1rem;
	}
}

@media (min-width:1721px) and (max-width:1740px) {
	.certificaton {
		height: 9rem;
		width: 25rem;
		margin-top: 1rem;
	}
}

@media (min-width:1741px) and (max-width:1760px) {
	.certificaton {
		height: 9rem;
		width: 25.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:1761px) and (max-width:1800px) {
	.certificaton {
		height: 9rem;
		width: 26rem;
		margin-top: 1rem;
	}
}

@media (min-width:1801px) and (max-width:1840px) {
	.certificaton {
		height: 9rem;
		width: 26.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:1841px) and (max-width:1900px) {
	.certificaton {
		height: 9rem;
		width: 27rem;
		margin-top: 1rem;
	}
}

@media (min-width:1901px) and (max-width:1940px) {
	.certificaton {
		height: 9rem;
		width: 27.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:1941px) and (max-width:2000px) {
	.certificaton {
		height: 9rem;
		width: 28rem;
		margin-top: 1rem;
	}
}

@media (min-width:2001px) and (max-width:2040px) {
	.certificaton {
		height: 9rem;
		width: 28.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:2041px) and (max-width:2100px) {
	.certificaton {
		height: 9rem;
		width: 29rem;
		margin-top: 1rem;
	}
}

@media (min-width:2101px) and (max-width:2140px) {
	.certificaton {
		height: 9rem;
		width: 29.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:2141px) and (max-width:2200px) {
	.certificaton {
		height: 9rem;
		width: 30rem;
		margin-top: 1rem;
	}
}

@media (min-width:2201px) and (max-width:2240px) {
	.certificaton {
		height: 9rem;
		width: 30.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:2241px) and (max-width:2300px) {
	.certificaton {
		height: 9rem;
		width: 31rem;
		margin-top: 1rem;
	}
}

@media (min-width:2301px) and (max-width:2340px) {
	.certificaton {
		height: 9rem;
		width: 31.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:2341px) and (max-width:2400px) {
	.certificaton {
		height: 9rem;
		width: 32rem;
		margin-top: 1rem;
	}
}

@media (min-width:2401px) and (max-width:2440px) {
	.certificaton {
		height: 9rem;
		width: 32.5rem;
		margin-top: 1rem;
	}
}

@media (min-width:2441px) and (max-width:2500px) {
	.certificaton {
		height: 9rem;
		width: 33rem;
		margin-top: 1rem;
	}
}


/* nav */

nav[data-toggle=toc] .nav>li>a {
	display: block;
	padding: 4px 20px;
	font-size: 13px;
	font-weight: 500;
	color: #767676
}

nav[data-toggle=toc] .nav>li>a:focus,
nav[data-toggle=toc] .nav>li>a:hover {
	padding-left: 19px;
	color: none;
	text-decoration: none;
	background-color: transparent;
	border-left: 1px solid none
}

nav[data-toggle=toc] .nav-link.active,
nav[data-toggle=toc] .nav-link.active:focus,
nav[data-toggle=toc] .nav-link.active:hover {
	padding-left: 18px;
	font-weight: 700;
	color: none;
	background-color: transparent;
	border-left: 2px solid none
}

nav[data-toggle=toc] .nav-link+ul {
	display: none;
	padding-bottom: 10px
}

nav[data-toggle=toc] .nav .nav>li>a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400
}

nav[data-toggle=toc] .nav .nav>li>a:focus,
nav[data-toggle=toc] .nav .nav>li>a:hover {
	padding-left: 29px
}

nav[data-toggle=toc] .nav .nav>li>.active,
nav[data-toggle=toc] .nav .nav>li>.active:focus,
nav[data-toggle=toc] .nav .nav>li>.active:hover {
	padding-left: 28px;
	font-weight: 500
}

nav[data-toggle=toc] .nav-link.active+ul {
	display: block
}


/* threads */

.threadLgFnt {
	color: #767676;
	font-size: 9px;
}

.btn-side-bar {
	background-color: #e9ecef;
	padding: .25rem .5rem;
	letter-spacing: .1em;
	margin-right: .1rem;
}

.btn-side-bar:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76;
}

.btn.side-bar-bdr {
	color: #767676;
	padding-left: .5rem;
	padding-right: .5rem;
	margin-left: -0.9rem;
}

.btn-2nd-line {
	margin-top: .1rem;
}

.Reference-child {
	margin-left: -5px;
	color: #868e96;
	margin-bottom: 0rem;
}

.Reference-child:hover {
	text-decoration: underline;
}

@media (min-width: 1201px) and (max-width: 3000px) {
	.sidebar-heading {
		font-size: 11px;
	}
}


/* surface-treatments */

.surface-LgFnt {
	color: #767676!important;
}

@media (max-width: 1400px) {
	.surface-sidebar-heading {
		font-size: 11px;
	}
	.surface-LgFnt {
		font-size: 11px;
	}
}

@media (min-width: 1401px) and (max-width: 3000px) {
	.surface-sidebar-heading {
		font-size: 12px;
	}
	.surface-LgFnt {
		font-size: 12px;
	}
}


/* toc */

.tocRtSpace {
	top: 126px;
	margin-left: 6px;
}


/* small-table-view */

.small-table-view {
	position: relative;
}


/* dimensions */

.dim-side-header {
	margin-top: -.5rem;
	font-size: 9px;
}

.dimension-nut {
	color: #868e96;
	margin-left: -.2rem;
}

@media print {
	@page {
		size: 300mm 280mm;
		/*landscape */
		font-size: 25px;
		margin-right: 9mm;
		margin-right: 9mm;
		/* for compatibility with both A4 and Letter */
	}
}


/* btn-spacing- for asme-b1.13 */

.btn-2nd-coarse {
	margin-top: .1rem;
	letter-spacing: 0rem;
}


/* dropdown toc */

.fa-plus {
	float: right;
	padding-right: 8px;
	font-size: 9px;
	margin-top: 3px;
}

.dropup-container {
	display: none;
	padding-left: 18px;
}

.dropup {
	position: relative;
	display: inline-block;
}


/* ligature */

.tbLigature {
	height: 77px;
	margin-top: -27px;
	/* margin-right: 5px; */
	/* margin-right: 21px; */
	color: rgba(0, 0, 0, .65);
}

@media (min-width: 200px) and (max-width: 991px) {
	.tbLigature {
		height: 77px;
		margin-top: -5px;
	}
}


/* FIGURES(IMAGE) WITH CAPTION */

.img-size-with-caption {
	width: 400px;
	height: 300px;
	padding: .25rem;
	background-color: #fff;
	/* border: 1px solid #dee2e6; */
	border-radius: .25rem;
	max-width: 100%;
}


/* image for aligning with para */

.img-size-width {
	width: 200px;
	height: 170px;
	padding: .25rem;
	background-color: #fff;
	/* border: 1px solid #dee2e6; */
	border-radius: .25rem;
	max-width: 100%;
}

.span4 .img-left {
	float: left;
}

.span4 .img-right {
	float: right;
}


/* img.img-size-width:hover {
box-shadow: 0 0 2px 1px rgb(128,128,128);
} */


/* image for tables */

.image-cover {
	text-align: center;
	margin-bottom: -5px;
}

.img-thrds {
	text-align: center;
	margin-bottom: -5px;
}

.side-thread {
	top: 120px;
	padding-left: 16px;
	margin-left: 6px;
	padding-top: 2px;
}


/* .side-thread-noplus {
top: 120px;
padding-left: 16px;
} */

/* .img-t {
	height: 215px;
}

@media (max-width: 400px) {
	.img-t {
		width: 100%;
        height: auto;
	}
}

@media (min-width: 401px) and (max-width: 920px) {
	.img-t {
		height: 146px;
	}

} */


.img-t {
	width: 100%;
    height: auto;
}
@media (min-width: 401px) and (max-width: 920px) {
	.img-t {
		height: 5rem;
		width: auto;
	}
}
@media (min-width: 921px) and (max-width: 1116px) {
	.img-t {
		height: 11rem;
		width: auto;
	}
}
@media (min-width: 1117px) and (max-width: 4000px) {
	.img-t {
		height: 13rem;
		width: auto;
	}
}

/* .img-large {
	width: 100%;
    height: auto;
}

@media (max-width: 400px) {
.img-large {
		width: 100%;
        height: auto;
	}
}
@media (min-width: 401px) and (max-width: 920px) {
	.img-large {
		width: auto;
        height: 14rem;
	}
}
@media (min-width: 921px) and (max-width: 4000px) {
	.img-large {
		height: 13rem;
		width: auto;
	}
} */

/* anchor heading */

a.anchorjs-link {
	opacity: 0;
}

.anchorjs-link:hover {
	opacity: 1;
	content: "#";
	text-decoration: none;
}

[data-anchorjs-icon]::after {
	content: "#";
}


/* BACKGROUNd-BORDER-HIGHLIGHT */

.bd-border-contact-highlight {
	position: relative;
	padding: 1rem;
	margin: 1rem -15px 0;
	border: solid #000;
	border-width: .2rem 0 0;
}

@media (min-width: 576px) {
	.bd-border-contact-highlight {
		padding: 1.5rem;
		margin-right: 0;
		margin-left: 0;
		border-width: .2rem;
	}
}

.bd-border-highlight {
	position: relative;
	padding: 1rem;
	margin: 1rem -15px 0;
	border: solid #f7f7f9;
	border-width: .2rem 0 0;
}

@media (min-width: 576px) {
	.bd-border-highlight {
		padding: 1.5rem;
		/* padding: .4rem; */
		margin-right: 0;
		margin-left: 0;
		border-width: .2rem;
		margin-top: 0rem;
	}
}


/* READ MORE */

.module {
	font-size: 1rem;
	line-height: 1.5;
}
.bottomSpace {
	margin-bottom: 0rem;
}
.module #collapseExample.collapse:not(.show) {
	display: block;
	height: 0rem;
	overflow: hidden;
}
.module #collapseExample.collapsing {
	height: 3rem;
}
.module a.collapsed::after {
	content: 'Read More';
}


/* #module a:not(.collapsed)::after {
content: '- Show Less';
} */


/* bottom line for column typo */

.bottom-line:after {
	content: "";
	display: block;
	margin-top: 10px;
	width: 100%;
	border-bottom: 2px solid #e6ebed;
}

.technicalInt {
	font-size: 10px;
	margin-top: -7px;
	font-weight: 700;
}

.intdropdown {
	font-size: 15px;
	margin-left: -1px!important;
	color: rgba(0, 0, 0, .65);
}


/* yellow underline */

.lined {
	position: relative;
	padding-bottom: 8px;
	margin-top: -9px;
	line-height: 1;
}

.lined-header {
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 21px;
}

.lined-header::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5rem;
	height: 3px;
	background: #4e702c;
}

.lined-header::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 3rem;
	height: 2px;
	background: #4e702c;
}

.lined::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5rem;
	height: 3px;
	background: #4e702c;
}

.lined::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 3rem;
	height: 2px;
	background: #fbd214;
}

.anchor-tag-lined {
	background-position: bottom 8px left;
	background-image: linear-gradient(#fbd214, #fbd214);
	background-size: 5.5rem 3px;
	background-repeat: no-repeat;
	position: relative;
}

.anchor-tag-lined:before{
	content: "";
	position: absolute;
	width: 35%;
	height: 1px;
	bottom: 3px;
	left: 0;
	border-bottom: 2px solid #fbd214;
}

@media screen and (min-width: 200px) and (max-width: 332px) {
	.anchor-tag-lined {
		padding-bottom: 4rem;
		background-position: bottom 8px center;
	}
	.anchor-tag-lined:before {
		left: 2.4rem;
	}
}
@media screen and (min-width: 333px) and (max-width: 418px) {
	.anchor-tag-lined {
		padding-bottom: 36px;
	}
}

@media screen and (min-width: 419px) and (max-width: 4000px) {
	.anchor-tag-lined {
		padding-bottom: 14px;
	}
}

/*  */

.renowned-lined {
	background-position: bottom 8px left;
	background-image: linear-gradient(#fbd214, #fbd214);
	background-size: 5.5rem 3px;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 1rem;
	left: 0;
}

.renowned-lined:before{
	content: "";
	position: absolute;
	width: 35%;
	height: 1px;
	bottom: 3px;
	left: 0;
	border-bottom: 2px solid #fbd214;
}

.lined-header-home-Alugn {
	background-position: bottom 8px left;
	background-image: linear-gradient(#4e702c, #4e702c);
	background-size: 5.5rem 3px;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 1rem;
	margin: 0 -19rem;
	/* right: 0; */
}

.lined-header-home-Alugn:before {
	content: "";
	position: absolute;
	width: 20%;
	height: 1px;
	bottom: 3px;
	left: 0;
	border-bottom: 2px solid #4e702c;
}
@media screen and (max-width: 282px) {
	.lined-header-home-Alugn {
		margin: 0 -1rem;
        font-size: 17px;
	}
}
@media screen and (min-width:283px) and (max-width: 314px) {
	.lined-header-home-Alugn {
		margin: 0 0rem;
	}
}
@media screen and (min-width:315px) and (max-width: 346px) {
	.lined-header-home-Alugn {
		margin: 0 1rem;
	}
}
@media screen and (min-width:347px) and (max-width: 380px) {
	.lined-header-home-Alugn {
		margin: 0 2rem;
	}
}
@media screen and (min-width:381px) and (max-width: 410px) {
	.lined-header-home-Alugn {
		margin: 0 3rem;
	}
}
@media screen and (min-width:411px) and (max-width: 442px) {
	.lined-header-home-Alugn {
		margin: 0 4rem;
	}
}
@media screen and (min-width:443px) and (max-width: 1200px) {
	.lined-header-home-Alugn {
		margin: 0 5rem;
	}
}

.lined-header-home-clients {
	background-position: bottom 8px left;
	background-image: linear-gradient(#4e702c, #4e702c);
	background-size: 5.5rem 3px;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 1rem;
	left: 0;
}

.lined-header-home-clients:before {
	content: "";
	position: absolute;
	width: 35%;
	height: 1px;
	bottom: 3px;
	left: 0;
	border-bottom: 2px solid #4e702c;
}

.product-range-space {
	margin-top: 11rem !important;
	padding-bottom: 2px !important;
	margin-bottom: 10px !important;
}
/* .newlogo{ 
transform-origin:50% 50%;
animation:7s rotateRight infinite linear; 
height: 60px;
width: 53px;
margin-left: 0rem;
}
@keyframes rotateRight{
100%{ transform:rotate(360deg); }
} */

/* application collage  */

.app-auto-font-black {
	text-shadow: 2px 2px black;
}

.mb--16 {
	margin-bottom: -16px;
}

.app-auto-font-black:hover {
	text-shadow: 1px 1px 1px black;
}

.app-auto-font-white {
	text-shadow: 1px 2px white;
}

.app-auto-font-white:hover {
	text-shadow: 1px 1px 1px white;
}

.contactBtnApp {
	color: white;
	background-color: transparent;
}

.excepSize-lg {
	height: 30.2rem;
}

.excepSize-sm {
	height: 17.9rem;
}

/* 	h1 of two images application */

.header-btw {
	width: 100%;
	/* margin-top: -1rem; */
	color: white;
	margin-bottom: -4rem;
}

.image-applications {
	height: 590px;
}

.CRITICAL {
	font-size: 3.5rem;
}

.FASTENER-APPLICATIONS {
	font-size: 1rem;
}

.read-more-contact {
	letter-spacing: .3rem;
}

.FZsmBx {
	font-size: .8rem;
}

.FZsmBx2 {
	font-size: 2rem;
}

.container-merge {
	position: relative;
	text-align: center;
	color: white;
	padding: 0px!important;
}

.bodySpaceCnt {
	padding: 0px!important;
}

.centered {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
	color: #fff;
	text-align: left;
}

.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
	color: #343a40;
	text-align: right;
}

.center-img-text-light-lg {
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 20;
	color: #fff;
}

.center-img-text-dark-lg {
	left: 0;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 20;
	color: #343a40;
}

.center-img-text-light-sm {
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 20;
	color: #ffffff;
}

@media (min-width: 200px) and (max-width: 624px) {
	.center-img-text-light-lg {
		padding: 5px 20px;
	}
	.center-img-text-light-sm {
		padding: 5px 20px;
	}
}

@media (min-width: 625px) and (max-width: 991px) {
	.center-img-text-light-lg {
		padding: 5px 20px;
	}
	.center-img-text-light-sm {
		padding: 5px 20px;
	}
}

@media (max-width: 609px) {
	.app-auto-font-black {
		letter-spacing: 0rem;
	}
	.app-auto-font-white {
		letter-spacing: 0rem;
	}
}

@media (max-width: 750px) {
	h6 {
		letter-spacing: 0rem;
		font-size: 14px;
	}
}

@media (min-width: 200px) and (max-width: 399px) {
	.centered {
		top: 12%;
	}
	.mobileview-clg {
		display: flex;
		flex-wrap: wrap;
		margin: -5rem auto;
		padding: 0px 16px;
	}
	.bottom-left {
		margin-top: -16rem;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		flex: 1 1 100%;
		/* margin: 20px; */
	}
	.bottom-right {
		margin-top: -3rem;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		flex: 1 1 100%;
		/* margin: 29px; */
	}
	.read-more-left-app {
		margin-top: -4rem;
	}
	.read-more-right-app {
		margin-top: -7rem;
	}
	.small-display-mb {
		margin-left: 7rem;
		margin-top: -1rem;
	}
	.small-display-mb {
		margin-top: -1rem;
	}
}

@media (min-width: 200px) and (max-width: 295px) {
	.small-display-mb {
		margin-left: 3rem;
		margin-top: -1rem;
	}
}

@media (min-width: 296px) and (max-width: 364px) {
	.small-display-mb {
		margin-left: 4rem;
		margin-top: -1rem;
	}
}

@media (min-width: 365px) and (max-width: 399px) {
	.small-display-mb {
		margin-left: 7rem;
		margin-top: -1rem;
	}
}

@media (min-width: 400px) and (max-width: 449px) {
	.blt-parts-sm {
		font-size: 9px;
	}
}

@media (min-width: 450px) and (max-width: 523px) {
	.blt-parts-sm {
		font-size: 11px;
	}
}

@media (min-width: 524px) and (max-width: 600px) {
	.blt-parts-sm {
		font-size: 13px;
	}
}

.btn-outline-dark-lg {
	color: #343a40;
	border-color: #343a40;
}

.btn.btn-outline-dark-lg:hover {
	color: #fff;
	border-color: #343a40;
	background-color: #343a40;
}


/* navbar colour white */

.head-pic {
	color: #fff;
}


/* navbar-reseble */

.bgVisual {
	background-color: white!important;
}


/* trabsparent  */

.transparent-Head {
	position: fixed;
	width: 100%;
	margin-top: 1.9rem;
}


/* split pages */

.wrapper {
	display: flex;
	justify-content: space-between;
}

.main,
.sidebar {
	padding: 15px;
	background-color: #fff;
}

.main {
	width: 50%;
	height: 150vh;
	margin-top: 3.2rem;
}


/* .sidebar {
width: 50%;
height: 90vh;
} */

.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 6rem;
	width: 50%;
	height: 90vh;
}

.entry-title {
	margin-top: 30%;
}

.hr-bread-split {
	margin: 2rem 7rem 1rem 7rem;
	border-top: 2px solid #fff;
	line-height: inherit;
	border-color: #222;
}

.bread-split {
	display: flex;
	margin-top: -12px;
	/* align-items: center; */
	/* justify-content: center; */
}

.Helm-LayoutColumns {
	display: flex;
	flex-direction: column;
	max-width: 1500px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:670px) {
	.Helm-LayoutColumns {
		display: grid;
		grid-column-gap: 40px;
		grid-row-gap: 40px
	}
}


/* .Helm-LayoutColumns--reverse {
flex-direction: column-reverse
} */

.Helm-LayoutColumns--extended {
	padding: 0
}

.Helm-LayoutColumns--gapLarge {
	grid-column-gap: 80px
}

.Helm-LayoutColumns--gapMedium {
	grid-column-gap: 40px
}

.Helm-LayoutColumns__column {
	position: relative;
	width: 100%
}

@media(min-width:670px) {
	.Helm-LayoutColumns--2col {
		grid-template-columns: repeat(2, 1fr)
	}
	.Helm-LayoutColumns--3col {
		grid-template-columns: repeat(3, 1fr)
	}
	.Helm-LayoutColumns--4col {
		grid-template-columns: repeat(4, 1fr)
	}
}

.Helm-Tooltip {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}

.Helm-Tooltip--shown {
	visibility: visible;
	opacity: 1;
	pointer-events: all
}

.body-scroll-content {
	width: 100%;
	/* height: 387px; */
	height: 469px;
	/* overflow-y: scroll; */
	overflow: auto;
	margin-right: 14px;
	padding-right: 28px;
	padding-bottom: 15px;
	margin-top: .1rem;
}
@media(min-width:200px) and (max-width:234px) {
	.bread-split {
		margin-top: -6rem!important;
	}
}

@media(min-width:235px) and (max-width:250px) {
	.bread-split {
		margin-top: -6.5rem!important;
	}
}

@media(min-width:251px) and (max-width:274px) {
	.bread-split {
		margin-top: -7rem!important;
	}
}

@media(min-width:275px) and (max-width:298px) {
	.bread-split {
		margin-top: -7.5rem!important;
	}
}

@media(min-width:296px) and (max-width:314px) {
	.bread-split {
		margin-top: -8rem!important;
	}
}

@media(min-width:315px) and (max-width:390px) {
	.bread-split {
		margin-top: -8.5rem!important;
	}
}

@media(min-width:391px) and (max-width:440px) {
	.bread-split {
		margin-top: -10rem!important;
	}
}

@media(min-width:441px) and (max-width:496px) {
	.bread-split {
		margin-top: -11rem!important;
	}
}

@media(min-width:497px) and (max-width:552px) {
	.bread-split {
		margin-top: -13rem!important;
	}
}

@media(min-width:553px) and (max-width:669px) {
	.bread-split {
		margin-top: -14rem!important;
	}
}

@media(min-width:200px) and (max-width:669px) {
	.Helm-LayoutColumns__column {
		padding: 0 20px;
		margin-top: 0rem;
	}
	.body-scroll-content {
		height: 469px!important;
	}
}

@media(min-width:670px) and (max-width:1039px) {
	.Helm-LayoutColumns {
		padding: 0 40px;
	}
	.bread-split {
		margin-top: -12px;
	}
}

@media(min-width:670px) and (max-width:895px) {
	.globalContent-head .body_Image__wrapper {
		--aspect-ratio: .9!important;
	}
}

@media(min-width:670px) and (max-width:692px) {
	.body-scroll-content {
		height: 328px!important;
	}
}

@media(min-width:693px) and (max-width:735px) {
	.body-scroll-content {
		height: 347px!important;
	}
}

@media(min-width:736px) and (max-width:758px) {
	.body-scroll-content {
		height: 347px!important;
	}
}

@media(min-width:759px) and (max-width:771px) {
	.body-scroll-content {
		height: 377px!important;
	}
}

@media(min-width:772px) and (max-width:780px) {
	.body-scroll-content {
		height: 395px!important;
	}
}

@media(min-width:781px) and (max-width:800px) {
	.body-scroll-content {
		height: 410px!important;
	}
}

@media(min-width:801px) and (max-width:826px) {
	.body-scroll-content {
		height: 431px!important;
	}
}

@media(min-width:827px) and (max-width:837px) {
	.body-scroll-content {
		height: 442px!important;
	}
}

@media(min-width:834px) and (max-width:851px) {
	.body-scroll-content {
		height: 444px!important;
	}
}

@media(min-width:852px) and (max-width:897px) {
	.body-scroll-content {
		height: 466px!important;
	}
}

@media(min-width:939px) and (max-width:1039px) {
	.body-scroll-content {
		height: 366px!important;
	}
}

@media(min-width:896px) and (max-width:967px) {
	.globalContent-head .body_Image__wrapper {
		--aspect-ratio: .8!important;
	}
	.body-scroll-content {
		height: 429px;
	}
}

@media(min-width:1040px) {
	.Helm-LayoutColumns {
		padding: 0 20px;
	}
	.bread-split {
		margin-top: -12px;
	}
}

.Helm-LayoutColumns--2col .Helm-LayoutColumns__column:first-of-type .QuoteCard__stripes>div:first-of-type {
	left: auto;
	right: 40px
}

.Helm-LayoutColumns--2col .Helm-LayoutColumns__column:first-of-type .QuoteCard__stripes>div:last-of-type {
	left: auto;
	right: -60px
}

.body_Image__wrapper {
	--aspect-ratio: 0.65;
	--tan12: 0.2125565616700221;
	--extra-ratio: calc((var(--aspect-ratio) + var(--tan12)) / var(--aspect-ratio));
	--image-height: calc(var(--extra-ratio) * 100%);
	--extra-height: calc((var(--aspect-ratio) + var(--tan12)) / var(--aspect-ratio) * 100% - 100%);
	--extra-height: calc((((var(--aspect-ratio) + var(--tan12)) / var(--aspect-ratio)) * 100%) - 100%)
}

.auto-Image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(var(--aspect-ratio) * 100%)
}

.auto-Image__overlay {
	opacity: 0;
	will-change: opacity
}

.auto-Image__main,
.auto-Image__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: var(--image-height)
}

.auto-Image__shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	border-radius: 8px;
	transform-origin: 0 100%;
	transform: skewY(-12deg)
}

.auto-Image__tooltipTarget {
	position: absolute;
	top: 40%;
	left: 50%
}

.auto-Image__hitArea,
.auto-Image__stripes {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(-12deg);
	transform-origin: 0 100%
}

.auto-Image__hitArea .auto-Image__overlay,
.auto-Image__stripes .auto-Image__overlay {
	transform-origin: 0 100%;
	transform: skewY(12deg);
	pointer-events: none;
	transition: .4s cubic-bezier(.25, .46, .45, .94)
}

.auto-Image__hitArea.is-active .auto-Image__overlay,
.auto-Image__stripes.is-active .auto-Image__overlay {
	opacity: 1
}

.auto-Image__stripes {
	display: none;
	z-index: -1
}

@media(min-width:670px) {
	.auto-Image__stripes {
		display: block
	}
}

.auto-Image__mask rect {
	rx: 0;
	ry: 0;
	width: 100%;
	height: calc(100% * 1 / var(--extra-ratio));
	height: calc(100% * (1 / var(--extra-ratio)));
	y: calc(100% - 100% * 1 / var(--extra-ratio));
	y: calc(100% - (100% * (1 / var(--extra-ratio))))
}

@media(min-width:670px) {
	.auto-Image__mask rect {
		rx: 8;
		ry: 8;
	}
}

.globalContent-head {
	position: relative;
	/* padding-top: 0px; */
	background-color: #fff;
	padding: 40px 0 95px;
	padding: 40px 0 -1px;
}

@media(min-width:670px) and (max-width: 990px) {
	.globalContent-head {
		padding: 0px 0 126px;
	}
}

@media(min-width:991px) and (max-width: 1224px) {
	.globalContent-head {
		padding: 0px 0 152px;
	}
}

@media(min-width:1225px) and (max-width: 1310px) {
	.globalContent-head {
		padding: 0px 0 230px;
	}
}

@media(min-width:1311px) and (max-width: 1370px) {
	.globalContent-head {
		padding: 0px 0 254px;
	}
}

@media(min-width:1371px) and (max-width: 1400px) {
	.globalContent-head {
		padding: 0px 0 271px;
	}
}

@media(min-width:1401px) and (max-width: 1420px) {
	.globalContent-head {
		padding: 0px 0 287px;
	}
}

@media(min-width:1421px) and (max-width: 1450px) {
	.globalContent-head {
		padding: 0px 0 308px;
	}
}

@media(min-width:1451px) and (max-width: 1480px) {
	.globalContent-head {
		padding: 0px 0 316px;
	}
}

@media(min-width:1481px) and (max-width: 1700px) {
	.globalContent-head {
		padding: 0px 0 334px;
	}
}

@media(min-width:1701px) and (max-width: 1900px) {
	.globalContent-head {
		padding: 0px 0 355px;
	}
}

@media(min-width:1901px) and (max-width: 2000px) {
	.globalContent-head {
		padding: 0px 0 370px;
	}
}

@media(min-width:2001px) and (max-width: 2400px) {
	.globalContent-head {
		padding: 0px 0 382px;
	}
}

@media(min-width:2401px) and (max-width: 3500px) {
	.globalContent-head {
		padding: 0px 0 398px;
	}
}

.globalContent-head .auto-Image {
	--stripeHeight: 48px;
	position: absolute;
}

@media(min-width:670px) {
	.globalContent-head .auto-Image {
		--stripeHeight: 64px;
	}
}

.globalContent-sub-head {
	position: relative
}

.globalContent-sub-head {
	z-index: 1
}

@media(min-width:670px) {
	.Helm-LayoutColumns__column {
		display: flex;
		align-items: center
	}
}

.globalContent-head .body_Image__wrapper {
	--aspect-ratio: 0.4;
	--width: 1.48;
	height: 80vw;
	height: calc(.8 * 100vw);
	width: calc(100% + 80px);
	left: -40px;
	position: relative;
	margin: 27vw 0 0
}

@media(min-width:670px) {
	.globalContent-head .body_Image__wrapper {
		/* --aspect-ratio: 0.65; */
		--aspect-ratio: 0.5;
		margin: 0;
		left: auto;
		position: absolute;
		width: calc(var(--width) * 100%);
		height: calc((50vw - 60px) * var(--width) * var(--aspect-ratio));
		height: calc(((50vw - 40px - 20px) * var(--width)) * var(--aspect-ratio));
		top: 50%;
		transform: translateY(-50%)
	}
}

@media only screen and (min-width:1600px) {
	.globalContent-head .body_Image__wrapper {
		/* --aspect-ratio: 0.6; */
		--aspect-ratio: 0.5;
		/* --width: 1.70; */
	}
}

@media(min-width:1040px) {
	.globalContent-head .body_Image__wrapper {
		height: calc(480px * var(--width) * var(--aspect-ratio));
		height: calc((((1040px - 40px - 40px) / 2) * var(--width)) * var(--aspect-ratio))
	}
}

@media(min-width:670px) {
	.body_Image__wrapper {
		left: 0
	}
}

@media only screen and (min-width:1600px) {
	.body_Image__wrapper {
		left: 40px
	}
}

@media(min-width:670px) {
	.globalContent-sub-head .body_Image__wrapper {
		right: 0;
		transform: translateY(-50%)
	}
	.globalContent-sub-head .body_Image__wrapper .auto-Image {
		transform: translateY(var(--extra-height));
		transform: translateY(calc(var(--extra-height)))
	}
}


/* @media only screen and (min-width:1600px) {
.globalContent-sub-head .body_Image__wrapper {
right: 40px
}
}  */

.auto-Image .auto-Image__stripes:after {
	bottom: calc(var(--stripeHeight) * -1);
	right: 35px;
	width: 50%;
	background-color: #fdda94
}

.globalContent-sub-head .auto-Image .auto-Image__stripes:after,
.globalContent-sub-head .auto-Image .auto-Image__stripes:before,
.auto-Image .auto-Image__stripes:after {
	content: "";
	position: absolute;
	height: var(--stripeHeight)
}

.globalContent-sub-head .auto-Image .auto-Image__stripes:before {
	top: calc(var(--stripeHeight) * -1);
	right: 80px;
	left: 80px;
	width: 40%;
	box-shadow: inset 0 0 0 1.5px #e6ebf1
}

@media(min-width:670px) {
	.globalContent-sub-head .auto-Image .auto-Image__stripes:before {
		left: auto;
		right: 80px;
	}
}

.globalContent-sub-head .auto-Image .auto-Image__stripes:after {
	bottom: calc(var(--stripeHeight) * -1);
	right: 30px;
	width: 40%;
	background-color: #c4f0ff
}

@media(min-width:670px) {
	.globalContent-sub-head .auto-Image .auto-Image__stripes:after {
		right: auto;
		left: 60px;
		width: 65%
	}
}

.Helm-Tooltip--shown .Tooltip {
	opacity: 1;
	transform: none
}

.Helm-Tooltip--shown .Tooltip:hover {
	transform: translateY(-1px);
	box-shadow: 0 55px 100px 0 rgba(50, 50, 93, .1), 0 20px 55px 0 rgba(50, 50, 93, .15), 0 8px 20px 0 rgba(0, 0, 0, .1)
}

.Helm-Tooltip--shown .Tooltip:hover.has-arrow .Tooltip__icon svg {
	transform: rotate(12deg);
	transition: .2s
}

.Helm-Tooltip--shown .Tooltip:hover.has-arrow .Tooltip__icon--arrow {
	opacity: 1
}

.Helm-Tooltip--shown .Tooltip:hover.has-arrow .Tooltip__icon--arrow svg {
	transform: none
}

.Helm-Tooltip--shown .Tooltip:hover:not(.has-arrow) .Tooltip__icon {
	overflow: hidden;
	background: #424770
}

.Helm-Tooltip--shown .Tooltip:hover:not(.has-arrow) .Tooltip__icon svg {
	-webkit-animation: slide-out-in .3s cubic-bezier(.25, .46, .45, .94);
	animation: slide-out-in .3s cubic-bezier(.25, .46, .45, .94)
}

@media (min-width: 200px) and (max-width: 669px) {
	.body-scroll-content {
		padding-right: 0px!important;
	}
}

.scroll-bar-wrap {
	position: relative;
	/* margin: 2em auto; */
}


/* .scroll-box {
width: 100%;
height: 364px;
overflow-y: scroll;
} */

.scroll-box::-webkit-scrollbar {
	width: .4em;
}

.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
	overflow: visible;
	border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2);
}

.cover-bar {
	position: absolute;
	background: #fff;
	;
	height: 100%;
	top: 0;
	right: 0;
	width: .4em;
	transition-duration: all .5s;
	opacity: 1;
}

.scroll-bar-wrap:hover .cover-bar {
	opacity: 0;
	transition-duration: all .5s;
}

.split-link-clr a {
	color: #e63946;
}


/* .footerleftborder .lead a {
color: #868e96;
} */

.main-sub-footer-sub a {
	color: #868e96;
}

.h1-automamotive {
	margin-bottom: 3px;
	margin-top: -3px;
}


/* split pages extra */

.globalContent {
	position: relative;
	flex-grow: 1;
}

.globalContent-stripe {
	z-index: 1500!important;
}

.contact-sales-header-stripe {
	padding-bottom: 0px!important;
}

@media (min-width: 200px) and (max-width: 228px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -1rem;
		left: 0!important;
		width: 12rem!important;
		display: block!important;
	}
}

@media (min-width: 229px) and (max-width: 249px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -1rem;
		left: 0!important;
		width: 14rem!important;
		display: block!important;
	}
}
@media (min-width: 250px) and (max-width: 262px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -1rem;
		left: 0!important;
		width: 15.5rem!important;
		display: block!important;
	}
}
@media (min-width: 263px) and (max-width: 380px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -1rem;
		left: 0!important;
		width: 16rem!important;
		display: block!important;
	}
}

@media (min-width: 381px) and (max-width: 429px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -1.5rem;
		left: 0!important;
		width: 270px!important;
		display: block!important;
	}
}


@media (min-width: 430px) and (max-width: 549px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -2rem;
		left: 0!important;
		width: 270px!important;
		display: block!important;
	}
}

@media (min-width: 550px) and (max-width: 669px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -3rem;
		left: 0!important;
		width: 270px!important;
		display: block!important;
	}
}

@media (min-width: 670px) and (max-width: 733px) {
	.gradient-transparent-blue-s5 {
		top: 6rem;
		width: 126px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -3rem;
		left: 0!important;
		width: 270px!important;
	}
}

@media (min-width: 734px) and (max-width: 878px) {
	.gradient-transparent-blue-s5 {
		top: 96px;
		width: 130px!important;
	}
	.gradient-transparent-blue-s4 {
		top: -68px;
		left: 0!important;
		width: 270px!important;
	}
}

@media (min-width: 879px) and (max-width: 967px) {
	.gradient-transparent-blue-s4 {
		top: -68px;
		left: 0!important;
		width: 270px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(31% + 479px)!important;
		width: auto!important;
		top: 96px;
	}
}

@media (min-width:968px) and (max-width: 1020px) {
	.gradient-transparent-blue-s4 {
		top: -75px;
		left: 0px!important;
		width: 270px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(35% + 479px)!important;
		width: auto!important;
		top: 96px;
	}
}

@media (min-width:1021px) and (max-width: 1065px) {
	.gradient-transparent-blue-s4 {
		top: -87px;
		left: 0px!important;
		width: 270px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(38% + 479px)!important;
		width: auto!important;
		top: 96px;
	}
}

@media (min-width:1066px) and (max-width: 1100px) {
	.gradient-transparent-blue-s4 {
		top: -87px;
		left: 0px!important;
		width: 270px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(40% + 479px)!important;
		width: auto!important;
		top: 96px;
	}
}

@media (min-width:1101px) and (max-width: 1200px) {
	.gradient-transparent-blue-s4 {
		top: -103px;
		left: 0px!important;
		width: 283px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(42% + 479px)!important;
		width: auto!important;
		top: 96px;
	}
}

@media (min-width:1201px) and (max-width:1218px) {
	.gradient-transparent-blue-s4 {
		top: -8rem;
		left: 0px!important;
		width: 283px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(44% + 479px)!important;
		width: auto!important;
		top: 107px;
	}
}

@media (min-width:1219px) and (max-width: 1246px) {
	.gradient-transparent-blue-s4 {
		top: -122px;
		left: 0px!important;
		width: 283px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(45% + 479px)!important;
		width: auto!important;
		top: 105px;
	}
}

@media (min-width:1247px) and (max-width: 1266px) {
	.gradient-transparent-blue-s4 {
		top: -129px;
		left: 0px!important;
		width: 283px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(45% + 479px)!important;
		width: auto!important;
		top: 6.5rem;
	}
}

@media (min-width:1267px) and (max-width: 1280px) {
	.gradient-transparent-blue-s4 {
		top: -140px;
		left: 0px!important;
		width: 288px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(46% + 479px)!important;
		width: auto!important;
		top: 6.5rem;
	}
}

@media (min-width:1281px) and (max-width: 1318px) {
	.gradient-transparent-blue-s4 {
		top: -160px;
		left: 0px!important;
		width: 293px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(47% + 479px)!important;
		width: auto!important;
		top: 6.8rem;
	}
}

@media (min-width:1319px) and (max-width: 1324px) {
	.gradient-transparent-blue-s4 {
		top: -160px;
		left: 0px!important;
		width: 293px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(47% + 479px)!important;
		width: auto!important;
		top: 6.9rem;
	}
}

@media (min-width:1325px) and (max-width: 1336px) {
	.gradient-transparent-blue-s4 {
		top: -168px;
		left: 0px!important;
		width: 295px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(47% + 479px)!important;
		width: auto!important;
		top: 7.1rem;
	}
}

@media (min-width:1337px) and (max-width: 1366px) {
	.gradient-transparent-blue-s4 {
		top: -168px;
		left: 0px!important;
		width: 295px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(48% + 479px)!important;
		width: auto!important;
		top: 7.1rem;
	}
}

@media (min-width:1367px) and (max-width: 1410px) {
	.gradient-transparent-blue-s4 {
		top: -186px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(49% + 479px)!important;
		width: auto!important;
		top: 7.1rem;
	}
}


@media (min-width:1411px) and (max-width: 1444px) {
	.gradient-transparent-blue-s4 {
		top: -196px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(50% + 479px)!important;
		width: auto!important;
		top: 7.1rem;
	}
}


@media (min-width:1445px) and (max-width: 1490px) {
	.gradient-transparent-blue-s4 {
		top: -206px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(51% + 479px)!important;
		width: auto!important;
		top: 7.6rem;
	}
}

@media (min-width:1491px) and (max-width: 1537px) {
	.gradient-transparent-blue-s4 {
		top: -214px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(52% + 479px)!important;
		width: auto!important;
		top: 7.6rem;
	}
}

@media (min-width:1536px) and (max-width: 1592px) {
	.gradient-transparent-blue-s4 {
		top: -227px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(53% + 479px)!important;
		width: auto!important;
		top: 7.9rem;
	}
}

@media (min-width:1593px) and (max-width: 1640px) {
	.gradient-transparent-blue-s4 {
		top: -244px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(54% + 479px)!important;
		width: auto!important;
		top: 8.4rem;
	}
}

@media (min-width:1641px) and (max-width: 1688px) {
	.gradient-transparent-blue-s4 {
		top: -254px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(55% + 479px)!important;
		width: auto!important;
		top: 8.4rem;
	}
}

@media (min-width:1689px) and (max-width: 1758px) {
	.gradient-transparent-blue-s4 {
		top: -267px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(56% + 479px)!important;
		width: auto!important;
		top: 9rem;
	}
}

@media (min-width:1759px) and (max-width: 1827px) {
	.gradient-transparent-blue-s4 {
		top: -287px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(57% + 479px)!important;
		width: auto!important;
		top: 9rem;
	}
}

@media (min-width:1828px) and (max-width: 1894px) {
	.gradient-transparent-blue-s4 {
		top: -319px;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(58% + 479px)!important;
		width: auto!important;
		top: 9.5rem;
	}
}

@media (min-width:1895px) and (max-width: 1980px) {
	.gradient-transparent-blue-s4 {
		top: -21rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(59% + 479px)!important;
		width: auto!important;
		top: 9.7rem;
	}
}

@media (min-width:1981px) and (max-width: 2061px) {
	.gradient-transparent-blue-s4 {
		top: -23rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(60% + 479px)!important;
		width: auto!important;
		top: 10.5rem;
	}
}

@media (min-width:2062px) and (max-width: 2152px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(61% + 479px)!important;
		width: auto!important;
		top: 10.5rem;
	}
}

@media (min-width:2153px) and (max-width: 2252px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(62% + 479px)!important;
		width: auto!important;
		top: 11rem;
	}
}

@media (min-width:2253px) and (max-width: 2360px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(63% + 479px)!important;
		width: auto!important;
		top: 11.5rem;
	}
}

@media (min-width:2361px) and (max-width: 2486px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(64% + 479px)!important;
		width: auto!important;
		top: 12rem;
	}
}

@media (min-width:2487px) and (max-width: 2612px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(65% + 479px)!important;
		width: auto!important;
		top: 12.5rem;
	}
}

@media (min-width:2613px) and (max-width: 2772px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(66% + 479px)!important;
		width: auto!important;
		top: 13rem;
	}
}

@media (min-width:2773px) and (max-width: 2938px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(67% + 479px)!important;
		width: auto!important;
		top: 13.5rem;
	}
}

@media (min-width:2939px) and (max-width: 3058px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(68% + 479px)!important;
		width: auto!important;
		top: 14rem;
	}
}

@media (min-width:3059px) and (max-width: 4000px) {
	.gradient-transparent-blue-s4 {
		top: -24rem;
		left: 0px!important;
		width: 296px!important;
	}
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(69% + 479px)!important;
		width: auto!important;
		top: 15rem;
	}
}

/* charts */

.secondary-spcl {
	margin: .3rem 0rem !important;
}

.secondary-spcl-top {
	margin-top: .3rem !important;
}

.secondary-spcl-top .btn a {
	color: #FFF!important;
}

.organizational-chart .btn {
	color: #FFF;
}

.for-chart-link-clr .btn>a {
	color: #fff;
}


/* contact.css */

ul.social-icons li {
	float: none;
	display: inline-block;
	height: 36px;
	margin: 0px .2rem;
	font-size: 22px;
}

ul.social-icons li a {
	color: #212529;
}

.ex-social-bar-width {
	max-width: 720px;
	padding: 1rem 5px 1rem 5px;
}

.title-wrap {
	margin-bottom: 0px;
	height: auto;
	overflow: hidden;
}

.social-icons-standard {
	height: auto;
	overflow: hidden;
	list-style: none!important;
	padding: 0;
	margin: 0px;
	text-align: center;
}

.bodyContact .form-submitted .gradient-background {
	opacity: 0
}

.checkbox-container {
	justify-content: flex-start;
	font-size: 17px;
	color: #525f7f!important
}

.checkbox-container,
.checkbox-container .checkbox {
	display: flex;
	align-items: center
}

.checkbox-container .checkbox {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer
}

.checkbox-container input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 0
}

.checkbox-container .checkbox-box {
	height: 20px;
	display: flex;
	align-items: center
}

.checkbox-container .checkbox-outer {
	width: 20px;
	height: 20px;
	position: relative;
	transition: background-color .2s ease-in-out;
	background-color: #e6ebf1;
	border-radius: 4px
}

.checkbox-container .checkbox-inner {
	width: 14px;
	height: 14px;
	opacity: 0;
	margin: 3px;
	transform: scale(1.15);
	transition: all .2s ease-in-out;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABGdBTUEAALGPC/xhBQAAAcZJREFUSA3NlrtKA0EUhrOSwhQG8dIIsRHSiIWdhXaiGNBSU1n6AEJewDxBnkAfQEXriLXYipUo2HhpVEQEr+t3wo5MDrMTMbPigZ9zmXP+fzbs7CSX+2OLstKL47gf7mUQg+0oiu6z0sohNgTOgDGJZQPZGORbRsnya6LWE1oSgRk4Vx288tOGNcTy4MR6KhPeEQyEVYMN0ppRUL71cwYVRKAEnpSQpEcg/GmAdFfYlb2TTwZ9MiGDtKKETNrIQqwA+7lRsPwVcTELwbolYofVLMTKKLzYKknc7ChG4xxoggMw33GAhqQX12aygbJ3noZx8GqNfRCv+IZYr1r9dlj3zbXW6F63J5JYNrDgGqZeBPJSaJOXp+CaaavRtKgnk/wZP93WTEKtkdJf0b2pOQSugyu8D+D78EoM5EBr20kldy0w3QsONUuS3+LljYyAfKq0ySet5OL11hjqA8eaLckv8RspazUvsW8RwkFwmkLsKst1lPdxdlyDYARcuNhV7ZNcLtzuDaIxcK0EdLrZvZLFAPsEkNvaZVIfttrDhJBOAdfFGv4WN1tGcBY8AmN7BL+6xX88hMAoG1gCN2CfP7ZvZkP/2n8B0rR2l1wYbFEAAAAASUVORK5CYII=)
}

.checkbox-container input[type=checkbox]:checked+.checkbox-box .checkbox-outer {
	background-color: #397265;
}

.checkbox-container input[type=checkbox]:checked+.checkbox-box .checkbox-inner {
	opacity: 1;
	transform: scale(1)
}

.checkbox-container input[type=checkbox].invalid-value+.checkbox-box+.checkbox-label {
	color: #ffa27b
}

.checkbox-container .checkbox-label {
	margin: 0 0 0 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bodyContact {
	background-color: #fbfcfd;
	margin: 0;
}

.bodyContact .gradient-background {
	background: linear-gradient(90deg, #ef722a, #f6b188);
	/* background: linear-gradient(90deg, #748df8, #6fa7f8); */
	overflow-x: hidden;
	opacity: 1;
	transition: opacity 1s ease;
	height: 100%;
	width: 100%;
	position: absolute
}

@media(min-width:670px) {
	.bodyContact .gradient-background {
		overflow: visible
	}
}

@media screen and (min-width: 294px) {
	.row-container-margin {
		margin: 0px 0px;
	}
}

@media screen and (max-width: 293px) {
	.row-container-margin {
		margin-right: -15px;
        margin-left: -15px;
	}
}

@media screen and (min-width: 1159px) and (max-width: 4000px) {
	.contact-width-mail {
		flex: 0 0 60%;
		max-width: 60%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.contact-width-phone {
		flex: 0 0 40%;
		max-width: 40%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 929px) and (max-width: 1158px) {
	.contact-width-mail {
		flex: 0 0 60%;
		max-width: 60%;
		position: relative;
		width: 100%;
		padding-left: 15px;
	}
	.contact-width-phone {
		flex: 0 0 40%;
		max-width: 40%;
		position: relative;
		width: 100%;
	}
}

@media screen and (min-width: 294px) and (max-width: 928px) {
	.contact-width-mail {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.contact-width-phone {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		margin-left: 1rem;
	}
}

@media screen and (min-width: 264px) and (max-width: 293px) {
	.contact-width-mail {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	.contact-width-phone {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
}

@media screen and (min-width: 239px) and (max-width: 263px) {
	.contact-width-mail {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		font-size: 11px;
	}
	.contact-width-phone {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 238px) {
	.contact-width-mail {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		font-size: 11px;
	}
	.contact-width-phone {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		font-size: 10px;
	}
}

/*  */

@media (min-width: 300px) and (max-width: 549px) {
	.container-lg.modal-content {
		max-width: 380px;
	}
	.common-IntroText {
		margin-left: 1rem!important;
	}
}

@media (min-width: 550px) and (max-width: 673px) {
	.container-lg.modal-content {
		max-width: 500px;
	}
}

@media (min-width: 674px) and (max-width: 920px) {
	.container-lg.modal-content {
		max-width: 900px;
	}
}

@media (min-width: 921px) and (max-width: 1200px) {
	.container-lg.modal-content {
		max-width: 1300px!important;
	}
}

section.form-section {
	position: relative;
	padding-bottom: 50px;
	margin-top: -10px
}

@media(min-width:670px) {
	section.form-section {
		margin-top: -20px
	}
}

@media(min-width:880px) {
	section.form-section {
		padding-bottom: 30px;
		margin-top: 0
	}
}

section.form-section .container-lg {
	position: relative
}

@media(min-width:880px) {
	section.form-section .container-lg {
		display: flex
	}
}

section.form-section .form-column {
	padding-bottom: 45px
}

@media(min-width:670px) and (max-width:879px) {
	section.form-section .form-column {
		padding-bottom: 70px;
		flex: 6;
	}
}

@media(min-width:880px) and (max-width:3000px) {
	section.form-section .form-column {
		flex: 6;
		padding-bottom: 0;
	}
}

section.form-section .secondary-column {
	margin-left: auto;
	margin-right: auto;
	max-width: 645px
}

@media(min-width:880px) {
	section.form-section .secondary-column {
		flex: 4;
		max-width: none;
		margin-left: 0;
		margin-right: 0
	}
}


/* @media (min-width:670px) {
section.form-section .secondary-column>:first-child {
padding-left: 24px;
padding-right: 18px;
}
}
@media(min-width:880px) {
section.form-section .secondary-column>:first-child {
padding-left: 50px;
padding-right: 50px;
}
}  */


/* @media(min-width:670px) {
section.form-section .secondary-column>:first-child {
padding-left: 24px;
padding-right: 18px;
}
}
@media(min-width:768px) {
section.form-section .secondary-column>:first-child {
padding-left: 50px;
padding-right: 50px;
}
}  */

@media(min-width:1201px) and (max-width:1500px) {
	section.form-section .secondary-column.row-contact {
		max-width: 50%
	}
}


/* image */

@media  (max-width:244px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 140px!important;
	}
}
@media (min-width:245px) and (max-width:284px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 160px!important;
	}
}
@media (min-width:285px) and (max-width:304px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 190px!important;
	}
}
@media (min-width:305px) and (max-width:344px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 210px!important;
	}
}
@media (min-width:345px) and (max-width:380px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 230px!important;

	}
}

@media (min-width:381px) and (max-width:400px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 256px!important;
	}
}
@media (min-width:401px) and (max-width:440px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 260px!important;
	}
}
@media (min-width:441px) and (max-width:468px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 266px!important;
	}
}

@media (min-width:440px) and (max-width:468px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 266px!important;
	}
}

@media (min-width:469px) and (max-width:478px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
	}
	.responsive {
		width: 298px!important;
	}
}

@media (min-width:479px) and (max-width:879px) {
	.mailImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

@media (min-width:880px) and (max-width:3000px) {
	.mailImg {
		margin: auto 9rem auto auto;
	}
}

.responsive {
	height: 460px;
	width: 322px;
}


/* 
section.form-section .contact-support-cta {
background: #f2f7fc;
color: #424770;
font-weight: 500;
font-size: 17px;
line-height: 26px;
padding: 14px 24px;
text-align: center
} */

section.form-section .form-container {
	border-radius: 4px;
	box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
	max-width: 645px;
	background: #fff;
	margin: 0 auto
}

@media(min-width:880px) and (max-width:1120px) {
	section.form-section .form-container {
		margin: 0;
	}
}

section.form-section form {
	padding: 10px 10px 13px 15px;
	/* padding: 0; */
}

@media(min-width:670px) {
	section.form-section form {
		padding: 10px 18px 20px 24px
	}
}


/* @media(min-width:670px) {
section.form-section form {
padding: 10px 18px 20px 24px
}
} */

section.form-section form fieldset {
	border: none;
	margin: 0;
	padding: 0
}

section.form-section .form-row {
	padding: 8px 13px 2px 17px;
	border-bottom: 1px solid #e6eef8;
	transition: opacity .2s ease-in, height .2s ease-out
}

@media(min-width:670px) {
	section.form-section .form-row {
		display: flex;
		border-bottom: none;
		padding: 4px 0;
		max-width: 600px
	}
}

section.form-section .form-row.textarea {
	border: none
}

section.form-section .form-row.submit {
	justify-content: flex-end
}

section.form-section .form-row>label {
	color: #6b7c93;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .43px;
	line-height: 26px;
	-webkit-tap-highlight-color: transparent;
	display: block;
	text-transform: uppercase;
	transition: color .1s ease-out
}

@media(min-width:670px) {
	section.form-section .form-row>label {
		color: #424770;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: normal;
		line-height: 26px;
		margin-right: 20px;
		align-self: center;
		flex: 32%;
		text-transform: none
	}
}

section.form-section .form-row .platform-partner-name {
	color: #6b7c93;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .43px;
	line-height: 26px;
	padding: 5px 20px 8px 0;
	-webkit-tap-highlight-color: transparent;
	display: block;
	text-transform: uppercase;
	transition: color .1s ease-out
}

@media(min-width:670px) {
	section.form-section .form-row .platform-partner-name {
		color: #424770;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: normal;
		line-height: 26px;
		margin-right: 20px;
		align-self: center;
		flex: 68%;
		padding: 5px 20px 8px 6px;
		text-transform: none
	}
}

@media(min-width:670px) {
	html[lang=de] section.form-section .form-row label {
		flex: 47%
	}
}

html[lang=es] section.form-section .form-row label,
html[lang=fr] section.form-section .form-row label {
	line-height: 22px
}

@media(min-width:670px) {
	html[lang=es] section.form-section .form-row label,
	html[lang=fr] section.form-section .form-row label {
		flex: 38%
	}
}

section.form-section .form-row.has-focus>label {
	color: #397265;
}

section.form-section .form-row.has-focus .select-wrapper select {
	background-color: transparent;
	box-shadow: none
}

@media(min-width:670px) {
	section.form-section .form-row.has-focus .select-wrapper select {
		box-shadow: 0 0 0 1px #e4effa
	}
}

section.form-section .form-row label.contains-summary {
	align-self: flex-start;
	padding-top: 7px
}

section.form-section .form-row summary {
	display: block;
	color: #6b7c93;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 4px;
	text-transform: none
}

@media(min-width:670px) {
	section.form-section .form-row summary {
		padding-top: 4px;
		padding-bottom: 8px
	}
}

section.form-section .form-row input,
section.form-section .form-row select,
section.form-section .form-row textarea {
	display: block;
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	border-radius: 4px;
	color: #32325d;
	font-family: "HK Grotesk", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	padding: 5px 20px 8px 0;
	transition: background-color .1s ease-in, color .1s ease-in
}

@media(min-width:670px) {
	section.form-section .form-row input,
	section.form-section .form-row select,
	section.form-section .form-row textarea {
		background-color: #f6f9fc;
		padding: 5px 20px 8px 13px;
		flex: 68%;
		width: auto
	}
}

section.form-section .form-row select {
	padding-right: 50px
}

section.form-section .existing-email-row.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0
}

section.form-section .form-row .select-wrapper {
	flex: 68%;
	position: relative;
	cursor: pointer
}

section.form-section .form-row .select-wrapper select {
	color: #8898aa;
	width: 100%;
	background-color: transparent
}

@media(min-width:670px) {
	section.form-section .form-row .select-wrapper select {
		background-color: #f6f9fc
	}
}

section.form-section .form-row .select-wrapper select.has-value {
	color: #32325d
}

section.form-section .form-row input:focus,
section.form-section .form-row select:focus,
section.form-section .form-row textarea:focus {
	box-shadow: 0 0 0 1px #fff
}

@media(min-width:670px) {
	section.form-section .form-row input:focus,
	section.form-section .form-row select:focus,
	section.form-section .form-row textarea:focus {
		background-color: transparent;
		box-shadow: 0 0 0 1px #e4effa
	}
}

section.form-section .form-row.dev-support,
section.form-section .form-row.stripe-products {
	align-items: flex-start
}

section.form-section .form-row.stripe-products .checkbox-wrapper {
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px 0
}

@media(min-width:670px) {
	section.form-section .form-row.stripe-products .checkbox-wrapper {
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(3, 1fr)
	}
}

section.form-section .form-row .checkbox-wrapper {
	flex: 68%;
	position: relative;
	display: grid;
	padding-top: 10px;
	padding-bottom: 15px
}

@media(min-width:670px) {
	section.form-section .form-row .checkbox-wrapper {
		padding-bottom: 0
	}
}

section.form-section .form-row input::-webkit-input-placeholder,
section.form-section .form-row textarea::-webkit-input-placeholder {
	color: #8898aa;
	-webkit-transition: color .08s ease-in;
	transition: color .08s ease-in
}

section.form-section .form-row input:-ms-input-placeholder,
section.form-section .form-row input::-ms-input-placeholder,
section.form-section .form-row textarea:-ms-input-placeholder,
section.form-section .form-row textarea::-ms-input-placeholder {
	color: #8898aa;
	-ms-transition: color .08s ease-in;
	transition: color .08s ease-in
}

section.form-section .form-row input::-webkit-input-placeholder,
section.form-section .form-row textarea::-webkit-input-placeholder {
	color: #8898aa;
	-webkit-transition: color .08s ease-in;
	transition: color .08s ease-in
}

section.form-section .form-row input::-moz-placeholder,
section.form-section .form-row textarea::-moz-placeholder {
	color: #8898aa;
	-moz-transition: color .08s ease-in;
	transition: color .08s ease-in
}

section.form-section .form-row input:-ms-input-placeholder,
section.form-section .form-row textarea:-ms-input-placeholder {
	color: #8898aa;
	-ms-transition: color .08s ease-in;
	transition: color .08s ease-in
}

section.form-section .form-row input::-ms-input-placeholder,
section.form-section .form-row textarea::-ms-input-placeholder {
	color: #8898aa;
	-ms-transition: color .08s ease-in;
	transition: color .08s ease-in
}

section.form-section .form-row input::placeholder,
section.form-section .form-row textarea::placeholder {
	color: #8898aa;
	transition: color .08s ease-in
}

section.form-section .form-row textarea::-webkit-input-placeholder {
	padding-right: 25px
}

section.form-section .form-row textarea:-ms-input-placeholder,
section.form-section .form-row textarea::-ms-input-placeholder {
	padding-right: 25px
}

section.form-section .form-row textarea::-webkit-input-placeholder {
	padding-right: 25px
}

section.form-section .form-row textarea::-moz-placeholder {
	padding-right: 25px
}

section.form-section .form-row textarea:-ms-input-placeholder {
	padding-right: 25px
}

section.form-section .form-row textarea::-ms-input-placeholder {
	padding-right: 25px
}

section.form-section .form-row textarea::placeholder {
	padding-right: 25px
}

@media(min-width:670px) {
	section.form-section .form-row textarea::-webkit-input-placeholder {
		padding-right: 0
	}
	section.form-section .form-row textarea:-ms-input-placeholder,
	section.form-section .form-row textarea::-ms-input-placeholder {
		padding-right: 0
	}
	section.form-section .form-row textarea::-webkit-input-placeholder {
		padding-right: 0
	}
	section.form-section .form-row textarea::-moz-placeholder {
		padding-right: 0
	}
	section.form-section .form-row textarea:-ms-input-placeholder {
		padding-right: 0
	}
	section.form-section .form-row textarea::-ms-input-placeholder {
		padding-right: 0
	}
	section.form-section .form-row textarea::placeholder {
		padding-right: 0
	}
}

section.form-section .form-row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	align-self: flex-start
}

section.form-section .form-row select.dropdown-open,
section.form-section .form-row select:focus {
	color: #397265;
}

section.form-section .form-row input {
	align-self: center
}

section.form-section .form-row textarea {
	align-self: flex-start;
	font-family: Camphor;
	min-height: 83px;
	padding: 7px 20px 7px 0
}

@media(min-width:670px) {
	section.form-section .form-row textarea {
		min-height: 140px;
		padding: 7px 20px 7px 13px
	}
}

*/ section.form-section .submit-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: "HK Grotesk", sans-serif
}

section.form-section .submit-button:focus {
	background-color: #7795f8
}

*/ section.form-section .submit-row {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 12px 10px 13px 0
}

@media(min-width:670px) {
	section.form-section .submit-row {
		padding: 12px 0 0
	}
}

section.form-section .submit-row .error {
	flex: 1;
	padding: 0 20px 0 0;
	text-align: left;
	font-size: 17px;
	color: #6b7c93;
	display: none;
	line-height: 1.5
}

@media(min-width:670px) {
	section.form-section .submit-row .error {
		padding: 0 20px 0 0
	}
}

section.form-section .submit-row .error.error--visible {
	display: block
}

section.form-section .submit-row .spinner {
	display: inline-block;
	height: 40px;
	line-height: 24px;
	width: 24px;
	margin-right: 10px;
	opacity: 0;
	transition: opacity .25s ease;
	will-change: opacity
}

section.form-section .submit-row .spinner.shown {
	opacity: 1
}

section.form-section .submit-row .spinner-svg {
	position: relative;
	top: 7px
}

section.form-section .submit-row .spinner-ellipse {
	fill: transparent;
	stroke: #aab7c4;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-dasharray: 60;
	stroke-dashoffset: 20;
	-webkit-animation: SpinnerAnimationTail 2.55s ease-in-out infinite, SpinnerAnimationRotation .7s linear infinite;
	animation: SpinnerAnimationTail 2.55s ease-in-out infinite, SpinnerAnimationRotation .7s linear infinite;
	transform-origin: 50% 50%
}

@-webkit-keyframes SpinnerAnimationTail {
	0%,
	to {
		stroke-dashoffset: 5
	}
	35%,
	45% {
		stroke-dashoffset: 57.2
	}
}

@keyframes SpinnerAnimationTail {
	0%,
	to {
		stroke-dashoffset: 5
	}
	35%,
	45% {
		stroke-dashoffset: 57.2
	}
}

@-webkit-keyframes SpinnerAnimationRotation {
	0% {
		transform: scaleX(-1) rotateZ(0)
	}
	50% {
		transform: scaleX(-1) rotateZ(-180deg)
	}
	to {
		transform: scaleX(-1) rotateZ(-1turn)
	}
}

@keyframes SpinnerAnimationRotation {
	0% {
		transform: scaleX(-1) rotateZ(0)
	}
	50% {
		transform: scaleX(-1) rotateZ(-180deg)
	}
	to {
		transform: scaleX(-1) rotateZ(-1turn)
	}
}

.form-submitted section.form-section input,
.form-submitted section.form-section select,
.form-submitted section.form-section textarea {
	visibility: hidden
}

section.form-section {
	max-height: 1200px;
	opacity: 1;
	transition: max-height .7s;
	will-change: max-height;
	transition-delay: .4s
}

.form-submitted section.form-section {
	max-height: 375px;
	overflow: hidden;
	opacity: 0
}


/* section.form-section .form-row input,
section.form-section .form-row textarea {
background-image: url(/img/v3/contact_sales/form/validation-error.svg);
background-repeat: no-repeat;
background-position-x: -5000px;
background-position-y: 9px;
background-size: 20px 20px
}
section.form-section .select-wrapper select {
background: url(/img/v3/contact_sales/form/dropdown.svg);
background-repeat: no-repeat;
background-size: 10px 6px;
background-position-x: 100%;
background-position-y: 16px
} */

@media(min-width:670px) {
	section.form-section .select-wrapper select {
		background-position-x: calc(100% - 22px)
	}
}

section.form-section .form-row input.invalid-missing::-webkit-input-placeholder,
section.form-section .form-row input.invalid-value,
section.form-section .form-row input.invalid-value::-webkit-input-placeholder,
section.form-section .form-row textarea.invalid-missing::-webkit-input-placeholder,
section.form-section .select-wrapper select.invalid-missing {
	color: #ffa27b
}

section.form-section .form-row input.invalid-missing:-ms-input-placeholder,
section.form-section .form-row input.invalid-missing::-ms-input-placeholder,
section.form-section .form-row input.invalid-value,
section.form-section .form-row input.invalid-value:-ms-input-placeholder,
section.form-section .form-row input.invalid-value::-ms-input-placeholder,
section.form-section .form-row textarea.invalid-missing:-ms-input-placeholder,
section.form-section .form-row textarea.invalid-missing::-ms-input-placeholder,
section.form-section .select-wrapper select.invalid-missing {
	color: #ffa27b
}

section.form-section .form-row input.invalid-missing::-webkit-input-placeholder,
section.form-section .form-row input.invalid-value::-webkit-input-placeholder,
section.form-section .form-row textarea.invalid-missing::-webkit-input-placeholder {
	color: #ffa27b
}

section.form-section .form-row input.invalid-missing::-moz-placeholder,
section.form-section .form-row input.invalid-value::-moz-placeholder,
section.form-section .form-row textarea.invalid-missing::-moz-placeholder {
	color: #ffa27b
}

section.form-section .form-row input.invalid-missing:-ms-input-placeholder,
section.form-section .form-row input.invalid-value:-ms-input-placeholder,
section.form-section .form-row textarea.invalid-missing:-ms-input-placeholder {
	color: #ffa27b
}

section.form-section .form-row input.invalid-missing::-ms-input-placeholder,
section.form-section .form-row input.invalid-value::-ms-input-placeholder,
section.form-section .form-row textarea.invalid-missing::-ms-input-placeholder {
	color: #ffa27b
}

section.form-section .form-row input.invalid-missing::placeholder,
section.form-section .form-row input.invalid-value,
section.form-section .form-row input.invalid-value::placeholder,
section.form-section .form-row textarea.invalid-missing::placeholder,
section.form-section .select-wrapper select.invalid-missing {
	color: #ffa27b
}


/* 
section.form-section .select-wrapper select.invalid-missing {
background-image: url(/img/v3/contact_sales/form/dropdown-error.svg);
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
background-color: transparent
} */

@media(min-width:670px) {
	section.form-section .select-wrapper select.invalid-missing {
		box-shadow: 0 0 0 1px #ffa27b
	}
}


/* section.form-section .select-wrapper select.dropdown-open,
section.form-section .select-wrapper select.dropdown-open.invalid-missing {
background-image: url(/img/v3/contact_sales/form/dropdown-active.svg);
color: #397265;
} */

section.form-section .form-row input.invalid-missing,
section.form-section .form-row input.invalid-value,
section.form-section .form-row textarea.invalid-missing {
	background-position-x: calc(100% - 16px);
	background-position-y: 9px;
	box-shadow: 0 0 0 1px #fff;
	background-color: transparent
}

@media(min-width:670px) {
	section.form-section .form-row input.invalid-missing,
	section.form-section .form-row input.invalid-value,
	section.form-section .form-row textarea.invalid-missing {
		box-shadow: 0 0 0 1px #ffa27b
	}
}

section.form-section .form-row.has-focus input,
section.form-section .form-row.has-focus textarea,
section.form-section .form-row input:focus,
section.form-section .form-row textarea:focus {
	color: #8898aa!important;
	background-position-x: -5000px!important;
	box-shadow: 0 0 0 1px #fff
}

@media(min-width:670px) {
	section.form-section .form-row.has-focus input,
	section.form-section .form-row.has-focus textarea,
	section.form-section .form-row input:focus,
	section.form-section .form-row textarea:focus {
		box-shadow: 0 0 0 1px #e4effa
	}
}


/* @media(min-width:670px) {
.globalNav .navSection.logo {
padding-left: 20px
}
}
@media(min-width:880px) {
.globalNav .navSection.logo {
padding-left: inherit
}
} */

@media(min-width:670px) {
	.globalNav .navSection.secondary {
		padding-right: 20px
	}
}

@media(min-width:880px) {
	.globalNav .navSection.secondary {
		padding-right: inherit
	}
}

.globalNav .navSection.primary {
	display: none
}

.globalNav .colorize {
	color: #32325d
}

.globalNav .colorize.active,
.globalNav .colorize:hover {
	color: #555abf
}

.globalNav .navSection.mobile .rootLink {
	padding: 0 25px;
	top: 1px
}

.globalNav .navSection.mobile .rootLink h2:before {
	top: -6px
}

.globalNav .navSection.mobile .rootLink h2:after {
	top: 6px
}

.globalNav .navSection.mobile .rootLink h2,
.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
	width: 18px;
	height: 2px
}

section.contact-sales-header .gradient-background-container {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -52px;
	top: 50%;
	transform: skewY(-12deg);
	transition: opacity .2s ease-out;
	will-change: transform
}

@media(min-width:670px) {
	section.contact-sales-header .gradient-background-container {
		bottom: -90px
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container {
		bottom: -108px
	}
}

.gradient-background-container .dia-slope {
	position: absolute
}

section.contact-sales-header .gradient-background-container.initial .gradient {
	height: 5000px;
	bottom: 0;
	background: linear-gradient(270deg, #fff, #fff);
	left: 0;
	right: 0
}

section.contact-sales-header .gradient-background-container.initial .s1 {
	height: 200px;
	background: #f6f9fc;
	right: calc(50% + 255px);
	left: 0;
	top: -110%;
	display: none
}

@media(min-width:670px) {
	section.contact-sales-header .gradient-background-container.initial .s1 {
		display: block
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s1 {
		top: -172%;
		right: calc(50% + 553px);
		bottom: calc(100% + 252px)
	}
}

section.contact-sales-header .gradient-background-container.initial .s2 {
	height: 54px;
	right: 0;
	left: calc(50% - 25px);
	bottom: -var(--stripe-height);
	background: #87b3f8;
	transition: transform .6s ease-out
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s2 {
		left: calc(50% + 142px);
		left: calc(50% + 340px)
	}
}

section.contact-sales-header .gradient-background-container.initial .s3 {
	height: 54px;
	left: 0;
	width: 72px;
	bottom: 108px;
	bottom: -calc(2 * 54px);
	opacity: .09;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	transition: transform .6s ease-out
}

@media(min-width:670px) {
	section.contact-sales-header .gradient-background-container.initial .s3 {
		display: block
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s3 {
		background: rgba(0, 0, 0, .9);
		right: calc(50% + 410px);
		width: auto
	}
}

/* section.contact-sales-header .gradient-background-container.initial .s4 {
	height: 52px;
	left: calc(50% - 166px);
	right: calc(50% - 46px);
	bottom: -calc(108px - 2);
	bottom: -calc(2 * 54px - 2);
	opacity: .09;
	background: #fff;
	mix-blend-mode: soft-light;
	display: none
} */

/* @media(min-width:670px) {
	section.contact-sales-header .gradient-background-container.initial .s4 {
		display: block
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s4 {
		left: calc(50% + 30px);
		right: calc(50% - 245px)
	}
} */

/* section.contact-sales-header .gradient-background-container.initial .s5 {
	height: 54px;
	width: 130px;
	right: 0;
	bottom: 108px;
	bottom: -calc(2 * 54px);
	opacity: .09;
	background: #fff
} */
/* 
@media(min-width:670px) {
	section.contact-sales-header .gradient-background-container.initial .s5 {
		width: 100px
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s5 {
		left: calc(50% + 479px);
		width: auto
	}
} */

section.contact-sales-header .gradient-background-container.initial .s6 {
	height: 54px;
	width: 100px;
	right: 0;
	bottom: 0;
	opacity: .1;
	background: #87b3f8
}

@media(min-width:670px) {
	section.contact-sales-header .gradient-background-container.initial .s6 {
		width: 69px
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s6 {
		left: calc(50% + 513px);
		width: auto
	}
}

section.contact-sales-header .gradient-background-container.initial .s7 {
	height: 54px;
	left: 0;
	right: calc(50% + 225px);
	bottom: -var(--stripe-height);
	background: #e2e9ff;
	transition: transform .6s ease-out;
	display: none
}

@media(min-width:670px) {
	section.contact-sales-header .gradient-background-container.initial .s7 {
		display: block
	}
}

@media(min-width:880px) {
	section.contact-sales-header .gradient-background-container.initial .s7 {
		right: calc(50% + 266px)
	}
}

section.contact-sales-header .background-container.success {
	opacity: 0;
	will-change: opacity;
	z-index: 5
}

.gradient-background-container .light-dots-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

@media(min-width:670px) {
	.gradient-background-container .light-dots-container {
		display: none
	}
}

@media(min-width:880px) {
	.gradient-background-container .light-dots-container {
		display: block
	}
}


/* .gradient-background-container .light-dots-container:before {
content: "";
background-image: url(/img/v3/contact_sales/background/dots-right-light.svg);
background-size: 100%;
position: absolute;
bottom: -211px;
right: -22px;
width: 220px;
height: 352px;
-webkit-transform: skewY(12deg);
transform: skewY(12deg)
} */

@media(min-width:880px) {
	.gradient-background-container .light-dots-container:before {
		right: 6px
	}
}

.gradient-background-container .dark-dots-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 100%;
	overflow: hidden
}

@media(min-width:670px) {
	.gradient-background-container .dark-dots-container {
		display: none
	}
}

@media(min-width:880px) {
	.gradient-background-container .dark-dots-container {
		display: block
	}
}


/* .gradient-background-container .dark-dots-container:before {
content: "";
background-image: url(/img/v3/contact_sales/background/dots-right-dark.svg);
background-size: 100%;
position: absolute;
top: -141px;
right: -22px;
width: 220px;
height: 352px;
-webkit-transform: skewY(12deg);
transform: skewY(12deg);
will-change: opacity
} */

@media(min-width:880px) {
	.gradient-background-container .dark-dots-container:before {
		right: 6px
	}
}

.gradient-background-container .left-dots-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none
}

@media(min-width:880px) {
	.gradient-background-container .left-dots-container {
		display: block
	}
}


/* .gradient-background-container .left-dots-container:before {
content: "";
background-image: url(/img/v3/contact_sales/background/dots-left.svg);
background-size: 100%;
position: absolute;
bottom: 29px;
left: 0;
width: 145px;
height: 370px;
-webkit-transform: skewY(12deg);
transform: skewY(12deg)
} */

.gradient-background-container .medium-dots-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 100%;
	display: none
}

@media(min-width:880px) {
	.gradient-background-container .medium-dots-container {
		display: none
	}
}


/* .gradient-background-container .medium-dots-container:before {
content: "";
background: url(/img/v3/contact_sales/background/dots-right-medium.svg);
background-size: 100%;
position: absolute;
bottom: 120px;
right: -148px;
width: 449px;
height: 403px;
-webkit-transform: skewY(12deg);
transform: skewY(12deg)
} */

.form-submitted section.contact-sales-header .gradient-background-container.initial .s7 {
	transform: translate(-290px)
}

.form-submitted section.contact-sales-header .gradient-background-container.initial .s3 {
	transform: translate(-110px);
	opacity: 1;
	background-color: #ecf3fc
}

.form-submitted section.contact-sales-header .gradient-background-container.initial .s2 {
	display: none
}

@media(min-width:670px) {
	.form-submitted section.contact-sales-header .gradient-background-container.initial .s2 {
		display: block;
		left: calc(50% + 105px);
		transform: translate(290px)
	}
}

@media(min-width:880px) {
	.form-submitted section.contact-sales-header .gradient-background-container.initial .s2 {
		left: calc(50% + 315px);
		transform: translate(290px)
	}
}

.form-submitted .gradient-background-container .dark-dots-container,
.form-submitted .gradient-background-container .light-dots-container {
	opacity: .3
}

section.contact-sales-header {
	padding-bottom: 50px;
	position: relative
}

section.contact-sales-header .headline {
	position: relative;
	padding-top: 83px;
	max-width: 680px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: opacity .3s ease-out
}

@media(min-width:670px) {
	section.contact-sales-header .headline {
		padding-top: 114px
	}
}

@media(min-width:880px) {
	section.contact-sales-header .headline {
		padding-top: 100px
	}
}

html[lang=de] section.contact-sales-header .headline {
	max-width: 720px
}

html[lang=es] section.contact-sales-header .headline {
	max-width: 860px
}

html[lang=fr] section.contact-sales-header .headline {
	max-width: 900px
}

html[lang=it] section.contact-sales-header .headline {
	max-width: 1050px
}

section.contact-sales-header .headline-text {
	font-size: 40px;
	line-height: 50px;
	color: #32325d;
	font-weight: 400;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px
}

@media(min-width:420px) {
	section.contact-sales-header .headline-text {
		max-width: none;
		margin: 24px 0;
	}
}

@media screen and (max-width: 287px) {
	.headline-text {
	   margin: 24px 0;
	}
}

section.contact-sales-header .common-IntroText {
	color: #6b7c93;
	font-weight: 300;
}


/* .form-submitted section.contact-sales-header .background-container.success {
opacity: 1
} */

.form-submitted section.contact-sales-header .headline {
	opacity: 0
}


/* .no-phone section.success .phone-number-container {
display: none
}
.phone-finished section.success .phone-number-container {
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(6%);
transform: translateY(6%)
}
@media (min-width:670px) {
.phone-finished section.success .phone-number-container {
-webkit-transform: translateY(10%);
transform: translateY(10%)
}
}
.no-phone section.success .phone-number-container,
.phone-finished section.success .phone-number-container {
pointer-events: none
} 
section.success .phone-number-container .copy-container {
margin: 0 auto;
max-width: 800px;
padding: 20px
}
section.success .phone-number-container .phone-number-headline {
color: #32325d;
font-size: 40px;
font-weight: 400;
line-height: 50px;
margin-bottom: 5px
}
section.success .phone-number-container .phone-number-subhead {
color: #6b7c93;
font-size: 17px;
font-weight: 400;
line-height: 26px;
padding: 0 10px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto
}
@media (min-width:670px) {
section.success .phone-number-container .phone-number-subhead {
padding: 0;
margin-bottom: 40px
}
}*/


/* section.success .phone-number-form-container {
border-radius: 4px;
-webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
background: #fff;
display: inline-block;
padding: 12px 0 15px 19px;
position: relative
}
@media (min-width:670px) {
section.success .phone-number-form-container {
padding: 12px;
padding-left: 22px
}
}
section.success .phone-number-form-container label {
white-space: nowrap;
color: #424770;
font-weight: 500;
font-size: 17px;
line-height: 26px;
padding: 6px 0
}
section.success .phone-number-form-container .phone-country-code-placeholder {
max-width: 20px;
background: #fff;
color: #32325d;
font-weight: 400;
font-size: 17px;
line-height: 26px;
display: none
}
@media (min-width:670px) {
section.success .phone-number-form-container .phone-country-code-placeholder {
display: inline-block
}
}
section.success .phone-number-form-container input#phone {
display: inline-block;
-webkit-box-flex: 4;
-ms-flex: 4;
flex: 4;
border: none;
outline: none;
background: #fff;
border-radius: 4px;
color: #32325d;
font-weight: 400;
font-size: 17px;
line-height: 26px;
max-width: 142px;
padding: 6px 4px;
-webkit-transition: background-color .08s ease-in, color .08s ease-in;
transition: background-color .08s ease-in, color .08s ease-in;
font-family: Camphor, Open Sans, Segoe UI, sans-serif
}
@media(min-width:670px) {
section.success .phone-number-form-container input#phone {
max-width: 152px
}
}
section.success .phone-number-form-container input#phone::-webkit-input-placeholder {
color: #8898aa;
-webkit-transition: color .08s ease-in;
transition: color .08s ease-in
}
section.success .phone-number-form-container input#phone:-ms-input-placeholder,
section.success .phone-number-form-container input#phone::-ms-input-placeholder {
color: #8898aa;
-webkit-transition: color .08s ease-in;
transition: color .08s ease-in
}
section.success .phone-number-form-container input#phone::placeholder {
color: #8898aa;
-webkit-transition: color .08s ease-in;
transition: color .08s ease-in
}
section.success .phone-number-form-container input#phone::-ms-clear {
display: none
}
section.success .phone-number-form-container input#phone.invalid-value,
section.success .phone-number-form input#phone.invalid-missing,
section.success .phone-number-form input#phone.invalid-missing::-webkit-input-placeholder,
section.success .phone-number-form input#phone.invalid-value::-webkit-input-placeholder {
color: #ffa27b
}
section.success .phone-number-form-container input#phone.invalid-value,
section.success .phone-number-form input#phone.invalid-missing,
section.success .phone-number-form input#phone.invalid-missing:-ms-input-placeholder,
section.success .phone-number-form input#phone.invalid-missing::-ms-input-placeholder,
section.success .phone-number-form input#phone.invalid-value:-ms-input-placeholder,
section.success .phone-number-form input#phone.invalid-value::-ms-input-placeholder {
color: #ffa27b
}
section.success .phone-number-form-container input#phone.invalid-value,
section.success .phone-number-form input#phone.invalid-missing,
section.success .phone-number-form input#phone.invalid-missing::placeholder,
section.success .phone-number-form input#phone.invalid-value::placeholder {
color: #ffa27b
}
section.success .phone-number-form-container .submit-button {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
border: none;
cursor: pointer;
font-family: inherit;
position: absolute;
right: 0;
bottom: -60px
}
@media (min-width:670px) {
section.success .phone-number-form-container .submit-button {
margin-left: 10px;
position: static
}
} */


/* section.success .phone-number-form fieldset {
border: none;
margin: 0;
padding: 0
}
section.success .phone-number-form .common-FlagIcon {
display: inline-block;
margin-left: 15px
}
@media (min-width:670px) {
section.success .phone-number-form .common-FlagIcon {
margin-left: 35px
}
}
section.success .phone-number-container {
-webkit-transition: opacity .15s ease-out, -webkit-transform .2s ease-out;
transition: opacity .15s ease-out, -webkit-transform .2s ease-out;
transition: transform .2s ease-out, opacity .15s ease-out;
transition: transform .2s ease-out, opacity .15s ease-out, -webkit-transform .2s ease-out;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.searchable-select-container .searchable-select-dropdown {
position: absolute;
top: 40px;
left: -12px;
z-index: 100;
background: #fff;
-webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
width: calc(100% + 12px);
padding: 5px;
padding-bottom: 0;
border: 1px solid #e6ebf1;
border-radius: 4px;
-webkit-transition: opacity .08s ease-out, -webkit-transform .08s ease-out;
transition: opacity .08s ease-out, -webkit-transform .08s ease-out;
transition: opacity .08s ease-out, transform .08s ease-out;
transition: opacity .08s ease-out, transform .08s ease-out, -webkit-transform .08s ease-out;
opacity: 0;
-webkit-transform: rotateX(10deg) skewX(2deg);
transform: rotateX(10deg) skewX(2deg);
-webkit-transition-duration: .12s;
transition-duration: .12s;
-webkit-transition-delay: .1s;
transition-delay: .1s;
-webkit-transform-origin: 100% -50px;
transform-origin: 100% -50px;
pointer-events: none
}
@media (min-width:670px) {
.searchable-select-container .searchable-select-dropdown {
left: 0;
margin-top: 3px;
width: 100%;
-webkit-transition-delay: 0;
transition-delay: 0
}
}
.searchable-select-container.dropdown-open .searchable-select-dropdown {
opacity: 1;
-webkit-transform: none;
transform: none;
pointer-events: all;
-webkit-transition-delay: 0;
transition-delay: 0
}
section.form-section .searchable-select-container input.searchable-select-input {
display: inline-block;
background: #f2f7fc;
border-radius: 4px;
padding: 8px;
width: 100%;
font-family: Camphor, Open Sans, Segoe UI, sans-serif;
font-weight: 400;
margin-bottom: 5px
}
.searchable-select-container .searchable-select-results {
max-height: 215px;
overflow-y: auto;
position: relative;
padding: 0;
margin: 0 -5px;
-webkit-tap-highlight-color: transparent
}
.volume .searchable-select-container .searchable-select-results {
max-height: 195px
}
.searchable-select-container .searchable-select-results li {
list-style-type: none
}
.searchable-select-container .searchable-select-results li:last-child {
border-bottom: none
}
.searchable-select-container .searchable-select-no-results {
font-weight: 300;
color: #8898aa;
padding: 8px 0;
padding-left: 12px;
font-size: 17px;
line-height: 26px
}
.searchable-select-container .searchable-select-result {
border-bottom: 1px solid #e7ecf3;
padding: 8px 0;
padding-left: 12px;
font-weight: 300;
font-size: 17px;
line-height: 26px;
color: #6b7c93;
cursor: pointer
}
.searchable-select-container .searchable-select-result.highlighted {
background: #f2f7fc;
color: #32325d;
font-weight: 400
}
.searchable-select-container .searchable-select-result.selected {
background: #f2f7fc
}
section.success {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
padding-top: 100px;
pointer-events: none;
z-index: 5;
background: transparent
}
@media(min-width:670px) {
section.success {
padding-top: 238px
}
}
section.success .thank-you-container {
margin: 0 auto;
max-width: 1080px
}
@media (min-width:670px) {
section.success .thank-you-container {
padding: 0
}
}
@media (min-width:880px) {
section.success .thank-you-container {
padding-left: 180px;
padding-right: 180px
}
}
@media (min-width:1040px) {
section.success .thank-you-container {
padding: 0
}
}
@media (min-width:670px) {
html[lang=de] section.success .thank-you-container,
html[lang=es] section.success .thank-you-container,
html[lang=fr] section.success .thank-you-container {
padding: 20px
}
}
@media (min-width:880px) {
html[lang=de] section.success .thank-you-container,
html[lang=es] section.success .thank-you-container,
html[lang=fr] section.success .thank-you-container {
padding-left: 90px;
padding-right: 90px
}
}
@media (min-width:1040px) {
html[lang=de] section.success .thank-you-container,
html[lang=es] section.success .thank-you-container,
html[lang=fr] section.success .thank-you-container {
padding: 20px
}
}
.form-submitted section.success {
display: block;
pointer-events: all
}
section.success .thank-you {
text-align: center;
position: relative;
padding: 0 20px;
opacity: 0;
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transform: scale(.96) translateY(-40px);
transform: scale(.96) translateY(-40px);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
@media (min-width:670px) {
section.success .thank-you {
padding: 0
}
}
.form-submitted section.success .thank-you {
-webkit-transform: none;
transform: none;
opacity: 1
} */


/* section.success .divider {
background: #cfd7df;
border: none;
border-top: 1px solid #cfd7df;
color: #cfd7df;
margin: 20px auto;
max-width: 750px;
opacity: 1;
-webkit-transition: opacity .1s ease-out;
transition: opacity .1s ease-out
}
section.success .thank-you .icon {
width: 44px;
height: 44px;
margin: 0 auto;
margin-bottom: 16px
}
section.success .thank-you .copy-container {
margin: 0 auto
}
section.success .thank-you .success-headline {
color: #32325d;
font-size: 40px;
font-weight: 400;
line-height: 50px;
margin-bottom: 8px
}
section.success .thank-you .success-subhead {
color: #87b3f8;
font-size: 30px;
font-weight: 300;
-webkit-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
section.success .thank-you .success-subhead .email-portion {
display: block;
word-break: break-word
}
section.success .thank-you .common-Link {
font-size: 17px;
line-height: 26px;
font-weight: 500;
display: inline-block;
margin-top: -55px;
padding-top: 20px;
-webkit-transition: opacity .18s ease-out, -webkit-transform .15s ease-out;
transition: opacity .18s ease-out, -webkit-transform .15s ease-out;
transition: transform .15s ease-out, opacity .18s ease-out;
transition: transform .15s ease-out, opacity .18s ease-out, -webkit-transform .15s ease-out;
opacity: 0;
-webkit-transform: translateY(75%);
transform: translateY(75%);
pointer-events: none;
margin-left: -20px;
margin-right: -20px
}
@media (min-width:670px) {
section.success .thank-you .common-Link {
margin-left: 0;
margin-right: 0
}
}
.no-phone section.success .thank-you .divider {
-webkit-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
opacity: 0
}
.no-phone section.success .thank-you .common-Link {
-webkit-transition: none;
transition: none
}
.no-phone section.success .thank-you .common-Link,
.phone-finished section.success .thank-you .common-Link {
opacity: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
pointer-events: all
}
.phone-finished section.success .thank-you .divider {
opacity: 0
}
.u-hidden {
display: none!important
} */


/* section.form-section .why-stripe {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
@media(min-width:880px) {
section.form-section .why-stripe {
padding-top: 20px
}
}
section.form-section .why-stripe .intro-text {
color: #f9fbfd;
font-size: 24px;
font-weight: 400;
line-height: 36px
}
@media(min-width:880px) {
section.form-section .why-stripe .intro-text {
max-width: 335px
}
} */


/* section.form-section .why-stripe .bullet-points {
margin-top: 20px;
padding-left: 38px
}
section.form-section .why-stripe .bullet-points li {
color: #fff;
font-size: 17px;
font-weight: 400;
line-height: 25px;
margin-bottom: 20px;
position: relative;
padding-right: 10px
}
@media(min-width:880px) {
section.form-section .why-stripe .bullet-points li {
max-width: 300px
}
}
section.form-section .why-stripe .bullet-points li:before {
content: "";
position: absolute;
top: 3px;
left: -35px;
height: 20px;
width: 20px;
background: url(/img/v3/contact_sales/why-stripe/check.svg);
background-size: 100% 100%
} */

.lead-address {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
	position: relative;
	padding-right: 10px;
}


/* default-min-css */

/* .common-Button {
	white-space: nowrap;
	display: inline-block;
	line-height: 40px;
	padding: 0 14px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #fff;
	text-decoration: none;
	transition: all .15s ease;
} */


/* part 2 */

.globalFooterCards {
	pointer-events: auto;
	position: relative;
	/* background-color: #87bbfd; */
}

.globalFooterCards .container-lg,
.globalFooterCards .container-xl {
	display: flex;
	flex-wrap: wrap;
	margin: -15px auto;
	padding: 0 5px;
}

.container-wide,
.container-xl {
	/* max-width: 1160px; */
	max-width: 1200px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-wide,
.container-xl {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.globalFooter {
	pointer-events: auto;
	position: relative;
	/* background-color: #87bbfd; */
}

.globalFooter {
	background: transparent;
	overflow: hidden;
	padding-top: 500px;
	margin-top: -480px;
	pointer-events: none;
}

.globalFooter {
	font-family: "HK Grotesk", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f6f9fc;
	position: relative;
}


/* box 1 */

#jobs .globalFooterCard {
	z-index: 1;
}


/* div.globalFooterCard.card-life-at-footer, div.globalFooterCard.card-life-at-footer {
color: #397265;;
} */

@media (min-width: 880px) {
	div.common-Link.globalFooterCard,
	div.globalFooterCard {
		padding-left: 120px;
	}
}

@media (min-width: 670px) {
	div.common-Link.globalFooterCard,
	div.globalFooterCard {
		flex-basis: 1%;
		padding: 1rem 1rem 1rem 1rem;
		/* padding-left: 100px; */
	}
}

div.globalFooterCard,
div.globalFooterCard {
	flex: 1 1 100%;
	margin: 15px;
	z-index: 499;
	z-index: calc(500 - 1);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 40px 40px 40px 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
	transition-property: color, background-color, box-shadow, transform;
	transition-duration: .15s;
}

.div.globalFooterCard dl,
a:hover {
	color: #868E96;
}

.common-Link {
	/* color: #397265; */
	font-weight: 500;
	transition: color .1s ease;
	cursor: pointer;
}


/* @media (min-width: 670px) and (max-width: 767px) {
.adrs-view {
margin-top: -159.7px;
}
}
@media (min-width: 768px) and (max-width: 793px) {
.adrs-view {
margin-top: -10.7px;
}
}
@media (min-width: 794px) and (max-width: 989px) {
.common-UppercaseText {
font-size: 8px;
}
.adrs-view {
margin-top: -2.7px;
}
}
@media (min-width: 990px) and (max-width: 1068px) {
.common-UppercaseText {
font-size: 9px;
}
.adrs-view {
margin-top: -2.7px;
}
}
@media (min-width: 1069px) and (max-width: 1072px) {
.common-UppercaseText {
font-size: 9px;
}
.adrs-view {
margin-top: -29.7px;
}
}
@media (min-width: 1073px) and (max-width: 1130px) {
.common-UppercaseText {
font-size: 10px;
}
.adrs-view {
margin-top: -56.7px;
}
}
@media (min-width: 1131px) {
.adrs-view {
margin-top: -71.7px;
}
.common-UppercaseText {
font-size: 11px;
}
} */

a,
button,
input,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

user agent stylesheet a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
}

.globalFooter {
	pointer-events: auto;
	position: relative;
	/* background-color: #87bbfd; */
}

.globalFooter {
	background: transparent;
	overflow: hidden;
	padding-top: 500px;
	margin-top: -480px;
	pointer-events: none;
}

.globalFooter {
	font-family: "HK Grotesk", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f6f9fc;
	position: relative;
}


/* svg 1 */

div.globalFooterCard img,
div.globalFooterCard svg,
div.globalFooterCard img,
div.globalFooterCard svg {
	position: absolute;
	width: 130px;
	height: 130px;
	left: -35px;
	top: calc(50% - 65px);
}

div.globalFooterCard.card-life-at-footer svg,
div.globalFooterCard.card-life-at-footer svg {
	top: calc(50% - 62px);
}

@media (min-width: 880px) {
	div.globalFooterCard img,
	div.globalFooterCard svg,
	div.globalFooterCard img,
	div.globalFooterCard svg {
		left: -35px;
	}
}

div.globalFooterCard h2,
div.globalFooterCard h2 {
	margin: 0 0 5px;
	white-space: normal;
}

.common-UppercaseText {
	font-size: 14.4px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
}

div.globalFooterCard p,
div.globalFooterCard p {
	/* margin: 5px 0 0; */
	margin: -1px 0px 12px 0px;
}

.common-BodyText {
	font-weight: 400;
	/* font-size: 10px; */
	line-height: 28px;
	color: #525f7f;
}

.globalFooterCard .common-BodyText a {
	color: #525f7f;
}

blockquote,
body,
button,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
	/* margin: 0; */
	padding: 0;
}

div.globalFooterCard:after,
div.globalFooterCard:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #aab7c4;
	pointer-events: none;
	opacity: 0;
	transition: opacity .15s;
}


/* 2 */

.common-Link.globalFooterCard {
	z-index: 1;
}


/* btn send message */

.contactMax {
	max-width: 1281px;
}

.contact-Form {
	margin-top: 5.1rem;
}

@media (min-width: 768px) and (max-width: 879px) {
	.Image-center-contact {
		padding-left: 2rem;
	}
	.Image-center-form {
		padding-left: 1rem;
		max-width: 49%;
	}
	.responsive {
		width: 323px;
	}
}

@media (min-width: 880px) and (max-width: 930px) {
	.Image-center-contact {
		padding-left: 4rem;
	}
	.Image-center-form {
		padding-left: 3rem;
		max-width: 46%;
	}
	.responsive {
		width: 323px;
	}
}

@media (min-width: 931px) and (max-width: 950px) {
	.Image-center-contact {
		padding-left: 4rem;
	}
	.Image-center-form {
		padding-left: 3rem;
		max-width: 46%;
	}
	.responsive {
		width: 323px;
	}
}

@media (min-width: 951px) and (max-width: 1015px) {
	.Image-center-contact {
		padding-left: 5rem;
	}
	.Image-center-form {
		padding-left: 3rem;
		max-width: 46%;
	}
	.responsive {
		width: 323px;
	}
}

@media (min-width: 1016px) and (max-width: 1188px) {
	.Image-center-contact {
		padding-left: 8rem;
	}
	.Image-center-form {
		padding-left: 5rem;
		max-width: 46%;
	}
	.responsive {
		width: 323px;
	}
}

@media (min-width: 1189px) and (max-width: 1194px) {
	.Image-center-contact {
		padding-left: 8rem;
	}
	.Image-center-form {
		padding-left: 5rem;
	}
	.responsive {
		width: 323px;
	}
}

@media (min-width: 1195px) and (max-width: 1224px) {
	.Image-center-contact {
		padding-left: 9rem;
	}
	.Image-center-form {
		padding-left: 5rem;
		max-width: 49%;
	}
}

@media (min-width: 1225px) and (max-width: 3000px) {
	.Image-center-contact {
		padding-left: 10rem;
	}
	.Image-center-form {
		padding-left: 5rem;
	}
}

/* survey satisfaction */
.sat-surv {
	height: 80px;
}

.surveySat a {
	color: #868e96;
}

@media (min-width: 200px) and (max-width: 662px) {
	.surveySat {
		transform: translate(0%, 3%);
	}
}
@media (min-width: 663px) and (max-width: 3000px) {
	.surveySat {
		transform: translate(0%, 4%);
	}
}

/* survey form */

.survey-contact {
	margin-top: 2rem;
	border-top: 2px solid rgba(0, 0, 0, .1);
}

.btn-send-msg {
	color: #343a40;
	border-color: #343a40;
}

.btn-send-msg:hover {
	/* color: #343a40; */
	border-color: #343a40;
}

.contact-Form-width {
	max-width: 1080px !important;
}

.Overall-Satisfaction {
	font-size: 21px;
	font-weight: 400;
	margin-top: 1rem;
}

.customer-service-survey {
	font-size: 21px;
    font-weight: 400;
}

.customer-service-survey-font {
	font-size: 14.4px;	
}


/* new light clr template (transparent) */

.gradient-transparent-height {
	height: 157px!important;
	right: 0;
	left: calc(50% - 25px);
	bottom: -var(--stripe-height);
	background: transparent!important;
	transition: transform .6s ease-out
}

.gradient-transparent-blue {
	height: 54px;
	width: 130px;
	right: 0;
	bottom: 108px;
	bottom: -calc(2 * 54px);
	opacity: .09;
	background: #87b3f8;
}

.gradient-transparent {
	height: 5000px;
	bottom: 0;
	background: linear-gradient(270deg, transparent, transparent)!important;
	left: 0;
	right: 0;
}

.gradient-transparent-white {
	background: linear-gradient(90deg, #fff, #fff)!important;
	/* background: linear-gradient(90deg, #748df8, #6fa7f8); */
	overflow-x: hidden;
	opacity: 1;
	transition: opacity 1s ease;
	height: 100%;
	width: 100%;
	position: absolute;
}

.gradient-remove2 {
	height: 54px;
	width: 100px;
	right: 0;
	bottom: 0;
	opacity: .1;
	background: #fff!important;
}

.gradient-remove1 {
	height: 54px;
	left: 0;
	right: calc(50% + 225px);
	bottom: -var(--stripe-height);
	background: #e2e9ff;
	transition: transform .6s ease-out;
	display: none!important;
}

.gradient-dia-up {
	height: 54px;
	left: 100%!important;
	width: 72px;
	bottom: 25.5rem;
	bottom: -calc(2 * 54px);
	opacity: .09;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	transition: transform .6s ease-out;
}


/* copyright-section */

.copyright-section {
	margin-top: -1rem;
}

.copyright-section-text li a {
	color: white;
}

.copyright-section-text p i {
	color: red;
}

/* print page */

#top-bar-print {
	display: none;
}
#printLogo {
	display: none;
}

#printFooter {
	display: none;
}

.mainPage {
	display: block;
}

.topbarPrintpage {
	font-weight: 300;
	width: 100%;
}

.print-abv-space {
	margin-top: 0rem;
}

.grade-printing-space {
	margin-top: -.5rem;
}

.torq-print-logo {
	margin-left: 1rem;
    margin-top: 2rem;
}

.pdf-responsive {
	margin-left: 30rem; 
	margin-top: -2rem;
	display: flex !important;
	flex-basis: auto;
}

.pdf-responsive-flex {
	justify-content: flex-end;
}

@media screen and (min-width: 677px) and (max-width: 692px) {
	.pdf-responsive {
		margin-left: 29rem; 
		margin-top: -2rem;
	}
}

@media screen and (min-width: 661px) and (max-width: 676px) {
	.pdf-responsive {
		margin-left: 28rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 645px) and (max-width: 660px) {
	.pdf-responsive {
		margin-left: 27rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 629px) and (max-width: 644px) {
	.pdf-responsive {
		margin-left: 26rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 613px) and (max-width: 628px) {
	.pdf-responsive {
		margin-left: 25rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 597px) and (max-width: 612px) {
	.pdf-responsive {
		margin-left: 24rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 581px) and (max-width: 596px) {
	.pdf-responsive {
		margin-left: 23rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 565px) and (max-width: 580px) {
	.pdf-responsive {
		margin-left: 22rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 549px) and (max-width: 564px) {
	.pdf-responsive {
		margin-left: 21rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 533px) and (max-width: 548px) {
	.pdf-responsive {
		margin-left: 20rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 517px) and (max-width: 532px) {
	.pdf-responsive {
		margin-left: 19rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 501px) and (max-width: 516px) {
	.pdf-responsive {
		margin-left: 18rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 485px) and (max-width: 500px) {
	.pdf-responsive {
		margin-left: 17rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 469px) and (max-width: 484px) {
	.pdf-responsive {
		margin-left: 16rem; 
		margin-top: -2rem;
	}
}
@media screen and (min-width: 200px) and (max-width: 468px) {
	.pdf-responsive {
		margin-left: 15rem; 
		margin-top: -2rem;
		display: inline !important;
	}
	.pdf-responsive-flex {
		margin-left: 1.5rem;
	}
}



/* charts */


/* 
a, .btn {
color: #FFF;
text-decoration: none;
background-color: transparent;
}
a, .btn-light {
color: #212529;
} */

dd {
	text-align: justify;
}


/* product child page */

/* @media (min-width: 670px) and (max-width: 991px) {
	.container-top {
		margin-top: -1.5rem;
	}
}

@media (min-width: 200px) and (max-width: 669px) {
	.container-top {
		margin-top: -1.5rem;
	}
} */

.image-product-child {
	width: 100%;
	height: auto;
}

.h1-product-child {
	margin-bottom: 15px;
	margin-top: -3px;
	/* border-bottom: 2px solid #f2f2f2; */
	padding-bottom: 15px;
}

.product-details {
    padding: 0 1.5rem;
}


/* home page */


/* .page-header {
position: relative;
padding: 160px 0 70px;
margin-bottom: 170px;
} */

.page-header .page-header-home {
	bottom: calc(var(--stripe-height) * -5)
}

.page-header .background {
	grid-row-end: -14!important;
	/* background-color: #f6f9fc; */
}

.page-header .diagonal:first-child {
	grid-row-start: -12;
	grid-column: left-gutter/9
}

@media (min-width:670px) {
	.page-header .diagonal:first-child {
		/* grid-column: left-gutter/5; */
		grid-column: viewport-start/5;
	}
}

.page-header .diagonal:nth-child(2) {
	grid-row-start: -11;
	grid-column: viewport-start/12
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(2) {
		grid-column: viewport-start/5
	}
}

.page-header .diagonal:nth-child(3) {
	grid-row-start: -8;
	grid-column: left-gutter/7
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(3) {
		/* grid-column: left-gutter/4; */
		grid-column: viewport-start/5;
	}
}

.page-header .diagonal:nth-child(4) {
	grid-row-start: -7;
	grid-column: viewport-start/9
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(4) {
		grid-column: viewport-start/content-start
	}
}

.page-header .diagonal:nth-child(5) {
	/* grid-row-start: -6;
grid-column: 3/7; */
	grid-row-start: -14;
	grid-column: -7/right-gutter;
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(5) {
		/* grid-column: 3/5; */
		grid-column: viewport-start/5;
		grid-row-start: -6;
		/* grid-column: -4/right-gutter; */
	}
}


/* .page-header .diagonal:nth-child(6) {
grid-row-start: -4;
grid-column: left-gutter/4
} */


/* right side */

.page-header .diagonal:nth-child(7) {
	grid-row-start: -14;
	grid-column: -7/right-gutter
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(7) {
		grid-column: -1/right-gutter
	}
	.stripe.outline {
		margin: 0;
	}
}


/* .page-header .diagonal:nth-child(8) {
grid-row-start: -11;
grid-column: -5/right-gutter
} */


/* for stripe outline */

.stripe.shift-up {
	transform: translateY(-2px);
}

.stripe.outline {
	background: none!important;
	box-shadow: inset 0 0 0 2px #e6ebf1;
	z-index: -1;
	margin: 0 -2px;
}


/* end  */

.page-header .diagonal:nth-child(9) {
	grid-row-start: -9;
	grid-column: -6/-4
}

.page-header .diagonal:nth-child(10) {
	grid-row-start: -12;
	grid-column: -8/viewport-end;
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(10) {
		grid-row-start: -9;
		/* grid-row-start: 1; */
		grid-column: -4/viewport-end;
	}
}

.page-header .diagonal:nth-child(11) {
	grid-row-start: -8;
	grid-column: -8/-1;
}

.page-header .diagonal:nth-child(12) {
	grid-row-start: -6;
	grid-column: -12/viewport-end;
}

.page-header .diagonal:nth-child(13) {
	grid-row-start: -5;
	grid-column: -11/-3;
}

@media (min-width:670px) {
	.page-header .diagonal:nth-child(13) {
		grid-row-start: -1;
		/* grid-column: -6/-1;
background: #800080; */
		grid-column: -6/-1;
	}
}

.page-header .diagonal:nth-child(14) {
	/* grid-row-start: -3; */
	grid-column: -8/-1;
}

.page-header .diagonal:nth-child(15) {
	/* grid-row-start: -2; */
	grid-column: -6/-4
}

.page-header .diagonal:nth-child(16) {
	grid-row-start: -2;
	grid-column: -4/-1;
}

.page-header .diagonal:nth-child(17) {
	grid-row-start: -7;
	grid-column: -7/-1;
	/* grid-column: -7/-4; */
}

.page-header .diagonal:nth-child(18) {
	grid-row-start: -5;
	/* grid-column: -5/right-gutter; */
	grid-column: -4/-1;
}

@media (min-width:670px) {
	.page-header .container-lg {
		    margin-top: 102px;
		display: flex
	}
}

@media (min-width:670px) {
	.page-header .content {
		flex: 1 0 45%;
	}
}

.page-header .content h1 {
	/* margin-bottom: 30px; */
	font-weight: 600;
}

.page-header .content p:not(:last-child) {
	margin-bottom: 30px
}

.page-header figure {
	height: 300px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

@media (min-width:670px) {
	.page-header figure {
		height: auto;
		flex: 1 0 50%
	}
}

.page-header figure .phone {
	--device-scale: 0.16;
	width: calc(1125px * var(--device-scale));
	/* height: calc(2001px * var(--device-scale)); */
	left: calc(45% - 80px);
	top: 70%;
	transform: translate(-111%, -64%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
}

@media (min-width:670px) {
	.page-header figure .phone {
		--device-scale: 0.23;
		left: 46%;
		top: 50%
	}
}

.page-header figure .phone.deep-shadow {
	box-shadow: -17.1px 62.5px 125px -23px rgba(50, 50, 93, .5), -6.2px 37.5px 75px -37.5px rgba(0, 0, 0, .3)
}

.page-header figure .phone.near-shadow {
	box-shadow: -5px 18px 40px -12px rgba(50, 50, 93, .6)
}

.page-header figure .phone span {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
	transform: scale(var(--device-scale)) translate(54px, 620px);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 100px;
	font-weight: 600;
	color: #424770
}

.page-header figure .tablet {
	--device-scale: 0.16;
	/* width: calc(3072px * var(--device-scale)); */
	/* height: calc(2304px * var(--device-scale)); */
	left: calc(65% + 100px);
	top: 90%;
	/* transform: translate(-50%,-50%) rotate3d(.342,-.94,0,22deg) rotateZ(7deg); */
	transform: translate(-113%, -23%) rotate3d(.342, -.94, 0, 22deg) rotateZ(7deg);
	box-shadow: 37.2px 62.5px 125px -25px rgba(50, 50, 93, .5), 22.3px 37.5px 75px -37.5px rgba(0, 0, 0, .6)
}

@media (min-width:670px) {
	.page-header figure .tablet {
		/* --device-scale: 0.21; */
		left: 119%;
		top: 80%
	}
}

@media screen and (min-width: 1201px) and (max-width: 3000px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(3072px * var(--device-scale));
		height: calc(2304px * var(--device-scale));
		left: calc(65% + 100px);
		top: 90%;
		/* transform: translate(-50%,-50%) rotate3d(.342,-.94,0,22deg) rotateZ(7deg); */
		transform: translate(-167%, 8%) rotate3d(.342, -.94, 0, 22deg) rotateZ(-6deg);
		/* box-shadow: 37.2px 62.5px 125px -25px rgba(50, 50, 93, .5), 22.3px 37.5px 75px -37.5px rgba(0, 0, 0, .6) */
	}
}

@media screen and (min-width: 1199px) and (max-width:1201px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(3072px * var(--device-scale));
		height: calc(2304px * var(--device-scale));
		left: calc(65% + 100px);
		top: 90%;
		transform: translate(-167%, 8%) rotate3d(.342, -.94, 0, 22deg) rotateZ(-6deg)!important;
	}
}

@media screen and (min-width: 1011px) and (max-width: 1198px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(3072px * var(--device-scale));
		height: calc(2304px * var(--device-scale));
		left: calc(65% + 100px);
		top: 90%;
		transform: translate(-160%, 10%) rotate3d(.342, -.94, 0, 22deg) rotateZ(-5deg)!important;
		/* transform: translate(-167%,8%) rotate3d(.342,-.94,0,22deg) rotateZ(-6deg)!important; */
		/* transform: translate(-160%,11%) rotate3d(.342,-.94,0,22deg) rotateZ(-6deg)!important;	 */
	}
}

@media screen and (min-width:959px) and (max-width:1010px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(3072px * var(--device-scale));
		height: calc(2304px * var(--device-scale));
		left: calc(65% + 100px);
		top: 90%;
		transform: translate(-156%, 11%) rotate3d(.342, -.94, 0, 22deg) rotateZ(-6deg)!important;
	}
}

@media screen and (min-width:935px) and (max-width:958px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(3072px * var(--device-scale));
		height: calc(2304px * var(--device-scale));
		left: calc(65% + 100px);
		top: 90%;
		transform: translate(-152%, 11%) rotate3d(.342, -.94, 0, 22deg) rotateZ(-6deg)!important;
	}
	.one-screen-sm img {
		/* width: 100%; */
		margin-top: 2rem;
	}
}

@media screen and (min-width:807px) and (max-width:934px) {
	.page-header figure .tablet2 {
		/* --device-scale: 0.2;
width: calc(3072px * var(--device-scale));
height: calc(2304px * var(--device-scale));
left: calc(65% + 100px);
top: 90%;
transform: translate(-152%,11%) rotate3d(.342,-.94,0,22deg) rotateZ(-6deg);	 */
		--device-scale: 0.;
		width: calc(1125px * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: 70%;
		transform: translate(-63%, 42%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.one-screen-sm img {
		/* width: 100%; */
		margin-top: 2rem;
	}
}

@media screen and (min-width:670px) and (max-width:806px) {
	.page-header figure .tablet2 {
		/* --device-scale: 0.2;
width: calc(3072px * var(--device-scale));
height: calc(2304px * var(--device-scale));
left: calc(65% + 100px);
top: 90%;
transform: translate(-152%,11%) rotate3d(.342,-.94,0,22deg) rotateZ(-6deg);	 */
		--device-scale: 0.;
		width: calc(1125px * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: 70%;
		transform: translate(-63%, 62%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.one-screen-sm img {
		/* width: 100%; */
		margin-top: 2rem;
	}
}

@media screen and (min-width:669px) and (max-width:669px) {
	.page-header figure .tablet2 {
		--device-scale: 0.;
		width: calc(1125px * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: 70%;
		transform: translate(-35%, 42%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.lower-page {
		position: relative;
		margin-top: -14rem !important;
	}
	.one-screen-sm img {
		width: 100%;
		margin-top: 2rem;
	}
}

@media screen and (min-width:501px) and (max-width:668px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(149rem * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: -1rem;
		transform: translate(-26%, 5%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.lower-page {
		position: relative;
		margin-top: -26rem !important;
	}
	.one-screen-sm img {
		width: 100%;
		margin-top: 2rem;
	}
}

@media screen and (min-width:401px) and (max-width:500px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(116rem * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: -1rem;
		transform: translate(-26%, 5%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.lower-page {
		position: relative;
		margin-top: -26rem !important;
	}
	.one-screen-sm img {
		width: 100%;
		margin-top: 2rem;
	}
}

@media screen and (min-width:301px) and (max-width:400px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(94rem * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: -1rem;
		transform: translate(-22%, 3%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.lower-page {
		position: relative;
		margin-top: -26rem !important;
	}
	.one-screen-sm img {
		width: 100%;
		margin-top: 2rem;
	}

}

@media screen and (min-width: 263px) and (max-width: 300px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(79rem * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: -1rem;
		transform: translate(-20%, 10%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.lower-page {
		position: relative;
		margin-top: -26rem !important;
	}
	.one-screen-sm img {
		width: 100%;
		margin-top: 2rem;
	}
}

@media screen and (max-width: 262px) {
	.page-header figure .tablet2 {
		--device-scale: 0.2;
		width: calc(68rem * var(--device-scale));
		height: calc(2001px * var(--device-scale));
		left: calc(45% - 80px);
		top: -1rem;
		transform: translate(-8%, 10%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
	}
	.lower-page {
		position: relative;
		margin-top: -26rem !important;
	}
	.one-screen-sm img {
		width: 100%
	}
}


/* @media screen and (min-width:670px) and (max-width:3500px)  {
.page-header {
padding-top: 2rem;  -----
position: relative;
padding: 1rem 0 70px;   ----
margin-bottom: 170px; 
}
}
@media screen and (min-width:200px) and (max-width:669px) {
.page-header {
padding-top: 200px; ---
padding: 1px 0 70px;  ---
margin-bottom: 170px; 
position: relative;
display: flex;  ---
}
} */


/* @media (max-width:1199px) { 
.page-header figure .tablet2 {
--device-scale: 0.2;
width: calc(3072px * var(--device-scale));
height: calc(2304px * var(--device-scale));
left: calc(65% + 100px);
top: 90%;
transform: translate(-169%,8%) rotate3d(.342,-.94,0,22deg) rotateZ(-6deg)!important;	
} */


/* @media (min-width:670px) {
.page-header figure .tablet2 {
--device-scale: 0.21;
left: 119%;
top: 80%
}
} */


/*  */

.page-header-home {
	display: none;
	top: calc(var(--stripe-height) * -6)
}

@media (min-width:1160px) {
	.page-header-home {
		display: block
	}
}

.page-header-home .grid {
	height: auto;
	grid-template-rows: repeat(10, var(--stripe-height))
}

.page-header-home {
	top: calc(var(--stripe-height) * -3)
}

.page-header-home .grid {
	height: auto;
	grid-template-rows: repeat(7, var(--stripe-height))
}

.page-header-home {
	--stripe-height: 48px;
	--content-columns: 12;
	--gutter-columns: 4;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none
}


/* @media (min-width:670px) {
.page-header-home {
--stripe-height: 49px;
}
} */

.page-header-home .backgroundContainer,
.page-header-home .Container-diag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(-12deg);
	transform: skewY(-12deg)
}

.page-header-home .backgroundContainer .grid {
	grid-template-columns: 1fr;
	min-width: 0
}

.page-header-home .backgroundContainer .background {
	grid-row: 1/-1;
	grid-column: 1/-1;
	z-index: -1
}

.page-header-home .Container-diag {
	overflow: hidden
}

.page-header-home.page-header-anchor .backgroundContainer,
.page-header-home.page-header-anchor .Container-diag {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.page-header-home.page-header-anchor .grid {
	height: 200%;
	-ms-flex-line-pack: end;
	align-content: end
}

.page-header-home .grid {
	--content-column-width: minmax(0, calc(1040px / var(--content-columns)));
	--gutter-column-width: 1fr;
	position: absolute;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-rows: repeat(auto-fill, var(--stripe-height));
	grid-template-columns: [viewport-start] 1fr [left-gutter-start] repeat(var(--gutter-columns), var(--gutter-column-width)) [left-gutter-end content-start] repeat(var(--content-columns), var(--content-column-width)) [content-end right-gutter-start] repeat(var(--gutter-columns), var(--gutter-column-width)) [right-gutter-end] 1fr [viewport-end]
}

@media (min-width:1040px) {
	.page-header-home .grid {
		--gutter-column-width: var(--content-column-width);
		min-width: calc(1040px / var(--content-columns) * (var(--gutter-columns) * 2 + var(--content-columns)))
	}
}

.logo-row {
	position: relative
}

.logo-row ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap
}

@media (min-width:670px) {
	.logo-row ul {
		flex-wrap: nowrap;
		justify-content: space-between
	}
}

.logo-row li {
	padding: 0 15px
}

@media (min-width:880px) {
	.logo-row li {
		padding: 0 18px
	}
}

@media (min-width:1040px) {
	.logo-row li {
		padding: 0 22px
	}
}

@media (min-width:670px) {
	.logo-row li:first-child {
		padding-left: 0
	}
	.logo-row li:last-child {
		padding-right: 0
	}
}

.logo-row a {
	display: block;
	cursor: pointer
}

.logo-row img,
.logo-row svg {
	max-width: 100%;
	max-height: 45px
}

@media (min-width:670px) {
	.logo-row img,
	.logo-row svg {
		max-height: 60px
	}
}

.logo-row.header-logos {
	margin-bottom: 40px
}

@media (min-width:670px) {
	.logo-row.header-logos {
		margin-bottom: 120px
	}
}

.logo-row.header-logos:after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -40px;
	right: 20px;
	border-bottom: 2px solid #f6f9fc;
	pointer-events: none
}

.logo-row.header-logos ul {
	transition-duration: .25s;
	transition-timing-function: opacity, filter
}

.logo-row.header-logos>a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 20px;
	opacity: 0;
	transition: opacity .25s
}

.logo-row.header-logos>a span {
	color: #32325d;
	font-weight: 500
}

.logo-row.header-logos:hover ul {
	opacity: .3;
	filter: blur(5px)
}

.logo-row.header-logos:hover>a {
	opacity: 1
}


/* #user-stories .logo-row {
margin-top: 20px
}
#user-stories .logo-row a {
opacity: .5;
transition: opacity var(--transiton-duration)
}
#user-stories .logo-row a:hover {
transition-duration: .15s
}
#user-stories .logo-row a.active,
#user-stories .logo-row a:hover {
opacity: 1
} */

.common-MediumBodyText {
	font-weight: 500;
	font-size: 19px;
	line-height: 32px;
	color: #525f7f
}

/* btn */

.common-ButtonGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}

.common-ButtonGroup .common-Button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 10px;
}

.common-Button--dark {
	color: #fff!important;
	background: #32325d!important;
}

.common-Button {
	white-space: nowrap;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #6772e5;
	text-decoration: none;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}


/* section 3- home page */

#sec-comp {
	position: relative;
	margin-top: 120px
}

#sec-comp header {
	max-width: 450px
}

@media (min-width:670px) {
	#sec-comp header {
		padding-bottom: 60px
	}
}

#sec-comp .benefit figure {
	position: relative
}

#sec-comp .benefit figure:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -20px;
	right: -20px;
	background: #fff
}

@media (min-width:670px) {
	#sec-comp .benefit figure:before {
		left: unset;
		right: unset;
		width: 50vw
	}
}

@media (min-width:670px) {
	#compliance figure {
		order: -1;
	}
}
#compliance figure:before {
	transform: skewY(-12deg);
	transform-origin: 100% 0
}

@media (min-width:670px) {
	#compliance figure:before {
		right: 0!important
	}
}

#sec-comp .benefit figure {
	position: relative;
}

@media (min-width: 1040px) {
	#compliance figure {
		padding-left: 80px;
	}
}

@media (min-width: 880px) {
	#compliance figure {
		padding-left: 60px;
	}
}

@media (min-width: 670px) {
	#compliance figure {
		padding: 21px 0 120px 0rem;
		/* padding: 60px 0 120px 40px; */
	}
}


#compliance figure ul {
	list-style: none;
}

#compliance figure li {
	text-align: center;
	/* padding: 0 10px 10px; */
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #32325d
}


/* @media (min-width:880px) {
#compliance figure li {
padding: 0 10px 20px
}
} */

@media screen and (min-width: 200px) and (max-width: 236px) {
	#compliance figure li img {
		/* width: 76%; */
		height: 5rem;
		/* margin-top: 1rem; */
	}
	.img-tri {
		margin-top: 6rem;
		width: 49%;
		/* margin-bottom: 3rem; */
	}
	.iso-certi {
		margin-top: -7rem;
		width: 76%;
	}
	.ped-certi {
		/* margin-top: 6rem; */
		width: 76%;
		/* margin-bottom: 3rem; */
	}
	#compliance figure ul {
		margin: 15px 0px 0;
		padding: 0px;
	}
	#compliance figure ul {
		/* margin: 40px auto 0; */
		margin-top: -4rem;
		display: grid;
		/* grid-template-columns: 1fr 1fr; */
		max-width: 440px;
	}
}


@media screen and (min-width: 237px) and (max-width: 324px) {
	#compliance figure li img {
		width: auto;
		height: 5rem;
		/* margin-top: 1rem; */
	}
	.img-tri {
		margin-top: 6rem;
		/* margin-bottom: 3rem; */
	}
	.iso-certi {
		margin-top: -7rem;
	}
	#compliance figure ul {
		margin: 15px 0px 0;
		padding: 0px;
	}
	#compliance figure ul {
		/* margin: 40px auto 0; */
		margin-top: -4rem;
		display: grid;
		/* grid-template-columns: 1fr 1fr; */
		max-width: 440px;
	}
}

@media screen and (min-width: 325px) and (max-width: 670px) {
	#compliance figure li img {
		width: auto;
		height: 6rem;
		/* margin-top: 1rem; */
	}
	.img-tri {
		margin-top: 6rem;
		/* margin-bottom: 3rem; */
	}
	.iso-certi {
		margin-top: -7rem;
	}
	#compliance figure ul {
		margin: 15px 0px 0;
		padding: 0px;
	}
	#compliance figure ul {
		margin: 40px auto 0;
		margin-top: -5rem;
		display: grid;
		/* grid-template-columns: 1fr 1fr; */
		max-width: 440px;
	}
}

@media screen and (min-width: 670px) and (max-width: 880px) {
	#compliance figure li img {
		width: auto;
		height: 6rem;
		/* margin-top: 1rem; */
	}
	.img-tri {
		margin-top: 6rem;
		/* margin-bottom: 3rem; */
	}
	.iso-certi {
		margin-top: -7rem;
	}
	#compliance figure ul {
		margin: 15px 0px 0;
		padding: 0px;
		/* margin: 40px auto 0; */
		margin-top: -7rem;
		display: grid;
		/* grid-template-columns: 1fr 1fr; */
		max-width: 440px;
	}
}

@media screen and (min-width: 881px) and (max-width: 950px) {
	#compliance figure li img {
		width: 11rem;
		margin: 0 auto 5px;
		/* width: auto; */
		height: 6rem;
	}
	#compliance figure ul {
		margin: 72px 0px 0;
		padding: 0px;
		/* margin: 40px auto 0; */
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 440px;
	}
	#compliance figure li {
		padding: 0 20px 10px;
	}
	#compliance figure li .img-tri {
		width: 6rem !important;
		height: 6rem !important;
	}
}

@media screen and (min-width: 951px) and (max-width: 1200px) {
	#compliance figure li img {
		width: 12rem;
		margin: 0 auto 5px;
		/* width: auto; */
		height: 6rem;
	}
	#compliance figure ul {
		margin: 72px 0px 0;
		padding: 0px;
		/* margin: 40px auto 0; */
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 440px;
	}
	#compliance figure li {
		padding: 0 20px 10px;
	}
	#compliance figure li .img-tri {
		width: 8rem !important;
		height: 7rem !important;
	}
}

@media screen and (min-width: 1201px) and (max-width: 4000px) {
	#compliance figure li img {
		width: 15rem;
		margin: 0 auto 5px;
		/* width: auto !important; */
		height: 6rem;
	}
	#compliance figure ul {
		margin: 31px 0px 0 !important;
		padding: 0px;
		/* margin: 40px auto 0; */
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 440px;
		margin: 2rem 0rem;
	}
	#compliance figure li {
		padding: 0 20px 10px;
	}
	#compliance figure li .img-tri {
		width: 8rem !important;
		height: 7rem !important;
	}
}

#compliance figure li:nth-child(2n) {
	/* transform: translateY(60px); */
	transform: translateY(100px)
}

#compliance figure li:nth-child(3n) {
	/* transform: translateY(60px); */
	transform: translateY(100px)
}

.common-SectionTitle {
	font-weight: 500;
	font-size: 34px;
	line-height: 44px;
	color: #32325d;
}

@media (min-width:670px) {
	.common-SectionTitle {
		font-size: 42px;
		line-height: 52px
	}
}

.common-SectionTitleHighlight {
	font-weight: 300;
	color: #6772e5
}

.common-InvertedText .common-BodyTitle,
.common-InvertedText .common-PageTitle,
.common-InvertedText .common-SectionTitle,
.common-InvertedText .common-SectionTitleHighlight,
.common-InvertedText .common-UppercaseText,
.common-InvertedText .common-UppercaseTitle {
	/* color: #fff; */
	color: black;
}

.benefit {
	position: relative;
}

.benefit>div {
	display: flex;
	flex-direction: column;
}

@media (min-width:670px) {
	.benefit>div {
		flex-direction: row
	}
	.benefit .content,
	.benefit figure {
		width: 50%;
	}
}

#security .content {
	padding: 60px 0 40px
}

@media (min-width:670px) {
	#security .content {
		padding: 20px 40px 60px 0;
	}
}

@media (min-width:880px) {
	#security .content {
		padding-right: 60px
	}
}

@media (min-width:1040px) {
	#security .content {
		padding-right: 80px
	}
}

#contact-bg .content {
	padding: 60px 0 40px
}

@media (min-width:670px) {
	#contact-bg .content {
		padding: 20px 40px 60px 0;
	}
}

@media (min-width:880px) {
	#contact-bg .content {
		padding-right: 60px
	}
}

@media (min-width:1040px) {
	#contact-bg .content {
		padding-right: 80px
	}
}
.benefit .content>:not(:last-child) {
	margin-bottom: 10px;
}

.benefit .content h2 {
	color: #32325d;
}

.common-UppercaseTitle {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em
}

@media (min-width:670px) {
	.common-UppercaseTitle {
		font-size: 21px;
		line-height: 32px
	}
}

.common-IntroText {
	font-weight: 300;
	font-size: 21px;
	line-height: 32px;
	color: #424770
}

@media (min-width:670px) {
	.common-IntroText {
		font-size: 24px;
		line-height: 36px
	}
}

.common-InvertedText .common-IntroText {
	color: #c4f0ff
}

.common-Link {
	color: #6772e5;
	font-weight: 500;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	cursor: pointer
}

.keyboard-navigation .common-Link:focus {
	outline: none;
	text-decoration: underline;
	text-underline-position: under
}

.common-Link:focus,
.common-Link:hover {
	color: #32325d
}

.common-Link:active {
	color: #000
}

.common-Link--arrow:after {
	font: normal 16px StripeIcons;
	content: "\2192";
	padding-left: 5px
}

.common-Link--arrowL:before {
	content: "\2192";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 5px
}

.common-Link--arrowL:before,
.common-Link--download:before {
	display: inline-block;
	font: normal 16px StripeIcons;
	vertical-align: -2px
}

.common-Link--download:before {
	content: "\279C";
	margin-right: 2px;
	-webkit-transform: rotate(90deg) scale(.9);
	transform: rotate(90deg) scale(.9)
}

.common-UppercaseText.common-Link--arrow:after {
	content: "\279C"
}

.common-InvertedText .common-Link,
.common-Link--white {
	color: #fff
}

.common-InvertedText .common-Link:focus,
.common-InvertedText .common-Link:hover,
.common-Link--white:focus,
.common-Link--white:hover {
	color: #c4f0ff
}

.common-InvertedText .common-Link:active,
.common-Link--white:active {
	color: #87bbfd
}

#security figure {
	padding: 40px 0
}

@media (min-width:670px) {
	#security figure {
		padding: 21px 0 120px 40px;
		/* padding: 60px 0 120px 40px */
	}
}

@media (min-width:880px) {
	#security figure {
		padding-left: 60px
	}
}

@media (min-width:1040px) {
	#security figure {
		padding-left: 80px
	}
}

@media (min-width:670px) {
	#security figure:before {
		left: 0!important;
		transform: skewY(-12deg);
		transform-origin: 0 100%
	}
}

#security figure li {
	font-size: 15px;
	line-height: 24px;
	color: #525f7f;
	display: flex;
	align-items: center
}

#security figure li:not(:last-child) {
	margin-bottom: 20px
}

#security figure li:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	margin: 0 20px 0 -5px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBmaWxsPSIjNmI3YzkzIiBkPSJNMCAwaDM2djM2SDB6Ii8+PHBhdGggZD0iTTE4IDlhNCA0IDAgMCAxIDQgNHY1YTQgNCAwIDAgMS00IDQgNCA0IDAgMCAxLTQtNHYtNWE0IDQgMCAwIDEgNC00eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xMy4zMyAxNmg5LjM0QTIuMjcgMi4yNyAwIDAgMSAyNSAxOC4yM3Y1LjU1QTIuMjcgMi4yNyAwIDAgMSAyMi42NyAyNmgtOS4zNEEyLjI3IDIuMjcgMCAwIDEgMTEgMjMuNzh2LTUuNTVBMi4yNyAyLjI3IDAgMCAxIDEzLjMzIDE2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
	border-radius: 50%;
	box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3)
}

#contact-bg figure {
	padding: 40px 0
}

@media (min-width:670px) {
	#contact-bg figure {
		padding: 21px 0 120px 40px;
		/* padding: 60px 0 120px 40px */
	}
}

@media (min-width:880px) {
	#contact-bg figure {
		padding-left: 60px
	}
}

@media (min-width:1040px) {
	#contact-bg figure {
		padding-left: 80px
	}
}

@media (min-width:670px) {
	#contact-bg figure:before {
		left: 0!important;
		transform: skewY(-12deg);
		transform-origin: 0 100%
	}
}

#contact-bg figure li {
	font-size: 15px;
	line-height: 24px;
	color: #525f7f;
	display: flex;
	align-items: center
}

#contact-bg figure li:not(:last-child) {
	margin-bottom: 20px
}

#contact-bg figure li:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	margin: 0 20px 0 -5px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBmaWxsPSIjNmI3YzkzIiBkPSJNMCAwaDM2djM2SDB6Ii8+PHBhdGggZD0iTTE4IDlhNCA0IDAgMCAxIDQgNHY1YTQgNCAwIDAgMS00IDQgNCA0IDAgMCAxLTQtNHYtNWE0IDQgMCAwIDEgNC00eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xMy4zMyAxNmg5LjM0QTIuMjcgMi4yNyAwIDAgMSAyNSAxOC4yM3Y1LjU1QTIuMjcgMi4yNyAwIDAgMSAyMi42NyAyNmgtOS4zNEEyLjI3IDIuMjcgMCAwIDEgMTEgMjMuNzh2LTUuNTVBMi4yNyAyLjI3IDAgMCAxIDEzLjMzIDE2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
	border-radius: 50%;
	box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3)
}

#compliance .content {
	padding: 60px 0 10px;
	/* transform: translateY(16%); */
}

@media (min-width:670px) {
	#compliance .content {
		/* padding: 40px 0 150px 40px; */
		padding: 0px 40px 60px 40px;
	}
}

@media (min-width:880px) {
	#compliance .content {
		/* padding-left: 60px; */
		padding: 20px 40px 60px 60px;
	}
}

@media (min-width:1040px) {
	#compliance .content {
		/* padding-left: 80px; */
		padding: 20px 40px 60px 80px;
	}
}


/* lower page bg clr */

.lower-page {
	position: relative;
	/* margin-top: 240px; */
	/* margin-top: -7rem; */
	padding-top: 10px
}

@media screen and (min-width:200px) and (max-width: 400px) {
	.lower-page {
		margin-top: -19.5rem !important;
	}
}

@media screen and (min-width: 401px) and (max-width: 500px) {
	.lower-page {
		margin-top: -16.5rem !important;
	}
}

@media screen and (min-width: 501px) and (max-width: 669px) {
	.lower-page {
		margin-top: -13.5rem !important;
	}
}



@media screen and (min-width:670px) and (max-width: 3000px) {
	.lower-page {
		margin-top:  1.5rem;
	}
}

.lower-page:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 17px;
	background: #f6f9fc;
	transform: skewY(-12deg)
}

.lower-page .page-header-home {
	display: none;
	top: calc(var(--stripe-height) * -6)
}

@media (min-width:1160px) {
	.lower-page .page-header-home {
		display: block
	}
}

.lower-page .page-header-home .grid {
	height: auto;
	grid-template-rows: repeat(10, var(--stripe-height))
}

.lower-page .diagonal:first-child {
	grid-row-start: 1;
	grid-column: left-gutter/5
}

.lower-page .diagonal:nth-child(2) {
	grid-row-start: 4;
	grid-column: left-gutter/4
}

.lower-page .diagonal:nth-child(3) {
	grid-row-start: 5;
	grid-column: viewport-start/5
}

.lower-page .diagonal:nth-child(4) {
	grid-row-start: 6;
	grid-column: viewport-start/8
}

.lower-page .diagonal:nth-child(5) {
	grid-row-start: 7;
	grid-column: left-gutter/4
}

.lower-page .diagonal:nth-child(6) {
	grid-row-start: 9;
	grid-column: viewport-start/3
}

.lower-page .diagonal:nth-child(7) {
	grid-row-start: 4;
	grid-column: -4/right-gutter
}

.lower-page .diagonal:nth-child(8) {
	grid-row-start: 7;
	grid-column: -8/right-gutter
}

.lower-page .diagonal:nth-child(9) {
	grid-row-start: 8;
	grid-column: -4/viewport-end
}

.lower-page .diagonal:nth-child(10) {
	grid-row-start: 10;
	grid-column: -5/-3
}



/*  */

#stack {
	position: relative;
	/* padding: 130px 0 100px; */
	/* padding: 3rem 0 100px; */
	background: white;
	/* background: linear-gradient(180deg, transparent 50%, #32325d 0); */
}

#stack:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background: #32325d; */
	transform: skewY(-12deg);
}

#stack .page-header-home {
	top: calc(var(--stripe-height) * -3)
}

#stack .page-header-home .grid {
	height: auto;
	grid-template-rows: repeat(7, var(--stripe-height))
}

#stack .diagonal:first-child {
	grid-row-start: 3;
	grid-column: 1/5;
}

#stack .diagonal:nth-child(2) {
	grid-row-start: 4;
	grid-column: left-gutter/content-start
}

#stack .diagonal:nth-child(3) {
	grid-row-start: 4;
	grid-column: viewport-start/5
}

#stack .diagonal:nth-child(4) {
	grid-row-start: 7;
	grid-column: left-gutter/4
}

#stack .diagonal:nth-child(5) {
	grid-row-start: 3;
	grid-column: -6/-1;
}

#stack .diagonal:nth-child(6) {
	grid-row-start: 4;
	grid-column: -8/-5
}

#stack .diagonal:nth-child(7) {
	grid-row-start: 4;
	grid-column: -5/viewport-end
}

#stack .diagonal:nth-child(8) {
	grid-row-start: 2;
	grid-column: -5/-1;
}

#stack .diagonal:nth-child(9) {
	grid-row-start: 1;
	grid-column: -4/-1;
}

#stack header {
	margin-bottom: 60px;
	max-width: 450px;
	margin-left: auto
}

@media (min-width:670px) {
	#stack header {
		text-align: right
	}
}

#stack footer {
	text-align: center;
	margin-top: 40px
}

@media (min-width:670px) {
	#stack footer {
		text-align: right
	}
}

#stack footer a {
	font-weight: 600
}

#stack footer a:after {
	content: "\279C";
	font-size: 19px
}


/*  */

@media (min-width: 1201px) and (max-width: 4000px) {
	.page-header-home {
		--stripe-height: 49px;
	}
	section .product .productTitle {
		display: block;
		text-align: center
	}
	section .product .productTitle {
		display: none;
	}
	section .product .productTitle strong {
		font-size: 2.75em
	}
	section .product .productTitle p {
		margin-top: 30px;
		line-height: 1.3em;
		font-size: 1.27em
	}
	section .product .productTitle strong {
		font-size: 1.8em
	}
	section .product .productTitle p {
		font-size: 1em
	}
	section .product .mSlide {
		display: none;
	}
	section .product .mSlide ul.slides li img {
		width: 100%
	}
	section .product .mSlide ul.slides li {
		position: relative
	}
	section .product .mSlide ul.slides li p {
		position: absolute;
		bottom: 10px;
		margin-left: 0;
		width: 100%;
		padding: 5px;
		box-sizing: border-box
	}
	section .product .mSlide ul.slides li p strong {
		display: block;
		font-size: .9em
	}
	section .product .mSlide ul.slides li p span {
		font-size: .8em;
		color: #888
	}
	.ulWrap li {
		list-style: none;
	}
	.slides,
	.slides>li,
	.flex-control-nav,
	.flex-direction-nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	section .product .ulWrap {
		overflow: hidden;
	}
	section .product .ulWrap ul {
		float: left;
		width: 288px;
		margin-right: 15px;
		padding: 0px;
	}
	section .product .ulWrap ul:last-child {
		margin-right: 0
	}
	section .product .ulWrap ul li {
		border: 1px solid #efefef;
		position: relative
	}
	section .product .ulWrap ul li:last-child {
		border-bottom: none
	}
	section .product .ulWrap ul li:first-child {
		margin-bottom: 15px
	}
	section .product .ulWrap ul li img {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	section .product .ulWrap ul li p {
		position: absolute;
		width: 262px;
		/* bottom: 10px; */
		bottom: -1rem;
		left: 50%;
		/* margin-left: -114px; */
		margin-left: -132px;
		line-height: 13px;
	}
	section .product .ulWrap ul li p strong {
		display: block;
		font-size: .9em
	}
	section .product .ulWrap ul li p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		font-weight: 500;
	}
	section .product .ulWrap.pc {
		display: block;
	}
	section .product .ulWrap.m {
		display: none
	}
	section .product .ulWrap {
		overflow: hidden;
	}
	.phone-view-image-gal {
		display: none!important;
	}
	.full-view-image-gal {
		width: 1200px;
		margin: 0 auto;
	}
	/* .page-header .diagonal:nth-child(11) {
grid-row-start: -7;
grid-column: -8/-3;
} */
	/* .page-header .diagonal:nth-child(9) {
grid-row-start: -10;
grid-column: -6/-1; ------ grid-column: -6/-4;
} */
}


/* 
@media all and (max-width:1200px) {
section .product .productTitle {
display: block;
text-align: center
}
section .product .productTitle strong {
font-size: 2.75em
}
section .product .productTitle p {
margin-top: 30px;
line-height: 1.3em;
font-size: 1.27em
}
section .product .ulWrap {
margin: 50px 2% 0 2%;
width: 96%
}
section .product .ulWrap ul {
width: 49%;
margin-right: 2%;
margin-bottom: 2%
}
section .product .ulWrap ul:nth-child(2n) {
margin-right: 0
}
section .product .ulWrap ul li p {
width: auto;
bottom: 30px;
margin-left: -32%
}
}
@media all and (max-width:640px) {
section .product .productTitle strong {
font-size: 1.8em
}
section .product .productTitle p {
font-size: 1em
}
section .product .ulWrap {
margin-top: 30px
}
section .product .ulWrap.pc {
display: none
}
section .product .mSlide {
display: block;
margin: 30px 5px 26px 5px
}
section .product .mSlide ul.slides li img {
width: 100%
}
section .product .mSlide ul.slides li {
position: relative
}
section .product .mSlide ul.slides li p {
position: absolute;
bottom: 10px;
margin-left: 0;
width: 100%;
padding: 5px;
box-sizing: border-box
}
section .product .mSlide ul.slides li p strong {
display: block;
font-size: .9em
}
section .product .mSlide ul.slides li p span {
font-size: .8em;
color: #888
}
section .mSlider {
position: relative
}
.mSlide .flex-viewport {
border: 1px solid #cecece
}
} */

@media screen and (min-width: 200px) and (max-width: 292px) {
	#stack header {
		margin: auto!important;
	}
	.full-view-image-gal {
		display: none;
	}
	.phone-view-image-gal li {
		list-style: none;
	}
	section .product .phone-view-image-gal img {
		width: 66%;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	section .product .ulWrap ul li p {
		position: absolute;
		width: 262px;
		bottom: -1rem;
		left: 50%;
		margin-left: -114px;
		line-height: 13px;
	}
	section .product .phone-view-image-gal .phone-view-image-gal p strong {
		display: block;
		font-size: .9em;
		text-align: justify;
	}
	section .product .phone-view-image-gal .phone-view-image-gal p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		text-align: justify;
	}
	.phone-view-image-gal {
		text-align: center;
	}
	.page-header .diagonal:nth-child(9) {
		grid-row-start: -9 !important;
		grid-column: -6/-4;
	}
	.page-header .diagonal:nth-child(11) {
		grid-row-start: -8!important;
		grid-column: -8/-3!important;
	}
	.diagonal.blue4 {
		background: #6772e5!important;
	}
	section .product .phone-view-image-gal p strong {
		display: block;
		font-size: .9em
	}
	section .product .phone-view-image-gal p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		font-weight: 500;
	}
}

@media screen and (min-width: 293px) and (max-width: 310px) {
	#stack header {
		margin: auto!important;
	}
	.full-view-image-gal {
		display: none;
	}
	.phone-view-image-gal li {
		list-style: none;
	}
	section .product .phone-view-image-gal img {
		width: 82%;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	section .product .ulWrap ul li p {
		position: absolute;
		width: 262px;
		bottom: -1rem;
		left: 50%;
		margin-left: -114px;
		line-height: 13px;
	}
	section .product .phone-view-image-gal .phone-view-image-gal p strong {
		display: block;
		font-size: .9em;
		text-align: justify;
	}
	section .product .phone-view-image-gal .phone-view-image-gal p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		text-align: justify;
	}
	.phone-view-image-gal {
		text-align: center;
	}
	.page-header .diagonal:nth-child(9) {
		grid-row-start: -9 !important;
		grid-column: -6/-4;
	}
	.page-header .diagonal:nth-child(11) {
		grid-row-start: -8!important;
		grid-column: -8/-3!important;
	}
	.diagonal.blue4 {
		background: #6772e5!important;
	}
	section .product .phone-view-image-gal p strong {
		display: block;
		font-size: .9em
	}
	section .product .phone-view-image-gal p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		font-weight: 500;
	}
}

@media (min-width: 311px) and (max-width: 4000px) {
	#stack header {
		margin: auto!important;
	}
	.full-view-image-gal {
		display: none;
	}
	/* .globalContent {
overflow: hidden;
position: relative;
} */
	.phone-view-image-gal li {
		list-style: none;
	}
	section .product .phone-view-image-gal img {
		/* width: 100%; */
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	section .product .ulWrap ul li p {
		position: absolute;
		width: 262px;
		/* bottom: 10px; */
		bottom: -1rem;
		left: 50%;
		margin-left: -114px;
		line-height: 13px;
	}
	section .product .phone-view-image-gal .phone-view-image-gal p strong {
		display: block;
		font-size: .9em;
		text-align: justify;
	}
	section .product .phone-view-image-gal .phone-view-image-gal p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		text-align: justify;
	}
	.phone-view-image-gal {
		text-align: center;
	}
	/* section .product .phone-view-image-gal .ulWrap ul li p strong {
text-align: center;
} */
	/* .phone-view-image-gal .ulWrap ul {
padding-inline-start: 0 !important;
}
.phone-view-image-gal {
text-align: center;
} */
	.page-header .diagonal:nth-child(9) {
		grid-row-start: -9 !important;
		grid-column: -6/-4;
	}
	.page-header .diagonal:nth-child(11) {
		grid-row-start: -8!important;
		grid-column: -8/-3!important;
	}
	.diagonal.blue4 {
		background: #6772e5!important;
	}
	section .product .phone-view-image-gal p strong {
		display: block;
		font-size: .9em
	}
	section .product .phone-view-image-gal p span {
		font-size: .8em;
		color: #888;
		font-family: "HK Grotesk", sans-serif;
		font-weight: 500;
	}
}


/* @media (min-width: 1450px) and (max-width: 3000px) {
.page-header .content h1 {
margin-bottom: 30px;
}
.common-MediumBodyText {
font-size: 21px;
}
.page-header {
padding-top: 4rem;
}
.page-header-home {
--stripe-height: 64px;
}
#stack header {
margin: auto!important;
}
.full-view-image-gal {
display: none;
}
.phone-view-image-gal li {
list-style: none;
}
section .product .phone-view-image-gal img {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
section .product .ulWrap ul li p {
position: absolute;
width: 262px;
bottom: -1rem;
left: 50%;
margin-left: -114px;
line-height: 13px;
}
section .product .phone-view-image-gal .phone-view-image-gal p strong {
display: block;
font-size: .9em;
text-align: justify;
}
section .product .phone-view-image-gal .phone-view-image-gal p span {
font-size: .8em;
color: #888;
font-family: "HK Grotesk", sans-serif;
text-align: justify;
}
.phone-view-image-gal {
text-align: center;
}
.page-header .diagonal:nth-child(9) {
grid-row-start: -9 !important;
grid-column: -6/-4;
}
.page-header .diagonal:nth-child(11) {
grid-row-start: -8!important;
grid-column: -8/-1!important;
}
.diagonal.blue4 {
background: #6772e5!important;
}
section .product .phone-view-image-gal p strong {
display: block;
font-size: .9em
}
section .product .phone-view-image-gal p span {
font-size: .8em;
color: #888;
font-family: "HK Grotesk", sans-serif;
font-weight: 500;
}
} */

.page-header {
	position: relative;
	margin-bottom: 170px;
}

@media screen and (min-width: 1000px) and (max-width: 1371px) {
	.page-header {
		padding-top: 2rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -5/viewport-end !important;
	}
	.page-header-home {
		--stripe-height: 49px;
	}
}

@media screen and (min-width: 1372px) and (max-width: 1440px) {
	.page-header {
		padding-top: 2rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -5/viewport-end !important;
	}
	.page-header-home {
		--stripe-height: 49px;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
	.page-header {
		padding-top: 3rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -5/viewport-end !important;
	}
	.page-header-home {
		--stripe-height: 49px;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1670px) {
	.page-header {
		padding-top: 3rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -5/viewport-end !important;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
		/* font-weight: 600; */
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header {
		padding-top: 5rem;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}

@media screen and (min-width: 1671px) and (max-width: 1790px) {
	.page-header {
		padding-top: 5.5rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -5/viewport-end !important;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
		/* font-weight: 600; */
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}

@media screen and (min-width: 1791px) and (max-width: 2046px) {
	.page-header {
		padding-top: 6.6rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -4/viewport-end;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
		/* font-weight: 600; */
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}

@media screen and (min-width: 2047px) and (max-width: 2100px) {
	.page-header {
		padding-top: 8.5rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -4/viewport-end;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
		/* font-weight: 600; */
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}

@media screen and (min-width: 2101px) and (max-width: 2136px) {
	.page-header {
		padding-top: 8rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -4/viewport-end;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
		/* font-weight: 600; */
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}

@media screen and (min-width: 2137px) and (max-width: 2300px) {
	.page-header {
		padding-top: 9rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -4/viewport-end;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
		/* font-weight: 600; */
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}

@media screen and (min-width: 2301px) and (max-width: 3000px) {
	.page-header {
		padding-top: 10rem;
	}
	.page-header .diagonal:nth-child(8) {
		grid-row-start: -11;
		grid-column: -4/viewport-end;
	}
	.page-header .content h1 {
		margin-bottom: 30px;
	}
	.common-MediumBodyText {
		/* font-weight: 400; */
		font-size: 21px;
	}
	.page-header-home {
		--stripe-height: 64px;
	}
}


/* last section */


/* .img-clients {
margin: 0px -19rem 0px -19rem;
margin-right: -19rem;
} */

@media screen and (max-width: 576px) {
	.img-clients {
		margin: 0px 0rem 0px 0rem;
	}
}

/* @media screen and (min-width: 577px) and (max-width: 626px) {
	.img-clients {
		margin: 0px -1rem 0px -1rem;
	}
}

@media screen and (min-width: 627px) and (max-width: 686px) {
	.img-clients {
		margin: 0px -3rem 0px -3rem;
	}
}

@media screen and (min-width: 688px) and (max-width: 744px) {
	.img-clients {
		margin: 0px -5rem 0px -5rem;
	}
}

@media screen and (min-width: 745px) and (max-width: 815px) {
	.img-clients {
		margin: 0px -7rem 0px -7rem;
	}
}

@media screen and (min-width: 816px) and (max-width: 876px) {
	.img-clients {
		margin: 0px -9rem 0px -9rem;
	}
}

@media screen and (min-width: 877px) and (max-width: 944px) {
	.img-clients {
		margin: 0px -11rem 0px -11rem;
	}
}

@media screen and (min-width: 945px) and (max-width: 1026px) {
	.img-clients {
		margin: 0px -13rem 0px -13rem;
	}
}
*/

@media screen and (min-width: 577px) and (max-width: 1185px) {
	.img-clients {
		margin: 0px -1rem 0px -1rem;
	}
} 

@media screen and (min-width: 1086px) and (max-width: 1357px) {
	.img-clients {
		margin: 0px -2rem 0px -2rem;
	}
}

@media screen and (min-width: 1358px) and (max-width: 4000px) {
	.img-clients {
		margin: 0px -5rem 0px -5rem;
	}
}

.et_pb_section_1.et_pb_section {
	padding-top: 0;
	padding-bottom: 30px;
	margin-top: 0;
	background-color: #ffffff!important;
}

.et_pb_section {
	position: relative;
	background-color: #fff;
	background-position: 50%;
	background-size: 100%;
	background-size: cover;
}

@media (max-width:980px) {
	.et_pb_section {
		padding: 50px 0;
	}
}

@media (min-width:981px) {
	.et_pb_section {
		padding: 4% 0;
	}
}

@media only screen and (min-width:1350px) {
	.et_pb_section {
		padding: 54px 0;
	}
}

.et_pb_row_3.et_pb_row {
	padding-top: 0!important;
	margin-top: 0!important;
	margin-left: auto!important;
	margin-right: auto!important;
	padding-top: 0;
}

.et_pb_row {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.et_pb_row {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative;
}

.et_pb_with_background {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.et_pb_column {
	float: left;
	position: relative;
	z-index: 2;
	min-height: 1px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.et_pb_column_3 {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}

.et_pb_css_mix_blend_mode_passthrough {
	mix-blend-mode: unset!important;
}

@media (min-width: 981px) {
	.et_pb_row {
		padding: 2% 0;
	}
	.et_pb_gutters4 .et_pb_column_1_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
		width: 19%;
		margin-right: 8%;
	}
	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child {
		margin-right: 0!important;
	}
}

.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
	margin-bottom: 0;
}

.et_pb_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.et_pb_image img {
	position: relative;
}

.et_pb_image_2 {
	text-align: left;
	margin-left: 0;
}

.et_pb_image_3 {
	text-align: left;
	margin-left: 0;
}

.et_pb_image_5 {
	text-align: left;
	margin-left: 0;
}

.et_pb_module {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}

.et_pb_column_4 {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;

}

/* body classes */

/* home page */

.home-page-body {
	/* padding-top: 0px; */
	overflow-x: hidden;
}

.mail-us-display {
	display: inline-block !important;
}

.Dacromet-top {
	margin-top: .2rem;
}

/*  */

@media screen and (min-width: 547px) and (max-width: 4000px) {
	.error-page-sec {
	   padding-bottom: 15rem;
	   padding-top: 8rem;
	}
 }
 @media screen and (min-width: 401px) and (max-width: 546px) {
	.error-page-sec {
	   padding-bottom: 15rem;
	   padding-top: 9rem;
	}
 }
 @media screen and (min-width: 311px) and (max-width: 400px) {
	.error-page-sec {
	   padding-bottom: 15rem;
	   padding-top: 11rem;
	}
 }
 @media screen and (min-width: 263px) and (max-width: 310px) {
	.error-page-sec {
	   padding-bottom: 17rem;
	   padding-top: 12rem;
	}
 }
 @media screen and (min-width: 200px) and (max-width: 262px) {
	.error-page-sec {
	   padding-bottom: 18rem;
	   padding-top: 14rem;
	}
 }

 .below-header {
	margin-top: 7rem;
 }

 .below-button {
   margin-bottom: 15rem;
 }


 /* <!-- STYLE IN LIST -->  typography */
 .products-tags li {
	color: #212529;
	background: #F5F5F5;
    display: block;
    margin: 7px;
    padding: 6px 6px 6px 10px;
	border-left: 7px solid #ed6212;
	text-decoration: none;
}

.products-tags a {
	color: #212529;
	text-decoration: none;
}

.related-grade {
    clear: both;
	padding: 10px 0 10px;	
}

@media screen and (min-width: 768px) and (max-width: 854px) { 
	.related-grade {
		padding: 10px 0 13rem 0px;
	}
}
@media screen and (min-width: 855px) and (max-width: 948px) { 
	.related-grade {
		padding: 10px 0 10rem 0px;
	}
}
@media screen and (min-width: 949px) and (max-width: 4000px) { 
	.related-grade {
		padding: 10px 0 8rem 0px;
	}
}

.related-grade .container-lft-style {
	margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}

.container-lft-style::before {
	content: " ";
    display: table;
}

.container-lft-style ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    line-height: 160%;
}

@media (min-width: 768px) {
	.container-lft-style .col-sm-4, .container-lft-style .col-sm-6 {
		float: left;
	}
	.container-lft-style .col-sm-4 {
		width: 30.33333333%;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.container-lft-style .col-sm-6 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

/* clrd btns */

.red-spl {
	background-color: #da0605;
	border-color: #da0605;
	color: #fff;
}

.green-spl {
	background-color: #9dc05b;
	border-color: #9dc05b;
	color: #fff;
}

.black-spl {
	background-color: #333333;
	border-color: #333333;
	color: #fff;
}

.black-spl:hover {
	color: #fff;
}

.yellow-spl {
	background-color: #fff501;
	border-color: #fff501; 
	color: #495057;
}

.org-spl {
	background-color: #ff1300;
	border-color: #ff1300;
	color: #fff;
}

.drk-grey-spl {
	background-color: #495057;
	border-color: #495057;
	color: #fff;
}

.blue-spl {
	background-color: #007fe3;
	border-color: #007fe3;
	color: #fff;
}

.blue-spl a:visited {
	background-color: #007fe3;
	border-color: #007fe3;
	color: #fff;
}

.lt-green-spl {
	background-color: #868e96;
	border-color: #868e96;
	color: #fff;
}

.lt-grey-spl {
	background-color: #868e96;
	border-color: #868e96;
	color: #fff;
}

/*call-to-action*/
.home-call-to-action{
	background: url('../img/contact-background.jpg') center center no-repeat; 
	background-size: cover; 
	margin-top: 11rem!important; 
	}
/*call-to-action end*/
/*Related Keywords*/

.LegacyContentWrapper .hero-container {
	margin-top: 0;
}

.LegacyContentWrapper .hero {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	position: relative;
}

.LegacyContentWrapper .hero>div:not(.hero-screen) {
	flex-basis: 0;
	flex-grow: 1;
	z-index: 2;
}

.LegacyContentWrapper .hero:first-child>div:not(.hero-screen) {
	padding: 0;
}

.LegacyContentWrapper .hero .hero-left {
	padding-right: 36px;
	min-width: 280px;
}

.LegacyContentWrapper .hero .hero-left h2 {
	font-size: 24px;
	margin-top: 0;
	padding-top: 16px;
}

.LegacyContentWrapper .hero .hero-left p {
	font-size: 16px;
}

.LegacyContentWrapper .hero .hero-right .rounded-top-image {
	border-radius: 8px 8px 0px 0px;
}

.LegacyContentWrapper .hero .hero-left .body-header-text {
	font-size: 20px;
}


.LegacyContentWrapper .hero .guide-links-container {
	margin-top: 10px;
	display: none;
}

.LegacyContentWrapper .hero .hero-badges-container {
	line-height: 32px;
}

.LegacyContentWrapper .hero .hero-badge {
	font-size: 13px;
	line-height: 18px;
	color: var(--sail-color-gray-500);
	background: #f3f3f3;
	display: inline-block;
	border-radius: 6px;
	padding: 3px 8px 3px 6px;
	margin-right: 6px;
	font-weight: 500;
}

.hero-badge a {
	color: var(--sail-color-gray-500);
}


.hero-badge a:hover {
	color: #e63946;
	text-decoration: underline
}

.LegacyContentWrapper .hero .hero-right img {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: relative;
	width: 500px;
	align-self: flex-start;
}

.LegacyContentWrapper .hero .hero-right img.business-hero-img {
	height: 233px;
}

@media (max-width: 1250px) {
	/* landing page elements */
	.LegacyContentWrapper article .hero.hero-payment-methods .hero-right img,
	.LegacyContentWrapper article .hero .hero-right img {
		width: 40vw;
	}
	.LegacyContentWrapper article .hero.home-payments-hero .hero-right img {
		width: 100%;
	}
	.LegacyContentWrapper article .split-hero-image {
		height: 155px;
	}
}

@media (max-width: 1150px) {
	/* landing page elements */
	.LegacyContentWrapper .hero.home-payments-hero .hero-left {
		min-width: 360px;
	}
	/*.LegacyContentWrapper .hero .LegacyContentWrappers-container {
		display: none;
	}
	.LegacyContentWrapper .guide-cards .product-badge {
		display: none;
	}*/
}


/* 1000px is our breakpoint for collapsing the side nav */

@media (max-width: 1000px) {
	/* landing page elements */
	.LegacyContentWrapper article .hero.hero-payment-methods .hero-right img,
	.LegacyContentWrapper article .hero .hero-right img {
		width: 50vw;
	}
}

@media (max-width: 750px) {
	/* landing page elements */
	.LegacyContentWrapper article .hero.home-payments-hero .hero-right,
	.LegacyContentWrapper article .hero.hero-payment-methods .hero-right,
	.LegacyContentWrapper article .split-hero,
	.LegacyContentWrapper article .explore-stripe,
	.LegacyContentWrapper article .products-header {
		display: none;
	}
	.LegacyContentWrapper article .home-payments-hero {
		min-height: 220px;
	}
}

@media (max-width: 650px) {
	/* landing page elements */
	.LegacyContentWrapper article .hero .hero-right {
		display: none;
	}
	.LegacyContentWrapper article .hero.home-payments-hero .hero-left,
	.LegacyContentWrapper article .hero .hero-left {
		min-width: unset;
	}
	.LegacyContentWrapper article .hero.home-payments-hero .hero-left {
		padding: 10vw 0;
	}
	.LegacyContentWrapper article .hero+.guide-cards-container {
		border-top: none;
		padding-top: 0;
	}
}

@media (max-width: 500px) {
	/* landing page elements */
	.LegacyContentWrapper article .hero .hero-left {
		padding-right: 0;
	}
}
/*Related Keywords end*/


/*Bullet arrow*/

.standard-arrow li{
	position: relative;
	padding-left: 24px;
	margin-bottom: 5px;
	list-style: none
}

.standard-arrow li:after,
.standard-arrow li:before {
	position: absolute;
	left: 0;
	width: 13px;
	height: 13px;
	content: "";
	background-position: 0 center;
	background-repeat: no-repeat;
}

.standard-arrow li:before {
	color: #fff;
	background-color: #e63946;
    border-radius: 50%;
    background-clip: padding-box;
}

.standard-arrow.bullet-top li:before,
.standard-arrow.list-divider li:first-child:before,
.standard-arrow.list-divider li:first-child:after,
.standard-arrow.bullet-top li:after {
	top: 5px;
	margin-top: 0;
}

.standard-arrow li:after {
    background-image: url(data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%225.159,2.802%208.841,6.57%205.314,10.291%204.237,9.254%206.897,6.51%204.159,3.833%20%22/%3E%3C/svg%3E);
}
/*Bullet arrow end*/


/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fbd214;
}

.diagonal-cell {
    position: relative;
}

/* perfect diagonal bottom-left → top-right, no colors added */
.diagonal-cell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top right,
        transparent 50%,
        currentColor 51%,
        transparent 52%
    );
    pointer-events: none;
}

/* "Size" bottom-left */
.diagonal-bottom {
    position: absolute;
    bottom: 4px;
    left: 6px;
}

/* "Type" top-right */
.diagonal-top {
    position: absolute;
    top: 4px;
    right: 6px;
}









.navbar-toggler {
  font-size: 24px;
  padding: 6px 10px;
}

@media (max-width: 991px) {

  /* Force menu below logo */
  .navbar-collapse {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
  }

  /* Stack properly */
  .navbar .container-fluid {
    flex-wrap: wrap;
  }

  /* Full width menu */
  .navbar-nav {
    width: 100%;
  }

  /* Links spacing */
  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    padding: 10px 0;
  }
}









/* Image only - no card background or gradient */
.glass-card {
  position: relative;
  border-radius: 0; /* Remove rounded card */
  overflow: visible; /* Allow full image display */
  backdrop-filter: none; /* Remove blur */
  background: transparent; /* No background */
  box-shadow: none; /* Remove shadow */
  transition: none; /* Optional, remove hover transform */
}

/* Image */
.glass-card img {
  width: 100%;
  display: block;
  border-radius: 0; /* Remove rounded corners if any */
  transition: transform 0.4s ease; /* Optional hover zoom */
}

/* Overlay Text */
.overlay-text {
  display: none; /* Hide overlay text if no card */
}

/* Optional Hover Zoom */
.glass-card:hover img {
  transform: scale(1.05); /* Slight zoom on hover */
}























































 
 