@charset "UTF-8";

#velocity {
	margin-top: 32px;
	;
}

#velocity a {
	color: #D50000;
	text-decoration: underline;
}

#velocity a:hover,
#velocity a:focus {
	color: #C00000;
}

#velocity hr {
	margin-top: 24px;
	margin-bottom: 16px;
	border: 0;
	border-top: 1px solid #e0e0e0;
}

#velocity h1,
#velocity h2,
#velocity h3,
#velocity h4,
#velocity h5,
#velocity .h1,
#velocity .h2,
#velocity .h3,
#velocity .h4,
#velocity .h5 {
	color: #282828;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0;
}

#velocity h1,
#velocity .h1 {
	font-size: 32px;
	margin-bottom: 24px;
}

#velocity h2,
#velocity .h2 {
	font-size: 28px;
	margin-bottom: 16px;
}

#velocity h3,
#velocity .h3 {
	font-size: 24px;
	margin-bottom: 16px;
}

#velocity h4,
#velocity .h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

#velocity h5,
#velocity .h5 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

#velocity .display-1,
#velocity .display-2 {
	font-weight: 700;
	line-height: 1;
}

#velocity .display-1 {
	font-size: 48px;
}

#velocity .display-2 {
	font-size: 40px;
}

#velocity p,
#velocity .body-1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 0;
}

#velocity .body-2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 16px;
	padding: 0;
}

#velocity p:last-child,
#velocity .body-1:last-child,
#velocity .body-2:last-child {
	margin-bottom: 0;
}

#velocity .subtitle-1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0;
}

#velocity .subtitle-2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0;
}

#velocity .overline {
	color: #9e9e9e;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

#velocity .caption {
	font-size: 10px;
}

#velocity .text-dark {
	color: #282828 !important;
}

#velocity .text-light {
	color: #fff !important;
}

#velocity .text-light h1,
#velocity .text-light h2,
#velocity .text-light h3,
#velocity .text-light h4,
#velocity .text-light h5,
#velocity .text-light .h1,
#velocity .text-light .h2,
#velocity .text-light .h3,
#velocity .text-light .h4,
#velocity .text-light .h5 {
	color: #fff !important;
}

#velocity a.text-light {
	color: #E66666 !important;
}

#velocity a.text-light:hover {
	color: #DD3333 !important;
}

#velocity .text-light .overline {
	color: #eee !important;
}

#velocity .text-neutral {
	color: #9e9e9e !important;
}

#velocity .text-primary {
	color: #D50000 !important;
}

#velocity a.text-primary {
	color: #FBE6E6 !important;
}

#velocity a.text-primary:hover {
	color: #F5BFBF !important;
}

#velocity .text-uppercase {
	text-transform: uppercase;
}

#velocity ul {
	list-style-type: disc;
}

#velocity ul>li>ul {
	list-style-type: circle;
}

#velocity ol,
#velocity ul {
	padding-left: 24px;
	margin-bottom: 0;
	margin-left: 0;
}

#velocity ol.icon,
#velocity ul.icon {
	list-style: none;
}

#velocity ol.icon>li,
#velocity ul.icon>li {
	position: relative;
}

#velocity ol.icon>li>i,
#velocity ul.icon>li>i {
	position: absolute;
	left: -24px;
	width: 24px;
	top: 2px;
}

#velocity ol.unstyled,
#velocity ul.unstyled {
	padding-left: 0;
	list-style: none;
}

#velocity ol+p,
#velocity ul+p {
	margin-top: 16px;
}

#velocity li {
	font-size: 14px;
	margin-bottom: 4px;
}

#velocity li:last-of-type {
	margin-bottom: 0;
}

#velocity i.left {
	margin-right: 8px;
	float: none;
}

#velocity i.right {
	margin-left: 8px;
	float: none;
}

#velocity i.star:before {
	content: "\2605";
}

#velocity i.star-o:before {
	content: "\2729";
}

#velocity .box {
	padding: 48px 16px;
	background-color: inherit;
}

#velocity .box-sm {
	padding: 16px;
	background-color: inherit;
}

#velocity .box-lg {
	padding: 48px;
	background-color: inherit;
}

@media (max-width: 767px) {
	#velocity .box-lg {
		padding-left: 16px;
		padding-right: 16px;
	}
}

#velocity .bg-dark {
	background-color: #282828 !important;
	color: #fff !important;
}

#velocity .bg-dark a {
	color: #E66666 !important;
}

#velocity .bg-dark a:hover {
	color: #DD3333 !important;
}

#velocity .bg-dark a.btn-primary {
	color: #fff !important;
}

#velocity .bg-dark a.btn-primary:hover {
	color: #fff !important;
}

#velocity .bg-dark a.btn-light {
	color: initial !important;
}

#velocity .bg-dark a.btn-light:hover {
	color: initial !important;
}

#velocity .bg-dark a.btn-outline-light {
	color: #fff !important;
}

#velocity .bg-dark a.btn-outline-light:hover {
	color: #fff !important;
}

#velocity .bg-dark a.btn-neutral {
	color: #fff !important;
}

#velocity .bg-dark a.btn-neutral:hover {
	color: #fff !important;
}

#velocity .bg-dark .overline {
	color: #eee !important;
}

#velocity .bg-dark h1,
#velocity .bg-dark h2,
#velocity .bg-dark h3,
#velocity .bg-dark h4,
#velocity .bg-dark h5,
#velocity .bg-dark .h1,
#velocity .bg-dark .h2,
#velocity .bg-dark .h3,
#velocity .bg-dark .h4,
#velocity .bg-dark .h5 {
	color: #fff;
}

#velocity .bg-light {
	background-color: #fff !important;
}

#velocity .bg-neutral {
	background-color: #9e9e9e;
}

#velocity .bg-neutral .overline {
	color: #39373c !important;
}

#velocity .bg-neutral-light {
	background-color: #eee;
}

#velocity .bg-primary {
	background-color: #D50000;
}

#velocity .bg-primary a {
	color: #FBE6E6 !important;
}

#velocity .bg-primary a:hover {
	color: #F5BFBF !important;
}

#velocity .bg-primary .overline {
	color: #eee !important;
}

#velocity .bg-primary-light {
	background-color: #FBE6E6;
}

#velocity .bg-black {
	background-color: #000;
	color: #fff !important;
}

#velocity .bg-black a {
	color: #E66666 !important;
}

#velocity .bg-black a:hover {
	color: #DD3333 !important;
}

#velocity .bg-black .overline {
	color: #eee !important;
}

#velocity table>thead,
#velocity table tbody {
	background: transparent;
	border: none;
	color: inherit;
}

#velocity table>tbody tr:nth-child(even) {
	background-color: transparent;
}

#velocity .table {
	margin-bottom: 0;
}

#velocity .table>thead>tr>th,
#velocity .table>thead>tr>td,
#velocity .table>tbody>tr>th,
#velocity .table>tbody>tr>td {
	border-top: 0;
	font-size: 14px;
	height: 32px;
	line-height: 1;
	padding: 0 8px;
	text-align: left;
	vertical-align: middle;
}

#velocity .table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 0;
}

#velocity .table-condensed>thead>tr>th,
#velocity .table-condensed>thead>tr>td,
#velocity .table-condensed>tbody>tr>th,
#velocity .table-condensed>tbody>tr>td,
#velocity .table-condensed>tfoot>tr>th,
#velocity .table-condensed>tfoot>tr>td {
	height: 24px;
}

#velocity .table-expanded>thead>tr>th,
#velocity .table-expanded>thead>tr>td,
#velocity .table-expanded>tbody>tr>th,
#velocity .table-expanded>tbody>tr>td,
#velocity .table-expanded>tfoot>tr>th,
#velocity .table-expanded>tfoot>tr>td {
	height: 40px;
}

#velocity .table-borders>tbody>tr>th,
#velocity .table-borders>tbody>tr>td,
#velocity .table-borders>tfoot>tr>th,
#velocity .table-borders>tfoot>tr>td {
	border-top: 1px solid #e0e0e0;
}

#velocity .table-borders>thead>tr>th {
	border-bottom: 2px solid #e0e0e0;
}

#velocity .table-striped>tbody>tr:nth-of-type(odd),
#velocity .table-hover>tbody>tr:hover {
	background-color: #eee;
}

#velocity .table .property {
	color: #9e9e9e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

#velocity .table .subhead {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

#velocity .table .primary {
	color: #D50000;
}

#velocity .table .light {
	color: #fff;
}

#velocity .table .bold {
	font-weight: 600;
}

#velocity .table .progress {
	width: 70%;
}

@media screen and (max-width: 1024px) {
	#velocity .table .progress {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	#velocity .table .progress {
		display: none;
	}
}

#velocity .table .progress-value {
	width: 30%;
}

@media screen and (max-width: 1024px) {
	#velocity .table .progress-value {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	#velocity .table .progress-value {
		width: 100%;
	}
}

#velocity .availability {
	color: #D50000;
	font-size: 24px !important;
	line-height: 1;
	text-align: center !important;
}

