@font-face {
    font-family: 'Avenir Next Rounded Pro';
    src: url('/assets/font/AvenirNextRoundedPro-Med.woff2') format('woff2'),
    url('/assets/font/AvenirNextRoundedPro-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Rounded Pro';
    src: url('/assets/font/AvenirNextRoundedPro-Reg.woff2') format('woff2'),
    url('/assets/font/AvenirNextRoundedPro-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

address, pre {
	margin-bottom: 1rem
}

body, caption {
	text-align: left
}

pre, textarea {
	overflow: auto
}

article, aside, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
	display: block
}

img, legend {
	max-width: 100%
}

dd, label, legend {
	margin-bottom: .5rem
}

address, legend {
	line-height: inherit
}

progress, sub, sup {
	vertical-align: baseline
}

label, output {
	display: inline-block
}

button, hr, input {
	overflow: visible
}

hr, legend {
	width: 100%
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .form-row > .col, .form-row > [class*=col-], .no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.btn-link, .btn:hover {
	text-decoration: none
}

.dropdown-menu, .nav, .navbar-nav {
	list-style: none
}

.badge, .dropdown-header, .dropdown-item, .dropdown-toggle, .input-group-text, .sr-only {
	white-space: nowrap
}

.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav, html {
	-webkit-tap-highlight-color: transparent
}

body, html {
	overflow-x: hidden
}

[class*=new-gradient] {
	background-image: linear-gradient(90deg, rgba(26, 215, 249, 0) 0, #18d9f9 100%)
}

.opacity-100 {
	opacity: 100 !important
}

@media screen and (min-width: 992px) {
	.pt-lg-25px {
		padding-top: 25px !important
	}

	.pb-lg-60px {
		padding-bottom: 60px !important
	}
}

@media screen and (min-width: 1200px) {
	.mb-xl-0 {
		margin-bottom: 0 !important
	}
}

@media screen and (min-width: 768px) {
	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.mr-md-2 {
		margin-right: 2px !important
	}

	.pl-md-0 {
		padding-left: 0 !important
	}
}

.container, .container-fluid {
	margin-right: auto;
	margin-left: auto
}

.bg-900 {
	color: 900px !important
}

.opacity-50 {
	opacity: 50 !important
}

.line-height-4 {
	line-height: 4px !important
}

.bg-100 {
	color: 100px !important
}

.bg-200 {
	color: 200px !important
}

.font-size-14 {
	font-size: 14px !important
}

.font-size-11 {
	font-size: 11px !important
}

@media screen and (min-width: 992px) {
	.py-lg-10px {
		padding-top: 10px;
		padding-bottom: 10px !important
	}

	.mb-lg-20px {
		margin-bottom: 20px !important
	}

	.py-lg-50px {
		padding-top: 50px;
		padding-bottom: 50px !important
	}

	.py-lg-100px {
		padding-top: 100px;
		padding-bottom: 100px !important
	}

	.py-lg-0 {
		padding-top: 0;
		padding-bottom: 0 !important
	}
}

.opacity-25 {
	opacity: 25 !important
}

.bg-blue {
	background-color: #007bff !important
}

.text-blue {
	color: #007bff !important
}

.bg-indigo {
	background-color: #6610f2 !important
}

.text-indigo {
	color: #6610f2 !important
}

.bg-purple {
	background-color: #6f42c1 !important
}

.text-purple {
	color: #6f42c1 !important
}

.bg-pink {
	background-color: #e83e8c !important
}

.text-pink {
	color: #e83e8c !important
}

.bg-red {
	background-color: #dc3545 !important
}

.text-red {
	color: #dc3545 !important
}

.bg-orange {
	background-color: #fd7e14 !important
}

.text-orange {
	color: #fd7e14 !important
}

.bg-yellow {
	background-color: #ffc107 !important
}

.text-yellow {
	color: #ffc107 !important
}

.bg-green {
	background-color: #28a745 !important
}

.text-green {
	color: #28a745 !important
}

.bg-teal {
	background-color: #20c997 !important
}

.text-teal {
	color: #20c997 !important
}

.bg-cyan {
	background-color: #17a2b8 !important
}

.text-cyan {
	color: #17a2b8 !important
}

.bg-gray {
	background-color: #6c757d !important
}

.text-gray {
	color: #6c757d !important
}

.bg-gray-dark {
	background-color: #343a40 !important
}

.text-gray-dark {
	color: #343a40 !important
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #09B7E1;
	--secondary: #0387BE;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--white: #fff;
	--black: #000;
	--100: #f8f9fa;
	--200: #e9ecef;
	--300: #dee2e6;
	--400: #ced4da;
	--500: #adb5bd;
	--600: #6c757d;
	--700: #495057;
	--800: #343a40;
	--900: #212529;
	--new-color: #c0f;
	--new-gradient: #f05;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: "Avenir Next Rounded Pro", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #707070;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
	cursor: pointer
}

address {
	font-style: normal
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

blockquote, figure {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0
}

.btn, img, svg {
	vertical-align: middle
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #09b7e1;
	background-color: transparent;
	transition: .4s;
	text-decoration: none !important
}

a:hover {
	color: #067b97;
	text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

.collapsing, svg {
	overflow: hidden
}

img {
	border-style: none;
	height: auto !important
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	caption-side: bottom
}

th {
	text-align: inherit
}

button {
	border-radius: 0
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

hr, html .panel-image {
	box-sizing: content-box
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	padding: 0;
	font-size: 1.5rem;
	color: inherit;
	white-space: normal
}

.blockquote, hr {
	margin-bottom: 1rem
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.275rem + .3vw)
	}
}

[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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}

.btn, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Avenir Next Rounded Pro", sans-serif
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	line-height: 1.2;
	color: #252525;
	text-transform: initial;
	font-style: normal;
	letter-spacing: 0
}

.h1, h1 {
	font-size: 2.5rem
}

@media (max-width: 1200px) {
	.h1, h1 {
		font-size: calc(1.375rem + 1.5vw)
	}
}

.h2, h2 {
	font-size: 2rem
}

@media (max-width: 1200px) {
	.h2, h2 {
		font-size: calc(1.325rem + .9vw)
	}
}

.h3, h3 {
	font-size: 1.75rem
}

@media (max-width: 1200px) {
	.h3, h3 {
		font-size: calc(1.3rem + .6vw)
	}
}

.h4, h4 {
	font-size: 1.5rem
}

@media (max-width: 1200px) {
	.h4, h4 {
		font-size: calc(1.275rem + .3vw)
	}
}

.h5, h5 {
	font-size: 1.25rem
}

.h6, h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1, .display-2, .display-3, .display-4 {
	font-weight: 600;
	line-height: 1.1;
	text-transform: initial;
	font-style: normal
}

.display-1 {
	font-size: 4.5rem
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.575rem + 3.9vw)
	}
}

.display-2 {
	font-size: 4.125rem
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.5375rem + 3.45vw)
	}
}

.display-3 {
	font-size: 3.75rem
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.5rem + 3vw)
	}
}

.display-4 {
	font-size: 3.375rem
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.4625rem + 2.55vw)
	}
}

hr {
	height: 0;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(33, 37, 41, .15)
}

.small, small {
	font-size: .875rem;
	font-weight: 400
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}

.container, .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	font-size: 1.125rem
}

.blockquote-footer {
	display: block;
	font-size: .875rem;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.lead-line-height {
	line-height: 1.5 !important
}

.line-height-20 {
	line-height: 2em !important
}

.line-height-11 {
	line-height: 1.1em !important
}

.line-height-12 {
	line-height: 1.2em !important
}

.line-height-13 {
	line-height: 1.3em !important
}

.line-height-14 {
	line-height: 1.4em !important
}

.line-height-15 {
	line-height: 1.5em !important
}

.line-height-16 {
	line-height: 1.6em !important
}

.line-height-17 {
	line-height: 1.7em !important
}

.line-height-18 {
	line-height: 1.8em !important
}

.line-height-19 {
	line-height: 1.9em !important
}

.line-height-10 {
	line-height: 1em !important
}

.line-height-01 {
	line-height: .1em !important
}

.line-height-02 {
	line-height: .2em !important
}

.line-height-03 {
	line-height: .3em !important
}

.line-height-04 {
	line-height: .4em !important
}

.line-height-05 {
	line-height: .5em !important
}

.line-height-06 {
	line-height: .6em !important
}

.line-height-07 {
	line-height: .7em !important
}

.line-height-08 {
	line-height: .8em !important
}

.line-height-09 {
	line-height: .9em !important
}

.font-size-1px {
	font-size: 1px !important
}

.font-size-2px {
	font-size: 2px !important
}

.font-size-3px {
	font-size: 3px !important
}

.font-size-4px {
	font-size: 4px !important
}

.font-size-5px {
	font-size: 5px !important
}

.font-size-6px {
	font-size: 6px !important
}

.font-size-7px {
	font-size: 7px !important
}

.font-size-8px {
	font-size: 8px !important
}

.font-size-9px {
	font-size: 9px !important
}

.font-size-10px {
	font-size: 10px !important
}

.font-size-11px {
	font-size: 11px !important
}

.font-size-12px {
	font-size: 12px !important
}

.font-size-13px {
	font-size: 13px !important
}

.font-size-14px {
	font-size: 14px !important
}

.font-size-15px {
	font-size: 15px !important
}

.font-size-16px {
	font-size: 16px !important
}

.font-size-17px {
	font-size: 17px !important
}

.font-size-18px {
	font-size: 18px !important
}

.font-size-19px {
	font-size: 19px !important
}

.font-size-20px {
	font-size: 20px !important
}

.font-size-21px {
	font-size: 21px !important
}

.font-size-22px {
	font-size: 22px !important
}

.font-size-23px {
	font-size: 23px !important
}

.font-size-24px {
	font-size: 24px !important
}

@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
	}
}

.col, .col-auto {
	max-width: 100%
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-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
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.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%
	}
}

.dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after, .form-row {
	margin-left: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(33, 37, 41, .15);
	border-radius: 5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.col-form-label, .col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	line-height: 1.5
}

.btn, .main-slide .mod p span, .navbar ul.navbar-nav a.current {
	font-weight: 800;
    text-decoration: underline;
}

@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: #70dff9;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(9, 183, 225, .25)
}

.form-control::placeholder {
	color: #ced4da;
	opacity: 1
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	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 {
	margin-bottom: 0;
	font-size: inherit
}

.col-form-label-lg {
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #707070;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-group, .form-row {
	margin-bottom: 1rem
}

.form-control-lg, .form-control-sm {
	line-height: 1.5;
	border-radius: 5px
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
	height: auto
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.invalid-tooltip, .valid-tooltip {
	position: absolute;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 5px;
	top: 100%
}

.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: 0;
	font-size: .875rem;
	color: #28a745
}

.valid-tooltip {
	margin-top: .1rem;
	color: #fff;
	background-color: rgba(40, 167, 69, .9)
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 1rem);
	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 + .25rem);
	background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.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: calc(1.5em + 1rem);
	background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc((1em + 1rem) * 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") right .75rem center/8px 10px no-repeat, 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") center right 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem) no-repeat #fff
}

.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: 0;
	font-size: .875rem;
	color: #dc3545
}

.invalid-tooltip {
	margin-top: .1rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9)
}

.collapsing, .dropdown, .dropleft, .dropright, .dropup {
	position: relative
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 1rem);
	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 + .25rem);
	background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.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: calc(1.5em + 1rem);
	background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 1rem) * 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") right .75rem center/8px 10px no-repeat, 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") center right 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem) no-repeat #fff
}

.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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(9, 183, 225, .5)
}

.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 {
	display: inline-block;
	color: #707070;
	text-align: center;
	user-select: none;
	background-color: transparent;
	text-transform: capitalize;
	letter-spacing: -.38px;
	border: 1px solid transparent;
	padding: 15px 30px;
	font-size: 1.1875rem;
	line-height: 1.4em;
	border-radius: 5px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn[class*=gradient] {
	border: none !important
}

.btn-lg, .btn-sm {
	font-size: 1.1875rem;
	line-height: 1.5;
	border-radius: 5px
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #707070
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(46, 194, 230, .5)
}

.btn.disabled, .btn:disabled {
	opacity: .65
}

.custom-file-input, .fade:not(.show), .modal-backdrop.fade {
	opacity: 0
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary:hover {
	color: #fff;
	border-color: #078fb0
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #09b7e1;
	border-color: #09b7e1
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #078fb0;
	border-color: #0785a4
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(41, 153, 200, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #0387be;
	border-color: #0387be
}

.btn-secondary:hover {
	color: #fff;
	background-color: #026c98;
	border-color: #02638c
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #0387be;
	border-color: #0387be
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #02638c;
	border-color: #025a7f
}

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(72, 180, 97, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(58, 176, 195, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(222, 170, 12, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #fff;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(225, 83, 97, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(216, 217, 219, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(82, 88, 93, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-white.focus, .btn-white:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(222, 222, 223, .5)
}

.btn-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-white.disabled, .btn-white:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.btn-black, .btn-black.disabled, .btn-black:disabled, .btn-black:hover, .btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show > .btn-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black.focus, .btn-black:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus, .show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(38, 38, 38, .5)
}

.btn-100.focus, .btn-100:focus, .btn-100:not(:disabled):not(.disabled).active:focus, .btn-100:not(:disabled):not(.disabled):active:focus, .show > .btn-100.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(216, 217, 219, .5)
}

.btn-100 {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-100:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-100.disabled, .btn-100:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-100:not(:disabled):not(.disabled).active, .btn-100:not(:disabled):not(.disabled):active, .show > .btn-100.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-200.focus, .btn-200:focus, .btn-200:not(:disabled):not(.disabled).active:focus, .btn-200:not(:disabled):not(.disabled):active:focus, .show > .btn-200.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(203, 206, 209, .5)
}

.btn-200 {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-200:hover {
	color: #212529;
	background-color: #d3d9df;
	border-color: #cbd3da
}

.btn-200.disabled, .btn-200:disabled {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-200:not(:disabled):not(.disabled).active, .btn-200:not(:disabled):not(.disabled):active, .show > .btn-200.dropdown-toggle {
	color: #212529;
	background-color: #cbd3da;
	border-color: #c4ccd4
}

.btn-300.focus, .btn-300:focus, .btn-300:not(:disabled):not(.disabled).active:focus, .btn-300:not(:disabled):not(.disabled):active:focus, .show > .btn-300.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(194, 198, 202, .5)
}

.btn-300 {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-300:hover {
	color: #212529;
	background-color: #c8cfd6;
	border-color: #c1c9d0
}

.btn-300.disabled, .btn-300:disabled {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-300:not(:disabled):not(.disabled).active, .btn-300:not(:disabled):not(.disabled):active, .show > .btn-300.dropdown-toggle {
	color: #212529;
	background-color: #c1c9d0;
	border-color: #bac2cb
}

.btn-400.focus, .btn-400:focus, .btn-400:not(:disabled):not(.disabled).active:focus, .btn-400:not(:disabled):not(.disabled):active:focus, .show > .btn-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(180, 186, 191, .5)
}

.btn-400 {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-400:hover {
	color: #212529;
	background-color: #b8c1ca;
	border-color: #b1bbc4
}

.btn-400.disabled, .btn-400:disabled {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-400:not(:disabled):not(.disabled).active, .btn-400:not(:disabled):not(.disabled):active, .show > .btn-400.dropdown-toggle {
	color: #212529;
	background-color: #b1bbc4;
	border-color: #aab4bf
}

.btn-500.focus, .btn-500:focus, .btn-500:not(:disabled):not(.disabled).active:focus, .btn-500:not(:disabled):not(.disabled):active:focus, .show > .btn-500.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(152, 159, 167, .5)
}

.btn-500 {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-500:hover {
	color: #fff;
	background-color: #98a2ac;
	border-color: #919ca6
}

.btn-500.disabled, .btn-500:disabled {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-500:not(:disabled):not(.disabled).active, .btn-500:not(:disabled):not(.disabled):active, .show > .btn-500.dropdown-toggle {
	color: #fff;
	background-color: #919ca6;
	border-color: #8a95a1
}

.btn-600.focus, .btn-600:focus, .btn-600:not(:disabled):not(.disabled).active:focus, .btn-600:not(:disabled):not(.disabled):active:focus, .show > .btn-600.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(130, 138, 145, .5)
}

.btn-600 {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-600:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-600.disabled, .btn-600:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-600:not(:disabled):not(.disabled).active, .btn-600:not(:disabled):not(.disabled):active, .show > .btn-600.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-700.focus, .btn-700:focus, .btn-700:not(:disabled):not(.disabled).active:focus, .btn-700:not(:disabled):not(.disabled):active:focus, .show > .btn-700.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(100, 106, 112, .5)
}

.btn-700 {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-700:hover {
	color: #fff;
	background-color: #383d42;
	border-color: #32373b
}

.btn-700.disabled, .btn-700:disabled {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-700:not(:disabled):not(.disabled).active, .btn-700:not(:disabled):not(.disabled):active, .show > .btn-700.dropdown-toggle {
	color: #fff;
	background-color: #32373b;
	border-color: #2c3034
}

.btn-800.focus, .btn-800:focus, .btn-800:not(:disabled):not(.disabled).active:focus, .btn-800:not(:disabled):not(.disabled):active:focus, .show > .btn-800.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(82, 88, 93, .5)
}

.btn-800 {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-800:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-800.disabled, .btn-800:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-800:not(:disabled):not(.disabled).active, .btn-800:not(:disabled):not(.disabled):active, .show > .btn-800.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-900.focus, .btn-900:focus, .btn-900:not(:disabled):not(.disabled).active:focus, .btn-900:not(:disabled):not(.disabled):active:focus, .show > .btn-900.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(66, 70, 73, .5)
}

.btn-900 {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-900:hover {
	color: #fff;
	background-color: #101214;
	border-color: #0a0c0d
}

.btn-900.disabled, .btn-900:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-900:not(:disabled):not(.disabled).active, .btn-900:not(:disabled):not(.disabled):active, .show > .btn-900.dropdown-toggle {
	color: #fff;
	background-color: #0a0c0d;
	border-color: #050506
}

.btn-new-color.focus, .btn-new-color:focus, .btn-new-color:not(:disabled):not(.disabled).active:focus, .btn-new-color:not(:disabled):not(.disabled):active:focus, .show > .btn-new-color.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(212, 38, 255, .5)
}

.btn-new-color {
	color: #fff;
	background-color: #c0f;
	border-color: #c0f
}

.btn-new-color:hover {
	color: #fff;
	background-color: #ad00d9;
	border-color: #a300cc
}

.btn-new-color.disabled, .btn-new-color:disabled {
	color: #fff;
	background-color: #c0f;
	border-color: #c0f
}

.btn-new-color:not(:disabled):not(.disabled).active, .btn-new-color:not(:disabled):not(.disabled):active, .show > .btn-new-color.dropdown-toggle {
	color: #fff;
	background-color: #a300cc;
	border-color: #9900bf
}

.btn-new-gradient.focus, .btn-new-gradient:focus, .btn-new-gradient:not(:disabled):not(.disabled).active:focus, .btn-new-gradient:not(:disabled):not(.disabled):active:focus, .show > .btn-new-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(255, 38, 111, .5)
}

.btn-new-gradient {
	color: #fff;
	background-color: #f05;
	border-color: #f05
}

.btn-new-gradient:hover {
	color: #fff;
	background-color: #d90048;
	border-color: #c04
}

.btn-new-gradient.disabled, .btn-new-gradient:disabled {
	color: #fff;
	background-color: #f05;
	border-color: #f05
}

.btn-new-gradient:not(:disabled):not(.disabled).active, .btn-new-gradient:not(:disabled):not(.disabled):active, .show > .btn-new-gradient.dropdown-toggle {
	color: #fff;
	background-color: #c04;
	border-color: #bf0040
}

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(9, 183, 225, .5)
}

.btn-outline-primary {
	color: #09b7e1;
	border-color: #09b7e1
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #09b7e1;
	border-color: #09b7e1
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #09b7e1;
	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: #09b7e1;
	border-color: #09b7e1
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(3, 135, 190, .5)
}

.btn-outline-secondary {
	color: #0387be;
	border-color: #0387be
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #0387be;
	border-color: #0387be
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #0387be;
	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: #0387be;
	border-color: #0387be
}

.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(40, 167, 69, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(23, 162, 184, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-warning.focus, .btn-outline-warning:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(255, 193, 7, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-danger.focus, .btn-outline-danger:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(220, 53, 69, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(248, 249, 250, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-dark.focus, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(52, 58, 64, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-white.focus, .btn-outline-white:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .5)
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-outline-white:hover {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-black.focus, .btn-outline-black:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .btn-outline-black:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .5)
}

.btn-outline-black {
	color: #000;
	border-color: #000
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
	color: #000;
	background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active, .show > .btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-100.focus, .btn-outline-100:focus, .btn-outline-100:not(:disabled):not(.disabled).active:focus, .btn-outline-100:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-100.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(248, 249, 250, .5)
}

.btn-outline-100 {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-100:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-100.disabled, .btn-outline-100:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-100:not(:disabled):not(.disabled).active, .btn-outline-100:not(:disabled):not(.disabled):active, .show > .btn-outline-100.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-200.focus, .btn-outline-200:focus, .btn-outline-200:not(:disabled):not(.disabled).active:focus, .btn-outline-200:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-200.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(233, 236, 239, .5)
}

.btn-outline-200 {
	color: #e9ecef;
	border-color: #e9ecef
}

.btn-outline-200:hover {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-outline-200.disabled, .btn-outline-200:disabled {
	color: #e9ecef;
	background-color: transparent
}

.btn-outline-200:not(:disabled):not(.disabled).active, .btn-outline-200:not(:disabled):not(.disabled):active, .show > .btn-outline-200.dropdown-toggle {
	color: #212529;
	background-color: #e9ecef;
	border-color: #e9ecef
}

.btn-outline-300.focus, .btn-outline-300:focus, .btn-outline-300:not(:disabled):not(.disabled).active:focus, .btn-outline-300:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-300.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(222, 226, 230, .5)
}

.btn-outline-300 {
	color: #dee2e6;
	border-color: #dee2e6
}

.btn-outline-300:hover {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-outline-300.disabled, .btn-outline-300:disabled {
	color: #dee2e6;
	background-color: transparent
}

.btn-outline-300:not(:disabled):not(.disabled).active, .btn-outline-300:not(:disabled):not(.disabled):active, .show > .btn-outline-300.dropdown-toggle {
	color: #212529;
	background-color: #dee2e6;
	border-color: #dee2e6
}

.btn-outline-400.focus, .btn-outline-400:focus, .btn-outline-400:not(:disabled):not(.disabled).active:focus, .btn-outline-400:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-400.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(206, 212, 218, .5)
}

.btn-outline-400 {
	color: #ced4da;
	border-color: #ced4da
}

.btn-outline-400:hover {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-outline-400.disabled, .btn-outline-400:disabled {
	color: #ced4da;
	background-color: transparent
}

.btn-outline-400:not(:disabled):not(.disabled).active, .btn-outline-400:not(:disabled):not(.disabled):active, .show > .btn-outline-400.dropdown-toggle {
	color: #212529;
	background-color: #ced4da;
	border-color: #ced4da
}

.btn-outline-500.focus, .btn-outline-500:focus, .btn-outline-500:not(:disabled):not(.disabled).active:focus, .btn-outline-500:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-500.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(173, 181, 189, .5)
}

.btn-outline-500 {
	color: #adb5bd;
	border-color: #adb5bd
}

.btn-outline-500:hover {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-outline-500.disabled, .btn-outline-500:disabled {
	color: #adb5bd;
	background-color: transparent
}

.btn-outline-500:not(:disabled):not(.disabled).active, .btn-outline-500:not(:disabled):not(.disabled):active, .show > .btn-outline-500.dropdown-toggle {
	color: #212529;
	background-color: #adb5bd;
	border-color: #adb5bd
}

.btn-outline-600.focus, .btn-outline-600:focus, .btn-outline-600:not(:disabled):not(.disabled).active:focus, .btn-outline-600:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-600.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(108, 117, 125, .5)
}

.btn-outline-600 {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-600:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-600.disabled, .btn-outline-600:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-600:not(:disabled):not(.disabled).active, .btn-outline-600:not(:disabled):not(.disabled):active, .show > .btn-outline-600.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-700.focus, .btn-outline-700:focus, .btn-outline-700:not(:disabled):not(.disabled).active:focus, .btn-outline-700:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-700.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(73, 80, 87, .5)
}

.btn-outline-700 {
	color: #495057;
	border-color: #495057
}

.btn-outline-700:hover {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-outline-700.disabled, .btn-outline-700:disabled {
	color: #495057;
	background-color: transparent
}

.btn-outline-700:not(:disabled):not(.disabled).active, .btn-outline-700:not(:disabled):not(.disabled):active, .show > .btn-outline-700.dropdown-toggle {
	color: #fff;
	background-color: #495057;
	border-color: #495057
}

.btn-outline-800.focus, .btn-outline-800:focus, .btn-outline-800:not(:disabled):not(.disabled).active:focus, .btn-outline-800:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-800.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(52, 58, 64, .5)
}

.btn-outline-800 {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-800:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-800.disabled, .btn-outline-800:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-800:not(:disabled):not(.disabled).active, .btn-outline-800:not(:disabled):not(.disabled):active, .show > .btn-outline-800.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-900.focus, .btn-outline-900:focus, .btn-outline-900:not(:disabled):not(.disabled).active:focus, .btn-outline-900:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-900.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(33, 37, 41, .5)
}

.btn-outline-900 {
	color: #212529;
	border-color: #212529
}

.btn-outline-900:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-outline-900.disabled, .btn-outline-900:disabled {
	color: #212529;
	background-color: transparent
}

.btn-outline-900:not(:disabled):not(.disabled).active, .btn-outline-900:not(:disabled):not(.disabled):active, .show > .btn-outline-900.dropdown-toggle {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-outline-new-color.focus, .btn-outline-new-color:focus, .btn-outline-new-color:not(:disabled):not(.disabled).active:focus, .btn-outline-new-color:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-new-color.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(204, 0, 255, .5)
}

.btn-outline-new-color {
	color: #c0f;
	border-color: #c0f
}

.btn-outline-new-color:hover {
	color: #fff;
	background-color: #c0f;
	border-color: #c0f
}

.btn-outline-new-color.disabled, .btn-outline-new-color:disabled {
	color: #c0f;
	background-color: transparent
}

.btn-outline-new-color:not(:disabled):not(.disabled).active, .btn-outline-new-color:not(:disabled):not(.disabled):active, .show > .btn-outline-new-color.dropdown-toggle {
	color: #fff;
	background-color: #c0f;
	border-color: #c0f
}

.btn-outline-new-gradient.focus, .btn-outline-new-gradient:focus, .btn-outline-new-gradient:not(:disabled):not(.disabled).active:focus, .btn-outline-new-gradient:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-new-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 1px rgba(255, 0, 85, .5)
}

.btn-outline-new-gradient {
	color: #f05;
	border-color: #f05
}

.btn-outline-new-gradient:hover {
	color: #fff;
	background-color: #f05;
	border-color: #f05
}

.btn-outline-new-gradient.disabled, .btn-outline-new-gradient:disabled {
	color: #f05;
	background-color: transparent
}

.btn-outline-new-gradient:not(:disabled):not(.disabled).active, .btn-outline-new-gradient:not(:disabled):not(.disabled):active, .show > .btn-outline-new-gradient.dropdown-toggle {
	color: #fff;
	background-color: #f05;
	border-color: #f05
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
	vertical-align: .255em;
	content: "";
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.btn-link {
	font-weight: 400;
	color: #09b7e1
}

.btn-link:hover {
	color: #067b97;
	text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .nav-link:focus, .nav-link:hover, .navbar-brand:focus, .navbar-brand:hover, .navbar-toggler:focus, .navbar-toggler:hover, .owl-theme .owl-nav [class*=owl-]:hover, a.badge:focus, a.badge:hover {
	text-decoration: none
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg {
	padding: 16.5px 33px
}

.btn-sm {
	padding: 13.5px 27px
}

.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
	}
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	transition: height .35s
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-top: .3em solid;
	border-bottom: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #707070;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-top: 0;
	border-bottom: .3em solid
}

.dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::after {
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-right: 0;
	border-left: .3em solid;
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	border-right: .3em solid;
	vertical-align: 0
}

.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
}

.custom-select, .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-append, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
	margin-left: -1px
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	background-color: transparent;
	border: 0
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .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-file:not(:first-child) .custom-file-label, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	background-color: #09b7e1
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.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: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-file {
	display: flex;
	align-items: center
}

.custom-select, .input-group-text {
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid rgba(33, 37, 41, .15);
	font-weight: 400
}

.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-prepend {
	margin-right: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	margin-bottom: 0;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border-radius: 5px
}

.nav, .navbar {
	flex-wrap: wrap
}

.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, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 5px
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.custom-control-label::after, .custom-control-label::before {
	transform: translate3d(0, -50%, 0);
	left: -1.5rem;
	display: block;
	height: 1rem;
	content: "";
	width: 1rem;
	top: 50%
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 5px
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
	padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-file, .custom-select {
	display: inline-block;
	width: 100%
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #09b7e1;
	background-color: #09b7e1
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(9, 183, 225, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #70dff9
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #a1eafb;
	border-color: #a1eafb
}

.custom-control-input:disabled ~ .custom-control-label, .custom-select:disabled {
	color: #6c757d
}

.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;
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #adb5bd
}

.custom-file-input:focus ~ .custom-file-label, .custom-select:focus {
	border-color: #70dff9;
	box-shadow: 0 0 0 .2rem rgba(9, 183, 225, .25)
}

.custom-control-label::after {
	position: absolute;
	background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
	border-radius: 5px
}

.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: #09b7e1;
	background-color: #09b7e1
}

.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:indeterminate ~ .custom-control-label::before {
	background-color: rgba(9, 183, 225, .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-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem)
}

.custom-select {
	padding: .5rem 1.75rem .5rem .75rem;
	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") right .75rem center/8px 10px no-repeat #fff;
	border-radius: 5px;
	appearance: none
}

.custom-select:focus {
	outline: 0
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-file-input:disabled ~ .custom-file-label, .custom-select:disabled {
	background-color: #e9ecef
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.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: .875rem
}

.custom-file, .custom-file-input, .custom-file-label, .custom-select-lg {
	height: calc(1.5em + 1rem + 2px)
}

.custom-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file-label, .custom-file-label::after {
	right: 0;
	padding: .5rem .75rem;
	line-height: 1.5;
	color: #495057;
	top: 0
}

.custom-file {
	position: relative;
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0
}

.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;
	left: 0;
	z-index: 1;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid rgba(33, 37, 41, .15);
	border-radius: 5px
}

.custom-file-label::after {
	position: absolute;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1rem);
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 5px 5px 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(9, 183, 225, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(9, 183, 225, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(9, 183, 225, .25)
}

.dropdown .dropdown-menu, .main-slide .mod .btn-primary, .navbar .mod, .navbar .mod2, .navbar ul.navbar-nav > li .dropdown-menu {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #09b7e1;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.collapsing, .custom-switch .custom-control-label::after {
		transition: none
	}

	.custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #a1eafb
}

.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: #09b7e1;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #a1eafb
}

.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: #09b7e1;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #a1eafb
}

.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;
	padding-left: 0;
	margin-bottom: 0
}

.nav-link, .navbar {
	padding: .5rem 1rem
}

.nav-link {
	display: block
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-item .active{
    text-decoration: underline;
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: 5px
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #09b7e1
}

.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 {
	align-items: center;
	justify-content: space-between
}

.navbar > .container, .navbar > .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.badge, .navbar-text, .navbar-toggler-icon {
	display: inline-block
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 5px
}

.navbar-toggler-icon {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: center center/100% 100% no-repeat
}

@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
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@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 .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 {
	padding-right: 0;
	padding-left: 0;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.badge:empty, .navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.badge {
	padding: 0;
	font-size: .75rem;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: .1em;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	border-color: transparent;
	border-width: 0;
	color: #212529;
	text-align: center;
	vertical-align: baseline;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #09b7e1
}

a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #078fb0
}

a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(9, 183, 225, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #0387be
}

a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #02638c
}

a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(3, 135, 190, .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 1px 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 1px rgba(23, 162, 184, .5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(255, 193, 7, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 1px 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 1px 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 1px rgba(52, 58, 64, .5)
}

.badge-white {
	color: #212529;
	background-color: #fff
}

a.badge-white:focus, a.badge-white:hover {
	color: #212529;
	background-color: #e6e6e6
}

a.badge-white.focus, a.badge-white:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .5)
}

.badge-black, a.badge-black:focus, a.badge-black:hover {
	color: #fff;
	background-color: #000
}

a.badge-black.focus, a.badge-black:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .5)
}

.badge-100 {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-100:focus, a.badge-100:hover {
	color: #212529;
	background-color: #dae0e5
}

a.badge-100.focus, a.badge-100:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(248, 249, 250, .5)
}

.badge-200 {
	color: #212529;
	background-color: #e9ecef
}

a.badge-200:focus, a.badge-200:hover {
	color: #212529;
	background-color: #cbd3da
}

a.badge-200.focus, a.badge-200:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(233, 236, 239, .5)
}

.badge-300 {
	color: #212529;
	background-color: #dee2e6
}

a.badge-300:focus, a.badge-300:hover {
	color: #212529;
	background-color: #c1c9d0
}

a.badge-300.focus, a.badge-300:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(222, 226, 230, .5)
}

.badge-400 {
	color: #212529;
	background-color: #ced4da
}

a.badge-400:focus, a.badge-400:hover {
	color: #212529;
	background-color: #b1bbc4
}

a.badge-400.focus, a.badge-400:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(206, 212, 218, .5)
}

.badge-500 {
	color: #212529;
	background-color: #adb5bd
}

a.badge-500:focus, a.badge-500:hover {
	color: #212529;
	background-color: #919ca6
}

a.badge-500.focus, a.badge-500:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(173, 181, 189, .5)
}

.badge-600 {
	color: #fff;
	background-color: #6c757d
}

a.badge-600:focus, a.badge-600:hover {
	color: #fff;
	background-color: #545b62
}

a.badge-600.focus, a.badge-600:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(108, 117, 125, .5)
}

.badge-700 {
	color: #fff;
	background-color: #495057
}

a.badge-700:focus, a.badge-700:hover {
	color: #fff;
	background-color: #32373b
}

a.badge-700.focus, a.badge-700:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(73, 80, 87, .5)
}

.badge-800 {
	color: #fff;
	background-color: #343a40
}

a.badge-800:focus, a.badge-800:hover {
	color: #fff;
	background-color: #1d2124
}

a.badge-800.focus, a.badge-800:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(52, 58, 64, .5)
}

.badge-900 {
	color: #fff;
	background-color: #212529
}

a.badge-900:focus, a.badge-900:hover {
	color: #fff;
	background-color: #0a0c0d
}

a.badge-900.focus, a.badge-900:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(33, 37, 41, .5)
}

.badge-new-color {
	color: #fff;
	background-color: #c0f
}

a.badge-new-color:focus, a.badge-new-color:hover {
	color: #fff;
	background-color: #a300cc
}

a.badge-new-color.focus, a.badge-new-color:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(204, 0, 255, .5)
}

.badge-new-gradient {
	color: #fff;
	background-color: #f05
}

a.badge-new-gradient:focus, a.badge-new-gradient:hover {
	color: #fff;
	background-color: #c04
}

a.badge-new-gradient.focus, a.badge-new-gradient:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(255, 0, 85, .5)
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-flush .list-group-item:last-child, .list-group-item {
	margin-bottom: -1px
}

.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: #707070;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #09b7e1;
	border-color: #09b7e1
}

.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: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	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: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		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: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		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: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		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: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #055f75;
	background-color: #baebf7
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #055f75;
	background-color: #a3e4f4
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #055f75;
	border-color: #055f75
}

.list-group-item-secondary {
	color: #024663;
	background-color: #b8dded
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #024663;
	background-color: #a4d3e8
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #024663;
	border-color: #024663
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.list-group-item-white {
	color: #858585;
	background-color: #fff
}

.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
	color: #858585;
	background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
	color: #fff;
	background-color: #858585;
	border-color: #858585
}

.list-group-item-black {
	color: #000;
	background-color: #b8b8b8
}

.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
	color: #000;
	background-color: #ababab
}

.list-group-item-black.list-group-item-action.active {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.list-group-item-100 {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-100.list-group-item-action:focus, .list-group-item-100.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-100.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-200 {
	color: #797b7c;
	background-color: #f9fafb
}

.list-group-item-200.list-group-item-action:focus, .list-group-item-200.list-group-item-action:hover {
	color: #797b7c;
	background-color: #eaedf1
}

.list-group-item-200.list-group-item-action.active {
	color: #fff;
	background-color: #797b7c;
	border-color: #797b7c
}

.list-group-item-300 {
	color: #737678;
	background-color: #f6f7f8
}

.list-group-item-300.list-group-item-action:focus, .list-group-item-300.list-group-item-action:hover {
	color: #737678;
	background-color: #e8eaed
}

.list-group-item-300.list-group-item-action.active {
	color: #fff;
	background-color: #737678;
	border-color: #737678
}

.list-group-item-400 {
	color: #6b6e71;
	background-color: #f1f3f5
}

.list-group-item-400.list-group-item-action:focus, .list-group-item-400.list-group-item-action:hover {
	color: #6b6e71;
	background-color: #e2e6ea
}

.list-group-item-400.list-group-item-action.active {
	color: #fff;
	background-color: #6b6e71;
	border-color: #6b6e71
}

.list-group-item-500 {
	color: #5a5e62;
	background-color: #e8eaed
}

.list-group-item-500.list-group-item-action:focus, .list-group-item-500.list-group-item-action:hover {
	color: #5a5e62;
	background-color: #dadde2
}

.list-group-item-500.list-group-item-action.active {
	color: #fff;
	background-color: #5a5e62;
	border-color: #5a5e62
}

.list-group-item-600 {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-600.list-group-item-action:focus, .list-group-item-600.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-600.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-700 {
	color: #262a2d;
	background-color: #ccced0
}

.list-group-item-700.list-group-item-action:focus, .list-group-item-700.list-group-item-action:hover {
	color: #262a2d;
	background-color: #bfc1c4
}

.list-group-item-700.list-group-item-action.active {
	color: #fff;
	background-color: #262a2d;
	border-color: #262a2d
}

.list-group-item-800 {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-800.list-group-item-action:focus, .list-group-item-800.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-800.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.list-group-item-900 {
	color: #111315;
	background-color: #c1c2c3
}

.list-group-item-900.list-group-item-action:focus, .list-group-item-900.list-group-item-action:hover {
	color: #111315;
	background-color: #b4b5b6
}

.list-group-item-900.list-group-item-action.active {
	color: #fff;
	background-color: #111315;
	border-color: #111315
}

.list-group-item-new-color {
	color: #6a0085;
	background-color: #f1b8ff
}

.list-group-item-new-color.list-group-item-action:focus, .list-group-item-new-color.list-group-item-action:hover {
	color: #6a0085;
	background-color: #ec9fff
}

.list-group-item-new-color.list-group-item-action.active {
	color: #fff;
	background-color: #6a0085;
	border-color: #6a0085
}

.list-group-item-new-gradient {
	color: #85002c;
	background-color: #ffb8cf
}

.list-group-item-new-gradient.list-group-item-action:focus, .list-group-item-new-gradient.list-group-item-action:hover {
	color: #85002c;
	background-color: #ff9fbe
}

.list-group-item-new-gradient.list-group-item-action.active {
	color: #fff;
	background-color: #85002c;
	border-color: #85002c
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	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) {
	.badge, .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: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
	outline: 0
}

.modal-backdrop {
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid rgba(33, 37, 41, .15);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.modal-header .close {
	padding: 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: 1px solid rgba(33, 37, 41, .15);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.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
}

.embed-responsive, .navbar-nav.sm-collapsible .dropdown-item, .navbar-nav.sm-collapsible .nav-link {
	position: relative
}

@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
	}
}

.m-0, .navbar ul.navbar-nav > li > a, html {
	margin: 0 !important
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}
}

.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: #09b7e1 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #078fb0 !important
}

.bg-secondary {
	background-color: #0387be !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #02638c !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124 !important
}

a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
	background-color: #e6e6e6 !important
}

