@charset "UTF-8";

/*!
 * @Description: Vusui-css CSS样式库
 * @Author: linpan(45650368@qq.com)
 * @Date: 2022-11-22 17:39:35
 * @LastEditors: linp linp@epsoft.com.cn
 * @LastEditTime: 2022-11-25 14:13:53
 * @WebSite: https://vusui.com
 * @Copyright: 2017-present The Vusui Authors
 * @Readme: 开源不易，且用且珍惜！
 */

*,
:after,
:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

div,
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
	display: block
}

b,
strong {
	font-weight: 700
}

audio,
canvas,
output,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

:focus {
	outline: 0
}

[v-cloak] {
	display: none!important
}

ol,
ul {
	list-style: none
}

hr {
	height: 0;
	overflow: visible
}

i,
em,
dfn {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
	font-family: inherit;
	font-size: 100%
}

button:after {
	border: none
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.15;
	font-family: inherit;
	font-size: 100%
}

button {
	appearance: none;
	border-style: none;
	outline: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

img {
	border-style: none;
	will-change: transform
}

svg:not(:root) {
	overflow: hidden
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

html,
body {
	width: 100%;
	height: 100%
}

body {
	text-align: left;
	color: #515355;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, FreeSans, Droid Sans, wenquanyi micro hei, PingFang SC, Hiragino Sans GB, Hiragino Sans GB W3, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
}

.vus-html-unscrollable,
.vus-html-unscrollable body {
	height: 100%;
	overflow: hidden
}

.vus-wrapper {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto
}

.vus-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 .625rem;
	box-sizing: border-box
}

.vus-mx-auto {
	margin-left: auto;
	margin-right: auto
}

.vus-full,
.vus-full-flex {
	width: 100%;
	display: block
}

.vus-full-flex {
	display: flex
}

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

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

@media (min-width: 1024px) {
	.vus-container {
		max-width: 1000px
	}
}

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

.vus-h1,
.vus-h2,
.vus-h3,
.vus-h4,
.vus-h5,
.vus-h6 {
	line-height: 1.3;
	color: inherit;
	font-family: inherit;
	font-weight: 700
}

.vus-h1 {
	font-size: 2.5rem
}

.vus-h2 {
	font-size: 2rem
}

.vus-h3 {
	font-size: 1.75rem
}

.vus-h4 {
	font-size: 1.5rem
}

.vus-h5 {
	font-size: 1.25rem
}

.vus-h6 {
	font-size: .9375rem
}

.vus-sub,
.vus-sup {
	font-size: 75%;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	display: inline-flex
}

.vus-sub {
	bottom: -.3125rem
}

.vus-sup {
	top: -.5625rem
}

.vus-text-left {
	text-align: left
}

.vus-text-right {
	text-align: right
}

.vus-text-center {
	text-align: center
}

.vus-text-justify {
	text-align: justify
}

.vus-text-indent {
	text-indent: 2em
}

.vus-text-spacing {
	letter-spacing: .125rem
}

.vus-text-lowercase {
	text-transform: lowercase
}

.vus-text-uppercase {
	text-transform: uppercase
}

.vus-text-capitalize {
	text-transform: capitalize
}

.vus-text-through {
	text-decoration: line-through
}

.vus-text-overline {
	text-decoration: overline
}

.vus-text-underline {
	text-decoration: underline
}

.vus-text-nowrap {
	white-space: nowrap
}

.vus-text-letter {
	word-break: break-all
}

.vus-text-word {
	word-wrap: break-word
}

.vus-text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.vus-text-ellipsis.line-2,
.vus-text-ellipsis.line-3 {
	display: -webkit-box;
	white-space: normal;
	word-break: break-all;
	-webkit-box-orient: vertical
}

.vus-text-ellipsis.line-2 {
	-webkit-line-clamp: 2
}

.vus-text-ellipsis.line-3 {
	-webkit-line-clamp: 3
}

.vus-fw-100 {
	font-weight: 100
}

.vus-fw-200 {
	font-weight: 200
}

.vus-fw-300 {
	font-weight: 300
}

.vus-fw-400 {
	font-weight: 400
}

.vus-fw-500 {
	font-weight: 500
}

.vus-fw-600 {
	font-weight: 600
}

.vus-fw-700 {
	font-weight: 700
}

.vus-fw-normal {
	font-weight: 400
}

.vus-fs-italic {
	font-style: italic
}

.vus-fs-normal {
	font-style: normal
}

.vus-lh-inherit {
	line-height: inherit
}

.vus-lh-1 {
	line-height: 1
}

.vus-lh-1-1 {
	line-height: 1.1
}

.vus-lh-1-2 {
	line-height: 1.2
}

.vus-lh-1-3 {
	line-height: 1.3
}

.vus-lh-1-4 {
	line-height: 1.4
}

.vus-lh-1-5 {
	line-height: 1.5
}

.vus-lh-1-6 {
	line-height: 1.6
}

.vus-lh-1-7 {
	line-height: 1.7
}

.vus-lh-1-8 {
	line-height: 1.8
}

.vus-lh-1-9 {
	line-height: 1.9
}

.vus-lh-2 {
	line-height: 2
}

.vus-hidden {
	overflow: hidden
}

.vus-hidden-y {
	overflow-y: hidden
}

.vus-hidden-y-auto {
	overflow-y: auto
}

.vus-hidden-x {
	overflow-x: hidden
}

.vus-hidden-x-auto {
	overflow-x: auto
}

.vus-hidden-auto {
	overflow: auto
}

.vus-hidden-auto,
.vus-hidden-x-auto,
.vus-hidden-y-auto {
	-webkit-overflow-scrolling: touch
}

.vus-visible {
	overflow: visible
}

.vus-inline {
	display: inline
}

.vus-inline-block {
	display: inline-block
}

.vus-align-top {
	vertical-align: top
}

.vus-align-middle {
	vertical-align: middle
}

.vus-align-bottom {
	vertical-align: bottom
}

.vus-align-baseline {
	vertical-align: baseline
}

.vus-block,
.vus-show {
	display: block
}

.vus-hide {
	display: none
}

.vus-pe-auto {
	pointer-events: auto
}

.vus-pe-none {
	pointer-events: none
}

.vus-pe-all {
	pointer-events: all
}

.vus-border-box {
	box-sizing: border-box
}

.vus-content-box {
	box-sizing: content-box
}

.vus-fl {
	float: left
}

.vus-fr {
	float: right
}

.vus-fn {
	float: none
}

.vus-cursor-default {
	cursor: default
}

.vus-cursor-pointer {
	cursor: pointer
}

.vus-cursor-disabled {
	cursor: not-allowed
}

.vus-cursor-help {
	cursor: help
}

.vus-clearfix:before,
.vus-clearfix:after {
	display: table;
	content: " "
}

.vus-clearfix:after {
	clear: both
}

@media (min-width: 576px) {
	.vus-show-xs {
		display: block
	}
	.vus-hide-xs {
		display: none
	}
	.vus-fl-xs {
		float: left
	}
	.vus-fr-xs {
		float: right
	}
	.vus-fn-xs {
		float: none
	}
}

@media (min-width: 768px) {
	.vus-show-sm {
		display: block
	}
	.vus-hide-sm {
		display: none
	}
	.vus-fl-sm {
		float: left
	}
	.vus-fr-sm {
		float: right
	}
	.vus-fn-sm {
		float: none
	}
}

@media (min-width: 1024px) {
	.vus-show-md {
		display: block
	}
	.vus-hide-md {
		display: none
	}
	.vus-fl-md {
		float: left
	}
	.vus-fr-md {
		float: right
	}
	.vus-fn-md {
		float: none
	}
}

@media (min-width: 1280px) {
	.vus-show-lg {
		display: block
	}
	.vus-hide-lg {
		display: none
	}
	.vus-fl-lg {
		float: left
	}
	.vus-fr-lg {
		float: right
	}
	.vus-fn-lg {
		float: none
	}
}

.vus-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box
}

.vus-box.inline {
	display: inline-flex
}

.vus-box.nowrap {
	flex-wrap: nowrap
}

.vus-box.wrap-reverse {
	flex-wrap: wrap-reverse
}

.vus-box.row-reverse {
	flex-direction: row-reverse
}

.vus-box.column {
	flex-direction: column
}

.vus-box.column-reverse {
	flex-direction: column-reverse
}

.vus-box.justify-start {
	justify-content: flex-start
}

.vus-box.justify-end {
	justify-content: flex-end
}

.vus-box.justify-center {
	justify-content: center
}

.vus-box.justify-between {
	justify-content: space-between
}

.vus-box.justify-around {
	justify-content: space-around
}

.vus-box.items-start {
	align-items: flex-start
}

.vus-box.items-end {
	align-items: flex-end
}

.vus-box.items-center {
	align-items: center
}

.vus-flex-shrink {
	flex-shrink: 0
}

.vus-col,
.vus-flex,
[class*=" vus-col-"],
[class^=vus-col-],
[class*=" vus-flex-"],
[class^=vus-flex-] {
	width: 100%;
	min-height: 1px;
	position: relative;
	box-sizing: border-box
}

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

.vus-col-auto,
.vus-flex-auto {
	width: auto;
	max-width: none;
	flex: 0 0 auto
}

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

.vus-flex-1 {
	max-width: 100%;
	flex: 0 0 100%
}

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

.vus-flex-2 {
	max-width: 50%;
	flex: 0 0 50%
}

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

.vus-flex-3 {
	max-width: 33.3333333333%;
	flex: 0 0 33.3333333333%
}

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

.vus-flex-4 {
	max-width: 25%;
	flex: 0 0 25%
}

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

.vus-flex-5 {
	max-width: 20%;
	flex: 0 0 20%
}

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

.vus-flex-6 {
	max-width: 16.6666666667%;
	flex: 0 0 16.6666666667%
}

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

.vus-flex-7 {
	max-width: 14.2857142857%;
	flex: 0 0 14.2857142857%
}

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

.vus-flex-8 {
	max-width: 12.5%;
	flex: 0 0 12.5%
}

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

.vus-flex-9 {
	max-width: 11.1111111111%;
	flex: 0 0 11.1111111111%
}

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

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

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

.vus-flex-11 {
	max-width: 9.0909090909%;
	flex: 0 0 9.0909090909%
}

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

.vus-flex-12 {
	max-width: 8.3333333333%;
	flex: 0 0 8.3333333333%
}

.vus-col-13 {
	max-width: 54.1666666667%;
	flex: 0 0 54.1666666667%
}

.vus-flex-13 {
	max-width: 7.6923076923%;
	flex: 0 0 7.6923076923%
}

.vus-col-14 {
	max-width: 58.3333333333%;
	flex: 0 0 58.3333333333%
}

.vus-flex-14 {
	max-width: 7.1428571429%;
	flex: 0 0 7.1428571429%
}

.vus-col-15 {
	max-width: 62.5%;
	flex: 0 0 62.5%
}

.vus-flex-15 {
	max-width: 6.6666666667%;
	flex: 0 0 6.6666666667%
}

.vus-col-16 {
	max-width: 66.6666666667%;
	flex: 0 0 66.6666666667%
}

.vus-flex-16 {
	max-width: 6.25%;
	flex: 0 0 6.25%
}

.vus-col-17 {
	max-width: 70.8333333333%;
	flex: 0 0 70.8333333333%
}

.vus-flex-17 {
	max-width: 5.8823529412%;
	flex: 0 0 5.8823529412%
}

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

.vus-flex-18 {
	max-width: 5.5555555556%;
	flex: 0 0 5.5555555556%
}

.vus-col-19 {
	max-width: 79.1666666667%;
	flex: 0 0 79.1666666667%
}

.vus-flex-19 {
	max-width: 5.2631578947%;
	flex: 0 0 5.2631578947%
}

.vus-col-20 {
	max-width: 83.3333333333%;
	flex: 0 0 83.3333333333%
}

.vus-flex-20 {
	max-width: 5%;
	flex: 0 0 5%
}

.vus-col-21 {
	max-width: 87.5%;
	flex: 0 0 87.5%
}

.vus-flex-21 {
	max-width: 4.7619047619%;
	flex: 0 0 4.7619047619%
}

.vus-col-22 {
	max-width: 91.6666666667%;
	flex: 0 0 91.6666666667%
}

.vus-flex-22 {
	max-width: 4.5454545455%;
	flex: 0 0 4.5454545455%
}

.vus-col-23 {
	max-width: 95.8333333333%;
	flex: 0 0 95.8333333333%
}

.vus-flex-23 {
	max-width: 4.347826087%;
	flex: 0 0 4.347826087%
}

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

.vus-flex-24 {
	max-width: 4.1666666667%;
	flex: 0 0 4.1666666667%
}

.vus-offset-1 {
	margin-left: 4.1666666667%
}

.vus-offset-2 {
	margin-left: 8.3333333333%
}

.vus-offset-3 {
	margin-left: 12.5%
}

.vus-offset-4 {
	margin-left: 16.6666666667%
}

.vus-offset-5 {
	margin-left: 20.8333333333%
}

.vus-offset-6 {
	margin-left: 25%
}

.vus-offset-7 {
	margin-left: 29.1666666667%
}

.vus-offset-8 {
	margin-left: 33.3333333333%
}

.vus-offset-9 {
	margin-left: 37.5%
}

.vus-offset-10 {
	margin-left: 41.6666666667%
}

.vus-offset-11 {
	margin-left: 45.8333333333%
}

.vus-offset-12 {
	margin-left: 50%
}

.vus-offset-13 {
	margin-left: 54.1666666667%
}

.vus-offset-14 {
	margin-left: 58.3333333333%
}

.vus-offset-15 {
	margin-left: 62.5%
}

.vus-offset-16 {
	margin-left: 66.6666666667%
}

.vus-offset-17 {
	margin-left: 70.8333333333%
}

.vus-offset-18 {
	margin-left: 75%
}

.vus-offset-19 {
	margin-left: 79.1666666667%
}

.vus-offset-20 {
	margin-left: 83.3333333333%
}

.vus-offset-21 {
	margin-left: 87.5%
}

.vus-offset-22 {
	margin-left: 91.6666666667%
}

.vus-offset-23 {
	margin-left: 95.8333333333%
}

.vus-box.lr-1 {
	margin-left: -.0625rem;
	margin-right: -.0625rem
}

.vus-box.lr-1>.vus-col,
.vus-box.lr-1>.vus-flex,
.vus-box.lr-1>[class*=" vus-col-"],
.vus-box.lr-1>[class^=vus-col-],
.vus-box.lr-1>[class*=" vus-flex-"],
.vus-box.lr-1>[class^=vus-flex-] {
	padding-left: .0625rem;
	padding-right: .0625rem
}

.vus-box.tb-1 {
	margin-top: -.0625rem;
	margin-bottom: -.0625rem
}

.vus-box.tb-1>.vus-col,
.vus-box.tb-1>.vus-flex,
.vus-box.tb-1>[class*=" vus-col-"],
.vus-box.tb-1>[class^=vus-col-],
.vus-box.tb-1>[class*=" vus-flex-"],
.vus-box.tb-1>[class^=vus-flex-] {
	padding-top: .0625rem;
	padding-bottom: .0625rem
}

.vus-box.lr-2 {
	margin-left: -.125rem;
	margin-right: -.125rem
}

.vus-box.lr-2>.vus-col,
.vus-box.lr-2>.vus-flex,
.vus-box.lr-2>[class*=" vus-col-"],
.vus-box.lr-2>[class^=vus-col-],
.vus-box.lr-2>[class*=" vus-flex-"],
.vus-box.lr-2>[class^=vus-flex-] {
	padding-left: .125rem;
	padding-right: .125rem
}

.vus-box.tb-2 {
	margin-top: -.125rem;
	margin-bottom: -.125rem
}

.vus-box.tb-2>.vus-col,
.vus-box.tb-2>.vus-flex,
.vus-box.tb-2>[class*=" vus-col-"],
.vus-box.tb-2>[class^=vus-col-],
.vus-box.tb-2>[class*=" vus-flex-"],
.vus-box.tb-2>[class^=vus-flex-] {
	padding-top: .125rem;
	padding-bottom: .125rem
}

.vus-box.lr-3 {
	margin-left: -.1875rem;
	margin-right: -.1875rem
}

.vus-box.lr-3>.vus-col,
.vus-box.lr-3>.vus-flex,
.vus-box.lr-3>[class*=" vus-col-"],
.vus-box.lr-3>[class^=vus-col-],
.vus-box.lr-3>[class*=" vus-flex-"],
.vus-box.lr-3>[class^=vus-flex-] {
	padding-left: .1875rem;
	padding-right: .1875rem
}

.vus-box.tb-3 {
	margin-top: -.1875rem;
	margin-bottom: -.1875rem
}

.vus-box.tb-3>.vus-col,
.vus-box.tb-3>.vus-flex,
.vus-box.tb-3>[class*=" vus-col-"],
.vus-box.tb-3>[class^=vus-col-],
.vus-box.tb-3>[class*=" vus-flex-"],
.vus-box.tb-3>[class^=vus-flex-] {
	padding-top: .1875rem;
	padding-bottom: .1875rem
}

.vus-box.lr-4 {
	margin-left: -.25rem;
	margin-right: -.25rem
}

.vus-box.lr-4>.vus-col,
.vus-box.lr-4>.vus-flex,
.vus-box.lr-4>[class*=" vus-col-"],
.vus-box.lr-4>[class^=vus-col-],
.vus-box.lr-4>[class*=" vus-flex-"],
.vus-box.lr-4>[class^=vus-flex-] {
	padding-left: .25rem;
	padding-right: .25rem
}

.vus-box.tb-4 {
	margin-top: -.25rem;
	margin-bottom: -.25rem
}

.vus-box.tb-4>.vus-col,
.vus-box.tb-4>.vus-flex,
.vus-box.tb-4>[class*=" vus-col-"],
.vus-box.tb-4>[class^=vus-col-],
.vus-box.tb-4>[class*=" vus-flex-"],
.vus-box.tb-4>[class^=vus-flex-] {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.vus-box.lr-5 {
	margin-left: -.3125rem;
	margin-right: -.3125rem
}

.vus-box.lr-5>.vus-col,
.vus-box.lr-5>.vus-flex,
.vus-box.lr-5>[class*=" vus-col-"],
.vus-box.lr-5>[class^=vus-col-],
.vus-box.lr-5>[class*=" vus-flex-"],
.vus-box.lr-5>[class^=vus-flex-] {
	padding-left: .3125rem;
	padding-right: .3125rem
}

.vus-box.tb-5 {
	margin-top: -.3125rem;
	margin-bottom: -.3125rem
}

.vus-box.tb-5>.vus-col,
.vus-box.tb-5>.vus-flex,
.vus-box.tb-5>[class*=" vus-col-"],
.vus-box.tb-5>[class^=vus-col-],
.vus-box.tb-5>[class*=" vus-flex-"],
.vus-box.tb-5>[class^=vus-flex-] {
	padding-top: .3125rem;
	padding-bottom: .3125rem
}

.vus-box.lr-6 {
	margin-left: -.375rem;
	margin-right: -.375rem
}

.vus-box.lr-6>.vus-col,
.vus-box.lr-6>.vus-flex,
.vus-box.lr-6>[class*=" vus-col-"],
.vus-box.lr-6>[class^=vus-col-],
.vus-box.lr-6>[class*=" vus-flex-"],
.vus-box.lr-6>[class^=vus-flex-] {
	padding-left: .375rem;
	padding-right: .375rem
}

.vus-box.tb-6 {
	margin-top: -.375rem;
	margin-bottom: -.375rem
}

.vus-box.tb-6>.vus-col,
.vus-box.tb-6>.vus-flex,
.vus-box.tb-6>[class*=" vus-col-"],
.vus-box.tb-6>[class^=vus-col-],
.vus-box.tb-6>[class*=" vus-flex-"],
.vus-box.tb-6>[class^=vus-flex-] {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.vus-box.lr-7 {
	margin-left: -.4375rem;
	margin-right: -.4375rem
}

.vus-box.lr-7>.vus-col,
.vus-box.lr-7>.vus-flex,
.vus-box.lr-7>[class*=" vus-col-"],
.vus-box.lr-7>[class^=vus-col-],
.vus-box.lr-7>[class*=" vus-flex-"],
.vus-box.lr-7>[class^=vus-flex-] {
	padding-left: .4375rem;
	padding-right: .4375rem
}

.vus-box.tb-7 {
	margin-top: -.4375rem;
	margin-bottom: -.4375rem
}

.vus-box.tb-7>.vus-col,
.vus-box.tb-7>.vus-flex,
.vus-box.tb-7>[class*=" vus-col-"],
.vus-box.tb-7>[class^=vus-col-],
.vus-box.tb-7>[class*=" vus-flex-"],
.vus-box.tb-7>[class^=vus-flex-] {
	padding-top: .4375rem;
	padding-bottom: .4375rem
}

.vus-box.lr-8 {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.vus-box.lr-8>.vus-col,
.vus-box.lr-8>.vus-flex,
.vus-box.lr-8>[class*=" vus-col-"],
.vus-box.lr-8>[class^=vus-col-],
.vus-box.lr-8>[class*=" vus-flex-"],
.vus-box.lr-8>[class^=vus-flex-] {
	padding-left: .5rem;
	padding-right: .5rem
}

.vus-box.tb-8 {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}

.vus-box.tb-8>.vus-col,
.vus-box.tb-8>.vus-flex,
.vus-box.tb-8>[class*=" vus-col-"],
.vus-box.tb-8>[class^=vus-col-],
.vus-box.tb-8>[class*=" vus-flex-"],
.vus-box.tb-8>[class^=vus-flex-] {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.vus-box.lr-9 {
	margin-left: -.5625rem;
	margin-right: -.5625rem
}

.vus-box.lr-9>.vus-col,
.vus-box.lr-9>.vus-flex,
.vus-box.lr-9>[class*=" vus-col-"],
.vus-box.lr-9>[class^=vus-col-],
.vus-box.lr-9>[class*=" vus-flex-"],
.vus-box.lr-9>[class^=vus-flex-] {
	padding-left: .5625rem;
	padding-right: .5625rem
}

.vus-box.tb-9 {
	margin-top: -.5625rem;
	margin-bottom: -.5625rem
}

.vus-box.tb-9>.vus-col,
.vus-box.tb-9>.vus-flex,
.vus-box.tb-9>[class*=" vus-col-"],
.vus-box.tb-9>[class^=vus-col-],
.vus-box.tb-9>[class*=" vus-flex-"],
.vus-box.tb-9>[class^=vus-flex-] {
	padding-top: .5625rem;
	padding-bottom: .5625rem
}

.vus-box.lr-10 {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.vus-box.lr-10>.vus-col,
.vus-box.lr-10>.vus-flex,
.vus-box.lr-10>[class*=" vus-col-"],
.vus-box.lr-10>[class^=vus-col-],
.vus-box.lr-10>[class*=" vus-flex-"],
.vus-box.lr-10>[class^=vus-flex-] {
	padding-left: .625rem;
	padding-right: .625rem
}

.vus-box.tb-10 {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}

.vus-box.tb-10>.vus-col,
.vus-box.tb-10>.vus-flex,
.vus-box.tb-10>[class*=" vus-col-"],
.vus-box.tb-10>[class^=vus-col-],
.vus-box.tb-10>[class*=" vus-flex-"],
.vus-box.tb-10>[class^=vus-flex-] {
	padding-top: .625rem;
	padding-bottom: .625rem
}

.vus-box.lr-11 {
	margin-left: -.6875rem;
	margin-right: -.6875rem
}

.vus-box.lr-11>.vus-col,
.vus-box.lr-11>.vus-flex,
.vus-box.lr-11>[class*=" vus-col-"],
.vus-box.lr-11>[class^=vus-col-],
.vus-box.lr-11>[class*=" vus-flex-"],
.vus-box.lr-11>[class^=vus-flex-] {
	padding-left: .6875rem;
	padding-right: .6875rem
}

.vus-box.tb-11 {
	margin-top: -.6875rem;
	margin-bottom: -.6875rem
}

.vus-box.tb-11>.vus-col,
.vus-box.tb-11>.vus-flex,
.vus-box.tb-11>[class*=" vus-col-"],
.vus-box.tb-11>[class^=vus-col-],
.vus-box.tb-11>[class*=" vus-flex-"],
.vus-box.tb-11>[class^=vus-flex-] {
	padding-top: .6875rem;
	padding-bottom: .6875rem
}

.vus-box.lr-12 {
	margin-left: -.75rem;
	margin-right: -.75rem
}

.vus-box.lr-12>.vus-col,
.vus-box.lr-12>.vus-flex,
.vus-box.lr-12>[class*=" vus-col-"],
.vus-box.lr-12>[class^=vus-col-],
.vus-box.lr-12>[class*=" vus-flex-"],
.vus-box.lr-12>[class^=vus-flex-] {
	padding-left: .75rem;
	padding-right: .75rem
}

.vus-box.tb-12 {
	margin-top: -.75rem;
	margin-bottom: -.75rem
}

.vus-box.tb-12>.vus-col,
.vus-box.tb-12>.vus-flex,
.vus-box.tb-12>[class*=" vus-col-"],
.vus-box.tb-12>[class^=vus-col-],
.vus-box.tb-12>[class*=" vus-flex-"],
.vus-box.tb-12>[class^=vus-flex-] {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.vus-box.lr-13 {
	margin-left: -.8125rem;
	margin-right: -.8125rem
}

.vus-box.lr-13>.vus-col,
.vus-box.lr-13>.vus-flex,
.vus-box.lr-13>[class*=" vus-col-"],
.vus-box.lr-13>[class^=vus-col-],
.vus-box.lr-13>[class*=" vus-flex-"],
.vus-box.lr-13>[class^=vus-flex-] {
	padding-left: .8125rem;
	padding-right: .8125rem
}

.vus-box.tb-13 {
	margin-top: -.8125rem;
	margin-bottom: -.8125rem
}

.vus-box.tb-13>.vus-col,
.vus-box.tb-13>.vus-flex,
.vus-box.tb-13>[class*=" vus-col-"],
.vus-box.tb-13>[class^=vus-col-],
.vus-box.tb-13>[class*=" vus-flex-"],
.vus-box.tb-13>[class^=vus-flex-] {
	padding-top: .8125rem;
	padding-bottom: .8125rem
}

.vus-box.lr-14 {
	margin-left: -.875rem;
	margin-right: -.875rem
}

.vus-box.lr-14>.vus-col,
.vus-box.lr-14>.vus-flex,
.vus-box.lr-14>[class*=" vus-col-"],
.vus-box.lr-14>[class^=vus-col-],
.vus-box.lr-14>[class*=" vus-flex-"],
.vus-box.lr-14>[class^=vus-flex-] {
	padding-left: .875rem;
	padding-right: .875rem
}

.vus-box.tb-14 {
	margin-top: -.875rem;
	margin-bottom: -.875rem
}

.vus-box.tb-14>.vus-col,
.vus-box.tb-14>.vus-flex,
.vus-box.tb-14>[class*=" vus-col-"],
.vus-box.tb-14>[class^=vus-col-],
.vus-box.tb-14>[class*=" vus-flex-"],
.vus-box.tb-14>[class^=vus-flex-] {
	padding-top: .875rem;
	padding-bottom: .875rem
}

.vus-box.lr-15 {
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.vus-box.lr-15>.vus-col,
.vus-box.lr-15>.vus-flex,
.vus-box.lr-15>[class*=" vus-col-"],
.vus-box.lr-15>[class^=vus-col-],
.vus-box.lr-15>[class*=" vus-flex-"],
.vus-box.lr-15>[class^=vus-flex-] {
	padding-left: .9375rem;
	padding-right: .9375rem
}

.vus-box.tb-15 {
	margin-top: -.9375rem;
	margin-bottom: -.9375rem
}

.vus-box.tb-15>.vus-col,
.vus-box.tb-15>.vus-flex,
.vus-box.tb-15>[class*=" vus-col-"],
.vus-box.tb-15>[class^=vus-col-],
.vus-box.tb-15>[class*=" vus-flex-"],
.vus-box.tb-15>[class^=vus-flex-] {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

.vus-box.lr-16 {
	margin-left: -1rem;
	margin-right: -1rem
}

.vus-box.lr-16>.vus-col,
.vus-box.lr-16>.vus-flex,
.vus-box.lr-16>[class*=" vus-col-"],
.vus-box.lr-16>[class^=vus-col-],
.vus-box.lr-16>[class*=" vus-flex-"],
.vus-box.lr-16>[class^=vus-flex-] {
	padding-left: 1rem;
	padding-right: 1rem
}

.vus-box.tb-16 {
	margin-top: -1rem;
	margin-bottom: -1rem
}

.vus-box.tb-16>.vus-col,
.vus-box.tb-16>.vus-flex,
.vus-box.tb-16>[class*=" vus-col-"],
.vus-box.tb-16>[class^=vus-col-],
.vus-box.tb-16>[class*=" vus-flex-"],
.vus-box.tb-16>[class^=vus-flex-] {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.vus-box.lr-17 {
	margin-left: -1.0625rem;
	margin-right: -1.0625rem
}

.vus-box.lr-17>.vus-col,
.vus-box.lr-17>.vus-flex,
.vus-box.lr-17>[class*=" vus-col-"],
.vus-box.lr-17>[class^=vus-col-],
.vus-box.lr-17>[class*=" vus-flex-"],
.vus-box.lr-17>[class^=vus-flex-] {
	padding-left: 1.0625rem;
	padding-right: 1.0625rem
}

.vus-box.tb-17 {
	margin-top: -1.0625rem;
	margin-bottom: -1.0625rem
}

.vus-box.tb-17>.vus-col,
.vus-box.tb-17>.vus-flex,
.vus-box.tb-17>[class*=" vus-col-"],
.vus-box.tb-17>[class^=vus-col-],
.vus-box.tb-17>[class*=" vus-flex-"],
.vus-box.tb-17>[class^=vus-flex-] {
	padding-top: 1.0625rem;
	padding-bottom: 1.0625rem
}

.vus-box.lr-18 {
	margin-left: -1.125rem;
	margin-right: -1.125rem
}

.vus-box.lr-18>.vus-col,
.vus-box.lr-18>.vus-flex,
.vus-box.lr-18>[class*=" vus-col-"],
.vus-box.lr-18>[class^=vus-col-],
.vus-box.lr-18>[class*=" vus-flex-"],
.vus-box.lr-18>[class^=vus-flex-] {
	padding-left: 1.125rem;
	padding-right: 1.125rem
}

.vus-box.tb-18 {
	margin-top: -1.125rem;
	margin-bottom: -1.125rem
}

.vus-box.tb-18>.vus-col,
.vus-box.tb-18>.vus-flex,
.vus-box.tb-18>[class*=" vus-col-"],
.vus-box.tb-18>[class^=vus-col-],
.vus-box.tb-18>[class*=" vus-flex-"],
.vus-box.tb-18>[class^=vus-flex-] {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem
}

.vus-box.lr-19 {
	margin-left: -1.1875rem;
	margin-right: -1.1875rem
}

.vus-box.lr-19>.vus-col,
.vus-box.lr-19>.vus-flex,
.vus-box.lr-19>[class*=" vus-col-"],
.vus-box.lr-19>[class^=vus-col-],
.vus-box.lr-19>[class*=" vus-flex-"],
.vus-box.lr-19>[class^=vus-flex-] {
	padding-left: 1.1875rem;
	padding-right: 1.1875rem
}

.vus-box.tb-19 {
	margin-top: -1.1875rem;
	margin-bottom: -1.1875rem
}

.vus-box.tb-19>.vus-col,
.vus-box.tb-19>.vus-flex,
.vus-box.tb-19>[class*=" vus-col-"],
.vus-box.tb-19>[class^=vus-col-],
.vus-box.tb-19>[class*=" vus-flex-"],
.vus-box.tb-19>[class^=vus-flex-] {
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem
}

.vus-box.lr-20 {
	margin-left: -1.25rem;
	margin-right: -1.25rem
}

.vus-box.lr-20>.vus-col,
.vus-box.lr-20>.vus-flex,
.vus-box.lr-20>[class*=" vus-col-"],
.vus-box.lr-20>[class^=vus-col-],
.vus-box.lr-20>[class*=" vus-flex-"],
.vus-box.lr-20>[class^=vus-flex-] {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.vus-box.tb-20 {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem
}

.vus-box.tb-20>.vus-col,
.vus-box.tb-20>.vus-flex,
.vus-box.tb-20>[class*=" vus-col-"],
.vus-box.tb-20>[class^=vus-col-],
.vus-box.tb-20>[class*=" vus-flex-"],
.vus-box.tb-20>[class^=vus-flex-] {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.vus-box.lr-0 {
	margin-left: 0;
	margin-right: 0
}

.vus-box.lr-0>.vus-col,
.vus-box.lr-0>.vus-flex,
.vus-box.lr-0>[class*=" vus-col-"],
.vus-box.lr-0>[class^=vus-col-],
.vus-box.lr-0>[class*=" vus-flex-"],
.vus-box.lr-0>[class^=vus-flex-] {
	padding-left: 0;
	padding-right: 0
}

.vus-box.tb-0 {
	margin-top: 0;
	margin-bottom: 0
}

.vus-box.tb-0>.vus-col,
.vus-box.tb-0>.vus-flex,
.vus-box.tb-0>[class*=" vus-col-"],
.vus-box.tb-0>[class^=vus-col-],
.vus-box.tb-0>[class*=" vus-flex-"],
.vus-box.tb-0>[class^=vus-flex-] {
	padding-top: 0;
	padding-bottom: 0
}

@media (min-width: 576px) {
	.vus-col-xs,
	.vus-flex-xs,
	[class*=" vus-col-xs-"],
	[class^=vus-col-xs-],
	[class*=" vus-flex-xs-"],
	[class^=vus-flex-xs-] {
		width: 100%;
		min-height: 1px;
		position: relative
	}
	.vus-col-xs,
	.vus-flex-xs {
		max-width: 100%;
		flex-basis: 0;
		flex-grow: 1
	}
	.vus-col-xs-auto,
	.vus-flex-xs-auto {
		width: auto;
		max-width: none;
		flex: 0 0 auto
	}
	.vus-col-xs-1 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-flex-xs-1 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-col-xs-2 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-flex-xs-2 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-col-xs-3 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-flex-xs-3 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-col-xs-4 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-flex-xs-4 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-col-xs-5 {
		max-width: 20.8333333333%;
		flex: 0 0 20.8333333333%
	}
	.vus-flex-xs-5 {
		max-width: 20%;
		flex: 0 0 20%
	}
	.vus-col-xs-6 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-flex-xs-6 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-col-xs-7 {
		max-width: 29.1666666667%;
		flex: 0 0 29.1666666667%
	}
	.vus-flex-xs-7 {
		max-width: 14.2857142857%;
		flex: 0 0 14.2857142857%
	}
	.vus-col-xs-8 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-flex-xs-8 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-col-xs-9 {
		max-width: 37.5%;
		flex: 0 0 37.5%
	}
	.vus-flex-xs-9 {
		max-width: 11.1111111111%;
		flex: 0 0 11.1111111111%
	}
	.vus-col-xs-10 {
		max-width: 41.6666666667%;
		flex: 0 0 41.6666666667%
	}
	.vus-flex-xs-10 {
		max-width: 10%;
		flex: 0 0 10%
	}
	.vus-col-xs-11 {
		max-width: 45.8333333333%;
		flex: 0 0 45.8333333333%
	}
	.vus-flex-xs-11 {
		max-width: 9.0909090909%;
		flex: 0 0 9.0909090909%
	}
	.vus-col-xs-12 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-flex-xs-12 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-col-xs-13 {
		max-width: 54.1666666667%;
		flex: 0 0 54.1666666667%
	}
	.vus-flex-xs-13 {
		max-width: 7.6923076923%;
		flex: 0 0 7.6923076923%
	}
	.vus-col-xs-14 {
		max-width: 58.3333333333%;
		flex: 0 0 58.3333333333%
	}
	.vus-flex-xs-14 {
		max-width: 7.1428571429%;
		flex: 0 0 7.1428571429%
	}
	.vus-col-xs-15 {
		max-width: 62.5%;
		flex: 0 0 62.5%
	}
	.vus-flex-xs-15 {
		max-width: 6.6666666667%;
		flex: 0 0 6.6666666667%
	}
	.vus-col-xs-16 {
		max-width: 66.6666666667%;
		flex: 0 0 66.6666666667%
	}
	.vus-flex-xs-16 {
		max-width: 6.25%;
		flex: 0 0 6.25%
	}
	.vus-col-xs-17 {
		max-width: 70.8333333333%;
		flex: 0 0 70.8333333333%
	}
	.vus-flex-xs-17 {
		max-width: 5.8823529412%;
		flex: 0 0 5.8823529412%
	}
	.vus-col-xs-18 {
		max-width: 75%;
		flex: 0 0 75%
	}
	.vus-flex-xs-18 {
		max-width: 5.5555555556%;
		flex: 0 0 5.5555555556%
	}
	.vus-col-xs-19 {
		max-width: 79.1666666667%;
		flex: 0 0 79.1666666667%
	}
	.vus-flex-xs-19 {
		max-width: 5.2631578947%;
		flex: 0 0 5.2631578947%
	}
	.vus-col-xs-20 {
		max-width: 83.3333333333%;
		flex: 0 0 83.3333333333%
	}
	.vus-flex-xs-20 {
		max-width: 5%;
		flex: 0 0 5%
	}
	.vus-col-xs-21 {
		max-width: 87.5%;
		flex: 0 0 87.5%
	}
	.vus-flex-xs-21 {
		max-width: 4.7619047619%;
		flex: 0 0 4.7619047619%
	}
	.vus-col-xs-22 {
		max-width: 91.6666666667%;
		flex: 0 0 91.6666666667%
	}
	.vus-flex-xs-22 {
		max-width: 4.5454545455%;
		flex: 0 0 4.5454545455%
	}
	.vus-col-xs-23 {
		max-width: 95.8333333333%;
		flex: 0 0 95.8333333333%
	}
	.vus-flex-xs-23 {
		max-width: 4.347826087%;
		flex: 0 0 4.347826087%
	}
	.vus-col-xs-24 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-flex-xs-24 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-offset-xs-1 {
		margin-left: 4.1666666667%
	}
	.vus-offset-xs-2 {
		margin-left: 8.3333333333%
	}
	.vus-offset-xs-3 {
		margin-left: 12.5%
	}
	.vus-offset-xs-4 {
		margin-left: 16.6666666667%
	}
	.vus-offset-xs-5 {
		margin-left: 20.8333333333%
	}
	.vus-offset-xs-6 {
		margin-left: 25%
	}
	.vus-offset-xs-7 {
		margin-left: 29.1666666667%
	}
	.vus-offset-xs-8 {
		margin-left: 33.3333333333%
	}
	.vus-offset-xs-9 {
		margin-left: 37.5%
	}
	.vus-offset-xs-10 {
		margin-left: 41.6666666667%
	}
	.vus-offset-xs-11 {
		margin-left: 45.8333333333%
	}
	.vus-offset-xs-12 {
		margin-left: 50%
	}
	.vus-offset-xs-13 {
		margin-left: 54.1666666667%
	}
	.vus-offset-xs-14 {
		margin-left: 58.3333333333%
	}
	.vus-offset-xs-15 {
		margin-left: 62.5%
	}
	.vus-offset-xs-16 {
		margin-left: 66.6666666667%
	}
	.vus-offset-xs-17 {
		margin-left: 70.8333333333%
	}
	.vus-offset-xs-18 {
		margin-left: 75%
	}
	.vus-offset-xs-19 {
		margin-left: 79.1666666667%
	}
	.vus-offset-xs-20 {
		margin-left: 83.3333333333%
	}
	.vus-offset-xs-21 {
		margin-left: 87.5%
	}
	.vus-offset-xs-22 {
		margin-left: 91.6666666667%
	}
	.vus-offset-xs-23 {
		margin-left: 95.8333333333%
	}
	.vus-box.lr-xs-1 {
		margin-left: -.0625rem;
		margin-right: -.0625rem
	}
	.vus-box.lr-xs-1>.vus-col-xs,
	.vus-box.lr-xs-1>.vus-flex-xs,
	.vus-box.lr-xs-1>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-1>[class^=vus-col-xs-],
	.vus-box.lr-xs-1>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-1>[class^=vus-flex-xs-] {
		padding-left: .0625rem;
		padding-right: .0625rem
	}
	.vus-box.tb-xs-1 {
		margin-top: -.0625rem;
		margin-bottom: -.0625rem
	}
	.vus-box.tb-xs-1>.vus-col-xs,
	.vus-box.tb-xs-1>.vus-flex-xs,
	.vus-box.tb-xs-1>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-1>[class^=vus-col-xs-],
	.vus-box.tb-xs-1>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-1>[class^=vus-flex-xs-] {
		padding-top: .0625rem;
		padding-bottom: .0625rem
	}
	.vus-box.lr-xs-2 {
		margin-left: -.125rem;
		margin-right: -.125rem
	}
	.vus-box.lr-xs-2>.vus-col-xs,
	.vus-box.lr-xs-2>.vus-flex-xs,
	.vus-box.lr-xs-2>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-2>[class^=vus-col-xs-],
	.vus-box.lr-xs-2>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-2>[class^=vus-flex-xs-] {
		padding-left: .125rem;
		padding-right: .125rem
	}
	.vus-box.tb-xs-2 {
		margin-top: -.125rem;
		margin-bottom: -.125rem
	}
	.vus-box.tb-xs-2>.vus-col-xs,
	.vus-box.tb-xs-2>.vus-flex-xs,
	.vus-box.tb-xs-2>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-2>[class^=vus-col-xs-],
	.vus-box.tb-xs-2>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-2>[class^=vus-flex-xs-] {
		padding-top: .125rem;
		padding-bottom: .125rem
	}
	.vus-box.lr-xs-3 {
		margin-left: -.1875rem;
		margin-right: -.1875rem
	}
	.vus-box.lr-xs-3>.vus-col-xs,
	.vus-box.lr-xs-3>.vus-flex-xs,
	.vus-box.lr-xs-3>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-3>[class^=vus-col-xs-],
	.vus-box.lr-xs-3>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-3>[class^=vus-flex-xs-] {
		padding-left: .1875rem;
		padding-right: .1875rem
	}
	.vus-box.tb-xs-3 {
		margin-top: -.1875rem;
		margin-bottom: -.1875rem
	}
	.vus-box.tb-xs-3>.vus-col-xs,
	.vus-box.tb-xs-3>.vus-flex-xs,
	.vus-box.tb-xs-3>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-3>[class^=vus-col-xs-],
	.vus-box.tb-xs-3>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-3>[class^=vus-flex-xs-] {
		padding-top: .1875rem;
		padding-bottom: .1875rem
	}
	.vus-box.lr-xs-4 {
		margin-left: -.25rem;
		margin-right: -.25rem
	}
	.vus-box.lr-xs-4>.vus-col-xs,
	.vus-box.lr-xs-4>.vus-flex-xs,
	.vus-box.lr-xs-4>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-4>[class^=vus-col-xs-],
	.vus-box.lr-xs-4>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-4>[class^=vus-flex-xs-] {
		padding-left: .25rem;
		padding-right: .25rem
	}
	.vus-box.tb-xs-4 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.vus-box.tb-xs-4>.vus-col-xs,
	.vus-box.tb-xs-4>.vus-flex-xs,
	.vus-box.tb-xs-4>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-4>[class^=vus-col-xs-],
	.vus-box.tb-xs-4>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-4>[class^=vus-flex-xs-] {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.vus-box.lr-xs-5 {
		margin-left: -.3125rem;
		margin-right: -.3125rem
	}
	.vus-box.lr-xs-5>.vus-col-xs,
	.vus-box.lr-xs-5>.vus-flex-xs,
	.vus-box.lr-xs-5>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-5>[class^=vus-col-xs-],
	.vus-box.lr-xs-5>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-5>[class^=vus-flex-xs-] {
		padding-left: .3125rem;
		padding-right: .3125rem
	}
	.vus-box.tb-xs-5 {
		margin-top: -.3125rem;
		margin-bottom: -.3125rem
	}
	.vus-box.tb-xs-5>.vus-col-xs,
	.vus-box.tb-xs-5>.vus-flex-xs,
	.vus-box.tb-xs-5>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-5>[class^=vus-col-xs-],
	.vus-box.tb-xs-5>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-5>[class^=vus-flex-xs-] {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}
	.vus-box.lr-xs-6 {
		margin-left: -.375rem;
		margin-right: -.375rem
	}
	.vus-box.lr-xs-6>.vus-col-xs,
	.vus-box.lr-xs-6>.vus-flex-xs,
	.vus-box.lr-xs-6>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-6>[class^=vus-col-xs-],
	.vus-box.lr-xs-6>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-6>[class^=vus-flex-xs-] {
		padding-left: .375rem;
		padding-right: .375rem
	}
	.vus-box.tb-xs-6 {
		margin-top: -.375rem;
		margin-bottom: -.375rem
	}
	.vus-box.tb-xs-6>.vus-col-xs,
	.vus-box.tb-xs-6>.vus-flex-xs,
	.vus-box.tb-xs-6>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-6>[class^=vus-col-xs-],
	.vus-box.tb-xs-6>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-6>[class^=vus-flex-xs-] {
		padding-top: .375rem;
		padding-bottom: .375rem
	}
	.vus-box.lr-xs-7 {
		margin-left: -.4375rem;
		margin-right: -.4375rem
	}
	.vus-box.lr-xs-7>.vus-col-xs,
	.vus-box.lr-xs-7>.vus-flex-xs,
	.vus-box.lr-xs-7>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-7>[class^=vus-col-xs-],
	.vus-box.lr-xs-7>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-7>[class^=vus-flex-xs-] {
		padding-left: .4375rem;
		padding-right: .4375rem
	}
	.vus-box.tb-xs-7 {
		margin-top: -.4375rem;
		margin-bottom: -.4375rem
	}
	.vus-box.tb-xs-7>.vus-col-xs,
	.vus-box.tb-xs-7>.vus-flex-xs,
	.vus-box.tb-xs-7>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-7>[class^=vus-col-xs-],
	.vus-box.tb-xs-7>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-7>[class^=vus-flex-xs-] {
		padding-top: .4375rem;
		padding-bottom: .4375rem
	}
	.vus-box.lr-xs-8 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
	.vus-box.lr-xs-8>.vus-col-xs,
	.vus-box.lr-xs-8>.vus-flex-xs,
	.vus-box.lr-xs-8>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-8>[class^=vus-col-xs-],
	.vus-box.lr-xs-8>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-8>[class^=vus-flex-xs-] {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.vus-box.tb-xs-8 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.vus-box.tb-xs-8>.vus-col-xs,
	.vus-box.tb-xs-8>.vus-flex-xs,
	.vus-box.tb-xs-8>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-8>[class^=vus-col-xs-],
	.vus-box.tb-xs-8>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-8>[class^=vus-flex-xs-] {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.vus-box.lr-xs-9 {
		margin-left: -.5625rem;
		margin-right: -.5625rem
	}
	.vus-box.lr-xs-9>.vus-col-xs,
	.vus-box.lr-xs-9>.vus-flex-xs,
	.vus-box.lr-xs-9>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-9>[class^=vus-col-xs-],
	.vus-box.lr-xs-9>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-9>[class^=vus-flex-xs-] {
		padding-left: .5625rem;
		padding-right: .5625rem
	}
	.vus-box.tb-xs-9 {
		margin-top: -.5625rem;
		margin-bottom: -.5625rem
	}
	.vus-box.tb-xs-9>.vus-col-xs,
	.vus-box.tb-xs-9>.vus-flex-xs,
	.vus-box.tb-xs-9>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-9>[class^=vus-col-xs-],
	.vus-box.tb-xs-9>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-9>[class^=vus-flex-xs-] {
		padding-top: .5625rem;
		padding-bottom: .5625rem
	}
	.vus-box.lr-xs-10 {
		margin-left: -.625rem;
		margin-right: -.625rem
	}
	.vus-box.lr-xs-10>.vus-col-xs,
	.vus-box.lr-xs-10>.vus-flex-xs,
	.vus-box.lr-xs-10>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-10>[class^=vus-col-xs-],
	.vus-box.lr-xs-10>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-10>[class^=vus-flex-xs-] {
		padding-left: .625rem;
		padding-right: .625rem
	}
	.vus-box.tb-xs-10 {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
	.vus-box.tb-xs-10>.vus-col-xs,
	.vus-box.tb-xs-10>.vus-flex-xs,
	.vus-box.tb-xs-10>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-10>[class^=vus-col-xs-],
	.vus-box.tb-xs-10>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-10>[class^=vus-flex-xs-] {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.vus-box.lr-xs-11 {
		margin-left: -.6875rem;
		margin-right: -.6875rem
	}
	.vus-box.lr-xs-11>.vus-col-xs,
	.vus-box.lr-xs-11>.vus-flex-xs,
	.vus-box.lr-xs-11>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-11>[class^=vus-col-xs-],
	.vus-box.lr-xs-11>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-11>[class^=vus-flex-xs-] {
		padding-left: .6875rem;
		padding-right: .6875rem
	}
	.vus-box.tb-xs-11 {
		margin-top: -.6875rem;
		margin-bottom: -.6875rem
	}
	.vus-box.tb-xs-11>.vus-col-xs,
	.vus-box.tb-xs-11>.vus-flex-xs,
	.vus-box.tb-xs-11>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-11>[class^=vus-col-xs-],
	.vus-box.tb-xs-11>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-11>[class^=vus-flex-xs-] {
		padding-top: .6875rem;
		padding-bottom: .6875rem
	}
	.vus-box.lr-xs-12 {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
	.vus-box.lr-xs-12>.vus-col-xs,
	.vus-box.lr-xs-12>.vus-flex-xs,
	.vus-box.lr-xs-12>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-12>[class^=vus-col-xs-],
	.vus-box.lr-xs-12>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-12>[class^=vus-flex-xs-] {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.vus-box.tb-xs-12 {
		margin-top: -.75rem;
		margin-bottom: -.75rem
	}
	.vus-box.tb-xs-12>.vus-col-xs,
	.vus-box.tb-xs-12>.vus-flex-xs,
	.vus-box.tb-xs-12>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-12>[class^=vus-col-xs-],
	.vus-box.tb-xs-12>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-12>[class^=vus-flex-xs-] {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
	.vus-box.lr-xs-13 {
		margin-left: -.8125rem;
		margin-right: -.8125rem
	}
	.vus-box.lr-xs-13>.vus-col-xs,
	.vus-box.lr-xs-13>.vus-flex-xs,
	.vus-box.lr-xs-13>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-13>[class^=vus-col-xs-],
	.vus-box.lr-xs-13>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-13>[class^=vus-flex-xs-] {
		padding-left: .8125rem;
		padding-right: .8125rem
	}
	.vus-box.tb-xs-13 {
		margin-top: -.8125rem;
		margin-bottom: -.8125rem
	}
	.vus-box.tb-xs-13>.vus-col-xs,
	.vus-box.tb-xs-13>.vus-flex-xs,
	.vus-box.tb-xs-13>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-13>[class^=vus-col-xs-],
	.vus-box.tb-xs-13>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-13>[class^=vus-flex-xs-] {
		padding-top: .8125rem;
		padding-bottom: .8125rem
	}
	.vus-box.lr-xs-14 {
		margin-left: -.875rem;
		margin-right: -.875rem
	}
	.vus-box.lr-xs-14>.vus-col-xs,
	.vus-box.lr-xs-14>.vus-flex-xs,
	.vus-box.lr-xs-14>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-14>[class^=vus-col-xs-],
	.vus-box.lr-xs-14>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-14>[class^=vus-flex-xs-] {
		padding-left: .875rem;
		padding-right: .875rem
	}
	.vus-box.tb-xs-14 {
		margin-top: -.875rem;
		margin-bottom: -.875rem
	}
	.vus-box.tb-xs-14>.vus-col-xs,
	.vus-box.tb-xs-14>.vus-flex-xs,
	.vus-box.tb-xs-14>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-14>[class^=vus-col-xs-],
	.vus-box.tb-xs-14>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-14>[class^=vus-flex-xs-] {
		padding-top: .875rem;
		padding-bottom: .875rem
	}
	.vus-box.lr-xs-15 {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	.vus-box.lr-xs-15>.vus-col-xs,
	.vus-box.lr-xs-15>.vus-flex-xs,
	.vus-box.lr-xs-15>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-15>[class^=vus-col-xs-],
	.vus-box.lr-xs-15>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-15>[class^=vus-flex-xs-] {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.vus-box.tb-xs-15 {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
	.vus-box.tb-xs-15>.vus-col-xs,
	.vus-box.tb-xs-15>.vus-flex-xs,
	.vus-box.tb-xs-15>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-15>[class^=vus-col-xs-],
	.vus-box.tb-xs-15>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-15>[class^=vus-flex-xs-] {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
	.vus-box.lr-xs-16 {
		margin-left: -1rem;
		margin-right: -1rem
	}
	.vus-box.lr-xs-16>.vus-col-xs,
	.vus-box.lr-xs-16>.vus-flex-xs,
	.vus-box.lr-xs-16>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-16>[class^=vus-col-xs-],
	.vus-box.lr-xs-16>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-16>[class^=vus-flex-xs-] {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.vus-box.tb-xs-16 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.vus-box.tb-xs-16>.vus-col-xs,
	.vus-box.tb-xs-16>.vus-flex-xs,
	.vus-box.tb-xs-16>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-16>[class^=vus-col-xs-],
	.vus-box.tb-xs-16>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-16>[class^=vus-flex-xs-] {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.vus-box.lr-xs-17 {
		margin-left: -1.0625rem;
		margin-right: -1.0625rem
	}
	.vus-box.lr-xs-17>.vus-col-xs,
	.vus-box.lr-xs-17>.vus-flex-xs,
	.vus-box.lr-xs-17>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-17>[class^=vus-col-xs-],
	.vus-box.lr-xs-17>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-17>[class^=vus-flex-xs-] {
		padding-left: 1.0625rem;
		padding-right: 1.0625rem
	}
	.vus-box.tb-xs-17 {
		margin-top: -1.0625rem;
		margin-bottom: -1.0625rem
	}
	.vus-box.tb-xs-17>.vus-col-xs,
	.vus-box.tb-xs-17>.vus-flex-xs,
	.vus-box.tb-xs-17>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-17>[class^=vus-col-xs-],
	.vus-box.tb-xs-17>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-17>[class^=vus-flex-xs-] {
		padding-top: 1.0625rem;
		padding-bottom: 1.0625rem
	}
	.vus-box.lr-xs-18 {
		margin-left: -1.125rem;
		margin-right: -1.125rem
	}
	.vus-box.lr-xs-18>.vus-col-xs,
	.vus-box.lr-xs-18>.vus-flex-xs,
	.vus-box.lr-xs-18>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-18>[class^=vus-col-xs-],
	.vus-box.lr-xs-18>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-18>[class^=vus-flex-xs-] {
		padding-left: 1.125rem;
		padding-right: 1.125rem
	}
	.vus-box.tb-xs-18 {
		margin-top: -1.125rem;
		margin-bottom: -1.125rem
	}
	.vus-box.tb-xs-18>.vus-col-xs,
	.vus-box.tb-xs-18>.vus-flex-xs,
	.vus-box.tb-xs-18>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-18>[class^=vus-col-xs-],
	.vus-box.tb-xs-18>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-18>[class^=vus-flex-xs-] {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem
	}
	.vus-box.lr-xs-19 {
		margin-left: -1.1875rem;
		margin-right: -1.1875rem
	}
	.vus-box.lr-xs-19>.vus-col-xs,
	.vus-box.lr-xs-19>.vus-flex-xs,
	.vus-box.lr-xs-19>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-19>[class^=vus-col-xs-],
	.vus-box.lr-xs-19>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-19>[class^=vus-flex-xs-] {
		padding-left: 1.1875rem;
		padding-right: 1.1875rem
	}
	.vus-box.tb-xs-19 {
		margin-top: -1.1875rem;
		margin-bottom: -1.1875rem
	}
	.vus-box.tb-xs-19>.vus-col-xs,
	.vus-box.tb-xs-19>.vus-flex-xs,
	.vus-box.tb-xs-19>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-19>[class^=vus-col-xs-],
	.vus-box.tb-xs-19>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-19>[class^=vus-flex-xs-] {
		padding-top: 1.1875rem;
		padding-bottom: 1.1875rem
	}
	.vus-box.lr-xs-20 {
		margin-left: -1.25rem;
		margin-right: -1.25rem
	}
	.vus-box.lr-xs-20>.vus-col-xs,
	.vus-box.lr-xs-20>.vus-flex-xs,
	.vus-box.lr-xs-20>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-20>[class^=vus-col-xs-],
	.vus-box.lr-xs-20>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-20>[class^=vus-flex-xs-] {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.vus-box.tb-xs-20 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem
	}
	.vus-box.tb-xs-20>.vus-col-xs,
	.vus-box.tb-xs-20>.vus-flex-xs,
	.vus-box.tb-xs-20>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-20>[class^=vus-col-xs-],
	.vus-box.tb-xs-20>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-20>[class^=vus-flex-xs-] {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.vus-box.lr-xs-0 {
		margin-left: 0;
		margin-right: 0
	}
	.vus-box.lr-xs-0>.vus-col-xs,
	.vus-box.lr-xs-0>.vus-flex-xs,
	.vus-box.lr-xs-0>[class*=" vus-col-xs-"],
	.vus-box.lr-xs-0>[class^=vus-col-xs-],
	.vus-box.lr-xs-0>[class*=" vus-flex-xs-"],
	.vus-box.lr-xs-0>[class^=vus-flex-xs-] {
		padding-left: 0;
		padding-right: 0
	}
	.vus-box.tb-xs-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.vus-box.tb-xs-0>.vus-col-xs,
	.vus-box.tb-xs-0>.vus-flex-xs,
	.vus-box.tb-xs-0>[class*=" vus-col-xs-"],
	.vus-box.tb-xs-0>[class^=vus-col-xs-],
	.vus-box.tb-xs-0>[class*=" vus-flex-xs-"],
	.vus-box.tb-xs-0>[class^=vus-flex-xs-] {
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width: 768px) {
	.vus-col-sm,
	.vus-flex-sm,
	[class*=" vus-col-sm-"],
	[class^=vus-col-sm-],
	[class*=" vus-flex-sm-"],
	[class^=vus-flex-sm-] {
		width: 100%;
		min-height: 1px;
		position: relative
	}
	.vus-col-sm,
	.vus-flex-sm {
		max-width: 100%;
		flex-basis: 0;
		flex-grow: 1
	}
	.vus-col-sm-auto,
	.vus-flex-sm-auto {
		width: auto;
		max-width: none;
		flex: 0 0 auto
	}
	.vus-col-sm-1 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-flex-sm-1 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-col-sm-2 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-flex-sm-2 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-col-sm-3 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-flex-sm-3 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-col-sm-4 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-flex-sm-4 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-col-sm-5 {
		max-width: 20.8333333333%;
		flex: 0 0 20.8333333333%
	}
	.vus-flex-sm-5 {
		max-width: 20%;
		flex: 0 0 20%
	}
	.vus-col-sm-6 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-flex-sm-6 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-col-sm-7 {
		max-width: 29.1666666667%;
		flex: 0 0 29.1666666667%
	}
	.vus-flex-sm-7 {
		max-width: 14.2857142857%;
		flex: 0 0 14.2857142857%
	}
	.vus-col-sm-8 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-flex-sm-8 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-col-sm-9 {
		max-width: 37.5%;
		flex: 0 0 37.5%
	}
	.vus-flex-sm-9 {
		max-width: 11.1111111111%;
		flex: 0 0 11.1111111111%
	}
	.vus-col-sm-10 {
		max-width: 41.6666666667%;
		flex: 0 0 41.6666666667%
	}
	.vus-flex-sm-10 {
		max-width: 10%;
		flex: 0 0 10%
	}
	.vus-col-sm-11 {
		max-width: 45.8333333333%;
		flex: 0 0 45.8333333333%
	}
	.vus-flex-sm-11 {
		max-width: 9.0909090909%;
		flex: 0 0 9.0909090909%
	}
	.vus-col-sm-12 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-flex-sm-12 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-col-sm-13 {
		max-width: 54.1666666667%;
		flex: 0 0 54.1666666667%
	}
	.vus-flex-sm-13 {
		max-width: 7.6923076923%;
		flex: 0 0 7.6923076923%
	}
	.vus-col-sm-14 {
		max-width: 58.3333333333%;
		flex: 0 0 58.3333333333%
	}
	.vus-flex-sm-14 {
		max-width: 7.1428571429%;
		flex: 0 0 7.1428571429%
	}
	.vus-col-sm-15 {
		max-width: 62.5%;
		flex: 0 0 62.5%
	}
	.vus-flex-sm-15 {
		max-width: 6.6666666667%;
		flex: 0 0 6.6666666667%
	}
	.vus-col-sm-16 {
		max-width: 66.6666666667%;
		flex: 0 0 66.6666666667%
	}
	.vus-flex-sm-16 {
		max-width: 6.25%;
		flex: 0 0 6.25%
	}
	.vus-col-sm-17 {
		max-width: 70.8333333333%;
		flex: 0 0 70.8333333333%
	}
	.vus-flex-sm-17 {
		max-width: 5.8823529412%;
		flex: 0 0 5.8823529412%
	}
	.vus-col-sm-18 {
		max-width: 75%;
		flex: 0 0 75%
	}
	.vus-flex-sm-18 {
		max-width: 5.5555555556%;
		flex: 0 0 5.5555555556%
	}
	.vus-col-sm-19 {
		max-width: 79.1666666667%;
		flex: 0 0 79.1666666667%
	}
	.vus-flex-sm-19 {
		max-width: 5.2631578947%;
		flex: 0 0 5.2631578947%
	}
	.vus-col-sm-20 {
		max-width: 83.3333333333%;
		flex: 0 0 83.3333333333%
	}
	.vus-flex-sm-20 {
		max-width: 5%;
		flex: 0 0 5%
	}
	.vus-col-sm-21 {
		max-width: 87.5%;
		flex: 0 0 87.5%
	}
	.vus-flex-sm-21 {
		max-width: 4.7619047619%;
		flex: 0 0 4.7619047619%
	}
	.vus-col-sm-22 {
		max-width: 91.6666666667%;
		flex: 0 0 91.6666666667%
	}
	.vus-flex-sm-22 {
		max-width: 4.5454545455%;
		flex: 0 0 4.5454545455%
	}
	.vus-col-sm-23 {
		max-width: 95.8333333333%;
		flex: 0 0 95.8333333333%
	}
	.vus-flex-sm-23 {
		max-width: 4.347826087%;
		flex: 0 0 4.347826087%
	}
	.vus-col-sm-24 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-flex-sm-24 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-offset-sm-1 {
		margin-left: 4.1666666667%
	}
	.vus-offset-sm-2 {
		margin-left: 8.3333333333%
	}
	.vus-offset-sm-3 {
		margin-left: 12.5%
	}
	.vus-offset-sm-4 {
		margin-left: 16.6666666667%
	}
	.vus-offset-sm-5 {
		margin-left: 20.8333333333%
	}
	.vus-offset-sm-6 {
		margin-left: 25%
	}
	.vus-offset-sm-7 {
		margin-left: 29.1666666667%
	}
	.vus-offset-sm-8 {
		margin-left: 33.3333333333%
	}
	.vus-offset-sm-9 {
		margin-left: 37.5%
	}
	.vus-offset-sm-10 {
		margin-left: 41.6666666667%
	}
	.vus-offset-sm-11 {
		margin-left: 45.8333333333%
	}
	.vus-offset-sm-12 {
		margin-left: 50%
	}
	.vus-offset-sm-13 {
		margin-left: 54.1666666667%
	}
	.vus-offset-sm-14 {
		margin-left: 58.3333333333%
	}
	.vus-offset-sm-15 {
		margin-left: 62.5%
	}
	.vus-offset-sm-16 {
		margin-left: 66.6666666667%
	}
	.vus-offset-sm-17 {
		margin-left: 70.8333333333%
	}
	.vus-offset-sm-18 {
		margin-left: 75%
	}
	.vus-offset-sm-19 {
		margin-left: 79.1666666667%
	}
	.vus-offset-sm-20 {
		margin-left: 83.3333333333%
	}
	.vus-offset-sm-21 {
		margin-left: 87.5%
	}
	.vus-offset-sm-22 {
		margin-left: 91.6666666667%
	}
	.vus-offset-sm-23 {
		margin-left: 95.8333333333%
	}
	.vus-box.lr-sm-1 {
		margin-left: -.0625rem;
		margin-right: -.0625rem
	}
	.vus-box.lr-sm-1>.vus-col-sm,
	.vus-box.lr-sm-1>.vus-flex-sm,
	.vus-box.lr-sm-1>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-1>[class^=vus-col-sm-],
	.vus-box.lr-sm-1>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-1>[class^=vus-flex-sm-] {
		padding-left: .0625rem;
		padding-right: .0625rem
	}
	.vus-box.tb-sm-1 {
		margin-top: -.0625rem;
		margin-bottom: -.0625rem
	}
	.vus-box.tb-sm-1>.vus-col-sm,
	.vus-box.tb-sm-1>.vus-flex-sm,
	.vus-box.tb-sm-1>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-1>[class^=vus-col-sm-],
	.vus-box.tb-sm-1>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-1>[class^=vus-flex-sm-] {
		padding-top: .0625rem;
		padding-bottom: .0625rem
	}
	.vus-box.lr-sm-2 {
		margin-left: -.125rem;
		margin-right: -.125rem
	}
	.vus-box.lr-sm-2>.vus-col-sm,
	.vus-box.lr-sm-2>.vus-flex-sm,
	.vus-box.lr-sm-2>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-2>[class^=vus-col-sm-],
	.vus-box.lr-sm-2>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-2>[class^=vus-flex-sm-] {
		padding-left: .125rem;
		padding-right: .125rem
	}
	.vus-box.tb-sm-2 {
		margin-top: -.125rem;
		margin-bottom: -.125rem
	}
	.vus-box.tb-sm-2>.vus-col-sm,
	.vus-box.tb-sm-2>.vus-flex-sm,
	.vus-box.tb-sm-2>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-2>[class^=vus-col-sm-],
	.vus-box.tb-sm-2>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-2>[class^=vus-flex-sm-] {
		padding-top: .125rem;
		padding-bottom: .125rem
	}
	.vus-box.lr-sm-3 {
		margin-left: -.1875rem;
		margin-right: -.1875rem
	}
	.vus-box.lr-sm-3>.vus-col-sm,
	.vus-box.lr-sm-3>.vus-flex-sm,
	.vus-box.lr-sm-3>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-3>[class^=vus-col-sm-],
	.vus-box.lr-sm-3>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-3>[class^=vus-flex-sm-] {
		padding-left: .1875rem;
		padding-right: .1875rem
	}
	.vus-box.tb-sm-3 {
		margin-top: -.1875rem;
		margin-bottom: -.1875rem
	}
	.vus-box.tb-sm-3>.vus-col-sm,
	.vus-box.tb-sm-3>.vus-flex-sm,
	.vus-box.tb-sm-3>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-3>[class^=vus-col-sm-],
	.vus-box.tb-sm-3>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-3>[class^=vus-flex-sm-] {
		padding-top: .1875rem;
		padding-bottom: .1875rem
	}
	.vus-box.lr-sm-4 {
		margin-left: -.25rem;
		margin-right: -.25rem
	}
	.vus-box.lr-sm-4>.vus-col-sm,
	.vus-box.lr-sm-4>.vus-flex-sm,
	.vus-box.lr-sm-4>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-4>[class^=vus-col-sm-],
	.vus-box.lr-sm-4>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-4>[class^=vus-flex-sm-] {
		padding-left: .25rem;
		padding-right: .25rem
	}
	.vus-box.tb-sm-4 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.vus-box.tb-sm-4>.vus-col-sm,
	.vus-box.tb-sm-4>.vus-flex-sm,
	.vus-box.tb-sm-4>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-4>[class^=vus-col-sm-],
	.vus-box.tb-sm-4>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-4>[class^=vus-flex-sm-] {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.vus-box.lr-sm-5 {
		margin-left: -.3125rem;
		margin-right: -.3125rem
	}
	.vus-box.lr-sm-5>.vus-col-sm,
	.vus-box.lr-sm-5>.vus-flex-sm,
	.vus-box.lr-sm-5>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-5>[class^=vus-col-sm-],
	.vus-box.lr-sm-5>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-5>[class^=vus-flex-sm-] {
		padding-left: .3125rem;
		padding-right: .3125rem
	}
	.vus-box.tb-sm-5 {
		margin-top: -.3125rem;
		margin-bottom: -.3125rem
	}
	.vus-box.tb-sm-5>.vus-col-sm,
	.vus-box.tb-sm-5>.vus-flex-sm,
	.vus-box.tb-sm-5>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-5>[class^=vus-col-sm-],
	.vus-box.tb-sm-5>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-5>[class^=vus-flex-sm-] {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}
	.vus-box.lr-sm-6 {
		margin-left: -.375rem;
		margin-right: -.375rem
	}
	.vus-box.lr-sm-6>.vus-col-sm,
	.vus-box.lr-sm-6>.vus-flex-sm,
	.vus-box.lr-sm-6>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-6>[class^=vus-col-sm-],
	.vus-box.lr-sm-6>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-6>[class^=vus-flex-sm-] {
		padding-left: .375rem;
		padding-right: .375rem
	}
	.vus-box.tb-sm-6 {
		margin-top: -.375rem;
		margin-bottom: -.375rem
	}
	.vus-box.tb-sm-6>.vus-col-sm,
	.vus-box.tb-sm-6>.vus-flex-sm,
	.vus-box.tb-sm-6>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-6>[class^=vus-col-sm-],
	.vus-box.tb-sm-6>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-6>[class^=vus-flex-sm-] {
		padding-top: .375rem;
		padding-bottom: .375rem
	}
	.vus-box.lr-sm-7 {
		margin-left: -.4375rem;
		margin-right: -.4375rem
	}
	.vus-box.lr-sm-7>.vus-col-sm,
	.vus-box.lr-sm-7>.vus-flex-sm,
	.vus-box.lr-sm-7>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-7>[class^=vus-col-sm-],
	.vus-box.lr-sm-7>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-7>[class^=vus-flex-sm-] {
		padding-left: .4375rem;
		padding-right: .4375rem
	}
	.vus-box.tb-sm-7 {
		margin-top: -.4375rem;
		margin-bottom: -.4375rem
	}
	.vus-box.tb-sm-7>.vus-col-sm,
	.vus-box.tb-sm-7>.vus-flex-sm,
	.vus-box.tb-sm-7>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-7>[class^=vus-col-sm-],
	.vus-box.tb-sm-7>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-7>[class^=vus-flex-sm-] {
		padding-top: .4375rem;
		padding-bottom: .4375rem
	}
	.vus-box.lr-sm-8 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
	.vus-box.lr-sm-8>.vus-col-sm,
	.vus-box.lr-sm-8>.vus-flex-sm,
	.vus-box.lr-sm-8>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-8>[class^=vus-col-sm-],
	.vus-box.lr-sm-8>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-8>[class^=vus-flex-sm-] {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.vus-box.tb-sm-8 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.vus-box.tb-sm-8>.vus-col-sm,
	.vus-box.tb-sm-8>.vus-flex-sm,
	.vus-box.tb-sm-8>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-8>[class^=vus-col-sm-],
	.vus-box.tb-sm-8>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-8>[class^=vus-flex-sm-] {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.vus-box.lr-sm-9 {
		margin-left: -.5625rem;
		margin-right: -.5625rem
	}
	.vus-box.lr-sm-9>.vus-col-sm,
	.vus-box.lr-sm-9>.vus-flex-sm,
	.vus-box.lr-sm-9>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-9>[class^=vus-col-sm-],
	.vus-box.lr-sm-9>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-9>[class^=vus-flex-sm-] {
		padding-left: .5625rem;
		padding-right: .5625rem
	}
	.vus-box.tb-sm-9 {
		margin-top: -.5625rem;
		margin-bottom: -.5625rem
	}
	.vus-box.tb-sm-9>.vus-col-sm,
	.vus-box.tb-sm-9>.vus-flex-sm,
	.vus-box.tb-sm-9>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-9>[class^=vus-col-sm-],
	.vus-box.tb-sm-9>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-9>[class^=vus-flex-sm-] {
		padding-top: .5625rem;
		padding-bottom: .5625rem
	}
	.vus-box.lr-sm-10 {
		margin-left: -.625rem;
		margin-right: -.625rem
	}
	.vus-box.lr-sm-10>.vus-col-sm,
	.vus-box.lr-sm-10>.vus-flex-sm,
	.vus-box.lr-sm-10>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-10>[class^=vus-col-sm-],
	.vus-box.lr-sm-10>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-10>[class^=vus-flex-sm-] {
		padding-left: .625rem;
		padding-right: .625rem
	}
	.vus-box.tb-sm-10 {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
	.vus-box.tb-sm-10>.vus-col-sm,
	.vus-box.tb-sm-10>.vus-flex-sm,
	.vus-box.tb-sm-10>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-10>[class^=vus-col-sm-],
	.vus-box.tb-sm-10>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-10>[class^=vus-flex-sm-] {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.vus-box.lr-sm-11 {
		margin-left: -.6875rem;
		margin-right: -.6875rem
	}
	.vus-box.lr-sm-11>.vus-col-sm,
	.vus-box.lr-sm-11>.vus-flex-sm,
	.vus-box.lr-sm-11>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-11>[class^=vus-col-sm-],
	.vus-box.lr-sm-11>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-11>[class^=vus-flex-sm-] {
		padding-left: .6875rem;
		padding-right: .6875rem
	}
	.vus-box.tb-sm-11 {
		margin-top: -.6875rem;
		margin-bottom: -.6875rem
	}
	.vus-box.tb-sm-11>.vus-col-sm,
	.vus-box.tb-sm-11>.vus-flex-sm,
	.vus-box.tb-sm-11>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-11>[class^=vus-col-sm-],
	.vus-box.tb-sm-11>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-11>[class^=vus-flex-sm-] {
		padding-top: .6875rem;
		padding-bottom: .6875rem
	}
	.vus-box.lr-sm-12 {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
	.vus-box.lr-sm-12>.vus-col-sm,
	.vus-box.lr-sm-12>.vus-flex-sm,
	.vus-box.lr-sm-12>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-12>[class^=vus-col-sm-],
	.vus-box.lr-sm-12>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-12>[class^=vus-flex-sm-] {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.vus-box.tb-sm-12 {
		margin-top: -.75rem;
		margin-bottom: -.75rem
	}
	.vus-box.tb-sm-12>.vus-col-sm,
	.vus-box.tb-sm-12>.vus-flex-sm,
	.vus-box.tb-sm-12>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-12>[class^=vus-col-sm-],
	.vus-box.tb-sm-12>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-12>[class^=vus-flex-sm-] {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
	.vus-box.lr-sm-13 {
		margin-left: -.8125rem;
		margin-right: -.8125rem
	}
	.vus-box.lr-sm-13>.vus-col-sm,
	.vus-box.lr-sm-13>.vus-flex-sm,
	.vus-box.lr-sm-13>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-13>[class^=vus-col-sm-],
	.vus-box.lr-sm-13>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-13>[class^=vus-flex-sm-] {
		padding-left: .8125rem;
		padding-right: .8125rem
	}
	.vus-box.tb-sm-13 {
		margin-top: -.8125rem;
		margin-bottom: -.8125rem
	}
	.vus-box.tb-sm-13>.vus-col-sm,
	.vus-box.tb-sm-13>.vus-flex-sm,
	.vus-box.tb-sm-13>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-13>[class^=vus-col-sm-],
	.vus-box.tb-sm-13>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-13>[class^=vus-flex-sm-] {
		padding-top: .8125rem;
		padding-bottom: .8125rem
	}
	.vus-box.lr-sm-14 {
		margin-left: -.875rem;
		margin-right: -.875rem
	}
	.vus-box.lr-sm-14>.vus-col-sm,
	.vus-box.lr-sm-14>.vus-flex-sm,
	.vus-box.lr-sm-14>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-14>[class^=vus-col-sm-],
	.vus-box.lr-sm-14>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-14>[class^=vus-flex-sm-] {
		padding-left: .875rem;
		padding-right: .875rem
	}
	.vus-box.tb-sm-14 {
		margin-top: -.875rem;
		margin-bottom: -.875rem
	}
	.vus-box.tb-sm-14>.vus-col-sm,
	.vus-box.tb-sm-14>.vus-flex-sm,
	.vus-box.tb-sm-14>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-14>[class^=vus-col-sm-],
	.vus-box.tb-sm-14>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-14>[class^=vus-flex-sm-] {
		padding-top: .875rem;
		padding-bottom: .875rem
	}
	.vus-box.lr-sm-15 {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	.vus-box.lr-sm-15>.vus-col-sm,
	.vus-box.lr-sm-15>.vus-flex-sm,
	.vus-box.lr-sm-15>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-15>[class^=vus-col-sm-],
	.vus-box.lr-sm-15>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-15>[class^=vus-flex-sm-] {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.vus-box.tb-sm-15 {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
	.vus-box.tb-sm-15>.vus-col-sm,
	.vus-box.tb-sm-15>.vus-flex-sm,
	.vus-box.tb-sm-15>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-15>[class^=vus-col-sm-],
	.vus-box.tb-sm-15>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-15>[class^=vus-flex-sm-] {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
	.vus-box.lr-sm-16 {
		margin-left: -1rem;
		margin-right: -1rem
	}
	.vus-box.lr-sm-16>.vus-col-sm,
	.vus-box.lr-sm-16>.vus-flex-sm,
	.vus-box.lr-sm-16>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-16>[class^=vus-col-sm-],
	.vus-box.lr-sm-16>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-16>[class^=vus-flex-sm-] {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.vus-box.tb-sm-16 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.vus-box.tb-sm-16>.vus-col-sm,
	.vus-box.tb-sm-16>.vus-flex-sm,
	.vus-box.tb-sm-16>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-16>[class^=vus-col-sm-],
	.vus-box.tb-sm-16>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-16>[class^=vus-flex-sm-] {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.vus-box.lr-sm-17 {
		margin-left: -1.0625rem;
		margin-right: -1.0625rem
	}
	.vus-box.lr-sm-17>.vus-col-sm,
	.vus-box.lr-sm-17>.vus-flex-sm,
	.vus-box.lr-sm-17>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-17>[class^=vus-col-sm-],
	.vus-box.lr-sm-17>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-17>[class^=vus-flex-sm-] {
		padding-left: 1.0625rem;
		padding-right: 1.0625rem
	}
	.vus-box.tb-sm-17 {
		margin-top: -1.0625rem;
		margin-bottom: -1.0625rem
	}
	.vus-box.tb-sm-17>.vus-col-sm,
	.vus-box.tb-sm-17>.vus-flex-sm,
	.vus-box.tb-sm-17>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-17>[class^=vus-col-sm-],
	.vus-box.tb-sm-17>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-17>[class^=vus-flex-sm-] {
		padding-top: 1.0625rem;
		padding-bottom: 1.0625rem
	}
	.vus-box.lr-sm-18 {
		margin-left: -1.125rem;
		margin-right: -1.125rem
	}
	.vus-box.lr-sm-18>.vus-col-sm,
	.vus-box.lr-sm-18>.vus-flex-sm,
	.vus-box.lr-sm-18>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-18>[class^=vus-col-sm-],
	.vus-box.lr-sm-18>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-18>[class^=vus-flex-sm-] {
		padding-left: 1.125rem;
		padding-right: 1.125rem
	}
	.vus-box.tb-sm-18 {
		margin-top: -1.125rem;
		margin-bottom: -1.125rem
	}
	.vus-box.tb-sm-18>.vus-col-sm,
	.vus-box.tb-sm-18>.vus-flex-sm,
	.vus-box.tb-sm-18>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-18>[class^=vus-col-sm-],
	.vus-box.tb-sm-18>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-18>[class^=vus-flex-sm-] {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem
	}
	.vus-box.lr-sm-19 {
		margin-left: -1.1875rem;
		margin-right: -1.1875rem
	}
	.vus-box.lr-sm-19>.vus-col-sm,
	.vus-box.lr-sm-19>.vus-flex-sm,
	.vus-box.lr-sm-19>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-19>[class^=vus-col-sm-],
	.vus-box.lr-sm-19>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-19>[class^=vus-flex-sm-] {
		padding-left: 1.1875rem;
		padding-right: 1.1875rem
	}
	.vus-box.tb-sm-19 {
		margin-top: -1.1875rem;
		margin-bottom: -1.1875rem
	}
	.vus-box.tb-sm-19>.vus-col-sm,
	.vus-box.tb-sm-19>.vus-flex-sm,
	.vus-box.tb-sm-19>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-19>[class^=vus-col-sm-],
	.vus-box.tb-sm-19>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-19>[class^=vus-flex-sm-] {
		padding-top: 1.1875rem;
		padding-bottom: 1.1875rem
	}
	.vus-box.lr-sm-20 {
		margin-left: -1.25rem;
		margin-right: -1.25rem
	}
	.vus-box.lr-sm-20>.vus-col-sm,
	.vus-box.lr-sm-20>.vus-flex-sm,
	.vus-box.lr-sm-20>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-20>[class^=vus-col-sm-],
	.vus-box.lr-sm-20>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-20>[class^=vus-flex-sm-] {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.vus-box.tb-sm-20 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem
	}
	.vus-box.tb-sm-20>.vus-col-sm,
	.vus-box.tb-sm-20>.vus-flex-sm,
	.vus-box.tb-sm-20>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-20>[class^=vus-col-sm-],
	.vus-box.tb-sm-20>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-20>[class^=vus-flex-sm-] {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.vus-box.lr-sm-0 {
		margin-left: 0;
		margin-right: 0
	}
	.vus-box.lr-sm-0>.vus-col-sm,
	.vus-box.lr-sm-0>.vus-flex-sm,
	.vus-box.lr-sm-0>[class*=" vus-col-sm-"],
	.vus-box.lr-sm-0>[class^=vus-col-sm-],
	.vus-box.lr-sm-0>[class*=" vus-flex-sm-"],
	.vus-box.lr-sm-0>[class^=vus-flex-sm-] {
		padding-left: 0;
		padding-right: 0
	}
	.vus-box.tb-sm-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.vus-box.tb-sm-0>.vus-col-sm,
	.vus-box.tb-sm-0>.vus-flex-sm,
	.vus-box.tb-sm-0>[class*=" vus-col-sm-"],
	.vus-box.tb-sm-0>[class^=vus-col-sm-],
	.vus-box.tb-sm-0>[class*=" vus-flex-sm-"],
	.vus-box.tb-sm-0>[class^=vus-flex-sm-] {
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width: 1024px) {
	.vus-col-md,
	.vus-flex-md,
	[class*=" vus-col-md-"],
	[class^=vus-col-md-],
	[class*=" vus-flex-md-"],
	[class^=vus-flex-md-] {
		width: 100%;
		min-height: 1px;
		position: relative
	}
	.vus-col-md,
	.vus-flex-md {
		max-width: 100%;
		flex-basis: 0;
		flex-grow: 1
	}
	.vus-col-md-auto,
	.vus-flex-md-auto {
		width: auto;
		max-width: none;
		flex: 0 0 auto
	}
	.vus-col-md-1 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-flex-md-1 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-col-md-2 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-flex-md-2 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-col-md-3 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-flex-md-3 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-col-md-4 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-flex-md-4 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-col-md-5 {
		max-width: 20.8333333333%;
		flex: 0 0 20.8333333333%
	}
	.vus-flex-md-5 {
		max-width: 20%;
		flex: 0 0 20%
	}
	.vus-col-md-6 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-flex-md-6 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-col-md-7 {
		max-width: 29.1666666667%;
		flex: 0 0 29.1666666667%
	}
	.vus-flex-md-7 {
		max-width: 14.2857142857%;
		flex: 0 0 14.2857142857%
	}
	.vus-col-md-8 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-flex-md-8 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-col-md-9 {
		max-width: 37.5%;
		flex: 0 0 37.5%
	}
	.vus-flex-md-9 {
		max-width: 11.1111111111%;
		flex: 0 0 11.1111111111%
	}
	.vus-col-md-10 {
		max-width: 41.6666666667%;
		flex: 0 0 41.6666666667%
	}
	.vus-flex-md-10 {
		max-width: 10%;
		flex: 0 0 10%
	}
	.vus-col-md-11 {
		max-width: 45.8333333333%;
		flex: 0 0 45.8333333333%
	}
	.vus-flex-md-11 {
		max-width: 9.0909090909%;
		flex: 0 0 9.0909090909%
	}
	.vus-col-md-12 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-flex-md-12 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-col-md-13 {
		max-width: 54.1666666667%;
		flex: 0 0 54.1666666667%
	}
	.vus-flex-md-13 {
		max-width: 7.6923076923%;
		flex: 0 0 7.6923076923%
	}
	.vus-col-md-14 {
		max-width: 58.3333333333%;
		flex: 0 0 58.3333333333%
	}
	.vus-flex-md-14 {
		max-width: 7.1428571429%;
		flex: 0 0 7.1428571429%
	}
	.vus-col-md-15 {
		max-width: 62.5%;
		flex: 0 0 62.5%
	}
	.vus-flex-md-15 {
		max-width: 6.6666666667%;
		flex: 0 0 6.6666666667%
	}
	.vus-col-md-16 {
		max-width: 66.6666666667%;
		flex: 0 0 66.6666666667%
	}
	.vus-flex-md-16 {
		max-width: 6.25%;
		flex: 0 0 6.25%
	}
	.vus-col-md-17 {
		max-width: 70.8333333333%;
		flex: 0 0 70.8333333333%
	}
	.vus-flex-md-17 {
		max-width: 5.8823529412%;
		flex: 0 0 5.8823529412%
	}
	.vus-col-md-18 {
		max-width: 75%;
		flex: 0 0 75%
	}
	.vus-flex-md-18 {
		max-width: 5.5555555556%;
		flex: 0 0 5.5555555556%
	}
	.vus-col-md-19 {
		max-width: 79.1666666667%;
		flex: 0 0 79.1666666667%
	}
	.vus-flex-md-19 {
		max-width: 5.2631578947%;
		flex: 0 0 5.2631578947%
	}
	.vus-col-md-20 {
		max-width: 83.3333333333%;
		flex: 0 0 83.3333333333%
	}
	.vus-flex-md-20 {
		max-width: 5%;
		flex: 0 0 5%
	}
	.vus-col-md-21 {
		max-width: 87.5%;
		flex: 0 0 87.5%
	}
	.vus-flex-md-21 {
		max-width: 4.7619047619%;
		flex: 0 0 4.7619047619%
	}
	.vus-col-md-22 {
		max-width: 91.6666666667%;
		flex: 0 0 91.6666666667%
	}
	.vus-flex-md-22 {
		max-width: 4.5454545455%;
		flex: 0 0 4.5454545455%
	}
	.vus-col-md-23 {
		max-width: 95.8333333333%;
		flex: 0 0 95.8333333333%
	}
	.vus-flex-md-23 {
		max-width: 4.347826087%;
		flex: 0 0 4.347826087%
	}
	.vus-col-md-24 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-flex-md-24 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-offset-md-1 {
		margin-left: 4.1666666667%
	}
	.vus-offset-md-2 {
		margin-left: 8.3333333333%
	}
	.vus-offset-md-3 {
		margin-left: 12.5%
	}
	.vus-offset-md-4 {
		margin-left: 16.6666666667%
	}
	.vus-offset-md-5 {
		margin-left: 20.8333333333%
	}
	.vus-offset-md-6 {
		margin-left: 25%
	}
	.vus-offset-md-7 {
		margin-left: 29.1666666667%
	}
	.vus-offset-md-8 {
		margin-left: 33.3333333333%
	}
	.vus-offset-md-9 {
		margin-left: 37.5%
	}
	.vus-offset-md-10 {
		margin-left: 41.6666666667%
	}
	.vus-offset-md-11 {
		margin-left: 45.8333333333%
	}
	.vus-offset-md-12 {
		margin-left: 50%
	}
	.vus-offset-md-13 {
		margin-left: 54.1666666667%
	}
	.vus-offset-md-14 {
		margin-left: 58.3333333333%
	}
	.vus-offset-md-15 {
		margin-left: 62.5%
	}
	.vus-offset-md-16 {
		margin-left: 66.6666666667%
	}
	.vus-offset-md-17 {
		margin-left: 70.8333333333%
	}
	.vus-offset-md-18 {
		margin-left: 75%
	}
	.vus-offset-md-19 {
		margin-left: 79.1666666667%
	}
	.vus-offset-md-20 {
		margin-left: 83.3333333333%
	}
	.vus-offset-md-21 {
		margin-left: 87.5%
	}
	.vus-offset-md-22 {
		margin-left: 91.6666666667%
	}
	.vus-offset-md-23 {
		margin-left: 95.8333333333%
	}
	.vus-box.lr-md-1 {
		margin-left: -.0625rem;
		margin-right: -.0625rem
	}
	.vus-box.lr-md-1>.vus-col-md,
	.vus-box.lr-md-1>.vus-flex-md,
	.vus-box.lr-md-1>[class*=" vus-col-md-"],
	.vus-box.lr-md-1>[class^=vus-col-md-],
	.vus-box.lr-md-1>[class*=" vus-flex-md-"],
	.vus-box.lr-md-1>[class^=vus-flex-md-] {
		padding-left: .0625rem;
		padding-right: .0625rem
	}
	.vus-box.tb-md-1 {
		margin-top: -.0625rem;
		margin-bottom: -.0625rem
	}
	.vus-box.tb-md-1>.vus-col-md,
	.vus-box.tb-md-1>.vus-flex-md,
	.vus-box.tb-md-1>[class*=" vus-col-md-"],
	.vus-box.tb-md-1>[class^=vus-col-md-],
	.vus-box.tb-md-1>[class*=" vus-flex-md-"],
	.vus-box.tb-md-1>[class^=vus-flex-md-] {
		padding-top: .0625rem;
		padding-bottom: .0625rem
	}
	.vus-box.lr-md-2 {
		margin-left: -.125rem;
		margin-right: -.125rem
	}
	.vus-box.lr-md-2>.vus-col-md,
	.vus-box.lr-md-2>.vus-flex-md,
	.vus-box.lr-md-2>[class*=" vus-col-md-"],
	.vus-box.lr-md-2>[class^=vus-col-md-],
	.vus-box.lr-md-2>[class*=" vus-flex-md-"],
	.vus-box.lr-md-2>[class^=vus-flex-md-] {
		padding-left: .125rem;
		padding-right: .125rem
	}
	.vus-box.tb-md-2 {
		margin-top: -.125rem;
		margin-bottom: -.125rem
	}
	.vus-box.tb-md-2>.vus-col-md,
	.vus-box.tb-md-2>.vus-flex-md,
	.vus-box.tb-md-2>[class*=" vus-col-md-"],
	.vus-box.tb-md-2>[class^=vus-col-md-],
	.vus-box.tb-md-2>[class*=" vus-flex-md-"],
	.vus-box.tb-md-2>[class^=vus-flex-md-] {
		padding-top: .125rem;
		padding-bottom: .125rem
	}
	.vus-box.lr-md-3 {
		margin-left: -.1875rem;
		margin-right: -.1875rem
	}
	.vus-box.lr-md-3>.vus-col-md,
	.vus-box.lr-md-3>.vus-flex-md,
	.vus-box.lr-md-3>[class*=" vus-col-md-"],
	.vus-box.lr-md-3>[class^=vus-col-md-],
	.vus-box.lr-md-3>[class*=" vus-flex-md-"],
	.vus-box.lr-md-3>[class^=vus-flex-md-] {
		padding-left: .1875rem;
		padding-right: .1875rem
	}
	.vus-box.tb-md-3 {
		margin-top: -.1875rem;
		margin-bottom: -.1875rem
	}
	.vus-box.tb-md-3>.vus-col-md,
	.vus-box.tb-md-3>.vus-flex-md,
	.vus-box.tb-md-3>[class*=" vus-col-md-"],
	.vus-box.tb-md-3>[class^=vus-col-md-],
	.vus-box.tb-md-3>[class*=" vus-flex-md-"],
	.vus-box.tb-md-3>[class^=vus-flex-md-] {
		padding-top: .1875rem;
		padding-bottom: .1875rem
	}
	.vus-box.lr-md-4 {
		margin-left: -.25rem;
		margin-right: -.25rem
	}
	.vus-box.lr-md-4>.vus-col-md,
	.vus-box.lr-md-4>.vus-flex-md,
	.vus-box.lr-md-4>[class*=" vus-col-md-"],
	.vus-box.lr-md-4>[class^=vus-col-md-],
	.vus-box.lr-md-4>[class*=" vus-flex-md-"],
	.vus-box.lr-md-4>[class^=vus-flex-md-] {
		padding-left: .25rem;
		padding-right: .25rem
	}
	.vus-box.tb-md-4 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.vus-box.tb-md-4>.vus-col-md,
	.vus-box.tb-md-4>.vus-flex-md,
	.vus-box.tb-md-4>[class*=" vus-col-md-"],
	.vus-box.tb-md-4>[class^=vus-col-md-],
	.vus-box.tb-md-4>[class*=" vus-flex-md-"],
	.vus-box.tb-md-4>[class^=vus-flex-md-] {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.vus-box.lr-md-5 {
		margin-left: -.3125rem;
		margin-right: -.3125rem
	}
	.vus-box.lr-md-5>.vus-col-md,
	.vus-box.lr-md-5>.vus-flex-md,
	.vus-box.lr-md-5>[class*=" vus-col-md-"],
	.vus-box.lr-md-5>[class^=vus-col-md-],
	.vus-box.lr-md-5>[class*=" vus-flex-md-"],
	.vus-box.lr-md-5>[class^=vus-flex-md-] {
		padding-left: .3125rem;
		padding-right: .3125rem
	}
	.vus-box.tb-md-5 {
		margin-top: -.3125rem;
		margin-bottom: -.3125rem
	}
	.vus-box.tb-md-5>.vus-col-md,
	.vus-box.tb-md-5>.vus-flex-md,
	.vus-box.tb-md-5>[class*=" vus-col-md-"],
	.vus-box.tb-md-5>[class^=vus-col-md-],
	.vus-box.tb-md-5>[class*=" vus-flex-md-"],
	.vus-box.tb-md-5>[class^=vus-flex-md-] {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}
	.vus-box.lr-md-6 {
		margin-left: -.375rem;
		margin-right: -.375rem
	}
	.vus-box.lr-md-6>.vus-col-md,
	.vus-box.lr-md-6>.vus-flex-md,
	.vus-box.lr-md-6>[class*=" vus-col-md-"],
	.vus-box.lr-md-6>[class^=vus-col-md-],
	.vus-box.lr-md-6>[class*=" vus-flex-md-"],
	.vus-box.lr-md-6>[class^=vus-flex-md-] {
		padding-left: .375rem;
		padding-right: .375rem
	}
	.vus-box.tb-md-6 {
		margin-top: -.375rem;
		margin-bottom: -.375rem
	}
	.vus-box.tb-md-6>.vus-col-md,
	.vus-box.tb-md-6>.vus-flex-md,
	.vus-box.tb-md-6>[class*=" vus-col-md-"],
	.vus-box.tb-md-6>[class^=vus-col-md-],
	.vus-box.tb-md-6>[class*=" vus-flex-md-"],
	.vus-box.tb-md-6>[class^=vus-flex-md-] {
		padding-top: .375rem;
		padding-bottom: .375rem
	}
	.vus-box.lr-md-7 {
		margin-left: -.4375rem;
		margin-right: -.4375rem
	}
	.vus-box.lr-md-7>.vus-col-md,
	.vus-box.lr-md-7>.vus-flex-md,
	.vus-box.lr-md-7>[class*=" vus-col-md-"],
	.vus-box.lr-md-7>[class^=vus-col-md-],
	.vus-box.lr-md-7>[class*=" vus-flex-md-"],
	.vus-box.lr-md-7>[class^=vus-flex-md-] {
		padding-left: .4375rem;
		padding-right: .4375rem
	}
	.vus-box.tb-md-7 {
		margin-top: -.4375rem;
		margin-bottom: -.4375rem
	}
	.vus-box.tb-md-7>.vus-col-md,
	.vus-box.tb-md-7>.vus-flex-md,
	.vus-box.tb-md-7>[class*=" vus-col-md-"],
	.vus-box.tb-md-7>[class^=vus-col-md-],
	.vus-box.tb-md-7>[class*=" vus-flex-md-"],
	.vus-box.tb-md-7>[class^=vus-flex-md-] {
		padding-top: .4375rem;
		padding-bottom: .4375rem
	}
	.vus-box.lr-md-8 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
	.vus-box.lr-md-8>.vus-col-md,
	.vus-box.lr-md-8>.vus-flex-md,
	.vus-box.lr-md-8>[class*=" vus-col-md-"],
	.vus-box.lr-md-8>[class^=vus-col-md-],
	.vus-box.lr-md-8>[class*=" vus-flex-md-"],
	.vus-box.lr-md-8>[class^=vus-flex-md-] {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.vus-box.tb-md-8 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.vus-box.tb-md-8>.vus-col-md,
	.vus-box.tb-md-8>.vus-flex-md,
	.vus-box.tb-md-8>[class*=" vus-col-md-"],
	.vus-box.tb-md-8>[class^=vus-col-md-],
	.vus-box.tb-md-8>[class*=" vus-flex-md-"],
	.vus-box.tb-md-8>[class^=vus-flex-md-] {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.vus-box.lr-md-9 {
		margin-left: -.5625rem;
		margin-right: -.5625rem
	}
	.vus-box.lr-md-9>.vus-col-md,
	.vus-box.lr-md-9>.vus-flex-md,
	.vus-box.lr-md-9>[class*=" vus-col-md-"],
	.vus-box.lr-md-9>[class^=vus-col-md-],
	.vus-box.lr-md-9>[class*=" vus-flex-md-"],
	.vus-box.lr-md-9>[class^=vus-flex-md-] {
		padding-left: .5625rem;
		padding-right: .5625rem
	}
	.vus-box.tb-md-9 {
		margin-top: -.5625rem;
		margin-bottom: -.5625rem
	}
	.vus-box.tb-md-9>.vus-col-md,
	.vus-box.tb-md-9>.vus-flex-md,
	.vus-box.tb-md-9>[class*=" vus-col-md-"],
	.vus-box.tb-md-9>[class^=vus-col-md-],
	.vus-box.tb-md-9>[class*=" vus-flex-md-"],
	.vus-box.tb-md-9>[class^=vus-flex-md-] {
		padding-top: .5625rem;
		padding-bottom: .5625rem
	}
	.vus-box.lr-md-10 {
		margin-left: -.625rem;
		margin-right: -.625rem
	}
	.vus-box.lr-md-10>.vus-col-md,
	.vus-box.lr-md-10>.vus-flex-md,
	.vus-box.lr-md-10>[class*=" vus-col-md-"],
	.vus-box.lr-md-10>[class^=vus-col-md-],
	.vus-box.lr-md-10>[class*=" vus-flex-md-"],
	.vus-box.lr-md-10>[class^=vus-flex-md-] {
		padding-left: .625rem;
		padding-right: .625rem
	}
	.vus-box.tb-md-10 {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
	.vus-box.tb-md-10>.vus-col-md,
	.vus-box.tb-md-10>.vus-flex-md,
	.vus-box.tb-md-10>[class*=" vus-col-md-"],
	.vus-box.tb-md-10>[class^=vus-col-md-],
	.vus-box.tb-md-10>[class*=" vus-flex-md-"],
	.vus-box.tb-md-10>[class^=vus-flex-md-] {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.vus-box.lr-md-11 {
		margin-left: -.6875rem;
		margin-right: -.6875rem
	}
	.vus-box.lr-md-11>.vus-col-md,
	.vus-box.lr-md-11>.vus-flex-md,
	.vus-box.lr-md-11>[class*=" vus-col-md-"],
	.vus-box.lr-md-11>[class^=vus-col-md-],
	.vus-box.lr-md-11>[class*=" vus-flex-md-"],
	.vus-box.lr-md-11>[class^=vus-flex-md-] {
		padding-left: .6875rem;
		padding-right: .6875rem
	}
	.vus-box.tb-md-11 {
		margin-top: -.6875rem;
		margin-bottom: -.6875rem
	}
	.vus-box.tb-md-11>.vus-col-md,
	.vus-box.tb-md-11>.vus-flex-md,
	.vus-box.tb-md-11>[class*=" vus-col-md-"],
	.vus-box.tb-md-11>[class^=vus-col-md-],
	.vus-box.tb-md-11>[class*=" vus-flex-md-"],
	.vus-box.tb-md-11>[class^=vus-flex-md-] {
		padding-top: .6875rem;
		padding-bottom: .6875rem
	}
	.vus-box.lr-md-12 {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
	.vus-box.lr-md-12>.vus-col-md,
	.vus-box.lr-md-12>.vus-flex-md,
	.vus-box.lr-md-12>[class*=" vus-col-md-"],
	.vus-box.lr-md-12>[class^=vus-col-md-],
	.vus-box.lr-md-12>[class*=" vus-flex-md-"],
	.vus-box.lr-md-12>[class^=vus-flex-md-] {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.vus-box.tb-md-12 {
		margin-top: -.75rem;
		margin-bottom: -.75rem
	}
	.vus-box.tb-md-12>.vus-col-md,
	.vus-box.tb-md-12>.vus-flex-md,
	.vus-box.tb-md-12>[class*=" vus-col-md-"],
	.vus-box.tb-md-12>[class^=vus-col-md-],
	.vus-box.tb-md-12>[class*=" vus-flex-md-"],
	.vus-box.tb-md-12>[class^=vus-flex-md-] {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
	.vus-box.lr-md-13 {
		margin-left: -.8125rem;
		margin-right: -.8125rem
	}
	.vus-box.lr-md-13>.vus-col-md,
	.vus-box.lr-md-13>.vus-flex-md,
	.vus-box.lr-md-13>[class*=" vus-col-md-"],
	.vus-box.lr-md-13>[class^=vus-col-md-],
	.vus-box.lr-md-13>[class*=" vus-flex-md-"],
	.vus-box.lr-md-13>[class^=vus-flex-md-] {
		padding-left: .8125rem;
		padding-right: .8125rem
	}
	.vus-box.tb-md-13 {
		margin-top: -.8125rem;
		margin-bottom: -.8125rem
	}
	.vus-box.tb-md-13>.vus-col-md,
	.vus-box.tb-md-13>.vus-flex-md,
	.vus-box.tb-md-13>[class*=" vus-col-md-"],
	.vus-box.tb-md-13>[class^=vus-col-md-],
	.vus-box.tb-md-13>[class*=" vus-flex-md-"],
	.vus-box.tb-md-13>[class^=vus-flex-md-] {
		padding-top: .8125rem;
		padding-bottom: .8125rem
	}
	.vus-box.lr-md-14 {
		margin-left: -.875rem;
		margin-right: -.875rem
	}
	.vus-box.lr-md-14>.vus-col-md,
	.vus-box.lr-md-14>.vus-flex-md,
	.vus-box.lr-md-14>[class*=" vus-col-md-"],
	.vus-box.lr-md-14>[class^=vus-col-md-],
	.vus-box.lr-md-14>[class*=" vus-flex-md-"],
	.vus-box.lr-md-14>[class^=vus-flex-md-] {
		padding-left: .875rem;
		padding-right: .875rem
	}
	.vus-box.tb-md-14 {
		margin-top: -.875rem;
		margin-bottom: -.875rem
	}
	.vus-box.tb-md-14>.vus-col-md,
	.vus-box.tb-md-14>.vus-flex-md,
	.vus-box.tb-md-14>[class*=" vus-col-md-"],
	.vus-box.tb-md-14>[class^=vus-col-md-],
	.vus-box.tb-md-14>[class*=" vus-flex-md-"],
	.vus-box.tb-md-14>[class^=vus-flex-md-] {
		padding-top: .875rem;
		padding-bottom: .875rem
	}
	.vus-box.lr-md-15 {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	.vus-box.lr-md-15>.vus-col-md,
	.vus-box.lr-md-15>.vus-flex-md,
	.vus-box.lr-md-15>[class*=" vus-col-md-"],
	.vus-box.lr-md-15>[class^=vus-col-md-],
	.vus-box.lr-md-15>[class*=" vus-flex-md-"],
	.vus-box.lr-md-15>[class^=vus-flex-md-] {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.vus-box.tb-md-15 {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
	.vus-box.tb-md-15>.vus-col-md,
	.vus-box.tb-md-15>.vus-flex-md,
	.vus-box.tb-md-15>[class*=" vus-col-md-"],
	.vus-box.tb-md-15>[class^=vus-col-md-],
	.vus-box.tb-md-15>[class*=" vus-flex-md-"],
	.vus-box.tb-md-15>[class^=vus-flex-md-] {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
	.vus-box.lr-md-16 {
		margin-left: -1rem;
		margin-right: -1rem
	}
	.vus-box.lr-md-16>.vus-col-md,
	.vus-box.lr-md-16>.vus-flex-md,
	.vus-box.lr-md-16>[class*=" vus-col-md-"],
	.vus-box.lr-md-16>[class^=vus-col-md-],
	.vus-box.lr-md-16>[class*=" vus-flex-md-"],
	.vus-box.lr-md-16>[class^=vus-flex-md-] {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.vus-box.tb-md-16 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.vus-box.tb-md-16>.vus-col-md,
	.vus-box.tb-md-16>.vus-flex-md,
	.vus-box.tb-md-16>[class*=" vus-col-md-"],
	.vus-box.tb-md-16>[class^=vus-col-md-],
	.vus-box.tb-md-16>[class*=" vus-flex-md-"],
	.vus-box.tb-md-16>[class^=vus-flex-md-] {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.vus-box.lr-md-17 {
		margin-left: -1.0625rem;
		margin-right: -1.0625rem
	}
	.vus-box.lr-md-17>.vus-col-md,
	.vus-box.lr-md-17>.vus-flex-md,
	.vus-box.lr-md-17>[class*=" vus-col-md-"],
	.vus-box.lr-md-17>[class^=vus-col-md-],
	.vus-box.lr-md-17>[class*=" vus-flex-md-"],
	.vus-box.lr-md-17>[class^=vus-flex-md-] {
		padding-left: 1.0625rem;
		padding-right: 1.0625rem
	}
	.vus-box.tb-md-17 {
		margin-top: -1.0625rem;
		margin-bottom: -1.0625rem
	}
	.vus-box.tb-md-17>.vus-col-md,
	.vus-box.tb-md-17>.vus-flex-md,
	.vus-box.tb-md-17>[class*=" vus-col-md-"],
	.vus-box.tb-md-17>[class^=vus-col-md-],
	.vus-box.tb-md-17>[class*=" vus-flex-md-"],
	.vus-box.tb-md-17>[class^=vus-flex-md-] {
		padding-top: 1.0625rem;
		padding-bottom: 1.0625rem
	}
	.vus-box.lr-md-18 {
		margin-left: -1.125rem;
		margin-right: -1.125rem
	}
	.vus-box.lr-md-18>.vus-col-md,
	.vus-box.lr-md-18>.vus-flex-md,
	.vus-box.lr-md-18>[class*=" vus-col-md-"],
	.vus-box.lr-md-18>[class^=vus-col-md-],
	.vus-box.lr-md-18>[class*=" vus-flex-md-"],
	.vus-box.lr-md-18>[class^=vus-flex-md-] {
		padding-left: 1.125rem;
		padding-right: 1.125rem
	}
	.vus-box.tb-md-18 {
		margin-top: -1.125rem;
		margin-bottom: -1.125rem
	}
	.vus-box.tb-md-18>.vus-col-md,
	.vus-box.tb-md-18>.vus-flex-md,
	.vus-box.tb-md-18>[class*=" vus-col-md-"],
	.vus-box.tb-md-18>[class^=vus-col-md-],
	.vus-box.tb-md-18>[class*=" vus-flex-md-"],
	.vus-box.tb-md-18>[class^=vus-flex-md-] {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem
	}
	.vus-box.lr-md-19 {
		margin-left: -1.1875rem;
		margin-right: -1.1875rem
	}
	.vus-box.lr-md-19>.vus-col-md,
	.vus-box.lr-md-19>.vus-flex-md,
	.vus-box.lr-md-19>[class*=" vus-col-md-"],
	.vus-box.lr-md-19>[class^=vus-col-md-],
	.vus-box.lr-md-19>[class*=" vus-flex-md-"],
	.vus-box.lr-md-19>[class^=vus-flex-md-] {
		padding-left: 1.1875rem;
		padding-right: 1.1875rem
	}
	.vus-box.tb-md-19 {
		margin-top: -1.1875rem;
		margin-bottom: -1.1875rem
	}
	.vus-box.tb-md-19>.vus-col-md,
	.vus-box.tb-md-19>.vus-flex-md,
	.vus-box.tb-md-19>[class*=" vus-col-md-"],
	.vus-box.tb-md-19>[class^=vus-col-md-],
	.vus-box.tb-md-19>[class*=" vus-flex-md-"],
	.vus-box.tb-md-19>[class^=vus-flex-md-] {
		padding-top: 1.1875rem;
		padding-bottom: 1.1875rem
	}
	.vus-box.lr-md-20 {
		margin-left: -1.25rem;
		margin-right: -1.25rem
	}
	.vus-box.lr-md-20>.vus-col-md,
	.vus-box.lr-md-20>.vus-flex-md,
	.vus-box.lr-md-20>[class*=" vus-col-md-"],
	.vus-box.lr-md-20>[class^=vus-col-md-],
	.vus-box.lr-md-20>[class*=" vus-flex-md-"],
	.vus-box.lr-md-20>[class^=vus-flex-md-] {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.vus-box.tb-md-20 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem
	}
	.vus-box.tb-md-20>.vus-col-md,
	.vus-box.tb-md-20>.vus-flex-md,
	.vus-box.tb-md-20>[class*=" vus-col-md-"],
	.vus-box.tb-md-20>[class^=vus-col-md-],
	.vus-box.tb-md-20>[class*=" vus-flex-md-"],
	.vus-box.tb-md-20>[class^=vus-flex-md-] {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.vus-box.lr-md-0 {
		margin-left: 0;
		margin-right: 0
	}
	.vus-box.lr-md-0>.vus-col-md,
	.vus-box.lr-md-0>.vus-flex-md,
	.vus-box.lr-md-0>[class*=" vus-col-md-"],
	.vus-box.lr-md-0>[class^=vus-col-md-],
	.vus-box.lr-md-0>[class*=" vus-flex-md-"],
	.vus-box.lr-md-0>[class^=vus-flex-md-] {
		padding-left: 0;
		padding-right: 0
	}
	.vus-box.tb-md-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.vus-box.tb-md-0>.vus-col-md,
	.vus-box.tb-md-0>.vus-flex-md,
	.vus-box.tb-md-0>[class*=" vus-col-md-"],
	.vus-box.tb-md-0>[class^=vus-col-md-],
	.vus-box.tb-md-0>[class*=" vus-flex-md-"],
	.vus-box.tb-md-0>[class^=vus-flex-md-] {
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width: 1280px) {
	.vus-col-lg,
	.vus-flex-lg,
	[class*=" vus-col-lg-"],
	[class^=vus-col-lg-],
	[class*=" vus-flex-lg-"],
	[class^=vus-flex-lg-] {
		width: 100%;
		min-height: 1px;
		position: relative
	}
	.vus-col-lg,
	.vus-flex-lg {
		max-width: 100%;
		flex-basis: 0;
		flex-grow: 1
	}
	.vus-col-lg-auto,
	.vus-flex-lg-auto {
		width: auto;
		max-width: none;
		flex: 0 0 auto
	}
	.vus-col-lg-1 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-flex-lg-1 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-col-lg-2 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-flex-lg-2 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-col-lg-3 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-flex-lg-3 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-col-lg-4 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-flex-lg-4 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-col-lg-5 {
		max-width: 20.8333333333%;
		flex: 0 0 20.8333333333%
	}
	.vus-flex-lg-5 {
		max-width: 20%;
		flex: 0 0 20%
	}
	.vus-col-lg-6 {
		max-width: 25%;
		flex: 0 0 25%
	}
	.vus-flex-lg-6 {
		max-width: 16.6666666667%;
		flex: 0 0 16.6666666667%
	}
	.vus-col-lg-7 {
		max-width: 29.1666666667%;
		flex: 0 0 29.1666666667%
	}
	.vus-flex-lg-7 {
		max-width: 14.2857142857%;
		flex: 0 0 14.2857142857%
	}
	.vus-col-lg-8 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%
	}
	.vus-flex-lg-8 {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
	.vus-col-lg-9 {
		max-width: 37.5%;
		flex: 0 0 37.5%
	}
	.vus-flex-lg-9 {
		max-width: 11.1111111111%;
		flex: 0 0 11.1111111111%
	}
	.vus-col-lg-10 {
		max-width: 41.6666666667%;
		flex: 0 0 41.6666666667%
	}
	.vus-flex-lg-10 {
		max-width: 10%;
		flex: 0 0 10%
	}
	.vus-col-lg-11 {
		max-width: 45.8333333333%;
		flex: 0 0 45.8333333333%
	}
	.vus-flex-lg-11 {
		max-width: 9.0909090909%;
		flex: 0 0 9.0909090909%
	}
	.vus-col-lg-12 {
		max-width: 50%;
		flex: 0 0 50%
	}
	.vus-flex-lg-12 {
		max-width: 8.3333333333%;
		flex: 0 0 8.3333333333%
	}
	.vus-col-lg-13 {
		max-width: 54.1666666667%;
		flex: 0 0 54.1666666667%
	}
	.vus-flex-lg-13 {
		max-width: 7.6923076923%;
		flex: 0 0 7.6923076923%
	}
	.vus-col-lg-14 {
		max-width: 58.3333333333%;
		flex: 0 0 58.3333333333%
	}
	.vus-flex-lg-14 {
		max-width: 7.1428571429%;
		flex: 0 0 7.1428571429%
	}
	.vus-col-lg-15 {
		max-width: 62.5%;
		flex: 0 0 62.5%
	}
	.vus-flex-lg-15 {
		max-width: 6.6666666667%;
		flex: 0 0 6.6666666667%
	}
	.vus-col-lg-16 {
		max-width: 66.6666666667%;
		flex: 0 0 66.6666666667%
	}
	.vus-flex-lg-16 {
		max-width: 6.25%;
		flex: 0 0 6.25%
	}
	.vus-col-lg-17 {
		max-width: 70.8333333333%;
		flex: 0 0 70.8333333333%
	}
	.vus-flex-lg-17 {
		max-width: 5.8823529412%;
		flex: 0 0 5.8823529412%
	}
	.vus-col-lg-18 {
		max-width: 75%;
		flex: 0 0 75%
	}
	.vus-flex-lg-18 {
		max-width: 5.5555555556%;
		flex: 0 0 5.5555555556%
	}
	.vus-col-lg-19 {
		max-width: 79.1666666667%;
		flex: 0 0 79.1666666667%
	}
	.vus-flex-lg-19 {
		max-width: 5.2631578947%;
		flex: 0 0 5.2631578947%
	}
	.vus-col-lg-20 {
		max-width: 83.3333333333%;
		flex: 0 0 83.3333333333%
	}
	.vus-flex-lg-20 {
		max-width: 5%;
		flex: 0 0 5%
	}
	.vus-col-lg-21 {
		max-width: 87.5%;
		flex: 0 0 87.5%
	}
	.vus-flex-lg-21 {
		max-width: 4.7619047619%;
		flex: 0 0 4.7619047619%
	}
	.vus-col-lg-22 {
		max-width: 91.6666666667%;
		flex: 0 0 91.6666666667%
	}
	.vus-flex-lg-22 {
		max-width: 4.5454545455%;
		flex: 0 0 4.5454545455%
	}
	.vus-col-lg-23 {
		max-width: 95.8333333333%;
		flex: 0 0 95.8333333333%
	}
	.vus-flex-lg-23 {
		max-width: 4.347826087%;
		flex: 0 0 4.347826087%
	}
	.vus-col-lg-24 {
		max-width: 100%;
		flex: 0 0 100%
	}
	.vus-flex-lg-24 {
		max-width: 4.1666666667%;
		flex: 0 0 4.1666666667%
	}
	.vus-offset-lg-1 {
		margin-left: 4.1666666667%
	}
	.vus-offset-lg-2 {
		margin-left: 8.3333333333%
	}
	.vus-offset-lg-3 {
		margin-left: 12.5%
	}
	.vus-offset-lg-4 {
		margin-left: 16.6666666667%
	}
	.vus-offset-lg-5 {
		margin-left: 20.8333333333%
	}
	.vus-offset-lg-6 {
		margin-left: 25%
	}
	.vus-offset-lg-7 {
		margin-left: 29.1666666667%
	}
	.vus-offset-lg-8 {
		margin-left: 33.3333333333%
	}
	.vus-offset-lg-9 {
		margin-left: 37.5%
	}
	.vus-offset-lg-10 {
		margin-left: 41.6666666667%
	}
	.vus-offset-lg-11 {
		margin-left: 45.8333333333%
	}
	.vus-offset-lg-12 {
		margin-left: 50%
	}
	.vus-offset-lg-13 {
		margin-left: 54.1666666667%
	}
	.vus-offset-lg-14 {
		margin-left: 58.3333333333%
	}
	.vus-offset-lg-15 {
		margin-left: 62.5%
	}
	.vus-offset-lg-16 {
		margin-left: 66.6666666667%
	}
	.vus-offset-lg-17 {
		margin-left: 70.8333333333%
	}
	.vus-offset-lg-18 {
		margin-left: 75%
	}
	.vus-offset-lg-19 {
		margin-left: 79.1666666667%
	}
	.vus-offset-lg-20 {
		margin-left: 83.3333333333%
	}
	.vus-offset-lg-21 {
		margin-left: 87.5%
	}
	.vus-offset-lg-22 {
		margin-left: 91.6666666667%
	}
	.vus-offset-lg-23 {
		margin-left: 95.8333333333%
	}
	.vus-box.lr-lg-1 {
		margin-left: -.0625rem;
		margin-right: -.0625rem
	}
	.vus-box.lr-lg-1>.vus-col-lg,
	.vus-box.lr-lg-1>.vus-flex-lg,
	.vus-box.lr-lg-1>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-1>[class^=vus-col-lg-],
	.vus-box.lr-lg-1>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-1>[class^=vus-flex-lg-] {
		padding-left: .0625rem;
		padding-right: .0625rem
	}
	.vus-box.tb-lg-1 {
		margin-top: -.0625rem;
		margin-bottom: -.0625rem
	}
	.vus-box.tb-lg-1>.vus-col-lg,
	.vus-box.tb-lg-1>.vus-flex-lg,
	.vus-box.tb-lg-1>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-1>[class^=vus-col-lg-],
	.vus-box.tb-lg-1>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-1>[class^=vus-flex-lg-] {
		padding-top: .0625rem;
		padding-bottom: .0625rem
	}
	.vus-box.lr-lg-2 {
		margin-left: -.125rem;
		margin-right: -.125rem
	}
	.vus-box.lr-lg-2>.vus-col-lg,
	.vus-box.lr-lg-2>.vus-flex-lg,
	.vus-box.lr-lg-2>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-2>[class^=vus-col-lg-],
	.vus-box.lr-lg-2>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-2>[class^=vus-flex-lg-] {
		padding-left: .125rem;
		padding-right: .125rem
	}
	.vus-box.tb-lg-2 {
		margin-top: -.125rem;
		margin-bottom: -.125rem
	}
	.vus-box.tb-lg-2>.vus-col-lg,
	.vus-box.tb-lg-2>.vus-flex-lg,
	.vus-box.tb-lg-2>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-2>[class^=vus-col-lg-],
	.vus-box.tb-lg-2>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-2>[class^=vus-flex-lg-] {
		padding-top: .125rem;
		padding-bottom: .125rem
	}
	.vus-box.lr-lg-3 {
		margin-left: -.1875rem;
		margin-right: -.1875rem
	}
	.vus-box.lr-lg-3>.vus-col-lg,
	.vus-box.lr-lg-3>.vus-flex-lg,
	.vus-box.lr-lg-3>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-3>[class^=vus-col-lg-],
	.vus-box.lr-lg-3>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-3>[class^=vus-flex-lg-] {
		padding-left: .1875rem;
		padding-right: .1875rem
	}
	.vus-box.tb-lg-3 {
		margin-top: -.1875rem;
		margin-bottom: -.1875rem
	}
	.vus-box.tb-lg-3>.vus-col-lg,
	.vus-box.tb-lg-3>.vus-flex-lg,
	.vus-box.tb-lg-3>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-3>[class^=vus-col-lg-],
	.vus-box.tb-lg-3>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-3>[class^=vus-flex-lg-] {
		padding-top: .1875rem;
		padding-bottom: .1875rem
	}
	.vus-box.lr-lg-4 {
		margin-left: -.25rem;
		margin-right: -.25rem
	}
	.vus-box.lr-lg-4>.vus-col-lg,
	.vus-box.lr-lg-4>.vus-flex-lg,
	.vus-box.lr-lg-4>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-4>[class^=vus-col-lg-],
	.vus-box.lr-lg-4>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-4>[class^=vus-flex-lg-] {
		padding-left: .25rem;
		padding-right: .25rem
	}
	.vus-box.tb-lg-4 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.vus-box.tb-lg-4>.vus-col-lg,
	.vus-box.tb-lg-4>.vus-flex-lg,
	.vus-box.tb-lg-4>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-4>[class^=vus-col-lg-],
	.vus-box.tb-lg-4>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-4>[class^=vus-flex-lg-] {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.vus-box.lr-lg-5 {
		margin-left: -.3125rem;
		margin-right: -.3125rem
	}
	.vus-box.lr-lg-5>.vus-col-lg,
	.vus-box.lr-lg-5>.vus-flex-lg,
	.vus-box.lr-lg-5>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-5>[class^=vus-col-lg-],
	.vus-box.lr-lg-5>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-5>[class^=vus-flex-lg-] {
		padding-left: .3125rem;
		padding-right: .3125rem
	}
	.vus-box.tb-lg-5 {
		margin-top: -.3125rem;
		margin-bottom: -.3125rem
	}
	.vus-box.tb-lg-5>.vus-col-lg,
	.vus-box.tb-lg-5>.vus-flex-lg,
	.vus-box.tb-lg-5>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-5>[class^=vus-col-lg-],
	.vus-box.tb-lg-5>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-5>[class^=vus-flex-lg-] {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}
	.vus-box.lr-lg-6 {
		margin-left: -.375rem;
		margin-right: -.375rem
	}
	.vus-box.lr-lg-6>.vus-col-lg,
	.vus-box.lr-lg-6>.vus-flex-lg,
	.vus-box.lr-lg-6>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-6>[class^=vus-col-lg-],
	.vus-box.lr-lg-6>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-6>[class^=vus-flex-lg-] {
		padding-left: .375rem;
		padding-right: .375rem
	}
	.vus-box.tb-lg-6 {
		margin-top: -.375rem;
		margin-bottom: -.375rem
	}
	.vus-box.tb-lg-6>.vus-col-lg,
	.vus-box.tb-lg-6>.vus-flex-lg,
	.vus-box.tb-lg-6>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-6>[class^=vus-col-lg-],
	.vus-box.tb-lg-6>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-6>[class^=vus-flex-lg-] {
		padding-top: .375rem;
		padding-bottom: .375rem
	}
	.vus-box.lr-lg-7 {
		margin-left: -.4375rem;
		margin-right: -.4375rem
	}
	.vus-box.lr-lg-7>.vus-col-lg,
	.vus-box.lr-lg-7>.vus-flex-lg,
	.vus-box.lr-lg-7>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-7>[class^=vus-col-lg-],
	.vus-box.lr-lg-7>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-7>[class^=vus-flex-lg-] {
		padding-left: .4375rem;
		padding-right: .4375rem
	}
	.vus-box.tb-lg-7 {
		margin-top: -.4375rem;
		margin-bottom: -.4375rem
	}
	.vus-box.tb-lg-7>.vus-col-lg,
	.vus-box.tb-lg-7>.vus-flex-lg,
	.vus-box.tb-lg-7>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-7>[class^=vus-col-lg-],
	.vus-box.tb-lg-7>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-7>[class^=vus-flex-lg-] {
		padding-top: .4375rem;
		padding-bottom: .4375rem
	}
	.vus-box.lr-lg-8 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
	.vus-box.lr-lg-8>.vus-col-lg,
	.vus-box.lr-lg-8>.vus-flex-lg,
	.vus-box.lr-lg-8>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-8>[class^=vus-col-lg-],
	.vus-box.lr-lg-8>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-8>[class^=vus-flex-lg-] {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.vus-box.tb-lg-8 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.vus-box.tb-lg-8>.vus-col-lg,
	.vus-box.tb-lg-8>.vus-flex-lg,
	.vus-box.tb-lg-8>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-8>[class^=vus-col-lg-],
	.vus-box.tb-lg-8>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-8>[class^=vus-flex-lg-] {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.vus-box.lr-lg-9 {
		margin-left: -.5625rem;
		margin-right: -.5625rem
	}
	.vus-box.lr-lg-9>.vus-col-lg,
	.vus-box.lr-lg-9>.vus-flex-lg,
	.vus-box.lr-lg-9>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-9>[class^=vus-col-lg-],
	.vus-box.lr-lg-9>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-9>[class^=vus-flex-lg-] {
		padding-left: .5625rem;
		padding-right: .5625rem
	}
	.vus-box.tb-lg-9 {
		margin-top: -.5625rem;
		margin-bottom: -.5625rem
	}
	.vus-box.tb-lg-9>.vus-col-lg,
	.vus-box.tb-lg-9>.vus-flex-lg,
	.vus-box.tb-lg-9>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-9>[class^=vus-col-lg-],
	.vus-box.tb-lg-9>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-9>[class^=vus-flex-lg-] {
		padding-top: .5625rem;
		padding-bottom: .5625rem
	}
	.vus-box.lr-lg-10 {
		margin-left: -.625rem;
		margin-right: -.625rem
	}
	.vus-box.lr-lg-10>.vus-col-lg,
	.vus-box.lr-lg-10>.vus-flex-lg,
	.vus-box.lr-lg-10>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-10>[class^=vus-col-lg-],
	.vus-box.lr-lg-10>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-10>[class^=vus-flex-lg-] {
		padding-left: .625rem;
		padding-right: .625rem
	}
	.vus-box.tb-lg-10 {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
	.vus-box.tb-lg-10>.vus-col-lg,
	.vus-box.tb-lg-10>.vus-flex-lg,
	.vus-box.tb-lg-10>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-10>[class^=vus-col-lg-],
	.vus-box.tb-lg-10>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-10>[class^=vus-flex-lg-] {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.vus-box.lr-lg-11 {
		margin-left: -.6875rem;
		margin-right: -.6875rem
	}
	.vus-box.lr-lg-11>.vus-col-lg,
	.vus-box.lr-lg-11>.vus-flex-lg,
	.vus-box.lr-lg-11>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-11>[class^=vus-col-lg-],
	.vus-box.lr-lg-11>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-11>[class^=vus-flex-lg-] {
		padding-left: .6875rem;
		padding-right: .6875rem
	}
	.vus-box.tb-lg-11 {
		margin-top: -.6875rem;
		margin-bottom: -.6875rem
	}
	.vus-box.tb-lg-11>.vus-col-lg,
	.vus-box.tb-lg-11>.vus-flex-lg,
	.vus-box.tb-lg-11>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-11>[class^=vus-col-lg-],
	.vus-box.tb-lg-11>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-11>[class^=vus-flex-lg-] {
		padding-top: .6875rem;
		padding-bottom: .6875rem
	}
	.vus-box.lr-lg-12 {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
	.vus-box.lr-lg-12>.vus-col-lg,
	.vus-box.lr-lg-12>.vus-flex-lg,
	.vus-box.lr-lg-12>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-12>[class^=vus-col-lg-],
	.vus-box.lr-lg-12>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-12>[class^=vus-flex-lg-] {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.vus-box.tb-lg-12 {
		margin-top: -.75rem;
		margin-bottom: -.75rem
	}
	.vus-box.tb-lg-12>.vus-col-lg,
	.vus-box.tb-lg-12>.vus-flex-lg,
	.vus-box.tb-lg-12>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-12>[class^=vus-col-lg-],
	.vus-box.tb-lg-12>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-12>[class^=vus-flex-lg-] {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
	.vus-box.lr-lg-13 {
		margin-left: -.8125rem;
		margin-right: -.8125rem
	}
	.vus-box.lr-lg-13>.vus-col-lg,
	.vus-box.lr-lg-13>.vus-flex-lg,
	.vus-box.lr-lg-13>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-13>[class^=vus-col-lg-],
	.vus-box.lr-lg-13>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-13>[class^=vus-flex-lg-] {
		padding-left: .8125rem;
		padding-right: .8125rem
	}
	.vus-box.tb-lg-13 {
		margin-top: -.8125rem;
		margin-bottom: -.8125rem
	}
	.vus-box.tb-lg-13>.vus-col-lg,
	.vus-box.tb-lg-13>.vus-flex-lg,
	.vus-box.tb-lg-13>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-13>[class^=vus-col-lg-],
	.vus-box.tb-lg-13>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-13>[class^=vus-flex-lg-] {
		padding-top: .8125rem;
		padding-bottom: .8125rem
	}
	.vus-box.lr-lg-14 {
		margin-left: -.875rem;
		margin-right: -.875rem
	}
	.vus-box.lr-lg-14>.vus-col-lg,
	.vus-box.lr-lg-14>.vus-flex-lg,
	.vus-box.lr-lg-14>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-14>[class^=vus-col-lg-],
	.vus-box.lr-lg-14>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-14>[class^=vus-flex-lg-] {
		padding-left: .875rem;
		padding-right: .875rem
	}
	.vus-box.tb-lg-14 {
		margin-top: -.875rem;
		margin-bottom: -.875rem
	}
	.vus-box.tb-lg-14>.vus-col-lg,
	.vus-box.tb-lg-14>.vus-flex-lg,
	.vus-box.tb-lg-14>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-14>[class^=vus-col-lg-],
	.vus-box.tb-lg-14>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-14>[class^=vus-flex-lg-] {
		padding-top: .875rem;
		padding-bottom: .875rem
	}
	.vus-box.lr-lg-15 {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	.vus-box.lr-lg-15>.vus-col-lg,
	.vus-box.lr-lg-15>.vus-flex-lg,
	.vus-box.lr-lg-15>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-15>[class^=vus-col-lg-],
	.vus-box.lr-lg-15>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-15>[class^=vus-flex-lg-] {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.vus-box.tb-lg-15 {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
	.vus-box.tb-lg-15>.vus-col-lg,
	.vus-box.tb-lg-15>.vus-flex-lg,
	.vus-box.tb-lg-15>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-15>[class^=vus-col-lg-],
	.vus-box.tb-lg-15>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-15>[class^=vus-flex-lg-] {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
	.vus-box.lr-lg-16 {
		margin-left: -1rem;
		margin-right: -1rem
	}
	.vus-box.lr-lg-16>.vus-col-lg,
	.vus-box.lr-lg-16>.vus-flex-lg,
	.vus-box.lr-lg-16>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-16>[class^=vus-col-lg-],
	.vus-box.lr-lg-16>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-16>[class^=vus-flex-lg-] {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.vus-box.tb-lg-16 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.vus-box.tb-lg-16>.vus-col-lg,
	.vus-box.tb-lg-16>.vus-flex-lg,
	.vus-box.tb-lg-16>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-16>[class^=vus-col-lg-],
	.vus-box.tb-lg-16>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-16>[class^=vus-flex-lg-] {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.vus-box.lr-lg-17 {
		margin-left: -1.0625rem;
		margin-right: -1.0625rem
	}
	.vus-box.lr-lg-17>.vus-col-lg,
	.vus-box.lr-lg-17>.vus-flex-lg,
	.vus-box.lr-lg-17>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-17>[class^=vus-col-lg-],
	.vus-box.lr-lg-17>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-17>[class^=vus-flex-lg-] {
		padding-left: 1.0625rem;
		padding-right: 1.0625rem
	}
	.vus-box.tb-lg-17 {
		margin-top: -1.0625rem;
		margin-bottom: -1.0625rem
	}
	.vus-box.tb-lg-17>.vus-col-lg,
	.vus-box.tb-lg-17>.vus-flex-lg,
	.vus-box.tb-lg-17>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-17>[class^=vus-col-lg-],
	.vus-box.tb-lg-17>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-17>[class^=vus-flex-lg-] {
		padding-top: 1.0625rem;
		padding-bottom: 1.0625rem
	}
	.vus-box.lr-lg-18 {
		margin-left: -1.125rem;
		margin-right: -1.125rem
	}
	.vus-box.lr-lg-18>.vus-col-lg,
	.vus-box.lr-lg-18>.vus-flex-lg,
	.vus-box.lr-lg-18>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-18>[class^=vus-col-lg-],
	.vus-box.lr-lg-18>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-18>[class^=vus-flex-lg-] {
		padding-left: 1.125rem;
		padding-right: 1.125rem
	}
	.vus-box.tb-lg-18 {
		margin-top: -1.125rem;
		margin-bottom: -1.125rem
	}
	.vus-box.tb-lg-18>.vus-col-lg,
	.vus-box.tb-lg-18>.vus-flex-lg,
	.vus-box.tb-lg-18>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-18>[class^=vus-col-lg-],
	.vus-box.tb-lg-18>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-18>[class^=vus-flex-lg-] {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem
	}
	.vus-box.lr-lg-19 {
		margin-left: -1.1875rem;
		margin-right: -1.1875rem
	}
	.vus-box.lr-lg-19>.vus-col-lg,
	.vus-box.lr-lg-19>.vus-flex-lg,
	.vus-box.lr-lg-19>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-19>[class^=vus-col-lg-],
	.vus-box.lr-lg-19>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-19>[class^=vus-flex-lg-] {
		padding-left: 1.1875rem;
		padding-right: 1.1875rem
	}
	.vus-box.tb-lg-19 {
		margin-top: -1.1875rem;
		margin-bottom: -1.1875rem
	}
	.vus-box.tb-lg-19>.vus-col-lg,
	.vus-box.tb-lg-19>.vus-flex-lg,
	.vus-box.tb-lg-19>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-19>[class^=vus-col-lg-],
	.vus-box.tb-lg-19>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-19>[class^=vus-flex-lg-] {
		padding-top: 1.1875rem;
		padding-bottom: 1.1875rem
	}
	.vus-box.lr-lg-20 {
		margin-left: -1.25rem;
		margin-right: -1.25rem
	}
	.vus-box.lr-lg-20>.vus-col-lg,
	.vus-box.lr-lg-20>.vus-flex-lg,
	.vus-box.lr-lg-20>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-20>[class^=vus-col-lg-],
	.vus-box.lr-lg-20>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-20>[class^=vus-flex-lg-] {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.vus-box.tb-lg-20 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem
	}
	.vus-box.tb-lg-20>.vus-col-lg,
	.vus-box.tb-lg-20>.vus-flex-lg,
	.vus-box.tb-lg-20>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-20>[class^=vus-col-lg-],
	.vus-box.tb-lg-20>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-20>[class^=vus-flex-lg-] {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.vus-box.lr-lg-0 {
		margin-left: 0;
		margin-right: 0
	}
	.vus-box.lr-lg-0>.vus-col-lg,
	.vus-box.lr-lg-0>.vus-flex-lg,
	.vus-box.lr-lg-0>[class*=" vus-col-lg-"],
	.vus-box.lr-lg-0>[class^=vus-col-lg-],
	.vus-box.lr-lg-0>[class*=" vus-flex-lg-"],
	.vus-box.lr-lg-0>[class^=vus-flex-lg-] {
		padding-left: 0;
		padding-right: 0
	}
	.vus-box.tb-lg-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.vus-box.tb-lg-0>.vus-col-lg,
	.vus-box.tb-lg-0>.vus-flex-lg,
	.vus-box.tb-lg-0>[class*=" vus-col-lg-"],
	.vus-box.tb-lg-0>[class^=vus-col-lg-],
	.vus-box.tb-lg-0>[class*=" vus-flex-lg-"],
	.vus-box.tb-lg-0>[class^=vus-flex-lg-] {
		padding-top: 0;
		padding-bottom: 0
	}
}

.vus-color--primary {
	color: #409eff!important
}

.vus-color--success {
	color: #67c23a!important
}

.vus-color--warning {
	color: #e6a23c!important
}

.vus-color--danger {
	color: #d54!important
}

.vus-color--error {
	color: #ec0000!important
}

.vus-color--info {
	color: #708090!important
}

.vus-color--black {
	color: #000!important
}

.vus-color--black2 {
	color: #111!important
}

.vus-color--black3 {
	color: #222!important
}

.vus-color--dark {
	color: #333!important
}

.vus-color--dark2 {
	color: #444!important
}

.vus-color--dark3 {
	color: #555!important
}

.vus-color--gray {
	color: #888!important
}

.vus-color--gray2 {
	color: #999!important
}

.vus-color--gray3 {
	color: #aaa!important
}

.vus-color--light {
	color: #ccc!important
}

.vus-color--light2 {
	color: #ddd!important
}

.vus-color--light3 {
	color: #eee!important
}

.vus-color--light4 {
	color: #f3f3f3!important
}

.vus-color--light5 {
	color: #f5f5f5!important
}

.vus-color--light6 {
	color: #f8f8f8!important
}

.vus-color--white {
	color: #fff!important
}

.vus-color--red {
	color: red!important
}

.vus-color--red2 {
	color: #ff6e6e!important
}

.vus-color--red3 {
	color: #ffc4c4!important
}

.vus-color--yellow {
	color: #ff0!important
}

.vus-color--yellow2 {
	color: #ffff80!important
}

.vus-color--yellow3 {
	color: #ffffd4!important
}

.vus-color--orange {
	color: orange!important
}

.vus-color--orange2 {
	color: #ffd17b!important
}

.vus-color--orange3 {
	color: #fff0d3!important
}

.vus-color--brown {
	color: brown!important
}

.vus-color--brown2 {
	color: #ce7b7b!important
}

.vus-color--brown3 {
	color: #f3cccc!important
}

.vus-color--green {
	color: green!important
}

.vus-color--green2 {
	color: #5ec25e!important
}

.vus-color--green3 {
	color: #d3fad3!important
}

.vus-color--cyan {
	color: #0ff!important
}

.vus-color--cyan2 {
	color: #7ff!important
}

.vus-color--cyan3 {
	color: #dfffff!important
}

.vus-color--blue {
	color: #00f!important
}

.vus-color--blue2 {
	color: #7b7bff!important
}

.vus-color--blue3 {
	color: #dbdbff!important
}

.vus-color--skyblue {
	color: #87ceeb!important
}

.vus-color--purple {
	color: purple!important
}

.vus-color--purple2 {
	color: #b951b9!important
}

.vus-color--purple3 {
	color: #ffd6ff!important
}

.vus-color--inherit {
	color: inherit!important
}

.vus-color--transparent {
	color: transparent!important
}

.vus-bg--primary {
	background-color: #409eff!important
}

.vus-bg--success {
	background-color: #67c23a!important
}

.vus-bg--warning {
	background-color: #e6a23c!important
}

.vus-bg--danger {
	background-color: #d54!important
}

.vus-bg--error {
	background-color: #ec0000!important
}

.vus-bg--info {
	background-color: #708090!important
}

.vus-bg--black {
	background-color: #000!important
}

.vus-bg--black2 {
	background-color: #111!important
}

.vus-bg--black3 {
	background-color: #222!important
}

.vus-bg--dark {
	background-color: #333!important
}

.vus-bg--dark2 {
	background-color: #444!important
}

.vus-bg--dark3 {
	background-color: #555!important
}

.vus-bg--gray {
	background-color: #888!important
}

.vus-bg--gray2 {
	background-color: #999!important
}

.vus-bg--gray3 {
	background-color: #aaa!important
}

.vus-bg--light {
	background-color: #ccc!important
}

.vus-bg--light2 {
	background-color: #ddd!important
}

.vus-bg--light3 {
	background-color: #eee!important
}

.vus-bg--light4 {
	background-color: #f3f3f3!important
}

.vus-bg--light5 {
	background-color: #f5f5f5!important
}

.vus-bg--light6 {
	background-color: #f8f8f8!important
}

.vus-bg--white {
	background-color: #fff!important
}

.vus-bg--red {
	background-color: red!important
}

.vus-bg--red2 {
	background-color: #ff6e6e!important
}

.vus-bg--red3 {
	background-color: #ffc4c4!important
}

.vus-bg--yellow {
	background-color: #ff0!important
}

.vus-bg--yellow2 {
	background-color: #ffff80!important
}

.vus-bg--yellow3 {
	background-color: #ffffd4!important
}

.vus-bg--orange {
	background-color: orange!important
}

.vus-bg--orange2 {
	background-color: #ffd17b!important
}

.vus-bg--orange3 {
	background-color: #fff0d3!important
}

.vus-bg--brown {
	background-color: brown!important
}

.vus-bg--brown2 {
	background-color: #ce7b7b!important
}

.vus-bg--brown3 {
	background-color: #f3cccc!important
}

.vus-bg--green {
	background-color: green!important
}

.vus-bg--green2 {
	background-color: #5ec25e!important
}

.vus-bg--green3 {
	background-color: #d3fad3!important
}

.vus-bg--cyan {
	background-color: #0ff!important
}

.vus-bg--cyan2 {
	background-color: #7ff!important
}

.vus-bg--cyan3 {
	background-color: #dfffff!important
}

.vus-bg--blue {
	background-color: #00f!important
}

.vus-bg--blue2 {
	background-color: #7b7bff!important
}

.vus-bg--blue3 {
	background-color: #dbdbff!important
}

.vus-bg--skyblue {
	background-color: #87ceeb!important
}

.vus-bg--purple {
	background-color: purple!important
}

.vus-bg--purple2 {
	background-color: #b951b9!important
}

.vus-bg--purple3 {
	background-color: #ffd6ff!important
}

.vus-bg--inherit {
	background-color: inherit!important
}

.vus-bg--transparent {
	background-color: transparent!important
}

.vus-border--primary {
	border-color: #409eff!important
}

.vus-border--success {
	border-color: #67c23a!important
}

.vus-border--warning {
	border-color: #e6a23c!important
}

.vus-border--danger {
	border-color: #d54!important
}

.vus-border--error {
	border-color: #ec0000!important
}

.vus-border--info {
	border-color: #708090!important
}

.vus-border--black {
	border-color: #000!important
}

.vus-border--black2 {
	border-color: #111!important
}

.vus-border--black3 {
	border-color: #222!important
}

.vus-border--dark {
	border-color: #333!important
}

.vus-border--dark2 {
	border-color: #444!important
}

.vus-border--dark3 {
	border-color: #555!important
}

.vus-border--gray {
	border-color: #888!important
}

.vus-border--gray2 {
	border-color: #999!important
}

.vus-border--gray3 {
	border-color: #aaa!important
}

.vus-border--light {
	border-color: #ccc!important
}

.vus-border--light2 {
	border-color: #ddd!important
}

.vus-border--light3 {
	border-color: #eee!important
}

.vus-border--light4 {
	border-color: #f3f3f3!important
}

.vus-border--light5 {
	border-color: #f5f5f5!important
}

.vus-border--light6 {
	border-color: #f8f8f8!important
}

.vus-border--white {
	border-color: #fff!important
}

.vus-border--red {
	border-color: red!important
}

.vus-border--red2 {
	border-color: #ff6e6e!important
}

.vus-border--red3 {
	border-color: #ffc4c4!important
}

.vus-border--yellow {
	border-color: #ff0!important
}

.vus-border--yellow2 {
	border-color: #ffff80!important
}

.vus-border--yellow3 {
	border-color: #ffffd4!important
}

.vus-border--orange {
	border-color: orange!important
}

.vus-border--orange2 {
	border-color: #ffd17b!important
}

.vus-border--orange3 {
	border-color: #fff0d3!important
}

.vus-border--brown {
	border-color: brown!important
}

.vus-border--brown2 {
	border-color: #ce7b7b!important
}

.vus-border--brown3 {
	border-color: #f3cccc!important
}

.vus-border--green {
	border-color: green!important
}

.vus-border--green2 {
	border-color: #5ec25e!important
}

.vus-border--green3 {
	border-color: #d3fad3!important
}

.vus-border--cyan {
	border-color: #0ff!important
}

.vus-border--cyan2 {
	border-color: #7ff!important
}

.vus-border--cyan3 {
	border-color: #dfffff!important
}

.vus-border--blue {
	border-color: #00f!important
}

.vus-border--blue2 {
	border-color: #7b7bff!important
}

.vus-border--blue3 {
	border-color: #dbdbff!important
}

.vus-border--skyblue {
	border-color: #87ceeb!important
}

.vus-border--purple {
	border-color: purple!important
}

.vus-border--purple2 {
	border-color: #b951b9!important
}

.vus-border--purple3 {
	border-color: #ffd6ff!important
}

.vus-border--inherit {
	border-color: inherit!important
}

.vus-border--transparent {
	border-color: transparent!important
}

.vus-bg--black-01 {
	background-color: #0000001a!important
}

.vus-bg--white-01 {
	background-color: #ffffff1a!important
}

.vus-bg--black-02 {
	background-color: #0003!important
}

.vus-bg--white-02 {
	background-color: #fff3!important
}

.vus-bg--black-03 {
	background-color: #0000004d!important
}

.vus-bg--white-03 {
	background-color: #ffffff4d!important
}

.vus-bg--black-04 {
	background-color: #0006!important
}

.vus-bg--white-04 {
	background-color: #fff6!important
}

.vus-bg--black-05 {
	background-color: #00000080!important
}

.vus-bg--white-05 {
	background-color: #ffffff80!important
}

.vus-bg--black-06 {
	background-color: #0009!important
}

.vus-bg--white-06 {
	background-color: #fff9!important
}

.vus-bg--black-07 {
	background-color: #000000b3!important
}

.vus-bg--white-07 {
	background-color: #ffffffb3!important
}

.vus-bg--black-08 {
	background-color: #000c!important
}

.vus-bg--white-08 {
	background-color: #fffc!important
}

.vus-bg--black-09 {
	background-color: #000000e6!important
}

.vus-bg--white-09 {
	background-color: #ffffffe6!important
}

.vus-mode-normal {
	mix-blend-mode: normal
}

.vus-mode-multiply {
	mix-blend-mode: multiply
}

.vus-mode-screen {
	mix-blend-mode: screen
}

.vus-mode-overlay {
	mix-blend-mode: overlay
}

.vus-mode-darken {
	mix-blend-mode: darken
}

.vus-mode-lighten {
	mix-blend-mode: lighten
}

.vus-mode-color-dodge {
	mix-blend-mode: color-dodge
}

.vus-mode-color-burn {
	mix-blend-mode: color-burn
}

.vus-mode-hard-light {
	mix-blend-mode: hard-light
}

.vus-mode-soft-light {
	mix-blend-mode: soft-light
}

.vus-mode-difference {
	mix-blend-mode: difference
}

.vus-mode-exclusion {
	mix-blend-mode: exclusion
}

.vus-mode-hue {
	mix-blend-mode: hue
}

.vus-mode-saturation {
	mix-blend-mode: saturation
}

.vus-mode-color {
	mix-blend-mode: color
}

.vus-mode-luminosity {
	mix-blend-mode: luminosity
}

.vus-mode-initial {
	mix-blend-mode: initial
}

.vus-mode-inherit {
	mix-blend-mode: inherit
}

.vus-mode-unset {
	mix-blend-mode: unset
}

.vus-bs-1 {
	box-shadow: 0 0 .0625rem #0000001a
}

.vus-bs-2 {
	box-shadow: 0 0 .125rem #0000001a
}

.vus-bs-3 {
	box-shadow: 0 0 .1875rem #0000001a
}

.vus-bs-4 {
	box-shadow: 0 0 .25rem #0000001a
}

.vus-bs-5 {
	box-shadow: 0 0 .3125rem #0000001a
}

.vus-bs-6 {
	box-shadow: 0 0 .375rem #0000001a
}

.vus-bs-7 {
	box-shadow: 0 0 .4375rem #0000001a
}

.vus-bs-8 {
	box-shadow: 0 0 .5rem #0000001a
}

.vus-bs-9 {
	box-shadow: 0 0 .5625rem #0000001a
}

.vus-bs-10 {
	box-shadow: 0 0 .625rem #0000001a
}

.vus-bs-15 {
	box-shadow: 0 0 .9375rem #0000001a
}

.vus-bs-20 {
	box-shadow: 0 0 1.25rem #0000001a
}

.vus-bs-25 {
	box-shadow: 0 0 1.5625rem #0000001a
}

.vus-bs-30 {
	box-shadow: 0 0 1.875rem #0000001a
}

.vus-bs-1-1 {
	box-shadow: 0 .0625rem .0625rem #0000001a
}

.vus-bs-2-1 {
	box-shadow: 0 .125rem .0625rem #0000001a
}

.vus-bs-3-1 {
	box-shadow: 0 .1875rem .0625rem #0000001a
}

.vus-bs-4-1 {
	box-shadow: 0 .25rem .0625rem #0000001a
}

.vus-bs-5-1 {
	box-shadow: 0 .3125rem .0625rem #0000001a
}

.vus-bs-6-1 {
	box-shadow: 0 .375rem .0625rem #0000001a
}

.vus-bs-7-1 {
	box-shadow: 0 .4375rem .0625rem #0000001a
}

.vus-bs-8-1 {
	box-shadow: 0 .5rem .0625rem #0000001a
}

.vus-bs-9-1 {
	box-shadow: 0 .5625rem .0625rem #0000001a
}

.vus-bs-10-1 {
	box-shadow: 0 .625rem .0625rem #0000001a
}

.vus-bs-1-2 {
	box-shadow: 0 .0625rem .125rem #0000001a
}

.vus-bs-2-2 {
	box-shadow: 0 .125rem .125rem #0000001a
}

.vus-bs-3-2 {
	box-shadow: 0 .1875rem .125rem #0000001a
}

.vus-bs-4-2 {
	box-shadow: 0 .25rem .125rem #0000001a
}

.vus-bs-5-2 {
	box-shadow: 0 .3125rem .125rem #0000001a
}

.vus-bs-6-2 {
	box-shadow: 0 .375rem .125rem #0000001a
}

.vus-bs-7-2 {
	box-shadow: 0 .4375rem .125rem #0000001a
}

.vus-bs-8-2 {
	box-shadow: 0 .5rem .125rem #0000001a
}

.vus-bs-9-2 {
	box-shadow: 0 .5625rem .125rem #0000001a
}

.vus-bs-10-2 {
	box-shadow: 0 .625rem .125rem #0000001a
}

.vus-bs-1-3 {
	box-shadow: 0 .0625rem .1875rem #0000001a
}

.vus-bs-2-3 {
	box-shadow: 0 .125rem .1875rem #0000001a
}

.vus-bs-3-3 {
	box-shadow: 0 .1875rem .1875rem #0000001a
}

.vus-bs-4-3 {
	box-shadow: 0 .25rem .1875rem #0000001a
}

.vus-bs-5-3 {
	box-shadow: 0 .3125rem .1875rem #0000001a
}

.vus-bs-6-3 {
	box-shadow: 0 .375rem .1875rem #0000001a
}

.vus-bs-7-3 {
	box-shadow: 0 .4375rem .1875rem #0000001a
}

.vus-bs-8-3 {
	box-shadow: 0 .5rem .1875rem #0000001a
}

.vus-bs-9-3 {
	box-shadow: 0 .5625rem .1875rem #0000001a
}

.vus-bs-10-3 {
	box-shadow: 0 .625rem .1875rem #0000001a
}

.vus-bs-1-4 {
	box-shadow: 0 .0625rem .25rem #0000001a
}

.vus-bs-2-4 {
	box-shadow: 0 .125rem .25rem #0000001a
}

.vus-bs-3-4 {
	box-shadow: 0 .1875rem .25rem #0000001a
}

.vus-bs-4-4 {
	box-shadow: 0 .25rem .25rem #0000001a
}

.vus-bs-5-4 {
	box-shadow: 0 .3125rem .25rem #0000001a
}

.vus-bs-6-4 {
	box-shadow: 0 .375rem .25rem #0000001a
}

.vus-bs-7-4 {
	box-shadow: 0 .4375rem .25rem #0000001a
}

.vus-bs-8-4 {
	box-shadow: 0 .5rem .25rem #0000001a
}

.vus-bs-9-4 {
	box-shadow: 0 .5625rem .25rem #0000001a
}

.vus-bs-10-4 {
	box-shadow: 0 .625rem .25rem #0000001a
}

.vus-bs-1-5 {
	box-shadow: 0 .0625rem .3125rem #0000001a
}

.vus-bs-2-5 {
	box-shadow: 0 .125rem .3125rem #0000001a
}

.vus-bs-3-5 {
	box-shadow: 0 .1875rem .3125rem #0000001a
}

.vus-bs-4-5 {
	box-shadow: 0 .25rem .3125rem #0000001a
}

.vus-bs-5-5 {
	box-shadow: 0 .3125rem .3125rem #0000001a
}

.vus-bs-6-5 {
	box-shadow: 0 .375rem .3125rem #0000001a
}

.vus-bs-7-5 {
	box-shadow: 0 .4375rem .3125rem #0000001a
}

.vus-bs-8-5 {
	box-shadow: 0 .5rem .3125rem #0000001a
}

.vus-bs-9-5 {
	box-shadow: 0 .5625rem .3125rem #0000001a
}

.vus-bs-10-5 {
	box-shadow: 0 .625rem .3125rem #0000001a
}

.vus-bs-1-6 {
	box-shadow: 0 .0625rem .375rem #0000001a
}

.vus-bs-2-6 {
	box-shadow: 0 .125rem .375rem #0000001a
}

.vus-bs-3-6 {
	box-shadow: 0 .1875rem .375rem #0000001a
}

.vus-bs-4-6 {
	box-shadow: 0 .25rem .375rem #0000001a
}

.vus-bs-5-6 {
	box-shadow: 0 .3125rem .375rem #0000001a
}

.vus-bs-6-6 {
	box-shadow: 0 .375rem .375rem #0000001a
}

.vus-bs-7-6 {
	box-shadow: 0 .4375rem .375rem #0000001a
}

.vus-bs-8-6 {
	box-shadow: 0 .5rem .375rem #0000001a
}

.vus-bs-9-6 {
	box-shadow: 0 .5625rem .375rem #0000001a
}

.vus-bs-10-6 {
	box-shadow: 0 .625rem .375rem #0000001a
}

.vus-bs-1-7 {
	box-shadow: 0 .0625rem .4375rem #0000001a
}

.vus-bs-2-7 {
	box-shadow: 0 .125rem .4375rem #0000001a
}

.vus-bs-3-7 {
	box-shadow: 0 .1875rem .4375rem #0000001a
}

.vus-bs-4-7 {
	box-shadow: 0 .25rem .4375rem #0000001a
}

.vus-bs-5-7 {
	box-shadow: 0 .3125rem .4375rem #0000001a
}

.vus-bs-6-7 {
	box-shadow: 0 .375rem .4375rem #0000001a
}

.vus-bs-7-7 {
	box-shadow: 0 .4375rem .4375rem #0000001a
}

.vus-bs-8-7 {
	box-shadow: 0 .5rem .4375rem #0000001a
}

.vus-bs-9-7 {
	box-shadow: 0 .5625rem .4375rem #0000001a
}

.vus-bs-10-7 {
	box-shadow: 0 .625rem .4375rem #0000001a
}

.vus-bs-1-8 {
	box-shadow: 0 .0625rem .5rem #0000001a
}

.vus-bs-2-8 {
	box-shadow: 0 .125rem .5rem #0000001a
}

.vus-bs-3-8 {
	box-shadow: 0 .1875rem .5rem #0000001a
}

.vus-bs-4-8 {
	box-shadow: 0 .25rem .5rem #0000001a
}

.vus-bs-5-8 {
	box-shadow: 0 .3125rem .5rem #0000001a
}

.vus-bs-6-8 {
	box-shadow: 0 .375rem .5rem #0000001a
}

.vus-bs-7-8 {
	box-shadow: 0 .4375rem .5rem #0000001a
}

.vus-bs-8-8 {
	box-shadow: 0 .5rem .5rem #0000001a
}

.vus-bs-9-8 {
	box-shadow: 0 .5625rem .5rem #0000001a
}

.vus-bs-10-8 {
	box-shadow: 0 .625rem .5rem #0000001a
}

.vus-bs-1-9 {
	box-shadow: 0 .0625rem .5625rem #0000001a
}

.vus-bs-2-9 {
	box-shadow: 0 .125rem .5625rem #0000001a
}

.vus-bs-3-9 {
	box-shadow: 0 .1875rem .5625rem #0000001a
}

.vus-bs-4-9 {
	box-shadow: 0 .25rem .5625rem #0000001a
}

.vus-bs-5-9 {
	box-shadow: 0 .3125rem .5625rem #0000001a
}

.vus-bs-6-9 {
	box-shadow: 0 .375rem .5625rem #0000001a
}

.vus-bs-7-9 {
	box-shadow: 0 .4375rem .5625rem #0000001a
}

.vus-bs-8-9 {
	box-shadow: 0 .5rem .5625rem #0000001a
}

.vus-bs-9-9 {
	box-shadow: 0 .5625rem .5625rem #0000001a
}

.vus-bs-10-9 {
	box-shadow: 0 .625rem .5625rem #0000001a
}

.vus-bs-1-10 {
	box-shadow: 0 .0625rem .625rem #0000001a
}

.vus-bs-2-10 {
	box-shadow: 0 .125rem .625rem #0000001a
}

.vus-bs-3-10 {
	box-shadow: 0 .1875rem .625rem #0000001a
}

.vus-bs-4-10 {
	box-shadow: 0 .25rem .625rem #0000001a
}

.vus-bs-5-10 {
	box-shadow: 0 .3125rem .625rem #0000001a
}

.vus-bs-6-10 {
	box-shadow: 0 .375rem .625rem #0000001a
}

.vus-bs-7-10 {
	box-shadow: 0 .4375rem .625rem #0000001a
}

.vus-bs-8-10 {
	box-shadow: 0 .5rem .625rem #0000001a
}

.vus-bs-9-10 {
	box-shadow: 0 .5625rem .625rem #0000001a
}

.vus-bs-10-10 {
	box-shadow: 0 .625rem .625rem #0000001a
}

.vus-bs-1-15 {
	box-shadow: 0 .0625rem .9375rem #0000001a
}

.vus-bs-2-15 {
	box-shadow: 0 .125rem .9375rem #0000001a
}

.vus-bs-3-15 {
	box-shadow: 0 .1875rem .9375rem #0000001a
}

.vus-bs-4-15 {
	box-shadow: 0 .25rem .9375rem #0000001a
}

.vus-bs-5-15 {
	box-shadow: 0 .3125rem .9375rem #0000001a
}

.vus-bs-6-15 {
	box-shadow: 0 .375rem .9375rem #0000001a
}

.vus-bs-7-15 {
	box-shadow: 0 .4375rem .9375rem #0000001a
}

.vus-bs-8-15 {
	box-shadow: 0 .5rem .9375rem #0000001a
}

.vus-bs-9-15 {
	box-shadow: 0 .5625rem .9375rem #0000001a
}

.vus-bs-10-15 {
	box-shadow: 0 .625rem .9375rem #0000001a
}

.vus-bs-1-20 {
	box-shadow: 0 .0625rem 1.25rem #0000001a
}

.vus-bs-2-20 {
	box-shadow: 0 .125rem 1.25rem #0000001a
}

.vus-bs-3-20 {
	box-shadow: 0 .1875rem 1.25rem #0000001a
}

.vus-bs-4-20 {
	box-shadow: 0 .25rem 1.25rem #0000001a
}

.vus-bs-5-20 {
	box-shadow: 0 .3125rem 1.25rem #0000001a
}

.vus-bs-6-20 {
	box-shadow: 0 .375rem 1.25rem #0000001a
}

.vus-bs-7-20 {
	box-shadow: 0 .4375rem 1.25rem #0000001a
}

.vus-bs-8-20 {
	box-shadow: 0 .5rem 1.25rem #0000001a
}

.vus-bs-9-20 {
	box-shadow: 0 .5625rem 1.25rem #0000001a
}

.vus-bs-10-20 {
	box-shadow: 0 .625rem 1.25rem #0000001a
}

.vus-bs-1-25 {
	box-shadow: 0 .0625rem 1.5625rem #0000001a
}

.vus-bs-2-25 {
	box-shadow: 0 .125rem 1.5625rem #0000001a
}

.vus-bs-3-25 {
	box-shadow: 0 .1875rem 1.5625rem #0000001a
}

.vus-bs-4-25 {
	box-shadow: 0 .25rem 1.5625rem #0000001a
}

.vus-bs-5-25 {
	box-shadow: 0 .3125rem 1.5625rem #0000001a
}

.vus-bs-6-25 {
	box-shadow: 0 .375rem 1.5625rem #0000001a
}

.vus-bs-7-25 {
	box-shadow: 0 .4375rem 1.5625rem #0000001a
}

.vus-bs-8-25 {
	box-shadow: 0 .5rem 1.5625rem #0000001a
}

.vus-bs-9-25 {
	box-shadow: 0 .5625rem 1.5625rem #0000001a
}

.vus-bs-10-25 {
	box-shadow: 0 .625rem 1.5625rem #0000001a
}

.vus-bs-1-30 {
	box-shadow: 0 .0625rem 1.875rem #0000001a
}

.vus-bs-2-30 {
	box-shadow: 0 .125rem 1.875rem #0000001a
}

.vus-bs-3-30 {
	box-shadow: 0 .1875rem 1.875rem #0000001a
}

.vus-bs-4-30 {
	box-shadow: 0 .25rem 1.875rem #0000001a
}

.vus-bs-5-30 {
	box-shadow: 0 .3125rem 1.875rem #0000001a
}

.vus-bs-6-30 {
	box-shadow: 0 .375rem 1.875rem #0000001a
}

.vus-bs-7-30 {
	box-shadow: 0 .4375rem 1.875rem #0000001a
}

.vus-bs-8-30 {
	box-shadow: 0 .5rem 1.875rem #0000001a
}

.vus-bs-9-30 {
	box-shadow: 0 .5625rem 1.875rem #0000001a
}

.vus-bs-10-30 {
	box-shadow: 0 .625rem 1.875rem #0000001a
}

.vus-bs-none {
	box-shadow: none!important
}

.vus-ts-1 {
	text-shadow: 0 0 .0625rem rgba(0, 0, 0, .3)
}

.vus-ts-2 {
	text-shadow: 0 0 .125rem rgba(0, 0, 0, .3)
}

.vus-ts-3 {
	text-shadow: 0 0 .1875rem rgba(0, 0, 0, .3)
}

.vus-ts-4 {
	text-shadow: 0 0 .25rem rgba(0, 0, 0, .3)
}

.vus-ts-5 {
	text-shadow: 0 0 .3125rem rgba(0, 0, 0, .3)
}

.vus-ts-1-1 {
	text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .3)
}

.vus-ts-2-1 {
	text-shadow: 0 .125rem .0625rem rgba(0, 0, 0, .3)
}

.vus-ts-3-1 {
	text-shadow: 0 .1875rem .0625rem rgba(0, 0, 0, .3)
}

.vus-ts-4-1 {
	text-shadow: 0 .25rem .0625rem rgba(0, 0, 0, .3)
}

.vus-ts-5-1 {
	text-shadow: 0 .3125rem .0625rem rgba(0, 0, 0, .3)
}

.vus-ts-1-2 {
	text-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .3)
}

.vus-ts-2-2 {
	text-shadow: 0 .125rem .125rem rgba(0, 0, 0, .3)
}

.vus-ts-3-2 {
	text-shadow: 0 .1875rem .125rem rgba(0, 0, 0, .3)
}

.vus-ts-4-2 {
	text-shadow: 0 .25rem .125rem rgba(0, 0, 0, .3)
}

.vus-ts-5-2 {
	text-shadow: 0 .3125rem .125rem rgba(0, 0, 0, .3)
}

.vus-ts-1-3 {
	text-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .3)
}

.vus-ts-2-3 {
	text-shadow: 0 .125rem .1875rem rgba(0, 0, 0, .3)
}

.vus-ts-3-3 {
	text-shadow: 0 .1875rem .1875rem rgba(0, 0, 0, .3)
}

.vus-ts-4-3 {
	text-shadow: 0 .25rem .1875rem rgba(0, 0, 0, .3)
}

.vus-ts-5-3 {
	text-shadow: 0 .3125rem .1875rem rgba(0, 0, 0, .3)
}

.vus-ts-1-4 {
	text-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .3)
}

.vus-ts-2-4 {
	text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .3)
}

.vus-ts-3-4 {
	text-shadow: 0 .1875rem .25rem rgba(0, 0, 0, .3)
}

.vus-ts-4-4 {
	text-shadow: 0 .25rem .25rem rgba(0, 0, 0, .3)
}

.vus-ts-5-4 {
	text-shadow: 0 .3125rem .25rem rgba(0, 0, 0, .3)
}

.vus-ts-1-5 {
	text-shadow: 0 .0625rem .3125rem rgba(0, 0, 0, .3)
}

.vus-ts-2-5 {
	text-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .3)
}

.vus-ts-3-5 {
	text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3)
}

.vus-ts-4-5 {
	text-shadow: 0 .25rem .3125rem rgba(0, 0, 0, .3)
}

.vus-ts-5-5 {
	text-shadow: 0 .3125rem .3125rem rgba(0, 0, 0, .3)
}

.vus-ts-none {
	text-shadow: none!important
}

.vus-img,
.vus-img-full {
	max-width: 100%;
	height: auto;
	display: block
}

.vus-img-full {
	width: 100%
}

.vus-img-wh-full {
	width: 100%;
	height: 100%;
	display: block
}

.vus-bg-size,
.vus-bg-size-contain,
.vus-bg-size-cover,
.vus-bg-size-x,
.vus-bg-size-y {
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

.vus-bg-size-x {
	background-size: 100% auto
}

.vus-bg-size-y {
	background-size: auto 100%
}

.vus-bg-size-cover {
	background-size: cover
}

.vus-bg-size-contain {
	background-size: contain
}

.vus-rotate-45 {
	transform: rotate(45deg)
}

.vus-rotate--45 {
	transform: rotate(-45deg)
}

.vus-rotate-90 {
	transform: rotate(90deg)
}

.vus-rotate--90 {
	transform: rotate(-90deg)
}

.vus-rotate-135 {
	transform: rotate(135deg)
}

.vus-rotate--135 {
	transform: rotate(-135deg)
}

.vus-rotate-180 {
	transform: rotate(180deg)
}

.vus-rotate--180 {
	transform: rotate(-180deg)
}

.vus-rotate-225 {
	transform: rotate(225deg)
}

.vus-rotate--225 {
	transform: rotate(-225deg)
}

.vus-rotate-270 {
	transform: rotate(270deg)
}

.vus-rotate--270 {
	transform: rotate(-270deg)
}

.vus-rotate-315 {
	transform: rotate(315deg)
}

.vus-rotate--315 {
	transform: rotate(-315deg)
}

.vus-rotate-360 {
	transform: rotate(360deg)
}

.vus-rotate--360 {
	transform: rotate(-360deg)
}

@media (min-width: 576px) {
	.vus-rotate-xs-45 {
		transform: rotate(45deg)
	}
	.vus-rotate-xs--45 {
		transform: rotate(-45deg)
	}
	.vus-rotate-xs-90 {
		transform: rotate(90deg)
	}
	.vus-rotate-xs--90 {
		transform: rotate(-90deg)
	}
	.vus-rotate-xs-135 {
		transform: rotate(135deg)
	}
	.vus-rotate-xs--135 {
		transform: rotate(-135deg)
	}
	.vus-rotate-xs-180 {
		transform: rotate(180deg)
	}
	.vus-rotate-xs--180 {
		transform: rotate(-180deg)
	}
	.vus-rotate-xs-225 {
		transform: rotate(225deg)
	}
	.vus-rotate-xs--225 {
		transform: rotate(-225deg)
	}
	.vus-rotate-xs-270 {
		transform: rotate(270deg)
	}
	.vus-rotate-xs--270 {
		transform: rotate(-270deg)
	}
	.vus-rotate-xs-315 {
		transform: rotate(315deg)
	}
	.vus-rotate-xs--315 {
		transform: rotate(-315deg)
	}
	.vus-rotate-xs-360 {
		transform: rotate(360deg)
	}
	.vus-rotate-xs--360 {
		transform: rotate(-360deg)
	}
}

@media (min-width: 768px) {
	.vus-rotate-sm-45 {
		transform: rotate(45deg)
	}
	.vus-rotate-sm--45 {
		transform: rotate(-45deg)
	}
	.vus-rotate-sm-90 {
		transform: rotate(90deg)
	}
	.vus-rotate-sm--90 {
		transform: rotate(-90deg)
	}
	.vus-rotate-sm-135 {
		transform: rotate(135deg)
	}
	.vus-rotate-sm--135 {
		transform: rotate(-135deg)
	}
	.vus-rotate-sm-180 {
		transform: rotate(180deg)
	}
	.vus-rotate-sm--180 {
		transform: rotate(-180deg)
	}
	.vus-rotate-sm-225 {
		transform: rotate(225deg)
	}
	.vus-rotate-sm--225 {
		transform: rotate(-225deg)
	}
	.vus-rotate-sm-270 {
		transform: rotate(270deg)
	}
	.vus-rotate-sm--270 {
		transform: rotate(-270deg)
	}
	.vus-rotate-sm-315 {
		transform: rotate(315deg)
	}
	.vus-rotate-sm--315 {
		transform: rotate(-315deg)
	}
	.vus-rotate-sm-360 {
		transform: rotate(360deg)
	}
	.vus-rotate-sm--360 {
		transform: rotate(-360deg)
	}
}

@media (min-width: 1024px) {
	.vus-rotate-md-45 {
		transform: rotate(45deg)
	}
	.vus-rotate-md--45 {
		transform: rotate(-45deg)
	}
	.vus-rotate-md-90 {
		transform: rotate(90deg)
	}
	.vus-rotate-md--90 {
		transform: rotate(-90deg)
	}
	.vus-rotate-md-135 {
		transform: rotate(135deg)
	}
	.vus-rotate-md--135 {
		transform: rotate(-135deg)
	}
	.vus-rotate-md-180 {
		transform: rotate(180deg)
	}
	.vus-rotate-md--180 {
		transform: rotate(-180deg)
	}
	.vus-rotate-md-225 {
		transform: rotate(225deg)
	}
	.vus-rotate-md--225 {
		transform: rotate(-225deg)
	}
	.vus-rotate-md-270 {
		transform: rotate(270deg)
	}
	.vus-rotate-md--270 {
		transform: rotate(-270deg)
	}
	.vus-rotate-md-315 {
		transform: rotate(315deg)
	}
	.vus-rotate-md--315 {
		transform: rotate(-315deg)
	}
	.vus-rotate-md-360 {
		transform: rotate(360deg)
	}
	.vus-rotate-md--360 {
		transform: rotate(-360deg)
	}
}

@media (min-width: 1280px) {
	.vus-rotate-lg-45 {
		transform: rotate(45deg)
	}
	.vus-rotate-lg--45 {
		transform: rotate(-45deg)
	}
	.vus-rotate-lg-90 {
		transform: rotate(90deg)
	}
	.vus-rotate-lg--90 {
		transform: rotate(-90deg)
	}
	.vus-rotate-lg-135 {
		transform: rotate(135deg)
	}
	.vus-rotate-lg--135 {
		transform: rotate(-135deg)
	}
	.vus-rotate-lg-180 {
		transform: rotate(180deg)
	}
	.vus-rotate-lg--180 {
		transform: rotate(-180deg)
	}
	.vus-rotate-lg-225 {
		transform: rotate(225deg)
	}
	.vus-rotate-lg--225 {
		transform: rotate(-225deg)
	}
	.vus-rotate-lg-270 {
		transform: rotate(270deg)
	}
	.vus-rotate-lg--270 {
		transform: rotate(-270deg)
	}
	.vus-rotate-lg-315 {
		transform: rotate(315deg)
	}
	.vus-rotate-lg--315 {
		transform: rotate(-315deg)
	}
	.vus-rotate-lg-360 {
		transform: rotate(360deg)
	}
	.vus-rotate-lg--360 {
		transform: rotate(-360deg)
	}
}

.vus-rotate-0 {
	transform: rotate(0)
}

.vus-rotate-x-0 {
	transform: rotateX(0)
}

.vus-rotate-x-180 {
	transform: rotateX(180deg)
}

.vus-rotate-y-0 {
	transform: rotateY(0)
}

.vus-rotate-y-180 {
	transform: rotateY(180deg)
}

.vus-radius-0 {
	border-radius: 0rem
}

.vus-radius-1 {
	border-radius: .0625rem
}

.vus-radius-2 {
	border-radius: .125rem
}

.vus-radius-3 {
	border-radius: .1875rem
}

.vus-radius-4 {
	border-radius: .25rem
}

.vus-radius-5 {
	border-radius: .3125rem
}

.vus-radius-6 {
	border-radius: .375rem
}

.vus-radius-7 {
	border-radius: .4375rem
}

.vus-radius-8 {
	border-radius: .5rem
}

.vus-radius-9 {
	border-radius: .5625rem
}

.vus-radius-10 {
	border-radius: .625rem
}

.vus-radius-11 {
	border-radius: .6875rem
}

.vus-radius-12 {
	border-radius: .75rem
}

.vus-radius-13 {
	border-radius: .8125rem
}

.vus-radius-14 {
	border-radius: .875rem
}

.vus-radius-15 {
	border-radius: .9375rem
}

.vus-radius-16 {
	border-radius: 1rem
}

.vus-radius-17 {
	border-radius: 1.0625rem
}

.vus-radius-18 {
	border-radius: 1.125rem
}

.vus-radius-19 {
	border-radius: 1.1875rem
}

.vus-radius-20 {
	border-radius: 1.25rem
}

.vus-radius-tl-0 {
	border-top-left-radius: 0rem
}

.vus-radius-tr-0 {
	border-top-right-radius: 0rem
}

.vus-radius-bl-0 {
	border-bottom-left-radius: 0rem
}

.vus-radius-br-0 {
	border-bottom-right-radius: 0rem
}

.vus-radius-tl-1 {
	border-top-left-radius: .0625rem
}

.vus-radius-tr-1 {
	border-top-right-radius: .0625rem
}

.vus-radius-bl-1 {
	border-bottom-left-radius: .0625rem
}

.vus-radius-br-1 {
	border-bottom-right-radius: .0625rem
}

.vus-radius-tl-2 {
	border-top-left-radius: .125rem
}

.vus-radius-tr-2 {
	border-top-right-radius: .125rem
}

.vus-radius-bl-2 {
	border-bottom-left-radius: .125rem
}

.vus-radius-br-2 {
	border-bottom-right-radius: .125rem
}

.vus-radius-tl-3 {
	border-top-left-radius: .1875rem
}

.vus-radius-tr-3 {
	border-top-right-radius: .1875rem
}

.vus-radius-bl-3 {
	border-bottom-left-radius: .1875rem
}

.vus-radius-br-3 {
	border-bottom-right-radius: .1875rem
}

.vus-radius-tl-4 {
	border-top-left-radius: .25rem
}

.vus-radius-tr-4 {
	border-top-right-radius: .25rem
}

.vus-radius-bl-4 {
	border-bottom-left-radius: .25rem
}

.vus-radius-br-4 {
	border-bottom-right-radius: .25rem
}

.vus-radius-tl-5 {
	border-top-left-radius: .3125rem
}

.vus-radius-tr-5 {
	border-top-right-radius: .3125rem
}

.vus-radius-bl-5 {
	border-bottom-left-radius: .3125rem
}

.vus-radius-br-5 {
	border-bottom-right-radius: .3125rem
}

.vus-radius-tl-6 {
	border-top-left-radius: .375rem
}

.vus-radius-tr-6 {
	border-top-right-radius: .375rem
}

.vus-radius-bl-6 {
	border-bottom-left-radius: .375rem
}

.vus-radius-br-6 {
	border-bottom-right-radius: .375rem
}

.vus-radius-tl-7 {
	border-top-left-radius: .4375rem
}

.vus-radius-tr-7 {
	border-top-right-radius: .4375rem
}

.vus-radius-bl-7 {
	border-bottom-left-radius: .4375rem
}

.vus-radius-br-7 {
	border-bottom-right-radius: .4375rem
}

.vus-radius-tl-8 {
	border-top-left-radius: .5rem
}

.vus-radius-tr-8 {
	border-top-right-radius: .5rem
}

.vus-radius-bl-8 {
	border-bottom-left-radius: .5rem
}

.vus-radius-br-8 {
	border-bottom-right-radius: .5rem
}

.vus-radius-tl-9 {
	border-top-left-radius: .5625rem
}

.vus-radius-tr-9 {
	border-top-right-radius: .5625rem
}

.vus-radius-bl-9 {
	border-bottom-left-radius: .5625rem
}

.vus-radius-br-9 {
	border-bottom-right-radius: .5625rem
}

.vus-radius-tl-10 {
	border-top-left-radius: .625rem
}

.vus-radius-tr-10 {
	border-top-right-radius: .625rem
}

.vus-radius-bl-10 {
	border-bottom-left-radius: .625rem
}

.vus-radius-br-10 {
	border-bottom-right-radius: .625rem
}

.vus-radius-tl-11 {
	border-top-left-radius: .6875rem
}

.vus-radius-tr-11 {
	border-top-right-radius: .6875rem
}

.vus-radius-bl-11 {
	border-bottom-left-radius: .6875rem
}

.vus-radius-br-11 {
	border-bottom-right-radius: .6875rem
}

.vus-radius-tl-12 {
	border-top-left-radius: .75rem
}

.vus-radius-tr-12 {
	border-top-right-radius: .75rem
}

.vus-radius-bl-12 {
	border-bottom-left-radius: .75rem
}

.vus-radius-br-12 {
	border-bottom-right-radius: .75rem
}

.vus-radius-tl-13 {
	border-top-left-radius: .8125rem
}

.vus-radius-tr-13 {
	border-top-right-radius: .8125rem
}

.vus-radius-bl-13 {
	border-bottom-left-radius: .8125rem
}

.vus-radius-br-13 {
	border-bottom-right-radius: .8125rem
}

.vus-radius-tl-14 {
	border-top-left-radius: .875rem
}

.vus-radius-tr-14 {
	border-top-right-radius: .875rem
}

.vus-radius-bl-14 {
	border-bottom-left-radius: .875rem
}

.vus-radius-br-14 {
	border-bottom-right-radius: .875rem
}

.vus-radius-tl-15 {
	border-top-left-radius: .9375rem
}

.vus-radius-tr-15 {
	border-top-right-radius: .9375rem
}

.vus-radius-bl-15 {
	border-bottom-left-radius: .9375rem
}

.vus-radius-br-15 {
	border-bottom-right-radius: .9375rem
}

.vus-radius-tl-16 {
	border-top-left-radius: 1rem
}

.vus-radius-tr-16 {
	border-top-right-radius: 1rem
}

.vus-radius-bl-16 {
	border-bottom-left-radius: 1rem
}

.vus-radius-br-16 {
	border-bottom-right-radius: 1rem
}

.vus-radius-tl-17 {
	border-top-left-radius: 1.0625rem
}

.vus-radius-tr-17 {
	border-top-right-radius: 1.0625rem
}

.vus-radius-bl-17 {
	border-bottom-left-radius: 1.0625rem
}

.vus-radius-br-17 {
	border-bottom-right-radius: 1.0625rem
}

.vus-radius-tl-18 {
	border-top-left-radius: 1.125rem
}

.vus-radius-tr-18 {
	border-top-right-radius: 1.125rem
}

.vus-radius-bl-18 {
	border-bottom-left-radius: 1.125rem
}

.vus-radius-br-18 {
	border-bottom-right-radius: 1.125rem
}

.vus-radius-tl-19 {
	border-top-left-radius: 1.1875rem
}

.vus-radius-tr-19 {
	border-top-right-radius: 1.1875rem
}

.vus-radius-bl-19 {
	border-bottom-left-radius: 1.1875rem
}

.vus-radius-br-19 {
	border-bottom-right-radius: 1.1875rem
}

.vus-radius-tl-20 {
	border-top-left-radius: 1.25rem
}

.vus-radius-tr-20 {
	border-top-right-radius: 1.25rem
}

.vus-radius-bl-20 {
	border-bottom-left-radius: 1.25rem
}

.vus-radius-br-20 {
	border-bottom-right-radius: 1.25rem
}

@media (min-width: 576px) {
	.vus-radius-xs-0 {
		border-radius: 0rem
	}
	.vus-radius-xs-1 {
		border-radius: .0625rem
	}
	.vus-radius-xs-2 {
		border-radius: .125rem
	}
	.vus-radius-xs-3 {
		border-radius: .1875rem
	}
	.vus-radius-xs-4 {
		border-radius: .25rem
	}
	.vus-radius-xs-5 {
		border-radius: .3125rem
	}
	.vus-radius-xs-6 {
		border-radius: .375rem
	}
	.vus-radius-xs-7 {
		border-radius: .4375rem
	}
	.vus-radius-xs-8 {
		border-radius: .5rem
	}
	.vus-radius-xs-9 {
		border-radius: .5625rem
	}
	.vus-radius-xs-10 {
		border-radius: .625rem
	}
	.vus-radius-xs-11 {
		border-radius: .6875rem
	}
	.vus-radius-xs-12 {
		border-radius: .75rem
	}
	.vus-radius-xs-13 {
		border-radius: .8125rem
	}
	.vus-radius-xs-14 {
		border-radius: .875rem
	}
	.vus-radius-xs-15 {
		border-radius: .9375rem
	}
	.vus-radius-xs-16 {
		border-radius: 1rem
	}
	.vus-radius-xs-17 {
		border-radius: 1.0625rem
	}
	.vus-radius-xs-18 {
		border-radius: 1.125rem
	}
	.vus-radius-xs-19 {
		border-radius: 1.1875rem
	}
	.vus-radius-xs-20 {
		border-radius: 1.25rem
	}
	.vus-radius-tl-xs-0 {
		border-top-left-radius: 0rem
	}
	.vus-radius-tr-xs-0 {
		border-top-right-radius: 0rem
	}
	.vus-radius-bl-xs-0 {
		border-bottom-left-radius: 0rem
	}
	.vus-radius-br-xs-0 {
		border-bottom-right-radius: 0rem
	}
	.vus-radius-tl-xs-1 {
		border-top-left-radius: .0625rem
	}
	.vus-radius-tr-xs-1 {
		border-top-right-radius: .0625rem
	}
	.vus-radius-bl-xs-1 {
		border-bottom-left-radius: .0625rem
	}
	.vus-radius-br-xs-1 {
		border-bottom-right-radius: .0625rem
	}
	.vus-radius-tl-xs-2 {
		border-top-left-radius: .125rem
	}
	.vus-radius-tr-xs-2 {
		border-top-right-radius: .125rem
	}
	.vus-radius-bl-xs-2 {
		border-bottom-left-radius: .125rem
	}
	.vus-radius-br-xs-2 {
		border-bottom-right-radius: .125rem
	}
	.vus-radius-tl-xs-3 {
		border-top-left-radius: .1875rem
	}
	.vus-radius-tr-xs-3 {
		border-top-right-radius: .1875rem
	}
	.vus-radius-bl-xs-3 {
		border-bottom-left-radius: .1875rem
	}
	.vus-radius-br-xs-3 {
		border-bottom-right-radius: .1875rem
	}
	.vus-radius-tl-xs-4 {
		border-top-left-radius: .25rem
	}
	.vus-radius-tr-xs-4 {
		border-top-right-radius: .25rem
	}
	.vus-radius-bl-xs-4 {
		border-bottom-left-radius: .25rem
	}
	.vus-radius-br-xs-4 {
		border-bottom-right-radius: .25rem
	}
	.vus-radius-tl-xs-5 {
		border-top-left-radius: .3125rem
	}
	.vus-radius-tr-xs-5 {
		border-top-right-radius: .3125rem
	}
	.vus-radius-bl-xs-5 {
		border-bottom-left-radius: .3125rem
	}
	.vus-radius-br-xs-5 {
		border-bottom-right-radius: .3125rem
	}
	.vus-radius-tl-xs-6 {
		border-top-left-radius: .375rem
	}
	.vus-radius-tr-xs-6 {
		border-top-right-radius: .375rem
	}
	.vus-radius-bl-xs-6 {
		border-bottom-left-radius: .375rem
	}
	.vus-radius-br-xs-6 {
		border-bottom-right-radius: .375rem
	}
	.vus-radius-tl-xs-7 {
		border-top-left-radius: .4375rem
	}
	.vus-radius-tr-xs-7 {
		border-top-right-radius: .4375rem
	}
	.vus-radius-bl-xs-7 {
		border-bottom-left-radius: .4375rem
	}
	.vus-radius-br-xs-7 {
		border-bottom-right-radius: .4375rem
	}
	.vus-radius-tl-xs-8 {
		border-top-left-radius: .5rem
	}
	.vus-radius-tr-xs-8 {
		border-top-right-radius: .5rem
	}
	.vus-radius-bl-xs-8 {
		border-bottom-left-radius: .5rem
	}
	.vus-radius-br-xs-8 {
		border-bottom-right-radius: .5rem
	}
	.vus-radius-tl-xs-9 {
		border-top-left-radius: .5625rem
	}
	.vus-radius-tr-xs-9 {
		border-top-right-radius: .5625rem
	}
	.vus-radius-bl-xs-9 {
		border-bottom-left-radius: .5625rem
	}
	.vus-radius-br-xs-9 {
		border-bottom-right-radius: .5625rem
	}
	.vus-radius-tl-xs-10 {
		border-top-left-radius: .625rem
	}
	.vus-radius-tr-xs-10 {
		border-top-right-radius: .625rem
	}
	.vus-radius-bl-xs-10 {
		border-bottom-left-radius: .625rem
	}
	.vus-radius-br-xs-10 {
		border-bottom-right-radius: .625rem
	}
	.vus-radius-tl-xs-11 {
		border-top-left-radius: .6875rem
	}
	.vus-radius-tr-xs-11 {
		border-top-right-radius: .6875rem
	}
	.vus-radius-bl-xs-11 {
		border-bottom-left-radius: .6875rem
	}
	.vus-radius-br-xs-11 {
		border-bottom-right-radius: .6875rem
	}
	.vus-radius-tl-xs-12 {
		border-top-left-radius: .75rem
	}
	.vus-radius-tr-xs-12 {
		border-top-right-radius: .75rem
	}
	.vus-radius-bl-xs-12 {
		border-bottom-left-radius: .75rem
	}
	.vus-radius-br-xs-12 {
		border-bottom-right-radius: .75rem
	}
	.vus-radius-tl-xs-13 {
		border-top-left-radius: .8125rem
	}
	.vus-radius-tr-xs-13 {
		border-top-right-radius: .8125rem
	}
	.vus-radius-bl-xs-13 {
		border-bottom-left-radius: .8125rem
	}
	.vus-radius-br-xs-13 {
		border-bottom-right-radius: .8125rem
	}
	.vus-radius-tl-xs-14 {
		border-top-left-radius: .875rem
	}
	.vus-radius-tr-xs-14 {
		border-top-right-radius: .875rem
	}
	.vus-radius-bl-xs-14 {
		border-bottom-left-radius: .875rem
	}
	.vus-radius-br-xs-14 {
		border-bottom-right-radius: .875rem
	}
	.vus-radius-tl-xs-15 {
		border-top-left-radius: .9375rem
	}
	.vus-radius-tr-xs-15 {
		border-top-right-radius: .9375rem
	}
	.vus-radius-bl-xs-15 {
		border-bottom-left-radius: .9375rem
	}
	.vus-radius-br-xs-15 {
		border-bottom-right-radius: .9375rem
	}
	.vus-radius-tl-xs-16 {
		border-top-left-radius: 1rem
	}
	.vus-radius-tr-xs-16 {
		border-top-right-radius: 1rem
	}
	.vus-radius-bl-xs-16 {
		border-bottom-left-radius: 1rem
	}
	.vus-radius-br-xs-16 {
		border-bottom-right-radius: 1rem
	}
	.vus-radius-tl-xs-17 {
		border-top-left-radius: 1.0625rem
	}
	.vus-radius-tr-xs-17 {
		border-top-right-radius: 1.0625rem
	}
	.vus-radius-bl-xs-17 {
		border-bottom-left-radius: 1.0625rem
	}
	.vus-radius-br-xs-17 {
		border-bottom-right-radius: 1.0625rem
	}
	.vus-radius-tl-xs-18 {
		border-top-left-radius: 1.125rem
	}
	.vus-radius-tr-xs-18 {
		border-top-right-radius: 1.125rem
	}
	.vus-radius-bl-xs-18 {
		border-bottom-left-radius: 1.125rem
	}
	.vus-radius-br-xs-18 {
		border-bottom-right-radius: 1.125rem
	}
	.vus-radius-tl-xs-19 {
		border-top-left-radius: 1.1875rem
	}
	.vus-radius-tr-xs-19 {
		border-top-right-radius: 1.1875rem
	}
	.vus-radius-bl-xs-19 {
		border-bottom-left-radius: 1.1875rem
	}
	.vus-radius-br-xs-19 {
		border-bottom-right-radius: 1.1875rem
	}
	.vus-radius-tl-xs-20 {
		border-top-left-radius: 1.25rem
	}
	.vus-radius-tr-xs-20 {
		border-top-right-radius: 1.25rem
	}
	.vus-radius-bl-xs-20 {
		border-bottom-left-radius: 1.25rem
	}
	.vus-radius-br-xs-20 {
		border-bottom-right-radius: 1.25rem
	}
}

@media (min-width: 768px) {
	.vus-radius-sm-0 {
		border-radius: 0rem
	}
	.vus-radius-sm-1 {
		border-radius: .0625rem
	}
	.vus-radius-sm-2 {
		border-radius: .125rem
	}
	.vus-radius-sm-3 {
		border-radius: .1875rem
	}
	.vus-radius-sm-4 {
		border-radius: .25rem
	}
	.vus-radius-sm-5 {
		border-radius: .3125rem
	}
	.vus-radius-sm-6 {
		border-radius: .375rem
	}
	.vus-radius-sm-7 {
		border-radius: .4375rem
	}
	.vus-radius-sm-8 {
		border-radius: .5rem
	}
	.vus-radius-sm-9 {
		border-radius: .5625rem
	}
	.vus-radius-sm-10 {
		border-radius: .625rem
	}
	.vus-radius-sm-11 {
		border-radius: .6875rem
	}
	.vus-radius-sm-12 {
		border-radius: .75rem
	}
	.vus-radius-sm-13 {
		border-radius: .8125rem
	}
	.vus-radius-sm-14 {
		border-radius: .875rem
	}
	.vus-radius-sm-15 {
		border-radius: .9375rem
	}
	.vus-radius-sm-16 {
		border-radius: 1rem
	}
	.vus-radius-sm-17 {
		border-radius: 1.0625rem
	}
	.vus-radius-sm-18 {
		border-radius: 1.125rem
	}
	.vus-radius-sm-19 {
		border-radius: 1.1875rem
	}
	.vus-radius-sm-20 {
		border-radius: 1.25rem
	}
	.vus-radius-tl-sm-0 {
		border-top-left-radius: 0rem
	}
	.vus-radius-tr-sm-0 {
		border-top-right-radius: 0rem
	}
	.vus-radius-bl-sm-0 {
		border-bottom-left-radius: 0rem
	}
	.vus-radius-br-sm-0 {
		border-bottom-right-radius: 0rem
	}
	.vus-radius-tl-sm-1 {
		border-top-left-radius: .0625rem
	}
	.vus-radius-tr-sm-1 {
		border-top-right-radius: .0625rem
	}
	.vus-radius-bl-sm-1 {
		border-bottom-left-radius: .0625rem
	}
	.vus-radius-br-sm-1 {
		border-bottom-right-radius: .0625rem
	}
	.vus-radius-tl-sm-2 {
		border-top-left-radius: .125rem
	}
	.vus-radius-tr-sm-2 {
		border-top-right-radius: .125rem
	}
	.vus-radius-bl-sm-2 {
		border-bottom-left-radius: .125rem
	}
	.vus-radius-br-sm-2 {
		border-bottom-right-radius: .125rem
	}
	.vus-radius-tl-sm-3 {
		border-top-left-radius: .1875rem
	}
	.vus-radius-tr-sm-3 {
		border-top-right-radius: .1875rem
	}
	.vus-radius-bl-sm-3 {
		border-bottom-left-radius: .1875rem
	}
	.vus-radius-br-sm-3 {
		border-bottom-right-radius: .1875rem
	}
	.vus-radius-tl-sm-4 {
		border-top-left-radius: .25rem
	}
	.vus-radius-tr-sm-4 {
		border-top-right-radius: .25rem
	}
	.vus-radius-bl-sm-4 {
		border-bottom-left-radius: .25rem
	}
	.vus-radius-br-sm-4 {
		border-bottom-right-radius: .25rem
	}
	.vus-radius-tl-sm-5 {
		border-top-left-radius: .3125rem
	}
	.vus-radius-tr-sm-5 {
		border-top-right-radius: .3125rem
	}
	.vus-radius-bl-sm-5 {
		border-bottom-left-radius: .3125rem
	}
	.vus-radius-br-sm-5 {
		border-bottom-right-radius: .3125rem
	}
	.vus-radius-tl-sm-6 {
		border-top-left-radius: .375rem
	}
	.vus-radius-tr-sm-6 {
		border-top-right-radius: .375rem
	}
	.vus-radius-bl-sm-6 {
		border-bottom-left-radius: .375rem
	}
	.vus-radius-br-sm-6 {
		border-bottom-right-radius: .375rem
	}
	.vus-radius-tl-sm-7 {
		border-top-left-radius: .4375rem
	}
	.vus-radius-tr-sm-7 {
		border-top-right-radius: .4375rem
	}
	.vus-radius-bl-sm-7 {
		border-bottom-left-radius: .4375rem
	}
	.vus-radius-br-sm-7 {
		border-bottom-right-radius: .4375rem
	}
	.vus-radius-tl-sm-8 {
		border-top-left-radius: .5rem
	}
	.vus-radius-tr-sm-8 {
		border-top-right-radius: .5rem
	}
	.vus-radius-bl-sm-8 {
		border-bottom-left-radius: .5rem
	}
	.vus-radius-br-sm-8 {
		border-bottom-right-radius: .5rem
	}
	.vus-radius-tl-sm-9 {
		border-top-left-radius: .5625rem
	}
	.vus-radius-tr-sm-9 {
		border-top-right-radius: .5625rem
	}
	.vus-radius-bl-sm-9 {
		border-bottom-left-radius: .5625rem
	}
	.vus-radius-br-sm-9 {
		border-bottom-right-radius: .5625rem
	}
	.vus-radius-tl-sm-10 {
		border-top-left-radius: .625rem
	}
	.vus-radius-tr-sm-10 {
		border-top-right-radius: .625rem
	}
	.vus-radius-bl-sm-10 {
		border-bottom-left-radius: .625rem
	}
	.vus-radius-br-sm-10 {
		border-bottom-right-radius: .625rem
	}
	.vus-radius-tl-sm-11 {
		border-top-left-radius: .6875rem
	}
	.vus-radius-tr-sm-11 {
		border-top-right-radius: .6875rem
	}
	.vus-radius-bl-sm-11 {
		border-bottom-left-radius: .6875rem
	}
	.vus-radius-br-sm-11 {
		border-bottom-right-radius: .6875rem
	}
	.vus-radius-tl-sm-12 {
		border-top-left-radius: .75rem
	}
	.vus-radius-tr-sm-12 {
		border-top-right-radius: .75rem
	}
	.vus-radius-bl-sm-12 {
		border-bottom-left-radius: .75rem
	}
	.vus-radius-br-sm-12 {
		border-bottom-right-radius: .75rem
	}
	.vus-radius-tl-sm-13 {
		border-top-left-radius: .8125rem
	}
	.vus-radius-tr-sm-13 {
		border-top-right-radius: .8125rem
	}
	.vus-radius-bl-sm-13 {
		border-bottom-left-radius: .8125rem
	}
	.vus-radius-br-sm-13 {
		border-bottom-right-radius: .8125rem
	}
	.vus-radius-tl-sm-14 {
		border-top-left-radius: .875rem
	}
	.vus-radius-tr-sm-14 {
		border-top-right-radius: .875rem
	}
	.vus-radius-bl-sm-14 {
		border-bottom-left-radius: .875rem
	}
	.vus-radius-br-sm-14 {
		border-bottom-right-radius: .875rem
	}
	.vus-radius-tl-sm-15 {
		border-top-left-radius: .9375rem
	}
	.vus-radius-tr-sm-15 {
		border-top-right-radius: .9375rem
	}
	.vus-radius-bl-sm-15 {
		border-bottom-left-radius: .9375rem
	}
	.vus-radius-br-sm-15 {
		border-bottom-right-radius: .9375rem
	}
	.vus-radius-tl-sm-16 {
		border-top-left-radius: 1rem
	}
	.vus-radius-tr-sm-16 {
		border-top-right-radius: 1rem
	}
	.vus-radius-bl-sm-16 {
		border-bottom-left-radius: 1rem
	}
	.vus-radius-br-sm-16 {
		border-bottom-right-radius: 1rem
	}
	.vus-radius-tl-sm-17 {
		border-top-left-radius: 1.0625rem
	}
	.vus-radius-tr-sm-17 {
		border-top-right-radius: 1.0625rem
	}
	.vus-radius-bl-sm-17 {
		border-bottom-left-radius: 1.0625rem
	}
	.vus-radius-br-sm-17 {
		border-bottom-right-radius: 1.0625rem
	}
	.vus-radius-tl-sm-18 {
		border-top-left-radius: 1.125rem
	}
	.vus-radius-tr-sm-18 {
		border-top-right-radius: 1.125rem
	}
	.vus-radius-bl-sm-18 {
		border-bottom-left-radius: 1.125rem
	}
	.vus-radius-br-sm-18 {
		border-bottom-right-radius: 1.125rem
	}
	.vus-radius-tl-sm-19 {
		border-top-left-radius: 1.1875rem
	}
	.vus-radius-tr-sm-19 {
		border-top-right-radius: 1.1875rem
	}
	.vus-radius-bl-sm-19 {
		border-bottom-left-radius: 1.1875rem
	}
	.vus-radius-br-sm-19 {
		border-bottom-right-radius: 1.1875rem
	}
	.vus-radius-tl-sm-20 {
		border-top-left-radius: 1.25rem
	}
	.vus-radius-tr-sm-20 {
		border-top-right-radius: 1.25rem
	}
	.vus-radius-bl-sm-20 {
		border-bottom-left-radius: 1.25rem
	}
	.vus-radius-br-sm-20 {
		border-bottom-right-radius: 1.25rem
	}
}

@media (min-width: 1024px) {
	.vus-radius-md-0 {
		border-radius: 0rem
	}
	.vus-radius-md-1 {
		border-radius: .0625rem
	}
	.vus-radius-md-2 {
		border-radius: .125rem
	}
	.vus-radius-md-3 {
		border-radius: .1875rem
	}
	.vus-radius-md-4 {
		border-radius: .25rem
	}
	.vus-radius-md-5 {
		border-radius: .3125rem
	}
	.vus-radius-md-6 {
		border-radius: .375rem
	}
	.vus-radius-md-7 {
		border-radius: .4375rem
	}
	.vus-radius-md-8 {
		border-radius: .5rem
	}
	.vus-radius-md-9 {
		border-radius: .5625rem
	}
	.vus-radius-md-10 {
		border-radius: .625rem
	}
	.vus-radius-md-11 {
		border-radius: .6875rem
	}
	.vus-radius-md-12 {
		border-radius: .75rem
	}
	.vus-radius-md-13 {
		border-radius: .8125rem
	}
	.vus-radius-md-14 {
		border-radius: .875rem
	}
	.vus-radius-md-15 {
		border-radius: .9375rem
	}
	.vus-radius-md-16 {
		border-radius: 1rem
	}
	.vus-radius-md-17 {
		border-radius: 1.0625rem
	}
	.vus-radius-md-18 {
		border-radius: 1.125rem
	}
	.vus-radius-md-19 {
		border-radius: 1.1875rem
	}
	.vus-radius-md-20 {
		border-radius: 1.25rem
	}
	.vus-radius-tl-md-0 {
		border-top-left-radius: 0rem
	}
	.vus-radius-tr-md-0 {
		border-top-right-radius: 0rem
	}
	.vus-radius-bl-md-0 {
		border-bottom-left-radius: 0rem
	}
	.vus-radius-br-md-0 {
		border-bottom-right-radius: 0rem
	}
	.vus-radius-tl-md-1 {
		border-top-left-radius: .0625rem
	}
	.vus-radius-tr-md-1 {
		border-top-right-radius: .0625rem
	}
	.vus-radius-bl-md-1 {
		border-bottom-left-radius: .0625rem
	}
	.vus-radius-br-md-1 {
		border-bottom-right-radius: .0625rem
	}
	.vus-radius-tl-md-2 {
		border-top-left-radius: .125rem
	}
	.vus-radius-tr-md-2 {
		border-top-right-radius: .125rem
	}
	.vus-radius-bl-md-2 {
		border-bottom-left-radius: .125rem
	}
	.vus-radius-br-md-2 {
		border-bottom-right-radius: .125rem
	}
	.vus-radius-tl-md-3 {
		border-top-left-radius: .1875rem
	}
	.vus-radius-tr-md-3 {
		border-top-right-radius: .1875rem
	}
	.vus-radius-bl-md-3 {
		border-bottom-left-radius: .1875rem
	}
	.vus-radius-br-md-3 {
		border-bottom-right-radius: .1875rem
	}
	.vus-radius-tl-md-4 {
		border-top-left-radius: .25rem
	}
	.vus-radius-tr-md-4 {
		border-top-right-radius: .25rem
	}
	.vus-radius-bl-md-4 {
		border-bottom-left-radius: .25rem
	}
	.vus-radius-br-md-4 {
		border-bottom-right-radius: .25rem
	}
	.vus-radius-tl-md-5 {
		border-top-left-radius: .3125rem
	}
	.vus-radius-tr-md-5 {
		border-top-right-radius: .3125rem
	}
	.vus-radius-bl-md-5 {
		border-bottom-left-radius: .3125rem
	}
	.vus-radius-br-md-5 {
		border-bottom-right-radius: .3125rem
	}
	.vus-radius-tl-md-6 {
		border-top-left-radius: .375rem
	}
	.vus-radius-tr-md-6 {
		border-top-right-radius: .375rem
	}
	.vus-radius-bl-md-6 {
		border-bottom-left-radius: .375rem
	}
	.vus-radius-br-md-6 {
		border-bottom-right-radius: .375rem
	}
	.vus-radius-tl-md-7 {
		border-top-left-radius: .4375rem
	}
	.vus-radius-tr-md-7 {
		border-top-right-radius: .4375rem
	}
	.vus-radius-bl-md-7 {
		border-bottom-left-radius: .4375rem
	}
	.vus-radius-br-md-7 {
		border-bottom-right-radius: .4375rem
	}
	.vus-radius-tl-md-8 {
		border-top-left-radius: .5rem
	}
	.vus-radius-tr-md-8 {
		border-top-right-radius: .5rem
	}
	.vus-radius-bl-md-8 {
		border-bottom-left-radius: .5rem
	}
	.vus-radius-br-md-8 {
		border-bottom-right-radius: .5rem
	}
	.vus-radius-tl-md-9 {
		border-top-left-radius: .5625rem
	}
	.vus-radius-tr-md-9 {
		border-top-right-radius: .5625rem
	}
	.vus-radius-bl-md-9 {
		border-bottom-left-radius: .5625rem
	}
	.vus-radius-br-md-9 {
		border-bottom-right-radius: .5625rem
	}
	.vus-radius-tl-md-10 {
		border-top-left-radius: .625rem
	}
	.vus-radius-tr-md-10 {
		border-top-right-radius: .625rem
	}
	.vus-radius-bl-md-10 {
		border-bottom-left-radius: .625rem
	}
	.vus-radius-br-md-10 {
		border-bottom-right-radius: .625rem
	}
	.vus-radius-tl-md-11 {
		border-top-left-radius: .6875rem
	}
	.vus-radius-tr-md-11 {
		border-top-right-radius: .6875rem
	}
	.vus-radius-bl-md-11 {
		border-bottom-left-radius: .6875rem
	}
	.vus-radius-br-md-11 {
		border-bottom-right-radius: .6875rem
	}
	.vus-radius-tl-md-12 {
		border-top-left-radius: .75rem
	}
	.vus-radius-tr-md-12 {
		border-top-right-radius: .75rem
	}
	.vus-radius-bl-md-12 {
		border-bottom-left-radius: .75rem
	}
	.vus-radius-br-md-12 {
		border-bottom-right-radius: .75rem
	}
	.vus-radius-tl-md-13 {
		border-top-left-radius: .8125rem
	}
	.vus-radius-tr-md-13 {
		border-top-right-radius: .8125rem
	}
	.vus-radius-bl-md-13 {
		border-bottom-left-radius: .8125rem
	}
	.vus-radius-br-md-13 {
		border-bottom-right-radius: .8125rem
	}
	.vus-radius-tl-md-14 {
		border-top-left-radius: .875rem
	}
	.vus-radius-tr-md-14 {
		border-top-right-radius: .875rem
	}
	.vus-radius-bl-md-14 {
		border-bottom-left-radius: .875rem
	}
	.vus-radius-br-md-14 {
		border-bottom-right-radius: .875rem
	}
	.vus-radius-tl-md-15 {
		border-top-left-radius: .9375rem
	}
	.vus-radius-tr-md-15 {
		border-top-right-radius: .9375rem
	}
	.vus-radius-bl-md-15 {
		border-bottom-left-radius: .9375rem
	}
	.vus-radius-br-md-15 {
		border-bottom-right-radius: .9375rem
	}
	.vus-radius-tl-md-16 {
		border-top-left-radius: 1rem
	}
	.vus-radius-tr-md-16 {
		border-top-right-radius: 1rem
	}
	.vus-radius-bl-md-16 {
		border-bottom-left-radius: 1rem
	}
	.vus-radius-br-md-16 {
		border-bottom-right-radius: 1rem
	}
	.vus-radius-tl-md-17 {
		border-top-left-radius: 1.0625rem
	}
	.vus-radius-tr-md-17 {
		border-top-right-radius: 1.0625rem
	}
	.vus-radius-bl-md-17 {
		border-bottom-left-radius: 1.0625rem
	}
	.vus-radius-br-md-17 {
		border-bottom-right-radius: 1.0625rem
	}
	.vus-radius-tl-md-18 {
		border-top-left-radius: 1.125rem
	}
	.vus-radius-tr-md-18 {
		border-top-right-radius: 1.125rem
	}
	.vus-radius-bl-md-18 {
		border-bottom-left-radius: 1.125rem
	}
	.vus-radius-br-md-18 {
		border-bottom-right-radius: 1.125rem
	}
	.vus-radius-tl-md-19 {
		border-top-left-radius: 1.1875rem
	}
	.vus-radius-tr-md-19 {
		border-top-right-radius: 1.1875rem
	}
	.vus-radius-bl-md-19 {
		border-bottom-left-radius: 1.1875rem
	}
	.vus-radius-br-md-19 {
		border-bottom-right-radius: 1.1875rem
	}
	.vus-radius-tl-md-20 {
		border-top-left-radius: 1.25rem
	}
	.vus-radius-tr-md-20 {
		border-top-right-radius: 1.25rem
	}
	.vus-radius-bl-md-20 {
		border-bottom-left-radius: 1.25rem
	}
	.vus-radius-br-md-20 {
		border-bottom-right-radius: 1.25rem
	}
}

@media (min-width: 1280px) {
	.vus-radius-lg-0 {
		border-radius: 0rem
	}
	.vus-radius-lg-1 {
		border-radius: .0625rem
	}
	.vus-radius-lg-2 {
		border-radius: .125rem
	}
	.vus-radius-lg-3 {
		border-radius: .1875rem
	}
	.vus-radius-lg-4 {
		border-radius: .25rem
	}
	.vus-radius-lg-5 {
		border-radius: .3125rem
	}
	.vus-radius-lg-6 {
		border-radius: .375rem
	}
	.vus-radius-lg-7 {
		border-radius: .4375rem
	}
	.vus-radius-lg-8 {
		border-radius: .5rem
	}
	.vus-radius-lg-9 {
		border-radius: .5625rem
	}
	.vus-radius-lg-10 {
		border-radius: .625rem
	}
	.vus-radius-lg-11 {
		border-radius: .6875rem
	}
	.vus-radius-lg-12 {
		border-radius: .75rem
	}
	.vus-radius-lg-13 {
		border-radius: .8125rem
	}
	.vus-radius-lg-14 {
		border-radius: .875rem
	}
	.vus-radius-lg-15 {
		border-radius: .9375rem
	}
	.vus-radius-lg-16 {
		border-radius: 1rem
	}
	.vus-radius-lg-17 {
		border-radius: 1.0625rem
	}
	.vus-radius-lg-18 {
		border-radius: 1.125rem
	}
	.vus-radius-lg-19 {
		border-radius: 1.1875rem
	}
	.vus-radius-lg-20 {
		border-radius: 1.25rem
	}
	.vus-radius-tl-lg-0 {
		border-top-left-radius: 0rem
	}
	.vus-radius-tr-lg-0 {
		border-top-right-radius: 0rem
	}
	.vus-radius-bl-lg-0 {
		border-bottom-left-radius: 0rem
	}
	.vus-radius-br-lg-0 {
		border-bottom-right-radius: 0rem
	}
	.vus-radius-tl-lg-1 {
		border-top-left-radius: .0625rem
	}
	.vus-radius-tr-lg-1 {
		border-top-right-radius: .0625rem
	}
	.vus-radius-bl-lg-1 {
		border-bottom-left-radius: .0625rem
	}
	.vus-radius-br-lg-1 {
		border-bottom-right-radius: .0625rem
	}
	.vus-radius-tl-lg-2 {
		border-top-left-radius: .125rem
	}
	.vus-radius-tr-lg-2 {
		border-top-right-radius: .125rem
	}
	.vus-radius-bl-lg-2 {
		border-bottom-left-radius: .125rem
	}
	.vus-radius-br-lg-2 {
		border-bottom-right-radius: .125rem
	}
	.vus-radius-tl-lg-3 {
		border-top-left-radius: .1875rem
	}
	.vus-radius-tr-lg-3 {
		border-top-right-radius: .1875rem
	}
	.vus-radius-bl-lg-3 {
		border-bottom-left-radius: .1875rem
	}
	.vus-radius-br-lg-3 {
		border-bottom-right-radius: .1875rem
	}
	.vus-radius-tl-lg-4 {
		border-top-left-radius: .25rem
	}
	.vus-radius-tr-lg-4 {
		border-top-right-radius: .25rem
	}
	.vus-radius-bl-lg-4 {
		border-bottom-left-radius: .25rem
	}
	.vus-radius-br-lg-4 {
		border-bottom-right-radius: .25rem
	}
	.vus-radius-tl-lg-5 {
		border-top-left-radius: .3125rem
	}
	.vus-radius-tr-lg-5 {
		border-top-right-radius: .3125rem
	}
	.vus-radius-bl-lg-5 {
		border-bottom-left-radius: .3125rem
	}
	.vus-radius-br-lg-5 {
		border-bottom-right-radius: .3125rem
	}
	.vus-radius-tl-lg-6 {
		border-top-left-radius: .375rem
	}
	.vus-radius-tr-lg-6 {
		border-top-right-radius: .375rem
	}
	.vus-radius-bl-lg-6 {
		border-bottom-left-radius: .375rem
	}
	.vus-radius-br-lg-6 {
		border-bottom-right-radius: .375rem
	}
	.vus-radius-tl-lg-7 {
		border-top-left-radius: .4375rem
	}
	.vus-radius-tr-lg-7 {
		border-top-right-radius: .4375rem
	}
	.vus-radius-bl-lg-7 {
		border-bottom-left-radius: .4375rem
	}
	.vus-radius-br-lg-7 {
		border-bottom-right-radius: .4375rem
	}
	.vus-radius-tl-lg-8 {
		border-top-left-radius: .5rem
	}
	.vus-radius-tr-lg-8 {
		border-top-right-radius: .5rem
	}
	.vus-radius-bl-lg-8 {
		border-bottom-left-radius: .5rem
	}
	.vus-radius-br-lg-8 {
		border-bottom-right-radius: .5rem
	}
	.vus-radius-tl-lg-9 {
		border-top-left-radius: .5625rem
	}
	.vus-radius-tr-lg-9 {
		border-top-right-radius: .5625rem
	}
	.vus-radius-bl-lg-9 {
		border-bottom-left-radius: .5625rem
	}
	.vus-radius-br-lg-9 {
		border-bottom-right-radius: .5625rem
	}
	.vus-radius-tl-lg-10 {
		border-top-left-radius: .625rem
	}
	.vus-radius-tr-lg-10 {
		border-top-right-radius: .625rem
	}
	.vus-radius-bl-lg-10 {
		border-bottom-left-radius: .625rem
	}
	.vus-radius-br-lg-10 {
		border-bottom-right-radius: .625rem
	}
	.vus-radius-tl-lg-11 {
		border-top-left-radius: .6875rem
	}
	.vus-radius-tr-lg-11 {
		border-top-right-radius: .6875rem
	}
	.vus-radius-bl-lg-11 {
		border-bottom-left-radius: .6875rem
	}
	.vus-radius-br-lg-11 {
		border-bottom-right-radius: .6875rem
	}
	.vus-radius-tl-lg-12 {
		border-top-left-radius: .75rem
	}
	.vus-radius-tr-lg-12 {
		border-top-right-radius: .75rem
	}
	.vus-radius-bl-lg-12 {
		border-bottom-left-radius: .75rem
	}
	.vus-radius-br-lg-12 {
		border-bottom-right-radius: .75rem
	}
	.vus-radius-tl-lg-13 {
		border-top-left-radius: .8125rem
	}
	.vus-radius-tr-lg-13 {
		border-top-right-radius: .8125rem
	}
	.vus-radius-bl-lg-13 {
		border-bottom-left-radius: .8125rem
	}
	.vus-radius-br-lg-13 {
		border-bottom-right-radius: .8125rem
	}
	.vus-radius-tl-lg-14 {
		border-top-left-radius: .875rem
	}
	.vus-radius-tr-lg-14 {
		border-top-right-radius: .875rem
	}
	.vus-radius-bl-lg-14 {
		border-bottom-left-radius: .875rem
	}
	.vus-radius-br-lg-14 {
		border-bottom-right-radius: .875rem
	}
	.vus-radius-tl-lg-15 {
		border-top-left-radius: .9375rem
	}
	.vus-radius-tr-lg-15 {
		border-top-right-radius: .9375rem
	}
	.vus-radius-bl-lg-15 {
		border-bottom-left-radius: .9375rem
	}
	.vus-radius-br-lg-15 {
		border-bottom-right-radius: .9375rem
	}
	.vus-radius-tl-lg-16 {
		border-top-left-radius: 1rem
	}
	.vus-radius-tr-lg-16 {
		border-top-right-radius: 1rem
	}
	.vus-radius-bl-lg-16 {
		border-bottom-left-radius: 1rem
	}
	.vus-radius-br-lg-16 {
		border-bottom-right-radius: 1rem
	}
	.vus-radius-tl-lg-17 {
		border-top-left-radius: 1.0625rem
	}
	.vus-radius-tr-lg-17 {
		border-top-right-radius: 1.0625rem
	}
	.vus-radius-bl-lg-17 {
		border-bottom-left-radius: 1.0625rem
	}
	.vus-radius-br-lg-17 {
		border-bottom-right-radius: 1.0625rem
	}
	.vus-radius-tl-lg-18 {
		border-top-left-radius: 1.125rem
	}
	.vus-radius-tr-lg-18 {
		border-top-right-radius: 1.125rem
	}
	.vus-radius-bl-lg-18 {
		border-bottom-left-radius: 1.125rem
	}
	.vus-radius-br-lg-18 {
		border-bottom-right-radius: 1.125rem
	}
	.vus-radius-tl-lg-19 {
		border-top-left-radius: 1.1875rem
	}
	.vus-radius-tr-lg-19 {
		border-top-right-radius: 1.1875rem
	}
	.vus-radius-bl-lg-19 {
		border-bottom-left-radius: 1.1875rem
	}
	.vus-radius-br-lg-19 {
		border-bottom-right-radius: 1.1875rem
	}
	.vus-radius-tl-lg-20 {
		border-top-left-radius: 1.25rem
	}
	.vus-radius-tr-lg-20 {
		border-top-right-radius: 1.25rem
	}
	.vus-radius-bl-lg-20 {
		border-bottom-left-radius: 1.25rem
	}
	.vus-radius-br-lg-20 {
		border-bottom-right-radius: 1.25rem
	}
}

.vus-radius-circle {
	border-radius: 50%
}

.vus-radius-large {
	border-radius: 125rem
}

.vus-radius-tl-circle {
	border-top-left-radius: 50%
}

.vus-radius-tl-large {
	border-top-left-radius: 125rem
}

.vus-radius-tr-circle {
	border-top-right-radius: 50%
}

.vus-radius-tr-large {
	border-top-right-radius: 125rem
}

.vus-radius-bl-circle {
	border-bottom-left-radius: 50%
}

.vus-radius-bl-large {
	border-bottom-left-radius: 125rem
}

.vus-radius-br-circle {
	border-bottom-right-radius: 50%
}

.vus-radius-br-large {
	border-bottom-right-radius: 125rem
}

.vus-opacity-0 {
	opacity: 0!important
}

.vus-opacity-01 {
	opacity: .1!important
}

.vus-opacity-02 {
	opacity: .2!important
}

.vus-opacity-03 {
	opacity: .3!important
}

.vus-opacity-04 {
	opacity: .4!important
}

.vus-opacity-05 {
	opacity: .5!important
}

.vus-opacity-06 {
	opacity: .6!important
}

.vus-opacity-07 {
	opacity: .7!important
}

.vus-opacity-08 {
	opacity: .8!important
}

.vus-opacity-09 {
	opacity: .9!important
}

.vus-opacity-1 {
	opacity: 1!important
}

.vus-fixed {
	position: fixed
}

.vus-absolute {
	position: absolute
}

.vus-relative {
	position: relative
}

.vus-left-1 {
	left: .0625rem
}

.vus-left--1 {
	left: -.0625rem
}

.vus-top-1 {
	top: .0625rem
}

.vus-top--1 {
	top: -.0625rem
}

.vus-right-1 {
	right: .0625rem
}

.vus-right--1 {
	right: -.0625rem
}

.vus-bottom-1 {
	bottom: .0625rem
}

.vus-bottom--1 {
	bottom: -.0625rem
}

.vus-left-2 {
	left: .125rem
}

.vus-left--2 {
	left: -.125rem
}

.vus-top-2 {
	top: .125rem
}

.vus-top--2 {
	top: -.125rem
}

.vus-right-2 {
	right: .125rem
}

.vus-right--2 {
	right: -.125rem
}

.vus-bottom-2 {
	bottom: .125rem
}

.vus-bottom--2 {
	bottom: -.125rem
}

.vus-left-3 {
	left: .1875rem
}

.vus-left--3 {
	left: -.1875rem
}

.vus-top-3 {
	top: .1875rem
}

.vus-top--3 {
	top: -.1875rem
}

.vus-right-3 {
	right: .1875rem
}

.vus-right--3 {
	right: -.1875rem
}

.vus-bottom-3 {
	bottom: .1875rem
}

.vus-bottom--3 {
	bottom: -.1875rem
}

.vus-left-4 {
	left: .25rem
}

.vus-left--4 {
	left: -.25rem
}

.vus-top-4 {
	top: .25rem
}

.vus-top--4 {
	top: -.25rem
}

.vus-right-4 {
	right: .25rem
}

.vus-right--4 {
	right: -.25rem
}

.vus-bottom-4 {
	bottom: .25rem
}

.vus-bottom--4 {
	bottom: -.25rem
}

.vus-left-5 {
	left: .3125rem
}

.vus-left--5 {
	left: -.3125rem
}

.vus-top-5 {
	top: .3125rem
}

.vus-top--5 {
	top: -.3125rem
}

.vus-right-5 {
	right: .3125rem
}

.vus-right--5 {
	right: -.3125rem
}

.vus-bottom-5 {
	bottom: .3125rem
}

.vus-bottom--5 {
	bottom: -.3125rem
}

.vus-left-6 {
	left: .375rem
}

.vus-left--6 {
	left: -.375rem
}

.vus-top-6 {
	top: .375rem
}

.vus-top--6 {
	top: -.375rem
}

.vus-right-6 {
	right: .375rem
}

.vus-right--6 {
	right: -.375rem
}

.vus-bottom-6 {
	bottom: .375rem
}

.vus-bottom--6 {
	bottom: -.375rem
}

.vus-left-7 {
	left: .4375rem
}

.vus-left--7 {
	left: -.4375rem
}

.vus-top-7 {
	top: .4375rem
}

.vus-top--7 {
	top: -.4375rem
}

.vus-right-7 {
	right: .4375rem
}

.vus-right--7 {
	right: -.4375rem
}

.vus-bottom-7 {
	bottom: .4375rem
}

.vus-bottom--7 {
	bottom: -.4375rem
}

.vus-left-8 {
	left: .5rem
}

.vus-left--8 {
	left: -.5rem
}

.vus-top-8 {
	top: .5rem
}

.vus-top--8 {
	top: -.5rem
}

.vus-right-8 {
	right: .5rem
}

.vus-right--8 {
	right: -.5rem
}

.vus-bottom-8 {
	bottom: .5rem
}

.vus-bottom--8 {
	bottom: -.5rem
}

.vus-left-9 {
	left: .5625rem
}

.vus-left--9 {
	left: -.5625rem
}

.vus-top-9 {
	top: .5625rem
}

.vus-top--9 {
	top: -.5625rem
}

.vus-right-9 {
	right: .5625rem
}

.vus-right--9 {
	right: -.5625rem
}

.vus-bottom-9 {
	bottom: .5625rem
}

.vus-bottom--9 {
	bottom: -.5625rem
}

.vus-left-10 {
	left: .625rem
}

.vus-left--10 {
	left: -.625rem
}

.vus-top-10 {
	top: .625rem
}

.vus-top--10 {
	top: -.625rem
}

.vus-right-10 {
	right: .625rem
}

.vus-right--10 {
	right: -.625rem
}

.vus-bottom-10 {
	bottom: .625rem
}

.vus-bottom--10 {
	bottom: -.625rem
}

.vus-left-12 {
	left: .6875rem
}

.vus-left--12 {
	left: -.6875rem
}

.vus-top-12 {
	top: .6875rem
}

.vus-top--12 {
	top: -.6875rem
}

.vus-right-12 {
	right: .6875rem
}

.vus-right--12 {
	right: -.6875rem
}

.vus-bottom-12 {
	bottom: .6875rem
}

.vus-bottom--12 {
	bottom: -.6875rem
}

.vus-left-14 {
	left: .75rem
}

.vus-left--14 {
	left: -.75rem
}

.vus-top-14 {
	top: .75rem
}

.vus-top--14 {
	top: -.75rem
}

.vus-right-14 {
	right: .75rem
}

.vus-right--14 {
	right: -.75rem
}

.vus-bottom-14 {
	bottom: .75rem
}

.vus-bottom--14 {
	bottom: -.75rem
}

.vus-left-15 {
	left: .8125rem
}

.vus-left--15 {
	left: -.8125rem
}

.vus-top-15 {
	top: .8125rem
}

.vus-top--15 {
	top: -.8125rem
}

.vus-right-15 {
	right: .8125rem
}

.vus-right--15 {
	right: -.8125rem
}

.vus-bottom-15 {
	bottom: .8125rem
}

.vus-bottom--15 {
	bottom: -.8125rem
}

.vus-left-16 {
	left: .875rem
}

.vus-left--16 {
	left: -.875rem
}

.vus-top-16 {
	top: .875rem
}

.vus-top--16 {
	top: -.875rem
}

.vus-right-16 {
	right: .875rem
}

.vus-right--16 {
	right: -.875rem
}

.vus-bottom-16 {
	bottom: .875rem
}

.vus-bottom--16 {
	bottom: -.875rem
}

.vus-left-18 {
	left: .9375rem
}

.vus-left--18 {
	left: -.9375rem
}

.vus-top-18 {
	top: .9375rem
}

.vus-top--18 {
	top: -.9375rem
}

.vus-right-18 {
	right: .9375rem
}

.vus-right--18 {
	right: -.9375rem
}

.vus-bottom-18 {
	bottom: .9375rem
}

.vus-bottom--18 {
	bottom: -.9375rem
}

.vus-left-20 {
	left: 1rem
}

.vus-left--20 {
	left: -1rem
}

.vus-top-20 {
	top: 1rem
}

.vus-top--20 {
	top: -1rem
}

.vus-right-20 {
	right: 1rem
}

.vus-right--20 {
	right: -1rem
}

.vus-bottom-20 {
	bottom: 1rem
}

.vus-bottom--20 {
	bottom: -1rem
}

.vus-left-22 {
	left: 1.0625rem
}

.vus-left--22 {
	left: -1.0625rem
}

.vus-top-22 {
	top: 1.0625rem
}

.vus-top--22 {
	top: -1.0625rem
}

.vus-right-22 {
	right: 1.0625rem
}

.vus-right--22 {
	right: -1.0625rem
}

.vus-bottom-22 {
	bottom: 1.0625rem
}

.vus-bottom--22 {
	bottom: -1.0625rem
}

.vus-left-24 {
	left: 1.125rem
}

.vus-left--24 {
	left: -1.125rem
}

.vus-top-24 {
	top: 1.125rem
}

.vus-top--24 {
	top: -1.125rem
}

.vus-right-24 {
	right: 1.125rem
}

.vus-right--24 {
	right: -1.125rem
}

.vus-bottom-24 {
	bottom: 1.125rem
}

.vus-bottom--24 {
	bottom: -1.125rem
}

.vus-left-25 {
	left: 1.1875rem
}

.vus-left--25 {
	left: -1.1875rem
}

.vus-top-25 {
	top: 1.1875rem
}

.vus-top--25 {
	top: -1.1875rem
}

.vus-right-25 {
	right: 1.1875rem
}

.vus-right--25 {
	right: -1.1875rem
}

.vus-bottom-25 {
	bottom: 1.1875rem
}

.vus-bottom--25 {
	bottom: -1.1875rem
}

.vus-left-26 {
	left: 1.25rem
}

.vus-left--26 {
	left: -1.25rem
}

.vus-top-26 {
	top: 1.25rem
}

.vus-top--26 {
	top: -1.25rem
}

.vus-right-26 {
	right: 1.25rem
}

.vus-right--26 {
	right: -1.25rem
}

.vus-bottom-26 {
	bottom: 1.25rem
}

.vus-bottom--26 {
	bottom: -1.25rem
}

.vus-left-28 {
	left: 1.3125rem
}

.vus-left--28 {
	left: -1.3125rem
}

.vus-top-28 {
	top: 1.3125rem
}

.vus-top--28 {
	top: -1.3125rem
}

.vus-right-28 {
	right: 1.3125rem
}

.vus-right--28 {
	right: -1.3125rem
}

.vus-bottom-28 {
	bottom: 1.3125rem
}

.vus-bottom--28 {
	bottom: -1.3125rem
}

.vus-left-30 {
	left: 1.375rem
}

.vus-left--30 {
	left: -1.375rem
}

.vus-top-30 {
	top: 1.375rem
}

.vus-top--30 {
	top: -1.375rem
}

.vus-right-30 {
	right: 1.375rem
}

.vus-right--30 {
	right: -1.375rem
}

.vus-bottom-30 {
	bottom: 1.375rem
}

.vus-bottom--30 {
	bottom: -1.375rem
}

.vus-left-32 {
	left: 1.4375rem
}

.vus-left--32 {
	left: -1.4375rem
}

.vus-top-32 {
	top: 1.4375rem
}

.vus-top--32 {
	top: -1.4375rem
}

.vus-right-32 {
	right: 1.4375rem
}

.vus-right--32 {
	right: -1.4375rem
}

.vus-bottom-32 {
	bottom: 1.4375rem
}

.vus-bottom--32 {
	bottom: -1.4375rem
}

.vus-left-34 {
	left: 1.5rem
}

.vus-left--34 {
	left: -1.5rem
}

.vus-top-34 {
	top: 1.5rem
}

.vus-top--34 {
	top: -1.5rem
}

.vus-right-34 {
	right: 1.5rem
}

.vus-right--34 {
	right: -1.5rem
}

.vus-bottom-34 {
	bottom: 1.5rem
}

.vus-bottom--34 {
	bottom: -1.5rem
}

.vus-left-35 {
	left: 1.5625rem
}

.vus-left--35 {
	left: -1.5625rem
}

.vus-top-35 {
	top: 1.5625rem
}

.vus-top--35 {
	top: -1.5625rem
}

.vus-right-35 {
	right: 1.5625rem
}

.vus-right--35 {
	right: -1.5625rem
}

.vus-bottom-35 {
	bottom: 1.5625rem
}

.vus-bottom--35 {
	bottom: -1.5625rem
}

.vus-left-36 {
	left: 1.625rem
}

.vus-left--36 {
	left: -1.625rem
}

.vus-top-36 {
	top: 1.625rem
}

.vus-top--36 {
	top: -1.625rem
}

.vus-right-36 {
	right: 1.625rem
}

.vus-right--36 {
	right: -1.625rem
}

.vus-bottom-36 {
	bottom: 1.625rem
}

.vus-bottom--36 {
	bottom: -1.625rem
}

.vus-left-38 {
	left: 1.6875rem
}

.vus-left--38 {
	left: -1.6875rem
}

.vus-top-38 {
	top: 1.6875rem
}

.vus-top--38 {
	top: -1.6875rem
}

.vus-right-38 {
	right: 1.6875rem
}

.vus-right--38 {
	right: -1.6875rem
}

.vus-bottom-38 {
	bottom: 1.6875rem
}

.vus-bottom--38 {
	bottom: -1.6875rem
}

.vus-left-40 {
	left: 1.75rem
}

.vus-left--40 {
	left: -1.75rem
}

.vus-top-40 {
	top: 1.75rem
}

.vus-top--40 {
	top: -1.75rem
}

.vus-right-40 {
	right: 1.75rem
}

.vus-right--40 {
	right: -1.75rem
}

.vus-bottom-40 {
	bottom: 1.75rem
}

.vus-bottom--40 {
	bottom: -1.75rem
}

.vus-left-42 {
	left: 1.8125rem
}

.vus-left--42 {
	left: -1.8125rem
}

.vus-top-42 {
	top: 1.8125rem
}

.vus-top--42 {
	top: -1.8125rem
}

.vus-right-42 {
	right: 1.8125rem
}

.vus-right--42 {
	right: -1.8125rem
}

.vus-bottom-42 {
	bottom: 1.8125rem
}

.vus-bottom--42 {
	bottom: -1.8125rem
}

.vus-left-44 {
	left: 1.875rem
}

.vus-left--44 {
	left: -1.875rem
}

.vus-top-44 {
	top: 1.875rem
}

.vus-top--44 {
	top: -1.875rem
}

.vus-right-44 {
	right: 1.875rem
}

.vus-right--44 {
	right: -1.875rem
}

.vus-bottom-44 {
	bottom: 1.875rem
}

.vus-bottom--44 {
	bottom: -1.875rem
}

.vus-left-45 {
	left: 1.9375rem
}

.vus-left--45 {
	left: -1.9375rem
}

.vus-top-45 {
	top: 1.9375rem
}

.vus-top--45 {
	top: -1.9375rem
}

.vus-right-45 {
	right: 1.9375rem
}

.vus-right--45 {
	right: -1.9375rem
}

.vus-bottom-45 {
	bottom: 1.9375rem
}

.vus-bottom--45 {
	bottom: -1.9375rem
}

.vus-left-46 {
	left: 2rem
}

.vus-left--46 {
	left: -2rem
}

.vus-top-46 {
	top: 2rem
}

.vus-top--46 {
	top: -2rem
}

.vus-right-46 {
	right: 2rem
}

.vus-right--46 {
	right: -2rem
}

.vus-bottom-46 {
	bottom: 2rem
}

.vus-bottom--46 {
	bottom: -2rem
}

.vus-left-48 {
	left: 2.0625rem
}

.vus-left--48 {
	left: -2.0625rem
}

.vus-top-48 {
	top: 2.0625rem
}

.vus-top--48 {
	top: -2.0625rem
}

.vus-right-48 {
	right: 2.0625rem
}

.vus-right--48 {
	right: -2.0625rem
}

.vus-bottom-48 {
	bottom: 2.0625rem
}

.vus-bottom--48 {
	bottom: -2.0625rem
}

.vus-left-50 {
	left: 2.125rem
}

.vus-left--50 {
	left: -2.125rem
}

.vus-top-50 {
	top: 2.125rem
}

.vus-top--50 {
	top: -2.125rem
}

.vus-right-50 {
	right: 2.125rem
}

.vus-right--50 {
	right: -2.125rem
}

.vus-bottom-50 {
	bottom: 2.125rem
}

.vus-bottom--50 {
	bottom: -2.125rem
}

.vus-left-52 {
	left: 2.1875rem
}

.vus-left--52 {
	left: -2.1875rem
}

.vus-top-52 {
	top: 2.1875rem
}

.vus-top--52 {
	top: -2.1875rem
}

.vus-right-52 {
	right: 2.1875rem
}

.vus-right--52 {
	right: -2.1875rem
}

.vus-bottom-52 {
	bottom: 2.1875rem
}

.vus-bottom--52 {
	bottom: -2.1875rem
}

.vus-left-54 {
	left: 2.25rem
}

.vus-left--54 {
	left: -2.25rem
}

.vus-top-54 {
	top: 2.25rem
}

.vus-top--54 {
	top: -2.25rem
}

.vus-right-54 {
	right: 2.25rem
}

.vus-right--54 {
	right: -2.25rem
}

.vus-bottom-54 {
	bottom: 2.25rem
}

.vus-bottom--54 {
	bottom: -2.25rem
}

.vus-left-55 {
	left: 2.3125rem
}

.vus-left--55 {
	left: -2.3125rem
}

.vus-top-55 {
	top: 2.3125rem
}

.vus-top--55 {
	top: -2.3125rem
}

.vus-right-55 {
	right: 2.3125rem
}

.vus-right--55 {
	right: -2.3125rem
}

.vus-bottom-55 {
	bottom: 2.3125rem
}

.vus-bottom--55 {
	bottom: -2.3125rem
}

.vus-left-56 {
	left: 2.375rem
}

.vus-left--56 {
	left: -2.375rem
}

.vus-top-56 {
	top: 2.375rem
}

.vus-top--56 {
	top: -2.375rem
}

.vus-right-56 {
	right: 2.375rem
}

.vus-right--56 {
	right: -2.375rem
}

.vus-bottom-56 {
	bottom: 2.375rem
}

.vus-bottom--56 {
	bottom: -2.375rem
}

.vus-left-58 {
	left: 2.4375rem
}

.vus-left--58 {
	left: -2.4375rem
}

.vus-top-58 {
	top: 2.4375rem
}

.vus-top--58 {
	top: -2.4375rem
}

.vus-right-58 {
	right: 2.4375rem
}

.vus-right--58 {
	right: -2.4375rem
}

.vus-bottom-58 {
	bottom: 2.4375rem
}

.vus-bottom--58 {
	bottom: -2.4375rem
}

.vus-left-60 {
	left: 2.5rem
}

.vus-left--60 {
	left: -2.5rem
}

.vus-top-60 {
	top: 2.5rem
}

.vus-top--60 {
	top: -2.5rem
}

.vus-right-60 {
	right: 2.5rem
}

.vus-right--60 {
	right: -2.5rem
}

.vus-bottom-60 {
	bottom: 2.5rem
}

.vus-bottom--60 {
	bottom: -2.5rem
}

.vus-left-62 {
	left: 2.5625rem
}

.vus-left--62 {
	left: -2.5625rem
}

.vus-top-62 {
	top: 2.5625rem
}

.vus-top--62 {
	top: -2.5625rem
}

.vus-right-62 {
	right: 2.5625rem
}

.vus-right--62 {
	right: -2.5625rem
}

.vus-bottom-62 {
	bottom: 2.5625rem
}

.vus-bottom--62 {
	bottom: -2.5625rem
}

.vus-left-64 {
	left: 2.625rem
}

.vus-left--64 {
	left: -2.625rem
}

.vus-top-64 {
	top: 2.625rem
}

.vus-top--64 {
	top: -2.625rem
}

.vus-right-64 {
	right: 2.625rem
}

.vus-right--64 {
	right: -2.625rem
}

.vus-bottom-64 {
	bottom: 2.625rem
}

.vus-bottom--64 {
	bottom: -2.625rem
}

.vus-left-65 {
	left: 2.6875rem
}

.vus-left--65 {
	left: -2.6875rem
}

.vus-top-65 {
	top: 2.6875rem
}

.vus-top--65 {
	top: -2.6875rem
}

.vus-right-65 {
	right: 2.6875rem
}

.vus-right--65 {
	right: -2.6875rem
}

.vus-bottom-65 {
	bottom: 2.6875rem
}

.vus-bottom--65 {
	bottom: -2.6875rem
}

.vus-left-66 {
	left: 2.75rem
}

.vus-left--66 {
	left: -2.75rem
}

.vus-top-66 {
	top: 2.75rem
}

.vus-top--66 {
	top: -2.75rem
}

.vus-right-66 {
	right: 2.75rem
}

.vus-right--66 {
	right: -2.75rem
}

.vus-bottom-66 {
	bottom: 2.75rem
}

.vus-bottom--66 {
	bottom: -2.75rem
}

.vus-left-68 {
	left: 2.8125rem
}

.vus-left--68 {
	left: -2.8125rem
}

.vus-top-68 {
	top: 2.8125rem
}

.vus-top--68 {
	top: -2.8125rem
}

.vus-right-68 {
	right: 2.8125rem
}

.vus-right--68 {
	right: -2.8125rem
}

.vus-bottom-68 {
	bottom: 2.8125rem
}

.vus-bottom--68 {
	bottom: -2.8125rem
}

.vus-left-70 {
	left: 2.875rem
}

.vus-left--70 {
	left: -2.875rem
}

.vus-top-70 {
	top: 2.875rem
}

.vus-top--70 {
	top: -2.875rem
}

.vus-right-70 {
	right: 2.875rem
}

.vus-right--70 {
	right: -2.875rem
}

.vus-bottom-70 {
	bottom: 2.875rem
}

.vus-bottom--70 {
	bottom: -2.875rem
}

.vus-left-72 {
	left: 2.9375rem
}

.vus-left--72 {
	left: -2.9375rem
}

.vus-top-72 {
	top: 2.9375rem
}

.vus-top--72 {
	top: -2.9375rem
}

.vus-right-72 {
	right: 2.9375rem
}

.vus-right--72 {
	right: -2.9375rem
}

.vus-bottom-72 {
	bottom: 2.9375rem
}

.vus-bottom--72 {
	bottom: -2.9375rem
}

.vus-left-74 {
	left: 3rem
}

.vus-left--74 {
	left: -3rem
}

.vus-top-74 {
	top: 3rem
}

.vus-top--74 {
	top: -3rem
}

.vus-right-74 {
	right: 3rem
}

.vus-right--74 {
	right: -3rem
}

.vus-bottom-74 {
	bottom: 3rem
}

.vus-bottom--74 {
	bottom: -3rem
}

.vus-left-75 {
	left: 3.0625rem
}

.vus-left--75 {
	left: -3.0625rem
}

.vus-top-75 {
	top: 3.0625rem
}

.vus-top--75 {
	top: -3.0625rem
}

.vus-right-75 {
	right: 3.0625rem
}

.vus-right--75 {
	right: -3.0625rem
}

.vus-bottom-75 {
	bottom: 3.0625rem
}

.vus-bottom--75 {
	bottom: -3.0625rem
}

.vus-left-76 {
	left: 3.125rem
}

.vus-left--76 {
	left: -3.125rem
}

.vus-top-76 {
	top: 3.125rem
}

.vus-top--76 {
	top: -3.125rem
}

.vus-right-76 {
	right: 3.125rem
}

.vus-right--76 {
	right: -3.125rem
}

.vus-bottom-76 {
	bottom: 3.125rem
}

.vus-bottom--76 {
	bottom: -3.125rem
}

.vus-left-78 {
	left: 3.1875rem
}

.vus-left--78 {
	left: -3.1875rem
}

.vus-top-78 {
	top: 3.1875rem
}

.vus-top--78 {
	top: -3.1875rem
}

.vus-right-78 {
	right: 3.1875rem
}

.vus-right--78 {
	right: -3.1875rem
}

.vus-bottom-78 {
	bottom: 3.1875rem
}

.vus-bottom--78 {
	bottom: -3.1875rem
}

.vus-left-80 {
	left: 3.25rem
}

.vus-left--80 {
	left: -3.25rem
}

.vus-top-80 {
	top: 3.25rem
}

.vus-top--80 {
	top: -3.25rem
}

.vus-right-80 {
	right: 3.25rem
}

.vus-right--80 {
	right: -3.25rem
}

.vus-bottom-80 {
	bottom: 3.25rem
}

.vus-bottom--80 {
	bottom: -3.25rem
}

.vus-left-82 {
	left: 3.3125rem
}

.vus-left--82 {
	left: -3.3125rem
}

.vus-top-82 {
	top: 3.3125rem
}

.vus-top--82 {
	top: -3.3125rem
}

.vus-right-82 {
	right: 3.3125rem
}

.vus-right--82 {
	right: -3.3125rem
}

.vus-bottom-82 {
	bottom: 3.3125rem
}

.vus-bottom--82 {
	bottom: -3.3125rem
}

.vus-left-84 {
	left: 3.375rem
}

.vus-left--84 {
	left: -3.375rem
}

.vus-top-84 {
	top: 3.375rem
}

.vus-top--84 {
	top: -3.375rem
}

.vus-right-84 {
	right: 3.375rem
}

.vus-right--84 {
	right: -3.375rem
}

.vus-bottom-84 {
	bottom: 3.375rem
}

.vus-bottom--84 {
	bottom: -3.375rem
}

.vus-left-85 {
	left: 3.4375rem
}

.vus-left--85 {
	left: -3.4375rem
}

.vus-top-85 {
	top: 3.4375rem
}

.vus-top--85 {
	top: -3.4375rem
}

.vus-right-85 {
	right: 3.4375rem
}

.vus-right--85 {
	right: -3.4375rem
}

.vus-bottom-85 {
	bottom: 3.4375rem
}

.vus-bottom--85 {
	bottom: -3.4375rem
}

.vus-left-86 {
	left: 3.5rem
}

.vus-left--86 {
	left: -3.5rem
}

.vus-top-86 {
	top: 3.5rem
}

.vus-top--86 {
	top: -3.5rem
}

.vus-right-86 {
	right: 3.5rem
}

.vus-right--86 {
	right: -3.5rem
}

.vus-bottom-86 {
	bottom: 3.5rem
}

.vus-bottom--86 {
	bottom: -3.5rem
}

.vus-left-88 {
	left: 3.5625rem
}

.vus-left--88 {
	left: -3.5625rem
}

.vus-top-88 {
	top: 3.5625rem
}

.vus-top--88 {
	top: -3.5625rem
}

.vus-right-88 {
	right: 3.5625rem
}

.vus-right--88 {
	right: -3.5625rem
}

.vus-bottom-88 {
	bottom: 3.5625rem
}

.vus-bottom--88 {
	bottom: -3.5625rem
}

.vus-left-90 {
	left: 3.625rem
}

.vus-left--90 {
	left: -3.625rem
}

.vus-top-90 {
	top: 3.625rem
}

.vus-top--90 {
	top: -3.625rem
}

.vus-right-90 {
	right: 3.625rem
}

.vus-right--90 {
	right: -3.625rem
}

.vus-bottom-90 {
	bottom: 3.625rem
}

.vus-bottom--90 {
	bottom: -3.625rem
}

.vus-left-92 {
	left: 3.6875rem
}

.vus-left--92 {
	left: -3.6875rem
}

.vus-top-92 {
	top: 3.6875rem
}

.vus-top--92 {
	top: -3.6875rem
}

.vus-right-92 {
	right: 3.6875rem
}

.vus-right--92 {
	right: -3.6875rem
}

.vus-bottom-92 {
	bottom: 3.6875rem
}

.vus-bottom--92 {
	bottom: -3.6875rem
}

.vus-left-94 {
	left: 3.75rem
}

.vus-left--94 {
	left: -3.75rem
}

.vus-top-94 {
	top: 3.75rem
}

.vus-top--94 {
	top: -3.75rem
}

.vus-right-94 {
	right: 3.75rem
}

.vus-right--94 {
	right: -3.75rem
}

.vus-bottom-94 {
	bottom: 3.75rem
}

.vus-bottom--94 {
	bottom: -3.75rem
}

.vus-left-95 {
	left: 3.8125rem
}

.vus-left--95 {
	left: -3.8125rem
}

.vus-top-95 {
	top: 3.8125rem
}

.vus-top--95 {
	top: -3.8125rem
}

.vus-right-95 {
	right: 3.8125rem
}

.vus-right--95 {
	right: -3.8125rem
}

.vus-bottom-95 {
	bottom: 3.8125rem
}

.vus-bottom--95 {
	bottom: -3.8125rem
}

.vus-left-96 {
	left: 3.875rem
}

.vus-left--96 {
	left: -3.875rem
}

.vus-top-96 {
	top: 3.875rem
}

.vus-top--96 {
	top: -3.875rem
}

.vus-right-96 {
	right: 3.875rem
}

.vus-right--96 {
	right: -3.875rem
}

.vus-bottom-96 {
	bottom: 3.875rem
}

.vus-bottom--96 {
	bottom: -3.875rem
}

.vus-left-98 {
	left: 3.9375rem
}

.vus-left--98 {
	left: -3.9375rem
}

.vus-top-98 {
	top: 3.9375rem
}

.vus-top--98 {
	top: -3.9375rem
}

.vus-right-98 {
	right: 3.9375rem
}

.vus-right--98 {
	right: -3.9375rem
}

.vus-bottom-98 {
	bottom: 3.9375rem
}

.vus-bottom--98 {
	bottom: -3.9375rem
}

.vus-left-100 {
	left: 4rem
}

.vus-left--100 {
	left: -4rem
}

.vus-top-100 {
	top: 4rem
}

.vus-top--100 {
	top: -4rem
}

.vus-right-100 {
	right: 4rem
}

.vus-right--100 {
	right: -4rem
}

.vus-bottom-100 {
	bottom: 4rem
}

.vus-bottom--100 {
	bottom: -4rem
}

.vus-left-110 {
	left: 4.0625rem
}

.vus-left--110 {
	left: -4.0625rem
}

.vus-top-110 {
	top: 4.0625rem
}

.vus-top--110 {
	top: -4.0625rem
}

.vus-right-110 {
	right: 4.0625rem
}

.vus-right--110 {
	right: -4.0625rem
}

.vus-bottom-110 {
	bottom: 4.0625rem
}

.vus-bottom--110 {
	bottom: -4.0625rem
}

.vus-left-120 {
	left: 4.125rem
}

.vus-left--120 {
	left: -4.125rem
}

.vus-top-120 {
	top: 4.125rem
}

.vus-top--120 {
	top: -4.125rem
}

.vus-right-120 {
	right: 4.125rem
}

.vus-right--120 {
	right: -4.125rem
}

.vus-bottom-120 {
	bottom: 4.125rem
}

.vus-bottom--120 {
	bottom: -4.125rem
}

.vus-left-130 {
	left: 4.1875rem
}

.vus-left--130 {
	left: -4.1875rem
}

.vus-top-130 {
	top: 4.1875rem
}

.vus-top--130 {
	top: -4.1875rem
}

.vus-right-130 {
	right: 4.1875rem
}

.vus-right--130 {
	right: -4.1875rem
}

.vus-bottom-130 {
	bottom: 4.1875rem
}

.vus-bottom--130 {
	bottom: -4.1875rem
}

.vus-left-140 {
	left: 4.25rem
}

.vus-left--140 {
	left: -4.25rem
}

.vus-top-140 {
	top: 4.25rem
}

.vus-top--140 {
	top: -4.25rem
}

.vus-right-140 {
	right: 4.25rem
}

.vus-right--140 {
	right: -4.25rem
}

.vus-bottom-140 {
	bottom: 4.25rem
}

.vus-bottom--140 {
	bottom: -4.25rem
}

.vus-left-150 {
	left: 4.3125rem
}

.vus-left--150 {
	left: -4.3125rem
}

.vus-top-150 {
	top: 4.3125rem
}

.vus-top--150 {
	top: -4.3125rem
}

.vus-right-150 {
	right: 4.3125rem
}

.vus-right--150 {
	right: -4.3125rem
}

.vus-bottom-150 {
	bottom: 4.3125rem
}

.vus-bottom--150 {
	bottom: -4.3125rem
}

.vus-left-160 {
	left: 4.375rem
}

.vus-left--160 {
	left: -4.375rem
}

.vus-top-160 {
	top: 4.375rem
}

.vus-top--160 {
	top: -4.375rem
}

.vus-right-160 {
	right: 4.375rem
}

.vus-right--160 {
	right: -4.375rem
}

.vus-bottom-160 {
	bottom: 4.375rem
}

.vus-bottom--160 {
	bottom: -4.375rem
}

.vus-left-170 {
	left: 4.4375rem
}

.vus-left--170 {
	left: -4.4375rem
}

.vus-top-170 {
	top: 4.4375rem
}

.vus-top--170 {
	top: -4.4375rem
}

.vus-right-170 {
	right: 4.4375rem
}

.vus-right--170 {
	right: -4.4375rem
}

.vus-bottom-170 {
	bottom: 4.4375rem
}

.vus-bottom--170 {
	bottom: -4.4375rem
}

.vus-left-180 {
	left: 4.5rem
}

.vus-left--180 {
	left: -4.5rem
}

.vus-top-180 {
	top: 4.5rem
}

.vus-top--180 {
	top: -4.5rem
}

.vus-right-180 {
	right: 4.5rem
}

.vus-right--180 {
	right: -4.5rem
}

.vus-bottom-180 {
	bottom: 4.5rem
}

.vus-bottom--180 {
	bottom: -4.5rem
}

.vus-left-190 {
	left: 4.5625rem
}

.vus-left--190 {
	left: -4.5625rem
}

.vus-top-190 {
	top: 4.5625rem
}

.vus-top--190 {
	top: -4.5625rem
}

.vus-right-190 {
	right: 4.5625rem
}

.vus-right--190 {
	right: -4.5625rem
}

.vus-bottom-190 {
	bottom: 4.5625rem
}

.vus-bottom--190 {
	bottom: -4.5625rem
}

.vus-left-200 {
	left: 4.625rem
}

.vus-left--200 {
	left: -4.625rem
}

.vus-top-200 {
	top: 4.625rem
}

.vus-top--200 {
	top: -4.625rem
}

.vus-right-200 {
	right: 4.625rem
}

.vus-right--200 {
	right: -4.625rem
}

.vus-bottom-200 {
	bottom: 4.625rem
}

.vus-bottom--200 {
	bottom: -4.625rem
}

.vus-left-250 {
	left: 4.6875rem
}

.vus-left--250 {
	left: -4.6875rem
}

.vus-top-250 {
	top: 4.6875rem
}

.vus-top--250 {
	top: -4.6875rem
}

.vus-right-250 {
	right: 4.6875rem
}

.vus-right--250 {
	right: -4.6875rem
}

.vus-bottom-250 {
	bottom: 4.6875rem
}

.vus-bottom--250 {
	bottom: -4.6875rem
}

.vus-left-300 {
	left: 4.75rem
}

.vus-left--300 {
	left: -4.75rem
}

.vus-top-300 {
	top: 4.75rem
}

.vus-top--300 {
	top: -4.75rem
}

.vus-right-300 {
	right: 4.75rem
}

.vus-right--300 {
	right: -4.75rem
}

.vus-bottom-300 {
	bottom: 4.75rem
}

.vus-bottom--300 {
	bottom: -4.75rem
}

.vus-left-350 {
	left: 4.8125rem
}

.vus-left--350 {
	left: -4.8125rem
}

.vus-top-350 {
	top: 4.8125rem
}

.vus-top--350 {
	top: -4.8125rem
}

.vus-right-350 {
	right: 4.8125rem
}

.vus-right--350 {
	right: -4.8125rem
}

.vus-bottom-350 {
	bottom: 4.8125rem
}

.vus-bottom--350 {
	bottom: -4.8125rem
}

.vus-left-400 {
	left: 4.875rem
}

.vus-left--400 {
	left: -4.875rem
}

.vus-top-400 {
	top: 4.875rem
}

.vus-top--400 {
	top: -4.875rem
}

.vus-right-400 {
	right: 4.875rem
}

.vus-right--400 {
	right: -4.875rem
}

.vus-bottom-400 {
	bottom: 4.875rem
}

.vus-bottom--400 {
	bottom: -4.875rem
}

.vus-left-450 {
	left: 4.9375rem
}

.vus-left--450 {
	left: -4.9375rem
}

.vus-top-450 {
	top: 4.9375rem
}

.vus-top--450 {
	top: -4.9375rem
}

.vus-right-450 {
	right: 4.9375rem
}

.vus-right--450 {
	right: -4.9375rem
}

.vus-bottom-450 {
	bottom: 4.9375rem
}

.vus-bottom--450 {
	bottom: -4.9375rem
}

.vus-left-500 {
	left: 5rem
}

.vus-left--500 {
	left: -5rem
}

.vus-top-500 {
	top: 5rem
}

.vus-top--500 {
	top: -5rem
}

.vus-right-500 {
	right: 5rem
}

.vus-right--500 {
	right: -5rem
}

.vus-bottom-500 {
	bottom: 5rem
}

.vus-bottom--500 {
	bottom: -5rem
}

.vus-left-550 {
	left: 5.0625rem
}

.vus-left--550 {
	left: -5.0625rem
}

.vus-top-550 {
	top: 5.0625rem
}

.vus-top--550 {
	top: -5.0625rem
}

.vus-right-550 {
	right: 5.0625rem
}

.vus-right--550 {
	right: -5.0625rem
}

.vus-bottom-550 {
	bottom: 5.0625rem
}

.vus-bottom--550 {
	bottom: -5.0625rem
}

.vus-left-600 {
	left: 5.125rem
}

.vus-left--600 {
	left: -5.125rem
}

.vus-top-600 {
	top: 5.125rem
}

.vus-top--600 {
	top: -5.125rem
}

.vus-right-600 {
	right: 5.125rem
}

.vus-right--600 {
	right: -5.125rem
}

.vus-bottom-600 {
	bottom: 5.125rem
}

.vus-bottom--600 {
	bottom: -5.125rem
}

.vus-left-650 {
	left: 5.1875rem
}

.vus-left--650 {
	left: -5.1875rem
}

.vus-top-650 {
	top: 5.1875rem
}

.vus-top--650 {
	top: -5.1875rem
}

.vus-right-650 {
	right: 5.1875rem
}

.vus-right--650 {
	right: -5.1875rem
}

.vus-bottom-650 {
	bottom: 5.1875rem
}

.vus-bottom--650 {
	bottom: -5.1875rem
}

.vus-left-700 {
	left: 5.25rem
}

.vus-left--700 {
	left: -5.25rem
}

.vus-top-700 {
	top: 5.25rem
}

.vus-top--700 {
	top: -5.25rem
}

.vus-right-700 {
	right: 5.25rem
}

.vus-right--700 {
	right: -5.25rem
}

.vus-bottom-700 {
	bottom: 5.25rem
}

.vus-bottom--700 {
	bottom: -5.25rem
}

.vus-left-750 {
	left: 5.3125rem
}

.vus-left--750 {
	left: -5.3125rem
}

.vus-top-750 {
	top: 5.3125rem
}

.vus-top--750 {
	top: -5.3125rem
}

.vus-right-750 {
	right: 5.3125rem
}

.vus-right--750 {
	right: -5.3125rem
}

.vus-bottom-750 {
	bottom: 5.3125rem
}

.vus-bottom--750 {
	bottom: -5.3125rem
}

.vus-left-0 {
	left: 0
}

.vus-top-0 {
	top: 0
}

.vus-right-0 {
	right: 0
}

.vus-bottom-0 {
	bottom: 0
}

.vus-left-p-10 {
	left: 10%
}

.vus-left-p--10 {
	left: -10%
}

.vus-top-p-10 {
	top: 10%
}

.vus-top-p--10 {
	top: -10%
}

.vus-right-p-10 {
	right: 10%
}

.vus-right-p--10 {
	right: -10%
}

.vus-bottom-p-10 {
	bottom: 10%
}

.vus-bottom-p--10 {
	bottom: -10%
}

.vus-left-p-20 {
	left: 20%
}

.vus-left-p--20 {
	left: -20%
}

.vus-top-p-20 {
	top: 20%
}

.vus-top-p--20 {
	top: -20%
}

.vus-right-p-20 {
	right: 20%
}

.vus-right-p--20 {
	right: -20%
}

.vus-bottom-p-20 {
	bottom: 20%
}

.vus-bottom-p--20 {
	bottom: -20%
}

.vus-left-p-30 {
	left: 30%
}

.vus-left-p--30 {
	left: -30%
}

.vus-top-p-30 {
	top: 30%
}

.vus-top-p--30 {
	top: -30%
}

.vus-right-p-30 {
	right: 30%
}

.vus-right-p--30 {
	right: -30%
}

.vus-bottom-p-30 {
	bottom: 30%
}

.vus-bottom-p--30 {
	bottom: -30%
}

.vus-left-p-40 {
	left: 40%
}

.vus-left-p--40 {
	left: -40%
}

.vus-top-p-40 {
	top: 40%
}

.vus-top-p--40 {
	top: -40%
}

.vus-right-p-40 {
	right: 40%
}

.vus-right-p--40 {
	right: -40%
}

.vus-bottom-p-40 {
	bottom: 40%
}

.vus-bottom-p--40 {
	bottom: -40%
}

.vus-left-p-50 {
	left: 50%
}

.vus-left-p--50 {
	left: -50%
}

.vus-top-p-50 {
	top: 50%
}

.vus-top-p--50 {
	top: -50%
}

.vus-right-p-50 {
	right: 50%
}

.vus-right-p--50 {
	right: -50%
}

.vus-bottom-p-50 {
	bottom: 50%
}

.vus-bottom-p--50 {
	bottom: -50%
}

.vus-left-p-60 {
	left: 60%
}

.vus-left-p--60 {
	left: -60%
}

.vus-top-p-60 {
	top: 60%
}

.vus-top-p--60 {
	top: -60%
}

.vus-right-p-60 {
	right: 60%
}

.vus-right-p--60 {
	right: -60%
}

.vus-bottom-p-60 {
	bottom: 60%
}

.vus-bottom-p--60 {
	bottom: -60%
}

.vus-left-p-70 {
	left: 70%
}

.vus-left-p--70 {
	left: -70%
}

.vus-top-p-70 {
	top: 70%
}

.vus-top-p--70 {
	top: -70%
}

.vus-right-p-70 {
	right: 70%
}

.vus-right-p--70 {
	right: -70%
}

.vus-bottom-p-70 {
	bottom: 70%
}

.vus-bottom-p--70 {
	bottom: -70%
}

.vus-left-p-80 {
	left: 80%
}

.vus-left-p--80 {
	left: -80%
}

.vus-top-p-80 {
	top: 80%
}

.vus-top-p--80 {
	top: -80%
}

.vus-right-p-80 {
	right: 80%
}

.vus-right-p--80 {
	right: -80%
}

.vus-bottom-p-80 {
	bottom: 80%
}

.vus-bottom-p--80 {
	bottom: -80%
}

.vus-left-p-90 {
	left: 90%
}

.vus-left-p--90 {
	left: -90%
}

.vus-top-p-90 {
	top: 90%
}

.vus-top-p--90 {
	top: -90%
}

.vus-right-p-90 {
	right: 90%
}

.vus-right-p--90 {
	right: -90%
}

.vus-bottom-p-90 {
	bottom: 90%
}

.vus-bottom-p--90 {
	bottom: -90%
}

.vus-left-p-100 {
	left: 100%
}

.vus-left-p--100 {
	left: -100%
}

.vus-top-p-100 {
	top: 100%
}

.vus-top-p--100 {
	top: -100%
}

.vus-right-p-100 {
	right: 100%
}

.vus-right-p--100 {
	right: -100%
}

.vus-bottom-p-100 {
	bottom: 100%
}

.vus-bottom-p--100 {
	bottom: -100%
}

.vus-index--1 {
	z-index: -1
}

.vus-index-0 {
	z-index: 0
}

.vus-index-1 {
	z-index: 1
}

.vus-index-2 {
	z-index: 2
}

.vus-index-3 {
	z-index: 3
}

.vus-index-4 {
	z-index: 4
}

.vus-index-5 {
	z-index: 5
}

.vus-index-6 {
	z-index: 6
}

.vus-index-7 {
	z-index: 7
}

.vus-index-8 {
	z-index: 8
}

.vus-index-9 {
	z-index: 9
}

.vus-index-10 {
	z-index: 10
}

.vus-index-100 {
	z-index: 100
}

.vus-index-101 {
	z-index: 101
}

.vus-index-102 {
	z-index: 102
}

.vus-index-103 {
	z-index: 103
}

.vus-index-104 {
	z-index: 104
}

.vus-index-105 {
	z-index: 105
}

.vus-index-106 {
	z-index: 106
}

.vus-index-107 {
	z-index: 107
}

.vus-index-108 {
	z-index: 108
}

.vus-index-109 {
	z-index: 109
}

.vus-index-1000 {
	z-index: 1000
}

.vus-index-1001 {
	z-index: 1001
}

.vus-index-1002 {
	z-index: 1002
}

.vus-index-1003 {
	z-index: 1003
}

.vus-index-1004 {
	z-index: 1004
}

.vus-index-1005 {
	z-index: 1005
}

.vus-index-1006 {
	z-index: 1006
}

.vus-index-1007 {
	z-index: 1007
}

.vus-index-1008 {
	z-index: 1008
}

.vus-index-1009 {
	z-index: 1009
}

.vus-index-99999 {
	z-index: 99999
}

@media (min-width: 576px) {
	.vus-left-xs-1 {
		left: .0625rem
	}
	.vus-left-xs--1 {
		left: -.0625rem
	}
	.vus-top-xs-1 {
		top: .0625rem
	}
	.vus-top-xs--1 {
		top: -.0625rem
	}
	.vus-right-xs-1 {
		right: .0625rem
	}
	.vus-right-xs--1 {
		right: -.0625rem
	}
	.vus-bottom-xs-1 {
		bottom: .0625rem
	}
	.vus-bottom-xs--1 {
		bottom: -.0625rem
	}
	.vus-left-xs-2 {
		left: .125rem
	}
	.vus-left-xs--2 {
		left: -.125rem
	}
	.vus-top-xs-2 {
		top: .125rem
	}
	.vus-top-xs--2 {
		top: -.125rem
	}
	.vus-right-xs-2 {
		right: .125rem
	}
	.vus-right-xs--2 {
		right: -.125rem
	}
	.vus-bottom-xs-2 {
		bottom: .125rem
	}
	.vus-bottom-xs--2 {
		bottom: -.125rem
	}
	.vus-left-xs-3 {
		left: .1875rem
	}
	.vus-left-xs--3 {
		left: -.1875rem
	}
	.vus-top-xs-3 {
		top: .1875rem
	}
	.vus-top-xs--3 {
		top: -.1875rem
	}
	.vus-right-xs-3 {
		right: .1875rem
	}
	.vus-right-xs--3 {
		right: -.1875rem
	}
	.vus-bottom-xs-3 {
		bottom: .1875rem
	}
	.vus-bottom-xs--3 {
		bottom: -.1875rem
	}
	.vus-left-xs-4 {
		left: .25rem
	}
	.vus-left-xs--4 {
		left: -.25rem
	}
	.vus-top-xs-4 {
		top: .25rem
	}
	.vus-top-xs--4 {
		top: -.25rem
	}
	.vus-right-xs-4 {
		right: .25rem
	}
	.vus-right-xs--4 {
		right: -.25rem
	}
	.vus-bottom-xs-4 {
		bottom: .25rem
	}
	.vus-bottom-xs--4 {
		bottom: -.25rem
	}
	.vus-left-xs-5 {
		left: .3125rem
	}
	.vus-left-xs--5 {
		left: -.3125rem
	}
	.vus-top-xs-5 {
		top: .3125rem
	}
	.vus-top-xs--5 {
		top: -.3125rem
	}
	.vus-right-xs-5 {
		right: .3125rem
	}
	.vus-right-xs--5 {
		right: -.3125rem
	}
	.vus-bottom-xs-5 {
		bottom: .3125rem
	}
	.vus-bottom-xs--5 {
		bottom: -.3125rem
	}
	.vus-left-xs-6 {
		left: .375rem
	}
	.vus-left-xs--6 {
		left: -.375rem
	}
	.vus-top-xs-6 {
		top: .375rem
	}
	.vus-top-xs--6 {
		top: -.375rem
	}
	.vus-right-xs-6 {
		right: .375rem
	}
	.vus-right-xs--6 {
		right: -.375rem
	}
	.vus-bottom-xs-6 {
		bottom: .375rem
	}
	.vus-bottom-xs--6 {
		bottom: -.375rem
	}
	.vus-left-xs-7 {
		left: .4375rem
	}
	.vus-left-xs--7 {
		left: -.4375rem
	}
	.vus-top-xs-7 {
		top: .4375rem
	}
	.vus-top-xs--7 {
		top: -.4375rem
	}
	.vus-right-xs-7 {
		right: .4375rem
	}
	.vus-right-xs--7 {
		right: -.4375rem
	}
	.vus-bottom-xs-7 {
		bottom: .4375rem
	}
	.vus-bottom-xs--7 {
		bottom: -.4375rem
	}
	.vus-left-xs-8 {
		left: .5rem
	}
	.vus-left-xs--8 {
		left: -.5rem
	}
	.vus-top-xs-8 {
		top: .5rem
	}
	.vus-top-xs--8 {
		top: -.5rem
	}
	.vus-right-xs-8 {
		right: .5rem
	}
	.vus-right-xs--8 {
		right: -.5rem
	}
	.vus-bottom-xs-8 {
		bottom: .5rem
	}
	.vus-bottom-xs--8 {
		bottom: -.5rem
	}
	.vus-left-xs-9 {
		left: .5625rem
	}
	.vus-left-xs--9 {
		left: -.5625rem
	}
	.vus-top-xs-9 {
		top: .5625rem
	}
	.vus-top-xs--9 {
		top: -.5625rem
	}
	.vus-right-xs-9 {
		right: .5625rem
	}
	.vus-right-xs--9 {
		right: -.5625rem
	}
	.vus-bottom-xs-9 {
		bottom: .5625rem
	}
	.vus-bottom-xs--9 {
		bottom: -.5625rem
	}
	.vus-left-xs-10 {
		left: .625rem
	}
	.vus-left-xs--10 {
		left: -.625rem
	}
	.vus-top-xs-10 {
		top: .625rem
	}
	.vus-top-xs--10 {
		top: -.625rem
	}
	.vus-right-xs-10 {
		right: .625rem
	}
	.vus-right-xs--10 {
		right: -.625rem
	}
	.vus-bottom-xs-10 {
		bottom: .625rem
	}
	.vus-bottom-xs--10 {
		bottom: -.625rem
	}
	.vus-left-xs-12 {
		left: .6875rem
	}
	.vus-left-xs--12 {
		left: -.6875rem
	}
	.vus-top-xs-12 {
		top: .6875rem
	}
	.vus-top-xs--12 {
		top: -.6875rem
	}
	.vus-right-xs-12 {
		right: .6875rem
	}
	.vus-right-xs--12 {
		right: -.6875rem
	}
	.vus-bottom-xs-12 {
		bottom: .6875rem
	}
	.vus-bottom-xs--12 {
		bottom: -.6875rem
	}
	.vus-left-xs-14 {
		left: .75rem
	}
	.vus-left-xs--14 {
		left: -.75rem
	}
	.vus-top-xs-14 {
		top: .75rem
	}
	.vus-top-xs--14 {
		top: -.75rem
	}
	.vus-right-xs-14 {
		right: .75rem
	}
	.vus-right-xs--14 {
		right: -.75rem
	}
	.vus-bottom-xs-14 {
		bottom: .75rem
	}
	.vus-bottom-xs--14 {
		bottom: -.75rem
	}
	.vus-left-xs-15 {
		left: .8125rem
	}
	.vus-left-xs--15 {
		left: -.8125rem
	}
	.vus-top-xs-15 {
		top: .8125rem
	}
	.vus-top-xs--15 {
		top: -.8125rem
	}
	.vus-right-xs-15 {
		right: .8125rem
	}
	.vus-right-xs--15 {
		right: -.8125rem
	}
	.vus-bottom-xs-15 {
		bottom: .8125rem
	}
	.vus-bottom-xs--15 {
		bottom: -.8125rem
	}
	.vus-left-xs-16 {
		left: .875rem
	}
	.vus-left-xs--16 {
		left: -.875rem
	}
	.vus-top-xs-16 {
		top: .875rem
	}
	.vus-top-xs--16 {
		top: -.875rem
	}
	.vus-right-xs-16 {
		right: .875rem
	}
	.vus-right-xs--16 {
		right: -.875rem
	}
	.vus-bottom-xs-16 {
		bottom: .875rem
	}
	.vus-bottom-xs--16 {
		bottom: -.875rem
	}
	.vus-left-xs-18 {
		left: .9375rem
	}
	.vus-left-xs--18 {
		left: -.9375rem
	}
	.vus-top-xs-18 {
		top: .9375rem
	}
	.vus-top-xs--18 {
		top: -.9375rem
	}
	.vus-right-xs-18 {
		right: .9375rem
	}
	.vus-right-xs--18 {
		right: -.9375rem
	}
	.vus-bottom-xs-18 {
		bottom: .9375rem
	}
	.vus-bottom-xs--18 {
		bottom: -.9375rem
	}
	.vus-left-xs-20 {
		left: 1rem
	}
	.vus-left-xs--20 {
		left: -1rem
	}
	.vus-top-xs-20 {
		top: 1rem
	}
	.vus-top-xs--20 {
		top: -1rem
	}
	.vus-right-xs-20 {
		right: 1rem
	}
	.vus-right-xs--20 {
		right: -1rem
	}
	.vus-bottom-xs-20 {
		bottom: 1rem
	}
	.vus-bottom-xs--20 {
		bottom: -1rem
	}
	.vus-left-xs-22 {
		left: 1.0625rem
	}
	.vus-left-xs--22 {
		left: -1.0625rem
	}
	.vus-top-xs-22 {
		top: 1.0625rem
	}
	.vus-top-xs--22 {
		top: -1.0625rem
	}
	.vus-right-xs-22 {
		right: 1.0625rem
	}
	.vus-right-xs--22 {
		right: -1.0625rem
	}
	.vus-bottom-xs-22 {
		bottom: 1.0625rem
	}
	.vus-bottom-xs--22 {
		bottom: -1.0625rem
	}
	.vus-left-xs-24 {
		left: 1.125rem
	}
	.vus-left-xs--24 {
		left: -1.125rem
	}
	.vus-top-xs-24 {
		top: 1.125rem
	}
	.vus-top-xs--24 {
		top: -1.125rem
	}
	.vus-right-xs-24 {
		right: 1.125rem
	}
	.vus-right-xs--24 {
		right: -1.125rem
	}
	.vus-bottom-xs-24 {
		bottom: 1.125rem
	}
	.vus-bottom-xs--24 {
		bottom: -1.125rem
	}
	.vus-left-xs-25 {
		left: 1.1875rem
	}
	.vus-left-xs--25 {
		left: -1.1875rem
	}
	.vus-top-xs-25 {
		top: 1.1875rem
	}
	.vus-top-xs--25 {
		top: -1.1875rem
	}
	.vus-right-xs-25 {
		right: 1.1875rem
	}
	.vus-right-xs--25 {
		right: -1.1875rem
	}
	.vus-bottom-xs-25 {
		bottom: 1.1875rem
	}
	.vus-bottom-xs--25 {
		bottom: -1.1875rem
	}
	.vus-left-xs-26 {
		left: 1.25rem
	}
	.vus-left-xs--26 {
		left: -1.25rem
	}
	.vus-top-xs-26 {
		top: 1.25rem
	}
	.vus-top-xs--26 {
		top: -1.25rem
	}
	.vus-right-xs-26 {
		right: 1.25rem
	}
	.vus-right-xs--26 {
		right: -1.25rem
	}
	.vus-bottom-xs-26 {
		bottom: 1.25rem
	}
	.vus-bottom-xs--26 {
		bottom: -1.25rem
	}
	.vus-left-xs-28 {
		left: 1.3125rem
	}
	.vus-left-xs--28 {
		left: -1.3125rem
	}
	.vus-top-xs-28 {
		top: 1.3125rem
	}
	.vus-top-xs--28 {
		top: -1.3125rem
	}
	.vus-right-xs-28 {
		right: 1.3125rem
	}
	.vus-right-xs--28 {
		right: -1.3125rem
	}
	.vus-bottom-xs-28 {
		bottom: 1.3125rem
	}
	.vus-bottom-xs--28 {
		bottom: -1.3125rem
	}
	.vus-left-xs-30 {
		left: 1.375rem
	}
	.vus-left-xs--30 {
		left: -1.375rem
	}
	.vus-top-xs-30 {
		top: 1.375rem
	}
	.vus-top-xs--30 {
		top: -1.375rem
	}
	.vus-right-xs-30 {
		right: 1.375rem
	}
	.vus-right-xs--30 {
		right: -1.375rem
	}
	.vus-bottom-xs-30 {
		bottom: 1.375rem
	}
	.vus-bottom-xs--30 {
		bottom: -1.375rem
	}
	.vus-left-xs-32 {
		left: 1.4375rem
	}
	.vus-left-xs--32 {
		left: -1.4375rem
	}
	.vus-top-xs-32 {
		top: 1.4375rem
	}
	.vus-top-xs--32 {
		top: -1.4375rem
	}
	.vus-right-xs-32 {
		right: 1.4375rem
	}
	.vus-right-xs--32 {
		right: -1.4375rem
	}
	.vus-bottom-xs-32 {
		bottom: 1.4375rem
	}
	.vus-bottom-xs--32 {
		bottom: -1.4375rem
	}
	.vus-left-xs-34 {
		left: 1.5rem
	}
	.vus-left-xs--34 {
		left: -1.5rem
	}
	.vus-top-xs-34 {
		top: 1.5rem
	}
	.vus-top-xs--34 {
		top: -1.5rem
	}
	.vus-right-xs-34 {
		right: 1.5rem
	}
	.vus-right-xs--34 {
		right: -1.5rem
	}
	.vus-bottom-xs-34 {
		bottom: 1.5rem
	}
	.vus-bottom-xs--34 {
		bottom: -1.5rem
	}
	.vus-left-xs-35 {
		left: 1.5625rem
	}
	.vus-left-xs--35 {
		left: -1.5625rem
	}
	.vus-top-xs-35 {
		top: 1.5625rem
	}
	.vus-top-xs--35 {
		top: -1.5625rem
	}
	.vus-right-xs-35 {
		right: 1.5625rem
	}
	.vus-right-xs--35 {
		right: -1.5625rem
	}
	.vus-bottom-xs-35 {
		bottom: 1.5625rem
	}
	.vus-bottom-xs--35 {
		bottom: -1.5625rem
	}
	.vus-left-xs-36 {
		left: 1.625rem
	}
	.vus-left-xs--36 {
		left: -1.625rem
	}
	.vus-top-xs-36 {
		top: 1.625rem
	}
	.vus-top-xs--36 {
		top: -1.625rem
	}
	.vus-right-xs-36 {
		right: 1.625rem
	}
	.vus-right-xs--36 {
		right: -1.625rem
	}
	.vus-bottom-xs-36 {
		bottom: 1.625rem
	}
	.vus-bottom-xs--36 {
		bottom: -1.625rem
	}
	.vus-left-xs-38 {
		left: 1.6875rem
	}
	.vus-left-xs--38 {
		left: -1.6875rem
	}
	.vus-top-xs-38 {
		top: 1.6875rem
	}
	.vus-top-xs--38 {
		top: -1.6875rem
	}
	.vus-right-xs-38 {
		right: 1.6875rem
	}
	.vus-right-xs--38 {
		right: -1.6875rem
	}
	.vus-bottom-xs-38 {
		bottom: 1.6875rem
	}
	.vus-bottom-xs--38 {
		bottom: -1.6875rem
	}
	.vus-left-xs-40 {
		left: 1.75rem
	}
	.vus-left-xs--40 {
		left: -1.75rem
	}
	.vus-top-xs-40 {
		top: 1.75rem
	}
	.vus-top-xs--40 {
		top: -1.75rem
	}
	.vus-right-xs-40 {
		right: 1.75rem
	}
	.vus-right-xs--40 {
		right: -1.75rem
	}
	.vus-bottom-xs-40 {
		bottom: 1.75rem
	}
	.vus-bottom-xs--40 {
		bottom: -1.75rem
	}
	.vus-left-xs-42 {
		left: 1.8125rem
	}
	.vus-left-xs--42 {
		left: -1.8125rem
	}
	.vus-top-xs-42 {
		top: 1.8125rem
	}
	.vus-top-xs--42 {
		top: -1.8125rem
	}
	.vus-right-xs-42 {
		right: 1.8125rem
	}
	.vus-right-xs--42 {
		right: -1.8125rem
	}
	.vus-bottom-xs-42 {
		bottom: 1.8125rem
	}
	.vus-bottom-xs--42 {
		bottom: -1.8125rem
	}
	.vus-left-xs-44 {
		left: 1.875rem
	}
	.vus-left-xs--44 {
		left: -1.875rem
	}
	.vus-top-xs-44 {
		top: 1.875rem
	}
	.vus-top-xs--44 {
		top: -1.875rem
	}
	.vus-right-xs-44 {
		right: 1.875rem
	}
	.vus-right-xs--44 {
		right: -1.875rem
	}
	.vus-bottom-xs-44 {
		bottom: 1.875rem
	}
	.vus-bottom-xs--44 {
		bottom: -1.875rem
	}
	.vus-left-xs-45 {
		left: 1.9375rem
	}
	.vus-left-xs--45 {
		left: -1.9375rem
	}
	.vus-top-xs-45 {
		top: 1.9375rem
	}
	.vus-top-xs--45 {
		top: -1.9375rem
	}
	.vus-right-xs-45 {
		right: 1.9375rem
	}
	.vus-right-xs--45 {
		right: -1.9375rem
	}
	.vus-bottom-xs-45 {
		bottom: 1.9375rem
	}
	.vus-bottom-xs--45 {
		bottom: -1.9375rem
	}
	.vus-left-xs-46 {
		left: 2rem
	}
	.vus-left-xs--46 {
		left: -2rem
	}
	.vus-top-xs-46 {
		top: 2rem
	}
	.vus-top-xs--46 {
		top: -2rem
	}
	.vus-right-xs-46 {
		right: 2rem
	}
	.vus-right-xs--46 {
		right: -2rem
	}
	.vus-bottom-xs-46 {
		bottom: 2rem
	}
	.vus-bottom-xs--46 {
		bottom: -2rem
	}
	.vus-left-xs-48 {
		left: 2.0625rem
	}
	.vus-left-xs--48 {
		left: -2.0625rem
	}
	.vus-top-xs-48 {
		top: 2.0625rem
	}
	.vus-top-xs--48 {
		top: -2.0625rem
	}
	.vus-right-xs-48 {
		right: 2.0625rem
	}
	.vus-right-xs--48 {
		right: -2.0625rem
	}
	.vus-bottom-xs-48 {
		bottom: 2.0625rem
	}
	.vus-bottom-xs--48 {
		bottom: -2.0625rem
	}
	.vus-left-xs-50 {
		left: 2.125rem
	}
	.vus-left-xs--50 {
		left: -2.125rem
	}
	.vus-top-xs-50 {
		top: 2.125rem
	}
	.vus-top-xs--50 {
		top: -2.125rem
	}
	.vus-right-xs-50 {
		right: 2.125rem
	}
	.vus-right-xs--50 {
		right: -2.125rem
	}
	.vus-bottom-xs-50 {
		bottom: 2.125rem
	}
	.vus-bottom-xs--50 {
		bottom: -2.125rem
	}
	.vus-left-xs-52 {
		left: 2.1875rem
	}
	.vus-left-xs--52 {
		left: -2.1875rem
	}
	.vus-top-xs-52 {
		top: 2.1875rem
	}
	.vus-top-xs--52 {
		top: -2.1875rem
	}
	.vus-right-xs-52 {
		right: 2.1875rem
	}
	.vus-right-xs--52 {
		right: -2.1875rem
	}
	.vus-bottom-xs-52 {
		bottom: 2.1875rem
	}
	.vus-bottom-xs--52 {
		bottom: -2.1875rem
	}
	.vus-left-xs-54 {
		left: 2.25rem
	}
	.vus-left-xs--54 {
		left: -2.25rem
	}
	.vus-top-xs-54 {
		top: 2.25rem
	}
	.vus-top-xs--54 {
		top: -2.25rem
	}
	.vus-right-xs-54 {
		right: 2.25rem
	}
	.vus-right-xs--54 {
		right: -2.25rem
	}
	.vus-bottom-xs-54 {
		bottom: 2.25rem
	}
	.vus-bottom-xs--54 {
		bottom: -2.25rem
	}
	.vus-left-xs-55 {
		left: 2.3125rem
	}
	.vus-left-xs--55 {
		left: -2.3125rem
	}
	.vus-top-xs-55 {
		top: 2.3125rem
	}
	.vus-top-xs--55 {
		top: -2.3125rem
	}
	.vus-right-xs-55 {
		right: 2.3125rem
	}
	.vus-right-xs--55 {
		right: -2.3125rem
	}
	.vus-bottom-xs-55 {
		bottom: 2.3125rem
	}
	.vus-bottom-xs--55 {
		bottom: -2.3125rem
	}
	.vus-left-xs-56 {
		left: 2.375rem
	}
	.vus-left-xs--56 {
		left: -2.375rem
	}
	.vus-top-xs-56 {
		top: 2.375rem
	}
	.vus-top-xs--56 {
		top: -2.375rem
	}
	.vus-right-xs-56 {
		right: 2.375rem
	}
	.vus-right-xs--56 {
		right: -2.375rem
	}
	.vus-bottom-xs-56 {
		bottom: 2.375rem
	}
	.vus-bottom-xs--56 {
		bottom: -2.375rem
	}
	.vus-left-xs-58 {
		left: 2.4375rem
	}
	.vus-left-xs--58 {
		left: -2.4375rem
	}
	.vus-top-xs-58 {
		top: 2.4375rem
	}
	.vus-top-xs--58 {
		top: -2.4375rem
	}
	.vus-right-xs-58 {
		right: 2.4375rem
	}
	.vus-right-xs--58 {
		right: -2.4375rem
	}
	.vus-bottom-xs-58 {
		bottom: 2.4375rem
	}
	.vus-bottom-xs--58 {
		bottom: -2.4375rem
	}
	.vus-left-xs-60 {
		left: 2.5rem
	}
	.vus-left-xs--60 {
		left: -2.5rem
	}
	.vus-top-xs-60 {
		top: 2.5rem
	}
	.vus-top-xs--60 {
		top: -2.5rem
	}
	.vus-right-xs-60 {
		right: 2.5rem
	}
	.vus-right-xs--60 {
		right: -2.5rem
	}
	.vus-bottom-xs-60 {
		bottom: 2.5rem
	}
	.vus-bottom-xs--60 {
		bottom: -2.5rem
	}
	.vus-left-xs-62 {
		left: 2.5625rem
	}
	.vus-left-xs--62 {
		left: -2.5625rem
	}
	.vus-top-xs-62 {
		top: 2.5625rem
	}
	.vus-top-xs--62 {
		top: -2.5625rem
	}
	.vus-right-xs-62 {
		right: 2.5625rem
	}
	.vus-right-xs--62 {
		right: -2.5625rem
	}
	.vus-bottom-xs-62 {
		bottom: 2.5625rem
	}
	.vus-bottom-xs--62 {
		bottom: -2.5625rem
	}
	.vus-left-xs-64 {
		left: 2.625rem
	}
	.vus-left-xs--64 {
		left: -2.625rem
	}
	.vus-top-xs-64 {
		top: 2.625rem
	}
	.vus-top-xs--64 {
		top: -2.625rem
	}
	.vus-right-xs-64 {
		right: 2.625rem
	}
	.vus-right-xs--64 {
		right: -2.625rem
	}
	.vus-bottom-xs-64 {
		bottom: 2.625rem
	}
	.vus-bottom-xs--64 {
		bottom: -2.625rem
	}
	.vus-left-xs-65 {
		left: 2.6875rem
	}
	.vus-left-xs--65 {
		left: -2.6875rem
	}
	.vus-top-xs-65 {
		top: 2.6875rem
	}
	.vus-top-xs--65 {
		top: -2.6875rem
	}
	.vus-right-xs-65 {
		right: 2.6875rem
	}
	.vus-right-xs--65 {
		right: -2.6875rem
	}
	.vus-bottom-xs-65 {
		bottom: 2.6875rem
	}
	.vus-bottom-xs--65 {
		bottom: -2.6875rem
	}
	.vus-left-xs-66 {
		left: 2.75rem
	}
	.vus-left-xs--66 {
		left: -2.75rem
	}
	.vus-top-xs-66 {
		top: 2.75rem
	}
	.vus-top-xs--66 {
		top: -2.75rem
	}
	.vus-right-xs-66 {
		right: 2.75rem
	}
	.vus-right-xs--66 {
		right: -2.75rem
	}
	.vus-bottom-xs-66 {
		bottom: 2.75rem
	}
	.vus-bottom-xs--66 {
		bottom: -2.75rem
	}
	.vus-left-xs-68 {
		left: 2.8125rem
	}
	.vus-left-xs--68 {
		left: -2.8125rem
	}
	.vus-top-xs-68 {
		top: 2.8125rem
	}
	.vus-top-xs--68 {
		top: -2.8125rem
	}
	.vus-right-xs-68 {
		right: 2.8125rem
	}
	.vus-right-xs--68 {
		right: -2.8125rem
	}
	.vus-bottom-xs-68 {
		bottom: 2.8125rem
	}
	.vus-bottom-xs--68 {
		bottom: -2.8125rem
	}
	.vus-left-xs-70 {
		left: 2.875rem
	}
	.vus-left-xs--70 {
		left: -2.875rem
	}
	.vus-top-xs-70 {
		top: 2.875rem
	}
	.vus-top-xs--70 {
		top: -2.875rem
	}
	.vus-right-xs-70 {
		right: 2.875rem
	}
	.vus-right-xs--70 {
		right: -2.875rem
	}
	.vus-bottom-xs-70 {
		bottom: 2.875rem
	}
	.vus-bottom-xs--70 {
		bottom: -2.875rem
	}
	.vus-left-xs-72 {
		left: 2.9375rem
	}
	.vus-left-xs--72 {
		left: -2.9375rem
	}
	.vus-top-xs-72 {
		top: 2.9375rem
	}
	.vus-top-xs--72 {
		top: -2.9375rem
	}
	.vus-right-xs-72 {
		right: 2.9375rem
	}
	.vus-right-xs--72 {
		right: -2.9375rem
	}
	.vus-bottom-xs-72 {
		bottom: 2.9375rem
	}
	.vus-bottom-xs--72 {
		bottom: -2.9375rem
	}
	.vus-left-xs-74 {
		left: 3rem
	}
	.vus-left-xs--74 {
		left: -3rem
	}
	.vus-top-xs-74 {
		top: 3rem
	}
	.vus-top-xs--74 {
		top: -3rem
	}
	.vus-right-xs-74 {
		right: 3rem
	}
	.vus-right-xs--74 {
		right: -3rem
	}
	.vus-bottom-xs-74 {
		bottom: 3rem
	}
	.vus-bottom-xs--74 {
		bottom: -3rem
	}
	.vus-left-xs-75 {
		left: 3.0625rem
	}
	.vus-left-xs--75 {
		left: -3.0625rem
	}
	.vus-top-xs-75 {
		top: 3.0625rem
	}
	.vus-top-xs--75 {
		top: -3.0625rem
	}
	.vus-right-xs-75 {
		right: 3.0625rem
	}
	.vus-right-xs--75 {
		right: -3.0625rem
	}
	.vus-bottom-xs-75 {
		bottom: 3.0625rem
	}
	.vus-bottom-xs--75 {
		bottom: -3.0625rem
	}
	.vus-left-xs-76 {
		left: 3.125rem
	}
	.vus-left-xs--76 {
		left: -3.125rem
	}
	.vus-top-xs-76 {
		top: 3.125rem
	}
	.vus-top-xs--76 {
		top: -3.125rem
	}
	.vus-right-xs-76 {
		right: 3.125rem
	}
	.vus-right-xs--76 {
		right: -3.125rem
	}
	.vus-bottom-xs-76 {
		bottom: 3.125rem
	}
	.vus-bottom-xs--76 {
		bottom: -3.125rem
	}
	.vus-left-xs-78 {
		left: 3.1875rem
	}
	.vus-left-xs--78 {
		left: -3.1875rem
	}
	.vus-top-xs-78 {
		top: 3.1875rem
	}
	.vus-top-xs--78 {
		top: -3.1875rem
	}
	.vus-right-xs-78 {
		right: 3.1875rem
	}
	.vus-right-xs--78 {
		right: -3.1875rem
	}
	.vus-bottom-xs-78 {
		bottom: 3.1875rem
	}
	.vus-bottom-xs--78 {
		bottom: -3.1875rem
	}
	.vus-left-xs-80 {
		left: 3.25rem
	}
	.vus-left-xs--80 {
		left: -3.25rem
	}
	.vus-top-xs-80 {
		top: 3.25rem
	}
	.vus-top-xs--80 {
		top: -3.25rem
	}
	.vus-right-xs-80 {
		right: 3.25rem
	}
	.vus-right-xs--80 {
		right: -3.25rem
	}
	.vus-bottom-xs-80 {
		bottom: 3.25rem
	}
	.vus-bottom-xs--80 {
		bottom: -3.25rem
	}
	.vus-left-xs-82 {
		left: 3.3125rem
	}
	.vus-left-xs--82 {
		left: -3.3125rem
	}
	.vus-top-xs-82 {
		top: 3.3125rem
	}
	.vus-top-xs--82 {
		top: -3.3125rem
	}
	.vus-right-xs-82 {
		right: 3.3125rem
	}
	.vus-right-xs--82 {
		right: -3.3125rem
	}
	.vus-bottom-xs-82 {
		bottom: 3.3125rem
	}
	.vus-bottom-xs--82 {
		bottom: -3.3125rem
	}
	.vus-left-xs-84 {
		left: 3.375rem
	}
	.vus-left-xs--84 {
		left: -3.375rem
	}
	.vus-top-xs-84 {
		top: 3.375rem
	}
	.vus-top-xs--84 {
		top: -3.375rem
	}
	.vus-right-xs-84 {
		right: 3.375rem
	}
	.vus-right-xs--84 {
		right: -3.375rem
	}
	.vus-bottom-xs-84 {
		bottom: 3.375rem
	}
	.vus-bottom-xs--84 {
		bottom: -3.375rem
	}
	.vus-left-xs-85 {
		left: 3.4375rem
	}
	.vus-left-xs--85 {
		left: -3.4375rem
	}
	.vus-top-xs-85 {
		top: 3.4375rem
	}
	.vus-top-xs--85 {
		top: -3.4375rem
	}
	.vus-right-xs-85 {
		right: 3.4375rem
	}
	.vus-right-xs--85 {
		right: -3.4375rem
	}
	.vus-bottom-xs-85 {
		bottom: 3.4375rem
	}
	.vus-bottom-xs--85 {
		bottom: -3.4375rem
	}
	.vus-left-xs-86 {
		left: 3.5rem
	}
	.vus-left-xs--86 {
		left: -3.5rem
	}
	.vus-top-xs-86 {
		top: 3.5rem
	}
	.vus-top-xs--86 {
		top: -3.5rem
	}
	.vus-right-xs-86 {
		right: 3.5rem
	}
	.vus-right-xs--86 {
		right: -3.5rem
	}
	.vus-bottom-xs-86 {
		bottom: 3.5rem
	}
	.vus-bottom-xs--86 {
		bottom: -3.5rem
	}
	.vus-left-xs-88 {
		left: 3.5625rem
	}
	.vus-left-xs--88 {
		left: -3.5625rem
	}
	.vus-top-xs-88 {
		top: 3.5625rem
	}
	.vus-top-xs--88 {
		top: -3.5625rem
	}
	.vus-right-xs-88 {
		right: 3.5625rem
	}
	.vus-right-xs--88 {
		right: -3.5625rem
	}
	.vus-bottom-xs-88 {
		bottom: 3.5625rem
	}
	.vus-bottom-xs--88 {
		bottom: -3.5625rem
	}
	.vus-left-xs-90 {
		left: 3.625rem
	}
	.vus-left-xs--90 {
		left: -3.625rem
	}
	.vus-top-xs-90 {
		top: 3.625rem
	}
	.vus-top-xs--90 {
		top: -3.625rem
	}
	.vus-right-xs-90 {
		right: 3.625rem
	}
	.vus-right-xs--90 {
		right: -3.625rem
	}
	.vus-bottom-xs-90 {
		bottom: 3.625rem
	}
	.vus-bottom-xs--90 {
		bottom: -3.625rem
	}
	.vus-left-xs-92 {
		left: 3.6875rem
	}
	.vus-left-xs--92 {
		left: -3.6875rem
	}
	.vus-top-xs-92 {
		top: 3.6875rem
	}
	.vus-top-xs--92 {
		top: -3.6875rem
	}
	.vus-right-xs-92 {
		right: 3.6875rem
	}
	.vus-right-xs--92 {
		right: -3.6875rem
	}
	.vus-bottom-xs-92 {
		bottom: 3.6875rem
	}
	.vus-bottom-xs--92 {
		bottom: -3.6875rem
	}
	.vus-left-xs-94 {
		left: 3.75rem
	}
	.vus-left-xs--94 {
		left: -3.75rem
	}
	.vus-top-xs-94 {
		top: 3.75rem
	}
	.vus-top-xs--94 {
		top: -3.75rem
	}
	.vus-right-xs-94 {
		right: 3.75rem
	}
	.vus-right-xs--94 {
		right: -3.75rem
	}
	.vus-bottom-xs-94 {
		bottom: 3.75rem
	}
	.vus-bottom-xs--94 {
		bottom: -3.75rem
	}
	.vus-left-xs-95 {
		left: 3.8125rem
	}
	.vus-left-xs--95 {
		left: -3.8125rem
	}
	.vus-top-xs-95 {
		top: 3.8125rem
	}
	.vus-top-xs--95 {
		top: -3.8125rem
	}
	.vus-right-xs-95 {
		right: 3.8125rem
	}
	.vus-right-xs--95 {
		right: -3.8125rem
	}
	.vus-bottom-xs-95 {
		bottom: 3.8125rem
	}
	.vus-bottom-xs--95 {
		bottom: -3.8125rem
	}
	.vus-left-xs-96 {
		left: 3.875rem
	}
	.vus-left-xs--96 {
		left: -3.875rem
	}
	.vus-top-xs-96 {
		top: 3.875rem
	}
	.vus-top-xs--96 {
		top: -3.875rem
	}
	.vus-right-xs-96 {
		right: 3.875rem
	}
	.vus-right-xs--96 {
		right: -3.875rem
	}
	.vus-bottom-xs-96 {
		bottom: 3.875rem
	}
	.vus-bottom-xs--96 {
		bottom: -3.875rem
	}
	.vus-left-xs-98 {
		left: 3.9375rem
	}
	.vus-left-xs--98 {
		left: -3.9375rem
	}
	.vus-top-xs-98 {
		top: 3.9375rem
	}
	.vus-top-xs--98 {
		top: -3.9375rem
	}
	.vus-right-xs-98 {
		right: 3.9375rem
	}
	.vus-right-xs--98 {
		right: -3.9375rem
	}
	.vus-bottom-xs-98 {
		bottom: 3.9375rem
	}
	.vus-bottom-xs--98 {
		bottom: -3.9375rem
	}
	.vus-left-xs-100 {
		left: 4rem
	}
	.vus-left-xs--100 {
		left: -4rem
	}
	.vus-top-xs-100 {
		top: 4rem
	}
	.vus-top-xs--100 {
		top: -4rem
	}
	.vus-right-xs-100 {
		right: 4rem
	}
	.vus-right-xs--100 {
		right: -4rem
	}
	.vus-bottom-xs-100 {
		bottom: 4rem
	}
	.vus-bottom-xs--100 {
		bottom: -4rem
	}
	.vus-left-xs-110 {
		left: 4.0625rem
	}
	.vus-left-xs--110 {
		left: -4.0625rem
	}
	.vus-top-xs-110 {
		top: 4.0625rem
	}
	.vus-top-xs--110 {
		top: -4.0625rem
	}
	.vus-right-xs-110 {
		right: 4.0625rem
	}
	.vus-right-xs--110 {
		right: -4.0625rem
	}
	.vus-bottom-xs-110 {
		bottom: 4.0625rem
	}
	.vus-bottom-xs--110 {
		bottom: -4.0625rem
	}
	.vus-left-xs-120 {
		left: 4.125rem
	}
	.vus-left-xs--120 {
		left: -4.125rem
	}
	.vus-top-xs-120 {
		top: 4.125rem
	}
	.vus-top-xs--120 {
		top: -4.125rem
	}
	.vus-right-xs-120 {
		right: 4.125rem
	}
	.vus-right-xs--120 {
		right: -4.125rem
	}
	.vus-bottom-xs-120 {
		bottom: 4.125rem
	}
	.vus-bottom-xs--120 {
		bottom: -4.125rem
	}
	.vus-left-xs-130 {
		left: 4.1875rem
	}
	.vus-left-xs--130 {
		left: -4.1875rem
	}
	.vus-top-xs-130 {
		top: 4.1875rem
	}
	.vus-top-xs--130 {
		top: -4.1875rem
	}
	.vus-right-xs-130 {
		right: 4.1875rem
	}
	.vus-right-xs--130 {
		right: -4.1875rem
	}
	.vus-bottom-xs-130 {
		bottom: 4.1875rem
	}
	.vus-bottom-xs--130 {
		bottom: -4.1875rem
	}
	.vus-left-xs-140 {
		left: 4.25rem
	}
	.vus-left-xs--140 {
		left: -4.25rem
	}
	.vus-top-xs-140 {
		top: 4.25rem
	}
	.vus-top-xs--140 {
		top: -4.25rem
	}
	.vus-right-xs-140 {
		right: 4.25rem
	}
	.vus-right-xs--140 {
		right: -4.25rem
	}
	.vus-bottom-xs-140 {
		bottom: 4.25rem
	}
	.vus-bottom-xs--140 {
		bottom: -4.25rem
	}
	.vus-left-xs-150 {
		left: 4.3125rem
	}
	.vus-left-xs--150 {
		left: -4.3125rem
	}
	.vus-top-xs-150 {
		top: 4.3125rem
	}
	.vus-top-xs--150 {
		top: -4.3125rem
	}
	.vus-right-xs-150 {
		right: 4.3125rem
	}
	.vus-right-xs--150 {
		right: -4.3125rem
	}
	.vus-bottom-xs-150 {
		bottom: 4.3125rem
	}
	.vus-bottom-xs--150 {
		bottom: -4.3125rem
	}
	.vus-left-xs-160 {
		left: 4.375rem
	}
	.vus-left-xs--160 {
		left: -4.375rem
	}
	.vus-top-xs-160 {
		top: 4.375rem
	}
	.vus-top-xs--160 {
		top: -4.375rem
	}
	.vus-right-xs-160 {
		right: 4.375rem
	}
	.vus-right-xs--160 {
		right: -4.375rem
	}
	.vus-bottom-xs-160 {
		bottom: 4.375rem
	}
	.vus-bottom-xs--160 {
		bottom: -4.375rem
	}
	.vus-left-xs-170 {
		left: 4.4375rem
	}
	.vus-left-xs--170 {
		left: -4.4375rem
	}
	.vus-top-xs-170 {
		top: 4.4375rem
	}
	.vus-top-xs--170 {
		top: -4.4375rem
	}
	.vus-right-xs-170 {
		right: 4.4375rem
	}
	.vus-right-xs--170 {
		right: -4.4375rem
	}
	.vus-bottom-xs-170 {
		bottom: 4.4375rem
	}
	.vus-bottom-xs--170 {
		bottom: -4.4375rem
	}
	.vus-left-xs-180 {
		left: 4.5rem
	}
	.vus-left-xs--180 {
		left: -4.5rem
	}
	.vus-top-xs-180 {
		top: 4.5rem
	}
	.vus-top-xs--180 {
		top: -4.5rem
	}
	.vus-right-xs-180 {
		right: 4.5rem
	}
	.vus-right-xs--180 {
		right: -4.5rem
	}
	.vus-bottom-xs-180 {
		bottom: 4.5rem
	}
	.vus-bottom-xs--180 {
		bottom: -4.5rem
	}
	.vus-left-xs-190 {
		left: 4.5625rem
	}
	.vus-left-xs--190 {
		left: -4.5625rem
	}
	.vus-top-xs-190 {
		top: 4.5625rem
	}
	.vus-top-xs--190 {
		top: -4.5625rem
	}
	.vus-right-xs-190 {
		right: 4.5625rem
	}
	.vus-right-xs--190 {
		right: -4.5625rem
	}
	.vus-bottom-xs-190 {
		bottom: 4.5625rem
	}
	.vus-bottom-xs--190 {
		bottom: -4.5625rem
	}
	.vus-left-xs-200 {
		left: 4.625rem
	}
	.vus-left-xs--200 {
		left: -4.625rem
	}
	.vus-top-xs-200 {
		top: 4.625rem
	}
	.vus-top-xs--200 {
		top: -4.625rem
	}
	.vus-right-xs-200 {
		right: 4.625rem
	}
	.vus-right-xs--200 {
		right: -4.625rem
	}
	.vus-bottom-xs-200 {
		bottom: 4.625rem
	}
	.vus-bottom-xs--200 {
		bottom: -4.625rem
	}
	.vus-left-xs-250 {
		left: 4.6875rem
	}
	.vus-left-xs--250 {
		left: -4.6875rem
	}
	.vus-top-xs-250 {
		top: 4.6875rem
	}
	.vus-top-xs--250 {
		top: -4.6875rem
	}
	.vus-right-xs-250 {
		right: 4.6875rem
	}
	.vus-right-xs--250 {
		right: -4.6875rem
	}
	.vus-bottom-xs-250 {
		bottom: 4.6875rem
	}
	.vus-bottom-xs--250 {
		bottom: -4.6875rem
	}
	.vus-left-xs-300 {
		left: 4.75rem
	}
	.vus-left-xs--300 {
		left: -4.75rem
	}
	.vus-top-xs-300 {
		top: 4.75rem
	}
	.vus-top-xs--300 {
		top: -4.75rem
	}
	.vus-right-xs-300 {
		right: 4.75rem
	}
	.vus-right-xs--300 {
		right: -4.75rem
	}
	.vus-bottom-xs-300 {
		bottom: 4.75rem
	}
	.vus-bottom-xs--300 {
		bottom: -4.75rem
	}
	.vus-left-xs-350 {
		left: 4.8125rem
	}
	.vus-left-xs--350 {
		left: -4.8125rem
	}
	.vus-top-xs-350 {
		top: 4.8125rem
	}
	.vus-top-xs--350 {
		top: -4.8125rem
	}
	.vus-right-xs-350 {
		right: 4.8125rem
	}
	.vus-right-xs--350 {
		right: -4.8125rem
	}
	.vus-bottom-xs-350 {
		bottom: 4.8125rem
	}
	.vus-bottom-xs--350 {
		bottom: -4.8125rem
	}
	.vus-left-xs-400 {
		left: 4.875rem
	}
	.vus-left-xs--400 {
		left: -4.875rem
	}
	.vus-top-xs-400 {
		top: 4.875rem
	}
	.vus-top-xs--400 {
		top: -4.875rem
	}
	.vus-right-xs-400 {
		right: 4.875rem
	}
	.vus-right-xs--400 {
		right: -4.875rem
	}
	.vus-bottom-xs-400 {
		bottom: 4.875rem
	}
	.vus-bottom-xs--400 {
		bottom: -4.875rem
	}
	.vus-left-xs-450 {
		left: 4.9375rem
	}
	.vus-left-xs--450 {
		left: -4.9375rem
	}
	.vus-top-xs-450 {
		top: 4.9375rem
	}
	.vus-top-xs--450 {
		top: -4.9375rem
	}
	.vus-right-xs-450 {
		right: 4.9375rem
	}
	.vus-right-xs--450 {
		right: -4.9375rem
	}
	.vus-bottom-xs-450 {
		bottom: 4.9375rem
	}
	.vus-bottom-xs--450 {
		bottom: -4.9375rem
	}
	.vus-left-xs-500 {
		left: 5rem
	}
	.vus-left-xs--500 {
		left: -5rem
	}
	.vus-top-xs-500 {
		top: 5rem
	}
	.vus-top-xs--500 {
		top: -5rem
	}
	.vus-right-xs-500 {
		right: 5rem
	}
	.vus-right-xs--500 {
		right: -5rem
	}
	.vus-bottom-xs-500 {
		bottom: 5rem
	}
	.vus-bottom-xs--500 {
		bottom: -5rem
	}
	.vus-left-xs-550 {
		left: 5.0625rem
	}
	.vus-left-xs--550 {
		left: -5.0625rem
	}
	.vus-top-xs-550 {
		top: 5.0625rem
	}
	.vus-top-xs--550 {
		top: -5.0625rem
	}
	.vus-right-xs-550 {
		right: 5.0625rem
	}
	.vus-right-xs--550 {
		right: -5.0625rem
	}
	.vus-bottom-xs-550 {
		bottom: 5.0625rem
	}
	.vus-bottom-xs--550 {
		bottom: -5.0625rem
	}
	.vus-left-xs-600 {
		left: 5.125rem
	}
	.vus-left-xs--600 {
		left: -5.125rem
	}
	.vus-top-xs-600 {
		top: 5.125rem
	}
	.vus-top-xs--600 {
		top: -5.125rem
	}
	.vus-right-xs-600 {
		right: 5.125rem
	}
	.vus-right-xs--600 {
		right: -5.125rem
	}
	.vus-bottom-xs-600 {
		bottom: 5.125rem
	}
	.vus-bottom-xs--600 {
		bottom: -5.125rem
	}
	.vus-left-xs-650 {
		left: 5.1875rem
	}
	.vus-left-xs--650 {
		left: -5.1875rem
	}
	.vus-top-xs-650 {
		top: 5.1875rem
	}
	.vus-top-xs--650 {
		top: -5.1875rem
	}
	.vus-right-xs-650 {
		right: 5.1875rem
	}
	.vus-right-xs--650 {
		right: -5.1875rem
	}
	.vus-bottom-xs-650 {
		bottom: 5.1875rem
	}
	.vus-bottom-xs--650 {
		bottom: -5.1875rem
	}
	.vus-left-xs-700 {
		left: 5.25rem
	}
	.vus-left-xs--700 {
		left: -5.25rem
	}
	.vus-top-xs-700 {
		top: 5.25rem
	}
	.vus-top-xs--700 {
		top: -5.25rem
	}
	.vus-right-xs-700 {
		right: 5.25rem
	}
	.vus-right-xs--700 {
		right: -5.25rem
	}
	.vus-bottom-xs-700 {
		bottom: 5.25rem
	}
	.vus-bottom-xs--700 {
		bottom: -5.25rem
	}
	.vus-left-xs-750 {
		left: 5.3125rem
	}
	.vus-left-xs--750 {
		left: -5.3125rem
	}
	.vus-top-xs-750 {
		top: 5.3125rem
	}
	.vus-top-xs--750 {
		top: -5.3125rem
	}
	.vus-right-xs-750 {
		right: 5.3125rem
	}
	.vus-right-xs--750 {
		right: -5.3125rem
	}
	.vus-bottom-xs-750 {
		bottom: 5.3125rem
	}
	.vus-bottom-xs--750 {
		bottom: -5.3125rem
	}
	.vus-left-xs-0 {
		left: 0
	}
	.vus-top-xs-0 {
		top: 0
	}
	.vus-right-xs-0 {
		right: 0
	}
	.vus-bottom-xs-0 {
		bottom: 0
	}
	.vus-index-xs--1 {
		z-index: -1
	}
	.vus-index-xs-0 {
		z-index: 0
	}
	.vus-index-xs-1 {
		z-index: 1
	}
	.vus-index-xs-2 {
		z-index: 2
	}
	.vus-index-xs-3 {
		z-index: 3
	}
	.vus-index-xs-4 {
		z-index: 4
	}
	.vus-index-xs-5 {
		z-index: 5
	}
	.vus-index-xs-6 {
		z-index: 6
	}
	.vus-index-xs-7 {
		z-index: 7
	}
	.vus-index-xs-8 {
		z-index: 8
	}
	.vus-index-xs-9 {
		z-index: 9
	}
	.vus-index-xs-10 {
		z-index: 10
	}
	.vus-index-xs-100 {
		z-index: 100
	}
	.vus-index-xs-101 {
		z-index: 101
	}
	.vus-index-xs-102 {
		z-index: 102
	}
	.vus-index-xs-103 {
		z-index: 103
	}
	.vus-index-xs-104 {
		z-index: 104
	}
	.vus-index-xs-105 {
		z-index: 105
	}
	.vus-index-xs-106 {
		z-index: 106
	}
	.vus-index-xs-107 {
		z-index: 107
	}
	.vus-index-xs-108 {
		z-index: 108
	}
	.vus-index-xs-109 {
		z-index: 109
	}
	.vus-index-xs-1000 {
		z-index: 1000
	}
	.vus-index-xs-1001 {
		z-index: 1001
	}
	.vus-index-xs-1002 {
		z-index: 1002
	}
	.vus-index-xs-1003 {
		z-index: 1003
	}
	.vus-index-xs-1004 {
		z-index: 1004
	}
	.vus-index-xs-1005 {
		z-index: 1005
	}
	.vus-index-xs-1006 {
		z-index: 1006
	}
	.vus-index-xs-1007 {
		z-index: 1007
	}
	.vus-index-xs-1008 {
		z-index: 1008
	}
	.vus-index-xs-1009 {
		z-index: 1009
	}
	.vus-index-xs-99999 {
		z-index: 99999
	}
}

@media (min-width: 768px) {
	.vus-left-sm-1 {
		left: .0625rem
	}
	.vus-left-sm--1 {
		left: -.0625rem
	}
	.vus-top-sm-1 {
		top: .0625rem
	}
	.vus-top-sm--1 {
		top: -.0625rem
	}
	.vus-right-sm-1 {
		right: .0625rem
	}
	.vus-right-sm--1 {
		right: -.0625rem
	}
	.vus-bottom-sm-1 {
		bottom: .0625rem
	}
	.vus-bottom-sm--1 {
		bottom: -.0625rem
	}
	.vus-left-sm-2 {
		left: .125rem
	}
	.vus-left-sm--2 {
		left: -.125rem
	}
	.vus-top-sm-2 {
		top: .125rem
	}
	.vus-top-sm--2 {
		top: -.125rem
	}
	.vus-right-sm-2 {
		right: .125rem
	}
	.vus-right-sm--2 {
		right: -.125rem
	}
	.vus-bottom-sm-2 {
		bottom: .125rem
	}
	.vus-bottom-sm--2 {
		bottom: -.125rem
	}
	.vus-left-sm-3 {
		left: .1875rem
	}
	.vus-left-sm--3 {
		left: -.1875rem
	}
	.vus-top-sm-3 {
		top: .1875rem
	}
	.vus-top-sm--3 {
		top: -.1875rem
	}
	.vus-right-sm-3 {
		right: .1875rem
	}
	.vus-right-sm--3 {
		right: -.1875rem
	}
	.vus-bottom-sm-3 {
		bottom: .1875rem
	}
	.vus-bottom-sm--3 {
		bottom: -.1875rem
	}
	.vus-left-sm-4 {
		left: .25rem
	}
	.vus-left-sm--4 {
		left: -.25rem
	}
	.vus-top-sm-4 {
		top: .25rem
	}
	.vus-top-sm--4 {
		top: -.25rem
	}
	.vus-right-sm-4 {
		right: .25rem
	}
	.vus-right-sm--4 {
		right: -.25rem
	}
	.vus-bottom-sm-4 {
		bottom: .25rem
	}
	.vus-bottom-sm--4 {
		bottom: -.25rem
	}
	.vus-left-sm-5 {
		left: .3125rem
	}
	.vus-left-sm--5 {
		left: -.3125rem
	}
	.vus-top-sm-5 {
		top: .3125rem
	}
	.vus-top-sm--5 {
		top: -.3125rem
	}
	.vus-right-sm-5 {
		right: .3125rem
	}
	.vus-right-sm--5 {
		right: -.3125rem
	}
	.vus-bottom-sm-5 {
		bottom: .3125rem
	}
	.vus-bottom-sm--5 {
		bottom: -.3125rem
	}
	.vus-left-sm-6 {
		left: .375rem
	}
	.vus-left-sm--6 {
		left: -.375rem
	}
	.vus-top-sm-6 {
		top: .375rem
	}
	.vus-top-sm--6 {
		top: -.375rem
	}
	.vus-right-sm-6 {
		right: .375rem
	}
	.vus-right-sm--6 {
		right: -.375rem
	}
	.vus-bottom-sm-6 {
		bottom: .375rem
	}
	.vus-bottom-sm--6 {
		bottom: -.375rem
	}
	.vus-left-sm-7 {
		left: .4375rem
	}
	.vus-left-sm--7 {
		left: -.4375rem
	}
	.vus-top-sm-7 {
		top: .4375rem
	}
	.vus-top-sm--7 {
		top: -.4375rem
	}
	.vus-right-sm-7 {
		right: .4375rem
	}
	.vus-right-sm--7 {
		right: -.4375rem
	}
	.vus-bottom-sm-7 {
		bottom: .4375rem
	}
	.vus-bottom-sm--7 {
		bottom: -.4375rem
	}
	.vus-left-sm-8 {
		left: .5rem
	}
	.vus-left-sm--8 {
		left: -.5rem
	}
	.vus-top-sm-8 {
		top: .5rem
	}
	.vus-top-sm--8 {
		top: -.5rem
	}
	.vus-right-sm-8 {
		right: .5rem
	}
	.vus-right-sm--8 {
		right: -.5rem
	}
	.vus-bottom-sm-8 {
		bottom: .5rem
	}
	.vus-bottom-sm--8 {
		bottom: -.5rem
	}
	.vus-left-sm-9 {
		left: .5625rem
	}
	.vus-left-sm--9 {
		left: -.5625rem
	}
	.vus-top-sm-9 {
		top: .5625rem
	}
	.vus-top-sm--9 {
		top: -.5625rem
	}
	.vus-right-sm-9 {
		right: .5625rem
	}
	.vus-right-sm--9 {
		right: -.5625rem
	}
	.vus-bottom-sm-9 {
		bottom: .5625rem
	}
	.vus-bottom-sm--9 {
		bottom: -.5625rem
	}
	.vus-left-sm-10 {
		left: .625rem
	}
	.vus-left-sm--10 {
		left: -.625rem
	}
	.vus-top-sm-10 {
		top: .625rem
	}
	.vus-top-sm--10 {
		top: -.625rem
	}
	.vus-right-sm-10 {
		right: .625rem
	}
	.vus-right-sm--10 {
		right: -.625rem
	}
	.vus-bottom-sm-10 {
		bottom: .625rem
	}
	.vus-bottom-sm--10 {
		bottom: -.625rem
	}
	.vus-left-sm-12 {
		left: .6875rem
	}
	.vus-left-sm--12 {
		left: -.6875rem
	}
	.vus-top-sm-12 {
		top: .6875rem
	}
	.vus-top-sm--12 {
		top: -.6875rem
	}
	.vus-right-sm-12 {
		right: .6875rem
	}
	.vus-right-sm--12 {
		right: -.6875rem
	}
	.vus-bottom-sm-12 {
		bottom: .6875rem
	}
	.vus-bottom-sm--12 {
		bottom: -.6875rem
	}
	.vus-left-sm-14 {
		left: .75rem
	}
	.vus-left-sm--14 {
		left: -.75rem
	}
	.vus-top-sm-14 {
		top: .75rem
	}
	.vus-top-sm--14 {
		top: -.75rem
	}
	.vus-right-sm-14 {
		right: .75rem
	}
	.vus-right-sm--14 {
		right: -.75rem
	}
	.vus-bottom-sm-14 {
		bottom: .75rem
	}
	.vus-bottom-sm--14 {
		bottom: -.75rem
	}
	.vus-left-sm-15 {
		left: .8125rem
	}
	.vus-left-sm--15 {
		left: -.8125rem
	}
	.vus-top-sm-15 {
		top: .8125rem
	}
	.vus-top-sm--15 {
		top: -.8125rem
	}
	.vus-right-sm-15 {
		right: .8125rem
	}
	.vus-right-sm--15 {
		right: -.8125rem
	}
	.vus-bottom-sm-15 {
		bottom: .8125rem
	}
	.vus-bottom-sm--15 {
		bottom: -.8125rem
	}
	.vus-left-sm-16 {
		left: .875rem
	}
	.vus-left-sm--16 {
		left: -.875rem
	}
	.vus-top-sm-16 {
		top: .875rem
	}
	.vus-top-sm--16 {
		top: -.875rem
	}
	.vus-right-sm-16 {
		right: .875rem
	}
	.vus-right-sm--16 {
		right: -.875rem
	}
	.vus-bottom-sm-16 {
		bottom: .875rem
	}
	.vus-bottom-sm--16 {
		bottom: -.875rem
	}
	.vus-left-sm-18 {
		left: .9375rem
	}
	.vus-left-sm--18 {
		left: -.9375rem
	}
	.vus-top-sm-18 {
		top: .9375rem
	}
	.vus-top-sm--18 {
		top: -.9375rem
	}
	.vus-right-sm-18 {
		right: .9375rem
	}
	.vus-right-sm--18 {
		right: -.9375rem
	}
	.vus-bottom-sm-18 {
		bottom: .9375rem
	}
	.vus-bottom-sm--18 {
		bottom: -.9375rem
	}
	.vus-left-sm-20 {
		left: 1rem
	}
	.vus-left-sm--20 {
		left: -1rem
	}
	.vus-top-sm-20 {
		top: 1rem
	}
	.vus-top-sm--20 {
		top: -1rem
	}
	.vus-right-sm-20 {
		right: 1rem
	}
	.vus-right-sm--20 {
		right: -1rem
	}
	.vus-bottom-sm-20 {
		bottom: 1rem
	}
	.vus-bottom-sm--20 {
		bottom: -1rem
	}
	.vus-left-sm-22 {
		left: 1.0625rem
	}
	.vus-left-sm--22 {
		left: -1.0625rem
	}
	.vus-top-sm-22 {
		top: 1.0625rem
	}
	.vus-top-sm--22 {
		top: -1.0625rem
	}
	.vus-right-sm-22 {
		right: 1.0625rem
	}
	.vus-right-sm--22 {
		right: -1.0625rem
	}
	.vus-bottom-sm-22 {
		bottom: 1.0625rem
	}
	.vus-bottom-sm--22 {
		bottom: -1.0625rem
	}
	.vus-left-sm-24 {
		left: 1.125rem
	}
	.vus-left-sm--24 {
		left: -1.125rem
	}
	.vus-top-sm-24 {
		top: 1.125rem
	}
	.vus-top-sm--24 {
		top: -1.125rem
	}
	.vus-right-sm-24 {
		right: 1.125rem
	}
	.vus-right-sm--24 {
		right: -1.125rem
	}
	.vus-bottom-sm-24 {
		bottom: 1.125rem
	}
	.vus-bottom-sm--24 {
		bottom: -1.125rem
	}
	.vus-left-sm-25 {
		left: 1.1875rem
	}
	.vus-left-sm--25 {
		left: -1.1875rem
	}
	.vus-top-sm-25 {
		top: 1.1875rem
	}
	.vus-top-sm--25 {
		top: -1.1875rem
	}
	.vus-right-sm-25 {
		right: 1.1875rem
	}
	.vus-right-sm--25 {
		right: -1.1875rem
	}
	.vus-bottom-sm-25 {
		bottom: 1.1875rem
	}
	.vus-bottom-sm--25 {
		bottom: -1.1875rem
	}
	.vus-left-sm-26 {
		left: 1.25rem
	}
	.vus-left-sm--26 {
		left: -1.25rem
	}
	.vus-top-sm-26 {
		top: 1.25rem
	}
	.vus-top-sm--26 {
		top: -1.25rem
	}
	.vus-right-sm-26 {
		right: 1.25rem
	}
	.vus-right-sm--26 {
		right: -1.25rem
	}
	.vus-bottom-sm-26 {
		bottom: 1.25rem
	}
	.vus-bottom-sm--26 {
		bottom: -1.25rem
	}
	.vus-left-sm-28 {
		left: 1.3125rem
	}
	.vus-left-sm--28 {
		left: -1.3125rem
	}
	.vus-top-sm-28 {
		top: 1.3125rem
	}
	.vus-top-sm--28 {
		top: -1.3125rem
	}
	.vus-right-sm-28 {
		right: 1.3125rem
	}
	.vus-right-sm--28 {
		right: -1.3125rem
	}
	.vus-bottom-sm-28 {
		bottom: 1.3125rem
	}
	.vus-bottom-sm--28 {
		bottom: -1.3125rem
	}
	.vus-left-sm-30 {
		left: 1.375rem
	}
	.vus-left-sm--30 {
		left: -1.375rem
	}
	.vus-top-sm-30 {
		top: 1.375rem
	}
	.vus-top-sm--30 {
		top: -1.375rem
	}
	.vus-right-sm-30 {
		right: 1.375rem
	}
	.vus-right-sm--30 {
		right: -1.375rem
	}
	.vus-bottom-sm-30 {
		bottom: 1.375rem
	}
	.vus-bottom-sm--30 {
		bottom: -1.375rem
	}
	.vus-left-sm-32 {
		left: 1.4375rem
	}
	.vus-left-sm--32 {
		left: -1.4375rem
	}
	.vus-top-sm-32 {
		top: 1.4375rem
	}
	.vus-top-sm--32 {
		top: -1.4375rem
	}
	.vus-right-sm-32 {
		right: 1.4375rem
	}
	.vus-right-sm--32 {
		right: -1.4375rem
	}
	.vus-bottom-sm-32 {
		bottom: 1.4375rem
	}
	.vus-bottom-sm--32 {
		bottom: -1.4375rem
	}
	.vus-left-sm-34 {
		left: 1.5rem
	}
	.vus-left-sm--34 {
		left: -1.5rem
	}
	.vus-top-sm-34 {
		top: 1.5rem
	}
	.vus-top-sm--34 {
		top: -1.5rem
	}
	.vus-right-sm-34 {
		right: 1.5rem
	}
	.vus-right-sm--34 {
		right: -1.5rem
	}
	.vus-bottom-sm-34 {
		bottom: 1.5rem
	}
	.vus-bottom-sm--34 {
		bottom: -1.5rem
	}
	.vus-left-sm-35 {
		left: 1.5625rem
	}
	.vus-left-sm--35 {
		left: -1.5625rem
	}
	.vus-top-sm-35 {
		top: 1.5625rem
	}
	.vus-top-sm--35 {
		top: -1.5625rem
	}
	.vus-right-sm-35 {
		right: 1.5625rem
	}
	.vus-right-sm--35 {
		right: -1.5625rem
	}
	.vus-bottom-sm-35 {
		bottom: 1.5625rem
	}
	.vus-bottom-sm--35 {
		bottom: -1.5625rem
	}
	.vus-left-sm-36 {
		left: 1.625rem
	}
	.vus-left-sm--36 {
		left: -1.625rem
	}
	.vus-top-sm-36 {
		top: 1.625rem
	}
	.vus-top-sm--36 {
		top: -1.625rem
	}
	.vus-right-sm-36 {
		right: 1.625rem
	}
	.vus-right-sm--36 {
		right: -1.625rem
	}
	.vus-bottom-sm-36 {
		bottom: 1.625rem
	}
	.vus-bottom-sm--36 {
		bottom: -1.625rem
	}
	.vus-left-sm-38 {
		left: 1.6875rem
	}
	.vus-left-sm--38 {
		left: -1.6875rem
	}
	.vus-top-sm-38 {
		top: 1.6875rem
	}
	.vus-top-sm--38 {
		top: -1.6875rem
	}
	.vus-right-sm-38 {
		right: 1.6875rem
	}
	.vus-right-sm--38 {
		right: -1.6875rem
	}
	.vus-bottom-sm-38 {
		bottom: 1.6875rem
	}
	.vus-bottom-sm--38 {
		bottom: -1.6875rem
	}
	.vus-left-sm-40 {
		left: 1.75rem
	}
	.vus-left-sm--40 {
		left: -1.75rem
	}
	.vus-top-sm-40 {
		top: 1.75rem
	}
	.vus-top-sm--40 {
		top: -1.75rem
	}
	.vus-right-sm-40 {
		right: 1.75rem
	}
	.vus-right-sm--40 {
		right: -1.75rem
	}
	.vus-bottom-sm-40 {
		bottom: 1.75rem
	}
	.vus-bottom-sm--40 {
		bottom: -1.75rem
	}
	.vus-left-sm-42 {
		left: 1.8125rem
	}
	.vus-left-sm--42 {
		left: -1.8125rem
	}
	.vus-top-sm-42 {
		top: 1.8125rem
	}
	.vus-top-sm--42 {
		top: -1.8125rem
	}
	.vus-right-sm-42 {
		right: 1.8125rem
	}
	.vus-right-sm--42 {
		right: -1.8125rem
	}
	.vus-bottom-sm-42 {
		bottom: 1.8125rem
	}
	.vus-bottom-sm--42 {
		bottom: -1.8125rem
	}
	.vus-left-sm-44 {
		left: 1.875rem
	}
	.vus-left-sm--44 {
		left: -1.875rem
	}
	.vus-top-sm-44 {
		top: 1.875rem
	}
	.vus-top-sm--44 {
		top: -1.875rem
	}
	.vus-right-sm-44 {
		right: 1.875rem
	}
	.vus-right-sm--44 {
		right: -1.875rem
	}
	.vus-bottom-sm-44 {
		bottom: 1.875rem
	}
	.vus-bottom-sm--44 {
		bottom: -1.875rem
	}
	.vus-left-sm-45 {
		left: 1.9375rem
	}
	.vus-left-sm--45 {
		left: -1.9375rem
	}
	.vus-top-sm-45 {
		top: 1.9375rem
	}
	.vus-top-sm--45 {
		top: -1.9375rem
	}
	.vus-right-sm-45 {
		right: 1.9375rem
	}
	.vus-right-sm--45 {
		right: -1.9375rem
	}
	.vus-bottom-sm-45 {
		bottom: 1.9375rem
	}
	.vus-bottom-sm--45 {
		bottom: -1.9375rem
	}
	.vus-left-sm-46 {
		left: 2rem
	}
	.vus-left-sm--46 {
		left: -2rem
	}
	.vus-top-sm-46 {
		top: 2rem
	}
	.vus-top-sm--46 {
		top: -2rem
	}
	.vus-right-sm-46 {
		right: 2rem
	}
	.vus-right-sm--46 {
		right: -2rem
	}
	.vus-bottom-sm-46 {
		bottom: 2rem
	}
	.vus-bottom-sm--46 {
		bottom: -2rem
	}
	.vus-left-sm-48 {
		left: 2.0625rem
	}
	.vus-left-sm--48 {
		left: -2.0625rem
	}
	.vus-top-sm-48 {
		top: 2.0625rem
	}
	.vus-top-sm--48 {
		top: -2.0625rem
	}
	.vus-right-sm-48 {
		right: 2.0625rem
	}
	.vus-right-sm--48 {
		right: -2.0625rem
	}
	.vus-bottom-sm-48 {
		bottom: 2.0625rem
	}
	.vus-bottom-sm--48 {
		bottom: -2.0625rem
	}
	.vus-left-sm-50 {
		left: 2.125rem
	}
	.vus-left-sm--50 {
		left: -2.125rem
	}
	.vus-top-sm-50 {
		top: 2.125rem
	}
	.vus-top-sm--50 {
		top: -2.125rem
	}
	.vus-right-sm-50 {
		right: 2.125rem
	}
	.vus-right-sm--50 {
		right: -2.125rem
	}
	.vus-bottom-sm-50 {
		bottom: 2.125rem
	}
	.vus-bottom-sm--50 {
		bottom: -2.125rem
	}
	.vus-left-sm-52 {
		left: 2.1875rem
	}
	.vus-left-sm--52 {
		left: -2.1875rem
	}
	.vus-top-sm-52 {
		top: 2.1875rem
	}
	.vus-top-sm--52 {
		top: -2.1875rem
	}
	.vus-right-sm-52 {
		right: 2.1875rem
	}
	.vus-right-sm--52 {
		right: -2.1875rem
	}
	.vus-bottom-sm-52 {
		bottom: 2.1875rem
	}
	.vus-bottom-sm--52 {
		bottom: -2.1875rem
	}
	.vus-left-sm-54 {
		left: 2.25rem
	}
	.vus-left-sm--54 {
		left: -2.25rem
	}
	.vus-top-sm-54 {
		top: 2.25rem
	}
	.vus-top-sm--54 {
		top: -2.25rem
	}
	.vus-right-sm-54 {
		right: 2.25rem
	}
	.vus-right-sm--54 {
		right: -2.25rem
	}
	.vus-bottom-sm-54 {
		bottom: 2.25rem
	}
	.vus-bottom-sm--54 {
		bottom: -2.25rem
	}
	.vus-left-sm-55 {
		left: 2.3125rem
	}
	.vus-left-sm--55 {
		left: -2.3125rem
	}
	.vus-top-sm-55 {
		top: 2.3125rem
	}
	.vus-top-sm--55 {
		top: -2.3125rem
	}
	.vus-right-sm-55 {
		right: 2.3125rem
	}
	.vus-right-sm--55 {
		right: -2.3125rem
	}
	.vus-bottom-sm-55 {
		bottom: 2.3125rem
	}
	.vus-bottom-sm--55 {
		bottom: -2.3125rem
	}
	.vus-left-sm-56 {
		left: 2.375rem
	}
	.vus-left-sm--56 {
		left: -2.375rem
	}
	.vus-top-sm-56 {
		top: 2.375rem
	}
	.vus-top-sm--56 {
		top: -2.375rem
	}
	.vus-right-sm-56 {
		right: 2.375rem
	}
	.vus-right-sm--56 {
		right: -2.375rem
	}
	.vus-bottom-sm-56 {
		bottom: 2.375rem
	}
	.vus-bottom-sm--56 {
		bottom: -2.375rem
	}
	.vus-left-sm-58 {
		left: 2.4375rem
	}
	.vus-left-sm--58 {
		left: -2.4375rem
	}
	.vus-top-sm-58 {
		top: 2.4375rem
	}
	.vus-top-sm--58 {
		top: -2.4375rem
	}
	.vus-right-sm-58 {
		right: 2.4375rem
	}
	.vus-right-sm--58 {
		right: -2.4375rem
	}
	.vus-bottom-sm-58 {
		bottom: 2.4375rem
	}
	.vus-bottom-sm--58 {
		bottom: -2.4375rem
	}
	.vus-left-sm-60 {
		left: 2.5rem
	}
	.vus-left-sm--60 {
		left: -2.5rem
	}
	.vus-top-sm-60 {
		top: 2.5rem
	}
	.vus-top-sm--60 {
		top: -2.5rem
	}
	.vus-right-sm-60 {
		right: 2.5rem
	}
	.vus-right-sm--60 {
		right: -2.5rem
	}
	.vus-bottom-sm-60 {
		bottom: 2.5rem
	}
	.vus-bottom-sm--60 {
		bottom: -2.5rem
	}
	.vus-left-sm-62 {
		left: 2.5625rem
	}
	.vus-left-sm--62 {
		left: -2.5625rem
	}
	.vus-top-sm-62 {
		top: 2.5625rem
	}
	.vus-top-sm--62 {
		top: -2.5625rem
	}
	.vus-right-sm-62 {
		right: 2.5625rem
	}
	.vus-right-sm--62 {
		right: -2.5625rem
	}
	.vus-bottom-sm-62 {
		bottom: 2.5625rem
	}
	.vus-bottom-sm--62 {
		bottom: -2.5625rem
	}
	.vus-left-sm-64 {
		left: 2.625rem
	}
	.vus-left-sm--64 {
		left: -2.625rem
	}
	.vus-top-sm-64 {
		top: 2.625rem
	}
	.vus-top-sm--64 {
		top: -2.625rem
	}
	.vus-right-sm-64 {
		right: 2.625rem
	}
	.vus-right-sm--64 {
		right: -2.625rem
	}
	.vus-bottom-sm-64 {
		bottom: 2.625rem
	}
	.vus-bottom-sm--64 {
		bottom: -2.625rem
	}
	.vus-left-sm-65 {
		left: 2.6875rem
	}
	.vus-left-sm--65 {
		left: -2.6875rem
	}
	.vus-top-sm-65 {
		top: 2.6875rem
	}
	.vus-top-sm--65 {
		top: -2.6875rem
	}
	.vus-right-sm-65 {
		right: 2.6875rem
	}
	.vus-right-sm--65 {
		right: -2.6875rem
	}
	.vus-bottom-sm-65 {
		bottom: 2.6875rem
	}
	.vus-bottom-sm--65 {
		bottom: -2.6875rem
	}
	.vus-left-sm-66 {
		left: 2.75rem
	}
	.vus-left-sm--66 {
		left: -2.75rem
	}
	.vus-top-sm-66 {
		top: 2.75rem
	}
	.vus-top-sm--66 {
		top: -2.75rem
	}
	.vus-right-sm-66 {
		right: 2.75rem
	}
	.vus-right-sm--66 {
		right: -2.75rem
	}
	.vus-bottom-sm-66 {
		bottom: 2.75rem
	}
	.vus-bottom-sm--66 {
		bottom: -2.75rem
	}
	.vus-left-sm-68 {
		left: 2.8125rem
	}
	.vus-left-sm--68 {
		left: -2.8125rem
	}
	.vus-top-sm-68 {
		top: 2.8125rem
	}
	.vus-top-sm--68 {
		top: -2.8125rem
	}
	.vus-right-sm-68 {
		right: 2.8125rem
	}
	.vus-right-sm--68 {
		right: -2.8125rem
	}
	.vus-bottom-sm-68 {
		bottom: 2.8125rem
	}
	.vus-bottom-sm--68 {
		bottom: -2.8125rem
	}
	.vus-left-sm-70 {
		left: 2.875rem
	}
	.vus-left-sm--70 {
		left: -2.875rem
	}
	.vus-top-sm-70 {
		top: 2.875rem
	}
	.vus-top-sm--70 {
		top: -2.875rem
	}
	.vus-right-sm-70 {
		right: 2.875rem
	}
	.vus-right-sm--70 {
		right: -2.875rem
	}
	.vus-bottom-sm-70 {
		bottom: 2.875rem
	}
	.vus-bottom-sm--70 {
		bottom: -2.875rem
	}
	.vus-left-sm-72 {
		left: 2.9375rem
	}
	.vus-left-sm--72 {
		left: -2.9375rem
	}
	.vus-top-sm-72 {
		top: 2.9375rem
	}
	.vus-top-sm--72 {
		top: -2.9375rem
	}
	.vus-right-sm-72 {
		right: 2.9375rem
	}
	.vus-right-sm--72 {
		right: -2.9375rem
	}
	.vus-bottom-sm-72 {
		bottom: 2.9375rem
	}
	.vus-bottom-sm--72 {
		bottom: -2.9375rem
	}
	.vus-left-sm-74 {
		left: 3rem
	}
	.vus-left-sm--74 {
		left: -3rem
	}
	.vus-top-sm-74 {
		top: 3rem
	}
	.vus-top-sm--74 {
		top: -3rem
	}
	.vus-right-sm-74 {
		right: 3rem
	}
	.vus-right-sm--74 {
		right: -3rem
	}
	.vus-bottom-sm-74 {
		bottom: 3rem
	}
	.vus-bottom-sm--74 {
		bottom: -3rem
	}
	.vus-left-sm-75 {
		left: 3.0625rem
	}
	.vus-left-sm--75 {
		left: -3.0625rem
	}
	.vus-top-sm-75 {
		top: 3.0625rem
	}
	.vus-top-sm--75 {
		top: -3.0625rem
	}
	.vus-right-sm-75 {
		right: 3.0625rem
	}
	.vus-right-sm--75 {
		right: -3.0625rem
	}
	.vus-bottom-sm-75 {
		bottom: 3.0625rem
	}
	.vus-bottom-sm--75 {
		bottom: -3.0625rem
	}
	.vus-left-sm-76 {
		left: 3.125rem
	}
	.vus-left-sm--76 {
		left: -3.125rem
	}
	.vus-top-sm-76 {
		top: 3.125rem
	}
	.vus-top-sm--76 {
		top: -3.125rem
	}
	.vus-right-sm-76 {
		right: 3.125rem
	}
	.vus-right-sm--76 {
		right: -3.125rem
	}
	.vus-bottom-sm-76 {
		bottom: 3.125rem
	}
	.vus-bottom-sm--76 {
		bottom: -3.125rem
	}
	.vus-left-sm-78 {
		left: 3.1875rem
	}
	.vus-left-sm--78 {
		left: -3.1875rem
	}
	.vus-top-sm-78 {
		top: 3.1875rem
	}
	.vus-top-sm--78 {
		top: -3.1875rem
	}
	.vus-right-sm-78 {
		right: 3.1875rem
	}
	.vus-right-sm--78 {
		right: -3.1875rem
	}
	.vus-bottom-sm-78 {
		bottom: 3.1875rem
	}
	.vus-bottom-sm--78 {
		bottom: -3.1875rem
	}
	.vus-left-sm-80 {
		left: 3.25rem
	}
	.vus-left-sm--80 {
		left: -3.25rem
	}
	.vus-top-sm-80 {
		top: 3.25rem
	}
	.vus-top-sm--80 {
		top: -3.25rem
	}
	.vus-right-sm-80 {
		right: 3.25rem
	}
	.vus-right-sm--80 {
		right: -3.25rem
	}
	.vus-bottom-sm-80 {
		bottom: 3.25rem
	}
	.vus-bottom-sm--80 {
		bottom: -3.25rem
	}
	.vus-left-sm-82 {
		left: 3.3125rem
	}
	.vus-left-sm--82 {
		left: -3.3125rem
	}
	.vus-top-sm-82 {
		top: 3.3125rem
	}
	.vus-top-sm--82 {
		top: -3.3125rem
	}
	.vus-right-sm-82 {
		right: 3.3125rem
	}
	.vus-right-sm--82 {
		right: -3.3125rem
	}
	.vus-bottom-sm-82 {
		bottom: 3.3125rem
	}
	.vus-bottom-sm--82 {
		bottom: -3.3125rem
	}
	.vus-left-sm-84 {
		left: 3.375rem
	}
	.vus-left-sm--84 {
		left: -3.375rem
	}
	.vus-top-sm-84 {
		top: 3.375rem
	}
	.vus-top-sm--84 {
		top: -3.375rem
	}
	.vus-right-sm-84 {
		right: 3.375rem
	}
	.vus-right-sm--84 {
		right: -3.375rem
	}
	.vus-bottom-sm-84 {
		bottom: 3.375rem
	}
	.vus-bottom-sm--84 {
		bottom: -3.375rem
	}
	.vus-left-sm-85 {
		left: 3.4375rem
	}
	.vus-left-sm--85 {
		left: -3.4375rem
	}
	.vus-top-sm-85 {
		top: 3.4375rem
	}
	.vus-top-sm--85 {
		top: -3.4375rem
	}
	.vus-right-sm-85 {
		right: 3.4375rem
	}
	.vus-right-sm--85 {
		right: -3.4375rem
	}
	.vus-bottom-sm-85 {
		bottom: 3.4375rem
	}
	.vus-bottom-sm--85 {
		bottom: -3.4375rem
	}
	.vus-left-sm-86 {
		left: 3.5rem
	}
	.vus-left-sm--86 {
		left: -3.5rem
	}
	.vus-top-sm-86 {
		top: 3.5rem
	}
	.vus-top-sm--86 {
		top: -3.5rem
	}
	.vus-right-sm-86 {
		right: 3.5rem
	}
	.vus-right-sm--86 {
		right: -3.5rem
	}
	.vus-bottom-sm-86 {
		bottom: 3.5rem
	}
	.vus-bottom-sm--86 {
		bottom: -3.5rem
	}
	.vus-left-sm-88 {
		left: 3.5625rem
	}
	.vus-left-sm--88 {
		left: -3.5625rem
	}
	.vus-top-sm-88 {
		top: 3.5625rem
	}
	.vus-top-sm--88 {
		top: -3.5625rem
	}
	.vus-right-sm-88 {
		right: 3.5625rem
	}
	.vus-right-sm--88 {
		right: -3.5625rem
	}
	.vus-bottom-sm-88 {
		bottom: 3.5625rem
	}
	.vus-bottom-sm--88 {
		bottom: -3.5625rem
	}
	.vus-left-sm-90 {
		left: 3.625rem
	}
	.vus-left-sm--90 {
		left: -3.625rem
	}
	.vus-top-sm-90 {
		top: 3.625rem
	}
	.vus-top-sm--90 {
		top: -3.625rem
	}
	.vus-right-sm-90 {
		right: 3.625rem
	}
	.vus-right-sm--90 {
		right: -3.625rem
	}
	.vus-bottom-sm-90 {
		bottom: 3.625rem
	}
	.vus-bottom-sm--90 {
		bottom: -3.625rem
	}
	.vus-left-sm-92 {
		left: 3.6875rem
	}
	.vus-left-sm--92 {
		left: -3.6875rem
	}
	.vus-top-sm-92 {
		top: 3.6875rem
	}
	.vus-top-sm--92 {
		top: -3.6875rem
	}
	.vus-right-sm-92 {
		right: 3.6875rem
	}
	.vus-right-sm--92 {
		right: -3.6875rem
	}
	.vus-bottom-sm-92 {
		bottom: 3.6875rem
	}
	.vus-bottom-sm--92 {
		bottom: -3.6875rem
	}
	.vus-left-sm-94 {
		left: 3.75rem
	}
	.vus-left-sm--94 {
		left: -3.75rem
	}
	.vus-top-sm-94 {
		top: 3.75rem
	}
	.vus-top-sm--94 {
		top: -3.75rem
	}
	.vus-right-sm-94 {
		right: 3.75rem
	}
	.vus-right-sm--94 {
		right: -3.75rem
	}
	.vus-bottom-sm-94 {
		bottom: 3.75rem
	}
	.vus-bottom-sm--94 {
		bottom: -3.75rem
	}
	.vus-left-sm-95 {
		left: 3.8125rem
	}
	.vus-left-sm--95 {
		left: -3.8125rem
	}
	.vus-top-sm-95 {
		top: 3.8125rem
	}
	.vus-top-sm--95 {
		top: -3.8125rem
	}
	.vus-right-sm-95 {
		right: 3.8125rem
	}
	.vus-right-sm--95 {
		right: -3.8125rem
	}
	.vus-bottom-sm-95 {
		bottom: 3.8125rem
	}
	.vus-bottom-sm--95 {
		bottom: -3.8125rem
	}
	.vus-left-sm-96 {
		left: 3.875rem
	}
	.vus-left-sm--96 {
		left: -3.875rem
	}
	.vus-top-sm-96 {
		top: 3.875rem
	}
	.vus-top-sm--96 {
		top: -3.875rem
	}
	.vus-right-sm-96 {
		right: 3.875rem
	}
	.vus-right-sm--96 {
		right: -3.875rem
	}
	.vus-bottom-sm-96 {
		bottom: 3.875rem
	}
	.vus-bottom-sm--96 {
		bottom: -3.875rem
	}
	.vus-left-sm-98 {
		left: 3.9375rem
	}
	.vus-left-sm--98 {
		left: -3.9375rem
	}
	.vus-top-sm-98 {
		top: 3.9375rem
	}
	.vus-top-sm--98 {
		top: -3.9375rem
	}
	.vus-right-sm-98 {
		right: 3.9375rem
	}
	.vus-right-sm--98 {
		right: -3.9375rem
	}
	.vus-bottom-sm-98 {
		bottom: 3.9375rem
	}
	.vus-bottom-sm--98 {
		bottom: -3.9375rem
	}
	.vus-left-sm-100 {
		left: 4rem
	}
	.vus-left-sm--100 {
		left: -4rem
	}
	.vus-top-sm-100 {
		top: 4rem
	}
	.vus-top-sm--100 {
		top: -4rem
	}
	.vus-right-sm-100 {
		right: 4rem
	}
	.vus-right-sm--100 {
		right: -4rem
	}
	.vus-bottom-sm-100 {
		bottom: 4rem
	}
	.vus-bottom-sm--100 {
		bottom: -4rem
	}
	.vus-left-sm-110 {
		left: 4.0625rem
	}
	.vus-left-sm--110 {
		left: -4.0625rem
	}
	.vus-top-sm-110 {
		top: 4.0625rem
	}
	.vus-top-sm--110 {
		top: -4.0625rem
	}
	.vus-right-sm-110 {
		right: 4.0625rem
	}
	.vus-right-sm--110 {
		right: -4.0625rem
	}
	.vus-bottom-sm-110 {
		bottom: 4.0625rem
	}
	.vus-bottom-sm--110 {
		bottom: -4.0625rem
	}
	.vus-left-sm-120 {
		left: 4.125rem
	}
	.vus-left-sm--120 {
		left: -4.125rem
	}
	.vus-top-sm-120 {
		top: 4.125rem
	}
	.vus-top-sm--120 {
		top: -4.125rem
	}
	.vus-right-sm-120 {
		right: 4.125rem
	}
	.vus-right-sm--120 {
		right: -4.125rem
	}
	.vus-bottom-sm-120 {
		bottom: 4.125rem
	}
	.vus-bottom-sm--120 {
		bottom: -4.125rem
	}
	.vus-left-sm-130 {
		left: 4.1875rem
	}
	.vus-left-sm--130 {
		left: -4.1875rem
	}
	.vus-top-sm-130 {
		top: 4.1875rem
	}
	.vus-top-sm--130 {
		top: -4.1875rem
	}
	.vus-right-sm-130 {
		right: 4.1875rem
	}
	.vus-right-sm--130 {
		right: -4.1875rem
	}
	.vus-bottom-sm-130 {
		bottom: 4.1875rem
	}
	.vus-bottom-sm--130 {
		bottom: -4.1875rem
	}
	.vus-left-sm-140 {
		left: 4.25rem
	}
	.vus-left-sm--140 {
		left: -4.25rem
	}
	.vus-top-sm-140 {
		top: 4.25rem
	}
	.vus-top-sm--140 {
		top: -4.25rem
	}
	.vus-right-sm-140 {
		right: 4.25rem
	}
	.vus-right-sm--140 {
		right: -4.25rem
	}
	.vus-bottom-sm-140 {
		bottom: 4.25rem
	}
	.vus-bottom-sm--140 {
		bottom: -4.25rem
	}
	.vus-left-sm-150 {
		left: 4.3125rem
	}
	.vus-left-sm--150 {
		left: -4.3125rem
	}
	.vus-top-sm-150 {
		top: 4.3125rem
	}
	.vus-top-sm--150 {
		top: -4.3125rem
	}
	.vus-right-sm-150 {
		right: 4.3125rem
	}
	.vus-right-sm--150 {
		right: -4.3125rem
	}
	.vus-bottom-sm-150 {
		bottom: 4.3125rem
	}
	.vus-bottom-sm--150 {
		bottom: -4.3125rem
	}
	.vus-left-sm-160 {
		left: 4.375rem
	}
	.vus-left-sm--160 {
		left: -4.375rem
	}
	.vus-top-sm-160 {
		top: 4.375rem
	}
	.vus-top-sm--160 {
		top: -4.375rem
	}
	.vus-right-sm-160 {
		right: 4.375rem
	}
	.vus-right-sm--160 {
		right: -4.375rem
	}
	.vus-bottom-sm-160 {
		bottom: 4.375rem
	}
	.vus-bottom-sm--160 {
		bottom: -4.375rem
	}
	.vus-left-sm-170 {
		left: 4.4375rem
	}
	.vus-left-sm--170 {
		left: -4.4375rem
	}
	.vus-top-sm-170 {
		top: 4.4375rem
	}
	.vus-top-sm--170 {
		top: -4.4375rem
	}
	.vus-right-sm-170 {
		right: 4.4375rem
	}
	.vus-right-sm--170 {
		right: -4.4375rem
	}
	.vus-bottom-sm-170 {
		bottom: 4.4375rem
	}
	.vus-bottom-sm--170 {
		bottom: -4.4375rem
	}
	.vus-left-sm-180 {
		left: 4.5rem
	}
	.vus-left-sm--180 {
		left: -4.5rem
	}
	.vus-top-sm-180 {
		top: 4.5rem
	}
	.vus-top-sm--180 {
		top: -4.5rem
	}
	.vus-right-sm-180 {
		right: 4.5rem
	}
	.vus-right-sm--180 {
		right: -4.5rem
	}
	.vus-bottom-sm-180 {
		bottom: 4.5rem
	}
	.vus-bottom-sm--180 {
		bottom: -4.5rem
	}
	.vus-left-sm-190 {
		left: 4.5625rem
	}
	.vus-left-sm--190 {
		left: -4.5625rem
	}
	.vus-top-sm-190 {
		top: 4.5625rem
	}
	.vus-top-sm--190 {
		top: -4.5625rem
	}
	.vus-right-sm-190 {
		right: 4.5625rem
	}
	.vus-right-sm--190 {
		right: -4.5625rem
	}
	.vus-bottom-sm-190 {
		bottom: 4.5625rem
	}
	.vus-bottom-sm--190 {
		bottom: -4.5625rem
	}
	.vus-left-sm-200 {
		left: 4.625rem
	}
	.vus-left-sm--200 {
		left: -4.625rem
	}
	.vus-top-sm-200 {
		top: 4.625rem
	}
	.vus-top-sm--200 {
		top: -4.625rem
	}
	.vus-right-sm-200 {
		right: 4.625rem
	}
	.vus-right-sm--200 {
		right: -4.625rem
	}
	.vus-bottom-sm-200 {
		bottom: 4.625rem
	}
	.vus-bottom-sm--200 {
		bottom: -4.625rem
	}
	.vus-left-sm-250 {
		left: 4.6875rem
	}
	.vus-left-sm--250 {
		left: -4.6875rem
	}
	.vus-top-sm-250 {
		top: 4.6875rem
	}
	.vus-top-sm--250 {
		top: -4.6875rem
	}
	.vus-right-sm-250 {
		right: 4.6875rem
	}
	.vus-right-sm--250 {
		right: -4.6875rem
	}
	.vus-bottom-sm-250 {
		bottom: 4.6875rem
	}
	.vus-bottom-sm--250 {
		bottom: -4.6875rem
	}
	.vus-left-sm-300 {
		left: 4.75rem
	}
	.vus-left-sm--300 {
		left: -4.75rem
	}
	.vus-top-sm-300 {
		top: 4.75rem
	}
	.vus-top-sm--300 {
		top: -4.75rem
	}
	.vus-right-sm-300 {
		right: 4.75rem
	}
	.vus-right-sm--300 {
		right: -4.75rem
	}
	.vus-bottom-sm-300 {
		bottom: 4.75rem
	}
	.vus-bottom-sm--300 {
		bottom: -4.75rem
	}
	.vus-left-sm-350 {
		left: 4.8125rem
	}
	.vus-left-sm--350 {
		left: -4.8125rem
	}
	.vus-top-sm-350 {
		top: 4.8125rem
	}
	.vus-top-sm--350 {
		top: -4.8125rem
	}
	.vus-right-sm-350 {
		right: 4.8125rem
	}
	.vus-right-sm--350 {
		right: -4.8125rem
	}
	.vus-bottom-sm-350 {
		bottom: 4.8125rem
	}
	.vus-bottom-sm--350 {
		bottom: -4.8125rem
	}
	.vus-left-sm-400 {
		left: 4.875rem
	}
	.vus-left-sm--400 {
		left: -4.875rem
	}
	.vus-top-sm-400 {
		top: 4.875rem
	}
	.vus-top-sm--400 {
		top: -4.875rem
	}
	.vus-right-sm-400 {
		right: 4.875rem
	}
	.vus-right-sm--400 {
		right: -4.875rem
	}
	.vus-bottom-sm-400 {
		bottom: 4.875rem
	}
	.vus-bottom-sm--400 {
		bottom: -4.875rem
	}
	.vus-left-sm-450 {
		left: 4.9375rem
	}
	.vus-left-sm--450 {
		left: -4.9375rem
	}
	.vus-top-sm-450 {
		top: 4.9375rem
	}
	.vus-top-sm--450 {
		top: -4.9375rem
	}
	.vus-right-sm-450 {
		right: 4.9375rem
	}
	.vus-right-sm--450 {
		right: -4.9375rem
	}
	.vus-bottom-sm-450 {
		bottom: 4.9375rem
	}
	.vus-bottom-sm--450 {
		bottom: -4.9375rem
	}
	.vus-left-sm-500 {
		left: 5rem
	}
	.vus-left-sm--500 {
		left: -5rem
	}
	.vus-top-sm-500 {
		top: 5rem
	}
	.vus-top-sm--500 {
		top: -5rem
	}
	.vus-right-sm-500 {
		right: 5rem
	}
	.vus-right-sm--500 {
		right: -5rem
	}
	.vus-bottom-sm-500 {
		bottom: 5rem
	}
	.vus-bottom-sm--500 {
		bottom: -5rem
	}
	.vus-left-sm-550 {
		left: 5.0625rem
	}
	.vus-left-sm--550 {
		left: -5.0625rem
	}
	.vus-top-sm-550 {
		top: 5.0625rem
	}
	.vus-top-sm--550 {
		top: -5.0625rem
	}
	.vus-right-sm-550 {
		right: 5.0625rem
	}
	.vus-right-sm--550 {
		right: -5.0625rem
	}
	.vus-bottom-sm-550 {
		bottom: 5.0625rem
	}
	.vus-bottom-sm--550 {
		bottom: -5.0625rem
	}
	.vus-left-sm-600 {
		left: 5.125rem
	}
	.vus-left-sm--600 {
		left: -5.125rem
	}
	.vus-top-sm-600 {
		top: 5.125rem
	}
	.vus-top-sm--600 {
		top: -5.125rem
	}
	.vus-right-sm-600 {
		right: 5.125rem
	}
	.vus-right-sm--600 {
		right: -5.125rem
	}
	.vus-bottom-sm-600 {
		bottom: 5.125rem
	}
	.vus-bottom-sm--600 {
		bottom: -5.125rem
	}
	.vus-left-sm-650 {
		left: 5.1875rem
	}
	.vus-left-sm--650 {
		left: -5.1875rem
	}
	.vus-top-sm-650 {
		top: 5.1875rem
	}
	.vus-top-sm--650 {
		top: -5.1875rem
	}
	.vus-right-sm-650 {
		right: 5.1875rem
	}
	.vus-right-sm--650 {
		right: -5.1875rem
	}
	.vus-bottom-sm-650 {
		bottom: 5.1875rem
	}
	.vus-bottom-sm--650 {
		bottom: -5.1875rem
	}
	.vus-left-sm-700 {
		left: 5.25rem
	}
	.vus-left-sm--700 {
		left: -5.25rem
	}
	.vus-top-sm-700 {
		top: 5.25rem
	}
	.vus-top-sm--700 {
		top: -5.25rem
	}
	.vus-right-sm-700 {
		right: 5.25rem
	}
	.vus-right-sm--700 {
		right: -5.25rem
	}
	.vus-bottom-sm-700 {
		bottom: 5.25rem
	}
	.vus-bottom-sm--700 {
		bottom: -5.25rem
	}
	.vus-left-sm-750 {
		left: 5.3125rem
	}
	.vus-left-sm--750 {
		left: -5.3125rem
	}
	.vus-top-sm-750 {
		top: 5.3125rem
	}
	.vus-top-sm--750 {
		top: -5.3125rem
	}
	.vus-right-sm-750 {
		right: 5.3125rem
	}
	.vus-right-sm--750 {
		right: -5.3125rem
	}
	.vus-bottom-sm-750 {
		bottom: 5.3125rem
	}
	.vus-bottom-sm--750 {
		bottom: -5.3125rem
	}
	.vus-left-sm-0 {
		left: 0
	}
	.vus-top-sm-0 {
		top: 0
	}
	.vus-right-sm-0 {
		right: 0
	}
	.vus-bottom-sm-0 {
		bottom: 0
	}
	.vus-index-sm--1 {
		z-index: -1
	}
	.vus-index-sm-0 {
		z-index: 0
	}
	.vus-index-sm-1 {
		z-index: 1
	}
	.vus-index-sm-2 {
		z-index: 2
	}
	.vus-index-sm-3 {
		z-index: 3
	}
	.vus-index-sm-4 {
		z-index: 4
	}
	.vus-index-sm-5 {
		z-index: 5
	}
	.vus-index-sm-6 {
		z-index: 6
	}
	.vus-index-sm-7 {
		z-index: 7
	}
	.vus-index-sm-8 {
		z-index: 8
	}
	.vus-index-sm-9 {
		z-index: 9
	}
	.vus-index-sm-10 {
		z-index: 10
	}
	.vus-index-sm-100 {
		z-index: 100
	}
	.vus-index-sm-101 {
		z-index: 101
	}
	.vus-index-sm-102 {
		z-index: 102
	}
	.vus-index-sm-103 {
		z-index: 103
	}
	.vus-index-sm-104 {
		z-index: 104
	}
	.vus-index-sm-105 {
		z-index: 105
	}
	.vus-index-sm-106 {
		z-index: 106
	}
	.vus-index-sm-107 {
		z-index: 107
	}
	.vus-index-sm-108 {
		z-index: 108
	}
	.vus-index-sm-109 {
		z-index: 109
	}
	.vus-index-sm-1000 {
		z-index: 1000
	}
	.vus-index-sm-1001 {
		z-index: 1001
	}
	.vus-index-sm-1002 {
		z-index: 1002
	}
	.vus-index-sm-1003 {
		z-index: 1003
	}
	.vus-index-sm-1004 {
		z-index: 1004
	}
	.vus-index-sm-1005 {
		z-index: 1005
	}
	.vus-index-sm-1006 {
		z-index: 1006
	}
	.vus-index-sm-1007 {
		z-index: 1007
	}
	.vus-index-sm-1008 {
		z-index: 1008
	}
	.vus-index-sm-1009 {
		z-index: 1009
	}
	.vus-index-sm-99999 {
		z-index: 99999
	}
}

@media (min-width: 1024px) {
	.vus-left-md-1 {
		left: .0625rem
	}
	.vus-left-md--1 {
		left: -.0625rem
	}
	.vus-top-md-1 {
		top: .0625rem
	}
	.vus-top-md--1 {
		top: -.0625rem
	}
	.vus-right-md-1 {
		right: .0625rem
	}
	.vus-right-md--1 {
		right: -.0625rem
	}
	.vus-bottom-md-1 {
		bottom: .0625rem
	}
	.vus-bottom-md--1 {
		bottom: -.0625rem
	}
	.vus-left-md-2 {
		left: .125rem
	}
	.vus-left-md--2 {
		left: -.125rem
	}
	.vus-top-md-2 {
		top: .125rem
	}
	.vus-top-md--2 {
		top: -.125rem
	}
	.vus-right-md-2 {
		right: .125rem
	}
	.vus-right-md--2 {
		right: -.125rem
	}
	.vus-bottom-md-2 {
		bottom: .125rem
	}
	.vus-bottom-md--2 {
		bottom: -.125rem
	}
	.vus-left-md-3 {
		left: .1875rem
	}
	.vus-left-md--3 {
		left: -.1875rem
	}
	.vus-top-md-3 {
		top: .1875rem
	}
	.vus-top-md--3 {
		top: -.1875rem
	}
	.vus-right-md-3 {
		right: .1875rem
	}
	.vus-right-md--3 {
		right: -.1875rem
	}
	.vus-bottom-md-3 {
		bottom: .1875rem
	}
	.vus-bottom-md--3 {
		bottom: -.1875rem
	}
	.vus-left-md-4 {
		left: .25rem
	}
	.vus-left-md--4 {
		left: -.25rem
	}
	.vus-top-md-4 {
		top: .25rem
	}
	.vus-top-md--4 {
		top: -.25rem
	}
	.vus-right-md-4 {
		right: .25rem
	}
	.vus-right-md--4 {
		right: -.25rem
	}
	.vus-bottom-md-4 {
		bottom: .25rem
	}
	.vus-bottom-md--4 {
		bottom: -.25rem
	}
	.vus-left-md-5 {
		left: .3125rem
	}
	.vus-left-md--5 {
		left: -.3125rem
	}
	.vus-top-md-5 {
		top: .3125rem
	}
	.vus-top-md--5 {
		top: -.3125rem
	}
	.vus-right-md-5 {
		right: .3125rem
	}
	.vus-right-md--5 {
		right: -.3125rem
	}
	.vus-bottom-md-5 {
		bottom: .3125rem
	}
	.vus-bottom-md--5 {
		bottom: -.3125rem
	}
	.vus-left-md-6 {
		left: .375rem
	}
	.vus-left-md--6 {
		left: -.375rem
	}
	.vus-top-md-6 {
		top: .375rem
	}
	.vus-top-md--6 {
		top: -.375rem
	}
	.vus-right-md-6 {
		right: .375rem
	}
	.vus-right-md--6 {
		right: -.375rem
	}
	.vus-bottom-md-6 {
		bottom: .375rem
	}
	.vus-bottom-md--6 {
		bottom: -.375rem
	}
	.vus-left-md-7 {
		left: .4375rem
	}
	.vus-left-md--7 {
		left: -.4375rem
	}
	.vus-top-md-7 {
		top: .4375rem
	}
	.vus-top-md--7 {
		top: -.4375rem
	}
	.vus-right-md-7 {
		right: .4375rem
	}
	.vus-right-md--7 {
		right: -.4375rem
	}
	.vus-bottom-md-7 {
		bottom: .4375rem
	}
	.vus-bottom-md--7 {
		bottom: -.4375rem
	}
	.vus-left-md-8 {
		left: .5rem
	}
	.vus-left-md--8 {
		left: -.5rem
	}
	.vus-top-md-8 {
		top: .5rem
	}
	.vus-top-md--8 {
		top: -.5rem
	}
	.vus-right-md-8 {
		right: .5rem
	}
	.vus-right-md--8 {
		right: -.5rem
	}
	.vus-bottom-md-8 {
		bottom: .5rem
	}
	.vus-bottom-md--8 {
		bottom: -.5rem
	}
	.vus-left-md-9 {
		left: .5625rem
	}
	.vus-left-md--9 {
		left: -.5625rem
	}
	.vus-top-md-9 {
		top: .5625rem
	}
	.vus-top-md--9 {
		top: -.5625rem
	}
	.vus-right-md-9 {
		right: .5625rem
	}
	.vus-right-md--9 {
		right: -.5625rem
	}
	.vus-bottom-md-9 {
		bottom: .5625rem
	}
	.vus-bottom-md--9 {
		bottom: -.5625rem
	}
	.vus-left-md-10 {
		left: .625rem
	}
	.vus-left-md--10 {
		left: -.625rem
	}
	.vus-top-md-10 {
		top: .625rem
	}
	.vus-top-md--10 {
		top: -.625rem
	}
	.vus-right-md-10 {
		right: .625rem
	}
	.vus-right-md--10 {
		right: -.625rem
	}
	.vus-bottom-md-10 {
		bottom: .625rem
	}
	.vus-bottom-md--10 {
		bottom: -.625rem
	}
	.vus-left-md-12 {
		left: .6875rem
	}
	.vus-left-md--12 {
		left: -.6875rem
	}
	.vus-top-md-12 {
		top: .6875rem
	}
	.vus-top-md--12 {
		top: -.6875rem
	}
	.vus-right-md-12 {
		right: .6875rem
	}
	.vus-right-md--12 {
		right: -.6875rem
	}
	.vus-bottom-md-12 {
		bottom: .6875rem
	}
	.vus-bottom-md--12 {
		bottom: -.6875rem
	}
	.vus-left-md-14 {
		left: .75rem
	}
	.vus-left-md--14 {
		left: -.75rem
	}
	.vus-top-md-14 {
		top: .75rem
	}
	.vus-top-md--14 {
		top: -.75rem
	}
	.vus-right-md-14 {
		right: .75rem
	}
	.vus-right-md--14 {
		right: -.75rem
	}
	.vus-bottom-md-14 {
		bottom: .75rem
	}
	.vus-bottom-md--14 {
		bottom: -.75rem
	}
	.vus-left-md-15 {
		left: .8125rem
	}
	.vus-left-md--15 {
		left: -.8125rem
	}
	.vus-top-md-15 {
		top: .8125rem
	}
	.vus-top-md--15 {
		top: -.8125rem
	}
	.vus-right-md-15 {
		right: .8125rem
	}
	.vus-right-md--15 {
		right: -.8125rem
	}
	.vus-bottom-md-15 {
		bottom: .8125rem
	}
	.vus-bottom-md--15 {
		bottom: -.8125rem
	}
	.vus-left-md-16 {
		left: .875rem
	}
	.vus-left-md--16 {
		left: -.875rem
	}
	.vus-top-md-16 {
		top: .875rem
	}
	.vus-top-md--16 {
		top: -.875rem
	}
	.vus-right-md-16 {
		right: .875rem
	}
	.vus-right-md--16 {
		right: -.875rem
	}
	.vus-bottom-md-16 {
		bottom: .875rem
	}
	.vus-bottom-md--16 {
		bottom: -.875rem
	}
	.vus-left-md-18 {
		left: .9375rem
	}
	.vus-left-md--18 {
		left: -.9375rem
	}
	.vus-top-md-18 {
		top: .9375rem
	}
	.vus-top-md--18 {
		top: -.9375rem
	}
	.vus-right-md-18 {
		right: .9375rem
	}
	.vus-right-md--18 {
		right: -.9375rem
	}
	.vus-bottom-md-18 {
		bottom: .9375rem
	}
	.vus-bottom-md--18 {
		bottom: -.9375rem
	}
	.vus-left-md-20 {
		left: 1rem
	}
	.vus-left-md--20 {
		left: -1rem
	}
	.vus-top-md-20 {
		top: 1rem
	}
	.vus-top-md--20 {
		top: -1rem
	}
	.vus-right-md-20 {
		right: 1rem
	}
	.vus-right-md--20 {
		right: -1rem
	}
	.vus-bottom-md-20 {
		bottom: 1rem
	}
	.vus-bottom-md--20 {
		bottom: -1rem
	}
	.vus-left-md-22 {
		left: 1.0625rem
	}
	.vus-left-md--22 {
		left: -1.0625rem
	}
	.vus-top-md-22 {
		top: 1.0625rem
	}
	.vus-top-md--22 {
		top: -1.0625rem
	}
	.vus-right-md-22 {
		right: 1.0625rem
	}
	.vus-right-md--22 {
		right: -1.0625rem
	}
	.vus-bottom-md-22 {
		bottom: 1.0625rem
	}
	.vus-bottom-md--22 {
		bottom: -1.0625rem
	}
	.vus-left-md-24 {
		left: 1.125rem
	}
	.vus-left-md--24 {
		left: -1.125rem
	}
	.vus-top-md-24 {
		top: 1.125rem
	}
	.vus-top-md--24 {
		top: -1.125rem
	}
	.vus-right-md-24 {
		right: 1.125rem
	}
	.vus-right-md--24 {
		right: -1.125rem
	}
	.vus-bottom-md-24 {
		bottom: 1.125rem
	}
	.vus-bottom-md--24 {
		bottom: -1.125rem
	}
	.vus-left-md-25 {
		left: 1.1875rem
	}
	.vus-left-md--25 {
		left: -1.1875rem
	}
	.vus-top-md-25 {
		top: 1.1875rem
	}
	.vus-top-md--25 {
		top: -1.1875rem
	}
	.vus-right-md-25 {
		right: 1.1875rem
	}
	.vus-right-md--25 {
		right: -1.1875rem
	}
	.vus-bottom-md-25 {
		bottom: 1.1875rem
	}
	.vus-bottom-md--25 {
		bottom: -1.1875rem
	}
	.vus-left-md-26 {
		left: 1.25rem
	}
	.vus-left-md--26 {
		left: -1.25rem
	}
	.vus-top-md-26 {
		top: 1.25rem
	}
	.vus-top-md--26 {
		top: -1.25rem
	}
	.vus-right-md-26 {
		right: 1.25rem
	}
	.vus-right-md--26 {
		right: -1.25rem
	}
	.vus-bottom-md-26 {
		bottom: 1.25rem
	}
	.vus-bottom-md--26 {
		bottom: -1.25rem
	}
	.vus-left-md-28 {
		left: 1.3125rem
	}
	.vus-left-md--28 {
		left: -1.3125rem
	}
	.vus-top-md-28 {
		top: 1.3125rem
	}
	.vus-top-md--28 {
		top: -1.3125rem
	}
	.vus-right-md-28 {
		right: 1.3125rem
	}
	.vus-right-md--28 {
		right: -1.3125rem
	}
	.vus-bottom-md-28 {
		bottom: 1.3125rem
	}
	.vus-bottom-md--28 {
		bottom: -1.3125rem
	}
	.vus-left-md-30 {
		left: 1.375rem
	}
	.vus-left-md--30 {
		left: -1.375rem
	}
	.vus-top-md-30 {
		top: 1.375rem
	}
	.vus-top-md--30 {
		top: -1.375rem
	}
	.vus-right-md-30 {
		right: 1.375rem
	}
	.vus-right-md--30 {
		right: -1.375rem
	}
	.vus-bottom-md-30 {
		bottom: 1.375rem
	}
	.vus-bottom-md--30 {
		bottom: -1.375rem
	}
	.vus-left-md-32 {
		left: 1.4375rem
	}
	.vus-left-md--32 {
		left: -1.4375rem
	}
	.vus-top-md-32 {
		top: 1.4375rem
	}
	.vus-top-md--32 {
		top: -1.4375rem
	}
	.vus-right-md-32 {
		right: 1.4375rem
	}
	.vus-right-md--32 {
		right: -1.4375rem
	}
	.vus-bottom-md-32 {
		bottom: 1.4375rem
	}
	.vus-bottom-md--32 {
		bottom: -1.4375rem
	}
	.vus-left-md-34 {
		left: 1.5rem
	}
	.vus-left-md--34 {
		left: -1.5rem
	}
	.vus-top-md-34 {
		top: 1.5rem
	}
	.vus-top-md--34 {
		top: -1.5rem
	}
	.vus-right-md-34 {
		right: 1.5rem
	}
	.vus-right-md--34 {
		right: -1.5rem
	}
	.vus-bottom-md-34 {
		bottom: 1.5rem
	}
	.vus-bottom-md--34 {
		bottom: -1.5rem
	}
	.vus-left-md-35 {
		left: 1.5625rem
	}
	.vus-left-md--35 {
		left: -1.5625rem
	}
	.vus-top-md-35 {
		top: 1.5625rem
	}
	.vus-top-md--35 {
		top: -1.5625rem
	}
	.vus-right-md-35 {
		right: 1.5625rem
	}
	.vus-right-md--35 {
		right: -1.5625rem
	}
	.vus-bottom-md-35 {
		bottom: 1.5625rem
	}
	.vus-bottom-md--35 {
		bottom: -1.5625rem
	}
	.vus-left-md-36 {
		left: 1.625rem
	}
	.vus-left-md--36 {
		left: -1.625rem
	}
	.vus-top-md-36 {
		top: 1.625rem
	}
	.vus-top-md--36 {
		top: -1.625rem
	}
	.vus-right-md-36 {
		right: 1.625rem
	}
	.vus-right-md--36 {
		right: -1.625rem
	}
	.vus-bottom-md-36 {
		bottom: 1.625rem
	}
	.vus-bottom-md--36 {
		bottom: -1.625rem
	}
	.vus-left-md-38 {
		left: 1.6875rem
	}
	.vus-left-md--38 {
		left: -1.6875rem
	}
	.vus-top-md-38 {
		top: 1.6875rem
	}
	.vus-top-md--38 {
		top: -1.6875rem
	}
	.vus-right-md-38 {
		right: 1.6875rem
	}
	.vus-right-md--38 {
		right: -1.6875rem
	}
	.vus-bottom-md-38 {
		bottom: 1.6875rem
	}
	.vus-bottom-md--38 {
		bottom: -1.6875rem
	}
	.vus-left-md-40 {
		left: 1.75rem
	}
	.vus-left-md--40 {
		left: -1.75rem
	}
	.vus-top-md-40 {
		top: 1.75rem
	}
	.vus-top-md--40 {
		top: -1.75rem
	}
	.vus-right-md-40 {
		right: 1.75rem
	}
	.vus-right-md--40 {
		right: -1.75rem
	}
	.vus-bottom-md-40 {
		bottom: 1.75rem
	}
	.vus-bottom-md--40 {
		bottom: -1.75rem
	}
	.vus-left-md-42 {
		left: 1.8125rem
	}
	.vus-left-md--42 {
		left: -1.8125rem
	}
	.vus-top-md-42 {
		top: 1.8125rem
	}
	.vus-top-md--42 {
		top: -1.8125rem
	}
	.vus-right-md-42 {
		right: 1.8125rem
	}
	.vus-right-md--42 {
		right: -1.8125rem
	}
	.vus-bottom-md-42 {
		bottom: 1.8125rem
	}
	.vus-bottom-md--42 {
		bottom: -1.8125rem
	}
	.vus-left-md-44 {
		left: 1.875rem
	}
	.vus-left-md--44 {
		left: -1.875rem
	}
	.vus-top-md-44 {
		top: 1.875rem
	}
	.vus-top-md--44 {
		top: -1.875rem
	}
	.vus-right-md-44 {
		right: 1.875rem
	}
	.vus-right-md--44 {
		right: -1.875rem
	}
	.vus-bottom-md-44 {
		bottom: 1.875rem
	}
	.vus-bottom-md--44 {
		bottom: -1.875rem
	}
	.vus-left-md-45 {
		left: 1.9375rem
	}
	.vus-left-md--45 {
		left: -1.9375rem
	}
	.vus-top-md-45 {
		top: 1.9375rem
	}
	.vus-top-md--45 {
		top: -1.9375rem
	}
	.vus-right-md-45 {
		right: 1.9375rem
	}
	.vus-right-md--45 {
		right: -1.9375rem
	}
	.vus-bottom-md-45 {
		bottom: 1.9375rem
	}
	.vus-bottom-md--45 {
		bottom: -1.9375rem
	}
	.vus-left-md-46 {
		left: 2rem
	}
	.vus-left-md--46 {
		left: -2rem
	}
	.vus-top-md-46 {
		top: 2rem
	}
	.vus-top-md--46 {
		top: -2rem
	}
	.vus-right-md-46 {
		right: 2rem
	}
	.vus-right-md--46 {
		right: -2rem
	}
	.vus-bottom-md-46 {
		bottom: 2rem
	}
	.vus-bottom-md--46 {
		bottom: -2rem
	}
	.vus-left-md-48 {
		left: 2.0625rem
	}
	.vus-left-md--48 {
		left: -2.0625rem
	}
	.vus-top-md-48 {
		top: 2.0625rem
	}
	.vus-top-md--48 {
		top: -2.0625rem
	}
	.vus-right-md-48 {
		right: 2.0625rem
	}
	.vus-right-md--48 {
		right: -2.0625rem
	}
	.vus-bottom-md-48 {
		bottom: 2.0625rem
	}
	.vus-bottom-md--48 {
		bottom: -2.0625rem
	}
	.vus-left-md-50 {
		left: 2.125rem
	}
	.vus-left-md--50 {
		left: -2.125rem
	}
	.vus-top-md-50 {
		top: 2.125rem
	}
	.vus-top-md--50 {
		top: -2.125rem
	}
	.vus-right-md-50 {
		right: 2.125rem
	}
	.vus-right-md--50 {
		right: -2.125rem
	}
	.vus-bottom-md-50 {
		bottom: 2.125rem
	}
	.vus-bottom-md--50 {
		bottom: -2.125rem
	}
	.vus-left-md-52 {
		left: 2.1875rem
	}
	.vus-left-md--52 {
		left: -2.1875rem
	}
	.vus-top-md-52 {
		top: 2.1875rem
	}
	.vus-top-md--52 {
		top: -2.1875rem
	}
	.vus-right-md-52 {
		right: 2.1875rem
	}
	.vus-right-md--52 {
		right: -2.1875rem
	}
	.vus-bottom-md-52 {
		bottom: 2.1875rem
	}
	.vus-bottom-md--52 {
		bottom: -2.1875rem
	}
	.vus-left-md-54 {
		left: 2.25rem
	}
	.vus-left-md--54 {
		left: -2.25rem
	}
	.vus-top-md-54 {
		top: 2.25rem
	}
	.vus-top-md--54 {
		top: -2.25rem
	}
	.vus-right-md-54 {
		right: 2.25rem
	}
	.vus-right-md--54 {
		right: -2.25rem
	}
	.vus-bottom-md-54 {
		bottom: 2.25rem
	}
	.vus-bottom-md--54 {
		bottom: -2.25rem
	}
	.vus-left-md-55 {
		left: 2.3125rem
	}
	.vus-left-md--55 {
		left: -2.3125rem
	}
	.vus-top-md-55 {
		top: 2.3125rem
	}
	.vus-top-md--55 {
		top: -2.3125rem
	}
	.vus-right-md-55 {
		right: 2.3125rem
	}
	.vus-right-md--55 {
		right: -2.3125rem
	}
	.vus-bottom-md-55 {
		bottom: 2.3125rem
	}
	.vus-bottom-md--55 {
		bottom: -2.3125rem
	}
	.vus-left-md-56 {
		left: 2.375rem
	}
	.vus-left-md--56 {
		left: -2.375rem
	}
	.vus-top-md-56 {
		top: 2.375rem
	}
	.vus-top-md--56 {
		top: -2.375rem
	}
	.vus-right-md-56 {
		right: 2.375rem
	}
	.vus-right-md--56 {
		right: -2.375rem
	}
	.vus-bottom-md-56 {
		bottom: 2.375rem
	}
	.vus-bottom-md--56 {
		bottom: -2.375rem
	}
	.vus-left-md-58 {
		left: 2.4375rem
	}
	.vus-left-md--58 {
		left: -2.4375rem
	}
	.vus-top-md-58 {
		top: 2.4375rem
	}
	.vus-top-md--58 {
		top: -2.4375rem
	}
	.vus-right-md-58 {
		right: 2.4375rem
	}
	.vus-right-md--58 {
		right: -2.4375rem
	}
	.vus-bottom-md-58 {
		bottom: 2.4375rem
	}
	.vus-bottom-md--58 {
		bottom: -2.4375rem
	}
	.vus-left-md-60 {
		left: 2.5rem
	}
	.vus-left-md--60 {
		left: -2.5rem
	}
	.vus-top-md-60 {
		top: 2.5rem
	}
	.vus-top-md--60 {
		top: -2.5rem
	}
	.vus-right-md-60 {
		right: 2.5rem
	}
	.vus-right-md--60 {
		right: -2.5rem
	}
	.vus-bottom-md-60 {
		bottom: 2.5rem
	}
	.vus-bottom-md--60 {
		bottom: -2.5rem
	}
	.vus-left-md-62 {
		left: 2.5625rem
	}
	.vus-left-md--62 {
		left: -2.5625rem
	}
	.vus-top-md-62 {
		top: 2.5625rem
	}
	.vus-top-md--62 {
		top: -2.5625rem
	}
	.vus-right-md-62 {
		right: 2.5625rem
	}
	.vus-right-md--62 {
		right: -2.5625rem
	}
	.vus-bottom-md-62 {
		bottom: 2.5625rem
	}
	.vus-bottom-md--62 {
		bottom: -2.5625rem
	}
	.vus-left-md-64 {
		left: 2.625rem
	}
	.vus-left-md--64 {
		left: -2.625rem
	}
	.vus-top-md-64 {
		top: 2.625rem
	}
	.vus-top-md--64 {
		top: -2.625rem
	}
	.vus-right-md-64 {
		right: 2.625rem
	}
	.vus-right-md--64 {
		right: -2.625rem
	}
	.vus-bottom-md-64 {
		bottom: 2.625rem
	}
	.vus-bottom-md--64 {
		bottom: -2.625rem
	}
	.vus-left-md-65 {
		left: 2.6875rem
	}
	.vus-left-md--65 {
		left: -2.6875rem
	}
	.vus-top-md-65 {
		top: 2.6875rem
	}
	.vus-top-md--65 {
		top: -2.6875rem
	}
	.vus-right-md-65 {
		right: 2.6875rem
	}
	.vus-right-md--65 {
		right: -2.6875rem
	}
	.vus-bottom-md-65 {
		bottom: 2.6875rem
	}
	.vus-bottom-md--65 {
		bottom: -2.6875rem
	}
	.vus-left-md-66 {
		left: 2.75rem
	}
	.vus-left-md--66 {
		left: -2.75rem
	}
	.vus-top-md-66 {
		top: 2.75rem
	}
	.vus-top-md--66 {
		top: -2.75rem
	}
	.vus-right-md-66 {
		right: 2.75rem
	}
	.vus-right-md--66 {
		right: -2.75rem
	}
	.vus-bottom-md-66 {
		bottom: 2.75rem
	}
	.vus-bottom-md--66 {
		bottom: -2.75rem
	}
	.vus-left-md-68 {
		left: 2.8125rem
	}
	.vus-left-md--68 {
		left: -2.8125rem
	}
	.vus-top-md-68 {
		top: 2.8125rem
	}
	.vus-top-md--68 {
		top: -2.8125rem
	}
	.vus-right-md-68 {
		right: 2.8125rem
	}
	.vus-right-md--68 {
		right: -2.8125rem
	}
	.vus-bottom-md-68 {
		bottom: 2.8125rem
	}
	.vus-bottom-md--68 {
		bottom: -2.8125rem
	}
	.vus-left-md-70 {
		left: 2.875rem
	}
	.vus-left-md--70 {
		left: -2.875rem
	}
	.vus-top-md-70 {
		top: 2.875rem
	}
	.vus-top-md--70 {
		top: -2.875rem
	}
	.vus-right-md-70 {
		right: 2.875rem
	}
	.vus-right-md--70 {
		right: -2.875rem
	}
	.vus-bottom-md-70 {
		bottom: 2.875rem
	}
	.vus-bottom-md--70 {
		bottom: -2.875rem
	}
	.vus-left-md-72 {
		left: 2.9375rem
	}
	.vus-left-md--72 {
		left: -2.9375rem
	}
	.vus-top-md-72 {
		top: 2.9375rem
	}
	.vus-top-md--72 {
		top: -2.9375rem
	}
	.vus-right-md-72 {
		right: 2.9375rem
	}
	.vus-right-md--72 {
		right: -2.9375rem
	}
	.vus-bottom-md-72 {
		bottom: 2.9375rem
	}
	.vus-bottom-md--72 {
		bottom: -2.9375rem
	}
	.vus-left-md-74 {
		left: 3rem
	}
	.vus-left-md--74 {
		left: -3rem
	}
	.vus-top-md-74 {
		top: 3rem
	}
	.vus-top-md--74 {
		top: -3rem
	}
	.vus-right-md-74 {
		right: 3rem
	}
	.vus-right-md--74 {
		right: -3rem
	}
	.vus-bottom-md-74 {
		bottom: 3rem
	}
	.vus-bottom-md--74 {
		bottom: -3rem
	}
	.vus-left-md-75 {
		left: 3.0625rem
	}
	.vus-left-md--75 {
		left: -3.0625rem
	}
	.vus-top-md-75 {
		top: 3.0625rem
	}
	.vus-top-md--75 {
		top: -3.0625rem
	}
	.vus-right-md-75 {
		right: 3.0625rem
	}
	.vus-right-md--75 {
		right: -3.0625rem
	}
	.vus-bottom-md-75 {
		bottom: 3.0625rem
	}
	.vus-bottom-md--75 {
		bottom: -3.0625rem
	}
	.vus-left-md-76 {
		left: 3.125rem
	}
	.vus-left-md--76 {
		left: -3.125rem
	}
	.vus-top-md-76 {
		top: 3.125rem
	}
	.vus-top-md--76 {
		top: -3.125rem
	}
	.vus-right-md-76 {
		right: 3.125rem
	}
	.vus-right-md--76 {
		right: -3.125rem
	}
	.vus-bottom-md-76 {
		bottom: 3.125rem
	}
	.vus-bottom-md--76 {
		bottom: -3.125rem
	}
	.vus-left-md-78 {
		left: 3.1875rem
	}
	.vus-left-md--78 {
		left: -3.1875rem
	}
	.vus-top-md-78 {
		top: 3.1875rem
	}
	.vus-top-md--78 {
		top: -3.1875rem
	}
	.vus-right-md-78 {
		right: 3.1875rem
	}
	.vus-right-md--78 {
		right: -3.1875rem
	}
	.vus-bottom-md-78 {
		bottom: 3.1875rem
	}
	.vus-bottom-md--78 {
		bottom: -3.1875rem
	}
	.vus-left-md-80 {
		left: 3.25rem
	}
	.vus-left-md--80 {
		left: -3.25rem
	}
	.vus-top-md-80 {
		top: 3.25rem
	}
	.vus-top-md--80 {
		top: -3.25rem
	}
	.vus-right-md-80 {
		right: 3.25rem
	}
	.vus-right-md--80 {
		right: -3.25rem
	}
	.vus-bottom-md-80 {
		bottom: 3.25rem
	}
	.vus-bottom-md--80 {
		bottom: -3.25rem
	}
	.vus-left-md-82 {
		left: 3.3125rem
	}
	.vus-left-md--82 {
		left: -3.3125rem
	}
	.vus-top-md-82 {
		top: 3.3125rem
	}
	.vus-top-md--82 {
		top: -3.3125rem
	}
	.vus-right-md-82 {
		right: 3.3125rem
	}
	.vus-right-md--82 {
		right: -3.3125rem
	}
	.vus-bottom-md-82 {
		bottom: 3.3125rem
	}
	.vus-bottom-md--82 {
		bottom: -3.3125rem
	}
	.vus-left-md-84 {
		left: 3.375rem
	}
	.vus-left-md--84 {
		left: -3.375rem
	}
	.vus-top-md-84 {
		top: 3.375rem
	}
	.vus-top-md--84 {
		top: -3.375rem
	}
	.vus-right-md-84 {
		right: 3.375rem
	}
	.vus-right-md--84 {
		right: -3.375rem
	}
	.vus-bottom-md-84 {
		bottom: 3.375rem
	}
	.vus-bottom-md--84 {
		bottom: -3.375rem
	}
	.vus-left-md-85 {
		left: 3.4375rem
	}
	.vus-left-md--85 {
		left: -3.4375rem
	}
	.vus-top-md-85 {
		top: 3.4375rem
	}
	.vus-top-md--85 {
		top: -3.4375rem
	}
	.vus-right-md-85 {
		right: 3.4375rem
	}
	.vus-right-md--85 {
		right: -3.4375rem
	}
	.vus-bottom-md-85 {
		bottom: 3.4375rem
	}
	.vus-bottom-md--85 {
		bottom: -3.4375rem
	}
	.vus-left-md-86 {
		left: 3.5rem
	}
	.vus-left-md--86 {
		left: -3.5rem
	}
	.vus-top-md-86 {
		top: 3.5rem
	}
	.vus-top-md--86 {
		top: -3.5rem
	}
	.vus-right-md-86 {
		right: 3.5rem
	}
	.vus-right-md--86 {
		right: -3.5rem
	}
	.vus-bottom-md-86 {
		bottom: 3.5rem
	}
	.vus-bottom-md--86 {
		bottom: -3.5rem
	}
	.vus-left-md-88 {
		left: 3.5625rem
	}
	.vus-left-md--88 {
		left: -3.5625rem
	}
	.vus-top-md-88 {
		top: 3.5625rem
	}
	.vus-top-md--88 {
		top: -3.5625rem
	}
	.vus-right-md-88 {
		right: 3.5625rem
	}
	.vus-right-md--88 {
		right: -3.5625rem
	}
	.vus-bottom-md-88 {
		bottom: 3.5625rem
	}
	.vus-bottom-md--88 {
		bottom: -3.5625rem
	}
	.vus-left-md-90 {
		left: 3.625rem
	}
	.vus-left-md--90 {
		left: -3.625rem
	}
	.vus-top-md-90 {
		top: 3.625rem
	}
	.vus-top-md--90 {
		top: -3.625rem
	}
	.vus-right-md-90 {
		right: 3.625rem
	}
	.vus-right-md--90 {
		right: -3.625rem
	}
	.vus-bottom-md-90 {
		bottom: 3.625rem
	}
	.vus-bottom-md--90 {
		bottom: -3.625rem
	}
	.vus-left-md-92 {
		left: 3.6875rem
	}
	.vus-left-md--92 {
		left: -3.6875rem
	}
	.vus-top-md-92 {
		top: 3.6875rem
	}
	.vus-top-md--92 {
		top: -3.6875rem
	}
	.vus-right-md-92 {
		right: 3.6875rem
	}
	.vus-right-md--92 {
		right: -3.6875rem
	}
	.vus-bottom-md-92 {
		bottom: 3.6875rem
	}
	.vus-bottom-md--92 {
		bottom: -3.6875rem
	}
	.vus-left-md-94 {
		left: 3.75rem
	}
	.vus-left-md--94 {
		left: -3.75rem
	}
	.vus-top-md-94 {
		top: 3.75rem
	}
	.vus-top-md--94 {
		top: -3.75rem
	}
	.vus-right-md-94 {
		right: 3.75rem
	}
	.vus-right-md--94 {
		right: -3.75rem
	}
	.vus-bottom-md-94 {
		bottom: 3.75rem
	}
	.vus-bottom-md--94 {
		bottom: -3.75rem
	}
	.vus-left-md-95 {
		left: 3.8125rem
	}
	.vus-left-md--95 {
		left: -3.8125rem
	}
	.vus-top-md-95 {
		top: 3.8125rem
	}
	.vus-top-md--95 {
		top: -3.8125rem
	}
	.vus-right-md-95 {
		right: 3.8125rem
	}
	.vus-right-md--95 {
		right: -3.8125rem
	}
	.vus-bottom-md-95 {
		bottom: 3.8125rem
	}
	.vus-bottom-md--95 {
		bottom: -3.8125rem
	}
	.vus-left-md-96 {
		left: 3.875rem
	}
	.vus-left-md--96 {
		left: -3.875rem
	}
	.vus-top-md-96 {
		top: 3.875rem
	}
	.vus-top-md--96 {
		top: -3.875rem
	}
	.vus-right-md-96 {
		right: 3.875rem
	}
	.vus-right-md--96 {
		right: -3.875rem
	}
	.vus-bottom-md-96 {
		bottom: 3.875rem
	}
	.vus-bottom-md--96 {
		bottom: -3.875rem
	}
	.vus-left-md-98 {
		left: 3.9375rem
	}
	.vus-left-md--98 {
		left: -3.9375rem
	}
	.vus-top-md-98 {
		top: 3.9375rem
	}
	.vus-top-md--98 {
		top: -3.9375rem
	}
	.vus-right-md-98 {
		right: 3.9375rem
	}
	.vus-right-md--98 {
		right: -3.9375rem
	}
	.vus-bottom-md-98 {
		bottom: 3.9375rem
	}
	.vus-bottom-md--98 {
		bottom: -3.9375rem
	}
	.vus-left-md-100 {
		left: 4rem
	}
	.vus-left-md--100 {
		left: -4rem
	}
	.vus-top-md-100 {
		top: 4rem
	}
	.vus-top-md--100 {
		top: -4rem
	}
	.vus-right-md-100 {
		right: 4rem
	}
	.vus-right-md--100 {
		right: -4rem
	}
	.vus-bottom-md-100 {
		bottom: 4rem
	}
	.vus-bottom-md--100 {
		bottom: -4rem
	}
	.vus-left-md-110 {
		left: 4.0625rem
	}
	.vus-left-md--110 {
		left: -4.0625rem
	}
	.vus-top-md-110 {
		top: 4.0625rem
	}
	.vus-top-md--110 {
		top: -4.0625rem
	}
	.vus-right-md-110 {
		right: 4.0625rem
	}
	.vus-right-md--110 {
		right: -4.0625rem
	}
	.vus-bottom-md-110 {
		bottom: 4.0625rem
	}
	.vus-bottom-md--110 {
		bottom: -4.0625rem
	}
	.vus-left-md-120 {
		left: 4.125rem
	}
	.vus-left-md--120 {
		left: -4.125rem
	}
	.vus-top-md-120 {
		top: 4.125rem
	}
	.vus-top-md--120 {
		top: -4.125rem
	}
	.vus-right-md-120 {
		right: 4.125rem
	}
	.vus-right-md--120 {
		right: -4.125rem
	}
	.vus-bottom-md-120 {
		bottom: 4.125rem
	}
	.vus-bottom-md--120 {
		bottom: -4.125rem
	}
	.vus-left-md-130 {
		left: 4.1875rem
	}
	.vus-left-md--130 {
		left: -4.1875rem
	}
	.vus-top-md-130 {
		top: 4.1875rem
	}
	.vus-top-md--130 {
		top: -4.1875rem
	}
	.vus-right-md-130 {
		right: 4.1875rem
	}
	.vus-right-md--130 {
		right: -4.1875rem
	}
	.vus-bottom-md-130 {
		bottom: 4.1875rem
	}
	.vus-bottom-md--130 {
		bottom: -4.1875rem
	}
	.vus-left-md-140 {
		left: 4.25rem
	}
	.vus-left-md--140 {
		left: -4.25rem
	}
	.vus-top-md-140 {
		top: 4.25rem
	}
	.vus-top-md--140 {
		top: -4.25rem
	}
	.vus-right-md-140 {
		right: 4.25rem
	}
	.vus-right-md--140 {
		right: -4.25rem
	}
	.vus-bottom-md-140 {
		bottom: 4.25rem
	}
	.vus-bottom-md--140 {
		bottom: -4.25rem
	}
	.vus-left-md-150 {
		left: 4.3125rem
	}
	.vus-left-md--150 {
		left: -4.3125rem
	}
	.vus-top-md-150 {
		top: 4.3125rem
	}
	.vus-top-md--150 {
		top: -4.3125rem
	}
	.vus-right-md-150 {
		right: 4.3125rem
	}
	.vus-right-md--150 {
		right: -4.3125rem
	}
	.vus-bottom-md-150 {
		bottom: 4.3125rem
	}
	.vus-bottom-md--150 {
		bottom: -4.3125rem
	}
	.vus-left-md-160 {
		left: 4.375rem
	}
	.vus-left-md--160 {
		left: -4.375rem
	}
	.vus-top-md-160 {
		top: 4.375rem
	}
	.vus-top-md--160 {
		top: -4.375rem
	}
	.vus-right-md-160 {
		right: 4.375rem
	}
	.vus-right-md--160 {
		right: -4.375rem
	}
	.vus-bottom-md-160 {
		bottom: 4.375rem
	}
	.vus-bottom-md--160 {
		bottom: -4.375rem
	}
	.vus-left-md-170 {
		left: 4.4375rem
	}
	.vus-left-md--170 {
		left: -4.4375rem
	}
	.vus-top-md-170 {
		top: 4.4375rem
	}
	.vus-top-md--170 {
		top: -4.4375rem
	}
	.vus-right-md-170 {
		right: 4.4375rem
	}
	.vus-right-md--170 {
		right: -4.4375rem
	}
	.vus-bottom-md-170 {
		bottom: 4.4375rem
	}
	.vus-bottom-md--170 {
		bottom: -4.4375rem
	}
	.vus-left-md-180 {
		left: 4.5rem
	}
	.vus-left-md--180 {
		left: -4.5rem
	}
	.vus-top-md-180 {
		top: 4.5rem
	}
	.vus-top-md--180 {
		top: -4.5rem
	}
	.vus-right-md-180 {
		right: 4.5rem
	}
	.vus-right-md--180 {
		right: -4.5rem
	}
	.vus-bottom-md-180 {
		bottom: 4.5rem
	}
	.vus-bottom-md--180 {
		bottom: -4.5rem
	}
	.vus-left-md-190 {
		left: 4.5625rem
	}
	.vus-left-md--190 {
		left: -4.5625rem
	}
	.vus-top-md-190 {
		top: 4.5625rem
	}
	.vus-top-md--190 {
		top: -4.5625rem
	}
	.vus-right-md-190 {
		right: 4.5625rem
	}
	.vus-right-md--190 {
		right: -4.5625rem
	}
	.vus-bottom-md-190 {
		bottom: 4.5625rem
	}
	.vus-bottom-md--190 {
		bottom: -4.5625rem
	}
	.vus-left-md-200 {
		left: 4.625rem
	}
	.vus-left-md--200 {
		left: -4.625rem
	}
	.vus-top-md-200 {
		top: 4.625rem
	}
	.vus-top-md--200 {
		top: -4.625rem
	}
	.vus-right-md-200 {
		right: 4.625rem
	}
	.vus-right-md--200 {
		right: -4.625rem
	}
	.vus-bottom-md-200 {
		bottom: 4.625rem
	}
	.vus-bottom-md--200 {
		bottom: -4.625rem
	}
	.vus-left-md-250 {
		left: 4.6875rem
	}
	.vus-left-md--250 {
		left: -4.6875rem
	}
	.vus-top-md-250 {
		top: 4.6875rem
	}
	.vus-top-md--250 {
		top: -4.6875rem
	}
	.vus-right-md-250 {
		right: 4.6875rem
	}
	.vus-right-md--250 {
		right: -4.6875rem
	}
	.vus-bottom-md-250 {
		bottom: 4.6875rem
	}
	.vus-bottom-md--250 {
		bottom: -4.6875rem
	}
	.vus-left-md-300 {
		left: 4.75rem
	}
	.vus-left-md--300 {
		left: -4.75rem
	}
	.vus-top-md-300 {
		top: 4.75rem
	}
	.vus-top-md--300 {
		top: -4.75rem
	}
	.vus-right-md-300 {
		right: 4.75rem
	}
	.vus-right-md--300 {
		right: -4.75rem
	}
	.vus-bottom-md-300 {
		bottom: 4.75rem
	}
	.vus-bottom-md--300 {
		bottom: -4.75rem
	}
	.vus-left-md-350 {
		left: 4.8125rem
	}
	.vus-left-md--350 {
		left: -4.8125rem
	}
	.vus-top-md-350 {
		top: 4.8125rem
	}
	.vus-top-md--350 {
		top: -4.8125rem
	}
	.vus-right-md-350 {
		right: 4.8125rem
	}
	.vus-right-md--350 {
		right: -4.8125rem
	}
	.vus-bottom-md-350 {
		bottom: 4.8125rem
	}
	.vus-bottom-md--350 {
		bottom: -4.8125rem
	}
	.vus-left-md-400 {
		left: 4.875rem
	}
	.vus-left-md--400 {
		left: -4.875rem
	}
	.vus-top-md-400 {
		top: 4.875rem
	}
	.vus-top-md--400 {
		top: -4.875rem
	}
	.vus-right-md-400 {
		right: 4.875rem
	}
	.vus-right-md--400 {
		right: -4.875rem
	}
	.vus-bottom-md-400 {
		bottom: 4.875rem
	}
	.vus-bottom-md--400 {
		bottom: -4.875rem
	}
	.vus-left-md-450 {
		left: 4.9375rem
	}
	.vus-left-md--450 {
		left: -4.9375rem
	}
	.vus-top-md-450 {
		top: 4.9375rem
	}
	.vus-top-md--450 {
		top: -4.9375rem
	}
	.vus-right-md-450 {
		right: 4.9375rem
	}
	.vus-right-md--450 {
		right: -4.9375rem
	}
	.vus-bottom-md-450 {
		bottom: 4.9375rem
	}
	.vus-bottom-md--450 {
		bottom: -4.9375rem
	}
	.vus-left-md-500 {
		left: 5rem
	}
	.vus-left-md--500 {
		left: -5rem
	}
	.vus-top-md-500 {
		top: 5rem
	}
	.vus-top-md--500 {
		top: -5rem
	}
	.vus-right-md-500 {
		right: 5rem
	}
	.vus-right-md--500 {
		right: -5rem
	}
	.vus-bottom-md-500 {
		bottom: 5rem
	}
	.vus-bottom-md--500 {
		bottom: -5rem
	}
	.vus-left-md-550 {
		left: 5.0625rem
	}
	.vus-left-md--550 {
		left: -5.0625rem
	}
	.vus-top-md-550 {
		top: 5.0625rem
	}
	.vus-top-md--550 {
		top: -5.0625rem
	}
	.vus-right-md-550 {
		right: 5.0625rem
	}
	.vus-right-md--550 {
		right: -5.0625rem
	}
	.vus-bottom-md-550 {
		bottom: 5.0625rem
	}
	.vus-bottom-md--550 {
		bottom: -5.0625rem
	}
	.vus-left-md-600 {
		left: 5.125rem
	}
	.vus-left-md--600 {
		left: -5.125rem
	}
	.vus-top-md-600 {
		top: 5.125rem
	}
	.vus-top-md--600 {
		top: -5.125rem
	}
	.vus-right-md-600 {
		right: 5.125rem
	}
	.vus-right-md--600 {
		right: -5.125rem
	}
	.vus-bottom-md-600 {
		bottom: 5.125rem
	}
	.vus-bottom-md--600 {
		bottom: -5.125rem
	}
	.vus-left-md-650 {
		left: 5.1875rem
	}
	.vus-left-md--650 {
		left: -5.1875rem
	}
	.vus-top-md-650 {
		top: 5.1875rem
	}
	.vus-top-md--650 {
		top: -5.1875rem
	}
	.vus-right-md-650 {
		right: 5.1875rem
	}
	.vus-right-md--650 {
		right: -5.1875rem
	}
	.vus-bottom-md-650 {
		bottom: 5.1875rem
	}
	.vus-bottom-md--650 {
		bottom: -5.1875rem
	}
	.vus-left-md-700 {
		left: 5.25rem
	}
	.vus-left-md--700 {
		left: -5.25rem
	}
	.vus-top-md-700 {
		top: 5.25rem
	}
	.vus-top-md--700 {
		top: -5.25rem
	}
	.vus-right-md-700 {
		right: 5.25rem
	}
	.vus-right-md--700 {
		right: -5.25rem
	}
	.vus-bottom-md-700 {
		bottom: 5.25rem
	}
	.vus-bottom-md--700 {
		bottom: -5.25rem
	}
	.vus-left-md-750 {
		left: 5.3125rem
	}
	.vus-left-md--750 {
		left: -5.3125rem
	}
	.vus-top-md-750 {
		top: 5.3125rem
	}
	.vus-top-md--750 {
		top: -5.3125rem
	}
	.vus-right-md-750 {
		right: 5.3125rem
	}
	.vus-right-md--750 {
		right: -5.3125rem
	}
	.vus-bottom-md-750 {
		bottom: 5.3125rem
	}
	.vus-bottom-md--750 {
		bottom: -5.3125rem
	}
	.vus-left-md-0 {
		left: 0
	}
	.vus-top-md-0 {
		top: 0
	}
	.vus-right-md-0 {
		right: 0
	}
	.vus-bottom-md-0 {
		bottom: 0
	}
	.vus-index-md--1 {
		z-index: -1
	}
	.vus-index-md-0 {
		z-index: 0
	}
	.vus-index-md-1 {
		z-index: 1
	}
	.vus-index-md-2 {
		z-index: 2
	}
	.vus-index-md-3 {
		z-index: 3
	}
	.vus-index-md-4 {
		z-index: 4
	}
	.vus-index-md-5 {
		z-index: 5
	}
	.vus-index-md-6 {
		z-index: 6
	}
	.vus-index-md-7 {
		z-index: 7
	}
	.vus-index-md-8 {
		z-index: 8
	}
	.vus-index-md-9 {
		z-index: 9
	}
	.vus-index-md-10 {
		z-index: 10
	}
	.vus-index-md-100 {
		z-index: 100
	}
	.vus-index-md-101 {
		z-index: 101
	}
	.vus-index-md-102 {
		z-index: 102
	}
	.vus-index-md-103 {
		z-index: 103
	}
	.vus-index-md-104 {
		z-index: 104
	}
	.vus-index-md-105 {
		z-index: 105
	}
	.vus-index-md-106 {
		z-index: 106
	}
	.vus-index-md-107 {
		z-index: 107
	}
	.vus-index-md-108 {
		z-index: 108
	}
	.vus-index-md-109 {
		z-index: 109
	}
	.vus-index-md-1000 {
		z-index: 1000
	}
	.vus-index-md-1001 {
		z-index: 1001
	}
	.vus-index-md-1002 {
		z-index: 1002
	}
	.vus-index-md-1003 {
		z-index: 1003
	}
	.vus-index-md-1004 {
		z-index: 1004
	}
	.vus-index-md-1005 {
		z-index: 1005
	}
	.vus-index-md-1006 {
		z-index: 1006
	}
	.vus-index-md-1007 {
		z-index: 1007
	}
	.vus-index-md-1008 {
		z-index: 1008
	}
	.vus-index-md-1009 {
		z-index: 1009
	}
	.vus-index-md-99999 {
		z-index: 99999
	}
}

@media (min-width: 1280px) {
	.vus-left-lg-1 {
		left: .0625rem
	}
	.vus-left-lg--1 {
		left: -.0625rem
	}
	.vus-top-lg-1 {
		top: .0625rem
	}
	.vus-top-lg--1 {
		top: -.0625rem
	}
	.vus-right-lg-1 {
		right: .0625rem
	}
	.vus-right-lg--1 {
		right: -.0625rem
	}
	.vus-bottom-lg-1 {
		bottom: .0625rem
	}
	.vus-bottom-lg--1 {
		bottom: -.0625rem
	}
	.vus-left-lg-2 {
		left: .125rem
	}
	.vus-left-lg--2 {
		left: -.125rem
	}
	.vus-top-lg-2 {
		top: .125rem
	}
	.vus-top-lg--2 {
		top: -.125rem
	}
	.vus-right-lg-2 {
		right: .125rem
	}
	.vus-right-lg--2 {
		right: -.125rem
	}
	.vus-bottom-lg-2 {
		bottom: .125rem
	}
	.vus-bottom-lg--2 {
		bottom: -.125rem
	}
	.vus-left-lg-3 {
		left: .1875rem
	}
	.vus-left-lg--3 {
		left: -.1875rem
	}
	.vus-top-lg-3 {
		top: .1875rem
	}
	.vus-top-lg--3 {
		top: -.1875rem
	}
	.vus-right-lg-3 {
		right: .1875rem
	}
	.vus-right-lg--3 {
		right: -.1875rem
	}
	.vus-bottom-lg-3 {
		bottom: .1875rem
	}
	.vus-bottom-lg--3 {
		bottom: -.1875rem
	}
	.vus-left-lg-4 {
		left: .25rem
	}
	.vus-left-lg--4 {
		left: -.25rem
	}
	.vus-top-lg-4 {
		top: .25rem
	}
	.vus-top-lg--4 {
		top: -.25rem
	}
	.vus-right-lg-4 {
		right: .25rem
	}
	.vus-right-lg--4 {
		right: -.25rem
	}
	.vus-bottom-lg-4 {
		bottom: .25rem
	}
	.vus-bottom-lg--4 {
		bottom: -.25rem
	}
	.vus-left-lg-5 {
		left: .3125rem
	}
	.vus-left-lg--5 {
		left: -.3125rem
	}
	.vus-top-lg-5 {
		top: .3125rem
	}
	.vus-top-lg--5 {
		top: -.3125rem
	}
	.vus-right-lg-5 {
		right: .3125rem
	}
	.vus-right-lg--5 {
		right: -.3125rem
	}
	.vus-bottom-lg-5 {
		bottom: .3125rem
	}
	.vus-bottom-lg--5 {
		bottom: -.3125rem
	}
	.vus-left-lg-6 {
		left: .375rem
	}
	.vus-left-lg--6 {
		left: -.375rem
	}
	.vus-top-lg-6 {
		top: .375rem
	}
	.vus-top-lg--6 {
		top: -.375rem
	}
	.vus-right-lg-6 {
		right: .375rem
	}
	.vus-right-lg--6 {
		right: -.375rem
	}
	.vus-bottom-lg-6 {
		bottom: .375rem
	}
	.vus-bottom-lg--6 {
		bottom: -.375rem
	}
	.vus-left-lg-7 {
		left: .4375rem
	}
	.vus-left-lg--7 {
		left: -.4375rem
	}
	.vus-top-lg-7 {
		top: .4375rem
	}
	.vus-top-lg--7 {
		top: -.4375rem
	}
	.vus-right-lg-7 {
		right: .4375rem
	}
	.vus-right-lg--7 {
		right: -.4375rem
	}
	.vus-bottom-lg-7 {
		bottom: .4375rem
	}
	.vus-bottom-lg--7 {
		bottom: -.4375rem
	}
	.vus-left-lg-8 {
		left: .5rem
	}
	.vus-left-lg--8 {
		left: -.5rem
	}
	.vus-top-lg-8 {
		top: .5rem
	}
	.vus-top-lg--8 {
		top: -.5rem
	}
	.vus-right-lg-8 {
		right: .5rem
	}
	.vus-right-lg--8 {
		right: -.5rem
	}
	.vus-bottom-lg-8 {
		bottom: .5rem
	}
	.vus-bottom-lg--8 {
		bottom: -.5rem
	}
	.vus-left-lg-9 {
		left: .5625rem
	}
	.vus-left-lg--9 {
		left: -.5625rem
	}
	.vus-top-lg-9 {
		top: .5625rem
	}
	.vus-top-lg--9 {
		top: -.5625rem
	}
	.vus-right-lg-9 {
		right: .5625rem
	}
	.vus-right-lg--9 {
		right: -.5625rem
	}
	.vus-bottom-lg-9 {
		bottom: .5625rem
	}
	.vus-bottom-lg--9 {
		bottom: -.5625rem
	}
	.vus-left-lg-10 {
		left: .625rem
	}
	.vus-left-lg--10 {
		left: -.625rem
	}
	.vus-top-lg-10 {
		top: .625rem
	}
	.vus-top-lg--10 {
		top: -.625rem
	}
	.vus-right-lg-10 {
		right: .625rem
	}
	.vus-right-lg--10 {
		right: -.625rem
	}
	.vus-bottom-lg-10 {
		bottom: .625rem
	}
	.vus-bottom-lg--10 {
		bottom: -.625rem
	}
	.vus-left-lg-12 {
		left: .6875rem
	}
	.vus-left-lg--12 {
		left: -.6875rem
	}
	.vus-top-lg-12 {
		top: .6875rem
	}
	.vus-top-lg--12 {
		top: -.6875rem
	}
	.vus-right-lg-12 {
		right: .6875rem
	}
	.vus-right-lg--12 {
		right: -.6875rem
	}
	.vus-bottom-lg-12 {
		bottom: .6875rem
	}
	.vus-bottom-lg--12 {
		bottom: -.6875rem
	}
	.vus-left-lg-14 {
		left: .75rem
	}
	.vus-left-lg--14 {
		left: -.75rem
	}
	.vus-top-lg-14 {
		top: .75rem
	}
	.vus-top-lg--14 {
		top: -.75rem
	}
	.vus-right-lg-14 {
		right: .75rem
	}
	.vus-right-lg--14 {
		right: -.75rem
	}
	.vus-bottom-lg-14 {
		bottom: .75rem
	}
	.vus-bottom-lg--14 {
		bottom: -.75rem
	}
	.vus-left-lg-15 {
		left: .8125rem
	}
	.vus-left-lg--15 {
		left: -.8125rem
	}
	.vus-top-lg-15 {
		top: .8125rem
	}
	.vus-top-lg--15 {
		top: -.8125rem
	}
	.vus-right-lg-15 {
		right: .8125rem
	}
	.vus-right-lg--15 {
		right: -.8125rem
	}
	.vus-bottom-lg-15 {
		bottom: .8125rem
	}
	.vus-bottom-lg--15 {
		bottom: -.8125rem
	}
	.vus-left-lg-16 {
		left: .875rem
	}
	.vus-left-lg--16 {
		left: -.875rem
	}
	.vus-top-lg-16 {
		top: .875rem
	}
	.vus-top-lg--16 {
		top: -.875rem
	}
	.vus-right-lg-16 {
		right: .875rem
	}
	.vus-right-lg--16 {
		right: -.875rem
	}
	.vus-bottom-lg-16 {
		bottom: .875rem
	}
	.vus-bottom-lg--16 {
		bottom: -.875rem
	}
	.vus-left-lg-18 {
		left: .9375rem
	}
	.vus-left-lg--18 {
		left: -.9375rem
	}
	.vus-top-lg-18 {
		top: .9375rem
	}
	.vus-top-lg--18 {
		top: -.9375rem
	}
	.vus-right-lg-18 {
		right: .9375rem
	}
	.vus-right-lg--18 {
		right: -.9375rem
	}
	.vus-bottom-lg-18 {
		bottom: .9375rem
	}
	.vus-bottom-lg--18 {
		bottom: -.9375rem
	}
	.vus-left-lg-20 {
		left: 1rem
	}
	.vus-left-lg--20 {
		left: -1rem
	}
	.vus-top-lg-20 {
		top: 1rem
	}
	.vus-top-lg--20 {
		top: -1rem
	}
	.vus-right-lg-20 {
		right: 1rem
	}
	.vus-right-lg--20 {
		right: -1rem
	}
	.vus-bottom-lg-20 {
		bottom: 1rem
	}
	.vus-bottom-lg--20 {
		bottom: -1rem
	}
	.vus-left-lg-22 {
		left: 1.0625rem
	}
	.vus-left-lg--22 {
		left: -1.0625rem
	}
	.vus-top-lg-22 {
		top: 1.0625rem
	}
	.vus-top-lg--22 {
		top: -1.0625rem
	}
	.vus-right-lg-22 {
		right: 1.0625rem
	}
	.vus-right-lg--22 {
		right: -1.0625rem
	}
	.vus-bottom-lg-22 {
		bottom: 1.0625rem
	}
	.vus-bottom-lg--22 {
		bottom: -1.0625rem
	}
	.vus-left-lg-24 {
		left: 1.125rem
	}
	.vus-left-lg--24 {
		left: -1.125rem
	}
	.vus-top-lg-24 {
		top: 1.125rem
	}
	.vus-top-lg--24 {
		top: -1.125rem
	}
	.vus-right-lg-24 {
		right: 1.125rem
	}
	.vus-right-lg--24 {
		right: -1.125rem
	}
	.vus-bottom-lg-24 {
		bottom: 1.125rem
	}
	.vus-bottom-lg--24 {
		bottom: -1.125rem
	}
	.vus-left-lg-25 {
		left: 1.1875rem
	}
	.vus-left-lg--25 {
		left: -1.1875rem
	}
	.vus-top-lg-25 {
		top: 1.1875rem
	}
	.vus-top-lg--25 {
		top: -1.1875rem
	}
	.vus-right-lg-25 {
		right: 1.1875rem
	}
	.vus-right-lg--25 {
		right: -1.1875rem
	}
	.vus-bottom-lg-25 {
		bottom: 1.1875rem
	}
	.vus-bottom-lg--25 {
		bottom: -1.1875rem
	}
	.vus-left-lg-26 {
		left: 1.25rem
	}
	.vus-left-lg--26 {
		left: -1.25rem
	}
	.vus-top-lg-26 {
		top: 1.25rem
	}
	.vus-top-lg--26 {
		top: -1.25rem
	}
	.vus-right-lg-26 {
		right: 1.25rem
	}
	.vus-right-lg--26 {
		right: -1.25rem
	}
	.vus-bottom-lg-26 {
		bottom: 1.25rem
	}
	.vus-bottom-lg--26 {
		bottom: -1.25rem
	}
	.vus-left-lg-28 {
		left: 1.3125rem
	}
	.vus-left-lg--28 {
		left: -1.3125rem
	}
	.vus-top-lg-28 {
		top: 1.3125rem
	}
	.vus-top-lg--28 {
		top: -1.3125rem
	}
	.vus-right-lg-28 {
		right: 1.3125rem
	}
	.vus-right-lg--28 {
		right: -1.3125rem
	}
	.vus-bottom-lg-28 {
		bottom: 1.3125rem
	}
	.vus-bottom-lg--28 {
		bottom: -1.3125rem
	}
	.vus-left-lg-30 {
		left: 1.375rem
	}
	.vus-left-lg--30 {
		left: -1.375rem
	}
	.vus-top-lg-30 {
		top: 1.375rem
	}
	.vus-top-lg--30 {
		top: -1.375rem
	}
	.vus-right-lg-30 {
		right: 1.375rem
	}
	.vus-right-lg--30 {
		right: -1.375rem
	}
	.vus-bottom-lg-30 {
		bottom: 1.375rem
	}
	.vus-bottom-lg--30 {
		bottom: -1.375rem
	}
	.vus-left-lg-32 {
		left: 1.4375rem
	}
	.vus-left-lg--32 {
		left: -1.4375rem
	}
	.vus-top-lg-32 {
		top: 1.4375rem
	}
	.vus-top-lg--32 {
		top: -1.4375rem
	}
	.vus-right-lg-32 {
		right: 1.4375rem
	}
	.vus-right-lg--32 {
		right: -1.4375rem
	}
	.vus-bottom-lg-32 {
		bottom: 1.4375rem
	}
	.vus-bottom-lg--32 {
		bottom: -1.4375rem
	}
	.vus-left-lg-34 {
		left: 1.5rem
	}
	.vus-left-lg--34 {
		left: -1.5rem
	}
	.vus-top-lg-34 {
		top: 1.5rem
	}
	.vus-top-lg--34 {
		top: -1.5rem
	}
	.vus-right-lg-34 {
		right: 1.5rem
	}
	.vus-right-lg--34 {
		right: -1.5rem
	}
	.vus-bottom-lg-34 {
		bottom: 1.5rem
	}
	.vus-bottom-lg--34 {
		bottom: -1.5rem
	}
	.vus-left-lg-35 {
		left: 1.5625rem
	}
	.vus-left-lg--35 {
		left: -1.5625rem
	}
	.vus-top-lg-35 {
		top: 1.5625rem
	}
	.vus-top-lg--35 {
		top: -1.5625rem
	}
	.vus-right-lg-35 {
		right: 1.5625rem
	}
	.vus-right-lg--35 {
		right: -1.5625rem
	}
	.vus-bottom-lg-35 {
		bottom: 1.5625rem
	}
	.vus-bottom-lg--35 {
		bottom: -1.5625rem
	}
	.vus-left-lg-36 {
		left: 1.625rem
	}
	.vus-left-lg--36 {
		left: -1.625rem
	}
	.vus-top-lg-36 {
		top: 1.625rem
	}
	.vus-top-lg--36 {
		top: -1.625rem
	}
	.vus-right-lg-36 {
		right: 1.625rem
	}
	.vus-right-lg--36 {
		right: -1.625rem
	}
	.vus-bottom-lg-36 {
		bottom: 1.625rem
	}
	.vus-bottom-lg--36 {
		bottom: -1.625rem
	}
	.vus-left-lg-38 {
		left: 1.6875rem
	}
	.vus-left-lg--38 {
		left: -1.6875rem
	}
	.vus-top-lg-38 {
		top: 1.6875rem
	}
	.vus-top-lg--38 {
		top: -1.6875rem
	}
	.vus-right-lg-38 {
		right: 1.6875rem
	}
	.vus-right-lg--38 {
		right: -1.6875rem
	}
	.vus-bottom-lg-38 {
		bottom: 1.6875rem
	}
	.vus-bottom-lg--38 {
		bottom: -1.6875rem
	}
	.vus-left-lg-40 {
		left: 1.75rem
	}
	.vus-left-lg--40 {
		left: -1.75rem
	}
	.vus-top-lg-40 {
		top: 1.75rem
	}
	.vus-top-lg--40 {
		top: -1.75rem
	}
	.vus-right-lg-40 {
		right: 1.75rem
	}
	.vus-right-lg--40 {
		right: -1.75rem
	}
	.vus-bottom-lg-40 {
		bottom: 1.75rem
	}
	.vus-bottom-lg--40 {
		bottom: -1.75rem
	}
	.vus-left-lg-42 {
		left: 1.8125rem
	}
	.vus-left-lg--42 {
		left: -1.8125rem
	}
	.vus-top-lg-42 {
		top: 1.8125rem
	}
	.vus-top-lg--42 {
		top: -1.8125rem
	}
	.vus-right-lg-42 {
		right: 1.8125rem
	}
	.vus-right-lg--42 {
		right: -1.8125rem
	}
	.vus-bottom-lg-42 {
		bottom: 1.8125rem
	}
	.vus-bottom-lg--42 {
		bottom: -1.8125rem
	}
	.vus-left-lg-44 {
		left: 1.875rem
	}
	.vus-left-lg--44 {
		left: -1.875rem
	}
	.vus-top-lg-44 {
		top: 1.875rem
	}
	.vus-top-lg--44 {
		top: -1.875rem
	}
	.vus-right-lg-44 {
		right: 1.875rem
	}
	.vus-right-lg--44 {
		right: -1.875rem
	}
	.vus-bottom-lg-44 {
		bottom: 1.875rem
	}
	.vus-bottom-lg--44 {
		bottom: -1.875rem
	}
	.vus-left-lg-45 {
		left: 1.9375rem
	}
	.vus-left-lg--45 {
		left: -1.9375rem
	}
	.vus-top-lg-45 {
		top: 1.9375rem
	}
	.vus-top-lg--45 {
		top: -1.9375rem
	}
	.vus-right-lg-45 {
		right: 1.9375rem
	}
	.vus-right-lg--45 {
		right: -1.9375rem
	}
	.vus-bottom-lg-45 {
		bottom: 1.9375rem
	}
	.vus-bottom-lg--45 {
		bottom: -1.9375rem
	}
	.vus-left-lg-46 {
		left: 2rem
	}
	.vus-left-lg--46 {
		left: -2rem
	}
	.vus-top-lg-46 {
		top: 2rem
	}
	.vus-top-lg--46 {
		top: -2rem
	}
	.vus-right-lg-46 {
		right: 2rem
	}
	.vus-right-lg--46 {
		right: -2rem
	}
	.vus-bottom-lg-46 {
		bottom: 2rem
	}
	.vus-bottom-lg--46 {
		bottom: -2rem
	}
	.vus-left-lg-48 {
		left: 2.0625rem
	}
	.vus-left-lg--48 {
		left: -2.0625rem
	}
	.vus-top-lg-48 {
		top: 2.0625rem
	}
	.vus-top-lg--48 {
		top: -2.0625rem
	}
	.vus-right-lg-48 {
		right: 2.0625rem
	}
	.vus-right-lg--48 {
		right: -2.0625rem
	}
	.vus-bottom-lg-48 {
		bottom: 2.0625rem
	}
	.vus-bottom-lg--48 {
		bottom: -2.0625rem
	}
	.vus-left-lg-50 {
		left: 2.125rem
	}
	.vus-left-lg--50 {
		left: -2.125rem
	}
	.vus-top-lg-50 {
		top: 2.125rem
	}
	.vus-top-lg--50 {
		top: -2.125rem
	}
	.vus-right-lg-50 {
		right: 2.125rem
	}
	.vus-right-lg--50 {
		right: -2.125rem
	}
	.vus-bottom-lg-50 {
		bottom: 2.125rem
	}
	.vus-bottom-lg--50 {
		bottom: -2.125rem
	}
	.vus-left-lg-52 {
		left: 2.1875rem
	}
	.vus-left-lg--52 {
		left: -2.1875rem
	}
	.vus-top-lg-52 {
		top: 2.1875rem
	}
	.vus-top-lg--52 {
		top: -2.1875rem
	}
	.vus-right-lg-52 {
		right: 2.1875rem
	}
	.vus-right-lg--52 {
		right: -2.1875rem
	}
	.vus-bottom-lg-52 {
		bottom: 2.1875rem
	}
	.vus-bottom-lg--52 {
		bottom: -2.1875rem
	}
	.vus-left-lg-54 {
		left: 2.25rem
	}
	.vus-left-lg--54 {
		left: -2.25rem
	}
	.vus-top-lg-54 {
		top: 2.25rem
	}
	.vus-top-lg--54 {
		top: -2.25rem
	}
	.vus-right-lg-54 {
		right: 2.25rem
	}
	.vus-right-lg--54 {
		right: -2.25rem
	}
	.vus-bottom-lg-54 {
		bottom: 2.25rem
	}
	.vus-bottom-lg--54 {
		bottom: -2.25rem
	}
	.vus-left-lg-55 {
		left: 2.3125rem
	}
	.vus-left-lg--55 {
		left: -2.3125rem
	}
	.vus-top-lg-55 {
		top: 2.3125rem
	}
	.vus-top-lg--55 {
		top: -2.3125rem
	}
	.vus-right-lg-55 {
		right: 2.3125rem
	}
	.vus-right-lg--55 {
		right: -2.3125rem
	}
	.vus-bottom-lg-55 {
		bottom: 2.3125rem
	}
	.vus-bottom-lg--55 {
		bottom: -2.3125rem
	}
	.vus-left-lg-56 {
		left: 2.375rem
	}
	.vus-left-lg--56 {
		left: -2.375rem
	}
	.vus-top-lg-56 {
		top: 2.375rem
	}
	.vus-top-lg--56 {
		top: -2.375rem
	}
	.vus-right-lg-56 {
		right: 2.375rem
	}
	.vus-right-lg--56 {
		right: -2.375rem
	}
	.vus-bottom-lg-56 {
		bottom: 2.375rem
	}
	.vus-bottom-lg--56 {
		bottom: -2.375rem
	}
	.vus-left-lg-58 {
		left: 2.4375rem
	}
	.vus-left-lg--58 {
		left: -2.4375rem
	}
	.vus-top-lg-58 {
		top: 2.4375rem
	}
	.vus-top-lg--58 {
		top: -2.4375rem
	}
	.vus-right-lg-58 {
		right: 2.4375rem
	}
	.vus-right-lg--58 {
		right: -2.4375rem
	}
	.vus-bottom-lg-58 {
		bottom: 2.4375rem
	}
	.vus-bottom-lg--58 {
		bottom: -2.4375rem
	}
	.vus-left-lg-60 {
		left: 2.5rem
	}
	.vus-left-lg--60 {
		left: -2.5rem
	}
	.vus-top-lg-60 {
		top: 2.5rem
	}
	.vus-top-lg--60 {
		top: -2.5rem
	}
	.vus-right-lg-60 {
		right: 2.5rem
	}
	.vus-right-lg--60 {
		right: -2.5rem
	}
	.vus-bottom-lg-60 {
		bottom: 2.5rem
	}
	.vus-bottom-lg--60 {
		bottom: -2.5rem
	}
	.vus-left-lg-62 {
		left: 2.5625rem
	}
	.vus-left-lg--62 {
		left: -2.5625rem
	}
	.vus-top-lg-62 {
		top: 2.5625rem
	}
	.vus-top-lg--62 {
		top: -2.5625rem
	}
	.vus-right-lg-62 {
		right: 2.5625rem
	}
	.vus-right-lg--62 {
		right: -2.5625rem
	}
	.vus-bottom-lg-62 {
		bottom: 2.5625rem
	}
	.vus-bottom-lg--62 {
		bottom: -2.5625rem
	}
	.vus-left-lg-64 {
		left: 2.625rem
	}
	.vus-left-lg--64 {
		left: -2.625rem
	}
	.vus-top-lg-64 {
		top: 2.625rem
	}
	.vus-top-lg--64 {
		top: -2.625rem
	}
	.vus-right-lg-64 {
		right: 2.625rem
	}
	.vus-right-lg--64 {
		right: -2.625rem
	}
	.vus-bottom-lg-64 {
		bottom: 2.625rem
	}
	.vus-bottom-lg--64 {
		bottom: -2.625rem
	}
	.vus-left-lg-65 {
		left: 2.6875rem
	}
	.vus-left-lg--65 {
		left: -2.6875rem
	}
	.vus-top-lg-65 {
		top: 2.6875rem
	}
	.vus-top-lg--65 {
		top: -2.6875rem
	}
	.vus-right-lg-65 {
		right: 2.6875rem
	}
	.vus-right-lg--65 {
		right: -2.6875rem
	}
	.vus-bottom-lg-65 {
		bottom: 2.6875rem
	}
	.vus-bottom-lg--65 {
		bottom: -2.6875rem
	}
	.vus-left-lg-66 {
		left: 2.75rem
	}
	.vus-left-lg--66 {
		left: -2.75rem
	}
	.vus-top-lg-66 {
		top: 2.75rem
	}
	.vus-top-lg--66 {
		top: -2.75rem
	}
	.vus-right-lg-66 {
		right: 2.75rem
	}
	.vus-right-lg--66 {
		right: -2.75rem
	}
	.vus-bottom-lg-66 {
		bottom: 2.75rem
	}
	.vus-bottom-lg--66 {
		bottom: -2.75rem
	}
	.vus-left-lg-68 {
		left: 2.8125rem
	}
	.vus-left-lg--68 {
		left: -2.8125rem
	}
	.vus-top-lg-68 {
		top: 2.8125rem
	}
	.vus-top-lg--68 {
		top: -2.8125rem
	}
	.vus-right-lg-68 {
		right: 2.8125rem
	}
	.vus-right-lg--68 {
		right: -2.8125rem
	}
	.vus-bottom-lg-68 {
		bottom: 2.8125rem
	}
	.vus-bottom-lg--68 {
		bottom: -2.8125rem
	}
	.vus-left-lg-70 {
		left: 2.875rem
	}
	.vus-left-lg--70 {
		left: -2.875rem
	}
	.vus-top-lg-70 {
		top: 2.875rem
	}
	.vus-top-lg--70 {
		top: -2.875rem
	}
	.vus-right-lg-70 {
		right: 2.875rem
	}
	.vus-right-lg--70 {
		right: -2.875rem
	}
	.vus-bottom-lg-70 {
		bottom: 2.875rem
	}
	.vus-bottom-lg--70 {
		bottom: -2.875rem
	}
	.vus-left-lg-72 {
		left: 2.9375rem
	}
	.vus-left-lg--72 {
		left: -2.9375rem
	}
	.vus-top-lg-72 {
		top: 2.9375rem
	}
	.vus-top-lg--72 {
		top: -2.9375rem
	}
	.vus-right-lg-72 {
		right: 2.9375rem
	}
	.vus-right-lg--72 {
		right: -2.9375rem
	}
	.vus-bottom-lg-72 {
		bottom: 2.9375rem
	}
	.vus-bottom-lg--72 {
		bottom: -2.9375rem
	}
	.vus-left-lg-74 {
		left: 3rem
	}
	.vus-left-lg--74 {
		left: -3rem
	}
	.vus-top-lg-74 {
		top: 3rem
	}
	.vus-top-lg--74 {
		top: -3rem
	}
	.vus-right-lg-74 {
		right: 3rem
	}
	.vus-right-lg--74 {
		right: -3rem
	}
	.vus-bottom-lg-74 {
		bottom: 3rem
	}
	.vus-bottom-lg--74 {
		bottom: -3rem
	}
	.vus-left-lg-75 {
		left: 3.0625rem
	}
	.vus-left-lg--75 {
		left: -3.0625rem
	}
	.vus-top-lg-75 {
		top: 3.0625rem
	}
	.vus-top-lg--75 {
		top: -3.0625rem
	}
	.vus-right-lg-75 {
		right: 3.0625rem
	}
	.vus-right-lg--75 {
		right: -3.0625rem
	}
	.vus-bottom-lg-75 {
		bottom: 3.0625rem
	}
	.vus-bottom-lg--75 {
		bottom: -3.0625rem
	}
	.vus-left-lg-76 {
		left: 3.125rem
	}
	.vus-left-lg--76 {
		left: -3.125rem
	}
	.vus-top-lg-76 {
		top: 3.125rem
	}
	.vus-top-lg--76 {
		top: -3.125rem
	}
	.vus-right-lg-76 {
		right: 3.125rem
	}
	.vus-right-lg--76 {
		right: -3.125rem
	}
	.vus-bottom-lg-76 {
		bottom: 3.125rem
	}
	.vus-bottom-lg--76 {
		bottom: -3.125rem
	}
	.vus-left-lg-78 {
		left: 3.1875rem
	}
	.vus-left-lg--78 {
		left: -3.1875rem
	}
	.vus-top-lg-78 {
		top: 3.1875rem
	}
	.vus-top-lg--78 {
		top: -3.1875rem
	}
	.vus-right-lg-78 {
		right: 3.1875rem
	}
	.vus-right-lg--78 {
		right: -3.1875rem
	}
	.vus-bottom-lg-78 {
		bottom: 3.1875rem
	}
	.vus-bottom-lg--78 {
		bottom: -3.1875rem
	}
	.vus-left-lg-80 {
		left: 3.25rem
	}
	.vus-left-lg--80 {
		left: -3.25rem
	}
	.vus-top-lg-80 {
		top: 3.25rem
	}
	.vus-top-lg--80 {
		top: -3.25rem
	}
	.vus-right-lg-80 {
		right: 3.25rem
	}
	.vus-right-lg--80 {
		right: -3.25rem
	}
	.vus-bottom-lg-80 {
		bottom: 3.25rem
	}
	.vus-bottom-lg--80 {
		bottom: -3.25rem
	}
	.vus-left-lg-82 {
		left: 3.3125rem
	}
	.vus-left-lg--82 {
		left: -3.3125rem
	}
	.vus-top-lg-82 {
		top: 3.3125rem
	}
	.vus-top-lg--82 {
		top: -3.3125rem
	}
	.vus-right-lg-82 {
		right: 3.3125rem
	}
	.vus-right-lg--82 {
		right: -3.3125rem
	}
	.vus-bottom-lg-82 {
		bottom: 3.3125rem
	}
	.vus-bottom-lg--82 {
		bottom: -3.3125rem
	}
	.vus-left-lg-84 {
		left: 3.375rem
	}
	.vus-left-lg--84 {
		left: -3.375rem
	}
	.vus-top-lg-84 {
		top: 3.375rem
	}
	.vus-top-lg--84 {
		top: -3.375rem
	}
	.vus-right-lg-84 {
		right: 3.375rem
	}
	.vus-right-lg--84 {
		right: -3.375rem
	}
	.vus-bottom-lg-84 {
		bottom: 3.375rem
	}
	.vus-bottom-lg--84 {
		bottom: -3.375rem
	}
	.vus-left-lg-85 {
		left: 3.4375rem
	}
	.vus-left-lg--85 {
		left: -3.4375rem
	}
	.vus-top-lg-85 {
		top: 3.4375rem
	}
	.vus-top-lg--85 {
		top: -3.4375rem
	}
	.vus-right-lg-85 {
		right: 3.4375rem
	}
	.vus-right-lg--85 {
		right: -3.4375rem
	}
	.vus-bottom-lg-85 {
		bottom: 3.4375rem
	}
	.vus-bottom-lg--85 {
		bottom: -3.4375rem
	}
	.vus-left-lg-86 {
		left: 3.5rem
	}
	.vus-left-lg--86 {
		left: -3.5rem
	}
	.vus-top-lg-86 {
		top: 3.5rem
	}
	.vus-top-lg--86 {
		top: -3.5rem
	}
	.vus-right-lg-86 {
		right: 3.5rem
	}
	.vus-right-lg--86 {
		right: -3.5rem
	}
	.vus-bottom-lg-86 {
		bottom: 3.5rem
	}
	.vus-bottom-lg--86 {
		bottom: -3.5rem
	}
	.vus-left-lg-88 {
		left: 3.5625rem
	}
	.vus-left-lg--88 {
		left: -3.5625rem
	}
	.vus-top-lg-88 {
		top: 3.5625rem
	}
	.vus-top-lg--88 {
		top: -3.5625rem
	}
	.vus-right-lg-88 {
		right: 3.5625rem
	}
	.vus-right-lg--88 {
		right: -3.5625rem
	}
	.vus-bottom-lg-88 {
		bottom: 3.5625rem
	}
	.vus-bottom-lg--88 {
		bottom: -3.5625rem
	}
	.vus-left-lg-90 {
		left: 3.625rem
	}
	.vus-left-lg--90 {
		left: -3.625rem
	}
	.vus-top-lg-90 {
		top: 3.625rem
	}
	.vus-top-lg--90 {
		top: -3.625rem
	}
	.vus-right-lg-90 {
		right: 3.625rem
	}
	.vus-right-lg--90 {
		right: -3.625rem
	}
	.vus-bottom-lg-90 {
		bottom: 3.625rem
	}
	.vus-bottom-lg--90 {
		bottom: -3.625rem
	}
	.vus-left-lg-92 {
		left: 3.6875rem
	}
	.vus-left-lg--92 {
		left: -3.6875rem
	}
	.vus-top-lg-92 {
		top: 3.6875rem
	}
	.vus-top-lg--92 {
		top: -3.6875rem
	}
	.vus-right-lg-92 {
		right: 3.6875rem
	}
	.vus-right-lg--92 {
		right: -3.6875rem
	}
	.vus-bottom-lg-92 {
		bottom: 3.6875rem
	}
	.vus-bottom-lg--92 {
		bottom: -3.6875rem
	}
	.vus-left-lg-94 {
		left: 3.75rem
	}
	.vus-left-lg--94 {
		left: -3.75rem
	}
	.vus-top-lg-94 {
		top: 3.75rem
	}
	.vus-top-lg--94 {
		top: -3.75rem
	}
	.vus-right-lg-94 {
		right: 3.75rem
	}
	.vus-right-lg--94 {
		right: -3.75rem
	}
	.vus-bottom-lg-94 {
		bottom: 3.75rem
	}
	.vus-bottom-lg--94 {
		bottom: -3.75rem
	}
	.vus-left-lg-95 {
		left: 3.8125rem
	}
	.vus-left-lg--95 {
		left: -3.8125rem
	}
	.vus-top-lg-95 {
		top: 3.8125rem
	}
	.vus-top-lg--95 {
		top: -3.8125rem
	}
	.vus-right-lg-95 {
		right: 3.8125rem
	}
	.vus-right-lg--95 {
		right: -3.8125rem
	}
	.vus-bottom-lg-95 {
		bottom: 3.8125rem
	}
	.vus-bottom-lg--95 {
		bottom: -3.8125rem
	}
	.vus-left-lg-96 {
		left: 3.875rem
	}
	.vus-left-lg--96 {
		left: -3.875rem
	}
	.vus-top-lg-96 {
		top: 3.875rem
	}
	.vus-top-lg--96 {
		top: -3.875rem
	}
	.vus-right-lg-96 {
		right: 3.875rem
	}
	.vus-right-lg--96 {
		right: -3.875rem
	}
	.vus-bottom-lg-96 {
		bottom: 3.875rem
	}
	.vus-bottom-lg--96 {
		bottom: -3.875rem
	}
	.vus-left-lg-98 {
		left: 3.9375rem
	}
	.vus-left-lg--98 {
		left: -3.9375rem
	}
	.vus-top-lg-98 {
		top: 3.9375rem
	}
	.vus-top-lg--98 {
		top: -3.9375rem
	}
	.vus-right-lg-98 {
		right: 3.9375rem
	}
	.vus-right-lg--98 {
		right: -3.9375rem
	}
	.vus-bottom-lg-98 {
		bottom: 3.9375rem
	}
	.vus-bottom-lg--98 {
		bottom: -3.9375rem
	}
	.vus-left-lg-100 {
		left: 4rem
	}
	.vus-left-lg--100 {
		left: -4rem
	}
	.vus-top-lg-100 {
		top: 4rem
	}
	.vus-top-lg--100 {
		top: -4rem
	}
	.vus-right-lg-100 {
		right: 4rem
	}
	.vus-right-lg--100 {
		right: -4rem
	}
	.vus-bottom-lg-100 {
		bottom: 4rem
	}
	.vus-bottom-lg--100 {
		bottom: -4rem
	}
	.vus-left-lg-110 {
		left: 4.0625rem
	}
	.vus-left-lg--110 {
		left: -4.0625rem
	}
	.vus-top-lg-110 {
		top: 4.0625rem
	}
	.vus-top-lg--110 {
		top: -4.0625rem
	}
	.vus-right-lg-110 {
		right: 4.0625rem
	}
	.vus-right-lg--110 {
		right: -4.0625rem
	}
	.vus-bottom-lg-110 {
		bottom: 4.0625rem
	}
	.vus-bottom-lg--110 {
		bottom: -4.0625rem
	}
	.vus-left-lg-120 {
		left: 4.125rem
	}
	.vus-left-lg--120 {
		left: -4.125rem
	}
	.vus-top-lg-120 {
		top: 4.125rem
	}
	.vus-top-lg--120 {
		top: -4.125rem
	}
	.vus-right-lg-120 {
		right: 4.125rem
	}
	.vus-right-lg--120 {
		right: -4.125rem
	}
	.vus-bottom-lg-120 {
		bottom: 4.125rem
	}
	.vus-bottom-lg--120 {
		bottom: -4.125rem
	}
	.vus-left-lg-130 {
		left: 4.1875rem
	}
	.vus-left-lg--130 {
		left: -4.1875rem
	}
	.vus-top-lg-130 {
		top: 4.1875rem
	}
	.vus-top-lg--130 {
		top: -4.1875rem
	}
	.vus-right-lg-130 {
		right: 4.1875rem
	}
	.vus-right-lg--130 {
		right: -4.1875rem
	}
	.vus-bottom-lg-130 {
		bottom: 4.1875rem
	}
	.vus-bottom-lg--130 {
		bottom: -4.1875rem
	}
	.vus-left-lg-140 {
		left: 4.25rem
	}
	.vus-left-lg--140 {
		left: -4.25rem
	}
	.vus-top-lg-140 {
		top: 4.25rem
	}
	.vus-top-lg--140 {
		top: -4.25rem
	}
	.vus-right-lg-140 {
		right: 4.25rem
	}
	.vus-right-lg--140 {
		right: -4.25rem
	}
	.vus-bottom-lg-140 {
		bottom: 4.25rem
	}
	.vus-bottom-lg--140 {
		bottom: -4.25rem
	}
	.vus-left-lg-150 {
		left: 4.3125rem
	}
	.vus-left-lg--150 {
		left: -4.3125rem
	}
	.vus-top-lg-150 {
		top: 4.3125rem
	}
	.vus-top-lg--150 {
		top: -4.3125rem
	}
	.vus-right-lg-150 {
		right: 4.3125rem
	}
	.vus-right-lg--150 {
		right: -4.3125rem
	}
	.vus-bottom-lg-150 {
		bottom: 4.3125rem
	}
	.vus-bottom-lg--150 {
		bottom: -4.3125rem
	}
	.vus-left-lg-160 {
		left: 4.375rem
	}
	.vus-left-lg--160 {
		left: -4.375rem
	}
	.vus-top-lg-160 {
		top: 4.375rem
	}
	.vus-top-lg--160 {
		top: -4.375rem
	}
	.vus-right-lg-160 {
		right: 4.375rem
	}
	.vus-right-lg--160 {
		right: -4.375rem
	}
	.vus-bottom-lg-160 {
		bottom: 4.375rem
	}
	.vus-bottom-lg--160 {
		bottom: -4.375rem
	}
	.vus-left-lg-170 {
		left: 4.4375rem
	}
	.vus-left-lg--170 {
		left: -4.4375rem
	}
	.vus-top-lg-170 {
		top: 4.4375rem
	}
	.vus-top-lg--170 {
		top: -4.4375rem
	}
	.vus-right-lg-170 {
		right: 4.4375rem
	}
	.vus-right-lg--170 {
		right: -4.4375rem
	}
	.vus-bottom-lg-170 {
		bottom: 4.4375rem
	}
	.vus-bottom-lg--170 {
		bottom: -4.4375rem
	}
	.vus-left-lg-180 {
		left: 4.5rem
	}
	.vus-left-lg--180 {
		left: -4.5rem
	}
	.vus-top-lg-180 {
		top: 4.5rem
	}
	.vus-top-lg--180 {
		top: -4.5rem
	}
	.vus-right-lg-180 {
		right: 4.5rem
	}
	.vus-right-lg--180 {
		right: -4.5rem
	}
	.vus-bottom-lg-180 {
		bottom: 4.5rem
	}
	.vus-bottom-lg--180 {
		bottom: -4.5rem
	}
	.vus-left-lg-190 {
		left: 4.5625rem
	}
	.vus-left-lg--190 {
		left: -4.5625rem
	}
	.vus-top-lg-190 {
		top: 4.5625rem
	}
	.vus-top-lg--190 {
		top: -4.5625rem
	}
	.vus-right-lg-190 {
		right: 4.5625rem
	}
	.vus-right-lg--190 {
		right: -4.5625rem
	}
	.vus-bottom-lg-190 {
		bottom: 4.5625rem
	}
	.vus-bottom-lg--190 {
		bottom: -4.5625rem
	}
	.vus-left-lg-200 {
		left: 4.625rem
	}
	.vus-left-lg--200 {
		left: -4.625rem
	}
	.vus-top-lg-200 {
		top: 4.625rem
	}
	.vus-top-lg--200 {
		top: -4.625rem
	}
	.vus-right-lg-200 {
		right: 4.625rem
	}
	.vus-right-lg--200 {
		right: -4.625rem
	}
	.vus-bottom-lg-200 {
		bottom: 4.625rem
	}
	.vus-bottom-lg--200 {
		bottom: -4.625rem
	}
	.vus-left-lg-250 {
		left: 4.6875rem
	}
	.vus-left-lg--250 {
		left: -4.6875rem
	}
	.vus-top-lg-250 {
		top: 4.6875rem
	}
	.vus-top-lg--250 {
		top: -4.6875rem
	}
	.vus-right-lg-250 {
		right: 4.6875rem
	}
	.vus-right-lg--250 {
		right: -4.6875rem
	}
	.vus-bottom-lg-250 {
		bottom: 4.6875rem
	}
	.vus-bottom-lg--250 {
		bottom: -4.6875rem
	}
	.vus-left-lg-300 {
		left: 4.75rem
	}
	.vus-left-lg--300 {
		left: -4.75rem
	}
	.vus-top-lg-300 {
		top: 4.75rem
	}
	.vus-top-lg--300 {
		top: -4.75rem
	}
	.vus-right-lg-300 {
		right: 4.75rem
	}
	.vus-right-lg--300 {
		right: -4.75rem
	}
	.vus-bottom-lg-300 {
		bottom: 4.75rem
	}
	.vus-bottom-lg--300 {
		bottom: -4.75rem
	}
	.vus-left-lg-350 {
		left: 4.8125rem
	}
	.vus-left-lg--350 {
		left: -4.8125rem
	}
	.vus-top-lg-350 {
		top: 4.8125rem
	}
	.vus-top-lg--350 {
		top: -4.8125rem
	}
	.vus-right-lg-350 {
		right: 4.8125rem
	}
	.vus-right-lg--350 {
		right: -4.8125rem
	}
	.vus-bottom-lg-350 {
		bottom: 4.8125rem
	}
	.vus-bottom-lg--350 {
		bottom: -4.8125rem
	}
	.vus-left-lg-400 {
		left: 4.875rem
	}
	.vus-left-lg--400 {
		left: -4.875rem
	}
	.vus-top-lg-400 {
		top: 4.875rem
	}
	.vus-top-lg--400 {
		top: -4.875rem
	}
	.vus-right-lg-400 {
		right: 4.875rem
	}
	.vus-right-lg--400 {
		right: -4.875rem
	}
	.vus-bottom-lg-400 {
		bottom: 4.875rem
	}
	.vus-bottom-lg--400 {
		bottom: -4.875rem
	}
	.vus-left-lg-450 {
		left: 4.9375rem
	}
	.vus-left-lg--450 {
		left: -4.9375rem
	}
	.vus-top-lg-450 {
		top: 4.9375rem
	}
	.vus-top-lg--450 {
		top: -4.9375rem
	}
	.vus-right-lg-450 {
		right: 4.9375rem
	}
	.vus-right-lg--450 {
		right: -4.9375rem
	}
	.vus-bottom-lg-450 {
		bottom: 4.9375rem
	}
	.vus-bottom-lg--450 {
		bottom: -4.9375rem
	}
	.vus-left-lg-500 {
		left: 5rem
	}
	.vus-left-lg--500 {
		left: -5rem
	}
	.vus-top-lg-500 {
		top: 5rem
	}
	.vus-top-lg--500 {
		top: -5rem
	}
	.vus-right-lg-500 {
		right: 5rem
	}
	.vus-right-lg--500 {
		right: -5rem
	}
	.vus-bottom-lg-500 {
		bottom: 5rem
	}
	.vus-bottom-lg--500 {
		bottom: -5rem
	}
	.vus-left-lg-550 {
		left: 5.0625rem
	}
	.vus-left-lg--550 {
		left: -5.0625rem
	}
	.vus-top-lg-550 {
		top: 5.0625rem
	}
	.vus-top-lg--550 {
		top: -5.0625rem
	}
	.vus-right-lg-550 {
		right: 5.0625rem
	}
	.vus-right-lg--550 {
		right: -5.0625rem
	}
	.vus-bottom-lg-550 {
		bottom: 5.0625rem
	}
	.vus-bottom-lg--550 {
		bottom: -5.0625rem
	}
	.vus-left-lg-600 {
		left: 5.125rem
	}
	.vus-left-lg--600 {
		left: -5.125rem
	}
	.vus-top-lg-600 {
		top: 5.125rem
	}
	.vus-top-lg--600 {
		top: -5.125rem
	}
	.vus-right-lg-600 {
		right: 5.125rem
	}
	.vus-right-lg--600 {
		right: -5.125rem
	}
	.vus-bottom-lg-600 {
		bottom: 5.125rem
	}
	.vus-bottom-lg--600 {
		bottom: -5.125rem
	}
	.vus-left-lg-650 {
		left: 5.1875rem
	}
	.vus-left-lg--650 {
		left: -5.1875rem
	}
	.vus-top-lg-650 {
		top: 5.1875rem
	}
	.vus-top-lg--650 {
		top: -5.1875rem
	}
	.vus-right-lg-650 {
		right: 5.1875rem
	}
	.vus-right-lg--650 {
		right: -5.1875rem
	}
	.vus-bottom-lg-650 {
		bottom: 5.1875rem
	}
	.vus-bottom-lg--650 {
		bottom: -5.1875rem
	}
	.vus-left-lg-700 {
		left: 5.25rem
	}
	.vus-left-lg--700 {
		left: -5.25rem
	}
	.vus-top-lg-700 {
		top: 5.25rem
	}
	.vus-top-lg--700 {
		top: -5.25rem
	}
	.vus-right-lg-700 {
		right: 5.25rem
	}
	.vus-right-lg--700 {
		right: -5.25rem
	}
	.vus-bottom-lg-700 {
		bottom: 5.25rem
	}
	.vus-bottom-lg--700 {
		bottom: -5.25rem
	}
	.vus-left-lg-750 {
		left: 5.3125rem
	}
	.vus-left-lg--750 {
		left: -5.3125rem
	}
	.vus-top-lg-750 {
		top: 5.3125rem
	}
	.vus-top-lg--750 {
		top: -5.3125rem
	}
	.vus-right-lg-750 {
		right: 5.3125rem
	}
	.vus-right-lg--750 {
		right: -5.3125rem
	}
	.vus-bottom-lg-750 {
		bottom: 5.3125rem
	}
	.vus-bottom-lg--750 {
		bottom: -5.3125rem
	}
	.vus-left-lg-0 {
		left: 0
	}
	.vus-top-lg-0 {
		top: 0
	}
	.vus-right-lg-0 {
		right: 0
	}
	.vus-bottom-lg-0 {
		bottom: 0
	}
	.vus-index-lg--1 {
		z-index: -1
	}
	.vus-index-lg-0 {
		z-index: 0
	}
	.vus-index-lg-1 {
		z-index: 1
	}
	.vus-index-lg-2 {
		z-index: 2
	}
	.vus-index-lg-3 {
		z-index: 3
	}
	.vus-index-lg-4 {
		z-index: 4
	}
	.vus-index-lg-5 {
		z-index: 5
	}
	.vus-index-lg-6 {
		z-index: 6
	}
	.vus-index-lg-7 {
		z-index: 7
	}
	.vus-index-lg-8 {
		z-index: 8
	}
	.vus-index-lg-9 {
		z-index: 9
	}
	.vus-index-lg-10 {
		z-index: 10
	}
	.vus-index-lg-100 {
		z-index: 100
	}
	.vus-index-lg-101 {
		z-index: 101
	}
	.vus-index-lg-102 {
		z-index: 102
	}
	.vus-index-lg-103 {
		z-index: 103
	}
	.vus-index-lg-104 {
		z-index: 104
	}
	.vus-index-lg-105 {
		z-index: 105
	}
	.vus-index-lg-106 {
		z-index: 106
	}
	.vus-index-lg-107 {
		z-index: 107
	}
	.vus-index-lg-108 {
		z-index: 108
	}
	.vus-index-lg-109 {
		z-index: 109
	}
	.vus-index-lg-1000 {
		z-index: 1000
	}
	.vus-index-lg-1001 {
		z-index: 1001
	}
	.vus-index-lg-1002 {
		z-index: 1002
	}
	.vus-index-lg-1003 {
		z-index: 1003
	}
	.vus-index-lg-1004 {
		z-index: 1004
	}
	.vus-index-lg-1005 {
		z-index: 1005
	}
	.vus-index-lg-1006 {
		z-index: 1006
	}
	.vus-index-lg-1007 {
		z-index: 1007
	}
	.vus-index-lg-1008 {
		z-index: 1008
	}
	.vus-index-lg-1009 {
		z-index: 1009
	}
	.vus-index-lg-99999 {
		z-index: 99999
	}
}

[class*=" vus-border-"],
[class^=vus-border-] {
	border-width: 0;
	border-style: solid;
	border-color: #dcdfe6
}

.vus-border-0 {
	border: 0
}

.vus-border-l-0 {
	border-left-width: 0
}

.vus-border-t-0 {
	border-top-width: 0
}

.vus-border-r-0 {
	border-right-width: 0
}

.vus-border-b-0 {
	border-bottom-width: 0
}

.vus-border-1 {
	border-width: .0625rem
}

.vus-border-l-1 {
	border-left-width: .0625rem
}

.vus-border-t-1 {
	border-top-width: .0625rem
}

.vus-border-r-1 {
	border-right-width: .0625rem
}

.vus-border-b-1 {
	border-bottom-width: .0625rem
}

.vus-border-2 {
	border-width: .125rem
}

.vus-border-l-2 {
	border-left-width: .125rem
}

.vus-border-t-2 {
	border-top-width: .125rem
}

.vus-border-r-2 {
	border-right-width: .125rem
}

.vus-border-b-2 {
	border-bottom-width: .125rem
}

.vus-border-3 {
	border-width: .1875rem
}

.vus-border-l-3 {
	border-left-width: .1875rem
}

.vus-border-t-3 {
	border-top-width: .1875rem
}

.vus-border-r-3 {
	border-right-width: .1875rem
}

.vus-border-b-3 {
	border-bottom-width: .1875rem
}

.vus-border-4 {
	border-width: .25rem
}

.vus-border-l-4 {
	border-left-width: .25rem
}

.vus-border-t-4 {
	border-top-width: .25rem
}

.vus-border-r-4 {
	border-right-width: .25rem
}

.vus-border-b-4 {
	border-bottom-width: .25rem
}

.vus-border-5 {
	border-width: .3125rem
}

.vus-border-l-5 {
	border-left-width: .3125rem
}

.vus-border-t-5 {
	border-top-width: .3125rem
}

.vus-border-r-5 {
	border-right-width: .3125rem
}

.vus-border-b-5 {
	border-bottom-width: .3125rem
}

.vus-border-6 {
	border-width: .375rem
}

.vus-border-l-6 {
	border-left-width: .375rem
}

.vus-border-t-6 {
	border-top-width: .375rem
}

.vus-border-r-6 {
	border-right-width: .375rem
}

.vus-border-b-6 {
	border-bottom-width: .375rem
}

.vus-border-7 {
	border-width: .4375rem
}

.vus-border-l-7 {
	border-left-width: .4375rem
}

.vus-border-t-7 {
	border-top-width: .4375rem
}

.vus-border-r-7 {
	border-right-width: .4375rem
}

.vus-border-b-7 {
	border-bottom-width: .4375rem
}

.vus-border-8 {
	border-width: .5rem
}

.vus-border-l-8 {
	border-left-width: .5rem
}

.vus-border-t-8 {
	border-top-width: .5rem
}

.vus-border-r-8 {
	border-right-width: .5rem
}

.vus-border-b-8 {
	border-bottom-width: .5rem
}

.vus-border-9 {
	border-width: .5625rem
}

.vus-border-l-9 {
	border-left-width: .5625rem
}

.vus-border-t-9 {
	border-top-width: .5625rem
}

.vus-border-r-9 {
	border-right-width: .5625rem
}

.vus-border-b-9 {
	border-bottom-width: .5625rem
}

.vus-border-10 {
	border-width: .625rem
}

.vus-border-l-10 {
	border-left-width: .625rem
}

.vus-border-t-10 {
	border-top-width: .625rem
}

.vus-border-r-10 {
	border-right-width: .625rem
}

.vus-border-b-10 {
	border-bottom-width: .625rem
}

.vus-border-11 {
	border-width: .6875rem
}

.vus-border-l-11 {
	border-left-width: .6875rem
}

.vus-border-t-11 {
	border-top-width: .6875rem
}

.vus-border-r-11 {
	border-right-width: .6875rem
}

.vus-border-b-11 {
	border-bottom-width: .6875rem
}

.vus-border-12 {
	border-width: .75rem
}

.vus-border-l-12 {
	border-left-width: .75rem
}

.vus-border-t-12 {
	border-top-width: .75rem
}

.vus-border-r-12 {
	border-right-width: .75rem
}

.vus-border-b-12 {
	border-bottom-width: .75rem
}

.vus-border-13 {
	border-width: .8125rem
}

.vus-border-l-13 {
	border-left-width: .8125rem
}

.vus-border-t-13 {
	border-top-width: .8125rem
}

.vus-border-r-13 {
	border-right-width: .8125rem
}

.vus-border-b-13 {
	border-bottom-width: .8125rem
}

.vus-border-14 {
	border-width: .875rem
}

.vus-border-l-14 {
	border-left-width: .875rem
}

.vus-border-t-14 {
	border-top-width: .875rem
}

.vus-border-r-14 {
	border-right-width: .875rem
}

.vus-border-b-14 {
	border-bottom-width: .875rem
}

.vus-border-15 {
	border-width: .9375rem
}

.vus-border-l-15 {
	border-left-width: .9375rem
}

.vus-border-t-15 {
	border-top-width: .9375rem
}

.vus-border-r-15 {
	border-right-width: .9375rem
}

.vus-border-b-15 {
	border-bottom-width: .9375rem
}

.vus-border-16 {
	border-width: 1rem
}

.vus-border-l-16 {
	border-left-width: 1rem
}

.vus-border-t-16 {
	border-top-width: 1rem
}

.vus-border-r-16 {
	border-right-width: 1rem
}

.vus-border-b-16 {
	border-bottom-width: 1rem
}

.vus-border-17 {
	border-width: 1.0625rem
}

.vus-border-l-17 {
	border-left-width: 1.0625rem
}

.vus-border-t-17 {
	border-top-width: 1.0625rem
}

.vus-border-r-17 {
	border-right-width: 1.0625rem
}

.vus-border-b-17 {
	border-bottom-width: 1.0625rem
}

.vus-border-18 {
	border-width: 1.125rem
}

.vus-border-l-18 {
	border-left-width: 1.125rem
}

.vus-border-t-18 {
	border-top-width: 1.125rem
}

.vus-border-r-18 {
	border-right-width: 1.125rem
}

.vus-border-b-18 {
	border-bottom-width: 1.125rem
}

.vus-border-19 {
	border-width: 1.1875rem
}

.vus-border-l-19 {
	border-left-width: 1.1875rem
}

.vus-border-t-19 {
	border-top-width: 1.1875rem
}

.vus-border-r-19 {
	border-right-width: 1.1875rem
}

.vus-border-b-19 {
	border-bottom-width: 1.1875rem
}

.vus-border-20 {
	border-width: 1.25rem
}

.vus-border-l-20 {
	border-left-width: 1.25rem
}

.vus-border-t-20 {
	border-top-width: 1.25rem
}

.vus-border-r-20 {
	border-right-width: 1.25rem
}

.vus-border-b-20 {
	border-bottom-width: 1.25rem
}

@media (min-width: 576px) {
	.vus-border-xs-0 {
		border: 0
	}
	.vus-border-l-xs-0 {
		border-left-width: 0
	}
	.vus-border-t-xs-0 {
		border-top-width: 0
	}
	.vus-border-r-xs-0 {
		border-right-width: 0
	}
	.vus-border-b-xs-0 {
		border-bottom-width: 0
	}
	.vus-border-xs-1 {
		border-width: .0625rem
	}
	.vus-border-l-xs-1 {
		border-left-width: .0625rem
	}
	.vus-border-t-xs-1 {
		border-top-width: .0625rem
	}
	.vus-border-r-xs-1 {
		border-right-width: .0625rem
	}
	.vus-border-b-xs-1 {
		border-bottom-width: .0625rem
	}
	.vus-border-xs-2 {
		border-width: .125rem
	}
	.vus-border-l-xs-2 {
		border-left-width: .125rem
	}
	.vus-border-t-xs-2 {
		border-top-width: .125rem
	}
	.vus-border-r-xs-2 {
		border-right-width: .125rem
	}
	.vus-border-b-xs-2 {
		border-bottom-width: .125rem
	}
	.vus-border-xs-3 {
		border-width: .1875rem
	}
	.vus-border-l-xs-3 {
		border-left-width: .1875rem
	}
	.vus-border-t-xs-3 {
		border-top-width: .1875rem
	}
	.vus-border-r-xs-3 {
		border-right-width: .1875rem
	}
	.vus-border-b-xs-3 {
		border-bottom-width: .1875rem
	}
	.vus-border-xs-4 {
		border-width: .25rem
	}
	.vus-border-l-xs-4 {
		border-left-width: .25rem
	}
	.vus-border-t-xs-4 {
		border-top-width: .25rem
	}
	.vus-border-r-xs-4 {
		border-right-width: .25rem
	}
	.vus-border-b-xs-4 {
		border-bottom-width: .25rem
	}
	.vus-border-xs-5 {
		border-width: .3125rem
	}
	.vus-border-l-xs-5 {
		border-left-width: .3125rem
	}
	.vus-border-t-xs-5 {
		border-top-width: .3125rem
	}
	.vus-border-r-xs-5 {
		border-right-width: .3125rem
	}
	.vus-border-b-xs-5 {
		border-bottom-width: .3125rem
	}
	.vus-border-xs-6 {
		border-width: .375rem
	}
	.vus-border-l-xs-6 {
		border-left-width: .375rem
	}
	.vus-border-t-xs-6 {
		border-top-width: .375rem
	}
	.vus-border-r-xs-6 {
		border-right-width: .375rem
	}
	.vus-border-b-xs-6 {
		border-bottom-width: .375rem
	}
	.vus-border-xs-7 {
		border-width: .4375rem
	}
	.vus-border-l-xs-7 {
		border-left-width: .4375rem
	}
	.vus-border-t-xs-7 {
		border-top-width: .4375rem
	}
	.vus-border-r-xs-7 {
		border-right-width: .4375rem
	}
	.vus-border-b-xs-7 {
		border-bottom-width: .4375rem
	}
	.vus-border-xs-8 {
		border-width: .5rem
	}
	.vus-border-l-xs-8 {
		border-left-width: .5rem
	}
	.vus-border-t-xs-8 {
		border-top-width: .5rem
	}
	.vus-border-r-xs-8 {
		border-right-width: .5rem
	}
	.vus-border-b-xs-8 {
		border-bottom-width: .5rem
	}
	.vus-border-xs-9 {
		border-width: .5625rem
	}
	.vus-border-l-xs-9 {
		border-left-width: .5625rem
	}
	.vus-border-t-xs-9 {
		border-top-width: .5625rem
	}
	.vus-border-r-xs-9 {
		border-right-width: .5625rem
	}
	.vus-border-b-xs-9 {
		border-bottom-width: .5625rem
	}
	.vus-border-xs-10 {
		border-width: .625rem
	}
	.vus-border-l-xs-10 {
		border-left-width: .625rem
	}
	.vus-border-t-xs-10 {
		border-top-width: .625rem
	}
	.vus-border-r-xs-10 {
		border-right-width: .625rem
	}
	.vus-border-b-xs-10 {
		border-bottom-width: .625rem
	}
	.vus-border-xs-11 {
		border-width: .6875rem
	}
	.vus-border-l-xs-11 {
		border-left-width: .6875rem
	}
	.vus-border-t-xs-11 {
		border-top-width: .6875rem
	}
	.vus-border-r-xs-11 {
		border-right-width: .6875rem
	}
	.vus-border-b-xs-11 {
		border-bottom-width: .6875rem
	}
	.vus-border-xs-12 {
		border-width: .75rem
	}
	.vus-border-l-xs-12 {
		border-left-width: .75rem
	}
	.vus-border-t-xs-12 {
		border-top-width: .75rem
	}
	.vus-border-r-xs-12 {
		border-right-width: .75rem
	}
	.vus-border-b-xs-12 {
		border-bottom-width: .75rem
	}
	.vus-border-xs-13 {
		border-width: .8125rem
	}
	.vus-border-l-xs-13 {
		border-left-width: .8125rem
	}
	.vus-border-t-xs-13 {
		border-top-width: .8125rem
	}
	.vus-border-r-xs-13 {
		border-right-width: .8125rem
	}
	.vus-border-b-xs-13 {
		border-bottom-width: .8125rem
	}
	.vus-border-xs-14 {
		border-width: .875rem
	}
	.vus-border-l-xs-14 {
		border-left-width: .875rem
	}
	.vus-border-t-xs-14 {
		border-top-width: .875rem
	}
	.vus-border-r-xs-14 {
		border-right-width: .875rem
	}
	.vus-border-b-xs-14 {
		border-bottom-width: .875rem
	}
	.vus-border-xs-15 {
		border-width: .9375rem
	}
	.vus-border-l-xs-15 {
		border-left-width: .9375rem
	}
	.vus-border-t-xs-15 {
		border-top-width: .9375rem
	}
	.vus-border-r-xs-15 {
		border-right-width: .9375rem
	}
	.vus-border-b-xs-15 {
		border-bottom-width: .9375rem
	}
	.vus-border-xs-16 {
		border-width: 1rem
	}
	.vus-border-l-xs-16 {
		border-left-width: 1rem
	}
	.vus-border-t-xs-16 {
		border-top-width: 1rem
	}
	.vus-border-r-xs-16 {
		border-right-width: 1rem
	}
	.vus-border-b-xs-16 {
		border-bottom-width: 1rem
	}
	.vus-border-xs-17 {
		border-width: 1.0625rem
	}
	.vus-border-l-xs-17 {
		border-left-width: 1.0625rem
	}
	.vus-border-t-xs-17 {
		border-top-width: 1.0625rem
	}
	.vus-border-r-xs-17 {
		border-right-width: 1.0625rem
	}
	.vus-border-b-xs-17 {
		border-bottom-width: 1.0625rem
	}
	.vus-border-xs-18 {
		border-width: 1.125rem
	}
	.vus-border-l-xs-18 {
		border-left-width: 1.125rem
	}
	.vus-border-t-xs-18 {
		border-top-width: 1.125rem
	}
	.vus-border-r-xs-18 {
		border-right-width: 1.125rem
	}
	.vus-border-b-xs-18 {
		border-bottom-width: 1.125rem
	}
	.vus-border-xs-19 {
		border-width: 1.1875rem
	}
	.vus-border-l-xs-19 {
		border-left-width: 1.1875rem
	}
	.vus-border-t-xs-19 {
		border-top-width: 1.1875rem
	}
	.vus-border-r-xs-19 {
		border-right-width: 1.1875rem
	}
	.vus-border-b-xs-19 {
		border-bottom-width: 1.1875rem
	}
	.vus-border-xs-20 {
		border-width: 1.25rem
	}
	.vus-border-l-xs-20 {
		border-left-width: 1.25rem
	}
	.vus-border-t-xs-20 {
		border-top-width: 1.25rem
	}
	.vus-border-r-xs-20 {
		border-right-width: 1.25rem
	}
	.vus-border-b-xs-20 {
		border-bottom-width: 1.25rem
	}
}

@media (min-width: 768px) {
	.vus-border-sm-0 {
		border: 0
	}
	.vus-border-l-sm-0 {
		border-left-width: 0
	}
	.vus-border-t-sm-0 {
		border-top-width: 0
	}
	.vus-border-r-sm-0 {
		border-right-width: 0
	}
	.vus-border-b-sm-0 {
		border-bottom-width: 0
	}
	.vus-border-sm-1 {
		border-width: .0625rem
	}
	.vus-border-l-sm-1 {
		border-left-width: .0625rem
	}
	.vus-border-t-sm-1 {
		border-top-width: .0625rem
	}
	.vus-border-r-sm-1 {
		border-right-width: .0625rem
	}
	.vus-border-b-sm-1 {
		border-bottom-width: .0625rem
	}
	.vus-border-sm-2 {
		border-width: .125rem
	}
	.vus-border-l-sm-2 {
		border-left-width: .125rem
	}
	.vus-border-t-sm-2 {
		border-top-width: .125rem
	}
	.vus-border-r-sm-2 {
		border-right-width: .125rem
	}
	.vus-border-b-sm-2 {
		border-bottom-width: .125rem
	}
	.vus-border-sm-3 {
		border-width: .1875rem
	}
	.vus-border-l-sm-3 {
		border-left-width: .1875rem
	}
	.vus-border-t-sm-3 {
		border-top-width: .1875rem
	}
	.vus-border-r-sm-3 {
		border-right-width: .1875rem
	}
	.vus-border-b-sm-3 {
		border-bottom-width: .1875rem
	}
	.vus-border-sm-4 {
		border-width: .25rem
	}
	.vus-border-l-sm-4 {
		border-left-width: .25rem
	}
	.vus-border-t-sm-4 {
		border-top-width: .25rem
	}
	.vus-border-r-sm-4 {
		border-right-width: .25rem
	}
	.vus-border-b-sm-4 {
		border-bottom-width: .25rem
	}
	.vus-border-sm-5 {
		border-width: .3125rem
	}
	.vus-border-l-sm-5 {
		border-left-width: .3125rem
	}
	.vus-border-t-sm-5 {
		border-top-width: .3125rem
	}
	.vus-border-r-sm-5 {
		border-right-width: .3125rem
	}
	.vus-border-b-sm-5 {
		border-bottom-width: .3125rem
	}
	.vus-border-sm-6 {
		border-width: .375rem
	}
	.vus-border-l-sm-6 {
		border-left-width: .375rem
	}
	.vus-border-t-sm-6 {
		border-top-width: .375rem
	}
	.vus-border-r-sm-6 {
		border-right-width: .375rem
	}
	.vus-border-b-sm-6 {
		border-bottom-width: .375rem
	}
	.vus-border-sm-7 {
		border-width: .4375rem
	}
	.vus-border-l-sm-7 {
		border-left-width: .4375rem
	}
	.vus-border-t-sm-7 {
		border-top-width: .4375rem
	}
	.vus-border-r-sm-7 {
		border-right-width: .4375rem
	}
	.vus-border-b-sm-7 {
		border-bottom-width: .4375rem
	}
	.vus-border-sm-8 {
		border-width: .5rem
	}
	.vus-border-l-sm-8 {
		border-left-width: .5rem
	}
	.vus-border-t-sm-8 {
		border-top-width: .5rem
	}
	.vus-border-r-sm-8 {
		border-right-width: .5rem
	}
	.vus-border-b-sm-8 {
		border-bottom-width: .5rem
	}
	.vus-border-sm-9 {
		border-width: .5625rem
	}
	.vus-border-l-sm-9 {
		border-left-width: .5625rem
	}
	.vus-border-t-sm-9 {
		border-top-width: .5625rem
	}
	.vus-border-r-sm-9 {
		border-right-width: .5625rem
	}
	.vus-border-b-sm-9 {
		border-bottom-width: .5625rem
	}
	.vus-border-sm-10 {
		border-width: .625rem
	}
	.vus-border-l-sm-10 {
		border-left-width: .625rem
	}
	.vus-border-t-sm-10 {
		border-top-width: .625rem
	}
	.vus-border-r-sm-10 {
		border-right-width: .625rem
	}
	.vus-border-b-sm-10 {
		border-bottom-width: .625rem
	}
	.vus-border-sm-11 {
		border-width: .6875rem
	}
	.vus-border-l-sm-11 {
		border-left-width: .6875rem
	}
	.vus-border-t-sm-11 {
		border-top-width: .6875rem
	}
	.vus-border-r-sm-11 {
		border-right-width: .6875rem
	}
	.vus-border-b-sm-11 {
		border-bottom-width: .6875rem
	}
	.vus-border-sm-12 {
		border-width: .75rem
	}
	.vus-border-l-sm-12 {
		border-left-width: .75rem
	}
	.vus-border-t-sm-12 {
		border-top-width: .75rem
	}
	.vus-border-r-sm-12 {
		border-right-width: .75rem
	}
	.vus-border-b-sm-12 {
		border-bottom-width: .75rem
	}
	.vus-border-sm-13 {
		border-width: .8125rem
	}
	.vus-border-l-sm-13 {
		border-left-width: .8125rem
	}
	.vus-border-t-sm-13 {
		border-top-width: .8125rem
	}
	.vus-border-r-sm-13 {
		border-right-width: .8125rem
	}
	.vus-border-b-sm-13 {
		border-bottom-width: .8125rem
	}
	.vus-border-sm-14 {
		border-width: .875rem
	}
	.vus-border-l-sm-14 {
		border-left-width: .875rem
	}
	.vus-border-t-sm-14 {
		border-top-width: .875rem
	}
	.vus-border-r-sm-14 {
		border-right-width: .875rem
	}
	.vus-border-b-sm-14 {
		border-bottom-width: .875rem
	}
	.vus-border-sm-15 {
		border-width: .9375rem
	}
	.vus-border-l-sm-15 {
		border-left-width: .9375rem
	}
	.vus-border-t-sm-15 {
		border-top-width: .9375rem
	}
	.vus-border-r-sm-15 {
		border-right-width: .9375rem
	}
	.vus-border-b-sm-15 {
		border-bottom-width: .9375rem
	}
	.vus-border-sm-16 {
		border-width: 1rem
	}
	.vus-border-l-sm-16 {
		border-left-width: 1rem
	}
	.vus-border-t-sm-16 {
		border-top-width: 1rem
	}
	.vus-border-r-sm-16 {
		border-right-width: 1rem
	}
	.vus-border-b-sm-16 {
		border-bottom-width: 1rem
	}
	.vus-border-sm-17 {
		border-width: 1.0625rem
	}
	.vus-border-l-sm-17 {
		border-left-width: 1.0625rem
	}
	.vus-border-t-sm-17 {
		border-top-width: 1.0625rem
	}
	.vus-border-r-sm-17 {
		border-right-width: 1.0625rem
	}
	.vus-border-b-sm-17 {
		border-bottom-width: 1.0625rem
	}
	.vus-border-sm-18 {
		border-width: 1.125rem
	}
	.vus-border-l-sm-18 {
		border-left-width: 1.125rem
	}
	.vus-border-t-sm-18 {
		border-top-width: 1.125rem
	}
	.vus-border-r-sm-18 {
		border-right-width: 1.125rem
	}
	.vus-border-b-sm-18 {
		border-bottom-width: 1.125rem
	}
	.vus-border-sm-19 {
		border-width: 1.1875rem
	}
	.vus-border-l-sm-19 {
		border-left-width: 1.1875rem
	}
	.vus-border-t-sm-19 {
		border-top-width: 1.1875rem
	}
	.vus-border-r-sm-19 {
		border-right-width: 1.1875rem
	}
	.vus-border-b-sm-19 {
		border-bottom-width: 1.1875rem
	}
	.vus-border-sm-20 {
		border-width: 1.25rem
	}
	.vus-border-l-sm-20 {
		border-left-width: 1.25rem
	}
	.vus-border-t-sm-20 {
		border-top-width: 1.25rem
	}
	.vus-border-r-sm-20 {
		border-right-width: 1.25rem
	}
	.vus-border-b-sm-20 {
		border-bottom-width: 1.25rem
	}
}

@media (min-width: 1024px) {
	.vus-border-md-0 {
		border: 0
	}
	.vus-border-l-md-0 {
		border-left-width: 0
	}
	.vus-border-t-md-0 {
		border-top-width: 0
	}
	.vus-border-r-md-0 {
		border-right-width: 0
	}
	.vus-border-b-md-0 {
		border-bottom-width: 0
	}
	.vus-border-md-1 {
		border-width: .0625rem
	}
	.vus-border-l-md-1 {
		border-left-width: .0625rem
	}
	.vus-border-t-md-1 {
		border-top-width: .0625rem
	}
	.vus-border-r-md-1 {
		border-right-width: .0625rem
	}
	.vus-border-b-md-1 {
		border-bottom-width: .0625rem
	}
	.vus-border-md-2 {
		border-width: .125rem
	}
	.vus-border-l-md-2 {
		border-left-width: .125rem
	}
	.vus-border-t-md-2 {
		border-top-width: .125rem
	}
	.vus-border-r-md-2 {
		border-right-width: .125rem
	}
	.vus-border-b-md-2 {
		border-bottom-width: .125rem
	}
	.vus-border-md-3 {
		border-width: .1875rem
	}
	.vus-border-l-md-3 {
		border-left-width: .1875rem
	}
	.vus-border-t-md-3 {
		border-top-width: .1875rem
	}
	.vus-border-r-md-3 {
		border-right-width: .1875rem
	}
	.vus-border-b-md-3 {
		border-bottom-width: .1875rem
	}
	.vus-border-md-4 {
		border-width: .25rem
	}
	.vus-border-l-md-4 {
		border-left-width: .25rem
	}
	.vus-border-t-md-4 {
		border-top-width: .25rem
	}
	.vus-border-r-md-4 {
		border-right-width: .25rem
	}
	.vus-border-b-md-4 {
		border-bottom-width: .25rem
	}
	.vus-border-md-5 {
		border-width: .3125rem
	}
	.vus-border-l-md-5 {
		border-left-width: .3125rem
	}
	.vus-border-t-md-5 {
		border-top-width: .3125rem
	}
	.vus-border-r-md-5 {
		border-right-width: .3125rem
	}
	.vus-border-b-md-5 {
		border-bottom-width: .3125rem
	}
	.vus-border-md-6 {
		border-width: .375rem
	}
	.vus-border-l-md-6 {
		border-left-width: .375rem
	}
	.vus-border-t-md-6 {
		border-top-width: .375rem
	}
	.vus-border-r-md-6 {
		border-right-width: .375rem
	}
	.vus-border-b-md-6 {
		border-bottom-width: .375rem
	}
	.vus-border-md-7 {
		border-width: .4375rem
	}
	.vus-border-l-md-7 {
		border-left-width: .4375rem
	}
	.vus-border-t-md-7 {
		border-top-width: .4375rem
	}
	.vus-border-r-md-7 {
		border-right-width: .4375rem
	}
	.vus-border-b-md-7 {
		border-bottom-width: .4375rem
	}
	.vus-border-md-8 {
		border-width: .5rem
	}
	.vus-border-l-md-8 {
		border-left-width: .5rem
	}
	.vus-border-t-md-8 {
		border-top-width: .5rem
	}
	.vus-border-r-md-8 {
		border-right-width: .5rem
	}
	.vus-border-b-md-8 {
		border-bottom-width: .5rem
	}
	.vus-border-md-9 {
		border-width: .5625rem
	}
	.vus-border-l-md-9 {
		border-left-width: .5625rem
	}
	.vus-border-t-md-9 {
		border-top-width: .5625rem
	}
	.vus-border-r-md-9 {
		border-right-width: .5625rem
	}
	.vus-border-b-md-9 {
		border-bottom-width: .5625rem
	}
	.vus-border-md-10 {
		border-width: .625rem
	}
	.vus-border-l-md-10 {
		border-left-width: .625rem
	}
	.vus-border-t-md-10 {
		border-top-width: .625rem
	}
	.vus-border-r-md-10 {
		border-right-width: .625rem
	}
	.vus-border-b-md-10 {
		border-bottom-width: .625rem
	}
	.vus-border-md-11 {
		border-width: .6875rem
	}
	.vus-border-l-md-11 {
		border-left-width: .6875rem
	}
	.vus-border-t-md-11 {
		border-top-width: .6875rem
	}
	.vus-border-r-md-11 {
		border-right-width: .6875rem
	}
	.vus-border-b-md-11 {
		border-bottom-width: .6875rem
	}
	.vus-border-md-12 {
		border-width: .75rem
	}
	.vus-border-l-md-12 {
		border-left-width: .75rem
	}
	.vus-border-t-md-12 {
		border-top-width: .75rem
	}
	.vus-border-r-md-12 {
		border-right-width: .75rem
	}
	.vus-border-b-md-12 {
		border-bottom-width: .75rem
	}
	.vus-border-md-13 {
		border-width: .8125rem
	}
	.vus-border-l-md-13 {
		border-left-width: .8125rem
	}
	.vus-border-t-md-13 {
		border-top-width: .8125rem
	}
	.vus-border-r-md-13 {
		border-right-width: .8125rem
	}
	.vus-border-b-md-13 {
		border-bottom-width: .8125rem
	}
	.vus-border-md-14 {
		border-width: .875rem
	}
	.vus-border-l-md-14 {
		border-left-width: .875rem
	}
	.vus-border-t-md-14 {
		border-top-width: .875rem
	}
	.vus-border-r-md-14 {
		border-right-width: .875rem
	}
	.vus-border-b-md-14 {
		border-bottom-width: .875rem
	}
	.vus-border-md-15 {
		border-width: .9375rem
	}
	.vus-border-l-md-15 {
		border-left-width: .9375rem
	}
	.vus-border-t-md-15 {
		border-top-width: .9375rem
	}
	.vus-border-r-md-15 {
		border-right-width: .9375rem
	}
	.vus-border-b-md-15 {
		border-bottom-width: .9375rem
	}
	.vus-border-md-16 {
		border-width: 1rem
	}
	.vus-border-l-md-16 {
		border-left-width: 1rem
	}
	.vus-border-t-md-16 {
		border-top-width: 1rem
	}
	.vus-border-r-md-16 {
		border-right-width: 1rem
	}
	.vus-border-b-md-16 {
		border-bottom-width: 1rem
	}
	.vus-border-md-17 {
		border-width: 1.0625rem
	}
	.vus-border-l-md-17 {
		border-left-width: 1.0625rem
	}
	.vus-border-t-md-17 {
		border-top-width: 1.0625rem
	}
	.vus-border-r-md-17 {
		border-right-width: 1.0625rem
	}
	.vus-border-b-md-17 {
		border-bottom-width: 1.0625rem
	}
	.vus-border-md-18 {
		border-width: 1.125rem
	}
	.vus-border-l-md-18 {
		border-left-width: 1.125rem
	}
	.vus-border-t-md-18 {
		border-top-width: 1.125rem
	}
	.vus-border-r-md-18 {
		border-right-width: 1.125rem
	}
	.vus-border-b-md-18 {
		border-bottom-width: 1.125rem
	}
	.vus-border-md-19 {
		border-width: 1.1875rem
	}
	.vus-border-l-md-19 {
		border-left-width: 1.1875rem
	}
	.vus-border-t-md-19 {
		border-top-width: 1.1875rem
	}
	.vus-border-r-md-19 {
		border-right-width: 1.1875rem
	}
	.vus-border-b-md-19 {
		border-bottom-width: 1.1875rem
	}
	.vus-border-md-20 {
		border-width: 1.25rem
	}
	.vus-border-l-md-20 {
		border-left-width: 1.25rem
	}
	.vus-border-t-md-20 {
		border-top-width: 1.25rem
	}
	.vus-border-r-md-20 {
		border-right-width: 1.25rem
	}
	.vus-border-b-md-20 {
		border-bottom-width: 1.25rem
	}
}

@media (min-width: 1280px) {
	.vus-border-lg-0 {
		border: 0
	}
	.vus-border-l-lg-0 {
		border-left-width: 0
	}
	.vus-border-t-lg-0 {
		border-top-width: 0
	}
	.vus-border-r-lg-0 {
		border-right-width: 0
	}
	.vus-border-b-lg-0 {
		border-bottom-width: 0
	}
	.vus-border-lg-1 {
		border-width: .0625rem
	}
	.vus-border-l-lg-1 {
		border-left-width: .0625rem
	}
	.vus-border-t-lg-1 {
		border-top-width: .0625rem
	}
	.vus-border-r-lg-1 {
		border-right-width: .0625rem
	}
	.vus-border-b-lg-1 {
		border-bottom-width: .0625rem
	}
	.vus-border-lg-2 {
		border-width: .125rem
	}
	.vus-border-l-lg-2 {
		border-left-width: .125rem
	}
	.vus-border-t-lg-2 {
		border-top-width: .125rem
	}
	.vus-border-r-lg-2 {
		border-right-width: .125rem
	}
	.vus-border-b-lg-2 {
		border-bottom-width: .125rem
	}
	.vus-border-lg-3 {
		border-width: .1875rem
	}
	.vus-border-l-lg-3 {
		border-left-width: .1875rem
	}
	.vus-border-t-lg-3 {
		border-top-width: .1875rem
	}
	.vus-border-r-lg-3 {
		border-right-width: .1875rem
	}
	.vus-border-b-lg-3 {
		border-bottom-width: .1875rem
	}
	.vus-border-lg-4 {
		border-width: .25rem
	}
	.vus-border-l-lg-4 {
		border-left-width: .25rem
	}
	.vus-border-t-lg-4 {
		border-top-width: .25rem
	}
	.vus-border-r-lg-4 {
		border-right-width: .25rem
	}
	.vus-border-b-lg-4 {
		border-bottom-width: .25rem
	}
	.vus-border-lg-5 {
		border-width: .3125rem
	}
	.vus-border-l-lg-5 {
		border-left-width: .3125rem
	}
	.vus-border-t-lg-5 {
		border-top-width: .3125rem
	}
	.vus-border-r-lg-5 {
		border-right-width: .3125rem
	}
	.vus-border-b-lg-5 {
		border-bottom-width: .3125rem
	}
	.vus-border-lg-6 {
		border-width: .375rem
	}
	.vus-border-l-lg-6 {
		border-left-width: .375rem
	}
	.vus-border-t-lg-6 {
		border-top-width: .375rem
	}
	.vus-border-r-lg-6 {
		border-right-width: .375rem
	}
	.vus-border-b-lg-6 {
		border-bottom-width: .375rem
	}
	.vus-border-lg-7 {
		border-width: .4375rem
	}
	.vus-border-l-lg-7 {
		border-left-width: .4375rem
	}
	.vus-border-t-lg-7 {
		border-top-width: .4375rem
	}
	.vus-border-r-lg-7 {
		border-right-width: .4375rem
	}
	.vus-border-b-lg-7 {
		border-bottom-width: .4375rem
	}
	.vus-border-lg-8 {
		border-width: .5rem
	}
	.vus-border-l-lg-8 {
		border-left-width: .5rem
	}
	.vus-border-t-lg-8 {
		border-top-width: .5rem
	}
	.vus-border-r-lg-8 {
		border-right-width: .5rem
	}
	.vus-border-b-lg-8 {
		border-bottom-width: .5rem
	}
	.vus-border-lg-9 {
		border-width: .5625rem
	}
	.vus-border-l-lg-9 {
		border-left-width: .5625rem
	}
	.vus-border-t-lg-9 {
		border-top-width: .5625rem
	}
	.vus-border-r-lg-9 {
		border-right-width: .5625rem
	}
	.vus-border-b-lg-9 {
		border-bottom-width: .5625rem
	}
	.vus-border-lg-10 {
		border-width: .625rem
	}
	.vus-border-l-lg-10 {
		border-left-width: .625rem
	}
	.vus-border-t-lg-10 {
		border-top-width: .625rem
	}
	.vus-border-r-lg-10 {
		border-right-width: .625rem
	}
	.vus-border-b-lg-10 {
		border-bottom-width: .625rem
	}
	.vus-border-lg-11 {
		border-width: .6875rem
	}
	.vus-border-l-lg-11 {
		border-left-width: .6875rem
	}
	.vus-border-t-lg-11 {
		border-top-width: .6875rem
	}
	.vus-border-r-lg-11 {
		border-right-width: .6875rem
	}
	.vus-border-b-lg-11 {
		border-bottom-width: .6875rem
	}
	.vus-border-lg-12 {
		border-width: .75rem
	}
	.vus-border-l-lg-12 {
		border-left-width: .75rem
	}
	.vus-border-t-lg-12 {
		border-top-width: .75rem
	}
	.vus-border-r-lg-12 {
		border-right-width: .75rem
	}
	.vus-border-b-lg-12 {
		border-bottom-width: .75rem
	}
	.vus-border-lg-13 {
		border-width: .8125rem
	}
	.vus-border-l-lg-13 {
		border-left-width: .8125rem
	}
	.vus-border-t-lg-13 {
		border-top-width: .8125rem
	}
	.vus-border-r-lg-13 {
		border-right-width: .8125rem
	}
	.vus-border-b-lg-13 {
		border-bottom-width: .8125rem
	}
	.vus-border-lg-14 {
		border-width: .875rem
	}
	.vus-border-l-lg-14 {
		border-left-width: .875rem
	}
	.vus-border-t-lg-14 {
		border-top-width: .875rem
	}
	.vus-border-r-lg-14 {
		border-right-width: .875rem
	}
	.vus-border-b-lg-14 {
		border-bottom-width: .875rem
	}
	.vus-border-lg-15 {
		border-width: .9375rem
	}
	.vus-border-l-lg-15 {
		border-left-width: .9375rem
	}
	.vus-border-t-lg-15 {
		border-top-width: .9375rem
	}
	.vus-border-r-lg-15 {
		border-right-width: .9375rem
	}
	.vus-border-b-lg-15 {
		border-bottom-width: .9375rem
	}
	.vus-border-lg-16 {
		border-width: 1rem
	}
	.vus-border-l-lg-16 {
		border-left-width: 1rem
	}
	.vus-border-t-lg-16 {
		border-top-width: 1rem
	}
	.vus-border-r-lg-16 {
		border-right-width: 1rem
	}
	.vus-border-b-lg-16 {
		border-bottom-width: 1rem
	}
	.vus-border-lg-17 {
		border-width: 1.0625rem
	}
	.vus-border-l-lg-17 {
		border-left-width: 1.0625rem
	}
	.vus-border-t-lg-17 {
		border-top-width: 1.0625rem
	}
	.vus-border-r-lg-17 {
		border-right-width: 1.0625rem
	}
	.vus-border-b-lg-17 {
		border-bottom-width: 1.0625rem
	}
	.vus-border-lg-18 {
		border-width: 1.125rem
	}
	.vus-border-l-lg-18 {
		border-left-width: 1.125rem
	}
	.vus-border-t-lg-18 {
		border-top-width: 1.125rem
	}
	.vus-border-r-lg-18 {
		border-right-width: 1.125rem
	}
	.vus-border-b-lg-18 {
		border-bottom-width: 1.125rem
	}
	.vus-border-lg-19 {
		border-width: 1.1875rem
	}
	.vus-border-l-lg-19 {
		border-left-width: 1.1875rem
	}
	.vus-border-t-lg-19 {
		border-top-width: 1.1875rem
	}
	.vus-border-r-lg-19 {
		border-right-width: 1.1875rem
	}
	.vus-border-b-lg-19 {
		border-bottom-width: 1.1875rem
	}
	.vus-border-lg-20 {
		border-width: 1.25rem
	}
	.vus-border-l-lg-20 {
		border-left-width: 1.25rem
	}
	.vus-border-t-lg-20 {
		border-top-width: 1.25rem
	}
	.vus-border-r-lg-20 {
		border-right-width: 1.25rem
	}
	.vus-border-b-lg-20 {
		border-bottom-width: 1.25rem
	}
}

.vus-border-solid {
	border-style: solid
}

.vus-border-dashed {
	border-style: dashed
}

.vus-border-dotted {
	border-style: dotted
}

.vus-w-5 {
	width: 5%!important
}

.vus-w-min-5 {
	min-width: 5%!important
}

.vus-w-max-5 {
	max-width: 5%!important
}

.vus-vw-5 {
	width: 5vw!important
}

.vus-w-10 {
	width: 10%!important
}

.vus-w-min-10 {
	min-width: 10%!important
}

.vus-w-max-10 {
	max-width: 10%!important
}

.vus-vw-10 {
	width: 10vw!important
}

.vus-w-15 {
	width: 15%!important
}

.vus-w-min-15 {
	min-width: 15%!important
}

.vus-w-max-15 {
	max-width: 15%!important
}

.vus-vw-15 {
	width: 15vw!important
}

.vus-w-20 {
	width: 20%!important
}

.vus-w-min-20 {
	min-width: 20%!important
}

.vus-w-max-20 {
	max-width: 20%!important
}

.vus-vw-20 {
	width: 20vw!important
}

.vus-w-25 {
	width: 25%!important
}

.vus-w-min-25 {
	min-width: 25%!important
}

.vus-w-max-25 {
	max-width: 25%!important
}

.vus-vw-25 {
	width: 25vw!important
}

.vus-w-30 {
	width: 30%!important
}

.vus-w-min-30 {
	min-width: 30%!important
}

.vus-w-max-30 {
	max-width: 30%!important
}

.vus-vw-30 {
	width: 30vw!important
}

.vus-w-35 {
	width: 35%!important
}

.vus-w-min-35 {
	min-width: 35%!important
}

.vus-w-max-35 {
	max-width: 35%!important
}

.vus-vw-35 {
	width: 35vw!important
}

.vus-w-40 {
	width: 40%!important
}

.vus-w-min-40 {
	min-width: 40%!important
}

.vus-w-max-40 {
	max-width: 40%!important
}

.vus-vw-40 {
	width: 40vw!important
}

.vus-w-45 {
	width: 45%!important
}

.vus-w-min-45 {
	min-width: 45%!important
}

.vus-w-max-45 {
	max-width: 45%!important
}

.vus-vw-45 {
	width: 45vw!important
}

.vus-w-50 {
	width: 50%!important
}

.vus-w-min-50 {
	min-width: 50%!important
}

.vus-w-max-50 {
	max-width: 50%!important
}

.vus-vw-50 {
	width: 50vw!important
}

.vus-w-55 {
	width: 55%!important
}

.vus-w-min-55 {
	min-width: 55%!important
}

.vus-w-max-55 {
	max-width: 55%!important
}

.vus-vw-55 {
	width: 55vw!important
}

.vus-w-60 {
	width: 60%!important
}

.vus-w-min-60 {
	min-width: 60%!important
}

.vus-w-max-60 {
	max-width: 60%!important
}

.vus-vw-60 {
	width: 60vw!important
}

.vus-w-65 {
	width: 65%!important
}

.vus-w-min-65 {
	min-width: 65%!important
}

.vus-w-max-65 {
	max-width: 65%!important
}

.vus-vw-65 {
	width: 65vw!important
}

.vus-w-70 {
	width: 70%!important
}

.vus-w-min-70 {
	min-width: 70%!important
}

.vus-w-max-70 {
	max-width: 70%!important
}

.vus-vw-70 {
	width: 70vw!important
}

.vus-w-75 {
	width: 75%!important
}

.vus-w-min-75 {
	min-width: 75%!important
}

.vus-w-max-75 {
	max-width: 75%!important
}

.vus-vw-75 {
	width: 75vw!important
}

.vus-w-80 {
	width: 80%!important
}

.vus-w-min-80 {
	min-width: 80%!important
}

.vus-w-max-80 {
	max-width: 80%!important
}

.vus-vw-80 {
	width: 80vw!important
}

.vus-w-85 {
	width: 85%!important
}

.vus-w-min-85 {
	min-width: 85%!important
}

.vus-w-max-85 {
	max-width: 85%!important
}

.vus-vw-85 {
	width: 85vw!important
}

.vus-w-90 {
	width: 90%!important
}

.vus-w-min-90 {
	min-width: 90%!important
}

.vus-w-max-90 {
	max-width: 90%!important
}

.vus-vw-90 {
	width: 90vw!important
}

.vus-w-95 {
	width: 95%!important
}

.vus-w-min-95 {
	min-width: 95%!important
}

.vus-w-max-95 {
	max-width: 95%!important
}

.vus-vw-95 {
	width: 95vw!important
}

.vus-w-100 {
	width: 100%!important
}

.vus-w-min-100 {
	min-width: 100%!important
}

.vus-w-max-100 {
	max-width: 100%!important
}

.vus-vw-100 {
	width: 100vw!important
}

.vus-w-px-1 {
	width: .0625rem!important
}

.vus-w-min-px-1 {
	min-width: .0625rem!important
}

.vus-w-max-px-1 {
	max-width: .0625rem!important
}

.vus-w-calc-1 {
	width: calc(100% - .0625rem)!important
}

.vus-vw-calc-1 {
	width: calc(100vw - .0625rem)!important
}

.vus-w-px-2 {
	width: .125rem!important
}

.vus-w-min-px-2 {
	min-width: .125rem!important
}

.vus-w-max-px-2 {
	max-width: .125rem!important
}

.vus-w-calc-2 {
	width: calc(100% - .125rem)!important
}

.vus-vw-calc-2 {
	width: calc(100vw - .125rem)!important
}

.vus-w-px-3 {
	width: .1875rem!important
}

.vus-w-min-px-3 {
	min-width: .1875rem!important
}

.vus-w-max-px-3 {
	max-width: .1875rem!important
}

.vus-w-calc-3 {
	width: calc(100% - .1875rem)!important
}

.vus-vw-calc-3 {
	width: calc(100vw - .1875rem)!important
}

.vus-w-px-4 {
	width: .25rem!important
}

.vus-w-min-px-4 {
	min-width: .25rem!important
}

.vus-w-max-px-4 {
	max-width: .25rem!important
}

.vus-w-calc-4 {
	width: calc(100% - .25rem)!important
}

.vus-vw-calc-4 {
	width: calc(100vw - .25rem)!important
}

.vus-w-px-5 {
	width: .3125rem!important
}

.vus-w-min-px-5 {
	min-width: .3125rem!important
}

.vus-w-max-px-5 {
	max-width: .3125rem!important
}

.vus-w-calc-5 {
	width: calc(100% - .3125rem)!important
}

.vus-vw-calc-5 {
	width: calc(100vw - .3125rem)!important
}

.vus-w-px-6 {
	width: .375rem!important
}

.vus-w-min-px-6 {
	min-width: .375rem!important
}

.vus-w-max-px-6 {
	max-width: .375rem!important
}

.vus-w-calc-6 {
	width: calc(100% - .375rem)!important
}

.vus-vw-calc-6 {
	width: calc(100vw - .375rem)!important
}

.vus-w-px-7 {
	width: .4375rem!important
}

.vus-w-min-px-7 {
	min-width: .4375rem!important
}

.vus-w-max-px-7 {
	max-width: .4375rem!important
}

.vus-w-calc-7 {
	width: calc(100% - .4375rem)!important
}

.vus-vw-calc-7 {
	width: calc(100vw - .4375rem)!important
}

.vus-w-px-8 {
	width: .5rem!important
}

.vus-w-min-px-8 {
	min-width: .5rem!important
}

.vus-w-max-px-8 {
	max-width: .5rem!important
}

.vus-w-calc-8 {
	width: calc(100% - .5rem)!important
}

.vus-vw-calc-8 {
	width: calc(100vw - .5rem)!important
}

.vus-w-px-9 {
	width: .5625rem!important
}

.vus-w-min-px-9 {
	min-width: .5625rem!important
}

.vus-w-max-px-9 {
	max-width: .5625rem!important
}

.vus-w-calc-9 {
	width: calc(100% - .5625rem)!important
}

.vus-vw-calc-9 {
	width: calc(100vw - .5625rem)!important
}

.vus-w-px-10 {
	width: .625rem!important
}

.vus-w-min-px-10 {
	min-width: .625rem!important
}

.vus-w-max-px-10 {
	max-width: .625rem!important
}

.vus-w-calc-10 {
	width: calc(100% - .625rem)!important
}

.vus-vw-calc-10 {
	width: calc(100vw - .625rem)!important
}

.vus-w-px-12 {
	width: .75rem!important
}

.vus-w-min-px-12 {
	min-width: .75rem!important
}

.vus-w-max-px-12 {
	max-width: .75rem!important
}

.vus-w-calc-12 {
	width: calc(100% - .75rem)!important
}

.vus-vw-calc-12 {
	width: calc(100vw - .75rem)!important
}

.vus-w-px-14 {
	width: .875rem!important
}

.vus-w-min-px-14 {
	min-width: .875rem!important
}

.vus-w-max-px-14 {
	max-width: .875rem!important
}

.vus-w-calc-14 {
	width: calc(100% - .875rem)!important
}

.vus-vw-calc-14 {
	width: calc(100vw - .875rem)!important
}

.vus-w-px-15 {
	width: .9375rem!important
}

.vus-w-min-px-15 {
	min-width: .9375rem!important
}

.vus-w-max-px-15 {
	max-width: .9375rem!important
}

.vus-w-calc-15 {
	width: calc(100% - .9375rem)!important
}

.vus-vw-calc-15 {
	width: calc(100vw - .9375rem)!important
}

.vus-w-px-16 {
	width: 1rem!important
}

.vus-w-min-px-16 {
	min-width: 1rem!important
}

.vus-w-max-px-16 {
	max-width: 1rem!important
}

.vus-w-calc-16 {
	width: calc(100% - 1rem)!important
}

.vus-vw-calc-16 {
	width: calc(100vw - 1rem)!important
}

.vus-w-px-18 {
	width: 1.125rem!important
}

.vus-w-min-px-18 {
	min-width: 1.125rem!important
}

.vus-w-max-px-18 {
	max-width: 1.125rem!important
}

.vus-w-calc-18 {
	width: calc(100% - 1.125rem)!important
}

.vus-vw-calc-18 {
	width: calc(100vw - 1.125rem)!important
}

.vus-w-px-20 {
	width: 1.25rem!important
}

.vus-w-min-px-20 {
	min-width: 1.25rem!important
}

.vus-w-max-px-20 {
	max-width: 1.25rem!important
}

.vus-w-calc-20 {
	width: calc(100% - 1.25rem)!important
}

.vus-vw-calc-20 {
	width: calc(100vw - 1.25rem)!important
}

.vus-w-px-22 {
	width: 1.375rem!important
}

.vus-w-min-px-22 {
	min-width: 1.375rem!important
}

.vus-w-max-px-22 {
	max-width: 1.375rem!important
}

.vus-w-calc-22 {
	width: calc(100% - 1.375rem)!important
}

.vus-vw-calc-22 {
	width: calc(100vw - 1.375rem)!important
}

.vus-w-px-24 {
	width: 1.5rem!important
}

.vus-w-min-px-24 {
	min-width: 1.5rem!important
}

.vus-w-max-px-24 {
	max-width: 1.5rem!important
}

.vus-w-calc-24 {
	width: calc(100% - 1.5rem)!important
}

.vus-vw-calc-24 {
	width: calc(100vw - 1.5rem)!important
}

.vus-w-px-25 {
	width: 1.5625rem!important
}

.vus-w-min-px-25 {
	min-width: 1.5625rem!important
}

.vus-w-max-px-25 {
	max-width: 1.5625rem!important
}

.vus-w-calc-25 {
	width: calc(100% - 1.5625rem)!important
}

.vus-vw-calc-25 {
	width: calc(100vw - 1.5625rem)!important
}

.vus-w-px-26 {
	width: 1.625rem!important
}

.vus-w-min-px-26 {
	min-width: 1.625rem!important
}

.vus-w-max-px-26 {
	max-width: 1.625rem!important
}

.vus-w-calc-26 {
	width: calc(100% - 1.625rem)!important
}

.vus-vw-calc-26 {
	width: calc(100vw - 1.625rem)!important
}

.vus-w-px-28 {
	width: 1.75rem!important
}

.vus-w-min-px-28 {
	min-width: 1.75rem!important
}

.vus-w-max-px-28 {
	max-width: 1.75rem!important
}

.vus-w-calc-28 {
	width: calc(100% - 1.75rem)!important
}

.vus-vw-calc-28 {
	width: calc(100vw - 1.75rem)!important
}

.vus-w-px-30 {
	width: 1.875rem!important
}

.vus-w-min-px-30 {
	min-width: 1.875rem!important
}

.vus-w-max-px-30 {
	max-width: 1.875rem!important
}

.vus-w-calc-30 {
	width: calc(100% - 1.875rem)!important
}

.vus-vw-calc-30 {
	width: calc(100vw - 1.875rem)!important
}

.vus-w-px-32 {
	width: 2rem!important
}

.vus-w-min-px-32 {
	min-width: 2rem!important
}

.vus-w-max-px-32 {
	max-width: 2rem!important
}

.vus-w-calc-32 {
	width: calc(100% - 2rem)!important
}

.vus-vw-calc-32 {
	width: calc(100vw - 2rem)!important
}

.vus-w-px-34 {
	width: 2.125rem!important
}

.vus-w-min-px-34 {
	min-width: 2.125rem!important
}

.vus-w-max-px-34 {
	max-width: 2.125rem!important
}

.vus-w-calc-34 {
	width: calc(100% - 2.125rem)!important
}

.vus-vw-calc-34 {
	width: calc(100vw - 2.125rem)!important
}

.vus-w-px-35 {
	width: 2.1875rem!important
}

.vus-w-min-px-35 {
	min-width: 2.1875rem!important
}

.vus-w-max-px-35 {
	max-width: 2.1875rem!important
}

.vus-w-calc-35 {
	width: calc(100% - 2.1875rem)!important
}

.vus-vw-calc-35 {
	width: calc(100vw - 2.1875rem)!important
}

.vus-w-px-36 {
	width: 2.25rem!important
}

.vus-w-min-px-36 {
	min-width: 2.25rem!important
}

.vus-w-max-px-36 {
	max-width: 2.25rem!important
}

.vus-w-calc-36 {
	width: calc(100% - 2.25rem)!important
}

.vus-vw-calc-36 {
	width: calc(100vw - 2.25rem)!important
}

.vus-w-px-38 {
	width: 2.375rem!important
}

.vus-w-min-px-38 {
	min-width: 2.375rem!important
}

.vus-w-max-px-38 {
	max-width: 2.375rem!important
}

.vus-w-calc-38 {
	width: calc(100% - 2.375rem)!important
}

.vus-vw-calc-38 {
	width: calc(100vw - 2.375rem)!important
}

.vus-w-px-40 {
	width: 2.5rem!important
}

.vus-w-min-px-40 {
	min-width: 2.5rem!important
}

.vus-w-max-px-40 {
	max-width: 2.5rem!important
}

.vus-w-calc-40 {
	width: calc(100% - 2.5rem)!important
}

.vus-vw-calc-40 {
	width: calc(100vw - 2.5rem)!important
}

.vus-w-px-42 {
	width: 2.625rem!important
}

.vus-w-min-px-42 {
	min-width: 2.625rem!important
}

.vus-w-max-px-42 {
	max-width: 2.625rem!important
}

.vus-w-calc-42 {
	width: calc(100% - 2.625rem)!important
}

.vus-vw-calc-42 {
	width: calc(100vw - 2.625rem)!important
}

.vus-w-px-44 {
	width: 2.75rem!important
}

.vus-w-min-px-44 {
	min-width: 2.75rem!important
}

.vus-w-max-px-44 {
	max-width: 2.75rem!important
}

.vus-w-calc-44 {
	width: calc(100% - 2.75rem)!important
}

.vus-vw-calc-44 {
	width: calc(100vw - 2.75rem)!important
}

.vus-w-px-45 {
	width: 2.8125rem!important
}

.vus-w-min-px-45 {
	min-width: 2.8125rem!important
}

.vus-w-max-px-45 {
	max-width: 2.8125rem!important
}

.vus-w-calc-45 {
	width: calc(100% - 2.8125rem)!important
}

.vus-vw-calc-45 {
	width: calc(100vw - 2.8125rem)!important
}

.vus-w-px-46 {
	width: 2.875rem!important
}

.vus-w-min-px-46 {
	min-width: 2.875rem!important
}

.vus-w-max-px-46 {
	max-width: 2.875rem!important
}

.vus-w-calc-46 {
	width: calc(100% - 2.875rem)!important
}

.vus-vw-calc-46 {
	width: calc(100vw - 2.875rem)!important
}

.vus-w-px-48 {
	width: 3rem!important
}

.vus-w-min-px-48 {
	min-width: 3rem!important
}

.vus-w-max-px-48 {
	max-width: 3rem!important
}

.vus-w-calc-48 {
	width: calc(100% - 3rem)!important
}

.vus-vw-calc-48 {
	width: calc(100vw - 3rem)!important
}

.vus-w-px-50 {
	width: 3.125rem!important
}

.vus-w-min-px-50 {
	min-width: 3.125rem!important
}

.vus-w-max-px-50 {
	max-width: 3.125rem!important
}

.vus-w-calc-50 {
	width: calc(100% - 3.125rem)!important
}

.vus-vw-calc-50 {
	width: calc(100vw - 3.125rem)!important
}

.vus-w-px-52 {
	width: 3.25rem!important
}

.vus-w-min-px-52 {
	min-width: 3.25rem!important
}

.vus-w-max-px-52 {
	max-width: 3.25rem!important
}

.vus-w-calc-52 {
	width: calc(100% - 3.25rem)!important
}

.vus-vw-calc-52 {
	width: calc(100vw - 3.25rem)!important
}

.vus-w-px-54 {
	width: 3.375rem!important
}

.vus-w-min-px-54 {
	min-width: 3.375rem!important
}

.vus-w-max-px-54 {
	max-width: 3.375rem!important
}

.vus-w-calc-54 {
	width: calc(100% - 3.375rem)!important
}

.vus-vw-calc-54 {
	width: calc(100vw - 3.375rem)!important
}

.vus-w-px-55 {
	width: 3.4375rem!important
}

.vus-w-min-px-55 {
	min-width: 3.4375rem!important
}

.vus-w-max-px-55 {
	max-width: 3.4375rem!important
}

.vus-w-calc-55 {
	width: calc(100% - 3.4375rem)!important
}

.vus-vw-calc-55 {
	width: calc(100vw - 3.4375rem)!important
}

.vus-w-px-56 {
	width: 3.5rem!important
}

.vus-w-min-px-56 {
	min-width: 3.5rem!important
}

.vus-w-max-px-56 {
	max-width: 3.5rem!important
}

.vus-w-calc-56 {
	width: calc(100% - 3.5rem)!important
}

.vus-vw-calc-56 {
	width: calc(100vw - 3.5rem)!important
}

.vus-w-px-58 {
	width: 3.625rem!important
}

.vus-w-min-px-58 {
	min-width: 3.625rem!important
}

.vus-w-max-px-58 {
	max-width: 3.625rem!important
}

.vus-w-calc-58 {
	width: calc(100% - 3.625rem)!important
}

.vus-vw-calc-58 {
	width: calc(100vw - 3.625rem)!important
}

.vus-w-px-60 {
	width: 3.75rem!important
}

.vus-w-min-px-60 {
	min-width: 3.75rem!important
}

.vus-w-max-px-60 {
	max-width: 3.75rem!important
}

.vus-w-calc-60 {
	width: calc(100% - 3.75rem)!important
}

.vus-vw-calc-60 {
	width: calc(100vw - 3.75rem)!important
}

.vus-w-px-62 {
	width: 3.875rem!important
}

.vus-w-min-px-62 {
	min-width: 3.875rem!important
}

.vus-w-max-px-62 {
	max-width: 3.875rem!important
}

.vus-w-calc-62 {
	width: calc(100% - 3.875rem)!important
}

.vus-vw-calc-62 {
	width: calc(100vw - 3.875rem)!important
}

.vus-w-px-64 {
	width: 4rem!important
}

.vus-w-min-px-64 {
	min-width: 4rem!important
}

.vus-w-max-px-64 {
	max-width: 4rem!important
}

.vus-w-calc-64 {
	width: calc(100% - 4rem)!important
}

.vus-vw-calc-64 {
	width: calc(100vw - 4rem)!important
}

.vus-w-px-65 {
	width: 4.0625rem!important
}

.vus-w-min-px-65 {
	min-width: 4.0625rem!important
}

.vus-w-max-px-65 {
	max-width: 4.0625rem!important
}

.vus-w-calc-65 {
	width: calc(100% - 4.0625rem)!important
}

.vus-vw-calc-65 {
	width: calc(100vw - 4.0625rem)!important
}

.vus-w-px-66 {
	width: 4.125rem!important
}

.vus-w-min-px-66 {
	min-width: 4.125rem!important
}

.vus-w-max-px-66 {
	max-width: 4.125rem!important
}

.vus-w-calc-66 {
	width: calc(100% - 4.125rem)!important
}

.vus-vw-calc-66 {
	width: calc(100vw - 4.125rem)!important
}

.vus-w-px-68 {
	width: 4.25rem!important
}

.vus-w-min-px-68 {
	min-width: 4.25rem!important
}

.vus-w-max-px-68 {
	max-width: 4.25rem!important
}

.vus-w-calc-68 {
	width: calc(100% - 4.25rem)!important
}

.vus-vw-calc-68 {
	width: calc(100vw - 4.25rem)!important
}

.vus-w-px-70 {
	width: 4.375rem!important
}

.vus-w-min-px-70 {
	min-width: 4.375rem!important
}

.vus-w-max-px-70 {
	max-width: 4.375rem!important
}

.vus-w-calc-70 {
	width: calc(100% - 4.375rem)!important
}

.vus-vw-calc-70 {
	width: calc(100vw - 4.375rem)!important
}

.vus-w-px-72 {
	width: 4.5rem!important
}

.vus-w-min-px-72 {
	min-width: 4.5rem!important
}

.vus-w-max-px-72 {
	max-width: 4.5rem!important
}

.vus-w-calc-72 {
	width: calc(100% - 4.5rem)!important
}

.vus-vw-calc-72 {
	width: calc(100vw - 4.5rem)!important
}

.vus-w-px-74 {
	width: 4.625rem!important
}

.vus-w-min-px-74 {
	min-width: 4.625rem!important
}

.vus-w-max-px-74 {
	max-width: 4.625rem!important
}

.vus-w-calc-74 {
	width: calc(100% - 4.625rem)!important
}

.vus-vw-calc-74 {
	width: calc(100vw - 4.625rem)!important
}

.vus-w-px-75 {
	width: 4.6875rem!important
}

.vus-w-min-px-75 {
	min-width: 4.6875rem!important
}

.vus-w-max-px-75 {
	max-width: 4.6875rem!important
}

.vus-w-calc-75 {
	width: calc(100% - 4.6875rem)!important
}

.vus-vw-calc-75 {
	width: calc(100vw - 4.6875rem)!important
}

.vus-w-px-76 {
	width: 4.75rem!important
}

.vus-w-min-px-76 {
	min-width: 4.75rem!important
}

.vus-w-max-px-76 {
	max-width: 4.75rem!important
}

.vus-w-calc-76 {
	width: calc(100% - 4.75rem)!important
}

.vus-vw-calc-76 {
	width: calc(100vw - 4.75rem)!important
}

.vus-w-px-78 {
	width: 4.875rem!important
}

.vus-w-min-px-78 {
	min-width: 4.875rem!important
}

.vus-w-max-px-78 {
	max-width: 4.875rem!important
}

.vus-w-calc-78 {
	width: calc(100% - 4.875rem)!important
}

.vus-vw-calc-78 {
	width: calc(100vw - 4.875rem)!important
}

.vus-w-px-80 {
	width: 5rem!important
}

.vus-w-min-px-80 {
	min-width: 5rem!important
}

.vus-w-max-px-80 {
	max-width: 5rem!important
}

.vus-w-calc-80 {
	width: calc(100% - 5rem)!important
}

.vus-vw-calc-80 {
	width: calc(100vw - 5rem)!important
}

.vus-w-px-82 {
	width: 5.125rem!important
}

.vus-w-min-px-82 {
	min-width: 5.125rem!important
}

.vus-w-max-px-82 {
	max-width: 5.125rem!important
}

.vus-w-calc-82 {
	width: calc(100% - 5.125rem)!important
}

.vus-vw-calc-82 {
	width: calc(100vw - 5.125rem)!important
}

.vus-w-px-84 {
	width: 5.25rem!important
}

.vus-w-min-px-84 {
	min-width: 5.25rem!important
}

.vus-w-max-px-84 {
	max-width: 5.25rem!important
}

.vus-w-calc-84 {
	width: calc(100% - 5.25rem)!important
}

.vus-vw-calc-84 {
	width: calc(100vw - 5.25rem)!important
}

.vus-w-px-85 {
	width: 5.3125rem!important
}

.vus-w-min-px-85 {
	min-width: 5.3125rem!important
}

.vus-w-max-px-85 {
	max-width: 5.3125rem!important
}

.vus-w-calc-85 {
	width: calc(100% - 5.3125rem)!important
}

.vus-vw-calc-85 {
	width: calc(100vw - 5.3125rem)!important
}

.vus-w-px-86 {
	width: 5.375rem!important
}

.vus-w-min-px-86 {
	min-width: 5.375rem!important
}

.vus-w-max-px-86 {
	max-width: 5.375rem!important
}

.vus-w-calc-86 {
	width: calc(100% - 5.375rem)!important
}

.vus-vw-calc-86 {
	width: calc(100vw - 5.375rem)!important
}

.vus-w-px-88 {
	width: 5.5rem!important
}

.vus-w-min-px-88 {
	min-width: 5.5rem!important
}

.vus-w-max-px-88 {
	max-width: 5.5rem!important
}

.vus-w-calc-88 {
	width: calc(100% - 5.5rem)!important
}

.vus-vw-calc-88 {
	width: calc(100vw - 5.5rem)!important
}

.vus-w-px-90 {
	width: 5.625rem!important
}

.vus-w-min-px-90 {
	min-width: 5.625rem!important
}

.vus-w-max-px-90 {
	max-width: 5.625rem!important
}

.vus-w-calc-90 {
	width: calc(100% - 5.625rem)!important
}

.vus-vw-calc-90 {
	width: calc(100vw - 5.625rem)!important
}

.vus-w-px-92 {
	width: 5.75rem!important
}

.vus-w-min-px-92 {
	min-width: 5.75rem!important
}

.vus-w-max-px-92 {
	max-width: 5.75rem!important
}

.vus-w-calc-92 {
	width: calc(100% - 5.75rem)!important
}

.vus-vw-calc-92 {
	width: calc(100vw - 5.75rem)!important
}

.vus-w-px-94 {
	width: 5.875rem!important
}

.vus-w-min-px-94 {
	min-width: 5.875rem!important
}

.vus-w-max-px-94 {
	max-width: 5.875rem!important
}

.vus-w-calc-94 {
	width: calc(100% - 5.875rem)!important
}

.vus-vw-calc-94 {
	width: calc(100vw - 5.875rem)!important
}

.vus-w-px-95 {
	width: 5.9375rem!important
}

.vus-w-min-px-95 {
	min-width: 5.9375rem!important
}

.vus-w-max-px-95 {
	max-width: 5.9375rem!important
}

.vus-w-calc-95 {
	width: calc(100% - 5.9375rem)!important
}

.vus-vw-calc-95 {
	width: calc(100vw - 5.9375rem)!important
}

.vus-w-px-96 {
	width: 6rem!important
}

.vus-w-min-px-96 {
	min-width: 6rem!important
}

.vus-w-max-px-96 {
	max-width: 6rem!important
}

.vus-w-calc-96 {
	width: calc(100% - 6rem)!important
}

.vus-vw-calc-96 {
	width: calc(100vw - 6rem)!important
}

.vus-w-px-98 {
	width: 6.125rem!important
}

.vus-w-min-px-98 {
	min-width: 6.125rem!important
}

.vus-w-max-px-98 {
	max-width: 6.125rem!important
}

.vus-w-calc-98 {
	width: calc(100% - 6.125rem)!important
}

.vus-vw-calc-98 {
	width: calc(100vw - 6.125rem)!important
}

.vus-w-px-100 {
	width: 6.25rem!important
}

.vus-w-min-px-100 {
	min-width: 6.25rem!important
}

.vus-w-max-px-100 {
	max-width: 6.25rem!important
}

.vus-w-calc-100 {
	width: calc(100% - 6.25rem)!important
}

.vus-vw-calc-100 {
	width: calc(100vw - 6.25rem)!important
}

.vus-w-px-110 {
	width: 6.875rem!important
}

.vus-w-min-px-110 {
	min-width: 6.875rem!important
}

.vus-w-max-px-110 {
	max-width: 6.875rem!important
}

.vus-w-calc-110 {
	width: calc(100% - 6.875rem)!important
}

.vus-vw-calc-110 {
	width: calc(100vw - 6.875rem)!important
}

.vus-w-px-120 {
	width: 7.5rem!important
}

.vus-w-min-px-120 {
	min-width: 7.5rem!important
}

.vus-w-max-px-120 {
	max-width: 7.5rem!important
}

.vus-w-calc-120 {
	width: calc(100% - 7.5rem)!important
}

.vus-vw-calc-120 {
	width: calc(100vw - 7.5rem)!important
}

.vus-w-px-130 {
	width: 8.125rem!important
}

.vus-w-min-px-130 {
	min-width: 8.125rem!important
}

.vus-w-max-px-130 {
	max-width: 8.125rem!important
}

.vus-w-calc-130 {
	width: calc(100% - 8.125rem)!important
}

.vus-vw-calc-130 {
	width: calc(100vw - 8.125rem)!important
}

.vus-w-px-140 {
	width: 8.75rem!important
}

.vus-w-min-px-140 {
	min-width: 8.75rem!important
}

.vus-w-max-px-140 {
	max-width: 8.75rem!important
}

.vus-w-calc-140 {
	width: calc(100% - 8.75rem)!important
}

.vus-vw-calc-140 {
	width: calc(100vw - 8.75rem)!important
}

.vus-w-px-150 {
	width: 9.375rem!important
}

.vus-w-min-px-150 {
	min-width: 9.375rem!important
}

.vus-w-max-px-150 {
	max-width: 9.375rem!important
}

.vus-w-calc-150 {
	width: calc(100% - 9.375rem)!important
}

.vus-vw-calc-150 {
	width: calc(100vw - 9.375rem)!important
}

.vus-w-px-160 {
	width: 10rem!important
}

.vus-w-min-px-160 {
	min-width: 10rem!important
}

.vus-w-max-px-160 {
	max-width: 10rem!important
}

.vus-w-calc-160 {
	width: calc(100% - 10rem)!important
}

.vus-vw-calc-160 {
	width: calc(100vw - 10rem)!important
}

.vus-w-px-170 {
	width: 10.625rem!important
}

.vus-w-min-px-170 {
	min-width: 10.625rem!important
}

.vus-w-max-px-170 {
	max-width: 10.625rem!important
}

.vus-w-calc-170 {
	width: calc(100% - 10.625rem)!important
}

.vus-vw-calc-170 {
	width: calc(100vw - 10.625rem)!important
}

.vus-w-px-180 {
	width: 11.25rem!important
}

.vus-w-min-px-180 {
	min-width: 11.25rem!important
}

.vus-w-max-px-180 {
	max-width: 11.25rem!important
}

.vus-w-calc-180 {
	width: calc(100% - 11.25rem)!important
}

.vus-vw-calc-180 {
	width: calc(100vw - 11.25rem)!important
}

.vus-w-px-190 {
	width: 11.875rem!important
}

.vus-w-min-px-190 {
	min-width: 11.875rem!important
}

.vus-w-max-px-190 {
	max-width: 11.875rem!important
}

.vus-w-calc-190 {
	width: calc(100% - 11.875rem)!important
}

.vus-vw-calc-190 {
	width: calc(100vw - 11.875rem)!important
}

.vus-w-px-200 {
	width: 12.5rem!important
}

.vus-w-min-px-200 {
	min-width: 12.5rem!important
}

.vus-w-max-px-200 {
	max-width: 12.5rem!important
}

.vus-w-calc-200 {
	width: calc(100% - 12.5rem)!important
}

.vus-vw-calc-200 {
	width: calc(100vw - 12.5rem)!important
}

.vus-w-px-250 {
	width: 15.625rem!important
}

.vus-w-min-px-250 {
	min-width: 15.625rem!important
}

.vus-w-max-px-250 {
	max-width: 15.625rem!important
}

.vus-w-calc-250 {
	width: calc(100% - 15.625rem)!important
}

.vus-vw-calc-250 {
	width: calc(100vw - 15.625rem)!important
}

.vus-w-px-300 {
	width: 18.75rem!important
}

.vus-w-min-px-300 {
	min-width: 18.75rem!important
}

.vus-w-max-px-300 {
	max-width: 18.75rem!important
}

.vus-w-calc-300 {
	width: calc(100% - 18.75rem)!important
}

.vus-vw-calc-300 {
	width: calc(100vw - 18.75rem)!important
}

.vus-w-px-350 {
	width: 21.875rem!important
}

.vus-w-min-px-350 {
	min-width: 21.875rem!important
}

.vus-w-max-px-350 {
	max-width: 21.875rem!important
}

.vus-w-calc-350 {
	width: calc(100% - 21.875rem)!important
}

.vus-vw-calc-350 {
	width: calc(100vw - 21.875rem)!important
}

.vus-w-px-400 {
	width: 25rem!important
}

.vus-w-min-px-400 {
	min-width: 25rem!important
}

.vus-w-max-px-400 {
	max-width: 25rem!important
}

.vus-w-calc-400 {
	width: calc(100% - 25rem)!important
}

.vus-vw-calc-400 {
	width: calc(100vw - 25rem)!important
}

.vus-w-px-450 {
	width: 28.125rem!important
}

.vus-w-min-px-450 {
	min-width: 28.125rem!important
}

.vus-w-max-px-450 {
	max-width: 28.125rem!important
}

.vus-w-calc-450 {
	width: calc(100% - 28.125rem)!important
}

.vus-vw-calc-450 {
	width: calc(100vw - 28.125rem)!important
}

.vus-w-px-500 {
	width: 31.25rem!important
}

.vus-w-min-px-500 {
	min-width: 31.25rem!important
}

.vus-w-max-px-500 {
	max-width: 31.25rem!important
}

.vus-w-calc-500 {
	width: calc(100% - 31.25rem)!important
}

.vus-vw-calc-500 {
	width: calc(100vw - 31.25rem)!important
}

.vus-w-px-550 {
	width: 34.375rem!important
}

.vus-w-min-px-550 {
	min-width: 34.375rem!important
}

.vus-w-max-px-550 {
	max-width: 34.375rem!important
}

.vus-w-calc-550 {
	width: calc(100% - 34.375rem)!important
}

.vus-vw-calc-550 {
	width: calc(100vw - 34.375rem)!important
}

.vus-w-px-600 {
	width: 37.5rem!important
}

.vus-w-min-px-600 {
	min-width: 37.5rem!important
}

.vus-w-max-px-600 {
	max-width: 37.5rem!important
}

.vus-w-calc-600 {
	width: calc(100% - 37.5rem)!important
}

.vus-vw-calc-600 {
	width: calc(100vw - 37.5rem)!important
}

.vus-w-px-650 {
	width: 40.625rem!important
}

.vus-w-min-px-650 {
	min-width: 40.625rem!important
}

.vus-w-max-px-650 {
	max-width: 40.625rem!important
}

.vus-w-calc-650 {
	width: calc(100% - 40.625rem)!important
}

.vus-vw-calc-650 {
	width: calc(100vw - 40.625rem)!important
}

.vus-w-px-700 {
	width: 43.75rem!important
}

.vus-w-min-px-700 {
	min-width: 43.75rem!important
}

.vus-w-max-px-700 {
	max-width: 43.75rem!important
}

.vus-w-calc-700 {
	width: calc(100% - 43.75rem)!important
}

.vus-vw-calc-700 {
	width: calc(100vw - 43.75rem)!important
}

.vus-w-px-750 {
	width: 46.875rem!important
}

.vus-w-min-px-750 {
	min-width: 46.875rem!important
}

.vus-w-max-px-750 {
	max-width: 46.875rem!important
}

.vus-w-calc-750 {
	width: calc(100% - 46.875rem)!important
}

.vus-vw-calc-750 {
	width: calc(100vw - 46.875rem)!important
}

@media (min-width: 576px) {
	.vus-w-xs-5 {
		width: 5%!important
	}
	.vus-w-min-xs-5 {
		min-width: 5%!important
	}
	.vus-w-max-xs-5 {
		max-width: 5%!important
	}
	.vus-vw-xs-5 {
		width: 5vw!important
	}
	.vus-w-xs-10 {
		width: 10%!important
	}
	.vus-w-min-xs-10 {
		min-width: 10%!important
	}
	.vus-w-max-xs-10 {
		max-width: 10%!important
	}
	.vus-vw-xs-10 {
		width: 10vw!important
	}
	.vus-w-xs-15 {
		width: 15%!important
	}
	.vus-w-min-xs-15 {
		min-width: 15%!important
	}
	.vus-w-max-xs-15 {
		max-width: 15%!important
	}
	.vus-vw-xs-15 {
		width: 15vw!important
	}
	.vus-w-xs-20 {
		width: 20%!important
	}
	.vus-w-min-xs-20 {
		min-width: 20%!important
	}
	.vus-w-max-xs-20 {
		max-width: 20%!important
	}
	.vus-vw-xs-20 {
		width: 20vw!important
	}
	.vus-w-xs-25 {
		width: 25%!important
	}
	.vus-w-min-xs-25 {
		min-width: 25%!important
	}
	.vus-w-max-xs-25 {
		max-width: 25%!important
	}
	.vus-vw-xs-25 {
		width: 25vw!important
	}
	.vus-w-xs-30 {
		width: 30%!important
	}
	.vus-w-min-xs-30 {
		min-width: 30%!important
	}
	.vus-w-max-xs-30 {
		max-width: 30%!important
	}
	.vus-vw-xs-30 {
		width: 30vw!important
	}
	.vus-w-xs-35 {
		width: 35%!important
	}
	.vus-w-min-xs-35 {
		min-width: 35%!important
	}
	.vus-w-max-xs-35 {
		max-width: 35%!important
	}
	.vus-vw-xs-35 {
		width: 35vw!important
	}
	.vus-w-xs-40 {
		width: 40%!important
	}
	.vus-w-min-xs-40 {
		min-width: 40%!important
	}
	.vus-w-max-xs-40 {
		max-width: 40%!important
	}
	.vus-vw-xs-40 {
		width: 40vw!important
	}
	.vus-w-xs-45 {
		width: 45%!important
	}
	.vus-w-min-xs-45 {
		min-width: 45%!important
	}
	.vus-w-max-xs-45 {
		max-width: 45%!important
	}
	.vus-vw-xs-45 {
		width: 45vw!important
	}
	.vus-w-xs-50 {
		width: 50%!important
	}
	.vus-w-min-xs-50 {
		min-width: 50%!important
	}
	.vus-w-max-xs-50 {
		max-width: 50%!important
	}
	.vus-vw-xs-50 {
		width: 50vw!important
	}
	.vus-w-xs-55 {
		width: 55%!important
	}
	.vus-w-min-xs-55 {
		min-width: 55%!important
	}
	.vus-w-max-xs-55 {
		max-width: 55%!important
	}
	.vus-vw-xs-55 {
		width: 55vw!important
	}
	.vus-w-xs-60 {
		width: 60%!important
	}
	.vus-w-min-xs-60 {
		min-width: 60%!important
	}
	.vus-w-max-xs-60 {
		max-width: 60%!important
	}
	.vus-vw-xs-60 {
		width: 60vw!important
	}
	.vus-w-xs-65 {
		width: 65%!important
	}
	.vus-w-min-xs-65 {
		min-width: 65%!important
	}
	.vus-w-max-xs-65 {
		max-width: 65%!important
	}
	.vus-vw-xs-65 {
		width: 65vw!important
	}
	.vus-w-xs-70 {
		width: 70%!important
	}
	.vus-w-min-xs-70 {
		min-width: 70%!important
	}
	.vus-w-max-xs-70 {
		max-width: 70%!important
	}
	.vus-vw-xs-70 {
		width: 70vw!important
	}
	.vus-w-xs-75 {
		width: 75%!important
	}
	.vus-w-min-xs-75 {
		min-width: 75%!important
	}
	.vus-w-max-xs-75 {
		max-width: 75%!important
	}
	.vus-vw-xs-75 {
		width: 75vw!important
	}
	.vus-w-xs-80 {
		width: 80%!important
	}
	.vus-w-min-xs-80 {
		min-width: 80%!important
	}
	.vus-w-max-xs-80 {
		max-width: 80%!important
	}
	.vus-vw-xs-80 {
		width: 80vw!important
	}
	.vus-w-xs-85 {
		width: 85%!important
	}
	.vus-w-min-xs-85 {
		min-width: 85%!important
	}
	.vus-w-max-xs-85 {
		max-width: 85%!important
	}
	.vus-vw-xs-85 {
		width: 85vw!important
	}
	.vus-w-xs-90 {
		width: 90%!important
	}
	.vus-w-min-xs-90 {
		min-width: 90%!important
	}
	.vus-w-max-xs-90 {
		max-width: 90%!important
	}
	.vus-vw-xs-90 {
		width: 90vw!important
	}
	.vus-w-xs-95 {
		width: 95%!important
	}
	.vus-w-min-xs-95 {
		min-width: 95%!important
	}
	.vus-w-max-xs-95 {
		max-width: 95%!important
	}
	.vus-vw-xs-95 {
		width: 95vw!important
	}
	.vus-w-xs-100 {
		width: 100%!important
	}
	.vus-w-min-xs-100 {
		min-width: 100%!important
	}
	.vus-w-max-xs-100 {
		max-width: 100%!important
	}
	.vus-vw-xs-100 {
		width: 100vw!important
	}
	.vus-w-px-xs-1 {
		width: .0625rem!important
	}
	.vus-w-min-px-xs-1 {
		min-width: .0625rem!important
	}
	.vus-w-max-px-xs-1 {
		max-width: .0625rem!important
	}
	.vus-w-calc-xs-1 {
		width: calc(100% - .0625rem)!important
	}
	.vus-vw-calc-xs-1 {
		width: calc(100vw - .0625rem)!important
	}
	.vus-w-px-xs-2 {
		width: .125rem!important
	}
	.vus-w-min-px-xs-2 {
		min-width: .125rem!important
	}
	.vus-w-max-px-xs-2 {
		max-width: .125rem!important
	}
	.vus-w-calc-xs-2 {
		width: calc(100% - .125rem)!important
	}
	.vus-vw-calc-xs-2 {
		width: calc(100vw - .125rem)!important
	}
	.vus-w-px-xs-3 {
		width: .1875rem!important
	}
	.vus-w-min-px-xs-3 {
		min-width: .1875rem!important
	}
	.vus-w-max-px-xs-3 {
		max-width: .1875rem!important
	}
	.vus-w-calc-xs-3 {
		width: calc(100% - .1875rem)!important
	}
	.vus-vw-calc-xs-3 {
		width: calc(100vw - .1875rem)!important
	}
	.vus-w-px-xs-4 {
		width: .25rem!important
	}
	.vus-w-min-px-xs-4 {
		min-width: .25rem!important
	}
	.vus-w-max-px-xs-4 {
		max-width: .25rem!important
	}
	.vus-w-calc-xs-4 {
		width: calc(100% - .25rem)!important
	}
	.vus-vw-calc-xs-4 {
		width: calc(100vw - .25rem)!important
	}
	.vus-w-px-xs-5 {
		width: .3125rem!important
	}
	.vus-w-min-px-xs-5 {
		min-width: .3125rem!important
	}
	.vus-w-max-px-xs-5 {
		max-width: .3125rem!important
	}
	.vus-w-calc-xs-5 {
		width: calc(100% - .3125rem)!important
	}
	.vus-vw-calc-xs-5 {
		width: calc(100vw - .3125rem)!important
	}
	.vus-w-px-xs-6 {
		width: .375rem!important
	}
	.vus-w-min-px-xs-6 {
		min-width: .375rem!important
	}
	.vus-w-max-px-xs-6 {
		max-width: .375rem!important
	}
	.vus-w-calc-xs-6 {
		width: calc(100% - .375rem)!important
	}
	.vus-vw-calc-xs-6 {
		width: calc(100vw - .375rem)!important
	}
	.vus-w-px-xs-7 {
		width: .4375rem!important
	}
	.vus-w-min-px-xs-7 {
		min-width: .4375rem!important
	}
	.vus-w-max-px-xs-7 {
		max-width: .4375rem!important
	}
	.vus-w-calc-xs-7 {
		width: calc(100% - .4375rem)!important
	}
	.vus-vw-calc-xs-7 {
		width: calc(100vw - .4375rem)!important
	}
	.vus-w-px-xs-8 {
		width: .5rem!important
	}
	.vus-w-min-px-xs-8 {
		min-width: .5rem!important
	}
	.vus-w-max-px-xs-8 {
		max-width: .5rem!important
	}
	.vus-w-calc-xs-8 {
		width: calc(100% - .5rem)!important
	}
	.vus-vw-calc-xs-8 {
		width: calc(100vw - .5rem)!important
	}
	.vus-w-px-xs-9 {
		width: .5625rem!important
	}
	.vus-w-min-px-xs-9 {
		min-width: .5625rem!important
	}
	.vus-w-max-px-xs-9 {
		max-width: .5625rem!important
	}
	.vus-w-calc-xs-9 {
		width: calc(100% - .5625rem)!important
	}
	.vus-vw-calc-xs-9 {
		width: calc(100vw - .5625rem)!important
	}
	.vus-w-px-xs-10 {
		width: .625rem!important
	}
	.vus-w-min-px-xs-10 {
		min-width: .625rem!important
	}
	.vus-w-max-px-xs-10 {
		max-width: .625rem!important
	}
	.vus-w-calc-xs-10 {
		width: calc(100% - .625rem)!important
	}
	.vus-vw-calc-xs-10 {
		width: calc(100vw - .625rem)!important
	}
	.vus-w-px-xs-12 {
		width: .75rem!important
	}
	.vus-w-min-px-xs-12 {
		min-width: .75rem!important
	}
	.vus-w-max-px-xs-12 {
		max-width: .75rem!important
	}
	.vus-w-calc-xs-12 {
		width: calc(100% - .75rem)!important
	}
	.vus-vw-calc-xs-12 {
		width: calc(100vw - .75rem)!important
	}
	.vus-w-px-xs-14 {
		width: .875rem!important
	}
	.vus-w-min-px-xs-14 {
		min-width: .875rem!important
	}
	.vus-w-max-px-xs-14 {
		max-width: .875rem!important
	}
	.vus-w-calc-xs-14 {
		width: calc(100% - .875rem)!important
	}
	.vus-vw-calc-xs-14 {
		width: calc(100vw - .875rem)!important
	}
	.vus-w-px-xs-15 {
		width: .9375rem!important
	}
	.vus-w-min-px-xs-15 {
		min-width: .9375rem!important
	}
	.vus-w-max-px-xs-15 {
		max-width: .9375rem!important
	}
	.vus-w-calc-xs-15 {
		width: calc(100% - .9375rem)!important
	}
	.vus-vw-calc-xs-15 {
		width: calc(100vw - .9375rem)!important
	}
	.vus-w-px-xs-16 {
		width: 1rem!important
	}
	.vus-w-min-px-xs-16 {
		min-width: 1rem!important
	}
	.vus-w-max-px-xs-16 {
		max-width: 1rem!important
	}
	.vus-w-calc-xs-16 {
		width: calc(100% - 1rem)!important
	}
	.vus-vw-calc-xs-16 {
		width: calc(100vw - 1rem)!important
	}
	.vus-w-px-xs-18 {
		width: 1.125rem!important
	}
	.vus-w-min-px-xs-18 {
		min-width: 1.125rem!important
	}
	.vus-w-max-px-xs-18 {
		max-width: 1.125rem!important
	}
	.vus-w-calc-xs-18 {
		width: calc(100% - 1.125rem)!important
	}
	.vus-vw-calc-xs-18 {
		width: calc(100vw - 1.125rem)!important
	}
	.vus-w-px-xs-20 {
		width: 1.25rem!important
	}
	.vus-w-min-px-xs-20 {
		min-width: 1.25rem!important
	}
	.vus-w-max-px-xs-20 {
		max-width: 1.25rem!important
	}
	.vus-w-calc-xs-20 {
		width: calc(100% - 1.25rem)!important
	}
	.vus-vw-calc-xs-20 {
		width: calc(100vw - 1.25rem)!important
	}
	.vus-w-px-xs-22 {
		width: 1.375rem!important
	}
	.vus-w-min-px-xs-22 {
		min-width: 1.375rem!important
	}
	.vus-w-max-px-xs-22 {
		max-width: 1.375rem!important
	}
	.vus-w-calc-xs-22 {
		width: calc(100% - 1.375rem)!important
	}
	.vus-vw-calc-xs-22 {
		width: calc(100vw - 1.375rem)!important
	}
	.vus-w-px-xs-24 {
		width: 1.5rem!important
	}
	.vus-w-min-px-xs-24 {
		min-width: 1.5rem!important
	}
	.vus-w-max-px-xs-24 {
		max-width: 1.5rem!important
	}
	.vus-w-calc-xs-24 {
		width: calc(100% - 1.5rem)!important
	}
	.vus-vw-calc-xs-24 {
		width: calc(100vw - 1.5rem)!important
	}
	.vus-w-px-xs-25 {
		width: 1.5625rem!important
	}
	.vus-w-min-px-xs-25 {
		min-width: 1.5625rem!important
	}
	.vus-w-max-px-xs-25 {
		max-width: 1.5625rem!important
	}
	.vus-w-calc-xs-25 {
		width: calc(100% - 1.5625rem)!important
	}
	.vus-vw-calc-xs-25 {
		width: calc(100vw - 1.5625rem)!important
	}
	.vus-w-px-xs-26 {
		width: 1.625rem!important
	}
	.vus-w-min-px-xs-26 {
		min-width: 1.625rem!important
	}
	.vus-w-max-px-xs-26 {
		max-width: 1.625rem!important
	}
	.vus-w-calc-xs-26 {
		width: calc(100% - 1.625rem)!important
	}
	.vus-vw-calc-xs-26 {
		width: calc(100vw - 1.625rem)!important
	}
	.vus-w-px-xs-28 {
		width: 1.75rem!important
	}
	.vus-w-min-px-xs-28 {
		min-width: 1.75rem!important
	}
	.vus-w-max-px-xs-28 {
		max-width: 1.75rem!important
	}
	.vus-w-calc-xs-28 {
		width: calc(100% - 1.75rem)!important
	}
	.vus-vw-calc-xs-28 {
		width: calc(100vw - 1.75rem)!important
	}
	.vus-w-px-xs-30 {
		width: 1.875rem!important
	}
	.vus-w-min-px-xs-30 {
		min-width: 1.875rem!important
	}
	.vus-w-max-px-xs-30 {
		max-width: 1.875rem!important
	}
	.vus-w-calc-xs-30 {
		width: calc(100% - 1.875rem)!important
	}
	.vus-vw-calc-xs-30 {
		width: calc(100vw - 1.875rem)!important
	}
	.vus-w-px-xs-32 {
		width: 2rem!important
	}
	.vus-w-min-px-xs-32 {
		min-width: 2rem!important
	}
	.vus-w-max-px-xs-32 {
		max-width: 2rem!important
	}
	.vus-w-calc-xs-32 {
		width: calc(100% - 2rem)!important
	}
	.vus-vw-calc-xs-32 {
		width: calc(100vw - 2rem)!important
	}
	.vus-w-px-xs-34 {
		width: 2.125rem!important
	}
	.vus-w-min-px-xs-34 {
		min-width: 2.125rem!important
	}
	.vus-w-max-px-xs-34 {
		max-width: 2.125rem!important
	}
	.vus-w-calc-xs-34 {
		width: calc(100% - 2.125rem)!important
	}
	.vus-vw-calc-xs-34 {
		width: calc(100vw - 2.125rem)!important
	}
	.vus-w-px-xs-35 {
		width: 2.1875rem!important
	}
	.vus-w-min-px-xs-35 {
		min-width: 2.1875rem!important
	}
	.vus-w-max-px-xs-35 {
		max-width: 2.1875rem!important
	}
	.vus-w-calc-xs-35 {
		width: calc(100% - 2.1875rem)!important
	}
	.vus-vw-calc-xs-35 {
		width: calc(100vw - 2.1875rem)!important
	}
	.vus-w-px-xs-36 {
		width: 2.25rem!important
	}
	.vus-w-min-px-xs-36 {
		min-width: 2.25rem!important
	}
	.vus-w-max-px-xs-36 {
		max-width: 2.25rem!important
	}
	.vus-w-calc-xs-36 {
		width: calc(100% - 2.25rem)!important
	}
	.vus-vw-calc-xs-36 {
		width: calc(100vw - 2.25rem)!important
	}
	.vus-w-px-xs-38 {
		width: 2.375rem!important
	}
	.vus-w-min-px-xs-38 {
		min-width: 2.375rem!important
	}
	.vus-w-max-px-xs-38 {
		max-width: 2.375rem!important
	}
	.vus-w-calc-xs-38 {
		width: calc(100% - 2.375rem)!important
	}
	.vus-vw-calc-xs-38 {
		width: calc(100vw - 2.375rem)!important
	}
	.vus-w-px-xs-40 {
		width: 2.5rem!important
	}
	.vus-w-min-px-xs-40 {
		min-width: 2.5rem!important
	}
	.vus-w-max-px-xs-40 {
		max-width: 2.5rem!important
	}
	.vus-w-calc-xs-40 {
		width: calc(100% - 2.5rem)!important
	}
	.vus-vw-calc-xs-40 {
		width: calc(100vw - 2.5rem)!important
	}
	.vus-w-px-xs-42 {
		width: 2.625rem!important
	}
	.vus-w-min-px-xs-42 {
		min-width: 2.625rem!important
	}
	.vus-w-max-px-xs-42 {
		max-width: 2.625rem!important
	}
	.vus-w-calc-xs-42 {
		width: calc(100% - 2.625rem)!important
	}
	.vus-vw-calc-xs-42 {
		width: calc(100vw - 2.625rem)!important
	}
	.vus-w-px-xs-44 {
		width: 2.75rem!important
	}
	.vus-w-min-px-xs-44 {
		min-width: 2.75rem!important
	}
	.vus-w-max-px-xs-44 {
		max-width: 2.75rem!important
	}
	.vus-w-calc-xs-44 {
		width: calc(100% - 2.75rem)!important
	}
	.vus-vw-calc-xs-44 {
		width: calc(100vw - 2.75rem)!important
	}
	.vus-w-px-xs-45 {
		width: 2.8125rem!important
	}
	.vus-w-min-px-xs-45 {
		min-width: 2.8125rem!important
	}
	.vus-w-max-px-xs-45 {
		max-width: 2.8125rem!important
	}
	.vus-w-calc-xs-45 {
		width: calc(100% - 2.8125rem)!important
	}
	.vus-vw-calc-xs-45 {
		width: calc(100vw - 2.8125rem)!important
	}
	.vus-w-px-xs-46 {
		width: 2.875rem!important
	}
	.vus-w-min-px-xs-46 {
		min-width: 2.875rem!important
	}
	.vus-w-max-px-xs-46 {
		max-width: 2.875rem!important
	}
	.vus-w-calc-xs-46 {
		width: calc(100% - 2.875rem)!important
	}
	.vus-vw-calc-xs-46 {
		width: calc(100vw - 2.875rem)!important
	}
	.vus-w-px-xs-48 {
		width: 3rem!important
	}
	.vus-w-min-px-xs-48 {
		min-width: 3rem!important
	}
	.vus-w-max-px-xs-48 {
		max-width: 3rem!important
	}
	.vus-w-calc-xs-48 {
		width: calc(100% - 3rem)!important
	}
	.vus-vw-calc-xs-48 {
		width: calc(100vw - 3rem)!important
	}
	.vus-w-px-xs-50 {
		width: 3.125rem!important
	}
	.vus-w-min-px-xs-50 {
		min-width: 3.125rem!important
	}
	.vus-w-max-px-xs-50 {
		max-width: 3.125rem!important
	}
	.vus-w-calc-xs-50 {
		width: calc(100% - 3.125rem)!important
	}
	.vus-vw-calc-xs-50 {
		width: calc(100vw - 3.125rem)!important
	}
	.vus-w-px-xs-52 {
		width: 3.25rem!important
	}
	.vus-w-min-px-xs-52 {
		min-width: 3.25rem!important
	}
	.vus-w-max-px-xs-52 {
		max-width: 3.25rem!important
	}
	.vus-w-calc-xs-52 {
		width: calc(100% - 3.25rem)!important
	}
	.vus-vw-calc-xs-52 {
		width: calc(100vw - 3.25rem)!important
	}
	.vus-w-px-xs-54 {
		width: 3.375rem!important
	}
	.vus-w-min-px-xs-54 {
		min-width: 3.375rem!important
	}
	.vus-w-max-px-xs-54 {
		max-width: 3.375rem!important
	}
	.vus-w-calc-xs-54 {
		width: calc(100% - 3.375rem)!important
	}
	.vus-vw-calc-xs-54 {
		width: calc(100vw - 3.375rem)!important
	}
	.vus-w-px-xs-55 {
		width: 3.4375rem!important
	}
	.vus-w-min-px-xs-55 {
		min-width: 3.4375rem!important
	}
	.vus-w-max-px-xs-55 {
		max-width: 3.4375rem!important
	}
	.vus-w-calc-xs-55 {
		width: calc(100% - 3.4375rem)!important
	}
	.vus-vw-calc-xs-55 {
		width: calc(100vw - 3.4375rem)!important
	}
	.vus-w-px-xs-56 {
		width: 3.5rem!important
	}
	.vus-w-min-px-xs-56 {
		min-width: 3.5rem!important
	}
	.vus-w-max-px-xs-56 {
		max-width: 3.5rem!important
	}
	.vus-w-calc-xs-56 {
		width: calc(100% - 3.5rem)!important
	}
	.vus-vw-calc-xs-56 {
		width: calc(100vw - 3.5rem)!important
	}
	.vus-w-px-xs-58 {
		width: 3.625rem!important
	}
	.vus-w-min-px-xs-58 {
		min-width: 3.625rem!important
	}
	.vus-w-max-px-xs-58 {
		max-width: 3.625rem!important
	}
	.vus-w-calc-xs-58 {
		width: calc(100% - 3.625rem)!important
	}
	.vus-vw-calc-xs-58 {
		width: calc(100vw - 3.625rem)!important
	}
	.vus-w-px-xs-60 {
		width: 3.75rem!important
	}
	.vus-w-min-px-xs-60 {
		min-width: 3.75rem!important
	}
	.vus-w-max-px-xs-60 {
		max-width: 3.75rem!important
	}
	.vus-w-calc-xs-60 {
		width: calc(100% - 3.75rem)!important
	}
	.vus-vw-calc-xs-60 {
		width: calc(100vw - 3.75rem)!important
	}
	.vus-w-px-xs-62 {
		width: 3.875rem!important
	}
	.vus-w-min-px-xs-62 {
		min-width: 3.875rem!important
	}
	.vus-w-max-px-xs-62 {
		max-width: 3.875rem!important
	}
	.vus-w-calc-xs-62 {
		width: calc(100% - 3.875rem)!important
	}
	.vus-vw-calc-xs-62 {
		width: calc(100vw - 3.875rem)!important
	}
	.vus-w-px-xs-64 {
		width: 4rem!important
	}
	.vus-w-min-px-xs-64 {
		min-width: 4rem!important
	}
	.vus-w-max-px-xs-64 {
		max-width: 4rem!important
	}
	.vus-w-calc-xs-64 {
		width: calc(100% - 4rem)!important
	}
	.vus-vw-calc-xs-64 {
		width: calc(100vw - 4rem)!important
	}
	.vus-w-px-xs-65 {
		width: 4.0625rem!important
	}
	.vus-w-min-px-xs-65 {
		min-width: 4.0625rem!important
	}
	.vus-w-max-px-xs-65 {
		max-width: 4.0625rem!important
	}
	.vus-w-calc-xs-65 {
		width: calc(100% - 4.0625rem)!important
	}
	.vus-vw-calc-xs-65 {
		width: calc(100vw - 4.0625rem)!important
	}
	.vus-w-px-xs-66 {
		width: 4.125rem!important
	}
	.vus-w-min-px-xs-66 {
		min-width: 4.125rem!important
	}
	.vus-w-max-px-xs-66 {
		max-width: 4.125rem!important
	}
	.vus-w-calc-xs-66 {
		width: calc(100% - 4.125rem)!important
	}
	.vus-vw-calc-xs-66 {
		width: calc(100vw - 4.125rem)!important
	}
	.vus-w-px-xs-68 {
		width: 4.25rem!important
	}
	.vus-w-min-px-xs-68 {
		min-width: 4.25rem!important
	}
	.vus-w-max-px-xs-68 {
		max-width: 4.25rem!important
	}
	.vus-w-calc-xs-68 {
		width: calc(100% - 4.25rem)!important
	}
	.vus-vw-calc-xs-68 {
		width: calc(100vw - 4.25rem)!important
	}
	.vus-w-px-xs-70 {
		width: 4.375rem!important
	}
	.vus-w-min-px-xs-70 {
		min-width: 4.375rem!important
	}
	.vus-w-max-px-xs-70 {
		max-width: 4.375rem!important
	}
	.vus-w-calc-xs-70 {
		width: calc(100% - 4.375rem)!important
	}
	.vus-vw-calc-xs-70 {
		width: calc(100vw - 4.375rem)!important
	}
	.vus-w-px-xs-72 {
		width: 4.5rem!important
	}
	.vus-w-min-px-xs-72 {
		min-width: 4.5rem!important
	}
	.vus-w-max-px-xs-72 {
		max-width: 4.5rem!important
	}
	.vus-w-calc-xs-72 {
		width: calc(100% - 4.5rem)!important
	}
	.vus-vw-calc-xs-72 {
		width: calc(100vw - 4.5rem)!important
	}
	.vus-w-px-xs-74 {
		width: 4.625rem!important
	}
	.vus-w-min-px-xs-74 {
		min-width: 4.625rem!important
	}
	.vus-w-max-px-xs-74 {
		max-width: 4.625rem!important
	}
	.vus-w-calc-xs-74 {
		width: calc(100% - 4.625rem)!important
	}
	.vus-vw-calc-xs-74 {
		width: calc(100vw - 4.625rem)!important
	}
	.vus-w-px-xs-75 {
		width: 4.6875rem!important
	}
	.vus-w-min-px-xs-75 {
		min-width: 4.6875rem!important
	}
	.vus-w-max-px-xs-75 {
		max-width: 4.6875rem!important
	}
	.vus-w-calc-xs-75 {
		width: calc(100% - 4.6875rem)!important
	}
	.vus-vw-calc-xs-75 {
		width: calc(100vw - 4.6875rem)!important
	}
	.vus-w-px-xs-76 {
		width: 4.75rem!important
	}
	.vus-w-min-px-xs-76 {
		min-width: 4.75rem!important
	}
	.vus-w-max-px-xs-76 {
		max-width: 4.75rem!important
	}
	.vus-w-calc-xs-76 {
		width: calc(100% - 4.75rem)!important
	}
	.vus-vw-calc-xs-76 {
		width: calc(100vw - 4.75rem)!important
	}
	.vus-w-px-xs-78 {
		width: 4.875rem!important
	}
	.vus-w-min-px-xs-78 {
		min-width: 4.875rem!important
	}
	.vus-w-max-px-xs-78 {
		max-width: 4.875rem!important
	}
	.vus-w-calc-xs-78 {
		width: calc(100% - 4.875rem)!important
	}
	.vus-vw-calc-xs-78 {
		width: calc(100vw - 4.875rem)!important
	}
	.vus-w-px-xs-80 {
		width: 5rem!important
	}
	.vus-w-min-px-xs-80 {
		min-width: 5rem!important
	}
	.vus-w-max-px-xs-80 {
		max-width: 5rem!important
	}
	.vus-w-calc-xs-80 {
		width: calc(100% - 5rem)!important
	}
	.vus-vw-calc-xs-80 {
		width: calc(100vw - 5rem)!important
	}
	.vus-w-px-xs-82 {
		width: 5.125rem!important
	}
	.vus-w-min-px-xs-82 {
		min-width: 5.125rem!important
	}
	.vus-w-max-px-xs-82 {
		max-width: 5.125rem!important
	}
	.vus-w-calc-xs-82 {
		width: calc(100% - 5.125rem)!important
	}
	.vus-vw-calc-xs-82 {
		width: calc(100vw - 5.125rem)!important
	}
	.vus-w-px-xs-84 {
		width: 5.25rem!important
	}
	.vus-w-min-px-xs-84 {
		min-width: 5.25rem!important
	}
	.vus-w-max-px-xs-84 {
		max-width: 5.25rem!important
	}
	.vus-w-calc-xs-84 {
		width: calc(100% - 5.25rem)!important
	}
	.vus-vw-calc-xs-84 {
		width: calc(100vw - 5.25rem)!important
	}
	.vus-w-px-xs-85 {
		width: 5.3125rem!important
	}
	.vus-w-min-px-xs-85 {
		min-width: 5.3125rem!important
	}
	.vus-w-max-px-xs-85 {
		max-width: 5.3125rem!important
	}
	.vus-w-calc-xs-85 {
		width: calc(100% - 5.3125rem)!important
	}
	.vus-vw-calc-xs-85 {
		width: calc(100vw - 5.3125rem)!important
	}
	.vus-w-px-xs-86 {
		width: 5.375rem!important
	}
	.vus-w-min-px-xs-86 {
		min-width: 5.375rem!important
	}
	.vus-w-max-px-xs-86 {
		max-width: 5.375rem!important
	}
	.vus-w-calc-xs-86 {
		width: calc(100% - 5.375rem)!important
	}
	.vus-vw-calc-xs-86 {
		width: calc(100vw - 5.375rem)!important
	}
	.vus-w-px-xs-88 {
		width: 5.5rem!important
	}
	.vus-w-min-px-xs-88 {
		min-width: 5.5rem!important
	}
	.vus-w-max-px-xs-88 {
		max-width: 5.5rem!important
	}
	.vus-w-calc-xs-88 {
		width: calc(100% - 5.5rem)!important
	}
	.vus-vw-calc-xs-88 {
		width: calc(100vw - 5.5rem)!important
	}
	.vus-w-px-xs-90 {
		width: 5.625rem!important
	}
	.vus-w-min-px-xs-90 {
		min-width: 5.625rem!important
	}
	.vus-w-max-px-xs-90 {
		max-width: 5.625rem!important
	}
	.vus-w-calc-xs-90 {
		width: calc(100% - 5.625rem)!important
	}
	.vus-vw-calc-xs-90 {
		width: calc(100vw - 5.625rem)!important
	}
	.vus-w-px-xs-92 {
		width: 5.75rem!important
	}
	.vus-w-min-px-xs-92 {
		min-width: 5.75rem!important
	}
	.vus-w-max-px-xs-92 {
		max-width: 5.75rem!important
	}
	.vus-w-calc-xs-92 {
		width: calc(100% - 5.75rem)!important
	}
	.vus-vw-calc-xs-92 {
		width: calc(100vw - 5.75rem)!important
	}
	.vus-w-px-xs-94 {
		width: 5.875rem!important
	}
	.vus-w-min-px-xs-94 {
		min-width: 5.875rem!important
	}
	.vus-w-max-px-xs-94 {
		max-width: 5.875rem!important
	}
	.vus-w-calc-xs-94 {
		width: calc(100% - 5.875rem)!important
	}
	.vus-vw-calc-xs-94 {
		width: calc(100vw - 5.875rem)!important
	}
	.vus-w-px-xs-95 {
		width: 5.9375rem!important
	}
	.vus-w-min-px-xs-95 {
		min-width: 5.9375rem!important
	}
	.vus-w-max-px-xs-95 {
		max-width: 5.9375rem!important
	}
	.vus-w-calc-xs-95 {
		width: calc(100% - 5.9375rem)!important
	}
	.vus-vw-calc-xs-95 {
		width: calc(100vw - 5.9375rem)!important
	}
	.vus-w-px-xs-96 {
		width: 6rem!important
	}
	.vus-w-min-px-xs-96 {
		min-width: 6rem!important
	}
	.vus-w-max-px-xs-96 {
		max-width: 6rem!important
	}
	.vus-w-calc-xs-96 {
		width: calc(100% - 6rem)!important
	}
	.vus-vw-calc-xs-96 {
		width: calc(100vw - 6rem)!important
	}
	.vus-w-px-xs-98 {
		width: 6.125rem!important
	}
	.vus-w-min-px-xs-98 {
		min-width: 6.125rem!important
	}
	.vus-w-max-px-xs-98 {
		max-width: 6.125rem!important
	}
	.vus-w-calc-xs-98 {
		width: calc(100% - 6.125rem)!important
	}
	.vus-vw-calc-xs-98 {
		width: calc(100vw - 6.125rem)!important
	}
	.vus-w-px-xs-100 {
		width: 6.25rem!important
	}
	.vus-w-min-px-xs-100 {
		min-width: 6.25rem!important
	}
	.vus-w-max-px-xs-100 {
		max-width: 6.25rem!important
	}
	.vus-w-calc-xs-100 {
		width: calc(100% - 6.25rem)!important
	}
	.vus-vw-calc-xs-100 {
		width: calc(100vw - 6.25rem)!important
	}
	.vus-w-px-xs-110 {
		width: 6.875rem!important
	}
	.vus-w-min-px-xs-110 {
		min-width: 6.875rem!important
	}
	.vus-w-max-px-xs-110 {
		max-width: 6.875rem!important
	}
	.vus-w-calc-xs-110 {
		width: calc(100% - 6.875rem)!important
	}
	.vus-vw-calc-xs-110 {
		width: calc(100vw - 6.875rem)!important
	}
	.vus-w-px-xs-120 {
		width: 7.5rem!important
	}
	.vus-w-min-px-xs-120 {
		min-width: 7.5rem!important
	}
	.vus-w-max-px-xs-120 {
		max-width: 7.5rem!important
	}
	.vus-w-calc-xs-120 {
		width: calc(100% - 7.5rem)!important
	}
	.vus-vw-calc-xs-120 {
		width: calc(100vw - 7.5rem)!important
	}
	.vus-w-px-xs-130 {
		width: 8.125rem!important
	}
	.vus-w-min-px-xs-130 {
		min-width: 8.125rem!important
	}
	.vus-w-max-px-xs-130 {
		max-width: 8.125rem!important
	}
	.vus-w-calc-xs-130 {
		width: calc(100% - 8.125rem)!important
	}
	.vus-vw-calc-xs-130 {
		width: calc(100vw - 8.125rem)!important
	}
	.vus-w-px-xs-140 {
		width: 8.75rem!important
	}
	.vus-w-min-px-xs-140 {
		min-width: 8.75rem!important
	}
	.vus-w-max-px-xs-140 {
		max-width: 8.75rem!important
	}
	.vus-w-calc-xs-140 {
		width: calc(100% - 8.75rem)!important
	}
	.vus-vw-calc-xs-140 {
		width: calc(100vw - 8.75rem)!important
	}
	.vus-w-px-xs-150 {
		width: 9.375rem!important
	}
	.vus-w-min-px-xs-150 {
		min-width: 9.375rem!important
	}
	.vus-w-max-px-xs-150 {
		max-width: 9.375rem!important
	}
	.vus-w-calc-xs-150 {
		width: calc(100% - 9.375rem)!important
	}
	.vus-vw-calc-xs-150 {
		width: calc(100vw - 9.375rem)!important
	}
	.vus-w-px-xs-160 {
		width: 10rem!important
	}
	.vus-w-min-px-xs-160 {
		min-width: 10rem!important
	}
	.vus-w-max-px-xs-160 {
		max-width: 10rem!important
	}
	.vus-w-calc-xs-160 {
		width: calc(100% - 10rem)!important
	}
	.vus-vw-calc-xs-160 {
		width: calc(100vw - 10rem)!important
	}
	.vus-w-px-xs-170 {
		width: 10.625rem!important
	}
	.vus-w-min-px-xs-170 {
		min-width: 10.625rem!important
	}
	.vus-w-max-px-xs-170 {
		max-width: 10.625rem!important
	}
	.vus-w-calc-xs-170 {
		width: calc(100% - 10.625rem)!important
	}
	.vus-vw-calc-xs-170 {
		width: calc(100vw - 10.625rem)!important
	}
	.vus-w-px-xs-180 {
		width: 11.25rem!important
	}
	.vus-w-min-px-xs-180 {
		min-width: 11.25rem!important
	}
	.vus-w-max-px-xs-180 {
		max-width: 11.25rem!important
	}
	.vus-w-calc-xs-180 {
		width: calc(100% - 11.25rem)!important
	}
	.vus-vw-calc-xs-180 {
		width: calc(100vw - 11.25rem)!important
	}
	.vus-w-px-xs-190 {
		width: 11.875rem!important
	}
	.vus-w-min-px-xs-190 {
		min-width: 11.875rem!important
	}
	.vus-w-max-px-xs-190 {
		max-width: 11.875rem!important
	}
	.vus-w-calc-xs-190 {
		width: calc(100% - 11.875rem)!important
	}
	.vus-vw-calc-xs-190 {
		width: calc(100vw - 11.875rem)!important
	}
	.vus-w-px-xs-200 {
		width: 12.5rem!important
	}
	.vus-w-min-px-xs-200 {
		min-width: 12.5rem!important
	}
	.vus-w-max-px-xs-200 {
		max-width: 12.5rem!important
	}
	.vus-w-calc-xs-200 {
		width: calc(100% - 12.5rem)!important
	}
	.vus-vw-calc-xs-200 {
		width: calc(100vw - 12.5rem)!important
	}
	.vus-w-px-xs-250 {
		width: 15.625rem!important
	}
	.vus-w-min-px-xs-250 {
		min-width: 15.625rem!important
	}
	.vus-w-max-px-xs-250 {
		max-width: 15.625rem!important
	}
	.vus-w-calc-xs-250 {
		width: calc(100% - 15.625rem)!important
	}
	.vus-vw-calc-xs-250 {
		width: calc(100vw - 15.625rem)!important
	}
	.vus-w-px-xs-300 {
		width: 18.75rem!important
	}
	.vus-w-min-px-xs-300 {
		min-width: 18.75rem!important
	}
	.vus-w-max-px-xs-300 {
		max-width: 18.75rem!important
	}
	.vus-w-calc-xs-300 {
		width: calc(100% - 18.75rem)!important
	}
	.vus-vw-calc-xs-300 {
		width: calc(100vw - 18.75rem)!important
	}
	.vus-w-px-xs-350 {
		width: 21.875rem!important
	}
	.vus-w-min-px-xs-350 {
		min-width: 21.875rem!important
	}
	.vus-w-max-px-xs-350 {
		max-width: 21.875rem!important
	}
	.vus-w-calc-xs-350 {
		width: calc(100% - 21.875rem)!important
	}
	.vus-vw-calc-xs-350 {
		width: calc(100vw - 21.875rem)!important
	}
	.vus-w-px-xs-400 {
		width: 25rem!important
	}
	.vus-w-min-px-xs-400 {
		min-width: 25rem!important
	}
	.vus-w-max-px-xs-400 {
		max-width: 25rem!important
	}
	.vus-w-calc-xs-400 {
		width: calc(100% - 25rem)!important
	}
	.vus-vw-calc-xs-400 {
		width: calc(100vw - 25rem)!important
	}
	.vus-w-px-xs-450 {
		width: 28.125rem!important
	}
	.vus-w-min-px-xs-450 {
		min-width: 28.125rem!important
	}
	.vus-w-max-px-xs-450 {
		max-width: 28.125rem!important
	}
	.vus-w-calc-xs-450 {
		width: calc(100% - 28.125rem)!important
	}
	.vus-vw-calc-xs-450 {
		width: calc(100vw - 28.125rem)!important
	}
	.vus-w-px-xs-500 {
		width: 31.25rem!important
	}
	.vus-w-min-px-xs-500 {
		min-width: 31.25rem!important
	}
	.vus-w-max-px-xs-500 {
		max-width: 31.25rem!important
	}
	.vus-w-calc-xs-500 {
		width: calc(100% - 31.25rem)!important
	}
	.vus-vw-calc-xs-500 {
		width: calc(100vw - 31.25rem)!important
	}
	.vus-w-px-xs-550 {
		width: 34.375rem!important
	}
	.vus-w-min-px-xs-550 {
		min-width: 34.375rem!important
	}
	.vus-w-max-px-xs-550 {
		max-width: 34.375rem!important
	}
	.vus-w-calc-xs-550 {
		width: calc(100% - 34.375rem)!important
	}
	.vus-vw-calc-xs-550 {
		width: calc(100vw - 34.375rem)!important
	}
	.vus-w-px-xs-600 {
		width: 37.5rem!important
	}
	.vus-w-min-px-xs-600 {
		min-width: 37.5rem!important
	}
	.vus-w-max-px-xs-600 {
		max-width: 37.5rem!important
	}
	.vus-w-calc-xs-600 {
		width: calc(100% - 37.5rem)!important
	}
	.vus-vw-calc-xs-600 {
		width: calc(100vw - 37.5rem)!important
	}
	.vus-w-px-xs-650 {
		width: 40.625rem!important
	}
	.vus-w-min-px-xs-650 {
		min-width: 40.625rem!important
	}
	.vus-w-max-px-xs-650 {
		max-width: 40.625rem!important
	}
	.vus-w-calc-xs-650 {
		width: calc(100% - 40.625rem)!important
	}
	.vus-vw-calc-xs-650 {
		width: calc(100vw - 40.625rem)!important
	}
	.vus-w-px-xs-700 {
		width: 43.75rem!important
	}
	.vus-w-min-px-xs-700 {
		min-width: 43.75rem!important
	}
	.vus-w-max-px-xs-700 {
		max-width: 43.75rem!important
	}
	.vus-w-calc-xs-700 {
		width: calc(100% - 43.75rem)!important
	}
	.vus-vw-calc-xs-700 {
		width: calc(100vw - 43.75rem)!important
	}
	.vus-w-px-xs-750 {
		width: 46.875rem!important
	}
	.vus-w-min-px-xs-750 {
		min-width: 46.875rem!important
	}
	.vus-w-max-px-xs-750 {
		max-width: 46.875rem!important
	}
	.vus-w-calc-xs-750 {
		width: calc(100% - 46.875rem)!important
	}
	.vus-vw-calc-xs-750 {
		width: calc(100vw - 46.875rem)!important
	}
}

@media (min-width: 768px) {
	.vus-w-sm-5 {
		width: 5%!important
	}
	.vus-w-min-sm-5 {
		min-width: 5%!important
	}
	.vus-w-max-sm-5 {
		max-width: 5%!important
	}
	.vus-vw-sm-5 {
		width: 5vw!important
	}
	.vus-w-sm-10 {
		width: 10%!important
	}
	.vus-w-min-sm-10 {
		min-width: 10%!important
	}
	.vus-w-max-sm-10 {
		max-width: 10%!important
	}
	.vus-vw-sm-10 {
		width: 10vw!important
	}
	.vus-w-sm-15 {
		width: 15%!important
	}
	.vus-w-min-sm-15 {
		min-width: 15%!important
	}
	.vus-w-max-sm-15 {
		max-width: 15%!important
	}
	.vus-vw-sm-15 {
		width: 15vw!important
	}
	.vus-w-sm-20 {
		width: 20%!important
	}
	.vus-w-min-sm-20 {
		min-width: 20%!important
	}
	.vus-w-max-sm-20 {
		max-width: 20%!important
	}
	.vus-vw-sm-20 {
		width: 20vw!important
	}
	.vus-w-sm-25 {
		width: 25%!important
	}
	.vus-w-min-sm-25 {
		min-width: 25%!important
	}
	.vus-w-max-sm-25 {
		max-width: 25%!important
	}
	.vus-vw-sm-25 {
		width: 25vw!important
	}
	.vus-w-sm-30 {
		width: 30%!important
	}
	.vus-w-min-sm-30 {
		min-width: 30%!important
	}
	.vus-w-max-sm-30 {
		max-width: 30%!important
	}
	.vus-vw-sm-30 {
		width: 30vw!important
	}
	.vus-w-sm-35 {
		width: 35%!important
	}
	.vus-w-min-sm-35 {
		min-width: 35%!important
	}
	.vus-w-max-sm-35 {
		max-width: 35%!important
	}
	.vus-vw-sm-35 {
		width: 35vw!important
	}
	.vus-w-sm-40 {
		width: 40%!important
	}
	.vus-w-min-sm-40 {
		min-width: 40%!important
	}
	.vus-w-max-sm-40 {
		max-width: 40%!important
	}
	.vus-vw-sm-40 {
		width: 40vw!important
	}
	.vus-w-sm-45 {
		width: 45%!important
	}
	.vus-w-min-sm-45 {
		min-width: 45%!important
	}
	.vus-w-max-sm-45 {
		max-width: 45%!important
	}
	.vus-vw-sm-45 {
		width: 45vw!important
	}
	.vus-w-sm-50 {
		width: 50%!important
	}
	.vus-w-min-sm-50 {
		min-width: 50%!important
	}
	.vus-w-max-sm-50 {
		max-width: 50%!important
	}
	.vus-vw-sm-50 {
		width: 50vw!important
	}
	.vus-w-sm-55 {
		width: 55%!important
	}
	.vus-w-min-sm-55 {
		min-width: 55%!important
	}
	.vus-w-max-sm-55 {
		max-width: 55%!important
	}
	.vus-vw-sm-55 {
		width: 55vw!important
	}
	.vus-w-sm-60 {
		width: 60%!important
	}
	.vus-w-min-sm-60 {
		min-width: 60%!important
	}
	.vus-w-max-sm-60 {
		max-width: 60%!important
	}
	.vus-vw-sm-60 {
		width: 60vw!important
	}
	.vus-w-sm-65 {
		width: 65%!important
	}
	.vus-w-min-sm-65 {
		min-width: 65%!important
	}
	.vus-w-max-sm-65 {
		max-width: 65%!important
	}
	.vus-vw-sm-65 {
		width: 65vw!important
	}
	.vus-w-sm-70 {
		width: 70%!important
	}
	.vus-w-min-sm-70 {
		min-width: 70%!important
	}
	.vus-w-max-sm-70 {
		max-width: 70%!important
	}
	.vus-vw-sm-70 {
		width: 70vw!important
	}
	.vus-w-sm-75 {
		width: 75%!important
	}
	.vus-w-min-sm-75 {
		min-width: 75%!important
	}
	.vus-w-max-sm-75 {
		max-width: 75%!important
	}
	.vus-vw-sm-75 {
		width: 75vw!important
	}
	.vus-w-sm-80 {
		width: 80%!important
	}
	.vus-w-min-sm-80 {
		min-width: 80%!important
	}
	.vus-w-max-sm-80 {
		max-width: 80%!important
	}
	.vus-vw-sm-80 {
		width: 80vw!important
	}
	.vus-w-sm-85 {
		width: 85%!important
	}
	.vus-w-min-sm-85 {
		min-width: 85%!important
	}
	.vus-w-max-sm-85 {
		max-width: 85%!important
	}
	.vus-vw-sm-85 {
		width: 85vw!important
	}
	.vus-w-sm-90 {
		width: 90%!important
	}
	.vus-w-min-sm-90 {
		min-width: 90%!important
	}
	.vus-w-max-sm-90 {
		max-width: 90%!important
	}
	.vus-vw-sm-90 {
		width: 90vw!important
	}
	.vus-w-sm-95 {
		width: 95%!important
	}
	.vus-w-min-sm-95 {
		min-width: 95%!important
	}
	.vus-w-max-sm-95 {
		max-width: 95%!important
	}
	.vus-vw-sm-95 {
		width: 95vw!important
	}
	.vus-w-sm-100 {
		width: 100%!important
	}
	.vus-w-min-sm-100 {
		min-width: 100%!important
	}
	.vus-w-max-sm-100 {
		max-width: 100%!important
	}
	.vus-vw-sm-100 {
		width: 100vw!important
	}
	.vus-w-px-sm-1 {
		width: .0625rem!important
	}
	.vus-w-min-px-sm-1 {
		min-width: .0625rem!important
	}
	.vus-w-max-px-sm-1 {
		max-width: .0625rem!important
	}
	.vus-w-calc-sm-1 {
		width: calc(100% - .0625rem)!important
	}
	.vus-vw-calc-sm-1 {
		width: calc(100vw - .0625rem)!important
	}
	.vus-w-px-sm-2 {
		width: .125rem!important
	}
	.vus-w-min-px-sm-2 {
		min-width: .125rem!important
	}
	.vus-w-max-px-sm-2 {
		max-width: .125rem!important
	}
	.vus-w-calc-sm-2 {
		width: calc(100% - .125rem)!important
	}
	.vus-vw-calc-sm-2 {
		width: calc(100vw - .125rem)!important
	}
	.vus-w-px-sm-3 {
		width: .1875rem!important
	}
	.vus-w-min-px-sm-3 {
		min-width: .1875rem!important
	}
	.vus-w-max-px-sm-3 {
		max-width: .1875rem!important
	}
	.vus-w-calc-sm-3 {
		width: calc(100% - .1875rem)!important
	}
	.vus-vw-calc-sm-3 {
		width: calc(100vw - .1875rem)!important
	}
	.vus-w-px-sm-4 {
		width: .25rem!important
	}
	.vus-w-min-px-sm-4 {
		min-width: .25rem!important
	}
	.vus-w-max-px-sm-4 {
		max-width: .25rem!important
	}
	.vus-w-calc-sm-4 {
		width: calc(100% - .25rem)!important
	}
	.vus-vw-calc-sm-4 {
		width: calc(100vw - .25rem)!important
	}
	.vus-w-px-sm-5 {
		width: .3125rem!important
	}
	.vus-w-min-px-sm-5 {
		min-width: .3125rem!important
	}
	.vus-w-max-px-sm-5 {
		max-width: .3125rem!important
	}
	.vus-w-calc-sm-5 {
		width: calc(100% - .3125rem)!important
	}
	.vus-vw-calc-sm-5 {
		width: calc(100vw - .3125rem)!important
	}
	.vus-w-px-sm-6 {
		width: .375rem!important
	}
	.vus-w-min-px-sm-6 {
		min-width: .375rem!important
	}
	.vus-w-max-px-sm-6 {
		max-width: .375rem!important
	}
	.vus-w-calc-sm-6 {
		width: calc(100% - .375rem)!important
	}
	.vus-vw-calc-sm-6 {
		width: calc(100vw - .375rem)!important
	}
	.vus-w-px-sm-7 {
		width: .4375rem!important
	}
	.vus-w-min-px-sm-7 {
		min-width: .4375rem!important
	}
	.vus-w-max-px-sm-7 {
		max-width: .4375rem!important
	}
	.vus-w-calc-sm-7 {
		width: calc(100% - .4375rem)!important
	}
	.vus-vw-calc-sm-7 {
		width: calc(100vw - .4375rem)!important
	}
	.vus-w-px-sm-8 {
		width: .5rem!important
	}
	.vus-w-min-px-sm-8 {
		min-width: .5rem!important
	}
	.vus-w-max-px-sm-8 {
		max-width: .5rem!important
	}
	.vus-w-calc-sm-8 {
		width: calc(100% - .5rem)!important
	}
	.vus-vw-calc-sm-8 {
		width: calc(100vw - .5rem)!important
	}
	.vus-w-px-sm-9 {
		width: .5625rem!important
	}
	.vus-w-min-px-sm-9 {
		min-width: .5625rem!important
	}
	.vus-w-max-px-sm-9 {
		max-width: .5625rem!important
	}
	.vus-w-calc-sm-9 {
		width: calc(100% - .5625rem)!important
	}
	.vus-vw-calc-sm-9 {
		width: calc(100vw - .5625rem)!important
	}
	.vus-w-px-sm-10 {
		width: .625rem!important
	}
	.vus-w-min-px-sm-10 {
		min-width: .625rem!important
	}
	.vus-w-max-px-sm-10 {
		max-width: .625rem!important
	}
	.vus-w-calc-sm-10 {
		width: calc(100% - .625rem)!important
	}
	.vus-vw-calc-sm-10 {
		width: calc(100vw - .625rem)!important
	}
	.vus-w-px-sm-12 {
		width: .75rem!important
	}
	.vus-w-min-px-sm-12 {
		min-width: .75rem!important
	}
	.vus-w-max-px-sm-12 {
		max-width: .75rem!important
	}
	.vus-w-calc-sm-12 {
		width: calc(100% - .75rem)!important
	}
	.vus-vw-calc-sm-12 {
		width: calc(100vw - .75rem)!important
	}
	.vus-w-px-sm-14 {
		width: .875rem!important
	}
	.vus-w-min-px-sm-14 {
		min-width: .875rem!important
	}
	.vus-w-max-px-sm-14 {
		max-width: .875rem!important
	}
	.vus-w-calc-sm-14 {
		width: calc(100% - .875rem)!important
	}
	.vus-vw-calc-sm-14 {
		width: calc(100vw - .875rem)!important
	}
	.vus-w-px-sm-15 {
		width: .9375rem!important
	}
	.vus-w-min-px-sm-15 {
		min-width: .9375rem!important
	}
	.vus-w-max-px-sm-15 {
		max-width: .9375rem!important
	}
	.vus-w-calc-sm-15 {
		width: calc(100% - .9375rem)!important
	}
	.vus-vw-calc-sm-15 {
		width: calc(100vw - .9375rem)!important
	}
	.vus-w-px-sm-16 {
		width: 1rem!important
	}
	.vus-w-min-px-sm-16 {
		min-width: 1rem!important
	}
	.vus-w-max-px-sm-16 {
		max-width: 1rem!important
	}
	.vus-w-calc-sm-16 {
		width: calc(100% - 1rem)!important
	}
	.vus-vw-calc-sm-16 {
		width: calc(100vw - 1rem)!important
	}
	.vus-w-px-sm-18 {
		width: 1.125rem!important
	}
	.vus-w-min-px-sm-18 {
		min-width: 1.125rem!important
	}
	.vus-w-max-px-sm-18 {
		max-width: 1.125rem!important
	}
	.vus-w-calc-sm-18 {
		width: calc(100% - 1.125rem)!important
	}
	.vus-vw-calc-sm-18 {
		width: calc(100vw - 1.125rem)!important
	}
	.vus-w-px-sm-20 {
		width: 1.25rem!important
	}
	.vus-w-min-px-sm-20 {
		min-width: 1.25rem!important
	}
	.vus-w-max-px-sm-20 {
		max-width: 1.25rem!important
	}
	.vus-w-calc-sm-20 {
		width: calc(100% - 1.25rem)!important
	}
	.vus-vw-calc-sm-20 {
		width: calc(100vw - 1.25rem)!important
	}
	.vus-w-px-sm-22 {
		width: 1.375rem!important
	}
	.vus-w-min-px-sm-22 {
		min-width: 1.375rem!important
	}
	.vus-w-max-px-sm-22 {
		max-width: 1.375rem!important
	}
	.vus-w-calc-sm-22 {
		width: calc(100% - 1.375rem)!important
	}
	.vus-vw-calc-sm-22 {
		width: calc(100vw - 1.375rem)!important
	}
	.vus-w-px-sm-24 {
		width: 1.5rem!important
	}
	.vus-w-min-px-sm-24 {
		min-width: 1.5rem!important
	}
	.vus-w-max-px-sm-24 {
		max-width: 1.5rem!important
	}
	.vus-w-calc-sm-24 {
		width: calc(100% - 1.5rem)!important
	}
	.vus-vw-calc-sm-24 {
		width: calc(100vw - 1.5rem)!important
	}
	.vus-w-px-sm-25 {
		width: 1.5625rem!important
	}
	.vus-w-min-px-sm-25 {
		min-width: 1.5625rem!important
	}
	.vus-w-max-px-sm-25 {
		max-width: 1.5625rem!important
	}
	.vus-w-calc-sm-25 {
		width: calc(100% - 1.5625rem)!important
	}
	.vus-vw-calc-sm-25 {
		width: calc(100vw - 1.5625rem)!important
	}
	.vus-w-px-sm-26 {
		width: 1.625rem!important
	}
	.vus-w-min-px-sm-26 {
		min-width: 1.625rem!important
	}
	.vus-w-max-px-sm-26 {
		max-width: 1.625rem!important
	}
	.vus-w-calc-sm-26 {
		width: calc(100% - 1.625rem)!important
	}
	.vus-vw-calc-sm-26 {
		width: calc(100vw - 1.625rem)!important
	}
	.vus-w-px-sm-28 {
		width: 1.75rem!important
	}
	.vus-w-min-px-sm-28 {
		min-width: 1.75rem!important
	}
	.vus-w-max-px-sm-28 {
		max-width: 1.75rem!important
	}
	.vus-w-calc-sm-28 {
		width: calc(100% - 1.75rem)!important
	}
	.vus-vw-calc-sm-28 {
		width: calc(100vw - 1.75rem)!important
	}
	.vus-w-px-sm-30 {
		width: 1.875rem!important
	}
	.vus-w-min-px-sm-30 {
		min-width: 1.875rem!important
	}
	.vus-w-max-px-sm-30 {
		max-width: 1.875rem!important
	}
	.vus-w-calc-sm-30 {
		width: calc(100% - 1.875rem)!important
	}
	.vus-vw-calc-sm-30 {
		width: calc(100vw - 1.875rem)!important
	}
	.vus-w-px-sm-32 {
		width: 2rem!important
	}
	.vus-w-min-px-sm-32 {
		min-width: 2rem!important
	}
	.vus-w-max-px-sm-32 {
		max-width: 2rem!important
	}
	.vus-w-calc-sm-32 {
		width: calc(100% - 2rem)!important
	}
	.vus-vw-calc-sm-32 {
		width: calc(100vw - 2rem)!important
	}
	.vus-w-px-sm-34 {
		width: 2.125rem!important
	}
	.vus-w-min-px-sm-34 {
		min-width: 2.125rem!important
	}
	.vus-w-max-px-sm-34 {
		max-width: 2.125rem!important
	}
	.vus-w-calc-sm-34 {
		width: calc(100% - 2.125rem)!important
	}
	.vus-vw-calc-sm-34 {
		width: calc(100vw - 2.125rem)!important
	}
	.vus-w-px-sm-35 {
		width: 2.1875rem!important
	}
	.vus-w-min-px-sm-35 {
		min-width: 2.1875rem!important
	}
	.vus-w-max-px-sm-35 {
		max-width: 2.1875rem!important
	}
	.vus-w-calc-sm-35 {
		width: calc(100% - 2.1875rem)!important
	}
	.vus-vw-calc-sm-35 {
		width: calc(100vw - 2.1875rem)!important
	}
	.vus-w-px-sm-36 {
		width: 2.25rem!important
	}
	.vus-w-min-px-sm-36 {
		min-width: 2.25rem!important
	}
	.vus-w-max-px-sm-36 {
		max-width: 2.25rem!important
	}
	.vus-w-calc-sm-36 {
		width: calc(100% - 2.25rem)!important
	}
	.vus-vw-calc-sm-36 {
		width: calc(100vw - 2.25rem)!important
	}
	.vus-w-px-sm-38 {
		width: 2.375rem!important
	}
	.vus-w-min-px-sm-38 {
		min-width: 2.375rem!important
	}
	.vus-w-max-px-sm-38 {
		max-width: 2.375rem!important
	}
	.vus-w-calc-sm-38 {
		width: calc(100% - 2.375rem)!important
	}
	.vus-vw-calc-sm-38 {
		width: calc(100vw - 2.375rem)!important
	}
	.vus-w-px-sm-40 {
		width: 2.5rem!important
	}
	.vus-w-min-px-sm-40 {
		min-width: 2.5rem!important
	}
	.vus-w-max-px-sm-40 {
		max-width: 2.5rem!important
	}
	.vus-w-calc-sm-40 {
		width: calc(100% - 2.5rem)!important
	}
	.vus-vw-calc-sm-40 {
		width: calc(100vw - 2.5rem)!important
	}
	.vus-w-px-sm-42 {
		width: 2.625rem!important
	}
	.vus-w-min-px-sm-42 {
		min-width: 2.625rem!important
	}
	.vus-w-max-px-sm-42 {
		max-width: 2.625rem!important
	}
	.vus-w-calc-sm-42 {
		width: calc(100% - 2.625rem)!important
	}
	.vus-vw-calc-sm-42 {
		width: calc(100vw - 2.625rem)!important
	}
	.vus-w-px-sm-44 {
		width: 2.75rem!important
	}
	.vus-w-min-px-sm-44 {
		min-width: 2.75rem!important
	}
	.vus-w-max-px-sm-44 {
		max-width: 2.75rem!important
	}
	.vus-w-calc-sm-44 {
		width: calc(100% - 2.75rem)!important
	}
	.vus-vw-calc-sm-44 {
		width: calc(100vw - 2.75rem)!important
	}
	.vus-w-px-sm-45 {
		width: 2.8125rem!important
	}
	.vus-w-min-px-sm-45 {
		min-width: 2.8125rem!important
	}
	.vus-w-max-px-sm-45 {
		max-width: 2.8125rem!important
	}
	.vus-w-calc-sm-45 {
		width: calc(100% - 2.8125rem)!important
	}
	.vus-vw-calc-sm-45 {
		width: calc(100vw - 2.8125rem)!important
	}
	.vus-w-px-sm-46 {
		width: 2.875rem!important
	}
	.vus-w-min-px-sm-46 {
		min-width: 2.875rem!important
	}
	.vus-w-max-px-sm-46 {
		max-width: 2.875rem!important
	}
	.vus-w-calc-sm-46 {
		width: calc(100% - 2.875rem)!important
	}
	.vus-vw-calc-sm-46 {
		width: calc(100vw - 2.875rem)!important
	}
	.vus-w-px-sm-48 {
		width: 3rem!important
	}
	.vus-w-min-px-sm-48 {
		min-width: 3rem!important
	}
	.vus-w-max-px-sm-48 {
		max-width: 3rem!important
	}
	.vus-w-calc-sm-48 {
		width: calc(100% - 3rem)!important
	}
	.vus-vw-calc-sm-48 {
		width: calc(100vw - 3rem)!important
	}
	.vus-w-px-sm-50 {
		width: 3.125rem!important
	}
	.vus-w-min-px-sm-50 {
		min-width: 3.125rem!important
	}
	.vus-w-max-px-sm-50 {
		max-width: 3.125rem!important
	}
	.vus-w-calc-sm-50 {
		width: calc(100% - 3.125rem)!important
	}
	.vus-vw-calc-sm-50 {
		width: calc(100vw - 3.125rem)!important
	}
	.vus-w-px-sm-52 {
		width: 3.25rem!important
	}
	.vus-w-min-px-sm-52 {
		min-width: 3.25rem!important
	}
	.vus-w-max-px-sm-52 {
		max-width: 3.25rem!important
	}
	.vus-w-calc-sm-52 {
		width: calc(100% - 3.25rem)!important
	}
	.vus-vw-calc-sm-52 {
		width: calc(100vw - 3.25rem)!important
	}
	.vus-w-px-sm-54 {
		width: 3.375rem!important
	}
	.vus-w-min-px-sm-54 {
		min-width: 3.375rem!important
	}
	.vus-w-max-px-sm-54 {
		max-width: 3.375rem!important
	}
	.vus-w-calc-sm-54 {
		width: calc(100% - 3.375rem)!important
	}
	.vus-vw-calc-sm-54 {
		width: calc(100vw - 3.375rem)!important
	}
	.vus-w-px-sm-55 {
		width: 3.4375rem!important
	}
	.vus-w-min-px-sm-55 {
		min-width: 3.4375rem!important
	}
	.vus-w-max-px-sm-55 {
		max-width: 3.4375rem!important
	}
	.vus-w-calc-sm-55 {
		width: calc(100% - 3.4375rem)!important
	}
	.vus-vw-calc-sm-55 {
		width: calc(100vw - 3.4375rem)!important
	}
	.vus-w-px-sm-56 {
		width: 3.5rem!important
	}
	.vus-w-min-px-sm-56 {
		min-width: 3.5rem!important
	}
	.vus-w-max-px-sm-56 {
		max-width: 3.5rem!important
	}
	.vus-w-calc-sm-56 {
		width: calc(100% - 3.5rem)!important
	}
	.vus-vw-calc-sm-56 {
		width: calc(100vw - 3.5rem)!important
	}
	.vus-w-px-sm-58 {
		width: 3.625rem!important
	}
	.vus-w-min-px-sm-58 {
		min-width: 3.625rem!important
	}
	.vus-w-max-px-sm-58 {
		max-width: 3.625rem!important
	}
	.vus-w-calc-sm-58 {
		width: calc(100% - 3.625rem)!important
	}
	.vus-vw-calc-sm-58 {
		width: calc(100vw - 3.625rem)!important
	}
	.vus-w-px-sm-60 {
		width: 3.75rem!important
	}
	.vus-w-min-px-sm-60 {
		min-width: 3.75rem!important
	}
	.vus-w-max-px-sm-60 {
		max-width: 3.75rem!important
	}
	.vus-w-calc-sm-60 {
		width: calc(100% - 3.75rem)!important
	}
	.vus-vw-calc-sm-60 {
		width: calc(100vw - 3.75rem)!important
	}
	.vus-w-px-sm-62 {
		width: 3.875rem!important
	}
	.vus-w-min-px-sm-62 {
		min-width: 3.875rem!important
	}
	.vus-w-max-px-sm-62 {
		max-width: 3.875rem!important
	}
	.vus-w-calc-sm-62 {
		width: calc(100% - 3.875rem)!important
	}
	.vus-vw-calc-sm-62 {
		width: calc(100vw - 3.875rem)!important
	}
	.vus-w-px-sm-64 {
		width: 4rem!important
	}
	.vus-w-min-px-sm-64 {
		min-width: 4rem!important
	}
	.vus-w-max-px-sm-64 {
		max-width: 4rem!important
	}
	.vus-w-calc-sm-64 {
		width: calc(100% - 4rem)!important
	}
	.vus-vw-calc-sm-64 {
		width: calc(100vw - 4rem)!important
	}
	.vus-w-px-sm-65 {
		width: 4.0625rem!important
	}
	.vus-w-min-px-sm-65 {
		min-width: 4.0625rem!important
	}
	.vus-w-max-px-sm-65 {
		max-width: 4.0625rem!important
	}
	.vus-w-calc-sm-65 {
		width: calc(100% - 4.0625rem)!important
	}
	.vus-vw-calc-sm-65 {
		width: calc(100vw - 4.0625rem)!important
	}
	.vus-w-px-sm-66 {
		width: 4.125rem!important
	}
	.vus-w-min-px-sm-66 {
		min-width: 4.125rem!important
	}
	.vus-w-max-px-sm-66 {
		max-width: 4.125rem!important
	}
	.vus-w-calc-sm-66 {
		width: calc(100% - 4.125rem)!important
	}
	.vus-vw-calc-sm-66 {
		width: calc(100vw - 4.125rem)!important
	}
	.vus-w-px-sm-68 {
		width: 4.25rem!important
	}
	.vus-w-min-px-sm-68 {
		min-width: 4.25rem!important
	}
	.vus-w-max-px-sm-68 {
		max-width: 4.25rem!important
	}
	.vus-w-calc-sm-68 {
		width: calc(100% - 4.25rem)!important
	}
	.vus-vw-calc-sm-68 {
		width: calc(100vw - 4.25rem)!important
	}
	.vus-w-px-sm-70 {
		width: 4.375rem!important
	}
	.vus-w-min-px-sm-70 {
		min-width: 4.375rem!important
	}
	.vus-w-max-px-sm-70 {
		max-width: 4.375rem!important
	}
	.vus-w-calc-sm-70 {
		width: calc(100% - 4.375rem)!important
	}
	.vus-vw-calc-sm-70 {
		width: calc(100vw - 4.375rem)!important
	}
	.vus-w-px-sm-72 {
		width: 4.5rem!important
	}
	.vus-w-min-px-sm-72 {
		min-width: 4.5rem!important
	}
	.vus-w-max-px-sm-72 {
		max-width: 4.5rem!important
	}
	.vus-w-calc-sm-72 {
		width: calc(100% - 4.5rem)!important
	}
	.vus-vw-calc-sm-72 {
		width: calc(100vw - 4.5rem)!important
	}
	.vus-w-px-sm-74 {
		width: 4.625rem!important
	}
	.vus-w-min-px-sm-74 {
		min-width: 4.625rem!important
	}
	.vus-w-max-px-sm-74 {
		max-width: 4.625rem!important
	}
	.vus-w-calc-sm-74 {
		width: calc(100% - 4.625rem)!important
	}
	.vus-vw-calc-sm-74 {
		width: calc(100vw - 4.625rem)!important
	}
	.vus-w-px-sm-75 {
		width: 4.6875rem!important
	}
	.vus-w-min-px-sm-75 {
		min-width: 4.6875rem!important
	}
	.vus-w-max-px-sm-75 {
		max-width: 4.6875rem!important
	}
	.vus-w-calc-sm-75 {
		width: calc(100% - 4.6875rem)!important
	}
	.vus-vw-calc-sm-75 {
		width: calc(100vw - 4.6875rem)!important
	}
	.vus-w-px-sm-76 {
		width: 4.75rem!important
	}
	.vus-w-min-px-sm-76 {
		min-width: 4.75rem!important
	}
	.vus-w-max-px-sm-76 {
		max-width: 4.75rem!important
	}
	.vus-w-calc-sm-76 {
		width: calc(100% - 4.75rem)!important
	}
	.vus-vw-calc-sm-76 {
		width: calc(100vw - 4.75rem)!important
	}
	.vus-w-px-sm-78 {
		width: 4.875rem!important
	}
	.vus-w-min-px-sm-78 {
		min-width: 4.875rem!important
	}
	.vus-w-max-px-sm-78 {
		max-width: 4.875rem!important
	}
	.vus-w-calc-sm-78 {
		width: calc(100% - 4.875rem)!important
	}
	.vus-vw-calc-sm-78 {
		width: calc(100vw - 4.875rem)!important
	}
	.vus-w-px-sm-80 {
		width: 5rem!important
	}
	.vus-w-min-px-sm-80 {
		min-width: 5rem!important
	}
	.vus-w-max-px-sm-80 {
		max-width: 5rem!important
	}
	.vus-w-calc-sm-80 {
		width: calc(100% - 5rem)!important
	}
	.vus-vw-calc-sm-80 {
		width: calc(100vw - 5rem)!important
	}
	.vus-w-px-sm-82 {
		width: 5.125rem!important
	}
	.vus-w-min-px-sm-82 {
		min-width: 5.125rem!important
	}
	.vus-w-max-px-sm-82 {
		max-width: 5.125rem!important
	}
	.vus-w-calc-sm-82 {
		width: calc(100% - 5.125rem)!important
	}
	.vus-vw-calc-sm-82 {
		width: calc(100vw - 5.125rem)!important
	}
	.vus-w-px-sm-84 {
		width: 5.25rem!important
	}
	.vus-w-min-px-sm-84 {
		min-width: 5.25rem!important
	}
	.vus-w-max-px-sm-84 {
		max-width: 5.25rem!important
	}
	.vus-w-calc-sm-84 {
		width: calc(100% - 5.25rem)!important
	}
	.vus-vw-calc-sm-84 {
		width: calc(100vw - 5.25rem)!important
	}
	.vus-w-px-sm-85 {
		width: 5.3125rem!important
	}
	.vus-w-min-px-sm-85 {
		min-width: 5.3125rem!important
	}
	.vus-w-max-px-sm-85 {
		max-width: 5.3125rem!important
	}
	.vus-w-calc-sm-85 {
		width: calc(100% - 5.3125rem)!important
	}
	.vus-vw-calc-sm-85 {
		width: calc(100vw - 5.3125rem)!important
	}
	.vus-w-px-sm-86 {
		width: 5.375rem!important
	}
	.vus-w-min-px-sm-86 {
		min-width: 5.375rem!important
	}
	.vus-w-max-px-sm-86 {
		max-width: 5.375rem!important
	}
	.vus-w-calc-sm-86 {
		width: calc(100% - 5.375rem)!important
	}
	.vus-vw-calc-sm-86 {
		width: calc(100vw - 5.375rem)!important
	}
	.vus-w-px-sm-88 {
		width: 5.5rem!important
	}
	.vus-w-min-px-sm-88 {
		min-width: 5.5rem!important
	}
	.vus-w-max-px-sm-88 {
		max-width: 5.5rem!important
	}
	.vus-w-calc-sm-88 {
		width: calc(100% - 5.5rem)!important
	}
	.vus-vw-calc-sm-88 {
		width: calc(100vw - 5.5rem)!important
	}
	.vus-w-px-sm-90 {
		width: 5.625rem!important
	}
	.vus-w-min-px-sm-90 {
		min-width: 5.625rem!important
	}
	.vus-w-max-px-sm-90 {
		max-width: 5.625rem!important
	}
	.vus-w-calc-sm-90 {
		width: calc(100% - 5.625rem)!important
	}
	.vus-vw-calc-sm-90 {
		width: calc(100vw - 5.625rem)!important
	}
	.vus-w-px-sm-92 {
		width: 5.75rem!important
	}
	.vus-w-min-px-sm-92 {
		min-width: 5.75rem!important
	}
	.vus-w-max-px-sm-92 {
		max-width: 5.75rem!important
	}
	.vus-w-calc-sm-92 {
		width: calc(100% - 5.75rem)!important
	}
	.vus-vw-calc-sm-92 {
		width: calc(100vw - 5.75rem)!important
	}
	.vus-w-px-sm-94 {
		width: 5.875rem!important
	}
	.vus-w-min-px-sm-94 {
		min-width: 5.875rem!important
	}
	.vus-w-max-px-sm-94 {
		max-width: 5.875rem!important
	}
	.vus-w-calc-sm-94 {
		width: calc(100% - 5.875rem)!important
	}
	.vus-vw-calc-sm-94 {
		width: calc(100vw - 5.875rem)!important
	}
	.vus-w-px-sm-95 {
		width: 5.9375rem!important
	}
	.vus-w-min-px-sm-95 {
		min-width: 5.9375rem!important
	}
	.vus-w-max-px-sm-95 {
		max-width: 5.9375rem!important
	}
	.vus-w-calc-sm-95 {
		width: calc(100% - 5.9375rem)!important
	}
	.vus-vw-calc-sm-95 {
		width: calc(100vw - 5.9375rem)!important
	}
	.vus-w-px-sm-96 {
		width: 6rem!important
	}
	.vus-w-min-px-sm-96 {
		min-width: 6rem!important
	}
	.vus-w-max-px-sm-96 {
		max-width: 6rem!important
	}
	.vus-w-calc-sm-96 {
		width: calc(100% - 6rem)!important
	}
	.vus-vw-calc-sm-96 {
		width: calc(100vw - 6rem)!important
	}
	.vus-w-px-sm-98 {
		width: 6.125rem!important
	}
	.vus-w-min-px-sm-98 {
		min-width: 6.125rem!important
	}
	.vus-w-max-px-sm-98 {
		max-width: 6.125rem!important
	}
	.vus-w-calc-sm-98 {
		width: calc(100% - 6.125rem)!important
	}
	.vus-vw-calc-sm-98 {
		width: calc(100vw - 6.125rem)!important
	}
	.vus-w-px-sm-100 {
		width: 6.25rem!important
	}
	.vus-w-min-px-sm-100 {
		min-width: 6.25rem!important
	}
	.vus-w-max-px-sm-100 {
		max-width: 6.25rem!important
	}
	.vus-w-calc-sm-100 {
		width: calc(100% - 6.25rem)!important
	}
	.vus-vw-calc-sm-100 {
		width: calc(100vw - 6.25rem)!important
	}
	.vus-w-px-sm-110 {
		width: 6.875rem!important
	}
	.vus-w-min-px-sm-110 {
		min-width: 6.875rem!important
	}
	.vus-w-max-px-sm-110 {
		max-width: 6.875rem!important
	}
	.vus-w-calc-sm-110 {
		width: calc(100% - 6.875rem)!important
	}
	.vus-vw-calc-sm-110 {
		width: calc(100vw - 6.875rem)!important
	}
	.vus-w-px-sm-120 {
		width: 7.5rem!important
	}
	.vus-w-min-px-sm-120 {
		min-width: 7.5rem!important
	}
	.vus-w-max-px-sm-120 {
		max-width: 7.5rem!important
	}
	.vus-w-calc-sm-120 {
		width: calc(100% - 7.5rem)!important
	}
	.vus-vw-calc-sm-120 {
		width: calc(100vw - 7.5rem)!important
	}
	.vus-w-px-sm-130 {
		width: 8.125rem!important
	}
	.vus-w-min-px-sm-130 {
		min-width: 8.125rem!important
	}
	.vus-w-max-px-sm-130 {
		max-width: 8.125rem!important
	}
	.vus-w-calc-sm-130 {
		width: calc(100% - 8.125rem)!important
	}
	.vus-vw-calc-sm-130 {
		width: calc(100vw - 8.125rem)!important
	}
	.vus-w-px-sm-140 {
		width: 8.75rem!important
	}
	.vus-w-min-px-sm-140 {
		min-width: 8.75rem!important
	}
	.vus-w-max-px-sm-140 {
		max-width: 8.75rem!important
	}
	.vus-w-calc-sm-140 {
		width: calc(100% - 8.75rem)!important
	}
	.vus-vw-calc-sm-140 {
		width: calc(100vw - 8.75rem)!important
	}
	.vus-w-px-sm-150 {
		width: 9.375rem!important
	}
	.vus-w-min-px-sm-150 {
		min-width: 9.375rem!important
	}
	.vus-w-max-px-sm-150 {
		max-width: 9.375rem!important
	}
	.vus-w-calc-sm-150 {
		width: calc(100% - 9.375rem)!important
	}
	.vus-vw-calc-sm-150 {
		width: calc(100vw - 9.375rem)!important
	}
	.vus-w-px-sm-160 {
		width: 10rem!important
	}
	.vus-w-min-px-sm-160 {
		min-width: 10rem!important
	}
	.vus-w-max-px-sm-160 {
		max-width: 10rem!important
	}
	.vus-w-calc-sm-160 {
		width: calc(100% - 10rem)!important
	}
	.vus-vw-calc-sm-160 {
		width: calc(100vw - 10rem)!important
	}
	.vus-w-px-sm-170 {
		width: 10.625rem!important
	}
	.vus-w-min-px-sm-170 {
		min-width: 10.625rem!important
	}
	.vus-w-max-px-sm-170 {
		max-width: 10.625rem!important
	}
	.vus-w-calc-sm-170 {
		width: calc(100% - 10.625rem)!important
	}
	.vus-vw-calc-sm-170 {
		width: calc(100vw - 10.625rem)!important
	}
	.vus-w-px-sm-180 {
		width: 11.25rem!important
	}
	.vus-w-min-px-sm-180 {
		min-width: 11.25rem!important
	}
	.vus-w-max-px-sm-180 {
		max-width: 11.25rem!important
	}
	.vus-w-calc-sm-180 {
		width: calc(100% - 11.25rem)!important
	}
	.vus-vw-calc-sm-180 {
		width: calc(100vw - 11.25rem)!important
	}
	.vus-w-px-sm-190 {
		width: 11.875rem!important
	}
	.vus-w-min-px-sm-190 {
		min-width: 11.875rem!important
	}
	.vus-w-max-px-sm-190 {
		max-width: 11.875rem!important
	}
	.vus-w-calc-sm-190 {
		width: calc(100% - 11.875rem)!important
	}
	.vus-vw-calc-sm-190 {
		width: calc(100vw - 11.875rem)!important
	}
	.vus-w-px-sm-200 {
		width: 12.5rem!important
	}
	.vus-w-min-px-sm-200 {
		min-width: 12.5rem!important
	}
	.vus-w-max-px-sm-200 {
		max-width: 12.5rem!important
	}
	.vus-w-calc-sm-200 {
		width: calc(100% - 12.5rem)!important
	}
	.vus-vw-calc-sm-200 {
		width: calc(100vw - 12.5rem)!important
	}
	.vus-w-px-sm-250 {
		width: 15.625rem!important
	}
	.vus-w-min-px-sm-250 {
		min-width: 15.625rem!important
	}
	.vus-w-max-px-sm-250 {
		max-width: 15.625rem!important
	}
	.vus-w-calc-sm-250 {
		width: calc(100% - 15.625rem)!important
	}
	.vus-vw-calc-sm-250 {
		width: calc(100vw - 15.625rem)!important
	}
	.vus-w-px-sm-300 {
		width: 18.75rem!important
	}
	.vus-w-min-px-sm-300 {
		min-width: 18.75rem!important
	}
	.vus-w-max-px-sm-300 {
		max-width: 18.75rem!important
	}
	.vus-w-calc-sm-300 {
		width: calc(100% - 18.75rem)!important
	}
	.vus-vw-calc-sm-300 {
		width: calc(100vw - 18.75rem)!important
	}
	.vus-w-px-sm-350 {
		width: 21.875rem!important
	}
	.vus-w-min-px-sm-350 {
		min-width: 21.875rem!important
	}
	.vus-w-max-px-sm-350 {
		max-width: 21.875rem!important
	}
	.vus-w-calc-sm-350 {
		width: calc(100% - 21.875rem)!important
	}
	.vus-vw-calc-sm-350 {
		width: calc(100vw - 21.875rem)!important
	}
	.vus-w-px-sm-400 {
		width: 25rem!important
	}
	.vus-w-min-px-sm-400 {
		min-width: 25rem!important
	}
	.vus-w-max-px-sm-400 {
		max-width: 25rem!important
	}
	.vus-w-calc-sm-400 {
		width: calc(100% - 25rem)!important
	}
	.vus-vw-calc-sm-400 {
		width: calc(100vw - 25rem)!important
	}
	.vus-w-px-sm-450 {
		width: 28.125rem!important
	}
	.vus-w-min-px-sm-450 {
		min-width: 28.125rem!important
	}
	.vus-w-max-px-sm-450 {
		max-width: 28.125rem!important
	}
	.vus-w-calc-sm-450 {
		width: calc(100% - 28.125rem)!important
	}
	.vus-vw-calc-sm-450 {
		width: calc(100vw - 28.125rem)!important
	}
	.vus-w-px-sm-500 {
		width: 31.25rem!important
	}
	.vus-w-min-px-sm-500 {
		min-width: 31.25rem!important
	}
	.vus-w-max-px-sm-500 {
		max-width: 31.25rem!important
	}
	.vus-w-calc-sm-500 {
		width: calc(100% - 31.25rem)!important
	}
	.vus-vw-calc-sm-500 {
		width: calc(100vw - 31.25rem)!important
	}
	.vus-w-px-sm-550 {
		width: 34.375rem!important
	}
	.vus-w-min-px-sm-550 {
		min-width: 34.375rem!important
	}
	.vus-w-max-px-sm-550 {
		max-width: 34.375rem!important
	}
	.vus-w-calc-sm-550 {
		width: calc(100% - 34.375rem)!important
	}
	.vus-vw-calc-sm-550 {
		width: calc(100vw - 34.375rem)!important
	}
	.vus-w-px-sm-600 {
		width: 37.5rem!important
	}
	.vus-w-min-px-sm-600 {
		min-width: 37.5rem!important
	}
	.vus-w-max-px-sm-600 {
		max-width: 37.5rem!important
	}
	.vus-w-calc-sm-600 {
		width: calc(100% - 37.5rem)!important
	}
	.vus-vw-calc-sm-600 {
		width: calc(100vw - 37.5rem)!important
	}
	.vus-w-px-sm-650 {
		width: 40.625rem!important
	}
	.vus-w-min-px-sm-650 {
		min-width: 40.625rem!important
	}
	.vus-w-max-px-sm-650 {
		max-width: 40.625rem!important
	}
	.vus-w-calc-sm-650 {
		width: calc(100% - 40.625rem)!important
	}
	.vus-vw-calc-sm-650 {
		width: calc(100vw - 40.625rem)!important
	}
	.vus-w-px-sm-700 {
		width: 43.75rem!important
	}
	.vus-w-min-px-sm-700 {
		min-width: 43.75rem!important
	}
	.vus-w-max-px-sm-700 {
		max-width: 43.75rem!important
	}
	.vus-w-calc-sm-700 {
		width: calc(100% - 43.75rem)!important
	}
	.vus-vw-calc-sm-700 {
		width: calc(100vw - 43.75rem)!important
	}
	.vus-w-px-sm-750 {
		width: 46.875rem!important
	}
	.vus-w-min-px-sm-750 {
		min-width: 46.875rem!important
	}
	.vus-w-max-px-sm-750 {
		max-width: 46.875rem!important
	}
	.vus-w-calc-sm-750 {
		width: calc(100% - 46.875rem)!important
	}
	.vus-vw-calc-sm-750 {
		width: calc(100vw - 46.875rem)!important
	}
}

@media (min-width: 1024px) {
	.vus-w-md-5 {
		width: 5%!important
	}
	.vus-w-min-md-5 {
		min-width: 5%!important
	}
	.vus-w-max-md-5 {
		max-width: 5%!important
	}
	.vus-vw-md-5 {
		width: 5vw!important
	}
	.vus-w-md-10 {
		width: 10%!important
	}
	.vus-w-min-md-10 {
		min-width: 10%!important
	}
	.vus-w-max-md-10 {
		max-width: 10%!important
	}
	.vus-vw-md-10 {
		width: 10vw!important
	}
	.vus-w-md-15 {
		width: 15%!important
	}
	.vus-w-min-md-15 {
		min-width: 15%!important
	}
	.vus-w-max-md-15 {
		max-width: 15%!important
	}
	.vus-vw-md-15 {
		width: 15vw!important
	}
	.vus-w-md-20 {
		width: 20%!important
	}
	.vus-w-min-md-20 {
		min-width: 20%!important
	}
	.vus-w-max-md-20 {
		max-width: 20%!important
	}
	.vus-vw-md-20 {
		width: 20vw!important
	}
	.vus-w-md-25 {
		width: 25%!important
	}
	.vus-w-min-md-25 {
		min-width: 25%!important
	}
	.vus-w-max-md-25 {
		max-width: 25%!important
	}
	.vus-vw-md-25 {
		width: 25vw!important
	}
	.vus-w-md-30 {
		width: 30%!important
	}
	.vus-w-min-md-30 {
		min-width: 30%!important
	}
	.vus-w-max-md-30 {
		max-width: 30%!important
	}
	.vus-vw-md-30 {
		width: 30vw!important
	}
	.vus-w-md-35 {
		width: 35%!important
	}
	.vus-w-min-md-35 {
		min-width: 35%!important
	}
	.vus-w-max-md-35 {
		max-width: 35%!important
	}
	.vus-vw-md-35 {
		width: 35vw!important
	}
	.vus-w-md-40 {
		width: 40%!important
	}
	.vus-w-min-md-40 {
		min-width: 40%!important
	}
	.vus-w-max-md-40 {
		max-width: 40%!important
	}
	.vus-vw-md-40 {
		width: 40vw!important
	}
	.vus-w-md-45 {
		width: 45%!important
	}
	.vus-w-min-md-45 {
		min-width: 45%!important
	}
	.vus-w-max-md-45 {
		max-width: 45%!important
	}
	.vus-vw-md-45 {
		width: 45vw!important
	}
	.vus-w-md-50 {
		width: 50%!important
	}
	.vus-w-min-md-50 {
		min-width: 50%!important
	}
	.vus-w-max-md-50 {
		max-width: 50%!important
	}
	.vus-vw-md-50 {
		width: 50vw!important
	}
	.vus-w-md-55 {
		width: 55%!important
	}
	.vus-w-min-md-55 {
		min-width: 55%!important
	}
	.vus-w-max-md-55 {
		max-width: 55%!important
	}
	.vus-vw-md-55 {
		width: 55vw!important
	}
	.vus-w-md-60 {
		width: 60%!important
	}
	.vus-w-min-md-60 {
		min-width: 60%!important
	}
	.vus-w-max-md-60 {
		max-width: 60%!important
	}
	.vus-vw-md-60 {
		width: 60vw!important
	}
	.vus-w-md-65 {
		width: 65%!important
	}
	.vus-w-min-md-65 {
		min-width: 65%!important
	}
	.vus-w-max-md-65 {
		max-width: 65%!important
	}
	.vus-vw-md-65 {
		width: 65vw!important
	}
	.vus-w-md-70 {
		width: 70%!important
	}
	.vus-w-min-md-70 {
		min-width: 70%!important
	}
	.vus-w-max-md-70 {
		max-width: 70%!important
	}
	.vus-vw-md-70 {
		width: 70vw!important
	}
	.vus-w-md-75 {
		width: 75%!important
	}
	.vus-w-min-md-75 {
		min-width: 75%!important
	}
	.vus-w-max-md-75 {
		max-width: 75%!important
	}
	.vus-vw-md-75 {
		width: 75vw!important
	}
	.vus-w-md-80 {
		width: 80%!important
	}
	.vus-w-min-md-80 {
		min-width: 80%!important
	}
	.vus-w-max-md-80 {
		max-width: 80%!important
	}
	.vus-vw-md-80 {
		width: 80vw!important
	}
	.vus-w-md-85 {
		width: 85%!important
	}
	.vus-w-min-md-85 {
		min-width: 85%!important
	}
	.vus-w-max-md-85 {
		max-width: 85%!important
	}
	.vus-vw-md-85 {
		width: 85vw!important
	}
	.vus-w-md-90 {
		width: 90%!important
	}
	.vus-w-min-md-90 {
		min-width: 90%!important
	}
	.vus-w-max-md-90 {
		max-width: 90%!important
	}
	.vus-vw-md-90 {
		width: 90vw!important
	}
	.vus-w-md-95 {
		width: 95%!important
	}
	.vus-w-min-md-95 {
		min-width: 95%!important
	}
	.vus-w-max-md-95 {
		max-width: 95%!important
	}
	.vus-vw-md-95 {
		width: 95vw!important
	}
	.vus-w-md-100 {
		width: 100%!important
	}
	.vus-w-min-md-100 {
		min-width: 100%!important
	}
	.vus-w-max-md-100 {
		max-width: 100%!important
	}
	.vus-vw-md-100 {
		width: 100vw!important
	}
	.vus-w-px-md-1 {
		width: .0625rem!important
	}
	.vus-w-min-px-md-1 {
		min-width: .0625rem!important
	}
	.vus-w-max-px-md-1 {
		max-width: .0625rem!important
	}
	.vus-w-calc-md-1 {
		width: calc(100% - .0625rem)!important
	}
	.vus-vw-calc-md-1 {
		width: calc(100vw - .0625rem)!important
	}
	.vus-w-px-md-2 {
		width: .125rem!important
	}
	.vus-w-min-px-md-2 {
		min-width: .125rem!important
	}
	.vus-w-max-px-md-2 {
		max-width: .125rem!important
	}
	.vus-w-calc-md-2 {
		width: calc(100% - .125rem)!important
	}
	.vus-vw-calc-md-2 {
		width: calc(100vw - .125rem)!important
	}
	.vus-w-px-md-3 {
		width: .1875rem!important
	}
	.vus-w-min-px-md-3 {
		min-width: .1875rem!important
	}
	.vus-w-max-px-md-3 {
		max-width: .1875rem!important
	}
	.vus-w-calc-md-3 {
		width: calc(100% - .1875rem)!important
	}
	.vus-vw-calc-md-3 {
		width: calc(100vw - .1875rem)!important
	}
	.vus-w-px-md-4 {
		width: .25rem!important
	}
	.vus-w-min-px-md-4 {
		min-width: .25rem!important
	}
	.vus-w-max-px-md-4 {
		max-width: .25rem!important
	}
	.vus-w-calc-md-4 {
		width: calc(100% - .25rem)!important
	}
	.vus-vw-calc-md-4 {
		width: calc(100vw - .25rem)!important
	}
	.vus-w-px-md-5 {
		width: .3125rem!important
	}
	.vus-w-min-px-md-5 {
		min-width: .3125rem!important
	}
	.vus-w-max-px-md-5 {
		max-width: .3125rem!important
	}
	.vus-w-calc-md-5 {
		width: calc(100% - .3125rem)!important
	}
	.vus-vw-calc-md-5 {
		width: calc(100vw - .3125rem)!important
	}
	.vus-w-px-md-6 {
		width: .375rem!important
	}
	.vus-w-min-px-md-6 {
		min-width: .375rem!important
	}
	.vus-w-max-px-md-6 {
		max-width: .375rem!important
	}
	.vus-w-calc-md-6 {
		width: calc(100% - .375rem)!important
	}
	.vus-vw-calc-md-6 {
		width: calc(100vw - .375rem)!important
	}
	.vus-w-px-md-7 {
		width: .4375rem!important
	}
	.vus-w-min-px-md-7 {
		min-width: .4375rem!important
	}
	.vus-w-max-px-md-7 {
		max-width: .4375rem!important
	}
	.vus-w-calc-md-7 {
		width: calc(100% - .4375rem)!important
	}
	.vus-vw-calc-md-7 {
		width: calc(100vw - .4375rem)!important
	}
	.vus-w-px-md-8 {
		width: .5rem!important
	}
	.vus-w-min-px-md-8 {
		min-width: .5rem!important
	}
	.vus-w-max-px-md-8 {
		max-width: .5rem!important
	}
	.vus-w-calc-md-8 {
		width: calc(100% - .5rem)!important
	}
	.vus-vw-calc-md-8 {
		width: calc(100vw - .5rem)!important
	}
	.vus-w-px-md-9 {
		width: .5625rem!important
	}
	.vus-w-min-px-md-9 {
		min-width: .5625rem!important
	}
	.vus-w-max-px-md-9 {
		max-width: .5625rem!important
	}
	.vus-w-calc-md-9 {
		width: calc(100% - .5625rem)!important
	}
	.vus-vw-calc-md-9 {
		width: calc(100vw - .5625rem)!important
	}
	.vus-w-px-md-10 {
		width: .625rem!important
	}
	.vus-w-min-px-md-10 {
		min-width: .625rem!important
	}
	.vus-w-max-px-md-10 {
		max-width: .625rem!important
	}
	.vus-w-calc-md-10 {
		width: calc(100% - .625rem)!important
	}
	.vus-vw-calc-md-10 {
		width: calc(100vw - .625rem)!important
	}
	.vus-w-px-md-12 {
		width: .75rem!important
	}
	.vus-w-min-px-md-12 {
		min-width: .75rem!important
	}
	.vus-w-max-px-md-12 {
		max-width: .75rem!important
	}
	.vus-w-calc-md-12 {
		width: calc(100% - .75rem)!important
	}
	.vus-vw-calc-md-12 {
		width: calc(100vw - .75rem)!important
	}
	.vus-w-px-md-14 {
		width: .875rem!important
	}
	.vus-w-min-px-md-14 {
		min-width: .875rem!important
	}
	.vus-w-max-px-md-14 {
		max-width: .875rem!important
	}
	.vus-w-calc-md-14 {
		width: calc(100% - .875rem)!important
	}
	.vus-vw-calc-md-14 {
		width: calc(100vw - .875rem)!important
	}
	.vus-w-px-md-15 {
		width: .9375rem!important
	}
	.vus-w-min-px-md-15 {
		min-width: .9375rem!important
	}
	.vus-w-max-px-md-15 {
		max-width: .9375rem!important
	}
	.vus-w-calc-md-15 {
		width: calc(100% - .9375rem)!important
	}
	.vus-vw-calc-md-15 {
		width: calc(100vw - .9375rem)!important
	}
	.vus-w-px-md-16 {
		width: 1rem!important
	}
	.vus-w-min-px-md-16 {
		min-width: 1rem!important
	}
	.vus-w-max-px-md-16 {
		max-width: 1rem!important
	}
	.vus-w-calc-md-16 {
		width: calc(100% - 1rem)!important
	}
	.vus-vw-calc-md-16 {
		width: calc(100vw - 1rem)!important
	}
	.vus-w-px-md-18 {
		width: 1.125rem!important
	}
	.vus-w-min-px-md-18 {
		min-width: 1.125rem!important
	}
	.vus-w-max-px-md-18 {
		max-width: 1.125rem!important
	}
	.vus-w-calc-md-18 {
		width: calc(100% - 1.125rem)!important
	}
	.vus-vw-calc-md-18 {
		width: calc(100vw - 1.125rem)!important
	}
	.vus-w-px-md-20 {
		width: 1.25rem!important
	}
	.vus-w-min-px-md-20 {
		min-width: 1.25rem!important
	}
	.vus-w-max-px-md-20 {
		max-width: 1.25rem!important
	}
	.vus-w-calc-md-20 {
		width: calc(100% - 1.25rem)!important
	}
	.vus-vw-calc-md-20 {
		width: calc(100vw - 1.25rem)!important
	}
	.vus-w-px-md-22 {
		width: 1.375rem!important
	}
	.vus-w-min-px-md-22 {
		min-width: 1.375rem!important
	}
	.vus-w-max-px-md-22 {
		max-width: 1.375rem!important
	}
	.vus-w-calc-md-22 {
		width: calc(100% - 1.375rem)!important
	}
	.vus-vw-calc-md-22 {
		width: calc(100vw - 1.375rem)!important
	}
	.vus-w-px-md-24 {
		width: 1.5rem!important
	}
	.vus-w-min-px-md-24 {
		min-width: 1.5rem!important
	}
	.vus-w-max-px-md-24 {
		max-width: 1.5rem!important
	}
	.vus-w-calc-md-24 {
		width: calc(100% - 1.5rem)!important
	}
	.vus-vw-calc-md-24 {
		width: calc(100vw - 1.5rem)!important
	}
	.vus-w-px-md-25 {
		width: 1.5625rem!important
	}
	.vus-w-min-px-md-25 {
		min-width: 1.5625rem!important
	}
	.vus-w-max-px-md-25 {
		max-width: 1.5625rem!important
	}
	.vus-w-calc-md-25 {
		width: calc(100% - 1.5625rem)!important
	}
	.vus-vw-calc-md-25 {
		width: calc(100vw - 1.5625rem)!important
	}
	.vus-w-px-md-26 {
		width: 1.625rem!important
	}
	.vus-w-min-px-md-26 {
		min-width: 1.625rem!important
	}
	.vus-w-max-px-md-26 {
		max-width: 1.625rem!important
	}
	.vus-w-calc-md-26 {
		width: calc(100% - 1.625rem)!important
	}
	.vus-vw-calc-md-26 {
		width: calc(100vw - 1.625rem)!important
	}
	.vus-w-px-md-28 {
		width: 1.75rem!important
	}
	.vus-w-min-px-md-28 {
		min-width: 1.75rem!important
	}
	.vus-w-max-px-md-28 {
		max-width: 1.75rem!important
	}
	.vus-w-calc-md-28 {
		width: calc(100% - 1.75rem)!important
	}
	.vus-vw-calc-md-28 {
		width: calc(100vw - 1.75rem)!important
	}
	.vus-w-px-md-30 {
		width: 1.875rem!important
	}
	.vus-w-min-px-md-30 {
		min-width: 1.875rem!important
	}
	.vus-w-max-px-md-30 {
		max-width: 1.875rem!important
	}
	.vus-w-calc-md-30 {
		width: calc(100% - 1.875rem)!important
	}
	.vus-vw-calc-md-30 {
		width: calc(100vw - 1.875rem)!important
	}
	.vus-w-px-md-32 {
		width: 2rem!important
	}
	.vus-w-min-px-md-32 {
		min-width: 2rem!important
	}
	.vus-w-max-px-md-32 {
		max-width: 2rem!important
	}
	.vus-w-calc-md-32 {
		width: calc(100% - 2rem)!important
	}
	.vus-vw-calc-md-32 {
		width: calc(100vw - 2rem)!important
	}
	.vus-w-px-md-34 {
		width: 2.125rem!important
	}
	.vus-w-min-px-md-34 {
		min-width: 2.125rem!important
	}
	.vus-w-max-px-md-34 {
		max-width: 2.125rem!important
	}
	.vus-w-calc-md-34 {
		width: calc(100% - 2.125rem)!important
	}
	.vus-vw-calc-md-34 {
		width: calc(100vw - 2.125rem)!important
	}
	.vus-w-px-md-35 {
		width: 2.1875rem!important
	}
	.vus-w-min-px-md-35 {
		min-width: 2.1875rem!important
	}
	.vus-w-max-px-md-35 {
		max-width: 2.1875rem!important
	}
	.vus-w-calc-md-35 {
		width: calc(100% - 2.1875rem)!important
	}
	.vus-vw-calc-md-35 {
		width: calc(100vw - 2.1875rem)!important
	}
	.vus-w-px-md-36 {
		width: 2.25rem!important
	}
	.vus-w-min-px-md-36 {
		min-width: 2.25rem!important
	}
	.vus-w-max-px-md-36 {
		max-width: 2.25rem!important
	}
	.vus-w-calc-md-36 {
		width: calc(100% - 2.25rem)!important
	}
	.vus-vw-calc-md-36 {
		width: calc(100vw - 2.25rem)!important
	}
	.vus-w-px-md-38 {
		width: 2.375rem!important
	}
	.vus-w-min-px-md-38 {
		min-width: 2.375rem!important
	}
	.vus-w-max-px-md-38 {
		max-width: 2.375rem!important
	}
	.vus-w-calc-md-38 {
		width: calc(100% - 2.375rem)!important
	}
	.vus-vw-calc-md-38 {
		width: calc(100vw - 2.375rem)!important
	}
	.vus-w-px-md-40 {
		width: 2.5rem!important
	}
	.vus-w-min-px-md-40 {
		min-width: 2.5rem!important
	}
	.vus-w-max-px-md-40 {
		max-width: 2.5rem!important
	}
	.vus-w-calc-md-40 {
		width: calc(100% - 2.5rem)!important
	}
	.vus-vw-calc-md-40 {
		width: calc(100vw - 2.5rem)!important
	}
	.vus-w-px-md-42 {
		width: 2.625rem!important
	}
	.vus-w-min-px-md-42 {
		min-width: 2.625rem!important
	}
	.vus-w-max-px-md-42 {
		max-width: 2.625rem!important
	}
	.vus-w-calc-md-42 {
		width: calc(100% - 2.625rem)!important
	}
	.vus-vw-calc-md-42 {
		width: calc(100vw - 2.625rem)!important
	}
	.vus-w-px-md-44 {
		width: 2.75rem!important
	}
	.vus-w-min-px-md-44 {
		min-width: 2.75rem!important
	}
	.vus-w-max-px-md-44 {
		max-width: 2.75rem!important
	}
	.vus-w-calc-md-44 {
		width: calc(100% - 2.75rem)!important
	}
	.vus-vw-calc-md-44 {
		width: calc(100vw - 2.75rem)!important
	}
	.vus-w-px-md-45 {
		width: 2.8125rem!important
	}
	.vus-w-min-px-md-45 {
		min-width: 2.8125rem!important
	}
	.vus-w-max-px-md-45 {
		max-width: 2.8125rem!important
	}
	.vus-w-calc-md-45 {
		width: calc(100% - 2.8125rem)!important
	}
	.vus-vw-calc-md-45 {
		width: calc(100vw - 2.8125rem)!important
	}
	.vus-w-px-md-46 {
		width: 2.875rem!important
	}
	.vus-w-min-px-md-46 {
		min-width: 2.875rem!important
	}
	.vus-w-max-px-md-46 {
		max-width: 2.875rem!important
	}
	.vus-w-calc-md-46 {
		width: calc(100% - 2.875rem)!important
	}
	.vus-vw-calc-md-46 {
		width: calc(100vw - 2.875rem)!important
	}
	.vus-w-px-md-48 {
		width: 3rem!important
	}
	.vus-w-min-px-md-48 {
		min-width: 3rem!important
	}
	.vus-w-max-px-md-48 {
		max-width: 3rem!important
	}
	.vus-w-calc-md-48 {
		width: calc(100% - 3rem)!important
	}
	.vus-vw-calc-md-48 {
		width: calc(100vw - 3rem)!important
	}
	.vus-w-px-md-50 {
		width: 3.125rem!important
	}
	.vus-w-min-px-md-50 {
		min-width: 3.125rem!important
	}
	.vus-w-max-px-md-50 {
		max-width: 3.125rem!important
	}
	.vus-w-calc-md-50 {
		width: calc(100% - 3.125rem)!important
	}
	.vus-vw-calc-md-50 {
		width: calc(100vw - 3.125rem)!important
	}
	.vus-w-px-md-52 {
		width: 3.25rem!important
	}
	.vus-w-min-px-md-52 {
		min-width: 3.25rem!important
	}
	.vus-w-max-px-md-52 {
		max-width: 3.25rem!important
	}
	.vus-w-calc-md-52 {
		width: calc(100% - 3.25rem)!important
	}
	.vus-vw-calc-md-52 {
		width: calc(100vw - 3.25rem)!important
	}
	.vus-w-px-md-54 {
		width: 3.375rem!important
	}
	.vus-w-min-px-md-54 {
		min-width: 3.375rem!important
	}
	.vus-w-max-px-md-54 {
		max-width: 3.375rem!important
	}
	.vus-w-calc-md-54 {
		width: calc(100% - 3.375rem)!important
	}
	.vus-vw-calc-md-54 {
		width: calc(100vw - 3.375rem)!important
	}
	.vus-w-px-md-55 {
		width: 3.4375rem!important
	}
	.vus-w-min-px-md-55 {
		min-width: 3.4375rem!important
	}
	.vus-w-max-px-md-55 {
		max-width: 3.4375rem!important
	}
	.vus-w-calc-md-55 {
		width: calc(100% - 3.4375rem)!important
	}
	.vus-vw-calc-md-55 {
		width: calc(100vw - 3.4375rem)!important
	}
	.vus-w-px-md-56 {
		width: 3.5rem!important
	}
	.vus-w-min-px-md-56 {
		min-width: 3.5rem!important
	}
	.vus-w-max-px-md-56 {
		max-width: 3.5rem!important
	}
	.vus-w-calc-md-56 {
		width: calc(100% - 3.5rem)!important
	}
	.vus-vw-calc-md-56 {
		width: calc(100vw - 3.5rem)!important
	}
	.vus-w-px-md-58 {
		width: 3.625rem!important
	}
	.vus-w-min-px-md-58 {
		min-width: 3.625rem!important
	}
	.vus-w-max-px-md-58 {
		max-width: 3.625rem!important
	}
	.vus-w-calc-md-58 {
		width: calc(100% - 3.625rem)!important
	}
	.vus-vw-calc-md-58 {
		width: calc(100vw - 3.625rem)!important
	}
	.vus-w-px-md-60 {
		width: 3.75rem!important
	}
	.vus-w-min-px-md-60 {
		min-width: 3.75rem!important
	}
	.vus-w-max-px-md-60 {
		max-width: 3.75rem!important
	}
	.vus-w-calc-md-60 {
		width: calc(100% - 3.75rem)!important
	}
	.vus-vw-calc-md-60 {
		width: calc(100vw - 3.75rem)!important
	}
	.vus-w-px-md-62 {
		width: 3.875rem!important
	}
	.vus-w-min-px-md-62 {
		min-width: 3.875rem!important
	}
	.vus-w-max-px-md-62 {
		max-width: 3.875rem!important
	}
	.vus-w-calc-md-62 {
		width: calc(100% - 3.875rem)!important
	}
	.vus-vw-calc-md-62 {
		width: calc(100vw - 3.875rem)!important
	}
	.vus-w-px-md-64 {
		width: 4rem!important
	}
	.vus-w-min-px-md-64 {
		min-width: 4rem!important
	}
	.vus-w-max-px-md-64 {
		max-width: 4rem!important
	}
	.vus-w-calc-md-64 {
		width: calc(100% - 4rem)!important
	}
	.vus-vw-calc-md-64 {
		width: calc(100vw - 4rem)!important
	}
	.vus-w-px-md-65 {
		width: 4.0625rem!important
	}
	.vus-w-min-px-md-65 {
		min-width: 4.0625rem!important
	}
	.vus-w-max-px-md-65 {
		max-width: 4.0625rem!important
	}
	.vus-w-calc-md-65 {
		width: calc(100% - 4.0625rem)!important
	}
	.vus-vw-calc-md-65 {
		width: calc(100vw - 4.0625rem)!important
	}
	.vus-w-px-md-66 {
		width: 4.125rem!important
	}
	.vus-w-min-px-md-66 {
		min-width: 4.125rem!important
	}
	.vus-w-max-px-md-66 {
		max-width: 4.125rem!important
	}
	.vus-w-calc-md-66 {
		width: calc(100% - 4.125rem)!important
	}
	.vus-vw-calc-md-66 {
		width: calc(100vw - 4.125rem)!important
	}
	.vus-w-px-md-68 {
		width: 4.25rem!important
	}
	.vus-w-min-px-md-68 {
		min-width: 4.25rem!important
	}
	.vus-w-max-px-md-68 {
		max-width: 4.25rem!important
	}
	.vus-w-calc-md-68 {
		width: calc(100% - 4.25rem)!important
	}
	.vus-vw-calc-md-68 {
		width: calc(100vw - 4.25rem)!important
	}
	.vus-w-px-md-70 {
		width: 4.375rem!important
	}
	.vus-w-min-px-md-70 {
		min-width: 4.375rem!important
	}
	.vus-w-max-px-md-70 {
		max-width: 4.375rem!important
	}
	.vus-w-calc-md-70 {
		width: calc(100% - 4.375rem)!important
	}
	.vus-vw-calc-md-70 {
		width: calc(100vw - 4.375rem)!important
	}
	.vus-w-px-md-72 {
		width: 4.5rem!important
	}
	.vus-w-min-px-md-72 {
		min-width: 4.5rem!important
	}
	.vus-w-max-px-md-72 {
		max-width: 4.5rem!important
	}
	.vus-w-calc-md-72 {
		width: calc(100% - 4.5rem)!important
	}
	.vus-vw-calc-md-72 {
		width: calc(100vw - 4.5rem)!important
	}
	.vus-w-px-md-74 {
		width: 4.625rem!important
	}
	.vus-w-min-px-md-74 {
		min-width: 4.625rem!important
	}
	.vus-w-max-px-md-74 {
		max-width: 4.625rem!important
	}
	.vus-w-calc-md-74 {
		width: calc(100% - 4.625rem)!important
	}
	.vus-vw-calc-md-74 {
		width: calc(100vw - 4.625rem)!important
	}
	.vus-w-px-md-75 {
		width: 4.6875rem!important
	}
	.vus-w-min-px-md-75 {
		min-width: 4.6875rem!important
	}
	.vus-w-max-px-md-75 {
		max-width: 4.6875rem!important
	}
	.vus-w-calc-md-75 {
		width: calc(100% - 4.6875rem)!important
	}
	.vus-vw-calc-md-75 {
		width: calc(100vw - 4.6875rem)!important
	}
	.vus-w-px-md-76 {
		width: 4.75rem!important
	}
	.vus-w-min-px-md-76 {
		min-width: 4.75rem!important
	}
	.vus-w-max-px-md-76 {
		max-width: 4.75rem!important
	}
	.vus-w-calc-md-76 {
		width: calc(100% - 4.75rem)!important
	}
	.vus-vw-calc-md-76 {
		width: calc(100vw - 4.75rem)!important
	}
	.vus-w-px-md-78 {
		width: 4.875rem!important
	}
	.vus-w-min-px-md-78 {
		min-width: 4.875rem!important
	}
	.vus-w-max-px-md-78 {
		max-width: 4.875rem!important
	}
	.vus-w-calc-md-78 {
		width: calc(100% - 4.875rem)!important
	}
	.vus-vw-calc-md-78 {
		width: calc(100vw - 4.875rem)!important
	}
	.vus-w-px-md-80 {
		width: 5rem!important
	}
	.vus-w-min-px-md-80 {
		min-width: 5rem!important
	}
	.vus-w-max-px-md-80 {
		max-width: 5rem!important
	}
	.vus-w-calc-md-80 {
		width: calc(100% - 5rem)!important
	}
	.vus-vw-calc-md-80 {
		width: calc(100vw - 5rem)!important
	}
	.vus-w-px-md-82 {
		width: 5.125rem!important
	}
	.vus-w-min-px-md-82 {
		min-width: 5.125rem!important
	}
	.vus-w-max-px-md-82 {
		max-width: 5.125rem!important
	}
	.vus-w-calc-md-82 {
		width: calc(100% - 5.125rem)!important
	}
	.vus-vw-calc-md-82 {
		width: calc(100vw - 5.125rem)!important
	}
	.vus-w-px-md-84 {
		width: 5.25rem!important
	}
	.vus-w-min-px-md-84 {
		min-width: 5.25rem!important
	}
	.vus-w-max-px-md-84 {
		max-width: 5.25rem!important
	}
	.vus-w-calc-md-84 {
		width: calc(100% - 5.25rem)!important
	}
	.vus-vw-calc-md-84 {
		width: calc(100vw - 5.25rem)!important
	}
	.vus-w-px-md-85 {
		width: 5.3125rem!important
	}
	.vus-w-min-px-md-85 {
		min-width: 5.3125rem!important
	}
	.vus-w-max-px-md-85 {
		max-width: 5.3125rem!important
	}
	.vus-w-calc-md-85 {
		width: calc(100% - 5.3125rem)!important
	}
	.vus-vw-calc-md-85 {
		width: calc(100vw - 5.3125rem)!important
	}
	.vus-w-px-md-86 {
		width: 5.375rem!important
	}
	.vus-w-min-px-md-86 {
		min-width: 5.375rem!important
	}
	.vus-w-max-px-md-86 {
		max-width: 5.375rem!important
	}
	.vus-w-calc-md-86 {
		width: calc(100% - 5.375rem)!important
	}
	.vus-vw-calc-md-86 {
		width: calc(100vw - 5.375rem)!important
	}
	.vus-w-px-md-88 {
		width: 5.5rem!important
	}
	.vus-w-min-px-md-88 {
		min-width: 5.5rem!important
	}
	.vus-w-max-px-md-88 {
		max-width: 5.5rem!important
	}
	.vus-w-calc-md-88 {
		width: calc(100% - 5.5rem)!important
	}
	.vus-vw-calc-md-88 {
		width: calc(100vw - 5.5rem)!important
	}
	.vus-w-px-md-90 {
		width: 5.625rem!important
	}
	.vus-w-min-px-md-90 {
		min-width: 5.625rem!important
	}
	.vus-w-max-px-md-90 {
		max-width: 5.625rem!important
	}
	.vus-w-calc-md-90 {
		width: calc(100% - 5.625rem)!important
	}
	.vus-vw-calc-md-90 {
		width: calc(100vw - 5.625rem)!important
	}
	.vus-w-px-md-92 {
		width: 5.75rem!important
	}
	.vus-w-min-px-md-92 {
		min-width: 5.75rem!important
	}
	.vus-w-max-px-md-92 {
		max-width: 5.75rem!important
	}
	.vus-w-calc-md-92 {
		width: calc(100% - 5.75rem)!important
	}
	.vus-vw-calc-md-92 {
		width: calc(100vw - 5.75rem)!important
	}
	.vus-w-px-md-94 {
		width: 5.875rem!important
	}
	.vus-w-min-px-md-94 {
		min-width: 5.875rem!important
	}
	.vus-w-max-px-md-94 {
		max-width: 5.875rem!important
	}
	.vus-w-calc-md-94 {
		width: calc(100% - 5.875rem)!important
	}
	.vus-vw-calc-md-94 {
		width: calc(100vw - 5.875rem)!important
	}
	.vus-w-px-md-95 {
		width: 5.9375rem!important
	}
	.vus-w-min-px-md-95 {
		min-width: 5.9375rem!important
	}
	.vus-w-max-px-md-95 {
		max-width: 5.9375rem!important
	}
	.vus-w-calc-md-95 {
		width: calc(100% - 5.9375rem)!important
	}
	.vus-vw-calc-md-95 {
		width: calc(100vw - 5.9375rem)!important
	}
	.vus-w-px-md-96 {
		width: 6rem!important
	}
	.vus-w-min-px-md-96 {
		min-width: 6rem!important
	}
	.vus-w-max-px-md-96 {
		max-width: 6rem!important
	}
	.vus-w-calc-md-96 {
		width: calc(100% - 6rem)!important
	}
	.vus-vw-calc-md-96 {
		width: calc(100vw - 6rem)!important
	}
	.vus-w-px-md-98 {
		width: 6.125rem!important
	}
	.vus-w-min-px-md-98 {
		min-width: 6.125rem!important
	}
	.vus-w-max-px-md-98 {
		max-width: 6.125rem!important
	}
	.vus-w-calc-md-98 {
		width: calc(100% - 6.125rem)!important
	}
	.vus-vw-calc-md-98 {
		width: calc(100vw - 6.125rem)!important
	}
	.vus-w-px-md-100 {
		width: 6.25rem!important
	}
	.vus-w-min-px-md-100 {
		min-width: 6.25rem!important
	}
	.vus-w-max-px-md-100 {
		max-width: 6.25rem!important
	}
	.vus-w-calc-md-100 {
		width: calc(100% - 6.25rem)!important
	}
	.vus-vw-calc-md-100 {
		width: calc(100vw - 6.25rem)!important
	}
	.vus-w-px-md-110 {
		width: 6.875rem!important
	}
	.vus-w-min-px-md-110 {
		min-width: 6.875rem!important
	}
	.vus-w-max-px-md-110 {
		max-width: 6.875rem!important
	}
	.vus-w-calc-md-110 {
		width: calc(100% - 6.875rem)!important
	}
	.vus-vw-calc-md-110 {
		width: calc(100vw - 6.875rem)!important
	}
	.vus-w-px-md-120 {
		width: 7.5rem!important
	}
	.vus-w-min-px-md-120 {
		min-width: 7.5rem!important
	}
	.vus-w-max-px-md-120 {
		max-width: 7.5rem!important
	}
	.vus-w-calc-md-120 {
		width: calc(100% - 7.5rem)!important
	}
	.vus-vw-calc-md-120 {
		width: calc(100vw - 7.5rem)!important
	}
	.vus-w-px-md-130 {
		width: 8.125rem!important
	}
	.vus-w-min-px-md-130 {
		min-width: 8.125rem!important
	}
	.vus-w-max-px-md-130 {
		max-width: 8.125rem!important
	}
	.vus-w-calc-md-130 {
		width: calc(100% - 8.125rem)!important
	}
	.vus-vw-calc-md-130 {
		width: calc(100vw - 8.125rem)!important
	}
	.vus-w-px-md-140 {
		width: 8.75rem!important
	}
	.vus-w-min-px-md-140 {
		min-width: 8.75rem!important
	}
	.vus-w-max-px-md-140 {
		max-width: 8.75rem!important
	}
	.vus-w-calc-md-140 {
		width: calc(100% - 8.75rem)!important
	}
	.vus-vw-calc-md-140 {
		width: calc(100vw - 8.75rem)!important
	}
	.vus-w-px-md-150 {
		width: 9.375rem!important
	}
	.vus-w-min-px-md-150 {
		min-width: 9.375rem!important
	}
	.vus-w-max-px-md-150 {
		max-width: 9.375rem!important
	}
	.vus-w-calc-md-150 {
		width: calc(100% - 9.375rem)!important
	}
	.vus-vw-calc-md-150 {
		width: calc(100vw - 9.375rem)!important
	}
	.vus-w-px-md-160 {
		width: 10rem!important
	}
	.vus-w-min-px-md-160 {
		min-width: 10rem!important
	}
	.vus-w-max-px-md-160 {
		max-width: 10rem!important
	}
	.vus-w-calc-md-160 {
		width: calc(100% - 10rem)!important
	}
	.vus-vw-calc-md-160 {
		width: calc(100vw - 10rem)!important
	}
	.vus-w-px-md-170 {
		width: 10.625rem!important
	}
	.vus-w-min-px-md-170 {
		min-width: 10.625rem!important
	}
	.vus-w-max-px-md-170 {
		max-width: 10.625rem!important
	}
	.vus-w-calc-md-170 {
		width: calc(100% - 10.625rem)!important
	}
	.vus-vw-calc-md-170 {
		width: calc(100vw - 10.625rem)!important
	}
	.vus-w-px-md-180 {
		width: 11.25rem!important
	}
	.vus-w-min-px-md-180 {
		min-width: 11.25rem!important
	}
	.vus-w-max-px-md-180 {
		max-width: 11.25rem!important
	}
	.vus-w-calc-md-180 {
		width: calc(100% - 11.25rem)!important
	}
	.vus-vw-calc-md-180 {
		width: calc(100vw - 11.25rem)!important
	}
	.vus-w-px-md-190 {
		width: 11.875rem!important
	}
	.vus-w-min-px-md-190 {
		min-width: 11.875rem!important
	}
	.vus-w-max-px-md-190 {
		max-width: 11.875rem!important
	}
	.vus-w-calc-md-190 {
		width: calc(100% - 11.875rem)!important
	}
	.vus-vw-calc-md-190 {
		width: calc(100vw - 11.875rem)!important
	}
	.vus-w-px-md-200 {
		width: 12.5rem!important
	}
	.vus-w-min-px-md-200 {
		min-width: 12.5rem!important
	}
	.vus-w-max-px-md-200 {
		max-width: 12.5rem!important
	}
	.vus-w-calc-md-200 {
		width: calc(100% - 12.5rem)!important
	}
	.vus-vw-calc-md-200 {
		width: calc(100vw - 12.5rem)!important
	}
	.vus-w-px-md-250 {
		width: 15.625rem!important
	}
	.vus-w-min-px-md-250 {
		min-width: 15.625rem!important
	}
	.vus-w-max-px-md-250 {
		max-width: 15.625rem!important
	}
	.vus-w-calc-md-250 {
		width: calc(100% - 15.625rem)!important
	}
	.vus-vw-calc-md-250 {
		width: calc(100vw - 15.625rem)!important
	}
	.vus-w-px-md-300 {
		width: 18.75rem!important
	}
	.vus-w-min-px-md-300 {
		min-width: 18.75rem!important
	}
	.vus-w-max-px-md-300 {
		max-width: 18.75rem!important
	}
	.vus-w-calc-md-300 {
		width: calc(100% - 18.75rem)!important
	}
	.vus-vw-calc-md-300 {
		width: calc(100vw - 18.75rem)!important
	}
	.vus-w-px-md-350 {
		width: 21.875rem!important
	}
	.vus-w-min-px-md-350 {
		min-width: 21.875rem!important
	}
	.vus-w-max-px-md-350 {
		max-width: 21.875rem!important
	}
	.vus-w-calc-md-350 {
		width: calc(100% - 21.875rem)!important
	}
	.vus-vw-calc-md-350 {
		width: calc(100vw - 21.875rem)!important
	}
	.vus-w-px-md-400 {
		width: 25rem!important
	}
	.vus-w-min-px-md-400 {
		min-width: 25rem!important
	}
	.vus-w-max-px-md-400 {
		max-width: 25rem!important
	}
	.vus-w-calc-md-400 {
		width: calc(100% - 25rem)!important
	}
	.vus-vw-calc-md-400 {
		width: calc(100vw - 25rem)!important
	}
	.vus-w-px-md-450 {
		width: 28.125rem!important
	}
	.vus-w-min-px-md-450 {
		min-width: 28.125rem!important
	}
	.vus-w-max-px-md-450 {
		max-width: 28.125rem!important
	}
	.vus-w-calc-md-450 {
		width: calc(100% - 28.125rem)!important
	}
	.vus-vw-calc-md-450 {
		width: calc(100vw - 28.125rem)!important
	}
	.vus-w-px-md-500 {
		width: 31.25rem!important
	}
	.vus-w-min-px-md-500 {
		min-width: 31.25rem!important
	}
	.vus-w-max-px-md-500 {
		max-width: 31.25rem!important
	}
	.vus-w-calc-md-500 {
		width: calc(100% - 31.25rem)!important
	}
	.vus-vw-calc-md-500 {
		width: calc(100vw - 31.25rem)!important
	}
	.vus-w-px-md-550 {
		width: 34.375rem!important
	}
	.vus-w-min-px-md-550 {
		min-width: 34.375rem!important
	}
	.vus-w-max-px-md-550 {
		max-width: 34.375rem!important
	}
	.vus-w-calc-md-550 {
		width: calc(100% - 34.375rem)!important
	}
	.vus-vw-calc-md-550 {
		width: calc(100vw - 34.375rem)!important
	}
	.vus-w-px-md-600 {
		width: 37.5rem!important
	}
	.vus-w-min-px-md-600 {
		min-width: 37.5rem!important
	}
	.vus-w-max-px-md-600 {
		max-width: 37.5rem!important
	}
	.vus-w-calc-md-600 {
		width: calc(100% - 37.5rem)!important
	}
	.vus-vw-calc-md-600 {
		width: calc(100vw - 37.5rem)!important
	}
	.vus-w-px-md-650 {
		width: 40.625rem!important
	}
	.vus-w-min-px-md-650 {
		min-width: 40.625rem!important
	}
	.vus-w-max-px-md-650 {
		max-width: 40.625rem!important
	}
	.vus-w-calc-md-650 {
		width: calc(100% - 40.625rem)!important
	}
	.vus-vw-calc-md-650 {
		width: calc(100vw - 40.625rem)!important
	}
	.vus-w-px-md-700 {
		width: 43.75rem!important
	}
	.vus-w-min-px-md-700 {
		min-width: 43.75rem!important
	}
	.vus-w-max-px-md-700 {
		max-width: 43.75rem!important
	}
	.vus-w-calc-md-700 {
		width: calc(100% - 43.75rem)!important
	}
	.vus-vw-calc-md-700 {
		width: calc(100vw - 43.75rem)!important
	}
	.vus-w-px-md-750 {
		width: 46.875rem!important
	}
	.vus-w-min-px-md-750 {
		min-width: 46.875rem!important
	}
	.vus-w-max-px-md-750 {
		max-width: 46.875rem!important
	}
	.vus-w-calc-md-750 {
		width: calc(100% - 46.875rem)!important
	}
	.vus-vw-calc-md-750 {
		width: calc(100vw - 46.875rem)!important
	}
}

@media (min-width: 1280px) {
	.vus-w-lg-5 {
		width: 5%!important
	}
	.vus-w-min-lg-5 {
		min-width: 5%!important
	}
	.vus-w-max-lg-5 {
		max-width: 5%!important
	}
	.vus-vw-lg-5 {
		width: 5vw!important
	}
	.vus-w-lg-10 {
		width: 10%!important
	}
	.vus-w-min-lg-10 {
		min-width: 10%!important
	}
	.vus-w-max-lg-10 {
		max-width: 10%!important
	}
	.vus-vw-lg-10 {
		width: 10vw!important
	}
	.vus-w-lg-15 {
		width: 15%!important
	}
	.vus-w-min-lg-15 {
		min-width: 15%!important
	}
	.vus-w-max-lg-15 {
		max-width: 15%!important
	}
	.vus-vw-lg-15 {
		width: 15vw!important
	}
	.vus-w-lg-20 {
		width: 20%!important
	}
	.vus-w-min-lg-20 {
		min-width: 20%!important
	}
	.vus-w-max-lg-20 {
		max-width: 20%!important
	}
	.vus-vw-lg-20 {
		width: 20vw!important
	}
	.vus-w-lg-25 {
		width: 25%!important
	}
	.vus-w-min-lg-25 {
		min-width: 25%!important
	}
	.vus-w-max-lg-25 {
		max-width: 25%!important
	}
	.vus-vw-lg-25 {
		width: 25vw!important
	}
	.vus-w-lg-30 {
		width: 30%!important
	}
	.vus-w-min-lg-30 {
		min-width: 30%!important
	}
	.vus-w-max-lg-30 {
		max-width: 30%!important
	}
	.vus-vw-lg-30 {
		width: 30vw!important
	}
	.vus-w-lg-35 {
		width: 35%!important
	}
	.vus-w-min-lg-35 {
		min-width: 35%!important
	}
	.vus-w-max-lg-35 {
		max-width: 35%!important
	}
	.vus-vw-lg-35 {
		width: 35vw!important
	}
	.vus-w-lg-40 {
		width: 40%!important
	}
	.vus-w-min-lg-40 {
		min-width: 40%!important
	}
	.vus-w-max-lg-40 {
		max-width: 40%!important
	}
	.vus-vw-lg-40 {
		width: 40vw!important
	}
	.vus-w-lg-45 {
		width: 45%!important
	}
	.vus-w-min-lg-45 {
		min-width: 45%!important
	}
	.vus-w-max-lg-45 {
		max-width: 45%!important
	}
	.vus-vw-lg-45 {
		width: 45vw!important
	}
	.vus-w-lg-50 {
		width: 50%!important
	}
	.vus-w-min-lg-50 {
		min-width: 50%!important
	}
	.vus-w-max-lg-50 {
		max-width: 50%!important
	}
	.vus-vw-lg-50 {
		width: 50vw!important
	}
	.vus-w-lg-55 {
		width: 55%!important
	}
	.vus-w-min-lg-55 {
		min-width: 55%!important
	}
	.vus-w-max-lg-55 {
		max-width: 55%!important
	}
	.vus-vw-lg-55 {
		width: 55vw!important
	}
	.vus-w-lg-60 {
		width: 60%!important
	}
	.vus-w-min-lg-60 {
		min-width: 60%!important
	}
	.vus-w-max-lg-60 {
		max-width: 60%!important
	}
	.vus-vw-lg-60 {
		width: 60vw!important
	}
	.vus-w-lg-65 {
		width: 65%!important
	}
	.vus-w-min-lg-65 {
		min-width: 65%!important
	}
	.vus-w-max-lg-65 {
		max-width: 65%!important
	}
	.vus-vw-lg-65 {
		width: 65vw!important
	}
	.vus-w-lg-70 {
		width: 70%!important
	}
	.vus-w-min-lg-70 {
		min-width: 70%!important
	}
	.vus-w-max-lg-70 {
		max-width: 70%!important
	}
	.vus-vw-lg-70 {
		width: 70vw!important
	}
	.vus-w-lg-75 {
		width: 75%!important
	}
	.vus-w-min-lg-75 {
		min-width: 75%!important
	}
	.vus-w-max-lg-75 {
		max-width: 75%!important
	}
	.vus-vw-lg-75 {
		width: 75vw!important
	}
	.vus-w-lg-80 {
		width: 80%!important
	}
	.vus-w-min-lg-80 {
		min-width: 80%!important
	}
	.vus-w-max-lg-80 {
		max-width: 80%!important
	}
	.vus-vw-lg-80 {
		width: 80vw!important
	}
	.vus-w-lg-85 {
		width: 85%!important
	}
	.vus-w-min-lg-85 {
		min-width: 85%!important
	}
	.vus-w-max-lg-85 {
		max-width: 85%!important
	}
	.vus-vw-lg-85 {
		width: 85vw!important
	}
	.vus-w-lg-90 {
		width: 90%!important
	}
	.vus-w-min-lg-90 {
		min-width: 90%!important
	}
	.vus-w-max-lg-90 {
		max-width: 90%!important
	}
	.vus-vw-lg-90 {
		width: 90vw!important
	}
	.vus-w-lg-95 {
		width: 95%!important
	}
	.vus-w-min-lg-95 {
		min-width: 95%!important
	}
	.vus-w-max-lg-95 {
		max-width: 95%!important
	}
	.vus-vw-lg-95 {
		width: 95vw!important
	}
	.vus-w-lg-100 {
		width: 100%!important
	}
	.vus-w-min-lg-100 {
		min-width: 100%!important
	}
	.vus-w-max-lg-100 {
		max-width: 100%!important
	}
	.vus-vw-lg-100 {
		width: 100vw!important
	}
	.vus-w-px-lg-1 {
		width: .0625rem!important
	}
	.vus-w-min-px-lg-1 {
		min-width: .0625rem!important
	}
	.vus-w-max-px-lg-1 {
		max-width: .0625rem!important
	}
	.vus-w-calc-lg-1 {
		width: calc(100% - .0625rem)!important
	}
	.vus-vw-calc-lg-1 {
		width: calc(100vw - .0625rem)!important
	}
	.vus-w-px-lg-2 {
		width: .125rem!important
	}
	.vus-w-min-px-lg-2 {
		min-width: .125rem!important
	}
	.vus-w-max-px-lg-2 {
		max-width: .125rem!important
	}
	.vus-w-calc-lg-2 {
		width: calc(100% - .125rem)!important
	}
	.vus-vw-calc-lg-2 {
		width: calc(100vw - .125rem)!important
	}
	.vus-w-px-lg-3 {
		width: .1875rem!important
	}
	.vus-w-min-px-lg-3 {
		min-width: .1875rem!important
	}
	.vus-w-max-px-lg-3 {
		max-width: .1875rem!important
	}
	.vus-w-calc-lg-3 {
		width: calc(100% - .1875rem)!important
	}
	.vus-vw-calc-lg-3 {
		width: calc(100vw - .1875rem)!important
	}
	.vus-w-px-lg-4 {
		width: .25rem!important
	}
	.vus-w-min-px-lg-4 {
		min-width: .25rem!important
	}
	.vus-w-max-px-lg-4 {
		max-width: .25rem!important
	}
	.vus-w-calc-lg-4 {
		width: calc(100% - .25rem)!important
	}
	.vus-vw-calc-lg-4 {
		width: calc(100vw - .25rem)!important
	}
	.vus-w-px-lg-5 {
		width: .3125rem!important
	}
	.vus-w-min-px-lg-5 {
		min-width: .3125rem!important
	}
	.vus-w-max-px-lg-5 {
		max-width: .3125rem!important
	}
	.vus-w-calc-lg-5 {
		width: calc(100% - .3125rem)!important
	}
	.vus-vw-calc-lg-5 {
		width: calc(100vw - .3125rem)!important
	}
	.vus-w-px-lg-6 {
		width: .375rem!important
	}
	.vus-w-min-px-lg-6 {
		min-width: .375rem!important
	}
	.vus-w-max-px-lg-6 {
		max-width: .375rem!important
	}
	.vus-w-calc-lg-6 {
		width: calc(100% - .375rem)!important
	}
	.vus-vw-calc-lg-6 {
		width: calc(100vw - .375rem)!important
	}
	.vus-w-px-lg-7 {
		width: .4375rem!important
	}
	.vus-w-min-px-lg-7 {
		min-width: .4375rem!important
	}
	.vus-w-max-px-lg-7 {
		max-width: .4375rem!important
	}
	.vus-w-calc-lg-7 {
		width: calc(100% - .4375rem)!important
	}
	.vus-vw-calc-lg-7 {
		width: calc(100vw - .4375rem)!important
	}
	.vus-w-px-lg-8 {
		width: .5rem!important
	}
	.vus-w-min-px-lg-8 {
		min-width: .5rem!important
	}
	.vus-w-max-px-lg-8 {
		max-width: .5rem!important
	}
	.vus-w-calc-lg-8 {
		width: calc(100% - .5rem)!important
	}
	.vus-vw-calc-lg-8 {
		width: calc(100vw - .5rem)!important
	}
	.vus-w-px-lg-9 {
		width: .5625rem!important
	}
	.vus-w-min-px-lg-9 {
		min-width: .5625rem!important
	}
	.vus-w-max-px-lg-9 {
		max-width: .5625rem!important
	}
	.vus-w-calc-lg-9 {
		width: calc(100% - .5625rem)!important
	}
	.vus-vw-calc-lg-9 {
		width: calc(100vw - .5625rem)!important
	}
	.vus-w-px-lg-10 {
		width: .625rem!important
	}
	.vus-w-min-px-lg-10 {
		min-width: .625rem!important
	}
	.vus-w-max-px-lg-10 {
		max-width: .625rem!important
	}
	.vus-w-calc-lg-10 {
		width: calc(100% - .625rem)!important
	}
	.vus-vw-calc-lg-10 {
		width: calc(100vw - .625rem)!important
	}
	.vus-w-px-lg-12 {
		width: .75rem!important
	}
	.vus-w-min-px-lg-12 {
		min-width: .75rem!important
	}
	.vus-w-max-px-lg-12 {
		max-width: .75rem!important
	}
	.vus-w-calc-lg-12 {
		width: calc(100% - .75rem)!important
	}
	.vus-vw-calc-lg-12 {
		width: calc(100vw - .75rem)!important
	}
	.vus-w-px-lg-14 {
		width: .875rem!important
	}
	.vus-w-min-px-lg-14 {
		min-width: .875rem!important
	}
	.vus-w-max-px-lg-14 {
		max-width: .875rem!important
	}
	.vus-w-calc-lg-14 {
		width: calc(100% - .875rem)!important
	}
	.vus-vw-calc-lg-14 {
		width: calc(100vw - .875rem)!important
	}
	.vus-w-px-lg-15 {
		width: .9375rem!important
	}
	.vus-w-min-px-lg-15 {
		min-width: .9375rem!important
	}
	.vus-w-max-px-lg-15 {
		max-width: .9375rem!important
	}
	.vus-w-calc-lg-15 {
		width: calc(100% - .9375rem)!important
	}
	.vus-vw-calc-lg-15 {
		width: calc(100vw - .9375rem)!important
	}
	.vus-w-px-lg-16 {
		width: 1rem!important
	}
	.vus-w-min-px-lg-16 {
		min-width: 1rem!important
	}
	.vus-w-max-px-lg-16 {
		max-width: 1rem!important
	}
	.vus-w-calc-lg-16 {
		width: calc(100% - 1rem)!important
	}
	.vus-vw-calc-lg-16 {
		width: calc(100vw - 1rem)!important
	}
	.vus-w-px-lg-18 {
		width: 1.125rem!important
	}
	.vus-w-min-px-lg-18 {
		min-width: 1.125rem!important
	}
	.vus-w-max-px-lg-18 {
		max-width: 1.125rem!important
	}
	.vus-w-calc-lg-18 {
		width: calc(100% - 1.125rem)!important
	}
	.vus-vw-calc-lg-18 {
		width: calc(100vw - 1.125rem)!important
	}
	.vus-w-px-lg-20 {
		width: 1.25rem!important
	}
	.vus-w-min-px-lg-20 {
		min-width: 1.25rem!important
	}
	.vus-w-max-px-lg-20 {
		max-width: 1.25rem!important
	}
	.vus-w-calc-lg-20 {
		width: calc(100% - 1.25rem)!important
	}
	.vus-vw-calc-lg-20 {
		width: calc(100vw - 1.25rem)!important
	}
	.vus-w-px-lg-22 {
		width: 1.375rem!important
	}
	.vus-w-min-px-lg-22 {
		min-width: 1.375rem!important
	}
	.vus-w-max-px-lg-22 {
		max-width: 1.375rem!important
	}
	.vus-w-calc-lg-22 {
		width: calc(100% - 1.375rem)!important
	}
	.vus-vw-calc-lg-22 {
		width: calc(100vw - 1.375rem)!important
	}
	.vus-w-px-lg-24 {
		width: 1.5rem!important
	}
	.vus-w-min-px-lg-24 {
		min-width: 1.5rem!important
	}
	.vus-w-max-px-lg-24 {
		max-width: 1.5rem!important
	}
	.vus-w-calc-lg-24 {
		width: calc(100% - 1.5rem)!important
	}
	.vus-vw-calc-lg-24 {
		width: calc(100vw - 1.5rem)!important
	}
	.vus-w-px-lg-25 {
		width: 1.5625rem!important
	}
	.vus-w-min-px-lg-25 {
		min-width: 1.5625rem!important
	}
	.vus-w-max-px-lg-25 {
		max-width: 1.5625rem!important
	}
	.vus-w-calc-lg-25 {
		width: calc(100% - 1.5625rem)!important
	}
	.vus-vw-calc-lg-25 {
		width: calc(100vw - 1.5625rem)!important
	}
	.vus-w-px-lg-26 {
		width: 1.625rem!important
	}
	.vus-w-min-px-lg-26 {
		min-width: 1.625rem!important
	}
	.vus-w-max-px-lg-26 {
		max-width: 1.625rem!important
	}
	.vus-w-calc-lg-26 {
		width: calc(100% - 1.625rem)!important
	}
	.vus-vw-calc-lg-26 {
		width: calc(100vw - 1.625rem)!important
	}
	.vus-w-px-lg-28 {
		width: 1.75rem!important
	}
	.vus-w-min-px-lg-28 {
		min-width: 1.75rem!important
	}
	.vus-w-max-px-lg-28 {
		max-width: 1.75rem!important
	}
	.vus-w-calc-lg-28 {
		width: calc(100% - 1.75rem)!important
	}
	.vus-vw-calc-lg-28 {
		width: calc(100vw - 1.75rem)!important
	}
	.vus-w-px-lg-30 {
		width: 1.875rem!important
	}
	.vus-w-min-px-lg-30 {
		min-width: 1.875rem!important
	}
	.vus-w-max-px-lg-30 {
		max-width: 1.875rem!important
	}
	.vus-w-calc-lg-30 {
		width: calc(100% - 1.875rem)!important
	}
	.vus-vw-calc-lg-30 {
		width: calc(100vw - 1.875rem)!important
	}
	.vus-w-px-lg-32 {
		width: 2rem!important
	}
	.vus-w-min-px-lg-32 {
		min-width: 2rem!important
	}
	.vus-w-max-px-lg-32 {
		max-width: 2rem!important
	}
	.vus-w-calc-lg-32 {
		width: calc(100% - 2rem)!important
	}
	.vus-vw-calc-lg-32 {
		width: calc(100vw - 2rem)!important
	}
	.vus-w-px-lg-34 {
		width: 2.125rem!important
	}
	.vus-w-min-px-lg-34 {
		min-width: 2.125rem!important
	}
	.vus-w-max-px-lg-34 {
		max-width: 2.125rem!important
	}
	.vus-w-calc-lg-34 {
		width: calc(100% - 2.125rem)!important
	}
	.vus-vw-calc-lg-34 {
		width: calc(100vw - 2.125rem)!important
	}
	.vus-w-px-lg-35 {
		width: 2.1875rem!important
	}
	.vus-w-min-px-lg-35 {
		min-width: 2.1875rem!important
	}
	.vus-w-max-px-lg-35 {
		max-width: 2.1875rem!important
	}
	.vus-w-calc-lg-35 {
		width: calc(100% - 2.1875rem)!important
	}
	.vus-vw-calc-lg-35 {
		width: calc(100vw - 2.1875rem)!important
	}
	.vus-w-px-lg-36 {
		width: 2.25rem!important
	}
	.vus-w-min-px-lg-36 {
		min-width: 2.25rem!important
	}
	.vus-w-max-px-lg-36 {
		max-width: 2.25rem!important
	}
	.vus-w-calc-lg-36 {
		width: calc(100% - 2.25rem)!important
	}
	.vus-vw-calc-lg-36 {
		width: calc(100vw - 2.25rem)!important
	}
	.vus-w-px-lg-38 {
		width: 2.375rem!important
	}
	.vus-w-min-px-lg-38 {
		min-width: 2.375rem!important
	}
	.vus-w-max-px-lg-38 {
		max-width: 2.375rem!important
	}
	.vus-w-calc-lg-38 {
		width: calc(100% - 2.375rem)!important
	}
	.vus-vw-calc-lg-38 {
		width: calc(100vw - 2.375rem)!important
	}
	.vus-w-px-lg-40 {
		width: 2.5rem!important
	}
	.vus-w-min-px-lg-40 {
		min-width: 2.5rem!important
	}
	.vus-w-max-px-lg-40 {
		max-width: 2.5rem!important
	}
	.vus-w-calc-lg-40 {
		width: calc(100% - 2.5rem)!important
	}
	.vus-vw-calc-lg-40 {
		width: calc(100vw - 2.5rem)!important
	}
	.vus-w-px-lg-42 {
		width: 2.625rem!important
	}
	.vus-w-min-px-lg-42 {
		min-width: 2.625rem!important
	}
	.vus-w-max-px-lg-42 {
		max-width: 2.625rem!important
	}
	.vus-w-calc-lg-42 {
		width: calc(100% - 2.625rem)!important
	}
	.vus-vw-calc-lg-42 {
		width: calc(100vw - 2.625rem)!important
	}
	.vus-w-px-lg-44 {
		width: 2.75rem!important
	}
	.vus-w-min-px-lg-44 {
		min-width: 2.75rem!important
	}
	.vus-w-max-px-lg-44 {
		max-width: 2.75rem!important
	}
	.vus-w-calc-lg-44 {
		width: calc(100% - 2.75rem)!important
	}
	.vus-vw-calc-lg-44 {
		width: calc(100vw - 2.75rem)!important
	}
	.vus-w-px-lg-45 {
		width: 2.8125rem!important
	}
	.vus-w-min-px-lg-45 {
		min-width: 2.8125rem!important
	}
	.vus-w-max-px-lg-45 {
		max-width: 2.8125rem!important
	}
	.vus-w-calc-lg-45 {
		width: calc(100% - 2.8125rem)!important
	}
	.vus-vw-calc-lg-45 {
		width: calc(100vw - 2.8125rem)!important
	}
	.vus-w-px-lg-46 {
		width: 2.875rem!important
	}
	.vus-w-min-px-lg-46 {
		min-width: 2.875rem!important
	}
	.vus-w-max-px-lg-46 {
		max-width: 2.875rem!important
	}
	.vus-w-calc-lg-46 {
		width: calc(100% - 2.875rem)!important
	}
	.vus-vw-calc-lg-46 {
		width: calc(100vw - 2.875rem)!important
	}
	.vus-w-px-lg-48 {
		width: 3rem!important
	}
	.vus-w-min-px-lg-48 {
		min-width: 3rem!important
	}
	.vus-w-max-px-lg-48 {
		max-width: 3rem!important
	}
	.vus-w-calc-lg-48 {
		width: calc(100% - 3rem)!important
	}
	.vus-vw-calc-lg-48 {
		width: calc(100vw - 3rem)!important
	}
	.vus-w-px-lg-50 {
		width: 3.125rem!important
	}
	.vus-w-min-px-lg-50 {
		min-width: 3.125rem!important
	}
	.vus-w-max-px-lg-50 {
		max-width: 3.125rem!important
	}
	.vus-w-calc-lg-50 {
		width: calc(100% - 3.125rem)!important
	}
	.vus-vw-calc-lg-50 {
		width: calc(100vw - 3.125rem)!important
	}
	.vus-w-px-lg-52 {
		width: 3.25rem!important
	}
	.vus-w-min-px-lg-52 {
		min-width: 3.25rem!important
	}
	.vus-w-max-px-lg-52 {
		max-width: 3.25rem!important
	}
	.vus-w-calc-lg-52 {
		width: calc(100% - 3.25rem)!important
	}
	.vus-vw-calc-lg-52 {
		width: calc(100vw - 3.25rem)!important
	}
	.vus-w-px-lg-54 {
		width: 3.375rem!important
	}
	.vus-w-min-px-lg-54 {
		min-width: 3.375rem!important
	}
	.vus-w-max-px-lg-54 {
		max-width: 3.375rem!important
	}
	.vus-w-calc-lg-54 {
		width: calc(100% - 3.375rem)!important
	}
	.vus-vw-calc-lg-54 {
		width: calc(100vw - 3.375rem)!important
	}
	.vus-w-px-lg-55 {
		width: 3.4375rem!important
	}
	.vus-w-min-px-lg-55 {
		min-width: 3.4375rem!important
	}
	.vus-w-max-px-lg-55 {
		max-width: 3.4375rem!important
	}
	.vus-w-calc-lg-55 {
		width: calc(100% - 3.4375rem)!important
	}
	.vus-vw-calc-lg-55 {
		width: calc(100vw - 3.4375rem)!important
	}
	.vus-w-px-lg-56 {
		width: 3.5rem!important
	}
	.vus-w-min-px-lg-56 {
		min-width: 3.5rem!important
	}
	.vus-w-max-px-lg-56 {
		max-width: 3.5rem!important
	}
	.vus-w-calc-lg-56 {
		width: calc(100% - 3.5rem)!important
	}
	.vus-vw-calc-lg-56 {
		width: calc(100vw - 3.5rem)!important
	}
	.vus-w-px-lg-58 {
		width: 3.625rem!important
	}
	.vus-w-min-px-lg-58 {
		min-width: 3.625rem!important
	}
	.vus-w-max-px-lg-58 {
		max-width: 3.625rem!important
	}
	.vus-w-calc-lg-58 {
		width: calc(100% - 3.625rem)!important
	}
	.vus-vw-calc-lg-58 {
		width: calc(100vw - 3.625rem)!important
	}
	.vus-w-px-lg-60 {
		width: 3.75rem!important
	}
	.vus-w-min-px-lg-60 {
		min-width: 3.75rem!important
	}
	.vus-w-max-px-lg-60 {
		max-width: 3.75rem!important
	}
	.vus-w-calc-lg-60 {
		width: calc(100% - 3.75rem)!important
	}
	.vus-vw-calc-lg-60 {
		width: calc(100vw - 3.75rem)!important
	}
	.vus-w-px-lg-62 {
		width: 3.875rem!important
	}
	.vus-w-min-px-lg-62 {
		min-width: 3.875rem!important
	}
	.vus-w-max-px-lg-62 {
		max-width: 3.875rem!important
	}
	.vus-w-calc-lg-62 {
		width: calc(100% - 3.875rem)!important
	}
	.vus-vw-calc-lg-62 {
		width: calc(100vw - 3.875rem)!important
	}
	.vus-w-px-lg-64 {
		width: 4rem!important
	}
	.vus-w-min-px-lg-64 {
		min-width: 4rem!important
	}
	.vus-w-max-px-lg-64 {
		max-width: 4rem!important
	}
	.vus-w-calc-lg-64 {
		width: calc(100% - 4rem)!important
	}
	.vus-vw-calc-lg-64 {
		width: calc(100vw - 4rem)!important
	}
	.vus-w-px-lg-65 {
		width: 4.0625rem!important
	}
	.vus-w-min-px-lg-65 {
		min-width: 4.0625rem!important
	}
	.vus-w-max-px-lg-65 {
		max-width: 4.0625rem!important
	}
	.vus-w-calc-lg-65 {
		width: calc(100% - 4.0625rem)!important
	}
	.vus-vw-calc-lg-65 {
		width: calc(100vw - 4.0625rem)!important
	}
	.vus-w-px-lg-66 {
		width: 4.125rem!important
	}
	.vus-w-min-px-lg-66 {
		min-width: 4.125rem!important
	}
	.vus-w-max-px-lg-66 {
		max-width: 4.125rem!important
	}
	.vus-w-calc-lg-66 {
		width: calc(100% - 4.125rem)!important
	}
	.vus-vw-calc-lg-66 {
		width: calc(100vw - 4.125rem)!important
	}
	.vus-w-px-lg-68 {
		width: 4.25rem!important
	}
	.vus-w-min-px-lg-68 {
		min-width: 4.25rem!important
	}
	.vus-w-max-px-lg-68 {
		max-width: 4.25rem!important
	}
	.vus-w-calc-lg-68 {
		width: calc(100% - 4.25rem)!important
	}
	.vus-vw-calc-lg-68 {
		width: calc(100vw - 4.25rem)!important
	}
	.vus-w-px-lg-70 {
		width: 4.375rem!important
	}
	.vus-w-min-px-lg-70 {
		min-width: 4.375rem!important
	}
	.vus-w-max-px-lg-70 {
		max-width: 4.375rem!important
	}
	.vus-w-calc-lg-70 {
		width: calc(100% - 4.375rem)!important
	}
	.vus-vw-calc-lg-70 {
		width: calc(100vw - 4.375rem)!important
	}
	.vus-w-px-lg-72 {
		width: 4.5rem!important
	}
	.vus-w-min-px-lg-72 {
		min-width: 4.5rem!important
	}
	.vus-w-max-px-lg-72 {
		max-width: 4.5rem!important
	}
	.vus-w-calc-lg-72 {
		width: calc(100% - 4.5rem)!important
	}
	.vus-vw-calc-lg-72 {
		width: calc(100vw - 4.5rem)!important
	}
	.vus-w-px-lg-74 {
		width: 4.625rem!important
	}
	.vus-w-min-px-lg-74 {
		min-width: 4.625rem!important
	}
	.vus-w-max-px-lg-74 {
		max-width: 4.625rem!important
	}
	.vus-w-calc-lg-74 {
		width: calc(100% - 4.625rem)!important
	}
	.vus-vw-calc-lg-74 {
		width: calc(100vw - 4.625rem)!important
	}
	.vus-w-px-lg-75 {
		width: 4.6875rem!important
	}
	.vus-w-min-px-lg-75 {
		min-width: 4.6875rem!important
	}
	.vus-w-max-px-lg-75 {
		max-width: 4.6875rem!important
	}
	.vus-w-calc-lg-75 {
		width: calc(100% - 4.6875rem)!important
	}
	.vus-vw-calc-lg-75 {
		width: calc(100vw - 4.6875rem)!important
	}
	.vus-w-px-lg-76 {
		width: 4.75rem!important
	}
	.vus-w-min-px-lg-76 {
		min-width: 4.75rem!important
	}
	.vus-w-max-px-lg-76 {
		max-width: 4.75rem!important
	}
	.vus-w-calc-lg-76 {
		width: calc(100% - 4.75rem)!important
	}
	.vus-vw-calc-lg-76 {
		width: calc(100vw - 4.75rem)!important
	}
	.vus-w-px-lg-78 {
		width: 4.875rem!important
	}
	.vus-w-min-px-lg-78 {
		min-width: 4.875rem!important
	}
	.vus-w-max-px-lg-78 {
		max-width: 4.875rem!important
	}
	.vus-w-calc-lg-78 {
		width: calc(100% - 4.875rem)!important
	}
	.vus-vw-calc-lg-78 {
		width: calc(100vw - 4.875rem)!important
	}
	.vus-w-px-lg-80 {
		width: 5rem!important
	}
	.vus-w-min-px-lg-80 {
		min-width: 5rem!important
	}
	.vus-w-max-px-lg-80 {
		max-width: 5rem!important
	}
	.vus-w-calc-lg-80 {
		width: calc(100% - 5rem)!important
	}
	.vus-vw-calc-lg-80 {
		width: calc(100vw - 5rem)!important
	}
	.vus-w-px-lg-82 {
		width: 5.125rem!important
	}
	.vus-w-min-px-lg-82 {
		min-width: 5.125rem!important
	}
	.vus-w-max-px-lg-82 {
		max-width: 5.125rem!important
	}
	.vus-w-calc-lg-82 {
		width: calc(100% - 5.125rem)!important
	}
	.vus-vw-calc-lg-82 {
		width: calc(100vw - 5.125rem)!important
	}
	.vus-w-px-lg-84 {
		width: 5.25rem!important
	}
	.vus-w-min-px-lg-84 {
		min-width: 5.25rem!important
	}
	.vus-w-max-px-lg-84 {
		max-width: 5.25rem!important
	}
	.vus-w-calc-lg-84 {
		width: calc(100% - 5.25rem)!important
	}
	.vus-vw-calc-lg-84 {
		width: calc(100vw - 5.25rem)!important
	}
	.vus-w-px-lg-85 {
		width: 5.3125rem!important
	}
	.vus-w-min-px-lg-85 {
		min-width: 5.3125rem!important
	}
	.vus-w-max-px-lg-85 {
		max-width: 5.3125rem!important
	}
	.vus-w-calc-lg-85 {
		width: calc(100% - 5.3125rem)!important
	}
	.vus-vw-calc-lg-85 {
		width: calc(100vw - 5.3125rem)!important
	}
	.vus-w-px-lg-86 {
		width: 5.375rem!important
	}
	.vus-w-min-px-lg-86 {
		min-width: 5.375rem!important
	}
	.vus-w-max-px-lg-86 {
		max-width: 5.375rem!important
	}
	.vus-w-calc-lg-86 {
		width: calc(100% - 5.375rem)!important
	}
	.vus-vw-calc-lg-86 {
		width: calc(100vw - 5.375rem)!important
	}
	.vus-w-px-lg-88 {
		width: 5.5rem!important
	}
	.vus-w-min-px-lg-88 {
		min-width: 5.5rem!important
	}
	.vus-w-max-px-lg-88 {
		max-width: 5.5rem!important
	}
	.vus-w-calc-lg-88 {
		width: calc(100% - 5.5rem)!important
	}
	.vus-vw-calc-lg-88 {
		width: calc(100vw - 5.5rem)!important
	}
	.vus-w-px-lg-90 {
		width: 5.625rem!important
	}
	.vus-w-min-px-lg-90 {
		min-width: 5.625rem!important
	}
	.vus-w-max-px-lg-90 {
		max-width: 5.625rem!important
	}
	.vus-w-calc-lg-90 {
		width: calc(100% - 5.625rem)!important
	}
	.vus-vw-calc-lg-90 {
		width: calc(100vw - 5.625rem)!important
	}
	.vus-w-px-lg-92 {
		width: 5.75rem!important
	}
	.vus-w-min-px-lg-92 {
		min-width: 5.75rem!important
	}
	.vus-w-max-px-lg-92 {
		max-width: 5.75rem!important
	}
	.vus-w-calc-lg-92 {
		width: calc(100% - 5.75rem)!important
	}
	.vus-vw-calc-lg-92 {
		width: calc(100vw - 5.75rem)!important
	}
	.vus-w-px-lg-94 {
		width: 5.875rem!important
	}
	.vus-w-min-px-lg-94 {
		min-width: 5.875rem!important
	}
	.vus-w-max-px-lg-94 {
		max-width: 5.875rem!important
	}
	.vus-w-calc-lg-94 {
		width: calc(100% - 5.875rem)!important
	}
	.vus-vw-calc-lg-94 {
		width: calc(100vw - 5.875rem)!important
	}
	.vus-w-px-lg-95 {
		width: 5.9375rem!important
	}
	.vus-w-min-px-lg-95 {
		min-width: 5.9375rem!important
	}
	.vus-w-max-px-lg-95 {
		max-width: 5.9375rem!important
	}
	.vus-w-calc-lg-95 {
		width: calc(100% - 5.9375rem)!important
	}
	.vus-vw-calc-lg-95 {
		width: calc(100vw - 5.9375rem)!important
	}
	.vus-w-px-lg-96 {
		width: 6rem!important
	}
	.vus-w-min-px-lg-96 {
		min-width: 6rem!important
	}
	.vus-w-max-px-lg-96 {
		max-width: 6rem!important
	}
	.vus-w-calc-lg-96 {
		width: calc(100% - 6rem)!important
	}
	.vus-vw-calc-lg-96 {
		width: calc(100vw - 6rem)!important
	}
	.vus-w-px-lg-98 {
		width: 6.125rem!important
	}
	.vus-w-min-px-lg-98 {
		min-width: 6.125rem!important
	}
	.vus-w-max-px-lg-98 {
		max-width: 6.125rem!important
	}
	.vus-w-calc-lg-98 {
		width: calc(100% - 6.125rem)!important
	}
	.vus-vw-calc-lg-98 {
		width: calc(100vw - 6.125rem)!important
	}
	.vus-w-px-lg-100 {
		width: 6.25rem!important
	}
	.vus-w-min-px-lg-100 {
		min-width: 6.25rem!important
	}
	.vus-w-max-px-lg-100 {
		max-width: 6.25rem!important
	}
	.vus-w-calc-lg-100 {
		width: calc(100% - 6.25rem)!important
	}
	.vus-vw-calc-lg-100 {
		width: calc(100vw - 6.25rem)!important
	}
	.vus-w-px-lg-110 {
		width: 6.875rem!important
	}
	.vus-w-min-px-lg-110 {
		min-width: 6.875rem!important
	}
	.vus-w-max-px-lg-110 {
		max-width: 6.875rem!important
	}
	.vus-w-calc-lg-110 {
		width: calc(100% - 6.875rem)!important
	}
	.vus-vw-calc-lg-110 {
		width: calc(100vw - 6.875rem)!important
	}
	.vus-w-px-lg-120 {
		width: 7.5rem!important
	}
	.vus-w-min-px-lg-120 {
		min-width: 7.5rem!important
	}
	.vus-w-max-px-lg-120 {
		max-width: 7.5rem!important
	}
	.vus-w-calc-lg-120 {
		width: calc(100% - 7.5rem)!important
	}
	.vus-vw-calc-lg-120 {
		width: calc(100vw - 7.5rem)!important
	}
	.vus-w-px-lg-130 {
		width: 8.125rem!important
	}
	.vus-w-min-px-lg-130 {
		min-width: 8.125rem!important
	}
	.vus-w-max-px-lg-130 {
		max-width: 8.125rem!important
	}
	.vus-w-calc-lg-130 {
		width: calc(100% - 8.125rem)!important
	}
	.vus-vw-calc-lg-130 {
		width: calc(100vw - 8.125rem)!important
	}
	.vus-w-px-lg-140 {
		width: 8.75rem!important
	}
	.vus-w-min-px-lg-140 {
		min-width: 8.75rem!important
	}
	.vus-w-max-px-lg-140 {
		max-width: 8.75rem!important
	}
	.vus-w-calc-lg-140 {
		width: calc(100% - 8.75rem)!important
	}
	.vus-vw-calc-lg-140 {
		width: calc(100vw - 8.75rem)!important
	}
	.vus-w-px-lg-150 {
		width: 9.375rem!important
	}
	.vus-w-min-px-lg-150 {
		min-width: 9.375rem!important
	}
	.vus-w-max-px-lg-150 {
		max-width: 9.375rem!important
	}
	.vus-w-calc-lg-150 {
		width: calc(100% - 9.375rem)!important
	}
	.vus-vw-calc-lg-150 {
		width: calc(100vw - 9.375rem)!important
	}
	.vus-w-px-lg-160 {
		width: 10rem!important
	}
	.vus-w-min-px-lg-160 {
		min-width: 10rem!important
	}
	.vus-w-max-px-lg-160 {
		max-width: 10rem!important
	}
	.vus-w-calc-lg-160 {
		width: calc(100% - 10rem)!important
	}
	.vus-vw-calc-lg-160 {
		width: calc(100vw - 10rem)!important
	}
	.vus-w-px-lg-170 {
		width: 10.625rem!important
	}
	.vus-w-min-px-lg-170 {
		min-width: 10.625rem!important
	}
	.vus-w-max-px-lg-170 {
		max-width: 10.625rem!important
	}
	.vus-w-calc-lg-170 {
		width: calc(100% - 10.625rem)!important
	}
	.vus-vw-calc-lg-170 {
		width: calc(100vw - 10.625rem)!important
	}
	.vus-w-px-lg-180 {
		width: 11.25rem!important
	}
	.vus-w-min-px-lg-180 {
		min-width: 11.25rem!important
	}
	.vus-w-max-px-lg-180 {
		max-width: 11.25rem!important
	}
	.vus-w-calc-lg-180 {
		width: calc(100% - 11.25rem)!important
	}
	.vus-vw-calc-lg-180 {
		width: calc(100vw - 11.25rem)!important
	}
	.vus-w-px-lg-190 {
		width: 11.875rem!important
	}
	.vus-w-min-px-lg-190 {
		min-width: 11.875rem!important
	}
	.vus-w-max-px-lg-190 {
		max-width: 11.875rem!important
	}
	.vus-w-calc-lg-190 {
		width: calc(100% - 11.875rem)!important
	}
	.vus-vw-calc-lg-190 {
		width: calc(100vw - 11.875rem)!important
	}
	.vus-w-px-lg-200 {
		width: 12.5rem!important
	}
	.vus-w-min-px-lg-200 {
		min-width: 12.5rem!important
	}
	.vus-w-max-px-lg-200 {
		max-width: 12.5rem!important
	}
	.vus-w-calc-lg-200 {
		width: calc(100% - 12.5rem)!important
	}
	.vus-vw-calc-lg-200 {
		width: calc(100vw - 12.5rem)!important
	}
	.vus-w-px-lg-250 {
		width: 15.625rem!important
	}
	.vus-w-min-px-lg-250 {
		min-width: 15.625rem!important
	}
	.vus-w-max-px-lg-250 {
		max-width: 15.625rem!important
	}
	.vus-w-calc-lg-250 {
		width: calc(100% - 15.625rem)!important
	}
	.vus-vw-calc-lg-250 {
		width: calc(100vw - 15.625rem)!important
	}
	.vus-w-px-lg-300 {
		width: 18.75rem!important
	}
	.vus-w-min-px-lg-300 {
		min-width: 18.75rem!important
	}
	.vus-w-max-px-lg-300 {
		max-width: 18.75rem!important
	}
	.vus-w-calc-lg-300 {
		width: calc(100% - 18.75rem)!important
	}
	.vus-vw-calc-lg-300 {
		width: calc(100vw - 18.75rem)!important
	}
	.vus-w-px-lg-350 {
		width: 21.875rem!important
	}
	.vus-w-min-px-lg-350 {
		min-width: 21.875rem!important
	}
	.vus-w-max-px-lg-350 {
		max-width: 21.875rem!important
	}
	.vus-w-calc-lg-350 {
		width: calc(100% - 21.875rem)!important
	}
	.vus-vw-calc-lg-350 {
		width: calc(100vw - 21.875rem)!important
	}
	.vus-w-px-lg-400 {
		width: 25rem!important
	}
	.vus-w-min-px-lg-400 {
		min-width: 25rem!important
	}
	.vus-w-max-px-lg-400 {
		max-width: 25rem!important
	}
	.vus-w-calc-lg-400 {
		width: calc(100% - 25rem)!important
	}
	.vus-vw-calc-lg-400 {
		width: calc(100vw - 25rem)!important
	}
	.vus-w-px-lg-450 {
		width: 28.125rem!important
	}
	.vus-w-min-px-lg-450 {
		min-width: 28.125rem!important
	}
	.vus-w-max-px-lg-450 {
		max-width: 28.125rem!important
	}
	.vus-w-calc-lg-450 {
		width: calc(100% - 28.125rem)!important
	}
	.vus-vw-calc-lg-450 {
		width: calc(100vw - 28.125rem)!important
	}
	.vus-w-px-lg-500 {
		width: 31.25rem!important
	}
	.vus-w-min-px-lg-500 {
		min-width: 31.25rem!important
	}
	.vus-w-max-px-lg-500 {
		max-width: 31.25rem!important
	}
	.vus-w-calc-lg-500 {
		width: calc(100% - 31.25rem)!important
	}
	.vus-vw-calc-lg-500 {
		width: calc(100vw - 31.25rem)!important
	}
	.vus-w-px-lg-550 {
		width: 34.375rem!important
	}
	.vus-w-min-px-lg-550 {
		min-width: 34.375rem!important
	}
	.vus-w-max-px-lg-550 {
		max-width: 34.375rem!important
	}
	.vus-w-calc-lg-550 {
		width: calc(100% - 34.375rem)!important
	}
	.vus-vw-calc-lg-550 {
		width: calc(100vw - 34.375rem)!important
	}
	.vus-w-px-lg-600 {
		width: 37.5rem!important
	}
	.vus-w-min-px-lg-600 {
		min-width: 37.5rem!important
	}
	.vus-w-max-px-lg-600 {
		max-width: 37.5rem!important
	}
	.vus-w-calc-lg-600 {
		width: calc(100% - 37.5rem)!important
	}
	.vus-vw-calc-lg-600 {
		width: calc(100vw - 37.5rem)!important
	}
	.vus-w-px-lg-650 {
		width: 40.625rem!important
	}
	.vus-w-min-px-lg-650 {
		min-width: 40.625rem!important
	}
	.vus-w-max-px-lg-650 {
		max-width: 40.625rem!important
	}
	.vus-w-calc-lg-650 {
		width: calc(100% - 40.625rem)!important
	}
	.vus-vw-calc-lg-650 {
		width: calc(100vw - 40.625rem)!important
	}
	.vus-w-px-lg-700 {
		width: 43.75rem!important
	}
	.vus-w-min-px-lg-700 {
		min-width: 43.75rem!important
	}
	.vus-w-max-px-lg-700 {
		max-width: 43.75rem!important
	}
	.vus-w-calc-lg-700 {
		width: calc(100% - 43.75rem)!important
	}
	.vus-vw-calc-lg-700 {
		width: calc(100vw - 43.75rem)!important
	}
	.vus-w-px-lg-750 {
		width: 46.875rem!important
	}
	.vus-w-min-px-lg-750 {
		min-width: 46.875rem!important
	}
	.vus-w-max-px-lg-750 {
		max-width: 46.875rem!important
	}
	.vus-w-calc-lg-750 {
		width: calc(100% - 46.875rem)!important
	}
	.vus-vw-calc-lg-750 {
		width: calc(100vw - 46.875rem)!important
	}
}

.vus-w-0 {
	width: 0!important
}

.vus-w-atuo {
	width: auto!important
}

.vus-w-min-auto {
	min-width: auto!important
}

.vus-w-max-auto {
	max-width: auto!important
}

.vus-h-5 {
	height: 5%!important
}

.vus-h-min-5 {
	min-height: 5%!important
}

.vus-h-max-5 {
	max-height: 5%!important
}

.vus-vh-5 {
	height: 5vh!important
}

.vus-h-10 {
	height: 10%!important
}

.vus-h-min-10 {
	min-height: 10%!important
}

.vus-h-max-10 {
	max-height: 10%!important
}

.vus-vh-10 {
	height: 10vh!important
}

.vus-h-15 {
	height: 15%!important
}

.vus-h-min-15 {
	min-height: 15%!important
}

.vus-h-max-15 {
	max-height: 15%!important
}

.vus-vh-15 {
	height: 15vh!important
}

.vus-h-20 {
	height: 20%!important
}

.vus-h-min-20 {
	min-height: 20%!important
}

.vus-h-max-20 {
	max-height: 20%!important
}

.vus-vh-20 {
	height: 20vh!important
}

.vus-h-25 {
	height: 25%!important
}

.vus-h-min-25 {
	min-height: 25%!important
}

.vus-h-max-25 {
	max-height: 25%!important
}

.vus-vh-25 {
	height: 25vh!important
}

.vus-h-30 {
	height: 30%!important
}

.vus-h-min-30 {
	min-height: 30%!important
}

.vus-h-max-30 {
	max-height: 30%!important
}

.vus-vh-30 {
	height: 30vh!important
}

.vus-h-35 {
	height: 35%!important
}

.vus-h-min-35 {
	min-height: 35%!important
}

.vus-h-max-35 {
	max-height: 35%!important
}

.vus-vh-35 {
	height: 35vh!important
}

.vus-h-40 {
	height: 40%!important
}

.vus-h-min-40 {
	min-height: 40%!important
}

.vus-h-max-40 {
	max-height: 40%!important
}

.vus-vh-40 {
	height: 40vh!important
}

.vus-h-45 {
	height: 45%!important
}

.vus-h-min-45 {
	min-height: 45%!important
}

.vus-h-max-45 {
	max-height: 45%!important
}

.vus-vh-45 {
	height: 45vh!important
}

.vus-h-50 {
	height: 50%!important
}

.vus-h-min-50 {
	min-height: 50%!important
}

.vus-h-max-50 {
	max-height: 50%!important
}

.vus-vh-50 {
	height: 50vh!important
}

.vus-h-55 {
	height: 55%!important
}

.vus-h-min-55 {
	min-height: 55%!important
}

.vus-h-max-55 {
	max-height: 55%!important
}

.vus-vh-55 {
	height: 55vh!important
}

.vus-h-60 {
	height: 60%!important
}

.vus-h-min-60 {
	min-height: 60%!important
}

.vus-h-max-60 {
	max-height: 60%!important
}

.vus-vh-60 {
	height: 60vh!important
}

.vus-h-65 {
	height: 65%!important
}

.vus-h-min-65 {
	min-height: 65%!important
}

.vus-h-max-65 {
	max-height: 65%!important
}

.vus-vh-65 {
	height: 65vh!important
}

.vus-h-70 {
	height: 70%!important
}

.vus-h-min-70 {
	min-height: 70%!important
}

.vus-h-max-70 {
	max-height: 70%!important
}

.vus-vh-70 {
	height: 70vh!important
}

.vus-h-75 {
	height: 75%!important
}

.vus-h-min-75 {
	min-height: 75%!important
}

.vus-h-max-75 {
	max-height: 75%!important
}

.vus-vh-75 {
	height: 75vh!important
}

.vus-h-80 {
	height: 80%!important
}

.vus-h-min-80 {
	min-height: 80%!important
}

.vus-h-max-80 {
	max-height: 80%!important
}

.vus-vh-80 {
	height: 80vh!important
}

.vus-h-85 {
	height: 85%!important
}

.vus-h-min-85 {
	min-height: 85%!important
}

.vus-h-max-85 {
	max-height: 85%!important
}

.vus-vh-85 {
	height: 85vh!important
}

.vus-h-90 {
	height: 90%!important
}

.vus-h-min-90 {
	min-height: 90%!important
}

.vus-h-max-90 {
	max-height: 90%!important
}

.vus-vh-90 {
	height: 90vh!important
}

.vus-h-95 {
	height: 95%!important
}

.vus-h-min-95 {
	min-height: 95%!important
}

.vus-h-max-95 {
	max-height: 95%!important
}

.vus-vh-95 {
	height: 95vh!important
}

.vus-h-100 {
	height: 100%!important
}

.vus-h-min-100 {
	min-height: 100%!important
}

.vus-h-max-100 {
	max-height: 100%!important
}

.vus-vh-100 {
	height: 100vh!important
}

.vus-h-px-1 {
	height: .0625rem!important
}

.vus-h-min-px-1 {
	min-height: .0625rem!important
}

.vus-h-max-px-1 {
	max-height: .0625rem!important
}

.vus-h-calc-1 {
	height: calc(100% - .0625rem)!important
}

.vus-vh-calc-1 {
	height: calc(100vh - .0625rem)!important
}

.vus-h-px-2 {
	height: .125rem!important
}

.vus-h-min-px-2 {
	min-height: .125rem!important
}

.vus-h-max-px-2 {
	max-height: .125rem!important
}

.vus-h-calc-2 {
	height: calc(100% - .125rem)!important
}

.vus-vh-calc-2 {
	height: calc(100vh - .125rem)!important
}

.vus-h-px-3 {
	height: .1875rem!important
}

.vus-h-min-px-3 {
	min-height: .1875rem!important
}

.vus-h-max-px-3 {
	max-height: .1875rem!important
}

.vus-h-calc-3 {
	height: calc(100% - .1875rem)!important
}

.vus-vh-calc-3 {
	height: calc(100vh - .1875rem)!important
}

.vus-h-px-4 {
	height: .25rem!important
}

.vus-h-min-px-4 {
	min-height: .25rem!important
}

.vus-h-max-px-4 {
	max-height: .25rem!important
}

.vus-h-calc-4 {
	height: calc(100% - .25rem)!important
}

.vus-vh-calc-4 {
	height: calc(100vh - .25rem)!important
}

.vus-h-px-5 {
	height: .3125rem!important
}

.vus-h-min-px-5 {
	min-height: .3125rem!important
}

.vus-h-max-px-5 {
	max-height: .3125rem!important
}

.vus-h-calc-5 {
	height: calc(100% - .3125rem)!important
}

.vus-vh-calc-5 {
	height: calc(100vh - .3125rem)!important
}

.vus-h-px-6 {
	height: .375rem!important
}

.vus-h-min-px-6 {
	min-height: .375rem!important
}

.vus-h-max-px-6 {
	max-height: .375rem!important
}

.vus-h-calc-6 {
	height: calc(100% - .375rem)!important
}

.vus-vh-calc-6 {
	height: calc(100vh - .375rem)!important
}

.vus-h-px-7 {
	height: .4375rem!important
}

.vus-h-min-px-7 {
	min-height: .4375rem!important
}

.vus-h-max-px-7 {
	max-height: .4375rem!important
}

.vus-h-calc-7 {
	height: calc(100% - .4375rem)!important
}

.vus-vh-calc-7 {
	height: calc(100vh - .4375rem)!important
}

.vus-h-px-8 {
	height: .5rem!important
}

.vus-h-min-px-8 {
	min-height: .5rem!important
}

.vus-h-max-px-8 {
	max-height: .5rem!important
}

.vus-h-calc-8 {
	height: calc(100% - .5rem)!important
}

.vus-vh-calc-8 {
	height: calc(100vh - .5rem)!important
}

.vus-h-px-9 {
	height: .5625rem!important
}

.vus-h-min-px-9 {
	min-height: .5625rem!important
}

.vus-h-max-px-9 {
	max-height: .5625rem!important
}

.vus-h-calc-9 {
	height: calc(100% - .5625rem)!important
}

.vus-vh-calc-9 {
	height: calc(100vh - .5625rem)!important
}

.vus-h-px-10 {
	height: .625rem!important
}

.vus-h-min-px-10 {
	min-height: .625rem!important
}

.vus-h-max-px-10 {
	max-height: .625rem!important
}

.vus-h-calc-10 {
	height: calc(100% - .625rem)!important
}

.vus-vh-calc-10 {
	height: calc(100vh - .625rem)!important
}

.vus-h-px-12 {
	height: .75rem!important
}

.vus-h-min-px-12 {
	min-height: .75rem!important
}

.vus-h-max-px-12 {
	max-height: .75rem!important
}

.vus-h-calc-12 {
	height: calc(100% - .75rem)!important
}

.vus-vh-calc-12 {
	height: calc(100vh - .75rem)!important
}

.vus-h-px-14 {
	height: .875rem!important
}

.vus-h-min-px-14 {
	min-height: .875rem!important
}

.vus-h-max-px-14 {
	max-height: .875rem!important
}

.vus-h-calc-14 {
	height: calc(100% - .875rem)!important
}

.vus-vh-calc-14 {
	height: calc(100vh - .875rem)!important
}

.vus-h-px-15 {
	height: .9375rem!important
}

.vus-h-min-px-15 {
	min-height: .9375rem!important
}

.vus-h-max-px-15 {
	max-height: .9375rem!important
}

.vus-h-calc-15 {
	height: calc(100% - .9375rem)!important
}

.vus-vh-calc-15 {
	height: calc(100vh - .9375rem)!important
}

.vus-h-px-16 {
	height: 1rem!important
}

.vus-h-min-px-16 {
	min-height: 1rem!important
}

.vus-h-max-px-16 {
	max-height: 1rem!important
}

.vus-h-calc-16 {
	height: calc(100% - 1rem)!important
}

.vus-vh-calc-16 {
	height: calc(100vh - 1rem)!important
}

.vus-h-px-18 {
	height: 1.125rem!important
}

.vus-h-min-px-18 {
	min-height: 1.125rem!important
}

.vus-h-max-px-18 {
	max-height: 1.125rem!important
}

.vus-h-calc-18 {
	height: calc(100% - 1.125rem)!important
}

.vus-vh-calc-18 {
	height: calc(100vh - 1.125rem)!important
}

.vus-h-px-20 {
	height: 1.25rem!important
}

.vus-h-min-px-20 {
	min-height: 1.25rem!important
}

.vus-h-max-px-20 {
	max-height: 1.25rem!important
}

.vus-h-calc-20 {
	height: calc(100% - 1.25rem)!important
}

.vus-vh-calc-20 {
	height: calc(100vh - 1.25rem)!important
}

.vus-h-px-22 {
	height: 1.375rem!important
}

.vus-h-min-px-22 {
	min-height: 1.375rem!important
}

.vus-h-max-px-22 {
	max-height: 1.375rem!important
}

.vus-h-calc-22 {
	height: calc(100% - 1.375rem)!important
}

.vus-vh-calc-22 {
	height: calc(100vh - 1.375rem)!important
}

.vus-h-px-24 {
	height: 1.5rem!important
}

.vus-h-min-px-24 {
	min-height: 1.5rem!important
}

.vus-h-max-px-24 {
	max-height: 1.5rem!important
}

.vus-h-calc-24 {
	height: calc(100% - 1.5rem)!important
}

.vus-vh-calc-24 {
	height: calc(100vh - 1.5rem)!important
}

.vus-h-px-25 {
	height: 1.5625rem!important
}

.vus-h-min-px-25 {
	min-height: 1.5625rem!important
}

.vus-h-max-px-25 {
	max-height: 1.5625rem!important
}

.vus-h-calc-25 {
	height: calc(100% - 1.5625rem)!important
}

.vus-vh-calc-25 {
	height: calc(100vh - 1.5625rem)!important
}

.vus-h-px-26 {
	height: 1.625rem!important
}

.vus-h-min-px-26 {
	min-height: 1.625rem!important
}

.vus-h-max-px-26 {
	max-height: 1.625rem!important
}

.vus-h-calc-26 {
	height: calc(100% - 1.625rem)!important
}

.vus-vh-calc-26 {
	height: calc(100vh - 1.625rem)!important
}

.vus-h-px-28 {
	height: 1.75rem!important
}

.vus-h-min-px-28 {
	min-height: 1.75rem!important
}

.vus-h-max-px-28 {
	max-height: 1.75rem!important
}

.vus-h-calc-28 {
	height: calc(100% - 1.75rem)!important
}

.vus-vh-calc-28 {
	height: calc(100vh - 1.75rem)!important
}

.vus-h-px-30 {
	height: 1.875rem!important
}

.vus-h-min-px-30 {
	min-height: 1.875rem!important
}

.vus-h-max-px-30 {
	max-height: 1.875rem!important
}

.vus-h-calc-30 {
	height: calc(100% - 1.875rem)!important
}

.vus-vh-calc-30 {
	height: calc(100vh - 1.875rem)!important
}

.vus-h-px-32 {
	height: 2rem!important
}

.vus-h-min-px-32 {
	min-height: 2rem!important
}

.vus-h-max-px-32 {
	max-height: 2rem!important
}

.vus-h-calc-32 {
	height: calc(100% - 2rem)!important
}

.vus-vh-calc-32 {
	height: calc(100vh - 2rem)!important
}

.vus-h-px-34 {
	height: 2.125rem!important
}

.vus-h-min-px-34 {
	min-height: 2.125rem!important
}

.vus-h-max-px-34 {
	max-height: 2.125rem!important
}

.vus-h-calc-34 {
	height: calc(100% - 2.125rem)!important
}

.vus-vh-calc-34 {
	height: calc(100vh - 2.125rem)!important
}

.vus-h-px-35 {
	height: 2.1875rem!important
}

.vus-h-min-px-35 {
	min-height: 2.1875rem!important
}

.vus-h-max-px-35 {
	max-height: 2.1875rem!important
}

.vus-h-calc-35 {
	height: calc(100% - 2.1875rem)!important
}

.vus-vh-calc-35 {
	height: calc(100vh - 2.1875rem)!important
}

.vus-h-px-36 {
	height: 2.25rem!important
}

.vus-h-min-px-36 {
	min-height: 2.25rem!important
}

.vus-h-max-px-36 {
	max-height: 2.25rem!important
}

.vus-h-calc-36 {
	height: calc(100% - 2.25rem)!important
}

.vus-vh-calc-36 {
	height: calc(100vh - 2.25rem)!important
}

.vus-h-px-38 {
	height: 2.375rem!important
}

.vus-h-min-px-38 {
	min-height: 2.375rem!important
}

.vus-h-max-px-38 {
	max-height: 2.375rem!important
}

.vus-h-calc-38 {
	height: calc(100% - 2.375rem)!important
}

.vus-vh-calc-38 {
	height: calc(100vh - 2.375rem)!important
}

.vus-h-px-40 {
	height: 2.5rem!important
}

.vus-h-min-px-40 {
	min-height: 2.5rem!important
}

.vus-h-max-px-40 {
	max-height: 2.5rem!important
}

.vus-h-calc-40 {
	height: calc(100% - 2.5rem)!important
}

.vus-vh-calc-40 {
	height: calc(100vh - 2.5rem)!important
}

.vus-h-px-42 {
	height: 2.625rem!important
}

.vus-h-min-px-42 {
	min-height: 2.625rem!important
}

.vus-h-max-px-42 {
	max-height: 2.625rem!important
}

.vus-h-calc-42 {
	height: calc(100% - 2.625rem)!important
}

.vus-vh-calc-42 {
	height: calc(100vh - 2.625rem)!important
}

.vus-h-px-44 {
	height: 2.75rem!important
}

.vus-h-min-px-44 {
	min-height: 2.75rem!important
}

.vus-h-max-px-44 {
	max-height: 2.75rem!important
}

.vus-h-calc-44 {
	height: calc(100% - 2.75rem)!important
}

.vus-vh-calc-44 {
	height: calc(100vh - 2.75rem)!important
}

.vus-h-px-45 {
	height: 2.8125rem!important
}

.vus-h-min-px-45 {
	min-height: 2.8125rem!important
}

.vus-h-max-px-45 {
	max-height: 2.8125rem!important
}

.vus-h-calc-45 {
	height: calc(100% - 2.8125rem)!important
}

.vus-vh-calc-45 {
	height: calc(100vh - 2.8125rem)!important
}

.vus-h-px-46 {
	height: 2.875rem!important
}

.vus-h-min-px-46 {
	min-height: 2.875rem!important
}

.vus-h-max-px-46 {
	max-height: 2.875rem!important
}

.vus-h-calc-46 {
	height: calc(100% - 2.875rem)!important
}

.vus-vh-calc-46 {
	height: calc(100vh - 2.875rem)!important
}

.vus-h-px-48 {
	height: 3rem!important
}

.vus-h-min-px-48 {
	min-height: 3rem!important
}

.vus-h-max-px-48 {
	max-height: 3rem!important
}

.vus-h-calc-48 {
	height: calc(100% - 3rem)!important
}

.vus-vh-calc-48 {
	height: calc(100vh - 3rem)!important
}

.vus-h-px-50 {
	height: 3.125rem!important
}

.vus-h-min-px-50 {
	min-height: 3.125rem!important
}

.vus-h-max-px-50 {
	max-height: 3.125rem!important
}

.vus-h-calc-50 {
	height: calc(100% - 3.125rem)!important
}

.vus-vh-calc-50 {
	height: calc(100vh - 3.125rem)!important
}

.vus-h-px-52 {
	height: 3.25rem!important
}

.vus-h-min-px-52 {
	min-height: 3.25rem!important
}

.vus-h-max-px-52 {
	max-height: 3.25rem!important
}

.vus-h-calc-52 {
	height: calc(100% - 3.25rem)!important
}

.vus-vh-calc-52 {
	height: calc(100vh - 3.25rem)!important
}

.vus-h-px-54 {
	height: 3.375rem!important
}

.vus-h-min-px-54 {
	min-height: 3.375rem!important
}

.vus-h-max-px-54 {
	max-height: 3.375rem!important
}

.vus-h-calc-54 {
	height: calc(100% - 3.375rem)!important
}

.vus-vh-calc-54 {
	height: calc(100vh - 3.375rem)!important
}

.vus-h-px-55 {
	height: 3.4375rem!important
}

.vus-h-min-px-55 {
	min-height: 3.4375rem!important
}

.vus-h-max-px-55 {
	max-height: 3.4375rem!important
}

.vus-h-calc-55 {
	height: calc(100% - 3.4375rem)!important
}

.vus-vh-calc-55 {
	height: calc(100vh - 3.4375rem)!important
}

.vus-h-px-56 {
	height: 3.5rem!important
}

.vus-h-min-px-56 {
	min-height: 3.5rem!important
}

.vus-h-max-px-56 {
	max-height: 3.5rem!important
}

.vus-h-calc-56 {
	height: calc(100% - 3.5rem)!important
}

.vus-vh-calc-56 {
	height: calc(100vh - 3.5rem)!important
}

.vus-h-px-58 {
	height: 3.625rem!important
}

.vus-h-min-px-58 {
	min-height: 3.625rem!important
}

.vus-h-max-px-58 {
	max-height: 3.625rem!important
}

.vus-h-calc-58 {
	height: calc(100% - 3.625rem)!important
}

.vus-vh-calc-58 {
	height: calc(100vh - 3.625rem)!important
}

.vus-h-px-60 {
	height: 3.75rem!important
}

.vus-h-min-px-60 {
	min-height: 3.75rem!important
}

.vus-h-max-px-60 {
	max-height: 3.75rem!important
}

.vus-h-calc-60 {
	height: calc(100% - 3.75rem)!important
}

.vus-vh-calc-60 {
	height: calc(100vh - 3.75rem)!important
}

.vus-h-px-62 {
	height: 3.875rem!important
}

.vus-h-min-px-62 {
	min-height: 3.875rem!important
}

.vus-h-max-px-62 {
	max-height: 3.875rem!important
}

.vus-h-calc-62 {
	height: calc(100% - 3.875rem)!important
}

.vus-vh-calc-62 {
	height: calc(100vh - 3.875rem)!important
}

.vus-h-px-64 {
	height: 4rem!important
}

.vus-h-min-px-64 {
	min-height: 4rem!important
}

.vus-h-max-px-64 {
	max-height: 4rem!important
}

.vus-h-calc-64 {
	height: calc(100% - 4rem)!important
}

.vus-vh-calc-64 {
	height: calc(100vh - 4rem)!important
}

.vus-h-px-65 {
	height: 4.0625rem!important
}

.vus-h-min-px-65 {
	min-height: 4.0625rem!important
}

.vus-h-max-px-65 {
	max-height: 4.0625rem!important
}

.vus-h-calc-65 {
	height: calc(100% - 4.0625rem)!important
}

.vus-vh-calc-65 {
	height: calc(100vh - 4.0625rem)!important
}

.vus-h-px-66 {
	height: 4.125rem!important
}

.vus-h-min-px-66 {
	min-height: 4.125rem!important
}

.vus-h-max-px-66 {
	max-height: 4.125rem!important
}

.vus-h-calc-66 {
	height: calc(100% - 4.125rem)!important
}

.vus-vh-calc-66 {
	height: calc(100vh - 4.125rem)!important
}

.vus-h-px-68 {
	height: 4.25rem!important
}

.vus-h-min-px-68 {
	min-height: 4.25rem!important
}

.vus-h-max-px-68 {
	max-height: 4.25rem!important
}

.vus-h-calc-68 {
	height: calc(100% - 4.25rem)!important
}

.vus-vh-calc-68 {
	height: calc(100vh - 4.25rem)!important
}

.vus-h-px-70 {
	height: 4.375rem!important
}

.vus-h-min-px-70 {
	min-height: 4.375rem!important
}

.vus-h-max-px-70 {
	max-height: 4.375rem!important
}

.vus-h-calc-70 {
	height: calc(100% - 4.375rem)!important
}

.vus-vh-calc-70 {
	height: calc(100vh - 4.375rem)!important
}

.vus-h-px-72 {
	height: 4.5rem!important
}

.vus-h-min-px-72 {
	min-height: 4.5rem!important
}

.vus-h-max-px-72 {
	max-height: 4.5rem!important
}

.vus-h-calc-72 {
	height: calc(100% - 4.5rem)!important
}

.vus-vh-calc-72 {
	height: calc(100vh - 4.5rem)!important
}

.vus-h-px-74 {
	height: 4.625rem!important
}

.vus-h-min-px-74 {
	min-height: 4.625rem!important
}

.vus-h-max-px-74 {
	max-height: 4.625rem!important
}

.vus-h-calc-74 {
	height: calc(100% - 4.625rem)!important
}

.vus-vh-calc-74 {
	height: calc(100vh - 4.625rem)!important
}

.vus-h-px-75 {
	height: 4.6875rem!important
}

.vus-h-min-px-75 {
	min-height: 4.6875rem!important
}

.vus-h-max-px-75 {
	max-height: 4.6875rem!important
}

.vus-h-calc-75 {
	height: calc(100% - 4.6875rem)!important
}

.vus-vh-calc-75 {
	height: calc(100vh - 4.6875rem)!important
}

.vus-h-px-76 {
	height: 4.75rem!important
}

.vus-h-min-px-76 {
	min-height: 4.75rem!important
}

.vus-h-max-px-76 {
	max-height: 4.75rem!important
}

.vus-h-calc-76 {
	height: calc(100% - 4.75rem)!important
}

.vus-vh-calc-76 {
	height: calc(100vh - 4.75rem)!important
}

.vus-h-px-78 {
	height: 4.875rem!important
}

.vus-h-min-px-78 {
	min-height: 4.875rem!important
}

.vus-h-max-px-78 {
	max-height: 4.875rem!important
}

.vus-h-calc-78 {
	height: calc(100% - 4.875rem)!important
}

.vus-vh-calc-78 {
	height: calc(100vh - 4.875rem)!important
}

.vus-h-px-80 {
	height: 5rem!important
}

.vus-h-min-px-80 {
	min-height: 5rem!important
}

.vus-h-max-px-80 {
	max-height: 5rem!important
}

.vus-h-calc-80 {
	height: calc(100% - 5rem)!important
}

.vus-vh-calc-80 {
	height: calc(100vh - 5rem)!important
}

.vus-h-px-82 {
	height: 5.125rem!important
}

.vus-h-min-px-82 {
	min-height: 5.125rem!important
}

.vus-h-max-px-82 {
	max-height: 5.125rem!important
}

.vus-h-calc-82 {
	height: calc(100% - 5.125rem)!important
}

.vus-vh-calc-82 {
	height: calc(100vh - 5.125rem)!important
}

.vus-h-px-84 {
	height: 5.25rem!important
}

.vus-h-min-px-84 {
	min-height: 5.25rem!important
}

.vus-h-max-px-84 {
	max-height: 5.25rem!important
}

.vus-h-calc-84 {
	height: calc(100% - 5.25rem)!important
}

.vus-vh-calc-84 {
	height: calc(100vh - 5.25rem)!important
}

.vus-h-px-85 {
	height: 5.3125rem!important
}

.vus-h-min-px-85 {
	min-height: 5.3125rem!important
}

.vus-h-max-px-85 {
	max-height: 5.3125rem!important
}

.vus-h-calc-85 {
	height: calc(100% - 5.3125rem)!important
}

.vus-vh-calc-85 {
	height: calc(100vh - 5.3125rem)!important
}

.vus-h-px-86 {
	height: 5.375rem!important
}

.vus-h-min-px-86 {
	min-height: 5.375rem!important
}

.vus-h-max-px-86 {
	max-height: 5.375rem!important
}

.vus-h-calc-86 {
	height: calc(100% - 5.375rem)!important
}

.vus-vh-calc-86 {
	height: calc(100vh - 5.375rem)!important
}

.vus-h-px-88 {
	height: 5.5rem!important
}

.vus-h-min-px-88 {
	min-height: 5.5rem!important
}

.vus-h-max-px-88 {
	max-height: 5.5rem!important
}

.vus-h-calc-88 {
	height: calc(100% - 5.5rem)!important
}

.vus-vh-calc-88 {
	height: calc(100vh - 5.5rem)!important
}

.vus-h-px-90 {
	height: 5.625rem!important
}

.vus-h-min-px-90 {
	min-height: 5.625rem!important
}

.vus-h-max-px-90 {
	max-height: 5.625rem!important
}

.vus-h-calc-90 {
	height: calc(100% - 5.625rem)!important
}

.vus-vh-calc-90 {
	height: calc(100vh - 5.625rem)!important
}

.vus-h-px-92 {
	height: 5.75rem!important
}

.vus-h-min-px-92 {
	min-height: 5.75rem!important
}

.vus-h-max-px-92 {
	max-height: 5.75rem!important
}

.vus-h-calc-92 {
	height: calc(100% - 5.75rem)!important
}

.vus-vh-calc-92 {
	height: calc(100vh - 5.75rem)!important
}

.vus-h-px-94 {
	height: 5.875rem!important
}

.vus-h-min-px-94 {
	min-height: 5.875rem!important
}

.vus-h-max-px-94 {
	max-height: 5.875rem!important
}

.vus-h-calc-94 {
	height: calc(100% - 5.875rem)!important
}

.vus-vh-calc-94 {
	height: calc(100vh - 5.875rem)!important
}

.vus-h-px-95 {
	height: 5.9375rem!important
}

.vus-h-min-px-95 {
	min-height: 5.9375rem!important
}

.vus-h-max-px-95 {
	max-height: 5.9375rem!important
}

.vus-h-calc-95 {
	height: calc(100% - 5.9375rem)!important
}

.vus-vh-calc-95 {
	height: calc(100vh - 5.9375rem)!important
}

.vus-h-px-96 {
	height: 6rem!important
}

.vus-h-min-px-96 {
	min-height: 6rem!important
}

.vus-h-max-px-96 {
	max-height: 6rem!important
}

.vus-h-calc-96 {
	height: calc(100% - 6rem)!important
}

.vus-vh-calc-96 {
	height: calc(100vh - 6rem)!important
}

.vus-h-px-98 {
	height: 6.125rem!important
}

.vus-h-min-px-98 {
	min-height: 6.125rem!important
}

.vus-h-max-px-98 {
	max-height: 6.125rem!important
}

.vus-h-calc-98 {
	height: calc(100% - 6.125rem)!important
}

.vus-vh-calc-98 {
	height: calc(100vh - 6.125rem)!important
}

.vus-h-px-100 {
	height: 6.25rem!important
}

.vus-h-min-px-100 {
	min-height: 6.25rem!important
}

.vus-h-max-px-100 {
	max-height: 6.25rem!important
}

.vus-h-calc-100 {
	height: calc(100% - 6.25rem)!important
}

.vus-vh-calc-100 {
	height: calc(100vh - 6.25rem)!important
}

.vus-h-px-110 {
	height: 6.875rem!important
}

.vus-h-min-px-110 {
	min-height: 6.875rem!important
}

.vus-h-max-px-110 {
	max-height: 6.875rem!important
}

.vus-h-calc-110 {
	height: calc(100% - 6.875rem)!important
}

.vus-vh-calc-110 {
	height: calc(100vh - 6.875rem)!important
}

.vus-h-px-120 {
	height: 7.5rem!important
}

.vus-h-min-px-120 {
	min-height: 7.5rem!important
}

.vus-h-max-px-120 {
	max-height: 7.5rem!important
}

.vus-h-calc-120 {
	height: calc(100% - 7.5rem)!important
}

.vus-vh-calc-120 {
	height: calc(100vh - 7.5rem)!important
}

.vus-h-px-130 {
	height: 8.125rem!important
}

.vus-h-min-px-130 {
	min-height: 8.125rem!important
}

.vus-h-max-px-130 {
	max-height: 8.125rem!important
}

.vus-h-calc-130 {
	height: calc(100% - 8.125rem)!important
}

.vus-vh-calc-130 {
	height: calc(100vh - 8.125rem)!important
}

.vus-h-px-140 {
	height: 8.75rem!important
}

.vus-h-min-px-140 {
	min-height: 8.75rem!important
}

.vus-h-max-px-140 {
	max-height: 8.75rem!important
}

.vus-h-calc-140 {
	height: calc(100% - 8.75rem)!important
}

.vus-vh-calc-140 {
	height: calc(100vh - 8.75rem)!important
}

.vus-h-px-150 {
	height: 9.375rem!important
}

.vus-h-min-px-150 {
	min-height: 9.375rem!important
}

.vus-h-max-px-150 {
	max-height: 9.375rem!important
}

.vus-h-calc-150 {
	height: calc(100% - 9.375rem)!important
}

.vus-vh-calc-150 {
	height: calc(100vh - 9.375rem)!important
}

.vus-h-px-160 {
	height: 10rem!important
}

.vus-h-min-px-160 {
	min-height: 10rem!important
}

.vus-h-max-px-160 {
	max-height: 10rem!important
}

.vus-h-calc-160 {
	height: calc(100% - 10rem)!important
}

.vus-vh-calc-160 {
	height: calc(100vh - 10rem)!important
}

.vus-h-px-170 {
	height: 10.625rem!important
}

.vus-h-min-px-170 {
	min-height: 10.625rem!important
}

.vus-h-max-px-170 {
	max-height: 10.625rem!important
}

.vus-h-calc-170 {
	height: calc(100% - 10.625rem)!important
}

.vus-vh-calc-170 {
	height: calc(100vh - 10.625rem)!important
}

.vus-h-px-180 {
	height: 11.25rem!important
}

.vus-h-min-px-180 {
	min-height: 11.25rem!important
}

.vus-h-max-px-180 {
	max-height: 11.25rem!important
}

.vus-h-calc-180 {
	height: calc(100% - 11.25rem)!important
}

.vus-vh-calc-180 {
	height: calc(100vh - 11.25rem)!important
}

.vus-h-px-190 {
	height: 11.875rem!important
}

.vus-h-min-px-190 {
	min-height: 11.875rem!important
}

.vus-h-max-px-190 {
	max-height: 11.875rem!important
}

.vus-h-calc-190 {
	height: calc(100% - 11.875rem)!important
}

.vus-vh-calc-190 {
	height: calc(100vh - 11.875rem)!important
}

.vus-h-px-200 {
	height: 12.5rem!important
}

.vus-h-min-px-200 {
	min-height: 12.5rem!important
}

.vus-h-max-px-200 {
	max-height: 12.5rem!important
}

.vus-h-calc-200 {
	height: calc(100% - 12.5rem)!important
}

.vus-vh-calc-200 {
	height: calc(100vh - 12.5rem)!important
}

.vus-h-px-250 {
	height: 15.625rem!important
}

.vus-h-min-px-250 {
	min-height: 15.625rem!important
}

.vus-h-max-px-250 {
	max-height: 15.625rem!important
}

.vus-h-calc-250 {
	height: calc(100% - 15.625rem)!important
}

.vus-vh-calc-250 {
	height: calc(100vh - 15.625rem)!important
}

.vus-h-px-300 {
	height: 18.75rem!important
}

.vus-h-min-px-300 {
	min-height: 18.75rem!important
}

.vus-h-max-px-300 {
	max-height: 18.75rem!important
}

.vus-h-calc-300 {
	height: calc(100% - 18.75rem)!important
}

.vus-vh-calc-300 {
	height: calc(100vh - 18.75rem)!important
}

.vus-h-px-350 {
	height: 21.875rem!important
}

.vus-h-min-px-350 {
	min-height: 21.875rem!important
}

.vus-h-max-px-350 {
	max-height: 21.875rem!important
}

.vus-h-calc-350 {
	height: calc(100% - 21.875rem)!important
}

.vus-vh-calc-350 {
	height: calc(100vh - 21.875rem)!important
}

.vus-h-px-400 {
	height: 25rem!important
}

.vus-h-min-px-400 {
	min-height: 25rem!important
}

.vus-h-max-px-400 {
	max-height: 25rem!important
}

.vus-h-calc-400 {
	height: calc(100% - 25rem)!important
}

.vus-vh-calc-400 {
	height: calc(100vh - 25rem)!important
}

.vus-h-px-450 {
	height: 28.125rem!important
}

.vus-h-min-px-450 {
	min-height: 28.125rem!important
}

.vus-h-max-px-450 {
	max-height: 28.125rem!important
}

.vus-h-calc-450 {
	height: calc(100% - 28.125rem)!important
}

.vus-vh-calc-450 {
	height: calc(100vh - 28.125rem)!important
}

.vus-h-px-500 {
	height: 31.25rem!important
}

.vus-h-min-px-500 {
	min-height: 31.25rem!important
}

.vus-h-max-px-500 {
	max-height: 31.25rem!important
}

.vus-h-calc-500 {
	height: calc(100% - 31.25rem)!important
}

.vus-vh-calc-500 {
	height: calc(100vh - 31.25rem)!important
}

.vus-h-px-550 {
	height: 34.375rem!important
}

.vus-h-min-px-550 {
	min-height: 34.375rem!important
}

.vus-h-max-px-550 {
	max-height: 34.375rem!important
}

.vus-h-calc-550 {
	height: calc(100% - 34.375rem)!important
}

.vus-vh-calc-550 {
	height: calc(100vh - 34.375rem)!important
}

.vus-h-px-600 {
	height: 37.5rem!important
}

.vus-h-min-px-600 {
	min-height: 37.5rem!important
}

.vus-h-max-px-600 {
	max-height: 37.5rem!important
}

.vus-h-calc-600 {
	height: calc(100% - 37.5rem)!important
}

.vus-vh-calc-600 {
	height: calc(100vh - 37.5rem)!important
}

.vus-h-px-650 {
	height: 40.625rem!important
}

.vus-h-min-px-650 {
	min-height: 40.625rem!important
}

.vus-h-max-px-650 {
	max-height: 40.625rem!important
}

.vus-h-calc-650 {
	height: calc(100% - 40.625rem)!important
}

.vus-vh-calc-650 {
	height: calc(100vh - 40.625rem)!important
}

.vus-h-px-700 {
	height: 43.75rem!important
}

.vus-h-min-px-700 {
	min-height: 43.75rem!important
}

.vus-h-max-px-700 {
	max-height: 43.75rem!important
}

.vus-h-calc-700 {
	height: calc(100% - 43.75rem)!important
}

.vus-vh-calc-700 {
	height: calc(100vh - 43.75rem)!important
}

.vus-h-px-750 {
	height: 46.875rem!important
}

.vus-h-min-px-750 {
	min-height: 46.875rem!important
}

.vus-h-max-px-750 {
	max-height: 46.875rem!important
}

.vus-h-calc-750 {
	height: calc(100% - 46.875rem)!important
}

.vus-vh-calc-750 {
	height: calc(100vh - 46.875rem)!important
}

@media (min-width: 576px) {
	.vus-h-xs-5 {
		height: 5%!important
	}
	.vus-h-min-xs-5 {
		min-height: 5%!important
	}
	.vus-h-max-xs-5 {
		max-height: 5%!important
	}
	.vus-vh-xs-5 {
		height: 5vh!important
	}
	.vus-h-xs-10 {
		height: 10%!important
	}
	.vus-h-min-xs-10 {
		min-height: 10%!important
	}
	.vus-h-max-xs-10 {
		max-height: 10%!important
	}
	.vus-vh-xs-10 {
		height: 10vh!important
	}
	.vus-h-xs-15 {
		height: 15%!important
	}
	.vus-h-min-xs-15 {
		min-height: 15%!important
	}
	.vus-h-max-xs-15 {
		max-height: 15%!important
	}
	.vus-vh-xs-15 {
		height: 15vh!important
	}
	.vus-h-xs-20 {
		height: 20%!important
	}
	.vus-h-min-xs-20 {
		min-height: 20%!important
	}
	.vus-h-max-xs-20 {
		max-height: 20%!important
	}
	.vus-vh-xs-20 {
		height: 20vh!important
	}
	.vus-h-xs-25 {
		height: 25%!important
	}
	.vus-h-min-xs-25 {
		min-height: 25%!important
	}
	.vus-h-max-xs-25 {
		max-height: 25%!important
	}
	.vus-vh-xs-25 {
		height: 25vh!important
	}
	.vus-h-xs-30 {
		height: 30%!important
	}
	.vus-h-min-xs-30 {
		min-height: 30%!important
	}
	.vus-h-max-xs-30 {
		max-height: 30%!important
	}
	.vus-vh-xs-30 {
		height: 30vh!important
	}
	.vus-h-xs-35 {
		height: 35%!important
	}
	.vus-h-min-xs-35 {
		min-height: 35%!important
	}
	.vus-h-max-xs-35 {
		max-height: 35%!important
	}
	.vus-vh-xs-35 {
		height: 35vh!important
	}
	.vus-h-xs-40 {
		height: 40%!important
	}
	.vus-h-min-xs-40 {
		min-height: 40%!important
	}
	.vus-h-max-xs-40 {
		max-height: 40%!important
	}
	.vus-vh-xs-40 {
		height: 40vh!important
	}
	.vus-h-xs-45 {
		height: 45%!important
	}
	.vus-h-min-xs-45 {
		min-height: 45%!important
	}
	.vus-h-max-xs-45 {
		max-height: 45%!important
	}
	.vus-vh-xs-45 {
		height: 45vh!important
	}
	.vus-h-xs-50 {
		height: 50%!important
	}
	.vus-h-min-xs-50 {
		min-height: 50%!important
	}
	.vus-h-max-xs-50 {
		max-height: 50%!important
	}
	.vus-vh-xs-50 {
		height: 50vh!important
	}
	.vus-h-xs-55 {
		height: 55%!important
	}
	.vus-h-min-xs-55 {
		min-height: 55%!important
	}
	.vus-h-max-xs-55 {
		max-height: 55%!important
	}
	.vus-vh-xs-55 {
		height: 55vh!important
	}
	.vus-h-xs-60 {
		height: 60%!important
	}
	.vus-h-min-xs-60 {
		min-height: 60%!important
	}
	.vus-h-max-xs-60 {
		max-height: 60%!important
	}
	.vus-vh-xs-60 {
		height: 60vh!important
	}
	.vus-h-xs-65 {
		height: 65%!important
	}
	.vus-h-min-xs-65 {
		min-height: 65%!important
	}
	.vus-h-max-xs-65 {
		max-height: 65%!important
	}
	.vus-vh-xs-65 {
		height: 65vh!important
	}
	.vus-h-xs-70 {
		height: 70%!important
	}
	.vus-h-min-xs-70 {
		min-height: 70%!important
	}
	.vus-h-max-xs-70 {
		max-height: 70%!important
	}
	.vus-vh-xs-70 {
		height: 70vh!important
	}
	.vus-h-xs-75 {
		height: 75%!important
	}
	.vus-h-min-xs-75 {
		min-height: 75%!important
	}
	.vus-h-max-xs-75 {
		max-height: 75%!important
	}
	.vus-vh-xs-75 {
		height: 75vh!important
	}
	.vus-h-xs-80 {
		height: 80%!important
	}
	.vus-h-min-xs-80 {
		min-height: 80%!important
	}
	.vus-h-max-xs-80 {
		max-height: 80%!important
	}
	.vus-vh-xs-80 {
		height: 80vh!important
	}
	.vus-h-xs-85 {
		height: 85%!important
	}
	.vus-h-min-xs-85 {
		min-height: 85%!important
	}
	.vus-h-max-xs-85 {
		max-height: 85%!important
	}
	.vus-vh-xs-85 {
		height: 85vh!important
	}
	.vus-h-xs-90 {
		height: 90%!important
	}
	.vus-h-min-xs-90 {
		min-height: 90%!important
	}
	.vus-h-max-xs-90 {
		max-height: 90%!important
	}
	.vus-vh-xs-90 {
		height: 90vh!important
	}
	.vus-h-xs-95 {
		height: 95%!important
	}
	.vus-h-min-xs-95 {
		min-height: 95%!important
	}
	.vus-h-max-xs-95 {
		max-height: 95%!important
	}
	.vus-vh-xs-95 {
		height: 95vh!important
	}
	.vus-h-xs-100 {
		height: 100%!important
	}
	.vus-h-min-xs-100 {
		min-height: 100%!important
	}
	.vus-h-max-xs-100 {
		max-height: 100%!important
	}
	.vus-vh-xs-100 {
		height: 100vh!important
	}
	.vus-h-px-xs-1 {
		height: .0625rem!important
	}
	.vus-h-min-px-xs-1 {
		min-height: .0625rem!important
	}
	.vus-h-max-px-xs-1 {
		max-height: .0625rem!important
	}
	.vus-h-calc-xs-1 {
		height: calc(100% - .0625rem)!important
	}
	.vus-vh-calc-xs-1 {
		height: calc(100vh - .0625rem)!important
	}
	.vus-h-px-xs-2 {
		height: .125rem!important
	}
	.vus-h-min-px-xs-2 {
		min-height: .125rem!important
	}
	.vus-h-max-px-xs-2 {
		max-height: .125rem!important
	}
	.vus-h-calc-xs-2 {
		height: calc(100% - .125rem)!important
	}
	.vus-vh-calc-xs-2 {
		height: calc(100vh - .125rem)!important
	}
	.vus-h-px-xs-3 {
		height: .1875rem!important
	}
	.vus-h-min-px-xs-3 {
		min-height: .1875rem!important
	}
	.vus-h-max-px-xs-3 {
		max-height: .1875rem!important
	}
	.vus-h-calc-xs-3 {
		height: calc(100% - .1875rem)!important
	}
	.vus-vh-calc-xs-3 {
		height: calc(100vh - .1875rem)!important
	}
	.vus-h-px-xs-4 {
		height: .25rem!important
	}
	.vus-h-min-px-xs-4 {
		min-height: .25rem!important
	}
	.vus-h-max-px-xs-4 {
		max-height: .25rem!important
	}
	.vus-h-calc-xs-4 {
		height: calc(100% - .25rem)!important
	}
	.vus-vh-calc-xs-4 {
		height: calc(100vh - .25rem)!important
	}
	.vus-h-px-xs-5 {
		height: .3125rem!important
	}
	.vus-h-min-px-xs-5 {
		min-height: .3125rem!important
	}
	.vus-h-max-px-xs-5 {
		max-height: .3125rem!important
	}
	.vus-h-calc-xs-5 {
		height: calc(100% - .3125rem)!important
	}
	.vus-vh-calc-xs-5 {
		height: calc(100vh - .3125rem)!important
	}
	.vus-h-px-xs-6 {
		height: .375rem!important
	}
	.vus-h-min-px-xs-6 {
		min-height: .375rem!important
	}
	.vus-h-max-px-xs-6 {
		max-height: .375rem!important
	}
	.vus-h-calc-xs-6 {
		height: calc(100% - .375rem)!important
	}
	.vus-vh-calc-xs-6 {
		height: calc(100vh - .375rem)!important
	}
	.vus-h-px-xs-7 {
		height: .4375rem!important
	}
	.vus-h-min-px-xs-7 {
		min-height: .4375rem!important
	}
	.vus-h-max-px-xs-7 {
		max-height: .4375rem!important
	}
	.vus-h-calc-xs-7 {
		height: calc(100% - .4375rem)!important
	}
	.vus-vh-calc-xs-7 {
		height: calc(100vh - .4375rem)!important
	}
	.vus-h-px-xs-8 {
		height: .5rem!important
	}
	.vus-h-min-px-xs-8 {
		min-height: .5rem!important
	}
	.vus-h-max-px-xs-8 {
		max-height: .5rem!important
	}
	.vus-h-calc-xs-8 {
		height: calc(100% - .5rem)!important
	}
	.vus-vh-calc-xs-8 {
		height: calc(100vh - .5rem)!important
	}
	.vus-h-px-xs-9 {
		height: .5625rem!important
	}
	.vus-h-min-px-xs-9 {
		min-height: .5625rem!important
	}
	.vus-h-max-px-xs-9 {
		max-height: .5625rem!important
	}
	.vus-h-calc-xs-9 {
		height: calc(100% - .5625rem)!important
	}
	.vus-vh-calc-xs-9 {
		height: calc(100vh - .5625rem)!important
	}
	.vus-h-px-xs-10 {
		height: .625rem!important
	}
	.vus-h-min-px-xs-10 {
		min-height: .625rem!important
	}
	.vus-h-max-px-xs-10 {
		max-height: .625rem!important
	}
	.vus-h-calc-xs-10 {
		height: calc(100% - .625rem)!important
	}
	.vus-vh-calc-xs-10 {
		height: calc(100vh - .625rem)!important
	}
	.vus-h-px-xs-12 {
		height: .75rem!important
	}
	.vus-h-min-px-xs-12 {
		min-height: .75rem!important
	}
	.vus-h-max-px-xs-12 {
		max-height: .75rem!important
	}
	.vus-h-calc-xs-12 {
		height: calc(100% - .75rem)!important
	}
	.vus-vh-calc-xs-12 {
		height: calc(100vh - .75rem)!important
	}
	.vus-h-px-xs-14 {
		height: .875rem!important
	}
	.vus-h-min-px-xs-14 {
		min-height: .875rem!important
	}
	.vus-h-max-px-xs-14 {
		max-height: .875rem!important
	}
	.vus-h-calc-xs-14 {
		height: calc(100% - .875rem)!important
	}
	.vus-vh-calc-xs-14 {
		height: calc(100vh - .875rem)!important
	}
	.vus-h-px-xs-15 {
		height: .9375rem!important
	}
	.vus-h-min-px-xs-15 {
		min-height: .9375rem!important
	}
	.vus-h-max-px-xs-15 {
		max-height: .9375rem!important
	}
	.vus-h-calc-xs-15 {
		height: calc(100% - .9375rem)!important
	}
	.vus-vh-calc-xs-15 {
		height: calc(100vh - .9375rem)!important
	}
	.vus-h-px-xs-16 {
		height: 1rem!important
	}
	.vus-h-min-px-xs-16 {
		min-height: 1rem!important
	}
	.vus-h-max-px-xs-16 {
		max-height: 1rem!important
	}
	.vus-h-calc-xs-16 {
		height: calc(100% - 1rem)!important
	}
	.vus-vh-calc-xs-16 {
		height: calc(100vh - 1rem)!important
	}
	.vus-h-px-xs-18 {
		height: 1.125rem!important
	}
	.vus-h-min-px-xs-18 {
		min-height: 1.125rem!important
	}
	.vus-h-max-px-xs-18 {
		max-height: 1.125rem!important
	}
	.vus-h-calc-xs-18 {
		height: calc(100% - 1.125rem)!important
	}
	.vus-vh-calc-xs-18 {
		height: calc(100vh - 1.125rem)!important
	}
	.vus-h-px-xs-20 {
		height: 1.25rem!important
	}
	.vus-h-min-px-xs-20 {
		min-height: 1.25rem!important
	}
	.vus-h-max-px-xs-20 {
		max-height: 1.25rem!important
	}
	.vus-h-calc-xs-20 {
		height: calc(100% - 1.25rem)!important
	}
	.vus-vh-calc-xs-20 {
		height: calc(100vh - 1.25rem)!important
	}
	.vus-h-px-xs-22 {
		height: 1.375rem!important
	}
	.vus-h-min-px-xs-22 {
		min-height: 1.375rem!important
	}
	.vus-h-max-px-xs-22 {
		max-height: 1.375rem!important
	}
	.vus-h-calc-xs-22 {
		height: calc(100% - 1.375rem)!important
	}
	.vus-vh-calc-xs-22 {
		height: calc(100vh - 1.375rem)!important
	}
	.vus-h-px-xs-24 {
		height: 1.5rem!important
	}
	.vus-h-min-px-xs-24 {
		min-height: 1.5rem!important
	}
	.vus-h-max-px-xs-24 {
		max-height: 1.5rem!important
	}
	.vus-h-calc-xs-24 {
		height: calc(100% - 1.5rem)!important
	}
	.vus-vh-calc-xs-24 {
		height: calc(100vh - 1.5rem)!important
	}
	.vus-h-px-xs-25 {
		height: 1.5625rem!important
	}
	.vus-h-min-px-xs-25 {
		min-height: 1.5625rem!important
	}
	.vus-h-max-px-xs-25 {
		max-height: 1.5625rem!important
	}
	.vus-h-calc-xs-25 {
		height: calc(100% - 1.5625rem)!important
	}
	.vus-vh-calc-xs-25 {
		height: calc(100vh - 1.5625rem)!important
	}
	.vus-h-px-xs-26 {
		height: 1.625rem!important
	}
	.vus-h-min-px-xs-26 {
		min-height: 1.625rem!important
	}
	.vus-h-max-px-xs-26 {
		max-height: 1.625rem!important
	}
	.vus-h-calc-xs-26 {
		height: calc(100% - 1.625rem)!important
	}
	.vus-vh-calc-xs-26 {
		height: calc(100vh - 1.625rem)!important
	}
	.vus-h-px-xs-28 {
		height: 1.75rem!important
	}
	.vus-h-min-px-xs-28 {
		min-height: 1.75rem!important
	}
	.vus-h-max-px-xs-28 {
		max-height: 1.75rem!important
	}
	.vus-h-calc-xs-28 {
		height: calc(100% - 1.75rem)!important
	}
	.vus-vh-calc-xs-28 {
		height: calc(100vh - 1.75rem)!important
	}
	.vus-h-px-xs-30 {
		height: 1.875rem!important
	}
	.vus-h-min-px-xs-30 {
		min-height: 1.875rem!important
	}
	.vus-h-max-px-xs-30 {
		max-height: 1.875rem!important
	}
	.vus-h-calc-xs-30 {
		height: calc(100% - 1.875rem)!important
	}
	.vus-vh-calc-xs-30 {
		height: calc(100vh - 1.875rem)!important
	}
	.vus-h-px-xs-32 {
		height: 2rem!important
	}
	.vus-h-min-px-xs-32 {
		min-height: 2rem!important
	}
	.vus-h-max-px-xs-32 {
		max-height: 2rem!important
	}
	.vus-h-calc-xs-32 {
		height: calc(100% - 2rem)!important
	}
	.vus-vh-calc-xs-32 {
		height: calc(100vh - 2rem)!important
	}
	.vus-h-px-xs-34 {
		height: 2.125rem!important
	}
	.vus-h-min-px-xs-34 {
		min-height: 2.125rem!important
	}
	.vus-h-max-px-xs-34 {
		max-height: 2.125rem!important
	}
	.vus-h-calc-xs-34 {
		height: calc(100% - 2.125rem)!important
	}
	.vus-vh-calc-xs-34 {
		height: calc(100vh - 2.125rem)!important
	}
	.vus-h-px-xs-35 {
		height: 2.1875rem!important
	}
	.vus-h-min-px-xs-35 {
		min-height: 2.1875rem!important
	}
	.vus-h-max-px-xs-35 {
		max-height: 2.1875rem!important
	}
	.vus-h-calc-xs-35 {
		height: calc(100% - 2.1875rem)!important
	}
	.vus-vh-calc-xs-35 {
		height: calc(100vh - 2.1875rem)!important
	}
	.vus-h-px-xs-36 {
		height: 2.25rem!important
	}
	.vus-h-min-px-xs-36 {
		min-height: 2.25rem!important
	}
	.vus-h-max-px-xs-36 {
		max-height: 2.25rem!important
	}
	.vus-h-calc-xs-36 {
		height: calc(100% - 2.25rem)!important
	}
	.vus-vh-calc-xs-36 {
		height: calc(100vh - 2.25rem)!important
	}
	.vus-h-px-xs-38 {
		height: 2.375rem!important
	}
	.vus-h-min-px-xs-38 {
		min-height: 2.375rem!important
	}
	.vus-h-max-px-xs-38 {
		max-height: 2.375rem!important
	}
	.vus-h-calc-xs-38 {
		height: calc(100% - 2.375rem)!important
	}
	.vus-vh-calc-xs-38 {
		height: calc(100vh - 2.375rem)!important
	}
	.vus-h-px-xs-40 {
		height: 2.5rem!important
	}
	.vus-h-min-px-xs-40 {
		min-height: 2.5rem!important
	}
	.vus-h-max-px-xs-40 {
		max-height: 2.5rem!important
	}
	.vus-h-calc-xs-40 {
		height: calc(100% - 2.5rem)!important
	}
	.vus-vh-calc-xs-40 {
		height: calc(100vh - 2.5rem)!important
	}
	.vus-h-px-xs-42 {
		height: 2.625rem!important
	}
	.vus-h-min-px-xs-42 {
		min-height: 2.625rem!important
	}
	.vus-h-max-px-xs-42 {
		max-height: 2.625rem!important
	}
	.vus-h-calc-xs-42 {
		height: calc(100% - 2.625rem)!important
	}
	.vus-vh-calc-xs-42 {
		height: calc(100vh - 2.625rem)!important
	}
	.vus-h-px-xs-44 {
		height: 2.75rem!important
	}
	.vus-h-min-px-xs-44 {
		min-height: 2.75rem!important
	}
	.vus-h-max-px-xs-44 {
		max-height: 2.75rem!important
	}
	.vus-h-calc-xs-44 {
		height: calc(100% - 2.75rem)!important
	}
	.vus-vh-calc-xs-44 {
		height: calc(100vh - 2.75rem)!important
	}
	.vus-h-px-xs-45 {
		height: 2.8125rem!important
	}
	.vus-h-min-px-xs-45 {
		min-height: 2.8125rem!important
	}
	.vus-h-max-px-xs-45 {
		max-height: 2.8125rem!important
	}
	.vus-h-calc-xs-45 {
		height: calc(100% - 2.8125rem)!important
	}
	.vus-vh-calc-xs-45 {
		height: calc(100vh - 2.8125rem)!important
	}
	.vus-h-px-xs-46 {
		height: 2.875rem!important
	}
	.vus-h-min-px-xs-46 {
		min-height: 2.875rem!important
	}
	.vus-h-max-px-xs-46 {
		max-height: 2.875rem!important
	}
	.vus-h-calc-xs-46 {
		height: calc(100% - 2.875rem)!important
	}
	.vus-vh-calc-xs-46 {
		height: calc(100vh - 2.875rem)!important
	}
	.vus-h-px-xs-48 {
		height: 3rem!important
	}
	.vus-h-min-px-xs-48 {
		min-height: 3rem!important
	}
	.vus-h-max-px-xs-48 {
		max-height: 3rem!important
	}
	.vus-h-calc-xs-48 {
		height: calc(100% - 3rem)!important
	}
	.vus-vh-calc-xs-48 {
		height: calc(100vh - 3rem)!important
	}
	.vus-h-px-xs-50 {
		height: 3.125rem!important
	}
	.vus-h-min-px-xs-50 {
		min-height: 3.125rem!important
	}
	.vus-h-max-px-xs-50 {
		max-height: 3.125rem!important
	}
	.vus-h-calc-xs-50 {
		height: calc(100% - 3.125rem)!important
	}
	.vus-vh-calc-xs-50 {
		height: calc(100vh - 3.125rem)!important
	}
	.vus-h-px-xs-52 {
		height: 3.25rem!important
	}
	.vus-h-min-px-xs-52 {
		min-height: 3.25rem!important
	}
	.vus-h-max-px-xs-52 {
		max-height: 3.25rem!important
	}
	.vus-h-calc-xs-52 {
		height: calc(100% - 3.25rem)!important
	}
	.vus-vh-calc-xs-52 {
		height: calc(100vh - 3.25rem)!important
	}
	.vus-h-px-xs-54 {
		height: 3.375rem!important
	}
	.vus-h-min-px-xs-54 {
		min-height: 3.375rem!important
	}
	.vus-h-max-px-xs-54 {
		max-height: 3.375rem!important
	}
	.vus-h-calc-xs-54 {
		height: calc(100% - 3.375rem)!important
	}
	.vus-vh-calc-xs-54 {
		height: calc(100vh - 3.375rem)!important
	}
	.vus-h-px-xs-55 {
		height: 3.4375rem!important
	}
	.vus-h-min-px-xs-55 {
		min-height: 3.4375rem!important
	}
	.vus-h-max-px-xs-55 {
		max-height: 3.4375rem!important
	}
	.vus-h-calc-xs-55 {
		height: calc(100% - 3.4375rem)!important
	}
	.vus-vh-calc-xs-55 {
		height: calc(100vh - 3.4375rem)!important
	}
	.vus-h-px-xs-56 {
		height: 3.5rem!important
	}
	.vus-h-min-px-xs-56 {
		min-height: 3.5rem!important
	}
	.vus-h-max-px-xs-56 {
		max-height: 3.5rem!important
	}
	.vus-h-calc-xs-56 {
		height: calc(100% - 3.5rem)!important
	}
	.vus-vh-calc-xs-56 {
		height: calc(100vh - 3.5rem)!important
	}
	.vus-h-px-xs-58 {
		height: 3.625rem!important
	}
	.vus-h-min-px-xs-58 {
		min-height: 3.625rem!important
	}
	.vus-h-max-px-xs-58 {
		max-height: 3.625rem!important
	}
	.vus-h-calc-xs-58 {
		height: calc(100% - 3.625rem)!important
	}
	.vus-vh-calc-xs-58 {
		height: calc(100vh - 3.625rem)!important
	}
	.vus-h-px-xs-60 {
		height: 3.75rem!important
	}
	.vus-h-min-px-xs-60 {
		min-height: 3.75rem!important
	}
	.vus-h-max-px-xs-60 {
		max-height: 3.75rem!important
	}
	.vus-h-calc-xs-60 {
		height: calc(100% - 3.75rem)!important
	}
	.vus-vh-calc-xs-60 {
		height: calc(100vh - 3.75rem)!important
	}
	.vus-h-px-xs-62 {
		height: 3.875rem!important
	}
	.vus-h-min-px-xs-62 {
		min-height: 3.875rem!important
	}
	.vus-h-max-px-xs-62 {
		max-height: 3.875rem!important
	}
	.vus-h-calc-xs-62 {
		height: calc(100% - 3.875rem)!important
	}
	.vus-vh-calc-xs-62 {
		height: calc(100vh - 3.875rem)!important
	}
	.vus-h-px-xs-64 {
		height: 4rem!important
	}
	.vus-h-min-px-xs-64 {
		min-height: 4rem!important
	}
	.vus-h-max-px-xs-64 {
		max-height: 4rem!important
	}
	.vus-h-calc-xs-64 {
		height: calc(100% - 4rem)!important
	}
	.vus-vh-calc-xs-64 {
		height: calc(100vh - 4rem)!important
	}
	.vus-h-px-xs-65 {
		height: 4.0625rem!important
	}
	.vus-h-min-px-xs-65 {
		min-height: 4.0625rem!important
	}
	.vus-h-max-px-xs-65 {
		max-height: 4.0625rem!important
	}
	.vus-h-calc-xs-65 {
		height: calc(100% - 4.0625rem)!important
	}
	.vus-vh-calc-xs-65 {
		height: calc(100vh - 4.0625rem)!important
	}
	.vus-h-px-xs-66 {
		height: 4.125rem!important
	}
	.vus-h-min-px-xs-66 {
		min-height: 4.125rem!important
	}
	.vus-h-max-px-xs-66 {
		max-height: 4.125rem!important
	}
	.vus-h-calc-xs-66 {
		height: calc(100% - 4.125rem)!important
	}
	.vus-vh-calc-xs-66 {
		height: calc(100vh - 4.125rem)!important
	}
	.vus-h-px-xs-68 {
		height: 4.25rem!important
	}
	.vus-h-min-px-xs-68 {
		min-height: 4.25rem!important
	}
	.vus-h-max-px-xs-68 {
		max-height: 4.25rem!important
	}
	.vus-h-calc-xs-68 {
		height: calc(100% - 4.25rem)!important
	}
	.vus-vh-calc-xs-68 {
		height: calc(100vh - 4.25rem)!important
	}
	.vus-h-px-xs-70 {
		height: 4.375rem!important
	}
	.vus-h-min-px-xs-70 {
		min-height: 4.375rem!important
	}
	.vus-h-max-px-xs-70 {
		max-height: 4.375rem!important
	}
	.vus-h-calc-xs-70 {
		height: calc(100% - 4.375rem)!important
	}
	.vus-vh-calc-xs-70 {
		height: calc(100vh - 4.375rem)!important
	}
	.vus-h-px-xs-72 {
		height: 4.5rem!important
	}
	.vus-h-min-px-xs-72 {
		min-height: 4.5rem!important
	}
	.vus-h-max-px-xs-72 {
		max-height: 4.5rem!important
	}
	.vus-h-calc-xs-72 {
		height: calc(100% - 4.5rem)!important
	}
	.vus-vh-calc-xs-72 {
		height: calc(100vh - 4.5rem)!important
	}
	.vus-h-px-xs-74 {
		height: 4.625rem!important
	}
	.vus-h-min-px-xs-74 {
		min-height: 4.625rem!important
	}
	.vus-h-max-px-xs-74 {
		max-height: 4.625rem!important
	}
	.vus-h-calc-xs-74 {
		height: calc(100% - 4.625rem)!important
	}
	.vus-vh-calc-xs-74 {
		height: calc(100vh - 4.625rem)!important
	}
	.vus-h-px-xs-75 {
		height: 4.6875rem!important
	}
	.vus-h-min-px-xs-75 {
		min-height: 4.6875rem!important
	}
	.vus-h-max-px-xs-75 {
		max-height: 4.6875rem!important
	}
	.vus-h-calc-xs-75 {
		height: calc(100% - 4.6875rem)!important
	}
	.vus-vh-calc-xs-75 {
		height: calc(100vh - 4.6875rem)!important
	}
	.vus-h-px-xs-76 {
		height: 4.75rem!important
	}
	.vus-h-min-px-xs-76 {
		min-height: 4.75rem!important
	}
	.vus-h-max-px-xs-76 {
		max-height: 4.75rem!important
	}
	.vus-h-calc-xs-76 {
		height: calc(100% - 4.75rem)!important
	}
	.vus-vh-calc-xs-76 {
		height: calc(100vh - 4.75rem)!important
	}
	.vus-h-px-xs-78 {
		height: 4.875rem!important
	}
	.vus-h-min-px-xs-78 {
		min-height: 4.875rem!important
	}
	.vus-h-max-px-xs-78 {
		max-height: 4.875rem!important
	}
	.vus-h-calc-xs-78 {
		height: calc(100% - 4.875rem)!important
	}
	.vus-vh-calc-xs-78 {
		height: calc(100vh - 4.875rem)!important
	}
	.vus-h-px-xs-80 {
		height: 5rem!important
	}
	.vus-h-min-px-xs-80 {
		min-height: 5rem!important
	}
	.vus-h-max-px-xs-80 {
		max-height: 5rem!important
	}
	.vus-h-calc-xs-80 {
		height: calc(100% - 5rem)!important
	}
	.vus-vh-calc-xs-80 {
		height: calc(100vh - 5rem)!important
	}
	.vus-h-px-xs-82 {
		height: 5.125rem!important
	}
	.vus-h-min-px-xs-82 {
		min-height: 5.125rem!important
	}
	.vus-h-max-px-xs-82 {
		max-height: 5.125rem!important
	}
	.vus-h-calc-xs-82 {
		height: calc(100% - 5.125rem)!important
	}
	.vus-vh-calc-xs-82 {
		height: calc(100vh - 5.125rem)!important
	}
	.vus-h-px-xs-84 {
		height: 5.25rem!important
	}
	.vus-h-min-px-xs-84 {
		min-height: 5.25rem!important
	}
	.vus-h-max-px-xs-84 {
		max-height: 5.25rem!important
	}
	.vus-h-calc-xs-84 {
		height: calc(100% - 5.25rem)!important
	}
	.vus-vh-calc-xs-84 {
		height: calc(100vh - 5.25rem)!important
	}
	.vus-h-px-xs-85 {
		height: 5.3125rem!important
	}
	.vus-h-min-px-xs-85 {
		min-height: 5.3125rem!important
	}
	.vus-h-max-px-xs-85 {
		max-height: 5.3125rem!important
	}
	.vus-h-calc-xs-85 {
		height: calc(100% - 5.3125rem)!important
	}
	.vus-vh-calc-xs-85 {
		height: calc(100vh - 5.3125rem)!important
	}
	.vus-h-px-xs-86 {
		height: 5.375rem!important
	}
	.vus-h-min-px-xs-86 {
		min-height: 5.375rem!important
	}
	.vus-h-max-px-xs-86 {
		max-height: 5.375rem!important
	}
	.vus-h-calc-xs-86 {
		height: calc(100% - 5.375rem)!important
	}
	.vus-vh-calc-xs-86 {
		height: calc(100vh - 5.375rem)!important
	}
	.vus-h-px-xs-88 {
		height: 5.5rem!important
	}
	.vus-h-min-px-xs-88 {
		min-height: 5.5rem!important
	}
	.vus-h-max-px-xs-88 {
		max-height: 5.5rem!important
	}
	.vus-h-calc-xs-88 {
		height: calc(100% - 5.5rem)!important
	}
	.vus-vh-calc-xs-88 {
		height: calc(100vh - 5.5rem)!important
	}
	.vus-h-px-xs-90 {
		height: 5.625rem!important
	}
	.vus-h-min-px-xs-90 {
		min-height: 5.625rem!important
	}
	.vus-h-max-px-xs-90 {
		max-height: 5.625rem!important
	}
	.vus-h-calc-xs-90 {
		height: calc(100% - 5.625rem)!important
	}
	.vus-vh-calc-xs-90 {
		height: calc(100vh - 5.625rem)!important
	}
	.vus-h-px-xs-92 {
		height: 5.75rem!important
	}
	.vus-h-min-px-xs-92 {
		min-height: 5.75rem!important
	}
	.vus-h-max-px-xs-92 {
		max-height: 5.75rem!important
	}
	.vus-h-calc-xs-92 {
		height: calc(100% - 5.75rem)!important
	}
	.vus-vh-calc-xs-92 {
		height: calc(100vh - 5.75rem)!important
	}
	.vus-h-px-xs-94 {
		height: 5.875rem!important
	}
	.vus-h-min-px-xs-94 {
		min-height: 5.875rem!important
	}
	.vus-h-max-px-xs-94 {
		max-height: 5.875rem!important
	}
	.vus-h-calc-xs-94 {
		height: calc(100% - 5.875rem)!important
	}
	.vus-vh-calc-xs-94 {
		height: calc(100vh - 5.875rem)!important
	}
	.vus-h-px-xs-95 {
		height: 5.9375rem!important
	}
	.vus-h-min-px-xs-95 {
		min-height: 5.9375rem!important
	}
	.vus-h-max-px-xs-95 {
		max-height: 5.9375rem!important
	}
	.vus-h-calc-xs-95 {
		height: calc(100% - 5.9375rem)!important
	}
	.vus-vh-calc-xs-95 {
		height: calc(100vh - 5.9375rem)!important
	}
	.vus-h-px-xs-96 {
		height: 6rem!important
	}
	.vus-h-min-px-xs-96 {
		min-height: 6rem!important
	}
	.vus-h-max-px-xs-96 {
		max-height: 6rem!important
	}
	.vus-h-calc-xs-96 {
		height: calc(100% - 6rem)!important
	}
	.vus-vh-calc-xs-96 {
		height: calc(100vh - 6rem)!important
	}
	.vus-h-px-xs-98 {
		height: 6.125rem!important
	}
	.vus-h-min-px-xs-98 {
		min-height: 6.125rem!important
	}
	.vus-h-max-px-xs-98 {
		max-height: 6.125rem!important
	}
	.vus-h-calc-xs-98 {
		height: calc(100% - 6.125rem)!important
	}
	.vus-vh-calc-xs-98 {
		height: calc(100vh - 6.125rem)!important
	}
	.vus-h-px-xs-100 {
		height: 6.25rem!important
	}
	.vus-h-min-px-xs-100 {
		min-height: 6.25rem!important
	}
	.vus-h-max-px-xs-100 {
		max-height: 6.25rem!important
	}
	.vus-h-calc-xs-100 {
		height: calc(100% - 6.25rem)!important
	}
	.vus-vh-calc-xs-100 {
		height: calc(100vh - 6.25rem)!important
	}
	.vus-h-px-xs-110 {
		height: 6.875rem!important
	}
	.vus-h-min-px-xs-110 {
		min-height: 6.875rem!important
	}
	.vus-h-max-px-xs-110 {
		max-height: 6.875rem!important
	}
	.vus-h-calc-xs-110 {
		height: calc(100% - 6.875rem)!important
	}
	.vus-vh-calc-xs-110 {
		height: calc(100vh - 6.875rem)!important
	}
	.vus-h-px-xs-120 {
		height: 7.5rem!important
	}
	.vus-h-min-px-xs-120 {
		min-height: 7.5rem!important
	}
	.vus-h-max-px-xs-120 {
		max-height: 7.5rem!important
	}
	.vus-h-calc-xs-120 {
		height: calc(100% - 7.5rem)!important
	}
	.vus-vh-calc-xs-120 {
		height: calc(100vh - 7.5rem)!important
	}
	.vus-h-px-xs-130 {
		height: 8.125rem!important
	}
	.vus-h-min-px-xs-130 {
		min-height: 8.125rem!important
	}
	.vus-h-max-px-xs-130 {
		max-height: 8.125rem!important
	}
	.vus-h-calc-xs-130 {
		height: calc(100% - 8.125rem)!important
	}
	.vus-vh-calc-xs-130 {
		height: calc(100vh - 8.125rem)!important
	}
	.vus-h-px-xs-140 {
		height: 8.75rem!important
	}
	.vus-h-min-px-xs-140 {
		min-height: 8.75rem!important
	}
	.vus-h-max-px-xs-140 {
		max-height: 8.75rem!important
	}
	.vus-h-calc-xs-140 {
		height: calc(100% - 8.75rem)!important
	}
	.vus-vh-calc-xs-140 {
		height: calc(100vh - 8.75rem)!important
	}
	.vus-h-px-xs-150 {
		height: 9.375rem!important
	}
	.vus-h-min-px-xs-150 {
		min-height: 9.375rem!important
	}
	.vus-h-max-px-xs-150 {
		max-height: 9.375rem!important
	}
	.vus-h-calc-xs-150 {
		height: calc(100% - 9.375rem)!important
	}
	.vus-vh-calc-xs-150 {
		height: calc(100vh - 9.375rem)!important
	}
	.vus-h-px-xs-160 {
		height: 10rem!important
	}
	.vus-h-min-px-xs-160 {
		min-height: 10rem!important
	}
	.vus-h-max-px-xs-160 {
		max-height: 10rem!important
	}
	.vus-h-calc-xs-160 {
		height: calc(100% - 10rem)!important
	}
	.vus-vh-calc-xs-160 {
		height: calc(100vh - 10rem)!important
	}
	.vus-h-px-xs-170 {
		height: 10.625rem!important
	}
	.vus-h-min-px-xs-170 {
		min-height: 10.625rem!important
	}
	.vus-h-max-px-xs-170 {
		max-height: 10.625rem!important
	}
	.vus-h-calc-xs-170 {
		height: calc(100% - 10.625rem)!important
	}
	.vus-vh-calc-xs-170 {
		height: calc(100vh - 10.625rem)!important
	}
	.vus-h-px-xs-180 {
		height: 11.25rem!important
	}
	.vus-h-min-px-xs-180 {
		min-height: 11.25rem!important
	}
	.vus-h-max-px-xs-180 {
		max-height: 11.25rem!important
	}
	.vus-h-calc-xs-180 {
		height: calc(100% - 11.25rem)!important
	}
	.vus-vh-calc-xs-180 {
		height: calc(100vh - 11.25rem)!important
	}
	.vus-h-px-xs-190 {
		height: 11.875rem!important
	}
	.vus-h-min-px-xs-190 {
		min-height: 11.875rem!important
	}
	.vus-h-max-px-xs-190 {
		max-height: 11.875rem!important
	}
	.vus-h-calc-xs-190 {
		height: calc(100% - 11.875rem)!important
	}
	.vus-vh-calc-xs-190 {
		height: calc(100vh - 11.875rem)!important
	}
	.vus-h-px-xs-200 {
		height: 12.5rem!important
	}
	.vus-h-min-px-xs-200 {
		min-height: 12.5rem!important
	}
	.vus-h-max-px-xs-200 {
		max-height: 12.5rem!important
	}
	.vus-h-calc-xs-200 {
		height: calc(100% - 12.5rem)!important
	}
	.vus-vh-calc-xs-200 {
		height: calc(100vh - 12.5rem)!important
	}
	.vus-h-px-xs-250 {
		height: 15.625rem!important
	}
	.vus-h-min-px-xs-250 {
		min-height: 15.625rem!important
	}
	.vus-h-max-px-xs-250 {
		max-height: 15.625rem!important
	}
	.vus-h-calc-xs-250 {
		height: calc(100% - 15.625rem)!important
	}
	.vus-vh-calc-xs-250 {
		height: calc(100vh - 15.625rem)!important
	}
	.vus-h-px-xs-300 {
		height: 18.75rem!important
	}
	.vus-h-min-px-xs-300 {
		min-height: 18.75rem!important
	}
	.vus-h-max-px-xs-300 {
		max-height: 18.75rem!important
	}
	.vus-h-calc-xs-300 {
		height: calc(100% - 18.75rem)!important
	}
	.vus-vh-calc-xs-300 {
		height: calc(100vh - 18.75rem)!important
	}
	.vus-h-px-xs-350 {
		height: 21.875rem!important
	}
	.vus-h-min-px-xs-350 {
		min-height: 21.875rem!important
	}
	.vus-h-max-px-xs-350 {
		max-height: 21.875rem!important
	}
	.vus-h-calc-xs-350 {
		height: calc(100% - 21.875rem)!important
	}
	.vus-vh-calc-xs-350 {
		height: calc(100vh - 21.875rem)!important
	}
	.vus-h-px-xs-400 {
		height: 25rem!important
	}
	.vus-h-min-px-xs-400 {
		min-height: 25rem!important
	}
	.vus-h-max-px-xs-400 {
		max-height: 25rem!important
	}
	.vus-h-calc-xs-400 {
		height: calc(100% - 25rem)!important
	}
	.vus-vh-calc-xs-400 {
		height: calc(100vh - 25rem)!important
	}
	.vus-h-px-xs-450 {
		height: 28.125rem!important
	}
	.vus-h-min-px-xs-450 {
		min-height: 28.125rem!important
	}
	.vus-h-max-px-xs-450 {
		max-height: 28.125rem!important
	}
	.vus-h-calc-xs-450 {
		height: calc(100% - 28.125rem)!important
	}
	.vus-vh-calc-xs-450 {
		height: calc(100vh - 28.125rem)!important
	}
	.vus-h-px-xs-500 {
		height: 31.25rem!important
	}
	.vus-h-min-px-xs-500 {
		min-height: 31.25rem!important
	}
	.vus-h-max-px-xs-500 {
		max-height: 31.25rem!important
	}
	.vus-h-calc-xs-500 {
		height: calc(100% - 31.25rem)!important
	}
	.vus-vh-calc-xs-500 {
		height: calc(100vh - 31.25rem)!important
	}
	.vus-h-px-xs-550 {
		height: 34.375rem!important
	}
	.vus-h-min-px-xs-550 {
		min-height: 34.375rem!important
	}
	.vus-h-max-px-xs-550 {
		max-height: 34.375rem!important
	}
	.vus-h-calc-xs-550 {
		height: calc(100% - 34.375rem)!important
	}
	.vus-vh-calc-xs-550 {
		height: calc(100vh - 34.375rem)!important
	}
	.vus-h-px-xs-600 {
		height: 37.5rem!important
	}
	.vus-h-min-px-xs-600 {
		min-height: 37.5rem!important
	}
	.vus-h-max-px-xs-600 {
		max-height: 37.5rem!important
	}
	.vus-h-calc-xs-600 {
		height: calc(100% - 37.5rem)!important
	}
	.vus-vh-calc-xs-600 {
		height: calc(100vh - 37.5rem)!important
	}
	.vus-h-px-xs-650 {
		height: 40.625rem!important
	}
	.vus-h-min-px-xs-650 {
		min-height: 40.625rem!important
	}
	.vus-h-max-px-xs-650 {
		max-height: 40.625rem!important
	}
	.vus-h-calc-xs-650 {
		height: calc(100% - 40.625rem)!important
	}
	.vus-vh-calc-xs-650 {
		height: calc(100vh - 40.625rem)!important
	}
	.vus-h-px-xs-700 {
		height: 43.75rem!important
	}
	.vus-h-min-px-xs-700 {
		min-height: 43.75rem!important
	}
	.vus-h-max-px-xs-700 {
		max-height: 43.75rem!important
	}
	.vus-h-calc-xs-700 {
		height: calc(100% - 43.75rem)!important
	}
	.vus-vh-calc-xs-700 {
		height: calc(100vh - 43.75rem)!important
	}
	.vus-h-px-xs-750 {
		height: 46.875rem!important
	}
	.vus-h-min-px-xs-750 {
		min-height: 46.875rem!important
	}
	.vus-h-max-px-xs-750 {
		max-height: 46.875rem!important
	}
	.vus-h-calc-xs-750 {
		height: calc(100% - 46.875rem)!important
	}
	.vus-vh-calc-xs-750 {
		height: calc(100vh - 46.875rem)!important
	}
}

@media (min-width: 768px) {
	.vus-h-sm-5 {
		height: 5%!important
	}
	.vus-h-min-sm-5 {
		min-height: 5%!important
	}
	.vus-h-max-sm-5 {
		max-height: 5%!important
	}
	.vus-vh-sm-5 {
		height: 5vh!important
	}
	.vus-h-sm-10 {
		height: 10%!important
	}
	.vus-h-min-sm-10 {
		min-height: 10%!important
	}
	.vus-h-max-sm-10 {
		max-height: 10%!important
	}
	.vus-vh-sm-10 {
		height: 10vh!important
	}
	.vus-h-sm-15 {
		height: 15%!important
	}
	.vus-h-min-sm-15 {
		min-height: 15%!important
	}
	.vus-h-max-sm-15 {
		max-height: 15%!important
	}
	.vus-vh-sm-15 {
		height: 15vh!important
	}
	.vus-h-sm-20 {
		height: 20%!important
	}
	.vus-h-min-sm-20 {
		min-height: 20%!important
	}
	.vus-h-max-sm-20 {
		max-height: 20%!important
	}
	.vus-vh-sm-20 {
		height: 20vh!important
	}
	.vus-h-sm-25 {
		height: 25%!important
	}
	.vus-h-min-sm-25 {
		min-height: 25%!important
	}
	.vus-h-max-sm-25 {
		max-height: 25%!important
	}
	.vus-vh-sm-25 {
		height: 25vh!important
	}
	.vus-h-sm-30 {
		height: 30%!important
	}
	.vus-h-min-sm-30 {
		min-height: 30%!important
	}
	.vus-h-max-sm-30 {
		max-height: 30%!important
	}
	.vus-vh-sm-30 {
		height: 30vh!important
	}
	.vus-h-sm-35 {
		height: 35%!important
	}
	.vus-h-min-sm-35 {
		min-height: 35%!important
	}
	.vus-h-max-sm-35 {
		max-height: 35%!important
	}
	.vus-vh-sm-35 {
		height: 35vh!important
	}
	.vus-h-sm-40 {
		height: 40%!important
	}
	.vus-h-min-sm-40 {
		min-height: 40%!important
	}
	.vus-h-max-sm-40 {
		max-height: 40%!important
	}
	.vus-vh-sm-40 {
		height: 40vh!important
	}
	.vus-h-sm-45 {
		height: 45%!important
	}
	.vus-h-min-sm-45 {
		min-height: 45%!important
	}
	.vus-h-max-sm-45 {
		max-height: 45%!important
	}
	.vus-vh-sm-45 {
		height: 45vh!important
	}
	.vus-h-sm-50 {
		height: 50%!important
	}
	.vus-h-min-sm-50 {
		min-height: 50%!important
	}
	.vus-h-max-sm-50 {
		max-height: 50%!important
	}
	.vus-vh-sm-50 {
		height: 50vh!important
	}
	.vus-h-sm-55 {
		height: 55%!important
	}
	.vus-h-min-sm-55 {
		min-height: 55%!important
	}
	.vus-h-max-sm-55 {
		max-height: 55%!important
	}
	.vus-vh-sm-55 {
		height: 55vh!important
	}
	.vus-h-sm-60 {
		height: 60%!important
	}
	.vus-h-min-sm-60 {
		min-height: 60%!important
	}
	.vus-h-max-sm-60 {
		max-height: 60%!important
	}
	.vus-vh-sm-60 {
		height: 60vh!important
	}
	.vus-h-sm-65 {
		height: 65%!important
	}
	.vus-h-min-sm-65 {
		min-height: 65%!important
	}
	.vus-h-max-sm-65 {
		max-height: 65%!important
	}
	.vus-vh-sm-65 {
		height: 65vh!important
	}
	.vus-h-sm-70 {
		height: 70%!important
	}
	.vus-h-min-sm-70 {
		min-height: 70%!important
	}
	.vus-h-max-sm-70 {
		max-height: 70%!important
	}
	.vus-vh-sm-70 {
		height: 70vh!important
	}
	.vus-h-sm-75 {
		height: 75%!important
	}
	.vus-h-min-sm-75 {
		min-height: 75%!important
	}
	.vus-h-max-sm-75 {
		max-height: 75%!important
	}
	.vus-vh-sm-75 {
		height: 75vh!important
	}
	.vus-h-sm-80 {
		height: 80%!important
	}
	.vus-h-min-sm-80 {
		min-height: 80%!important
	}
	.vus-h-max-sm-80 {
		max-height: 80%!important
	}
	.vus-vh-sm-80 {
		height: 80vh!important
	}
	.vus-h-sm-85 {
		height: 85%!important
	}
	.vus-h-min-sm-85 {
		min-height: 85%!important
	}
	.vus-h-max-sm-85 {
		max-height: 85%!important
	}
	.vus-vh-sm-85 {
		height: 85vh!important
	}
	.vus-h-sm-90 {
		height: 90%!important
	}
	.vus-h-min-sm-90 {
		min-height: 90%!important
	}
	.vus-h-max-sm-90 {
		max-height: 90%!important
	}
	.vus-vh-sm-90 {
		height: 90vh!important
	}
	.vus-h-sm-95 {
		height: 95%!important
	}
	.vus-h-min-sm-95 {
		min-height: 95%!important
	}
	.vus-h-max-sm-95 {
		max-height: 95%!important
	}
	.vus-vh-sm-95 {
		height: 95vh!important
	}
	.vus-h-sm-100 {
		height: 100%!important
	}
	.vus-h-min-sm-100 {
		min-height: 100%!important
	}
	.vus-h-max-sm-100 {
		max-height: 100%!important
	}
	.vus-vh-sm-100 {
		height: 100vh!important
	}
	.vus-h-px-sm-1 {
		height: .0625rem!important
	}
	.vus-h-min-px-sm-1 {
		min-height: .0625rem!important
	}
	.vus-h-max-px-sm-1 {
		max-height: .0625rem!important
	}
	.vus-h-calc-sm-1 {
		height: calc(100% - .0625rem)!important
	}
	.vus-vh-calc-sm-1 {
		height: calc(100vh - .0625rem)!important
	}
	.vus-h-px-sm-2 {
		height: .125rem!important
	}
	.vus-h-min-px-sm-2 {
		min-height: .125rem!important
	}
	.vus-h-max-px-sm-2 {
		max-height: .125rem!important
	}
	.vus-h-calc-sm-2 {
		height: calc(100% - .125rem)!important
	}
	.vus-vh-calc-sm-2 {
		height: calc(100vh - .125rem)!important
	}
	.vus-h-px-sm-3 {
		height: .1875rem!important
	}
	.vus-h-min-px-sm-3 {
		min-height: .1875rem!important
	}
	.vus-h-max-px-sm-3 {
		max-height: .1875rem!important
	}
	.vus-h-calc-sm-3 {
		height: calc(100% - .1875rem)!important
	}
	.vus-vh-calc-sm-3 {
		height: calc(100vh - .1875rem)!important
	}
	.vus-h-px-sm-4 {
		height: .25rem!important
	}
	.vus-h-min-px-sm-4 {
		min-height: .25rem!important
	}
	.vus-h-max-px-sm-4 {
		max-height: .25rem!important
	}
	.vus-h-calc-sm-4 {
		height: calc(100% - .25rem)!important
	}
	.vus-vh-calc-sm-4 {
		height: calc(100vh - .25rem)!important
	}
	.vus-h-px-sm-5 {
		height: .3125rem!important
	}
	.vus-h-min-px-sm-5 {
		min-height: .3125rem!important
	}
	.vus-h-max-px-sm-5 {
		max-height: .3125rem!important
	}
	.vus-h-calc-sm-5 {
		height: calc(100% - .3125rem)!important
	}
	.vus-vh-calc-sm-5 {
		height: calc(100vh - .3125rem)!important
	}
	.vus-h-px-sm-6 {
		height: .375rem!important
	}
	.vus-h-min-px-sm-6 {
		min-height: .375rem!important
	}
	.vus-h-max-px-sm-6 {
		max-height: .375rem!important
	}
	.vus-h-calc-sm-6 {
		height: calc(100% - .375rem)!important
	}
	.vus-vh-calc-sm-6 {
		height: calc(100vh - .375rem)!important
	}
	.vus-h-px-sm-7 {
		height: .4375rem!important
	}
	.vus-h-min-px-sm-7 {
		min-height: .4375rem!important
	}
	.vus-h-max-px-sm-7 {
		max-height: .4375rem!important
	}
	.vus-h-calc-sm-7 {
		height: calc(100% - .4375rem)!important
	}
	.vus-vh-calc-sm-7 {
		height: calc(100vh - .4375rem)!important
	}
	.vus-h-px-sm-8 {
		height: .5rem!important
	}
	.vus-h-min-px-sm-8 {
		min-height: .5rem!important
	}
	.vus-h-max-px-sm-8 {
		max-height: .5rem!important
	}
	.vus-h-calc-sm-8 {
		height: calc(100% - .5rem)!important
	}
	.vus-vh-calc-sm-8 {
		height: calc(100vh - .5rem)!important
	}
	.vus-h-px-sm-9 {
		height: .5625rem!important
	}
	.vus-h-min-px-sm-9 {
		min-height: .5625rem!important
	}
	.vus-h-max-px-sm-9 {
		max-height: .5625rem!important
	}
	.vus-h-calc-sm-9 {
		height: calc(100% - .5625rem)!important
	}
	.vus-vh-calc-sm-9 {
		height: calc(100vh - .5625rem)!important
	}
	.vus-h-px-sm-10 {
		height: .625rem!important
	}
	.vus-h-min-px-sm-10 {
		min-height: .625rem!important
	}
	.vus-h-max-px-sm-10 {
		max-height: .625rem!important
	}
	.vus-h-calc-sm-10 {
		height: calc(100% - .625rem)!important
	}
	.vus-vh-calc-sm-10 {
		height: calc(100vh - .625rem)!important
	}
	.vus-h-px-sm-12 {
		height: .75rem!important
	}
	.vus-h-min-px-sm-12 {
		min-height: .75rem!important
	}
	.vus-h-max-px-sm-12 {
		max-height: .75rem!important
	}
	.vus-h-calc-sm-12 {
		height: calc(100% - .75rem)!important
	}
	.vus-vh-calc-sm-12 {
		height: calc(100vh - .75rem)!important
	}
	.vus-h-px-sm-14 {
		height: .875rem!important
	}
	.vus-h-min-px-sm-14 {
		min-height: .875rem!important
	}
	.vus-h-max-px-sm-14 {
		max-height: .875rem!important
	}
	.vus-h-calc-sm-14 {
		height: calc(100% - .875rem)!important
	}
	.vus-vh-calc-sm-14 {
		height: calc(100vh - .875rem)!important
	}
	.vus-h-px-sm-15 {
		height: .9375rem!important
	}
	.vus-h-min-px-sm-15 {
		min-height: .9375rem!important
	}
	.vus-h-max-px-sm-15 {
		max-height: .9375rem!important
	}
	.vus-h-calc-sm-15 {
		height: calc(100% - .9375rem)!important
	}
	.vus-vh-calc-sm-15 {
		height: calc(100vh - .9375rem)!important
	}
	.vus-h-px-sm-16 {
		height: 1rem!important
	}
	.vus-h-min-px-sm-16 {
		min-height: 1rem!important
	}
	.vus-h-max-px-sm-16 {
		max-height: 1rem!important
	}
	.vus-h-calc-sm-16 {
		height: calc(100% - 1rem)!important
	}
	.vus-vh-calc-sm-16 {
		height: calc(100vh - 1rem)!important
	}
	.vus-h-px-sm-18 {
		height: 1.125rem!important
	}
	.vus-h-min-px-sm-18 {
		min-height: 1.125rem!important
	}
	.vus-h-max-px-sm-18 {
		max-height: 1.125rem!important
	}
	.vus-h-calc-sm-18 {
		height: calc(100% - 1.125rem)!important
	}
	.vus-vh-calc-sm-18 {
		height: calc(100vh - 1.125rem)!important
	}
	.vus-h-px-sm-20 {
		height: 1.25rem!important
	}
	.vus-h-min-px-sm-20 {
		min-height: 1.25rem!important
	}
	.vus-h-max-px-sm-20 {
		max-height: 1.25rem!important
	}
	.vus-h-calc-sm-20 {
		height: calc(100% - 1.25rem)!important
	}
	.vus-vh-calc-sm-20 {
		height: calc(100vh - 1.25rem)!important
	}
	.vus-h-px-sm-22 {
		height: 1.375rem!important
	}
	.vus-h-min-px-sm-22 {
		min-height: 1.375rem!important
	}
	.vus-h-max-px-sm-22 {
		max-height: 1.375rem!important
	}
	.vus-h-calc-sm-22 {
		height: calc(100% - 1.375rem)!important
	}
	.vus-vh-calc-sm-22 {
		height: calc(100vh - 1.375rem)!important
	}
	.vus-h-px-sm-24 {
		height: 1.5rem!important
	}
	.vus-h-min-px-sm-24 {
		min-height: 1.5rem!important
	}
	.vus-h-max-px-sm-24 {
		max-height: 1.5rem!important
	}
	.vus-h-calc-sm-24 {
		height: calc(100% - 1.5rem)!important
	}
	.vus-vh-calc-sm-24 {
		height: calc(100vh - 1.5rem)!important
	}
	.vus-h-px-sm-25 {
		height: 1.5625rem!important
	}
	.vus-h-min-px-sm-25 {
		min-height: 1.5625rem!important
	}
	.vus-h-max-px-sm-25 {
		max-height: 1.5625rem!important
	}
	.vus-h-calc-sm-25 {
		height: calc(100% - 1.5625rem)!important
	}
	.vus-vh-calc-sm-25 {
		height: calc(100vh - 1.5625rem)!important
	}
	.vus-h-px-sm-26 {
		height: 1.625rem!important
	}
	.vus-h-min-px-sm-26 {
		min-height: 1.625rem!important
	}
	.vus-h-max-px-sm-26 {
		max-height: 1.625rem!important
	}
	.vus-h-calc-sm-26 {
		height: calc(100% - 1.625rem)!important
	}
	.vus-vh-calc-sm-26 {
		height: calc(100vh - 1.625rem)!important
	}
	.vus-h-px-sm-28 {
		height: 1.75rem!important
	}
	.vus-h-min-px-sm-28 {
		min-height: 1.75rem!important
	}
	.vus-h-max-px-sm-28 {
		max-height: 1.75rem!important
	}
	.vus-h-calc-sm-28 {
		height: calc(100% - 1.75rem)!important
	}
	.vus-vh-calc-sm-28 {
		height: calc(100vh - 1.75rem)!important
	}
	.vus-h-px-sm-30 {
		height: 1.875rem!important
	}
	.vus-h-min-px-sm-30 {
		min-height: 1.875rem!important
	}
	.vus-h-max-px-sm-30 {
		max-height: 1.875rem!important
	}
	.vus-h-calc-sm-30 {
		height: calc(100% - 1.875rem)!important
	}
	.vus-vh-calc-sm-30 {
		height: calc(100vh - 1.875rem)!important
	}
	.vus-h-px-sm-32 {
		height: 2rem!important
	}
	.vus-h-min-px-sm-32 {
		min-height: 2rem!important
	}
	.vus-h-max-px-sm-32 {
		max-height: 2rem!important
	}
	.vus-h-calc-sm-32 {
		height: calc(100% - 2rem)!important
	}
	.vus-vh-calc-sm-32 {
		height: calc(100vh - 2rem)!important
	}
	.vus-h-px-sm-34 {
		height: 2.125rem!important
	}
	.vus-h-min-px-sm-34 {
		min-height: 2.125rem!important
	}
	.vus-h-max-px-sm-34 {
		max-height: 2.125rem!important
	}
	.vus-h-calc-sm-34 {
		height: calc(100% - 2.125rem)!important
	}
	.vus-vh-calc-sm-34 {
		height: calc(100vh - 2.125rem)!important
	}
	.vus-h-px-sm-35 {
		height: 2.1875rem!important
	}
	.vus-h-min-px-sm-35 {
		min-height: 2.1875rem!important
	}
	.vus-h-max-px-sm-35 {
		max-height: 2.1875rem!important
	}
	.vus-h-calc-sm-35 {
		height: calc(100% - 2.1875rem)!important
	}
	.vus-vh-calc-sm-35 {
		height: calc(100vh - 2.1875rem)!important
	}
	.vus-h-px-sm-36 {
		height: 2.25rem!important
	}
	.vus-h-min-px-sm-36 {
		min-height: 2.25rem!important
	}
	.vus-h-max-px-sm-36 {
		max-height: 2.25rem!important
	}
	.vus-h-calc-sm-36 {
		height: calc(100% - 2.25rem)!important
	}
	.vus-vh-calc-sm-36 {
		height: calc(100vh - 2.25rem)!important
	}
	.vus-h-px-sm-38 {
		height: 2.375rem!important
	}
	.vus-h-min-px-sm-38 {
		min-height: 2.375rem!important
	}
	.vus-h-max-px-sm-38 {
		max-height: 2.375rem!important
	}
	.vus-h-calc-sm-38 {
		height: calc(100% - 2.375rem)!important
	}
	.vus-vh-calc-sm-38 {
		height: calc(100vh - 2.375rem)!important
	}
	.vus-h-px-sm-40 {
		height: 2.5rem!important
	}
	.vus-h-min-px-sm-40 {
		min-height: 2.5rem!important
	}
	.vus-h-max-px-sm-40 {
		max-height: 2.5rem!important
	}
	.vus-h-calc-sm-40 {
		height: calc(100% - 2.5rem)!important
	}
	.vus-vh-calc-sm-40 {
		height: calc(100vh - 2.5rem)!important
	}
	.vus-h-px-sm-42 {
		height: 2.625rem!important
	}
	.vus-h-min-px-sm-42 {
		min-height: 2.625rem!important
	}
	.vus-h-max-px-sm-42 {
		max-height: 2.625rem!important
	}
	.vus-h-calc-sm-42 {
		height: calc(100% - 2.625rem)!important
	}
	.vus-vh-calc-sm-42 {
		height: calc(100vh - 2.625rem)!important
	}
	.vus-h-px-sm-44 {
		height: 2.75rem!important
	}
	.vus-h-min-px-sm-44 {
		min-height: 2.75rem!important
	}
	.vus-h-max-px-sm-44 {
		max-height: 2.75rem!important
	}
	.vus-h-calc-sm-44 {
		height: calc(100% - 2.75rem)!important
	}
	.vus-vh-calc-sm-44 {
		height: calc(100vh - 2.75rem)!important
	}
	.vus-h-px-sm-45 {
		height: 2.8125rem!important
	}
	.vus-h-min-px-sm-45 {
		min-height: 2.8125rem!important
	}
	.vus-h-max-px-sm-45 {
		max-height: 2.8125rem!important
	}
	.vus-h-calc-sm-45 {
		height: calc(100% - 2.8125rem)!important
	}
	.vus-vh-calc-sm-45 {
		height: calc(100vh - 2.8125rem)!important
	}
	.vus-h-px-sm-46 {
		height: 2.875rem!important
	}
	.vus-h-min-px-sm-46 {
		min-height: 2.875rem!important
	}
	.vus-h-max-px-sm-46 {
		max-height: 2.875rem!important
	}
	.vus-h-calc-sm-46 {
		height: calc(100% - 2.875rem)!important
	}
	.vus-vh-calc-sm-46 {
		height: calc(100vh - 2.875rem)!important
	}
	.vus-h-px-sm-48 {
		height: 3rem!important
	}
	.vus-h-min-px-sm-48 {
		min-height: 3rem!important
	}
	.vus-h-max-px-sm-48 {
		max-height: 3rem!important
	}
	.vus-h-calc-sm-48 {
		height: calc(100% - 3rem)!important
	}
	.vus-vh-calc-sm-48 {
		height: calc(100vh - 3rem)!important
	}
	.vus-h-px-sm-50 {
		height: 3.125rem!important
	}
	.vus-h-min-px-sm-50 {
		min-height: 3.125rem!important
	}
	.vus-h-max-px-sm-50 {
		max-height: 3.125rem!important
	}
	.vus-h-calc-sm-50 {
		height: calc(100% - 3.125rem)!important
	}
	.vus-vh-calc-sm-50 {
		height: calc(100vh - 3.125rem)!important
	}
	.vus-h-px-sm-52 {
		height: 3.25rem!important
	}
	.vus-h-min-px-sm-52 {
		min-height: 3.25rem!important
	}
	.vus-h-max-px-sm-52 {
		max-height: 3.25rem!important
	}
	.vus-h-calc-sm-52 {
		height: calc(100% - 3.25rem)!important
	}
	.vus-vh-calc-sm-52 {
		height: calc(100vh - 3.25rem)!important
	}
	.vus-h-px-sm-54 {
		height: 3.375rem!important
	}
	.vus-h-min-px-sm-54 {
		min-height: 3.375rem!important
	}
	.vus-h-max-px-sm-54 {
		max-height: 3.375rem!important
	}
	.vus-h-calc-sm-54 {
		height: calc(100% - 3.375rem)!important
	}
	.vus-vh-calc-sm-54 {
		height: calc(100vh - 3.375rem)!important
	}
	.vus-h-px-sm-55 {
		height: 3.4375rem!important
	}
	.vus-h-min-px-sm-55 {
		min-height: 3.4375rem!important
	}
	.vus-h-max-px-sm-55 {
		max-height: 3.4375rem!important
	}
	.vus-h-calc-sm-55 {
		height: calc(100% - 3.4375rem)!important
	}
	.vus-vh-calc-sm-55 {
		height: calc(100vh - 3.4375rem)!important
	}
	.vus-h-px-sm-56 {
		height: 3.5rem!important
	}
	.vus-h-min-px-sm-56 {
		min-height: 3.5rem!important
	}
	.vus-h-max-px-sm-56 {
		max-height: 3.5rem!important
	}
	.vus-h-calc-sm-56 {
		height: calc(100% - 3.5rem)!important
	}
	.vus-vh-calc-sm-56 {
		height: calc(100vh - 3.5rem)!important
	}
	.vus-h-px-sm-58 {
		height: 3.625rem!important
	}
	.vus-h-min-px-sm-58 {
		min-height: 3.625rem!important
	}
	.vus-h-max-px-sm-58 {
		max-height: 3.625rem!important
	}
	.vus-h-calc-sm-58 {
		height: calc(100% - 3.625rem)!important
	}
	.vus-vh-calc-sm-58 {
		height: calc(100vh - 3.625rem)!important
	}
	.vus-h-px-sm-60 {
		height: 3.75rem!important
	}
	.vus-h-min-px-sm-60 {
		min-height: 3.75rem!important
	}
	.vus-h-max-px-sm-60 {
		max-height: 3.75rem!important
	}
	.vus-h-calc-sm-60 {
		height: calc(100% - 3.75rem)!important
	}
	.vus-vh-calc-sm-60 {
		height: calc(100vh - 3.75rem)!important
	}
	.vus-h-px-sm-62 {
		height: 3.875rem!important
	}
	.vus-h-min-px-sm-62 {
		min-height: 3.875rem!important
	}
	.vus-h-max-px-sm-62 {
		max-height: 3.875rem!important
	}
	.vus-h-calc-sm-62 {
		height: calc(100% - 3.875rem)!important
	}
	.vus-vh-calc-sm-62 {
		height: calc(100vh - 3.875rem)!important
	}
	.vus-h-px-sm-64 {
		height: 4rem!important
	}
	.vus-h-min-px-sm-64 {
		min-height: 4rem!important
	}
	.vus-h-max-px-sm-64 {
		max-height: 4rem!important
	}
	.vus-h-calc-sm-64 {
		height: calc(100% - 4rem)!important
	}
	.vus-vh-calc-sm-64 {
		height: calc(100vh - 4rem)!important
	}
	.vus-h-px-sm-65 {
		height: 4.0625rem!important
	}
	.vus-h-min-px-sm-65 {
		min-height: 4.0625rem!important
	}
	.vus-h-max-px-sm-65 {
		max-height: 4.0625rem!important
	}
	.vus-h-calc-sm-65 {
		height: calc(100% - 4.0625rem)!important
	}
	.vus-vh-calc-sm-65 {
		height: calc(100vh - 4.0625rem)!important
	}
	.vus-h-px-sm-66 {
		height: 4.125rem!important
	}
	.vus-h-min-px-sm-66 {
		min-height: 4.125rem!important
	}
	.vus-h-max-px-sm-66 {
		max-height: 4.125rem!important
	}
	.vus-h-calc-sm-66 {
		height: calc(100% - 4.125rem)!important
	}
	.vus-vh-calc-sm-66 {
		height: calc(100vh - 4.125rem)!important
	}
	.vus-h-px-sm-68 {
		height: 4.25rem!important
	}
	.vus-h-min-px-sm-68 {
		min-height: 4.25rem!important
	}
	.vus-h-max-px-sm-68 {
		max-height: 4.25rem!important
	}
	.vus-h-calc-sm-68 {
		height: calc(100% - 4.25rem)!important
	}
	.vus-vh-calc-sm-68 {
		height: calc(100vh - 4.25rem)!important
	}
	.vus-h-px-sm-70 {
		height: 4.375rem!important
	}
	.vus-h-min-px-sm-70 {
		min-height: 4.375rem!important
	}
	.vus-h-max-px-sm-70 {
		max-height: 4.375rem!important
	}
	.vus-h-calc-sm-70 {
		height: calc(100% - 4.375rem)!important
	}
	.vus-vh-calc-sm-70 {
		height: calc(100vh - 4.375rem)!important
	}
	.vus-h-px-sm-72 {
		height: 4.5rem!important
	}
	.vus-h-min-px-sm-72 {
		min-height: 4.5rem!important
	}
	.vus-h-max-px-sm-72 {
		max-height: 4.5rem!important
	}
	.vus-h-calc-sm-72 {
		height: calc(100% - 4.5rem)!important
	}
	.vus-vh-calc-sm-72 {
		height: calc(100vh - 4.5rem)!important
	}
	.vus-h-px-sm-74 {
		height: 4.625rem!important
	}
	.vus-h-min-px-sm-74 {
		min-height: 4.625rem!important
	}
	.vus-h-max-px-sm-74 {
		max-height: 4.625rem!important
	}
	.vus-h-calc-sm-74 {
		height: calc(100% - 4.625rem)!important
	}
	.vus-vh-calc-sm-74 {
		height: calc(100vh - 4.625rem)!important
	}
	.vus-h-px-sm-75 {
		height: 4.6875rem!important
	}
	.vus-h-min-px-sm-75 {
		min-height: 4.6875rem!important
	}
	.vus-h-max-px-sm-75 {
		max-height: 4.6875rem!important
	}
	.vus-h-calc-sm-75 {
		height: calc(100% - 4.6875rem)!important
	}
	.vus-vh-calc-sm-75 {
		height: calc(100vh - 4.6875rem)!important
	}
	.vus-h-px-sm-76 {
		height: 4.75rem!important
	}
	.vus-h-min-px-sm-76 {
		min-height: 4.75rem!important
	}
	.vus-h-max-px-sm-76 {
		max-height: 4.75rem!important
	}
	.vus-h-calc-sm-76 {
		height: calc(100% - 4.75rem)!important
	}
	.vus-vh-calc-sm-76 {
		height: calc(100vh - 4.75rem)!important
	}
	.vus-h-px-sm-78 {
		height: 4.875rem!important
	}
	.vus-h-min-px-sm-78 {
		min-height: 4.875rem!important
	}
	.vus-h-max-px-sm-78 {
		max-height: 4.875rem!important
	}
	.vus-h-calc-sm-78 {
		height: calc(100% - 4.875rem)!important
	}
	.vus-vh-calc-sm-78 {
		height: calc(100vh - 4.875rem)!important
	}
	.vus-h-px-sm-80 {
		height: 5rem!important
	}
	.vus-h-min-px-sm-80 {
		min-height: 5rem!important
	}
	.vus-h-max-px-sm-80 {
		max-height: 5rem!important
	}
	.vus-h-calc-sm-80 {
		height: calc(100% - 5rem)!important
	}
	.vus-vh-calc-sm-80 {
		height: calc(100vh - 5rem)!important
	}
	.vus-h-px-sm-82 {
		height: 5.125rem!important
	}
	.vus-h-min-px-sm-82 {
		min-height: 5.125rem!important
	}
	.vus-h-max-px-sm-82 {
		max-height: 5.125rem!important
	}
	.vus-h-calc-sm-82 {
		height: calc(100% - 5.125rem)!important
	}
	.vus-vh-calc-sm-82 {
		height: calc(100vh - 5.125rem)!important
	}
	.vus-h-px-sm-84 {
		height: 5.25rem!important
	}
	.vus-h-min-px-sm-84 {
		min-height: 5.25rem!important
	}
	.vus-h-max-px-sm-84 {
		max-height: 5.25rem!important
	}
	.vus-h-calc-sm-84 {
		height: calc(100% - 5.25rem)!important
	}
	.vus-vh-calc-sm-84 {
		height: calc(100vh - 5.25rem)!important
	}
	.vus-h-px-sm-85 {
		height: 5.3125rem!important
	}
	.vus-h-min-px-sm-85 {
		min-height: 5.3125rem!important
	}
	.vus-h-max-px-sm-85 {
		max-height: 5.3125rem!important
	}
	.vus-h-calc-sm-85 {
		height: calc(100% - 5.3125rem)!important
	}
	.vus-vh-calc-sm-85 {
		height: calc(100vh - 5.3125rem)!important
	}
	.vus-h-px-sm-86 {
		height: 5.375rem!important
	}
	.vus-h-min-px-sm-86 {
		min-height: 5.375rem!important
	}
	.vus-h-max-px-sm-86 {
		max-height: 5.375rem!important
	}
	.vus-h-calc-sm-86 {
		height: calc(100% - 5.375rem)!important
	}
	.vus-vh-calc-sm-86 {
		height: calc(100vh - 5.375rem)!important
	}
	.vus-h-px-sm-88 {
		height: 5.5rem!important
	}
	.vus-h-min-px-sm-88 {
		min-height: 5.5rem!important
	}
	.vus-h-max-px-sm-88 {
		max-height: 5.5rem!important
	}
	.vus-h-calc-sm-88 {
		height: calc(100% - 5.5rem)!important
	}
	.vus-vh-calc-sm-88 {
		height: calc(100vh - 5.5rem)!important
	}
	.vus-h-px-sm-90 {
		height: 5.625rem!important
	}
	.vus-h-min-px-sm-90 {
		min-height: 5.625rem!important
	}
	.vus-h-max-px-sm-90 {
		max-height: 5.625rem!important
	}
	.vus-h-calc-sm-90 {
		height: calc(100% - 5.625rem)!important
	}
	.vus-vh-calc-sm-90 {
		height: calc(100vh - 5.625rem)!important
	}
	.vus-h-px-sm-92 {
		height: 5.75rem!important
	}
	.vus-h-min-px-sm-92 {
		min-height: 5.75rem!important
	}
	.vus-h-max-px-sm-92 {
		max-height: 5.75rem!important
	}
	.vus-h-calc-sm-92 {
		height: calc(100% - 5.75rem)!important
	}
	.vus-vh-calc-sm-92 {
		height: calc(100vh - 5.75rem)!important
	}
	.vus-h-px-sm-94 {
		height: 5.875rem!important
	}
	.vus-h-min-px-sm-94 {
		min-height: 5.875rem!important
	}
	.vus-h-max-px-sm-94 {
		max-height: 5.875rem!important
	}
	.vus-h-calc-sm-94 {
		height: calc(100% - 5.875rem)!important
	}
	.vus-vh-calc-sm-94 {
		height: calc(100vh - 5.875rem)!important
	}
	.vus-h-px-sm-95 {
		height: 5.9375rem!important
	}
	.vus-h-min-px-sm-95 {
		min-height: 5.9375rem!important
	}
	.vus-h-max-px-sm-95 {
		max-height: 5.9375rem!important
	}
	.vus-h-calc-sm-95 {
		height: calc(100% - 5.9375rem)!important
	}
	.vus-vh-calc-sm-95 {
		height: calc(100vh - 5.9375rem)!important
	}
	.vus-h-px-sm-96 {
		height: 6rem!important
	}
	.vus-h-min-px-sm-96 {
		min-height: 6rem!important
	}
	.vus-h-max-px-sm-96 {
		max-height: 6rem!important
	}
	.vus-h-calc-sm-96 {
		height: calc(100% - 6rem)!important
	}
	.vus-vh-calc-sm-96 {
		height: calc(100vh - 6rem)!important
	}
	.vus-h-px-sm-98 {
		height: 6.125rem!important
	}
	.vus-h-min-px-sm-98 {
		min-height: 6.125rem!important
	}
	.vus-h-max-px-sm-98 {
		max-height: 6.125rem!important
	}
	.vus-h-calc-sm-98 {
		height: calc(100% - 6.125rem)!important
	}
	.vus-vh-calc-sm-98 {
		height: calc(100vh - 6.125rem)!important
	}
	.vus-h-px-sm-100 {
		height: 6.25rem!important
	}
	.vus-h-min-px-sm-100 {
		min-height: 6.25rem!important
	}
	.vus-h-max-px-sm-100 {
		max-height: 6.25rem!important
	}
	.vus-h-calc-sm-100 {
		height: calc(100% - 6.25rem)!important
	}
	.vus-vh-calc-sm-100 {
		height: calc(100vh - 6.25rem)!important
	}
	.vus-h-px-sm-110 {
		height: 6.875rem!important
	}
	.vus-h-min-px-sm-110 {
		min-height: 6.875rem!important
	}
	.vus-h-max-px-sm-110 {
		max-height: 6.875rem!important
	}
	.vus-h-calc-sm-110 {
		height: calc(100% - 6.875rem)!important
	}
	.vus-vh-calc-sm-110 {
		height: calc(100vh - 6.875rem)!important
	}
	.vus-h-px-sm-120 {
		height: 7.5rem!important
	}
	.vus-h-min-px-sm-120 {
		min-height: 7.5rem!important
	}
	.vus-h-max-px-sm-120 {
		max-height: 7.5rem!important
	}
	.vus-h-calc-sm-120 {
		height: calc(100% - 7.5rem)!important
	}
	.vus-vh-calc-sm-120 {
		height: calc(100vh - 7.5rem)!important
	}
	.vus-h-px-sm-130 {
		height: 8.125rem!important
	}
	.vus-h-min-px-sm-130 {
		min-height: 8.125rem!important
	}
	.vus-h-max-px-sm-130 {
		max-height: 8.125rem!important
	}
	.vus-h-calc-sm-130 {
		height: calc(100% - 8.125rem)!important
	}
	.vus-vh-calc-sm-130 {
		height: calc(100vh - 8.125rem)!important
	}
	.vus-h-px-sm-140 {
		height: 8.75rem!important
	}
	.vus-h-min-px-sm-140 {
		min-height: 8.75rem!important
	}
	.vus-h-max-px-sm-140 {
		max-height: 8.75rem!important
	}
	.vus-h-calc-sm-140 {
		height: calc(100% - 8.75rem)!important
	}
	.vus-vh-calc-sm-140 {
		height: calc(100vh - 8.75rem)!important
	}
	.vus-h-px-sm-150 {
		height: 9.375rem!important
	}
	.vus-h-min-px-sm-150 {
		min-height: 9.375rem!important
	}
	.vus-h-max-px-sm-150 {
		max-height: 9.375rem!important
	}
	.vus-h-calc-sm-150 {
		height: calc(100% - 9.375rem)!important
	}
	.vus-vh-calc-sm-150 {
		height: calc(100vh - 9.375rem)!important
	}
	.vus-h-px-sm-160 {
		height: 10rem!important
	}
	.vus-h-min-px-sm-160 {
		min-height: 10rem!important
	}
	.vus-h-max-px-sm-160 {
		max-height: 10rem!important
	}
	.vus-h-calc-sm-160 {
		height: calc(100% - 10rem)!important
	}
	.vus-vh-calc-sm-160 {
		height: calc(100vh - 10rem)!important
	}
	.vus-h-px-sm-170 {
		height: 10.625rem!important
	}
	.vus-h-min-px-sm-170 {
		min-height: 10.625rem!important
	}
	.vus-h-max-px-sm-170 {
		max-height: 10.625rem!important
	}
	.vus-h-calc-sm-170 {
		height: calc(100% - 10.625rem)!important
	}
	.vus-vh-calc-sm-170 {
		height: calc(100vh - 10.625rem)!important
	}
	.vus-h-px-sm-180 {
		height: 11.25rem!important
	}
	.vus-h-min-px-sm-180 {
		min-height: 11.25rem!important
	}
	.vus-h-max-px-sm-180 {
		max-height: 11.25rem!important
	}
	.vus-h-calc-sm-180 {
		height: calc(100% - 11.25rem)!important
	}
	.vus-vh-calc-sm-180 {
		height: calc(100vh - 11.25rem)!important
	}
	.vus-h-px-sm-190 {
		height: 11.875rem!important
	}
	.vus-h-min-px-sm-190 {
		min-height: 11.875rem!important
	}
	.vus-h-max-px-sm-190 {
		max-height: 11.875rem!important
	}
	.vus-h-calc-sm-190 {
		height: calc(100% - 11.875rem)!important
	}
	.vus-vh-calc-sm-190 {
		height: calc(100vh - 11.875rem)!important
	}
	.vus-h-px-sm-200 {
		height: 12.5rem!important
	}
	.vus-h-min-px-sm-200 {
		min-height: 12.5rem!important
	}
	.vus-h-max-px-sm-200 {
		max-height: 12.5rem!important
	}
	.vus-h-calc-sm-200 {
		height: calc(100% - 12.5rem)!important
	}
	.vus-vh-calc-sm-200 {
		height: calc(100vh - 12.5rem)!important
	}
	.vus-h-px-sm-250 {
		height: 15.625rem!important
	}
	.vus-h-min-px-sm-250 {
		min-height: 15.625rem!important
	}
	.vus-h-max-px-sm-250 {
		max-height: 15.625rem!important
	}
	.vus-h-calc-sm-250 {
		height: calc(100% - 15.625rem)!important
	}
	.vus-vh-calc-sm-250 {
		height: calc(100vh - 15.625rem)!important
	}
	.vus-h-px-sm-300 {
		height: 18.75rem!important
	}
	.vus-h-min-px-sm-300 {
		min-height: 18.75rem!important
	}
	.vus-h-max-px-sm-300 {
		max-height: 18.75rem!important
	}
	.vus-h-calc-sm-300 {
		height: calc(100% - 18.75rem)!important
	}
	.vus-vh-calc-sm-300 {
		height: calc(100vh - 18.75rem)!important
	}
	.vus-h-px-sm-350 {
		height: 21.875rem!important
	}
	.vus-h-min-px-sm-350 {
		min-height: 21.875rem!important
	}
	.vus-h-max-px-sm-350 {
		max-height: 21.875rem!important
	}
	.vus-h-calc-sm-350 {
		height: calc(100% - 21.875rem)!important
	}
	.vus-vh-calc-sm-350 {
		height: calc(100vh - 21.875rem)!important
	}
	.vus-h-px-sm-400 {
		height: 25rem!important
	}
	.vus-h-min-px-sm-400 {
		min-height: 25rem!important
	}
	.vus-h-max-px-sm-400 {
		max-height: 25rem!important
	}
	.vus-h-calc-sm-400 {
		height: calc(100% - 25rem)!important
	}
	.vus-vh-calc-sm-400 {
		height: calc(100vh - 25rem)!important
	}
	.vus-h-px-sm-450 {
		height: 28.125rem!important
	}
	.vus-h-min-px-sm-450 {
		min-height: 28.125rem!important
	}
	.vus-h-max-px-sm-450 {
		max-height: 28.125rem!important
	}
	.vus-h-calc-sm-450 {
		height: calc(100% - 28.125rem)!important
	}
	.vus-vh-calc-sm-450 {
		height: calc(100vh - 28.125rem)!important
	}
	.vus-h-px-sm-500 {
		height: 31.25rem!important
	}
	.vus-h-min-px-sm-500 {
		min-height: 31.25rem!important
	}
	.vus-h-max-px-sm-500 {
		max-height: 31.25rem!important
	}
	.vus-h-calc-sm-500 {
		height: calc(100% - 31.25rem)!important
	}
	.vus-vh-calc-sm-500 {
		height: calc(100vh - 31.25rem)!important
	}
	.vus-h-px-sm-550 {
		height: 34.375rem!important
	}
	.vus-h-min-px-sm-550 {
		min-height: 34.375rem!important
	}
	.vus-h-max-px-sm-550 {
		max-height: 34.375rem!important
	}
	.vus-h-calc-sm-550 {
		height: calc(100% - 34.375rem)!important
	}
	.vus-vh-calc-sm-550 {
		height: calc(100vh - 34.375rem)!important
	}
	.vus-h-px-sm-600 {
		height: 37.5rem!important
	}
	.vus-h-min-px-sm-600 {
		min-height: 37.5rem!important
	}
	.vus-h-max-px-sm-600 {
		max-height: 37.5rem!important
	}
	.vus-h-calc-sm-600 {
		height: calc(100% - 37.5rem)!important
	}
	.vus-vh-calc-sm-600 {
		height: calc(100vh - 37.5rem)!important
	}
	.vus-h-px-sm-650 {
		height: 40.625rem!important
	}
	.vus-h-min-px-sm-650 {
		min-height: 40.625rem!important
	}
	.vus-h-max-px-sm-650 {
		max-height: 40.625rem!important
	}
	.vus-h-calc-sm-650 {
		height: calc(100% - 40.625rem)!important
	}
	.vus-vh-calc-sm-650 {
		height: calc(100vh - 40.625rem)!important
	}
	.vus-h-px-sm-700 {
		height: 43.75rem!important
	}
	.vus-h-min-px-sm-700 {
		min-height: 43.75rem!important
	}
	.vus-h-max-px-sm-700 {
		max-height: 43.75rem!important
	}
	.vus-h-calc-sm-700 {
		height: calc(100% - 43.75rem)!important
	}
	.vus-vh-calc-sm-700 {
		height: calc(100vh - 43.75rem)!important
	}
	.vus-h-px-sm-750 {
		height: 46.875rem!important
	}
	.vus-h-min-px-sm-750 {
		min-height: 46.875rem!important
	}
	.vus-h-max-px-sm-750 {
		max-height: 46.875rem!important
	}
	.vus-h-calc-sm-750 {
		height: calc(100% - 46.875rem)!important
	}
	.vus-vh-calc-sm-750 {
		height: calc(100vh - 46.875rem)!important
	}
}

@media (min-width: 1024px) {
	.vus-h-md-5 {
		height: 5%!important
	}
	.vus-h-min-md-5 {
		min-height: 5%!important
	}
	.vus-h-max-md-5 {
		max-height: 5%!important
	}
	.vus-vh-md-5 {
		height: 5vh!important
	}
	.vus-h-md-10 {
		height: 10%!important
	}
	.vus-h-min-md-10 {
		min-height: 10%!important
	}
	.vus-h-max-md-10 {
		max-height: 10%!important
	}
	.vus-vh-md-10 {
		height: 10vh!important
	}
	.vus-h-md-15 {
		height: 15%!important
	}
	.vus-h-min-md-15 {
		min-height: 15%!important
	}
	.vus-h-max-md-15 {
		max-height: 15%!important
	}
	.vus-vh-md-15 {
		height: 15vh!important
	}
	.vus-h-md-20 {
		height: 20%!important
	}
	.vus-h-min-md-20 {
		min-height: 20%!important
	}
	.vus-h-max-md-20 {
		max-height: 20%!important
	}
	.vus-vh-md-20 {
		height: 20vh!important
	}
	.vus-h-md-25 {
		height: 25%!important
	}
	.vus-h-min-md-25 {
		min-height: 25%!important
	}
	.vus-h-max-md-25 {
		max-height: 25%!important
	}
	.vus-vh-md-25 {
		height: 25vh!important
	}
	.vus-h-md-30 {
		height: 30%!important
	}
	.vus-h-min-md-30 {
		min-height: 30%!important
	}
	.vus-h-max-md-30 {
		max-height: 30%!important
	}
	.vus-vh-md-30 {
		height: 30vh!important
	}
	.vus-h-md-35 {
		height: 35%!important
	}
	.vus-h-min-md-35 {
		min-height: 35%!important
	}
	.vus-h-max-md-35 {
		max-height: 35%!important
	}
	.vus-vh-md-35 {
		height: 35vh!important
	}
	.vus-h-md-40 {
		height: 40%!important
	}
	.vus-h-min-md-40 {
		min-height: 40%!important
	}
	.vus-h-max-md-40 {
		max-height: 40%!important
	}
	.vus-vh-md-40 {
		height: 40vh!important
	}
	.vus-h-md-45 {
		height: 45%!important
	}
	.vus-h-min-md-45 {
		min-height: 45%!important
	}
	.vus-h-max-md-45 {
		max-height: 45%!important
	}
	.vus-vh-md-45 {
		height: 45vh!important
	}
	.vus-h-md-50 {
		height: 50%!important
	}
	.vus-h-min-md-50 {
		min-height: 50%!important
	}
	.vus-h-max-md-50 {
		max-height: 50%!important
	}
	.vus-vh-md-50 {
		height: 50vh!important
	}
	.vus-h-md-55 {
		height: 55%!important
	}
	.vus-h-min-md-55 {
		min-height: 55%!important
	}
	.vus-h-max-md-55 {
		max-height: 55%!important
	}
	.vus-vh-md-55 {
		height: 55vh!important
	}
	.vus-h-md-60 {
		height: 60%!important
	}
	.vus-h-min-md-60 {
		min-height: 60%!important
	}
	.vus-h-max-md-60 {
		max-height: 60%!important
	}
	.vus-vh-md-60 {
		height: 60vh!important
	}
	.vus-h-md-65 {
		height: 65%!important
	}
	.vus-h-min-md-65 {
		min-height: 65%!important
	}
	.vus-h-max-md-65 {
		max-height: 65%!important
	}
	.vus-vh-md-65 {
		height: 65vh!important
	}
	.vus-h-md-70 {
		height: 70%!important
	}
	.vus-h-min-md-70 {
		min-height: 70%!important
	}
	.vus-h-max-md-70 {
		max-height: 70%!important
	}
	.vus-vh-md-70 {
		height: 70vh!important
	}
	.vus-h-md-75 {
		height: 75%!important
	}
	.vus-h-min-md-75 {
		min-height: 75%!important
	}
	.vus-h-max-md-75 {
		max-height: 75%!important
	}
	.vus-vh-md-75 {
		height: 75vh!important
	}
	.vus-h-md-80 {
		height: 80%!important
	}
	.vus-h-min-md-80 {
		min-height: 80%!important
	}
	.vus-h-max-md-80 {
		max-height: 80%!important
	}
	.vus-vh-md-80 {
		height: 80vh!important
	}
	.vus-h-md-85 {
		height: 85%!important
	}
	.vus-h-min-md-85 {
		min-height: 85%!important
	}
	.vus-h-max-md-85 {
		max-height: 85%!important
	}
	.vus-vh-md-85 {
		height: 85vh!important
	}
	.vus-h-md-90 {
		height: 90%!important
	}
	.vus-h-min-md-90 {
		min-height: 90%!important
	}
	.vus-h-max-md-90 {
		max-height: 90%!important
	}
	.vus-vh-md-90 {
		height: 90vh!important
	}
	.vus-h-md-95 {
		height: 95%!important
	}
	.vus-h-min-md-95 {
		min-height: 95%!important
	}
	.vus-h-max-md-95 {
		max-height: 95%!important
	}
	.vus-vh-md-95 {
		height: 95vh!important
	}
	.vus-h-md-100 {
		height: 100%!important
	}
	.vus-h-min-md-100 {
		min-height: 100%!important
	}
	.vus-h-max-md-100 {
		max-height: 100%!important
	}
	.vus-vh-md-100 {
		height: 100vh!important
	}
	.vus-h-px-md-1 {
		height: .0625rem!important
	}
	.vus-h-min-px-md-1 {
		min-height: .0625rem!important
	}
	.vus-h-max-px-md-1 {
		max-height: .0625rem!important
	}
	.vus-h-calc-md-1 {
		height: calc(100% - .0625rem)!important
	}
	.vus-vh-calc-md-1 {
		height: calc(100vh - .0625rem)!important
	}
	.vus-h-px-md-2 {
		height: .125rem!important
	}
	.vus-h-min-px-md-2 {
		min-height: .125rem!important
	}
	.vus-h-max-px-md-2 {
		max-height: .125rem!important
	}
	.vus-h-calc-md-2 {
		height: calc(100% - .125rem)!important
	}
	.vus-vh-calc-md-2 {
		height: calc(100vh - .125rem)!important
	}
	.vus-h-px-md-3 {
		height: .1875rem!important
	}
	.vus-h-min-px-md-3 {
		min-height: .1875rem!important
	}
	.vus-h-max-px-md-3 {
		max-height: .1875rem!important
	}
	.vus-h-calc-md-3 {
		height: calc(100% - .1875rem)!important
	}
	.vus-vh-calc-md-3 {
		height: calc(100vh - .1875rem)!important
	}
	.vus-h-px-md-4 {
		height: .25rem!important
	}
	.vus-h-min-px-md-4 {
		min-height: .25rem!important
	}
	.vus-h-max-px-md-4 {
		max-height: .25rem!important
	}
	.vus-h-calc-md-4 {
		height: calc(100% - .25rem)!important
	}
	.vus-vh-calc-md-4 {
		height: calc(100vh - .25rem)!important
	}
	.vus-h-px-md-5 {
		height: .3125rem!important
	}
	.vus-h-min-px-md-5 {
		min-height: .3125rem!important
	}
	.vus-h-max-px-md-5 {
		max-height: .3125rem!important
	}
	.vus-h-calc-md-5 {
		height: calc(100% - .3125rem)!important
	}
	.vus-vh-calc-md-5 {
		height: calc(100vh - .3125rem)!important
	}
	.vus-h-px-md-6 {
		height: .375rem!important
	}
	.vus-h-min-px-md-6 {
		min-height: .375rem!important
	}
	.vus-h-max-px-md-6 {
		max-height: .375rem!important
	}
	.vus-h-calc-md-6 {
		height: calc(100% - .375rem)!important
	}
	.vus-vh-calc-md-6 {
		height: calc(100vh - .375rem)!important
	}
	.vus-h-px-md-7 {
		height: .4375rem!important
	}
	.vus-h-min-px-md-7 {
		min-height: .4375rem!important
	}
	.vus-h-max-px-md-7 {
		max-height: .4375rem!important
	}
	.vus-h-calc-md-7 {
		height: calc(100% - .4375rem)!important
	}
	.vus-vh-calc-md-7 {
		height: calc(100vh - .4375rem)!important
	}
	.vus-h-px-md-8 {
		height: .5rem!important
	}
	.vus-h-min-px-md-8 {
		min-height: .5rem!important
	}
	.vus-h-max-px-md-8 {
		max-height: .5rem!important
	}
	.vus-h-calc-md-8 {
		height: calc(100% - .5rem)!important
	}
	.vus-vh-calc-md-8 {
		height: calc(100vh - .5rem)!important
	}
	.vus-h-px-md-9 {
		height: .5625rem!important
	}
	.vus-h-min-px-md-9 {
		min-height: .5625rem!important
	}
	.vus-h-max-px-md-9 {
		max-height: .5625rem!important
	}
	.vus-h-calc-md-9 {
		height: calc(100% - .5625rem)!important
	}
	.vus-vh-calc-md-9 {
		height: calc(100vh - .5625rem)!important
	}
	.vus-h-px-md-10 {
		height: .625rem!important
	}
	.vus-h-min-px-md-10 {
		min-height: .625rem!important
	}
	.vus-h-max-px-md-10 {
		max-height: .625rem!important
	}
	.vus-h-calc-md-10 {
		height: calc(100% - .625rem)!important
	}
	.vus-vh-calc-md-10 {
		height: calc(100vh - .625rem)!important
	}
	.vus-h-px-md-12 {
		height: .75rem!important
	}
	.vus-h-min-px-md-12 {
		min-height: .75rem!important
	}
	.vus-h-max-px-md-12 {
		max-height: .75rem!important
	}
	.vus-h-calc-md-12 {
		height: calc(100% - .75rem)!important
	}
	.vus-vh-calc-md-12 {
		height: calc(100vh - .75rem)!important
	}
	.vus-h-px-md-14 {
		height: .875rem!important
	}
	.vus-h-min-px-md-14 {
		min-height: .875rem!important
	}
	.vus-h-max-px-md-14 {
		max-height: .875rem!important
	}
	.vus-h-calc-md-14 {
		height: calc(100% - .875rem)!important
	}
	.vus-vh-calc-md-14 {
		height: calc(100vh - .875rem)!important
	}
	.vus-h-px-md-15 {
		height: .9375rem!important
	}
	.vus-h-min-px-md-15 {
		min-height: .9375rem!important
	}
	.vus-h-max-px-md-15 {
		max-height: .9375rem!important
	}
	.vus-h-calc-md-15 {
		height: calc(100% - .9375rem)!important
	}
	.vus-vh-calc-md-15 {
		height: calc(100vh - .9375rem)!important
	}
	.vus-h-px-md-16 {
		height: 1rem!important
	}
	.vus-h-min-px-md-16 {
		min-height: 1rem!important
	}
	.vus-h-max-px-md-16 {
		max-height: 1rem!important
	}
	.vus-h-calc-md-16 {
		height: calc(100% - 1rem)!important
	}
	.vus-vh-calc-md-16 {
		height: calc(100vh - 1rem)!important
	}
	.vus-h-px-md-18 {
		height: 1.125rem!important
	}
	.vus-h-min-px-md-18 {
		min-height: 1.125rem!important
	}
	.vus-h-max-px-md-18 {
		max-height: 1.125rem!important
	}
	.vus-h-calc-md-18 {
		height: calc(100% - 1.125rem)!important
	}
	.vus-vh-calc-md-18 {
		height: calc(100vh - 1.125rem)!important
	}
	.vus-h-px-md-20 {
		height: 1.25rem!important
	}
	.vus-h-min-px-md-20 {
		min-height: 1.25rem!important
	}
	.vus-h-max-px-md-20 {
		max-height: 1.25rem!important
	}
	.vus-h-calc-md-20 {
		height: calc(100% - 1.25rem)!important
	}
	.vus-vh-calc-md-20 {
		height: calc(100vh - 1.25rem)!important
	}
	.vus-h-px-md-22 {
		height: 1.375rem!important
	}
	.vus-h-min-px-md-22 {
		min-height: 1.375rem!important
	}
	.vus-h-max-px-md-22 {
		max-height: 1.375rem!important
	}
	.vus-h-calc-md-22 {
		height: calc(100% - 1.375rem)!important
	}
	.vus-vh-calc-md-22 {
		height: calc(100vh - 1.375rem)!important
	}
	.vus-h-px-md-24 {
		height: 1.5rem!important
	}
	.vus-h-min-px-md-24 {
		min-height: 1.5rem!important
	}
	.vus-h-max-px-md-24 {
		max-height: 1.5rem!important
	}
	.vus-h-calc-md-24 {
		height: calc(100% - 1.5rem)!important
	}
	.vus-vh-calc-md-24 {
		height: calc(100vh - 1.5rem)!important
	}
	.vus-h-px-md-25 {
		height: 1.5625rem!important
	}
	.vus-h-min-px-md-25 {
		min-height: 1.5625rem!important
	}
	.vus-h-max-px-md-25 {
		max-height: 1.5625rem!important
	}
	.vus-h-calc-md-25 {
		height: calc(100% - 1.5625rem)!important
	}
	.vus-vh-calc-md-25 {
		height: calc(100vh - 1.5625rem)!important
	}
	.vus-h-px-md-26 {
		height: 1.625rem!important
	}
	.vus-h-min-px-md-26 {
		min-height: 1.625rem!important
	}
	.vus-h-max-px-md-26 {
		max-height: 1.625rem!important
	}
	.vus-h-calc-md-26 {
		height: calc(100% - 1.625rem)!important
	}
	.vus-vh-calc-md-26 {
		height: calc(100vh - 1.625rem)!important
	}
	.vus-h-px-md-28 {
		height: 1.75rem!important
	}
	.vus-h-min-px-md-28 {
		min-height: 1.75rem!important
	}
	.vus-h-max-px-md-28 {
		max-height: 1.75rem!important
	}
	.vus-h-calc-md-28 {
		height: calc(100% - 1.75rem)!important
	}
	.vus-vh-calc-md-28 {
		height: calc(100vh - 1.75rem)!important
	}
	.vus-h-px-md-30 {
		height: 1.875rem!important
	}
	.vus-h-min-px-md-30 {
		min-height: 1.875rem!important
	}
	.vus-h-max-px-md-30 {
		max-height: 1.875rem!important
	}
	.vus-h-calc-md-30 {
		height: calc(100% - 1.875rem)!important
	}
	.vus-vh-calc-md-30 {
		height: calc(100vh - 1.875rem)!important
	}
	.vus-h-px-md-32 {
		height: 2rem!important
	}
	.vus-h-min-px-md-32 {
		min-height: 2rem!important
	}
	.vus-h-max-px-md-32 {
		max-height: 2rem!important
	}
	.vus-h-calc-md-32 {
		height: calc(100% - 2rem)!important
	}
	.vus-vh-calc-md-32 {
		height: calc(100vh - 2rem)!important
	}
	.vus-h-px-md-34 {
		height: 2.125rem!important
	}
	.vus-h-min-px-md-34 {
		min-height: 2.125rem!important
	}
	.vus-h-max-px-md-34 {
		max-height: 2.125rem!important
	}
	.vus-h-calc-md-34 {
		height: calc(100% - 2.125rem)!important
	}
	.vus-vh-calc-md-34 {
		height: calc(100vh - 2.125rem)!important
	}
	.vus-h-px-md-35 {
		height: 2.1875rem!important
	}
	.vus-h-min-px-md-35 {
		min-height: 2.1875rem!important
	}
	.vus-h-max-px-md-35 {
		max-height: 2.1875rem!important
	}
	.vus-h-calc-md-35 {
		height: calc(100% - 2.1875rem)!important
	}
	.vus-vh-calc-md-35 {
		height: calc(100vh - 2.1875rem)!important
	}
	.vus-h-px-md-36 {
		height: 2.25rem!important
	}
	.vus-h-min-px-md-36 {
		min-height: 2.25rem!important
	}
	.vus-h-max-px-md-36 {
		max-height: 2.25rem!important
	}
	.vus-h-calc-md-36 {
		height: calc(100% - 2.25rem)!important
	}
	.vus-vh-calc-md-36 {
		height: calc(100vh - 2.25rem)!important
	}
	.vus-h-px-md-38 {
		height: 2.375rem!important
	}
	.vus-h-min-px-md-38 {
		min-height: 2.375rem!important
	}
	.vus-h-max-px-md-38 {
		max-height: 2.375rem!important
	}
	.vus-h-calc-md-38 {
		height: calc(100% - 2.375rem)!important
	}
	.vus-vh-calc-md-38 {
		height: calc(100vh - 2.375rem)!important
	}
	.vus-h-px-md-40 {
		height: 2.5rem!important
	}
	.vus-h-min-px-md-40 {
		min-height: 2.5rem!important
	}
	.vus-h-max-px-md-40 {
		max-height: 2.5rem!important
	}
	.vus-h-calc-md-40 {
		height: calc(100% - 2.5rem)!important
	}
	.vus-vh-calc-md-40 {
		height: calc(100vh - 2.5rem)!important
	}
	.vus-h-px-md-42 {
		height: 2.625rem!important
	}
	.vus-h-min-px-md-42 {
		min-height: 2.625rem!important
	}
	.vus-h-max-px-md-42 {
		max-height: 2.625rem!important
	}
	.vus-h-calc-md-42 {
		height: calc(100% - 2.625rem)!important
	}
	.vus-vh-calc-md-42 {
		height: calc(100vh - 2.625rem)!important
	}
	.vus-h-px-md-44 {
		height: 2.75rem!important
	}
	.vus-h-min-px-md-44 {
		min-height: 2.75rem!important
	}
	.vus-h-max-px-md-44 {
		max-height: 2.75rem!important
	}
	.vus-h-calc-md-44 {
		height: calc(100% - 2.75rem)!important
	}
	.vus-vh-calc-md-44 {
		height: calc(100vh - 2.75rem)!important
	}
	.vus-h-px-md-45 {
		height: 2.8125rem!important
	}
	.vus-h-min-px-md-45 {
		min-height: 2.8125rem!important
	}
	.vus-h-max-px-md-45 {
		max-height: 2.8125rem!important
	}
	.vus-h-calc-md-45 {
		height: calc(100% - 2.8125rem)!important
	}
	.vus-vh-calc-md-45 {
		height: calc(100vh - 2.8125rem)!important
	}
	.vus-h-px-md-46 {
		height: 2.875rem!important
	}
	.vus-h-min-px-md-46 {
		min-height: 2.875rem!important
	}
	.vus-h-max-px-md-46 {
		max-height: 2.875rem!important
	}
	.vus-h-calc-md-46 {
		height: calc(100% - 2.875rem)!important
	}
	.vus-vh-calc-md-46 {
		height: calc(100vh - 2.875rem)!important
	}
	.vus-h-px-md-48 {
		height: 3rem!important
	}
	.vus-h-min-px-md-48 {
		min-height: 3rem!important
	}
	.vus-h-max-px-md-48 {
		max-height: 3rem!important
	}
	.vus-h-calc-md-48 {
		height: calc(100% - 3rem)!important
	}
	.vus-vh-calc-md-48 {
		height: calc(100vh - 3rem)!important
	}
	.vus-h-px-md-50 {
		height: 3.125rem!important
	}
	.vus-h-min-px-md-50 {
		min-height: 3.125rem!important
	}
	.vus-h-max-px-md-50 {
		max-height: 3.125rem!important
	}
	.vus-h-calc-md-50 {
		height: calc(100% - 3.125rem)!important
	}
	.vus-vh-calc-md-50 {
		height: calc(100vh - 3.125rem)!important
	}
	.vus-h-px-md-52 {
		height: 3.25rem!important
	}
	.vus-h-min-px-md-52 {
		min-height: 3.25rem!important
	}
	.vus-h-max-px-md-52 {
		max-height: 3.25rem!important
	}
	.vus-h-calc-md-52 {
		height: calc(100% - 3.25rem)!important
	}
	.vus-vh-calc-md-52 {
		height: calc(100vh - 3.25rem)!important
	}
	.vus-h-px-md-54 {
		height: 3.375rem!important
	}
	.vus-h-min-px-md-54 {
		min-height: 3.375rem!important
	}
	.vus-h-max-px-md-54 {
		max-height: 3.375rem!important
	}
	.vus-h-calc-md-54 {
		height: calc(100% - 3.375rem)!important
	}
	.vus-vh-calc-md-54 {
		height: calc(100vh - 3.375rem)!important
	}
	.vus-h-px-md-55 {
		height: 3.4375rem!important
	}
	.vus-h-min-px-md-55 {
		min-height: 3.4375rem!important
	}
	.vus-h-max-px-md-55 {
		max-height: 3.4375rem!important
	}
	.vus-h-calc-md-55 {
		height: calc(100% - 3.4375rem)!important
	}
	.vus-vh-calc-md-55 {
		height: calc(100vh - 3.4375rem)!important
	}
	.vus-h-px-md-56 {
		height: 3.5rem!important
	}
	.vus-h-min-px-md-56 {
		min-height: 3.5rem!important
	}
	.vus-h-max-px-md-56 {
		max-height: 3.5rem!important
	}
	.vus-h-calc-md-56 {
		height: calc(100% - 3.5rem)!important
	}
	.vus-vh-calc-md-56 {
		height: calc(100vh - 3.5rem)!important
	}
	.vus-h-px-md-58 {
		height: 3.625rem!important
	}
	.vus-h-min-px-md-58 {
		min-height: 3.625rem!important
	}
	.vus-h-max-px-md-58 {
		max-height: 3.625rem!important
	}
	.vus-h-calc-md-58 {
		height: calc(100% - 3.625rem)!important
	}
	.vus-vh-calc-md-58 {
		height: calc(100vh - 3.625rem)!important
	}
	.vus-h-px-md-60 {
		height: 3.75rem!important
	}
	.vus-h-min-px-md-60 {
		min-height: 3.75rem!important
	}
	.vus-h-max-px-md-60 {
		max-height: 3.75rem!important
	}
	.vus-h-calc-md-60 {
		height: calc(100% - 3.75rem)!important
	}
	.vus-vh-calc-md-60 {
		height: calc(100vh - 3.75rem)!important
	}
	.vus-h-px-md-62 {
		height: 3.875rem!important
	}
	.vus-h-min-px-md-62 {
		min-height: 3.875rem!important
	}
	.vus-h-max-px-md-62 {
		max-height: 3.875rem!important
	}
	.vus-h-calc-md-62 {
		height: calc(100% - 3.875rem)!important
	}
	.vus-vh-calc-md-62 {
		height: calc(100vh - 3.875rem)!important
	}
	.vus-h-px-md-64 {
		height: 4rem!important
	}
	.vus-h-min-px-md-64 {
		min-height: 4rem!important
	}
	.vus-h-max-px-md-64 {
		max-height: 4rem!important
	}
	.vus-h-calc-md-64 {
		height: calc(100% - 4rem)!important
	}
	.vus-vh-calc-md-64 {
		height: calc(100vh - 4rem)!important
	}
	.vus-h-px-md-65 {
		height: 4.0625rem!important
	}
	.vus-h-min-px-md-65 {
		min-height: 4.0625rem!important
	}
	.vus-h-max-px-md-65 {
		max-height: 4.0625rem!important
	}
	.vus-h-calc-md-65 {
		height: calc(100% - 4.0625rem)!important
	}
	.vus-vh-calc-md-65 {
		height: calc(100vh - 4.0625rem)!important
	}
	.vus-h-px-md-66 {
		height: 4.125rem!important
	}
	.vus-h-min-px-md-66 {
		min-height: 4.125rem!important
	}
	.vus-h-max-px-md-66 {
		max-height: 4.125rem!important
	}
	.vus-h-calc-md-66 {
		height: calc(100% - 4.125rem)!important
	}
	.vus-vh-calc-md-66 {
		height: calc(100vh - 4.125rem)!important
	}
	.vus-h-px-md-68 {
		height: 4.25rem!important
	}
	.vus-h-min-px-md-68 {
		min-height: 4.25rem!important
	}
	.vus-h-max-px-md-68 {
		max-height: 4.25rem!important
	}
	.vus-h-calc-md-68 {
		height: calc(100% - 4.25rem)!important
	}
	.vus-vh-calc-md-68 {
		height: calc(100vh - 4.25rem)!important
	}
	.vus-h-px-md-70 {
		height: 4.375rem!important
	}
	.vus-h-min-px-md-70 {
		min-height: 4.375rem!important
	}
	.vus-h-max-px-md-70 {
		max-height: 4.375rem!important
	}
	.vus-h-calc-md-70 {
		height: calc(100% - 4.375rem)!important
	}
	.vus-vh-calc-md-70 {
		height: calc(100vh - 4.375rem)!important
	}
	.vus-h-px-md-72 {
		height: 4.5rem!important
	}
	.vus-h-min-px-md-72 {
		min-height: 4.5rem!important
	}
	.vus-h-max-px-md-72 {
		max-height: 4.5rem!important
	}
	.vus-h-calc-md-72 {
		height: calc(100% - 4.5rem)!important
	}
	.vus-vh-calc-md-72 {
		height: calc(100vh - 4.5rem)!important
	}
	.vus-h-px-md-74 {
		height: 4.625rem!important
	}
	.vus-h-min-px-md-74 {
		min-height: 4.625rem!important
	}
	.vus-h-max-px-md-74 {
		max-height: 4.625rem!important
	}
	.vus-h-calc-md-74 {
		height: calc(100% - 4.625rem)!important
	}
	.vus-vh-calc-md-74 {
		height: calc(100vh - 4.625rem)!important
	}
	.vus-h-px-md-75 {
		height: 4.6875rem!important
	}
	.vus-h-min-px-md-75 {
		min-height: 4.6875rem!important
	}
	.vus-h-max-px-md-75 {
		max-height: 4.6875rem!important
	}
	.vus-h-calc-md-75 {
		height: calc(100% - 4.6875rem)!important
	}
	.vus-vh-calc-md-75 {
		height: calc(100vh - 4.6875rem)!important
	}
	.vus-h-px-md-76 {
		height: 4.75rem!important
	}
	.vus-h-min-px-md-76 {
		min-height: 4.75rem!important
	}
	.vus-h-max-px-md-76 {
		max-height: 4.75rem!important
	}
	.vus-h-calc-md-76 {
		height: calc(100% - 4.75rem)!important
	}
	.vus-vh-calc-md-76 {
		height: calc(100vh - 4.75rem)!important
	}
	.vus-h-px-md-78 {
		height: 4.875rem!important
	}
	.vus-h-min-px-md-78 {
		min-height: 4.875rem!important
	}
	.vus-h-max-px-md-78 {
		max-height: 4.875rem!important
	}
	.vus-h-calc-md-78 {
		height: calc(100% - 4.875rem)!important
	}
	.vus-vh-calc-md-78 {
		height: calc(100vh - 4.875rem)!important
	}
	.vus-h-px-md-80 {
		height: 5rem!important
	}
	.vus-h-min-px-md-80 {
		min-height: 5rem!important
	}
	.vus-h-max-px-md-80 {
		max-height: 5rem!important
	}
	.vus-h-calc-md-80 {
		height: calc(100% - 5rem)!important
	}
	.vus-vh-calc-md-80 {
		height: calc(100vh - 5rem)!important
	}
	.vus-h-px-md-82 {
		height: 5.125rem!important
	}
	.vus-h-min-px-md-82 {
		min-height: 5.125rem!important
	}
	.vus-h-max-px-md-82 {
		max-height: 5.125rem!important
	}
	.vus-h-calc-md-82 {
		height: calc(100% - 5.125rem)!important
	}
	.vus-vh-calc-md-82 {
		height: calc(100vh - 5.125rem)!important
	}
	.vus-h-px-md-84 {
		height: 5.25rem!important
	}
	.vus-h-min-px-md-84 {
		min-height: 5.25rem!important
	}
	.vus-h-max-px-md-84 {
		max-height: 5.25rem!important
	}
	.vus-h-calc-md-84 {
		height: calc(100% - 5.25rem)!important
	}
	.vus-vh-calc-md-84 {
		height: calc(100vh - 5.25rem)!important
	}
	.vus-h-px-md-85 {
		height: 5.3125rem!important
	}
	.vus-h-min-px-md-85 {
		min-height: 5.3125rem!important
	}
	.vus-h-max-px-md-85 {
		max-height: 5.3125rem!important
	}
	.vus-h-calc-md-85 {
		height: calc(100% - 5.3125rem)!important
	}
	.vus-vh-calc-md-85 {
		height: calc(100vh - 5.3125rem)!important
	}
	.vus-h-px-md-86 {
		height: 5.375rem!important
	}
	.vus-h-min-px-md-86 {
		min-height: 5.375rem!important
	}
	.vus-h-max-px-md-86 {
		max-height: 5.375rem!important
	}
	.vus-h-calc-md-86 {
		height: calc(100% - 5.375rem)!important
	}
	.vus-vh-calc-md-86 {
		height: calc(100vh - 5.375rem)!important
	}
	.vus-h-px-md-88 {
		height: 5.5rem!important
	}
	.vus-h-min-px-md-88 {
		min-height: 5.5rem!important
	}
	.vus-h-max-px-md-88 {
		max-height: 5.5rem!important
	}
	.vus-h-calc-md-88 {
		height: calc(100% - 5.5rem)!important
	}
	.vus-vh-calc-md-88 {
		height: calc(100vh - 5.5rem)!important
	}
	.vus-h-px-md-90 {
		height: 5.625rem!important
	}
	.vus-h-min-px-md-90 {
		min-height: 5.625rem!important
	}
	.vus-h-max-px-md-90 {
		max-height: 5.625rem!important
	}
	.vus-h-calc-md-90 {
		height: calc(100% - 5.625rem)!important
	}
	.vus-vh-calc-md-90 {
		height: calc(100vh - 5.625rem)!important
	}
	.vus-h-px-md-92 {
		height: 5.75rem!important
	}
	.vus-h-min-px-md-92 {
		min-height: 5.75rem!important
	}
	.vus-h-max-px-md-92 {
		max-height: 5.75rem!important
	}
	.vus-h-calc-md-92 {
		height: calc(100% - 5.75rem)!important
	}
	.vus-vh-calc-md-92 {
		height: calc(100vh - 5.75rem)!important
	}
	.vus-h-px-md-94 {
		height: 5.875rem!important
	}
	.vus-h-min-px-md-94 {
		min-height: 5.875rem!important
	}
	.vus-h-max-px-md-94 {
		max-height: 5.875rem!important
	}
	.vus-h-calc-md-94 {
		height: calc(100% - 5.875rem)!important
	}
	.vus-vh-calc-md-94 {
		height: calc(100vh - 5.875rem)!important
	}
	.vus-h-px-md-95 {
		height: 5.9375rem!important
	}
	.vus-h-min-px-md-95 {
		min-height: 5.9375rem!important
	}
	.vus-h-max-px-md-95 {
		max-height: 5.9375rem!important
	}
	.vus-h-calc-md-95 {
		height: calc(100% - 5.9375rem)!important
	}
	.vus-vh-calc-md-95 {
		height: calc(100vh - 5.9375rem)!important
	}
	.vus-h-px-md-96 {
		height: 6rem!important
	}
	.vus-h-min-px-md-96 {
		min-height: 6rem!important
	}
	.vus-h-max-px-md-96 {
		max-height: 6rem!important
	}
	.vus-h-calc-md-96 {
		height: calc(100% - 6rem)!important
	}
	.vus-vh-calc-md-96 {
		height: calc(100vh - 6rem)!important
	}
	.vus-h-px-md-98 {
		height: 6.125rem!important
	}
	.vus-h-min-px-md-98 {
		min-height: 6.125rem!important
	}
	.vus-h-max-px-md-98 {
		max-height: 6.125rem!important
	}
	.vus-h-calc-md-98 {
		height: calc(100% - 6.125rem)!important
	}
	.vus-vh-calc-md-98 {
		height: calc(100vh - 6.125rem)!important
	}
	.vus-h-px-md-100 {
		height: 6.25rem!important
	}
	.vus-h-min-px-md-100 {
		min-height: 6.25rem!important
	}
	.vus-h-max-px-md-100 {
		max-height: 6.25rem!important
	}
	.vus-h-calc-md-100 {
		height: calc(100% - 6.25rem)!important
	}
	.vus-vh-calc-md-100 {
		height: calc(100vh - 6.25rem)!important
	}
	.vus-h-px-md-110 {
		height: 6.875rem!important
	}
	.vus-h-min-px-md-110 {
		min-height: 6.875rem!important
	}
	.vus-h-max-px-md-110 {
		max-height: 6.875rem!important
	}
	.vus-h-calc-md-110 {
		height: calc(100% - 6.875rem)!important
	}
	.vus-vh-calc-md-110 {
		height: calc(100vh - 6.875rem)!important
	}
	.vus-h-px-md-120 {
		height: 7.5rem!important
	}
	.vus-h-min-px-md-120 {
		min-height: 7.5rem!important
	}
	.vus-h-max-px-md-120 {
		max-height: 7.5rem!important
	}
	.vus-h-calc-md-120 {
		height: calc(100% - 7.5rem)!important
	}
	.vus-vh-calc-md-120 {
		height: calc(100vh - 7.5rem)!important
	}
	.vus-h-px-md-130 {
		height: 8.125rem!important
	}
	.vus-h-min-px-md-130 {
		min-height: 8.125rem!important
	}
	.vus-h-max-px-md-130 {
		max-height: 8.125rem!important
	}
	.vus-h-calc-md-130 {
		height: calc(100% - 8.125rem)!important
	}
	.vus-vh-calc-md-130 {
		height: calc(100vh - 8.125rem)!important
	}
	.vus-h-px-md-140 {
		height: 8.75rem!important
	}
	.vus-h-min-px-md-140 {
		min-height: 8.75rem!important
	}
	.vus-h-max-px-md-140 {
		max-height: 8.75rem!important
	}
	.vus-h-calc-md-140 {
		height: calc(100% - 8.75rem)!important
	}
	.vus-vh-calc-md-140 {
		height: calc(100vh - 8.75rem)!important
	}
	.vus-h-px-md-150 {
		height: 9.375rem!important
	}
	.vus-h-min-px-md-150 {
		min-height: 9.375rem!important
	}
	.vus-h-max-px-md-150 {
		max-height: 9.375rem!important
	}
	.vus-h-calc-md-150 {
		height: calc(100% - 9.375rem)!important
	}
	.vus-vh-calc-md-150 {
		height: calc(100vh - 9.375rem)!important
	}
	.vus-h-px-md-160 {
		height: 10rem!important
	}
	.vus-h-min-px-md-160 {
		min-height: 10rem!important
	}
	.vus-h-max-px-md-160 {
		max-height: 10rem!important
	}
	.vus-h-calc-md-160 {
		height: calc(100% - 10rem)!important
	}
	.vus-vh-calc-md-160 {
		height: calc(100vh - 10rem)!important
	}
	.vus-h-px-md-170 {
		height: 10.625rem!important
	}
	.vus-h-min-px-md-170 {
		min-height: 10.625rem!important
	}
	.vus-h-max-px-md-170 {
		max-height: 10.625rem!important
	}
	.vus-h-calc-md-170 {
		height: calc(100% - 10.625rem)!important
	}
	.vus-vh-calc-md-170 {
		height: calc(100vh - 10.625rem)!important
	}
	.vus-h-px-md-180 {
		height: 11.25rem!important
	}
	.vus-h-min-px-md-180 {
		min-height: 11.25rem!important
	}
	.vus-h-max-px-md-180 {
		max-height: 11.25rem!important
	}
	.vus-h-calc-md-180 {
		height: calc(100% - 11.25rem)!important
	}
	.vus-vh-calc-md-180 {
		height: calc(100vh - 11.25rem)!important
	}
	.vus-h-px-md-190 {
		height: 11.875rem!important
	}
	.vus-h-min-px-md-190 {
		min-height: 11.875rem!important
	}
	.vus-h-max-px-md-190 {
		max-height: 11.875rem!important
	}
	.vus-h-calc-md-190 {
		height: calc(100% - 11.875rem)!important
	}
	.vus-vh-calc-md-190 {
		height: calc(100vh - 11.875rem)!important
	}
	.vus-h-px-md-200 {
		height: 12.5rem!important
	}
	.vus-h-min-px-md-200 {
		min-height: 12.5rem!important
	}
	.vus-h-max-px-md-200 {
		max-height: 12.5rem!important
	}
	.vus-h-calc-md-200 {
		height: calc(100% - 12.5rem)!important
	}
	.vus-vh-calc-md-200 {
		height: calc(100vh - 12.5rem)!important
	}
	.vus-h-px-md-250 {
		height: 15.625rem!important
	}
	.vus-h-min-px-md-250 {
		min-height: 15.625rem!important
	}
	.vus-h-max-px-md-250 {
		max-height: 15.625rem!important
	}
	.vus-h-calc-md-250 {
		height: calc(100% - 15.625rem)!important
	}
	.vus-vh-calc-md-250 {
		height: calc(100vh - 15.625rem)!important
	}
	.vus-h-px-md-300 {
		height: 18.75rem!important
	}
	.vus-h-min-px-md-300 {
		min-height: 18.75rem!important
	}
	.vus-h-max-px-md-300 {
		max-height: 18.75rem!important
	}
	.vus-h-calc-md-300 {
		height: calc(100% - 18.75rem)!important
	}
	.vus-vh-calc-md-300 {
		height: calc(100vh - 18.75rem)!important
	}
	.vus-h-px-md-350 {
		height: 21.875rem!important
	}
	.vus-h-min-px-md-350 {
		min-height: 21.875rem!important
	}
	.vus-h-max-px-md-350 {
		max-height: 21.875rem!important
	}
	.vus-h-calc-md-350 {
		height: calc(100% - 21.875rem)!important
	}
	.vus-vh-calc-md-350 {
		height: calc(100vh - 21.875rem)!important
	}
	.vus-h-px-md-400 {
		height: 25rem!important
	}
	.vus-h-min-px-md-400 {
		min-height: 25rem!important
	}
	.vus-h-max-px-md-400 {
		max-height: 25rem!important
	}
	.vus-h-calc-md-400 {
		height: calc(100% - 25rem)!important
	}
	.vus-vh-calc-md-400 {
		height: calc(100vh - 25rem)!important
	}
	.vus-h-px-md-450 {
		height: 28.125rem!important
	}
	.vus-h-min-px-md-450 {
		min-height: 28.125rem!important
	}
	.vus-h-max-px-md-450 {
		max-height: 28.125rem!important
	}
	.vus-h-calc-md-450 {
		height: calc(100% - 28.125rem)!important
	}
	.vus-vh-calc-md-450 {
		height: calc(100vh - 28.125rem)!important
	}
	.vus-h-px-md-500 {
		height: 31.25rem!important
	}
	.vus-h-min-px-md-500 {
		min-height: 31.25rem!important
	}
	.vus-h-max-px-md-500 {
		max-height: 31.25rem!important
	}
	.vus-h-calc-md-500 {
		height: calc(100% - 31.25rem)!important
	}
	.vus-vh-calc-md-500 {
		height: calc(100vh - 31.25rem)!important
	}
	.vus-h-px-md-550 {
		height: 34.375rem!important
	}
	.vus-h-min-px-md-550 {
		min-height: 34.375rem!important
	}
	.vus-h-max-px-md-550 {
		max-height: 34.375rem!important
	}
	.vus-h-calc-md-550 {
		height: calc(100% - 34.375rem)!important
	}
	.vus-vh-calc-md-550 {
		height: calc(100vh - 34.375rem)!important
	}
	.vus-h-px-md-600 {
		height: 37.5rem!important
	}
	.vus-h-min-px-md-600 {
		min-height: 37.5rem!important
	}
	.vus-h-max-px-md-600 {
		max-height: 37.5rem!important
	}
	.vus-h-calc-md-600 {
		height: calc(100% - 37.5rem)!important
	}
	.vus-vh-calc-md-600 {
		height: calc(100vh - 37.5rem)!important
	}
	.vus-h-px-md-650 {
		height: 40.625rem!important
	}
	.vus-h-min-px-md-650 {
		min-height: 40.625rem!important
	}
	.vus-h-max-px-md-650 {
		max-height: 40.625rem!important
	}
	.vus-h-calc-md-650 {
		height: calc(100% - 40.625rem)!important
	}
	.vus-vh-calc-md-650 {
		height: calc(100vh - 40.625rem)!important
	}
	.vus-h-px-md-700 {
		height: 43.75rem!important
	}
	.vus-h-min-px-md-700 {
		min-height: 43.75rem!important
	}
	.vus-h-max-px-md-700 {
		max-height: 43.75rem!important
	}
	.vus-h-calc-md-700 {
		height: calc(100% - 43.75rem)!important
	}
	.vus-vh-calc-md-700 {
		height: calc(100vh - 43.75rem)!important
	}
	.vus-h-px-md-750 {
		height: 46.875rem!important
	}
	.vus-h-min-px-md-750 {
		min-height: 46.875rem!important
	}
	.vus-h-max-px-md-750 {
		max-height: 46.875rem!important
	}
	.vus-h-calc-md-750 {
		height: calc(100% - 46.875rem)!important
	}
	.vus-vh-calc-md-750 {
		height: calc(100vh - 46.875rem)!important
	}
}

@media (min-width: 1280px) {
	.vus-h-lg-5 {
		height: 5%!important
	}
	.vus-h-min-lg-5 {
		min-height: 5%!important
	}
	.vus-h-max-lg-5 {
		max-height: 5%!important
	}
	.vus-vh-lg-5 {
		height: 5vh!important
	}
	.vus-h-lg-10 {
		height: 10%!important
	}
	.vus-h-min-lg-10 {
		min-height: 10%!important
	}
	.vus-h-max-lg-10 {
		max-height: 10%!important
	}
	.vus-vh-lg-10 {
		height: 10vh!important
	}
	.vus-h-lg-15 {
		height: 15%!important
	}
	.vus-h-min-lg-15 {
		min-height: 15%!important
	}
	.vus-h-max-lg-15 {
		max-height: 15%!important
	}
	.vus-vh-lg-15 {
		height: 15vh!important
	}
	.vus-h-lg-20 {
		height: 20%!important
	}
	.vus-h-min-lg-20 {
		min-height: 20%!important
	}
	.vus-h-max-lg-20 {
		max-height: 20%!important
	}
	.vus-vh-lg-20 {
		height: 20vh!important
	}
	.vus-h-lg-25 {
		height: 25%!important
	}
	.vus-h-min-lg-25 {
		min-height: 25%!important
	}
	.vus-h-max-lg-25 {
		max-height: 25%!important
	}
	.vus-vh-lg-25 {
		height: 25vh!important
	}
	.vus-h-lg-30 {
		height: 30%!important
	}
	.vus-h-min-lg-30 {
		min-height: 30%!important
	}
	.vus-h-max-lg-30 {
		max-height: 30%!important
	}
	.vus-vh-lg-30 {
		height: 30vh!important
	}
	.vus-h-lg-35 {
		height: 35%!important
	}
	.vus-h-min-lg-35 {
		min-height: 35%!important
	}
	.vus-h-max-lg-35 {
		max-height: 35%!important
	}
	.vus-vh-lg-35 {
		height: 35vh!important
	}
	.vus-h-lg-40 {
		height: 40%!important
	}
	.vus-h-min-lg-40 {
		min-height: 40%!important
	}
	.vus-h-max-lg-40 {
		max-height: 40%!important
	}
	.vus-vh-lg-40 {
		height: 40vh!important
	}
	.vus-h-lg-45 {
		height: 45%!important
	}
	.vus-h-min-lg-45 {
		min-height: 45%!important
	}
	.vus-h-max-lg-45 {
		max-height: 45%!important
	}
	.vus-vh-lg-45 {
		height: 45vh!important
	}
	.vus-h-lg-50 {
		height: 50%!important
	}
	.vus-h-min-lg-50 {
		min-height: 50%!important
	}
	.vus-h-max-lg-50 {
		max-height: 50%!important
	}
	.vus-vh-lg-50 {
		height: 50vh!important
	}
	.vus-h-lg-55 {
		height: 55%!important
	}
	.vus-h-min-lg-55 {
		min-height: 55%!important
	}
	.vus-h-max-lg-55 {
		max-height: 55%!important
	}
	.vus-vh-lg-55 {
		height: 55vh!important
	}
	.vus-h-lg-60 {
		height: 60%!important
	}
	.vus-h-min-lg-60 {
		min-height: 60%!important
	}
	.vus-h-max-lg-60 {
		max-height: 60%!important
	}
	.vus-vh-lg-60 {
		height: 60vh!important
	}
	.vus-h-lg-65 {
		height: 65%!important
	}
	.vus-h-min-lg-65 {
		min-height: 65%!important
	}
	.vus-h-max-lg-65 {
		max-height: 65%!important
	}
	.vus-vh-lg-65 {
		height: 65vh!important
	}
	.vus-h-lg-70 {
		height: 70%!important
	}
	.vus-h-min-lg-70 {
		min-height: 70%!important
	}
	.vus-h-max-lg-70 {
		max-height: 70%!important
	}
	.vus-vh-lg-70 {
		height: 70vh!important
	}
	.vus-h-lg-75 {
		height: 75%!important
	}
	.vus-h-min-lg-75 {
		min-height: 75%!important
	}
	.vus-h-max-lg-75 {
		max-height: 75%!important
	}
	.vus-vh-lg-75 {
		height: 75vh!important
	}
	.vus-h-lg-80 {
		height: 80%!important
	}
	.vus-h-min-lg-80 {
		min-height: 80%!important
	}
	.vus-h-max-lg-80 {
		max-height: 80%!important
	}
	.vus-vh-lg-80 {
		height: 80vh!important
	}
	.vus-h-lg-85 {
		height: 85%!important
	}
	.vus-h-min-lg-85 {
		min-height: 85%!important
	}
	.vus-h-max-lg-85 {
		max-height: 85%!important
	}
	.vus-vh-lg-85 {
		height: 85vh!important
	}
	.vus-h-lg-90 {
		height: 90%!important
	}
	.vus-h-min-lg-90 {
		min-height: 90%!important
	}
	.vus-h-max-lg-90 {
		max-height: 90%!important
	}
	.vus-vh-lg-90 {
		height: 90vh!important
	}
	.vus-h-lg-95 {
		height: 95%!important
	}
	.vus-h-min-lg-95 {
		min-height: 95%!important
	}
	.vus-h-max-lg-95 {
		max-height: 95%!important
	}
	.vus-vh-lg-95 {
		height: 95vh!important
	}
	.vus-h-lg-100 {
		height: 100%!important
	}
	.vus-h-min-lg-100 {
		min-height: 100%!important
	}
	.vus-h-max-lg-100 {
		max-height: 100%!important
	}
	.vus-vh-lg-100 {
		height: 100vh!important
	}
	.vus-h-px-lg-1 {
		height: .0625rem!important
	}
	.vus-h-min-px-lg-1 {
		min-height: .0625rem!important
	}
	.vus-h-max-px-lg-1 {
		max-height: .0625rem!important
	}
	.vus-h-calc-lg-1 {
		height: calc(100% - .0625rem)!important
	}
	.vus-vh-calc-lg-1 {
		height: calc(100vh - .0625rem)!important
	}
	.vus-h-px-lg-2 {
		height: .125rem!important
	}
	.vus-h-min-px-lg-2 {
		min-height: .125rem!important
	}
	.vus-h-max-px-lg-2 {
		max-height: .125rem!important
	}
	.vus-h-calc-lg-2 {
		height: calc(100% - .125rem)!important
	}
	.vus-vh-calc-lg-2 {
		height: calc(100vh - .125rem)!important
	}
	.vus-h-px-lg-3 {
		height: .1875rem!important
	}
	.vus-h-min-px-lg-3 {
		min-height: .1875rem!important
	}
	.vus-h-max-px-lg-3 {
		max-height: .1875rem!important
	}
	.vus-h-calc-lg-3 {
		height: calc(100% - .1875rem)!important
	}
	.vus-vh-calc-lg-3 {
		height: calc(100vh - .1875rem)!important
	}
	.vus-h-px-lg-4 {
		height: .25rem!important
	}
	.vus-h-min-px-lg-4 {
		min-height: .25rem!important
	}
	.vus-h-max-px-lg-4 {
		max-height: .25rem!important
	}
	.vus-h-calc-lg-4 {
		height: calc(100% - .25rem)!important
	}
	.vus-vh-calc-lg-4 {
		height: calc(100vh - .25rem)!important
	}
	.vus-h-px-lg-5 {
		height: .3125rem!important
	}
	.vus-h-min-px-lg-5 {
		min-height: .3125rem!important
	}
	.vus-h-max-px-lg-5 {
		max-height: .3125rem!important
	}
	.vus-h-calc-lg-5 {
		height: calc(100% - .3125rem)!important
	}
	.vus-vh-calc-lg-5 {
		height: calc(100vh - .3125rem)!important
	}
	.vus-h-px-lg-6 {
		height: .375rem!important
	}
	.vus-h-min-px-lg-6 {
		min-height: .375rem!important
	}
	.vus-h-max-px-lg-6 {
		max-height: .375rem!important
	}
	.vus-h-calc-lg-6 {
		height: calc(100% - .375rem)!important
	}
	.vus-vh-calc-lg-6 {
		height: calc(100vh - .375rem)!important
	}
	.vus-h-px-lg-7 {
		height: .4375rem!important
	}
	.vus-h-min-px-lg-7 {
		min-height: .4375rem!important
	}
	.vus-h-max-px-lg-7 {
		max-height: .4375rem!important
	}
	.vus-h-calc-lg-7 {
		height: calc(100% - .4375rem)!important
	}
	.vus-vh-calc-lg-7 {
		height: calc(100vh - .4375rem)!important
	}
	.vus-h-px-lg-8 {
		height: .5rem!important
	}
	.vus-h-min-px-lg-8 {
		min-height: .5rem!important
	}
	.vus-h-max-px-lg-8 {
		max-height: .5rem!important
	}
	.vus-h-calc-lg-8 {
		height: calc(100% - .5rem)!important
	}
	.vus-vh-calc-lg-8 {
		height: calc(100vh - .5rem)!important
	}
	.vus-h-px-lg-9 {
		height: .5625rem!important
	}
	.vus-h-min-px-lg-9 {
		min-height: .5625rem!important
	}
	.vus-h-max-px-lg-9 {
		max-height: .5625rem!important
	}
	.vus-h-calc-lg-9 {
		height: calc(100% - .5625rem)!important
	}
	.vus-vh-calc-lg-9 {
		height: calc(100vh - .5625rem)!important
	}
	.vus-h-px-lg-10 {
		height: .625rem!important
	}
	.vus-h-min-px-lg-10 {
		min-height: .625rem!important
	}
	.vus-h-max-px-lg-10 {
		max-height: .625rem!important
	}
	.vus-h-calc-lg-10 {
		height: calc(100% - .625rem)!important
	}
	.vus-vh-calc-lg-10 {
		height: calc(100vh - .625rem)!important
	}
	.vus-h-px-lg-12 {
		height: .75rem!important
	}
	.vus-h-min-px-lg-12 {
		min-height: .75rem!important
	}
	.vus-h-max-px-lg-12 {
		max-height: .75rem!important
	}
	.vus-h-calc-lg-12 {
		height: calc(100% - .75rem)!important
	}
	.vus-vh-calc-lg-12 {
		height: calc(100vh - .75rem)!important
	}
	.vus-h-px-lg-14 {
		height: .875rem!important
	}
	.vus-h-min-px-lg-14 {
		min-height: .875rem!important
	}
	.vus-h-max-px-lg-14 {
		max-height: .875rem!important
	}
	.vus-h-calc-lg-14 {
		height: calc(100% - .875rem)!important
	}
	.vus-vh-calc-lg-14 {
		height: calc(100vh - .875rem)!important
	}
	.vus-h-px-lg-15 {
		height: .9375rem!important
	}
	.vus-h-min-px-lg-15 {
		min-height: .9375rem!important
	}
	.vus-h-max-px-lg-15 {
		max-height: .9375rem!important
	}
	.vus-h-calc-lg-15 {
		height: calc(100% - .9375rem)!important
	}
	.vus-vh-calc-lg-15 {
		height: calc(100vh - .9375rem)!important
	}
	.vus-h-px-lg-16 {
		height: 1rem!important
	}
	.vus-h-min-px-lg-16 {
		min-height: 1rem!important
	}
	.vus-h-max-px-lg-16 {
		max-height: 1rem!important
	}
	.vus-h-calc-lg-16 {
		height: calc(100% - 1rem)!important
	}
	.vus-vh-calc-lg-16 {
		height: calc(100vh - 1rem)!important
	}
	.vus-h-px-lg-18 {
		height: 1.125rem!important
	}
	.vus-h-min-px-lg-18 {
		min-height: 1.125rem!important
	}
	.vus-h-max-px-lg-18 {
		max-height: 1.125rem!important
	}
	.vus-h-calc-lg-18 {
		height: calc(100% - 1.125rem)!important
	}
	.vus-vh-calc-lg-18 {
		height: calc(100vh - 1.125rem)!important
	}
	.vus-h-px-lg-20 {
		height: 1.25rem!important
	}
	.vus-h-min-px-lg-20 {
		min-height: 1.25rem!important
	}
	.vus-h-max-px-lg-20 {
		max-height: 1.25rem!important
	}
	.vus-h-calc-lg-20 {
		height: calc(100% - 1.25rem)!important
	}
	.vus-vh-calc-lg-20 {
		height: calc(100vh - 1.25rem)!important
	}
	.vus-h-px-lg-22 {
		height: 1.375rem!important
	}
	.vus-h-min-px-lg-22 {
		min-height: 1.375rem!important
	}
	.vus-h-max-px-lg-22 {
		max-height: 1.375rem!important
	}
	.vus-h-calc-lg-22 {
		height: calc(100% - 1.375rem)!important
	}
	.vus-vh-calc-lg-22 {
		height: calc(100vh - 1.375rem)!important
	}
	.vus-h-px-lg-24 {
		height: 1.5rem!important
	}
	.vus-h-min-px-lg-24 {
		min-height: 1.5rem!important
	}
	.vus-h-max-px-lg-24 {
		max-height: 1.5rem!important
	}
	.vus-h-calc-lg-24 {
		height: calc(100% - 1.5rem)!important
	}
	.vus-vh-calc-lg-24 {
		height: calc(100vh - 1.5rem)!important
	}
	.vus-h-px-lg-25 {
		height: 1.5625rem!important
	}
	.vus-h-min-px-lg-25 {
		min-height: 1.5625rem!important
	}
	.vus-h-max-px-lg-25 {
		max-height: 1.5625rem!important
	}
	.vus-h-calc-lg-25 {
		height: calc(100% - 1.5625rem)!important
	}
	.vus-vh-calc-lg-25 {
		height: calc(100vh - 1.5625rem)!important
	}
	.vus-h-px-lg-26 {
		height: 1.625rem!important
	}
	.vus-h-min-px-lg-26 {
		min-height: 1.625rem!important
	}
	.vus-h-max-px-lg-26 {
		max-height: 1.625rem!important
	}
	.vus-h-calc-lg-26 {
		height: calc(100% - 1.625rem)!important
	}
	.vus-vh-calc-lg-26 {
		height: calc(100vh - 1.625rem)!important
	}
	.vus-h-px-lg-28 {
		height: 1.75rem!important
	}
	.vus-h-min-px-lg-28 {
		min-height: 1.75rem!important
	}
	.vus-h-max-px-lg-28 {
		max-height: 1.75rem!important
	}
	.vus-h-calc-lg-28 {
		height: calc(100% - 1.75rem)!important
	}
	.vus-vh-calc-lg-28 {
		height: calc(100vh - 1.75rem)!important
	}
	.vus-h-px-lg-30 {
		height: 1.875rem!important
	}
	.vus-h-min-px-lg-30 {
		min-height: 1.875rem!important
	}
	.vus-h-max-px-lg-30 {
		max-height: 1.875rem!important
	}
	.vus-h-calc-lg-30 {
		height: calc(100% - 1.875rem)!important
	}
	.vus-vh-calc-lg-30 {
		height: calc(100vh - 1.875rem)!important
	}
	.vus-h-px-lg-32 {
		height: 2rem!important
	}
	.vus-h-min-px-lg-32 {
		min-height: 2rem!important
	}
	.vus-h-max-px-lg-32 {
		max-height: 2rem!important
	}
	.vus-h-calc-lg-32 {
		height: calc(100% - 2rem)!important
	}
	.vus-vh-calc-lg-32 {
		height: calc(100vh - 2rem)!important
	}
	.vus-h-px-lg-34 {
		height: 2.125rem!important
	}
	.vus-h-min-px-lg-34 {
		min-height: 2.125rem!important
	}
	.vus-h-max-px-lg-34 {
		max-height: 2.125rem!important
	}
	.vus-h-calc-lg-34 {
		height: calc(100% - 2.125rem)!important
	}
	.vus-vh-calc-lg-34 {
		height: calc(100vh - 2.125rem)!important
	}
	.vus-h-px-lg-35 {
		height: 2.1875rem!important
	}
	.vus-h-min-px-lg-35 {
		min-height: 2.1875rem!important
	}
	.vus-h-max-px-lg-35 {
		max-height: 2.1875rem!important
	}
	.vus-h-calc-lg-35 {
		height: calc(100% - 2.1875rem)!important
	}
	.vus-vh-calc-lg-35 {
		height: calc(100vh - 2.1875rem)!important
	}
	.vus-h-px-lg-36 {
		height: 2.25rem!important
	}
	.vus-h-min-px-lg-36 {
		min-height: 2.25rem!important
	}
	.vus-h-max-px-lg-36 {
		max-height: 2.25rem!important
	}
	.vus-h-calc-lg-36 {
		height: calc(100% - 2.25rem)!important
	}
	.vus-vh-calc-lg-36 {
		height: calc(100vh - 2.25rem)!important
	}
	.vus-h-px-lg-38 {
		height: 2.375rem!important
	}
	.vus-h-min-px-lg-38 {
		min-height: 2.375rem!important
	}
	.vus-h-max-px-lg-38 {
		max-height: 2.375rem!important
	}
	.vus-h-calc-lg-38 {
		height: calc(100% - 2.375rem)!important
	}
	.vus-vh-calc-lg-38 {
		height: calc(100vh - 2.375rem)!important
	}
	.vus-h-px-lg-40 {
		height: 2.5rem!important
	}
	.vus-h-min-px-lg-40 {
		min-height: 2.5rem!important
	}
	.vus-h-max-px-lg-40 {
		max-height: 2.5rem!important
	}
	.vus-h-calc-lg-40 {
		height: calc(100% - 2.5rem)!important
	}
	.vus-vh-calc-lg-40 {
		height: calc(100vh - 2.5rem)!important
	}
	.vus-h-px-lg-42 {
		height: 2.625rem!important
	}
	.vus-h-min-px-lg-42 {
		min-height: 2.625rem!important
	}
	.vus-h-max-px-lg-42 {
		max-height: 2.625rem!important
	}
	.vus-h-calc-lg-42 {
		height: calc(100% - 2.625rem)!important
	}
	.vus-vh-calc-lg-42 {
		height: calc(100vh - 2.625rem)!important
	}
	.vus-h-px-lg-44 {
		height: 2.75rem!important
	}
	.vus-h-min-px-lg-44 {
		min-height: 2.75rem!important
	}
	.vus-h-max-px-lg-44 {
		max-height: 2.75rem!important
	}
	.vus-h-calc-lg-44 {
		height: calc(100% - 2.75rem)!important
	}
	.vus-vh-calc-lg-44 {
		height: calc(100vh - 2.75rem)!important
	}
	.vus-h-px-lg-45 {
		height: 2.8125rem!important
	}
	.vus-h-min-px-lg-45 {
		min-height: 2.8125rem!important
	}
	.vus-h-max-px-lg-45 {
		max-height: 2.8125rem!important
	}
	.vus-h-calc-lg-45 {
		height: calc(100% - 2.8125rem)!important
	}
	.vus-vh-calc-lg-45 {
		height: calc(100vh - 2.8125rem)!important
	}
	.vus-h-px-lg-46 {
		height: 2.875rem!important
	}
	.vus-h-min-px-lg-46 {
		min-height: 2.875rem!important
	}
	.vus-h-max-px-lg-46 {
		max-height: 2.875rem!important
	}
	.vus-h-calc-lg-46 {
		height: calc(100% - 2.875rem)!important
	}
	.vus-vh-calc-lg-46 {
		height: calc(100vh - 2.875rem)!important
	}
	.vus-h-px-lg-48 {
		height: 3rem!important
	}
	.vus-h-min-px-lg-48 {
		min-height: 3rem!important
	}
	.vus-h-max-px-lg-48 {
		max-height: 3rem!important
	}
	.vus-h-calc-lg-48 {
		height: calc(100% - 3rem)!important
	}
	.vus-vh-calc-lg-48 {
		height: calc(100vh - 3rem)!important
	}
	.vus-h-px-lg-50 {
		height: 3.125rem!important
	}
	.vus-h-min-px-lg-50 {
		min-height: 3.125rem!important
	}
	.vus-h-max-px-lg-50 {
		max-height: 3.125rem!important
	}
	.vus-h-calc-lg-50 {
		height: calc(100% - 3.125rem)!important
	}
	.vus-vh-calc-lg-50 {
		height: calc(100vh - 3.125rem)!important
	}
	.vus-h-px-lg-52 {
		height: 3.25rem!important
	}
	.vus-h-min-px-lg-52 {
		min-height: 3.25rem!important
	}
	.vus-h-max-px-lg-52 {
		max-height: 3.25rem!important
	}
	.vus-h-calc-lg-52 {
		height: calc(100% - 3.25rem)!important
	}
	.vus-vh-calc-lg-52 {
		height: calc(100vh - 3.25rem)!important
	}
	.vus-h-px-lg-54 {
		height: 3.375rem!important
	}
	.vus-h-min-px-lg-54 {
		min-height: 3.375rem!important
	}
	.vus-h-max-px-lg-54 {
		max-height: 3.375rem!important
	}
	.vus-h-calc-lg-54 {
		height: calc(100% - 3.375rem)!important
	}
	.vus-vh-calc-lg-54 {
		height: calc(100vh - 3.375rem)!important
	}
	.vus-h-px-lg-55 {
		height: 3.4375rem!important
	}
	.vus-h-min-px-lg-55 {
		min-height: 3.4375rem!important
	}
	.vus-h-max-px-lg-55 {
		max-height: 3.4375rem!important
	}
	.vus-h-calc-lg-55 {
		height: calc(100% - 3.4375rem)!important
	}
	.vus-vh-calc-lg-55 {
		height: calc(100vh - 3.4375rem)!important
	}
	.vus-h-px-lg-56 {
		height: 3.5rem!important
	}
	.vus-h-min-px-lg-56 {
		min-height: 3.5rem!important
	}
	.vus-h-max-px-lg-56 {
		max-height: 3.5rem!important
	}
	.vus-h-calc-lg-56 {
		height: calc(100% - 3.5rem)!important
	}
	.vus-vh-calc-lg-56 {
		height: calc(100vh - 3.5rem)!important
	}
	.vus-h-px-lg-58 {
		height: 3.625rem!important
	}
	.vus-h-min-px-lg-58 {
		min-height: 3.625rem!important
	}
	.vus-h-max-px-lg-58 {
		max-height: 3.625rem!important
	}
	.vus-h-calc-lg-58 {
		height: calc(100% - 3.625rem)!important
	}
	.vus-vh-calc-lg-58 {
		height: calc(100vh - 3.625rem)!important
	}
	.vus-h-px-lg-60 {
		height: 3.75rem!important
	}
	.vus-h-min-px-lg-60 {
		min-height: 3.75rem!important
	}
	.vus-h-max-px-lg-60 {
		max-height: 3.75rem!important
	}
	.vus-h-calc-lg-60 {
		height: calc(100% - 3.75rem)!important
	}
	.vus-vh-calc-lg-60 {
		height: calc(100vh - 3.75rem)!important
	}
	.vus-h-px-lg-62 {
		height: 3.875rem!important
	}
	.vus-h-min-px-lg-62 {
		min-height: 3.875rem!important
	}
	.vus-h-max-px-lg-62 {
		max-height: 3.875rem!important
	}
	.vus-h-calc-lg-62 {
		height: calc(100% - 3.875rem)!important
	}
	.vus-vh-calc-lg-62 {
		height: calc(100vh - 3.875rem)!important
	}
	.vus-h-px-lg-64 {
		height: 4rem!important
	}
	.vus-h-min-px-lg-64 {
		min-height: 4rem!important
	}
	.vus-h-max-px-lg-64 {
		max-height: 4rem!important
	}
	.vus-h-calc-lg-64 {
		height: calc(100% - 4rem)!important
	}
	.vus-vh-calc-lg-64 {
		height: calc(100vh - 4rem)!important
	}
	.vus-h-px-lg-65 {
		height: 4.0625rem!important
	}
	.vus-h-min-px-lg-65 {
		min-height: 4.0625rem!important
	}
	.vus-h-max-px-lg-65 {
		max-height: 4.0625rem!important
	}
	.vus-h-calc-lg-65 {
		height: calc(100% - 4.0625rem)!important
	}
	.vus-vh-calc-lg-65 {
		height: calc(100vh - 4.0625rem)!important
	}
	.vus-h-px-lg-66 {
		height: 4.125rem!important
	}
	.vus-h-min-px-lg-66 {
		min-height: 4.125rem!important
	}
	.vus-h-max-px-lg-66 {
		max-height: 4.125rem!important
	}
	.vus-h-calc-lg-66 {
		height: calc(100% - 4.125rem)!important
	}
	.vus-vh-calc-lg-66 {
		height: calc(100vh - 4.125rem)!important
	}
	.vus-h-px-lg-68 {
		height: 4.25rem!important
	}
	.vus-h-min-px-lg-68 {
		min-height: 4.25rem!important
	}
	.vus-h-max-px-lg-68 {
		max-height: 4.25rem!important
	}
	.vus-h-calc-lg-68 {
		height: calc(100% - 4.25rem)!important
	}
	.vus-vh-calc-lg-68 {
		height: calc(100vh - 4.25rem)!important
	}
	.vus-h-px-lg-70 {
		height: 4.375rem!important
	}
	.vus-h-min-px-lg-70 {
		min-height: 4.375rem!important
	}
	.vus-h-max-px-lg-70 {
		max-height: 4.375rem!important
	}
	.vus-h-calc-lg-70 {
		height: calc(100% - 4.375rem)!important
	}
	.vus-vh-calc-lg-70 {
		height: calc(100vh - 4.375rem)!important
	}
	.vus-h-px-lg-72 {
		height: 4.5rem!important
	}
	.vus-h-min-px-lg-72 {
		min-height: 4.5rem!important
	}
	.vus-h-max-px-lg-72 {
		max-height: 4.5rem!important
	}
	.vus-h-calc-lg-72 {
		height: calc(100% - 4.5rem)!important
	}
	.vus-vh-calc-lg-72 {
		height: calc(100vh - 4.5rem)!important
	}
	.vus-h-px-lg-74 {
		height: 4.625rem!important
	}
	.vus-h-min-px-lg-74 {
		min-height: 4.625rem!important
	}
	.vus-h-max-px-lg-74 {
		max-height: 4.625rem!important
	}
	.vus-h-calc-lg-74 {
		height: calc(100% - 4.625rem)!important
	}
	.vus-vh-calc-lg-74 {
		height: calc(100vh - 4.625rem)!important
	}
	.vus-h-px-lg-75 {
		height: 4.6875rem!important
	}
	.vus-h-min-px-lg-75 {
		min-height: 4.6875rem!important
	}
	.vus-h-max-px-lg-75 {
		max-height: 4.6875rem!important
	}
	.vus-h-calc-lg-75 {
		height: calc(100% - 4.6875rem)!important
	}
	.vus-vh-calc-lg-75 {
		height: calc(100vh - 4.6875rem)!important
	}
	.vus-h-px-lg-76 {
		height: 4.75rem!important
	}
	.vus-h-min-px-lg-76 {
		min-height: 4.75rem!important
	}
	.vus-h-max-px-lg-76 {
		max-height: 4.75rem!important
	}
	.vus-h-calc-lg-76 {
		height: calc(100% - 4.75rem)!important
	}
	.vus-vh-calc-lg-76 {
		height: calc(100vh - 4.75rem)!important
	}
	.vus-h-px-lg-78 {
		height: 4.875rem!important
	}
	.vus-h-min-px-lg-78 {
		min-height: 4.875rem!important
	}
	.vus-h-max-px-lg-78 {
		max-height: 4.875rem!important
	}
	.vus-h-calc-lg-78 {
		height: calc(100% - 4.875rem)!important
	}
	.vus-vh-calc-lg-78 {
		height: calc(100vh - 4.875rem)!important
	}
	.vus-h-px-lg-80 {
		height: 5rem!important
	}
	.vus-h-min-px-lg-80 {
		min-height: 5rem!important
	}
	.vus-h-max-px-lg-80 {
		max-height: 5rem!important
	}
	.vus-h-calc-lg-80 {
		height: calc(100% - 5rem)!important
	}
	.vus-vh-calc-lg-80 {
		height: calc(100vh - 5rem)!important
	}
	.vus-h-px-lg-82 {
		height: 5.125rem!important
	}
	.vus-h-min-px-lg-82 {
		min-height: 5.125rem!important
	}
	.vus-h-max-px-lg-82 {
		max-height: 5.125rem!important
	}
	.vus-h-calc-lg-82 {
		height: calc(100% - 5.125rem)!important
	}
	.vus-vh-calc-lg-82 {
		height: calc(100vh - 5.125rem)!important
	}
	.vus-h-px-lg-84 {
		height: 5.25rem!important
	}
	.vus-h-min-px-lg-84 {
		min-height: 5.25rem!important
	}
	.vus-h-max-px-lg-84 {
		max-height: 5.25rem!important
	}
	.vus-h-calc-lg-84 {
		height: calc(100% - 5.25rem)!important
	}
	.vus-vh-calc-lg-84 {
		height: calc(100vh - 5.25rem)!important
	}
	.vus-h-px-lg-85 {
		height: 5.3125rem!important
	}
	.vus-h-min-px-lg-85 {
		min-height: 5.3125rem!important
	}
	.vus-h-max-px-lg-85 {
		max-height: 5.3125rem!important
	}
	.vus-h-calc-lg-85 {
		height: calc(100% - 5.3125rem)!important
	}
	.vus-vh-calc-lg-85 {
		height: calc(100vh - 5.3125rem)!important
	}
	.vus-h-px-lg-86 {
		height: 5.375rem!important
	}
	.vus-h-min-px-lg-86 {
		min-height: 5.375rem!important
	}
	.vus-h-max-px-lg-86 {
		max-height: 5.375rem!important
	}
	.vus-h-calc-lg-86 {
		height: calc(100% - 5.375rem)!important
	}
	.vus-vh-calc-lg-86 {
		height: calc(100vh - 5.375rem)!important
	}
	.vus-h-px-lg-88 {
		height: 5.5rem!important
	}
	.vus-h-min-px-lg-88 {
		min-height: 5.5rem!important
	}
	.vus-h-max-px-lg-88 {
		max-height: 5.5rem!important
	}
	.vus-h-calc-lg-88 {
		height: calc(100% - 5.5rem)!important
	}
	.vus-vh-calc-lg-88 {
		height: calc(100vh - 5.5rem)!important
	}
	.vus-h-px-lg-90 {
		height: 5.625rem!important
	}
	.vus-h-min-px-lg-90 {
		min-height: 5.625rem!important
	}
	.vus-h-max-px-lg-90 {
		max-height: 5.625rem!important
	}
	.vus-h-calc-lg-90 {
		height: calc(100% - 5.625rem)!important
	}
	.vus-vh-calc-lg-90 {
		height: calc(100vh - 5.625rem)!important
	}
	.vus-h-px-lg-92 {
		height: 5.75rem!important
	}
	.vus-h-min-px-lg-92 {
		min-height: 5.75rem!important
	}
	.vus-h-max-px-lg-92 {
		max-height: 5.75rem!important
	}
	.vus-h-calc-lg-92 {
		height: calc(100% - 5.75rem)!important
	}
	.vus-vh-calc-lg-92 {
		height: calc(100vh - 5.75rem)!important
	}
	.vus-h-px-lg-94 {
		height: 5.875rem!important
	}
	.vus-h-min-px-lg-94 {
		min-height: 5.875rem!important
	}
	.vus-h-max-px-lg-94 {
		max-height: 5.875rem!important
	}
	.vus-h-calc-lg-94 {
		height: calc(100% - 5.875rem)!important
	}
	.vus-vh-calc-lg-94 {
		height: calc(100vh - 5.875rem)!important
	}
	.vus-h-px-lg-95 {
		height: 5.9375rem!important
	}
	.vus-h-min-px-lg-95 {
		min-height: 5.9375rem!important
	}
	.vus-h-max-px-lg-95 {
		max-height: 5.9375rem!important
	}
	.vus-h-calc-lg-95 {
		height: calc(100% - 5.9375rem)!important
	}
	.vus-vh-calc-lg-95 {
		height: calc(100vh - 5.9375rem)!important
	}
	.vus-h-px-lg-96 {
		height: 6rem!important
	}
	.vus-h-min-px-lg-96 {
		min-height: 6rem!important
	}
	.vus-h-max-px-lg-96 {
		max-height: 6rem!important
	}
	.vus-h-calc-lg-96 {
		height: calc(100% - 6rem)!important
	}
	.vus-vh-calc-lg-96 {
		height: calc(100vh - 6rem)!important
	}
	.vus-h-px-lg-98 {
		height: 6.125rem!important
	}
	.vus-h-min-px-lg-98 {
		min-height: 6.125rem!important
	}
	.vus-h-max-px-lg-98 {
		max-height: 6.125rem!important
	}
	.vus-h-calc-lg-98 {
		height: calc(100% - 6.125rem)!important
	}
	.vus-vh-calc-lg-98 {
		height: calc(100vh - 6.125rem)!important
	}
	.vus-h-px-lg-100 {
		height: 6.25rem!important
	}
	.vus-h-min-px-lg-100 {
		min-height: 6.25rem!important
	}
	.vus-h-max-px-lg-100 {
		max-height: 6.25rem!important
	}
	.vus-h-calc-lg-100 {
		height: calc(100% - 6.25rem)!important
	}
	.vus-vh-calc-lg-100 {
		height: calc(100vh - 6.25rem)!important
	}
	.vus-h-px-lg-110 {
		height: 6.875rem!important
	}
	.vus-h-min-px-lg-110 {
		min-height: 6.875rem!important
	}
	.vus-h-max-px-lg-110 {
		max-height: 6.875rem!important
	}
	.vus-h-calc-lg-110 {
		height: calc(100% - 6.875rem)!important
	}
	.vus-vh-calc-lg-110 {
		height: calc(100vh - 6.875rem)!important
	}
	.vus-h-px-lg-120 {
		height: 7.5rem!important
	}
	.vus-h-min-px-lg-120 {
		min-height: 7.5rem!important
	}
	.vus-h-max-px-lg-120 {
		max-height: 7.5rem!important
	}
	.vus-h-calc-lg-120 {
		height: calc(100% - 7.5rem)!important
	}
	.vus-vh-calc-lg-120 {
		height: calc(100vh - 7.5rem)!important
	}
	.vus-h-px-lg-130 {
		height: 8.125rem!important
	}
	.vus-h-min-px-lg-130 {
		min-height: 8.125rem!important
	}
	.vus-h-max-px-lg-130 {
		max-height: 8.125rem!important
	}
	.vus-h-calc-lg-130 {
		height: calc(100% - 8.125rem)!important
	}
	.vus-vh-calc-lg-130 {
		height: calc(100vh - 8.125rem)!important
	}
	.vus-h-px-lg-140 {
		height: 8.75rem!important
	}
	.vus-h-min-px-lg-140 {
		min-height: 8.75rem!important
	}
	.vus-h-max-px-lg-140 {
		max-height: 8.75rem!important
	}
	.vus-h-calc-lg-140 {
		height: calc(100% - 8.75rem)!important
	}
	.vus-vh-calc-lg-140 {
		height: calc(100vh - 8.75rem)!important
	}
	.vus-h-px-lg-150 {
		height: 9.375rem!important
	}
	.vus-h-min-px-lg-150 {
		min-height: 9.375rem!important
	}
	.vus-h-max-px-lg-150 {
		max-height: 9.375rem!important
	}
	.vus-h-calc-lg-150 {
		height: calc(100% - 9.375rem)!important
	}
	.vus-vh-calc-lg-150 {
		height: calc(100vh - 9.375rem)!important
	}
	.vus-h-px-lg-160 {
		height: 10rem!important
	}
	.vus-h-min-px-lg-160 {
		min-height: 10rem!important
	}
	.vus-h-max-px-lg-160 {
		max-height: 10rem!important
	}
	.vus-h-calc-lg-160 {
		height: calc(100% - 10rem)!important
	}
	.vus-vh-calc-lg-160 {
		height: calc(100vh - 10rem)!important
	}
	.vus-h-px-lg-170 {
		height: 10.625rem!important
	}
	.vus-h-min-px-lg-170 {
		min-height: 10.625rem!important
	}
	.vus-h-max-px-lg-170 {
		max-height: 10.625rem!important
	}
	.vus-h-calc-lg-170 {
		height: calc(100% - 10.625rem)!important
	}
	.vus-vh-calc-lg-170 {
		height: calc(100vh - 10.625rem)!important
	}
	.vus-h-px-lg-180 {
		height: 11.25rem!important
	}
	.vus-h-min-px-lg-180 {
		min-height: 11.25rem!important
	}
	.vus-h-max-px-lg-180 {
		max-height: 11.25rem!important
	}
	.vus-h-calc-lg-180 {
		height: calc(100% - 11.25rem)!important
	}
	.vus-vh-calc-lg-180 {
		height: calc(100vh - 11.25rem)!important
	}
	.vus-h-px-lg-190 {
		height: 11.875rem!important
	}
	.vus-h-min-px-lg-190 {
		min-height: 11.875rem!important
	}
	.vus-h-max-px-lg-190 {
		max-height: 11.875rem!important
	}
	.vus-h-calc-lg-190 {
		height: calc(100% - 11.875rem)!important
	}
	.vus-vh-calc-lg-190 {
		height: calc(100vh - 11.875rem)!important
	}
	.vus-h-px-lg-200 {
		height: 12.5rem!important
	}
	.vus-h-min-px-lg-200 {
		min-height: 12.5rem!important
	}
	.vus-h-max-px-lg-200 {
		max-height: 12.5rem!important
	}
	.vus-h-calc-lg-200 {
		height: calc(100% - 12.5rem)!important
	}
	.vus-vh-calc-lg-200 {
		height: calc(100vh - 12.5rem)!important
	}
	.vus-h-px-lg-250 {
		height: 15.625rem!important
	}
	.vus-h-min-px-lg-250 {
		min-height: 15.625rem!important
	}
	.vus-h-max-px-lg-250 {
		max-height: 15.625rem!important
	}
	.vus-h-calc-lg-250 {
		height: calc(100% - 15.625rem)!important
	}
	.vus-vh-calc-lg-250 {
		height: calc(100vh - 15.625rem)!important
	}
	.vus-h-px-lg-300 {
		height: 18.75rem!important
	}
	.vus-h-min-px-lg-300 {
		min-height: 18.75rem!important
	}
	.vus-h-max-px-lg-300 {
		max-height: 18.75rem!important
	}
	.vus-h-calc-lg-300 {
		height: calc(100% - 18.75rem)!important
	}
	.vus-vh-calc-lg-300 {
		height: calc(100vh - 18.75rem)!important
	}
	.vus-h-px-lg-350 {
		height: 21.875rem!important
	}
	.vus-h-min-px-lg-350 {
		min-height: 21.875rem!important
	}
	.vus-h-max-px-lg-350 {
		max-height: 21.875rem!important
	}
	.vus-h-calc-lg-350 {
		height: calc(100% - 21.875rem)!important
	}
	.vus-vh-calc-lg-350 {
		height: calc(100vh - 21.875rem)!important
	}
	.vus-h-px-lg-400 {
		height: 25rem!important
	}
	.vus-h-min-px-lg-400 {
		min-height: 25rem!important
	}
	.vus-h-max-px-lg-400 {
		max-height: 25rem!important
	}
	.vus-h-calc-lg-400 {
		height: calc(100% - 25rem)!important
	}
	.vus-vh-calc-lg-400 {
		height: calc(100vh - 25rem)!important
	}
	.vus-h-px-lg-450 {
		height: 28.125rem!important
	}
	.vus-h-min-px-lg-450 {
		min-height: 28.125rem!important
	}
	.vus-h-max-px-lg-450 {
		max-height: 28.125rem!important
	}
	.vus-h-calc-lg-450 {
		height: calc(100% - 28.125rem)!important
	}
	.vus-vh-calc-lg-450 {
		height: calc(100vh - 28.125rem)!important
	}
	.vus-h-px-lg-500 {
		height: 31.25rem!important
	}
	.vus-h-min-px-lg-500 {
		min-height: 31.25rem!important
	}
	.vus-h-max-px-lg-500 {
		max-height: 31.25rem!important
	}
	.vus-h-calc-lg-500 {
		height: calc(100% - 31.25rem)!important
	}
	.vus-vh-calc-lg-500 {
		height: calc(100vh - 31.25rem)!important
	}
	.vus-h-px-lg-550 {
		height: 34.375rem!important
	}
	.vus-h-min-px-lg-550 {
		min-height: 34.375rem!important
	}
	.vus-h-max-px-lg-550 {
		max-height: 34.375rem!important
	}
	.vus-h-calc-lg-550 {
		height: calc(100% - 34.375rem)!important
	}
	.vus-vh-calc-lg-550 {
		height: calc(100vh - 34.375rem)!important
	}
	.vus-h-px-lg-600 {
		height: 37.5rem!important
	}
	.vus-h-min-px-lg-600 {
		min-height: 37.5rem!important
	}
	.vus-h-max-px-lg-600 {
		max-height: 37.5rem!important
	}
	.vus-h-calc-lg-600 {
		height: calc(100% - 37.5rem)!important
	}
	.vus-vh-calc-lg-600 {
		height: calc(100vh - 37.5rem)!important
	}
	.vus-h-px-lg-650 {
		height: 40.625rem!important
	}
	.vus-h-min-px-lg-650 {
		min-height: 40.625rem!important
	}
	.vus-h-max-px-lg-650 {
		max-height: 40.625rem!important
	}
	.vus-h-calc-lg-650 {
		height: calc(100% - 40.625rem)!important
	}
	.vus-vh-calc-lg-650 {
		height: calc(100vh - 40.625rem)!important
	}
	.vus-h-px-lg-700 {
		height: 43.75rem!important
	}
	.vus-h-min-px-lg-700 {
		min-height: 43.75rem!important
	}
	.vus-h-max-px-lg-700 {
		max-height: 43.75rem!important
	}
	.vus-h-calc-lg-700 {
		height: calc(100% - 43.75rem)!important
	}
	.vus-vh-calc-lg-700 {
		height: calc(100vh - 43.75rem)!important
	}
	.vus-h-px-lg-750 {
		height: 46.875rem!important
	}
	.vus-h-min-px-lg-750 {
		min-height: 46.875rem!important
	}
	.vus-h-max-px-lg-750 {
		max-height: 46.875rem!important
	}
	.vus-h-calc-lg-750 {
		height: calc(100% - 46.875rem)!important
	}
	.vus-vh-calc-lg-750 {
		height: calc(100vh - 46.875rem)!important
	}
}

.vus-h-0 {
	height: 0!important
}

.vus-h-auto {
	height: auto!important
}

.vus-h-min-auto {
	min-height: auto!important
}

.vus-h-max-auto {
	max-height: auto!important
}

.vus-ma-1 {
	margin: .0625rem!important
}

.vus-ma-2 {
	margin: .125rem!important
}

.vus-ma-3 {
	margin: .1875rem!important
}

.vus-ma-4 {
	margin: .25rem!important
}

.vus-ma-5 {
	margin: .3125rem!important
}

.vus-ma-6 {
	margin: .375rem!important
}

.vus-ma-7 {
	margin: .4375rem!important
}

.vus-ma-8 {
	margin: .5rem!important
}

.vus-ma-9 {
	margin: .5625rem!important
}

.vus-ma-10 {
	margin: .625rem!important
}

.vus-ma-12 {
	margin: .75rem!important
}

.vus-ma-14 {
	margin: .875rem!important
}

.vus-ma-15 {
	margin: .9375rem!important
}

.vus-ma-16 {
	margin: 1rem!important
}

.vus-ma-18 {
	margin: 1.125rem!important
}

.vus-ma-20 {
	margin: 1.25rem!important
}

.vus-ma-22 {
	margin: 1.375rem!important
}

.vus-ma-24 {
	margin: 1.5rem!important
}

.vus-ma-25 {
	margin: 1.5625rem!important
}

.vus-ma-26 {
	margin: 1.625rem!important
}

.vus-ma-28 {
	margin: 1.75rem!important
}

.vus-ma-30 {
	margin: 1.875rem!important
}

.vus-ma-32 {
	margin: 2rem!important
}

.vus-ma-34 {
	margin: 2.125rem!important
}

.vus-ma-35 {
	margin: 2.1875rem!important
}

.vus-ma-36 {
	margin: 2.25rem!important
}

.vus-ma-38 {
	margin: 2.375rem!important
}

.vus-ma-40 {
	margin: 2.5rem!important
}

.vus-ma-42 {
	margin: 2.625rem!important
}

.vus-ma-44 {
	margin: 2.75rem!important
}

.vus-ma-45 {
	margin: 2.8125rem!important
}

.vus-ma-46 {
	margin: 2.875rem!important
}

.vus-ma-48 {
	margin: 3rem!important
}

.vus-ma-50 {
	margin: 3.125rem!important
}

.vus-ma-52 {
	margin: 3.25rem!important
}

.vus-ma-54 {
	margin: 3.375rem!important
}

.vus-ma-55 {
	margin: 3.4375rem!important
}

.vus-ma-56 {
	margin: 3.5rem!important
}

.vus-ma-58 {
	margin: 3.625rem!important
}

.vus-ma-60 {
	margin: 3.75rem!important
}

.vus-ma-62 {
	margin: 3.875rem!important
}

.vus-ma-64 {
	margin: 4rem!important
}

.vus-ma-65 {
	margin: 4.0625rem!important
}

.vus-ma-66 {
	margin: 4.125rem!important
}

.vus-ma-68 {
	margin: 4.25rem!important
}

.vus-ma-70 {
	margin: 4.375rem!important
}

.vus-ma-72 {
	margin: 4.5rem!important
}

.vus-ma-74 {
	margin: 4.625rem!important
}

.vus-ma-75 {
	margin: 4.6875rem!important
}

.vus-ma-76 {
	margin: 4.75rem!important
}

.vus-ma-78 {
	margin: 4.875rem!important
}

.vus-ma-80 {
	margin: 5rem!important
}

.vus-ma-82 {
	margin: 5.125rem!important
}

.vus-ma-84 {
	margin: 5.25rem!important
}

.vus-ma-85 {
	margin: 5.3125rem!important
}

.vus-ma-86 {
	margin: 5.375rem!important
}

.vus-ma-88 {
	margin: 5.5rem!important
}

.vus-ma-90 {
	margin: 5.625rem!important
}

.vus-ma-92 {
	margin: 5.75rem!important
}

.vus-ma-94 {
	margin: 5.875rem!important
}

.vus-ma-95 {
	margin: 5.9375rem!important
}

.vus-ma-96 {
	margin: 6rem!important
}

.vus-ma-98 {
	margin: 6.125rem!important
}

.vus-ma-100 {
	margin: 6.25rem!important
}

.vus-ma-110 {
	margin: 6.875rem!important
}

.vus-ma-120 {
	margin: 7.5rem!important
}

.vus-ma-130 {
	margin: 8.125rem!important
}

.vus-ma-140 {
	margin: 8.75rem!important
}

.vus-ma-150 {
	margin: 9.375rem!important
}

.vus-ma-160 {
	margin: 10rem!important
}

.vus-ma-170 {
	margin: 10.625rem!important
}

.vus-ma-180 {
	margin: 11.25rem!important
}

.vus-ma-190 {
	margin: 11.875rem!important
}

.vus-ma-200 {
	margin: 12.5rem!important
}

.vus-ml-1 {
	margin-left: .0625rem!important
}

.vus-mt-1 {
	margin-top: .0625rem!important
}

.vus-mr-1 {
	margin-right: .0625rem!important
}

.vus-mb-1 {
	margin-bottom: .0625rem!important
}

.vus-ml-2 {
	margin-left: .125rem!important
}

.vus-mt-2 {
	margin-top: .125rem!important
}

.vus-mr-2 {
	margin-right: .125rem!important
}

.vus-mb-2 {
	margin-bottom: .125rem!important
}

.vus-ml-3 {
	margin-left: .1875rem!important
}

.vus-mt-3 {
	margin-top: .1875rem!important
}

.vus-mr-3 {
	margin-right: .1875rem!important
}

.vus-mb-3 {
	margin-bottom: .1875rem!important
}

.vus-ml-4 {
	margin-left: .25rem!important
}

.vus-mt-4 {
	margin-top: .25rem!important
}

.vus-mr-4 {
	margin-right: .25rem!important
}

.vus-mb-4 {
	margin-bottom: .25rem!important
}

.vus-ml-5 {
	margin-left: .3125rem!important
}

.vus-mt-5 {
	margin-top: .3125rem!important
}

.vus-mr-5 {
	margin-right: .3125rem!important
}

.vus-mb-5 {
	margin-bottom: .3125rem!important
}

.vus-ml-6 {
	margin-left: .375rem!important
}

.vus-mt-6 {
	margin-top: .375rem!important
}

.vus-mr-6 {
	margin-right: .375rem!important
}

.vus-mb-6 {
	margin-bottom: .375rem!important
}

.vus-ml-7 {
	margin-left: .4375rem!important
}

.vus-mt-7 {
	margin-top: .4375rem!important
}

.vus-mr-7 {
	margin-right: .4375rem!important
}

.vus-mb-7 {
	margin-bottom: .4375rem!important
}

.vus-ml-8 {
	margin-left: .5rem!important
}

.vus-mt-8 {
	margin-top: .5rem!important
}

.vus-mr-8 {
	margin-right: .5rem!important
}

.vus-mb-8 {
	margin-bottom: .5rem!important
}

.vus-ml-9 {
	margin-left: .5625rem!important
}

.vus-mt-9 {
	margin-top: .5625rem!important
}

.vus-mr-9 {
	margin-right: .5625rem!important
}

.vus-mb-9 {
	margin-bottom: .5625rem!important
}

.vus-ml-10 {
	margin-left: .625rem!important
}

.vus-mt-10 {
	margin-top: .625rem!important
}

.vus-mr-10 {
	margin-right: .625rem!important
}

.vus-mb-10 {
	margin-bottom: .625rem!important
}

.vus-ml-12 {
	margin-left: .75rem!important
}

.vus-mt-12 {
	margin-top: .75rem!important
}

.vus-mr-12 {
	margin-right: .75rem!important
}

.vus-mb-12 {
	margin-bottom: .75rem!important
}

.vus-ml-14 {
	margin-left: .875rem!important
}

.vus-mt-14 {
	margin-top: .875rem!important
}

.vus-mr-14 {
	margin-right: .875rem!important
}

.vus-mb-14 {
	margin-bottom: .875rem!important
}

.vus-ml-15 {
	margin-left: .9375rem!important
}

.vus-mt-15 {
	margin-top: .9375rem!important
}

.vus-mr-15 {
	margin-right: .9375rem!important
}

.vus-mb-15 {
	margin-bottom: .9375rem!important
}

.vus-ml-16 {
	margin-left: 1rem!important
}

.vus-mt-16 {
	margin-top: 1rem!important
}

.vus-mr-16 {
	margin-right: 1rem!important
}

.vus-mb-16 {
	margin-bottom: 1rem!important
}

.vus-ml-18 {
	margin-left: 1.125rem!important
}

.vus-mt-18 {
	margin-top: 1.125rem!important
}

.vus-mr-18 {
	margin-right: 1.125rem!important
}

.vus-mb-18 {
	margin-bottom: 1.125rem!important
}

.vus-ml-20 {
	margin-left: 1.25rem!important
}

.vus-mt-20 {
	margin-top: 1.25rem!important
}

.vus-mr-20 {
	margin-right: 1.25rem!important
}

.vus-mb-20 {
	margin-bottom: 1.25rem!important
}

.vus-ml-22 {
	margin-left: 1.375rem!important
}

.vus-mt-22 {
	margin-top: 1.375rem!important
}

.vus-mr-22 {
	margin-right: 1.375rem!important
}

.vus-mb-22 {
	margin-bottom: 1.375rem!important
}

.vus-ml-24 {
	margin-left: 1.5rem!important
}

.vus-mt-24 {
	margin-top: 1.5rem!important
}

.vus-mr-24 {
	margin-right: 1.5rem!important
}

.vus-mb-24 {
	margin-bottom: 1.5rem!important
}

.vus-ml-25 {
	margin-left: 1.5625rem!important
}

.vus-mt-25 {
	margin-top: 1.5625rem!important
}

.vus-mr-25 {
	margin-right: 1.5625rem!important
}

.vus-mb-25 {
	margin-bottom: 1.5625rem!important
}

.vus-ml-26 {
	margin-left: 1.625rem!important
}

.vus-mt-26 {
	margin-top: 1.625rem!important
}

.vus-mr-26 {
	margin-right: 1.625rem!important
}

.vus-mb-26 {
	margin-bottom: 1.625rem!important
}

.vus-ml-28 {
	margin-left: 1.75rem!important
}

.vus-mt-28 {
	margin-top: 1.75rem!important
}

.vus-mr-28 {
	margin-right: 1.75rem!important
}

.vus-mb-28 {
	margin-bottom: 1.75rem!important
}

.vus-ml-30 {
	margin-left: 1.875rem!important
}

.vus-mt-30 {
	margin-top: 1.875rem!important
}

.vus-mr-30 {
	margin-right: 1.875rem!important
}

.vus-mb-30 {
	margin-bottom: 1.875rem!important
}

.vus-ml-32 {
	margin-left: 2rem!important
}

.vus-mt-32 {
	margin-top: 2rem!important
}

.vus-mr-32 {
	margin-right: 2rem!important
}

.vus-mb-32 {
	margin-bottom: 2rem!important
}

.vus-ml-34 {
	margin-left: 2.125rem!important
}

.vus-mt-34 {
	margin-top: 2.125rem!important
}

.vus-mr-34 {
	margin-right: 2.125rem!important
}

.vus-mb-34 {
	margin-bottom: 2.125rem!important
}

.vus-ml-35 {
	margin-left: 2.1875rem!important
}

.vus-mt-35 {
	margin-top: 2.1875rem!important
}

.vus-mr-35 {
	margin-right: 2.1875rem!important
}

.vus-mb-35 {
	margin-bottom: 2.1875rem!important
}

.vus-ml-36 {
	margin-left: 2.25rem!important
}

.vus-mt-36 {
	margin-top: 2.25rem!important
}

.vus-mr-36 {
	margin-right: 2.25rem!important
}

.vus-mb-36 {
	margin-bottom: 2.25rem!important
}

.vus-ml-38 {
	margin-left: 2.375rem!important
}

.vus-mt-38 {
	margin-top: 2.375rem!important
}

.vus-mr-38 {
	margin-right: 2.375rem!important
}

.vus-mb-38 {
	margin-bottom: 2.375rem!important
}

.vus-ml-40 {
	margin-left: 2.5rem!important
}

.vus-mt-40 {
	margin-top: 2.5rem!important
}

.vus-mr-40 {
	margin-right: 2.5rem!important
}

.vus-mb-40 {
	margin-bottom: 2.5rem!important
}

.vus-ml-42 {
	margin-left: 2.625rem!important
}

.vus-mt-42 {
	margin-top: 2.625rem!important
}

.vus-mr-42 {
	margin-right: 2.625rem!important
}

.vus-mb-42 {
	margin-bottom: 2.625rem!important
}

.vus-ml-44 {
	margin-left: 2.75rem!important
}

.vus-mt-44 {
	margin-top: 2.75rem!important
}

.vus-mr-44 {
	margin-right: 2.75rem!important
}

.vus-mb-44 {
	margin-bottom: 2.75rem!important
}

.vus-ml-45 {
	margin-left: 2.8125rem!important
}

.vus-mt-45 {
	margin-top: 2.8125rem!important
}

.vus-mr-45 {
	margin-right: 2.8125rem!important
}

.vus-mb-45 {
	margin-bottom: 2.8125rem!important
}

.vus-ml-46 {
	margin-left: 2.875rem!important
}

.vus-mt-46 {
	margin-top: 2.875rem!important
}

.vus-mr-46 {
	margin-right: 2.875rem!important
}

.vus-mb-46 {
	margin-bottom: 2.875rem!important
}

.vus-ml-48 {
	margin-left: 3rem!important
}

.vus-mt-48 {
	margin-top: 3rem!important
}

.vus-mr-48 {
	margin-right: 3rem!important
}

.vus-mb-48 {
	margin-bottom: 3rem!important
}

.vus-ml-50 {
	margin-left: 3.125rem!important
}

.vus-mt-50 {
	margin-top: 3.125rem!important
}

.vus-mr-50 {
	margin-right: 3.125rem!important
}

.vus-mb-50 {
	margin-bottom: 3.125rem!important
}

.vus-ml-52 {
	margin-left: 3.25rem!important
}

.vus-mt-52 {
	margin-top: 3.25rem!important
}

.vus-mr-52 {
	margin-right: 3.25rem!important
}

.vus-mb-52 {
	margin-bottom: 3.25rem!important
}

.vus-ml-54 {
	margin-left: 3.375rem!important
}

.vus-mt-54 {
	margin-top: 3.375rem!important
}

.vus-mr-54 {
	margin-right: 3.375rem!important
}

.vus-mb-54 {
	margin-bottom: 3.375rem!important
}

.vus-ml-55 {
	margin-left: 3.4375rem!important
}

.vus-mt-55 {
	margin-top: 3.4375rem!important
}

.vus-mr-55 {
	margin-right: 3.4375rem!important
}

.vus-mb-55 {
	margin-bottom: 3.4375rem!important
}

.vus-ml-56 {
	margin-left: 3.5rem!important
}

.vus-mt-56 {
	margin-top: 3.5rem!important
}

.vus-mr-56 {
	margin-right: 3.5rem!important
}

.vus-mb-56 {
	margin-bottom: 3.5rem!important
}

.vus-ml-58 {
	margin-left: 3.625rem!important
}

.vus-mt-58 {
	margin-top: 3.625rem!important
}

.vus-mr-58 {
	margin-right: 3.625rem!important
}

.vus-mb-58 {
	margin-bottom: 3.625rem!important
}

.vus-ml-60 {
	margin-left: 3.75rem!important
}

.vus-mt-60 {
	margin-top: 3.75rem!important
}

.vus-mr-60 {
	margin-right: 3.75rem!important
}

.vus-mb-60 {
	margin-bottom: 3.75rem!important
}

.vus-ml-62 {
	margin-left: 3.875rem!important
}

.vus-mt-62 {
	margin-top: 3.875rem!important
}

.vus-mr-62 {
	margin-right: 3.875rem!important
}

.vus-mb-62 {
	margin-bottom: 3.875rem!important
}

.vus-ml-64 {
	margin-left: 4rem!important
}

.vus-mt-64 {
	margin-top: 4rem!important
}

.vus-mr-64 {
	margin-right: 4rem!important
}

.vus-mb-64 {
	margin-bottom: 4rem!important
}

.vus-ml-65 {
	margin-left: 4.0625rem!important
}

.vus-mt-65 {
	margin-top: 4.0625rem!important
}

.vus-mr-65 {
	margin-right: 4.0625rem!important
}

.vus-mb-65 {
	margin-bottom: 4.0625rem!important
}

.vus-ml-66 {
	margin-left: 4.125rem!important
}

.vus-mt-66 {
	margin-top: 4.125rem!important
}

.vus-mr-66 {
	margin-right: 4.125rem!important
}

.vus-mb-66 {
	margin-bottom: 4.125rem!important
}

.vus-ml-68 {
	margin-left: 4.25rem!important
}

.vus-mt-68 {
	margin-top: 4.25rem!important
}

.vus-mr-68 {
	margin-right: 4.25rem!important
}

.vus-mb-68 {
	margin-bottom: 4.25rem!important
}

.vus-ml-70 {
	margin-left: 4.375rem!important
}

.vus-mt-70 {
	margin-top: 4.375rem!important
}

.vus-mr-70 {
	margin-right: 4.375rem!important
}

.vus-mb-70 {
	margin-bottom: 4.375rem!important
}

.vus-ml-72 {
	margin-left: 4.5rem!important
}

.vus-mt-72 {
	margin-top: 4.5rem!important
}

.vus-mr-72 {
	margin-right: 4.5rem!important
}

.vus-mb-72 {
	margin-bottom: 4.5rem!important
}

.vus-ml-74 {
	margin-left: 4.625rem!important
}

.vus-mt-74 {
	margin-top: 4.625rem!important
}

.vus-mr-74 {
	margin-right: 4.625rem!important
}

.vus-mb-74 {
	margin-bottom: 4.625rem!important
}

.vus-ml-75 {
	margin-left: 4.6875rem!important
}

.vus-mt-75 {
	margin-top: 4.6875rem!important
}

.vus-mr-75 {
	margin-right: 4.6875rem!important
}

.vus-mb-75 {
	margin-bottom: 4.6875rem!important
}

.vus-ml-76 {
	margin-left: 4.75rem!important
}

.vus-mt-76 {
	margin-top: 4.75rem!important
}

.vus-mr-76 {
	margin-right: 4.75rem!important
}

.vus-mb-76 {
	margin-bottom: 4.75rem!important
}

.vus-ml-78 {
	margin-left: 4.875rem!important
}

.vus-mt-78 {
	margin-top: 4.875rem!important
}

.vus-mr-78 {
	margin-right: 4.875rem!important
}

.vus-mb-78 {
	margin-bottom: 4.875rem!important
}

.vus-ml-80 {
	margin-left: 5rem!important
}

.vus-mt-80 {
	margin-top: 5rem!important
}

.vus-mr-80 {
	margin-right: 5rem!important
}

.vus-mb-80 {
	margin-bottom: 5rem!important
}

.vus-ml-82 {
	margin-left: 5.125rem!important
}

.vus-mt-82 {
	margin-top: 5.125rem!important
}

.vus-mr-82 {
	margin-right: 5.125rem!important
}

.vus-mb-82 {
	margin-bottom: 5.125rem!important
}

.vus-ml-84 {
	margin-left: 5.25rem!important
}

.vus-mt-84 {
	margin-top: 5.25rem!important
}

.vus-mr-84 {
	margin-right: 5.25rem!important
}

.vus-mb-84 {
	margin-bottom: 5.25rem!important
}

.vus-ml-85 {
	margin-left: 5.3125rem!important
}

.vus-mt-85 {
	margin-top: 5.3125rem!important
}

.vus-mr-85 {
	margin-right: 5.3125rem!important
}

.vus-mb-85 {
	margin-bottom: 5.3125rem!important
}

.vus-ml-86 {
	margin-left: 5.375rem!important
}

.vus-mt-86 {
	margin-top: 5.375rem!important
}

.vus-mr-86 {
	margin-right: 5.375rem!important
}

.vus-mb-86 {
	margin-bottom: 5.375rem!important
}

.vus-ml-88 {
	margin-left: 5.5rem!important
}

.vus-mt-88 {
	margin-top: 5.5rem!important
}

.vus-mr-88 {
	margin-right: 5.5rem!important
}

.vus-mb-88 {
	margin-bottom: 5.5rem!important
}

.vus-ml-90 {
	margin-left: 5.625rem!important
}

.vus-mt-90 {
	margin-top: 5.625rem!important
}

.vus-mr-90 {
	margin-right: 5.625rem!important
}

.vus-mb-90 {
	margin-bottom: 5.625rem!important
}

.vus-ml-92 {
	margin-left: 5.75rem!important
}

.vus-mt-92 {
	margin-top: 5.75rem!important
}

.vus-mr-92 {
	margin-right: 5.75rem!important
}

.vus-mb-92 {
	margin-bottom: 5.75rem!important
}

.vus-ml-94 {
	margin-left: 5.875rem!important
}

.vus-mt-94 {
	margin-top: 5.875rem!important
}

.vus-mr-94 {
	margin-right: 5.875rem!important
}

.vus-mb-94 {
	margin-bottom: 5.875rem!important
}

.vus-ml-95 {
	margin-left: 5.9375rem!important
}

.vus-mt-95 {
	margin-top: 5.9375rem!important
}

.vus-mr-95 {
	margin-right: 5.9375rem!important
}

.vus-mb-95 {
	margin-bottom: 5.9375rem!important
}

.vus-ml-96 {
	margin-left: 6rem!important
}

.vus-mt-96 {
	margin-top: 6rem!important
}

.vus-mr-96 {
	margin-right: 6rem!important
}

.vus-mb-96 {
	margin-bottom: 6rem!important
}

.vus-ml-98 {
	margin-left: 6.125rem!important
}

.vus-mt-98 {
	margin-top: 6.125rem!important
}

.vus-mr-98 {
	margin-right: 6.125rem!important
}

.vus-mb-98 {
	margin-bottom: 6.125rem!important
}

.vus-ml-100 {
	margin-left: 6.25rem!important
}

.vus-mt-100 {
	margin-top: 6.25rem!important
}

.vus-mr-100 {
	margin-right: 6.25rem!important
}

.vus-mb-100 {
	margin-bottom: 6.25rem!important
}

.vus-ml-110 {
	margin-left: 6.875rem!important
}

.vus-mt-110 {
	margin-top: 6.875rem!important
}

.vus-mr-110 {
	margin-right: 6.875rem!important
}

.vus-mb-110 {
	margin-bottom: 6.875rem!important
}

.vus-ml-120 {
	margin-left: 7.5rem!important
}

.vus-mt-120 {
	margin-top: 7.5rem!important
}

.vus-mr-120 {
	margin-right: 7.5rem!important
}

.vus-mb-120 {
	margin-bottom: 7.5rem!important
}

.vus-ml-130 {
	margin-left: 8.125rem!important
}

.vus-mt-130 {
	margin-top: 8.125rem!important
}

.vus-mr-130 {
	margin-right: 8.125rem!important
}

.vus-mb-130 {
	margin-bottom: 8.125rem!important
}

.vus-ml-140 {
	margin-left: 8.75rem!important
}

.vus-mt-140 {
	margin-top: 8.75rem!important
}

.vus-mr-140 {
	margin-right: 8.75rem!important
}

.vus-mb-140 {
	margin-bottom: 8.75rem!important
}

.vus-ml-150 {
	margin-left: 9.375rem!important
}

.vus-mt-150 {
	margin-top: 9.375rem!important
}

.vus-mr-150 {
	margin-right: 9.375rem!important
}

.vus-mb-150 {
	margin-bottom: 9.375rem!important
}

.vus-ml-160 {
	margin-left: 10rem!important
}

.vus-mt-160 {
	margin-top: 10rem!important
}

.vus-mr-160 {
	margin-right: 10rem!important
}

.vus-mb-160 {
	margin-bottom: 10rem!important
}

.vus-ml-170 {
	margin-left: 10.625rem!important
}

.vus-mt-170 {
	margin-top: 10.625rem!important
}

.vus-mr-170 {
	margin-right: 10.625rem!important
}

.vus-mb-170 {
	margin-bottom: 10.625rem!important
}

.vus-ml-180 {
	margin-left: 11.25rem!important
}

.vus-mt-180 {
	margin-top: 11.25rem!important
}

.vus-mr-180 {
	margin-right: 11.25rem!important
}

.vus-mb-180 {
	margin-bottom: 11.25rem!important
}

.vus-ml-190 {
	margin-left: 11.875rem!important
}

.vus-mt-190 {
	margin-top: 11.875rem!important
}

.vus-mr-190 {
	margin-right: 11.875rem!important
}

.vus-mb-190 {
	margin-bottom: 11.875rem!important
}

.vus-ml-200 {
	margin-left: 12.5rem!important
}

.vus-mt-200 {
	margin-top: 12.5rem!important
}

.vus-mr-200 {
	margin-right: 12.5rem!important
}

.vus-mb-200 {
	margin-bottom: 12.5rem!important
}

@media (min-width: 576px) {
	.vus-ma-xs-1 {
		margin: .0625rem!important
	}
	.vus-ma-xs-2 {
		margin: .125rem!important
	}
	.vus-ma-xs-3 {
		margin: .1875rem!important
	}
	.vus-ma-xs-4 {
		margin: .25rem!important
	}
	.vus-ma-xs-5 {
		margin: .3125rem!important
	}
	.vus-ma-xs-6 {
		margin: .375rem!important
	}
	.vus-ma-xs-7 {
		margin: .4375rem!important
	}
	.vus-ma-xs-8 {
		margin: .5rem!important
	}
	.vus-ma-xs-9 {
		margin: .5625rem!important
	}
	.vus-ma-xs-10 {
		margin: .625rem!important
	}
	.vus-ma-xs-12 {
		margin: .75rem!important
	}
	.vus-ma-xs-14 {
		margin: .875rem!important
	}
	.vus-ma-xs-15 {
		margin: .9375rem!important
	}
	.vus-ma-xs-16 {
		margin: 1rem!important
	}
	.vus-ma-xs-18 {
		margin: 1.125rem!important
	}
	.vus-ma-xs-20 {
		margin: 1.25rem!important
	}
	.vus-ma-xs-22 {
		margin: 1.375rem!important
	}
	.vus-ma-xs-24 {
		margin: 1.5rem!important
	}
	.vus-ma-xs-25 {
		margin: 1.5625rem!important
	}
	.vus-ma-xs-26 {
		margin: 1.625rem!important
	}
	.vus-ma-xs-28 {
		margin: 1.75rem!important
	}
	.vus-ma-xs-30 {
		margin: 1.875rem!important
	}
	.vus-ma-xs-32 {
		margin: 2rem!important
	}
	.vus-ma-xs-34 {
		margin: 2.125rem!important
	}
	.vus-ma-xs-35 {
		margin: 2.1875rem!important
	}
	.vus-ma-xs-36 {
		margin: 2.25rem!important
	}
	.vus-ma-xs-38 {
		margin: 2.375rem!important
	}
	.vus-ma-xs-40 {
		margin: 2.5rem!important
	}
	.vus-ma-xs-42 {
		margin: 2.625rem!important
	}
	.vus-ma-xs-44 {
		margin: 2.75rem!important
	}
	.vus-ma-xs-45 {
		margin: 2.8125rem!important
	}
	.vus-ma-xs-46 {
		margin: 2.875rem!important
	}
	.vus-ma-xs-48 {
		margin: 3rem!important
	}
	.vus-ma-xs-50 {
		margin: 3.125rem!important
	}
	.vus-ma-xs-52 {
		margin: 3.25rem!important
	}
	.vus-ma-xs-54 {
		margin: 3.375rem!important
	}
	.vus-ma-xs-55 {
		margin: 3.4375rem!important
	}
	.vus-ma-xs-56 {
		margin: 3.5rem!important
	}
	.vus-ma-xs-58 {
		margin: 3.625rem!important
	}
	.vus-ma-xs-60 {
		margin: 3.75rem!important
	}
	.vus-ma-xs-62 {
		margin: 3.875rem!important
	}
	.vus-ma-xs-64 {
		margin: 4rem!important
	}
	.vus-ma-xs-65 {
		margin: 4.0625rem!important
	}
	.vus-ma-xs-66 {
		margin: 4.125rem!important
	}
	.vus-ma-xs-68 {
		margin: 4.25rem!important
	}
	.vus-ma-xs-70 {
		margin: 4.375rem!important
	}
	.vus-ma-xs-72 {
		margin: 4.5rem!important
	}
	.vus-ma-xs-74 {
		margin: 4.625rem!important
	}
	.vus-ma-xs-75 {
		margin: 4.6875rem!important
	}
	.vus-ma-xs-76 {
		margin: 4.75rem!important
	}
	.vus-ma-xs-78 {
		margin: 4.875rem!important
	}
	.vus-ma-xs-80 {
		margin: 5rem!important
	}
	.vus-ma-xs-82 {
		margin: 5.125rem!important
	}
	.vus-ma-xs-84 {
		margin: 5.25rem!important
	}
	.vus-ma-xs-85 {
		margin: 5.3125rem!important
	}
	.vus-ma-xs-86 {
		margin: 5.375rem!important
	}
	.vus-ma-xs-88 {
		margin: 5.5rem!important
	}
	.vus-ma-xs-90 {
		margin: 5.625rem!important
	}
	.vus-ma-xs-92 {
		margin: 5.75rem!important
	}
	.vus-ma-xs-94 {
		margin: 5.875rem!important
	}
	.vus-ma-xs-95 {
		margin: 5.9375rem!important
	}
	.vus-ma-xs-96 {
		margin: 6rem!important
	}
	.vus-ma-xs-98 {
		margin: 6.125rem!important
	}
	.vus-ma-xs-100 {
		margin: 6.25rem!important
	}
	.vus-ma-xs-110 {
		margin: 6.875rem!important
	}
	.vus-ma-xs-120 {
		margin: 7.5rem!important
	}
	.vus-ma-xs-130 {
		margin: 8.125rem!important
	}
	.vus-ma-xs-140 {
		margin: 8.75rem!important
	}
	.vus-ma-xs-150 {
		margin: 9.375rem!important
	}
	.vus-ma-xs-160 {
		margin: 10rem!important
	}
	.vus-ma-xs-170 {
		margin: 10.625rem!important
	}
	.vus-ma-xs-180 {
		margin: 11.25rem!important
	}
	.vus-ma-xs-190 {
		margin: 11.875rem!important
	}
	.vus-ma-xs-200 {
		margin: 12.5rem!important
	}
	.vus-ml-xs-1 {
		margin-left: .0625rem!important
	}
	.vus-mt-xs-1 {
		margin-top: .0625rem!important
	}
	.vus-mr-xs-1 {
		margin-right: .0625rem!important
	}
	.vus-mb-xs-1 {
		margin-bottom: .0625rem!important
	}
	.vus-ml-xs-2 {
		margin-left: .125rem!important
	}
	.vus-mt-xs-2 {
		margin-top: .125rem!important
	}
	.vus-mr-xs-2 {
		margin-right: .125rem!important
	}
	.vus-mb-xs-2 {
		margin-bottom: .125rem!important
	}
	.vus-ml-xs-3 {
		margin-left: .1875rem!important
	}
	.vus-mt-xs-3 {
		margin-top: .1875rem!important
	}
	.vus-mr-xs-3 {
		margin-right: .1875rem!important
	}
	.vus-mb-xs-3 {
		margin-bottom: .1875rem!important
	}
	.vus-ml-xs-4 {
		margin-left: .25rem!important
	}
	.vus-mt-xs-4 {
		margin-top: .25rem!important
	}
	.vus-mr-xs-4 {
		margin-right: .25rem!important
	}
	.vus-mb-xs-4 {
		margin-bottom: .25rem!important
	}
	.vus-ml-xs-5 {
		margin-left: .3125rem!important
	}
	.vus-mt-xs-5 {
		margin-top: .3125rem!important
	}
	.vus-mr-xs-5 {
		margin-right: .3125rem!important
	}
	.vus-mb-xs-5 {
		margin-bottom: .3125rem!important
	}
	.vus-ml-xs-6 {
		margin-left: .375rem!important
	}
	.vus-mt-xs-6 {
		margin-top: .375rem!important
	}
	.vus-mr-xs-6 {
		margin-right: .375rem!important
	}
	.vus-mb-xs-6 {
		margin-bottom: .375rem!important
	}
	.vus-ml-xs-7 {
		margin-left: .4375rem!important
	}
	.vus-mt-xs-7 {
		margin-top: .4375rem!important
	}
	.vus-mr-xs-7 {
		margin-right: .4375rem!important
	}
	.vus-mb-xs-7 {
		margin-bottom: .4375rem!important
	}
	.vus-ml-xs-8 {
		margin-left: .5rem!important
	}
	.vus-mt-xs-8 {
		margin-top: .5rem!important
	}
	.vus-mr-xs-8 {
		margin-right: .5rem!important
	}
	.vus-mb-xs-8 {
		margin-bottom: .5rem!important
	}
	.vus-ml-xs-9 {
		margin-left: .5625rem!important
	}
	.vus-mt-xs-9 {
		margin-top: .5625rem!important
	}
	.vus-mr-xs-9 {
		margin-right: .5625rem!important
	}
	.vus-mb-xs-9 {
		margin-bottom: .5625rem!important
	}
	.vus-ml-xs-10 {
		margin-left: .625rem!important
	}
	.vus-mt-xs-10 {
		margin-top: .625rem!important
	}
	.vus-mr-xs-10 {
		margin-right: .625rem!important
	}
	.vus-mb-xs-10 {
		margin-bottom: .625rem!important
	}
	.vus-ml-xs-12 {
		margin-left: .75rem!important
	}
	.vus-mt-xs-12 {
		margin-top: .75rem!important
	}
	.vus-mr-xs-12 {
		margin-right: .75rem!important
	}
	.vus-mb-xs-12 {
		margin-bottom: .75rem!important
	}
	.vus-ml-xs-14 {
		margin-left: .875rem!important
	}
	.vus-mt-xs-14 {
		margin-top: .875rem!important
	}
	.vus-mr-xs-14 {
		margin-right: .875rem!important
	}
	.vus-mb-xs-14 {
		margin-bottom: .875rem!important
	}
	.vus-ml-xs-15 {
		margin-left: .9375rem!important
	}
	.vus-mt-xs-15 {
		margin-top: .9375rem!important
	}
	.vus-mr-xs-15 {
		margin-right: .9375rem!important
	}
	.vus-mb-xs-15 {
		margin-bottom: .9375rem!important
	}
	.vus-ml-xs-16 {
		margin-left: 1rem!important
	}
	.vus-mt-xs-16 {
		margin-top: 1rem!important
	}
	.vus-mr-xs-16 {
		margin-right: 1rem!important
	}
	.vus-mb-xs-16 {
		margin-bottom: 1rem!important
	}
	.vus-ml-xs-18 {
		margin-left: 1.125rem!important
	}
	.vus-mt-xs-18 {
		margin-top: 1.125rem!important
	}
	.vus-mr-xs-18 {
		margin-right: 1.125rem!important
	}
	.vus-mb-xs-18 {
		margin-bottom: 1.125rem!important
	}
	.vus-ml-xs-20 {
		margin-left: 1.25rem!important
	}
	.vus-mt-xs-20 {
		margin-top: 1.25rem!important
	}
	.vus-mr-xs-20 {
		margin-right: 1.25rem!important
	}
	.vus-mb-xs-20 {
		margin-bottom: 1.25rem!important
	}
	.vus-ml-xs-22 {
		margin-left: 1.375rem!important
	}
	.vus-mt-xs-22 {
		margin-top: 1.375rem!important
	}
	.vus-mr-xs-22 {
		margin-right: 1.375rem!important
	}
	.vus-mb-xs-22 {
		margin-bottom: 1.375rem!important
	}
	.vus-ml-xs-24 {
		margin-left: 1.5rem!important
	}
	.vus-mt-xs-24 {
		margin-top: 1.5rem!important
	}
	.vus-mr-xs-24 {
		margin-right: 1.5rem!important
	}
	.vus-mb-xs-24 {
		margin-bottom: 1.5rem!important
	}
	.vus-ml-xs-25 {
		margin-left: 1.5625rem!important
	}
	.vus-mt-xs-25 {
		margin-top: 1.5625rem!important
	}
	.vus-mr-xs-25 {
		margin-right: 1.5625rem!important
	}
	.vus-mb-xs-25 {
		margin-bottom: 1.5625rem!important
	}
	.vus-ml-xs-26 {
		margin-left: 1.625rem!important
	}
	.vus-mt-xs-26 {
		margin-top: 1.625rem!important
	}
	.vus-mr-xs-26 {
		margin-right: 1.625rem!important
	}
	.vus-mb-xs-26 {
		margin-bottom: 1.625rem!important
	}
	.vus-ml-xs-28 {
		margin-left: 1.75rem!important
	}
	.vus-mt-xs-28 {
		margin-top: 1.75rem!important
	}
	.vus-mr-xs-28 {
		margin-right: 1.75rem!important
	}
	.vus-mb-xs-28 {
		margin-bottom: 1.75rem!important
	}
	.vus-ml-xs-30 {
		margin-left: 1.875rem!important
	}
	.vus-mt-xs-30 {
		margin-top: 1.875rem!important
	}
	.vus-mr-xs-30 {
		margin-right: 1.875rem!important
	}
	.vus-mb-xs-30 {
		margin-bottom: 1.875rem!important
	}
	.vus-ml-xs-32 {
		margin-left: 2rem!important
	}
	.vus-mt-xs-32 {
		margin-top: 2rem!important
	}
	.vus-mr-xs-32 {
		margin-right: 2rem!important
	}
	.vus-mb-xs-32 {
		margin-bottom: 2rem!important
	}
	.vus-ml-xs-34 {
		margin-left: 2.125rem!important
	}
	.vus-mt-xs-34 {
		margin-top: 2.125rem!important
	}
	.vus-mr-xs-34 {
		margin-right: 2.125rem!important
	}
	.vus-mb-xs-34 {
		margin-bottom: 2.125rem!important
	}
	.vus-ml-xs-35 {
		margin-left: 2.1875rem!important
	}
	.vus-mt-xs-35 {
		margin-top: 2.1875rem!important
	}
	.vus-mr-xs-35 {
		margin-right: 2.1875rem!important
	}
	.vus-mb-xs-35 {
		margin-bottom: 2.1875rem!important
	}
	.vus-ml-xs-36 {
		margin-left: 2.25rem!important
	}
	.vus-mt-xs-36 {
		margin-top: 2.25rem!important
	}
	.vus-mr-xs-36 {
		margin-right: 2.25rem!important
	}
	.vus-mb-xs-36 {
		margin-bottom: 2.25rem!important
	}
	.vus-ml-xs-38 {
		margin-left: 2.375rem!important
	}
	.vus-mt-xs-38 {
		margin-top: 2.375rem!important
	}
	.vus-mr-xs-38 {
		margin-right: 2.375rem!important
	}
	.vus-mb-xs-38 {
		margin-bottom: 2.375rem!important
	}
	.vus-ml-xs-40 {
		margin-left: 2.5rem!important
	}
	.vus-mt-xs-40 {
		margin-top: 2.5rem!important
	}
	.vus-mr-xs-40 {
		margin-right: 2.5rem!important
	}
	.vus-mb-xs-40 {
		margin-bottom: 2.5rem!important
	}
	.vus-ml-xs-42 {
		margin-left: 2.625rem!important
	}
	.vus-mt-xs-42 {
		margin-top: 2.625rem!important
	}
	.vus-mr-xs-42 {
		margin-right: 2.625rem!important
	}
	.vus-mb-xs-42 {
		margin-bottom: 2.625rem!important
	}
	.vus-ml-xs-44 {
		margin-left: 2.75rem!important
	}
	.vus-mt-xs-44 {
		margin-top: 2.75rem!important
	}
	.vus-mr-xs-44 {
		margin-right: 2.75rem!important
	}
	.vus-mb-xs-44 {
		margin-bottom: 2.75rem!important
	}
	.vus-ml-xs-45 {
		margin-left: 2.8125rem!important
	}
	.vus-mt-xs-45 {
		margin-top: 2.8125rem!important
	}
	.vus-mr-xs-45 {
		margin-right: 2.8125rem!important
	}
	.vus-mb-xs-45 {
		margin-bottom: 2.8125rem!important
	}
	.vus-ml-xs-46 {
		margin-left: 2.875rem!important
	}
	.vus-mt-xs-46 {
		margin-top: 2.875rem!important
	}
	.vus-mr-xs-46 {
		margin-right: 2.875rem!important
	}
	.vus-mb-xs-46 {
		margin-bottom: 2.875rem!important
	}
	.vus-ml-xs-48 {
		margin-left: 3rem!important
	}
	.vus-mt-xs-48 {
		margin-top: 3rem!important
	}
	.vus-mr-xs-48 {
		margin-right: 3rem!important
	}
	.vus-mb-xs-48 {
		margin-bottom: 3rem!important
	}
	.vus-ml-xs-50 {
		margin-left: 3.125rem!important
	}
	.vus-mt-xs-50 {
		margin-top: 3.125rem!important
	}
	.vus-mr-xs-50 {
		margin-right: 3.125rem!important
	}
	.vus-mb-xs-50 {
		margin-bottom: 3.125rem!important
	}
	.vus-ml-xs-52 {
		margin-left: 3.25rem!important
	}
	.vus-mt-xs-52 {
		margin-top: 3.25rem!important
	}
	.vus-mr-xs-52 {
		margin-right: 3.25rem!important
	}
	.vus-mb-xs-52 {
		margin-bottom: 3.25rem!important
	}
	.vus-ml-xs-54 {
		margin-left: 3.375rem!important
	}
	.vus-mt-xs-54 {
		margin-top: 3.375rem!important
	}
	.vus-mr-xs-54 {
		margin-right: 3.375rem!important
	}
	.vus-mb-xs-54 {
		margin-bottom: 3.375rem!important
	}
	.vus-ml-xs-55 {
		margin-left: 3.4375rem!important
	}
	.vus-mt-xs-55 {
		margin-top: 3.4375rem!important
	}
	.vus-mr-xs-55 {
		margin-right: 3.4375rem!important
	}
	.vus-mb-xs-55 {
		margin-bottom: 3.4375rem!important
	}
	.vus-ml-xs-56 {
		margin-left: 3.5rem!important
	}
	.vus-mt-xs-56 {
		margin-top: 3.5rem!important
	}
	.vus-mr-xs-56 {
		margin-right: 3.5rem!important
	}
	.vus-mb-xs-56 {
		margin-bottom: 3.5rem!important
	}
	.vus-ml-xs-58 {
		margin-left: 3.625rem!important
	}
	.vus-mt-xs-58 {
		margin-top: 3.625rem!important
	}
	.vus-mr-xs-58 {
		margin-right: 3.625rem!important
	}
	.vus-mb-xs-58 {
		margin-bottom: 3.625rem!important
	}
	.vus-ml-xs-60 {
		margin-left: 3.75rem!important
	}
	.vus-mt-xs-60 {
		margin-top: 3.75rem!important
	}
	.vus-mr-xs-60 {
		margin-right: 3.75rem!important
	}
	.vus-mb-xs-60 {
		margin-bottom: 3.75rem!important
	}
	.vus-ml-xs-62 {
		margin-left: 3.875rem!important
	}
	.vus-mt-xs-62 {
		margin-top: 3.875rem!important
	}
	.vus-mr-xs-62 {
		margin-right: 3.875rem!important
	}
	.vus-mb-xs-62 {
		margin-bottom: 3.875rem!important
	}
	.vus-ml-xs-64 {
		margin-left: 4rem!important
	}
	.vus-mt-xs-64 {
		margin-top: 4rem!important
	}
	.vus-mr-xs-64 {
		margin-right: 4rem!important
	}
	.vus-mb-xs-64 {
		margin-bottom: 4rem!important
	}
	.vus-ml-xs-65 {
		margin-left: 4.0625rem!important
	}
	.vus-mt-xs-65 {
		margin-top: 4.0625rem!important
	}
	.vus-mr-xs-65 {
		margin-right: 4.0625rem!important
	}
	.vus-mb-xs-65 {
		margin-bottom: 4.0625rem!important
	}
	.vus-ml-xs-66 {
		margin-left: 4.125rem!important
	}
	.vus-mt-xs-66 {
		margin-top: 4.125rem!important
	}
	.vus-mr-xs-66 {
		margin-right: 4.125rem!important
	}
	.vus-mb-xs-66 {
		margin-bottom: 4.125rem!important
	}
	.vus-ml-xs-68 {
		margin-left: 4.25rem!important
	}
	.vus-mt-xs-68 {
		margin-top: 4.25rem!important
	}
	.vus-mr-xs-68 {
		margin-right: 4.25rem!important
	}
	.vus-mb-xs-68 {
		margin-bottom: 4.25rem!important
	}
	.vus-ml-xs-70 {
		margin-left: 4.375rem!important
	}
	.vus-mt-xs-70 {
		margin-top: 4.375rem!important
	}
	.vus-mr-xs-70 {
		margin-right: 4.375rem!important
	}
	.vus-mb-xs-70 {
		margin-bottom: 4.375rem!important
	}
	.vus-ml-xs-72 {
		margin-left: 4.5rem!important
	}
	.vus-mt-xs-72 {
		margin-top: 4.5rem!important
	}
	.vus-mr-xs-72 {
		margin-right: 4.5rem!important
	}
	.vus-mb-xs-72 {
		margin-bottom: 4.5rem!important
	}
	.vus-ml-xs-74 {
		margin-left: 4.625rem!important
	}
	.vus-mt-xs-74 {
		margin-top: 4.625rem!important
	}
	.vus-mr-xs-74 {
		margin-right: 4.625rem!important
	}
	.vus-mb-xs-74 {
		margin-bottom: 4.625rem!important
	}
	.vus-ml-xs-75 {
		margin-left: 4.6875rem!important
	}
	.vus-mt-xs-75 {
		margin-top: 4.6875rem!important
	}
	.vus-mr-xs-75 {
		margin-right: 4.6875rem!important
	}
	.vus-mb-xs-75 {
		margin-bottom: 4.6875rem!important
	}
	.vus-ml-xs-76 {
		margin-left: 4.75rem!important
	}
	.vus-mt-xs-76 {
		margin-top: 4.75rem!important
	}
	.vus-mr-xs-76 {
		margin-right: 4.75rem!important
	}
	.vus-mb-xs-76 {
		margin-bottom: 4.75rem!important
	}
	.vus-ml-xs-78 {
		margin-left: 4.875rem!important
	}
	.vus-mt-xs-78 {
		margin-top: 4.875rem!important
	}
	.vus-mr-xs-78 {
		margin-right: 4.875rem!important
	}
	.vus-mb-xs-78 {
		margin-bottom: 4.875rem!important
	}
	.vus-ml-xs-80 {
		margin-left: 5rem!important
	}
	.vus-mt-xs-80 {
		margin-top: 5rem!important
	}
	.vus-mr-xs-80 {
		margin-right: 5rem!important
	}
	.vus-mb-xs-80 {
		margin-bottom: 5rem!important
	}
	.vus-ml-xs-82 {
		margin-left: 5.125rem!important
	}
	.vus-mt-xs-82 {
		margin-top: 5.125rem!important
	}
	.vus-mr-xs-82 {
		margin-right: 5.125rem!important
	}
	.vus-mb-xs-82 {
		margin-bottom: 5.125rem!important
	}
	.vus-ml-xs-84 {
		margin-left: 5.25rem!important
	}
	.vus-mt-xs-84 {
		margin-top: 5.25rem!important
	}
	.vus-mr-xs-84 {
		margin-right: 5.25rem!important
	}
	.vus-mb-xs-84 {
		margin-bottom: 5.25rem!important
	}
	.vus-ml-xs-85 {
		margin-left: 5.3125rem!important
	}
	.vus-mt-xs-85 {
		margin-top: 5.3125rem!important
	}
	.vus-mr-xs-85 {
		margin-right: 5.3125rem!important
	}
	.vus-mb-xs-85 {
		margin-bottom: 5.3125rem!important
	}
	.vus-ml-xs-86 {
		margin-left: 5.375rem!important
	}
	.vus-mt-xs-86 {
		margin-top: 5.375rem!important
	}
	.vus-mr-xs-86 {
		margin-right: 5.375rem!important
	}
	.vus-mb-xs-86 {
		margin-bottom: 5.375rem!important
	}
	.vus-ml-xs-88 {
		margin-left: 5.5rem!important
	}
	.vus-mt-xs-88 {
		margin-top: 5.5rem!important
	}
	.vus-mr-xs-88 {
		margin-right: 5.5rem!important
	}
	.vus-mb-xs-88 {
		margin-bottom: 5.5rem!important
	}
	.vus-ml-xs-90 {
		margin-left: 5.625rem!important
	}
	.vus-mt-xs-90 {
		margin-top: 5.625rem!important
	}
	.vus-mr-xs-90 {
		margin-right: 5.625rem!important
	}
	.vus-mb-xs-90 {
		margin-bottom: 5.625rem!important
	}
	.vus-ml-xs-92 {
		margin-left: 5.75rem!important
	}
	.vus-mt-xs-92 {
		margin-top: 5.75rem!important
	}
	.vus-mr-xs-92 {
		margin-right: 5.75rem!important
	}
	.vus-mb-xs-92 {
		margin-bottom: 5.75rem!important
	}
	.vus-ml-xs-94 {
		margin-left: 5.875rem!important
	}
	.vus-mt-xs-94 {
		margin-top: 5.875rem!important
	}
	.vus-mr-xs-94 {
		margin-right: 5.875rem!important
	}
	.vus-mb-xs-94 {
		margin-bottom: 5.875rem!important
	}
	.vus-ml-xs-95 {
		margin-left: 5.9375rem!important
	}
	.vus-mt-xs-95 {
		margin-top: 5.9375rem!important
	}
	.vus-mr-xs-95 {
		margin-right: 5.9375rem!important
	}
	.vus-mb-xs-95 {
		margin-bottom: 5.9375rem!important
	}
	.vus-ml-xs-96 {
		margin-left: 6rem!important
	}
	.vus-mt-xs-96 {
		margin-top: 6rem!important
	}
	.vus-mr-xs-96 {
		margin-right: 6rem!important
	}
	.vus-mb-xs-96 {
		margin-bottom: 6rem!important
	}
	.vus-ml-xs-98 {
		margin-left: 6.125rem!important
	}
	.vus-mt-xs-98 {
		margin-top: 6.125rem!important
	}
	.vus-mr-xs-98 {
		margin-right: 6.125rem!important
	}
	.vus-mb-xs-98 {
		margin-bottom: 6.125rem!important
	}
	.vus-ml-xs-100 {
		margin-left: 6.25rem!important
	}
	.vus-mt-xs-100 {
		margin-top: 6.25rem!important
	}
	.vus-mr-xs-100 {
		margin-right: 6.25rem!important
	}
	.vus-mb-xs-100 {
		margin-bottom: 6.25rem!important
	}
	.vus-ml-xs-110 {
		margin-left: 6.875rem!important
	}
	.vus-mt-xs-110 {
		margin-top: 6.875rem!important
	}
	.vus-mr-xs-110 {
		margin-right: 6.875rem!important
	}
	.vus-mb-xs-110 {
		margin-bottom: 6.875rem!important
	}
	.vus-ml-xs-120 {
		margin-left: 7.5rem!important
	}
	.vus-mt-xs-120 {
		margin-top: 7.5rem!important
	}
	.vus-mr-xs-120 {
		margin-right: 7.5rem!important
	}
	.vus-mb-xs-120 {
		margin-bottom: 7.5rem!important
	}
	.vus-ml-xs-130 {
		margin-left: 8.125rem!important
	}
	.vus-mt-xs-130 {
		margin-top: 8.125rem!important
	}
	.vus-mr-xs-130 {
		margin-right: 8.125rem!important
	}
	.vus-mb-xs-130 {
		margin-bottom: 8.125rem!important
	}
	.vus-ml-xs-140 {
		margin-left: 8.75rem!important
	}
	.vus-mt-xs-140 {
		margin-top: 8.75rem!important
	}
	.vus-mr-xs-140 {
		margin-right: 8.75rem!important
	}
	.vus-mb-xs-140 {
		margin-bottom: 8.75rem!important
	}
	.vus-ml-xs-150 {
		margin-left: 9.375rem!important
	}
	.vus-mt-xs-150 {
		margin-top: 9.375rem!important
	}
	.vus-mr-xs-150 {
		margin-right: 9.375rem!important
	}
	.vus-mb-xs-150 {
		margin-bottom: 9.375rem!important
	}
	.vus-ml-xs-160 {
		margin-left: 10rem!important
	}
	.vus-mt-xs-160 {
		margin-top: 10rem!important
	}
	.vus-mr-xs-160 {
		margin-right: 10rem!important
	}
	.vus-mb-xs-160 {
		margin-bottom: 10rem!important
	}
	.vus-ml-xs-170 {
		margin-left: 10.625rem!important
	}
	.vus-mt-xs-170 {
		margin-top: 10.625rem!important
	}
	.vus-mr-xs-170 {
		margin-right: 10.625rem!important
	}
	.vus-mb-xs-170 {
		margin-bottom: 10.625rem!important
	}
	.vus-ml-xs-180 {
		margin-left: 11.25rem!important
	}
	.vus-mt-xs-180 {
		margin-top: 11.25rem!important
	}
	.vus-mr-xs-180 {
		margin-right: 11.25rem!important
	}
	.vus-mb-xs-180 {
		margin-bottom: 11.25rem!important
	}
	.vus-ml-xs-190 {
		margin-left: 11.875rem!important
	}
	.vus-mt-xs-190 {
		margin-top: 11.875rem!important
	}
	.vus-mr-xs-190 {
		margin-right: 11.875rem!important
	}
	.vus-mb-xs-190 {
		margin-bottom: 11.875rem!important
	}
	.vus-ml-xs-200 {
		margin-left: 12.5rem!important
	}
	.vus-mt-xs-200 {
		margin-top: 12.5rem!important
	}
	.vus-mr-xs-200 {
		margin-right: 12.5rem!important
	}
	.vus-mb-xs-200 {
		margin-bottom: 12.5rem!important
	}
}

@media (min-width: 768px) {
	.vus-ma-sm-1 {
		margin: .0625rem!important
	}
	.vus-ma-sm-2 {
		margin: .125rem!important
	}
	.vus-ma-sm-3 {
		margin: .1875rem!important
	}
	.vus-ma-sm-4 {
		margin: .25rem!important
	}
	.vus-ma-sm-5 {
		margin: .3125rem!important
	}
	.vus-ma-sm-6 {
		margin: .375rem!important
	}
	.vus-ma-sm-7 {
		margin: .4375rem!important
	}
	.vus-ma-sm-8 {
		margin: .5rem!important
	}
	.vus-ma-sm-9 {
		margin: .5625rem!important
	}
	.vus-ma-sm-10 {
		margin: .625rem!important
	}
	.vus-ma-sm-12 {
		margin: .75rem!important
	}
	.vus-ma-sm-14 {
		margin: .875rem!important
	}
	.vus-ma-sm-15 {
		margin: .9375rem!important
	}
	.vus-ma-sm-16 {
		margin: 1rem!important
	}
	.vus-ma-sm-18 {
		margin: 1.125rem!important
	}
	.vus-ma-sm-20 {
		margin: 1.25rem!important
	}
	.vus-ma-sm-22 {
		margin: 1.375rem!important
	}
	.vus-ma-sm-24 {
		margin: 1.5rem!important
	}
	.vus-ma-sm-25 {
		margin: 1.5625rem!important
	}
	.vus-ma-sm-26 {
		margin: 1.625rem!important
	}
	.vus-ma-sm-28 {
		margin: 1.75rem!important
	}
	.vus-ma-sm-30 {
		margin: 1.875rem!important
	}
	.vus-ma-sm-32 {
		margin: 2rem!important
	}
	.vus-ma-sm-34 {
		margin: 2.125rem!important
	}
	.vus-ma-sm-35 {
		margin: 2.1875rem!important
	}
	.vus-ma-sm-36 {
		margin: 2.25rem!important
	}
	.vus-ma-sm-38 {
		margin: 2.375rem!important
	}
	.vus-ma-sm-40 {
		margin: 2.5rem!important
	}
	.vus-ma-sm-42 {
		margin: 2.625rem!important
	}
	.vus-ma-sm-44 {
		margin: 2.75rem!important
	}
	.vus-ma-sm-45 {
		margin: 2.8125rem!important
	}
	.vus-ma-sm-46 {
		margin: 2.875rem!important
	}
	.vus-ma-sm-48 {
		margin: 3rem!important
	}
	.vus-ma-sm-50 {
		margin: 3.125rem!important
	}
	.vus-ma-sm-52 {
		margin: 3.25rem!important
	}
	.vus-ma-sm-54 {
		margin: 3.375rem!important
	}
	.vus-ma-sm-55 {
		margin: 3.4375rem!important
	}
	.vus-ma-sm-56 {
		margin: 3.5rem!important
	}
	.vus-ma-sm-58 {
		margin: 3.625rem!important
	}
	.vus-ma-sm-60 {
		margin: 3.75rem!important
	}
	.vus-ma-sm-62 {
		margin: 3.875rem!important
	}
	.vus-ma-sm-64 {
		margin: 4rem!important
	}
	.vus-ma-sm-65 {
		margin: 4.0625rem!important
	}
	.vus-ma-sm-66 {
		margin: 4.125rem!important
	}
	.vus-ma-sm-68 {
		margin: 4.25rem!important
	}
	.vus-ma-sm-70 {
		margin: 4.375rem!important
	}
	.vus-ma-sm-72 {
		margin: 4.5rem!important
	}
	.vus-ma-sm-74 {
		margin: 4.625rem!important
	}
	.vus-ma-sm-75 {
		margin: 4.6875rem!important
	}
	.vus-ma-sm-76 {
		margin: 4.75rem!important
	}
	.vus-ma-sm-78 {
		margin: 4.875rem!important
	}
	.vus-ma-sm-80 {
		margin: 5rem!important
	}
	.vus-ma-sm-82 {
		margin: 5.125rem!important
	}
	.vus-ma-sm-84 {
		margin: 5.25rem!important
	}
	.vus-ma-sm-85 {
		margin: 5.3125rem!important
	}
	.vus-ma-sm-86 {
		margin: 5.375rem!important
	}
	.vus-ma-sm-88 {
		margin: 5.5rem!important
	}
	.vus-ma-sm-90 {
		margin: 5.625rem!important
	}
	.vus-ma-sm-92 {
		margin: 5.75rem!important
	}
	.vus-ma-sm-94 {
		margin: 5.875rem!important
	}
	.vus-ma-sm-95 {
		margin: 5.9375rem!important
	}
	.vus-ma-sm-96 {
		margin: 6rem!important
	}
	.vus-ma-sm-98 {
		margin: 6.125rem!important
	}
	.vus-ma-sm-100 {
		margin: 6.25rem!important
	}
	.vus-ma-sm-110 {
		margin: 6.875rem!important
	}
	.vus-ma-sm-120 {
		margin: 7.5rem!important
	}
	.vus-ma-sm-130 {
		margin: 8.125rem!important
	}
	.vus-ma-sm-140 {
		margin: 8.75rem!important
	}
	.vus-ma-sm-150 {
		margin: 9.375rem!important
	}
	.vus-ma-sm-160 {
		margin: 10rem!important
	}
	.vus-ma-sm-170 {
		margin: 10.625rem!important
	}
	.vus-ma-sm-180 {
		margin: 11.25rem!important
	}
	.vus-ma-sm-190 {
		margin: 11.875rem!important
	}
	.vus-ma-sm-200 {
		margin: 12.5rem!important
	}
	.vus-ml-sm-1 {
		margin-left: .0625rem!important
	}
	.vus-mt-sm-1 {
		margin-top: .0625rem!important
	}
	.vus-mr-sm-1 {
		margin-right: .0625rem!important
	}
	.vus-mb-sm-1 {
		margin-bottom: .0625rem!important
	}
	.vus-ml-sm-2 {
		margin-left: .125rem!important
	}
	.vus-mt-sm-2 {
		margin-top: .125rem!important
	}
	.vus-mr-sm-2 {
		margin-right: .125rem!important
	}
	.vus-mb-sm-2 {
		margin-bottom: .125rem!important
	}
	.vus-ml-sm-3 {
		margin-left: .1875rem!important
	}
	.vus-mt-sm-3 {
		margin-top: .1875rem!important
	}
	.vus-mr-sm-3 {
		margin-right: .1875rem!important
	}
	.vus-mb-sm-3 {
		margin-bottom: .1875rem!important
	}
	.vus-ml-sm-4 {
		margin-left: .25rem!important
	}
	.vus-mt-sm-4 {
		margin-top: .25rem!important
	}
	.vus-mr-sm-4 {
		margin-right: .25rem!important
	}
	.vus-mb-sm-4 {
		margin-bottom: .25rem!important
	}
	.vus-ml-sm-5 {
		margin-left: .3125rem!important
	}
	.vus-mt-sm-5 {
		margin-top: .3125rem!important
	}
	.vus-mr-sm-5 {
		margin-right: .3125rem!important
	}
	.vus-mb-sm-5 {
		margin-bottom: .3125rem!important
	}
	.vus-ml-sm-6 {
		margin-left: .375rem!important
	}
	.vus-mt-sm-6 {
		margin-top: .375rem!important
	}
	.vus-mr-sm-6 {
		margin-right: .375rem!important
	}
	.vus-mb-sm-6 {
		margin-bottom: .375rem!important
	}
	.vus-ml-sm-7 {
		margin-left: .4375rem!important
	}
	.vus-mt-sm-7 {
		margin-top: .4375rem!important
	}
	.vus-mr-sm-7 {
		margin-right: .4375rem!important
	}
	.vus-mb-sm-7 {
		margin-bottom: .4375rem!important
	}
	.vus-ml-sm-8 {
		margin-left: .5rem!important
	}
	.vus-mt-sm-8 {
		margin-top: .5rem!important
	}
	.vus-mr-sm-8 {
		margin-right: .5rem!important
	}
	.vus-mb-sm-8 {
		margin-bottom: .5rem!important
	}
	.vus-ml-sm-9 {
		margin-left: .5625rem!important
	}
	.vus-mt-sm-9 {
		margin-top: .5625rem!important
	}
	.vus-mr-sm-9 {
		margin-right: .5625rem!important
	}
	.vus-mb-sm-9 {
		margin-bottom: .5625rem!important
	}
	.vus-ml-sm-10 {
		margin-left: .625rem!important
	}
	.vus-mt-sm-10 {
		margin-top: .625rem!important
	}
	.vus-mr-sm-10 {
		margin-right: .625rem!important
	}
	.vus-mb-sm-10 {
		margin-bottom: .625rem!important
	}
	.vus-ml-sm-12 {
		margin-left: .75rem!important
	}
	.vus-mt-sm-12 {
		margin-top: .75rem!important
	}
	.vus-mr-sm-12 {
		margin-right: .75rem!important
	}
	.vus-mb-sm-12 {
		margin-bottom: .75rem!important
	}
	.vus-ml-sm-14 {
		margin-left: .875rem!important
	}
	.vus-mt-sm-14 {
		margin-top: .875rem!important
	}
	.vus-mr-sm-14 {
		margin-right: .875rem!important
	}
	.vus-mb-sm-14 {
		margin-bottom: .875rem!important
	}
	.vus-ml-sm-15 {
		margin-left: .9375rem!important
	}
	.vus-mt-sm-15 {
		margin-top: .9375rem!important
	}
	.vus-mr-sm-15 {
		margin-right: .9375rem!important
	}
	.vus-mb-sm-15 {
		margin-bottom: .9375rem!important
	}
	.vus-ml-sm-16 {
		margin-left: 1rem!important
	}
	.vus-mt-sm-16 {
		margin-top: 1rem!important
	}
	.vus-mr-sm-16 {
		margin-right: 1rem!important
	}
	.vus-mb-sm-16 {
		margin-bottom: 1rem!important
	}
	.vus-ml-sm-18 {
		margin-left: 1.125rem!important
	}
	.vus-mt-sm-18 {
		margin-top: 1.125rem!important
	}
	.vus-mr-sm-18 {
		margin-right: 1.125rem!important
	}
	.vus-mb-sm-18 {
		margin-bottom: 1.125rem!important
	}
	.vus-ml-sm-20 {
		margin-left: 1.25rem!important
	}
	.vus-mt-sm-20 {
		margin-top: 1.25rem!important
	}
	.vus-mr-sm-20 {
		margin-right: 1.25rem!important
	}
	.vus-mb-sm-20 {
		margin-bottom: 1.25rem!important
	}
	.vus-ml-sm-22 {
		margin-left: 1.375rem!important
	}
	.vus-mt-sm-22 {
		margin-top: 1.375rem!important
	}
	.vus-mr-sm-22 {
		margin-right: 1.375rem!important
	}
	.vus-mb-sm-22 {
		margin-bottom: 1.375rem!important
	}
	.vus-ml-sm-24 {
		margin-left: 1.5rem!important
	}
	.vus-mt-sm-24 {
		margin-top: 1.5rem!important
	}
	.vus-mr-sm-24 {
		margin-right: 1.5rem!important
	}
	.vus-mb-sm-24 {
		margin-bottom: 1.5rem!important
	}
	.vus-ml-sm-25 {
		margin-left: 1.5625rem!important
	}
	.vus-mt-sm-25 {
		margin-top: 1.5625rem!important
	}
	.vus-mr-sm-25 {
		margin-right: 1.5625rem!important
	}
	.vus-mb-sm-25 {
		margin-bottom: 1.5625rem!important
	}
	.vus-ml-sm-26 {
		margin-left: 1.625rem!important
	}
	.vus-mt-sm-26 {
		margin-top: 1.625rem!important
	}
	.vus-mr-sm-26 {
		margin-right: 1.625rem!important
	}
	.vus-mb-sm-26 {
		margin-bottom: 1.625rem!important
	}
	.vus-ml-sm-28 {
		margin-left: 1.75rem!important
	}
	.vus-mt-sm-28 {
		margin-top: 1.75rem!important
	}
	.vus-mr-sm-28 {
		margin-right: 1.75rem!important
	}
	.vus-mb-sm-28 {
		margin-bottom: 1.75rem!important
	}
	.vus-ml-sm-30 {
		margin-left: 1.875rem!important
	}
	.vus-mt-sm-30 {
		margin-top: 1.875rem!important
	}
	.vus-mr-sm-30 {
		margin-right: 1.875rem!important
	}
	.vus-mb-sm-30 {
		margin-bottom: 1.875rem!important
	}
	.vus-ml-sm-32 {
		margin-left: 2rem!important
	}
	.vus-mt-sm-32 {
		margin-top: 2rem!important
	}
	.vus-mr-sm-32 {
		margin-right: 2rem!important
	}
	.vus-mb-sm-32 {
		margin-bottom: 2rem!important
	}
	.vus-ml-sm-34 {
		margin-left: 2.125rem!important
	}
	.vus-mt-sm-34 {
		margin-top: 2.125rem!important
	}
	.vus-mr-sm-34 {
		margin-right: 2.125rem!important
	}
	.vus-mb-sm-34 {
		margin-bottom: 2.125rem!important
	}
	.vus-ml-sm-35 {
		margin-left: 2.1875rem!important
	}
	.vus-mt-sm-35 {
		margin-top: 2.1875rem!important
	}
	.vus-mr-sm-35 {
		margin-right: 2.1875rem!important
	}
	.vus-mb-sm-35 {
		margin-bottom: 2.1875rem!important
	}
	.vus-ml-sm-36 {
		margin-left: 2.25rem!important
	}
	.vus-mt-sm-36 {
		margin-top: 2.25rem!important
	}
	.vus-mr-sm-36 {
		margin-right: 2.25rem!important
	}
	.vus-mb-sm-36 {
		margin-bottom: 2.25rem!important
	}
	.vus-ml-sm-38 {
		margin-left: 2.375rem!important
	}
	.vus-mt-sm-38 {
		margin-top: 2.375rem!important
	}
	.vus-mr-sm-38 {
		margin-right: 2.375rem!important
	}
	.vus-mb-sm-38 {
		margin-bottom: 2.375rem!important
	}
	.vus-ml-sm-40 {
		margin-left: 2.5rem!important
	}
	.vus-mt-sm-40 {
		margin-top: 2.5rem!important
	}
	.vus-mr-sm-40 {
		margin-right: 2.5rem!important
	}
	.vus-mb-sm-40 {
		margin-bottom: 2.5rem!important
	}
	.vus-ml-sm-42 {
		margin-left: 2.625rem!important
	}
	.vus-mt-sm-42 {
		margin-top: 2.625rem!important
	}
	.vus-mr-sm-42 {
		margin-right: 2.625rem!important
	}
	.vus-mb-sm-42 {
		margin-bottom: 2.625rem!important
	}
	.vus-ml-sm-44 {
		margin-left: 2.75rem!important
	}
	.vus-mt-sm-44 {
		margin-top: 2.75rem!important
	}
	.vus-mr-sm-44 {
		margin-right: 2.75rem!important
	}
	.vus-mb-sm-44 {
		margin-bottom: 2.75rem!important
	}
	.vus-ml-sm-45 {
		margin-left: 2.8125rem!important
	}
	.vus-mt-sm-45 {
		margin-top: 2.8125rem!important
	}
	.vus-mr-sm-45 {
		margin-right: 2.8125rem!important
	}
	.vus-mb-sm-45 {
		margin-bottom: 2.8125rem!important
	}
	.vus-ml-sm-46 {
		margin-left: 2.875rem!important
	}
	.vus-mt-sm-46 {
		margin-top: 2.875rem!important
	}
	.vus-mr-sm-46 {
		margin-right: 2.875rem!important
	}
	.vus-mb-sm-46 {
		margin-bottom: 2.875rem!important
	}
	.vus-ml-sm-48 {
		margin-left: 3rem!important
	}
	.vus-mt-sm-48 {
		margin-top: 3rem!important
	}
	.vus-mr-sm-48 {
		margin-right: 3rem!important
	}
	.vus-mb-sm-48 {
		margin-bottom: 3rem!important
	}
	.vus-ml-sm-50 {
		margin-left: 3.125rem!important
	}
	.vus-mt-sm-50 {
		margin-top: 3.125rem!important
	}
	.vus-mr-sm-50 {
		margin-right: 3.125rem!important
	}
	.vus-mb-sm-50 {
		margin-bottom: 3.125rem!important
	}
	.vus-ml-sm-52 {
		margin-left: 3.25rem!important
	}
	.vus-mt-sm-52 {
		margin-top: 3.25rem!important
	}
	.vus-mr-sm-52 {
		margin-right: 3.25rem!important
	}
	.vus-mb-sm-52 {
		margin-bottom: 3.25rem!important
	}
	.vus-ml-sm-54 {
		margin-left: 3.375rem!important
	}
	.vus-mt-sm-54 {
		margin-top: 3.375rem!important
	}
	.vus-mr-sm-54 {
		margin-right: 3.375rem!important
	}
	.vus-mb-sm-54 {
		margin-bottom: 3.375rem!important
	}
	.vus-ml-sm-55 {
		margin-left: 3.4375rem!important
	}
	.vus-mt-sm-55 {
		margin-top: 3.4375rem!important
	}
	.vus-mr-sm-55 {
		margin-right: 3.4375rem!important
	}
	.vus-mb-sm-55 {
		margin-bottom: 3.4375rem!important
	}
	.vus-ml-sm-56 {
		margin-left: 3.5rem!important
	}
	.vus-mt-sm-56 {
		margin-top: 3.5rem!important
	}
	.vus-mr-sm-56 {
		margin-right: 3.5rem!important
	}
	.vus-mb-sm-56 {
		margin-bottom: 3.5rem!important
	}
	.vus-ml-sm-58 {
		margin-left: 3.625rem!important
	}
	.vus-mt-sm-58 {
		margin-top: 3.625rem!important
	}
	.vus-mr-sm-58 {
		margin-right: 3.625rem!important
	}
	.vus-mb-sm-58 {
		margin-bottom: 3.625rem!important
	}
	.vus-ml-sm-60 {
		margin-left: 3.75rem!important
	}
	.vus-mt-sm-60 {
		margin-top: 3.75rem!important
	}
	.vus-mr-sm-60 {
		margin-right: 3.75rem!important
	}
	.vus-mb-sm-60 {
		margin-bottom: 3.75rem!important
	}
	.vus-ml-sm-62 {
		margin-left: 3.875rem!important
	}
	.vus-mt-sm-62 {
		margin-top: 3.875rem!important
	}
	.vus-mr-sm-62 {
		margin-right: 3.875rem!important
	}
	.vus-mb-sm-62 {
		margin-bottom: 3.875rem!important
	}
	.vus-ml-sm-64 {
		margin-left: 4rem!important
	}
	.vus-mt-sm-64 {
		margin-top: 4rem!important
	}
	.vus-mr-sm-64 {
		margin-right: 4rem!important
	}
	.vus-mb-sm-64 {
		margin-bottom: 4rem!important
	}
	.vus-ml-sm-65 {
		margin-left: 4.0625rem!important
	}
	.vus-mt-sm-65 {
		margin-top: 4.0625rem!important
	}
	.vus-mr-sm-65 {
		margin-right: 4.0625rem!important
	}
	.vus-mb-sm-65 {
		margin-bottom: 4.0625rem!important
	}
	.vus-ml-sm-66 {
		margin-left: 4.125rem!important
	}
	.vus-mt-sm-66 {
		margin-top: 4.125rem!important
	}
	.vus-mr-sm-66 {
		margin-right: 4.125rem!important
	}
	.vus-mb-sm-66 {
		margin-bottom: 4.125rem!important
	}
	.vus-ml-sm-68 {
		margin-left: 4.25rem!important
	}
	.vus-mt-sm-68 {
		margin-top: 4.25rem!important
	}
	.vus-mr-sm-68 {
		margin-right: 4.25rem!important
	}
	.vus-mb-sm-68 {
		margin-bottom: 4.25rem!important
	}
	.vus-ml-sm-70 {
		margin-left: 4.375rem!important
	}
	.vus-mt-sm-70 {
		margin-top: 4.375rem!important
	}
	.vus-mr-sm-70 {
		margin-right: 4.375rem!important
	}
	.vus-mb-sm-70 {
		margin-bottom: 4.375rem!important
	}
	.vus-ml-sm-72 {
		margin-left: 4.5rem!important
	}
	.vus-mt-sm-72 {
		margin-top: 4.5rem!important
	}
	.vus-mr-sm-72 {
		margin-right: 4.5rem!important
	}
	.vus-mb-sm-72 {
		margin-bottom: 4.5rem!important
	}
	.vus-ml-sm-74 {
		margin-left: 4.625rem!important
	}
	.vus-mt-sm-74 {
		margin-top: 4.625rem!important
	}
	.vus-mr-sm-74 {
		margin-right: 4.625rem!important
	}
	.vus-mb-sm-74 {
		margin-bottom: 4.625rem!important
	}
	.vus-ml-sm-75 {
		margin-left: 4.6875rem!important
	}
	.vus-mt-sm-75 {
		margin-top: 4.6875rem!important
	}
	.vus-mr-sm-75 {
		margin-right: 4.6875rem!important
	}
	.vus-mb-sm-75 {
		margin-bottom: 4.6875rem!important
	}
	.vus-ml-sm-76 {
		margin-left: 4.75rem!important
	}
	.vus-mt-sm-76 {
		margin-top: 4.75rem!important
	}
	.vus-mr-sm-76 {
		margin-right: 4.75rem!important
	}
	.vus-mb-sm-76 {
		margin-bottom: 4.75rem!important
	}
	.vus-ml-sm-78 {
		margin-left: 4.875rem!important
	}
	.vus-mt-sm-78 {
		margin-top: 4.875rem!important
	}
	.vus-mr-sm-78 {
		margin-right: 4.875rem!important
	}
	.vus-mb-sm-78 {
		margin-bottom: 4.875rem!important
	}
	.vus-ml-sm-80 {
		margin-left: 5rem!important
	}
	.vus-mt-sm-80 {
		margin-top: 5rem!important
	}
	.vus-mr-sm-80 {
		margin-right: 5rem!important
	}
	.vus-mb-sm-80 {
		margin-bottom: 5rem!important
	}
	.vus-ml-sm-82 {
		margin-left: 5.125rem!important
	}
	.vus-mt-sm-82 {
		margin-top: 5.125rem!important
	}
	.vus-mr-sm-82 {
		margin-right: 5.125rem!important
	}
	.vus-mb-sm-82 {
		margin-bottom: 5.125rem!important
	}
	.vus-ml-sm-84 {
		margin-left: 5.25rem!important
	}
	.vus-mt-sm-84 {
		margin-top: 5.25rem!important
	}
	.vus-mr-sm-84 {
		margin-right: 5.25rem!important
	}
	.vus-mb-sm-84 {
		margin-bottom: 5.25rem!important
	}
	.vus-ml-sm-85 {
		margin-left: 5.3125rem!important
	}
	.vus-mt-sm-85 {
		margin-top: 5.3125rem!important
	}
	.vus-mr-sm-85 {
		margin-right: 5.3125rem!important
	}
	.vus-mb-sm-85 {
		margin-bottom: 5.3125rem!important
	}
	.vus-ml-sm-86 {
		margin-left: 5.375rem!important
	}
	.vus-mt-sm-86 {
		margin-top: 5.375rem!important
	}
	.vus-mr-sm-86 {
		margin-right: 5.375rem!important
	}
	.vus-mb-sm-86 {
		margin-bottom: 5.375rem!important
	}
	.vus-ml-sm-88 {
		margin-left: 5.5rem!important
	}
	.vus-mt-sm-88 {
		margin-top: 5.5rem!important
	}
	.vus-mr-sm-88 {
		margin-right: 5.5rem!important
	}
	.vus-mb-sm-88 {
		margin-bottom: 5.5rem!important
	}
	.vus-ml-sm-90 {
		margin-left: 5.625rem!important
	}
	.vus-mt-sm-90 {
		margin-top: 5.625rem!important
	}
	.vus-mr-sm-90 {
		margin-right: 5.625rem!important
	}
	.vus-mb-sm-90 {
		margin-bottom: 5.625rem!important
	}
	.vus-ml-sm-92 {
		margin-left: 5.75rem!important
	}
	.vus-mt-sm-92 {
		margin-top: 5.75rem!important
	}
	.vus-mr-sm-92 {
		margin-right: 5.75rem!important
	}
	.vus-mb-sm-92 {
		margin-bottom: 5.75rem!important
	}
	.vus-ml-sm-94 {
		margin-left: 5.875rem!important
	}
	.vus-mt-sm-94 {
		margin-top: 5.875rem!important
	}
	.vus-mr-sm-94 {
		margin-right: 5.875rem!important
	}
	.vus-mb-sm-94 {
		margin-bottom: 5.875rem!important
	}
	.vus-ml-sm-95 {
		margin-left: 5.9375rem!important
	}
	.vus-mt-sm-95 {
		margin-top: 5.9375rem!important
	}
	.vus-mr-sm-95 {
		margin-right: 5.9375rem!important
	}
	.vus-mb-sm-95 {
		margin-bottom: 5.9375rem!important
	}
	.vus-ml-sm-96 {
		margin-left: 6rem!important
	}
	.vus-mt-sm-96 {
		margin-top: 6rem!important
	}
	.vus-mr-sm-96 {
		margin-right: 6rem!important
	}
	.vus-mb-sm-96 {
		margin-bottom: 6rem!important
	}
	.vus-ml-sm-98 {
		margin-left: 6.125rem!important
	}
	.vus-mt-sm-98 {
		margin-top: 6.125rem!important
	}
	.vus-mr-sm-98 {
		margin-right: 6.125rem!important
	}
	.vus-mb-sm-98 {
		margin-bottom: 6.125rem!important
	}
	.vus-ml-sm-100 {
		margin-left: 6.25rem!important
	}
	.vus-mt-sm-100 {
		margin-top: 6.25rem!important
	}
	.vus-mr-sm-100 {
		margin-right: 6.25rem!important
	}
	.vus-mb-sm-100 {
		margin-bottom: 6.25rem!important
	}
	.vus-ml-sm-110 {
		margin-left: 6.875rem!important
	}
	.vus-mt-sm-110 {
		margin-top: 6.875rem!important
	}
	.vus-mr-sm-110 {
		margin-right: 6.875rem!important
	}
	.vus-mb-sm-110 {
		margin-bottom: 6.875rem!important
	}
	.vus-ml-sm-120 {
		margin-left: 7.5rem!important
	}
	.vus-mt-sm-120 {
		margin-top: 7.5rem!important
	}
	.vus-mr-sm-120 {
		margin-right: 7.5rem!important
	}
	.vus-mb-sm-120 {
		margin-bottom: 7.5rem!important
	}
	.vus-ml-sm-130 {
		margin-left: 8.125rem!important
	}
	.vus-mt-sm-130 {
		margin-top: 8.125rem!important
	}
	.vus-mr-sm-130 {
		margin-right: 8.125rem!important
	}
	.vus-mb-sm-130 {
		margin-bottom: 8.125rem!important
	}
	.vus-ml-sm-140 {
		margin-left: 8.75rem!important
	}
	.vus-mt-sm-140 {
		margin-top: 8.75rem!important
	}
	.vus-mr-sm-140 {
		margin-right: 8.75rem!important
	}
	.vus-mb-sm-140 {
		margin-bottom: 8.75rem!important
	}
	.vus-ml-sm-150 {
		margin-left: 9.375rem!important
	}
	.vus-mt-sm-150 {
		margin-top: 9.375rem!important
	}
	.vus-mr-sm-150 {
		margin-right: 9.375rem!important
	}
	.vus-mb-sm-150 {
		margin-bottom: 9.375rem!important
	}
	.vus-ml-sm-160 {
		margin-left: 10rem!important
	}
	.vus-mt-sm-160 {
		margin-top: 10rem!important
	}
	.vus-mr-sm-160 {
		margin-right: 10rem!important
	}
	.vus-mb-sm-160 {
		margin-bottom: 10rem!important
	}
	.vus-ml-sm-170 {
		margin-left: 10.625rem!important
	}
	.vus-mt-sm-170 {
		margin-top: 10.625rem!important
	}
	.vus-mr-sm-170 {
		margin-right: 10.625rem!important
	}
	.vus-mb-sm-170 {
		margin-bottom: 10.625rem!important
	}
	.vus-ml-sm-180 {
		margin-left: 11.25rem!important
	}
	.vus-mt-sm-180 {
		margin-top: 11.25rem!important
	}
	.vus-mr-sm-180 {
		margin-right: 11.25rem!important
	}
	.vus-mb-sm-180 {
		margin-bottom: 11.25rem!important
	}
	.vus-ml-sm-190 {
		margin-left: 11.875rem!important
	}
	.vus-mt-sm-190 {
		margin-top: 11.875rem!important
	}
	.vus-mr-sm-190 {
		margin-right: 11.875rem!important
	}
	.vus-mb-sm-190 {
		margin-bottom: 11.875rem!important
	}
	.vus-ml-sm-200 {
		margin-left: 12.5rem!important
	}
	.vus-mt-sm-200 {
		margin-top: 12.5rem!important
	}
	.vus-mr-sm-200 {
		margin-right: 12.5rem!important
	}
	.vus-mb-sm-200 {
		margin-bottom: 12.5rem!important
	}
}

@media (min-width: 1024px) {
	.vus-ma-md-1 {
		margin: .0625rem!important
	}
	.vus-ma-md-2 {
		margin: .125rem!important
	}
	.vus-ma-md-3 {
		margin: .1875rem!important
	}
	.vus-ma-md-4 {
		margin: .25rem!important
	}
	.vus-ma-md-5 {
		margin: .3125rem!important
	}
	.vus-ma-md-6 {
		margin: .375rem!important
	}
	.vus-ma-md-7 {
		margin: .4375rem!important
	}
	.vus-ma-md-8 {
		margin: .5rem!important
	}
	.vus-ma-md-9 {
		margin: .5625rem!important
	}
	.vus-ma-md-10 {
		margin: .625rem!important
	}
	.vus-ma-md-12 {
		margin: .75rem!important
	}
	.vus-ma-md-14 {
		margin: .875rem!important
	}
	.vus-ma-md-15 {
		margin: .9375rem!important
	}
	.vus-ma-md-16 {
		margin: 1rem!important
	}
	.vus-ma-md-18 {
		margin: 1.125rem!important
	}
	.vus-ma-md-20 {
		margin: 1.25rem!important
	}
	.vus-ma-md-22 {
		margin: 1.375rem!important
	}
	.vus-ma-md-24 {
		margin: 1.5rem!important
	}
	.vus-ma-md-25 {
		margin: 1.5625rem!important
	}
	.vus-ma-md-26 {
		margin: 1.625rem!important
	}
	.vus-ma-md-28 {
		margin: 1.75rem!important
	}
	.vus-ma-md-30 {
		margin: 1.875rem!important
	}
	.vus-ma-md-32 {
		margin: 2rem!important
	}
	.vus-ma-md-34 {
		margin: 2.125rem!important
	}
	.vus-ma-md-35 {
		margin: 2.1875rem!important
	}
	.vus-ma-md-36 {
		margin: 2.25rem!important
	}
	.vus-ma-md-38 {
		margin: 2.375rem!important
	}
	.vus-ma-md-40 {
		margin: 2.5rem!important
	}
	.vus-ma-md-42 {
		margin: 2.625rem!important
	}
	.vus-ma-md-44 {
		margin: 2.75rem!important
	}
	.vus-ma-md-45 {
		margin: 2.8125rem!important
	}
	.vus-ma-md-46 {
		margin: 2.875rem!important
	}
	.vus-ma-md-48 {
		margin: 3rem!important
	}
	.vus-ma-md-50 {
		margin: 3.125rem!important
	}
	.vus-ma-md-52 {
		margin: 3.25rem!important
	}
	.vus-ma-md-54 {
		margin: 3.375rem!important
	}
	.vus-ma-md-55 {
		margin: 3.4375rem!important
	}
	.vus-ma-md-56 {
		margin: 3.5rem!important
	}
	.vus-ma-md-58 {
		margin: 3.625rem!important
	}
	.vus-ma-md-60 {
		margin: 3.75rem!important
	}
	.vus-ma-md-62 {
		margin: 3.875rem!important
	}
	.vus-ma-md-64 {
		margin: 4rem!important
	}
	.vus-ma-md-65 {
		margin: 4.0625rem!important
	}
	.vus-ma-md-66 {
		margin: 4.125rem!important
	}
	.vus-ma-md-68 {
		margin: 4.25rem!important
	}
	.vus-ma-md-70 {
		margin: 4.375rem!important
	}
	.vus-ma-md-72 {
		margin: 4.5rem!important
	}
	.vus-ma-md-74 {
		margin: 4.625rem!important
	}
	.vus-ma-md-75 {
		margin: 4.6875rem!important
	}
	.vus-ma-md-76 {
		margin: 4.75rem!important
	}
	.vus-ma-md-78 {
		margin: 4.875rem!important
	}
	.vus-ma-md-80 {
		margin: 5rem!important
	}
	.vus-ma-md-82 {
		margin: 5.125rem!important
	}
	.vus-ma-md-84 {
		margin: 5.25rem!important
	}
	.vus-ma-md-85 {
		margin: 5.3125rem!important
	}
	.vus-ma-md-86 {
		margin: 5.375rem!important
	}
	.vus-ma-md-88 {
		margin: 5.5rem!important
	}
	.vus-ma-md-90 {
		margin: 5.625rem!important
	}
	.vus-ma-md-92 {
		margin: 5.75rem!important
	}
	.vus-ma-md-94 {
		margin: 5.875rem!important
	}
	.vus-ma-md-95 {
		margin: 5.9375rem!important
	}
	.vus-ma-md-96 {
		margin: 6rem!important
	}
	.vus-ma-md-98 {
		margin: 6.125rem!important
	}
	.vus-ma-md-100 {
		margin: 6.25rem!important
	}
	.vus-ma-md-110 {
		margin: 6.875rem!important
	}
	.vus-ma-md-120 {
		margin: 7.5rem!important
	}
	.vus-ma-md-130 {
		margin: 8.125rem!important
	}
	.vus-ma-md-140 {
		margin: 8.75rem!important
	}
	.vus-ma-md-150 {
		margin: 9.375rem!important
	}
	.vus-ma-md-160 {
		margin: 10rem!important
	}
	.vus-ma-md-170 {
		margin: 10.625rem!important
	}
	.vus-ma-md-180 {
		margin: 11.25rem!important
	}
	.vus-ma-md-190 {
		margin: 11.875rem!important
	}
	.vus-ma-md-200 {
		margin: 12.5rem!important
	}
	.vus-ml-md-1 {
		margin-left: .0625rem!important
	}
	.vus-mt-md-1 {
		margin-top: .0625rem!important
	}
	.vus-mr-md-1 {
		margin-right: .0625rem!important
	}
	.vus-mb-md-1 {
		margin-bottom: .0625rem!important
	}
	.vus-ml-md-2 {
		margin-left: .125rem!important
	}
	.vus-mt-md-2 {
		margin-top: .125rem!important
	}
	.vus-mr-md-2 {
		margin-right: .125rem!important
	}
	.vus-mb-md-2 {
		margin-bottom: .125rem!important
	}
	.vus-ml-md-3 {
		margin-left: .1875rem!important
	}
	.vus-mt-md-3 {
		margin-top: .1875rem!important
	}
	.vus-mr-md-3 {
		margin-right: .1875rem!important
	}
	.vus-mb-md-3 {
		margin-bottom: .1875rem!important
	}
	.vus-ml-md-4 {
		margin-left: .25rem!important
	}
	.vus-mt-md-4 {
		margin-top: .25rem!important
	}
	.vus-mr-md-4 {
		margin-right: .25rem!important
	}
	.vus-mb-md-4 {
		margin-bottom: .25rem!important
	}
	.vus-ml-md-5 {
		margin-left: .3125rem!important
	}
	.vus-mt-md-5 {
		margin-top: .3125rem!important
	}
	.vus-mr-md-5 {
		margin-right: .3125rem!important
	}
	.vus-mb-md-5 {
		margin-bottom: .3125rem!important
	}
	.vus-ml-md-6 {
		margin-left: .375rem!important
	}
	.vus-mt-md-6 {
		margin-top: .375rem!important
	}
	.vus-mr-md-6 {
		margin-right: .375rem!important
	}
	.vus-mb-md-6 {
		margin-bottom: .375rem!important
	}
	.vus-ml-md-7 {
		margin-left: .4375rem!important
	}
	.vus-mt-md-7 {
		margin-top: .4375rem!important
	}
	.vus-mr-md-7 {
		margin-right: .4375rem!important
	}
	.vus-mb-md-7 {
		margin-bottom: .4375rem!important
	}
	.vus-ml-md-8 {
		margin-left: .5rem!important
	}
	.vus-mt-md-8 {
		margin-top: .5rem!important
	}
	.vus-mr-md-8 {
		margin-right: .5rem!important
	}
	.vus-mb-md-8 {
		margin-bottom: .5rem!important
	}
	.vus-ml-md-9 {
		margin-left: .5625rem!important
	}
	.vus-mt-md-9 {
		margin-top: .5625rem!important
	}
	.vus-mr-md-9 {
		margin-right: .5625rem!important
	}
	.vus-mb-md-9 {
		margin-bottom: .5625rem!important
	}
	.vus-ml-md-10 {
		margin-left: .625rem!important
	}
	.vus-mt-md-10 {
		margin-top: .625rem!important
	}
	.vus-mr-md-10 {
		margin-right: .625rem!important
	}
	.vus-mb-md-10 {
		margin-bottom: .625rem!important
	}
	.vus-ml-md-12 {
		margin-left: .75rem!important
	}
	.vus-mt-md-12 {
		margin-top: .75rem!important
	}
	.vus-mr-md-12 {
		margin-right: .75rem!important
	}
	.vus-mb-md-12 {
		margin-bottom: .75rem!important
	}
	.vus-ml-md-14 {
		margin-left: .875rem!important
	}
	.vus-mt-md-14 {
		margin-top: .875rem!important
	}
	.vus-mr-md-14 {
		margin-right: .875rem!important
	}
	.vus-mb-md-14 {
		margin-bottom: .875rem!important
	}
	.vus-ml-md-15 {
		margin-left: .9375rem!important
	}
	.vus-mt-md-15 {
		margin-top: .9375rem!important
	}
	.vus-mr-md-15 {
		margin-right: .9375rem!important
	}
	.vus-mb-md-15 {
		margin-bottom: .9375rem!important
	}
	.vus-ml-md-16 {
		margin-left: 1rem!important
	}
	.vus-mt-md-16 {
		margin-top: 1rem!important
	}
	.vus-mr-md-16 {
		margin-right: 1rem!important
	}
	.vus-mb-md-16 {
		margin-bottom: 1rem!important
	}
	.vus-ml-md-18 {
		margin-left: 1.125rem!important
	}
	.vus-mt-md-18 {
		margin-top: 1.125rem!important
	}
	.vus-mr-md-18 {
		margin-right: 1.125rem!important
	}
	.vus-mb-md-18 {
		margin-bottom: 1.125rem!important
	}
	.vus-ml-md-20 {
		margin-left: 1.25rem!important
	}
	.vus-mt-md-20 {
		margin-top: 1.25rem!important
	}
	.vus-mr-md-20 {
		margin-right: 1.25rem!important
	}
	.vus-mb-md-20 {
		margin-bottom: 1.25rem!important
	}
	.vus-ml-md-22 {
		margin-left: 1.375rem!important
	}
	.vus-mt-md-22 {
		margin-top: 1.375rem!important
	}
	.vus-mr-md-22 {
		margin-right: 1.375rem!important
	}
	.vus-mb-md-22 {
		margin-bottom: 1.375rem!important
	}
	.vus-ml-md-24 {
		margin-left: 1.5rem!important
	}
	.vus-mt-md-24 {
		margin-top: 1.5rem!important
	}
	.vus-mr-md-24 {
		margin-right: 1.5rem!important
	}
	.vus-mb-md-24 {
		margin-bottom: 1.5rem!important
	}
	.vus-ml-md-25 {
		margin-left: 1.5625rem!important
	}
	.vus-mt-md-25 {
		margin-top: 1.5625rem!important
	}
	.vus-mr-md-25 {
		margin-right: 1.5625rem!important
	}
	.vus-mb-md-25 {
		margin-bottom: 1.5625rem!important
	}
	.vus-ml-md-26 {
		margin-left: 1.625rem!important
	}
	.vus-mt-md-26 {
		margin-top: 1.625rem!important
	}
	.vus-mr-md-26 {
		margin-right: 1.625rem!important
	}
	.vus-mb-md-26 {
		margin-bottom: 1.625rem!important
	}
	.vus-ml-md-28 {
		margin-left: 1.75rem!important
	}
	.vus-mt-md-28 {
		margin-top: 1.75rem!important
	}
	.vus-mr-md-28 {
		margin-right: 1.75rem!important
	}
	.vus-mb-md-28 {
		margin-bottom: 1.75rem!important
	}
	.vus-ml-md-30 {
		margin-left: 1.875rem!important
	}
	.vus-mt-md-30 {
		margin-top: 1.875rem!important
	}
	.vus-mr-md-30 {
		margin-right: 1.875rem!important
	}
	.vus-mb-md-30 {
		margin-bottom: 1.875rem!important
	}
	.vus-ml-md-32 {
		margin-left: 2rem!important
	}
	.vus-mt-md-32 {
		margin-top: 2rem!important
	}
	.vus-mr-md-32 {
		margin-right: 2rem!important
	}
	.vus-mb-md-32 {
		margin-bottom: 2rem!important
	}
	.vus-ml-md-34 {
		margin-left: 2.125rem!important
	}
	.vus-mt-md-34 {
		margin-top: 2.125rem!important
	}
	.vus-mr-md-34 {
		margin-right: 2.125rem!important
	}
	.vus-mb-md-34 {
		margin-bottom: 2.125rem!important
	}
	.vus-ml-md-35 {
		margin-left: 2.1875rem!important
	}
	.vus-mt-md-35 {
		margin-top: 2.1875rem!important
	}
	.vus-mr-md-35 {
		margin-right: 2.1875rem!important
	}
	.vus-mb-md-35 {
		margin-bottom: 2.1875rem!important
	}
	.vus-ml-md-36 {
		margin-left: 2.25rem!important
	}
	.vus-mt-md-36 {
		margin-top: 2.25rem!important
	}
	.vus-mr-md-36 {
		margin-right: 2.25rem!important
	}
	.vus-mb-md-36 {
		margin-bottom: 2.25rem!important
	}
	.vus-ml-md-38 {
		margin-left: 2.375rem!important
	}
	.vus-mt-md-38 {
		margin-top: 2.375rem!important
	}
	.vus-mr-md-38 {
		margin-right: 2.375rem!important
	}
	.vus-mb-md-38 {
		margin-bottom: 2.375rem!important
	}
	.vus-ml-md-40 {
		margin-left: 2.5rem!important
	}
	.vus-mt-md-40 {
		margin-top: 2.5rem!important
	}
	.vus-mr-md-40 {
		margin-right: 2.5rem!important
	}
	.vus-mb-md-40 {
		margin-bottom: 2.5rem!important
	}
	.vus-ml-md-42 {
		margin-left: 2.625rem!important
	}
	.vus-mt-md-42 {
		margin-top: 2.625rem!important
	}
	.vus-mr-md-42 {
		margin-right: 2.625rem!important
	}
	.vus-mb-md-42 {
		margin-bottom: 2.625rem!important
	}
	.vus-ml-md-44 {
		margin-left: 2.75rem!important
	}
	.vus-mt-md-44 {
		margin-top: 2.75rem!important
	}
	.vus-mr-md-44 {
		margin-right: 2.75rem!important
	}
	.vus-mb-md-44 {
		margin-bottom: 2.75rem!important
	}
	.vus-ml-md-45 {
		margin-left: 2.8125rem!important
	}
	.vus-mt-md-45 {
		margin-top: 2.8125rem!important
	}
	.vus-mr-md-45 {
		margin-right: 2.8125rem!important
	}
	.vus-mb-md-45 {
		margin-bottom: 2.8125rem!important
	}
	.vus-ml-md-46 {
		margin-left: 2.875rem!important
	}
	.vus-mt-md-46 {
		margin-top: 2.875rem!important
	}
	.vus-mr-md-46 {
		margin-right: 2.875rem!important
	}
	.vus-mb-md-46 {
		margin-bottom: 2.875rem!important
	}
	.vus-ml-md-48 {
		margin-left: 3rem!important
	}
	.vus-mt-md-48 {
		margin-top: 3rem!important
	}
	.vus-mr-md-48 {
		margin-right: 3rem!important
	}
	.vus-mb-md-48 {
		margin-bottom: 3rem!important
	}
	.vus-ml-md-50 {
		margin-left: 3.125rem!important
	}
	.vus-mt-md-50 {
		margin-top: 3.125rem!important
	}
	.vus-mr-md-50 {
		margin-right: 3.125rem!important
	}
	.vus-mb-md-50 {
		margin-bottom: 3.125rem!important
	}
	.vus-ml-md-52 {
		margin-left: 3.25rem!important
	}
	.vus-mt-md-52 {
		margin-top: 3.25rem!important
	}
	.vus-mr-md-52 {
		margin-right: 3.25rem!important
	}
	.vus-mb-md-52 {
		margin-bottom: 3.25rem!important
	}
	.vus-ml-md-54 {
		margin-left: 3.375rem!important
	}
	.vus-mt-md-54 {
		margin-top: 3.375rem!important
	}
	.vus-mr-md-54 {
		margin-right: 3.375rem!important
	}
	.vus-mb-md-54 {
		margin-bottom: 3.375rem!important
	}
	.vus-ml-md-55 {
		margin-left: 3.4375rem!important
	}
	.vus-mt-md-55 {
		margin-top: 3.4375rem!important
	}
	.vus-mr-md-55 {
		margin-right: 3.4375rem!important
	}
	.vus-mb-md-55 {
		margin-bottom: 3.4375rem!important
	}
	.vus-ml-md-56 {
		margin-left: 3.5rem!important
	}
	.vus-mt-md-56 {
		margin-top: 3.5rem!important
	}
	.vus-mr-md-56 {
		margin-right: 3.5rem!important
	}
	.vus-mb-md-56 {
		margin-bottom: 3.5rem!important
	}
	.vus-ml-md-58 {
		margin-left: 3.625rem!important
	}
	.vus-mt-md-58 {
		margin-top: 3.625rem!important
	}
	.vus-mr-md-58 {
		margin-right: 3.625rem!important
	}
	.vus-mb-md-58 {
		margin-bottom: 3.625rem!important
	}
	.vus-ml-md-60 {
		margin-left: 3.75rem!important
	}
	.vus-mt-md-60 {
		margin-top: 3.75rem!important
	}
	.vus-mr-md-60 {
		margin-right: 3.75rem!important
	}
	.vus-mb-md-60 {
		margin-bottom: 3.75rem!important
	}
	.vus-ml-md-62 {
		margin-left: 3.875rem!important
	}
	.vus-mt-md-62 {
		margin-top: 3.875rem!important
	}
	.vus-mr-md-62 {
		margin-right: 3.875rem!important
	}
	.vus-mb-md-62 {
		margin-bottom: 3.875rem!important
	}
	.vus-ml-md-64 {
		margin-left: 4rem!important
	}
	.vus-mt-md-64 {
		margin-top: 4rem!important
	}
	.vus-mr-md-64 {
		margin-right: 4rem!important
	}
	.vus-mb-md-64 {
		margin-bottom: 4rem!important
	}
	.vus-ml-md-65 {
		margin-left: 4.0625rem!important
	}
	.vus-mt-md-65 {
		margin-top: 4.0625rem!important
	}
	.vus-mr-md-65 {
		margin-right: 4.0625rem!important
	}
	.vus-mb-md-65 {
		margin-bottom: 4.0625rem!important
	}
	.vus-ml-md-66 {
		margin-left: 4.125rem!important
	}
	.vus-mt-md-66 {
		margin-top: 4.125rem!important
	}
	.vus-mr-md-66 {
		margin-right: 4.125rem!important
	}
	.vus-mb-md-66 {
		margin-bottom: 4.125rem!important
	}
	.vus-ml-md-68 {
		margin-left: 4.25rem!important
	}
	.vus-mt-md-68 {
		margin-top: 4.25rem!important
	}
	.vus-mr-md-68 {
		margin-right: 4.25rem!important
	}
	.vus-mb-md-68 {
		margin-bottom: 4.25rem!important
	}
	.vus-ml-md-70 {
		margin-left: 4.375rem!important
	}
	.vus-mt-md-70 {
		margin-top: 4.375rem!important
	}
	.vus-mr-md-70 {
		margin-right: 4.375rem!important
	}
	.vus-mb-md-70 {
		margin-bottom: 4.375rem!important
	}
	.vus-ml-md-72 {
		margin-left: 4.5rem!important
	}
	.vus-mt-md-72 {
		margin-top: 4.5rem!important
	}
	.vus-mr-md-72 {
		margin-right: 4.5rem!important
	}
	.vus-mb-md-72 {
		margin-bottom: 4.5rem!important
	}
	.vus-ml-md-74 {
		margin-left: 4.625rem!important
	}
	.vus-mt-md-74 {
		margin-top: 4.625rem!important
	}
	.vus-mr-md-74 {
		margin-right: 4.625rem!important
	}
	.vus-mb-md-74 {
		margin-bottom: 4.625rem!important
	}
	.vus-ml-md-75 {
		margin-left: 4.6875rem!important
	}
	.vus-mt-md-75 {
		margin-top: 4.6875rem!important
	}
	.vus-mr-md-75 {
		margin-right: 4.6875rem!important
	}
	.vus-mb-md-75 {
		margin-bottom: 4.6875rem!important
	}
	.vus-ml-md-76 {
		margin-left: 4.75rem!important
	}
	.vus-mt-md-76 {
		margin-top: 4.75rem!important
	}
	.vus-mr-md-76 {
		margin-right: 4.75rem!important
	}
	.vus-mb-md-76 {
		margin-bottom: 4.75rem!important
	}
	.vus-ml-md-78 {
		margin-left: 4.875rem!important
	}
	.vus-mt-md-78 {
		margin-top: 4.875rem!important
	}
	.vus-mr-md-78 {
		margin-right: 4.875rem!important
	}
	.vus-mb-md-78 {
		margin-bottom: 4.875rem!important
	}
	.vus-ml-md-80 {
		margin-left: 5rem!important
	}
	.vus-mt-md-80 {
		margin-top: 5rem!important
	}
	.vus-mr-md-80 {
		margin-right: 5rem!important
	}
	.vus-mb-md-80 {
		margin-bottom: 5rem!important
	}
	.vus-ml-md-82 {
		margin-left: 5.125rem!important
	}
	.vus-mt-md-82 {
		margin-top: 5.125rem!important
	}
	.vus-mr-md-82 {
		margin-right: 5.125rem!important
	}
	.vus-mb-md-82 {
		margin-bottom: 5.125rem!important
	}
	.vus-ml-md-84 {
		margin-left: 5.25rem!important
	}
	.vus-mt-md-84 {
		margin-top: 5.25rem!important
	}
	.vus-mr-md-84 {
		margin-right: 5.25rem!important
	}
	.vus-mb-md-84 {
		margin-bottom: 5.25rem!important
	}
	.vus-ml-md-85 {
		margin-left: 5.3125rem!important
	}
	.vus-mt-md-85 {
		margin-top: 5.3125rem!important
	}
	.vus-mr-md-85 {
		margin-right: 5.3125rem!important
	}
	.vus-mb-md-85 {
		margin-bottom: 5.3125rem!important
	}
	.vus-ml-md-86 {
		margin-left: 5.375rem!important
	}
	.vus-mt-md-86 {
		margin-top: 5.375rem!important
	}
	.vus-mr-md-86 {
		margin-right: 5.375rem!important
	}
	.vus-mb-md-86 {
		margin-bottom: 5.375rem!important
	}
	.vus-ml-md-88 {
		margin-left: 5.5rem!important
	}
	.vus-mt-md-88 {
		margin-top: 5.5rem!important
	}
	.vus-mr-md-88 {
		margin-right: 5.5rem!important
	}
	.vus-mb-md-88 {
		margin-bottom: 5.5rem!important
	}
	.vus-ml-md-90 {
		margin-left: 5.625rem!important
	}
	.vus-mt-md-90 {
		margin-top: 5.625rem!important
	}
	.vus-mr-md-90 {
		margin-right: 5.625rem!important
	}
	.vus-mb-md-90 {
		margin-bottom: 5.625rem!important
	}
	.vus-ml-md-92 {
		margin-left: 5.75rem!important
	}
	.vus-mt-md-92 {
		margin-top: 5.75rem!important
	}
	.vus-mr-md-92 {
		margin-right: 5.75rem!important
	}
	.vus-mb-md-92 {
		margin-bottom: 5.75rem!important
	}
	.vus-ml-md-94 {
		margin-left: 5.875rem!important
	}
	.vus-mt-md-94 {
		margin-top: 5.875rem!important
	}
	.vus-mr-md-94 {
		margin-right: 5.875rem!important
	}
	.vus-mb-md-94 {
		margin-bottom: 5.875rem!important
	}
	.vus-ml-md-95 {
		margin-left: 5.9375rem!important
	}
	.vus-mt-md-95 {
		margin-top: 5.9375rem!important
	}
	.vus-mr-md-95 {
		margin-right: 5.9375rem!important
	}
	.vus-mb-md-95 {
		margin-bottom: 5.9375rem!important
	}
	.vus-ml-md-96 {
		margin-left: 6rem!important
	}
	.vus-mt-md-96 {
		margin-top: 6rem!important
	}
	.vus-mr-md-96 {
		margin-right: 6rem!important
	}
	.vus-mb-md-96 {
		margin-bottom: 6rem!important
	}
	.vus-ml-md-98 {
		margin-left: 6.125rem!important
	}
	.vus-mt-md-98 {
		margin-top: 6.125rem!important
	}
	.vus-mr-md-98 {
		margin-right: 6.125rem!important
	}
	.vus-mb-md-98 {
		margin-bottom: 6.125rem!important
	}
	.vus-ml-md-100 {
		margin-left: 6.25rem!important
	}
	.vus-mt-md-100 {
		margin-top: 6.25rem!important
	}
	.vus-mr-md-100 {
		margin-right: 6.25rem!important
	}
	.vus-mb-md-100 {
		margin-bottom: 6.25rem!important
	}
	.vus-ml-md-110 {
		margin-left: 6.875rem!important
	}
	.vus-mt-md-110 {
		margin-top: 6.875rem!important
	}
	.vus-mr-md-110 {
		margin-right: 6.875rem!important
	}
	.vus-mb-md-110 {
		margin-bottom: 6.875rem!important
	}
	.vus-ml-md-120 {
		margin-left: 7.5rem!important
	}
	.vus-mt-md-120 {
		margin-top: 7.5rem!important
	}
	.vus-mr-md-120 {
		margin-right: 7.5rem!important
	}
	.vus-mb-md-120 {
		margin-bottom: 7.5rem!important
	}
	.vus-ml-md-130 {
		margin-left: 8.125rem!important
	}
	.vus-mt-md-130 {
		margin-top: 8.125rem!important
	}
	.vus-mr-md-130 {
		margin-right: 8.125rem!important
	}
	.vus-mb-md-130 {
		margin-bottom: 8.125rem!important
	}
	.vus-ml-md-140 {
		margin-left: 8.75rem!important
	}
	.vus-mt-md-140 {
		margin-top: 8.75rem!important
	}
	.vus-mr-md-140 {
		margin-right: 8.75rem!important
	}
	.vus-mb-md-140 {
		margin-bottom: 8.75rem!important
	}
	.vus-ml-md-150 {
		margin-left: 9.375rem!important
	}
	.vus-mt-md-150 {
		margin-top: 9.375rem!important
	}
	.vus-mr-md-150 {
		margin-right: 9.375rem!important
	}
	.vus-mb-md-150 {
		margin-bottom: 9.375rem!important
	}
	.vus-ml-md-160 {
		margin-left: 10rem!important
	}
	.vus-mt-md-160 {
		margin-top: 10rem!important
	}
	.vus-mr-md-160 {
		margin-right: 10rem!important
	}
	.vus-mb-md-160 {
		margin-bottom: 10rem!important
	}
	.vus-ml-md-170 {
		margin-left: 10.625rem!important
	}
	.vus-mt-md-170 {
		margin-top: 10.625rem!important
	}
	.vus-mr-md-170 {
		margin-right: 10.625rem!important
	}
	.vus-mb-md-170 {
		margin-bottom: 10.625rem!important
	}
	.vus-ml-md-180 {
		margin-left: 11.25rem!important
	}
	.vus-mt-md-180 {
		margin-top: 11.25rem!important
	}
	.vus-mr-md-180 {
		margin-right: 11.25rem!important
	}
	.vus-mb-md-180 {
		margin-bottom: 11.25rem!important
	}
	.vus-ml-md-190 {
		margin-left: 11.875rem!important
	}
	.vus-mt-md-190 {
		margin-top: 11.875rem!important
	}
	.vus-mr-md-190 {
		margin-right: 11.875rem!important
	}
	.vus-mb-md-190 {
		margin-bottom: 11.875rem!important
	}
	.vus-ml-md-200 {
		margin-left: 12.5rem!important
	}
	.vus-mt-md-200 {
		margin-top: 12.5rem!important
	}
	.vus-mr-md-200 {
		margin-right: 12.5rem!important
	}
	.vus-mb-md-200 {
		margin-bottom: 12.5rem!important
	}
}

@media (min-width: 1280px) {
	.vus-ma-lg-1 {
		margin: .0625rem!important
	}
	.vus-ma-lg-2 {
		margin: .125rem!important
	}
	.vus-ma-lg-3 {
		margin: .1875rem!important
	}
	.vus-ma-lg-4 {
		margin: .25rem!important
	}
	.vus-ma-lg-5 {
		margin: .3125rem!important
	}
	.vus-ma-lg-6 {
		margin: .375rem!important
	}
	.vus-ma-lg-7 {
		margin: .4375rem!important
	}
	.vus-ma-lg-8 {
		margin: .5rem!important
	}
	.vus-ma-lg-9 {
		margin: .5625rem!important
	}
	.vus-ma-lg-10 {
		margin: .625rem!important
	}
	.vus-ma-lg-12 {
		margin: .75rem!important
	}
	.vus-ma-lg-14 {
		margin: .875rem!important
	}
	.vus-ma-lg-15 {
		margin: .9375rem!important
	}
	.vus-ma-lg-16 {
		margin: 1rem!important
	}
	.vus-ma-lg-18 {
		margin: 1.125rem!important
	}
	.vus-ma-lg-20 {
		margin: 1.25rem!important
	}
	.vus-ma-lg-22 {
		margin: 1.375rem!important
	}
	.vus-ma-lg-24 {
		margin: 1.5rem!important
	}
	.vus-ma-lg-25 {
		margin: 1.5625rem!important
	}
	.vus-ma-lg-26 {
		margin: 1.625rem!important
	}
	.vus-ma-lg-28 {
		margin: 1.75rem!important
	}
	.vus-ma-lg-30 {
		margin: 1.875rem!important
	}
	.vus-ma-lg-32 {
		margin: 2rem!important
	}
	.vus-ma-lg-34 {
		margin: 2.125rem!important
	}
	.vus-ma-lg-35 {
		margin: 2.1875rem!important
	}
	.vus-ma-lg-36 {
		margin: 2.25rem!important
	}
	.vus-ma-lg-38 {
		margin: 2.375rem!important
	}
	.vus-ma-lg-40 {
		margin: 2.5rem!important
	}
	.vus-ma-lg-42 {
		margin: 2.625rem!important
	}
	.vus-ma-lg-44 {
		margin: 2.75rem!important
	}
	.vus-ma-lg-45 {
		margin: 2.8125rem!important
	}
	.vus-ma-lg-46 {
		margin: 2.875rem!important
	}
	.vus-ma-lg-48 {
		margin: 3rem!important
	}
	.vus-ma-lg-50 {
		margin: 3.125rem!important
	}
	.vus-ma-lg-52 {
		margin: 3.25rem!important
	}
	.vus-ma-lg-54 {
		margin: 3.375rem!important
	}
	.vus-ma-lg-55 {
		margin: 3.4375rem!important
	}
	.vus-ma-lg-56 {
		margin: 3.5rem!important
	}
	.vus-ma-lg-58 {
		margin: 3.625rem!important
	}
	.vus-ma-lg-60 {
		margin: 3.75rem!important
	}
	.vus-ma-lg-62 {
		margin: 3.875rem!important
	}
	.vus-ma-lg-64 {
		margin: 4rem!important
	}
	.vus-ma-lg-65 {
		margin: 4.0625rem!important
	}
	.vus-ma-lg-66 {
		margin: 4.125rem!important
	}
	.vus-ma-lg-68 {
		margin: 4.25rem!important
	}
	.vus-ma-lg-70 {
		margin: 4.375rem!important
	}
	.vus-ma-lg-72 {
		margin: 4.5rem!important
	}
	.vus-ma-lg-74 {
		margin: 4.625rem!important
	}
	.vus-ma-lg-75 {
		margin: 4.6875rem!important
	}
	.vus-ma-lg-76 {
		margin: 4.75rem!important
	}
	.vus-ma-lg-78 {
		margin: 4.875rem!important
	}
	.vus-ma-lg-80 {
		margin: 5rem!important
	}
	.vus-ma-lg-82 {
		margin: 5.125rem!important
	}
	.vus-ma-lg-84 {
		margin: 5.25rem!important
	}
	.vus-ma-lg-85 {
		margin: 5.3125rem!important
	}
	.vus-ma-lg-86 {
		margin: 5.375rem!important
	}
	.vus-ma-lg-88 {
		margin: 5.5rem!important
	}
	.vus-ma-lg-90 {
		margin: 5.625rem!important
	}
	.vus-ma-lg-92 {
		margin: 5.75rem!important
	}
	.vus-ma-lg-94 {
		margin: 5.875rem!important
	}
	.vus-ma-lg-95 {
		margin: 5.9375rem!important
	}
	.vus-ma-lg-96 {
		margin: 6rem!important
	}
	.vus-ma-lg-98 {
		margin: 6.125rem!important
	}
	.vus-ma-lg-100 {
		margin: 6.25rem!important
	}
	.vus-ma-lg-110 {
		margin: 6.875rem!important
	}
	.vus-ma-lg-120 {
		margin: 7.5rem!important
	}
	.vus-ma-lg-130 {
		margin: 8.125rem!important
	}
	.vus-ma-lg-140 {
		margin: 8.75rem!important
	}
	.vus-ma-lg-150 {
		margin: 9.375rem!important
	}
	.vus-ma-lg-160 {
		margin: 10rem!important
	}
	.vus-ma-lg-170 {
		margin: 10.625rem!important
	}
	.vus-ma-lg-180 {
		margin: 11.25rem!important
	}
	.vus-ma-lg-190 {
		margin: 11.875rem!important
	}
	.vus-ma-lg-200 {
		margin: 12.5rem!important
	}
	.vus-ml-lg-1 {
		margin-left: .0625rem!important
	}
	.vus-mt-lg-1 {
		margin-top: .0625rem!important
	}
	.vus-mr-lg-1 {
		margin-right: .0625rem!important
	}
	.vus-mb-lg-1 {
		margin-bottom: .0625rem!important
	}
	.vus-ml-lg-2 {
		margin-left: .125rem!important
	}
	.vus-mt-lg-2 {
		margin-top: .125rem!important
	}
	.vus-mr-lg-2 {
		margin-right: .125rem!important
	}
	.vus-mb-lg-2 {
		margin-bottom: .125rem!important
	}
	.vus-ml-lg-3 {
		margin-left: .1875rem!important
	}
	.vus-mt-lg-3 {
		margin-top: .1875rem!important
	}
	.vus-mr-lg-3 {
		margin-right: .1875rem!important
	}
	.vus-mb-lg-3 {
		margin-bottom: .1875rem!important
	}
	.vus-ml-lg-4 {
		margin-left: .25rem!important
	}
	.vus-mt-lg-4 {
		margin-top: .25rem!important
	}
	.vus-mr-lg-4 {
		margin-right: .25rem!important
	}
	.vus-mb-lg-4 {
		margin-bottom: .25rem!important
	}
	.vus-ml-lg-5 {
		margin-left: .3125rem!important
	}
	.vus-mt-lg-5 {
		margin-top: .3125rem!important
	}
	.vus-mr-lg-5 {
		margin-right: .3125rem!important
	}
	.vus-mb-lg-5 {
		margin-bottom: .3125rem!important
	}
	.vus-ml-lg-6 {
		margin-left: .375rem!important
	}
	.vus-mt-lg-6 {
		margin-top: .375rem!important
	}
	.vus-mr-lg-6 {
		margin-right: .375rem!important
	}
	.vus-mb-lg-6 {
		margin-bottom: .375rem!important
	}
	.vus-ml-lg-7 {
		margin-left: .4375rem!important
	}
	.vus-mt-lg-7 {
		margin-top: .4375rem!important
	}
	.vus-mr-lg-7 {
		margin-right: .4375rem!important
	}
	.vus-mb-lg-7 {
		margin-bottom: .4375rem!important
	}
	.vus-ml-lg-8 {
		margin-left: .5rem!important
	}
	.vus-mt-lg-8 {
		margin-top: .5rem!important
	}
	.vus-mr-lg-8 {
		margin-right: .5rem!important
	}
	.vus-mb-lg-8 {
		margin-bottom: .5rem!important
	}
	.vus-ml-lg-9 {
		margin-left: .5625rem!important
	}
	.vus-mt-lg-9 {
		margin-top: .5625rem!important
	}
	.vus-mr-lg-9 {
		margin-right: .5625rem!important
	}
	.vus-mb-lg-9 {
		margin-bottom: .5625rem!important
	}
	.vus-ml-lg-10 {
		margin-left: .625rem!important
	}
	.vus-mt-lg-10 {
		margin-top: .625rem!important
	}
	.vus-mr-lg-10 {
		margin-right: .625rem!important
	}
	.vus-mb-lg-10 {
		margin-bottom: .625rem!important
	}
	.vus-ml-lg-12 {
		margin-left: .75rem!important
	}
	.vus-mt-lg-12 {
		margin-top: .75rem!important
	}
	.vus-mr-lg-12 {
		margin-right: .75rem!important
	}
	.vus-mb-lg-12 {
		margin-bottom: .75rem!important
	}
	.vus-ml-lg-14 {
		margin-left: .875rem!important
	}
	.vus-mt-lg-14 {
		margin-top: .875rem!important
	}
	.vus-mr-lg-14 {
		margin-right: .875rem!important
	}
	.vus-mb-lg-14 {
		margin-bottom: .875rem!important
	}
	.vus-ml-lg-15 {
		margin-left: .9375rem!important
	}
	.vus-mt-lg-15 {
		margin-top: .9375rem!important
	}
	.vus-mr-lg-15 {
		margin-right: .9375rem!important
	}
	.vus-mb-lg-15 {
		margin-bottom: .9375rem!important
	}
	.vus-ml-lg-16 {
		margin-left: 1rem!important
	}
	.vus-mt-lg-16 {
		margin-top: 1rem!important
	}
	.vus-mr-lg-16 {
		margin-right: 1rem!important
	}
	.vus-mb-lg-16 {
		margin-bottom: 1rem!important
	}
	.vus-ml-lg-18 {
		margin-left: 1.125rem!important
	}
	.vus-mt-lg-18 {
		margin-top: 1.125rem!important
	}
	.vus-mr-lg-18 {
		margin-right: 1.125rem!important
	}
	.vus-mb-lg-18 {
		margin-bottom: 1.125rem!important
	}
	.vus-ml-lg-20 {
		margin-left: 1.25rem!important
	}
	.vus-mt-lg-20 {
		margin-top: 1.25rem!important
	}
	.vus-mr-lg-20 {
		margin-right: 1.25rem!important
	}
	.vus-mb-lg-20 {
		margin-bottom: 1.25rem!important
	}
	.vus-ml-lg-22 {
		margin-left: 1.375rem!important
	}
	.vus-mt-lg-22 {
		margin-top: 1.375rem!important
	}
	.vus-mr-lg-22 {
		margin-right: 1.375rem!important
	}
	.vus-mb-lg-22 {
		margin-bottom: 1.375rem!important
	}
	.vus-ml-lg-24 {
		margin-left: 1.5rem!important
	}
	.vus-mt-lg-24 {
		margin-top: 1.5rem!important
	}
	.vus-mr-lg-24 {
		margin-right: 1.5rem!important
	}
	.vus-mb-lg-24 {
		margin-bottom: 1.5rem!important
	}
	.vus-ml-lg-25 {
		margin-left: 1.5625rem!important
	}
	.vus-mt-lg-25 {
		margin-top: 1.5625rem!important
	}
	.vus-mr-lg-25 {
		margin-right: 1.5625rem!important
	}
	.vus-mb-lg-25 {
		margin-bottom: 1.5625rem!important
	}
	.vus-ml-lg-26 {
		margin-left: 1.625rem!important
	}
	.vus-mt-lg-26 {
		margin-top: 1.625rem!important
	}
	.vus-mr-lg-26 {
		margin-right: 1.625rem!important
	}
	.vus-mb-lg-26 {
		margin-bottom: 1.625rem!important
	}
	.vus-ml-lg-28 {
		margin-left: 1.75rem!important
	}
	.vus-mt-lg-28 {
		margin-top: 1.75rem!important
	}
	.vus-mr-lg-28 {
		margin-right: 1.75rem!important
	}
	.vus-mb-lg-28 {
		margin-bottom: 1.75rem!important
	}
	.vus-ml-lg-30 {
		margin-left: 1.875rem!important
	}
	.vus-mt-lg-30 {
		margin-top: 1.875rem!important
	}
	.vus-mr-lg-30 {
		margin-right: 1.875rem!important
	}
	.vus-mb-lg-30 {
		margin-bottom: 1.875rem!important
	}
	.vus-ml-lg-32 {
		margin-left: 2rem!important
	}
	.vus-mt-lg-32 {
		margin-top: 2rem!important
	}
	.vus-mr-lg-32 {
		margin-right: 2rem!important
	}
	.vus-mb-lg-32 {
		margin-bottom: 2rem!important
	}
	.vus-ml-lg-34 {
		margin-left: 2.125rem!important
	}
	.vus-mt-lg-34 {
		margin-top: 2.125rem!important
	}
	.vus-mr-lg-34 {
		margin-right: 2.125rem!important
	}
	.vus-mb-lg-34 {
		margin-bottom: 2.125rem!important
	}
	.vus-ml-lg-35 {
		margin-left: 2.1875rem!important
	}
	.vus-mt-lg-35 {
		margin-top: 2.1875rem!important
	}
	.vus-mr-lg-35 {
		margin-right: 2.1875rem!important
	}
	.vus-mb-lg-35 {
		margin-bottom: 2.1875rem!important
	}
	.vus-ml-lg-36 {
		margin-left: 2.25rem!important
	}
	.vus-mt-lg-36 {
		margin-top: 2.25rem!important
	}
	.vus-mr-lg-36 {
		margin-right: 2.25rem!important
	}
	.vus-mb-lg-36 {
		margin-bottom: 2.25rem!important
	}
	.vus-ml-lg-38 {
		margin-left: 2.375rem!important
	}
	.vus-mt-lg-38 {
		margin-top: 2.375rem!important
	}
	.vus-mr-lg-38 {
		margin-right: 2.375rem!important
	}
	.vus-mb-lg-38 {
		margin-bottom: 2.375rem!important
	}
	.vus-ml-lg-40 {
		margin-left: 2.5rem!important
	}
	.vus-mt-lg-40 {
		margin-top: 2.5rem!important
	}
	.vus-mr-lg-40 {
		margin-right: 2.5rem!important
	}
	.vus-mb-lg-40 {
		margin-bottom: 2.5rem!important
	}
	.vus-ml-lg-42 {
		margin-left: 2.625rem!important
	}
	.vus-mt-lg-42 {
		margin-top: 2.625rem!important
	}
	.vus-mr-lg-42 {
		margin-right: 2.625rem!important
	}
	.vus-mb-lg-42 {
		margin-bottom: 2.625rem!important
	}
	.vus-ml-lg-44 {
		margin-left: 2.75rem!important
	}
	.vus-mt-lg-44 {
		margin-top: 2.75rem!important
	}
	.vus-mr-lg-44 {
		margin-right: 2.75rem!important
	}
	.vus-mb-lg-44 {
		margin-bottom: 2.75rem!important
	}
	.vus-ml-lg-45 {
		margin-left: 2.8125rem!important
	}
	.vus-mt-lg-45 {
		margin-top: 2.8125rem!important
	}
	.vus-mr-lg-45 {
		margin-right: 2.8125rem!important
	}
	.vus-mb-lg-45 {
		margin-bottom: 2.8125rem!important
	}
	.vus-ml-lg-46 {
		margin-left: 2.875rem!important
	}
	.vus-mt-lg-46 {
		margin-top: 2.875rem!important
	}
	.vus-mr-lg-46 {
		margin-right: 2.875rem!important
	}
	.vus-mb-lg-46 {
		margin-bottom: 2.875rem!important
	}
	.vus-ml-lg-48 {
		margin-left: 3rem!important
	}
	.vus-mt-lg-48 {
		margin-top: 3rem!important
	}
	.vus-mr-lg-48 {
		margin-right: 3rem!important
	}
	.vus-mb-lg-48 {
		margin-bottom: 3rem!important
	}
	.vus-ml-lg-50 {
		margin-left: 3.125rem!important
	}
	.vus-mt-lg-50 {
		margin-top: 3.125rem!important
	}
	.vus-mr-lg-50 {
		margin-right: 3.125rem!important
	}
	.vus-mb-lg-50 {
		margin-bottom: 3.125rem!important
	}
	.vus-ml-lg-52 {
		margin-left: 3.25rem!important
	}
	.vus-mt-lg-52 {
		margin-top: 3.25rem!important
	}
	.vus-mr-lg-52 {
		margin-right: 3.25rem!important
	}
	.vus-mb-lg-52 {
		margin-bottom: 3.25rem!important
	}
	.vus-ml-lg-54 {
		margin-left: 3.375rem!important
	}
	.vus-mt-lg-54 {
		margin-top: 3.375rem!important
	}
	.vus-mr-lg-54 {
		margin-right: 3.375rem!important
	}
	.vus-mb-lg-54 {
		margin-bottom: 3.375rem!important
	}
	.vus-ml-lg-55 {
		margin-left: 3.4375rem!important
	}
	.vus-mt-lg-55 {
		margin-top: 3.4375rem!important
	}
	.vus-mr-lg-55 {
		margin-right: 3.4375rem!important
	}
	.vus-mb-lg-55 {
		margin-bottom: 3.4375rem!important
	}
	.vus-ml-lg-56 {
		margin-left: 3.5rem!important
	}
	.vus-mt-lg-56 {
		margin-top: 3.5rem!important
	}
	.vus-mr-lg-56 {
		margin-right: 3.5rem!important
	}
	.vus-mb-lg-56 {
		margin-bottom: 3.5rem!important
	}
	.vus-ml-lg-58 {
		margin-left: 3.625rem!important
	}
	.vus-mt-lg-58 {
		margin-top: 3.625rem!important
	}
	.vus-mr-lg-58 {
		margin-right: 3.625rem!important
	}
	.vus-mb-lg-58 {
		margin-bottom: 3.625rem!important
	}
	.vus-ml-lg-60 {
		margin-left: 3.75rem!important
	}
	.vus-mt-lg-60 {
		margin-top: 3.75rem!important
	}
	.vus-mr-lg-60 {
		margin-right: 3.75rem!important
	}
	.vus-mb-lg-60 {
		margin-bottom: 3.75rem!important
	}
	.vus-ml-lg-62 {
		margin-left: 3.875rem!important
	}
	.vus-mt-lg-62 {
		margin-top: 3.875rem!important
	}
	.vus-mr-lg-62 {
		margin-right: 3.875rem!important
	}
	.vus-mb-lg-62 {
		margin-bottom: 3.875rem!important
	}
	.vus-ml-lg-64 {
		margin-left: 4rem!important
	}
	.vus-mt-lg-64 {
		margin-top: 4rem!important
	}
	.vus-mr-lg-64 {
		margin-right: 4rem!important
	}
	.vus-mb-lg-64 {
		margin-bottom: 4rem!important
	}
	.vus-ml-lg-65 {
		margin-left: 4.0625rem!important
	}
	.vus-mt-lg-65 {
		margin-top: 4.0625rem!important
	}
	.vus-mr-lg-65 {
		margin-right: 4.0625rem!important
	}
	.vus-mb-lg-65 {
		margin-bottom: 4.0625rem!important
	}
	.vus-ml-lg-66 {
		margin-left: 4.125rem!important
	}
	.vus-mt-lg-66 {
		margin-top: 4.125rem!important
	}
	.vus-mr-lg-66 {
		margin-right: 4.125rem!important
	}
	.vus-mb-lg-66 {
		margin-bottom: 4.125rem!important
	}
	.vus-ml-lg-68 {
		margin-left: 4.25rem!important
	}
	.vus-mt-lg-68 {
		margin-top: 4.25rem!important
	}
	.vus-mr-lg-68 {
		margin-right: 4.25rem!important
	}
	.vus-mb-lg-68 {
		margin-bottom: 4.25rem!important
	}
	.vus-ml-lg-70 {
		margin-left: 4.375rem!important
	}
	.vus-mt-lg-70 {
		margin-top: 4.375rem!important
	}
	.vus-mr-lg-70 {
		margin-right: 4.375rem!important
	}
	.vus-mb-lg-70 {
		margin-bottom: 4.375rem!important
	}
	.vus-ml-lg-72 {
		margin-left: 4.5rem!important
	}
	.vus-mt-lg-72 {
		margin-top: 4.5rem!important
	}
	.vus-mr-lg-72 {
		margin-right: 4.5rem!important
	}
	.vus-mb-lg-72 {
		margin-bottom: 4.5rem!important
	}
	.vus-ml-lg-74 {
		margin-left: 4.625rem!important
	}
	.vus-mt-lg-74 {
		margin-top: 4.625rem!important
	}
	.vus-mr-lg-74 {
		margin-right: 4.625rem!important
	}
	.vus-mb-lg-74 {
		margin-bottom: 4.625rem!important
	}
	.vus-ml-lg-75 {
		margin-left: 4.6875rem!important
	}
	.vus-mt-lg-75 {
		margin-top: 4.6875rem!important
	}
	.vus-mr-lg-75 {
		margin-right: 4.6875rem!important
	}
	.vus-mb-lg-75 {
		margin-bottom: 4.6875rem!important
	}
	.vus-ml-lg-76 {
		margin-left: 4.75rem!important
	}
	.vus-mt-lg-76 {
		margin-top: 4.75rem!important
	}
	.vus-mr-lg-76 {
		margin-right: 4.75rem!important
	}
	.vus-mb-lg-76 {
		margin-bottom: 4.75rem!important
	}
	.vus-ml-lg-78 {
		margin-left: 4.875rem!important
	}
	.vus-mt-lg-78 {
		margin-top: 4.875rem!important
	}
	.vus-mr-lg-78 {
		margin-right: 4.875rem!important
	}
	.vus-mb-lg-78 {
		margin-bottom: 4.875rem!important
	}
	.vus-ml-lg-80 {
		margin-left: 5rem!important
	}
	.vus-mt-lg-80 {
		margin-top: 5rem!important
	}
	.vus-mr-lg-80 {
		margin-right: 5rem!important
	}
	.vus-mb-lg-80 {
		margin-bottom: 5rem!important
	}
	.vus-ml-lg-82 {
		margin-left: 5.125rem!important
	}
	.vus-mt-lg-82 {
		margin-top: 5.125rem!important
	}
	.vus-mr-lg-82 {
		margin-right: 5.125rem!important
	}
	.vus-mb-lg-82 {
		margin-bottom: 5.125rem!important
	}
	.vus-ml-lg-84 {
		margin-left: 5.25rem!important
	}
	.vus-mt-lg-84 {
		margin-top: 5.25rem!important
	}
	.vus-mr-lg-84 {
		margin-right: 5.25rem!important
	}
	.vus-mb-lg-84 {
		margin-bottom: 5.25rem!important
	}
	.vus-ml-lg-85 {
		margin-left: 5.3125rem!important
	}
	.vus-mt-lg-85 {
		margin-top: 5.3125rem!important
	}
	.vus-mr-lg-85 {
		margin-right: 5.3125rem!important
	}
	.vus-mb-lg-85 {
		margin-bottom: 5.3125rem!important
	}
	.vus-ml-lg-86 {
		margin-left: 5.375rem!important
	}
	.vus-mt-lg-86 {
		margin-top: 5.375rem!important
	}
	.vus-mr-lg-86 {
		margin-right: 5.375rem!important
	}
	.vus-mb-lg-86 {
		margin-bottom: 5.375rem!important
	}
	.vus-ml-lg-88 {
		margin-left: 5.5rem!important
	}
	.vus-mt-lg-88 {
		margin-top: 5.5rem!important
	}
	.vus-mr-lg-88 {
		margin-right: 5.5rem!important
	}
	.vus-mb-lg-88 {
		margin-bottom: 5.5rem!important
	}
	.vus-ml-lg-90 {
		margin-left: 5.625rem!important
	}
	.vus-mt-lg-90 {
		margin-top: 5.625rem!important
	}
	.vus-mr-lg-90 {
		margin-right: 5.625rem!important
	}
	.vus-mb-lg-90 {
		margin-bottom: 5.625rem!important
	}
	.vus-ml-lg-92 {
		margin-left: 5.75rem!important
	}
	.vus-mt-lg-92 {
		margin-top: 5.75rem!important
	}
	.vus-mr-lg-92 {
		margin-right: 5.75rem!important
	}
	.vus-mb-lg-92 {
		margin-bottom: 5.75rem!important
	}
	.vus-ml-lg-94 {
		margin-left: 5.875rem!important
	}
	.vus-mt-lg-94 {
		margin-top: 5.875rem!important
	}
	.vus-mr-lg-94 {
		margin-right: 5.875rem!important
	}
	.vus-mb-lg-94 {
		margin-bottom: 5.875rem!important
	}
	.vus-ml-lg-95 {
		margin-left: 5.9375rem!important
	}
	.vus-mt-lg-95 {
		margin-top: 5.9375rem!important
	}
	.vus-mr-lg-95 {
		margin-right: 5.9375rem!important
	}
	.vus-mb-lg-95 {
		margin-bottom: 5.9375rem!important
	}
	.vus-ml-lg-96 {
		margin-left: 6rem!important
	}
	.vus-mt-lg-96 {
		margin-top: 6rem!important
	}
	.vus-mr-lg-96 {
		margin-right: 6rem!important
	}
	.vus-mb-lg-96 {
		margin-bottom: 6rem!important
	}
	.vus-ml-lg-98 {
		margin-left: 6.125rem!important
	}
	.vus-mt-lg-98 {
		margin-top: 6.125rem!important
	}
	.vus-mr-lg-98 {
		margin-right: 6.125rem!important
	}
	.vus-mb-lg-98 {
		margin-bottom: 6.125rem!important
	}
	.vus-ml-lg-100 {
		margin-left: 6.25rem!important
	}
	.vus-mt-lg-100 {
		margin-top: 6.25rem!important
	}
	.vus-mr-lg-100 {
		margin-right: 6.25rem!important
	}
	.vus-mb-lg-100 {
		margin-bottom: 6.25rem!important
	}
	.vus-ml-lg-110 {
		margin-left: 6.875rem!important
	}
	.vus-mt-lg-110 {
		margin-top: 6.875rem!important
	}
	.vus-mr-lg-110 {
		margin-right: 6.875rem!important
	}
	.vus-mb-lg-110 {
		margin-bottom: 6.875rem!important
	}
	.vus-ml-lg-120 {
		margin-left: 7.5rem!important
	}
	.vus-mt-lg-120 {
		margin-top: 7.5rem!important
	}
	.vus-mr-lg-120 {
		margin-right: 7.5rem!important
	}
	.vus-mb-lg-120 {
		margin-bottom: 7.5rem!important
	}
	.vus-ml-lg-130 {
		margin-left: 8.125rem!important
	}
	.vus-mt-lg-130 {
		margin-top: 8.125rem!important
	}
	.vus-mr-lg-130 {
		margin-right: 8.125rem!important
	}
	.vus-mb-lg-130 {
		margin-bottom: 8.125rem!important
	}
	.vus-ml-lg-140 {
		margin-left: 8.75rem!important
	}
	.vus-mt-lg-140 {
		margin-top: 8.75rem!important
	}
	.vus-mr-lg-140 {
		margin-right: 8.75rem!important
	}
	.vus-mb-lg-140 {
		margin-bottom: 8.75rem!important
	}
	.vus-ml-lg-150 {
		margin-left: 9.375rem!important
	}
	.vus-mt-lg-150 {
		margin-top: 9.375rem!important
	}
	.vus-mr-lg-150 {
		margin-right: 9.375rem!important
	}
	.vus-mb-lg-150 {
		margin-bottom: 9.375rem!important
	}
	.vus-ml-lg-160 {
		margin-left: 10rem!important
	}
	.vus-mt-lg-160 {
		margin-top: 10rem!important
	}
	.vus-mr-lg-160 {
		margin-right: 10rem!important
	}
	.vus-mb-lg-160 {
		margin-bottom: 10rem!important
	}
	.vus-ml-lg-170 {
		margin-left: 10.625rem!important
	}
	.vus-mt-lg-170 {
		margin-top: 10.625rem!important
	}
	.vus-mr-lg-170 {
		margin-right: 10.625rem!important
	}
	.vus-mb-lg-170 {
		margin-bottom: 10.625rem!important
	}
	.vus-ml-lg-180 {
		margin-left: 11.25rem!important
	}
	.vus-mt-lg-180 {
		margin-top: 11.25rem!important
	}
	.vus-mr-lg-180 {
		margin-right: 11.25rem!important
	}
	.vus-mb-lg-180 {
		margin-bottom: 11.25rem!important
	}
	.vus-ml-lg-190 {
		margin-left: 11.875rem!important
	}
	.vus-mt-lg-190 {
		margin-top: 11.875rem!important
	}
	.vus-mr-lg-190 {
		margin-right: 11.875rem!important
	}
	.vus-mb-lg-190 {
		margin-bottom: 11.875rem!important
	}
	.vus-ml-lg-200 {
		margin-left: 12.5rem!important
	}
	.vus-mt-lg-200 {
		margin-top: 12.5rem!important
	}
	.vus-mr-lg-200 {
		margin-right: 12.5rem!important
	}
	.vus-mb-lg-200 {
		margin-bottom: 12.5rem!important
	}
}

.vus-pa-1 {
	padding: .0625rem!important
}

.vus-pa-2 {
	padding: .125rem!important
}

.vus-pa-3 {
	padding: .1875rem!important
}

.vus-pa-4 {
	padding: .25rem!important
}

.vus-pa-5 {
	padding: .3125rem!important
}

.vus-pa-6 {
	padding: .375rem!important
}

.vus-pa-7 {
	padding: .4375rem!important
}

.vus-pa-8 {
	padding: .5rem!important
}

.vus-pa-9 {
	padding: .5625rem!important
}

.vus-pa-10 {
	padding: .625rem!important
}

.vus-pa-12 {
	padding: .75rem!important
}

.vus-pa-14 {
	padding: .875rem!important
}

.vus-pa-15 {
	padding: .9375rem!important
}

.vus-pa-16 {
	padding: 1rem!important
}

.vus-pa-18 {
	padding: 1.125rem!important
}

.vus-pa-20 {
	padding: 1.25rem!important
}

.vus-pa-22 {
	padding: 1.375rem!important
}

.vus-pa-24 {
	padding: 1.5rem!important
}

.vus-pa-25 {
	padding: 1.5625rem!important
}

.vus-pa-26 {
	padding: 1.625rem!important
}

.vus-pa-28 {
	padding: 1.75rem!important
}

.vus-pa-30 {
	padding: 1.875rem!important
}

.vus-pa-32 {
	padding: 2rem!important
}

.vus-pa-34 {
	padding: 2.125rem!important
}

.vus-pa-35 {
	padding: 2.1875rem!important
}

.vus-pa-36 {
	padding: 2.25rem!important
}

.vus-pa-38 {
	padding: 2.375rem!important
}

.vus-pa-40 {
	padding: 2.5rem!important
}

.vus-pa-42 {
	padding: 2.625rem!important
}

.vus-pa-44 {
	padding: 2.75rem!important
}

.vus-pa-45 {
	padding: 2.8125rem!important
}

.vus-pa-46 {
	padding: 2.875rem!important
}

.vus-pa-48 {
	padding: 3rem!important
}

.vus-pa-50 {
	padding: 3.125rem!important
}

.vus-pa-52 {
	padding: 3.25rem!important
}

.vus-pa-54 {
	padding: 3.375rem!important
}

.vus-pa-55 {
	padding: 3.4375rem!important
}

.vus-pa-56 {
	padding: 3.5rem!important
}

.vus-pa-58 {
	padding: 3.625rem!important
}

.vus-pa-60 {
	padding: 3.75rem!important
}

.vus-pa-62 {
	padding: 3.875rem!important
}

.vus-pa-64 {
	padding: 4rem!important
}

.vus-pa-65 {
	padding: 4.0625rem!important
}

.vus-pa-66 {
	padding: 4.125rem!important
}

.vus-pa-68 {
	padding: 4.25rem!important
}

.vus-pa-70 {
	padding: 4.375rem!important
}

.vus-pa-72 {
	padding: 4.5rem!important
}

.vus-pa-74 {
	padding: 4.625rem!important
}

.vus-pa-75 {
	padding: 4.6875rem!important
}

.vus-pa-76 {
	padding: 4.75rem!important
}

.vus-pa-78 {
	padding: 4.875rem!important
}

.vus-pa-80 {
	padding: 5rem!important
}

.vus-pa-82 {
	padding: 5.125rem!important
}

.vus-pa-84 {
	padding: 5.25rem!important
}

.vus-pa-85 {
	padding: 5.3125rem!important
}

.vus-pa-86 {
	padding: 5.375rem!important
}

.vus-pa-88 {
	padding: 5.5rem!important
}

.vus-pa-90 {
	padding: 5.625rem!important
}

.vus-pa-92 {
	padding: 5.75rem!important
}

.vus-pa-94 {
	padding: 5.875rem!important
}

.vus-pa-95 {
	padding: 5.9375rem!important
}

.vus-pa-96 {
	padding: 6rem!important
}

.vus-pa-98 {
	padding: 6.125rem!important
}

.vus-pa-100 {
	padding: 6.25rem!important
}

.vus-pa-110 {
	padding: 6.875rem!important
}

.vus-pa-120 {
	padding: 7.5rem!important
}

.vus-pa-130 {
	padding: 8.125rem!important
}

.vus-pa-140 {
	padding: 8.75rem!important
}

.vus-pa-150 {
	padding: 9.375rem!important
}

.vus-pa-160 {
	padding: 10rem!important
}

.vus-pa-170 {
	padding: 10.625rem!important
}

.vus-pa-180 {
	padding: 11.25rem!important
}

.vus-pa-190 {
	padding: 11.875rem!important
}

.vus-pa-200 {
	padding: 12.5rem!important
}

.vus-pl-1 {
	padding-left: .0625rem!important
}

.vus-pt-1 {
	padding-top: .0625rem!important
}

.vus-pr-1 {
	padding-right: .0625rem!important
}

.vus-pb-1 {
	padding-bottom: .0625rem!important
}

.vus-pl-2 {
	padding-left: .125rem!important
}

.vus-pt-2 {
	padding-top: .125rem!important
}

.vus-pr-2 {
	padding-right: .125rem!important
}

.vus-pb-2 {
	padding-bottom: .125rem!important
}

.vus-pl-3 {
	padding-left: .1875rem!important
}

.vus-pt-3 {
	padding-top: .1875rem!important
}

.vus-pr-3 {
	padding-right: .1875rem!important
}

.vus-pb-3 {
	padding-bottom: .1875rem!important
}

.vus-pl-4 {
	padding-left: .25rem!important
}

.vus-pt-4 {
	padding-top: .25rem!important
}

.vus-pr-4 {
	padding-right: .25rem!important
}

.vus-pb-4 {
	padding-bottom: .25rem!important
}

.vus-pl-5 {
	padding-left: .3125rem!important
}

.vus-pt-5 {
	padding-top: .3125rem!important
}

.vus-pr-5 {
	padding-right: .3125rem!important
}

.vus-pb-5 {
	padding-bottom: .3125rem!important
}

.vus-pl-6 {
	padding-left: .375rem!important
}

.vus-pt-6 {
	padding-top: .375rem!important
}

.vus-pr-6 {
	padding-right: .375rem!important
}

.vus-pb-6 {
	padding-bottom: .375rem!important
}

.vus-pl-7 {
	padding-left: .4375rem!important
}

.vus-pt-7 {
	padding-top: .4375rem!important
}

.vus-pr-7 {
	padding-right: .4375rem!important
}

.vus-pb-7 {
	padding-bottom: .4375rem!important
}

.vus-pl-8 {
	padding-left: .5rem!important
}

.vus-pt-8 {
	padding-top: .5rem!important
}

.vus-pr-8 {
	padding-right: .5rem!important
}

.vus-pb-8 {
	padding-bottom: .5rem!important
}

.vus-pl-9 {
	padding-left: .5625rem!important
}

.vus-pt-9 {
	padding-top: .5625rem!important
}

.vus-pr-9 {
	padding-right: .5625rem!important
}

.vus-pb-9 {
	padding-bottom: .5625rem!important
}

.vus-pl-10 {
	padding-left: .625rem!important
}

.vus-pt-10 {
	padding-top: .625rem!important
}

.vus-pr-10 {
	padding-right: .625rem!important
}

.vus-pb-10 {
	padding-bottom: .625rem!important
}

.vus-pl-12 {
	padding-left: .75rem!important
}

.vus-pt-12 {
	padding-top: .75rem!important
}

.vus-pr-12 {
	padding-right: .75rem!important
}

.vus-pb-12 {
	padding-bottom: .75rem!important
}

.vus-pl-14 {
	padding-left: .875rem!important
}

.vus-pt-14 {
	padding-top: .875rem!important
}

.vus-pr-14 {
	padding-right: .875rem!important
}

.vus-pb-14 {
	padding-bottom: .875rem!important
}

.vus-pl-15 {
	padding-left: .9375rem!important
}

.vus-pt-15 {
	padding-top: .9375rem!important
}

.vus-pr-15 {
	padding-right: .9375rem!important
}

.vus-pb-15 {
	padding-bottom: .9375rem!important
}

.vus-pl-16 {
	padding-left: 1rem!important
}

.vus-pt-16 {
	padding-top: 1rem!important
}

.vus-pr-16 {
	padding-right: 1rem!important
}

.vus-pb-16 {
	padding-bottom: 1rem!important
}

.vus-pl-18 {
	padding-left: 1.125rem!important
}

.vus-pt-18 {
	padding-top: 1.125rem!important
}

.vus-pr-18 {
	padding-right: 1.125rem!important
}

.vus-pb-18 {
	padding-bottom: 1.125rem!important
}

.vus-pl-20 {
	padding-left: 1.25rem!important
}

.vus-pt-20 {
	padding-top: 1.25rem!important
}

.vus-pr-20 {
	padding-right: 1.25rem!important
}

.vus-pb-20 {
	padding-bottom: 1.25rem!important
}

.vus-pl-22 {
	padding-left: 1.375rem!important
}

.vus-pt-22 {
	padding-top: 1.375rem!important
}

.vus-pr-22 {
	padding-right: 1.375rem!important
}

.vus-pb-22 {
	padding-bottom: 1.375rem!important
}

.vus-pl-24 {
	padding-left: 1.5rem!important
}

.vus-pt-24 {
	padding-top: 1.5rem!important
}

.vus-pr-24 {
	padding-right: 1.5rem!important
}

.vus-pb-24 {
	padding-bottom: 1.5rem!important
}

.vus-pl-25 {
	padding-left: 1.5625rem!important
}

.vus-pt-25 {
	padding-top: 1.5625rem!important
}

.vus-pr-25 {
	padding-right: 1.5625rem!important
}

.vus-pb-25 {
	padding-bottom: 1.5625rem!important
}

.vus-pl-26 {
	padding-left: 1.625rem!important
}

.vus-pt-26 {
	padding-top: 1.625rem!important
}

.vus-pr-26 {
	padding-right: 1.625rem!important
}

.vus-pb-26 {
	padding-bottom: 1.625rem!important
}

.vus-pl-28 {
	padding-left: 1.75rem!important
}

.vus-pt-28 {
	padding-top: 1.75rem!important
}

.vus-pr-28 {
	padding-right: 1.75rem!important
}

.vus-pb-28 {
	padding-bottom: 1.75rem!important
}

.vus-pl-30 {
	padding-left: 1.875rem!important
}

.vus-pt-30 {
	padding-top: 1.875rem!important
}

.vus-pr-30 {
	padding-right: 1.875rem!important
}

.vus-pb-30 {
	padding-bottom: 1.875rem!important
}

.vus-pl-32 {
	padding-left: 2rem!important
}

.vus-pt-32 {
	padding-top: 2rem!important
}

.vus-pr-32 {
	padding-right: 2rem!important
}

.vus-pb-32 {
	padding-bottom: 2rem!important
}

.vus-pl-34 {
	padding-left: 2.125rem!important
}

.vus-pt-34 {
	padding-top: 2.125rem!important
}

.vus-pr-34 {
	padding-right: 2.125rem!important
}

.vus-pb-34 {
	padding-bottom: 2.125rem!important
}

.vus-pl-35 {
	padding-left: 2.1875rem!important
}

.vus-pt-35 {
	padding-top: 2.1875rem!important
}

.vus-pr-35 {
	padding-right: 2.1875rem!important
}

.vus-pb-35 {
	padding-bottom: 2.1875rem!important
}

.vus-pl-36 {
	padding-left: 2.25rem!important
}

.vus-pt-36 {
	padding-top: 2.25rem!important
}

.vus-pr-36 {
	padding-right: 2.25rem!important
}

.vus-pb-36 {
	padding-bottom: 2.25rem!important
}

.vus-pl-38 {
	padding-left: 2.375rem!important
}

.vus-pt-38 {
	padding-top: 2.375rem!important
}

.vus-pr-38 {
	padding-right: 2.375rem!important
}

.vus-pb-38 {
	padding-bottom: 2.375rem!important
}

.vus-pl-40 {
	padding-left: 2.5rem!important
}

.vus-pt-40 {
	padding-top: 2.5rem!important
}

.vus-pr-40 {
	padding-right: 2.5rem!important
}

.vus-pb-40 {
	padding-bottom: 2.5rem!important
}

.vus-pl-42 {
	padding-left: 2.625rem!important
}

.vus-pt-42 {
	padding-top: 2.625rem!important
}

.vus-pr-42 {
	padding-right: 2.625rem!important
}

.vus-pb-42 {
	padding-bottom: 2.625rem!important
}

.vus-pl-44 {
	padding-left: 2.75rem!important
}

.vus-pt-44 {
	padding-top: 2.75rem!important
}

.vus-pr-44 {
	padding-right: 2.75rem!important
}

.vus-pb-44 {
	padding-bottom: 2.75rem!important
}

.vus-pl-45 {
	padding-left: 2.8125rem!important
}

.vus-pt-45 {
	padding-top: 2.8125rem!important
}

.vus-pr-45 {
	padding-right: 2.8125rem!important
}

.vus-pb-45 {
	padding-bottom: 2.8125rem!important
}

.vus-pl-46 {
	padding-left: 2.875rem!important
}

.vus-pt-46 {
	padding-top: 2.875rem!important
}

.vus-pr-46 {
	padding-right: 2.875rem!important
}

.vus-pb-46 {
	padding-bottom: 2.875rem!important
}

.vus-pl-48 {
	padding-left: 3rem!important
}

.vus-pt-48 {
	padding-top: 3rem!important
}

.vus-pr-48 {
	padding-right: 3rem!important
}

.vus-pb-48 {
	padding-bottom: 3rem!important
}

.vus-pl-50 {
	padding-left: 3.125rem!important
}

.vus-pt-50 {
	padding-top: 3.125rem!important
}

.vus-pr-50 {
	padding-right: 3.125rem!important
}

.vus-pb-50 {
	padding-bottom: 3.125rem!important
}

.vus-pl-52 {
	padding-left: 3.25rem!important
}

.vus-pt-52 {
	padding-top: 3.25rem!important
}

.vus-pr-52 {
	padding-right: 3.25rem!important
}

.vus-pb-52 {
	padding-bottom: 3.25rem!important
}

.vus-pl-54 {
	padding-left: 3.375rem!important
}

.vus-pt-54 {
	padding-top: 3.375rem!important
}

.vus-pr-54 {
	padding-right: 3.375rem!important
}

.vus-pb-54 {
	padding-bottom: 3.375rem!important
}

.vus-pl-55 {
	padding-left: 3.4375rem!important
}

.vus-pt-55 {
	padding-top: 3.4375rem!important
}

.vus-pr-55 {
	padding-right: 3.4375rem!important
}

.vus-pb-55 {
	padding-bottom: 3.4375rem!important
}

.vus-pl-56 {
	padding-left: 3.5rem!important
}

.vus-pt-56 {
	padding-top: 3.5rem!important
}

.vus-pr-56 {
	padding-right: 3.5rem!important
}

.vus-pb-56 {
	padding-bottom: 3.5rem!important
}

.vus-pl-58 {
	padding-left: 3.625rem!important
}

.vus-pt-58 {
	padding-top: 3.625rem!important
}

.vus-pr-58 {
	padding-right: 3.625rem!important
}

.vus-pb-58 {
	padding-bottom: 3.625rem!important
}

.vus-pl-60 {
	padding-left: 3.75rem!important
}

.vus-pt-60 {
	padding-top: 3.75rem!important
}

.vus-pr-60 {
	padding-right: 3.75rem!important
}

.vus-pb-60 {
	padding-bottom: 3.75rem!important
}

.vus-pl-62 {
	padding-left: 3.875rem!important
}

.vus-pt-62 {
	padding-top: 3.875rem!important
}

.vus-pr-62 {
	padding-right: 3.875rem!important
}

.vus-pb-62 {
	padding-bottom: 3.875rem!important
}

.vus-pl-64 {
	padding-left: 4rem!important
}

.vus-pt-64 {
	padding-top: 4rem!important
}

.vus-pr-64 {
	padding-right: 4rem!important
}

.vus-pb-64 {
	padding-bottom: 4rem!important
}

.vus-pl-65 {
	padding-left: 4.0625rem!important
}

.vus-pt-65 {
	padding-top: 4.0625rem!important
}

.vus-pr-65 {
	padding-right: 4.0625rem!important
}

.vus-pb-65 {
	padding-bottom: 4.0625rem!important
}

.vus-pl-66 {
	padding-left: 4.125rem!important
}

.vus-pt-66 {
	padding-top: 4.125rem!important
}

.vus-pr-66 {
	padding-right: 4.125rem!important
}

.vus-pb-66 {
	padding-bottom: 4.125rem!important
}

.vus-pl-68 {
	padding-left: 4.25rem!important
}

.vus-pt-68 {
	padding-top: 4.25rem!important
}

.vus-pr-68 {
	padding-right: 4.25rem!important
}

.vus-pb-68 {
	padding-bottom: 4.25rem!important
}

.vus-pl-70 {
	padding-left: 4.375rem!important
}

.vus-pt-70 {
	padding-top: 4.375rem!important
}

.vus-pr-70 {
	padding-right: 4.375rem!important
}

.vus-pb-70 {
	padding-bottom: 4.375rem!important
}

.vus-pl-72 {
	padding-left: 4.5rem!important
}

.vus-pt-72 {
	padding-top: 4.5rem!important
}

.vus-pr-72 {
	padding-right: 4.5rem!important
}

.vus-pb-72 {
	padding-bottom: 4.5rem!important
}

.vus-pl-74 {
	padding-left: 4.625rem!important
}

.vus-pt-74 {
	padding-top: 4.625rem!important
}

.vus-pr-74 {
	padding-right: 4.625rem!important
}

.vus-pb-74 {
	padding-bottom: 4.625rem!important
}

.vus-pl-75 {
	padding-left: 4.6875rem!important
}

.vus-pt-75 {
	padding-top: 4.6875rem!important
}

.vus-pr-75 {
	padding-right: 4.6875rem!important
}

.vus-pb-75 {
	padding-bottom: 4.6875rem!important
}

.vus-pl-76 {
	padding-left: 4.75rem!important
}

.vus-pt-76 {
	padding-top: 4.75rem!important
}

.vus-pr-76 {
	padding-right: 4.75rem!important
}

.vus-pb-76 {
	padding-bottom: 4.75rem!important
}

.vus-pl-78 {
	padding-left: 4.875rem!important
}

.vus-pt-78 {
	padding-top: 4.875rem!important
}

.vus-pr-78 {
	padding-right: 4.875rem!important
}

.vus-pb-78 {
	padding-bottom: 4.875rem!important
}

.vus-pl-80 {
	padding-left: 5rem!important
}

.vus-pt-80 {
	padding-top: 5rem!important
}

.vus-pr-80 {
	padding-right: 5rem!important
}

.vus-pb-80 {
	padding-bottom: 5rem!important
}

.vus-pl-82 {
	padding-left: 5.125rem!important
}

.vus-pt-82 {
	padding-top: 5.125rem!important
}

.vus-pr-82 {
	padding-right: 5.125rem!important
}

.vus-pb-82 {
	padding-bottom: 5.125rem!important
}

.vus-pl-84 {
	padding-left: 5.25rem!important
}

.vus-pt-84 {
	padding-top: 5.25rem!important
}

.vus-pr-84 {
	padding-right: 5.25rem!important
}

.vus-pb-84 {
	padding-bottom: 5.25rem!important
}

.vus-pl-85 {
	padding-left: 5.3125rem!important
}

.vus-pt-85 {
	padding-top: 5.3125rem!important
}

.vus-pr-85 {
	padding-right: 5.3125rem!important
}

.vus-pb-85 {
	padding-bottom: 5.3125rem!important
}

.vus-pl-86 {
	padding-left: 5.375rem!important
}

.vus-pt-86 {
	padding-top: 5.375rem!important
}

.vus-pr-86 {
	padding-right: 5.375rem!important
}

.vus-pb-86 {
	padding-bottom: 5.375rem!important
}

.vus-pl-88 {
	padding-left: 5.5rem!important
}

.vus-pt-88 {
	padding-top: 5.5rem!important
}

.vus-pr-88 {
	padding-right: 5.5rem!important
}

.vus-pb-88 {
	padding-bottom: 5.5rem!important
}

.vus-pl-90 {
	padding-left: 5.625rem!important
}

.vus-pt-90 {
	padding-top: 5.625rem!important
}

.vus-pr-90 {
	padding-right: 5.625rem!important
}

.vus-pb-90 {
	padding-bottom: 5.625rem!important
}

.vus-pl-92 {
	padding-left: 5.75rem!important
}

.vus-pt-92 {
	padding-top: 5.75rem!important
}

.vus-pr-92 {
	padding-right: 5.75rem!important
}

.vus-pb-92 {
	padding-bottom: 5.75rem!important
}

.vus-pl-94 {
	padding-left: 5.875rem!important
}

.vus-pt-94 {
	padding-top: 5.875rem!important
}

.vus-pr-94 {
	padding-right: 5.875rem!important
}

.vus-pb-94 {
	padding-bottom: 5.875rem!important
}

.vus-pl-95 {
	padding-left: 5.9375rem!important
}

.vus-pt-95 {
	padding-top: 5.9375rem!important
}

.vus-pr-95 {
	padding-right: 5.9375rem!important
}

.vus-pb-95 {
	padding-bottom: 5.9375rem!important
}

.vus-pl-96 {
	padding-left: 6rem!important
}

.vus-pt-96 {
	padding-top: 6rem!important
}

.vus-pr-96 {
	padding-right: 6rem!important
}

.vus-pb-96 {
	padding-bottom: 6rem!important
}

.vus-pl-98 {
	padding-left: 6.125rem!important
}

.vus-pt-98 {
	padding-top: 6.125rem!important
}

.vus-pr-98 {
	padding-right: 6.125rem!important
}

.vus-pb-98 {
	padding-bottom: 6.125rem!important
}

.vus-pl-100 {
	padding-left: 6.25rem!important
}

.vus-pt-100 {
	padding-top: 6.25rem!important
}

.vus-pr-100 {
	padding-right: 6.25rem!important
}

.vus-pb-100 {
	padding-bottom: 6.25rem!important
}

.vus-pl-110 {
	padding-left: 6.875rem!important
}

.vus-pt-110 {
	padding-top: 6.875rem!important
}

.vus-pr-110 {
	padding-right: 6.875rem!important
}

.vus-pb-110 {
	padding-bottom: 6.875rem!important
}

.vus-pl-120 {
	padding-left: 7.5rem!important
}

.vus-pt-120 {
	padding-top: 7.5rem!important
}

.vus-pr-120 {
	padding-right: 7.5rem!important
}

.vus-pb-120 {
	padding-bottom: 7.5rem!important
}

.vus-pl-130 {
	padding-left: 8.125rem!important
}

.vus-pt-130 {
	padding-top: 8.125rem!important
}

.vus-pr-130 {
	padding-right: 8.125rem!important
}

.vus-pb-130 {
	padding-bottom: 8.125rem!important
}

.vus-pl-140 {
	padding-left: 8.75rem!important
}

.vus-pt-140 {
	padding-top: 8.75rem!important
}

.vus-pr-140 {
	padding-right: 8.75rem!important
}

.vus-pb-140 {
	padding-bottom: 8.75rem!important
}

.vus-pl-150 {
	padding-left: 9.375rem!important
}

.vus-pt-150 {
	padding-top: 9.375rem!important
}

.vus-pr-150 {
	padding-right: 9.375rem!important
}

.vus-pb-150 {
	padding-bottom: 9.375rem!important
}

.vus-pl-160 {
	padding-left: 10rem!important
}

.vus-pt-160 {
	padding-top: 10rem!important
}

.vus-pr-160 {
	padding-right: 10rem!important
}

.vus-pb-160 {
	padding-bottom: 10rem!important
}

.vus-pl-170 {
	padding-left: 10.625rem!important
}

.vus-pt-170 {
	padding-top: 10.625rem!important
}

.vus-pr-170 {
	padding-right: 10.625rem!important
}

.vus-pb-170 {
	padding-bottom: 10.625rem!important
}

.vus-pl-180 {
	padding-left: 11.25rem!important
}

.vus-pt-180 {
	padding-top: 11.25rem!important
}

.vus-pr-180 {
	padding-right: 11.25rem!important
}

.vus-pb-180 {
	padding-bottom: 11.25rem!important
}

.vus-pl-190 {
	padding-left: 11.875rem!important
}

.vus-pt-190 {
	padding-top: 11.875rem!important
}

.vus-pr-190 {
	padding-right: 11.875rem!important
}

.vus-pb-190 {
	padding-bottom: 11.875rem!important
}

.vus-pl-200 {
	padding-left: 12.5rem!important
}

.vus-pt-200 {
	padding-top: 12.5rem!important
}

.vus-pr-200 {
	padding-right: 12.5rem!important
}

.vus-pb-200 {
	padding-bottom: 12.5rem!important
}

@media (min-width: 576px) {
	.vus-pa-xs-1 {
		padding: .0625rem!important
	}
	.vus-pa-xs-2 {
		padding: .125rem!important
	}
	.vus-pa-xs-3 {
		padding: .1875rem!important
	}
	.vus-pa-xs-4 {
		padding: .25rem!important
	}
	.vus-pa-xs-5 {
		padding: .3125rem!important
	}
	.vus-pa-xs-6 {
		padding: .375rem!important
	}
	.vus-pa-xs-7 {
		padding: .4375rem!important
	}
	.vus-pa-xs-8 {
		padding: .5rem!important
	}
	.vus-pa-xs-9 {
		padding: .5625rem!important
	}
	.vus-pa-xs-10 {
		padding: .625rem!important
	}
	.vus-pa-xs-12 {
		padding: .75rem!important
	}
	.vus-pa-xs-14 {
		padding: .875rem!important
	}
	.vus-pa-xs-15 {
		padding: .9375rem!important
	}
	.vus-pa-xs-16 {
		padding: 1rem!important
	}
	.vus-pa-xs-18 {
		padding: 1.125rem!important
	}
	.vus-pa-xs-20 {
		padding: 1.25rem!important
	}
	.vus-pa-xs-22 {
		padding: 1.375rem!important
	}
	.vus-pa-xs-24 {
		padding: 1.5rem!important
	}
	.vus-pa-xs-25 {
		padding: 1.5625rem!important
	}
	.vus-pa-xs-26 {
		padding: 1.625rem!important
	}
	.vus-pa-xs-28 {
		padding: 1.75rem!important
	}
	.vus-pa-xs-30 {
		padding: 1.875rem!important
	}
	.vus-pa-xs-32 {
		padding: 2rem!important
	}
	.vus-pa-xs-34 {
		padding: 2.125rem!important
	}
	.vus-pa-xs-35 {
		padding: 2.1875rem!important
	}
	.vus-pa-xs-36 {
		padding: 2.25rem!important
	}
	.vus-pa-xs-38 {
		padding: 2.375rem!important
	}
	.vus-pa-xs-40 {
		padding: 2.5rem!important
	}
	.vus-pa-xs-42 {
		padding: 2.625rem!important
	}
	.vus-pa-xs-44 {
		padding: 2.75rem!important
	}
	.vus-pa-xs-45 {
		padding: 2.8125rem!important
	}
	.vus-pa-xs-46 {
		padding: 2.875rem!important
	}
	.vus-pa-xs-48 {
		padding: 3rem!important
	}
	.vus-pa-xs-50 {
		padding: 3.125rem!important
	}
	.vus-pa-xs-52 {
		padding: 3.25rem!important
	}
	.vus-pa-xs-54 {
		padding: 3.375rem!important
	}
	.vus-pa-xs-55 {
		padding: 3.4375rem!important
	}
	.vus-pa-xs-56 {
		padding: 3.5rem!important
	}
	.vus-pa-xs-58 {
		padding: 3.625rem!important
	}
	.vus-pa-xs-60 {
		padding: 3.75rem!important
	}
	.vus-pa-xs-62 {
		padding: 3.875rem!important
	}
	.vus-pa-xs-64 {
		padding: 4rem!important
	}
	.vus-pa-xs-65 {
		padding: 4.0625rem!important
	}
	.vus-pa-xs-66 {
		padding: 4.125rem!important
	}
	.vus-pa-xs-68 {
		padding: 4.25rem!important
	}
	.vus-pa-xs-70 {
		padding: 4.375rem!important
	}
	.vus-pa-xs-72 {
		padding: 4.5rem!important
	}
	.vus-pa-xs-74 {
		padding: 4.625rem!important
	}
	.vus-pa-xs-75 {
		padding: 4.6875rem!important
	}
	.vus-pa-xs-76 {
		padding: 4.75rem!important
	}
	.vus-pa-xs-78 {
		padding: 4.875rem!important
	}
	.vus-pa-xs-80 {
		padding: 5rem!important
	}
	.vus-pa-xs-82 {
		padding: 5.125rem!important
	}
	.vus-pa-xs-84 {
		padding: 5.25rem!important
	}
	.vus-pa-xs-85 {
		padding: 5.3125rem!important
	}
	.vus-pa-xs-86 {
		padding: 5.375rem!important
	}
	.vus-pa-xs-88 {
		padding: 5.5rem!important
	}
	.vus-pa-xs-90 {
		padding: 5.625rem!important
	}
	.vus-pa-xs-92 {
		padding: 5.75rem!important
	}
	.vus-pa-xs-94 {
		padding: 5.875rem!important
	}
	.vus-pa-xs-95 {
		padding: 5.9375rem!important
	}
	.vus-pa-xs-96 {
		padding: 6rem!important
	}
	.vus-pa-xs-98 {
		padding: 6.125rem!important
	}
	.vus-pa-xs-100 {
		padding: 6.25rem!important
	}
	.vus-pa-xs-110 {
		padding: 6.875rem!important
	}
	.vus-pa-xs-120 {
		padding: 7.5rem!important
	}
	.vus-pa-xs-130 {
		padding: 8.125rem!important
	}
	.vus-pa-xs-140 {
		padding: 8.75rem!important
	}
	.vus-pa-xs-150 {
		padding: 9.375rem!important
	}
	.vus-pa-xs-160 {
		padding: 10rem!important
	}
	.vus-pa-xs-170 {
		padding: 10.625rem!important
	}
	.vus-pa-xs-180 {
		padding: 11.25rem!important
	}
	.vus-pa-xs-190 {
		padding: 11.875rem!important
	}
	.vus-pa-xs-200 {
		padding: 12.5rem!important
	}
	.vus-pl-xs-1 {
		padding-left: .0625rem!important
	}
	.vus-pt-xs-1 {
		padding-top: .0625rem!important
	}
	.vus-pr-xs-1 {
		padding-right: .0625rem!important
	}
	.vus-pb-xs-1 {
		padding-bottom: .0625rem!important
	}
	.vus-pl-xs-2 {
		padding-left: .125rem!important
	}
	.vus-pt-xs-2 {
		padding-top: .125rem!important
	}
	.vus-pr-xs-2 {
		padding-right: .125rem!important
	}
	.vus-pb-xs-2 {
		padding-bottom: .125rem!important
	}
	.vus-pl-xs-3 {
		padding-left: .1875rem!important
	}
	.vus-pt-xs-3 {
		padding-top: .1875rem!important
	}
	.vus-pr-xs-3 {
		padding-right: .1875rem!important
	}
	.vus-pb-xs-3 {
		padding-bottom: .1875rem!important
	}
	.vus-pl-xs-4 {
		padding-left: .25rem!important
	}
	.vus-pt-xs-4 {
		padding-top: .25rem!important
	}
	.vus-pr-xs-4 {
		padding-right: .25rem!important
	}
	.vus-pb-xs-4 {
		padding-bottom: .25rem!important
	}
	.vus-pl-xs-5 {
		padding-left: .3125rem!important
	}
	.vus-pt-xs-5 {
		padding-top: .3125rem!important
	}
	.vus-pr-xs-5 {
		padding-right: .3125rem!important
	}
	.vus-pb-xs-5 {
		padding-bottom: .3125rem!important
	}
	.vus-pl-xs-6 {
		padding-left: .375rem!important
	}
	.vus-pt-xs-6 {
		padding-top: .375rem!important
	}
	.vus-pr-xs-6 {
		padding-right: .375rem!important
	}
	.vus-pb-xs-6 {
		padding-bottom: .375rem!important
	}
	.vus-pl-xs-7 {
		padding-left: .4375rem!important
	}
	.vus-pt-xs-7 {
		padding-top: .4375rem!important
	}
	.vus-pr-xs-7 {
		padding-right: .4375rem!important
	}
	.vus-pb-xs-7 {
		padding-bottom: .4375rem!important
	}
	.vus-pl-xs-8 {
		padding-left: .5rem!important
	}
	.vus-pt-xs-8 {
		padding-top: .5rem!important
	}
	.vus-pr-xs-8 {
		padding-right: .5rem!important
	}
	.vus-pb-xs-8 {
		padding-bottom: .5rem!important
	}
	.vus-pl-xs-9 {
		padding-left: .5625rem!important
	}
	.vus-pt-xs-9 {
		padding-top: .5625rem!important
	}
	.vus-pr-xs-9 {
		padding-right: .5625rem!important
	}
	.vus-pb-xs-9 {
		padding-bottom: .5625rem!important
	}
	.vus-pl-xs-10 {
		padding-left: .625rem!important
	}
	.vus-pt-xs-10 {
		padding-top: .625rem!important
	}
	.vus-pr-xs-10 {
		padding-right: .625rem!important
	}
	.vus-pb-xs-10 {
		padding-bottom: .625rem!important
	}
	.vus-pl-xs-12 {
		padding-left: .75rem!important
	}
	.vus-pt-xs-12 {
		padding-top: .75rem!important
	}
	.vus-pr-xs-12 {
		padding-right: .75rem!important
	}
	.vus-pb-xs-12 {
		padding-bottom: .75rem!important
	}
	.vus-pl-xs-14 {
		padding-left: .875rem!important
	}
	.vus-pt-xs-14 {
		padding-top: .875rem!important
	}
	.vus-pr-xs-14 {
		padding-right: .875rem!important
	}
	.vus-pb-xs-14 {
		padding-bottom: .875rem!important
	}
	.vus-pl-xs-15 {
		padding-left: .9375rem!important
	}
	.vus-pt-xs-15 {
		padding-top: .9375rem!important
	}
	.vus-pr-xs-15 {
		padding-right: .9375rem!important
	}
	.vus-pb-xs-15 {
		padding-bottom: .9375rem!important
	}
	.vus-pl-xs-16 {
		padding-left: 1rem!important
	}
	.vus-pt-xs-16 {
		padding-top: 1rem!important
	}
	.vus-pr-xs-16 {
		padding-right: 1rem!important
	}
	.vus-pb-xs-16 {
		padding-bottom: 1rem!important
	}
	.vus-pl-xs-18 {
		padding-left: 1.125rem!important
	}
	.vus-pt-xs-18 {
		padding-top: 1.125rem!important
	}
	.vus-pr-xs-18 {
		padding-right: 1.125rem!important
	}
	.vus-pb-xs-18 {
		padding-bottom: 1.125rem!important
	}
	.vus-pl-xs-20 {
		padding-left: 1.25rem!important
	}
	.vus-pt-xs-20 {
		padding-top: 1.25rem!important
	}
	.vus-pr-xs-20 {
		padding-right: 1.25rem!important
	}
	.vus-pb-xs-20 {
		padding-bottom: 1.25rem!important
	}
	.vus-pl-xs-22 {
		padding-left: 1.375rem!important
	}
	.vus-pt-xs-22 {
		padding-top: 1.375rem!important
	}
	.vus-pr-xs-22 {
		padding-right: 1.375rem!important
	}
	.vus-pb-xs-22 {
		padding-bottom: 1.375rem!important
	}
	.vus-pl-xs-24 {
		padding-left: 1.5rem!important
	}
	.vus-pt-xs-24 {
		padding-top: 1.5rem!important
	}
	.vus-pr-xs-24 {
		padding-right: 1.5rem!important
	}
	.vus-pb-xs-24 {
		padding-bottom: 1.5rem!important
	}
	.vus-pl-xs-25 {
		padding-left: 1.5625rem!important
	}
	.vus-pt-xs-25 {
		padding-top: 1.5625rem!important
	}
	.vus-pr-xs-25 {
		padding-right: 1.5625rem!important
	}
	.vus-pb-xs-25 {
		padding-bottom: 1.5625rem!important
	}
	.vus-pl-xs-26 {
		padding-left: 1.625rem!important
	}
	.vus-pt-xs-26 {
		padding-top: 1.625rem!important
	}
	.vus-pr-xs-26 {
		padding-right: 1.625rem!important
	}
	.vus-pb-xs-26 {
		padding-bottom: 1.625rem!important
	}
	.vus-pl-xs-28 {
		padding-left: 1.75rem!important
	}
	.vus-pt-xs-28 {
		padding-top: 1.75rem!important
	}
	.vus-pr-xs-28 {
		padding-right: 1.75rem!important
	}
	.vus-pb-xs-28 {
		padding-bottom: 1.75rem!important
	}
	.vus-pl-xs-30 {
		padding-left: 1.875rem!important
	}
	.vus-pt-xs-30 {
		padding-top: 1.875rem!important
	}
	.vus-pr-xs-30 {
		padding-right: 1.875rem!important
	}
	.vus-pb-xs-30 {
		padding-bottom: 1.875rem!important
	}
	.vus-pl-xs-32 {
		padding-left: 2rem!important
	}
	.vus-pt-xs-32 {
		padding-top: 2rem!important
	}
	.vus-pr-xs-32 {
		padding-right: 2rem!important
	}
	.vus-pb-xs-32 {
		padding-bottom: 2rem!important
	}
	.vus-pl-xs-34 {
		padding-left: 2.125rem!important
	}
	.vus-pt-xs-34 {
		padding-top: 2.125rem!important
	}
	.vus-pr-xs-34 {
		padding-right: 2.125rem!important
	}
	.vus-pb-xs-34 {
		padding-bottom: 2.125rem!important
	}
	.vus-pl-xs-35 {
		padding-left: 2.1875rem!important
	}
	.vus-pt-xs-35 {
		padding-top: 2.1875rem!important
	}
	.vus-pr-xs-35 {
		padding-right: 2.1875rem!important
	}
	.vus-pb-xs-35 {
		padding-bottom: 2.1875rem!important
	}
	.vus-pl-xs-36 {
		padding-left: 2.25rem!important
	}
	.vus-pt-xs-36 {
		padding-top: 2.25rem!important
	}
	.vus-pr-xs-36 {
		padding-right: 2.25rem!important
	}
	.vus-pb-xs-36 {
		padding-bottom: 2.25rem!important
	}
	.vus-pl-xs-38 {
		padding-left: 2.375rem!important
	}
	.vus-pt-xs-38 {
		padding-top: 2.375rem!important
	}
	.vus-pr-xs-38 {
		padding-right: 2.375rem!important
	}
	.vus-pb-xs-38 {
		padding-bottom: 2.375rem!important
	}
	.vus-pl-xs-40 {
		padding-left: 2.5rem!important
	}
	.vus-pt-xs-40 {
		padding-top: 2.5rem!important
	}
	.vus-pr-xs-40 {
		padding-right: 2.5rem!important
	}
	.vus-pb-xs-40 {
		padding-bottom: 2.5rem!important
	}
	.vus-pl-xs-42 {
		padding-left: 2.625rem!important
	}
	.vus-pt-xs-42 {
		padding-top: 2.625rem!important
	}
	.vus-pr-xs-42 {
		padding-right: 2.625rem!important
	}
	.vus-pb-xs-42 {
		padding-bottom: 2.625rem!important
	}
	.vus-pl-xs-44 {
		padding-left: 2.75rem!important
	}
	.vus-pt-xs-44 {
		padding-top: 2.75rem!important
	}
	.vus-pr-xs-44 {
		padding-right: 2.75rem!important
	}
	.vus-pb-xs-44 {
		padding-bottom: 2.75rem!important
	}
	.vus-pl-xs-45 {
		padding-left: 2.8125rem!important
	}
	.vus-pt-xs-45 {
		padding-top: 2.8125rem!important
	}
	.vus-pr-xs-45 {
		padding-right: 2.8125rem!important
	}
	.vus-pb-xs-45 {
		padding-bottom: 2.8125rem!important
	}
	.vus-pl-xs-46 {
		padding-left: 2.875rem!important
	}
	.vus-pt-xs-46 {
		padding-top: 2.875rem!important
	}
	.vus-pr-xs-46 {
		padding-right: 2.875rem!important
	}
	.vus-pb-xs-46 {
		padding-bottom: 2.875rem!important
	}
	.vus-pl-xs-48 {
		padding-left: 3rem!important
	}
	.vus-pt-xs-48 {
		padding-top: 3rem!important
	}
	.vus-pr-xs-48 {
		padding-right: 3rem!important
	}
	.vus-pb-xs-48 {
		padding-bottom: 3rem!important
	}
	.vus-pl-xs-50 {
		padding-left: 3.125rem!important
	}
	.vus-pt-xs-50 {
		padding-top: 3.125rem!important
	}
	.vus-pr-xs-50 {
		padding-right: 3.125rem!important
	}
	.vus-pb-xs-50 {
		padding-bottom: 3.125rem!important
	}
	.vus-pl-xs-52 {
		padding-left: 3.25rem!important
	}
	.vus-pt-xs-52 {
		padding-top: 3.25rem!important
	}
	.vus-pr-xs-52 {
		padding-right: 3.25rem!important
	}
	.vus-pb-xs-52 {
		padding-bottom: 3.25rem!important
	}
	.vus-pl-xs-54 {
		padding-left: 3.375rem!important
	}
	.vus-pt-xs-54 {
		padding-top: 3.375rem!important
	}
	.vus-pr-xs-54 {
		padding-right: 3.375rem!important
	}
	.vus-pb-xs-54 {
		padding-bottom: 3.375rem!important
	}
	.vus-pl-xs-55 {
		padding-left: 3.4375rem!important
	}
	.vus-pt-xs-55 {
		padding-top: 3.4375rem!important
	}
	.vus-pr-xs-55 {
		padding-right: 3.4375rem!important
	}
	.vus-pb-xs-55 {
		padding-bottom: 3.4375rem!important
	}
	.vus-pl-xs-56 {
		padding-left: 3.5rem!important
	}
	.vus-pt-xs-56 {
		padding-top: 3.5rem!important
	}
	.vus-pr-xs-56 {
		padding-right: 3.5rem!important
	}
	.vus-pb-xs-56 {
		padding-bottom: 3.5rem!important
	}
	.vus-pl-xs-58 {
		padding-left: 3.625rem!important
	}
	.vus-pt-xs-58 {
		padding-top: 3.625rem!important
	}
	.vus-pr-xs-58 {
		padding-right: 3.625rem!important
	}
	.vus-pb-xs-58 {
		padding-bottom: 3.625rem!important
	}
	.vus-pl-xs-60 {
		padding-left: 3.75rem!important
	}
	.vus-pt-xs-60 {
		padding-top: 3.75rem!important
	}
	.vus-pr-xs-60 {
		padding-right: 3.75rem!important
	}
	.vus-pb-xs-60 {
		padding-bottom: 3.75rem!important
	}
	.vus-pl-xs-62 {
		padding-left: 3.875rem!important
	}
	.vus-pt-xs-62 {
		padding-top: 3.875rem!important
	}
	.vus-pr-xs-62 {
		padding-right: 3.875rem!important
	}
	.vus-pb-xs-62 {
		padding-bottom: 3.875rem!important
	}
	.vus-pl-xs-64 {
		padding-left: 4rem!important
	}
	.vus-pt-xs-64 {
		padding-top: 4rem!important
	}
	.vus-pr-xs-64 {
		padding-right: 4rem!important
	}
	.vus-pb-xs-64 {
		padding-bottom: 4rem!important
	}
	.vus-pl-xs-65 {
		padding-left: 4.0625rem!important
	}
	.vus-pt-xs-65 {
		padding-top: 4.0625rem!important
	}
	.vus-pr-xs-65 {
		padding-right: 4.0625rem!important
	}
	.vus-pb-xs-65 {
		padding-bottom: 4.0625rem!important
	}
	.vus-pl-xs-66 {
		padding-left: 4.125rem!important
	}
	.vus-pt-xs-66 {
		padding-top: 4.125rem!important
	}
	.vus-pr-xs-66 {
		padding-right: 4.125rem!important
	}
	.vus-pb-xs-66 {
		padding-bottom: 4.125rem!important
	}
	.vus-pl-xs-68 {
		padding-left: 4.25rem!important
	}
	.vus-pt-xs-68 {
		padding-top: 4.25rem!important
	}
	.vus-pr-xs-68 {
		padding-right: 4.25rem!important
	}
	.vus-pb-xs-68 {
		padding-bottom: 4.25rem!important
	}
	.vus-pl-xs-70 {
		padding-left: 4.375rem!important
	}
	.vus-pt-xs-70 {
		padding-top: 4.375rem!important
	}
	.vus-pr-xs-70 {
		padding-right: 4.375rem!important
	}
	.vus-pb-xs-70 {
		padding-bottom: 4.375rem!important
	}
	.vus-pl-xs-72 {
		padding-left: 4.5rem!important
	}
	.vus-pt-xs-72 {
		padding-top: 4.5rem!important
	}
	.vus-pr-xs-72 {
		padding-right: 4.5rem!important
	}
	.vus-pb-xs-72 {
		padding-bottom: 4.5rem!important
	}
	.vus-pl-xs-74 {
		padding-left: 4.625rem!important
	}
	.vus-pt-xs-74 {
		padding-top: 4.625rem!important
	}
	.vus-pr-xs-74 {
		padding-right: 4.625rem!important
	}
	.vus-pb-xs-74 {
		padding-bottom: 4.625rem!important
	}
	.vus-pl-xs-75 {
		padding-left: 4.6875rem!important
	}
	.vus-pt-xs-75 {
		padding-top: 4.6875rem!important
	}
	.vus-pr-xs-75 {
		padding-right: 4.6875rem!important
	}
	.vus-pb-xs-75 {
		padding-bottom: 4.6875rem!important
	}
	.vus-pl-xs-76 {
		padding-left: 4.75rem!important
	}
	.vus-pt-xs-76 {
		padding-top: 4.75rem!important
	}
	.vus-pr-xs-76 {
		padding-right: 4.75rem!important
	}
	.vus-pb-xs-76 {
		padding-bottom: 4.75rem!important
	}
	.vus-pl-xs-78 {
		padding-left: 4.875rem!important
	}
	.vus-pt-xs-78 {
		padding-top: 4.875rem!important
	}
	.vus-pr-xs-78 {
		padding-right: 4.875rem!important
	}
	.vus-pb-xs-78 {
		padding-bottom: 4.875rem!important
	}
	.vus-pl-xs-80 {
		padding-left: 5rem!important
	}
	.vus-pt-xs-80 {
		padding-top: 5rem!important
	}
	.vus-pr-xs-80 {
		padding-right: 5rem!important
	}
	.vus-pb-xs-80 {
		padding-bottom: 5rem!important
	}
	.vus-pl-xs-82 {
		padding-left: 5.125rem!important
	}
	.vus-pt-xs-82 {
		padding-top: 5.125rem!important
	}
	.vus-pr-xs-82 {
		padding-right: 5.125rem!important
	}
	.vus-pb-xs-82 {
		padding-bottom: 5.125rem!important
	}
	.vus-pl-xs-84 {
		padding-left: 5.25rem!important
	}
	.vus-pt-xs-84 {
		padding-top: 5.25rem!important
	}
	.vus-pr-xs-84 {
		padding-right: 5.25rem!important
	}
	.vus-pb-xs-84 {
		padding-bottom: 5.25rem!important
	}
	.vus-pl-xs-85 {
		padding-left: 5.3125rem!important
	}
	.vus-pt-xs-85 {
		padding-top: 5.3125rem!important
	}
	.vus-pr-xs-85 {
		padding-right: 5.3125rem!important
	}
	.vus-pb-xs-85 {
		padding-bottom: 5.3125rem!important
	}
	.vus-pl-xs-86 {
		padding-left: 5.375rem!important
	}
	.vus-pt-xs-86 {
		padding-top: 5.375rem!important
	}
	.vus-pr-xs-86 {
		padding-right: 5.375rem!important
	}
	.vus-pb-xs-86 {
		padding-bottom: 5.375rem!important
	}
	.vus-pl-xs-88 {
		padding-left: 5.5rem!important
	}
	.vus-pt-xs-88 {
		padding-top: 5.5rem!important
	}
	.vus-pr-xs-88 {
		padding-right: 5.5rem!important
	}
	.vus-pb-xs-88 {
		padding-bottom: 5.5rem!important
	}
	.vus-pl-xs-90 {
		padding-left: 5.625rem!important
	}
	.vus-pt-xs-90 {
		padding-top: 5.625rem!important
	}
	.vus-pr-xs-90 {
		padding-right: 5.625rem!important
	}
	.vus-pb-xs-90 {
		padding-bottom: 5.625rem!important
	}
	.vus-pl-xs-92 {
		padding-left: 5.75rem!important
	}
	.vus-pt-xs-92 {
		padding-top: 5.75rem!important
	}
	.vus-pr-xs-92 {
		padding-right: 5.75rem!important
	}
	.vus-pb-xs-92 {
		padding-bottom: 5.75rem!important
	}
	.vus-pl-xs-94 {
		padding-left: 5.875rem!important
	}
	.vus-pt-xs-94 {
		padding-top: 5.875rem!important
	}
	.vus-pr-xs-94 {
		padding-right: 5.875rem!important
	}
	.vus-pb-xs-94 {
		padding-bottom: 5.875rem!important
	}
	.vus-pl-xs-95 {
		padding-left: 5.9375rem!important
	}
	.vus-pt-xs-95 {
		padding-top: 5.9375rem!important
	}
	.vus-pr-xs-95 {
		padding-right: 5.9375rem!important
	}
	.vus-pb-xs-95 {
		padding-bottom: 5.9375rem!important
	}
	.vus-pl-xs-96 {
		padding-left: 6rem!important
	}
	.vus-pt-xs-96 {
		padding-top: 6rem!important
	}
	.vus-pr-xs-96 {
		padding-right: 6rem!important
	}
	.vus-pb-xs-96 {
		padding-bottom: 6rem!important
	}
	.vus-pl-xs-98 {
		padding-left: 6.125rem!important
	}
	.vus-pt-xs-98 {
		padding-top: 6.125rem!important
	}
	.vus-pr-xs-98 {
		padding-right: 6.125rem!important
	}
	.vus-pb-xs-98 {
		padding-bottom: 6.125rem!important
	}
	.vus-pl-xs-100 {
		padding-left: 6.25rem!important
	}
	.vus-pt-xs-100 {
		padding-top: 6.25rem!important
	}
	.vus-pr-xs-100 {
		padding-right: 6.25rem!important
	}
	.vus-pb-xs-100 {
		padding-bottom: 6.25rem!important
	}
	.vus-pl-xs-110 {
		padding-left: 6.875rem!important
	}
	.vus-pt-xs-110 {
		padding-top: 6.875rem!important
	}
	.vus-pr-xs-110 {
		padding-right: 6.875rem!important
	}
	.vus-pb-xs-110 {
		padding-bottom: 6.875rem!important
	}
	.vus-pl-xs-120 {
		padding-left: 7.5rem!important
	}
	.vus-pt-xs-120 {
		padding-top: 7.5rem!important
	}
	.vus-pr-xs-120 {
		padding-right: 7.5rem!important
	}
	.vus-pb-xs-120 {
		padding-bottom: 7.5rem!important
	}
	.vus-pl-xs-130 {
		padding-left: 8.125rem!important
	}
	.vus-pt-xs-130 {
		padding-top: 8.125rem!important
	}
	.vus-pr-xs-130 {
		padding-right: 8.125rem!important
	}
	.vus-pb-xs-130 {
		padding-bottom: 8.125rem!important
	}
	.vus-pl-xs-140 {
		padding-left: 8.75rem!important
	}
	.vus-pt-xs-140 {
		padding-top: 8.75rem!important
	}
	.vus-pr-xs-140 {
		padding-right: 8.75rem!important
	}
	.vus-pb-xs-140 {
		padding-bottom: 8.75rem!important
	}
	.vus-pl-xs-150 {
		padding-left: 9.375rem!important
	}
	.vus-pt-xs-150 {
		padding-top: 9.375rem!important
	}
	.vus-pr-xs-150 {
		padding-right: 9.375rem!important
	}
	.vus-pb-xs-150 {
		padding-bottom: 9.375rem!important
	}
	.vus-pl-xs-160 {
		padding-left: 10rem!important
	}
	.vus-pt-xs-160 {
		padding-top: 10rem!important
	}
	.vus-pr-xs-160 {
		padding-right: 10rem!important
	}
	.vus-pb-xs-160 {
		padding-bottom: 10rem!important
	}
	.vus-pl-xs-170 {
		padding-left: 10.625rem!important
	}
	.vus-pt-xs-170 {
		padding-top: 10.625rem!important
	}
	.vus-pr-xs-170 {
		padding-right: 10.625rem!important
	}
	.vus-pb-xs-170 {
		padding-bottom: 10.625rem!important
	}
	.vus-pl-xs-180 {
		padding-left: 11.25rem!important
	}
	.vus-pt-xs-180 {
		padding-top: 11.25rem!important
	}
	.vus-pr-xs-180 {
		padding-right: 11.25rem!important
	}
	.vus-pb-xs-180 {
		padding-bottom: 11.25rem!important
	}
	.vus-pl-xs-190 {
		padding-left: 11.875rem!important
	}
	.vus-pt-xs-190 {
		padding-top: 11.875rem!important
	}
	.vus-pr-xs-190 {
		padding-right: 11.875rem!important
	}
	.vus-pb-xs-190 {
		padding-bottom: 11.875rem!important
	}
	.vus-pl-xs-200 {
		padding-left: 12.5rem!important
	}
	.vus-pt-xs-200 {
		padding-top: 12.5rem!important
	}
	.vus-pr-xs-200 {
		padding-right: 12.5rem!important
	}
	.vus-pb-xs-200 {
		padding-bottom: 12.5rem!important
	}
}

@media (min-width: 768px) {
	.vus-pa-sm-1 {
		padding: .0625rem!important
	}
	.vus-pa-sm-2 {
		padding: .125rem!important
	}
	.vus-pa-sm-3 {
		padding: .1875rem!important
	}
	.vus-pa-sm-4 {
		padding: .25rem!important
	}
	.vus-pa-sm-5 {
		padding: .3125rem!important
	}
	.vus-pa-sm-6 {
		padding: .375rem!important
	}
	.vus-pa-sm-7 {
		padding: .4375rem!important
	}
	.vus-pa-sm-8 {
		padding: .5rem!important
	}
	.vus-pa-sm-9 {
		padding: .5625rem!important
	}
	.vus-pa-sm-10 {
		padding: .625rem!important
	}
	.vus-pa-sm-12 {
		padding: .75rem!important
	}
	.vus-pa-sm-14 {
		padding: .875rem!important
	}
	.vus-pa-sm-15 {
		padding: .9375rem!important
	}
	.vus-pa-sm-16 {
		padding: 1rem!important
	}
	.vus-pa-sm-18 {
		padding: 1.125rem!important
	}
	.vus-pa-sm-20 {
		padding: 1.25rem!important
	}
	.vus-pa-sm-22 {
		padding: 1.375rem!important
	}
	.vus-pa-sm-24 {
		padding: 1.5rem!important
	}
	.vus-pa-sm-25 {
		padding: 1.5625rem!important
	}
	.vus-pa-sm-26 {
		padding: 1.625rem!important
	}
	.vus-pa-sm-28 {
		padding: 1.75rem!important
	}
	.vus-pa-sm-30 {
		padding: 1.875rem!important
	}
	.vus-pa-sm-32 {
		padding: 2rem!important
	}
	.vus-pa-sm-34 {
		padding: 2.125rem!important
	}
	.vus-pa-sm-35 {
		padding: 2.1875rem!important
	}
	.vus-pa-sm-36 {
		padding: 2.25rem!important
	}
	.vus-pa-sm-38 {
		padding: 2.375rem!important
	}
	.vus-pa-sm-40 {
		padding: 2.5rem!important
	}
	.vus-pa-sm-42 {
		padding: 2.625rem!important
	}
	.vus-pa-sm-44 {
		padding: 2.75rem!important
	}
	.vus-pa-sm-45 {
		padding: 2.8125rem!important
	}
	.vus-pa-sm-46 {
		padding: 2.875rem!important
	}
	.vus-pa-sm-48 {
		padding: 3rem!important
	}
	.vus-pa-sm-50 {
		padding: 3.125rem!important
	}
	.vus-pa-sm-52 {
		padding: 3.25rem!important
	}
	.vus-pa-sm-54 {
		padding: 3.375rem!important
	}
	.vus-pa-sm-55 {
		padding: 3.4375rem!important
	}
	.vus-pa-sm-56 {
		padding: 3.5rem!important
	}
	.vus-pa-sm-58 {
		padding: 3.625rem!important
	}
	.vus-pa-sm-60 {
		padding: 3.75rem!important
	}
	.vus-pa-sm-62 {
		padding: 3.875rem!important
	}
	.vus-pa-sm-64 {
		padding: 4rem!important
	}
	.vus-pa-sm-65 {
		padding: 4.0625rem!important
	}
	.vus-pa-sm-66 {
		padding: 4.125rem!important
	}
	.vus-pa-sm-68 {
		padding: 4.25rem!important
	}
	.vus-pa-sm-70 {
		padding: 4.375rem!important
	}
	.vus-pa-sm-72 {
		padding: 4.5rem!important
	}
	.vus-pa-sm-74 {
		padding: 4.625rem!important
	}
	.vus-pa-sm-75 {
		padding: 4.6875rem!important
	}
	.vus-pa-sm-76 {
		padding: 4.75rem!important
	}
	.vus-pa-sm-78 {
		padding: 4.875rem!important
	}
	.vus-pa-sm-80 {
		padding: 5rem!important
	}
	.vus-pa-sm-82 {
		padding: 5.125rem!important
	}
	.vus-pa-sm-84 {
		padding: 5.25rem!important
	}
	.vus-pa-sm-85 {
		padding: 5.3125rem!important
	}
	.vus-pa-sm-86 {
		padding: 5.375rem!important
	}
	.vus-pa-sm-88 {
		padding: 5.5rem!important
	}
	.vus-pa-sm-90 {
		padding: 5.625rem!important
	}
	.vus-pa-sm-92 {
		padding: 5.75rem!important
	}
	.vus-pa-sm-94 {
		padding: 5.875rem!important
	}
	.vus-pa-sm-95 {
		padding: 5.9375rem!important
	}
	.vus-pa-sm-96 {
		padding: 6rem!important
	}
	.vus-pa-sm-98 {
		padding: 6.125rem!important
	}
	.vus-pa-sm-100 {
		padding: 6.25rem!important
	}
	.vus-pa-sm-110 {
		padding: 6.875rem!important
	}
	.vus-pa-sm-120 {
		padding: 7.5rem!important
	}
	.vus-pa-sm-130 {
		padding: 8.125rem!important
	}
	.vus-pa-sm-140 {
		padding: 8.75rem!important
	}
	.vus-pa-sm-150 {
		padding: 9.375rem!important
	}
	.vus-pa-sm-160 {
		padding: 10rem!important
	}
	.vus-pa-sm-170 {
		padding: 10.625rem!important
	}
	.vus-pa-sm-180 {
		padding: 11.25rem!important
	}
	.vus-pa-sm-190 {
		padding: 11.875rem!important
	}
	.vus-pa-sm-200 {
		padding: 12.5rem!important
	}
	.vus-pl-sm-1 {
		padding-left: .0625rem!important
	}
	.vus-pt-sm-1 {
		padding-top: .0625rem!important
	}
	.vus-pr-sm-1 {
		padding-right: .0625rem!important
	}
	.vus-pb-sm-1 {
		padding-bottom: .0625rem!important
	}
	.vus-pl-sm-2 {
		padding-left: .125rem!important
	}
	.vus-pt-sm-2 {
		padding-top: .125rem!important
	}
	.vus-pr-sm-2 {
		padding-right: .125rem!important
	}
	.vus-pb-sm-2 {
		padding-bottom: .125rem!important
	}
	.vus-pl-sm-3 {
		padding-left: .1875rem!important
	}
	.vus-pt-sm-3 {
		padding-top: .1875rem!important
	}
	.vus-pr-sm-3 {
		padding-right: .1875rem!important
	}
	.vus-pb-sm-3 {
		padding-bottom: .1875rem!important
	}
	.vus-pl-sm-4 {
		padding-left: .25rem!important
	}
	.vus-pt-sm-4 {
		padding-top: .25rem!important
	}
	.vus-pr-sm-4 {
		padding-right: .25rem!important
	}
	.vus-pb-sm-4 {
		padding-bottom: .25rem!important
	}
	.vus-pl-sm-5 {
		padding-left: .3125rem!important
	}
	.vus-pt-sm-5 {
		padding-top: .3125rem!important
	}
	.vus-pr-sm-5 {
		padding-right: .3125rem!important
	}
	.vus-pb-sm-5 {
		padding-bottom: .3125rem!important
	}
	.vus-pl-sm-6 {
		padding-left: .375rem!important
	}
	.vus-pt-sm-6 {
		padding-top: .375rem!important
	}
	.vus-pr-sm-6 {
		padding-right: .375rem!important
	}
	.vus-pb-sm-6 {
		padding-bottom: .375rem!important
	}
	.vus-pl-sm-7 {
		padding-left: .4375rem!important
	}
	.vus-pt-sm-7 {
		padding-top: .4375rem!important
	}
	.vus-pr-sm-7 {
		padding-right: .4375rem!important
	}
	.vus-pb-sm-7 {
		padding-bottom: .4375rem!important
	}
	.vus-pl-sm-8 {
		padding-left: .5rem!important
	}
	.vus-pt-sm-8 {
		padding-top: .5rem!important
	}
	.vus-pr-sm-8 {
		padding-right: .5rem!important
	}
	.vus-pb-sm-8 {
		padding-bottom: .5rem!important
	}
	.vus-pl-sm-9 {
		padding-left: .5625rem!important
	}
	.vus-pt-sm-9 {
		padding-top: .5625rem!important
	}
	.vus-pr-sm-9 {
		padding-right: .5625rem!important
	}
	.vus-pb-sm-9 {
		padding-bottom: .5625rem!important
	}
	.vus-pl-sm-10 {
		padding-left: .625rem!important
	}
	.vus-pt-sm-10 {
		padding-top: .625rem!important
	}
	.vus-pr-sm-10 {
		padding-right: .625rem!important
	}
	.vus-pb-sm-10 {
		padding-bottom: .625rem!important
	}
	.vus-pl-sm-12 {
		padding-left: .75rem!important
	}
	.vus-pt-sm-12 {
		padding-top: .75rem!important
	}
	.vus-pr-sm-12 {
		padding-right: .75rem!important
	}
	.vus-pb-sm-12 {
		padding-bottom: .75rem!important
	}
	.vus-pl-sm-14 {
		padding-left: .875rem!important
	}
	.vus-pt-sm-14 {
		padding-top: .875rem!important
	}
	.vus-pr-sm-14 {
		padding-right: .875rem!important
	}
	.vus-pb-sm-14 {
		padding-bottom: .875rem!important
	}
	.vus-pl-sm-15 {
		padding-left: .9375rem!important
	}
	.vus-pt-sm-15 {
		padding-top: .9375rem!important
	}
	.vus-pr-sm-15 {
		padding-right: .9375rem!important
	}
	.vus-pb-sm-15 {
		padding-bottom: .9375rem!important
	}
	.vus-pl-sm-16 {
		padding-left: 1rem!important
	}
	.vus-pt-sm-16 {
		padding-top: 1rem!important
	}
	.vus-pr-sm-16 {
		padding-right: 1rem!important
	}
	.vus-pb-sm-16 {
		padding-bottom: 1rem!important
	}
	.vus-pl-sm-18 {
		padding-left: 1.125rem!important
	}
	.vus-pt-sm-18 {
		padding-top: 1.125rem!important
	}
	.vus-pr-sm-18 {
		padding-right: 1.125rem!important
	}
	.vus-pb-sm-18 {
		padding-bottom: 1.125rem!important
	}
	.vus-pl-sm-20 {
		padding-left: 1.25rem!important
	}
	.vus-pt-sm-20 {
		padding-top: 1.25rem!important
	}
	.vus-pr-sm-20 {
		padding-right: 1.25rem!important
	}
	.vus-pb-sm-20 {
		padding-bottom: 1.25rem!important
	}
	.vus-pl-sm-22 {
		padding-left: 1.375rem!important
	}
	.vus-pt-sm-22 {
		padding-top: 1.375rem!important
	}
	.vus-pr-sm-22 {
		padding-right: 1.375rem!important
	}
	.vus-pb-sm-22 {
		padding-bottom: 1.375rem!important
	}
	.vus-pl-sm-24 {
		padding-left: 1.5rem!important
	}
	.vus-pt-sm-24 {
		padding-top: 1.5rem!important
	}
	.vus-pr-sm-24 {
		padding-right: 1.5rem!important
	}
	.vus-pb-sm-24 {
		padding-bottom: 1.5rem!important
	}
	.vus-pl-sm-25 {
		padding-left: 1.5625rem!important
	}
	.vus-pt-sm-25 {
		padding-top: 1.5625rem!important
	}
	.vus-pr-sm-25 {
		padding-right: 1.5625rem!important
	}
	.vus-pb-sm-25 {
		padding-bottom: 1.5625rem!important
	}
	.vus-pl-sm-26 {
		padding-left: 1.625rem!important
	}
	.vus-pt-sm-26 {
		padding-top: 1.625rem!important
	}
	.vus-pr-sm-26 {
		padding-right: 1.625rem!important
	}
	.vus-pb-sm-26 {
		padding-bottom: 1.625rem!important
	}
	.vus-pl-sm-28 {
		padding-left: 1.75rem!important
	}
	.vus-pt-sm-28 {
		padding-top: 1.75rem!important
	}
	.vus-pr-sm-28 {
		padding-right: 1.75rem!important
	}
	.vus-pb-sm-28 {
		padding-bottom: 1.75rem!important
	}
	.vus-pl-sm-30 {
		padding-left: 1.875rem!important
	}
	.vus-pt-sm-30 {
		padding-top: 1.875rem!important
	}
	.vus-pr-sm-30 {
		padding-right: 1.875rem!important
	}
	.vus-pb-sm-30 {
		padding-bottom: 1.875rem!important
	}
	.vus-pl-sm-32 {
		padding-left: 2rem!important
	}
	.vus-pt-sm-32 {
		padding-top: 2rem!important
	}
	.vus-pr-sm-32 {
		padding-right: 2rem!important
	}
	.vus-pb-sm-32 {
		padding-bottom: 2rem!important
	}
	.vus-pl-sm-34 {
		padding-left: 2.125rem!important
	}
	.vus-pt-sm-34 {
		padding-top: 2.125rem!important
	}
	.vus-pr-sm-34 {
		padding-right: 2.125rem!important
	}
	.vus-pb-sm-34 {
		padding-bottom: 2.125rem!important
	}
	.vus-pl-sm-35 {
		padding-left: 2.1875rem!important
	}
	.vus-pt-sm-35 {
		padding-top: 2.1875rem!important
	}
	.vus-pr-sm-35 {
		padding-right: 2.1875rem!important
	}
	.vus-pb-sm-35 {
		padding-bottom: 2.1875rem!important
	}
	.vus-pl-sm-36 {
		padding-left: 2.25rem!important
	}
	.vus-pt-sm-36 {
		padding-top: 2.25rem!important
	}
	.vus-pr-sm-36 {
		padding-right: 2.25rem!important
	}
	.vus-pb-sm-36 {
		padding-bottom: 2.25rem!important
	}
	.vus-pl-sm-38 {
		padding-left: 2.375rem!important
	}
	.vus-pt-sm-38 {
		padding-top: 2.375rem!important
	}
	.vus-pr-sm-38 {
		padding-right: 2.375rem!important
	}
	.vus-pb-sm-38 {
		padding-bottom: 2.375rem!important
	}
	.vus-pl-sm-40 {
		padding-left: 2.5rem!important
	}
	.vus-pt-sm-40 {
		padding-top: 2.5rem!important
	}
	.vus-pr-sm-40 {
		padding-right: 2.5rem!important
	}
	.vus-pb-sm-40 {
		padding-bottom: 2.5rem!important
	}
	.vus-pl-sm-42 {
		padding-left: 2.625rem!important
	}
	.vus-pt-sm-42 {
		padding-top: 2.625rem!important
	}
	.vus-pr-sm-42 {
		padding-right: 2.625rem!important
	}
	.vus-pb-sm-42 {
		padding-bottom: 2.625rem!important
	}
	.vus-pl-sm-44 {
		padding-left: 2.75rem!important
	}
	.vus-pt-sm-44 {
		padding-top: 2.75rem!important
	}
	.vus-pr-sm-44 {
		padding-right: 2.75rem!important
	}
	.vus-pb-sm-44 {
		padding-bottom: 2.75rem!important
	}
	.vus-pl-sm-45 {
		padding-left: 2.8125rem!important
	}
	.vus-pt-sm-45 {
		padding-top: 2.8125rem!important
	}
	.vus-pr-sm-45 {
		padding-right: 2.8125rem!important
	}
	.vus-pb-sm-45 {
		padding-bottom: 2.8125rem!important
	}
	.vus-pl-sm-46 {
		padding-left: 2.875rem!important
	}
	.vus-pt-sm-46 {
		padding-top: 2.875rem!important
	}
	.vus-pr-sm-46 {
		padding-right: 2.875rem!important
	}
	.vus-pb-sm-46 {
		padding-bottom: 2.875rem!important
	}
	.vus-pl-sm-48 {
		padding-left: 3rem!important
	}
	.vus-pt-sm-48 {
		padding-top: 3rem!important
	}
	.vus-pr-sm-48 {
		padding-right: 3rem!important
	}
	.vus-pb-sm-48 {
		padding-bottom: 3rem!important
	}
	.vus-pl-sm-50 {
		padding-left: 3.125rem!important
	}
	.vus-pt-sm-50 {
		padding-top: 3.125rem!important
	}
	.vus-pr-sm-50 {
		padding-right: 3.125rem!important
	}
	.vus-pb-sm-50 {
		padding-bottom: 3.125rem!important
	}
	.vus-pl-sm-52 {
		padding-left: 3.25rem!important
	}
	.vus-pt-sm-52 {
		padding-top: 3.25rem!important
	}
	.vus-pr-sm-52 {
		padding-right: 3.25rem!important
	}
	.vus-pb-sm-52 {
		padding-bottom: 3.25rem!important
	}
	.vus-pl-sm-54 {
		padding-left: 3.375rem!important
	}
	.vus-pt-sm-54 {
		padding-top: 3.375rem!important
	}
	.vus-pr-sm-54 {
		padding-right: 3.375rem!important
	}
	.vus-pb-sm-54 {
		padding-bottom: 3.375rem!important
	}
	.vus-pl-sm-55 {
		padding-left: 3.4375rem!important
	}
	.vus-pt-sm-55 {
		padding-top: 3.4375rem!important
	}
	.vus-pr-sm-55 {
		padding-right: 3.4375rem!important
	}
	.vus-pb-sm-55 {
		padding-bottom: 3.4375rem!important
	}
	.vus-pl-sm-56 {
		padding-left: 3.5rem!important
	}
	.vus-pt-sm-56 {
		padding-top: 3.5rem!important
	}
	.vus-pr-sm-56 {
		padding-right: 3.5rem!important
	}
	.vus-pb-sm-56 {
		padding-bottom: 3.5rem!important
	}
	.vus-pl-sm-58 {
		padding-left: 3.625rem!important
	}
	.vus-pt-sm-58 {
		padding-top: 3.625rem!important
	}
	.vus-pr-sm-58 {
		padding-right: 3.625rem!important
	}
	.vus-pb-sm-58 {
		padding-bottom: 3.625rem!important
	}
	.vus-pl-sm-60 {
		padding-left: 3.75rem!important
	}
	.vus-pt-sm-60 {
		padding-top: 3.75rem!important
	}
	.vus-pr-sm-60 {
		padding-right: 3.75rem!important
	}
	.vus-pb-sm-60 {
		padding-bottom: 3.75rem!important
	}
	.vus-pl-sm-62 {
		padding-left: 3.875rem!important
	}
	.vus-pt-sm-62 {
		padding-top: 3.875rem!important
	}
	.vus-pr-sm-62 {
		padding-right: 3.875rem!important
	}
	.vus-pb-sm-62 {
		padding-bottom: 3.875rem!important
	}
	.vus-pl-sm-64 {
		padding-left: 4rem!important
	}
	.vus-pt-sm-64 {
		padding-top: 4rem!important
	}
	.vus-pr-sm-64 {
		padding-right: 4rem!important
	}
	.vus-pb-sm-64 {
		padding-bottom: 4rem!important
	}
	.vus-pl-sm-65 {
		padding-left: 4.0625rem!important
	}
	.vus-pt-sm-65 {
		padding-top: 4.0625rem!important
	}
	.vus-pr-sm-65 {
		padding-right: 4.0625rem!important
	}
	.vus-pb-sm-65 {
		padding-bottom: 4.0625rem!important
	}
	.vus-pl-sm-66 {
		padding-left: 4.125rem!important
	}
	.vus-pt-sm-66 {
		padding-top: 4.125rem!important
	}
	.vus-pr-sm-66 {
		padding-right: 4.125rem!important
	}
	.vus-pb-sm-66 {
		padding-bottom: 4.125rem!important
	}
	.vus-pl-sm-68 {
		padding-left: 4.25rem!important
	}
	.vus-pt-sm-68 {
		padding-top: 4.25rem!important
	}
	.vus-pr-sm-68 {
		padding-right: 4.25rem!important
	}
	.vus-pb-sm-68 {
		padding-bottom: 4.25rem!important
	}
	.vus-pl-sm-70 {
		padding-left: 4.375rem!important
	}
	.vus-pt-sm-70 {
		padding-top: 4.375rem!important
	}
	.vus-pr-sm-70 {
		padding-right: 4.375rem!important
	}
	.vus-pb-sm-70 {
		padding-bottom: 4.375rem!important
	}
	.vus-pl-sm-72 {
		padding-left: 4.5rem!important
	}
	.vus-pt-sm-72 {
		padding-top: 4.5rem!important
	}
	.vus-pr-sm-72 {
		padding-right: 4.5rem!important
	}
	.vus-pb-sm-72 {
		padding-bottom: 4.5rem!important
	}
	.vus-pl-sm-74 {
		padding-left: 4.625rem!important
	}
	.vus-pt-sm-74 {
		padding-top: 4.625rem!important
	}
	.vus-pr-sm-74 {
		padding-right: 4.625rem!important
	}
	.vus-pb-sm-74 {
		padding-bottom: 4.625rem!important
	}
	.vus-pl-sm-75 {
		padding-left: 4.6875rem!important
	}
	.vus-pt-sm-75 {
		padding-top: 4.6875rem!important
	}
	.vus-pr-sm-75 {
		padding-right: 4.6875rem!important
	}
	.vus-pb-sm-75 {
		padding-bottom: 4.6875rem!important
	}
	.vus-pl-sm-76 {
		padding-left: 4.75rem!important
	}
	.vus-pt-sm-76 {
		padding-top: 4.75rem!important
	}
	.vus-pr-sm-76 {
		padding-right: 4.75rem!important
	}
	.vus-pb-sm-76 {
		padding-bottom: 4.75rem!important
	}
	.vus-pl-sm-78 {
		padding-left: 4.875rem!important
	}
	.vus-pt-sm-78 {
		padding-top: 4.875rem!important
	}
	.vus-pr-sm-78 {
		padding-right: 4.875rem!important
	}
	.vus-pb-sm-78 {
		padding-bottom: 4.875rem!important
	}
	.vus-pl-sm-80 {
		padding-left: 5rem!important
	}
	.vus-pt-sm-80 {
		padding-top: 5rem!important
	}
	.vus-pr-sm-80 {
		padding-right: 5rem!important
	}
	.vus-pb-sm-80 {
		padding-bottom: 5rem!important
	}
	.vus-pl-sm-82 {
		padding-left: 5.125rem!important
	}
	.vus-pt-sm-82 {
		padding-top: 5.125rem!important
	}
	.vus-pr-sm-82 {
		padding-right: 5.125rem!important
	}
	.vus-pb-sm-82 {
		padding-bottom: 5.125rem!important
	}
	.vus-pl-sm-84 {
		padding-left: 5.25rem!important
	}
	.vus-pt-sm-84 {
		padding-top: 5.25rem!important
	}
	.vus-pr-sm-84 {
		padding-right: 5.25rem!important
	}
	.vus-pb-sm-84 {
		padding-bottom: 5.25rem!important
	}
	.vus-pl-sm-85 {
		padding-left: 5.3125rem!important
	}
	.vus-pt-sm-85 {
		padding-top: 5.3125rem!important
	}
	.vus-pr-sm-85 {
		padding-right: 5.3125rem!important
	}
	.vus-pb-sm-85 {
		padding-bottom: 5.3125rem!important
	}
	.vus-pl-sm-86 {
		padding-left: 5.375rem!important
	}
	.vus-pt-sm-86 {
		padding-top: 5.375rem!important
	}
	.vus-pr-sm-86 {
		padding-right: 5.375rem!important
	}
	.vus-pb-sm-86 {
		padding-bottom: 5.375rem!important
	}
	.vus-pl-sm-88 {
		padding-left: 5.5rem!important
	}
	.vus-pt-sm-88 {
		padding-top: 5.5rem!important
	}
	.vus-pr-sm-88 {
		padding-right: 5.5rem!important
	}
	.vus-pb-sm-88 {
		padding-bottom: 5.5rem!important
	}
	.vus-pl-sm-90 {
		padding-left: 5.625rem!important
	}
	.vus-pt-sm-90 {
		padding-top: 5.625rem!important
	}
	.vus-pr-sm-90 {
		padding-right: 5.625rem!important
	}
	.vus-pb-sm-90 {
		padding-bottom: 5.625rem!important
	}
	.vus-pl-sm-92 {
		padding-left: 5.75rem!important
	}
	.vus-pt-sm-92 {
		padding-top: 5.75rem!important
	}
	.vus-pr-sm-92 {
		padding-right: 5.75rem!important
	}
	.vus-pb-sm-92 {
		padding-bottom: 5.75rem!important
	}
	.vus-pl-sm-94 {
		padding-left: 5.875rem!important
	}
	.vus-pt-sm-94 {
		padding-top: 5.875rem!important
	}
	.vus-pr-sm-94 {
		padding-right: 5.875rem!important
	}
	.vus-pb-sm-94 {
		padding-bottom: 5.875rem!important
	}
	.vus-pl-sm-95 {
		padding-left: 5.9375rem!important
	}
	.vus-pt-sm-95 {
		padding-top: 5.9375rem!important
	}
	.vus-pr-sm-95 {
		padding-right: 5.9375rem!important
	}
	.vus-pb-sm-95 {
		padding-bottom: 5.9375rem!important
	}
	.vus-pl-sm-96 {
		padding-left: 6rem!important
	}
	.vus-pt-sm-96 {
		padding-top: 6rem!important
	}
	.vus-pr-sm-96 {
		padding-right: 6rem!important
	}
	.vus-pb-sm-96 {
		padding-bottom: 6rem!important
	}
	.vus-pl-sm-98 {
		padding-left: 6.125rem!important
	}
	.vus-pt-sm-98 {
		padding-top: 6.125rem!important
	}
	.vus-pr-sm-98 {
		padding-right: 6.125rem!important
	}
	.vus-pb-sm-98 {
		padding-bottom: 6.125rem!important
	}
	.vus-pl-sm-100 {
		padding-left: 6.25rem!important
	}
	.vus-pt-sm-100 {
		padding-top: 6.25rem!important
	}
	.vus-pr-sm-100 {
		padding-right: 6.25rem!important
	}
	.vus-pb-sm-100 {
		padding-bottom: 6.25rem!important
	}
	.vus-pl-sm-110 {
		padding-left: 6.875rem!important
	}
	.vus-pt-sm-110 {
		padding-top: 6.875rem!important
	}
	.vus-pr-sm-110 {
		padding-right: 6.875rem!important
	}
	.vus-pb-sm-110 {
		padding-bottom: 6.875rem!important
	}
	.vus-pl-sm-120 {
		padding-left: 7.5rem!important
	}
	.vus-pt-sm-120 {
		padding-top: 7.5rem!important
	}
	.vus-pr-sm-120 {
		padding-right: 7.5rem!important
	}
	.vus-pb-sm-120 {
		padding-bottom: 7.5rem!important
	}
	.vus-pl-sm-130 {
		padding-left: 8.125rem!important
	}
	.vus-pt-sm-130 {
		padding-top: 8.125rem!important
	}
	.vus-pr-sm-130 {
		padding-right: 8.125rem!important
	}
	.vus-pb-sm-130 {
		padding-bottom: 8.125rem!important
	}
	.vus-pl-sm-140 {
		padding-left: 8.75rem!important
	}
	.vus-pt-sm-140 {
		padding-top: 8.75rem!important
	}
	.vus-pr-sm-140 {
		padding-right: 8.75rem!important
	}
	.vus-pb-sm-140 {
		padding-bottom: 8.75rem!important
	}
	.vus-pl-sm-150 {
		padding-left: 9.375rem!important
	}
	.vus-pt-sm-150 {
		padding-top: 9.375rem!important
	}
	.vus-pr-sm-150 {
		padding-right: 9.375rem!important
	}
	.vus-pb-sm-150 {
		padding-bottom: 9.375rem!important
	}
	.vus-pl-sm-160 {
		padding-left: 10rem!important
	}
	.vus-pt-sm-160 {
		padding-top: 10rem!important
	}
	.vus-pr-sm-160 {
		padding-right: 10rem!important
	}
	.vus-pb-sm-160 {
		padding-bottom: 10rem!important
	}
	.vus-pl-sm-170 {
		padding-left: 10.625rem!important
	}
	.vus-pt-sm-170 {
		padding-top: 10.625rem!important
	}
	.vus-pr-sm-170 {
		padding-right: 10.625rem!important
	}
	.vus-pb-sm-170 {
		padding-bottom: 10.625rem!important
	}
	.vus-pl-sm-180 {
		padding-left: 11.25rem!important
	}
	.vus-pt-sm-180 {
		padding-top: 11.25rem!important
	}
	.vus-pr-sm-180 {
		padding-right: 11.25rem!important
	}
	.vus-pb-sm-180 {
		padding-bottom: 11.25rem!important
	}
	.vus-pl-sm-190 {
		padding-left: 11.875rem!important
	}
	.vus-pt-sm-190 {
		padding-top: 11.875rem!important
	}
	.vus-pr-sm-190 {
		padding-right: 11.875rem!important
	}
	.vus-pb-sm-190 {
		padding-bottom: 11.875rem!important
	}
	.vus-pl-sm-200 {
		padding-left: 12.5rem!important
	}
	.vus-pt-sm-200 {
		padding-top: 12.5rem!important
	}
	.vus-pr-sm-200 {
		padding-right: 12.5rem!important
	}
	.vus-pb-sm-200 {
		padding-bottom: 12.5rem!important
	}
}

@media (min-width: 1024px) {
	.vus-pa-md-1 {
		padding: .0625rem!important
	}
	.vus-pa-md-2 {
		padding: .125rem!important
	}
	.vus-pa-md-3 {
		padding: .1875rem!important
	}
	.vus-pa-md-4 {
		padding: .25rem!important
	}
	.vus-pa-md-5 {
		padding: .3125rem!important
	}
	.vus-pa-md-6 {
		padding: .375rem!important
	}
	.vus-pa-md-7 {
		padding: .4375rem!important
	}
	.vus-pa-md-8 {
		padding: .5rem!important
	}
	.vus-pa-md-9 {
		padding: .5625rem!important
	}
	.vus-pa-md-10 {
		padding: .625rem!important
	}
	.vus-pa-md-12 {
		padding: .75rem!important
	}
	.vus-pa-md-14 {
		padding: .875rem!important
	}
	.vus-pa-md-15 {
		padding: .9375rem!important
	}
	.vus-pa-md-16 {
		padding: 1rem!important
	}
	.vus-pa-md-18 {
		padding: 1.125rem!important
	}
	.vus-pa-md-20 {
		padding: 1.25rem!important
	}
	.vus-pa-md-22 {
		padding: 1.375rem!important
	}
	.vus-pa-md-24 {
		padding: 1.5rem!important
	}
	.vus-pa-md-25 {
		padding: 1.5625rem!important
	}
	.vus-pa-md-26 {
		padding: 1.625rem!important
	}
	.vus-pa-md-28 {
		padding: 1.75rem!important
	}
	.vus-pa-md-30 {
		padding: 1.875rem!important
	}
	.vus-pa-md-32 {
		padding: 2rem!important
	}
	.vus-pa-md-34 {
		padding: 2.125rem!important
	}
	.vus-pa-md-35 {
		padding: 2.1875rem!important
	}
	.vus-pa-md-36 {
		padding: 2.25rem!important
	}
	.vus-pa-md-38 {
		padding: 2.375rem!important
	}
	.vus-pa-md-40 {
		padding: 2.5rem!important
	}
	.vus-pa-md-42 {
		padding: 2.625rem!important
	}
	.vus-pa-md-44 {
		padding: 2.75rem!important
	}
	.vus-pa-md-45 {
		padding: 2.8125rem!important
	}
	.vus-pa-md-46 {
		padding: 2.875rem!important
	}
	.vus-pa-md-48 {
		padding: 3rem!important
	}
	.vus-pa-md-50 {
		padding: 3.125rem!important
	}
	.vus-pa-md-52 {
		padding: 3.25rem!important
	}
	.vus-pa-md-54 {
		padding: 3.375rem!important
	}
	.vus-pa-md-55 {
		padding: 3.4375rem!important
	}
	.vus-pa-md-56 {
		padding: 3.5rem!important
	}
	.vus-pa-md-58 {
		padding: 3.625rem!important
	}
	.vus-pa-md-60 {
		padding: 3.75rem!important
	}
	.vus-pa-md-62 {
		padding: 3.875rem!important
	}
	.vus-pa-md-64 {
		padding: 4rem!important
	}
	.vus-pa-md-65 {
		padding: 4.0625rem!important
	}
	.vus-pa-md-66 {
		padding: 4.125rem!important
	}
	.vus-pa-md-68 {
		padding: 4.25rem!important
	}
	.vus-pa-md-70 {
		padding: 4.375rem!important
	}
	.vus-pa-md-72 {
		padding: 4.5rem!important
	}
	.vus-pa-md-74 {
		padding: 4.625rem!important
	}
	.vus-pa-md-75 {
		padding: 4.6875rem!important
	}
	.vus-pa-md-76 {
		padding: 4.75rem!important
	}
	.vus-pa-md-78 {
		padding: 4.875rem!important
	}
	.vus-pa-md-80 {
		padding: 5rem!important
	}
	.vus-pa-md-82 {
		padding: 5.125rem!important
	}
	.vus-pa-md-84 {
		padding: 5.25rem!important
	}
	.vus-pa-md-85 {
		padding: 5.3125rem!important
	}
	.vus-pa-md-86 {
		padding: 5.375rem!important
	}
	.vus-pa-md-88 {
		padding: 5.5rem!important
	}
	.vus-pa-md-90 {
		padding: 5.625rem!important
	}
	.vus-pa-md-92 {
		padding: 5.75rem!important
	}
	.vus-pa-md-94 {
		padding: 5.875rem!important
	}
	.vus-pa-md-95 {
		padding: 5.9375rem!important
	}
	.vus-pa-md-96 {
		padding: 6rem!important
	}
	.vus-pa-md-98 {
		padding: 6.125rem!important
	}
	.vus-pa-md-100 {
		padding: 6.25rem!important
	}
	.vus-pa-md-110 {
		padding: 6.875rem!important
	}
	.vus-pa-md-120 {
		padding: 7.5rem!important
	}
	.vus-pa-md-130 {
		padding: 8.125rem!important
	}
	.vus-pa-md-140 {
		padding: 8.75rem!important
	}
	.vus-pa-md-150 {
		padding: 9.375rem!important
	}
	.vus-pa-md-160 {
		padding: 10rem!important
	}
	.vus-pa-md-170 {
		padding: 10.625rem!important
	}
	.vus-pa-md-180 {
		padding: 11.25rem!important
	}
	.vus-pa-md-190 {
		padding: 11.875rem!important
	}
	.vus-pa-md-200 {
		padding: 12.5rem!important
	}
	.vus-pl-md-1 {
		padding-left: .0625rem!important
	}
	.vus-pt-md-1 {
		padding-top: .0625rem!important
	}
	.vus-pr-md-1 {
		padding-right: .0625rem!important
	}
	.vus-pb-md-1 {
		padding-bottom: .0625rem!important
	}
	.vus-pl-md-2 {
		padding-left: .125rem!important
	}
	.vus-pt-md-2 {
		padding-top: .125rem!important
	}
	.vus-pr-md-2 {
		padding-right: .125rem!important
	}
	.vus-pb-md-2 {
		padding-bottom: .125rem!important
	}
	.vus-pl-md-3 {
		padding-left: .1875rem!important
	}
	.vus-pt-md-3 {
		padding-top: .1875rem!important
	}
	.vus-pr-md-3 {
		padding-right: .1875rem!important
	}
	.vus-pb-md-3 {
		padding-bottom: .1875rem!important
	}
	.vus-pl-md-4 {
		padding-left: .25rem!important
	}
	.vus-pt-md-4 {
		padding-top: .25rem!important
	}
	.vus-pr-md-4 {
		padding-right: .25rem!important
	}
	.vus-pb-md-4 {
		padding-bottom: .25rem!important
	}
	.vus-pl-md-5 {
		padding-left: .3125rem!important
	}
	.vus-pt-md-5 {
		padding-top: .3125rem!important
	}
	.vus-pr-md-5 {
		padding-right: .3125rem!important
	}
	.vus-pb-md-5 {
		padding-bottom: .3125rem!important
	}
	.vus-pl-md-6 {
		padding-left: .375rem!important
	}
	.vus-pt-md-6 {
		padding-top: .375rem!important
	}
	.vus-pr-md-6 {
		padding-right: .375rem!important
	}
	.vus-pb-md-6 {
		padding-bottom: .375rem!important
	}
	.vus-pl-md-7 {
		padding-left: .4375rem!important
	}
	.vus-pt-md-7 {
		padding-top: .4375rem!important
	}
	.vus-pr-md-7 {
		padding-right: .4375rem!important
	}
	.vus-pb-md-7 {
		padding-bottom: .4375rem!important
	}
	.vus-pl-md-8 {
		padding-left: .5rem!important
	}
	.vus-pt-md-8 {
		padding-top: .5rem!important
	}
	.vus-pr-md-8 {
		padding-right: .5rem!important
	}
	.vus-pb-md-8 {
		padding-bottom: .5rem!important
	}
	.vus-pl-md-9 {
		padding-left: .5625rem!important
	}
	.vus-pt-md-9 {
		padding-top: .5625rem!important
	}
	.vus-pr-md-9 {
		padding-right: .5625rem!important
	}
	.vus-pb-md-9 {
		padding-bottom: .5625rem!important
	}
	.vus-pl-md-10 {
		padding-left: .625rem!important
	}
	.vus-pt-md-10 {
		padding-top: .625rem!important
	}
	.vus-pr-md-10 {
		padding-right: .625rem!important
	}
	.vus-pb-md-10 {
		padding-bottom: .625rem!important
	}
	.vus-pl-md-12 {
		padding-left: .75rem!important
	}
	.vus-pt-md-12 {
		padding-top: .75rem!important
	}
	.vus-pr-md-12 {
		padding-right: .75rem!important
	}
	.vus-pb-md-12 {
		padding-bottom: .75rem!important
	}
	.vus-pl-md-14 {
		padding-left: .875rem!important
	}
	.vus-pt-md-14 {
		padding-top: .875rem!important
	}
	.vus-pr-md-14 {
		padding-right: .875rem!important
	}
	.vus-pb-md-14 {
		padding-bottom: .875rem!important
	}
	.vus-pl-md-15 {
		padding-left: .9375rem!important
	}
	.vus-pt-md-15 {
		padding-top: .9375rem!important
	}
	.vus-pr-md-15 {
		padding-right: .9375rem!important
	}
	.vus-pb-md-15 {
		padding-bottom: .9375rem!important
	}
	.vus-pl-md-16 {
		padding-left: 1rem!important
	}
	.vus-pt-md-16 {
		padding-top: 1rem!important
	}
	.vus-pr-md-16 {
		padding-right: 1rem!important
	}
	.vus-pb-md-16 {
		padding-bottom: 1rem!important
	}
	.vus-pl-md-18 {
		padding-left: 1.125rem!important
	}
	.vus-pt-md-18 {
		padding-top: 1.125rem!important
	}
	.vus-pr-md-18 {
		padding-right: 1.125rem!important
	}
	.vus-pb-md-18 {
		padding-bottom: 1.125rem!important
	}
	.vus-pl-md-20 {
		padding-left: 1.25rem!important
	}
	.vus-pt-md-20 {
		padding-top: 1.25rem!important
	}
	.vus-pr-md-20 {
		padding-right: 1.25rem!important
	}
	.vus-pb-md-20 {
		padding-bottom: 1.25rem!important
	}
	.vus-pl-md-22 {
		padding-left: 1.375rem!important
	}
	.vus-pt-md-22 {
		padding-top: 1.375rem!important
	}
	.vus-pr-md-22 {
		padding-right: 1.375rem!important
	}
	.vus-pb-md-22 {
		padding-bottom: 1.375rem!important
	}
	.vus-pl-md-24 {
		padding-left: 1.5rem!important
	}
	.vus-pt-md-24 {
		padding-top: 1.5rem!important
	}
	.vus-pr-md-24 {
		padding-right: 1.5rem!important
	}
	.vus-pb-md-24 {
		padding-bottom: 1.5rem!important
	}
	.vus-pl-md-25 {
		padding-left: 1.5625rem!important
	}
	.vus-pt-md-25 {
		padding-top: 1.5625rem!important
	}
	.vus-pr-md-25 {
		padding-right: 1.5625rem!important
	}
	.vus-pb-md-25 {
		padding-bottom: 1.5625rem!important
	}
	.vus-pl-md-26 {
		padding-left: 1.625rem!important
	}
	.vus-pt-md-26 {
		padding-top: 1.625rem!important
	}
	.vus-pr-md-26 {
		padding-right: 1.625rem!important
	}
	.vus-pb-md-26 {
		padding-bottom: 1.625rem!important
	}
	.vus-pl-md-28 {
		padding-left: 1.75rem!important
	}
	.vus-pt-md-28 {
		padding-top: 1.75rem!important
	}
	.vus-pr-md-28 {
		padding-right: 1.75rem!important
	}
	.vus-pb-md-28 {
		padding-bottom: 1.75rem!important
	}
	.vus-pl-md-30 {
		padding-left: 1.875rem!important
	}
	.vus-pt-md-30 {
		padding-top: 1.875rem!important
	}
	.vus-pr-md-30 {
		padding-right: 1.875rem!important
	}
	.vus-pb-md-30 {
		padding-bottom: 1.875rem!important
	}
	.vus-pl-md-32 {
		padding-left: 2rem!important
	}
	.vus-pt-md-32 {
		padding-top: 2rem!important
	}
	.vus-pr-md-32 {
		padding-right: 2rem!important
	}
	.vus-pb-md-32 {
		padding-bottom: 2rem!important
	}
	.vus-pl-md-34 {
		padding-left: 2.125rem!important
	}
	.vus-pt-md-34 {
		padding-top: 2.125rem!important
	}
	.vus-pr-md-34 {
		padding-right: 2.125rem!important
	}
	.vus-pb-md-34 {
		padding-bottom: 2.125rem!important
	}
	.vus-pl-md-35 {
		padding-left: 2.1875rem!important
	}
	.vus-pt-md-35 {
		padding-top: 2.1875rem!important
	}
	.vus-pr-md-35 {
		padding-right: 2.1875rem!important
	}
	.vus-pb-md-35 {
		padding-bottom: 2.1875rem!important
	}
	.vus-pl-md-36 {
		padding-left: 2.25rem!important
	}
	.vus-pt-md-36 {
		padding-top: 2.25rem!important
	}
	.vus-pr-md-36 {
		padding-right: 2.25rem!important
	}
	.vus-pb-md-36 {
		padding-bottom: 2.25rem!important
	}
	.vus-pl-md-38 {
		padding-left: 2.375rem!important
	}
	.vus-pt-md-38 {
		padding-top: 2.375rem!important
	}
	.vus-pr-md-38 {
		padding-right: 2.375rem!important
	}
	.vus-pb-md-38 {
		padding-bottom: 2.375rem!important
	}
	.vus-pl-md-40 {
		padding-left: 2.5rem!important
	}
	.vus-pt-md-40 {
		padding-top: 2.5rem!important
	}
	.vus-pr-md-40 {
		padding-right: 2.5rem!important
	}
	.vus-pb-md-40 {
		padding-bottom: 2.5rem!important
	}
	.vus-pl-md-42 {
		padding-left: 2.625rem!important
	}
	.vus-pt-md-42 {
		padding-top: 2.625rem!important
	}
	.vus-pr-md-42 {
		padding-right: 2.625rem!important
	}
	.vus-pb-md-42 {
		padding-bottom: 2.625rem!important
	}
	.vus-pl-md-44 {
		padding-left: 2.75rem!important
	}
	.vus-pt-md-44 {
		padding-top: 2.75rem!important
	}
	.vus-pr-md-44 {
		padding-right: 2.75rem!important
	}
	.vus-pb-md-44 {
		padding-bottom: 2.75rem!important
	}
	.vus-pl-md-45 {
		padding-left: 2.8125rem!important
	}
	.vus-pt-md-45 {
		padding-top: 2.8125rem!important
	}
	.vus-pr-md-45 {
		padding-right: 2.8125rem!important
	}
	.vus-pb-md-45 {
		padding-bottom: 2.8125rem!important
	}
	.vus-pl-md-46 {
		padding-left: 2.875rem!important
	}
	.vus-pt-md-46 {
		padding-top: 2.875rem!important
	}
	.vus-pr-md-46 {
		padding-right: 2.875rem!important
	}
	.vus-pb-md-46 {
		padding-bottom: 2.875rem!important
	}
	.vus-pl-md-48 {
		padding-left: 3rem!important
	}
	.vus-pt-md-48 {
		padding-top: 3rem!important
	}
	.vus-pr-md-48 {
		padding-right: 3rem!important
	}
	.vus-pb-md-48 {
		padding-bottom: 3rem!important
	}
	.vus-pl-md-50 {
		padding-left: 3.125rem!important
	}
	.vus-pt-md-50 {
		padding-top: 3.125rem!important
	}
	.vus-pr-md-50 {
		padding-right: 3.125rem!important
	}
	.vus-pb-md-50 {
		padding-bottom: 3.125rem!important
	}
	.vus-pl-md-52 {
		padding-left: 3.25rem!important
	}
	.vus-pt-md-52 {
		padding-top: 3.25rem!important
	}
	.vus-pr-md-52 {
		padding-right: 3.25rem!important
	}
	.vus-pb-md-52 {
		padding-bottom: 3.25rem!important
	}
	.vus-pl-md-54 {
		padding-left: 3.375rem!important
	}
	.vus-pt-md-54 {
		padding-top: 3.375rem!important
	}
	.vus-pr-md-54 {
		padding-right: 3.375rem!important
	}
	.vus-pb-md-54 {
		padding-bottom: 3.375rem!important
	}
	.vus-pl-md-55 {
		padding-left: 3.4375rem!important
	}
	.vus-pt-md-55 {
		padding-top: 3.4375rem!important
	}
	.vus-pr-md-55 {
		padding-right: 3.4375rem!important
	}
	.vus-pb-md-55 {
		padding-bottom: 3.4375rem!important
	}
	.vus-pl-md-56 {
		padding-left: 3.5rem!important
	}
	.vus-pt-md-56 {
		padding-top: 3.5rem!important
	}
	.vus-pr-md-56 {
		padding-right: 3.5rem!important
	}
	.vus-pb-md-56 {
		padding-bottom: 3.5rem!important
	}
	.vus-pl-md-58 {
		padding-left: 3.625rem!important
	}
	.vus-pt-md-58 {
		padding-top: 3.625rem!important
	}
	.vus-pr-md-58 {
		padding-right: 3.625rem!important
	}
	.vus-pb-md-58 {
		padding-bottom: 3.625rem!important
	}
	.vus-pl-md-60 {
		padding-left: 3.75rem!important
	}
	.vus-pt-md-60 {
		padding-top: 3.75rem!important
	}
	.vus-pr-md-60 {
		padding-right: 3.75rem!important
	}
	.vus-pb-md-60 {
		padding-bottom: 3.75rem!important
	}
	.vus-pl-md-62 {
		padding-left: 3.875rem!important
	}
	.vus-pt-md-62 {
		padding-top: 3.875rem!important
	}
	.vus-pr-md-62 {
		padding-right: 3.875rem!important
	}
	.vus-pb-md-62 {
		padding-bottom: 3.875rem!important
	}
	.vus-pl-md-64 {
		padding-left: 4rem!important
	}
	.vus-pt-md-64 {
		padding-top: 4rem!important
	}
	.vus-pr-md-64 {
		padding-right: 4rem!important
	}
	.vus-pb-md-64 {
		padding-bottom: 4rem!important
	}
	.vus-pl-md-65 {
		padding-left: 4.0625rem!important
	}
	.vus-pt-md-65 {
		padding-top: 4.0625rem!important
	}
	.vus-pr-md-65 {
		padding-right: 4.0625rem!important
	}
	.vus-pb-md-65 {
		padding-bottom: 4.0625rem!important
	}
	.vus-pl-md-66 {
		padding-left: 4.125rem!important
	}
	.vus-pt-md-66 {
		padding-top: 4.125rem!important
	}
	.vus-pr-md-66 {
		padding-right: 4.125rem!important
	}
	.vus-pb-md-66 {
		padding-bottom: 4.125rem!important
	}
	.vus-pl-md-68 {
		padding-left: 4.25rem!important
	}
	.vus-pt-md-68 {
		padding-top: 4.25rem!important
	}
	.vus-pr-md-68 {
		padding-right: 4.25rem!important
	}
	.vus-pb-md-68 {
		padding-bottom: 4.25rem!important
	}
	.vus-pl-md-70 {
		padding-left: 4.375rem!important
	}
	.vus-pt-md-70 {
		padding-top: 4.375rem!important
	}
	.vus-pr-md-70 {
		padding-right: 4.375rem!important
	}
	.vus-pb-md-70 {
		padding-bottom: 4.375rem!important
	}
	.vus-pl-md-72 {
		padding-left: 4.5rem!important
	}
	.vus-pt-md-72 {
		padding-top: 4.5rem!important
	}
	.vus-pr-md-72 {
		padding-right: 4.5rem!important
	}
	.vus-pb-md-72 {
		padding-bottom: 4.5rem!important
	}
	.vus-pl-md-74 {
		padding-left: 4.625rem!important
	}
	.vus-pt-md-74 {
		padding-top: 4.625rem!important
	}
	.vus-pr-md-74 {
		padding-right: 4.625rem!important
	}
	.vus-pb-md-74 {
		padding-bottom: 4.625rem!important
	}
	.vus-pl-md-75 {
		padding-left: 4.6875rem!important
	}
	.vus-pt-md-75 {
		padding-top: 4.6875rem!important
	}
	.vus-pr-md-75 {
		padding-right: 4.6875rem!important
	}
	.vus-pb-md-75 {
		padding-bottom: 4.6875rem!important
	}
	.vus-pl-md-76 {
		padding-left: 4.75rem!important
	}
	.vus-pt-md-76 {
		padding-top: 4.75rem!important
	}
	.vus-pr-md-76 {
		padding-right: 4.75rem!important
	}
	.vus-pb-md-76 {
		padding-bottom: 4.75rem!important
	}
	.vus-pl-md-78 {
		padding-left: 4.875rem!important
	}
	.vus-pt-md-78 {
		padding-top: 4.875rem!important
	}
	.vus-pr-md-78 {
		padding-right: 4.875rem!important
	}
	.vus-pb-md-78 {
		padding-bottom: 4.875rem!important
	}
	.vus-pl-md-80 {
		padding-left: 5rem!important
	}
	.vus-pt-md-80 {
		padding-top: 5rem!important
	}
	.vus-pr-md-80 {
		padding-right: 5rem!important
	}
	.vus-pb-md-80 {
		padding-bottom: 5rem!important
	}
	.vus-pl-md-82 {
		padding-left: 5.125rem!important
	}
	.vus-pt-md-82 {
		padding-top: 5.125rem!important
	}
	.vus-pr-md-82 {
		padding-right: 5.125rem!important
	}
	.vus-pb-md-82 {
		padding-bottom: 5.125rem!important
	}
	.vus-pl-md-84 {
		padding-left: 5.25rem!important
	}
	.vus-pt-md-84 {
		padding-top: 5.25rem!important
	}
	.vus-pr-md-84 {
		padding-right: 5.25rem!important
	}
	.vus-pb-md-84 {
		padding-bottom: 5.25rem!important
	}
	.vus-pl-md-85 {
		padding-left: 5.3125rem!important
	}
	.vus-pt-md-85 {
		padding-top: 5.3125rem!important
	}
	.vus-pr-md-85 {
		padding-right: 5.3125rem!important
	}
	.vus-pb-md-85 {
		padding-bottom: 5.3125rem!important
	}
	.vus-pl-md-86 {
		padding-left: 5.375rem!important
	}
	.vus-pt-md-86 {
		padding-top: 5.375rem!important
	}
	.vus-pr-md-86 {
		padding-right: 5.375rem!important
	}
	.vus-pb-md-86 {
		padding-bottom: 5.375rem!important
	}
	.vus-pl-md-88 {
		padding-left: 5.5rem!important
	}
	.vus-pt-md-88 {
		padding-top: 5.5rem!important
	}
	.vus-pr-md-88 {
		padding-right: 5.5rem!important
	}
	.vus-pb-md-88 {
		padding-bottom: 5.5rem!important
	}
	.vus-pl-md-90 {
		padding-left: 5.625rem!important
	}
	.vus-pt-md-90 {
		padding-top: 5.625rem!important
	}
	.vus-pr-md-90 {
		padding-right: 5.625rem!important
	}
	.vus-pb-md-90 {
		padding-bottom: 5.625rem!important
	}
	.vus-pl-md-92 {
		padding-left: 5.75rem!important
	}
	.vus-pt-md-92 {
		padding-top: 5.75rem!important
	}
	.vus-pr-md-92 {
		padding-right: 5.75rem!important
	}
	.vus-pb-md-92 {
		padding-bottom: 5.75rem!important
	}
	.vus-pl-md-94 {
		padding-left: 5.875rem!important
	}
	.vus-pt-md-94 {
		padding-top: 5.875rem!important
	}
	.vus-pr-md-94 {
		padding-right: 5.875rem!important
	}
	.vus-pb-md-94 {
		padding-bottom: 5.875rem!important
	}
	.vus-pl-md-95 {
		padding-left: 5.9375rem!important
	}
	.vus-pt-md-95 {
		padding-top: 5.9375rem!important
	}
	.vus-pr-md-95 {
		padding-right: 5.9375rem!important
	}
	.vus-pb-md-95 {
		padding-bottom: 5.9375rem!important
	}
	.vus-pl-md-96 {
		padding-left: 6rem!important
	}
	.vus-pt-md-96 {
		padding-top: 6rem!important
	}
	.vus-pr-md-96 {
		padding-right: 6rem!important
	}
	.vus-pb-md-96 {
		padding-bottom: 6rem!important
	}
	.vus-pl-md-98 {
		padding-left: 6.125rem!important
	}
	.vus-pt-md-98 {
		padding-top: 6.125rem!important
	}
	.vus-pr-md-98 {
		padding-right: 6.125rem!important
	}
	.vus-pb-md-98 {
		padding-bottom: 6.125rem!important
	}
	.vus-pl-md-100 {
		padding-left: 6.25rem!important
	}
	.vus-pt-md-100 {
		padding-top: 6.25rem!important
	}
	.vus-pr-md-100 {
		padding-right: 6.25rem!important
	}
	.vus-pb-md-100 {
		padding-bottom: 6.25rem!important
	}
	.vus-pl-md-110 {
		padding-left: 6.875rem!important
	}
	.vus-pt-md-110 {
		padding-top: 6.875rem!important
	}
	.vus-pr-md-110 {
		padding-right: 6.875rem!important
	}
	.vus-pb-md-110 {
		padding-bottom: 6.875rem!important
	}
	.vus-pl-md-120 {
		padding-left: 7.5rem!important
	}
	.vus-pt-md-120 {
		padding-top: 7.5rem!important
	}
	.vus-pr-md-120 {
		padding-right: 7.5rem!important
	}
	.vus-pb-md-120 {
		padding-bottom: 7.5rem!important
	}
	.vus-pl-md-130 {
		padding-left: 8.125rem!important
	}
	.vus-pt-md-130 {
		padding-top: 8.125rem!important
	}
	.vus-pr-md-130 {
		padding-right: 8.125rem!important
	}
	.vus-pb-md-130 {
		padding-bottom: 8.125rem!important
	}
	.vus-pl-md-140 {
		padding-left: 8.75rem!important
	}
	.vus-pt-md-140 {
		padding-top: 8.75rem!important
	}
	.vus-pr-md-140 {
		padding-right: 8.75rem!important
	}
	.vus-pb-md-140 {
		padding-bottom: 8.75rem!important
	}
	.vus-pl-md-150 {
		padding-left: 9.375rem!important
	}
	.vus-pt-md-150 {
		padding-top: 9.375rem!important
	}
	.vus-pr-md-150 {
		padding-right: 9.375rem!important
	}
	.vus-pb-md-150 {
		padding-bottom: 9.375rem!important
	}
	.vus-pl-md-160 {
		padding-left: 10rem!important
	}
	.vus-pt-md-160 {
		padding-top: 10rem!important
	}
	.vus-pr-md-160 {
		padding-right: 10rem!important
	}
	.vus-pb-md-160 {
		padding-bottom: 10rem!important
	}
	.vus-pl-md-170 {
		padding-left: 10.625rem!important
	}
	.vus-pt-md-170 {
		padding-top: 10.625rem!important
	}
	.vus-pr-md-170 {
		padding-right: 10.625rem!important
	}
	.vus-pb-md-170 {
		padding-bottom: 10.625rem!important
	}
	.vus-pl-md-180 {
		padding-left: 11.25rem!important
	}
	.vus-pt-md-180 {
		padding-top: 11.25rem!important
	}
	.vus-pr-md-180 {
		padding-right: 11.25rem!important
	}
	.vus-pb-md-180 {
		padding-bottom: 11.25rem!important
	}
	.vus-pl-md-190 {
		padding-left: 11.875rem!important
	}
	.vus-pt-md-190 {
		padding-top: 11.875rem!important
	}
	.vus-pr-md-190 {
		padding-right: 11.875rem!important
	}
	.vus-pb-md-190 {
		padding-bottom: 11.875rem!important
	}
	.vus-pl-md-200 {
		padding-left: 12.5rem!important
	}
	.vus-pt-md-200 {
		padding-top: 12.5rem!important
	}
	.vus-pr-md-200 {
		padding-right: 12.5rem!important
	}
	.vus-pb-md-200 {
		padding-bottom: 12.5rem!important
	}
}

@media (min-width: 1280px) {
	.vus-pa-lg-1 {
		padding: .0625rem!important
	}
	.vus-pa-lg-2 {
		padding: .125rem!important
	}
	.vus-pa-lg-3 {
		padding: .1875rem!important
	}
	.vus-pa-lg-4 {
		padding: .25rem!important
	}
	.vus-pa-lg-5 {
		padding: .3125rem!important
	}
	.vus-pa-lg-6 {
		padding: .375rem!important
	}
	.vus-pa-lg-7 {
		padding: .4375rem!important
	}
	.vus-pa-lg-8 {
		padding: .5rem!important
	}
	.vus-pa-lg-9 {
		padding: .5625rem!important
	}
	.vus-pa-lg-10 {
		padding: .625rem!important
	}
	.vus-pa-lg-12 {
		padding: .75rem!important
	}
	.vus-pa-lg-14 {
		padding: .875rem!important
	}
	.vus-pa-lg-15 {
		padding: .9375rem!important
	}
	.vus-pa-lg-16 {
		padding: 1rem!important
	}
	.vus-pa-lg-18 {
		padding: 1.125rem!important
	}
	.vus-pa-lg-20 {
		padding: 1.25rem!important
	}
	.vus-pa-lg-22 {
		padding: 1.375rem!important
	}
	.vus-pa-lg-24 {
		padding: 1.5rem!important
	}
	.vus-pa-lg-25 {
		padding: 1.5625rem!important
	}
	.vus-pa-lg-26 {
		padding: 1.625rem!important
	}
	.vus-pa-lg-28 {
		padding: 1.75rem!important
	}
	.vus-pa-lg-30 {
		padding: 1.875rem!important
	}
	.vus-pa-lg-32 {
		padding: 2rem!important
	}
	.vus-pa-lg-34 {
		padding: 2.125rem!important
	}
	.vus-pa-lg-35 {
		padding: 2.1875rem!important
	}
	.vus-pa-lg-36 {
		padding: 2.25rem!important
	}
	.vus-pa-lg-38 {
		padding: 2.375rem!important
	}
	.vus-pa-lg-40 {
		padding: 2.5rem!important
	}
	.vus-pa-lg-42 {
		padding: 2.625rem!important
	}
	.vus-pa-lg-44 {
		padding: 2.75rem!important
	}
	.vus-pa-lg-45 {
		padding: 2.8125rem!important
	}
	.vus-pa-lg-46 {
		padding: 2.875rem!important
	}
	.vus-pa-lg-48 {
		padding: 3rem!important
	}
	.vus-pa-lg-50 {
		padding: 3.125rem!important
	}
	.vus-pa-lg-52 {
		padding: 3.25rem!important
	}
	.vus-pa-lg-54 {
		padding: 3.375rem!important
	}
	.vus-pa-lg-55 {
		padding: 3.4375rem!important
	}
	.vus-pa-lg-56 {
		padding: 3.5rem!important
	}
	.vus-pa-lg-58 {
		padding: 3.625rem!important
	}
	.vus-pa-lg-60 {
		padding: 3.75rem!important
	}
	.vus-pa-lg-62 {
		padding: 3.875rem!important
	}
	.vus-pa-lg-64 {
		padding: 4rem!important
	}
	.vus-pa-lg-65 {
		padding: 4.0625rem!important
	}
	.vus-pa-lg-66 {
		padding: 4.125rem!important
	}
	.vus-pa-lg-68 {
		padding: 4.25rem!important
	}
	.vus-pa-lg-70 {
		padding: 4.375rem!important
	}
	.vus-pa-lg-72 {
		padding: 4.5rem!important
	}
	.vus-pa-lg-74 {
		padding: 4.625rem!important
	}
	.vus-pa-lg-75 {
		padding: 4.6875rem!important
	}
	.vus-pa-lg-76 {
		padding: 4.75rem!important
	}
	.vus-pa-lg-78 {
		padding: 4.875rem!important
	}
	.vus-pa-lg-80 {
		padding: 5rem!important
	}
	.vus-pa-lg-82 {
		padding: 5.125rem!important
	}
	.vus-pa-lg-84 {
		padding: 5.25rem!important
	}
	.vus-pa-lg-85 {
		padding: 5.3125rem!important
	}
	.vus-pa-lg-86 {
		padding: 5.375rem!important
	}
	.vus-pa-lg-88 {
		padding: 5.5rem!important
	}
	.vus-pa-lg-90 {
		padding: 5.625rem!important
	}
	.vus-pa-lg-92 {
		padding: 5.75rem!important
	}
	.vus-pa-lg-94 {
		padding: 5.875rem!important
	}
	.vus-pa-lg-95 {
		padding: 5.9375rem!important
	}
	.vus-pa-lg-96 {
		padding: 6rem!important
	}
	.vus-pa-lg-98 {
		padding: 6.125rem!important
	}
	.vus-pa-lg-100 {
		padding: 6.25rem!important
	}
	.vus-pa-lg-110 {
		padding: 6.875rem!important
	}
	.vus-pa-lg-120 {
		padding: 7.5rem!important
	}
	.vus-pa-lg-130 {
		padding: 8.125rem!important
	}
	.vus-pa-lg-140 {
		padding: 8.75rem!important
	}
	.vus-pa-lg-150 {
		padding: 9.375rem!important
	}
	.vus-pa-lg-160 {
		padding: 10rem!important
	}
	.vus-pa-lg-170 {
		padding: 10.625rem!important
	}
	.vus-pa-lg-180 {
		padding: 11.25rem!important
	}
	.vus-pa-lg-190 {
		padding: 11.875rem!important
	}
	.vus-pa-lg-200 {
		padding: 12.5rem!important
	}
	.vus-pl-lg-1 {
		padding-left: .0625rem!important
	}
	.vus-pt-lg-1 {
		padding-top: .0625rem!important
	}
	.vus-pr-lg-1 {
		padding-right: .0625rem!important
	}
	.vus-pb-lg-1 {
		padding-bottom: .0625rem!important
	}
	.vus-pl-lg-2 {
		padding-left: .125rem!important
	}
	.vus-pt-lg-2 {
		padding-top: .125rem!important
	}
	.vus-pr-lg-2 {
		padding-right: .125rem!important
	}
	.vus-pb-lg-2 {
		padding-bottom: .125rem!important
	}
	.vus-pl-lg-3 {
		padding-left: .1875rem!important
	}
	.vus-pt-lg-3 {
		padding-top: .1875rem!important
	}
	.vus-pr-lg-3 {
		padding-right: .1875rem!important
	}
	.vus-pb-lg-3 {
		padding-bottom: .1875rem!important
	}
	.vus-pl-lg-4 {
		padding-left: .25rem!important
	}
	.vus-pt-lg-4 {
		padding-top: .25rem!important
	}
	.vus-pr-lg-4 {
		padding-right: .25rem!important
	}
	.vus-pb-lg-4 {
		padding-bottom: .25rem!important
	}
	.vus-pl-lg-5 {
		padding-left: .3125rem!important
	}
	.vus-pt-lg-5 {
		padding-top: .3125rem!important
	}
	.vus-pr-lg-5 {
		padding-right: .3125rem!important
	}
	.vus-pb-lg-5 {
		padding-bottom: .3125rem!important
	}
	.vus-pl-lg-6 {
		padding-left: .375rem!important
	}
	.vus-pt-lg-6 {
		padding-top: .375rem!important
	}
	.vus-pr-lg-6 {
		padding-right: .375rem!important
	}
	.vus-pb-lg-6 {
		padding-bottom: .375rem!important
	}
	.vus-pl-lg-7 {
		padding-left: .4375rem!important
	}
	.vus-pt-lg-7 {
		padding-top: .4375rem!important
	}
	.vus-pr-lg-7 {
		padding-right: .4375rem!important
	}
	.vus-pb-lg-7 {
		padding-bottom: .4375rem!important
	}
	.vus-pl-lg-8 {
		padding-left: .5rem!important
	}
	.vus-pt-lg-8 {
		padding-top: .5rem!important
	}
	.vus-pr-lg-8 {
		padding-right: .5rem!important
	}
	.vus-pb-lg-8 {
		padding-bottom: .5rem!important
	}
	.vus-pl-lg-9 {
		padding-left: .5625rem!important
	}
	.vus-pt-lg-9 {
		padding-top: .5625rem!important
	}
	.vus-pr-lg-9 {
		padding-right: .5625rem!important
	}
	.vus-pb-lg-9 {
		padding-bottom: .5625rem!important
	}
	.vus-pl-lg-10 {
		padding-left: .625rem!important
	}
	.vus-pt-lg-10 {
		padding-top: .625rem!important
	}
	.vus-pr-lg-10 {
		padding-right: .625rem!important
	}
	.vus-pb-lg-10 {
		padding-bottom: .625rem!important
	}
	.vus-pl-lg-12 {
		padding-left: .75rem!important
	}
	.vus-pt-lg-12 {
		padding-top: .75rem!important
	}
	.vus-pr-lg-12 {
		padding-right: .75rem!important
	}
	.vus-pb-lg-12 {
		padding-bottom: .75rem!important
	}
	.vus-pl-lg-14 {
		padding-left: .875rem!important
	}
	.vus-pt-lg-14 {
		padding-top: .875rem!important
	}
	.vus-pr-lg-14 {
		padding-right: .875rem!important
	}
	.vus-pb-lg-14 {
		padding-bottom: .875rem!important
	}
	.vus-pl-lg-15 {
		padding-left: .9375rem!important
	}
	.vus-pt-lg-15 {
		padding-top: .9375rem!important
	}
	.vus-pr-lg-15 {
		padding-right: .9375rem!important
	}
	.vus-pb-lg-15 {
		padding-bottom: .9375rem!important
	}
	.vus-pl-lg-16 {
		padding-left: 1rem!important
	}
	.vus-pt-lg-16 {
		padding-top: 1rem!important
	}
	.vus-pr-lg-16 {
		padding-right: 1rem!important
	}
	.vus-pb-lg-16 {
		padding-bottom: 1rem!important
	}
	.vus-pl-lg-18 {
		padding-left: 1.125rem!important
	}
	.vus-pt-lg-18 {
		padding-top: 1.125rem!important
	}
	.vus-pr-lg-18 {
		padding-right: 1.125rem!important
	}
	.vus-pb-lg-18 {
		padding-bottom: 1.125rem!important
	}
	.vus-pl-lg-20 {
		padding-left: 1.25rem!important
	}
	.vus-pt-lg-20 {
		padding-top: 1.25rem!important
	}
	.vus-pr-lg-20 {
		padding-right: 1.25rem!important
	}
	.vus-pb-lg-20 {
		padding-bottom: 1.25rem!important
	}
	.vus-pl-lg-22 {
		padding-left: 1.375rem!important
	}
	.vus-pt-lg-22 {
		padding-top: 1.375rem!important
	}
	.vus-pr-lg-22 {
		padding-right: 1.375rem!important
	}
	.vus-pb-lg-22 {
		padding-bottom: 1.375rem!important
	}
	.vus-pl-lg-24 {
		padding-left: 1.5rem!important
	}
	.vus-pt-lg-24 {
		padding-top: 1.5rem!important
	}
	.vus-pr-lg-24 {
		padding-right: 1.5rem!important
	}
	.vus-pb-lg-24 {
		padding-bottom: 1.5rem!important
	}
	.vus-pl-lg-25 {
		padding-left: 1.5625rem!important
	}
	.vus-pt-lg-25 {
		padding-top: 1.5625rem!important
	}
	.vus-pr-lg-25 {
		padding-right: 1.5625rem!important
	}
	.vus-pb-lg-25 {
		padding-bottom: 1.5625rem!important
	}
	.vus-pl-lg-26 {
		padding-left: 1.625rem!important
	}
	.vus-pt-lg-26 {
		padding-top: 1.625rem!important
	}
	.vus-pr-lg-26 {
		padding-right: 1.625rem!important
	}
	.vus-pb-lg-26 {
		padding-bottom: 1.625rem!important
	}
	.vus-pl-lg-28 {
		padding-left: 1.75rem!important
	}
	.vus-pt-lg-28 {
		padding-top: 1.75rem!important
	}
	.vus-pr-lg-28 {
		padding-right: 1.75rem!important
	}
	.vus-pb-lg-28 {
		padding-bottom: 1.75rem!important
	}
	.vus-pl-lg-30 {
		padding-left: 1.875rem!important
	}
	.vus-pt-lg-30 {
		padding-top: 1.875rem!important
	}
	.vus-pr-lg-30 {
		padding-right: 1.875rem!important
	}
	.vus-pb-lg-30 {
		padding-bottom: 1.875rem!important
	}
	.vus-pl-lg-32 {
		padding-left: 2rem!important
	}
	.vus-pt-lg-32 {
		padding-top: 2rem!important
	}
	.vus-pr-lg-32 {
		padding-right: 2rem!important
	}
	.vus-pb-lg-32 {
		padding-bottom: 2rem!important
	}
	.vus-pl-lg-34 {
		padding-left: 2.125rem!important
	}
	.vus-pt-lg-34 {
		padding-top: 2.125rem!important
	}
	.vus-pr-lg-34 {
		padding-right: 2.125rem!important
	}
	.vus-pb-lg-34 {
		padding-bottom: 2.125rem!important
	}
	.vus-pl-lg-35 {
		padding-left: 2.1875rem!important
	}
	.vus-pt-lg-35 {
		padding-top: 2.1875rem!important
	}
	.vus-pr-lg-35 {
		padding-right: 2.1875rem!important
	}
	.vus-pb-lg-35 {
		padding-bottom: 2.1875rem!important
	}
	.vus-pl-lg-36 {
		padding-left: 2.25rem!important
	}
	.vus-pt-lg-36 {
		padding-top: 2.25rem!important
	}
	.vus-pr-lg-36 {
		padding-right: 2.25rem!important
	}
	.vus-pb-lg-36 {
		padding-bottom: 2.25rem!important
	}
	.vus-pl-lg-38 {
		padding-left: 2.375rem!important
	}
	.vus-pt-lg-38 {
		padding-top: 2.375rem!important
	}
	.vus-pr-lg-38 {
		padding-right: 2.375rem!important
	}
	.vus-pb-lg-38 {
		padding-bottom: 2.375rem!important
	}
	.vus-pl-lg-40 {
		padding-left: 2.5rem!important
	}
	.vus-pt-lg-40 {
		padding-top: 2.5rem!important
	}
	.vus-pr-lg-40 {
		padding-right: 2.5rem!important
	}
	.vus-pb-lg-40 {
		padding-bottom: 2.5rem!important
	}
	.vus-pl-lg-42 {
		padding-left: 2.625rem!important
	}
	.vus-pt-lg-42 {
		padding-top: 2.625rem!important
	}
	.vus-pr-lg-42 {
		padding-right: 2.625rem!important
	}
	.vus-pb-lg-42 {
		padding-bottom: 2.625rem!important
	}
	.vus-pl-lg-44 {
		padding-left: 2.75rem!important
	}
	.vus-pt-lg-44 {
		padding-top: 2.75rem!important
	}
	.vus-pr-lg-44 {
		padding-right: 2.75rem!important
	}
	.vus-pb-lg-44 {
		padding-bottom: 2.75rem!important
	}
	.vus-pl-lg-45 {
		padding-left: 2.8125rem!important
	}
	.vus-pt-lg-45 {
		padding-top: 2.8125rem!important
	}
	.vus-pr-lg-45 {
		padding-right: 2.8125rem!important
	}
	.vus-pb-lg-45 {
		padding-bottom: 2.8125rem!important
	}
	.vus-pl-lg-46 {
		padding-left: 2.875rem!important
	}
	.vus-pt-lg-46 {
		padding-top: 2.875rem!important
	}
	.vus-pr-lg-46 {
		padding-right: 2.875rem!important
	}
	.vus-pb-lg-46 {
		padding-bottom: 2.875rem!important
	}
	.vus-pl-lg-48 {
		padding-left: 3rem!important
	}
	.vus-pt-lg-48 {
		padding-top: 3rem!important
	}
	.vus-pr-lg-48 {
		padding-right: 3rem!important
	}
	.vus-pb-lg-48 {
		padding-bottom: 3rem!important
	}
	.vus-pl-lg-50 {
		padding-left: 3.125rem!important
	}
	.vus-pt-lg-50 {
		padding-top: 3.125rem!important
	}
	.vus-pr-lg-50 {
		padding-right: 3.125rem!important
	}
	.vus-pb-lg-50 {
		padding-bottom: 3.125rem!important
	}
	.vus-pl-lg-52 {
		padding-left: 3.25rem!important
	}
	.vus-pt-lg-52 {
		padding-top: 3.25rem!important
	}
	.vus-pr-lg-52 {
		padding-right: 3.25rem!important
	}
	.vus-pb-lg-52 {
		padding-bottom: 3.25rem!important
	}
	.vus-pl-lg-54 {
		padding-left: 3.375rem!important
	}
	.vus-pt-lg-54 {
		padding-top: 3.375rem!important
	}
	.vus-pr-lg-54 {
		padding-right: 3.375rem!important
	}
	.vus-pb-lg-54 {
		padding-bottom: 3.375rem!important
	}
	.vus-pl-lg-55 {
		padding-left: 3.4375rem!important
	}
	.vus-pt-lg-55 {
		padding-top: 3.4375rem!important
	}
	.vus-pr-lg-55 {
		padding-right: 3.4375rem!important
	}
	.vus-pb-lg-55 {
		padding-bottom: 3.4375rem!important
	}
	.vus-pl-lg-56 {
		padding-left: 3.5rem!important
	}
	.vus-pt-lg-56 {
		padding-top: 3.5rem!important
	}
	.vus-pr-lg-56 {
		padding-right: 3.5rem!important
	}
	.vus-pb-lg-56 {
		padding-bottom: 3.5rem!important
	}
	.vus-pl-lg-58 {
		padding-left: 3.625rem!important
	}
	.vus-pt-lg-58 {
		padding-top: 3.625rem!important
	}
	.vus-pr-lg-58 {
		padding-right: 3.625rem!important
	}
	.vus-pb-lg-58 {
		padding-bottom: 3.625rem!important
	}
	.vus-pl-lg-60 {
		padding-left: 3.75rem!important
	}
	.vus-pt-lg-60 {
		padding-top: 3.75rem!important
	}
	.vus-pr-lg-60 {
		padding-right: 3.75rem!important
	}
	.vus-pb-lg-60 {
		padding-bottom: 3.75rem!important
	}
	.vus-pl-lg-62 {
		padding-left: 3.875rem!important
	}
	.vus-pt-lg-62 {
		padding-top: 3.875rem!important
	}
	.vus-pr-lg-62 {
		padding-right: 3.875rem!important
	}
	.vus-pb-lg-62 {
		padding-bottom: 3.875rem!important
	}
	.vus-pl-lg-64 {
		padding-left: 4rem!important
	}
	.vus-pt-lg-64 {
		padding-top: 4rem!important
	}
	.vus-pr-lg-64 {
		padding-right: 4rem!important
	}
	.vus-pb-lg-64 {
		padding-bottom: 4rem!important
	}
	.vus-pl-lg-65 {
		padding-left: 4.0625rem!important
	}
	.vus-pt-lg-65 {
		padding-top: 4.0625rem!important
	}
	.vus-pr-lg-65 {
		padding-right: 4.0625rem!important
	}
	.vus-pb-lg-65 {
		padding-bottom: 4.0625rem!important
	}
	.vus-pl-lg-66 {
		padding-left: 4.125rem!important
	}
	.vus-pt-lg-66 {
		padding-top: 4.125rem!important
	}
	.vus-pr-lg-66 {
		padding-right: 4.125rem!important
	}
	.vus-pb-lg-66 {
		padding-bottom: 4.125rem!important
	}
	.vus-pl-lg-68 {
		padding-left: 4.25rem!important
	}
	.vus-pt-lg-68 {
		padding-top: 4.25rem!important
	}
	.vus-pr-lg-68 {
		padding-right: 4.25rem!important
	}
	.vus-pb-lg-68 {
		padding-bottom: 4.25rem!important
	}
	.vus-pl-lg-70 {
		padding-left: 4.375rem!important
	}
	.vus-pt-lg-70 {
		padding-top: 4.375rem!important
	}
	.vus-pr-lg-70 {
		padding-right: 4.375rem!important
	}
	.vus-pb-lg-70 {
		padding-bottom: 4.375rem!important
	}
	.vus-pl-lg-72 {
		padding-left: 4.5rem!important
	}
	.vus-pt-lg-72 {
		padding-top: 4.5rem!important
	}
	.vus-pr-lg-72 {
		padding-right: 4.5rem!important
	}
	.vus-pb-lg-72 {
		padding-bottom: 4.5rem!important
	}
	.vus-pl-lg-74 {
		padding-left: 4.625rem!important
	}
	.vus-pt-lg-74 {
		padding-top: 4.625rem!important
	}
	.vus-pr-lg-74 {
		padding-right: 4.625rem!important
	}
	.vus-pb-lg-74 {
		padding-bottom: 4.625rem!important
	}
	.vus-pl-lg-75 {
		padding-left: 4.6875rem!important
	}
	.vus-pt-lg-75 {
		padding-top: 4.6875rem!important
	}
	.vus-pr-lg-75 {
		padding-right: 4.6875rem!important
	}
	.vus-pb-lg-75 {
		padding-bottom: 4.6875rem!important
	}
	.vus-pl-lg-76 {
		padding-left: 4.75rem!important
	}
	.vus-pt-lg-76 {
		padding-top: 4.75rem!important
	}
	.vus-pr-lg-76 {
		padding-right: 4.75rem!important
	}
	.vus-pb-lg-76 {
		padding-bottom: 4.75rem!important
	}
	.vus-pl-lg-78 {
		padding-left: 4.875rem!important
	}
	.vus-pt-lg-78 {
		padding-top: 4.875rem!important
	}
	.vus-pr-lg-78 {
		padding-right: 4.875rem!important
	}
	.vus-pb-lg-78 {
		padding-bottom: 4.875rem!important
	}
	.vus-pl-lg-80 {
		padding-left: 5rem!important
	}
	.vus-pt-lg-80 {
		padding-top: 5rem!important
	}
	.vus-pr-lg-80 {
		padding-right: 5rem!important
	}
	.vus-pb-lg-80 {
		padding-bottom: 5rem!important
	}
	.vus-pl-lg-82 {
		padding-left: 5.125rem!important
	}
	.vus-pt-lg-82 {
		padding-top: 5.125rem!important
	}
	.vus-pr-lg-82 {
		padding-right: 5.125rem!important
	}
	.vus-pb-lg-82 {
		padding-bottom: 5.125rem!important
	}
	.vus-pl-lg-84 {
		padding-left: 5.25rem!important
	}
	.vus-pt-lg-84 {
		padding-top: 5.25rem!important
	}
	.vus-pr-lg-84 {
		padding-right: 5.25rem!important
	}
	.vus-pb-lg-84 {
		padding-bottom: 5.25rem!important
	}
	.vus-pl-lg-85 {
		padding-left: 5.3125rem!important
	}
	.vus-pt-lg-85 {
		padding-top: 5.3125rem!important
	}
	.vus-pr-lg-85 {
		padding-right: 5.3125rem!important
	}
	.vus-pb-lg-85 {
		padding-bottom: 5.3125rem!important
	}
	.vus-pl-lg-86 {
		padding-left: 5.375rem!important
	}
	.vus-pt-lg-86 {
		padding-top: 5.375rem!important
	}
	.vus-pr-lg-86 {
		padding-right: 5.375rem!important
	}
	.vus-pb-lg-86 {
		padding-bottom: 5.375rem!important
	}
	.vus-pl-lg-88 {
		padding-left: 5.5rem!important
	}
	.vus-pt-lg-88 {
		padding-top: 5.5rem!important
	}
	.vus-pr-lg-88 {
		padding-right: 5.5rem!important
	}
	.vus-pb-lg-88 {
		padding-bottom: 5.5rem!important
	}
	.vus-pl-lg-90 {
		padding-left: 5.625rem!important
	}
	.vus-pt-lg-90 {
		padding-top: 5.625rem!important
	}
	.vus-pr-lg-90 {
		padding-right: 5.625rem!important
	}
	.vus-pb-lg-90 {
		padding-bottom: 5.625rem!important
	}
	.vus-pl-lg-92 {
		padding-left: 5.75rem!important
	}
	.vus-pt-lg-92 {
		padding-top: 5.75rem!important
	}
	.vus-pr-lg-92 {
		padding-right: 5.75rem!important
	}
	.vus-pb-lg-92 {
		padding-bottom: 5.75rem!important
	}
	.vus-pl-lg-94 {
		padding-left: 5.875rem!important
	}
	.vus-pt-lg-94 {
		padding-top: 5.875rem!important
	}
	.vus-pr-lg-94 {
		padding-right: 5.875rem!important
	}
	.vus-pb-lg-94 {
		padding-bottom: 5.875rem!important
	}
	.vus-pl-lg-95 {
		padding-left: 5.9375rem!important
	}
	.vus-pt-lg-95 {
		padding-top: 5.9375rem!important
	}
	.vus-pr-lg-95 {
		padding-right: 5.9375rem!important
	}
	.vus-pb-lg-95 {
		padding-bottom: 5.9375rem!important
	}
	.vus-pl-lg-96 {
		padding-left: 6rem!important
	}
	.vus-pt-lg-96 {
		padding-top: 6rem!important
	}
	.vus-pr-lg-96 {
		padding-right: 6rem!important
	}
	.vus-pb-lg-96 {
		padding-bottom: 6rem!important
	}
	.vus-pl-lg-98 {
		padding-left: 6.125rem!important
	}
	.vus-pt-lg-98 {
		padding-top: 6.125rem!important
	}
	.vus-pr-lg-98 {
		padding-right: 6.125rem!important
	}
	.vus-pb-lg-98 {
		padding-bottom: 6.125rem!important
	}
	.vus-pl-lg-100 {
		padding-left: 6.25rem!important
	}
	.vus-pt-lg-100 {
		padding-top: 6.25rem!important
	}
	.vus-pr-lg-100 {
		padding-right: 6.25rem!important
	}
	.vus-pb-lg-100 {
		padding-bottom: 6.25rem!important
	}
	.vus-pl-lg-110 {
		padding-left: 6.875rem!important
	}
	.vus-pt-lg-110 {
		padding-top: 6.875rem!important
	}
	.vus-pr-lg-110 {
		padding-right: 6.875rem!important
	}
	.vus-pb-lg-110 {
		padding-bottom: 6.875rem!important
	}
	.vus-pl-lg-120 {
		padding-left: 7.5rem!important
	}
	.vus-pt-lg-120 {
		padding-top: 7.5rem!important
	}
	.vus-pr-lg-120 {
		padding-right: 7.5rem!important
	}
	.vus-pb-lg-120 {
		padding-bottom: 7.5rem!important
	}
	.vus-pl-lg-130 {
		padding-left: 8.125rem!important
	}
	.vus-pt-lg-130 {
		padding-top: 8.125rem!important
	}
	.vus-pr-lg-130 {
		padding-right: 8.125rem!important
	}
	.vus-pb-lg-130 {
		padding-bottom: 8.125rem!important
	}
	.vus-pl-lg-140 {
		padding-left: 8.75rem!important
	}
	.vus-pt-lg-140 {
		padding-top: 8.75rem!important
	}
	.vus-pr-lg-140 {
		padding-right: 8.75rem!important
	}
	.vus-pb-lg-140 {
		padding-bottom: 8.75rem!important
	}
	.vus-pl-lg-150 {
		padding-left: 9.375rem!important
	}
	.vus-pt-lg-150 {
		padding-top: 9.375rem!important
	}
	.vus-pr-lg-150 {
		padding-right: 9.375rem!important
	}
	.vus-pb-lg-150 {
		padding-bottom: 9.375rem!important
	}
	.vus-pl-lg-160 {
		padding-left: 10rem!important
	}
	.vus-pt-lg-160 {
		padding-top: 10rem!important
	}
	.vus-pr-lg-160 {
		padding-right: 10rem!important
	}
	.vus-pb-lg-160 {
		padding-bottom: 10rem!important
	}
	.vus-pl-lg-170 {
		padding-left: 10.625rem!important
	}
	.vus-pt-lg-170 {
		padding-top: 10.625rem!important
	}
	.vus-pr-lg-170 {
		padding-right: 10.625rem!important
	}
	.vus-pb-lg-170 {
		padding-bottom: 10.625rem!important
	}
	.vus-pl-lg-180 {
		padding-left: 11.25rem!important
	}
	.vus-pt-lg-180 {
		padding-top: 11.25rem!important
	}
	.vus-pr-lg-180 {
		padding-right: 11.25rem!important
	}
	.vus-pb-lg-180 {
		padding-bottom: 11.25rem!important
	}
	.vus-pl-lg-190 {
		padding-left: 11.875rem!important
	}
	.vus-pt-lg-190 {
		padding-top: 11.875rem!important
	}
	.vus-pr-lg-190 {
		padding-right: 11.875rem!important
	}
	.vus-pb-lg-190 {
		padding-bottom: 11.875rem!important
	}
	.vus-pl-lg-200 {
		padding-left: 12.5rem!important
	}
	.vus-pt-lg-200 {
		padding-top: 12.5rem!important
	}
	.vus-pr-lg-200 {
		padding-right: 12.5rem!important
	}
	.vus-pb-lg-200 {
		padding-bottom: 12.5rem!important
	}
}

.vus-fs-10 {
	font-size: .625rem!important
}

.vus-fs-12 {
	font-size: .75rem!important
}

.vus-fs-13 {
	font-size: .8125rem!important
}

.vus-fs-14 {
	font-size: .875rem!important
}

.vus-fs-16 {
	font-size: 1rem!important
}

.vus-fs-18 {
	font-size: 1.125rem!important
}

.vus-fs-20 {
	font-size: 1.25rem!important
}

.vus-fs-22 {
	font-size: 1.375rem!important
}

.vus-fs-24 {
	font-size: 1.5rem!important
}

.vus-fs-26 {
	font-size: 1.625rem!important
}

.vus-fs-28 {
	font-size: 1.75rem!important
}

.vus-fs-30 {
	font-size: 1.875rem!important
}

.vus-fs-32 {
	font-size: 2rem!important
}

.vus-fs-34 {
	font-size: 2.125rem!important
}

.vus-fs-36 {
	font-size: 2.25rem!important
}

.vus-fs-38 {
	font-size: 2.375rem!important
}

.vus-fs-40 {
	font-size: 2.5rem!important
}

.vus-fs-42 {
	font-size: 2.625rem!important
}

.vus-fs-44 {
	font-size: 2.75rem!important
}

.vus-fs-46 {
	font-size: 2.875rem!important
}

.vus-fs-48 {
	font-size: 3rem!important
}

.vus-fs-50 {
	font-size: 3.125rem!important
}

.vus-fs-52 {
	font-size: 3.25rem!important
}

.vus-fs-54 {
	font-size: 3.375rem!important
}

.vus-fs-56 {
	font-size: 3.5rem!important
}

.vus-fs-58 {
	font-size: 3.625rem!important
}

.vus-fs-60 {
	font-size: 3.75rem!important
}

.vus-fs-62 {
	font-size: 3.875rem!important
}

.vus-fs-64 {
	font-size: 4rem!important
}

.vus-fs-66 {
	font-size: 4.125rem!important
}

.vus-fs-68 {
	font-size: 4.25rem!important
}

.vus-fs-70 {
	font-size: 4.375rem!important
}

.vus-fs-72 {
	font-size: 4.5rem!important
}

.vus-fs-74 {
	font-size: 4.625rem!important
}

.vus-fs-76 {
	font-size: 4.75rem!important
}

.vus-fs-78 {
	font-size: 4.875rem!important
}

.vus-fs-80 {
	font-size: 5rem!important
}

.vus-fs-82 {
	font-size: 5.125rem!important
}

.vus-fs-84 {
	font-size: 5.25rem!important
}

.vus-fs-86 {
	font-size: 5.375rem!important
}

.vus-fs-88 {
	font-size: 5.5rem!important
}

.vus-fs-90 {
	font-size: 5.625rem!important
}

.vus-fs-92 {
	font-size: 5.75rem!important
}

.vus-fs-94 {
	font-size: 5.875rem!important
}

.vus-fs-96 {
	font-size: 6rem!important
}

.vus-fs-98 {
	font-size: 6.125rem!important
}

.vus-fs-100 {
	font-size: 6.25rem!important
}

.vus-trans {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease
}

.vus-trans.fast {
	transition-duration: .25s
}

.vus-trans.slow {
	transition-duration: 1s
}

.vus-trans.linear {
	transition-timing-function: linear
}

.vus-trans.ease-in {
	transition-timing-function: ease-in
}

.vus-trans.ease-out {
	transition-timing-function: ease-out
}

.vus-trans.ease-in-out {
	transition-timing-function: ease-in-out
}

.vus-anim {
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-fill-mode: both
}

.vus-anim.fast {
	animation-duration: .15s
}

.vus-anim.slow {
	animation-duration: 1.2s
}

.vus-anim.linear {
	animation-timing-function: linear
}

.vus-anim.ease {
	animation-timing-function: ease
}

.vus-anim.ease-in {
	animation-timing-function: ease-in
}

.vus-anim.ease-in-out {
	animation-timing-function: ease-in-out
}

.vus-anim.infinite {
	animation-iteration-count: infinite
}

.vus-anim.spin {
	animation: VusSpin 1.5s infinite linear
}

.vus-anim.spin-pulse {
	animation: VusSpin 1.5s infinite steps(16)
}

.vus-anim.flash {
	animation-name: vusFlash
}

.vus-anim.fade-in {
	animation-name: VusFadeIn
}

.vus-anim.fade-out {
	animation-name: VusFadeOut
}

.vus-anim.up-slide-in {
	animation-name: VusUpSlideIn
}

.vus-anim.up-slide-out {
	animation-name: VusUpSlideOut
}

.vus-anim.up-min-slide-in {
	animation-name: VusUpMinSlideIn
}

.vus-anim.up-min-slide-out {
	animation-name: VusUpMinSlideOut
}

.vus-anim.down-slide-in {
	animation-name: VusDownSlideIn
}

.vus-anim.down-slide-out {
	animation-name: VusDownSlideOut
}

.vus-anim.down-min-slide-in {
	animation-name: VusDownMinSlideIn
}

.vus-anim.down-min-slide-out {
	animation-name: VusDownMinSlideOut
}

.vus-anim.left-slide-in {
	animation-name: VusLeftSlideIn
}

.vus-anim.left-slide-out {
	animation-name: VusLeftSlideOut
}

.vus-anim.right-slide-in {
	animation-name: VusRightSlideIn
}

.vus-anim.right-slide-out {
	animation-name: VusRightSlideOut
}

.vus-anim.min-zoom-in {
	animation-name: VusMinZoomIn
}

.vus-anim.min-zoom-out {
	animation-name: VusMinZoomOut
}

.vus-anim.max-zoom-in {
	animation-name: VusMaxZoomIn
}

.vus-anim.max-zoom-out {
	animation-name: VusMaxZoomOut
}

.vus-anim.up-zoom-in {
	animation-name: VusUpZoomIn
}

.vus-anim.down-zoom-in {
	animation-name: VusDownZoomIn
}

.vus-anim.left-zoom-in {
	animation-name: VusLeftZoomIn
}

.vus-anim.right-zoom-in {
	animation-name: VusRightZoomIn
}

.vus-anim.flip {
	animation-name: VusFlip;
	backface-visibility: visible
}

.vus-anim.shake {
	animation-name: VusShake
}

.vus-anim.bounce {
	animation-name: VusBounce;
	transform-origin: center bottom
}

.vus-anim.left-bounce-in {
	animation-name: VusLeftBounceIn
}

.vus-anim.left-bounce-out {
	animation-name: VusBounceOutLeft
}

.vus-anim.right-bounce-in {
	animation-name: VusRightBounceIn
}

.vus-anim.right-bounce-out {
	animation-name: VusRightBounceOut
}

.vus-anim.rubber-band {
	animation-name: VusRubberBand
}

@keyframes VusSpin {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

@keyframes vusFlash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes VusFadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes VusFadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes VusUpSlideIn {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusUpSlideOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes VusUpMinSlideIn {
	0% {
		opacity: 0;
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusUpMinSlideOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, 20px, 0)
	}
}

@keyframes VusDownSlideIn {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusDownSlideOut {
	0% {
		opacity: 1;
		transform: none
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes VusDownMinSlideIn {
	0% {
		opacity: 0;
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusDownMinSlideOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, -20px, 0)
	}
}

@keyframes VusLeftSlideIn {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusLeftSlideOut {
	0% {
		opacity: 1;
		transform: none
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes VusRightSlideIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusRightSlideOut {
	0% {
		opacity: 1;
		transform: none
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes VusMinZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 1
	}
}

@keyframes VusMinZoomOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes VusMaxZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes VusMaxZoomOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: scale3d(1.2, 1.2, 1.2)
	}
}

@keyframes VusUpZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
	to {
		transform: none
	}
}

@keyframes VusDownZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
	to {
		transform: none
	}
}

@keyframes VusLeftZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
	to {
		transform: none
	}
}

@keyframes VusRightZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
	to {
		transform: none
	}
}

@keyframes VusFlip {
	0% {
		transform: perspective(600px) rotateY(-360deg);
		animation-timing-function: ease-out
	}
	40% {
		transform: perspective(600px) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out
	}
	50% {
		transform: perspective(600px) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in
	}
	80% {
		transform: perspective(600px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in
	}
	to {
		transform: perspective(600px);
		animation-timing-function: ease-in
	}
}

@keyframes VusShake {
	0%,
	to {
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes VusBounce {
	0%,
	20%,
	53%,
	80%,
	to {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}
	40%,
	43% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes VusLeftBounceIn {
	0%,
	60%,
	75%,
	90%,
	to {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}

@keyframes VusBounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes VusRightBounceIn {
	0%,
	60%,
	75%,
	90%,
	to {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

@keyframes VusRightBounceOut {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes VusRubberBand {
	0% {
		transform: scaleZ(1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
	to {
		transform: scaleZ(1)
	}
}