#velocity .availability.standard:before {
	content: "\25CF";
}

#velocity .availability.optional:before {
	content: "\25CB";
}

#velocity .btn {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
	margin-top: 8px;
	min-width: 64px;
	padding: 0 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

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

@media screen and (max-width: 767px) {
	#velocity .btn {
		margin-bottom: 16px;
		margin-top: 16px;
	}
}

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

#velocity .btn-primary:hover,
#velocity .btn-primary:focus {
	color: #fff;
	background-color: #C00000;
	border-color: #C00000;
}

#velocity .btn-neutral {
	color: #fff;
	background-color: #9e9e9e;
	border-color: #9e9e9e;
}

#velocity .btn-neutral:hover,
#velocity .btn-neutral:focus {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}

#velocity .btn-dark {
	color: #fff;
	background-color: #282828;
	border-color: #282828;
}

#velocity .btn-dark:hover,
#velocity .btn-dark:focus {
	color: #fff;
	background-color: #282828;
	border-color: #282828;
}

#velocity .btn-light {
	color: #282828;
	background-color: #fff;
	border-color: #fff;
}

#velocity .btn-light:hover,
#velocity .btn-light:focus {
	color: #282828;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

#velocity .btn-ghost {
	color: #D50000;
	padding: 0 8px;
}

#velocity .btn-ghost:hover,
#velocity .btn-ghost:focus {
	color: #D50000;
	background-color: #FBE6E6;
	border-color: #FBE6E6;
}

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

#velocity .btn-outline-primary:hover,
#velocity .btn-outline-primary:focus {
	color: #D50000;
	background-color: #FBE6E6;
	border-color: #D50000;
}

#velocity .btn-outline-neutral {
	color: #9e9e9e;
	border-color: #9e9e9e;
}

#velocity .btn-outline-neutral:hover,
#velocity .btn-outline-neutral:focus {
	color: #9e9e9e;
	background-color: #f5f5f5;
	border-color: #9e9e9e;
}

#velocity .btn-outline-dark {
	color: #282828;
	border-color: #282828;
}

#velocity .btn-outline-dark:hover,
#velocity .btn-outline-dark:focus {
	color: #282828;
	background-color: #f5f5f5;
	border-color: #282828;
}

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

#velocity .btn-outline-light:hover,
#velocity .btn-outline-light:focus {
	color: #fff;
	background-color: #757575;
	border-color: #fff;
}

#velocity .btn-primary.btn:not(.btn-no-decoration):before,
#velocity .btn-default.btn:not(.btn-no-decoration):before {
	display: none;
}

#velocity .btn-primary.btn:not(.btn-no-decoration) {
	padding: 0 16px;
	text-align: center;
}

#velocity .btn-link {
	color: #D50000;
	border-radius: 0;
}

#velocity .btn-link,
#velocity .btn-link:hover,
#velocity .btn-link:focus,
#velocity .btn-link:active {
	border-color: transparent;
}

#velocity .btn-link:hover,
#velocity .btn-link:focus {
	color: #C00000;
	text-decoration: none;
	background-color: transparent;
}

#velocity .btn-lg {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

#velocity .btn-sm {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
}

#velocity .nav-tabs {
	background: transparent;
	border: 0;
	border-bottom: none;
	overflow: scroll;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
}

#velocity .nav-tabs>li {
	display: inline-block;
	float: none;
	margin-bottom: 0;
}

#velocity .nav-tabs>li>a {
	background-color: #f5f5f5;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: #D50000;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	white-space: nowrap !important;
}

#velocity .nav-tabs>li>a:hover {
	background-color: #FBE6E6;
	border: none;
	border-bottom: 2px solid #D50000;
	color: #D50000;
}

#velocity .nav-tabs>li.active>a,
#velocity .nav-tabs>li.active>a:hover,
#velocity .nav-tabs>li.active>a:focus {
	background-color: #FBE6E6;
	border: none;
	border-bottom: 2px solid #D50000;
	color: #D50000;
	cursor: default;
}

#velocity .nav-tabs>li::-webkit-scrollbar {
	display: none;
}

#velocity .nav-fixed {
	width: 100%;
}

#velocity .nav-fixed>li {
	display: table-cell;
	width: 1%;
	float: none;
}

#velocity .tab-content>.tab-pane {
	display: none;
}

#velocity .tab-content>.active {
	display: block;
}

#velocity .toc span {
	color: #9e9e9e;
	display: block;
	margin-bottom: 8px;
	padding: 0px 8px;
}

#velocity .toc nav {
	font-size: 14px;
	font-weight: 600;
}

#velocity .toc nav ul,
#velocity .toc nav ol {
	list-style: none;
	padding-left: 0;
}

#velocity .toc nav li {
	border-radius: 2px;
	color: #424242;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0;
	padding: 0 8px;
}

#velocity .toc nav li:hover {
	background-color: #FBE6E6;
	color: #D50000;
}

#velocity .toc nav a {
	color: inherit;
	text-decoration: none;
}

#velocity .toc nav a:hover {
	text-decoration: none;
}

#velocity .toc nav a:before {
	content: "\276F";
	margin-right: 8px;
}

#velocity .breadcrumbs {
	list-style: none;
	margin-bottom: 8px;
	padding-left: 0;
	text-transform: uppercase;
}

#velocity .breadcrumbs>li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

#velocity .breadcrumbs>li:not(:last-child)::after {
	color: #9e9e9e;
	content: "/";
	margin: 0 8px;
	top: 0;
}

#velocity .breadcrumbs>.active {
	color: #9e9e9e;
}

#velocity .chip {
	background-color: #9e9e9e;
	border: none;
	border-radius: 24px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 24px;
	line-height: 24px;
	margin-bottom: 8px;
	padding: 0 12px;
	margin-right: 8px;
}

#velocity .chip:last-child {
	margin-right: 0px;
}

#velocity .chip-primary {
	background-color: #D50000;
}

#velocity .chip-neutral {
	background-color: #9e9e9e;
}

#velocity .chip-dark {
	background-color: #282828;
}

#velocity .chip-light {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #282828;
}

#velocity .progress {
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 8px;
	margin-bottom: 0;
	overflow: hidden;
}

#velocity .progress-bar {
	background-color: #D50000;
	border-radius: 2px;
	float: left;
	height: 100%;
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	width: 0%;
}

#velocity .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

#velocity .embed-responsive .embed-responsive-item,
#velocity .embed-responsive iframe,
#velocity .embed-responsive embed,
#velocity .embed-responsive object,
#velocity .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#velocity .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

#velocity .map-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

#velocity .map-responsive iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#velocity .info-card,
#velocity .info-card-primary {
	background-color: #fff;
	border-radius: 4px;
	color: #282828;
	margin-top: 16px;
	padding: 16px;
}

#velocity .info-card h1,
#velocity .info-card-primary h1,
#velocity .info-card h2,
#velocity .info-card-primary h2,
#velocity .info-card h3,
#velocity .info-card-primary h3,
#velocity .info-card h4,
#velocity .info-card-primary h4,
#velocity .info-card h5,
#velocity .info-card-primary h5,
#velocity .info-card .h1,
#velocity .info-card-primary .h1,
#velocity .info-card .h2,
#velocity .info-card-primary .h2,
#velocity .info-card .h3,
#velocity .info-card-primary .h3,
#velocity .info-card .h4,
#velocity .info-card-primary .h4,
#velocity .info-card .h5,
#velocity .info-card-primary .h5 {
	color: #282828;
}

#velocity .info-card .overline,
#velocity .info-card-primary .overline {
	color: #9e9e9e !important;
}

#velocity .info-card .btn span.expand:after,
#velocity .info-card-primary .btn span.expand:after {
	content: "\271A";
	margin-left: 8px;
}

#velocity .info-card .btn span.retract:after,
#velocity .info-card-primary .btn span.retract:after {
	content: "\2716";
	margin-left: 8px;
}

#velocity .info-card-primary {
	background-color: #FBE6E6;
}

#velocity .swiper {
	padding: 0px 48px;
	position: relative;
}

#velocity .swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

#velocity .swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

#velocity .swiper-container-android .swiper-slide,
#velocity .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

#velocity .swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

#velocity .swiper-container-autoheight,
#velocity .swiper-container-autoheight .swiper-slide {
	height: auto;
}

#velocity .swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

#velocity .swiper-button-prev,
#velocity .swiper-button-next {
	align-items: center;
	color: #D50000;
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 10;
}

#velocity .swiper-button-prev:focus,
#velocity .swiper-button-next:focus {
	outline: none;
}

#velocity .swiper-button-prev.swiper-button-disabled,
#velocity .swiper-button-next.swiper-button-disabled {
	cursor: auto;
	opacity: 0.5;
	pointer-events: none;
}

#velocity .swiper-button-prev:after,
#velocity .swiper-button-next:after {
	font-size: 48px;
}

#velocity .swiper-button-prev {
	left: 10px;
	right: auto;
}

#velocity .swiper-button-prev:after {
	content: "\276E";
}