.bg-black, a.bg-black:focus, a.bg-black:hover, button.bg-black:focus, button.bg-black:hover {
	background-color: #000 !important
}

.bg-100 {
	background-color: #f8f9fa !important
}

a.bg-100:focus, a.bg-100:hover, button.bg-100:focus, button.bg-100:hover {
	background-color: #dae0e5 !important
}

.bg-200 {
	background-color: #e9ecef !important
}

a.bg-200:focus, a.bg-200:hover, button.bg-200:focus, button.bg-200:hover {
	background-color: #cbd3da !important
}

.bg-300 {
	background-color: #dee2e6 !important
}

a.bg-300:focus, a.bg-300:hover, button.bg-300:focus, button.bg-300:hover {
	background-color: #c1c9d0 !important
}

.bg-400 {
	background-color: #ced4da !important
}

a.bg-400:focus, a.bg-400:hover, button.bg-400:focus, button.bg-400:hover {
	background-color: #b1bbc4 !important
}

.bg-500 {
	background-color: #adb5bd !important
}

a.bg-500:focus, a.bg-500:hover, button.bg-500:focus, button.bg-500:hover {
	background-color: #919ca6 !important
}

.bg-600 {
	background-color: #6c757d !important
}

a.bg-600:focus, a.bg-600:hover, button.bg-600:focus, button.bg-600:hover {
	background-color: #545b62 !important
}

.bg-700 {
	background-color: #495057 !important
}

a.bg-700:focus, a.bg-700:hover, button.bg-700:focus, button.bg-700:hover {
	background-color: #32373b !important
}

.bg-800 {
	background-color: #343a40 !important
}

a.bg-800:focus, a.bg-800:hover, button.bg-800:focus, button.bg-800:hover {
	background-color: #1d2124 !important
}

.bg-900 {
	background-color: #212529 !important
}

a.bg-900:focus, a.bg-900:hover, button.bg-900:focus, button.bg-900:hover {
	background-color: #0a0c0d !important
}

.bg-new-color {
	background-color: #c0f !important
}

a.bg-new-color:focus, a.bg-new-color:hover, button.bg-new-color:focus, button.bg-new-color:hover {
	background-color: #a300cc !important
}

.bg-new-gradient {
	background-color: #f05 !important
}

a.bg-new-gradient:focus, a.bg-new-gradient:hover, button.bg-new-gradient:focus, button.bg-new-gradient:hover {
	background-color: #c04 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid rgba(33, 37, 41, .15) !important
}

.border-top {
	border-top: 1px solid rgba(33, 37, 41, .15) !important
}

.border-right {
	border-right: 1px solid rgba(33, 37, 41, .15) !important
}

.border-bottom {
	border-bottom: 1px solid rgba(33, 37, 41, .15) !important
}

.border-left {
	border-left: 1px solid rgba(33, 37, 41, .15) !important
}

.border-0 {
	border: 0 !important
}

.rounded-right, .rounded-top {
	border-top-right-radius: 5px !important
}

.rounded-bottom, .rounded-right {
	border-bottom-right-radius: 5px !important
}

.rounded-left, .rounded-top {
	border-top-left-radius: 5px !important
}

.rounded-bottom, .rounded-left {
	border-bottom-left-radius: 5px !important
}

.dropdown .dropdown-menu, .rounded, .rounded-lg, .rounded-sm {
	border-radius: 5px !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: #09b7e1 !important
}

.border-secondary {
	border-color: #0387be !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-black {
	border-color: #000 !important
}

.border-100 {
	border-color: #f8f9fa !important
}

.border-200 {
	border-color: #e9ecef !important
}

.border-300 {
	border-color: #dee2e6 !important
}

.border-400 {
	border-color: #ced4da !important
}

.border-500 {
	border-color: #adb5bd !important
}

.border-600 {
	border-color: #6c757d !important
}

.border-700 {
	border-color: #495057 !important
}

.border-800 {
	border-color: #343a40 !important
}

.border-900 {
	border-color: #212529 !important
}

.border-new-color {
	border-color: #c0f !important
}

.border-new-gradient {
	border-color: #f05 !important
}

.border-white {
	border-color: #fff !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) {
	.modal-xl {
		max-width: 1140px
	}

	.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 {
	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
	}
}

.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
	}
}