#velocity .swiper-button-next {
	left: auto;
	right: 10px;
}

#velocity .swiper-button-next:after {
	content: "\276F";
}

#velocity .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

#velocity .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

#velocity .swiper-pagination-bullet {
	background: #FBE6E6;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	opacity: 1;
	width: 8px;
}

#velocity .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

#velocity .swiper-pagination-bullet-active {
	background: #D50000;
	opacity: 1;
}

#velocity .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

#velocity .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
	border: 4px solid #D50000;
	border-radius: 50%;
	border-top-color: transparent;
	box-sizing: border-box;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 40px;
	z-index: 10;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

#velocity .swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

#velocity .tab-prev,
#velocity .tab-next {
	align-items: center;
	color: #D50000;
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 10;
}

#velocity .tab-prev:focus,
#velocity .tab-next:focus {
	outline: none;
}

#velocity .tab-prev:after,
#velocity .tab-next:after {
	font-size: 48px;
}

#velocity .tab-prev {
	left: 40px;
	right: auto;
}

#velocity .tab-prev:after {
	content: "\276E";
}

#velocity .tab-next {
	left: auto;
	right: 40px;
}

#velocity .tab-next:after {
	content: "\276F";
}

#velocity ul.colors {
	padding-left: 0;
}

#velocity ul.colors>li.tile {
	display: inline-block;
	margin-bottom: 16px;
	padding: 0 4px;
	vertical-align: top;
	width: 104px;
}

#velocity ul.colors>li.tile>.exterior,
#velocity ul.colors>li.tile>.interior {
	display: block;
	height: 40px;
	margin: 0 auto;
	width: 40px;
}

#velocity ul.colors>li.tile>.exterior {
	border-radius: 50%;
	border: 1px solid #e0e0e0;
}

#velocity ul.colors>li.tile>.exterior.active {
	border: 4px solid #D50000;
}

#velocity ul.colors>li.tile>.exterior.clickable {
	cursor: pointer;
}

#velocity ul.colors>li.tile>.interior {
	border-radius: 4px;
}

#velocity ul.colors>li.tile>.color-name {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
	text-align: center;
}

#velocity .rating {
	border-radius: 4px;
	text-align: center;
}

#velocity .rating>.rating-stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 20px;
	font-family: Times;
	line-height: 1;
	margin-bottom: 8px;
}

#velocity .rating>.rating-stars::before {
	content: "★★★★★";
	background: linear-gradient(90deg, #D50000 var(--percent), #9e9e9e var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#velocity #clock .days,
#velocity #clock .hours,
#velocity #clock .minutes,
#velocity #clock .seconds {
	font-size: 24px;
	font-weight: 700;
	display: block;
	line-height: 1.25;
}

#velocity #clock .time-label {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

#velocity .offer-emblem-container {
	display: inline-block;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
	vertical-align: middle;
}

#velocity .offer-emblem {
	fill: #D50000;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#velocity .offer-details .price,
#velocity .offer-details .term {
	color: #D50000;
	margin-bottom: 0;
	text-transform: uppercase;
}

#velocity .offer-details .months {
	background-color: #D50000;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	padding: 4px;
	text-transform: uppercase;
}

#velocity .container {
	margin-bottom: 128px;
}

@media screen and (max-width: 767px) {
	#velocity .container {
		margin-bottom: 64px;
	}
}

#velocity .m-xxs {
	margin: 0;
}

#velocity .mt-xxs,
#velocity .my-xxs {
	margin-top: 0;
}

#velocity .mr-xxs,
#velocity .mx-xxs {
	margin-right: 0;
}

#velocity .mb-xxs,
#velocity .my-xxs {
	margin-bottom: 0;
}

#velocity .ml-xxs,
#velocity .mx-xxs {
	margin-left: 0;
}

#velocity .m-xs {
	margin: 4px;
}

#velocity .mt-xs,
#velocity .my-xs {
	margin-top: 4px;
}

#velocity .mr-xs,
#velocity .mx-xs {
	margin-right: 4px;
}

#velocity .mb-xs,
#velocity .my-xs {
	margin-bottom: 4px;
}

#velocity .ml-xs,
#velocity .mx-xs {
	margin-left: 4px;
}

#velocity .m-sm {
	margin: 8px;
}

#velocity .mt-sm,
#velocity .my-sm {
	margin-top: 8px;
}

#velocity .mr-sm,
#velocity .mx-sm {
	margin-right: 8px;
}

#velocity .mb-sm,
#velocity .my-sm {
	margin-bottom: 8px;
}

#velocity .ml-sm,
#velocity .mx-sm {
	margin-left: 8px;
}

#velocity .m-md {
	margin: 16px;
}

#velocity .mt-md,
#velocity .my-md {
	margin-top: 16px;
}

#velocity .mr-md,
#velocity .mx-md {
	margin-right: 16px;
}

#velocity .mb-md,
#velocity .my-md {
	margin-bottom: 16px;
}

#velocity .ml-md,
#velocity .mx-md {
	margin-left: 16px;
}

#velocity .m-lg {
	margin: 32px;
}

#velocity .mt-lg,
#velocity .my-lg {
	margin-top: 32px;
}

#velocity .mr-lg,
#velocity .mx-lg {
	margin-right: 32px;
}

#velocity .mb-lg,
#velocity .my-lg {
	margin-bottom: 32px;
}

#velocity .ml-lg,
#velocity .mx-lg {
	margin-left: 32px;
}

#velocity .m-xl {
	margin: 64px;
}

#velocity .mt-xl,
#velocity .my-xl {
	margin-top: 64px;
}

#velocity .mr-xl,
#velocity .mx-xl {
	margin-right: 64px;
}

#velocity .mb-xl,
#velocity .my-xl {
	margin-bottom: 64px;
}

#velocity .ml-xl,
#velocity .mx-xl {
	margin-left: 64px;
}

#velocity .m-xxl {
	margin: 128px;
}

#velocity .mt-xxl,
#velocity .my-xxl {
	margin-top: 128px;
}

#velocity .mr-xxl,
#velocity .mx-xxl {
	margin-right: 128px;
}

#velocity .mb-xxl,
#velocity .my-xxl {
	margin-bottom: 128px;
}

#velocity .ml-xxl,
#velocity .mx-xxl {
	margin-left: 128px;
}

#velocity .p-xxs {
	padding: 0;
}

#velocity .pt-xxs,
#velocity .py-xxs {
	padding-top: 0;
}

#velocity .pr-xxs,
#velocity .px-xxs {
	padding-right: 0;
}

#velocity .pb-xxs,
#velocity .py-xxs {
	padding-bottom: 0;
}

#velocity .pl-xxs,
#velocity .px-xxs {
	padding-left: 0;
}

#velocity .p-xs {
	padding: 4px;
}

#velocity .pt-xs,
#velocity .py-xs {
	padding-top: 4px;
}

#velocity .pr-xs,
#velocity .px-xs {
	padding-right: 4px;
}

#velocity .pb-xs,
#velocity .py-xs {
	padding-bottom: 4px;
}

#velocity .pl-xs,
#velocity .px-xs {
	padding-left: 4px;
}

#velocity .p-sm {
	padding: 8px;
}

#velocity .pt-sm,
#velocity .py-sm {
	padding-top: 8px;
}

#velocity .pr-sm,
#velocity .px-sm {
	padding-right: 8px;
}

#velocity .pb-sm,
#velocity .py-sm {
	padding-bottom: 8px;
}

#velocity .pl-sm,
#velocity .px-sm {
	padding-left: 8px;
}

#velocity .p-md {
	padding: 16px;
}

#velocity .pt-md,
#velocity .py-md {
	padding-top: 16px;
}

#velocity .pr-md,
#velocity .px-md {
	padding-right: 16px;
}

#velocity .pb-md,
#velocity .py-md {
	padding-bottom: 16px;
}

#velocity .pl-md,
#velocity .px-md {
	padding-left: 16px;
}

#velocity .p-lg {
	padding: 32px;
}

#velocity .pt-lg,
#velocity .py-lg {
	padding-top: 32px;
}

#velocity .pr-lg,
#velocity .px-lg {
	padding-right: 32px;
}

#velocity .pb-lg,
#velocity .py-lg {
	padding-bottom: 32px;
}

#velocity .pl-lg,
#velocity .px-lg {
	padding-left: 32px;
}

#velocity .p-xl {
	padding: 64px;
}

#velocity .pt-xl,
#velocity .py-xl {
	padding-top: 64px;
}

#velocity .pr-xl,
#velocity .px-xl {
	padding-right: 64px;
}

#velocity .pb-xl,
#velocity .py-xl {
	padding-bottom: 64px;
}

#velocity .pl-xl,
#velocity .px-xl {
	padding-left: 64px;
}

#velocity .p-xxl {
	padding: 128px;
}

#velocity .pt-xxl,
#velocity .py-xxl {
	padding-top: 128px;
}

#velocity .pr-xxl,
#velocity .px-xxl {
	padding-right: 128px;
}

#velocity .pb-xxl,
#velocity .py-xxl {
	padding-bottom: 128px;
}

#velocity .pl-xxl,
#velocity .px-xxl {
	padding-left: 128px;
}

@media (min-width: 768px) {
	#velocity .m-sm-xxs {
		margin: 0;
	}

	#velocity .mt-sm-xxs,
	#velocity .my-sm-xxs {
		margin-top: 0;
	}

	#velocity .mr-sm-xxs,
	#velocity .mx-sm-xxs {
		margin-right: 0;
	}

	#velocity .mb-sm-xxs,
	#velocity .my-sm-xxs {
		margin-bottom: 0;
	}

	#velocity .ml-sm-xxs,
	#velocity .mx-sm-xxs {
		margin-left: 0;
	}

	#velocity .m-sm-xs {
		margin: 4px;
	}

	#velocity .mt-sm-xs,
	#velocity .my-sm-xs {
		margin-top: 4px;
	}

	#velocity .mr-sm-xs,
	#velocity .mx-sm-xs {
		margin-right: 4px;
	}

	#velocity .mb-sm-xs,
	#velocity .my-sm-xs {
		margin-bottom: 4px;
	}

	#velocity .ml-sm-xs,
	#velocity .mx-sm-xs {
		margin-left: 4px;
	}

	#velocity .m-sm-sm {
		margin: 8px;
	}

	#velocity .mt-sm-sm,
	#velocity .my-sm-sm {
		margin-top: 8px;
	}

	#velocity .mr-sm-sm,
	#velocity .mx-sm-sm {
		margin-right: 8px;
	}

	#velocity .mb-sm-sm,
	#velocity .my-sm-sm {
		margin-bottom: 8px;
	}

	#velocity .ml-sm-sm,
	#velocity .mx-sm-sm {
		margin-left: 8px;
	}

	#velocity .m-sm-md {
		margin: 16px;
	}

	#velocity .mt-sm-md,
	#velocity .my-sm-md {
		margin-top: 16px;
	}

	#velocity .mr-sm-md,
	#velocity .mx-sm-md {
		margin-right: 16px;
	}

	#velocity .mb-sm-md,
	#velocity .my-sm-md {
		margin-bottom: 16px;
	}

	#velocity .ml-sm-md,
	#velocity .mx-sm-md {
		margin-left: 16px;
	}

	#velocity .m-sm-lg {
		margin: 32px;
	}

	#velocity .mt-sm-lg,
	#velocity .my-sm-lg {
		margin-top: 32px;
	}

	#velocity .mr-sm-lg,
	#velocity .mx-sm-lg {
		margin-right: 32px;
	}

	#velocity .mb-sm-lg,
	#velocity .my-sm-lg {
		margin-bottom: 32px;
	}

	#velocity .ml-sm-lg,
	#velocity .mx-sm-lg {
		margin-left: 32px;
	}

	#velocity .m-sm-xl {
		margin: 64px;
	}

	#velocity .mt-sm-xl,
	#velocity .my-sm-xl {
		margin-top: 64px;
	}

	#velocity .mr-sm-xl,
	#velocity .mx-sm-xl {
		margin-right: 64px;
	}

	#velocity .mb-sm-xl,
	#velocity .my-sm-xl {
		margin-bottom: 64px;
	}

	#velocity .ml-sm-xl,
	#velocity .mx-sm-xl {
		margin-left: 64px;
	}

	#velocity .m-sm-xxl {
		margin: 128px;
	}

	#velocity .mt-sm-xxl,
	#velocity .my-sm-xxl {
		margin-top: 128px;
	}

	#velocity .mr-sm-xxl,
	#velocity .mx-sm-xxl {
		margin-right: 128px;
	}

	#velocity .mb-sm-xxl,
	#velocity .my-sm-xxl {
		margin-bottom: 128px;
	}

	#velocity .ml-sm-xxl,
	#velocity .mx-sm-xxl {
		margin-left: 128px;
	}

	#velocity .p-sm-xxs {
		padding: 0;
	}

	#velocity .pt-sm-xxs,
	#velocity .py-sm-xxs {
		padding-top: 0;
	}

	#velocity .pr-sm-xxs,
	#velocity .px-sm-xxs {
		padding-right: 0;
	}

	#velocity .pb-sm-xxs,
	#velocity .py-sm-xxs {
		padding-bottom: 0;
	}

	#velocity .pl-sm-xxs,
	#velocity .px-sm-xxs {
		padding-left: 0;
	}

	#velocity .p-sm-xs {
		padding: 4px;
	}

	#velocity .pt-sm-xs,
	#velocity .py-sm-xs {
		padding-top: 4px;
	}

	#velocity .pr-sm-xs,
	#velocity .px-sm-xs {
		padding-right: 4px;
	}

	#velocity .pb-sm-xs,
	#velocity .py-sm-xs {
		padding-bottom: 4px;
	}

	#velocity .pl-sm-xs,
	#velocity .px-sm-xs {
		padding-left: 4px;
	}

	#velocity .p-sm-sm {
		padding: 8px;
	}

	#velocity .pt-sm-sm,
	#velocity .py-sm-sm {
		padding-top: 8px;
	}

	#velocity .pr-sm-sm,
	#velocity .px-sm-sm {
		padding-right: 8px;
	}

	#velocity .pb-sm-sm,
	#velocity .py-sm-sm {
		padding-bottom: 8px;
	}

	#velocity .pl-sm-sm,
	#velocity .px-sm-sm {
		padding-left: 8px;
	}

	#velocity .p-sm-md {
		padding: 16px;
	}

	#velocity .pt-sm-md,
	#velocity .py-sm-md {
		padding-top: 16px;
	}

	#velocity .pr-sm-md,
	#velocity .px-sm-md {
		padding-right: 16px;
	}

	#velocity .pb-sm-md,
	#velocity .py-sm-md {
		padding-bottom: 16px;
	}

	#velocity .pl-sm-md,
	#velocity .px-sm-md {
		padding-left: 16px;
	}

	#velocity .p-sm-lg {
		padding: 32px;
	}

	#velocity .pt-sm-lg,
	#velocity .py-sm-lg {
		padding-top: 32px;
	}

	#velocity .pr-sm-lg,
	#velocity .px-sm-lg {
		padding-right: 32px;
	}

	#velocity .pb-sm-lg,
	#velocity .py-sm-lg {
		padding-bottom: 32px;
	}

	#velocity .pl-sm-lg,
	#velocity .px-sm-lg {
		padding-left: 32px;
	}

	#velocity .p-sm-xl {
		padding: 64px;
	}

	#velocity .pt-sm-xl,
	#velocity .py-sm-xl {
		padding-top: 64px;
	}

	#velocity .pr-sm-xl,
	#velocity .px-sm-xl {
		padding-right: 64px;
	}

	#velocity .pb-sm-xl,
	#velocity .py-sm-xl {
		padding-bottom: 64px;
	}

	#velocity .pl-sm-xl,
	#velocity .px-sm-xl {
		padding-left: 64px;
	}

	#velocity .p-sm-xxl {
		padding: 128px;
	}

	#velocity .pt-sm-xxl,
	#velocity .py-sm-xxl {
		padding-top: 128px;
	}

	#velocity .pr-sm-xxl,
	#velocity .px-sm-xxl {
		padding-right: 128px;
	}

	#velocity .pb-sm-xxl,
	#velocity .py-sm-xxl {
		padding-bottom: 128px;
	}

	#velocity .pl-sm-xxl,
	#velocity .px-sm-xxl {
		padding-left: 128px;
	}
}