.overflow-auto {
	overflow: auto !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.fixed-bottom, .fixed-top {
	position: fixed;
	z-index: 1030;
	left: 0;
	right: 0
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-10 {
	min-height: 10vh !important
}

.min-vh-20 {
	min-height: 20vh !important
}

.min-vh-30 {
	min-height: 30vh !important
}

.min-vh-40 {
	min-height: 40vh !important
}

.min-vh-50 {
	min-height: 50vh !important
}

.min-vh-60 {
	min-height: 60vh !important
}

.min-vh-70 {
	min-height: 70vh !important
}

.min-vh-80 {
	min-height: 80vh !important
}

.min-vh-90 {
	min-height: 90vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.min-vw-10 {
	min-height: 10vw !important
}

.min-vw-20 {
	min-height: 20vw !important
}

.min-vw-30 {
	min-height: 30vw !important
}

.min-vw-40 {
	min-height: 40vw !important
}

.min-vw-50 {
	min-height: 50vw !important
}

.min-vw-60 {
	min-height: 60vw !important
}

.min-vw-70 {
	min-height: 70vw !important
}

.min-vw-80 {
	min-height: 80vw !important
}

.min-vw-90 {
	min-height: 90vw !important
}

.min-vw-100 {
	min-width: 100vw !important;
	min-height: 100vw !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-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.min-vh-xl-10 {
		min-height: 10vh !important
	}

	.min-vh-xl-20 {
		min-height: 20vh !important
	}

	.min-vh-xl-30 {
		min-height: 30vh !important
	}

	.min-vh-xl-40 {
		min-height: 40vh !important
	}

	.min-vh-xl-50 {
		min-height: 50vh !important
	}

	.min-vh-xl-60 {
		min-height: 60vh !important
	}

	.min-vh-xl-70 {
		min-height: 70vh !important
	}

	.min-vh-xl-80 {
		min-height: 80vh !important
	}

	.min-vh-xl-90 {
		min-height: 90vh !important
	}

	.min-vh-xl-100 {
		min-height: 100vh !important
	}

	.min-vw-xl-10 {
		min-height: 10vw !important
	}

	.min-vw-xl-20 {
		min-height: 20vw !important
	}

	.min-vw-xl-30 {
		min-height: 30vw !important
	}

	.min-vw-xl-40 {
		min-height: 40vw !important
	}

	.min-vw-xl-50 {
		min-height: 50vw !important
	}

	.min-vw-xl-60 {
		min-height: 60vw !important
	}

	.min-vw-xl-70 {
		min-height: 70vw !important
	}

	.min-vw-xl-80 {
		min-height: 80vw !important
	}

	.min-vw-xl-90 {
		min-height: 90vw !important
	}

	.min-vw-xl-100 {
		min-height: 100vw !important
	}
}

@media (min-width: 992px) {
	.min-vh-lg-10 {
		min-height: 10vh !important
	}

	.min-vh-lg-20 {
		min-height: 20vh !important
	}

	.min-vh-lg-30 {
		min-height: 30vh !important
	}

	.min-vh-lg-40 {
		min-height: 40vh !important
	}

	.min-vh-lg-50 {
		min-height: 50vh !important
	}

	.min-vh-lg-60 {
		min-height: 60vh !important
	}

	.min-vh-lg-70 {
		min-height: 70vh !important
	}

	.min-vh-lg-80 {
		min-height: 80vh !important
	}

	.min-vh-lg-90 {
		min-height: 90vh !important
	}

	.min-vh-lg-100 {
		min-height: 100vh !important
	}

	.min-vw-lg-10 {
		min-height: 10vw !important
	}

	.min-vw-lg-20 {
		min-height: 20vw !important
	}

	.min-vw-lg-30 {
		min-height: 30vw !important
	}

	.min-vw-lg-40 {
		min-height: 40vw !important
	}

	.min-vw-lg-50 {
		min-height: 50vw !important
	}

	.min-vw-lg-60 {
		min-height: 60vw !important
	}

	.min-vw-lg-70 {
		min-height: 70vw !important
	}

	.min-vw-lg-80 {
		min-height: 80vw !important
	}

	.min-vw-lg-90 {
		min-height: 90vw !important
	}

	.min-vw-lg-100 {
		min-height: 100vw !important
	}
}

@media (min-width: 768px) {
	.min-vh-md-10 {
		min-height: 10vh !important
	}

	.min-vh-md-20 {
		min-height: 20vh !important
	}

	.min-vh-md-30 {
		min-height: 30vh !important
	}

	.min-vh-md-40 {
		min-height: 40vh !important
	}

	.min-vh-md-50 {
		min-height: 50vh !important
	}

	.min-vh-md-60 {
		min-height: 60vh !important
	}

	.min-vh-md-70 {
		min-height: 70vh !important
	}

	.min-vh-md-80 {
		min-height: 80vh !important
	}

	.min-vh-md-90 {
		min-height: 90vh !important
	}

	.min-vh-md-100 {
		min-height: 100vh !important
	}

	.min-vw-md-10 {
		min-height: 10vw !important
	}

	.min-vw-md-20 {
		min-height: 20vw !important
	}

	.min-vw-md-30 {
		min-height: 30vw !important
	}

	.min-vw-md-40 {
		min-height: 40vw !important
	}

	.min-vw-md-50 {
		min-height: 50vw !important
	}

	.min-vw-md-60 {
		min-height: 60vw !important
	}

	.min-vw-md-70 {
		min-height: 70vw !important
	}

	.min-vw-md-80 {
		min-height: 80vw !important
	}

	.min-vw-md-90 {
		min-height: 90vw !important
	}

	.min-vw-md-100 {
		min-height: 100vw !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)
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.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-15px {
	margin: 15px !important
}

.mt-15px, .my-15px {
	margin-top: 15px !important
}

.mr-15px, .mx-15px {
	margin-right: 15px !important
}

.mb-15px, .my-15px {
	margin-bottom: 15px !important
}

.ml-15px, .mx-15px {
	margin-left: 15px !important
}

.m-20px {
	margin: 20px !important
}

.mt-20px, .my-20px {
	margin-top: 20px !important
}

.mr-20px, .mx-20px {
	margin-right: 20px !important
}

.mb-20px, .my-20px {
	margin-bottom: 20px !important
}

.ml-20px, .mx-20px {
	margin-left: 20px !important
}

.m-25px {
	margin: 25px !important
}

.mt-25px, .my-25px {
	margin-top: 25px !important
}

.mr-25px, .mx-25px {
	margin-right: 25px !important
}

.mb-25px, .my-25px {
	margin-bottom: 25px !important
}

.ml-25px, .mx-25px {
	margin-left: 25px !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
}

.m-35px {
	margin: 35px !important
}

.mt-35px, .my-35px {
	margin-top: 35px !important
}

.mr-35px, .mx-35px {
	margin-right: 35px !important
}

.mb-35px, .my-35px {
	margin-bottom: 35px !important
}

.ml-35px, .mx-35px {
	margin-left: 35px !important
}

.m-40px {
	margin: 40px !important
}

.mt-40px, .my-40px {
	margin-top: 40px !important
}

.mr-40px, .mx-40px {
	margin-right: 40px !important
}

.mb-40px, .my-40px {
	margin-bottom: 40px !important
}

.ml-40px, .mx-40px {
	margin-left: 40px !important
}

.m-45px {
	margin: 45px !important
}

.mt-45px, .my-45px {
	margin-top: 45px !important
}

.mr-45px, .mx-45px {
	margin-right: 45px !important
}

.mb-45px, .my-45px {
	margin-bottom: 45px !important
}

.ml-45px, .mx-45px {
	margin-left: 45px !important
}

.m-50px {
	margin: 50px !important
}

.mt-50px, .my-50px {
	margin-top: 50px !important
}

.mr-50px, .mx-50px {
	margin-right: 50px !important
}

.mb-50px, .my-50px {
	margin-bottom: 50px !important
}

.ml-50px, .mx-50px {
	margin-left: 50px !important
}

.m-55px {
	margin: 55px !important
}

.mt-55px, .my-55px {
	margin-top: 55px !important
}

.mr-55px, .mx-55px {
	margin-right: 55px !important
}

.mb-55px, .my-55px {
	margin-bottom: 55px !important
}

.ml-55px, .mx-55px {
	margin-left: 55px !important
}

.m-60px {
	margin: 60px !important
}

.mt-60px, .my-60px {
	margin-top: 60px !important
}

.mr-60px, .mx-60px {
	margin-right: 60px !important
}

.mb-60px, .my-60px {
	margin-bottom: 60px !important
}

.ml-60px, .mx-60px {
	margin-left: 60px !important
}

.m-65px {
	margin: 65px !important
}

.mt-65px, .my-65px {
	margin-top: 65px !important
}

.mr-65px, .mx-65px {
	margin-right: 65px !important
}

.mb-65px, .my-65px {
	margin-bottom: 65px !important
}

.ml-65px, .mx-65px {
	margin-left: 65px !important
}

.m-70px {
	margin: 70px !important
}

.mt-70px, .my-70px {
	margin-top: 70px !important
}

.mr-70px, .mx-70px {
	margin-right: 70px !important
}

.mb-70px, .my-70px {
	margin-bottom: 70px !important
}

.ml-70px, .mx-70px {
	margin-left: 70px !important
}

.m-75px {
	margin: 75px !important
}

.mt-75px, .my-75px {
	margin-top: 75px !important
}

.mr-75px, .mx-75px {
	margin-right: 75px !important
}

.mb-75px, .my-75px {
	margin-bottom: 75px !important
}

.ml-75px, .mx-75px {
	margin-left: 75px !important
}

.m-80px {
	margin: 80px !important
}

.mt-80px, .my-80px {
	margin-top: 80px !important
}

.mr-80px, .mx-80px {
	margin-right: 80px !important
}

.mb-80px, .my-80px {
	margin-bottom: 80px !important
}

.ml-80px, .mx-80px {
	margin-left: 80px !important
}

.m-85px {
	margin: 85px !important
}

.mt-85px, .my-85px {
	margin-top: 85px !important
}

.mr-85px, .mx-85px {
	margin-right: 85px !important
}

.mb-85px, .my-85px {
	margin-bottom: 85px !important
}

.ml-85px, .mx-85px {
	margin-left: 85px !important
}

.m-90px {
	margin: 90px !important
}

.mt-90px, .my-90px {
	margin-top: 90px !important
}

.mr-90px, .mx-90px {
	margin-right: 90px !important
}

.mb-90px, .my-90px {
	margin-bottom: 90px !important
}

.ml-90px, .mx-90px {
	margin-left: 90px !important
}

.m-95px {
	margin: 95px !important
}

.mt-95px, .my-95px {
	margin-top: 95px !important
}

.mr-95px, .mx-95px {
	margin-right: 95px !important
}

.mb-95px, .my-95px {
	margin-bottom: 95px !important
}

.ml-95px, .mx-95px {
	margin-left: 95px !important
}

.m-100px {
	margin: 100px !important
}

.mt-100px, .my-100px {
	margin-top: 100px !important
}

.mr-100px, .mx-100px {
	margin-right: 100px !important
}

.mb-100px, .my-100px {
	margin-bottom: 100px !important
}

.ml-100px, .mx-100px {
	margin-left: 100px !important
}

.m-105px {
	margin: 105px !important
}

.mt-105px, .my-105px {
	margin-top: 105px !important
}

.mr-105px, .mx-105px {
	margin-right: 105px !important
}

.mb-105px, .my-105px {
	margin-bottom: 105px !important
}

.ml-105px, .mx-105px {
	margin-left: 105px !important
}

.m-110px {
	margin: 110px !important
}

.mt-110px, .my-110px {
	margin-top: 110px !important
}

.mr-110px, .mx-110px {
	margin-right: 110px !important
}

.mb-110px, .my-110px {
	margin-bottom: 110px !important
}

.ml-110px, .mx-110px {
	margin-left: 110px !important
}

.m-115px {
	margin: 115px !important
}

.mt-115px, .my-115px {
	margin-top: 115px !important
}

.mr-115px, .mx-115px {
	margin-right: 115px !important
}

.mb-115px, .my-115px {
	margin-bottom: 115px !important
}

.ml-115px, .mx-115px {
	margin-left: 115px !important
}

.m-120px {
	margin: 120px !important
}

.mt-120px, .my-120px {
	margin-top: 120px !important
}

.mr-120px, .mx-120px {
	margin-right: 120px !important
}

.mb-120px, .my-120px {
	margin-bottom: 120px !important
}

.ml-120px, .mx-120px {
	margin-left: 120px !important
}

.m-125px {
	margin: 125px !important
}

.mt-125px, .my-125px {
	margin-top: 125px !important
}

.mr-125px, .mx-125px {
	margin-right: 125px !important
}

.mb-125px, .my-125px {
	margin-bottom: 125px !important
}

.ml-125px, .mx-125px {
	margin-left: 125px !important
}

.m-130px {
	margin: 130px !important
}

.mt-130px, .my-130px {
	margin-top: 130px !important
}

.mr-130px, .mx-130px {
	margin-right: 130px !important
}

.mb-130px, .my-130px {
	margin-bottom: 130px !important
}

.ml-130px, .mx-130px {
	margin-left: 130px !important
}

.m-135px {
	margin: 135px !important
}

.mt-135px, .my-135px {
	margin-top: 135px !important
}

.mr-135px, .mx-135px {
	margin-right: 135px !important
}

.mb-135px, .my-135px {
	margin-bottom: 135px !important
}

.ml-135px, .mx-135px {
	margin-left: 135px !important
}

.m-140px {
	margin: 140px !important
}

.mt-140px, .my-140px {
	margin-top: 140px !important
}

.mr-140px, .mx-140px {
	margin-right: 140px !important
}

.mb-140px, .my-140px {
	margin-bottom: 140px !important
}

.ml-140px, .mx-140px {
	margin-left: 140px !important
}

.m-145px {
	margin: 145px !important
}

.mt-145px, .my-145px {
	margin-top: 145px !important
}

.mr-145px, .mx-145px {
	margin-right: 145px !important
}

.mb-145px, .my-145px {
	margin-bottom: 145px !important
}

.ml-145px, .mx-145px {
	margin-left: 145px !important
}

.m-150px {
	margin: 150px !important
}

.mt-150px, .my-150px {
	margin-top: 150px !important
}

.mr-150px, .mx-150px {
	margin-right: 150px !important
}

.mb-150px, .my-150px {
	margin-bottom: 150px !important
}

.ml-150px, .mx-150px {
	margin-left: 150px !important
}

.m-155px {
	margin: 155px !important
}

.mt-155px, .my-155px {
	margin-top: 155px !important
}

.mr-155px, .mx-155px {
	margin-right: 155px !important
}

.mb-155px, .my-155px {
	margin-bottom: 155px !important
}

.ml-155px, .mx-155px {
	margin-left: 155px !important
}

.m-160px {
	margin: 160px !important
}

.mt-160px, .my-160px {
	margin-top: 160px !important
}

.mr-160px, .mx-160px {
	margin-right: 160px !important
}

.mb-160px, .my-160px {
	margin-bottom: 160px !important
}

.ml-160px, .mx-160px {
	margin-left: 160px !important
}

.m-165px {
	margin: 165px !important
}

.mt-165px, .my-165px {
	margin-top: 165px !important
}

.mr-165px, .mx-165px {
	margin-right: 165px !important
}

.mb-165px, .my-165px {
	margin-bottom: 165px !important
}

.ml-165px, .mx-165px {
	margin-left: 165px !important
}

.m-170px {
	margin: 170px !important
}

.mt-170px, .my-170px {
	margin-top: 170px !important
}

.mr-170px, .mx-170px {
	margin-right: 170px !important
}

.mb-170px, .my-170px {
	margin-bottom: 170px !important
}

.ml-170px, .mx-170px {
	margin-left: 170px !important
}

.m-175px {
	margin: 175px !important
}

.mt-175px, .my-175px {
	margin-top: 175px !important
}

.mr-175px, .mx-175px {
	margin-right: 175px !important
}

.mb-175px, .my-175px {
	margin-bottom: 175px !important
}

.ml-175px, .mx-175px {
	margin-left: 175px !important
}

.m-180px {
	margin: 180px !important
}

.mt-180px, .my-180px {
	margin-top: 180px !important
}

.mr-180px, .mx-180px {
	margin-right: 180px !important
}

.mb-180px, .my-180px {
	margin-bottom: 180px !important
}

.ml-180px, .mx-180px {
	margin-left: 180px !important
}

.m-185px {
	margin: 185px !important
}

.mt-185px, .my-185px {
	margin-top: 185px !important
}

.mr-185px, .mx-185px {
	margin-right: 185px !important
}

.mb-185px, .my-185px {
	margin-bottom: 185px !important
}

.ml-185px, .mx-185px {
	margin-left: 185px !important
}

.m-190px {
	margin: 190px !important
}

.mt-190px, .my-190px {
	margin-top: 190px !important
}

.mr-190px, .mx-190px {
	margin-right: 190px !important
}

.mb-190px, .my-190px {
	margin-bottom: 190px !important
}

.ml-190px, .mx-190px {
	margin-left: 190px !important
}

.m-195px {
	margin: 195px !important
}

.mt-195px, .my-195px {
	margin-top: 195px !important
}

.mr-195px, .mx-195px {
	margin-right: 195px !important
}

.mb-195px, .my-195px {
	margin-bottom: 195px !important
}

.ml-195px, .mx-195px {
	margin-left: 195px !important
}

.m-200px {
	margin: 200px !important
}

.mt-200px, .my-200px {
	margin-top: 200px !important
}

.mr-200px, .mx-200px {
	margin-right: 200px !important
}

.mb-200px, .my-200px {
	margin-bottom: 200px !important
}

.ml-200px, .mx-200px {
	margin-left: 200px !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-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-15px {
	padding: 15px !important
}

.pt-15px, .py-15px {
	padding-top: 15px !important
}

.pr-15px, .px-15px {
	padding-right: 15px !important
}

.pb-15px, .py-15px {
	padding-bottom: 15px !important
}

.pl-15px, .px-15px {
	padding-left: 15px !important
}

.p-20px {
	padding: 20px !important
}

.pt-20px, .py-20px {
	padding-top: 20px !important
}

.pr-20px, .px-20px {
	padding-right: 20px !important
}

.pb-20px, .py-20px {
	padding-bottom: 20px !important
}

.pl-20px, .px-20px {
	padding-left: 20px !important
}

.p-25px {
	padding: 25px !important
}

.pt-25px, .py-25px {
	padding-top: 25px !important
}

.pr-25px, .px-25px {
	padding-right: 25px !important
}

.pb-25px, .py-25px {
	padding-bottom: 25px !important
}

.pl-25px, .px-25px {
	padding-left: 25px !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
}

.p-35px {
	padding: 35px !important
}

.pt-35px, .py-35px {
	padding-top: 35px !important
}

.pr-35px, .px-35px {
	padding-right: 35px !important
}

.pb-35px, .py-35px {
	padding-bottom: 35px !important
}

.pl-35px, .px-35px {
	padding-left: 35px !important
}

.p-40px {
	padding: 40px !important
}

.pt-40px, .py-40px {
	padding-top: 40px !important
}

.pr-40px, .px-40px {
	padding-right: 40px !important
}

.pb-40px, .py-40px {
	padding-bottom: 40px !important
}

.pl-40px, .px-40px {
	padding-left: 40px !important
}

.p-45px {
	padding: 45px !important
}

.pt-45px, .py-45px {
	padding-top: 45px !important
}

.pr-45px, .px-45px {
	padding-right: 45px !important
}

.pb-45px, .py-45px {
	padding-bottom: 45px !important
}

.pl-45px, .px-45px {
	padding-left: 45px !important
}

.p-50px {
	padding: 50px !important
}

.pt-50px, .py-50px {
	padding-top: 50px !important
}

.pr-50px, .px-50px {
	padding-right: 50px !important
}

.pb-50px, .py-50px {
	padding-bottom: 50px !important
}

.pl-50px, .px-50px {
	padding-left: 50px !important
}

.p-55px {
	padding: 55px !important
}

.pt-55px, .py-55px {
	padding-top: 55px !important
}

.pr-55px, .px-55px {
	padding-right: 55px !important
}

.pb-55px, .py-55px {
	padding-bottom: 55px !important
}

.pl-55px, .px-55px {
	padding-left: 55px !important
}

.p-60px {
	padding: 60px !important
}

.pt-60px, .py-60px {
	padding-top: 60px !important
}

.pr-60px, .px-60px {
	padding-right: 60px !important
}

.pb-60px, .py-60px {
	padding-bottom: 60px !important
}

.pl-60px, .px-60px {
	padding-left: 60px !important
}

.p-65px {
	padding: 65px !important
}

.pt-65px, .py-65px {
	padding-top: 65px !important
}

.pr-65px, .px-65px {
	padding-right: 65px !important
}

.pb-65px, .py-65px {
	padding-bottom: 65px !important
}

.pl-65px, .px-65px {
	padding-left: 65px !important
}

.p-70px {
	padding: 70px !important
}

.pt-70px, .py-70px {
	padding-top: 70px !important
}

.pr-70px, .px-70px {
	padding-right: 70px !important
}

.pb-70px, .py-70px {
	padding-bottom: 70px !important
}

.pl-70px, .px-70px {
	padding-left: 70px !important
}

.p-75px {
	padding: 75px !important
}

.pt-75px, .py-75px {
	padding-top: 75px !important
}

.pr-75px, .px-75px {
	padding-right: 75px !important
}

.pb-75px, .py-75px {
	padding-bottom: 75px !important
}

.pl-75px, .px-75px {
	padding-left: 75px !important
}

.p-80px {
	padding: 80px !important
}

.pt-80px, .py-80px {
	padding-top: 80px !important
}

.pr-80px, .px-80px {
	padding-right: 80px !important
}

.pb-80px, .py-80px {
	padding-bottom: 80px !important
}

.pl-80px, .px-80px {
	padding-left: 80px !important
}

.p-85px {
	padding: 85px !important
}

.pt-85px, .py-85px {
	padding-top: 85px !important
}

.pr-85px, .px-85px {
	padding-right: 85px !important
}

.pb-85px, .py-85px {
	padding-bottom: 85px !important
}

.pl-85px, .px-85px {
	padding-left: 85px !important
}

.p-90px {
	padding: 90px !important
}

.pt-90px, .py-90px {
	padding-top: 90px !important
}

.pr-90px, .px-90px {
	padding-right: 90px !important
}

.pb-90px, .py-90px {
	padding-bottom: 90px !important
}

.pl-90px, .px-90px {
	padding-left: 90px !important
}

.p-95px {
	padding: 95px !important
}

.pt-95px, .py-95px {
	padding-top: 95px !important
}

.pr-95px, .px-95px {
	padding-right: 95px !important
}

.pb-95px, .py-95px {
	padding-bottom: 95px !important
}

.pl-95px, .px-95px {
	padding-left: 95px !important
}

.p-100px {
	padding: 100px !important
}

.pt-100px, .py-100px {
	padding-top: 100px !important
}

.pr-100px, .px-100px {
	padding-right: 100px !important
}

.pb-100px, .py-100px {
	padding-bottom: 100px !important
}

.pl-100px, .px-100px {
	padding-left: 100px !important
}

.p-105px {
	padding: 105px !important
}

.pt-105px, .py-105px {
	padding-top: 105px !important
}

.pr-105px, .px-105px {
	padding-right: 105px !important
}

.pb-105px, .py-105px {
	padding-bottom: 105px !important
}

.pl-105px, .px-105px {
	padding-left: 105px !important
}

.p-110px {
	padding: 110px !important
}

.pt-110px, .py-110px {
	padding-top: 110px !important
}

.pr-110px, .px-110px {
	padding-right: 110px !important
}

.pb-110px, .py-110px {
	padding-bottom: 110px !important
}

.pl-110px, .px-110px {
	padding-left: 110px !important
}

.p-115px {
	padding: 115px !important
}

.pt-115px, .py-115px {
	padding-top: 115px !important
}

.pr-115px, .px-115px {
	padding-right: 115px !important
}

.pb-115px, .py-115px {
	padding-bottom: 115px !important
}

.pl-115px, .px-115px {
	padding-left: 115px !important
}

.p-120px {
	padding: 120px !important
}

.pt-120px, .py-120px {
	padding-top: 120px !important
}

.pr-120px, .px-120px {
	padding-right: 120px !important
}

.pb-120px, .py-120px {
	padding-bottom: 120px !important
}

.pl-120px, .px-120px {
	padding-left: 120px !important
}

.p-125px {
	padding: 125px !important
}

.pt-125px, .py-125px {
	padding-top: 125px !important
}

.pr-125px, .px-125px {
	padding-right: 125px !important
}

.pb-125px, .py-125px {
	padding-bottom: 125px !important
}

.pl-125px, .px-125px {
	padding-left: 125px !important
}

.p-130px {
	padding: 130px !important
}

.pt-130px, .py-130px {
	padding-top: 130px !important
}

.pr-130px, .px-130px {
	padding-right: 130px !important
}

.pb-130px, .py-130px {
	padding-bottom: 130px !important
}

.pl-130px, .px-130px {
	padding-left: 130px !important
}

.p-135px {
	padding: 135px !important
}

.pt-135px, .py-135px {
	padding-top: 135px !important
}

.pr-135px, .px-135px {
	padding-right: 135px !important
}

.pb-135px, .py-135px {
	padding-bottom: 135px !important
}

.pl-135px, .px-135px {
	padding-left: 135px !important
}

.p-140px {
	padding: 140px !important
}

.pt-140px, .py-140px {
	padding-top: 140px !important
}

.pr-140px, .px-140px {
	padding-right: 140px !important
}

.pb-140px, .py-140px {
	padding-bottom: 140px !important
}

.pl-140px, .px-140px {
	padding-left: 140px !important
}

.p-145px {
	padding: 145px !important
}

.pt-145px, .py-145px {
	padding-top: 145px !important
}

.pr-145px, .px-145px {
	padding-right: 145px !important
}

.pb-145px, .py-145px {
	padding-bottom: 145px !important
}

.pl-145px, .px-145px {
	padding-left: 145px !important
}

.p-150px {
	padding: 150px !important
}

.pt-150px, .py-150px {
	padding-top: 150px !important
}

.pr-150px, .px-150px {
	padding-right: 150px !important
}

.pb-150px, .py-150px {
	padding-bottom: 150px !important
}

.pl-150px, .px-150px {
	padding-left: 150px !important
}

.p-155px {
	padding: 155px !important
}

.pt-155px, .py-155px {
	padding-top: 155px !important
}

.pr-155px, .px-155px {
	padding-right: 155px !important
}

.pb-155px, .py-155px {
	padding-bottom: 155px !important
}

.pl-155px, .px-155px {
	padding-left: 155px !important
}

.p-160px {
	padding: 160px !important
}

.pt-160px, .py-160px {
	padding-top: 160px !important
}

.pr-160px, .px-160px {
	padding-right: 160px !important
}

.pb-160px, .py-160px {
	padding-bottom: 160px !important
}

.pl-160px, .px-160px {
	padding-left: 160px !important
}

.p-165px {
	padding: 165px !important
}

.pt-165px, .py-165px {
	padding-top: 165px !important
}

.pr-165px, .px-165px {
	padding-right: 165px !important
}

.pb-165px, .py-165px {
	padding-bottom: 165px !important
}

.pl-165px, .px-165px {
	padding-left: 165px !important
}

.p-170px {
	padding: 170px !important
}

.pt-170px, .py-170px {
	padding-top: 170px !important
}

.pr-170px, .px-170px {
	padding-right: 170px !important
}

.pb-170px, .py-170px {
	padding-bottom: 170px !important
}

.pl-170px, .px-170px {
	padding-left: 170px !important
}

.p-175px {
	padding: 175px !important
}

.pt-175px, .py-175px {
	padding-top: 175px !important
}

.pr-175px, .px-175px {
	padding-right: 175px !important
}

.pb-175px, .py-175px {
	padding-bottom: 175px !important
}

.pl-175px, .px-175px {
	padding-left: 175px !important
}

.p-180px {
	padding: 180px !important
}

.pt-180px, .py-180px {
	padding-top: 180px !important
}

.pr-180px, .px-180px {
	padding-right: 180px !important
}

.pb-180px, .py-180px {
	padding-bottom: 180px !important
}

.pl-180px, .px-180px {
	padding-left: 180px !important
}

.p-185px {
	padding: 185px !important
}

.pt-185px, .py-185px {
	padding-top: 185px !important
}

.pr-185px, .px-185px {
	padding-right: 185px !important
}

.pb-185px, .py-185px {
	padding-bottom: 185px !important
}

.pl-185px, .px-185px {
	padding-left: 185px !important
}

.p-190px {
	padding: 190px !important
}

.pt-190px, .py-190px {
	padding-top: 190px !important
}

.pr-190px, .px-190px {
	padding-right: 190px !important
}

.pb-190px, .py-190px {
	padding-bottom: 190px !important
}

.pl-190px, .px-190px {
	padding-left: 190px !important
}

.p-195px {
	padding: 195px !important
}

.pt-195px, .py-195px {
	padding-top: 195px !important
}

.pr-195px, .px-195px {
	padding-right: 195px !important
}

.pb-195px, .py-195px {
	padding-bottom: 195px !important
}

.pl-195px, .px-195px {
	padding-left: 195px !important
}

.p-200px {
	padding: 200px !important
}

.pt-200px, .py-200px {
	padding-top: 200px !important
}

.pr-200px, .px-200px {
	padding-right: 200px !important
}

.pb-200px, .py-200px {
	padding-bottom: 200px !important
}

.pl-200px, .px-200px {
	padding-left: 200px !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-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-n15px {
	margin: -15px !important
}

.mt-n15px, .my-n15px {
	margin-top: -15px !important
}

.mr-n15px, .mx-n15px {
	margin-right: -15px !important
}

.mb-n15px, .my-n15px {
	margin-bottom: -15px !important
}

.ml-n15px, .mx-n15px {
	margin-left: -15px !important
}

.m-n20px {
	margin: -20px !important
}

.mt-n20px, .my-n20px {
	margin-top: -20px !important
}

.mr-n20px, .mx-n20px {
	margin-right: -20px !important
}

.mb-n20px, .my-n20px {
	margin-bottom: -20px !important
}

.ml-n20px, .mx-n20px {
	margin-left: -20px !important
}

.m-n25px {
	margin: -25px !important
}

.mt-n25px, .my-n25px {
	margin-top: -25px !important
}

.mr-n25px, .mx-n25px {
	margin-right: -25px !important
}

.mb-n25px, .my-n25px {
	margin-bottom: -25px !important
}

.ml-n25px, .mx-n25px {
	margin-left: -25px !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-n35px {
	margin: -35px !important
}

.mt-n35px, .my-n35px {
	margin-top: -35px !important
}

.mr-n35px, .mx-n35px {
	margin-right: -35px !important
}

.mb-n35px, .my-n35px {
	margin-bottom: -35px !important
}

.ml-n35px, .mx-n35px {
	margin-left: -35px !important
}

.m-n40px {
	margin: -40px !important
}

.mt-n40px, .my-n40px {
	margin-top: -40px !important
}

.mr-n40px, .mx-n40px {
	margin-right: -40px !important
}

.mb-n40px, .my-n40px {
	margin-bottom: -40px !important
}

.ml-n40px, .mx-n40px {
	margin-left: -40px !important
}

.m-n45px {
	margin: -45px !important
}

.mt-n45px, .my-n45px {
	margin-top: -45px !important
}

.mr-n45px, .mx-n45px {
	margin-right: -45px !important
}

.mb-n45px, .my-n45px {
	margin-bottom: -45px !important
}

.ml-n45px, .mx-n45px {
	margin-left: -45px !important
}

.m-n50px {
	margin: -50px !important
}

.mt-n50px, .my-n50px {
	margin-top: -50px !important
}

.mr-n50px, .mx-n50px {
	margin-right: -50px !important
}

.mb-n50px, .my-n50px {
	margin-bottom: -50px !important
}

.ml-n50px, .mx-n50px {
	margin-left: -50px !important
}

.m-n55px {
	margin: -55px !important
}

.mt-n55px, .my-n55px {
	margin-top: -55px !important
}

.mr-n55px, .mx-n55px {
	margin-right: -55px !important
}

.mb-n55px, .my-n55px {
	margin-bottom: -55px !important
}

.ml-n55px, .mx-n55px {
	margin-left: -55px !important
}

.m-n60px {
	margin: -60px !important
}

.mt-n60px, .my-n60px {
	margin-top: -60px !important
}

.mr-n60px, .mx-n60px {
	margin-right: -60px !important
}

.mb-n60px, .my-n60px {
	margin-bottom: -60px !important
}

.ml-n60px, .mx-n60px {
	margin-left: -60px !important
}

.m-n65px {
	margin: -65px !important
}

.mt-n65px, .my-n65px {
	margin-top: -65px !important
}

.mr-n65px, .mx-n65px {
	margin-right: -65px !important
}

.mb-n65px, .my-n65px {
	margin-bottom: -65px !important
}

.ml-n65px, .mx-n65px {
	margin-left: -65px !important
}

.m-n70px {
	margin: -70px !important
}

.mt-n70px, .my-n70px {
	margin-top: -70px !important
}

.mr-n70px, .mx-n70px {
	margin-right: -70px !important
}

.mb-n70px, .my-n70px {
	margin-bottom: -70px !important
}

.ml-n70px, .mx-n70px {
	margin-left: -70px !important
}

.m-n75px {
	margin: -75px !important
}

.mt-n75px, .my-n75px {
	margin-top: -75px !important
}

.mr-n75px, .mx-n75px {
	margin-right: -75px !important
}

.mb-n75px, .my-n75px {
	margin-bottom: -75px !important
}

.ml-n75px, .mx-n75px {
	margin-left: -75px !important
}

.m-n80px {
	margin: -80px !important
}

.mt-n80px, .my-n80px {
	margin-top: -80px !important
}

.mr-n80px, .mx-n80px {
	margin-right: -80px !important
}

.mb-n80px, .my-n80px {
	margin-bottom: -80px !important
}

.ml-n80px, .mx-n80px {
	margin-left: -80px !important
}

.m-n85px {
	margin: -85px !important
}

.mt-n85px, .my-n85px {
	margin-top: -85px !important
}

.mr-n85px, .mx-n85px {
	margin-right: -85px !important
}

.mb-n85px, .my-n85px {
	margin-bottom: -85px !important
}

.ml-n85px, .mx-n85px {
	margin-left: -85px !important
}

.m-n90px {
	margin: -90px !important
}

.mt-n90px, .my-n90px {
	margin-top: -90px !important
}

.mr-n90px, .mx-n90px {
	margin-right: -90px !important
}

.mb-n90px, .my-n90px {
	margin-bottom: -90px !important
}

.ml-n90px, .mx-n90px {
	margin-left: -90px !important
}

.m-n95px {
	margin: -95px !important
}

.mt-n95px, .my-n95px {
	margin-top: -95px !important
}

.mr-n95px, .mx-n95px {
	margin-right: -95px !important
}

.mb-n95px, .my-n95px {
	margin-bottom: -95px !important
}

.ml-n95px, .mx-n95px {
	margin-left: -95px !important
}

.m-n100px {
	margin: -100px !important
}

.mt-n100px, .my-n100px {
	margin-top: -100px !important
}

.mr-n100px, .mx-n100px {
	margin-right: -100px !important
}

.mb-n100px, .my-n100px {
	margin-bottom: -100px !important
}

.ml-n100px, .mx-n100px {
	margin-left: -100px !important
}

.m-n105px {
	margin: -105px !important
}

.mt-n105px, .my-n105px {
	margin-top: -105px !important
}

.mr-n105px, .mx-n105px {
	margin-right: -105px !important
}

.mb-n105px, .my-n105px {
	margin-bottom: -105px !important
}

.ml-n105px, .mx-n105px {
	margin-left: -105px !important
}

.m-n110px {
	margin: -110px !important
}

.mt-n110px, .my-n110px {
	margin-top: -110px !important
}

.mr-n110px, .mx-n110px {
	margin-right: -110px !important
}

.mb-n110px, .my-n110px {
	margin-bottom: -110px !important
}

.ml-n110px, .mx-n110px {
	margin-left: -110px !important
}

.m-n115px {
	margin: -115px !important
}

.mt-n115px, .my-n115px {
	margin-top: -115px !important
}

.mr-n115px, .mx-n115px {
	margin-right: -115px !important
}

.mb-n115px, .my-n115px {
	margin-bottom: -115px !important
}

.ml-n115px, .mx-n115px {
	margin-left: -115px !important
}

.m-n120px {
	margin: -120px !important
}

.mt-n120px, .my-n120px {
	margin-top: -120px !important
}

.mr-n120px, .mx-n120px {
	margin-right: -120px !important
}

.mb-n120px, .my-n120px {
	margin-bottom: -120px !important
}

.ml-n120px, .mx-n120px {
	margin-left: -120px !important
}

.m-n125px {
	margin: -125px !important
}

.mt-n125px, .my-n125px {
	margin-top: -125px !important
}

.mr-n125px, .mx-n125px {
	margin-right: -125px !important
}

.mb-n125px, .my-n125px {
	margin-bottom: -125px !important
}

.ml-n125px, .mx-n125px {
	margin-left: -125px !important
}

.m-n130px {
	margin: -130px !important
}

.mt-n130px, .my-n130px {
	margin-top: -130px !important
}

.mr-n130px, .mx-n130px {
	margin-right: -130px !important
}

.mb-n130px, .my-n130px {
	margin-bottom: -130px !important
}

.ml-n130px, .mx-n130px {
	margin-left: -130px !important
}

.m-n135px {
	margin: -135px !important
}

.mt-n135px, .my-n135px {
	margin-top: -135px !important
}

.mr-n135px, .mx-n135px {
	margin-right: -135px !important
}

.mb-n135px, .my-n135px {
	margin-bottom: -135px !important
}

.ml-n135px, .mx-n135px {
	margin-left: -135px !important
}

.m-n140px {
	margin: -140px !important
}

.mt-n140px, .my-n140px {
	margin-top: -140px !important
}

.mr-n140px, .mx-n140px {
	margin-right: -140px !important
}

.mb-n140px, .my-n140px {
	margin-bottom: -140px !important
}

.ml-n140px, .mx-n140px {
	margin-left: -140px !important
}

.m-n145px {
	margin: -145px !important
}

.mt-n145px, .my-n145px {
	margin-top: -145px !important
}

.mr-n145px, .mx-n145px {
	margin-right: -145px !important
}

.mb-n145px, .my-n145px {
	margin-bottom: -145px !important
}

.ml-n145px, .mx-n145px {
	margin-left: -145px !important
}

.m-n150px {
	margin: -150px !important
}

.mt-n150px, .my-n150px {
	margin-top: -150px !important
}

.mr-n150px, .mx-n150px {
	margin-right: -150px !important
}

.mb-n150px, .my-n150px {
	margin-bottom: -150px !important
}

.ml-n150px, .mx-n150px {
	margin-left: -150px !important
}

.m-n155px {
	margin: -155px !important
}

.mt-n155px, .my-n155px {
	margin-top: -155px !important
}

.mr-n155px, .mx-n155px {
	margin-right: -155px !important
}

.mb-n155px, .my-n155px {
	margin-bottom: -155px !important
}

.ml-n155px, .mx-n155px {
	margin-left: -155px !important
}

.m-n160px {
	margin: -160px !important
}

.mt-n160px, .my-n160px {
	margin-top: -160px !important
}

.mr-n160px, .mx-n160px {
	margin-right: -160px !important
}

.mb-n160px, .my-n160px {
	margin-bottom: -160px !important
}

.ml-n160px, .mx-n160px {
	margin-left: -160px !important
}

.m-n165px {
	margin: -165px !important
}

.mt-n165px, .my-n165px {
	margin-top: -165px !important
}

.mr-n165px, .mx-n165px {
	margin-right: -165px !important
}

.mb-n165px, .my-n165px {
	margin-bottom: -165px !important
}

.ml-n165px, .mx-n165px {
	margin-left: -165px !important
}

.m-n170px {
	margin: -170px !important
}

.mt-n170px, .my-n170px {
	margin-top: -170px !important
}

.mr-n170px, .mx-n170px {
	margin-right: -170px !important
}

.mb-n170px, .my-n170px {
	margin-bottom: -170px !important
}

.ml-n170px, .mx-n170px {
	margin-left: -170px !important
}

.m-n175px {
	margin: -175px !important
}

.mt-n175px, .my-n175px {
	margin-top: -175px !important
}

.mr-n175px, .mx-n175px {
	margin-right: -175px !important
}

.mb-n175px, .my-n175px {
	margin-bottom: -175px !important
}

.ml-n175px, .mx-n175px {
	margin-left: -175px !important
}

.m-n180px {
	margin: -180px !important
}

.mt-n180px, .my-n180px {
	margin-top: -180px !important
}

.mr-n180px, .mx-n180px {
	margin-right: -180px !important
}

.mb-n180px, .my-n180px {
	margin-bottom: -180px !important
}

.ml-n180px, .mx-n180px {
	margin-left: -180px !important
}

.m-n185px {
	margin: -185px !important
}

.mt-n185px, .my-n185px {
	margin-top: -185px !important
}

.mr-n185px, .mx-n185px {
	margin-right: -185px !important
}

.mb-n185px, .my-n185px {
	margin-bottom: -185px !important
}

.ml-n185px, .mx-n185px {
	margin-left: -185px !important
}

.m-n190px {
	margin: -190px !important
}

.mt-n190px, .my-n190px {
	margin-top: -190px !important
}

.mr-n190px, .mx-n190px {
	margin-right: -190px !important
}

.mb-n190px, .my-n190px {
	margin-bottom: -190px !important
}

.ml-n190px, .mx-n190px {
	margin-left: -190px !important
}

.m-n195px {
	margin: -195px !important
}

.mt-n195px, .my-n195px {
	margin-top: -195px !important
}

.mr-n195px, .mx-n195px {
	margin-right: -195px !important
}

.mb-n195px, .my-n195px {
	margin-bottom: -195px !important
}

.ml-n195px, .mx-n195px {
	margin-left: -195px !important
}

.m-n200px {
	margin: -200px !important
}

.mt-n200px, .my-n200px {
	margin-top: -200px !important
}

.mr-n200px, .mx-n200px {
	margin-right: -200px !important
}

.mb-n200px, .my-n200px {
	margin-bottom: -200px !important
}

.ml-n200px, .mx-n200px {
	margin-left: -200px !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) {
	.min-vh-sm-10 {
		min-height: 10vh !important
	}

	.min-vh-sm-20 {
		min-height: 20vh !important
	}

	.min-vh-sm-30 {
		min-height: 30vh !important
	}

	.min-vh-sm-40 {
		min-height: 40vh !important
	}

	.min-vh-sm-50 {
		min-height: 50vh !important
	}

	.min-vh-sm-60 {
		min-height: 60vh !important
	}

	.min-vh-sm-70 {
		min-height: 70vh !important
	}

	.min-vh-sm-80 {
		min-height: 80vh !important
	}

	.min-vh-sm-90 {
		min-height: 90vh !important
	}

	.min-vh-sm-100 {
		min-height: 100vh !important
	}

	.min-vw-sm-10 {
		min-height: 10vw !important
	}

	.min-vw-sm-20 {
		min-height: 20vw !important
	}

	.min-vw-sm-30 {
		min-height: 30vw !important
	}

	.min-vw-sm-40 {
		min-height: 40vw !important
	}

	.min-vw-sm-50 {
		min-height: 50vw !important
	}

	.min-vw-sm-60 {
		min-height: 60vw !important
	}

	.min-vw-sm-70 {
		min-height: 70vw !important
	}

	.min-vw-sm-80 {
		min-height: 80vw !important
	}

	.min-vw-sm-90 {
		min-height: 90vw !important
	}

	.min-vw-sm-100 {
		min-height: 100vw !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}

	.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-15px {
		margin: 15px !important
	}

	.mt-sm-15px, .my-sm-15px {
		margin-top: 15px !important
	}

	.mr-sm-15px, .mx-sm-15px {
		margin-right: 15px !important
	}

	.mb-sm-15px, .my-sm-15px {
		margin-bottom: 15px !important
	}

	.ml-sm-15px, .mx-sm-15px {
		margin-left: 15px !important
	}

	.m-sm-20px {
		margin: 20px !important
	}

	.mt-sm-20px, .my-sm-20px {
		margin-top: 20px !important
	}

	.mr-sm-20px, .mx-sm-20px {
		margin-right: 20px !important
	}

	.mb-sm-20px, .my-sm-20px {
		margin-bottom: 20px !important
	}

	.ml-sm-20px, .mx-sm-20px {
		margin-left: 20px !important
	}

	.m-sm-25px {
		margin: 25px !important
	}

	.mt-sm-25px, .my-sm-25px {
		margin-top: 25px !important
	}

	.mr-sm-25px, .mx-sm-25px {
		margin-right: 25px !important
	}

	.mb-sm-25px, .my-sm-25px {
		margin-bottom: 25px !important
	}

	.ml-sm-25px, .mx-sm-25px {
		margin-left: 25px !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
	}

	.m-sm-35px {
		margin: 35px !important
	}

	.mt-sm-35px, .my-sm-35px {
		margin-top: 35px !important
	}

	.mr-sm-35px, .mx-sm-35px {
		margin-right: 35px !important
	}

	.mb-sm-35px, .my-sm-35px {
		margin-bottom: 35px !important
	}

	.ml-sm-35px, .mx-sm-35px {
		margin-left: 35px !important
	}

	.m-sm-40px {
		margin: 40px !important
	}

	.mt-sm-40px, .my-sm-40px {
		margin-top: 40px !important
	}

	.mr-sm-40px, .mx-sm-40px {
		margin-right: 40px !important
	}

	.mb-sm-40px, .my-sm-40px {
		margin-bottom: 40px !important
	}

	.ml-sm-40px, .mx-sm-40px {
		margin-left: 40px !important
	}

	.m-sm-45px {
		margin: 45px !important
	}

	.mt-sm-45px, .my-sm-45px {
		margin-top: 45px !important
	}

	.mr-sm-45px, .mx-sm-45px {
		margin-right: 45px !important
	}

	.mb-sm-45px, .my-sm-45px {
		margin-bottom: 45px !important
	}

	.ml-sm-45px, .mx-sm-45px {
		margin-left: 45px !important
	}

	.m-sm-50px {
		margin: 50px !important
	}

	.mt-sm-50px, .my-sm-50px {
		margin-top: 50px !important
	}

	.mr-sm-50px, .mx-sm-50px {
		margin-right: 50px !important
	}

	.mb-sm-50px, .my-sm-50px {
		margin-bottom: 50px !important
	}

	.ml-sm-50px, .mx-sm-50px {
		margin-left: 50px !important
	}

	.m-sm-55px {
		margin: 55px !important
	}

	.mt-sm-55px, .my-sm-55px {
		margin-top: 55px !important
	}

	.mr-sm-55px, .mx-sm-55px {
		margin-right: 55px !important
	}

	.mb-sm-55px, .my-sm-55px {
		margin-bottom: 55px !important
	}

	.ml-sm-55px, .mx-sm-55px {
		margin-left: 55px !important
	}

	.m-sm-60px {
		margin: 60px !important
	}

	.mt-sm-60px, .my-sm-60px {
		margin-top: 60px !important
	}

	.mr-sm-60px, .mx-sm-60px {
		margin-right: 60px !important
	}

	.mb-sm-60px, .my-sm-60px {
		margin-bottom: 60px !important
	}

	.ml-sm-60px, .mx-sm-60px {
		margin-left: 60px !important
	}

	.m-sm-65px {
		margin: 65px !important
	}

	.mt-sm-65px, .my-sm-65px {
		margin-top: 65px !important
	}

	.mr-sm-65px, .mx-sm-65px {
		margin-right: 65px !important
	}

	.mb-sm-65px, .my-sm-65px {
		margin-bottom: 65px !important
	}

	.ml-sm-65px, .mx-sm-65px {
		margin-left: 65px !important
	}

	.m-sm-70px {
		margin: 70px !important
	}

	.mt-sm-70px, .my-sm-70px {
		margin-top: 70px !important
	}

	.mr-sm-70px, .mx-sm-70px {
		margin-right: 70px !important
	}

	.mb-sm-70px, .my-sm-70px {
		margin-bottom: 70px !important
	}

	.ml-sm-70px, .mx-sm-70px {
		margin-left: 70px !important
	}

	.m-sm-75px {
		margin: 75px !important
	}

	.mt-sm-75px, .my-sm-75px {
		margin-top: 75px !important
	}

	.mr-sm-75px, .mx-sm-75px {
		margin-right: 75px !important
	}

	.mb-sm-75px, .my-sm-75px {
		margin-bottom: 75px !important
	}

	.ml-sm-75px, .mx-sm-75px {
		margin-left: 75px !important
	}

	.m-sm-80px {
		margin: 80px !important
	}

	.mt-sm-80px, .my-sm-80px {
		margin-top: 80px !important
	}

	.mr-sm-80px, .mx-sm-80px {
		margin-right: 80px !important
	}

	.mb-sm-80px, .my-sm-80px {
		margin-bottom: 80px !important
	}

	.ml-sm-80px, .mx-sm-80px {
		margin-left: 80px !important
	}

	.m-sm-85px {
		margin: 85px !important
	}

	.mt-sm-85px, .my-sm-85px {
		margin-top: 85px !important
	}

	.mr-sm-85px, .mx-sm-85px {
		margin-right: 85px !important
	}

	.mb-sm-85px, .my-sm-85px {
		margin-bottom: 85px !important
	}

	.ml-sm-85px, .mx-sm-85px {
		margin-left: 85px !important
	}

	.m-sm-90px {
		margin: 90px !important
	}

	.mt-sm-90px, .my-sm-90px {
		margin-top: 90px !important
	}

	.mr-sm-90px, .mx-sm-90px {
		margin-right: 90px !important
	}

	.mb-sm-90px, .my-sm-90px {
		margin-bottom: 90px !important
	}

	.ml-sm-90px, .mx-sm-90px {
		margin-left: 90px !important
	}

	.m-sm-95px {
		margin: 95px !important
	}

	.mt-sm-95px, .my-sm-95px {
		margin-top: 95px !important
	}

	.mr-sm-95px, .mx-sm-95px {
		margin-right: 95px !important
	}

	.mb-sm-95px, .my-sm-95px {
		margin-bottom: 95px !important
	}

	.ml-sm-95px, .mx-sm-95px {
		margin-left: 95px !important
	}

	.m-sm-100px {
		margin: 100px !important
	}

	.mt-sm-100px, .my-sm-100px {
		margin-top: 100px !important
	}

	.mr-sm-100px, .mx-sm-100px {
		margin-right: 100px !important
	}

	.mb-sm-100px, .my-sm-100px {
		margin-bottom: 100px !important
	}

	.ml-sm-100px, .mx-sm-100px {
		margin-left: 100px !important
	}

	.m-sm-105px {
		margin: 105px !important
	}

	.mt-sm-105px, .my-sm-105px {
		margin-top: 105px !important
	}

	.mr-sm-105px, .mx-sm-105px {
		margin-right: 105px !important
	}

	.mb-sm-105px, .my-sm-105px {
		margin-bottom: 105px !important
	}

	.ml-sm-105px, .mx-sm-105px {
		margin-left: 105px !important
	}

	.m-sm-110px {
		margin: 110px !important
	}

	.mt-sm-110px, .my-sm-110px {
		margin-top: 110px !important
	}

	.mr-sm-110px, .mx-sm-110px {
		margin-right: 110px !important
	}

	.mb-sm-110px, .my-sm-110px {
		margin-bottom: 110px !important
	}

	.ml-sm-110px, .mx-sm-110px {
		margin-left: 110px !important
	}

	.m-sm-115px {
		margin: 115px !important
	}

	.mt-sm-115px, .my-sm-115px {
		margin-top: 115px !important
	}

	.mr-sm-115px, .mx-sm-115px {
		margin-right: 115px !important
	}

	.mb-sm-115px, .my-sm-115px {
		margin-bottom: 115px !important
	}

	.ml-sm-115px, .mx-sm-115px {
		margin-left: 115px !important
	}

	.m-sm-120px {
		margin: 120px !important
	}

	.mt-sm-120px, .my-sm-120px {
		margin-top: 120px !important
	}

	.mr-sm-120px, .mx-sm-120px {
		margin-right: 120px !important
	}

	.mb-sm-120px, .my-sm-120px {
		margin-bottom: 120px !important
	}

	.ml-sm-120px, .mx-sm-120px {
		margin-left: 120px !important
	}

	.m-sm-125px {
		margin: 125px !important
	}

	.mt-sm-125px, .my-sm-125px {
		margin-top: 125px !important
	}

	.mr-sm-125px, .mx-sm-125px {
		margin-right: 125px !important
	}

	.mb-sm-125px, .my-sm-125px {
		margin-bottom: 125px !important
	}

	.ml-sm-125px, .mx-sm-125px {
		margin-left: 125px !important
	}

	.m-sm-130px {
		margin: 130px !important
	}

	.mt-sm-130px, .my-sm-130px {
		margin-top: 130px !important
	}

	.mr-sm-130px, .mx-sm-130px {
		margin-right: 130px !important
	}

	.mb-sm-130px, .my-sm-130px {
		margin-bottom: 130px !important
	}

	.ml-sm-130px, .mx-sm-130px {
		margin-left: 130px !important
	}

	.m-sm-135px {
		margin: 135px !important
	}

	.mt-sm-135px, .my-sm-135px {
		margin-top: 135px !important
	}

	.mr-sm-135px, .mx-sm-135px {
		margin-right: 135px !important
	}

	.mb-sm-135px, .my-sm-135px {
		margin-bottom: 135px !important
	}

	.ml-sm-135px, .mx-sm-135px {
		margin-left: 135px !important
	}

	.m-sm-140px {
		margin: 140px !important
	}

	.mt-sm-140px, .my-sm-140px {
		margin-top: 140px !important
	}

	.mr-sm-140px, .mx-sm-140px {
		margin-right: 140px !important
	}

	.mb-sm-140px, .my-sm-140px {
		margin-bottom: 140px !important
	}

	.ml-sm-140px, .mx-sm-140px {
		margin-left: 140px !important
	}

	.m-sm-145px {
		margin: 145px !important
	}

	.mt-sm-145px, .my-sm-145px {
		margin-top: 145px !important
	}

	.mr-sm-145px, .mx-sm-145px {
		margin-right: 145px !important
	}

	.mb-sm-145px, .my-sm-145px {
		margin-bottom: 145px !important
	}

	.ml-sm-145px, .mx-sm-145px {
		margin-left: 145px !important
	}

	.m-sm-150px {
		margin: 150px !important
	}

	.mt-sm-150px, .my-sm-150px {
		margin-top: 150px !important
	}

	.mr-sm-150px, .mx-sm-150px {
		margin-right: 150px !important
	}

	.mb-sm-150px, .my-sm-150px {
		margin-bottom: 150px !important
	}

	.ml-sm-150px, .mx-sm-150px {
		margin-left: 150px !important
	}

	.m-sm-155px {
		margin: 155px !important
	}

	.mt-sm-155px, .my-sm-155px {
		margin-top: 155px !important
	}

	.mr-sm-155px, .mx-sm-155px {
		margin-right: 155px !important
	}

	.mb-sm-155px, .my-sm-155px {
		margin-bottom: 155px !important
	}

	.ml-sm-155px, .mx-sm-155px {
		margin-left: 155px !important
	}

	.m-sm-160px {
		margin: 160px !important
	}

	.mt-sm-160px, .my-sm-160px {
		margin-top: 160px !important
	}

	.mr-sm-160px, .mx-sm-160px {
		margin-right: 160px !important
	}

	.mb-sm-160px, .my-sm-160px {
		margin-bottom: 160px !important
	}

	.ml-sm-160px, .mx-sm-160px {
		margin-left: 160px !important
	}

	.m-sm-165px {
		margin: 165px !important
	}

	.mt-sm-165px, .my-sm-165px {
		margin-top: 165px !important
	}

	.mr-sm-165px, .mx-sm-165px {
		margin-right: 165px !important
	}

	.mb-sm-165px, .my-sm-165px {
		margin-bottom: 165px !important
	}

	.ml-sm-165px, .mx-sm-165px {
		margin-left: 165px !important
	}

	.m-sm-170px {
		margin: 170px !important
	}

	.mt-sm-170px, .my-sm-170px {
		margin-top: 170px !important
	}

	.mr-sm-170px, .mx-sm-170px {
		margin-right: 170px !important
	}

	.mb-sm-170px, .my-sm-170px {
		margin-bottom: 170px !important
	}

	.ml-sm-170px, .mx-sm-170px {
		margin-left: 170px !important
	}

	.m-sm-175px {
		margin: 175px !important
	}

	.mt-sm-175px, .my-sm-175px {
		margin-top: 175px !important
	}

	.mr-sm-175px, .mx-sm-175px {
		margin-right: 175px !important
	}

	.mb-sm-175px, .my-sm-175px {
		margin-bottom: 175px !important
	}

	.ml-sm-175px, .mx-sm-175px {
		margin-left: 175px !important
	}

	.m-sm-180px {
		margin: 180px !important
	}

	.mt-sm-180px, .my-sm-180px {
		margin-top: 180px !important
	}

	.mr-sm-180px, .mx-sm-180px {
		margin-right: 180px !important
	}

	.mb-sm-180px, .my-sm-180px {
		margin-bottom: 180px !important
	}

	.ml-sm-180px, .mx-sm-180px {
		margin-left: 180px !important
	}

	.m-sm-185px {
		margin: 185px !important
	}

	.mt-sm-185px, .my-sm-185px {
		margin-top: 185px !important
	}

	.mr-sm-185px, .mx-sm-185px {
		margin-right: 185px !important
	}

	.mb-sm-185px, .my-sm-185px {
		margin-bottom: 185px !important
	}

	.ml-sm-185px, .mx-sm-185px {
		margin-left: 185px !important
	}

	.m-sm-190px {
		margin: 190px !important
	}

	.mt-sm-190px, .my-sm-190px {
		margin-top: 190px !important
	}

	.mr-sm-190px, .mx-sm-190px {
		margin-right: 190px !important
	}

	.mb-sm-190px, .my-sm-190px {
		margin-bottom: 190px !important
	}

	.ml-sm-190px, .mx-sm-190px {
		margin-left: 190px !important
	}

	.m-sm-195px {
		margin: 195px !important
	}

	.mt-sm-195px, .my-sm-195px {
		margin-top: 195px !important
	}

	.mr-sm-195px, .mx-sm-195px {
		margin-right: 195px !important
	}

	.mb-sm-195px, .my-sm-195px {
		margin-bottom: 195px !important
	}

	.ml-sm-195px, .mx-sm-195px {
		margin-left: 195px !important
	}

	.m-sm-200px {
		margin: 200px !important
	}

	.mt-sm-200px, .my-sm-200px {
		margin-top: 200px !important
	}

	.mr-sm-200px, .mx-sm-200px {
		margin-right: 200px !important
	}

	.mb-sm-200px, .my-sm-200px {
		margin-bottom: 200px !important
	}

	.ml-sm-200px, .mx-sm-200px {
		margin-left: 200px !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-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-15px {
		padding: 15px !important
	}

	.pt-sm-15px, .py-sm-15px {
		padding-top: 15px !important
	}

	.pr-sm-15px, .px-sm-15px {
		padding-right: 15px !important
	}

	.pb-sm-15px, .py-sm-15px {
		padding-bottom: 15px !important
	}

	.pl-sm-15px, .px-sm-15px {
		padding-left: 15px !important
	}

	.p-sm-20px {
		padding: 20px !important
	}

	.pt-sm-20px, .py-sm-20px {
		padding-top: 20px !important
	}

	.pr-sm-20px, .px-sm-20px {
		padding-right: 20px !important
	}

	.pb-sm-20px, .py-sm-20px {
		padding-bottom: 20px !important
	}

	.pl-sm-20px, .px-sm-20px {
		padding-left: 20px !important
	}

	.p-sm-25px {
		padding: 25px !important
	}

	.pt-sm-25px, .py-sm-25px {
		padding-top: 25px !important
	}

	.pr-sm-25px, .px-sm-25px {
		padding-right: 25px !important
	}

	.pb-sm-25px, .py-sm-25px {
		padding-bottom: 25px !important
	}

	.pl-sm-25px, .px-sm-25px {
		padding-left: 25px !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
	}

	.p-sm-35px {
		padding: 35px !important
	}

	.pt-sm-35px, .py-sm-35px {
		padding-top: 35px !important
	}

	.pr-sm-35px, .px-sm-35px {
		padding-right: 35px !important
	}

	.pb-sm-35px, .py-sm-35px {
		padding-bottom: 35px !important
	}

	.pl-sm-35px, .px-sm-35px {
		padding-left: 35px !important
	}

	.p-sm-40px {
		padding: 40px !important
	}

	.pt-sm-40px, .py-sm-40px {
		padding-top: 40px !important
	}

	.pr-sm-40px, .px-sm-40px {
		padding-right: 40px !important
	}

	.pb-sm-40px, .py-sm-40px {
		padding-bottom: 40px !important
	}

	.pl-sm-40px, .px-sm-40px {
		padding-left: 40px !important
	}

	.p-sm-45px {
		padding: 45px !important
	}

	.pt-sm-45px, .py-sm-45px {
		padding-top: 45px !important
	}

	.pr-sm-45px, .px-sm-45px {
		padding-right: 45px !important
	}

	.pb-sm-45px, .py-sm-45px {
		padding-bottom: 45px !important
	}

	.pl-sm-45px, .px-sm-45px {
		padding-left: 45px !important
	}

	.p-sm-50px {
		padding: 50px !important
	}

	.pt-sm-50px, .py-sm-50px {
		padding-top: 50px !important
	}

	.pr-sm-50px, .px-sm-50px {
		padding-right: 50px !important
	}

	.pb-sm-50px, .py-sm-50px {
		padding-bottom: 50px !important
	}

	.pl-sm-50px, .px-sm-50px {
		padding-left: 50px !important
	}

	.p-sm-55px {
		padding: 55px !important
	}

	.pt-sm-55px, .py-sm-55px {
		padding-top: 55px !important
	}

	.pr-sm-55px, .px-sm-55px {
		padding-right: 55px !important
	}

	.pb-sm-55px, .py-sm-55px {
		padding-bottom: 55px !important
	}

	.pl-sm-55px, .px-sm-55px {
		padding-left: 55px !important
	}

	.p-sm-60px {
		padding: 60px !important
	}

	.pt-sm-60px, .py-sm-60px {
		padding-top: 60px !important
	}

	.pr-sm-60px, .px-sm-60px {
		padding-right: 60px !important
	}

	.pb-sm-60px, .py-sm-60px {
		padding-bottom: 60px !important
	}

	.pl-sm-60px, .px-sm-60px {
		padding-left: 60px !important
	}

	.p-sm-65px {
		padding: 65px !important
	}

	.pt-sm-65px, .py-sm-65px {
		padding-top: 65px !important
	}

	.pr-sm-65px, .px-sm-65px {
		padding-right: 65px !important
	}

	.pb-sm-65px, .py-sm-65px {
		padding-bottom: 65px !important
	}

	.pl-sm-65px, .px-sm-65px {
		padding-left: 65px !important
	}

	.p-sm-70px {
		padding: 70px !important
	}

	.pt-sm-70px, .py-sm-70px {
		padding-top: 70px !important
	}

	.pr-sm-70px, .px-sm-70px {
		padding-right: 70px !important
	}

	.pb-sm-70px, .py-sm-70px {
		padding-bottom: 70px !important
	}

	.pl-sm-70px, .px-sm-70px {
		padding-left: 70px !important
	}

	.p-sm-75px {
		padding: 75px !important
	}

	.pt-sm-75px, .py-sm-75px {
		padding-top: 75px !important
	}

	.pr-sm-75px, .px-sm-75px {
		padding-right: 75px !important
	}

	.pb-sm-75px, .py-sm-75px {
		padding-bottom: 75px !important
	}

	.pl-sm-75px, .px-sm-75px {
		padding-left: 75px !important
	}

	.p-sm-80px {
		padding: 80px !important
	}

	.pt-sm-80px, .py-sm-80px {
		padding-top: 80px !important
	}

	.pr-sm-80px, .px-sm-80px {
		padding-right: 80px !important
	}

	.pb-sm-80px, .py-sm-80px {
		padding-bottom: 80px !important
	}

	.pl-sm-80px, .px-sm-80px {
		padding-left: 80px !important
	}

	.p-sm-85px {
		padding: 85px !important
	}

	.pt-sm-85px, .py-sm-85px {
		padding-top: 85px !important
	}

	.pr-sm-85px, .px-sm-85px {
		padding-right: 85px !important
	}

	.pb-sm-85px, .py-sm-85px {
		padding-bottom: 85px !important
	}

	.pl-sm-85px, .px-sm-85px {
		padding-left: 85px !important
	}

	.p-sm-90px {
		padding: 90px !important
	}

	.pt-sm-90px, .py-sm-90px {
		padding-top: 90px !important
	}

	.pr-sm-90px, .px-sm-90px {
		padding-right: 90px !important
	}

	.pb-sm-90px, .py-sm-90px {
		padding-bottom: 90px !important
	}

	.pl-sm-90px, .px-sm-90px {
		padding-left: 90px !important
	}

	.p-sm-95px {
		padding: 95px !important
	}

	.pt-sm-95px, .py-sm-95px {
		padding-top: 95px !important
	}

	.pr-sm-95px, .px-sm-95px {
		padding-right: 95px !important
	}

	.pb-sm-95px, .py-sm-95px {
		padding-bottom: 95px !important
	}

	.pl-sm-95px, .px-sm-95px {
		padding-left: 95px !important
	}

	.p-sm-100px {
		padding: 100px !important
	}

	.pt-sm-100px, .py-sm-100px {
		padding-top: 100px !important
	}

	.pr-sm-100px, .px-sm-100px {
		padding-right: 100px !important
	}

	.pb-sm-100px, .py-sm-100px {
		padding-bottom: 100px !important
	}

	.pl-sm-100px, .px-sm-100px {
		padding-left: 100px !important
	}

	.p-sm-105px {
		padding: 105px !important
	}

	.pt-sm-105px, .py-sm-105px {
		padding-top: 105px !important
	}

	.pr-sm-105px, .px-sm-105px {
		padding-right: 105px !important
	}

	.pb-sm-105px, .py-sm-105px {
		padding-bottom: 105px !important
	}

	.pl-sm-105px, .px-sm-105px {
		padding-left: 105px !important
	}

	.p-sm-110px {
		padding: 110px !important
	}

	.pt-sm-110px, .py-sm-110px {
		padding-top: 110px !important
	}

	.pr-sm-110px, .px-sm-110px {
		padding-right: 110px !important
	}

	.pb-sm-110px, .py-sm-110px {
		padding-bottom: 110px !important
	}

	.pl-sm-110px, .px-sm-110px {
		padding-left: 110px !important
	}

	.p-sm-115px {
		padding: 115px !important
	}

	.pt-sm-115px, .py-sm-115px {
		padding-top: 115px !important
	}

	.pr-sm-115px, .px-sm-115px {
		padding-right: 115px !important
	}

	.pb-sm-115px, .py-sm-115px {
		padding-bottom: 115px !important
	}

	.pl-sm-115px, .px-sm-115px {
		padding-left: 115px !important
	}

	.p-sm-120px {
		padding: 120px !important
	}

	.pt-sm-120px, .py-sm-120px {
		padding-top: 120px !important
	}

	.pr-sm-120px, .px-sm-120px {
		padding-right: 120px !important
	}

	.pb-sm-120px, .py-sm-120px {
		padding-bottom: 120px !important
	}

	.pl-sm-120px, .px-sm-120px {
		padding-left: 120px !important
	}

	.p-sm-125px {
		padding: 125px !important
	}

	.pt-sm-125px, .py-sm-125px {
		padding-top: 125px !important
	}

	.pr-sm-125px, .px-sm-125px {
		padding-right: 125px !important
	}

	.pb-sm-125px, .py-sm-125px {
		padding-bottom: 125px !important
	}

	.pl-sm-125px, .px-sm-125px {
		padding-left: 125px !important
	}

	.p-sm-130px {
		padding: 130px !important
	}

	.pt-sm-130px, .py-sm-130px {
		padding-top: 130px !important
	}

	.pr-sm-130px, .px-sm-130px {
		padding-right: 130px !important
	}

	.pb-sm-130px, .py-sm-130px {
		padding-bottom: 130px !important
	}

	.pl-sm-130px, .px-sm-130px {
		padding-left: 130px !important
	}

	.p-sm-135px {
		padding: 135px !important
	}

	.pt-sm-135px, .py-sm-135px {
		padding-top: 135px !important
	}

	.pr-sm-135px, .px-sm-135px {
		padding-right: 135px !important
	}

	.pb-sm-135px, .py-sm-135px {
		padding-bottom: 135px !important
	}

	.pl-sm-135px, .px-sm-135px {
		padding-left: 135px !important
	}

	.p-sm-140px {
		padding: 140px !important
	}

	.pt-sm-140px, .py-sm-140px {
		padding-top: 140px !important
	}

	.pr-sm-140px, .px-sm-140px {
		padding-right: 140px !important
	}

	.pb-sm-140px, .py-sm-140px {
		padding-bottom: 140px !important
	}

	.pl-sm-140px, .px-sm-140px {
		padding-left: 140px !important
	}

	.p-sm-145px {
		padding: 145px !important
	}

	.pt-sm-145px, .py-sm-145px {
		padding-top: 145px !important
	}

	.pr-sm-145px, .px-sm-145px {
		padding-right: 145px !important
	}

	.pb-sm-145px, .py-sm-145px {
		padding-bottom: 145px !important
	}

	.pl-sm-145px, .px-sm-145px {
		padding-left: 145px !important
	}

	.p-sm-150px {
		padding: 150px !important
	}

	.pt-sm-150px, .py-sm-150px {
		padding-top: 150px !important
	}

	.pr-sm-150px, .px-sm-150px {
		padding-right: 150px !important
	}

	.pb-sm-150px, .py-sm-150px {
		padding-bottom: 150px !important
	}

	.pl-sm-150px, .px-sm-150px {
		padding-left: 150px !important
	}

	.p-sm-155px {
		padding: 155px !important
	}

	.pt-sm-155px, .py-sm-155px {
		padding-top: 155px !important
	}

	.pr-sm-155px, .px-sm-155px {
		padding-right: 155px !important
	}

	.pb-sm-155px, .py-sm-155px {
		padding-bottom: 155px !important
	}

	.pl-sm-155px, .px-sm-155px {
		padding-left: 155px !important
	}

	.p-sm-160px {
		padding: 160px !important
	}

	.pt-sm-160px, .py-sm-160px {
		padding-top: 160px !important
	}

	.pr-sm-160px, .px-sm-160px {
		padding-right: 160px !important
	}

	.pb-sm-160px, .py-sm-160px {
		padding-bottom: 160px !important
	}

	.pl-sm-160px, .px-sm-160px {
		padding-left: 160px !important
	}

	.p-sm-165px {
		padding: 165px !important
	}

	.pt-sm-165px, .py-sm-165px {
		padding-top: 165px !important
	}

	.pr-sm-165px, .px-sm-165px {
		padding-right: 165px !important
	}

	.pb-sm-165px, .py-sm-165px {
		padding-bottom: 165px !important
	}

	.pl-sm-165px, .px-sm-165px {
		padding-left: 165px !important
	}

	.p-sm-170px {
		padding: 170px !important
	}

	.pt-sm-170px, .py-sm-170px {
		padding-top: 170px !important
	}

	.pr-sm-170px, .px-sm-170px {
		padding-right: 170px !important
	}

	.pb-sm-170px, .py-sm-170px {
		padding-bottom: 170px !important
	}

	.pl-sm-170px, .px-sm-170px {
		padding-left: 170px !important
	}

	.p-sm-175px {
		padding: 175px !important
	}

	.pt-sm-175px, .py-sm-175px {
		padding-top: 175px !important
	}

	.pr-sm-175px, .px-sm-175px {
		padding-right: 175px !important
	}

	.pb-sm-175px, .py-sm-175px {
		padding-bottom: 175px !important
	}

	.pl-sm-175px, .px-sm-175px {
		padding-left: 175px !important
	}

	.p-sm-180px {
		padding: 180px !important
	}

	.pt-sm-180px, .py-sm-180px {
		padding-top: 180px !important
	}

	.pr-sm-180px, .px-sm-180px {
		padding-right: 180px !important
	}

	.pb-sm-180px, .py-sm-180px {
		padding-bottom: 180px !important
	}

	.pl-sm-180px, .px-sm-180px {
		padding-left: 180px !important
	}

	.p-sm-185px {
		padding: 185px !important
	}

	.pt-sm-185px, .py-sm-185px {
		padding-top: 185px !important
	}

	.pr-sm-185px, .px-sm-185px {
		padding-right: 185px !important
	}

	.pb-sm-185px, .py-sm-185px {
		padding-bottom: 185px !important
	}

	.pl-sm-185px, .px-sm-185px {
		padding-left: 185px !important
	}

	.p-sm-190px {
		padding: 190px !important
	}

	.pt-sm-190px, .py-sm-190px {
		padding-top: 190px !important
	}

	.pr-sm-190px, .px-sm-190px {
		padding-right: 190px !important
	}

	.pb-sm-190px, .py-sm-190px {
		padding-bottom: 190px !important
	}

	.pl-sm-190px, .px-sm-190px {
		padding-left: 190px !important
	}

	.p-sm-195px {
		padding: 195px !important
	}

	.pt-sm-195px, .py-sm-195px {
		padding-top: 195px !important
	}

	.pr-sm-195px, .px-sm-195px {
		padding-right: 195px !important
	}

	.pb-sm-195px, .py-sm-195px {
		padding-bottom: 195px !important
	}

	.pl-sm-195px, .px-sm-195px {
		padding-left: 195px !important
	}

	.p-sm-200px {
		padding: 200px !important
	}

	.pt-sm-200px, .py-sm-200px {
		padding-top: 200px !important
	}

	.pr-sm-200px, .px-sm-200px {
		padding-right: 200px !important
	}

	.pb-sm-200px, .py-sm-200px {
		padding-bottom: 200px !important
	}

	.pl-sm-200px, .px-sm-200px {
		padding-left: 200px !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-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-n15px {
		margin: -15px !important
	}

	.mt-sm-n15px, .my-sm-n15px {
		margin-top: -15px !important
	}

	.mr-sm-n15px, .mx-sm-n15px {
		margin-right: -15px !important
	}

	.mb-sm-n15px, .my-sm-n15px {
		margin-bottom: -15px !important
	}

	.ml-sm-n15px, .mx-sm-n15px {
		margin-left: -15px !important
	}

	.m-sm-n20px {
		margin: -20px !important
	}

	.mt-sm-n20px, .my-sm-n20px {
		margin-top: -20px !important
	}

	.mr-sm-n20px, .mx-sm-n20px {
		margin-right: -20px !important
	}

	.mb-sm-n20px, .my-sm-n20px {
		margin-bottom: -20px !important
	}

	.ml-sm-n20px, .mx-sm-n20px {
		margin-left: -20px !important
	}

	.m-sm-n25px {
		margin: -25px !important
	}

	.mt-sm-n25px, .my-sm-n25px {
		margin-top: -25px !important
	}

	.mr-sm-n25px, .mx-sm-n25px {
		margin-right: -25px !important
	}

	.mb-sm-n25px, .my-sm-n25px {
		margin-bottom: -25px !important
	}

	.ml-sm-n25px, .mx-sm-n25px {
		margin-left: -25px !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-n35px {
		margin: -35px !important
	}

	.mt-sm-n35px, .my-sm-n35px {
		margin-top: -35px !important
	}

	.mr-sm-n35px, .mx-sm-n35px {
		margin-right: -35px !important
	}

	.mb-sm-n35px, .my-sm-n35px {
		margin-bottom: -35px !important
	}

	.ml-sm-n35px, .mx-sm-n35px {
		margin-left: -35px !important
	}

	.m-sm-n40px {
		margin: -40px !important
	}

	.mt-sm-n40px, .my-sm-n40px {
		margin-top: -40px !important
	}

	.mr-sm-n40px, .mx-sm-n40px {
		margin-right: -40px !important
	}

	.mb-sm-n40px, .my-sm-n40px {
		margin-bottom: -40px !important
	}

	.ml-sm-n40px, .mx-sm-n40px {
		margin-left: -40px !important
	}

	.m-sm-n45px {
		margin: -45px !important
	}

	.mt-sm-n45px, .my-sm-n45px {
		margin-top: -45px !important
	}

	.mr-sm-n45px, .mx-sm-n45px {
		margin-right: -45px !important
	}

	.mb-sm-n45px, .my-sm-n45px {
		margin-bottom: -45px !important
	}

	.ml-sm-n45px, .mx-sm-n45px {
		margin-left: -45px !important
	}

	.m-sm-n50px {
		margin: -50px !important
	}

	.mt-sm-n50px, .my-sm-n50px {
		margin-top: -50px !important
	}

	.mr-sm-n50px, .mx-sm-n50px {
		margin-right: -50px !important
	}

	.mb-sm-n50px, .my-sm-n50px {
		margin-bottom: -50px !important
	}

	.ml-sm-n50px, .mx-sm-n50px {
		margin-left: -50px !important
	}

	.m-sm-n55px {
		margin: -55px !important
	}

	.mt-sm-n55px, .my-sm-n55px {
		margin-top: -55px !important
	}

	.mr-sm-n55px, .mx-sm-n55px {
		margin-right: -55px !important
	}

	.mb-sm-n55px, .my-sm-n55px {
		margin-bottom: -55px !important
	}

	.ml-sm-n55px, .mx-sm-n55px {
		margin-left: -55px !important
	}

	.m-sm-n60px {
		margin: -60px !important
	}

	.mt-sm-n60px, .my-sm-n60px {
		margin-top: -60px !important
	}

	.mr-sm-n60px, .mx-sm-n60px {
		margin-right: -60px !important
	}

	.mb-sm-n60px, .my-sm-n60px {
		margin-bottom: -60px !important
	}

	.ml-sm-n60px, .mx-sm-n60px {
		margin-left: -60px !important
	}

	.m-sm-n65px {
		margin: -65px !important
	}

	.mt-sm-n65px, .my-sm-n65px {
		margin-top: -65px !important
	}

	.mr-sm-n65px, .mx-sm-n65px {
		margin-right: -65px !important
	}

	.mb-sm-n65px, .my-sm-n65px {
		margin-bottom: -65px !important
	}

	.ml-sm-n65px, .mx-sm-n65px {
		margin-left: -65px !important
	}

	.m-sm-n70px {
		margin: -70px !important
	}

	.mt-sm-n70px, .my-sm-n70px {
		margin-top: -70px !important
	}

	.mr-sm-n70px, .mx-sm-n70px {
		margin-right: -70px !important
	}

	.mb-sm-n70px, .my-sm-n70px {
		margin-bottom: -70px !important
	}

	.ml-sm-n70px, .mx-sm-n70px {
		margin-left: -70px !important
	}

	.m-sm-n75px {
		margin: -75px !important
	}

	.mt-sm-n75px, .my-sm-n75px {
		margin-top: -75px !important
	}

	.mr-sm-n75px, .mx-sm-n75px {
		margin-right: -75px !important
	}

	.mb-sm-n75px, .my-sm-n75px {
		margin-bottom: -75px !important
	}

	.ml-sm-n75px, .mx-sm-n75px {
		margin-left: -75px !important
	}

	.m-sm-n80px {
		margin: -80px !important
	}

	.mt-sm-n80px, .my-sm-n80px {
		margin-top: -80px !important
	}

	.mr-sm-n80px, .mx-sm-n80px {
		margin-right: -80px !important
	}

	.mb-sm-n80px, .my-sm-n80px {
		margin-bottom: -80px !important
	}

	.ml-sm-n80px, .mx-sm-n80px {
		margin-left: -80px !important
	}

	.m-sm-n85px {
		margin: -85px !important
	}

	.mt-sm-n85px, .my-sm-n85px {
		margin-top: -85px !important
	}

	.mr-sm-n85px, .mx-sm-n85px {
		margin-right: -85px !important
	}

	.mb-sm-n85px, .my-sm-n85px {
		margin-bottom: -85px !important
	}

	.ml-sm-n85px, .mx-sm-n85px {
		margin-left: -85px !important
	}

	.m-sm-n90px {
		margin: -90px !important
	}

	.mt-sm-n90px, .my-sm-n90px {
		margin-top: -90px !important
	}

	.mr-sm-n90px, .mx-sm-n90px {
		margin-right: -90px !important
	}

	.mb-sm-n90px, .my-sm-n90px {
		margin-bottom: -90px !important
	}

	.ml-sm-n90px, .mx-sm-n90px {
		margin-left: -90px !important
	}

	.m-sm-n95px {
		margin: -95px !important
	}

	.mt-sm-n95px, .my-sm-n95px {
		margin-top: -95px !important
	}

	.mr-sm-n95px, .mx-sm-n95px {
		margin-right: -95px !important
	}

	.mb-sm-n95px, .my-sm-n95px {
		margin-bottom: -95px !important
	}

	.ml-sm-n95px, .mx-sm-n95px {
		margin-left: -95px !important
	}

	.m-sm-n100px {
		margin: -100px !important
	}

	.mt-sm-n100px, .my-sm-n100px {
		margin-top: -100px !important
	}

	.mr-sm-n100px, .mx-sm-n100px {
		margin-right: -100px !important
	}

	.mb-sm-n100px, .my-sm-n100px {
		margin-bottom: -100px !important
	}

	.ml-sm-n100px, .mx-sm-n100px {
		margin-left: -100px !important
	}

	.m-sm-n105px {
		margin: -105px !important
	}

	.mt-sm-n105px, .my-sm-n105px {
		margin-top: -105px !important
	}

	.mr-sm-n105px, .mx-sm-n105px {
		margin-right: -105px !important
	}

	.mb-sm-n105px, .my-sm-n105px {
		margin-bottom: -105px !important
	}

	.ml-sm-n105px, .mx-sm-n105px {
		margin-left: -105px !important
	}

	.m-sm-n110px {
		margin: -110px !important
	}

	.mt-sm-n110px, .my-sm-n110px {
		margin-top: -110px !important
	}

	.mr-sm-n110px, .mx-sm-n110px {
		margin-right: -110px !important
	}

	.mb-sm-n110px, .my-sm-n110px {
		margin-bottom: -110px !important
	}

	.ml-sm-n110px, .mx-sm-n110px {
		margin-left: -110px !important
	}

	.m-sm-n115px {
		margin: -115px !important
	}

	.mt-sm-n115px, .my-sm-n115px {
		margin-top: -115px !important
	}

	.mr-sm-n115px, .mx-sm-n115px {
		margin-right: -115px !important
	}

	.mb-sm-n115px, .my-sm-n115px {
		margin-bottom: -115px !important
	}

	.ml-sm-n115px, .mx-sm-n115px {
		margin-left: -115px !important
	}

	.m-sm-n120px {
		margin: -120px !important
	}

	.mt-sm-n120px, .my-sm-n120px {
		margin-top: -120px !important
	}

	.mr-sm-n120px, .mx-sm-n120px {
		margin-right: -120px !important
	}

	.mb-sm-n120px, .my-sm-n120px {
		margin-bottom: -120px !important
	}

	.ml-sm-n120px, .mx-sm-n120px {
		margin-left: -120px !important
	}

	.m-sm-n125px {
		margin: -125px !important
	}

	.mt-sm-n125px, .my-sm-n125px {
		margin-top: -125px !important
	}

	.mr-sm-n125px, .mx-sm-n125px {
		margin-right: -125px !important
	}

	.mb-sm-n125px, .my-sm-n125px {
		margin-bottom: -125px !important
	}

	.ml-sm-n125px, .mx-sm-n125px {
		margin-left: -125px !important
	}

	.m-sm-n130px {
		margin: -130px !important
	}

	.mt-sm-n130px, .my-sm-n130px {
		margin-top: -130px !important
	}

	.mr-sm-n130px, .mx-sm-n130px {
		margin-right: -130px !important
	}

	.mb-sm-n130px, .my-sm-n130px {
		margin-bottom: -130px !important
	}

	.ml-sm-n130px, .mx-sm-n130px {
		margin-left: -130px !important
	}

	.m-sm-n135px {
		margin: -135px !important
	}

	.mt-sm-n135px, .my-sm-n135px {
		margin-top: -135px !important
	}

	.mr-sm-n135px, .mx-sm-n135px {
		margin-right: -135px !important
	}

	.mb-sm-n135px, .my-sm-n135px {
		margin-bottom: -135px !important
	}

	.ml-sm-n135px, .mx-sm-n135px {
		margin-left: -135px !important
	}

	.m-sm-n140px {
		margin: -140px !important
	}

	.mt-sm-n140px, .my-sm-n140px {
		margin-top: -140px !important
	}

	.mr-sm-n140px, .mx-sm-n140px {
		margin-right: -140px !important
	}

	.mb-sm-n140px, .my-sm-n140px {
		margin-bottom: -140px !important
	}

	.ml-sm-n140px, .mx-sm-n140px {
		margin-left: -140px !important
	}

	.m-sm-n145px {
		margin: -145px !important
	}

	.mt-sm-n145px, .my-sm-n145px {
		margin-top: -145px !important
	}

	.mr-sm-n145px, .mx-sm-n145px {
		margin-right: -145px !important
	}

	.mb-sm-n145px, .my-sm-n145px {
		margin-bottom: -145px !important
	}

	.ml-sm-n145px, .mx-sm-n145px {
		margin-left: -145px !important
	}

	.m-sm-n150px {
		margin: -150px !important
	}

	.mt-sm-n150px, .my-sm-n150px {
		margin-top: -150px !important
	}

	.mr-sm-n150px, .mx-sm-n150px {
		margin-right: -150px !important
	}

	.mb-sm-n150px, .my-sm-n150px {
		margin-bottom: -150px !important
	}

	.ml-sm-n150px, .mx-sm-n150px {
		margin-left: -150px !important
	}

	.m-sm-n155px {
		margin: -155px !important
	}

	.mt-sm-n155px, .my-sm-n155px {
		margin-top: -155px !important
	}

	.mr-sm-n155px, .mx-sm-n155px {
		margin-right: -155px !important
	}

	.mb-sm-n155px, .my-sm-n155px {
		margin-bottom: -155px !important
	}

	.ml-sm-n155px, .mx-sm-n155px {
		margin-left: -155px !important
	}

	.m-sm-n160px {
		margin: -160px !important
	}

	.mt-sm-n160px, .my-sm-n160px {
		margin-top: -160px !important
	}

	.mr-sm-n160px, .mx-sm-n160px {
		margin-right: -160px !important
	}

	.mb-sm-n160px, .my-sm-n160px {
		margin-bottom: -160px !important
	}

	.ml-sm-n160px, .mx-sm-n160px {
		margin-left: -160px !important
	}

	.m-sm-n165px {
		margin: -165px !important
	}

	.mt-sm-n165px, .my-sm-n165px {
		margin-top: -165px !important
	}

	.mr-sm-n165px, .mx-sm-n165px {
		margin-right: -165px !important
	}

	.mb-sm-n165px, .my-sm-n165px {
		margin-bottom: -165px !important
	}

	.ml-sm-n165px, .mx-sm-n165px {
		margin-left: -165px !important
	}

	.m-sm-n170px {
		margin: -170px !important
	}

	.mt-sm-n170px, .my-sm-n170px {
		margin-top: -170px !important
	}

	.mr-sm-n170px, .mx-sm-n170px {
		margin-right: -170px !important
	}

	.mb-sm-n170px, .my-sm-n170px {
		margin-bottom: -170px !important
	}

	.ml-sm-n170px, .mx-sm-n170px {
		margin-left: -170px !important
	}

	.m-sm-n175px {
		margin: -175px !important
	}

	.mt-sm-n175px, .my-sm-n175px {
		margin-top: -175px !important
	}

	.mr-sm-n175px, .mx-sm-n175px {
		margin-right: -175px !important
	}

	.mb-sm-n175px, .my-sm-n175px {
		margin-bottom: -175px !important
	}

	.ml-sm-n175px, .mx-sm-n175px {
		margin-left: -175px !important
	}

	.m-sm-n180px {
		margin: -180px !important
	}

	.mt-sm-n180px, .my-sm-n180px {
		margin-top: -180px !important
	}

	.mr-sm-n180px, .mx-sm-n180px {
		margin-right: -180px !important
	}

	.mb-sm-n180px, .my-sm-n180px {
		margin-bottom: -180px !important
	}

	.ml-sm-n180px, .mx-sm-n180px {
		margin-left: -180px !important
	}

	.m-sm-n185px {
		margin: -185px !important
	}

	.mt-sm-n185px, .my-sm-n185px {
		margin-top: -185px !important
	}

	.mr-sm-n185px, .mx-sm-n185px {
		margin-right: -185px !important
	}

	.mb-sm-n185px, .my-sm-n185px {
		margin-bottom: -185px !important
	}

	.ml-sm-n185px, .mx-sm-n185px {
		margin-left: -185px !important
	}

	.m-sm-n190px {
		margin: -190px !important
	}

	.mt-sm-n190px, .my-sm-n190px {
		margin-top: -190px !important
	}

	.mr-sm-n190px, .mx-sm-n190px {
		margin-right: -190px !important
	}

	.mb-sm-n190px, .my-sm-n190px {
		margin-bottom: -190px !important
	}

	.ml-sm-n190px, .mx-sm-n190px {
		margin-left: -190px !important
	}

	.m-sm-n195px {
		margin: -195px !important
	}

	.mt-sm-n195px, .my-sm-n195px {
		margin-top: -195px !important
	}

	.mr-sm-n195px, .mx-sm-n195px {
		margin-right: -195px !important
	}

	.mb-sm-n195px, .my-sm-n195px {
		margin-bottom: -195px !important
	}

	.ml-sm-n195px, .mx-sm-n195px {
		margin-left: -195px !important
	}

	.m-sm-n200px {
		margin: -200px !important
	}

	.mt-sm-n200px, .my-sm-n200px {
		margin-top: -200px !important
	}

	.mr-sm-n200px, .mx-sm-n200px {
		margin-right: -200px !important
	}

	.mb-sm-n200px, .my-sm-n200px {
		margin-bottom: -200px !important
	}

	.ml-sm-n200px, .mx-sm-n200px {
		margin-left: -200px !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-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-15px {
		margin: 15px !important
	}

	.mt-md-15px, .my-md-15px {
		margin-top: 15px !important
	}

	.mr-md-15px, .mx-md-15px {
		margin-right: 15px !important
	}

	.mb-md-15px, .my-md-15px {
		margin-bottom: 15px !important
	}

	.ml-md-15px, .mx-md-15px {
		margin-left: 15px !important
	}

	.m-md-20px {
		margin: 20px !important
	}

	.mt-md-20px, .my-md-20px {
		margin-top: 20px !important
	}

	.mr-md-20px, .mx-md-20px {
		margin-right: 20px !important
	}

	.mb-md-20px, .my-md-20px {
		margin-bottom: 20px !important
	}

	.ml-md-20px, .mx-md-20px {
		margin-left: 20px !important
	}

	.m-md-25px {
		margin: 25px !important
	}

	.mt-md-25px, .my-md-25px {
		margin-top: 25px !important
	}

	.mr-md-25px, .mx-md-25px {
		margin-right: 25px !important
	}

	.mb-md-25px, .my-md-25px {
		margin-bottom: 25px !important
	}

	.ml-md-25px, .mx-md-25px {
		margin-left: 25px !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
	}

	.m-md-35px {
		margin: 35px !important
	}

	.mt-md-35px, .my-md-35px {
		margin-top: 35px !important
	}

	.mr-md-35px, .mx-md-35px {
		margin-right: 35px !important
	}

	.mb-md-35px, .my-md-35px {
		margin-bottom: 35px !important
	}

	.ml-md-35px, .mx-md-35px {
		margin-left: 35px !important
	}

	.m-md-40px {
		margin: 40px !important
	}

	.mt-md-40px, .my-md-40px {
		margin-top: 40px !important
	}

	.mr-md-40px, .mx-md-40px {
		margin-right: 40px !important
	}

	.mb-md-40px, .my-md-40px {
		margin-bottom: 40px !important
	}

	.ml-md-40px, .mx-md-40px {
		margin-left: 40px !important
	}

	.m-md-45px {
		margin: 45px !important
	}

	.mt-md-45px, .my-md-45px {
		margin-top: 45px !important
	}

	.mr-md-45px, .mx-md-45px {
		margin-right: 45px !important
	}

	.mb-md-45px, .my-md-45px {
		margin-bottom: 45px !important
	}

	.ml-md-45px, .mx-md-45px {
		margin-left: 45px !important
	}

	.m-md-50px {
		margin: 50px !important
	}

	.mt-md-50px, .my-md-50px {
		margin-top: 50px !important
	}

	.mr-md-50px, .mx-md-50px {
		margin-right: 50px !important
	}

	.mb-md-50px, .my-md-50px {
		margin-bottom: 50px !important
	}

	.ml-md-50px, .mx-md-50px {
		margin-left: 50px !important
	}

	.m-md-55px {
		margin: 55px !important
	}

	.mt-md-55px, .my-md-55px {
		margin-top: 55px !important
	}

	.mr-md-55px, .mx-md-55px {
		margin-right: 55px !important
	}

	.mb-md-55px, .my-md-55px {
		margin-bottom: 55px !important
	}

	.ml-md-55px, .mx-md-55px {
		margin-left: 55px !important
	}

	.m-md-60px {
		margin: 60px !important
	}

	.mt-md-60px, .my-md-60px {
		margin-top: 60px !important
	}

	.mr-md-60px, .mx-md-60px {
		margin-right: 60px !important
	}

	.mb-md-60px, .my-md-60px {
		margin-bottom: 60px !important
	}

	.ml-md-60px, .mx-md-60px {
		margin-left: 60px !important
	}

	.m-md-65px {
		margin: 65px !important
	}

	.mt-md-65px, .my-md-65px {
		margin-top: 65px !important
	}

	.mr-md-65px, .mx-md-65px {
		margin-right: 65px !important
	}

	.mb-md-65px, .my-md-65px {
		margin-bottom: 65px !important
	}

	.ml-md-65px, .mx-md-65px {
		margin-left: 65px !important
	}

	.m-md-70px {
		margin: 70px !important
	}

	.mt-md-70px, .my-md-70px {
		margin-top: 70px !important
	}

	.mr-md-70px, .mx-md-70px {
		margin-right: 70px !important
	}

	.mb-md-70px, .my-md-70px {
		margin-bottom: 70px !important
	}

	.ml-md-70px, .mx-md-70px {
		margin-left: 70px !important
	}

	.m-md-75px {
		margin: 75px !important
	}

	.mt-md-75px, .my-md-75px {
		margin-top: 75px !important
	}

	.mr-md-75px, .mx-md-75px {
		margin-right: 75px !important
	}

	.mb-md-75px, .my-md-75px {
		margin-bottom: 75px !important
	}

	.ml-md-75px, .mx-md-75px {
		margin-left: 75px !important
	}

	.m-md-80px {
		margin: 80px !important
	}

	.mt-md-80px, .my-md-80px {
		margin-top: 80px !important
	}

	.mr-md-80px, .mx-md-80px {
		margin-right: 80px !important
	}

	.mb-md-80px, .my-md-80px {
		margin-bottom: 80px !important
	}

	.ml-md-80px, .mx-md-80px {
		margin-left: 80px !important
	}

	.m-md-85px {
		margin: 85px !important
	}

	.mt-md-85px, .my-md-85px {
		margin-top: 85px !important
	}

	.mr-md-85px, .mx-md-85px {
		margin-right: 85px !important
	}

	.mb-md-85px, .my-md-85px {
		margin-bottom: 85px !important
	}

	.ml-md-85px, .mx-md-85px {
		margin-left: 85px !important
	}

	.m-md-90px {
		margin: 90px !important
	}

	.mt-md-90px, .my-md-90px {
		margin-top: 90px !important
	}

	.mr-md-90px, .mx-md-90px {
		margin-right: 90px !important
	}

	.mb-md-90px, .my-md-90px {
		margin-bottom: 90px !important
	}

	.ml-md-90px, .mx-md-90px {
		margin-left: 90px !important
	}

	.m-md-95px {
		margin: 95px !important
	}

	.mt-md-95px, .my-md-95px {
		margin-top: 95px !important
	}

	.mr-md-95px, .mx-md-95px {
		margin-right: 95px !important
	}

	.mb-md-95px, .my-md-95px {
		margin-bottom: 95px !important
	}

	.ml-md-95px, .mx-md-95px {
		margin-left: 95px !important
	}

	.m-md-100px {
		margin: 100px !important
	}

	.mt-md-100px, .my-md-100px {
		margin-top: 100px !important
	}

	.mr-md-100px, .mx-md-100px {
		margin-right: 100px !important
	}

	.mb-md-100px, .my-md-100px {
		margin-bottom: 100px !important
	}

	.ml-md-100px, .mx-md-100px {
		margin-left: 100px !important
	}

	.m-md-105px {
		margin: 105px !important
	}

	.mt-md-105px, .my-md-105px {
		margin-top: 105px !important
	}

	.mr-md-105px, .mx-md-105px {
		margin-right: 105px !important
	}

	.mb-md-105px, .my-md-105px {
		margin-bottom: 105px !important
	}

	.ml-md-105px, .mx-md-105px {
		margin-left: 105px !important
	}

	.m-md-110px {
		margin: 110px !important
	}

	.mt-md-110px, .my-md-110px {
		margin-top: 110px !important
	}

	.mr-md-110px, .mx-md-110px {
		margin-right: 110px !important
	}

	.mb-md-110px, .my-md-110px {
		margin-bottom: 110px !important
	}

	.ml-md-110px, .mx-md-110px {
		margin-left: 110px !important
	}

	.m-md-115px {
		margin: 115px !important
	}

	.mt-md-115px, .my-md-115px {
		margin-top: 115px !important
	}

	.mr-md-115px, .mx-md-115px {
		margin-right: 115px !important
	}

	.mb-md-115px, .my-md-115px {
		margin-bottom: 115px !important
	}

	.ml-md-115px, .mx-md-115px {
		margin-left: 115px !important
	}

	.m-md-120px {
		margin: 120px !important
	}

	.mt-md-120px, .my-md-120px {
		margin-top: 120px !important
	}

	.mr-md-120px, .mx-md-120px {
		margin-right: 120px !important
	}

	.mb-md-120px, .my-md-120px {
		margin-bottom: 120px !important
	}

	.ml-md-120px, .mx-md-120px {
		margin-left: 120px !important
	}

	.m-md-125px {
		margin: 125px !important
	}

	.mt-md-125px, .my-md-125px {
		margin-top: 125px !important
	}

	.mr-md-125px, .mx-md-125px {
		margin-right: 125px !important
	}

	.mb-md-125px, .my-md-125px {
		margin-bottom: 125px !important
	}

	.ml-md-125px, .mx-md-125px {
		margin-left: 125px !important
	}

	.m-md-130px {
		margin: 130px !important
	}

	.mt-md-130px, .my-md-130px {
		margin-top: 130px !important
	}

	.mr-md-130px, .mx-md-130px {
		margin-right: 130px !important
	}

	.mb-md-130px, .my-md-130px {
		margin-bottom: 130px !important
	}

	.ml-md-130px, .mx-md-130px {
		margin-left: 130px !important
	}

	.m-md-135px {
		margin: 135px !important
	}

	.mt-md-135px, .my-md-135px {
		margin-top: 135px !important
	}

	.mr-md-135px, .mx-md-135px {
		margin-right: 135px !important
	}

	.mb-md-135px, .my-md-135px {
		margin-bottom: 135px !important
	}

	.ml-md-135px, .mx-md-135px {
		margin-left: 135px !important
	}

	.m-md-140px {
		margin: 140px !important
	}

	.mt-md-140px, .my-md-140px {
		margin-top: 140px !important
	}

	.mr-md-140px, .mx-md-140px {
		margin-right: 140px !important
	}

	.mb-md-140px, .my-md-140px {
		margin-bottom: 140px !important
	}

	.ml-md-140px, .mx-md-140px {
		margin-left: 140px !important
	}

	.m-md-145px {
		margin: 145px !important
	}

	.mt-md-145px, .my-md-145px {
		margin-top: 145px !important
	}

	.mr-md-145px, .mx-md-145px {
		margin-right: 145px !important
	}

	.mb-md-145px, .my-md-145px {
		margin-bottom: 145px !important
	}

	.ml-md-145px, .mx-md-145px {
		margin-left: 145px !important
	}

	.m-md-150px {
		margin: 150px !important
	}

	.mt-md-150px, .my-md-150px {
		margin-top: 150px !important
	}

	.mr-md-150px, .mx-md-150px {
		margin-right: 150px !important
	}

	.mb-md-150px, .my-md-150px {
		margin-bottom: 150px !important
	}

	.ml-md-150px, .mx-md-150px {
		margin-left: 150px !important
	}

	.m-md-155px {
		margin: 155px !important
	}

	.mt-md-155px, .my-md-155px {
		margin-top: 155px !important
	}

	.mr-md-155px, .mx-md-155px {
		margin-right: 155px !important
	}

	.mb-md-155px, .my-md-155px {
		margin-bottom: 155px !important
	}

	.ml-md-155px, .mx-md-155px {
		margin-left: 155px !important
	}

	.m-md-160px {
		margin: 160px !important
	}

	.mt-md-160px, .my-md-160px {
		margin-top: 160px !important
	}

	.mr-md-160px, .mx-md-160px {
		margin-right: 160px !important
	}

	.mb-md-160px, .my-md-160px {
		margin-bottom: 160px !important
	}

	.ml-md-160px, .mx-md-160px {
		margin-left: 160px !important
	}

	.m-md-165px {
		margin: 165px !important
	}

	.mt-md-165px, .my-md-165px {
		margin-top: 165px !important
	}

	.mr-md-165px, .mx-md-165px {
		margin-right: 165px !important
	}

	.mb-md-165px, .my-md-165px {
		margin-bottom: 165px !important
	}

	.ml-md-165px, .mx-md-165px {
		margin-left: 165px !important
	}

	.m-md-170px {
		margin: 170px !important
	}

	.mt-md-170px, .my-md-170px {
		margin-top: 170px !important
	}

	.mr-md-170px, .mx-md-170px {
		margin-right: 170px !important
	}

	.mb-md-170px, .my-md-170px {
		margin-bottom: 170px !important
	}

	.ml-md-170px, .mx-md-170px {
		margin-left: 170px !important
	}

	.m-md-175px {
		margin: 175px !important
	}

	.mt-md-175px, .my-md-175px {
		margin-top: 175px !important
	}

	.mr-md-175px, .mx-md-175px {
		margin-right: 175px !important
	}

	.mb-md-175px, .my-md-175px {
		margin-bottom: 175px !important
	}

	.ml-md-175px, .mx-md-175px {
		margin-left: 175px !important
	}

	.m-md-180px {
		margin: 180px !important
	}

	.mt-md-180px, .my-md-180px {
		margin-top: 180px !important
	}

	.mr-md-180px, .mx-md-180px {
		margin-right: 180px !important
	}

	.mb-md-180px, .my-md-180px {
		margin-bottom: 180px !important
	}

	.ml-md-180px, .mx-md-180px {
		margin-left: 180px !important
	}

	.m-md-185px {
		margin: 185px !important
	}

	.mt-md-185px, .my-md-185px {
		margin-top: 185px !important
	}

	.mr-md-185px, .mx-md-185px {
		margin-right: 185px !important
	}

	.mb-md-185px, .my-md-185px {
		margin-bottom: 185px !important
	}

	.ml-md-185px, .mx-md-185px {
		margin-left: 185px !important
	}

	.m-md-190px {
		margin: 190px !important
	}

	.mt-md-190px, .my-md-190px {
		margin-top: 190px !important
	}

	.mr-md-190px, .mx-md-190px {
		margin-right: 190px !important
	}

	.mb-md-190px, .my-md-190px {
		margin-bottom: 190px !important
	}

	.ml-md-190px, .mx-md-190px {
		margin-left: 190px !important
	}

	.m-md-195px {
		margin: 195px !important
	}

	.mt-md-195px, .my-md-195px {
		margin-top: 195px !important
	}

	.mr-md-195px, .mx-md-195px {
		margin-right: 195px !important
	}

	.mb-md-195px, .my-md-195px {
		margin-bottom: 195px !important
	}

	.ml-md-195px, .mx-md-195px {
		margin-left: 195px !important
	}

	.m-md-200px {
		margin: 200px !important
	}

	.mt-md-200px, .my-md-200px {
		margin-top: 200px !important
	}

	.mr-md-200px, .mx-md-200px {
		margin-right: 200px !important
	}

	.mb-md-200px, .my-md-200px {
		margin-bottom: 200px !important
	}

	.ml-md-200px, .mx-md-200px {
		margin-left: 200px !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-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-15px {
		padding: 15px !important
	}

	.pt-md-15px, .py-md-15px {
		padding-top: 15px !important
	}

	.pr-md-15px, .px-md-15px {
		padding-right: 15px !important
	}

	.pb-md-15px, .py-md-15px {
		padding-bottom: 15px !important
	}

	.pl-md-15px, .px-md-15px {
		padding-left: 15px !important
	}

	.p-md-20px {
		padding: 20px !important
	}

	.pt-md-20px, .py-md-20px {
		padding-top: 20px !important
	}

	.pr-md-20px, .px-md-20px {
		padding-right: 20px !important
	}

	.pb-md-20px, .py-md-20px {
		padding-bottom: 20px !important
	}

	.pl-md-20px, .px-md-20px {
		padding-left: 20px !important
	}

	.p-md-25px {
		padding: 25px !important
	}

	.pt-md-25px, .py-md-25px {
		padding-top: 25px !important
	}

	.pr-md-25px, .px-md-25px {
		padding-right: 25px !important
	}

	.pb-md-25px, .py-md-25px {
		padding-bottom: 25px !important
	}

	.pl-md-25px, .px-md-25px {
		padding-left: 25px !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
	}

	.p-md-35px {
		padding: 35px !important
	}

	.pt-md-35px, .py-md-35px {
		padding-top: 35px !important
	}

	.pr-md-35px, .px-md-35px {
		padding-right: 35px !important
	}

	.pb-md-35px, .py-md-35px {
		padding-bottom: 35px !important
	}

	.pl-md-35px, .px-md-35px {
		padding-left: 35px !important
	}

	.p-md-40px {
		padding: 40px !important
	}

	.pt-md-40px, .py-md-40px {
		padding-top: 40px !important
	}

	.pr-md-40px, .px-md-40px {
		padding-right: 40px !important
	}

	.pb-md-40px, .py-md-40px {
		padding-bottom: 40px !important
	}

	.pl-md-40px, .px-md-40px {
		padding-left: 40px !important
	}

	.p-md-45px {
		padding: 45px !important
	}

	.pt-md-45px, .py-md-45px {
		padding-top: 45px !important
	}

	.pr-md-45px, .px-md-45px {
		padding-right: 45px !important
	}

	.pb-md-45px, .py-md-45px {
		padding-bottom: 45px !important
	}

	.pl-md-45px, .px-md-45px {
		padding-left: 45px !important
	}

	.p-md-50px {
		padding: 50px !important
	}

	.pt-md-50px, .py-md-50px {
		padding-top: 50px !important
	}

	.pr-md-50px, .px-md-50px {
		padding-right: 50px !important
	}

	.pb-md-50px, .py-md-50px {
		padding-bottom: 50px !important
	}

	.pl-md-50px, .px-md-50px {
		padding-left: 50px !important
	}

	.p-md-55px {
		padding: 55px !important
	}

	.pt-md-55px, .py-md-55px {
		padding-top: 55px !important
	}

	.pr-md-55px, .px-md-55px {
		padding-right: 55px !important
	}

	.pb-md-55px, .py-md-55px {
		padding-bottom: 55px !important
	}

	.pl-md-55px, .px-md-55px {
		padding-left: 55px !important
	}

	.p-md-60px {
		padding: 60px !important
	}

	.pt-md-60px, .py-md-60px {
		padding-top: 60px !important
	}

	.pr-md-60px, .px-md-60px {
		padding-right: 60px !important
	}

	.pb-md-60px, .py-md-60px {
		padding-bottom: 60px !important
	}

	.pl-md-60px, .px-md-60px {
		padding-left: 60px !important
	}

	.p-md-65px {
		padding: 65px !important
	}

	.pt-md-65px, .py-md-65px {
		padding-top: 65px !important
	}

	.pr-md-65px, .px-md-65px {
		padding-right: 65px !important
	}

	.pb-md-65px, .py-md-65px {
		padding-bottom: 65px !important
	}

	.pl-md-65px, .px-md-65px {
		padding-left: 65px !important
	}

	.p-md-70px {
		padding: 70px !important
	}

	.pt-md-70px, .py-md-70px {
		padding-top: 70px !important
	}

	.pr-md-70px, .px-md-70px {
		padding-right: 70px !important
	}

	.pb-md-70px, .py-md-70px {
		padding-bottom: 70px !important
	}

	.pl-md-70px, .px-md-70px {
		padding-left: 70px !important
	}

	.p-md-75px {
		padding: 75px !important
	}

	.pt-md-75px, .py-md-75px {
		padding-top: 75px !important
	}

	.pr-md-75px, .px-md-75px {
		padding-right: 75px !important
	}

	.pb-md-75px, .py-md-75px {
		padding-bottom: 75px !important
	}

	.pl-md-75px, .px-md-75px {
		padding-left: 75px !important
	}

	.p-md-80px {
		padding: 80px !important
	}

	.pt-md-80px, .py-md-80px {
		padding-top: 80px !important
	}

	.pr-md-80px, .px-md-80px {
		padding-right: 80px !important
	}

	.pb-md-80px, .py-md-80px {
		padding-bottom: 80px !important
	}

	.pl-md-80px, .px-md-80px {
		padding-left: 80px !important
	}

	.p-md-85px {
		padding: 85px !important
	}

	.pt-md-85px, .py-md-85px {
		padding-top: 85px !important
	}

	.pr-md-85px, .px-md-85px {
		padding-right: 85px !important
	}

	.pb-md-85px, .py-md-85px {
		padding-bottom: 85px !important
	}

	.pl-md-85px, .px-md-85px {
		padding-left: 85px !important
	}

	.p-md-90px {
		padding: 90px !important
	}

	.pt-md-90px, .py-md-90px {
		padding-top: 90px !important
	}

	.pr-md-90px, .px-md-90px {
		padding-right: 90px !important
	}

	.pb-md-90px, .py-md-90px {
		padding-bottom: 90px !important
	}

	.pl-md-90px, .px-md-90px {
		padding-left: 90px !important
	}

	.p-md-95px {
		padding: 95px !important
	}

	.pt-md-95px, .py-md-95px {
		padding-top: 95px !important
	}

	.pr-md-95px, .px-md-95px {
		padding-right: 95px !important
	}

	.pb-md-95px, .py-md-95px {
		padding-bottom: 95px !important
	}

	.pl-md-95px, .px-md-95px {
		padding-left: 95px !important
	}

	.p-md-100px {
		padding: 100px !important
	}

	.pt-md-100px, .py-md-100px {
		padding-top: 100px !important
	}

	.pr-md-100px, .px-md-100px {
		padding-right: 100px !important
	}

	.pb-md-100px, .py-md-100px {
		padding-bottom: 100px !important
	}

	.pl-md-100px, .px-md-100px {
		padding-left: 100px !important
	}

	.p-md-105px {
		padding: 105px !important
	}

	.pt-md-105px, .py-md-105px {
		padding-top: 105px !important
	}

	.pr-md-105px, .px-md-105px {
		padding-right: 105px !important
	}

	.pb-md-105px, .py-md-105px {
		padding-bottom: 105px !important
	}

	.pl-md-105px, .px-md-105px {
		padding-left: 105px !important
	}

	.p-md-110px {
		padding: 110px !important
	}

	.pt-md-110px, .py-md-110px {
		padding-top: 110px !important
	}

	.pr-md-110px, .px-md-110px {
		padding-right: 110px !important
	}

	.pb-md-110px, .py-md-110px {
		padding-bottom: 110px !important
	}

	.pl-md-110px, .px-md-110px {
		padding-left: 110px !important
	}

	.p-md-115px {
		padding: 115px !important
	}

	.pt-md-115px, .py-md-115px {
		padding-top: 115px !important
	}

	.pr-md-115px, .px-md-115px {
		padding-right: 115px !important
	}

	.pb-md-115px, .py-md-115px {
		padding-bottom: 115px !important
	}

	.pl-md-115px, .px-md-115px {
		padding-left: 115px !important
	}

	.p-md-120px {
		padding: 120px !important
	}

	.pt-md-120px, .py-md-120px {
		padding-top: 120px !important
	}

	.pr-md-120px, .px-md-120px {
		padding-right: 120px !important
	}

	.pb-md-120px, .py-md-120px {
		padding-bottom: 120px !important
	}

	.pl-md-120px, .px-md-120px {
		padding-left: 120px !important
	}

	.p-md-125px {
		padding: 125px !important
	}

	.pt-md-125px, .py-md-125px {
		padding-top: 125px !important
	}

	.pr-md-125px, .px-md-125px {
		padding-right: 125px !important
	}

	.pb-md-125px, .py-md-125px {
		padding-bottom: 125px !important
	}

	.pl-md-125px, .px-md-125px {
		padding-left: 125px !important
	}

	.p-md-130px {
		padding: 130px !important
	}

	.pt-md-130px, .py-md-130px {
		padding-top: 130px !important
	}

	.pr-md-130px, .px-md-130px {
		padding-right: 130px !important
	}

	.pb-md-130px, .py-md-130px {
		padding-bottom: 130px !important
	}

	.pl-md-130px, .px-md-130px {
		padding-left: 130px !important
	}

	.p-md-135px {
		padding: 135px !important
	}

	.pt-md-135px, .py-md-135px {
		padding-top: 135px !important
	}

	.pr-md-135px, .px-md-135px {
		padding-right: 135px !important
	}

	.pb-md-135px, .py-md-135px {
		padding-bottom: 135px !important
	}

	.pl-md-135px, .px-md-135px {
		padding-left: 135px !important
	}

	.p-md-140px {
		padding: 140px !important
	}

	.pt-md-140px, .py-md-140px {
		padding-top: 140px !important
	}

	.pr-md-140px, .px-md-140px {
		padding-right: 140px !important
	}

	.pb-md-140px, .py-md-140px {
		padding-bottom: 140px !important
	}

	.pl-md-140px, .px-md-140px {
		padding-left: 140px !important
	}

	.p-md-145px {
		padding: 145px !important
	}

	.pt-md-145px, .py-md-145px {
		padding-top: 145px !important
	}

	.pr-md-145px, .px-md-145px {
		padding-right: 145px !important
	}

	.pb-md-145px, .py-md-145px {
		padding-bottom: 145px !important
	}

	.pl-md-145px, .px-md-145px {
		padding-left: 145px !important
	}

	.p-md-150px {
		padding: 150px !important
	}

	.pt-md-150px, .py-md-150px {
		padding-top: 150px !important
	}

	.pr-md-150px, .px-md-150px {
		padding-right: 150px !important
	}

	.pb-md-150px, .py-md-150px {
		padding-bottom: 150px !important
	}

	.pl-md-150px, .px-md-150px {
		padding-left: 150px !important
	}

	.p-md-155px {
		padding: 155px !important
	}

	.pt-md-155px, .py-md-155px {
		padding-top: 155px !important
	}

	.pr-md-155px, .px-md-155px {
		padding-right: 155px !important
	}

	.pb-md-155px, .py-md-155px {
		padding-bottom: 155px !important
	}

	.pl-md-155px, .px-md-155px {
		padding-left: 155px !important
	}

	.p-md-160px {
		padding: 160px !important
	}

	.pt-md-160px, .py-md-160px {
		padding-top: 160px !important
	}

	.pr-md-160px, .px-md-160px {
		padding-right: 160px !important
	}

	.pb-md-160px, .py-md-160px {
		padding-bottom: 160px !important
	}

	.pl-md-160px, .px-md-160px {
		padding-left: 160px !important
	}

	.p-md-165px {
		padding: 165px !important
	}

	.pt-md-165px, .py-md-165px {
		padding-top: 165px !important
	}

	.pr-md-165px, .px-md-165px {
		padding-right: 165px !important
	}

	.pb-md-165px, .py-md-165px {
		padding-bottom: 165px !important
	}

	.pl-md-165px, .px-md-165px {
		padding-left: 165px !important
	}

	.p-md-170px {
		padding: 170px !important
	}

	.pt-md-170px, .py-md-170px {
		padding-top: 170px !important
	}

	.pr-md-170px, .px-md-170px {
		padding-right: 170px !important
	}

	.pb-md-170px, .py-md-170px {
		padding-bottom: 170px !important
	}

	.pl-md-170px, .px-md-170px {
		padding-left: 170px !important
	}

	.p-md-175px {
		padding: 175px !important
	}

	.pt-md-175px, .py-md-175px {
		padding-top: 175px !important
	}

	.pr-md-175px, .px-md-175px {
		padding-right: 175px !important
	}

	.pb-md-175px, .py-md-175px {
		padding-bottom: 175px !important
	}

	.pl-md-175px, .px-md-175px {
		padding-left: 175px !important
	}

	.p-md-180px {
		padding: 180px !important
	}

	.pt-md-180px, .py-md-180px {
		padding-top: 180px !important
	}

	.pr-md-180px, .px-md-180px {
		padding-right: 180px !important
	}

	.pb-md-180px, .py-md-180px {
		padding-bottom: 180px !important
	}

	.pl-md-180px, .px-md-180px {
		padding-left: 180px !important
	}

	.p-md-185px {
		padding: 185px !important
	}

	.pt-md-185px, .py-md-185px {
		padding-top: 185px !important
	}

	.pr-md-185px, .px-md-185px {
		padding-right: 185px !important
	}

	.pb-md-185px, .py-md-185px {
		padding-bottom: 185px !important
	}

	.pl-md-185px, .px-md-185px {
		padding-left: 185px !important
	}

	.p-md-190px {
		padding: 190px !important
	}

	.pt-md-190px, .py-md-190px {
		padding-top: 190px !important
	}

	.pr-md-190px, .px-md-190px {
		padding-right: 190px !important
	}

	.pb-md-190px, .py-md-190px {
		padding-bottom: 190px !important
	}

	.pl-md-190px, .px-md-190px {
		padding-left: 190px !important
	}

	.p-md-195px {
		padding: 195px !important
	}

	.pt-md-195px, .py-md-195px {
		padding-top: 195px !important
	}

	.pr-md-195px, .px-md-195px {
		padding-right: 195px !important
	}

	.pb-md-195px, .py-md-195px {
		padding-bottom: 195px !important
	}

	.pl-md-195px, .px-md-195px {
		padding-left: 195px !important
	}

	.p-md-200px {
		padding: 200px !important
	}

	.pt-md-200px, .py-md-200px {
		padding-top: 200px !important
	}

	.pr-md-200px, .px-md-200px {
		padding-right: 200px !important
	}

	.pb-md-200px, .py-md-200px {
		padding-bottom: 200px !important
	}

	.pl-md-200px, .px-md-200px {
		padding-left: 200px !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-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-n15px {
		margin: -15px !important
	}

	.mt-md-n15px, .my-md-n15px {
		margin-top: -15px !important
	}

	.mr-md-n15px, .mx-md-n15px {
		margin-right: -15px !important
	}

	.mb-md-n15px, .my-md-n15px {
		margin-bottom: -15px !important
	}

	.ml-md-n15px, .mx-md-n15px {
		margin-left: -15px !important
	}

	.m-md-n20px {
		margin: -20px !important
	}

	.mt-md-n20px, .my-md-n20px {
		margin-top: -20px !important
	}

	.mr-md-n20px, .mx-md-n20px {
		margin-right: -20px !important
	}

	.mb-md-n20px, .my-md-n20px {
		margin-bottom: -20px !important
	}

	.ml-md-n20px, .mx-md-n20px {
		margin-left: -20px !important
	}

	.m-md-n25px {
		margin: -25px !important
	}

	.mt-md-n25px, .my-md-n25px {
		margin-top: -25px !important
	}

	.mr-md-n25px, .mx-md-n25px {
		margin-right: -25px !important
	}

	.mb-md-n25px, .my-md-n25px {
		margin-bottom: -25px !important
	}

	.ml-md-n25px, .mx-md-n25px {
		margin-left: -25px !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-n35px {
		margin: -35px !important
	}

	.mt-md-n35px, .my-md-n35px {
		margin-top: -35px !important
	}

	.mr-md-n35px, .mx-md-n35px {
		margin-right: -35px !important
	}

	.mb-md-n35px, .my-md-n35px {
		margin-bottom: -35px !important
	}

	.ml-md-n35px, .mx-md-n35px {
		margin-left: -35px !important
	}

	.m-md-n40px {
		margin: -40px !important
	}

	.mt-md-n40px, .my-md-n40px {
		margin-top: -40px !important
	}

	.mr-md-n40px, .mx-md-n40px {
		margin-right: -40px !important
	}

	.mb-md-n40px, .my-md-n40px {
		margin-bottom: -40px !important
	}

	.ml-md-n40px, .mx-md-n40px {
		margin-left: -40px !important
	}

	.m-md-n45px {
		margin: -45px !important
	}

	.mt-md-n45px, .my-md-n45px {
		margin-top: -45px !important
	}

	.mr-md-n45px, .mx-md-n45px {
		margin-right: -45px !important
	}

	.mb-md-n45px, .my-md-n45px {
		margin-bottom: -45px !important
	}

	.ml-md-n45px, .mx-md-n45px {
		margin-left: -45px !important
	}

	.m-md-n50px {
		margin: -50px !important
	}

	.mt-md-n50px, .my-md-n50px {
		margin-top: -50px !important
	}

	.mr-md-n50px, .mx-md-n50px {
		margin-right: -50px !important
	}

	.mb-md-n50px, .my-md-n50px {
		margin-bottom: -50px !important
	}

	.ml-md-n50px, .mx-md-n50px {
		margin-left: -50px !important
	}

	.m-md-n55px {
		margin: -55px !important
	}

	.mt-md-n55px, .my-md-n55px {
		margin-top: -55px !important
	}

	.mr-md-n55px, .mx-md-n55px {
		margin-right: -55px !important
	}

	.mb-md-n55px, .my-md-n55px {
		margin-bottom: -55px !important
	}

	.ml-md-n55px, .mx-md-n55px {
		margin-left: -55px !important
	}

	.m-md-n60px {
		margin: -60px !important
	}

	.mt-md-n60px, .my-md-n60px {
		margin-top: -60px !important
	}

	.mr-md-n60px, .mx-md-n60px {
		margin-right: -60px !important
	}

	.mb-md-n60px, .my-md-n60px {
		margin-bottom: -60px !important
	}

	.ml-md-n60px, .mx-md-n60px {
		margin-left: -60px !important
	}

	.m-md-n65px {
		margin: -65px !important
	}

	.mt-md-n65px, .my-md-n65px {
		margin-top: -65px !important
	}

	.mr-md-n65px, .mx-md-n65px {
		margin-right: -65px !important
	}

	.mb-md-n65px, .my-md-n65px {
		margin-bottom: -65px !important
	}

	.ml-md-n65px, .mx-md-n65px {
		margin-left: -65px !important
	}

	.m-md-n70px {
		margin: -70px !important
	}

	.mt-md-n70px, .my-md-n70px {
		margin-top: -70px !important
	}

	.mr-md-n70px, .mx-md-n70px {
		margin-right: -70px !important
	}

	.mb-md-n70px, .my-md-n70px {
		margin-bottom: -70px !important
	}

	.ml-md-n70px, .mx-md-n70px {
		margin-left: -70px !important
	}

	.m-md-n75px {
		margin: -75px !important
	}

	.mt-md-n75px, .my-md-n75px {
		margin-top: -75px !important
	}

	.mr-md-n75px, .mx-md-n75px {
		margin-right: -75px !important
	}

	.mb-md-n75px, .my-md-n75px {
		margin-bottom: -75px !important
	}

	.ml-md-n75px, .mx-md-n75px {
		margin-left: -75px !important
	}

	.m-md-n80px {
		margin: -80px !important
	}

	.mt-md-n80px, .my-md-n80px {
		margin-top: -80px !important
	}

	.mr-md-n80px, .mx-md-n80px {
		margin-right: -80px !important
	}

	.mb-md-n80px, .my-md-n80px {
		margin-bottom: -80px !important
	}

	.ml-md-n80px, .mx-md-n80px {
		margin-left: -80px !important
	}

	.m-md-n85px {
		margin: -85px !important
	}

	.mt-md-n85px, .my-md-n85px {
		margin-top: -85px !important
	}

	.mr-md-n85px, .mx-md-n85px {
		margin-right: -85px !important
	}

	.mb-md-n85px, .my-md-n85px {
		margin-bottom: -85px !important
	}

	.ml-md-n85px, .mx-md-n85px {
		margin-left: -85px !important
	}

	.m-md-n90px {
		margin: -90px !important
	}

	.mt-md-n90px, .my-md-n90px {
		margin-top: -90px !important
	}

	.mr-md-n90px, .mx-md-n90px {
		margin-right: -90px !important
	}

	.mb-md-n90px, .my-md-n90px {
		margin-bottom: -90px !important
	}

	.ml-md-n90px, .mx-md-n90px {
		margin-left: -90px !important
	}

	.m-md-n95px {
		margin: -95px !important
	}

	.mt-md-n95px, .my-md-n95px {
		margin-top: -95px !important
	}

	.mr-md-n95px, .mx-md-n95px {
		margin-right: -95px !important
	}

	.mb-md-n95px, .my-md-n95px {
		margin-bottom: -95px !important
	}

	.ml-md-n95px, .mx-md-n95px {
		margin-left: -95px !important
	}

	.m-md-n100px {
		margin: -100px !important
	}

	.mt-md-n100px, .my-md-n100px {
		margin-top: -100px !important
	}

	.mr-md-n100px, .mx-md-n100px {
		margin-right: -100px !important
	}

	.mb-md-n100px, .my-md-n100px {
		margin-bottom: -100px !important
	}

	.ml-md-n100px, .mx-md-n100px {
		margin-left: -100px !important
	}

	.m-md-n105px {
		margin: -105px !important
	}

	.mt-md-n105px, .my-md-n105px {
		margin-top: -105px !important
	}

	.mr-md-n105px, .mx-md-n105px {
		margin-right: -105px !important
	}

	.mb-md-n105px, .my-md-n105px {
		margin-bottom: -105px !important
	}

	.ml-md-n105px, .mx-md-n105px {
		margin-left: -105px !important
	}

	.m-md-n110px {
		margin: -110px !important
	}

	.mt-md-n110px, .my-md-n110px {
		margin-top: -110px !important
	}

	.mr-md-n110px, .mx-md-n110px {
		margin-right: -110px !important
	}

	.mb-md-n110px, .my-md-n110px {
		margin-bottom: -110px !important
	}

	.ml-md-n110px, .mx-md-n110px {
		margin-left: -110px !important
	}

	.m-md-n115px {
		margin: -115px !important
	}

	.mt-md-n115px, .my-md-n115px {
		margin-top: -115px !important
	}

	.mr-md-n115px, .mx-md-n115px {
		margin-right: -115px !important
	}

	.mb-md-n115px, .my-md-n115px {
		margin-bottom: -115px !important
	}

	.ml-md-n115px, .mx-md-n115px {
		margin-left: -115px !important
	}

	.m-md-n120px {
		margin: -120px !important
	}

	.mt-md-n120px, .my-md-n120px {
		margin-top: -120px !important
	}

	.mr-md-n120px, .mx-md-n120px {
		margin-right: -120px !important
	}

	.mb-md-n120px, .my-md-n120px {
		margin-bottom: -120px !important
	}

	.ml-md-n120px, .mx-md-n120px {
		margin-left: -120px !important
	}

	.m-md-n125px {
		margin: -125px !important
	}

	.mt-md-n125px, .my-md-n125px {
		margin-top: -125px !important
	}

	.mr-md-n125px, .mx-md-n125px {
		margin-right: -125px !important
	}

	.mb-md-n125px, .my-md-n125px {
		margin-bottom: -125px !important
	}

	.ml-md-n125px, .mx-md-n125px {
		margin-left: -125px !important
	}

	.m-md-n130px {
		margin: -130px !important
	}

	.mt-md-n130px, .my-md-n130px {
		margin-top: -130px !important
	}

	.mr-md-n130px, .mx-md-n130px {
		margin-right: -130px !important
	}

	.mb-md-n130px, .my-md-n130px {
		margin-bottom: -130px !important
	}

	.ml-md-n130px, .mx-md-n130px {
		margin-left: -130px !important
	}

	.m-md-n135px {
		margin: -135px !important
	}

	.mt-md-n135px, .my-md-n135px {
		margin-top: -135px !important
	}

	.mr-md-n135px, .mx-md-n135px {
		margin-right: -135px !important
	}

	.mb-md-n135px, .my-md-n135px {
		margin-bottom: -135px !important
	}

	.ml-md-n135px, .mx-md-n135px {
		margin-left: -135px !important
	}

	.m-md-n140px {
		margin: -140px !important
	}

	.mt-md-n140px, .my-md-n140px {
		margin-top: -140px !important
	}

	.mr-md-n140px, .mx-md-n140px {
		margin-right: -140px !important
	}

	.mb-md-n140px, .my-md-n140px {
		margin-bottom: -140px !important
	}

	.ml-md-n140px, .mx-md-n140px {
		margin-left: -140px !important
	}

	.m-md-n145px {
		margin: -145px !important
	}

	.mt-md-n145px, .my-md-n145px {
		margin-top: -145px !important
	}

	.mr-md-n145px, .mx-md-n145px {
		margin-right: -145px !important
	}

	.mb-md-n145px, .my-md-n145px {
		margin-bottom: -145px !important
	}

	.ml-md-n145px, .mx-md-n145px {
		margin-left: -145px !important
	}

	.m-md-n150px {
		margin: -150px !important
	}

	.mt-md-n150px, .my-md-n150px {
		margin-top: -150px !important
	}

	.mr-md-n150px, .mx-md-n150px {
		margin-right: -150px !important
	}

	.mb-md-n150px, .my-md-n150px {
		margin-bottom: -150px !important
	}

	.ml-md-n150px, .mx-md-n150px {
		margin-left: -150px !important
	}

	.m-md-n155px {
		margin: -155px !important
	}

	.mt-md-n155px, .my-md-n155px {
		margin-top: -155px !important
	}

	.mr-md-n155px, .mx-md-n155px {
		margin-right: -155px !important
	}

	.mb-md-n155px, .my-md-n155px {
		margin-bottom: -155px !important
	}

	.ml-md-n155px, .mx-md-n155px {
		margin-left: -155px !important
	}

	.m-md-n160px {
		margin: -160px !important
	}

	.mt-md-n160px, .my-md-n160px {
		margin-top: -160px !important
	}

	.mr-md-n160px, .mx-md-n160px {
		margin-right: -160px !important
	}

	.mb-md-n160px, .my-md-n160px {
		margin-bottom: -160px !important
	}

	.ml-md-n160px, .mx-md-n160px {
		margin-left: -160px !important
	}

	.m-md-n165px {
		margin: -165px !important
	}

	.mt-md-n165px, .my-md-n165px {
		margin-top: -165px !important
	}

	.mr-md-n165px, .mx-md-n165px {
		margin-right: -165px !important
	}

	.mb-md-n165px, .my-md-n165px {
		margin-bottom: -165px !important
	}

	.ml-md-n165px, .mx-md-n165px {
		margin-left: -165px !important
	}

	.m-md-n170px {
		margin: -170px !important
	}

	.mt-md-n170px, .my-md-n170px {
		margin-top: -170px !important
	}

	.mr-md-n170px, .mx-md-n170px {
		margin-right: -170px !important
	}

	.mb-md-n170px, .my-md-n170px {
		margin-bottom: -170px !important
	}

	.ml-md-n170px, .mx-md-n170px {
		margin-left: -170px !important
	}

	.m-md-n175px {
		margin: -175px !important
	}

	.mt-md-n175px, .my-md-n175px {
		margin-top: -175px !important
	}

	.mr-md-n175px, .mx-md-n175px {
		margin-right: -175px !important
	}

	.mb-md-n175px, .my-md-n175px {
		margin-bottom: -175px !important
	}

	.ml-md-n175px, .mx-md-n175px {
		margin-left: -175px !important
	}

	.m-md-n180px {
		margin: -180px !important
	}

	.mt-md-n180px, .my-md-n180px {
		margin-top: -180px !important
	}

	.mr-md-n180px, .mx-md-n180px {
		margin-right: -180px !important
	}

	.mb-md-n180px, .my-md-n180px {
		margin-bottom: -180px !important
	}

	.ml-md-n180px, .mx-md-n180px {
		margin-left: -180px !important
	}

	.m-md-n185px {
		margin: -185px !important
	}

	.mt-md-n185px, .my-md-n185px {
		margin-top: -185px !important
	}

	.mr-md-n185px, .mx-md-n185px {
		margin-right: -185px !important
	}

	.mb-md-n185px, .my-md-n185px {
		margin-bottom: -185px !important
	}

	.ml-md-n185px, .mx-md-n185px {
		margin-left: -185px !important
	}

	.m-md-n190px {
		margin: -190px !important
	}

	.mt-md-n190px, .my-md-n190px {
		margin-top: -190px !important
	}

	.mr-md-n190px, .mx-md-n190px {
		margin-right: -190px !important
	}

	.mb-md-n190px, .my-md-n190px {
		margin-bottom: -190px !important
	}

	.ml-md-n190px, .mx-md-n190px {
		margin-left: -190px !important
	}

	.m-md-n195px {
		margin: -195px !important
	}

	.mt-md-n195px, .my-md-n195px {
		margin-top: -195px !important
	}

	.mr-md-n195px, .mx-md-n195px {
		margin-right: -195px !important
	}

	.mb-md-n195px, .my-md-n195px {
		margin-bottom: -195px !important
	}

	.ml-md-n195px, .mx-md-n195px {
		margin-left: -195px !important
	}

	.m-md-n200px {
		margin: -200px !important
	}

	.mt-md-n200px, .my-md-n200px {
		margin-top: -200px !important
	}

	.mr-md-n200px, .mx-md-n200px {
		margin-right: -200px !important
	}

	.mb-md-n200px, .my-md-n200px {
		margin-bottom: -200px !important
	}

	.ml-md-n200px, .mx-md-n200px {
		margin-left: -200px !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-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-15px {
		margin: 15px !important
	}

	.mt-lg-15px, .my-lg-15px {
		margin-top: 15px !important
	}

	.mr-lg-15px, .mx-lg-15px {
		margin-right: 15px !important
	}

	.mb-lg-15px, .my-lg-15px {
		margin-bottom: 15px !important
	}

	.ml-lg-15px, .mx-lg-15px {
		margin-left: 15px !important
	}

	.m-lg-20px {
		margin: 20px !important
	}

	.mt-lg-20px, .my-lg-20px {
		margin-top: 20px !important
	}

	.mr-lg-20px, .mx-lg-20px {
		margin-right: 20px !important
	}

	.mb-lg-20px, .my-lg-20px {
		margin-bottom: 20px !important
	}

	.ml-lg-20px, .mx-lg-20px {
		margin-left: 20px !important
	}

	.m-lg-25px {
		margin: 25px !important
	}

	.mt-lg-25px, .my-lg-25px {
		margin-top: 25px !important
	}

	.mr-lg-25px, .mx-lg-25px {
		margin-right: 25px !important
	}

	.mb-lg-25px, .my-lg-25px {
		margin-bottom: 25px !important
	}

	.ml-lg-25px, .mx-lg-25px {
		margin-left: 25px !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
	}

	.m-lg-35px {
		margin: 35px !important
	}

	.mt-lg-35px, .my-lg-35px {
		margin-top: 35px !important
	}

	.mr-lg-35px, .mx-lg-35px {
		margin-right: 35px !important
	}

	.mb-lg-35px, .my-lg-35px {
		margin-bottom: 35px !important
	}

	.ml-lg-35px, .mx-lg-35px {
		margin-left: 35px !important
	}

	.m-lg-40px {
		margin: 40px !important
	}

	.mt-lg-40px, .my-lg-40px {
		margin-top: 40px !important
	}

	.mr-lg-40px, .mx-lg-40px {
		margin-right: 40px !important
	}

	.mb-lg-40px, .my-lg-40px {
		margin-bottom: 40px !important
	}

	.ml-lg-40px, .mx-lg-40px {
		margin-left: 40px !important
	}

	.m-lg-45px {
		margin: 45px !important
	}

	.mt-lg-45px, .my-lg-45px {
		margin-top: 45px !important
	}

	.mr-lg-45px, .mx-lg-45px {
		margin-right: 45px !important
	}

	.mb-lg-45px, .my-lg-45px {
		margin-bottom: 45px !important
	}

	.ml-lg-45px, .mx-lg-45px {
		margin-left: 45px !important
	}

	.m-lg-50px {
		margin: 50px !important
	}

	.mt-lg-50px, .my-lg-50px {
		margin-top: 50px !important
	}

	.mr-lg-50px, .mx-lg-50px {
		margin-right: 50px !important
	}

	.mb-lg-50px, .my-lg-50px {
		margin-bottom: 50px !important
	}

	.ml-lg-50px, .mx-lg-50px {
		margin-left: 50px !important
	}

	.m-lg-55px {
		margin: 55px !important
	}

	.mt-lg-55px, .my-lg-55px {
		margin-top: 55px !important
	}

	.mr-lg-55px, .mx-lg-55px {
		margin-right: 55px !important
	}

	.mb-lg-55px, .my-lg-55px {
		margin-bottom: 55px !important
	}

	.ml-lg-55px, .mx-lg-55px {
		margin-left: 55px !important
	}

	.m-lg-60px {
		margin: 60px !important
	}

	.mt-lg-60px, .my-lg-60px {
		margin-top: 60px !important
	}

	.mr-lg-60px, .mx-lg-60px {
		margin-right: 60px !important
	}

	.mb-lg-60px, .my-lg-60px {
		margin-bottom: 60px !important
	}

	.ml-lg-60px, .mx-lg-60px {
		margin-left: 60px !important
	}

	.m-lg-65px {
		margin: 65px !important
	}

	.mt-lg-65px, .my-lg-65px {
		margin-top: 65px !important
	}

	.mr-lg-65px, .mx-lg-65px {
		margin-right: 65px !important
	}

	.mb-lg-65px, .my-lg-65px {
		margin-bottom: 65px !important
	}

	.ml-lg-65px, .mx-lg-65px {
		margin-left: 65px !important
	}

	.m-lg-70px {
		margin: 70px !important
	}

	.mt-lg-70px, .my-lg-70px {
		margin-top: 70px !important
	}

	.mr-lg-70px, .mx-lg-70px {
		margin-right: 70px !important
	}

	.mb-lg-70px, .my-lg-70px {
		margin-bottom: 70px !important
	}

	.ml-lg-70px, .mx-lg-70px {
		margin-left: 70px !important
	}

	.m-lg-75px {
		margin: 75px !important
	}

	.mt-lg-75px, .my-lg-75px {
		margin-top: 75px !important
	}

	.mr-lg-75px, .mx-lg-75px {
		margin-right: 75px !important
	}

	.mb-lg-75px, .my-lg-75px {
		margin-bottom: 75px !important
	}

	.ml-lg-75px, .mx-lg-75px {
		margin-left: 75px !important
	}

	.m-lg-80px {
		margin: 80px !important
	}

	.mt-lg-80px, .my-lg-80px {
		margin-top: 80px !important
	}

	.mr-lg-80px, .mx-lg-80px {
		margin-right: 80px !important
	}

	.mb-lg-80px, .my-lg-80px {
		margin-bottom: 80px !important
	}

	.ml-lg-80px, .mx-lg-80px {
		margin-left: 80px !important
	}

	.m-lg-85px {
		margin: 85px !important
	}

	.mt-lg-85px, .my-lg-85px {
		margin-top: 85px !important
	}

	.mr-lg-85px, .mx-lg-85px {
		margin-right: 85px !important
	}

	.mb-lg-85px, .my-lg-85px {
		margin-bottom: 85px !important
	}

	.ml-lg-85px, .mx-lg-85px {
		margin-left: 85px !important
	}

	.m-lg-90px {
		margin: 90px !important
	}

	.mt-lg-90px, .my-lg-90px {
		margin-top: 90px !important
	}

	.mr-lg-90px, .mx-lg-90px {
		margin-right: 90px !important
	}

	.mb-lg-90px, .my-lg-90px {
		margin-bottom: 90px !important
	}

	.ml-lg-90px, .mx-lg-90px {
		margin-left: 90px !important
	}

	.m-lg-95px {
		margin: 95px !important
	}

	.mt-lg-95px, .my-lg-95px {
		margin-top: 95px !important
	}

	.mr-lg-95px, .mx-lg-95px {
		margin-right: 95px !important
	}

	.mb-lg-95px, .my-lg-95px {
		margin-bottom: 95px !important
	}

	.ml-lg-95px, .mx-lg-95px {
		margin-left: 95px !important
	}

	.m-lg-100px {
		margin: 100px !important
	}

	.mt-lg-100px, .my-lg-100px {
		margin-top: 100px !important
	}

	.mr-lg-100px, .mx-lg-100px {
		margin-right: 100px !important
	}

	.mb-lg-100px, .my-lg-100px {
		margin-bottom: 100px !important
	}

	.ml-lg-100px, .mx-lg-100px {
		margin-left: 100px !important
	}

	.m-lg-105px {
		margin: 105px !important
	}

	.mt-lg-105px, .my-lg-105px {
		margin-top: 105px !important
	}

	.mr-lg-105px, .mx-lg-105px {
		margin-right: 105px !important
	}

	.mb-lg-105px, .my-lg-105px {
		margin-bottom: 105px !important
	}

	.ml-lg-105px, .mx-lg-105px {
		margin-left: 105px !important
	}

	.m-lg-110px {
		margin: 110px !important
	}

	.mt-lg-110px, .my-lg-110px {
		margin-top: 110px !important
	}

	.mr-lg-110px, .mx-lg-110px {
		margin-right: 110px !important
	}

	.mb-lg-110px, .my-lg-110px {
		margin-bottom: 110px !important
	}

	.ml-lg-110px, .mx-lg-110px {
		margin-left: 110px !important
	}

	.m-lg-115px {
		margin: 115px !important
	}

	.mt-lg-115px, .my-lg-115px {
		margin-top: 115px !important
	}

	.mr-lg-115px, .mx-lg-115px {
		margin-right: 115px !important
	}

	.mb-lg-115px, .my-lg-115px {
		margin-bottom: 115px !important
	}

	.ml-lg-115px, .mx-lg-115px {
		margin-left: 115px !important
	}

	.m-lg-120px {
		margin: 120px !important
	}

	.mt-lg-120px, .my-lg-120px {
		margin-top: 120px !important
	}

	.mr-lg-120px, .mx-lg-120px {
		margin-right: 120px !important
	}

	.mb-lg-120px, .my-lg-120px {
		margin-bottom: 120px !important
	}

	.ml-lg-120px, .mx-lg-120px {
		margin-left: 120px !important
	}

	.m-lg-125px {
		margin: 125px !important
	}

	.mt-lg-125px, .my-lg-125px {
		margin-top: 125px !important
	}

	.mr-lg-125px, .mx-lg-125px {
		margin-right: 125px !important
	}

	.mb-lg-125px, .my-lg-125px {
		margin-bottom: 125px !important
	}

	.ml-lg-125px, .mx-lg-125px {
		margin-left: 125px !important
	}

	.m-lg-130px {
		margin: 130px !important
	}

	.mt-lg-130px, .my-lg-130px {
		margin-top: 130px !important
	}

	.mr-lg-130px, .mx-lg-130px {
		margin-right: 130px !important
	}

	.mb-lg-130px, .my-lg-130px {
		margin-bottom: 130px !important
	}

	.ml-lg-130px, .mx-lg-130px {
		margin-left: 130px !important
	}

	.m-lg-135px {
		margin: 135px !important
	}

	.mt-lg-135px, .my-lg-135px {
		margin-top: 135px !important
	}

	.mr-lg-135px, .mx-lg-135px {
		margin-right: 135px !important
	}

	.mb-lg-135px, .my-lg-135px {
		margin-bottom: 135px !important
	}

	.ml-lg-135px, .mx-lg-135px {
		margin-left: 135px !important
	}

	.m-lg-140px {
		margin: 140px !important
	}

	.mt-lg-140px, .my-lg-140px {
		margin-top: 140px !important
	}

	.mr-lg-140px, .mx-lg-140px {
		margin-right: 140px !important
	}

	.mb-lg-140px, .my-lg-140px {
		margin-bottom: 140px !important
	}

	.ml-lg-140px, .mx-lg-140px {
		margin-left: 140px !important
	}

	.m-lg-145px {
		margin: 145px !important
	}

	.mt-lg-145px, .my-lg-145px {
		margin-top: 145px !important
	}

	.mr-lg-145px, .mx-lg-145px {
		margin-right: 145px !important
	}

	.mb-lg-145px, .my-lg-145px {
		margin-bottom: 145px !important
	}

	.ml-lg-145px, .mx-lg-145px {
		margin-left: 145px !important
	}

	.m-lg-150px {
		margin: 150px !important
	}

	.mt-lg-150px, .my-lg-150px {
		margin-top: 150px !important
	}

	.mr-lg-150px, .mx-lg-150px {
		margin-right: 150px !important
	}

	.mb-lg-150px, .my-lg-150px {
		margin-bottom: 150px !important
	}

	.ml-lg-150px, .mx-lg-150px {
		margin-left: 150px !important
	}

	.m-lg-155px {
		margin: 155px !important
	}

	.mt-lg-155px, .my-lg-155px {
		margin-top: 155px !important
	}

	.mr-lg-155px, .mx-lg-155px {
		margin-right: 155px !important
	}

	.mb-lg-155px, .my-lg-155px {
		margin-bottom: 155px !important
	}

	.ml-lg-155px, .mx-lg-155px {
		margin-left: 155px !important
	}

	.m-lg-160px {
		margin: 160px !important
	}

	.mt-lg-160px, .my-lg-160px {
		margin-top: 160px !important
	}

	.mr-lg-160px, .mx-lg-160px {
		margin-right: 160px !important
	}

	.mb-lg-160px, .my-lg-160px {
		margin-bottom: 160px !important
	}

	.ml-lg-160px, .mx-lg-160px {
		margin-left: 160px !important
	}

	.m-lg-165px {
		margin: 165px !important
	}

	.mt-lg-165px, .my-lg-165px {
		margin-top: 165px !important
	}

	.mr-lg-165px, .mx-lg-165px {
		margin-right: 165px !important
	}

	.mb-lg-165px, .my-lg-165px {
		margin-bottom: 165px !important
	}

	.ml-lg-165px, .mx-lg-165px {
		margin-left: 165px !important
	}

	.m-lg-170px {
		margin: 170px !important
	}

	.mt-lg-170px, .my-lg-170px {
		margin-top: 170px !important
	}

	.mr-lg-170px, .mx-lg-170px {
		margin-right: 170px !important
	}

	.mb-lg-170px, .my-lg-170px {
		margin-bottom: 170px !important
	}

	.ml-lg-170px, .mx-lg-170px {
		margin-left: 170px !important
	}

	.m-lg-175px {
		margin: 175px !important
	}

	.mt-lg-175px, .my-lg-175px {
		margin-top: 175px !important
	}

	.mr-lg-175px, .mx-lg-175px {
		margin-right: 175px !important
	}

	.mb-lg-175px, .my-lg-175px {
		margin-bottom: 175px !important
	}

	.ml-lg-175px, .mx-lg-175px {
		margin-left: 175px !important
	}

	.m-lg-180px {
		margin: 180px !important
	}

	.mt-lg-180px, .my-lg-180px {
		margin-top: 180px !important
	}

	.mr-lg-180px, .mx-lg-180px {
		margin-right: 180px !important
	}

	.mb-lg-180px, .my-lg-180px {
		margin-bottom: 180px !important
	}

	.ml-lg-180px, .mx-lg-180px {
		margin-left: 180px !important
	}

	.m-lg-185px {
		margin: 185px !important
	}

	.mt-lg-185px, .my-lg-185px {
		margin-top: 185px !important
	}

	.mr-lg-185px, .mx-lg-185px {
		margin-right: 185px !important
	}

	.mb-lg-185px, .my-lg-185px {
		margin-bottom: 185px !important
	}

	.ml-lg-185px, .mx-lg-185px {
		margin-left: 185px !important
	}

	.m-lg-190px {
		margin: 190px !important
	}

	.mt-lg-190px, .my-lg-190px {
		margin-top: 190px !important
	}

	.mr-lg-190px, .mx-lg-190px {
		margin-right: 190px !important
	}

	.mb-lg-190px, .my-lg-190px {
		margin-bottom: 190px !important
	}

	.ml-lg-190px, .mx-lg-190px {
		margin-left: 190px !important
	}

	.m-lg-195px {
		margin: 195px !important
	}

	.mt-lg-195px, .my-lg-195px {
		margin-top: 195px !important
	}

	.mr-lg-195px, .mx-lg-195px {
		margin-right: 195px !important
	}

	.mb-lg-195px, .my-lg-195px {
		margin-bottom: 195px !important
	}

	.ml-lg-195px, .mx-lg-195px {
		margin-left: 195px !important
	}

	.m-lg-200px {
		margin: 200px !important
	}

	.mt-lg-200px, .my-lg-200px {
		margin-top: 200px !important
	}

	.mr-lg-200px, .mx-lg-200px {
		margin-right: 200px !important
	}

	.mb-lg-200px, .my-lg-200px {
		margin-bottom: 200px !important
	}

	.ml-lg-200px, .mx-lg-200px {
		margin-left: 200px !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}

	.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-15px {
		padding: 15px !important
	}

	.pt-lg-15px, .py-lg-15px {
		padding-top: 15px !important
	}

	.pr-lg-15px, .px-lg-15px {
		padding-right: 15px !important
	}

	.pb-lg-15px, .py-lg-15px {
		padding-bottom: 15px !important
	}

	.pl-lg-15px, .px-lg-15px {
		padding-left: 15px !important
	}

	.p-lg-20px {
		padding: 20px !important
	}

	.pt-lg-20px, .py-lg-20px {
		padding-top: 20px !important
	}

	.pr-lg-20px, .px-lg-20px {
		padding-right: 20px !important
	}

	.pb-lg-20px, .py-lg-20px {
		padding-bottom: 20px !important
	}

	.pl-lg-20px, .px-lg-20px {
		padding-left: 20px !important
	}

	.p-lg-25px {
		padding: 25px !important
	}

	.pt-lg-25px, .py-lg-25px {
		padding-top: 25px !important
	}

	.pr-lg-25px, .px-lg-25px {
		padding-right: 25px !important
	}

	.pb-lg-25px, .py-lg-25px {
		padding-bottom: 25px !important
	}

	.pl-lg-25px, .px-lg-25px {
		padding-left: 25px !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
	}

	.p-lg-35px {
		padding: 35px !important
	}

	.pt-lg-35px, .py-lg-35px {
		padding-top: 35px !important
	}

	.pr-lg-35px, .px-lg-35px {
		padding-right: 35px !important
	}

	.pb-lg-35px, .py-lg-35px {
		padding-bottom: 35px !important
	}

	.pl-lg-35px, .px-lg-35px {
		padding-left: 35px !important
	}

	.p-lg-40px {
		padding: 40px !important
	}

	.pt-lg-40px, .py-lg-40px {
		padding-top: 40px !important
	}

	.pr-lg-40px, .px-lg-40px {
		padding-right: 40px !important
	}

	.pb-lg-40px, .py-lg-40px {
		padding-bottom: 40px !important
	}

	.pl-lg-40px, .px-lg-40px {
		padding-left: 40px !important
	}

	.p-lg-45px {
		padding: 45px !important
	}

	.pt-lg-45px, .py-lg-45px {
		padding-top: 45px !important
	}

	.pr-lg-45px, .px-lg-45px {
		padding-right: 45px !important
	}

	.pb-lg-45px, .py-lg-45px {
		padding-bottom: 45px !important
	}

	.pl-lg-45px, .px-lg-45px {
		padding-left: 45px !important
	}

	.p-lg-50px {
		padding: 50px !important
	}

	.pt-lg-50px, .py-lg-50px {
		padding-top: 50px !important
	}

	.pr-lg-50px, .px-lg-50px {
		padding-right: 50px !important
	}

	.pb-lg-50px, .py-lg-50px {
		padding-bottom: 50px !important
	}

	.pl-lg-50px, .px-lg-50px {
		padding-left: 50px !important
	}

	.p-lg-55px {
		padding: 55px !important
	}

	.pt-lg-55px, .py-lg-55px {
		padding-top: 55px !important
	}

	.pr-lg-55px, .px-lg-55px {
		padding-right: 55px !important
	}

	.pb-lg-55px, .py-lg-55px {
		padding-bottom: 55px !important
	}

	.pl-lg-55px, .px-lg-55px {
		padding-left: 55px !important
	}

	.p-lg-60px {
		padding: 60px !important
	}

	.pt-lg-60px, .py-lg-60px {
		padding-top: 60px !important
	}

	.pr-lg-60px, .px-lg-60px {
		padding-right: 60px !important
	}

	.pb-lg-60px, .py-lg-60px {
		padding-bottom: 60px !important
	}

	.pl-lg-60px, .px-lg-60px {
		padding-left: 60px !important
	}

	.p-lg-65px {
		padding: 65px !important
	}

	.pt-lg-65px, .py-lg-65px {
		padding-top: 65px !important
	}

	.pr-lg-65px, .px-lg-65px {
		padding-right: 65px !important
	}

	.pb-lg-65px, .py-lg-65px {
		padding-bottom: 65px !important
	}

	.pl-lg-65px, .px-lg-65px {
		padding-left: 65px !important
	}

	.p-lg-70px {
		padding: 70px !important
	}

	.pt-lg-70px, .py-lg-70px {
		padding-top: 70px !important
	}

	.pr-lg-70px, .px-lg-70px {
		padding-right: 70px !important
	}

	.pb-lg-70px, .py-lg-70px {
		padding-bottom: 70px !important
	}

	.pl-lg-70px, .px-lg-70px {
		padding-left: 70px !important
	}

	.p-lg-75px {
		padding: 75px !important
	}

	.pt-lg-75px, .py-lg-75px {
		padding-top: 75px !important
	}

	.pr-lg-75px, .px-lg-75px {
		padding-right: 75px !important
	}

	.pb-lg-75px, .py-lg-75px {
		padding-bottom: 75px !important
	}

	.pl-lg-75px, .px-lg-75px {
		padding-left: 75px !important
	}

	.p-lg-80px {
		padding: 80px !important
	}

	.pt-lg-80px, .py-lg-80px {
		padding-top: 80px !important
	}

	.pr-lg-80px, .px-lg-80px {
		padding-right: 80px !important
	}

	.pb-lg-80px, .py-lg-80px {
		padding-bottom: 80px !important
	}

	.pl-lg-80px, .px-lg-80px {
		padding-left: 80px !important
	}

	.p-lg-85px {
		padding: 85px !important
	}

	.pt-lg-85px, .py-lg-85px {
		padding-top: 85px !important
	}

	.pr-lg-85px, .px-lg-85px {
		padding-right: 85px !important
	}

	.pb-lg-85px, .py-lg-85px {
		padding-bottom: 85px !important
	}

	.pl-lg-85px, .px-lg-85px {
		padding-left: 85px !important
	}

	.p-lg-90px {
		padding: 90px !important
	}

	.pt-lg-90px, .py-lg-90px {
		padding-top: 90px !important
	}

	.pr-lg-90px, .px-lg-90px {
		padding-right: 90px !important
	}

	.pb-lg-90px, .py-lg-90px {
		padding-bottom: 90px !important
	}

	.pl-lg-90px, .px-lg-90px {
		padding-left: 90px !important
	}

	.p-lg-95px {
		padding: 95px !important
	}

	.pt-lg-95px, .py-lg-95px {
		padding-top: 95px !important
	}

	.pr-lg-95px, .px-lg-95px {
		padding-right: 95px !important
	}

	.pb-lg-95px, .py-lg-95px {
		padding-bottom: 95px !important
	}

	.pl-lg-95px, .px-lg-95px {
		padding-left: 95px !important
	}

	.p-lg-100px {
		padding: 100px !important
	}

	.pt-lg-100px, .py-lg-100px {
		padding-top: 100px !important
	}

	.pr-lg-100px, .px-lg-100px {
		padding-right: 100px !important
	}

	.pb-lg-100px, .py-lg-100px {
		padding-bottom: 100px !important
	}

	.pl-lg-100px, .px-lg-100px {
		padding-left: 100px !important
	}

	.p-lg-105px {
		padding: 105px !important
	}

	.pt-lg-105px, .py-lg-105px {
		padding-top: 105px !important
	}

	.pr-lg-105px, .px-lg-105px {
		padding-right: 105px !important
	}

	.pb-lg-105px, .py-lg-105px {
		padding-bottom: 105px !important
	}

	.pl-lg-105px, .px-lg-105px {
		padding-left: 105px !important
	}

	.p-lg-110px {
		padding: 110px !important
	}

	.pt-lg-110px, .py-lg-110px {
		padding-top: 110px !important
	}

	.pr-lg-110px, .px-lg-110px {
		padding-right: 110px !important
	}

	.pb-lg-110px, .py-lg-110px {
		padding-bottom: 110px !important
	}

	.pl-lg-110px, .px-lg-110px {
		padding-left: 110px !important
	}

	.p-lg-115px {
		padding: 115px !important
	}

	.pt-lg-115px, .py-lg-115px {
		padding-top: 115px !important
	}

	.pr-lg-115px, .px-lg-115px {
		padding-right: 115px !important
	}

	.pb-lg-115px, .py-lg-115px {
		padding-bottom: 115px !important
	}

	.pl-lg-115px, .px-lg-115px {
		padding-left: 115px !important
	}

	.p-lg-120px {
		padding: 120px !important
	}

	.pt-lg-120px, .py-lg-120px {
		padding-top: 120px !important
	}

	.pr-lg-120px, .px-lg-120px {
		padding-right: 120px !important
	}

	.pb-lg-120px, .py-lg-120px {
		padding-bottom: 120px !important
	}

	.pl-lg-120px, .px-lg-120px {
		padding-left: 120px !important
	}

	.p-lg-125px {
		padding: 125px !important
	}

	.pt-lg-125px, .py-lg-125px {
		padding-top: 125px !important
	}

	.pr-lg-125px, .px-lg-125px {
		padding-right: 125px !important
	}

	.pb-lg-125px, .py-lg-125px {
		padding-bottom: 125px !important
	}

	.pl-lg-125px, .px-lg-125px {
		padding-left: 125px !important
	}

	.p-lg-130px {
		padding: 130px !important
	}

	.pt-lg-130px, .py-lg-130px {
		padding-top: 130px !important
	}

	.pr-lg-130px, .px-lg-130px {
		padding-right: 130px !important
	}

	.pb-lg-130px, .py-lg-130px {
		padding-bottom: 130px !important
	}

	.pl-lg-130px, .px-lg-130px {
		padding-left: 130px !important
	}

	.p-lg-135px {
		padding: 135px !important
	}

	.pt-lg-135px, .py-lg-135px {
		padding-top: 135px !important
	}

	.pr-lg-135px, .px-lg-135px {
		padding-right: 135px !important
	}

	.pb-lg-135px, .py-lg-135px {
		padding-bottom: 135px !important
	}

	.pl-lg-135px, .px-lg-135px {
		padding-left: 135px !important
	}

	.p-lg-140px {
		padding: 140px !important
	}

	.pt-lg-140px, .py-lg-140px {
		padding-top: 140px !important
	}

	.pr-lg-140px, .px-lg-140px {
		padding-right: 140px !important
	}

	.pb-lg-140px, .py-lg-140px {
		padding-bottom: 140px !important
	}

	.pl-lg-140px, .px-lg-140px {
		padding-left: 140px !important
	}

	.p-lg-145px {
		padding: 145px !important
	}

	.pt-lg-145px, .py-lg-145px {
		padding-top: 145px !important
	}

	.pr-lg-145px, .px-lg-145px {
		padding-right: 145px !important
	}

	.pb-lg-145px, .py-lg-145px {
		padding-bottom: 145px !important
	}

	.pl-lg-145px, .px-lg-145px {
		padding-left: 145px !important
	}

	.p-lg-150px {
		padding: 150px !important
	}

	.pt-lg-150px, .py-lg-150px {
		padding-top: 150px !important
	}

	.pr-lg-150px, .px-lg-150px {
		padding-right: 150px !important
	}

	.pb-lg-150px, .py-lg-150px {
		padding-bottom: 150px !important
	}

	.pl-lg-150px, .px-lg-150px {
		padding-left: 150px !important
	}

	.p-lg-155px {
		padding: 155px !important
	}

	.pt-lg-155px, .py-lg-155px {
		padding-top: 155px !important
	}

	.pr-lg-155px, .px-lg-155px {
		padding-right: 155px !important
	}

	.pb-lg-155px, .py-lg-155px {
		padding-bottom: 155px !important
	}

	.pl-lg-155px, .px-lg-155px {
		padding-left: 155px !important
	}

	.p-lg-160px {
		padding: 160px !important
	}

	.pt-lg-160px, .py-lg-160px {
		padding-top: 160px !important
	}

	.pr-lg-160px, .px-lg-160px {
		padding-right: 160px !important
	}

	.pb-lg-160px, .py-lg-160px {
		padding-bottom: 160px !important
	}

	.pl-lg-160px, .px-lg-160px {
		padding-left: 160px !important
	}

	.p-lg-165px {
		padding: 165px !important
	}

	.pt-lg-165px, .py-lg-165px {
		padding-top: 165px !important
	}

	.pr-lg-165px, .px-lg-165px {
		padding-right: 165px !important
	}

	.pb-lg-165px, .py-lg-165px {
		padding-bottom: 165px !important
	}

	.pl-lg-165px, .px-lg-165px {
		padding-left: 165px !important
	}

	.p-lg-170px {
		padding: 170px !important
	}

	.pt-lg-170px, .py-lg-170px {
		padding-top: 170px !important
	}

	.pr-lg-170px, .px-lg-170px {
		padding-right: 170px !important
	}

	.pb-lg-170px, .py-lg-170px {
		padding-bottom: 170px !important
	}

	.pl-lg-170px, .px-lg-170px {
		padding-left: 170px !important
	}

	.p-lg-175px {
		padding: 175px !important
	}

	.pt-lg-175px, .py-lg-175px {
		padding-top: 175px !important
	}

	.pr-lg-175px, .px-lg-175px {
		padding-right: 175px !important
	}

	.pb-lg-175px, .py-lg-175px {
		padding-bottom: 175px !important
	}

	.pl-lg-175px, .px-lg-175px {
		padding-left: 175px !important
	}

	.p-lg-180px {
		padding: 180px !important
	}

	.pt-lg-180px, .py-lg-180px {
		padding-top: 180px !important
	}

	.pr-lg-180px, .px-lg-180px {
		padding-right: 180px !important
	}

	.pb-lg-180px, .py-lg-180px {
		padding-bottom: 180px !important
	}

	.pl-lg-180px, .px-lg-180px {
		padding-left: 180px !important
	}

	.p-lg-185px {
		padding: 185px !important
	}

	.pt-lg-185px, .py-lg-185px {
		padding-top: 185px !important
	}

	.pr-lg-185px, .px-lg-185px {
		padding-right: 185px !important
	}

	.pb-lg-185px, .py-lg-185px {
		padding-bottom: 185px !important
	}

	.pl-lg-185px, .px-lg-185px {
		padding-left: 185px !important
	}

	.p-lg-190px {
		padding: 190px !important
	}

	.pt-lg-190px, .py-lg-190px {
		padding-top: 190px !important
	}

	.pr-lg-190px, .px-lg-190px {
		padding-right: 190px !important
	}

	.pb-lg-190px, .py-lg-190px {
		padding-bottom: 190px !important
	}

	.pl-lg-190px, .px-lg-190px {
		padding-left: 190px !important
	}

	.p-lg-195px {
		padding: 195px !important
	}

	.pt-lg-195px, .py-lg-195px {
		padding-top: 195px !important
	}

	.pr-lg-195px, .px-lg-195px {
		padding-right: 195px !important
	}

	.pb-lg-195px, .py-lg-195px {
		padding-bottom: 195px !important
	}

	.pl-lg-195px, .px-lg-195px {
		padding-left: 195px !important
	}

	.p-lg-200px {
		padding: 200px !important
	}

	.pt-lg-200px, .py-lg-200px {
		padding-top: 200px !important
	}

	.pr-lg-200px, .px-lg-200px {
		padding-right: 200px !important
	}

	.pb-lg-200px, .py-lg-200px {
		padding-bottom: 200px !important
	}

	.pl-lg-200px, .px-lg-200px {
		padding-left: 200px !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-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-n15px {
		margin: -15px !important
	}

	.mt-lg-n15px, .my-lg-n15px {
		margin-top: -15px !important
	}

	.mr-lg-n15px, .mx-lg-n15px {
		margin-right: -15px !important
	}

	.mb-lg-n15px, .my-lg-n15px {
		margin-bottom: -15px !important
	}

	.ml-lg-n15px, .mx-lg-n15px {
		margin-left: -15px !important
	}

	.m-lg-n20px {
		margin: -20px !important
	}

	.mt-lg-n20px, .my-lg-n20px {
		margin-top: -20px !important
	}

	.mr-lg-n20px, .mx-lg-n20px {
		margin-right: -20px !important
	}

	.mb-lg-n20px, .my-lg-n20px {
		margin-bottom: -20px !important
	}

	.ml-lg-n20px, .mx-lg-n20px {
		margin-left: -20px !important
	}

	.m-lg-n25px {
		margin: -25px !important
	}

	.mt-lg-n25px, .my-lg-n25px {
		margin-top: -25px !important
	}

	.mr-lg-n25px, .mx-lg-n25px {
		margin-right: -25px !important
	}

	.mb-lg-n25px, .my-lg-n25px {
		margin-bottom: -25px !important
	}

	.ml-lg-n25px, .mx-lg-n25px {
		margin-left: -25px !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-n35px {
		margin: -35px !important
	}

	.mt-lg-n35px, .my-lg-n35px {
		margin-top: -35px !important
	}

	.mr-lg-n35px, .mx-lg-n35px {
		margin-right: -35px !important
	}

	.mb-lg-n35px, .my-lg-n35px {
		margin-bottom: -35px !important
	}

	.ml-lg-n35px, .mx-lg-n35px {
		margin-left: -35px !important
	}

	.m-lg-n40px {
		margin: -40px !important
	}

	.mt-lg-n40px, .my-lg-n40px {
		margin-top: -40px !important
	}

	.mr-lg-n40px, .mx-lg-n40px {
		margin-right: -40px !important
	}

	.mb-lg-n40px, .my-lg-n40px {
		margin-bottom: -40px !important
	}

	.ml-lg-n40px, .mx-lg-n40px {
		margin-left: -40px !important
	}

	.m-lg-n45px {
		margin: -45px !important
	}

	.mt-lg-n45px, .my-lg-n45px {
		margin-top: -45px !important
	}

	.mr-lg-n45px, .mx-lg-n45px {
		margin-right: -45px !important
	}

	.mb-lg-n45px, .my-lg-n45px {
		margin-bottom: -45px !important
	}

	.ml-lg-n45px, .mx-lg-n45px {
		margin-left: -45px !important
	}

	.m-lg-n50px {
		margin: -50px !important
	}

	.mt-lg-n50px, .my-lg-n50px {
		margin-top: -50px !important
	}

	.mr-lg-n50px, .mx-lg-n50px {
		margin-right: -50px !important
	}

	.mb-lg-n50px, .my-lg-n50px {
		margin-bottom: -50px !important
	}

	.ml-lg-n50px, .mx-lg-n50px {
		margin-left: -50px !important
	}

	.m-lg-n55px {
		margin: -55px !important
	}

	.mt-lg-n55px, .my-lg-n55px {
		margin-top: -55px !important
	}

	.mr-lg-n55px, .mx-lg-n55px {
		margin-right: -55px !important
	}

	.mb-lg-n55px, .my-lg-n55px {
		margin-bottom: -55px !important
	}

	.ml-lg-n55px, .mx-lg-n55px {
		margin-left: -55px !important
	}

	.m-lg-n60px {
		margin: -60px !important
	}

	.mt-lg-n60px, .my-lg-n60px {
		margin-top: -60px !important
	}

	.mr-lg-n60px, .mx-lg-n60px {
		margin-right: -60px !important
	}

	.mb-lg-n60px, .my-lg-n60px {
		margin-bottom: -60px !important
	}

	.ml-lg-n60px, .mx-lg-n60px {
		margin-left: -60px !important
	}

	.m-lg-n65px {
		margin: -65px !important
	}

	.mt-lg-n65px, .my-lg-n65px {
		margin-top: -65px !important
	}

	.mr-lg-n65px, .mx-lg-n65px {
		margin-right: -65px !important
	}

	.mb-lg-n65px, .my-lg-n65px {
		margin-bottom: -65px !important
	}

	.ml-lg-n65px, .mx-lg-n65px {
		margin-left: -65px !important
	}

	.m-lg-n70px {
		margin: -70px !important
	}

	.mt-lg-n70px, .my-lg-n70px {
		margin-top: -70px !important
	}

	.mr-lg-n70px, .mx-lg-n70px {
		margin-right: -70px !important
	}

	.mb-lg-n70px, .my-lg-n70px {
		margin-bottom: -70px !important
	}

	.ml-lg-n70px, .mx-lg-n70px {
		margin-left: -70px !important
	}

	.m-lg-n75px {
		margin: -75px !important
	}

	.mt-lg-n75px, .my-lg-n75px {
		margin-top: -75px !important
	}

	.mr-lg-n75px, .mx-lg-n75px {
		margin-right: -75px !important
	}

	.mb-lg-n75px, .my-lg-n75px {
		margin-bottom: -75px !important
	}

	.ml-lg-n75px, .mx-lg-n75px {
		margin-left: -75px !important
	}

	.m-lg-n80px {
		margin: -80px !important
	}

	.mt-lg-n80px, .my-lg-n80px {
		margin-top: -80px !important
	}

	.mr-lg-n80px, .mx-lg-n80px {
		margin-right: -80px !important
	}

	.mb-lg-n80px, .my-lg-n80px {
		margin-bottom: -80px !important
	}

	.ml-lg-n80px, .mx-lg-n80px {
		margin-left: -80px !important
	}

	.m-lg-n85px {
		margin: -85px !important
	}

	.mt-lg-n85px, .my-lg-n85px {
		margin-top: -85px !important
	}

	.mr-lg-n85px, .mx-lg-n85px {
		margin-right: -85px !important
	}

	.mb-lg-n85px, .my-lg-n85px {
		margin-bottom: -85px !important
	}

	.ml-lg-n85px, .mx-lg-n85px {
		margin-left: -85px !important
	}

	.m-lg-n90px {
		margin: -90px !important
	}

	.mt-lg-n90px, .my-lg-n90px {
		margin-top: -90px !important
	}

	.mr-lg-n90px, .mx-lg-n90px {
		margin-right: -90px !important
	}

	.mb-lg-n90px, .my-lg-n90px {
		margin-bottom: -90px !important
	}

	.ml-lg-n90px, .mx-lg-n90px {
		margin-left: -90px !important
	}

	.m-lg-n95px {
		margin: -95px !important
	}

	.mt-lg-n95px, .my-lg-n95px {
		margin-top: -95px !important
	}

	.mr-lg-n95px, .mx-lg-n95px {
		margin-right: -95px !important
	}

	.mb-lg-n95px, .my-lg-n95px {
		margin-bottom: -95px !important
	}

	.ml-lg-n95px, .mx-lg-n95px {
		margin-left: -95px !important
	}

	.m-lg-n100px {
		margin: -100px !important
	}

	.mt-lg-n100px, .my-lg-n100px {
		margin-top: -100px !important
	}

	.mr-lg-n100px, .mx-lg-n100px {
		margin-right: -100px !important
	}

	.mb-lg-n100px, .my-lg-n100px {
		margin-bottom: -100px !important
	}

	.ml-lg-n100px, .mx-lg-n100px {
		margin-left: -100px !important
	}

	.m-lg-n105px {
		margin: -105px !important
	}

	.mt-lg-n105px, .my-lg-n105px {
		margin-top: -105px !important
	}

	.mr-lg-n105px, .mx-lg-n105px {
		margin-right: -105px !important
	}

	.mb-lg-n105px, .my-lg-n105px {
		margin-bottom: -105px !important
	}

	.ml-lg-n105px, .mx-lg-n105px {
		margin-left: -105px !important
	}

	.m-lg-n110px {
		margin: -110px !important
	}

	.mt-lg-n110px, .my-lg-n110px {
		margin-top: -110px !important
	}

	.mr-lg-n110px, .mx-lg-n110px {
		margin-right: -110px !important
	}

	.mb-lg-n110px, .my-lg-n110px {
		margin-bottom: -110px !important
	}

	.ml-lg-n110px, .mx-lg-n110px {
		margin-left: -110px !important
	}

	.m-lg-n115px {
		margin: -115px !important
	}

	.mt-lg-n115px, .my-lg-n115px {
		margin-top: -115px !important
	}

	.mr-lg-n115px, .mx-lg-n115px {
		margin-right: -115px !important
	}

	.mb-lg-n115px, .my-lg-n115px {
		margin-bottom: -115px !important
	}

	.ml-lg-n115px, .mx-lg-n115px {
		margin-left: -115px !important
	}

	.m-lg-n120px {
		margin: -120px !important
	}

	.mt-lg-n120px, .my-lg-n120px {
		margin-top: -120px !important
	}

	.mr-lg-n120px, .mx-lg-n120px {
		margin-right: -120px !important
	}

	.mb-lg-n120px, .my-lg-n120px {
		margin-bottom: -120px !important
	}

	.ml-lg-n120px, .mx-lg-n120px {
		margin-left: -120px !important
	}

	.m-lg-n125px {
		margin: -125px !important
	}

	.mt-lg-n125px, .my-lg-n125px {
		margin-top: -125px !important
	}

	.mr-lg-n125px, .mx-lg-n125px {
		margin-right: -125px !important
	}

	.mb-lg-n125px, .my-lg-n125px {
		margin-bottom: -125px !important
	}

	.ml-lg-n125px, .mx-lg-n125px {
		margin-left: -125px !important
	}

	.m-lg-n130px {
		margin: -130px !important
	}

	.mt-lg-n130px, .my-lg-n130px {
		margin-top: -130px !important
	}

	.mr-lg-n130px, .mx-lg-n130px {
		margin-right: -130px !important
	}

	.mb-lg-n130px, .my-lg-n130px {
		margin-bottom: -130px !important
	}

	.ml-lg-n130px, .mx-lg-n130px {
		margin-left: -130px !important
	}

	.m-lg-n135px {
		margin: -135px !important
	}

	.mt-lg-n135px, .my-lg-n135px {
		margin-top: -135px !important
	}

	.mr-lg-n135px, .mx-lg-n135px {
		margin-right: -135px !important
	}

	.mb-lg-n135px, .my-lg-n135px {
		margin-bottom: -135px !important
	}

	.ml-lg-n135px, .mx-lg-n135px {
		margin-left: -135px !important
	}

	.m-lg-n140px {
		margin: -140px !important
	}

	.mt-lg-n140px, .my-lg-n140px {
		margin-top: -140px !important
	}

	.mr-lg-n140px, .mx-lg-n140px {
		margin-right: -140px !important
	}

	.mb-lg-n140px, .my-lg-n140px {
		margin-bottom: -140px !important
	}

	.ml-lg-n140px, .mx-lg-n140px {
		margin-left: -140px !important
	}

	.m-lg-n145px {
		margin: -145px !important
	}

	.mt-lg-n145px, .my-lg-n145px {
		margin-top: -145px !important
	}

	.mr-lg-n145px, .mx-lg-n145px {
		margin-right: -145px !important
	}

	.mb-lg-n145px, .my-lg-n145px {
		margin-bottom: -145px !important
	}

	.ml-lg-n145px, .mx-lg-n145px {
		margin-left: -145px !important
	}

	.m-lg-n150px {
		margin: -150px !important
	}

	.mt-lg-n150px, .my-lg-n150px {
		margin-top: -150px !important
	}

	.mr-lg-n150px, .mx-lg-n150px {
		margin-right: -150px !important
	}

	.mb-lg-n150px, .my-lg-n150px {
		margin-bottom: -150px !important
	}

	.ml-lg-n150px, .mx-lg-n150px {
		margin-left: -150px !important
	}

	.m-lg-n155px {
		margin: -155px !important
	}

	.mt-lg-n155px, .my-lg-n155px {
		margin-top: -155px !important
	}

	.mr-lg-n155px, .mx-lg-n155px {
		margin-right: -155px !important
	}

	.mb-lg-n155px, .my-lg-n155px {
		margin-bottom: -155px !important
	}

	.ml-lg-n155px, .mx-lg-n155px {
		margin-left: -155px !important
	}

	.m-lg-n160px {
		margin: -160px !important
	}

	.mt-lg-n160px, .my-lg-n160px {
		margin-top: -160px !important
	}

	.mr-lg-n160px, .mx-lg-n160px {
		margin-right: -160px !important
	}

	.mb-lg-n160px, .my-lg-n160px {
		margin-bottom: -160px !important
	}

	.ml-lg-n160px, .mx-lg-n160px {
		margin-left: -160px !important
	}

	.m-lg-n165px {
		margin: -165px !important
	}

	.mt-lg-n165px, .my-lg-n165px {
		margin-top: -165px !important
	}

	.mr-lg-n165px, .mx-lg-n165px {
		margin-right: -165px !important
	}

	.mb-lg-n165px, .my-lg-n165px {
		margin-bottom: -165px !important
	}

	.ml-lg-n165px, .mx-lg-n165px {
		margin-left: -165px !important
	}

	.m-lg-n170px {
		margin: -170px !important
	}

	.mt-lg-n170px, .my-lg-n170px {
		margin-top: -170px !important
	}

	.mr-lg-n170px, .mx-lg-n170px {
		margin-right: -170px !important
	}

	.mb-lg-n170px, .my-lg-n170px {
		margin-bottom: -170px !important
	}

	.ml-lg-n170px, .mx-lg-n170px {
		margin-left: -170px !important
	}

	.m-lg-n175px {
		margin: -175px !important
	}

	.mt-lg-n175px, .my-lg-n175px {
		margin-top: -175px !important
	}

	.mr-lg-n175px, .mx-lg-n175px {
		margin-right: -175px !important
	}

	.mb-lg-n175px, .my-lg-n175px {
		margin-bottom: -175px !important
	}

	.ml-lg-n175px, .mx-lg-n175px {
		margin-left: -175px !important
	}

	.m-lg-n180px {
		margin: -180px !important
	}

	.mt-lg-n180px, .my-lg-n180px {
		margin-top: -180px !important
	}

	.mr-lg-n180px, .mx-lg-n180px {
		margin-right: -180px !important
	}

	.mb-lg-n180px, .my-lg-n180px {
		margin-bottom: -180px !important
	}

	.ml-lg-n180px, .mx-lg-n180px {
		margin-left: -180px !important
	}

	.m-lg-n185px {
		margin: -185px !important
	}

	.mt-lg-n185px, .my-lg-n185px {
		margin-top: -185px !important
	}

	.mr-lg-n185px, .mx-lg-n185px {
		margin-right: -185px !important
	}

	.mb-lg-n185px, .my-lg-n185px {
		margin-bottom: -185px !important
	}

	.ml-lg-n185px, .mx-lg-n185px {
		margin-left: -185px !important
	}

	.m-lg-n190px {
		margin: -190px !important
	}

	.mt-lg-n190px, .my-lg-n190px {
		margin-top: -190px !important
	}

	.mr-lg-n190px, .mx-lg-n190px {
		margin-right: -190px !important
	}

	.mb-lg-n190px, .my-lg-n190px {
		margin-bottom: -190px !important
	}

	.ml-lg-n190px, .mx-lg-n190px {
		margin-left: -190px !important
	}

	.m-lg-n195px {
		margin: -195px !important
	}

	.mt-lg-n195px, .my-lg-n195px {
		margin-top: -195px !important
	}

	.mr-lg-n195px, .mx-lg-n195px {
		margin-right: -195px !important
	}

	.mb-lg-n195px, .my-lg-n195px {
		margin-bottom: -195px !important
	}

	.ml-lg-n195px, .mx-lg-n195px {
		margin-left: -195px !important
	}

	.m-lg-n200px {
		margin: -200px !important
	}

	.mt-lg-n200px, .my-lg-n200px {
		margin-top: -200px !important
	}

	.mr-lg-n200px, .mx-lg-n200px {
		margin-right: -200px !important
	}

	.mb-lg-n200px, .my-lg-n200px {
		margin-bottom: -200px !important
	}

	.ml-lg-n200px, .mx-lg-n200px {
		margin-left: -200px !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
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item, .text-truncate {
	white-space: nowrap
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis
}

.navbar-brand, .navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal
}

.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
	}
}

.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
}

.font-normal {
	font-style: normal !important
}

.font-weight-100 {
	font-weight: 100 !important
}

.font-weight-200 {
	font-weight: 200 !important
}

.font-weight-300 {
	font-weight: 300 !important
}

.font-weight-400 {
	font-weight: 400 !important
}

.font-weight-500 {
	font-weight: 500 !important
}

.font-weight-600 {
	font-weight: 600 !important
}

.font-weight-700 {
	font-weight: 700 !important
}

.font-weight-800 {
	font-weight: 800 !important
}

.font-weight-900 {
	font-weight: 900 !important
}

.text-primary {
	color: #09b7e1 !important
}

a.text-primary:focus, a.text-primary:hover {
	color: #067b97 !important
}

.text-secondary {
	color: #0387be !important
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #025173 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
	color: #121416 !important
}

.text-white {
	color: #fff !important
}

a.text-white:focus, a.text-white:hover {
	color: #d9d9d9 !important
}

.text-black, a.text-black:focus, a.text-black:hover {
	color: #000 !important
}

.text-100 {
	color: #f8f9fa !important
}

a.text-100:focus, a.text-100:hover {
	color: #cbd3da !important
}

.text-200 {
	color: #e9ecef !important
}

a.text-200:focus, a.text-200:hover {
	color: #bdc6cf !important
}

.text-300 {
	color: #dee2e6 !important
}

a.text-300:focus, a.text-300:hover {
	color: #b2bcc5 !important
}

.text-400 {
	color: #ced4da !important
}

a.text-400:focus, a.text-400:hover {
	color: #a2aeb9 !important
}

.text-500 {
	color: #adb5bd !important
}

a.text-500:focus, a.text-500:hover {
	color: #838f9b !important
}

.text-600 {
	color: #6c757d !important
}

a.text-600:focus, a.text-600:hover {
	color: #494f54 !important
}

.text-700 {
	color: #495057 !important
}

a.text-700:focus, a.text-700:hover {
	color: #262a2d !important
}

.text-800 {
	color: #343a40 !important
}

a.text-800:focus, a.text-800:hover {
	color: #121416 !important
}

.text-900 {
	color: #212529 !important
}

a.text-900:focus, a.text-900:hover {
	color: #000 !important
}

.text-new-color {
	color: #c0f !important
}

a.text-new-color:focus, a.text-new-color:hover {
	color: #8f00b3 !important
}

.text-new-gradient {
	color: #f05 !important
}

a.text-new-gradient:focus, a.text-new-gradient:hover {
	color: #b3003c !important
}

.text-body {
	color: #707070 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.modal, .modal-backdrop, .owl-carousel .owl-stage:after, .owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

@media print {
	blockquote, img, pre, tr {
		page-break-inside: avoid
	}

	.table .thead-dark th, .table-dark {
		color: inherit
	}

	*, ::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
	}

	thead {
		display: table-header-group
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	.container, body {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td, .table th {
		background-color: #fff !important
	}

	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important
	}

	.table .thead-dark th, .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: rgba(33, 37, 41, .15)
	}
}

.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em
}

.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid
}

.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em
}

.navbar-nav .scroll-down, .navbar-nav .scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center
}

.navbar-nav .scroll-down-arrow, .navbar-nav .scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, .75);
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent
}

.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent
}

.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
	color: rgba(255, 255, 255, .75) !important;
	font-size: 40px !important;
	margin: 0 10px !important;
	padding: 10px !important;
	background: rgba(0, 0, 0, 0) !important;
	display: block !important;
	cursor: pointer;
	border-radius: 0 !important
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: rgba(0, 0, 0, 0) !important;
	color: #fff !important
}

.main-content .mod1 .btn-primary .fa-user-alt, .main-slide .mod .btn-primary .fa-calendar-alt {
	color: #c4f9a5;
	font-size: 18px
}

.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
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	background: rgba(255, 255, 255, .75);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s;
	border-radius: 100%
}

.owl-carousel .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot span {
	transition: .4s
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff
}

.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit
}

.dropdown .dropdown-menu a, .navbar ul.navbar-nav > li .dropdown-menu li a, blockquote {
	font-family: "Avenir Next Rounded Pro", sans-serif
}

.dropdown .dropdown-menu a, .navbar ul.navbar-nav > li .dropdown-menu li a, .navbar ul.navbar-nav > li > a, .navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu a {
	line-height: 1.4em;
	letter-spacing: 0;
	color: #fff;
	text-transform: capitalize
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.modal.show, .modal.show + .modal-backdrop {
	visibility: visible;
	opacity: 1
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out, .owl-carousel .owl-stage-outer {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.overflow-visible {
	overflow: visible !important
}

.overflow-hidden {
	overflow: hidden !important
}

.list-group.mb-5 > .list-group.mb-5 > a:first-child {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important
}

.list-group.mb-5 > .list-group.mb-5 + a, .list-group.mb-5 > .list-group.mb-5 ~ a.list-group-item.list-group-item-action + a:nth-last-child(2) {
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important
}

.list-group.mb-5 > .list-group.mb-5 ~ a.list-group-item.list-group-item-action + a:nth-last-child(3) {
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	margin-bottom: 3rem
}

.wysiwyg > .list-group.mb-5 > a.list-group-item.list-group-item-action > .text-muted {
	font-weight: 700 !important;
	color: #495057 !important
}

.modal-open {
	overflow: auto
}

.opacity-100 {
	opacity: 1 !important
}

.opacity-90 {
	opacity: .9 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-10 {
	opacity: .1 !important
}

.opacity-0 {
	opacity: 0 !important
}

.extra-small {
	font-size: 11px !important;
	line-height: 1.4 !important
}

.navbar-brand {
	font-family: "Avenir Next Rounded Pro", sans-serif !important
}

blockquote {
	font-size: 18px;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0;
	font-weight: 400
}

@media screen and (max-width: 767px) {
	blockquote {
		font-size: 1.25rem !important;
		line-height: 1.5 !important
	}
}

label {
	font-size: .8rem;
	line-height: 1.2em;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: initial
}

body {
	-webkit-font-smoothing: antialiased;
	line-height: 1.6em;
	transition: opacity .75s .2s
}

[data-brand*=fa-yelp] {
	background-color: #af0606
}

[data-brand*=fa-instagram]:not([class*=bg-]) {
	background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, red, #ff0)
}

[data-brand*=fa-facebook] {
	background-color: #3b5998
}

[data-brand*=fa-twitter] {
	background-color: #1da1f2
}

[data-brand*=fa-youtube] {
	background-color: red
}

[data-brand*=fa-linkedin] {
	background-color: #0077b5
}

[data-brand*=fa-google] {
	background-color: #4285f4
}

[data-brand*=fa-google-plus] {
	background-color: #dd4b39
}

.social-media > a:not([href]) {
	display: none !important
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	opacity: 1;
	transition: .4s
}

.owl-carousel .owl-next:focus, .owl-carousel .owl-prev:focus {
	outline: 0
}

.owl-carousel .owl-next[class*="-next"], .owl-carousel .owl-prev[class*="-next"] {
	right: 0;
	left: auto
}

.owl-carousel .owl-dots {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	bottom: 0;
	opacity: 1
}

.owl-carousel .owl-dots .owl-dot:focus {
	outline: 0
}

.owl-carousel .owl-dots .owl-dot span:focus {
	outline: 0
}

.panel-image-overlay {
	transition: .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.panel-image-overlay.gradient.bottom-right {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, #000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
	background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, #000 100%);
	background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, #000 100%);
	background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, #000 100%);
	background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.panel-image-overlay.gradient.bottom-left {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.panel-image-overlay.gradient.top {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 100%)
}

.container-fluid.container-max-width {
	max-width: 1140px
}

.sticky {
	position: relative
}

.sticky > div {
	position: absolute;
	top: 0;
	right: 0;
	left: 0
}

.modal-backdrop {
	background: rgba(0, 0, 0, .75);
	position: fixed;
	z-index: 1048;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: .4s
}

@media (max-width: 767.98px) {
	.navbar-expand-md .modal-backdrop.show {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 575.98px) {
	.navbar-expand-sm .modal-backdrop.show {
		opacity: 1;
		visibility: visible
	}
}

.modal {
	transition: opacity .4s, visibility .4s;
	opacity: 0;
	display: block !important
}

.modal .modal-dialog {
	transition: .4s;
	opacity: 0;
	transform: translate3d(0, -2.5rem, 0) !important
}

.dropdown .dropdown-menu, [data-scroll-reveal-after] {
	opacity: 0;
	visibility: hidden;
	transition: .4s
}

.modal.show .modal-dialog {
	opacity: 1;
	transform: translate3d(0, 0, 0) !important
}

html .panel-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 100%
}

.bg-ctas .btn-ctas, .navbar ul.navbar-nav > li, header .h5 .fa-phone, html .panel-image ~ * {
	position: relative;
}

html .panel-image video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

@media all and (min-width: 992px) and (max-width: 767px) {
	html .panel-image, html .slides li > .panel-image {
		top: 0 !important;
		transform: none !important;
		padding: 0
	}
}

@media (min-width: 992px) {
	html .parallax {
		overflow: hidden;
		position: relative
	}

	html .parallax .panel-image {
		transition: none !important;
		animation: none !important
	}

	html .parallax .slides li > .panel-image, html .parallax > .panel-image {
		height: 100%;
		transition: 0 !important
	}

	html:not([data-browser-type*=Firefox]) .parallax > .panel-image, html:not([data-browser-type*=InternetExplorer]) .parallax > .panel-image, html:not([data-user-agent*=Edge]) .parallax > .panel-image {
		min-height: 100vh
	}

	html:not([data-browser-type*=Firefox]) .parallax .slides li > .panel-image, html:not([data-browser-type*=Firefox]) .parallax > .panel-image, html:not([data-browser-type*=InternetExplorer]) .parallax .slides li > .panel-image, html:not([data-browser-type*=InternetExplorer]) .parallax > .panel-image, html:not([data-user-agent*=Edge]) .parallax .slides li > .panel-image, html:not([data-user-agent*=Edge]) .parallax > .panel-image {
		top: -50vh
	}

	html:not([data-browser-type*=Firefox]) .main-container > a:first-child + .parallax .panel-image, html:not([data-browser-type*=Firefox]) .parallax:first-child .panel-image, html:not([data-browser-type*=Firefox]) .parallax:first-child .slides li > .panel-image, html:not([data-browser-type*=InternetExplorer]) .main-container > a:first-child + .parallax .panel-image, html:not([data-browser-type*=InternetExplorer]) .parallax:first-child .panel-image, html:not([data-browser-type*=InternetExplorer]) .parallax:first-child .slides li > .panel-image, html:not([data-user-agent*=Edge]) .main-container > a:first-child + .parallax .panel-image, html:not([data-user-agent*=Edge]) .parallax:first-child .panel-image, html:not([data-user-agent*=Edge]) .parallax:first-child .slides li > .panel-image, html[data-browser-type*=Firefox] .parallax .slides li > .panel-image, html[data-browser-type*=Firefox] .parallax > .panel-image, html[data-user-agent*=Android] .parallax .slides li > .panel-image, html[data-user-agent*=Android] .parallax > .panel-image, html[data-user-agent*=Edge] .parallax .slides li > .panel-image, html[data-user-agent*=Edge] .parallax > .panel-image, html[data-user-agent*=iPad] .parallax .slides li > .panel-image, html[data-user-agent*=iPad] .parallax > .panel-image, html[data-user-agent*=iPhone] .parallax .slides li > .panel-image, html[data-user-agent*=iPhone] .parallax > .panel-image {
		top: 0
	}

	html[data-browser-type*=Firefox] .panel-image, html[data-user-agent*=Android] .panel-image, html[data-user-agent*=Edge] .panel-image, html[data-user-agent*=iPad] .panel-image, html[data-user-agent*=iPhone] .panel-image {
		min-height: 1px;
		transform: none !important;
		top: initial !important;
		min-height: 1px !important
	}

	html[data-browser-type*=InternetExplorer] .modal .modal-dialog-centered {
		min-height: 100% !important;
		margin-top: 0;
		margin-bottom: 0
	}

	html[data-browser-type*=InternetExplorer] .modal .modal-dialog-centered .modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0)
	}

	footer.position-lg-fixed {
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg .modal-backdrop.show {
		opacity: 1;
		visibility: visible
	}

	html .parallax > .panel-image {
		transform: none !important;
		top: initial !important;
		min-height: 1px !important
	}
}

.ken-burns {
	animation: 14s infinite alternate kenBurns
}

@keyframes kenBurns {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.1)
	}
}

.list-group-item-action {
	overflow: hidden
}

.list-group-item-action [type=checkbox], .list-group-item-action [type=radio] {
	display: none
}

.list-group-item-action [type=checkbox] ~ label, .list-group-item-action [type=radio] ~ label {
	display: block;
	margin: 0;
	padding: .5rem 1rem;
	cursor: pointer;
	transition: padding .2s
}

.services h2, .testimonials .wrap h2 {
	margin-bottom: 15px
}

.list-group-item-action [type=checkbox]:checked ~ label, .list-group-item-action [type=radio]:checked ~ label {
	background: #09b7e1;
	color: #fff;
	padding-left: 1.5rem
}

[data-page-type=carecredit] #quickLinks, [data-page-type=carecredit] header {
	background-color: #343a40 !important
}

.faq-list .list-group-item {
	background-color: transparent
}

.navbar ul.navbar-nav a.current, .navbar ul.navbar-nav a.highlighted {
	color: #fff !important;
	background: rgba(0, 0, 0, 0) !important
}

.navbar ul.navbar-nav > li > a {
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	padding: 10px 15px !important;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.navbar ul.navbar-nav > li > a.bg-light, .navbar ul.navbar-nav > li > a:hover {
	background: rgba(0, 0, 0, 0) !important;
	color: #fff !important
}

.navbar ul.navbar-nav > li .dropdown-menu li a {
	font-size: 19px;
	padding: 15px;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.navbar ul.navbar-nav > li .dropdown-menu li a.bg-light, .navbar ul.navbar-nav > li .dropdown-menu li a.current, .navbar ul.navbar-nav > li .dropdown-menu li a:hover {
	background: rgba(0, 0, 0, 0) !important;
	color: #e9ecef !important
}

.navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu {
	background: 0 0 !important;
	width: 100% !important;
	min-width: 1px !important;
	max-width: 9999px !important;
	box-shadow: none !important;
	padding: 0 0 0 10px !important;
	margin: 0 !important
}

.navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu > li:last-child {
	padding-bottom: 10px
}

.navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu a {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 10px 15px
}

.navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu a.bg-light, .navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu a:hover {
	background: rgba(0, 0, 0, 0) !important;
	color: #fff !important
}

.dropdown .dropdown-menu a:hover, .navbar ul.navbar-nav[class*=collapsible] > li .dropdown-menu a.current {
	background: rgba(0, 0, 0, 0) !important;
	color: #e9ecef !important
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl .modal-backdrop.show {
		opacity: 1;
		visibility: visible
	}

	.navbar.navbar-expand-xl .navbar-collapse {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		height: 100% !important;
		width: 80%;
		max-width: 400px;
		transition: .4s;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(50px, 0, 0);
		display: block !important
	}

	.navbar.navbar-expand-xl .navbar-collapse.show {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0)
	}

	.navbar.navbar-expand-xl .navbar-collapse .container {
		overflow-y: auto
	}

	.navbar.navbar-expand-xl .navbar-collapse ul.navbar-nav a {
		font-size: 14px !important;
		line-height: 1.4em !important;
		padding: 10px 15px !important
	}
}

@media (max-width: 991.98px) {
	.navbar.navbar-expand-lg .navbar-collapse {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		height: 100% !important;
		width: 80%;
		max-width: 400px;
		transition: .4s;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(50px, 0, 0);
		display: block !important
	}

	.navbar.navbar-expand-lg .navbar-collapse.show {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0)
	}

	.navbar.navbar-expand-lg .navbar-collapse .container {
		overflow-y: auto
	}

	.navbar.navbar-expand-lg .navbar-collapse ul.navbar-nav a {
		font-size: 14px !important;
		line-height: 1.4em !important;
		padding: 10px 15px !important
	}
}

@media (max-width: 767.98px) {
	.navbar.navbar-expand-md .navbar-collapse {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		height: 100% !important;
		width: 80%;
		max-width: 400px;
		transition: .4s;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(50px, 0, 0);
		display: block !important
	}

	.navbar.navbar-expand-md .navbar-collapse.show {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0)
	}

	.navbar.navbar-expand-md .navbar-collapse .container {
		overflow-y: auto
	}

	.navbar.navbar-expand-md .navbar-collapse ul.navbar-nav a {
		font-size: 14px !important;
		line-height: 1.4em !important;
		padding: 10px 15px !important
	}

	.quick-contact-lite-layout-3 textarea {
		height: auto !important
	}
}

@media (max-width: 575.98px) {
	.navbar.navbar-expand-sm .navbar-collapse {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		height: 100% !important;
		width: 80%;
		max-width: 400px;
		transition: .4s;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(50px, 0, 0);
		display: block !important
	}

	.navbar.navbar-expand-sm .navbar-collapse.show {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0)
	}

	.navbar.navbar-expand-sm .navbar-collapse .container {
		overflow-y: auto
	}

	.navbar.navbar-expand-sm .navbar-collapse ul.navbar-nav a {
		font-size: 14px !important;
		line-height: 1.4em !important;
		padding: 10px 15px !important
	}
}

.dropdown .dropdown-menu {
	background-color: #212529;
	border: none;
	padding: 15px 0 !important;
	min-width: 15rem !important;
	max-width: 25rem !important;
	display: block;
	margin: 1rem 0 0 -1rem
}

.dropdown .dropdown-menu.show, [data-scroll-reveal-after].show {
	visibility: visible;
	opacity: 1
}

.dropdown .dropdown-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 1rem;
	width: 1rem;
	transform: rotate(45deg) translate3d(0, -50%, 0);
	background-color: #212529;
	border-radius: 2.5px !important;
	z-index: -1
}

.dropdown .dropdown-menu a {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding: .5rem 1rem;
	display: block
}

@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-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-15px {
		margin: 15px !important
	}

	.mt-xl-15px, .my-xl-15px {
		margin-top: 15px !important
	}

	.mr-xl-15px, .mx-xl-15px {
		margin-right: 15px !important
	}

	.mb-xl-15px, .my-xl-15px {
		margin-bottom: 15px !important
	}

	.ml-xl-15px, .mx-xl-15px {
		margin-left: 15px !important
	}

	.m-xl-20px {
		margin: 20px !important
	}

	.mt-xl-20px, .my-xl-20px {
		margin-top: 20px !important
	}

	.mr-xl-20px, .mx-xl-20px {
		margin-right: 20px !important
	}

	.mb-xl-20px, .my-xl-20px {
		margin-bottom: 20px !important
	}

	.ml-xl-20px, .mx-xl-20px {
		margin-left: 20px !important
	}

	.m-xl-25px {
		margin: 25px !important
	}

	.mt-xl-25px, .my-xl-25px {
		margin-top: 25px !important
	}

	.mr-xl-25px, .mx-xl-25px {
		margin-right: 25px !important
	}

	.mb-xl-25px, .my-xl-25px {
		margin-bottom: 25px !important
	}

	.ml-xl-25px, .mx-xl-25px {
		margin-left: 25px !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
	}

	.m-xl-35px {
		margin: 35px !important
	}

	.mt-xl-35px, .my-xl-35px {
		margin-top: 35px !important
	}

	.mr-xl-35px, .mx-xl-35px {
		margin-right: 35px !important
	}

	.mb-xl-35px, .my-xl-35px {
		margin-bottom: 35px !important
	}

	.ml-xl-35px, .mx-xl-35px {
		margin-left: 35px !important
	}

	.m-xl-40px {
		margin: 40px !important
	}

	.mt-xl-40px, .my-xl-40px {
		margin-top: 40px !important
	}

	.mr-xl-40px, .mx-xl-40px {
		margin-right: 40px !important
	}

	.mb-xl-40px, .my-xl-40px {
		margin-bottom: 40px !important
	}

	.ml-xl-40px, .mx-xl-40px {
		margin-left: 40px !important
	}

	.m-xl-45px {
		margin: 45px !important
	}

	.mt-xl-45px, .my-xl-45px {
		margin-top: 45px !important
	}

	.mr-xl-45px, .mx-xl-45px {
		margin-right: 45px !important
	}

	.mb-xl-45px, .my-xl-45px {
		margin-bottom: 45px !important
	}

	.ml-xl-45px, .mx-xl-45px {
		margin-left: 45px !important
	}

	.m-xl-50px {
		margin: 50px !important
	}

	.mt-xl-50px, .my-xl-50px {
		margin-top: 50px !important
	}

	.mr-xl-50px, .mx-xl-50px {
		margin-right: 50px !important
	}

	.mb-xl-50px, .my-xl-50px {
		margin-bottom: 50px !important
	}

	.ml-xl-50px, .mx-xl-50px {
		margin-left: 50px !important
	}

	.m-xl-55px {
		margin: 55px !important
	}

	.mt-xl-55px, .my-xl-55px {
		margin-top: 55px !important
	}

	.mr-xl-55px, .mx-xl-55px {
		margin-right: 55px !important
	}

	.mb-xl-55px, .my-xl-55px {
		margin-bottom: 55px !important
	}

	.ml-xl-55px, .mx-xl-55px {
		margin-left: 55px !important
	}

	.m-xl-60px {
		margin: 60px !important
	}

	.mt-xl-60px, .my-xl-60px {
		margin-top: 60px !important
	}

	.mr-xl-60px, .mx-xl-60px {
		margin-right: 60px !important
	}

	.mb-xl-60px, .my-xl-60px {
		margin-bottom: 60px !important
	}

	.ml-xl-60px, .mx-xl-60px {
		margin-left: 60px !important
	}

	.m-xl-65px {
		margin: 65px !important
	}

	.mt-xl-65px, .my-xl-65px {
		margin-top: 65px !important
	}

	.mr-xl-65px, .mx-xl-65px {
		margin-right: 65px !important
	}

	.mb-xl-65px, .my-xl-65px {
		margin-bottom: 65px !important
	}

	.ml-xl-65px, .mx-xl-65px {
		margin-left: 65px !important
	}

	.m-xl-70px {
		margin: 70px !important
	}

	.mt-xl-70px, .my-xl-70px {
		margin-top: 70px !important
	}

	.mr-xl-70px, .mx-xl-70px {
		margin-right: 70px !important
	}

	.mb-xl-70px, .my-xl-70px {
		margin-bottom: 70px !important
	}

	.ml-xl-70px, .mx-xl-70px {
		margin-left: 70px !important
	}

	.m-xl-75px {
		margin: 75px !important
	}

	.mt-xl-75px, .my-xl-75px {
		margin-top: 75px !important
	}

	.mr-xl-75px, .mx-xl-75px {
		margin-right: 75px !important
	}

	.mb-xl-75px, .my-xl-75px {
		margin-bottom: 75px !important
	}

	.ml-xl-75px, .mx-xl-75px {
		margin-left: 75px !important
	}

	.m-xl-80px {
		margin: 80px !important
	}

	.mt-xl-80px, .my-xl-80px {
		margin-top: 80px !important
	}

	.mr-xl-80px, .mx-xl-80px {
		margin-right: 80px !important
	}

	.mb-xl-80px, .my-xl-80px {
		margin-bottom: 80px !important
	}

	.ml-xl-80px, .mx-xl-80px {
		margin-left: 80px !important
	}

	.m-xl-85px {
		margin: 85px !important
	}

	.mt-xl-85px, .my-xl-85px {
		margin-top: 85px !important
	}

	.mr-xl-85px, .mx-xl-85px {
		margin-right: 85px !important
	}

	.mb-xl-85px, .my-xl-85px {
		margin-bottom: 85px !important
	}

	.ml-xl-85px, .mx-xl-85px {
		margin-left: 85px !important
	}

	.m-xl-90px {
		margin: 90px !important
	}

	.mt-xl-90px, .my-xl-90px {
		margin-top: 90px !important
	}

	.mr-xl-90px, .mx-xl-90px {
		margin-right: 90px !important
	}

	.mb-xl-90px, .my-xl-90px {
		margin-bottom: 90px !important
	}

	.ml-xl-90px, .mx-xl-90px {
		margin-left: 90px !important
	}

	.m-xl-95px {
		margin: 95px !important
	}

	.mt-xl-95px, .my-xl-95px {
		margin-top: 95px !important
	}

	.mr-xl-95px, .mx-xl-95px {
		margin-right: 95px !important
	}

	.mb-xl-95px, .my-xl-95px {
		margin-bottom: 95px !important
	}

	.ml-xl-95px, .mx-xl-95px {
		margin-left: 95px !important
	}

	.m-xl-100px {
		margin: 100px !important
	}

	.mt-xl-100px, .my-xl-100px {
		margin-top: 100px !important
	}

	.mr-xl-100px, .mx-xl-100px {
		margin-right: 100px !important
	}

	.mb-xl-100px, .my-xl-100px {
		margin-bottom: 100px !important
	}

	.ml-xl-100px, .mx-xl-100px {
		margin-left: 100px !important
	}

	.m-xl-105px {
		margin: 105px !important
	}

	.mt-xl-105px, .my-xl-105px {
		margin-top: 105px !important
	}

	.mr-xl-105px, .mx-xl-105px {
		margin-right: 105px !important
	}

	.mb-xl-105px, .my-xl-105px {
		margin-bottom: 105px !important
	}

	.ml-xl-105px, .mx-xl-105px {
		margin-left: 105px !important
	}

	.m-xl-110px {
		margin: 110px !important
	}

	.mt-xl-110px, .my-xl-110px {
		margin-top: 110px !important
	}

	.mr-xl-110px, .mx-xl-110px {
		margin-right: 110px !important
	}

	.mb-xl-110px, .my-xl-110px {
		margin-bottom: 110px !important
	}

	.ml-xl-110px, .mx-xl-110px {
		margin-left: 110px !important
	}

	.m-xl-115px {
		margin: 115px !important
	}

	.mt-xl-115px, .my-xl-115px {
		margin-top: 115px !important
	}

	.mr-xl-115px, .mx-xl-115px {
		margin-right: 115px !important
	}

	.mb-xl-115px, .my-xl-115px {
		margin-bottom: 115px !important
	}

	.ml-xl-115px, .mx-xl-115px {
		margin-left: 115px !important
	}

	.m-xl-120px {
		margin: 120px !important
	}

	.mt-xl-120px, .my-xl-120px {
		margin-top: 120px !important
	}

	.mr-xl-120px, .mx-xl-120px {
		margin-right: 120px !important
	}

	.mb-xl-120px, .my-xl-120px {
		margin-bottom: 120px !important
	}

	.ml-xl-120px, .mx-xl-120px {
		margin-left: 120px !important
	}

	.m-xl-125px {
		margin: 125px !important
	}

	.mt-xl-125px, .my-xl-125px {
		margin-top: 125px !important
	}

	.mr-xl-125px, .mx-xl-125px {
		margin-right: 125px !important
	}

	.mb-xl-125px, .my-xl-125px {
		margin-bottom: 125px !important
	}

	.ml-xl-125px, .mx-xl-125px {
		margin-left: 125px !important
	}

	.m-xl-130px {
		margin: 130px !important
	}

	.mt-xl-130px, .my-xl-130px {
		margin-top: 130px !important
	}

	.mr-xl-130px, .mx-xl-130px {
		margin-right: 130px !important
	}

	.mb-xl-130px, .my-xl-130px {
		margin-bottom: 130px !important
	}

	.ml-xl-130px, .mx-xl-130px {
		margin-left: 130px !important
	}

	.m-xl-135px {
		margin: 135px !important
	}

	.mt-xl-135px, .my-xl-135px {
		margin-top: 135px !important
	}

	.mr-xl-135px, .mx-xl-135px {
		margin-right: 135px !important
	}

	.mb-xl-135px, .my-xl-135px {
		margin-bottom: 135px !important
	}

	.ml-xl-135px, .mx-xl-135px {
		margin-left: 135px !important
	}

	.m-xl-140px {
		margin: 140px !important
	}

	.mt-xl-140px, .my-xl-140px {
		margin-top: 140px !important
	}

	.mr-xl-140px, .mx-xl-140px {
		margin-right: 140px !important
	}

	.mb-xl-140px, .my-xl-140px {
		margin-bottom: 140px !important
	}

	.ml-xl-140px, .mx-xl-140px {
		margin-left: 140px !important
	}

	.m-xl-145px {
		margin: 145px !important
	}

	.mt-xl-145px, .my-xl-145px {
		margin-top: 145px !important
	}

	.mr-xl-145px, .mx-xl-145px {
		margin-right: 145px !important
	}

	.mb-xl-145px, .my-xl-145px {
		margin-bottom: 145px !important
	}

	.ml-xl-145px, .mx-xl-145px {
		margin-left: 145px !important
	}

	.m-xl-150px {
		margin: 150px !important
	}

	.mt-xl-150px, .my-xl-150px {
		margin-top: 150px !important
	}

	.mr-xl-150px, .mx-xl-150px {
		margin-right: 150px !important
	}

	.mb-xl-150px, .my-xl-150px {
		margin-bottom: 150px !important
	}

	.ml-xl-150px, .mx-xl-150px {
		margin-left: 150px !important
	}

	.m-xl-155px {
		margin: 155px !important
	}

	.mt-xl-155px, .my-xl-155px {
		margin-top: 155px !important
	}

	.mr-xl-155px, .mx-xl-155px {
		margin-right: 155px !important
	}

	.mb-xl-155px, .my-xl-155px {
		margin-bottom: 155px !important
	}

	.ml-xl-155px, .mx-xl-155px {
		margin-left: 155px !important
	}

	.m-xl-160px {
		margin: 160px !important
	}

	.mt-xl-160px, .my-xl-160px {
		margin-top: 160px !important
	}

	.mr-xl-160px, .mx-xl-160px {
		margin-right: 160px !important
	}

	.mb-xl-160px, .my-xl-160px {
		margin-bottom: 160px !important
	}

	.ml-xl-160px, .mx-xl-160px {
		margin-left: 160px !important
	}

	.m-xl-165px {
		margin: 165px !important
	}

	.mt-xl-165px, .my-xl-165px {
		margin-top: 165px !important
	}

	.mr-xl-165px, .mx-xl-165px {
		margin-right: 165px !important
	}

	.mb-xl-165px, .my-xl-165px {
		margin-bottom: 165px !important
	}

	.ml-xl-165px, .mx-xl-165px {
		margin-left: 165px !important
	}

	.m-xl-170px {
		margin: 170px !important
	}

	.mt-xl-170px, .my-xl-170px {
		margin-top: 170px !important
	}

	.mr-xl-170px, .mx-xl-170px {
		margin-right: 170px !important
	}

	.mb-xl-170px, .my-xl-170px {
		margin-bottom: 170px !important
	}

	.ml-xl-170px, .mx-xl-170px {
		margin-left: 170px !important
	}

	.m-xl-175px {
		margin: 175px !important
	}

	.mt-xl-175px, .my-xl-175px {
		margin-top: 175px !important
	}

	.mr-xl-175px, .mx-xl-175px {
		margin-right: 175px !important
	}

	.mb-xl-175px, .my-xl-175px {
		margin-bottom: 175px !important
	}

	.ml-xl-175px, .mx-xl-175px {
		margin-left: 175px !important
	}

	.m-xl-180px {
		margin: 180px !important
	}

	.mt-xl-180px, .my-xl-180px {
		margin-top: 180px !important
	}

	.mr-xl-180px, .mx-xl-180px {
		margin-right: 180px !important
	}

	.mb-xl-180px, .my-xl-180px {
		margin-bottom: 180px !important
	}

	.ml-xl-180px, .mx-xl-180px {
		margin-left: 180px !important
	}

	.m-xl-185px {
		margin: 185px !important
	}

	.mt-xl-185px, .my-xl-185px {
		margin-top: 185px !important
	}

	.mr-xl-185px, .mx-xl-185px {
		margin-right: 185px !important
	}

	.mb-xl-185px, .my-xl-185px {
		margin-bottom: 185px !important
	}

	.ml-xl-185px, .mx-xl-185px {
		margin-left: 185px !important
	}

	.m-xl-190px {
		margin: 190px !important
	}

	.mt-xl-190px, .my-xl-190px {
		margin-top: 190px !important
	}

	.mr-xl-190px, .mx-xl-190px {
		margin-right: 190px !important
	}

	.mb-xl-190px, .my-xl-190px {
		margin-bottom: 190px !important
	}

	.ml-xl-190px, .mx-xl-190px {
		margin-left: 190px !important
	}

	.m-xl-195px {
		margin: 195px !important
	}

	.mt-xl-195px, .my-xl-195px {
		margin-top: 195px !important
	}

	.mr-xl-195px, .mx-xl-195px {
		margin-right: 195px !important
	}

	.mb-xl-195px, .my-xl-195px {
		margin-bottom: 195px !important
	}

	.ml-xl-195px, .mx-xl-195px {
		margin-left: 195px !important
	}

	.m-xl-200px {
		margin: 200px !important
	}

	.mt-xl-200px, .my-xl-200px {
		margin-top: 200px !important
	}

	.mr-xl-200px, .mx-xl-200px {
		margin-right: 200px !important
	}

	.mb-xl-200px, .my-xl-200px {
		margin-bottom: 200px !important
	}

	.ml-xl-200px, .mx-xl-200px {
		margin-left: 200px !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-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-15px {
		padding: 15px !important
	}

	.pt-xl-15px, .py-xl-15px {
		padding-top: 15px !important
	}

	.pr-xl-15px, .px-xl-15px {
		padding-right: 15px !important
	}

	.pb-xl-15px, .py-xl-15px {
		padding-bottom: 15px !important
	}

	.pl-xl-15px, .px-xl-15px {
		padding-left: 15px !important
	}

	.p-xl-20px {
		padding: 20px !important
	}

	.pt-xl-20px, .py-xl-20px {
		padding-top: 20px !important
	}

	.pr-xl-20px, .px-xl-20px {
		padding-right: 20px !important
	}

	.pb-xl-20px, .py-xl-20px {
		padding-bottom: 20px !important
	}

	.pl-xl-20px, .px-xl-20px {
		padding-left: 20px !important
	}

	.p-xl-25px {
		padding: 25px !important
	}

	.pt-xl-25px, .py-xl-25px {
		padding-top: 25px !important
	}

	.pr-xl-25px, .px-xl-25px {
		padding-right: 25px !important
	}

	.pb-xl-25px, .py-xl-25px {
		padding-bottom: 25px !important
	}

	.pl-xl-25px, .px-xl-25px {
		padding-left: 25px !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
	}

	.p-xl-35px {
		padding: 35px !important
	}

	.pt-xl-35px, .py-xl-35px {
		padding-top: 35px !important
	}

	.pr-xl-35px, .px-xl-35px {
		padding-right: 35px !important
	}

	.pb-xl-35px, .py-xl-35px {
		padding-bottom: 35px !important
	}

	.pl-xl-35px, .px-xl-35px {
		padding-left: 35px !important
	}

	.p-xl-40px {
		padding: 40px !important
	}

	.pt-xl-40px, .py-xl-40px {
		padding-top: 40px !important
	}

	.pr-xl-40px, .px-xl-40px {
		padding-right: 40px !important
	}

	.pb-xl-40px, .py-xl-40px {
		padding-bottom: 40px !important
	}

	.pl-xl-40px, .px-xl-40px {
		padding-left: 40px !important
	}

	.p-xl-45px {
		padding: 45px !important
	}

	.pt-xl-45px, .py-xl-45px {
		padding-top: 45px !important
	}

	.pr-xl-45px, .px-xl-45px {
		padding-right: 45px !important
	}

	.pb-xl-45px, .py-xl-45px {
		padding-bottom: 45px !important
	}

	.pl-xl-45px, .px-xl-45px {
		padding-left: 45px !important
	}

	.p-xl-50px {
		padding: 50px !important
	}

	.pt-xl-50px, .py-xl-50px {
		padding-top: 50px !important
	}

	.pr-xl-50px, .px-xl-50px {
		padding-right: 50px !important
	}

	.pb-xl-50px, .py-xl-50px {
		padding-bottom: 50px !important
	}

	.pl-xl-50px, .px-xl-50px {
		padding-left: 50px !important
	}

	.p-xl-55px {
		padding: 55px !important
	}

	.pt-xl-55px, .py-xl-55px {
		padding-top: 55px !important
	}

	.pr-xl-55px, .px-xl-55px {
		padding-right: 55px !important
	}

	.pb-xl-55px, .py-xl-55px {
		padding-bottom: 55px !important
	}

	.pl-xl-55px, .px-xl-55px {
		padding-left: 55px !important
	}

	.p-xl-60px {
		padding: 60px !important
	}

	.pt-xl-60px, .py-xl-60px {
		padding-top: 60px !important
	}

	.pr-xl-60px, .px-xl-60px {
		padding-right: 60px !important
	}

	.pb-xl-60px, .py-xl-60px {
		padding-bottom: 60px !important
	}

	.pl-xl-60px, .px-xl-60px {
		padding-left: 60px !important
	}

	.p-xl-65px {
		padding: 65px !important
	}

	.pt-xl-65px, .py-xl-65px {
		padding-top: 65px !important
	}

	.pr-xl-65px, .px-xl-65px {
		padding-right: 65px !important
	}

	.pb-xl-65px, .py-xl-65px {
		padding-bottom: 65px !important
	}

	.pl-xl-65px, .px-xl-65px {
		padding-left: 65px !important
	}

	.p-xl-70px {
		padding: 70px !important
	}

	.pt-xl-70px, .py-xl-70px {
		padding-top: 70px !important
	}

	.pr-xl-70px, .px-xl-70px {
		padding-right: 70px !important
	}

	.pb-xl-70px, .py-xl-70px {
		padding-bottom: 70px !important
	}

	.pl-xl-70px, .px-xl-70px {
		padding-left: 70px !important
	}

	.p-xl-75px {
		padding: 75px !important
	}

	.pt-xl-75px, .py-xl-75px {
		padding-top: 75px !important
	}

	.pr-xl-75px, .px-xl-75px {
		padding-right: 75px !important
	}

	.pb-xl-75px, .py-xl-75px {
		padding-bottom: 75px !important
	}

	.pl-xl-75px, .px-xl-75px {
		padding-left: 75px !important
	}

	.p-xl-80px {
		padding: 80px !important
	}

	.pt-xl-80px, .py-xl-80px {
		padding-top: 80px !important
	}

	.pr-xl-80px, .px-xl-80px {
		padding-right: 80px !important
	}

	.pb-xl-80px, .py-xl-80px {
		padding-bottom: 80px !important
	}

	.pl-xl-80px, .px-xl-80px {
		padding-left: 80px !important
	}

	.p-xl-85px {
		padding: 85px !important
	}

	.pt-xl-85px, .py-xl-85px {
		padding-top: 85px !important
	}

	.pr-xl-85px, .px-xl-85px {
		padding-right: 85px !important
	}

	.pb-xl-85px, .py-xl-85px {
		padding-bottom: 85px !important
	}

	.pl-xl-85px, .px-xl-85px {
		padding-left: 85px !important
	}

	.p-xl-90px {
		padding: 90px !important
	}

	.pt-xl-90px, .py-xl-90px {
		padding-top: 90px !important
	}

	.pr-xl-90px, .px-xl-90px {
		padding-right: 90px !important
	}

	.pb-xl-90px, .py-xl-90px {
		padding-bottom: 90px !important
	}

	.pl-xl-90px, .px-xl-90px {
		padding-left: 90px !important
	}

	.p-xl-95px {
		padding: 95px !important
	}

	.pt-xl-95px, .py-xl-95px {
		padding-top: 95px !important
	}

	.pr-xl-95px, .px-xl-95px {
		padding-right: 95px !important
	}

	.pb-xl-95px, .py-xl-95px {
		padding-bottom: 95px !important
	}

	.pl-xl-95px, .px-xl-95px {
		padding-left: 95px !important
	}

	.p-xl-100px {
		padding: 100px !important
	}

	.pt-xl-100px, .py-xl-100px {
		padding-top: 100px !important
	}

	.pr-xl-100px, .px-xl-100px {
		padding-right: 100px !important
	}

	.pb-xl-100px, .py-xl-100px {
		padding-bottom: 100px !important
	}

	.pl-xl-100px, .px-xl-100px {
		padding-left: 100px !important
	}

	.p-xl-105px {
		padding: 105px !important
	}

	.pt-xl-105px, .py-xl-105px {
		padding-top: 105px !important
	}

	.pr-xl-105px, .px-xl-105px {
		padding-right: 105px !important
	}

	.pb-xl-105px, .py-xl-105px {
		padding-bottom: 105px !important
	}

	.pl-xl-105px, .px-xl-105px {
		padding-left: 105px !important
	}

	.p-xl-110px {
		padding: 110px !important
	}

	.pt-xl-110px, .py-xl-110px {
		padding-top: 110px !important
	}

	.pr-xl-110px, .px-xl-110px {
		padding-right: 110px !important
	}

	.pb-xl-110px, .py-xl-110px {
		padding-bottom: 110px !important
	}

	.pl-xl-110px, .px-xl-110px {
		padding-left: 110px !important
	}

	.p-xl-115px {
		padding: 115px !important
	}

	.pt-xl-115px, .py-xl-115px {
		padding-top: 115px !important
	}

	.pr-xl-115px, .px-xl-115px {
		padding-right: 115px !important
	}

	.pb-xl-115px, .py-xl-115px {
		padding-bottom: 115px !important
	}

	.pl-xl-115px, .px-xl-115px {
		padding-left: 115px !important
	}

	.p-xl-120px {
		padding: 120px !important
	}

	.pt-xl-120px, .py-xl-120px {
		padding-top: 120px !important
	}

	.pr-xl-120px, .px-xl-120px {
		padding-right: 120px !important
	}

	.pb-xl-120px, .py-xl-120px {
		padding-bottom: 120px !important
	}

	.pl-xl-120px, .px-xl-120px {
		padding-left: 120px !important
	}

	.p-xl-125px {
		padding: 125px !important
	}

	.pt-xl-125px, .py-xl-125px {
		padding-top: 125px !important
	}

	.pr-xl-125px, .px-xl-125px {
		padding-right: 125px !important
	}

	.pb-xl-125px, .py-xl-125px {
		padding-bottom: 125px !important
	}

	.pl-xl-125px, .px-xl-125px {
		padding-left: 125px !important
	}

	.p-xl-130px {
		padding: 130px !important
	}

	.pt-xl-130px, .py-xl-130px {
		padding-top: 130px !important
	}

	.pr-xl-130px, .px-xl-130px {
		padding-right: 130px !important
	}

	.pb-xl-130px, .py-xl-130px {
		padding-bottom: 130px !important
	}

	.pl-xl-130px, .px-xl-130px {
		padding-left: 130px !important
	}

	.p-xl-135px {
		padding: 135px !important
	}

	.pt-xl-135px, .py-xl-135px {
		padding-top: 135px !important
	}

	.pr-xl-135px, .px-xl-135px {
		padding-right: 135px !important
	}

	.pb-xl-135px, .py-xl-135px {
		padding-bottom: 135px !important
	}

	.pl-xl-135px, .px-xl-135px {
		padding-left: 135px !important
	}

	.p-xl-140px {
		padding: 140px !important
	}

	.pt-xl-140px, .py-xl-140px {
		padding-top: 140px !important
	}

	.pr-xl-140px, .px-xl-140px {
		padding-right: 140px !important
	}

	.pb-xl-140px, .py-xl-140px {
		padding-bottom: 140px !important
	}

	.pl-xl-140px, .px-xl-140px {
		padding-left: 140px !important
	}

	.p-xl-145px {
		padding: 145px !important
	}

	.pt-xl-145px, .py-xl-145px {
		padding-top: 145px !important
	}

	.pr-xl-145px, .px-xl-145px {
		padding-right: 145px !important
	}

	.pb-xl-145px, .py-xl-145px {
		padding-bottom: 145px !important
	}

	.pl-xl-145px, .px-xl-145px {
		padding-left: 145px !important
	}

	.p-xl-150px {
		padding: 150px !important
	}

	.pt-xl-150px, .py-xl-150px {
		padding-top: 150px !important
	}

	.pr-xl-150px, .px-xl-150px {
		padding-right: 150px !important
	}

	.pb-xl-150px, .py-xl-150px {
		padding-bottom: 150px !important
	}

	.pl-xl-150px, .px-xl-150px {
		padding-left: 150px !important
	}

	.p-xl-155px {
		padding: 155px !important
	}

	.pt-xl-155px, .py-xl-155px {
		padding-top: 155px !important
	}

	.pr-xl-155px, .px-xl-155px {
		padding-right: 155px !important
	}

	.pb-xl-155px, .py-xl-155px {
		padding-bottom: 155px !important
	}

	.pl-xl-155px, .px-xl-155px {
		padding-left: 155px !important
	}

	.p-xl-160px {
		padding: 160px !important
	}

	.pt-xl-160px, .py-xl-160px {
		padding-top: 160px !important
	}

	.pr-xl-160px, .px-xl-160px {
		padding-right: 160px !important
	}

	.pb-xl-160px, .py-xl-160px {
		padding-bottom: 160px !important
	}

	.pl-xl-160px, .px-xl-160px {
		padding-left: 160px !important
	}

	.p-xl-165px {
		padding: 165px !important
	}

	.pt-xl-165px, .py-xl-165px {
		padding-top: 165px !important
	}

	.pr-xl-165px, .px-xl-165px {
		padding-right: 165px !important
	}

	.pb-xl-165px, .py-xl-165px {
		padding-bottom: 165px !important
	}

	.pl-xl-165px, .px-xl-165px {
		padding-left: 165px !important
	}

	.p-xl-170px {
		padding: 170px !important
	}

	.pt-xl-170px, .py-xl-170px {
		padding-top: 170px !important
	}

	.pr-xl-170px, .px-xl-170px {
		padding-right: 170px !important
	}

	.pb-xl-170px, .py-xl-170px {
		padding-bottom: 170px !important
	}

	.pl-xl-170px, .px-xl-170px {
		padding-left: 170px !important
	}

	.p-xl-175px {
		padding: 175px !important
	}

	.pt-xl-175px, .py-xl-175px {
		padding-top: 175px !important
	}

	.pr-xl-175px, .px-xl-175px {
		padding-right: 175px !important
	}

	.pb-xl-175px, .py-xl-175px {
		padding-bottom: 175px !important
	}

	.pl-xl-175px, .px-xl-175px {
		padding-left: 175px !important
	}

	.p-xl-180px {
		padding: 180px !important
	}

	.pt-xl-180px, .py-xl-180px {
		padding-top: 180px !important
	}

	.pr-xl-180px, .px-xl-180px {
		padding-right: 180px !important
	}

	.pb-xl-180px, .py-xl-180px {
		padding-bottom: 180px !important
	}

	.pl-xl-180px, .px-xl-180px {
		padding-left: 180px !important
	}

	.p-xl-185px {
		padding: 185px !important
	}

	.pt-xl-185px, .py-xl-185px {
		padding-top: 185px !important
	}

	.pr-xl-185px, .px-xl-185px {
		padding-right: 185px !important
	}

	.pb-xl-185px, .py-xl-185px {
		padding-bottom: 185px !important
	}

	.pl-xl-185px, .px-xl-185px {
		padding-left: 185px !important
	}

	.p-xl-190px {
		padding: 190px !important
	}

	.pt-xl-190px, .py-xl-190px {
		padding-top: 190px !important
	}

	.pr-xl-190px, .px-xl-190px {
		padding-right: 190px !important
	}

	.pb-xl-190px, .py-xl-190px {
		padding-bottom: 190px !important
	}

	.pl-xl-190px, .px-xl-190px {
		padding-left: 190px !important
	}

	.p-xl-195px {
		padding: 195px !important
	}

	.pt-xl-195px, .py-xl-195px {
		padding-top: 195px !important
	}

	.pr-xl-195px, .px-xl-195px {
		padding-right: 195px !important
	}

	.pb-xl-195px, .py-xl-195px {
		padding-bottom: 195px !important
	}

	.pl-xl-195px, .px-xl-195px {
		padding-left: 195px !important
	}

	.p-xl-200px {
		padding: 200px !important
	}

	.pt-xl-200px, .py-xl-200px {
		padding-top: 200px !important
	}

	.pr-xl-200px, .px-xl-200px {
		padding-right: 200px !important
	}

	.pb-xl-200px, .py-xl-200px {
		padding-bottom: 200px !important
	}

	.pl-xl-200px, .px-xl-200px {
		padding-left: 200px !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-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-n15px {
		margin: -15px !important
	}

	.mt-xl-n15px, .my-xl-n15px {
		margin-top: -15px !important
	}

	.mr-xl-n15px, .mx-xl-n15px {
		margin-right: -15px !important
	}

	.mb-xl-n15px, .my-xl-n15px {
		margin-bottom: -15px !important
	}

	.ml-xl-n15px, .mx-xl-n15px {
		margin-left: -15px !important
	}

	.m-xl-n20px {
		margin: -20px !important
	}

	.mt-xl-n20px, .my-xl-n20px {
		margin-top: -20px !important
	}

	.mr-xl-n20px, .mx-xl-n20px {
		margin-right: -20px !important
	}

	.mb-xl-n20px, .my-xl-n20px {
		margin-bottom: -20px !important
	}

	.ml-xl-n20px, .mx-xl-n20px {
		margin-left: -20px !important
	}

	.m-xl-n25px {
		margin: -25px !important
	}

	.mt-xl-n25px, .my-xl-n25px {
		margin-top: -25px !important
	}

	.mr-xl-n25px, .mx-xl-n25px {
		margin-right: -25px !important
	}

	.mb-xl-n25px, .my-xl-n25px {
		margin-bottom: -25px !important
	}

	.ml-xl-n25px, .mx-xl-n25px {
		margin-left: -25px !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-n35px {
		margin: -35px !important
	}

	.mt-xl-n35px, .my-xl-n35px {
		margin-top: -35px !important
	}

	.mr-xl-n35px, .mx-xl-n35px {
		margin-right: -35px !important
	}

	.mb-xl-n35px, .my-xl-n35px {
		margin-bottom: -35px !important
	}

	.ml-xl-n35px, .mx-xl-n35px {
		margin-left: -35px !important
	}

	.m-xl-n40px {
		margin: -40px !important
	}

	.mt-xl-n40px, .my-xl-n40px {
		margin-top: -40px !important
	}

	.mr-xl-n40px, .mx-xl-n40px {
		margin-right: -40px !important
	}

	.mb-xl-n40px, .my-xl-n40px {
		margin-bottom: -40px !important
	}

	.ml-xl-n40px, .mx-xl-n40px {
		margin-left: -40px !important
	}

	.m-xl-n45px {
		margin: -45px !important
	}

	.mt-xl-n45px, .my-xl-n45px {
		margin-top: -45px !important
	}

	.mr-xl-n45px, .mx-xl-n45px {
		margin-right: -45px !important
	}

	.mb-xl-n45px, .my-xl-n45px {
		margin-bottom: -45px !important
	}

	.ml-xl-n45px, .mx-xl-n45px {
		margin-left: -45px !important
	}

	.m-xl-n50px {
		margin: -50px !important
	}

	.mt-xl-n50px, .my-xl-n50px {
		margin-top: -50px !important
	}

	.mr-xl-n50px, .mx-xl-n50px {
		margin-right: -50px !important
	}

	.mb-xl-n50px, .my-xl-n50px {
		margin-bottom: -50px !important
	}

	.ml-xl-n50px, .mx-xl-n50px {
		margin-left: -50px !important
	}

	.m-xl-n55px {
		margin: -55px !important
	}

	.mt-xl-n55px, .my-xl-n55px {
		margin-top: -55px !important
	}

	.mr-xl-n55px, .mx-xl-n55px {
		margin-right: -55px !important
	}

	.mb-xl-n55px, .my-xl-n55px {
		margin-bottom: -55px !important
	}

	.ml-xl-n55px, .mx-xl-n55px {
		margin-left: -55px !important
	}

	.m-xl-n60px {
		margin: -60px !important
	}

	.mt-xl-n60px, .my-xl-n60px {
		margin-top: -60px !important
	}

	.mr-xl-n60px, .mx-xl-n60px {
		margin-right: -60px !important
	}

	.mb-xl-n60px, .my-xl-n60px {
		margin-bottom: -60px !important
	}

	.ml-xl-n60px, .mx-xl-n60px {
		margin-left: -60px !important
	}

	.m-xl-n65px {
		margin: -65px !important
	}

	.mt-xl-n65px, .my-xl-n65px {
		margin-top: -65px !important
	}

	.mr-xl-n65px, .mx-xl-n65px {
		margin-right: -65px !important
	}

	.mb-xl-n65px, .my-xl-n65px {
		margin-bottom: -65px !important
	}

	.ml-xl-n65px, .mx-xl-n65px {
		margin-left: -65px !important
	}

	.m-xl-n70px {
		margin: -70px !important
	}

	.mt-xl-n70px, .my-xl-n70px {
		margin-top: -70px !important
	}

	.mr-xl-n70px, .mx-xl-n70px {
		margin-right: -70px !important
	}

	.mb-xl-n70px, .my-xl-n70px {
		margin-bottom: -70px !important
	}

	.ml-xl-n70px, .mx-xl-n70px {
		margin-left: -70px !important
	}

	.m-xl-n75px {
		margin: -75px !important
	}

	.mt-xl-n75px, .my-xl-n75px {
		margin-top: -75px !important
	}

	.mr-xl-n75px, .mx-xl-n75px {
		margin-right: -75px !important
	}

	.mb-xl-n75px, .my-xl-n75px {
		margin-bottom: -75px !important
	}

	.ml-xl-n75px, .mx-xl-n75px {
		margin-left: -75px !important
	}

	.m-xl-n80px {
		margin: -80px !important
	}

	.mt-xl-n80px, .my-xl-n80px {
		margin-top: -80px !important
	}

	.mr-xl-n80px, .mx-xl-n80px {
		margin-right: -80px !important
	}

	.mb-xl-n80px, .my-xl-n80px {
		margin-bottom: -80px !important
	}

	.ml-xl-n80px, .mx-xl-n80px {
		margin-left: -80px !important
	}

	.m-xl-n85px {
		margin: -85px !important
	}

	.mt-xl-n85px, .my-xl-n85px {
		margin-top: -85px !important
	}

	.mr-xl-n85px, .mx-xl-n85px {
		margin-right: -85px !important
	}

	.mb-xl-n85px, .my-xl-n85px {
		margin-bottom: -85px !important
	}

	.ml-xl-n85px, .mx-xl-n85px {
		margin-left: -85px !important
	}

	.m-xl-n90px {
		margin: -90px !important
	}

	.mt-xl-n90px, .my-xl-n90px {
		margin-top: -90px !important
	}

	.mr-xl-n90px, .mx-xl-n90px {
		margin-right: -90px !important
	}

	.mb-xl-n90px, .my-xl-n90px {
		margin-bottom: -90px !important
	}

	.ml-xl-n90px, .mx-xl-n90px {
		margin-left: -90px !important
	}

	.m-xl-n95px {
		margin: -95px !important
	}

	.mt-xl-n95px, .my-xl-n95px {
		margin-top: -95px !important
	}

	.mr-xl-n95px, .mx-xl-n95px {
		margin-right: -95px !important
	}

	.mb-xl-n95px, .my-xl-n95px {
		margin-bottom: -95px !important
	}

	.ml-xl-n95px, .mx-xl-n95px {
		margin-left: -95px !important
	}

	.m-xl-n100px {
		margin: -100px !important
	}

	.mt-xl-n100px, .my-xl-n100px {
		margin-top: -100px !important
	}

	.mr-xl-n100px, .mx-xl-n100px {
		margin-right: -100px !important
	}

	.mb-xl-n100px, .my-xl-n100px {
		margin-bottom: -100px !important
	}

	.ml-xl-n100px, .mx-xl-n100px {
		margin-left: -100px !important
	}

	.m-xl-n105px {
		margin: -105px !important
	}

	.mt-xl-n105px, .my-xl-n105px {
		margin-top: -105px !important
	}

	.mr-xl-n105px, .mx-xl-n105px {
		margin-right: -105px !important
	}

	.mb-xl-n105px, .my-xl-n105px {
		margin-bottom: -105px !important
	}

	.ml-xl-n105px, .mx-xl-n105px {
		margin-left: -105px !important
	}

	.m-xl-n110px {
		margin: -110px !important
	}

	.mt-xl-n110px, .my-xl-n110px {
		margin-top: -110px !important
	}

	.mr-xl-n110px, .mx-xl-n110px {
		margin-right: -110px !important
	}

	.mb-xl-n110px, .my-xl-n110px {
		margin-bottom: -110px !important
	}

	.ml-xl-n110px, .mx-xl-n110px {
		margin-left: -110px !important
	}

	.m-xl-n115px {
		margin: -115px !important
	}

	.mt-xl-n115px, .my-xl-n115px {
		margin-top: -115px !important
	}

	.mr-xl-n115px, .mx-xl-n115px {
		margin-right: -115px !important
	}

	.mb-xl-n115px, .my-xl-n115px {
		margin-bottom: -115px !important
	}

	.ml-xl-n115px, .mx-xl-n115px {
		margin-left: -115px !important
	}

	.m-xl-n120px {
		margin: -120px !important
	}

	.mt-xl-n120px, .my-xl-n120px {
		margin-top: -120px !important
	}

	.mr-xl-n120px, .mx-xl-n120px {
		margin-right: -120px !important
	}

	.mb-xl-n120px, .my-xl-n120px {
		margin-bottom: -120px !important
	}

	.ml-xl-n120px, .mx-xl-n120px {
		margin-left: -120px !important
	}

	.m-xl-n125px {
		margin: -125px !important
	}

	.mt-xl-n125px, .my-xl-n125px {
		margin-top: -125px !important
	}

	.mr-xl-n125px, .mx-xl-n125px {
		margin-right: -125px !important
	}

	.mb-xl-n125px, .my-xl-n125px {
		margin-bottom: -125px !important
	}

	.ml-xl-n125px, .mx-xl-n125px {
		margin-left: -125px !important
	}

	.m-xl-n130px {
		margin: -130px !important
	}

	.mt-xl-n130px, .my-xl-n130px {
		margin-top: -130px !important
	}

	.mr-xl-n130px, .mx-xl-n130px {
		margin-right: -130px !important
	}

	.mb-xl-n130px, .my-xl-n130px {
		margin-bottom: -130px !important
	}

	.ml-xl-n130px, .mx-xl-n130px {
		margin-left: -130px !important
	}

	.m-xl-n135px {
		margin: -135px !important
	}

	.mt-xl-n135px, .my-xl-n135px {
		margin-top: -135px !important
	}

	.mr-xl-n135px, .mx-xl-n135px {
		margin-right: -135px !important
	}

	.mb-xl-n135px, .my-xl-n135px {
		margin-bottom: -135px !important
	}

	.ml-xl-n135px, .mx-xl-n135px {
		margin-left: -135px !important
	}

	.m-xl-n140px {
		margin: -140px !important
	}

	.mt-xl-n140px, .my-xl-n140px {
		margin-top: -140px !important
	}

	.mr-xl-n140px, .mx-xl-n140px {
		margin-right: -140px !important
	}

	.mb-xl-n140px, .my-xl-n140px {
		margin-bottom: -140px !important
	}

	.ml-xl-n140px, .mx-xl-n140px {
		margin-left: -140px !important
	}

	.m-xl-n145px {
		margin: -145px !important
	}

	.mt-xl-n145px, .my-xl-n145px {
		margin-top: -145px !important
	}

	.mr-xl-n145px, .mx-xl-n145px {
		margin-right: -145px !important
	}

	.mb-xl-n145px, .my-xl-n145px {
		margin-bottom: -145px !important
	}

	.ml-xl-n145px, .mx-xl-n145px {
		margin-left: -145px !important
	}

	.m-xl-n150px {
		margin: -150px !important
	}

	.mt-xl-n150px, .my-xl-n150px {
		margin-top: -150px !important
	}

	.mr-xl-n150px, .mx-xl-n150px {
		margin-right: -150px !important
	}

	.mb-xl-n150px, .my-xl-n150px {
		margin-bottom: -150px !important
	}

	.ml-xl-n150px, .mx-xl-n150px {
		margin-left: -150px !important
	}

	.m-xl-n155px {
		margin: -155px !important
	}

	.mt-xl-n155px, .my-xl-n155px {
		margin-top: -155px !important
	}

	.mr-xl-n155px, .mx-xl-n155px {
		margin-right: -155px !important
	}

	.mb-xl-n155px, .my-xl-n155px {
		margin-bottom: -155px !important
	}

	.ml-xl-n155px, .mx-xl-n155px {
		margin-left: -155px !important
	}

	.m-xl-n160px {
		margin: -160px !important
	}

	.mt-xl-n160px, .my-xl-n160px {
		margin-top: -160px !important
	}

	.mr-xl-n160px, .mx-xl-n160px {
		margin-right: -160px !important
	}

	.mb-xl-n160px, .my-xl-n160px {
		margin-bottom: -160px !important
	}

	.ml-xl-n160px, .mx-xl-n160px {
		margin-left: -160px !important
	}

	.m-xl-n165px {
		margin: -165px !important
	}

	.mt-xl-n165px, .my-xl-n165px {
		margin-top: -165px !important
	}

	.mr-xl-n165px, .mx-xl-n165px {
		margin-right: -165px !important
	}

	.mb-xl-n165px, .my-xl-n165px {
		margin-bottom: -165px !important
	}

	.ml-xl-n165px, .mx-xl-n165px {
		margin-left: -165px !important
	}

	.m-xl-n170px {
		margin: -170px !important
	}

	.mt-xl-n170px, .my-xl-n170px {
		margin-top: -170px !important
	}

	.mr-xl-n170px, .mx-xl-n170px {
		margin-right: -170px !important
	}

	.mb-xl-n170px, .my-xl-n170px {
		margin-bottom: -170px !important
	}

	.ml-xl-n170px, .mx-xl-n170px {
		margin-left: -170px !important
	}

	.m-xl-n175px {
		margin: -175px !important
	}

	.mt-xl-n175px, .my-xl-n175px {
		margin-top: -175px !important
	}

	.mr-xl-n175px, .mx-xl-n175px {
		margin-right: -175px !important
	}

	.mb-xl-n175px, .my-xl-n175px {
		margin-bottom: -175px !important
	}

	.ml-xl-n175px, .mx-xl-n175px {
		margin-left: -175px !important
	}

	.m-xl-n180px {
		margin: -180px !important
	}

	.mt-xl-n180px, .my-xl-n180px {
		margin-top: -180px !important
	}

	.mr-xl-n180px, .mx-xl-n180px {
		margin-right: -180px !important
	}

	.mb-xl-n180px, .my-xl-n180px {
		margin-bottom: -180px !important
	}

	.ml-xl-n180px, .mx-xl-n180px {
		margin-left: -180px !important
	}

	.m-xl-n185px {
		margin: -185px !important
	}

	.mt-xl-n185px, .my-xl-n185px {
		margin-top: -185px !important
	}

	.mr-xl-n185px, .mx-xl-n185px {
		margin-right: -185px !important
	}

	.mb-xl-n185px, .my-xl-n185px {
		margin-bottom: -185px !important
	}

	.ml-xl-n185px, .mx-xl-n185px {
		margin-left: -185px !important
	}

	.m-xl-n190px {
		margin: -190px !important
	}

	.mt-xl-n190px, .my-xl-n190px {
		margin-top: -190px !important
	}

	.mr-xl-n190px, .mx-xl-n190px {
		margin-right: -190px !important
	}

	.mb-xl-n190px, .my-xl-n190px {
		margin-bottom: -190px !important
	}

	.ml-xl-n190px, .mx-xl-n190px {
		margin-left: -190px !important
	}

	.m-xl-n195px {
		margin: -195px !important
	}

	.mt-xl-n195px, .my-xl-n195px {
		margin-top: -195px !important
	}

	.mr-xl-n195px, .mx-xl-n195px {
		margin-right: -195px !important
	}

	.mb-xl-n195px, .my-xl-n195px {
		margin-bottom: -195px !important
	}

	.ml-xl-n195px, .mx-xl-n195px {
		margin-left: -195px !important
	}

	.m-xl-n200px {
		margin: -200px !important
	}

	.mt-xl-n200px, .my-xl-n200px {
		margin-top: -200px !important
	}

	.mr-xl-n200px, .mx-xl-n200px {
		margin-right: -200px !important
	}

	.mb-xl-n200px, .my-xl-n200px {
		margin-bottom: -200px !important
	}

	.ml-xl-n200px, .mx-xl-n200px {
		margin-left: -200px !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-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}

	footer.position-xl-fixed {
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1
	}

	.position-xl-absolute {
		position: absolute !important
	}

	.position-xl-fixed {
		position: fixed !important
	}

	.position-xl-relative {
		position: relative !important
	}
}

@media (min-width: 992px) {
	.position-lg-absolute {
		position: absolute !important
	}

	.position-lg-fixed {
		position: fixed !important
	}

	.position-lg-relative {
		position: relative !important
	}
}

@media (min-width: 768px) {
	footer.position-md-fixed {
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1
	}

	.position-md-absolute {
		position: absolute !important
	}

	.position-md-fixed {
		position: fixed !important
	}

	.position-md-relative {
		position: relative !important
	}
}

@media (min-width: 576px) {
	footer.position-sm-fixed {
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1
	}

	.position-sm-absolute {
		position: absolute !important
	}

	.position-sm-fixed {
		position: fixed !important
	}

	.position-sm-relative {
		position: relative !important
	}
}

.position-xs-absolute {
	position: absolute !important
}

.position-xs-fixed {
	position: fixed !important
}

.position-xs-relative {
	position: relative !important
}

[data-toggle=collapse] .if-open {
	display: inline-block
}

.bg-foot br, .interior .contact-form .form-group label, .navbar ul.navbar-nav > li > a > .sub-arrow, .testimonials .wrap .owl-carousel .fa-angle-left, .testimonials .wrap .owl-carousel .fa-angle-right, [data-toggle=collapse] .if-closed, [data-toggle=collapse].collapsed .if-open {
	display: none
}

[data-toggle=collapse].collapsed .if-closed {
	display: inline-block
}

.financing-page, .financing-page > * {
	padding-top: 0 !important
}

@-webkit-keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%, from, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}

@keyframes flash {
	50%, from, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@keyframes pulse {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

@keyframes rubberBand {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@keyframes tada {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

@keyframes wobble {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%, from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.39063deg) skewY(.39063deg);
		transform: skewX(.39063deg) skewY(.39063deg)
	}
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

@keyframes jello {
	11.1%, from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.39063deg) skewY(.39063deg);
		transform: skewX(.39063deg) skewY(.39063deg)
	}
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0%, 28%, 70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14%, 42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@keyframes heartBeat {
	0%, 28%, 70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14%, 42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.bounceOut, .flipOutX {
	-webkit-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

.flipInY, .flipOutX {
	-webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (print),(prefers-reduced-motion: reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
}

header .h5 {
	font-size: 28px;
	color: #707070;
	letter-spacing: -1.12px;
	font-weight: 400
}

header .h5 .fa-phone {
	top: 2px
}

header .h5:hover, header .social img:hover {
	opacity: .8
}

.navbar {
	position: absolute;
	width: 100%;
	display: block;
	top: 165px
}
/*  non accessible colors
.navbar .mod {
	background: #09b7e1;
	background: -moz-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: -webkit-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: linear-gradient(to bottom, #09b7e1 0, #0387be 100%);
	border-radius: 5px
}*/

.navbar .mod {
    background: #0078AB;
    background: -moz-linear-gradient(top, #0078AB 0, #006896 100%);
    background: -webkit-linear-gradient(top, #0078AB 0, #006896 100%);
    background: linear-gradient(to bottom, #0078AB 0, #006896 100%);
    border-radius: 5px
}
/* non accessible colors
.navbar .mod2 {
	background: #09b7e1;
	background: -moz-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: -webkit-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: linear-gradient(to bottom, #09b7e1 0, #0387be 100%);
	border-radius: none
} */

.navbar .mod2 {
    background: #0078AB;
    background: -moz-linear-gradient(top, #0078AB 0, #006896 100%);
    background: -webkit-linear-gradient(top, #0078AB 0, #006896 100%);
    background: linear-gradient(to bottom, #0078AB 0, #006896 100%);
    border-radius: none
}

.navbar ul.navbar-nav > li .dropdown-menu {
	min-width: 15rem !important;
	max-width: 20rem !important;
	background: #0073a4;
	background: -moz-linear-gradient(top, #0073a4 0, #006896 100%);
	background: -webkit-linear-gradient(top, #0073a4 0, #006896 100%);
	background: linear-gradient(to bottom, #0073a4 0, #006896 100%);
	border-radius: 5px !important;
	border: none;
	max-width: 20rem !important;
	padding: 0 !important
}

.navbar ul.navbar-nav > li .dropdown-menu li a:hover {
	background: #0078AB !important;
	background: -moz-linear-gradient(top, #0078AB 0, #006896 100%) !important;
	background: -webkit-linear-gradient(top, #0078AB 0, #006896 100%) !important;
	background: linear-gradient(to bottom, #0078AB 0, #006896 100%) !important;
	color: #fff !important
}

.navbar ul.navbar-nav > li .dropdown-menu li a.current {
	background: #00648e !important;
	background: -moz-linear-gradient(top, #00648e 0, #00557b 100%) !important;
	background: -webkit-linear-gradient(top, #00648e 0, #00557b 100%) !important;
	background: linear-gradient(to bottom, #00648e 0, #00557b 100%) !important;
	color: #fff !important
}

.main-slide .mod .btn-primary {
	background: #73c146;
	background: -moz-linear-gradient(top, #73c146 0, #35b049 100%);
	background: -webkit-linear-gradient(top, #73c146 0, #35b049 100%);
	background: linear-gradient(to bottom, #73c146 0, #35b049 100%);
	color: #fefefe;
	border: none
}

.main-slide .mod .btn-primary:hover {
	background: #87cf57;
	background: -moz-linear-gradient(top, #87cf57 0, #5bab2e 100%);
	background: -webkit-linear-gradient(top, #87cf57 0, #5bab2e 100%);
	background: linear-gradient(to bottom, #87cf57 0, #5bab2e 100%)
}

.main-slide .mod p {
	font-size: 64px;
	font-weight: 400;
	line-height: 70px
}

.btn-primary {
	background: #73c146;
	background: -moz-linear-gradient(top, #73c146 0, #35b049 100%);
	background: -webkit-linear-gradient(top, #73c146 0, #35b049 100%);
	background: linear-gradient(to bottom, #73c146 0, #35b049 100%);
	color: #fefefe;
	border: none
}

.btn-primary:hover {
	background: #87cf57;
	background: -moz-linear-gradient(top, #87cf57 0, #5bab2e 100%);
	background: -webkit-linear-gradient(top, #87cf57 0, #5bab2e 100%);
	background: linear-gradient(to bottom, #87cf57 0, #5bab2e 100%)
}

.btn-primary2 {
	background: #09b7e1;
	background: -moz-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: -webkit-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: linear-gradient(to bottom, #09b7e1 0, #0387be 100%);
	color: #fefefe;
	border: none
}

.btn-primary2:hover {
	background: #09d2ed;
	background: -moz-linear-gradient(top, #09d2ed 0, #049cd8 100%);
	background: -webkit-linear-gradient(top, #09d2ed 0, #049cd8 100%);
	background: linear-gradient(to bottom, #09d2ed 0, #049cd8 100%);
	color: #fefefe
}

.address1 {
	background: #0078ab;
	background: -moz-linear-gradient(top, #0078ab 0, #006896 100%);
	background: -webkit-linear-gradient(top, #0078ab 0, #006896 100%);
	background: linear-gradient(to bottom, #0078ab 0, #006896 100%);
	font-size: 27px;
	letter-spacing: -.54px;
	font-weight: 400
}

.bg-ctas {
	background: url(/assets/img/cta-bg.webp) top center/cover no-repeat #f4f5f4
}

.bg-ctas .btn-ctas {
	background: -moz-linear-gradient(top, rgba(9, 183, 225, .9) 0, rgba(3, 135, 190, .9) 100%);
	background: -webkit-linear-gradient(top, rgba(9, 183, 225, .9) 0, rgba(3, 135, 190, .9) 100%);
	background: linear-gradient(to bottom, rgba(9, 183, 225, .9) 0, rgba(3, 135, 190, .9) 100%);
	color: #fefefe;
	border: none;
	letter-spacing: -1px;
	top: 80px;
	padding: 15px;
	font-size: 16px
}

.bg-ctas .btn-ctas .fa-arrow-right {
	color: #92eaff;
	font-size: 13px
}

.bg-ctas .btn-ctas:hover {
	background: #09d2ed;
	background: -moz-linear-gradient(top, #09d2ed 0, #049cd8 100%);
	background: -webkit-linear-gradient(top, #09d2ed 0, #049cd8 100%);
	background: linear-gradient(to bottom, #09d2ed 0, #049cd8 100%);
	color: #fefefe
}

.main-content .mod1 .btn-primary2 .fa-calendar-alt {
	color: #92eaff;
	font-size: 18px
}

.bg-serv {
	background: #09b7e1;
	background: -moz-linear-gradient(top, #09b7e1 0, #069ccd 100%);
	background: -webkit-linear-gradient(top, #09b7e1 0, #069ccd 100%);
	background: linear-gradient(to bottom, #09b7e1 0, #069ccd 100%)
}

.services {
	padding: 80px 100px 80px 395px
}

.services h2 {
	color: #fff;
	text-transform: capitalize
}

.services .border-bottom {
	border-bottom: 1px solid rgba(146, 234, 255, .39) !important
}

.services .fa-minus, .services .fa-plus {
	width: 14px !important;
	height: 14px !important;
	font-size: 14px;
	color: #fff;
	position: relative;
	top: -1px
}

.services .h6 {
	text-transform: capitalize;
	font-weight: 400
}

.services .title-serv {
	font-size: 19px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 500;
	color: #fff
}

.services .link, .testimonials .link {
	color: #b6f1ff;
	position: relative;
	font-weight: 500
}

.services .mod1 {
	padding-left: 27px;
	font-size: 16px
}

.bg-foot .mod1, .main-form p {
	font-size: 18px
}

.services .link {
	top: 5px
}

.services .link:hover {
	color: #fefefe
}

.testimonials {
	background: url(../img/testimonials-bg.webp) top center/cover no-repeat #f4f5f4;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2)
}

.testimonials .wrap {
	padding: 80px 0 395px 60px;
	overflow: hidden
}

.interior .contact-form textarea, .main-form textarea {
	padding: 1rem .75rem !important;
	min-height: 157px;
	margin-bottom: 20px
}

.testimonials .wrap .owl-carousel {
	width: 390px;
	float: left
}

.testimonials .wrap .owl-carousel .author {
	font-size: 19px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-style: normal;
	position: relative;
	top: 5px
}

.testimonials .wrap blockquote {
	margin-top: 15px;
	font-size: 20px;
	font-style: normal;
	color: #fff;
	line-height: 28px;
	border: none
}

.testimonials .wrap blockquote p {
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 20px
}

.testimonials .wrap .l-img {
	float: right
}

.testimonials .wrap .mod1 {
	float: left;
	color: #24b8e0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -.2px;
	margin: 0 0 0 10px
}

.interior .contact-form .form-group, .main-form .form-group {
	margin-bottom: 7px;
	margin-top: 7px !important
}

.testimonials .wrap .mod1 .fa-chevron-double-right {
	font-size: 7px;
	position: relative;
	top: -1px
}

.testimonials .wrap .mod1:hover {
	color: #159dc2
}

.testimonials .btn {
	font-size: 18px;
	position: relative;
	top: 60px
}

.testimonials .link {
	top: 225px
}

.testimonials .link:hover {
	color: #fefefe
}

.main-form {
	background: url("/assets/img/bg-contact.webp") top center/cover no-repeat
}

.main-form p {
	font-weight: 500
}

.main-form .form-group .form-control {
	padding: 1.6rem .75rem
}

.main-form ::placeholder {
	color: #919191;
	opacity: 1
}

.main-form :-ms-input-placeholder {
	color: #919191
}

.main-form ::-ms-input-placeholder {
	color: #919191
}

.clear {
	clear: both
}

.bg-foot {
	background: #006691;
	background: -moz-linear-gradient(top, #006691 0, #00608a 100%);
	background: -webkit-linear-gradient(top, #006691 0, #00608a 100%);
	background: linear-gradient(to bottom, #006691 0, #00608a 100%)
}

.bg-foot .mod2 {
	font-size: 16px;
	color: #4dc1dd
}

.bg-foot .mod2 a {
	color: #4dc1dd
}

.bg-foot .mod2 a:hover {
	color: #6fe2ff
}

.assoc a {
	display: inline-block;
	margin: 0 39px
}

.interior .contact-form .form {
	background: url(/prositesStyles/StyleLibrary/6312/images/int-contact-bg.jpg) top center/cover no-repeat;
	padding: 50px
}

.interior .contact-form .form-group .form-control {
	border: none;
	padding: 1.6rem .75rem
}

.interior .contact-form ::placeholder {
	color: #919191;
	opacity: 1
}

.interior .contact-form :-ms-input-placeholder {
	color: #919191
}

.interior .contact-form ::-ms-input-placeholder {
	color: #919191
}

.interior .contact-form .btn-primary {
	background: #09b7e1;
	background: -moz-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: -webkit-linear-gradient(top, #09b7e1 0, #0387be 100%);
	background: linear-gradient(to bottom, #09b7e1 0, #0387be 100%);
	color: #fefefe;
	border: none;
	padding: 10px 30px
}

.interior .contact-form .btn-primary:hover {
	background: #09d2ed;
	background: -moz-linear-gradient(top, #09d2ed 0, #049cd8 100%);
	background: -webkit-linear-gradient(top, #09d2ed 0, #049cd8 100%);
	background: linear-gradient(to bottom, #09d2ed 0, #049cd8 100%);
	color: #fefefe
}

.interior .contact-form .h3 {
	font-size: 32px
}

.navbar ul li ul li .dropdown-menu {
	top: 20px
}

.main-slide .h-slide {
	height: 720px
}

@media (max-width: 1800px) {
	.testimonials .wrap {
		padding: 80px 50px 300px 80px
	}

	.testimonials .wrap .mod1 {
		clear: both
	}

	.testimonials .wrap .owl-carousel {
		width: 350px;
		float: left
	}

	.services {
		padding: 80px 100px 80px 265px
	}
}

@media (max-width: 1700px) {
	.testimonials {
		background-position: 63% 0
	}

	.testimonials .wrap {
		padding: 80px 50px 355px 80px
	}

	.testimonials .wrap .owl-carousel {
		width: 505px;
		float: left
	}

	.services {
		padding: 80px 100px 80px 265px
	}
}

@media (max-width: 1500px) {
	.testimonials .wrap {
		padding: 80px 25px 395px 75px
	}

	.services {
		padding: 80px 80px 115px 185px
	}
}

@media (max-width: 1300px) {
	.testimonials .wrap .owl-carousel {
		width: 100%
	}

	.services {
		padding: 80px 95px 115px 57px
	}
}

@media (max-width: 1199px) {
	.address1 {
		font-size: 23px
	}

	.bg-ctas .btn-ctas {
		letter-spacing: -1px;
		font-size: 16px
	}

	.bg-ctas .btn-ctas .fa-arrow-right {
		font-size: 11px
	}

	.services {
		padding: 80px 35px 115px
	}

	.testimonials {
		background-position: 68% 0
	}

	.testimonials .wrap {
		padding: 80px 20px 250px
	}
}

@media (max-width: 991px) {
	.main-slide .slide1 {
		background-position: 69% 20% !important
	}

	.main-slide .slide2 {
		background-position: 77% 20% !important
	}

	.main-slide .slide3 {
		background-position: 85% 20% !important
	}

	.testimonials .link {
		top: 0
	}

	.main-content {
		text-align: center
	}

	.main-content .main-pic img {
		margin: 0 auto 50px;
		display: block
	}

	.bg-ctas .mod {
		width: 372px !important;
		height: 260px !important;
		margin: 0 auto 25px
	}

	.address1, .main-slide .mod .btn-primary {
		display: none
	}

	.dropdown .dropdown-menu, .dropdown .dropdown-menu::before {
		background-color: #0073a4
	}

	.navbar {
		position: relative;
		top: 0
	}

	.testimonials .wrap {
		text-align: center;
		padding: 80px 0 150px
	}
}

@media (max-width: 767px) {
	.main-slide .h-slide {
		height: 400px !important
	}

	.btn {
		font-size: 16px
	}

	.main-content .btn, .main-form .btn {
		width: 100%
	}

	.assoc a {
		display: inline-block;
		margin: 10px 40px
	}

	.testimonials {
		background-image: none;
		background-color: #007098
	}
}

@media (max-width: 575px) {
	.bg-ctas .btn-ctas, .bg-foot .mod1, .bg-foot .mod2 {
		font-size: 15px
	}

	.interior .contact-form .form {
		padding: 30px 20px
	}

	.main-slide .slide1 {
		background-position: 69% 20% !important;
		opacity: .7
	}

	.main-slide .slide2 {
		background-position: 77% 20% !important;
		opacity: .7
	}

	.main-slide .slide3 {
		background-position: 85% 20% !important;
		opacity: .7
	}

	.main-slide .mod p {
		font-size: 44px;
		line-height: 43px;
		padding: 40px 20px 0
	}

	.bg-ctas {
		padding: 100px 0 0 !important
	}

	.bg-ctas .mod {
		width: 100% !important;
		height: 260px !important;
		padding: 50px 10px !important
	}
}

/*# sourceMappingURL=site.css.map */