@media (min-width: 1025px) {
	#velocity .m-md-xxs {
		margin: 0;
	}

	#velocity .mt-md-xxs,
	#velocity .my-md-xxs {
		margin-top: 0;
	}

	#velocity .mr-md-xxs,
	#velocity .mx-md-xxs {
		margin-right: 0;
	}

	#velocity .mb-md-xxs,
	#velocity .my-md-xxs {
		margin-bottom: 0;
	}

	#velocity .ml-md-xxs,
	#velocity .mx-md-xxs {
		margin-left: 0;
	}

	#velocity .m-md-xs {
		margin: 4px;
	}

	#velocity .mt-md-xs,
	#velocity .my-md-xs {
		margin-top: 4px;
	}

	#velocity .mr-md-xs,
	#velocity .mx-md-xs {
		margin-right: 4px;
	}

	#velocity .mb-md-xs,
	#velocity .my-md-xs {
		margin-bottom: 4px;
	}

	#velocity .ml-md-xs,
	#velocity .mx-md-xs {
		margin-left: 4px;
	}

	#velocity .m-md-sm {
		margin: 8px;
	}

	#velocity .mt-md-sm,
	#velocity .my-md-sm {
		margin-top: 8px;
	}

	#velocity .mr-md-sm,
	#velocity .mx-md-sm {
		margin-right: 8px;
	}

	#velocity .mb-md-sm,
	#velocity .my-md-sm {
		margin-bottom: 8px;
	}

	#velocity .ml-md-sm,
	#velocity .mx-md-sm {
		margin-left: 8px;
	}

	#velocity .m-md-md {
		margin: 16px;
	}

	#velocity .mt-md-md,
	#velocity .my-md-md {
		margin-top: 16px;
	}

	#velocity .mr-md-md,
	#velocity .mx-md-md {
		margin-right: 16px;
	}

	#velocity .mb-md-md,
	#velocity .my-md-md {
		margin-bottom: 16px;
	}

	#velocity .ml-md-md,
	#velocity .mx-md-md {
		margin-left: 16px;
	}

	#velocity .m-md-lg {
		margin: 32px;
	}

	#velocity .mt-md-lg,
	#velocity .my-md-lg {
		margin-top: 32px;
	}

	#velocity .mr-md-lg,
	#velocity .mx-md-lg {
		margin-right: 32px;
	}

	#velocity .mb-md-lg,
	#velocity .my-md-lg {
		margin-bottom: 32px;
	}

	#velocity .ml-md-lg,
	#velocity .mx-md-lg {
		margin-left: 32px;
	}

	#velocity .m-md-xl {
		margin: 64px;
	}

	#velocity .mt-md-xl,
	#velocity .my-md-xl {
		margin-top: 64px;
	}

	#velocity .mr-md-xl,
	#velocity .mx-md-xl {
		margin-right: 64px;
	}

	#velocity .mb-md-xl,
	#velocity .my-md-xl {
		margin-bottom: 64px;
	}

	#velocity .ml-md-xl,
	#velocity .mx-md-xl {
		margin-left: 64px;
	}

	#velocity .m-md-xxl {
		margin: 128px;
	}

	#velocity .mt-md-xxl,
	#velocity .my-md-xxl {
		margin-top: 128px;
	}

	#velocity .mr-md-xxl,
	#velocity .mx-md-xxl {
		margin-right: 128px;
	}

	#velocity .mb-md-xxl,
	#velocity .my-md-xxl {
		margin-bottom: 128px;
	}

	#velocity .ml-md-xxl,
	#velocity .mx-md-xxl {
		margin-left: 128px;
	}

	#velocity .p-md-xxs {
		padding: 0;
	}

	#velocity .pt-md-xxs,
	#velocity .py-md-xxs {
		padding-top: 0;
	}

	#velocity .pr-md-xxs,
	#velocity .px-md-xxs {
		padding-right: 0;
	}

	#velocity .pb-md-xxs,
	#velocity .py-md-xxs {
		padding-bottom: 0;
	}

	#velocity .pl-md-xxs,
	#velocity .px-md-xxs {
		padding-left: 0;
	}

	#velocity .p-md-xs {
		padding: 4px;
	}

	#velocity .pt-md-xs,
	#velocity .py-md-xs {
		padding-top: 4px;
	}

	#velocity .pr-md-xs,
	#velocity .px-md-xs {
		padding-right: 4px;
	}

	#velocity .pb-md-xs,
	#velocity .py-md-xs {
		padding-bottom: 4px;
	}

	#velocity .pl-md-xs,
	#velocity .px-md-xs {
		padding-left: 4px;
	}

	#velocity .p-md-sm {
		padding: 8px;
	}

	#velocity .pt-md-sm,
	#velocity .py-md-sm {
		padding-top: 8px;
	}

	#velocity .pr-md-sm,
	#velocity .px-md-sm {
		padding-right: 8px;
	}

	#velocity .pb-md-sm,
	#velocity .py-md-sm {
		padding-bottom: 8px;
	}

	#velocity .pl-md-sm,
	#velocity .px-md-sm {
		padding-left: 8px;
	}

	#velocity .p-md-md {
		padding: 16px;
	}

	#velocity .pt-md-md,
	#velocity .py-md-md {
		padding-top: 16px;
	}

	#velocity .pr-md-md,
	#velocity .px-md-md {
		padding-right: 16px;
	}

	#velocity .pb-md-md,
	#velocity .py-md-md {
		padding-bottom: 16px;
	}

	#velocity .pl-md-md,
	#velocity .px-md-md {
		padding-left: 16px;
	}

	#velocity .p-md-lg {
		padding: 32px;
	}

	#velocity .pt-md-lg,
	#velocity .py-md-lg {
		padding-top: 32px;
	}

	#velocity .pr-md-lg,
	#velocity .px-md-lg {
		padding-right: 32px;
	}

	#velocity .pb-md-lg,
	#velocity .py-md-lg {
		padding-bottom: 32px;
	}

	#velocity .pl-md-lg,
	#velocity .px-md-lg {
		padding-left: 32px;
	}

	#velocity .p-md-xl {
		padding: 64px;
	}

	#velocity .pt-md-xl,
	#velocity .py-md-xl {
		padding-top: 64px;
	}

	#velocity .pr-md-xl,
	#velocity .px-md-xl {
		padding-right: 64px;
	}

	#velocity .pb-md-xl,
	#velocity .py-md-xl {
		padding-bottom: 64px;
	}

	#velocity .pl-md-xl,
	#velocity .px-md-xl {
		padding-left: 64px;
	}

	#velocity .p-md-xxl {
		padding: 128px;
	}

	#velocity .pt-md-xxl,
	#velocity .py-md-xxl {
		padding-top: 128px;
	}

	#velocity .pr-md-xxl,
	#velocity .px-md-xxl {
		padding-right: 128px;
	}

	#velocity .pb-md-xxl,
	#velocity .py-md-xxl {
		padding-bottom: 128px;
	}

	#velocity .pl-md-xxl,
	#velocity .px-md-xxl {
		padding-left: 128px;
	}
}

@media (min-width: 1200px) {
	#velocity .m-lg-xxs {
		margin: 0;
	}

	#velocity .mt-lg-xxs,
	#velocity .my-lg-xxs {
		margin-top: 0;
	}

	#velocity .mr-lg-xxs,
	#velocity .mx-lg-xxs {
		margin-right: 0;
	}

	#velocity .mb-lg-xxs,
	#velocity .my-lg-xxs {
		margin-bottom: 0;
	}

	#velocity .ml-lg-xxs,
	#velocity .mx-lg-xxs {
		margin-left: 0;
	}

	#velocity .m-lg-xs {
		margin: 4px;
	}

	#velocity .mt-lg-xs,
	#velocity .my-lg-xs {
		margin-top: 4px;
	}

	#velocity .mr-lg-xs,
	#velocity .mx-lg-xs {
		margin-right: 4px;
	}

	#velocity .mb-lg-xs,
	#velocity .my-lg-xs {
		margin-bottom: 4px;
	}

	#velocity .ml-lg-xs,
	#velocity .mx-lg-xs {
		margin-left: 4px;
	}

	#velocity .m-lg-sm {
		margin: 8px;
	}

	#velocity .mt-lg-sm,
	#velocity .my-lg-sm {
		margin-top: 8px;
	}

	#velocity .mr-lg-sm,
	#velocity .mx-lg-sm {
		margin-right: 8px;
	}

	#velocity .mb-lg-sm,
	#velocity .my-lg-sm {
		margin-bottom: 8px;
	}

	#velocity .ml-lg-sm,
	#velocity .mx-lg-sm {
		margin-left: 8px;
	}

	#velocity .m-lg-md {
		margin: 16px;
	}

	#velocity .mt-lg-md,
	#velocity .my-lg-md {
		margin-top: 16px;
	}

	#velocity .mr-lg-md,
	#velocity .mx-lg-md {
		margin-right: 16px;
	}

	#velocity .mb-lg-md,
	#velocity .my-lg-md {
		margin-bottom: 16px;
	}

	#velocity .ml-lg-md,
	#velocity .mx-lg-md {
		margin-left: 16px;
	}

	#velocity .m-lg-lg {
		margin: 32px;
	}

	#velocity .mt-lg-lg,
	#velocity .my-lg-lg {
		margin-top: 32px;
	}

	#velocity .mr-lg-lg,
	#velocity .mx-lg-lg {
		margin-right: 32px;
	}

	#velocity .mb-lg-lg,
	#velocity .my-lg-lg {
		margin-bottom: 32px;
	}

	#velocity .ml-lg-lg,
	#velocity .mx-lg-lg {
		margin-left: 32px;
	}

	#velocity .m-lg-xl {
		margin: 64px;
	}

	#velocity .mt-lg-xl,
	#velocity .my-lg-xl {
		margin-top: 64px;
	}

	#velocity .mr-lg-xl,
	#velocity .mx-lg-xl {
		margin-right: 64px;
	}

	#velocity .mb-lg-xl,
	#velocity .my-lg-xl {
		margin-bottom: 64px;
	}

	#velocity .ml-lg-xl,
	#velocity .mx-lg-xl {
		margin-left: 64px;
	}

	#velocity .m-lg-xxl {
		margin: 128px;
	}

	#velocity .mt-lg-xxl,
	#velocity .my-lg-xxl {
		margin-top: 128px;
	}

	#velocity .mr-lg-xxl,
	#velocity .mx-lg-xxl {
		margin-right: 128px;
	}

	#velocity .mb-lg-xxl,
	#velocity .my-lg-xxl {
		margin-bottom: 128px;
	}

	#velocity .ml-lg-xxl,
	#velocity .mx-lg-xxl {
		margin-left: 128px;
	}

	#velocity .p-lg-xxs {
		padding: 0;
	}

	#velocity .pt-lg-xxs,
	#velocity .py-lg-xxs {
		padding-top: 0;
	}

	#velocity .pr-lg-xxs,
	#velocity .px-lg-xxs {
		padding-right: 0;
	}

	#velocity .pb-lg-xxs,
	#velocity .py-lg-xxs {
		padding-bottom: 0;
	}

	#velocity .pl-lg-xxs,
	#velocity .px-lg-xxs {
		padding-left: 0;
	}

	#velocity .p-lg-xs {
		padding: 4px;
	}

	#velocity .pt-lg-xs,
	#velocity .py-lg-xs {
		padding-top: 4px;
	}

	#velocity .pr-lg-xs,
	#velocity .px-lg-xs {
		padding-right: 4px;
	}

	#velocity .pb-lg-xs,
	#velocity .py-lg-xs {
		padding-bottom: 4px;
	}

	#velocity .pl-lg-xs,
	#velocity .px-lg-xs {
		padding-left: 4px;
	}

	#velocity .p-lg-sm {
		padding: 8px;
	}

	#velocity .pt-lg-sm,
	#velocity .py-lg-sm {
		padding-top: 8px;
	}

	#velocity .pr-lg-sm,
	#velocity .px-lg-sm {
		padding-right: 8px;
	}

	#velocity .pb-lg-sm,
	#velocity .py-lg-sm {
		padding-bottom: 8px;
	}

	#velocity .pl-lg-sm,
	#velocity .px-lg-sm {
		padding-left: 8px;
	}

	#velocity .p-lg-md {
		padding: 16px;
	}

	#velocity .pt-lg-md,
	#velocity .py-lg-md {
		padding-top: 16px;
	}

	#velocity .pr-lg-md,
	#velocity .px-lg-md {
		padding-right: 16px;
	}

	#velocity .pb-lg-md,
	#velocity .py-lg-md {
		padding-bottom: 16px;
	}

	#velocity .pl-lg-md,
	#velocity .px-lg-md {
		padding-left: 16px;
	}

	#velocity .p-lg-lg {
		padding: 32px;
	}

	#velocity .pt-lg-lg,
	#velocity .py-lg-lg {
		padding-top: 32px;
	}

	#velocity .pr-lg-lg,
	#velocity .px-lg-lg {
		padding-right: 32px;
	}

	#velocity .pb-lg-lg,
	#velocity .py-lg-lg {
		padding-bottom: 32px;
	}

	#velocity .pl-lg-lg,
	#velocity .px-lg-lg {
		padding-left: 32px;
	}

	#velocity .p-lg-xl {
		padding: 64px;
	}

	#velocity .pt-lg-xl,
	#velocity .py-lg-xl {
		padding-top: 64px;
	}

	#velocity .pr-lg-xl,
	#velocity .px-lg-xl {
		padding-right: 64px;
	}

	#velocity .pb-lg-xl,
	#velocity .py-lg-xl {
		padding-bottom: 64px;
	}

	#velocity .pl-lg-xl,
	#velocity .px-lg-xl {
		padding-left: 64px;
	}

	#velocity .p-lg-xxl {
		padding: 128px;
	}

	#velocity .pt-lg-xxl,
	#velocity .py-lg-xxl {
		padding-top: 128px;
	}

	#velocity .pr-lg-xxl,
	#velocity .px-lg-xxl {
		padding-right: 128px;
	}

	#velocity .pb-lg-xxl,
	#velocity .py-lg-xxl {
		padding-bottom: 128px;
	}

	#velocity .pl-lg-xxl,
	#velocity .px-lg-xxl {
		padding-left: 128px;
	}
}

#velocity .text-left {
	text-align: left !important;
}

#velocity .text-right {
	text-align: right !important;
}

#velocity .text-center {
	text-align: center !important;
}

@media (min-width: 768px) {
	#velocity .text-sm-left {
		text-align: left !important;
	}

	#velocity .text-sm-right {
		text-align: right !important;
	}

	#velocity .text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 1025px) {
	#velocity .text-md-left {
		text-align: left !important;
	}

	#velocity .text-md-right {
		text-align: right !important;
	}

	#velocity .text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	#velocity .text-lg-left {
		text-align: left !important;
	}

	#velocity .text-lg-right {
		text-align: right !important;
	}

	#velocity .text-lg-center {
		text-align: center !important;
	}
}

@media all and (min-width: 1200px) {
	#velocity .btn-lg-block {
		width: 100% !important;
		display: block !important;
	}
}

@media all and (min-width: 1025px) and (max-width: 1199px) {
	#velocity .btn-md-block {
		width: 100% !important;
		display: block !important;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#velocity .btn-sm-block {
		width: 100% !important;
		display: block !important;
	}
}

@media all and (max-width: 767px) {
	#velocity .btn-xs-block {
		width: 100% !important;
		display: block !important;
	}
}

#velocity .w-75 {
	width: 75%;
}

#velocity .w-50 {
	width: 50%;
}

#velocity .w-40 {
	width: 40%;
}

#velocity .w-25 {
	width: 25%;
}

#velocity .w-20 {
	width: 20%;
}

#velocity .w-15 {
	width: 15%;
}

#velocity .w-10 {
	width: 10%;
}

#velocity .flex-align-center {
	display: flex;
	align-items: center;
}

#velocity .flex-align-end {
	display: flex;
	align-items: flex-end;
}

#velocity .flex-row-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

#velocity .flex-row-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#velocity .two-column {
	columns: 2;
	column-gap: 30px;
}

#velocity .three-column {
	columns: 3;
	column-gap: 30px;
}

#velocity .float-left {
	float: left !important;
}

#velocity .float-right {
	float: right !important;
}

#velocity .d-block {
	display: block;
}

#velocity .d-inline-block {
	display: inline-block;
}

#velocity .center-block {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}

#velocity .pull-right {
	float: right !important;
}

#velocity .pull-left {
	float: left !important;
}

#velocity .hide,
#velocity .hidden {
	display: none !important;
}

#velocity .show {
	display: block !important;
}

#velocity .visible-xs,
#velocity .visible-sm,
#velocity .visible-md,
#velocity .visible-lg {
	display: none !important;
}

#velocity .jump-link {
	scroll-margin-top: 115px;
}

@media (max-width: 767px) {

	#velocity .flex-align-center,
	#velocity .flex-align-end {
		display: block;
	}

	#velocity .two-column,
	#velocity .three-column {
		columns: 1;
		column-gap: 0;
	}

	#velocity .hidden-xs {
		display: none !important;
	}

	#velocity .visible-xs {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#velocity .visible-sm {
		display: block !important;
	}

	#velocity .hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	#velocity .visible-md {
		display: block !important;
	}

	#velocity .hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	#velocity .visible-lg {
		display: block !important;
	}

	#velocity .hidden-lg {
		display: none !important;
	}
}

#velocity .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	#velocity .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	#velocity .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	#velocity .container {
		width: 1170px;
	}
}

#velocity .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#velocity .row {
	margin-right: -15px;
	margin-left: -15px;
}

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

#velocity .row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

#velocity .col-xs-1,
#velocity .col-sm-1,
#velocity .col-md-1,
#velocity .col-lg-1,
#velocity .col-xs-2,
#velocity .col-sm-2,
#velocity .col-md-2,
#velocity .col-lg-2,
#velocity .col-xs-3,
#velocity .col-sm-3,
#velocity .col-md-3,
#velocity .col-lg-3,
#velocity .col-xs-4,
#velocity .col-sm-4,
#velocity .col-md-4,
#velocity .col-lg-4,
#velocity .col-xs-5,
#velocity .col-sm-5,
#velocity .col-md-5,
#velocity .col-lg-5,
#velocity .col-xs-6,
#velocity .col-sm-6,
#velocity .col-md-6,
#velocity .col-lg-6,
#velocity .col-xs-7,
#velocity .col-sm-7,
#velocity .col-md-7,
#velocity .col-lg-7,
#velocity .col-xs-8,
#velocity .col-sm-8,
#velocity .col-md-8,
#velocity .col-lg-8,
#velocity .col-xs-9,
#velocity .col-sm-9,
#velocity .col-md-9,
#velocity .col-lg-9,
#velocity .col-xs-10,
#velocity .col-sm-10,
#velocity .col-md-10,
#velocity .col-lg-10,
#velocity .col-xs-11,
#velocity .col-sm-11,
#velocity .col-md-11,
#velocity .col-lg-11,
#velocity .col-xs-12,
#velocity .col-sm-12,
#velocity .col-md-12,
#velocity .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#velocity .col-xs-1,
#velocity .col-xs-2,
#velocity .col-xs-3,
#velocity .col-xs-4,
#velocity .col-xs-5,
#velocity .col-xs-6,
#velocity .col-xs-7,
#velocity .col-xs-8,
#velocity .col-xs-9,
#velocity .col-xs-10,
#velocity .col-xs-11,
#velocity .col-xs-12 {
	float: left;
}

#velocity .col-xs-12 {
	width: 100%;
}

#velocity .col-xs-11 {
	width: 91.66666667%;
}

#velocity .col-xs-10 {
	width: 83.33333333%;
}

#velocity .col-xs-9 {
	width: 75%;
}

#velocity .col-xs-8 {
	width: 66.66666667%;
}

#velocity .col-xs-7 {
	width: 58.33333333%;
}

#velocity .col-xs-6 {
	width: 50%;
}

#velocity .col-xs-5 {
	width: 41.66666667%;
}

#velocity .col-xs-4 {
	width: 33.33333333%;
}

#velocity .col-xs-3 {
	width: 25%;
}

#velocity .col-xs-2 {
	width: 16.66666667%;
}

#velocity .col-xs-1 {
	width: 8.33333333%;
}

#velocity .col-xs-pull-12 {
	right: 100%;
}

#velocity .col-xs-pull-11 {
	right: 91.66666667%;
}

#velocity .col-xs-pull-10 {
	right: 83.33333333%;
}

#velocity .col-xs-pull-9 {
	right: 75%;
}

#velocity .col-xs-pull-8 {
	right: 66.66666667%;
}

#velocity .col-xs-pull-7 {
	right: 58.33333333%;
}

#velocity .col-xs-pull-6 {
	right: 50%;
}

#velocity .col-xs-pull-5 {
	right: 41.66666667%;
}

#velocity .col-xs-pull-4 {
	right: 33.33333333%;
}

#velocity .col-xs-pull-3 {
	right: 25%;
}

#velocity .col-xs-pull-2 {
	right: 16.66666667%;
}

#velocity .col-xs-pull-1 {
	right: 8.33333333%;
}

#velocity .col-xs-pull-0 {
	right: auto;
}

#velocity .col-xs-push-12 {
	left: 100%;
}

#velocity .col-xs-push-11 {
	left: 91.66666667%;
}

#velocity .col-xs-push-10 {
	left: 83.33333333%;
}

#velocity .col-xs-push-9 {
	left: 75%;
}

#velocity .col-xs-push-8 {
	left: 66.66666667%;
}

#velocity .col-xs-push-7 {
	left: 58.33333333%;
}

#velocity .col-xs-push-6 {
	left: 50%;
}

#velocity .col-xs-push-5 {
	left: 41.66666667%;
}

#velocity .col-xs-push-4 {
	left: 33.33333333%;
}

#velocity .col-xs-push-3 {
	left: 25%;
}

#velocity .col-xs-push-2 {
	left: 16.66666667%;
}

#velocity .col-xs-push-1 {
	left: 8.33333333%;
}

#velocity .col-xs-push-0 {
	left: auto;
}

#velocity .col-xs-offset-12 {
	margin-left: 100%;
}

#velocity .col-xs-offset-11 {
	margin-left: 91.66666667%;
}

#velocity .col-xs-offset-10 {
	margin-left: 83.33333333%;
}

#velocity .col-xs-offset-9 {
	margin-left: 75%;
}

#velocity .col-xs-offset-8 {
	margin-left: 66.66666667%;
}

#velocity .col-xs-offset-7 {
	margin-left: 58.33333333%;
}

#velocity .col-xs-offset-6 {
	margin-left: 50%;
}

#velocity .col-xs-offset-5 {
	margin-left: 41.66666667%;
}

#velocity .col-xs-offset-4 {
	margin-left: 33.33333333%;
}

#velocity .col-xs-offset-3 {
	margin-left: 25%;
}

#velocity .col-xs-offset-2 {
	margin-left: 16.66666667%;
}

#velocity .col-xs-offset-1 {
	margin-left: 8.33333333%;
}

#velocity .col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {

	#velocity .col-sm-1,
	#velocity .col-sm-2,
	#velocity .col-sm-3,
	#velocity .col-sm-4,
	#velocity .col-sm-5,
	#velocity .col-sm-6,
	#velocity .col-sm-7,
	#velocity .col-sm-8,
	#velocity .col-sm-9,
	#velocity .col-sm-10,
	#velocity .col-sm-11,
	#velocity .col-sm-12 {
		float: left;
	}

	#velocity .col-sm-12 {
		width: 100%;
	}

	#velocity .col-sm-11 {
		width: 91.66666667%;
	}

	#velocity .col-sm-10 {
		width: 83.33333333%;
	}

	#velocity .col-sm-9 {
		width: 75%;
	}

	#velocity .col-sm-8 {
		width: 66.66666667%;
	}

	#velocity .col-sm-7 {
		width: 58.33333333%;
	}

	#velocity .col-sm-6 {
		width: 50%;
	}

	#velocity .col-sm-5 {
		width: 41.66666667%;
	}

	#velocity .col-sm-4 {
		width: 33.33333333%;
	}

	#velocity .col-sm-3 {
		width: 25%;
	}

	#velocity .col-sm-2 {
		width: 16.66666667%;
	}

	#velocity .col-sm-1 {
		width: 8.33333333%;
	}

	#velocity .col-sm-pull-12 {
		right: 100%;
	}

	#velocity .col-sm-pull-11 {
		right: 91.66666667%;
	}

	#velocity .col-sm-pull-10 {
		right: 83.33333333%;
	}

	#velocity .col-sm-pull-9 {
		right: 75%;
	}

	#velocity .col-sm-pull-8 {
		right: 66.66666667%;
	}

	#velocity .col-sm-pull-7 {
		right: 58.33333333%;
	}

	#velocity .col-sm-pull-6 {
		right: 50%;
	}

	#velocity .col-sm-pull-5 {
		right: 41.66666667%;
	}

	#velocity .col-sm-pull-4 {
		right: 33.33333333%;
	}

	#velocity .col-sm-pull-3 {
		right: 25%;
	}

	#velocity .col-sm-pull-2 {
		right: 16.66666667%;
	}

	#velocity .col-sm-pull-1 {
		right: 8.33333333%;
	}

	#velocity .col-sm-pull-0 {
		right: auto;
	}

	#velocity .col-sm-push-12 {
		left: 100%;
	}

	#velocity .col-sm-push-11 {
		left: 91.66666667%;
	}

	#velocity .col-sm-push-10 {
		left: 83.33333333%;
	}

	#velocity .col-sm-push-9 {
		left: 75%;
	}

	#velocity .col-sm-push-8 {
		left: 66.66666667%;
	}

	#velocity .col-sm-push-7 {
		left: 58.33333333%;
	}

	#velocity .col-sm-push-6 {
		left: 50%;
	}

	#velocity .col-sm-push-5 {
		left: 41.66666667%;
	}

	#velocity .col-sm-push-4 {
		left: 33.33333333%;
	}

	#velocity .col-sm-push-3 {
		left: 25%;
	}

	#velocity .col-sm-push-2 {
		left: 16.66666667%;
	}

	#velocity .col-sm-push-1 {
		left: 8.33333333%;
	}

	#velocity .col-sm-push-0 {
		left: auto;
	}

	#velocity .col-sm-offset-12 {
		margin-left: 100%;
	}

	#velocity .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	#velocity .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	#velocity .col-sm-offset-9 {
		margin-left: 75%;
	}

	#velocity .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	#velocity .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	#velocity .col-sm-offset-6 {
		margin-left: 50%;
	}

	#velocity .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	#velocity .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	#velocity .col-sm-offset-3 {
		margin-left: 25%;
	}

	#velocity .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	#velocity .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	#velocity .col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	#velocity .col-md-1,
	#velocity .col-md-2,
	#velocity .col-md-3,
	#velocity .col-md-4,
	#velocity .col-md-5,
	#velocity .col-md-6,
	#velocity .col-md-7,
	#velocity .col-md-8,
	#velocity .col-md-9,
	#velocity .col-md-10,
	#velocity .col-md-11,
	#velocity .col-md-12 {
		float: left;
	}

	#velocity .col-md-12 {
		width: 100%;
	}

	#velocity .col-md-11 {
		width: 91.66666667%;
	}

	#velocity .col-md-10 {
		width: 83.33333333%;
	}

	#velocity .col-md-9 {
		width: 75%;
	}

	#velocity .col-md-8 {
		width: 66.66666667%;
	}

	#velocity .col-md-7 {
		width: 58.33333333%;
	}

	#velocity .col-md-6 {
		width: 50%;
	}

	#velocity .col-md-5 {
		width: 41.66666667%;
	}

	#velocity .col-md-4 {
		width: 33.33333333%;
	}

	#velocity .col-md-3 {
		width: 25%;
	}

	#velocity .col-md-2 {
		width: 16.66666667%;
	}

	#velocity .col-md-1 {
		width: 8.33333333%;
	}

	#velocity .col-md-pull-12 {
		right: 100%;
	}

	#velocity .col-md-pull-11 {
		right: 91.66666667%;
	}

	#velocity .col-md-pull-10 {
		right: 83.33333333%;
	}

	#velocity .col-md-pull-9 {
		right: 75%;
	}

	#velocity .col-md-pull-8 {
		right: 66.66666667%;
	}

	#velocity .col-md-pull-7 {
		right: 58.33333333%;
	}

	#velocity .col-md-pull-6 {
		right: 50%;
	}

	#velocity .col-md-pull-5 {
		right: 41.66666667%;
	}

	#velocity .col-md-pull-4 {
		right: 33.33333333%;
	}

	#velocity .col-md-pull-3 {
		right: 25%;
	}

	#velocity .col-md-pull-2 {
		right: 16.66666667%;
	}

	#velocity .col-md-pull-1 {
		right: 8.33333333%;
	}

	#velocity .col-md-pull-0 {
		right: auto;
	}

	#velocity .col-md-push-12 {
		left: 100%;
	}

	#velocity .col-md-push-11 {
		left: 91.66666667%;
	}

	#velocity .col-md-push-10 {
		left: 83.33333333%;
	}

	#velocity .col-md-push-9 {
		left: 75%;
	}

	#velocity .col-md-push-8 {
		left: 66.66666667%;
	}

	#velocity .col-md-push-7 {
		left: 58.33333333%;
	}

	#velocity .col-md-push-6 {
		left: 50%;
	}

	#velocity .col-md-push-5 {
		left: 41.66666667%;
	}

	#velocity .col-md-push-4 {
		left: 33.33333333%;
	}

	#velocity .col-md-push-3 {
		left: 25%;
	}

	#velocity .col-md-push-2 {
		left: 16.66666667%;
	}

	#velocity .col-md-push-1 {
		left: 8.33333333%;
	}

	#velocity .col-md-push-0 {
		left: auto;
	}

	#velocity .col-md-offset-12 {
		margin-left: 100%;
	}

	#velocity .col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	#velocity .col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	#velocity .col-md-offset-9 {
		margin-left: 75%;
	}

	#velocity .col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	#velocity .col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	#velocity .col-md-offset-6 {
		margin-left: 50%;
	}

	#velocity .col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	#velocity .col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	#velocity .col-md-offset-3 {
		margin-left: 25%;
	}

	#velocity .col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	#velocity .col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	#velocity .col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	#velocity .col-lg-1,
	#velocity .col-lg-2,
	#velocity .col-lg-3,
	#velocity .col-lg-4,
	#velocity .col-lg-5,
	#velocity .col-lg-6,
	#velocity .col-lg-7,
	#velocity .col-lg-8,
	#velocity .col-lg-9,
	#velocity .col-lg-10,
	#velocity .col-lg-11,
	#velocity .col-lg-12 {
		float: left;
	}

	#velocity .col-lg-12 {
		width: 100%;
	}

	#velocity .col-lg-11 {
		width: 91.66666667%;
	}

	#velocity .col-lg-10 {
		width: 83.33333333%;
	}

	#velocity .col-lg-9 {
		width: 75%;
	}

	#velocity .col-lg-8 {
		width: 66.66666667%;
	}

	#velocity .col-lg-7 {
		width: 58.33333333%;
	}

	#velocity .col-lg-6 {
		width: 50%;
	}

	#velocity .col-lg-5 {
		width: 41.66666667%;
	}

	#velocity .col-lg-4 {
		width: 33.33333333%;
	}

	#velocity .col-lg-3 {
		width: 25%;
	}

	#velocity .col-lg-2 {
		width: 16.66666667%;
	}

	#velocity .col-lg-1 {
		width: 8.33333333%;
	}

	#velocity .col-lg-pull-12 {
		right: 100%;
	}

	#velocity .col-lg-pull-11 {
		right: 91.66666667%;
	}

	#velocity .col-lg-pull-10 {
		right: 83.33333333%;
	}

	#velocity .col-lg-pull-9 {
		right: 75%;
	}

	#velocity .col-lg-pull-8 {
		right: 66.66666667%;
	}

	#velocity .col-lg-pull-7 {
		right: 58.33333333%;
	}

	#velocity .col-lg-pull-6 {
		right: 50%;
	}

	#velocity .col-lg-pull-5 {
		right: 41.66666667%;
	}

	#velocity .col-lg-pull-4 {
		right: 33.33333333%;
	}

	#velocity .col-lg-pull-3 {
		right: 25%;
	}

	#velocity .col-lg-pull-2 {
		right: 16.66666667%;
	}

	#velocity .col-lg-pull-1 {
		right: 8.33333333%;
	}

	#velocity .col-lg-pull-0 {
		right: auto;
	}

	#velocity .col-lg-push-12 {
		left: 100%;
	}

	#velocity .col-lg-push-11 {
		left: 91.66666667%;
	}

	#velocity .col-lg-push-10 {
		left: 83.33333333%;
	}

	#velocity .col-lg-push-9 {
		left: 75%;
	}

	#velocity .col-lg-push-8 {
		left: 66.66666667%;
	}

	#velocity .col-lg-push-7 {
		left: 58.33333333%;
	}

	#velocity .col-lg-push-6 {
		left: 50%;
	}

	#velocity .col-lg-push-5 {
		left: 41.66666667%;
	}

	#velocity .col-lg-push-4 {
		left: 33.33333333%;
	}

	#velocity .col-lg-push-3 {
		left: 25%;
	}

	#velocity .col-lg-push-2 {
		left: 16.66666667%;
	}

	#velocity .col-lg-push-1 {
		left: 8.33333333%;
	}

	#velocity .col-lg-push-0 {
		left: auto;
	}

	#velocity .col-lg-offset-12 {
		margin-left: 100%;
	}

	#velocity .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	#velocity .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	#velocity .col-lg-offset-9 {
		margin-left: 75%;
	}

	#velocity .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	#velocity .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	#velocity .col-lg-offset-6 {
		margin-left: 50%;
	}

	#velocity .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	#velocity .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	#velocity .col-lg-offset-3 {
		margin-left: 25%;
	}

	#velocity .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	#velocity .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	#velocity .col-lg-offset-0 {
		margin-left: 0%;
	}
}

#velocity .table {
	width: 100%;
	max-width: 100%;
}

#velocity .table>thead:first-child>tr:first-child>th,
#velocity .table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

#velocity .table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	#velocity .table-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	#velocity .table-responsive>.table>thead>tr>th,
	#velocity .table-responsive>.table>tbody>tr>th,
	#velocity .table-responsive>.table>tfoot>tr>th,
	#velocity .table-responsive>.table>thead>tr>td,
	#velocity .table-responsive>.table>tbody>tr>td,
	#velocity .table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}
}

#velocity .btn:focus,
#velocity .btn:active:focus,
#velocity .btn.active:focus,
#velocity .btn.focus,
#velocity .btn:active.focus,
#velocity .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#velocity .btn:active,
#velocity .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

#velocity .btn-block+.btn-block {
	margin-top: 5px;
}

#velocity .collapse {
	display: none;
}

#velocity .nav {
	list-style: none;
}

#velocity .nav>li {
	position: relative;
}

#velocity .nav>li>a {
	position: relative;
}

#velocity .nav>li>a:hover,
#velocity .nav>li>a:focus {
	text-decoration: none;
}

#velocity .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

#velocity .close:hover,
#velocity .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#velocity button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#velocity .modal-open {
	overflow: hidden;
}

#velocity .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#velocity .modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

#velocity .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#velocity .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

#velocity .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

#velocity .modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

#velocity .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

#velocity .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

#velocity .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#velocity .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

#velocity .modal-header .close {
	margin-top: -2px;
}

#velocity .modal-title {
	margin: 0;
	line-height: 1.42857143;
}

#velocity .modal-body {
	position: relative;
	padding: 15px;
}

#velocity .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

#velocity .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	#velocity .modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	#velocity .modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	#velocity .modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	#velocity .modal-lg {
		width: 900px;
	}
}

#velocity .clearfix:before,
#velocity .clearfix:after,
#velocity .container:before,
#velocity .container:after,
#velocity .container-fluid:before,
#velocity .container-fluid:after,
#velocity .row:before,
#velocity .row:after,
#velocity .nav:before,
#velocity .nav:after,
#velocity .modal-header:before,
#velocity .modal-header:after,
#velocity .modal-footer:before,
#velocity .modal-footer:after {
	display: table;
	content: " ";
}

#velocity .clearfix:after,
#velocity .container:after,
#velocity .container-fluid:after,
#velocity .row:after,
#velocity .nav:after,
#velocity .modal-header:after,
#velocity .modal-footer:after {
	clear: both;
}

#velocity .trim-text {
	display: block;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	padding-bottom: 25%;
}

#velocity .trim-text:after {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(to top, white 5%, rgba(255, 255, 255, 0) 25%);
	pointer-events: none;
}

ul.breadcrumbs {
	display: none;
}

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