body,
html {
	overflow-x: hidden
}

body:has(.sticky),
html:has(.sticky) {
	height: 100%
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

#__layout {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-family: Avenir, Helvetica, Arial, sans-serif;
	text-align: center
}

.flex {
	display: flex
}

img {
	-o-object-fit: contain;
	object-fit: contain
}

.display-inline-b {
	display: inline-block
}

.flex-1 {
	flex: 1
}

.font-bold {
	font-weight: 700
}

.font-bolder {
	font-weight: bolder
}

.font-400 {
	font-weight: 400
}

.font-500 {
	font-weight: 500
}

.font-600 {
	font-weight: 600
}

.font-700 {
	font-weight: 700
}

.overflow-hidden {
	overflow: hidden
}

.overflow-auto {
	overflow: auto
}

.cursor-pointer {
	cursor: pointer
}

.flex-shrink-0 {
	flex-shrink: 0
}

.text-line {
	-webkit-text-decoration: line-through;
	text-decoration: line-through
}

.border-none {
	border: 0
}

.box-sizing-border {
	box-sizing: border-box
}

.box-sizing-content {
	box-sizing: content-box
}

.word-normal {
	word-break: normal
}

.word-break-all {
	word-break: break-all
}

.word-break-word {
	word-break: break-word
}

.word-keep-all {
	word-break: keep-all
}

.col-1 {
	width: 8.3333333333% !important
}

.col-2 {
	width: 16.6666666667% !important
}

.col-3 {
	width: 25% !important
}

.col-4 {
	width: 33.3333333333% !important
}

.col-5 {
	width: 41.6666666667% !important
}

.col-6 {
	width: 50% !important
}

.col-7 {
	width: 58.3333333333% !important
}

.col-8 {
	width: 66.6666666667% !important
}

.col-9 {
	width: 75% !important
}

.col-10 {
	width: 83.3333333333% !important
}

.col-11 {
	width: 91.6666666667% !important
}

.col-12 {
	width: 100% !important
}

.flex-just-start {
	justify-content: start
}

.flex-just-center {
	justify-content: center
}

.flex-just-end {
	justify-content: end
}

.flex-just-space-between {
	justify-content: space-between
}

.flex-just-flex-start {
	justify-content: flex-start
}

.flex-just-flex-end {
	justify-content: flex-end
}

.flex-just-space-around {
	justify-content: space-around
}

.flex-just-left {
	justify-content: left
}

.flex-just-right {
	justify-content: right
}

.flex-dire-column {
	flex-direction: column
}

.flex-dire-row {
	flex-direction: row
}

.flex-dire-column-reverse {
	flex-direction: column-reverse
}

.flex-dire-row-reverse {
	flex-direction: row-reverse
}

.flex-align-start {
	align-items: start
}

.flex-align-center {
	align-items: center
}

.flex-align-end {
	align-items: end
}

.flex-align-baseline {
	align-items: baseline
}

.flex-wrap-wrap {
	flex-wrap: wrap
}

.flex-wrap-nowrap {
	flex-wrap: nowrap
}

.flex-wrap-wrap-reverse {
	flex-wrap: wrap-reverse
}

.font-color-000 {
	color: #000 !important
}

.font-color-ff0000 {
	color: red !important
}

.font-color-fff {
	color: #fff !important
}

.font-color-888 {
	color: #888 !important
}

.font-color-999 {
	color: #999 !important
}

.font-color-090909 {
	color: #090909 !important
}

.font-color-333 {
	color: #333 !important
}

.font-color-444 {
	color: #444 !important
}

.font-color-666 {
	color: #666 !important
}

.font-color-020202 {
	color: #020202 !important
}

.font-color-212529 {
	color: #212529 !important
}

.font-color-a6885f {
	color: #a6885f !important
}

.font-color-a68a62 {
	color: #a68a62 !important
}

.font-color-6c594d {
	color: #6c594d !important
}

.font-color-777 {
	color: #777 !important
}

.font-color-bd0f11 {
	color: #bd0f11 !important
}

.font-color-b77200 {
	color: #b77200 !important
}

.font-color-e00000 {
	color: #e00000 !important
}

.font-color-e40b0b {
	color: #e40b0b !important
}

.font-color-aaa {
	color: #aaa !important
}

.font-color-4bbdb6 {
	color: #4bbdb6 !important
}

.font-color-787878 {
	color: #787878 !important
}

.font-color-f53348 {
	color: #f53348 !important
}

.font-color-2c3e50 {
	color: #2c3e50 !important
}

.font-color-c74060 {
	color: #c74060 !important
}

.font-color-fb7813 {
	color: #fb7813 !important
}

.font-color-859bd4 {
	color: #859bd4 !important
}

.font-color-929292 {
	color: #929292 !important
}

.font-color-e40681 {
	color: #e40681 !important
}

.font-color-c9161e {
	color: #c9161e !important
}

.font-color-f02 {
	color: #f02 !important
}

.font-color-0d6a00 {
	color: #0d6a00 !important
}

.font-color-e02020 {
	color: #e02020 !important
}

.font-color-d20000 {
	color: #d20000 !important
}

.font-color-fa63ad {
	color: #fa63ad !important
}

.font-color-ea4ca3 {
	color: #ea4ca3 !important
}

.font-color-B84A61 {
	color: #b84a61 !important
}

.font-color-EEEEEE {
	color: #eee !important
}

.font-color-333333 {
	color: #333 !important
}

.font-color-3f56d9 {
	color: #3f56d9 !important
}

.font-color-666666 {
	color: #666 !important
}

.font-color-00923f {
	color: #00923f !important
}

.font-color-222 {
	color: #222 !important
}

.font-color-ef3f52 {
	color: #ef3f52 !important
}

.font-color-337ab7 {
	color: #337ab7 !important
}

.font-color-fbdbbb {
	color: #fbdbbb !important
}

.font-color-dc5103 {
	color: #dc5103 !important
}

.font-color-FF4D4F {
	color: #ff4d4f !important
}

.font-color-52C41A {
	color: #52c41a !important
}

.font-color-E6A23C {
	color: #e6a23c !important
}

.font-color-b2b2b2 {
	color: #b2b2b2 !important
}

.font-color-f4e1a0 {
	color: #f4e1a0 !important
}

.font-color-A4A4A4 {
	color: #a4a4a4 !important
}

.font-color-E6E8EC {
	color: #e6e8ec !important
}

.font-color-795548 {
	color: #795548 !important
}

.font-color-ee0a24 {
	color: #ee0a24 !important
}

.font-color-a3a3a3 {
	color: #a3a3a3 !important
}

.font-color-969799 {
	color: #969799 !important
}

.font-color-f51111 {
	color: #f51111 !important
}

.font-color-ffba53 {
	color: #ffba53 !important
}

.font-color-01bb00 {
	color: #01bb00 !important
}

.font-color-d00219 {
	color: #d00219 !important
}

.font-color-dc2626 {
	color: #dc2626 !important
}

.font-color-6b7280 {
	color: #6b7280 !important
}

.font-color-1f1f1f {
	color: #1f1f1f !important
}

.font-color-7d7d85 {
	color: #7d7d85 !important
}

.font-color-494953 {
	color: #494953 !important
}

.font-color-121212 {
	color: #121212 !important
}

.font-color-ea2d21 {
	color: #ea2d21 !important
}

.font-color-b0b0bd {
	color: #b0b0bd !important
}

.font-color-ff8408 {
	color: #ff8408 !important
}

.font-color-e31a07 {
	color: #e31a07 !important
}

.font-color-969090 {
	color: #969090 !important
}

.font-color-ff8f63 {
	color: #ff8f63 !important
}

.font-color-737b86 {
	color: #737b86 !important
}

.font-color-5f6061 {
	color: #5f6061 !important
}

.font-color-1d6ec1 {
	color: #1d6ec1 !important
}

.font-color-3dbd00 {
	color: #3dbd00 !important
}

.font-color-f9bf3b {
	color: #f9bf3b !important
}

.font-color-ca232c {
	color: #ca232c !important
}

.font-color-99a0a7 {
	color: #99a0a7 !important
}

.font-color-d70000 {
	color: #d70000 !important
}

.font-color-00ac00 {
	color: #00ac00 !important
}

.font-color-232f3e {
	color: #232f3e !important
}

.font-color-8e8e8e {
	color: #8e8e8e !important
}

.bg-color-000 {
	background-color: #000 !important
}

.bg-color-ff0000 {
	background-color: red !important
}

.bg-color-ccc {
	background-color: #ccc !important
}

.bg-color-ddd {
	background-color: #ddd !important
}

.bg-color-d20000 {
	background-color: #d20000 !important
}

.bg-color-f5f5f5 {
	background-color: #f5f5f5 !important
}

.bg-color-ffc8c833 {
	background-color: hsla(0, 100%, 89%, .2) !important
}

.bg-color-00c300 {
	background-color: #00c300 !important
}

.bg-color-f1f1f1 {
	background-color: #f1f1f1 !important
}

.bg-color-e30 {
	background-color: #e30 !important
}

.bg-color-f60 {
	background-color: #f60 !important
}

.bg-color-020202 {
	background-color: #020202 !important
}

.bg-color-666 {
	background-color: #666 !important
}

.bg-color-fff {
	background-color: #fff !important
}

.bg-color-dee2e6 {
	background-color: #dee2e6 !important
}

.bg-color-f4f4f4 {
	background-color: #f4f4f4 !important
}

.bg-color-a68a62 {
	background-color: #a68a62 !important
}

.bg-color-eee9e6 {
	background-color: #eee9e6 !important
}

.bg-color-e5e5e5 {
	background-color: #e5e5e5 !important
}

.bg-color-f66666 {
	background-color: #f66666 !important
}

.bg-color-f6f6f6 {
	background-color: #f6f6f6 !important
}

.bg-color-4bbdb6 {
	background-color: #4bbdb6 !important
}

.bg-color-f7f7f7 {
	background-color: #f7f7f7 !important
}

.bg-color-aaa {
	background-color: #aaa !important
}

.bg-color-777 {
	background-color: #777 !important
}

.bg-color-bd0f11 {
	background-color: #bd0f11 !important
}

.bg-color-232323 {
	background-color: #232323 !important
}

.bg-color-f5012f {
	background-color: #f5012f !important
}

.bg-color-966d51 {
	background-color: #966d51 !important
}

.bg-color-e22727 {
	background-color: #e22727 !important
}

.bg-color-e94da3 {
	background-color: #e94da3 !important
}

.bg-color-333 {
	background-color: #333 !important
}

.bg-color-fb7813 {
	background-color: #fb7813 !important
}

.bg-color-fafafa {
	background-color: #fafafa !important
}

.bg-color-eaeff0 {
	background-color: #eaeff0 !important
}

.bg-color-859bd4 {
	background-color: #859bd4 !important
}

.bg-color-e40681 {
	background-color: #e40681 !important
}

.bg-color-efefef {
	background-color: #efefef !important
}

.bg-color-c9161e {
	background-color: #c9161e !important
}

.bg-color-ffdf06 {
	background-color: #ffdf06 !important
}

.bg-color-ff8639 {
	background-color: #ff8639 !important
}

.bg-color-db2523 {
	background-color: #db2523 !important
}

.bg-color-ca032e {
	background-color: #ca032e !important
}

.bg-color-f55 {
	background-color: #f55 !important
}

.bg-color-c60a1e {
	background-color: #c60a1e !important
}

.bg-color-4BBDB6 {
	background-color: #4bbdb6 !important
}

.bg-color-ec2263 {
	background-color: #ec2263 !important
}

.bg-color-f02 {
	background-color: #f02 !important
}

.bg-color-0d6a00 {
	background-color: #0d6a00 !important
}

.bg-color-fa63ad {
	background-color: #fa63ad !important
}

.bg-color-52C41A {
	background-color: #52c41a !important
}

.bg-color-ea4ca3 {
	background-color: #ea4ca3 !important
}

.bg-color-B84A61 {
	background-color: #b84a61 !important
}

.bg-color-EEEEEE {
	background-color: #eee !important
}

.bg-color-333333 {
	background-color: #333 !important
}

.bg-color-FB7813 {
	background-color: #fb7813 !important
}

.bg-color-F2F3F5 {
	background-color: #f2f3f5 !important
}

.bg-color-f1b52a {
	background-color: #f1b52a !important
}

.bg-color-00923f {
	background-color: #00923f !important
}

.bg-color-ef3f52 {
	background-color: #ef3f52 !important
}

.bg-color-49afcd {
	background-color: #49afcd !important
}

.bg-color-12A200 {
	background-color: #12a200 !important
}

.bg-color-f8f9fa {
	background-color: #f8f9fa !important
}

.bg-color-323232 {
	background-color: #323232 !important
}

.bg-color-ee0a24 {
	background-color: #ee0a24 !important
}

.bg-color-ff976a {
	background-color: #ff976a !important
}

.bg-color-f5f8fb {
	background-color: #f5f8fb !important
}

.bg-color-f51111 {
	background-color: #f51111 !important
}

.bg-color-ffe7e7 {
	background-color: #ffe7e7 !important
}

.bg-color-fef2f2 {
	background-color: #fef2f2 !important
}

.bg-color-f9fafb {
	background-color: #f9fafb !important
}

.bg-color-dc2626 {
	background-color: #dc2626 !important
}

.bg-color-f8f8f8 {
	background-color: #f8f8f8 !important
}

.bg-color-c74060 {
	background-color: #c74060 !important
}

.bg-color-111111 {
	background-color: #111 !important
}

.bg-color-ed3323 {
	background-color: #ed3323 !important
}

.bg-color-285093 {
	background-color: #285093 !important
}

.bg-color-1cac44 {
	background-color: #1cac44 !important
}

.bg-color-3486F7 {
	background-color: #3486f7 !important
}

.bg-color-d94f45 {
	background-color: #d94f45 !important
}

.bg-color-17c717 {
	background-color: #17c717 !important
}

.bg-color-f5f8fa {
	background-color: #f5f8fa !important
}

.bg-color-232f3e {
	background-color: #232f3e !important
}

.bg-color-fcf8e6 {
	background-color: #fcf8e6 !important
}

.bg-color-f6e8c6 {
	background-color: #f6e8c6 !important
}

.bg-color-f0f2f5 {
	background-color: #f0f2f5 !important
}

.bg-color-1f9563 {
	background-color: #1f9563 !important
}

.bg-color-f6f6f7 {
	background-color: #f6f6f7 !important
}

.bg-color-ebeef1 {
	background-color: #ebeef1 !important
}

.align-left {
	text-align: left
}

.align-center {
	text-align: center
}

.align-right {
	text-align: right
}

.border-top-1 {
	border-top: 1px solid #ccc
}

.border-top-2 {
	border-top: 2px solid #ccc
}

.border-top-3 {
	border-top: 3px solid #ccc
}

.border-top-4 {
	border-top: 4px solid #ccc
}

.border-top-5 {
	border-top: 5px solid #ccc
}

.border-right-1 {
	border-right: 1px solid #ccc
}

.border-right-2 {
	border-right: 2px solid #ccc
}

.border-right-3 {
	border-right: 3px solid #ccc
}

.border-right-4 {
	border-right: 4px solid #ccc
}

.border-right-5 {
	border-right: 5px solid #ccc
}

.border-bottom-1 {
	border-bottom: 1px solid #ccc
}

.border-bottom-2 {
	border-bottom: 2px solid #ccc
}

.border-bottom-3 {
	border-bottom: 3px solid #ccc
}

.border-bottom-4 {
	border-bottom: 4px solid #ccc
}

.border-bottom-5 {
	border-bottom: 5px solid #ccc
}

.border-left-1 {
	border-left: 1px solid #ccc
}

.border-left-2 {
	border-left: 2px solid #ccc
}

.border-left-3 {
	border-left: 3px solid #ccc
}

.border-left-4 {
	border-left: 4px solid #ccc
}

.border-left-5 {
	border-left: 5px solid #ccc
}

.border-tyle-dashed {
	border-style: dashed
}

.border-tyle-dotted {
	border-style: dotted
}

.border-tyle-solid {
	border-style: solid
}

.position-fixed {
	position: fixed
}

.position-absolute {
	position: absolute
}

.position-static {
	position: static
}

.position-relative {
	position: relative
}

.m-1 {
	margin: 1px !important
}

.p-1 {
	padding: 1px !important
}

.m-2 {
	margin: 2px !important
}

.p-2 {
	padding: 2px !important
}

.m-3 {
	margin: 3px !important
}

.p-3 {
	padding: 3px !important
}

.m-4 {
	margin: 4px !important
}

.p-4 {
	padding: 4px !important
}

.m-5 {
	margin: 5px !important
}

.p-5 {
	padding: 5px !important
}

.m-6 {
	margin: 6px !important
}

.p-6 {
	padding: 6px !important
}

.m-7 {
	margin: 7px !important
}

.p-7 {
	padding: 7px !important
}

.m-8 {
	margin: 8px !important
}

.p-8 {
	padding: 8px !important
}

.m-9 {
	margin: 9px !important
}

.p-9 {
	padding: 9px !important
}

.m-10 {
	margin: 10px !important
}

.p-10 {
	padding: 10px !important
}

.m-11 {
	margin: 11px !important
}

.p-11 {
	padding: 11px !important
}

.m-12 {
	margin: 12px !important
}

.p-12 {
	padding: 12px !important
}

.m-13 {
	margin: 13px !important
}

.p-13 {
	padding: 13px !important
}

.m-14 {
	margin: 14px !important
}

.p-14 {
	padding: 14px !important
}

.m-15 {
	margin: 15px !important
}

.p-15 {
	padding: 15px !important
}

.m-16 {
	margin: 16px !important
}

.p-16 {
	padding: 16px !important
}

.m-17 {
	margin: 17px !important
}

.p-17 {
	padding: 17px !important
}

.m-18 {
	margin: 18px !important
}

.p-18 {
	padding: 18px !important
}

.m-19 {
	margin: 19px !important
}

.p-19 {
	padding: 19px !important
}

.m-20 {
	margin: 20px !important
}

.p-20 {
	padding: 20px !important
}

.m-21 {
	margin: 21px !important
}

.p-21 {
	padding: 21px !important
}

.m-22 {
	margin: 22px !important
}

.p-22 {
	padding: 22px !important
}

.m-23 {
	margin: 23px !important
}

.p-23 {
	padding: 23px !important
}

.m-24 {
	margin: 24px !important
}

.p-24 {
	padding: 24px !important
}

.m-25 {
	margin: 25px !important
}

.p-25 {
	padding: 25px !important
}

.m-26 {
	margin: 26px !important
}

.p-26 {
	padding: 26px !important
}

.m-27 {
	margin: 27px !important
}

.p-27 {
	padding: 27px !important
}

.m-28 {
	margin: 28px !important
}

.p-28 {
	padding: 28px !important
}

.m-29 {
	margin: 29px !important
}

.p-29 {
	padding: 29px !important
}

.m-30 {
	margin: 30px !important
}

.p-30 {
	padding: 30px !important
}

.m-31 {
	margin: 31px !important
}

.p-31 {
	padding: 31px !important
}

.m-32 {
	margin: 32px !important
}

.p-32 {
	padding: 32px !important
}

.m-33 {
	margin: 33px !important
}

.p-33 {
	padding: 33px !important
}

.m-34 {
	margin: 34px !important
}

.p-34 {
	padding: 34px !important
}

.m-35 {
	margin: 35px !important
}

.p-35 {
	padding: 35px !important
}

.m-36 {
	margin: 36px !important
}

.p-36 {
	padding: 36px !important
}

.m-37 {
	margin: 37px !important
}

.p-37 {
	padding: 37px !important
}

.m-38 {
	margin: 38px !important
}

.p-38 {
	padding: 38px !important
}

.m-39 {
	margin: 39px !important
}

.p-39 {
	padding: 39px !important
}

.m-40 {
	margin: 40px !important
}

.p-40 {
	padding: 40px !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.h-0 {
	height: 0 !important
}

.w-0 {
	width: 0 !important
}

.top-0 {
	top: 0 !important
}

.bottom-0 {
	bottom: 0 !important
}

.left-0 {
	left: 0 !important
}

.right-0 {
	right: 0 !important
}

.width-0 {
	width: 0 !important
}

.height-0 {
	height: 0 !important
}

.font-size-0 {
	font-size: 0 !important
}

.border-radius-0 {
	border-radius: 0 !important
}

.line-h-0 {
	line-height: 0px !important
}

.z-index-0 {
	z-index: 0 !important
}

.min-w-0 {
	min-width: 0 !important
}

.max-w-0 {
	max-width: 0 !important
}

.letter-spacing-0 {
	letter-spacing: 0 !important
}

.mt-1 {
	margin-top: 1px !important
}

.mr-1 {
	margin-right: 1px !important
}

.mb-1 {
	margin-bottom: 1px !important
}

.ml-1 {
	margin-left: 1px !important
}

.pt-1 {
	padding-top: 1px !important
}

.pr-1 {
	padding-right: 1px !important
}

.pb-1 {
	padding-bottom: 1px !important
}

.pl-1 {
	padding-left: 1px !important
}

.h-1 {
	height: 1px !important
}

.w-1 {
	width: 1px !important
}

.top-1 {
	top: 1px !important
}

.bottom-1 {
	bottom: 1px !important
}

.left-1 {
	left: 1px !important
}

.right-1 {
	right: 1px !important
}

.width-1 {
	width: 1% !important
}

.height-1 {
	height: 1% !important
}

.font-size-1 {
	font-size: 1px !important
}

.border-radius-1 {
	border-radius: 1px !important
}

.line-h-1 {
	line-height: 1px !important
}

.z-index-1 {
	z-index: 1 !important
}

.min-w-1 {
	min-width: 1px !important
}

.max-w-1 {
	max-width: 1px !important
}

.letter-spacing-1 {
	letter-spacing: 1px !important
}

.mt-2 {
	margin-top: 2px !important
}

.mr-2 {
	margin-right: 2px !important
}

.mb-2 {
	margin-bottom: 2px !important
}

.ml-2 {
	margin-left: 2px !important
}

.pt-2 {
	padding-top: 2px !important
}

.pr-2 {
	padding-right: 2px !important
}

.pb-2 {
	padding-bottom: 2px !important
}

.pl-2 {
	padding-left: 2px !important
}

.h-2 {
	height: 2px !important
}

.w-2 {
	width: 2px !important
}

.top-2 {
	top: 2px !important
}

.bottom-2 {
	bottom: 2px !important
}

.left-2 {
	left: 2px !important
}

.right-2 {
	right: 2px !important
}

.width-2 {
	width: 2% !important
}

.height-2 {
	height: 2% !important
}

.font-size-2 {
	font-size: 2px !important
}

.border-radius-2 {
	border-radius: 2px !important
}

.line-h-2 {
	line-height: 2px !important
}

.z-index-2 {
	z-index: 2 !important
}

.min-w-2 {
	min-width: 2px !important
}

.max-w-2 {
	max-width: 2px !important
}

.letter-spacing-2 {
	letter-spacing: 2px !important
}

.mt-3 {
	margin-top: 3px !important
}

.mr-3 {
	margin-right: 3px !important
}

.mb-3 {
	margin-bottom: 3px !important
}

.ml-3 {
	margin-left: 3px !important
}

.pt-3 {
	padding-top: 3px !important
}

.pr-3 {
	padding-right: 3px !important
}

.pb-3 {
	padding-bottom: 3px !important
}

.pl-3 {
	padding-left: 3px !important
}

.h-3 {
	height: 3px !important
}

.w-3 {
	width: 3px !important
}

.top-3 {
	top: 3px !important
}

.bottom-3 {
	bottom: 3px !important
}

.left-3 {
	left: 3px !important
}

.right-3 {
	right: 3px !important
}

.width-3 {
	width: 3% !important
}

.height-3 {
	height: 3% !important
}

.font-size-3 {
	font-size: 3px !important
}

.border-radius-3 {
	border-radius: 3px !important
}

.line-h-3 {
	line-height: 3px !important
}

.z-index-3 {
	z-index: 3 !important
}

.min-w-3 {
	min-width: 3px !important
}

.max-w-3 {
	max-width: 3px !important
}

.letter-spacing-3 {
	letter-spacing: 3px !important
}

.mt-4 {
	margin-top: 4px !important
}

.mr-4 {
	margin-right: 4px !important
}

.mb-4 {
	margin-bottom: 4px !important
}

.ml-4 {
	margin-left: 4px !important
}

.pt-4 {
	padding-top: 4px !important
}

.pr-4 {
	padding-right: 4px !important
}

.pb-4 {
	padding-bottom: 4px !important
}

.pl-4 {
	padding-left: 4px !important
}

.h-4 {
	height: 4px !important
}

.w-4 {
	width: 4px !important
}

.top-4 {
	top: 4px !important
}

.bottom-4 {
	bottom: 4px !important
}

.left-4 {
	left: 4px !important
}

.right-4 {
	right: 4px !important
}

.width-4 {
	width: 4% !important
}

.height-4 {
	height: 4% !important
}

.font-size-4 {
	font-size: 4px !important
}

.border-radius-4 {
	border-radius: 4px !important
}

.line-h-4 {
	line-height: 4px !important
}

.z-index-4 {
	z-index: 4 !important
}

.min-w-4 {
	min-width: 4px !important
}

.max-w-4 {
	max-width: 4px !important
}

.letter-spacing-4 {
	letter-spacing: 4px !important
}

.mt-5 {
	margin-top: 5px !important
}

.mr-5 {
	margin-right: 5px !important
}

.mb-5 {
	margin-bottom: 5px !important
}

.ml-5 {
	margin-left: 5px !important
}

.pt-5 {
	padding-top: 5px !important
}

.pr-5 {
	padding-right: 5px !important
}

.pb-5 {
	padding-bottom: 5px !important
}

.pl-5 {
	padding-left: 5px !important
}

.h-5 {
	height: 5px !important
}

.w-5 {
	width: 5px !important
}

.top-5 {
	top: 5px !important
}

.bottom-5 {
	bottom: 5px !important
}

.left-5 {
	left: 5px !important
}

.right-5 {
	right: 5px !important
}

.width-5 {
	width: 5% !important
}

.height-5 {
	height: 5% !important
}

.font-size-5 {
	font-size: 5px !important
}

.border-radius-5 {
	border-radius: 5px !important
}

.line-h-5 {
	line-height: 5px !important
}

.z-index-5 {
	z-index: 5 !important
}

.min-w-5 {
	min-width: 5px !important
}

.max-w-5 {
	max-width: 5px !important
}

.letter-spacing-5 {
	letter-spacing: 5px !important
}

.mt-6 {
	margin-top: 6px !important
}

.mr-6 {
	margin-right: 6px !important
}

.mb-6 {
	margin-bottom: 6px !important
}

.ml-6 {
	margin-left: 6px !important
}

.pt-6 {
	padding-top: 6px !important
}

.pr-6 {
	padding-right: 6px !important
}

.pb-6 {
	padding-bottom: 6px !important
}

.pl-6 {
	padding-left: 6px !important
}

.h-6 {
	height: 6px !important
}

.w-6 {
	width: 6px !important
}

.top-6 {
	top: 6px !important
}

.bottom-6 {
	bottom: 6px !important
}

.left-6 {
	left: 6px !important
}

.right-6 {
	right: 6px !important
}

.width-6 {
	width: 6% !important
}

.height-6 {
	height: 6% !important
}

.font-size-6 {
	font-size: 6px !important
}

.border-radius-6 {
	border-radius: 6px !important
}

.line-h-6 {
	line-height: 6px !important
}

.z-index-6 {
	z-index: 6 !important
}

.min-w-6 {
	min-width: 6px !important
}

.max-w-6 {
	max-width: 6px !important
}

.letter-spacing-6 {
	letter-spacing: 6px !important
}

.mt-7 {
	margin-top: 7px !important
}

.mr-7 {
	margin-right: 7px !important
}

.mb-7 {
	margin-bottom: 7px !important
}

.ml-7 {
	margin-left: 7px !important
}

.pt-7 {
	padding-top: 7px !important
}

.pr-7 {
	padding-right: 7px !important
}

.pb-7 {
	padding-bottom: 7px !important
}

.pl-7 {
	padding-left: 7px !important
}

.h-7 {
	height: 7px !important
}

.w-7 {
	width: 7px !important
}

.top-7 {
	top: 7px !important
}

.bottom-7 {
	bottom: 7px !important
}

.left-7 {
	left: 7px !important
}

.right-7 {
	right: 7px !important
}

.width-7 {
	width: 7% !important
}

.height-7 {
	height: 7% !important
}

.font-size-7 {
	font-size: 7px !important
}

.border-radius-7 {
	border-radius: 7px !important
}

.line-h-7 {
	line-height: 7px !important
}

.z-index-7 {
	z-index: 7 !important
}

.min-w-7 {
	min-width: 7px !important
}

.max-w-7 {
	max-width: 7px !important
}

.letter-spacing-7 {
	letter-spacing: 7px !important
}

.mt-8 {
	margin-top: 8px !important
}

.mr-8 {
	margin-right: 8px !important
}

.mb-8 {
	margin-bottom: 8px !important
}

.ml-8 {
	margin-left: 8px !important
}

.pt-8 {
	padding-top: 8px !important
}

.pr-8 {
	padding-right: 8px !important
}

.pb-8 {
	padding-bottom: 8px !important
}

.pl-8 {
	padding-left: 8px !important
}

.h-8 {
	height: 8px !important
}

.w-8 {
	width: 8px !important
}

.top-8 {
	top: 8px !important
}

.bottom-8 {
	bottom: 8px !important
}

.left-8 {
	left: 8px !important
}

.right-8 {
	right: 8px !important
}

.width-8 {
	width: 8% !important
}

.height-8 {
	height: 8% !important
}

.font-size-8 {
	font-size: 8px !important
}

.border-radius-8 {
	border-radius: 8px !important
}

.line-h-8 {
	line-height: 8px !important
}

.z-index-8 {
	z-index: 8 !important
}

.min-w-8 {
	min-width: 8px !important
}

.max-w-8 {
	max-width: 8px !important
}

.letter-spacing-8 {
	letter-spacing: 8px !important
}

.mt-9 {
	margin-top: 9px !important
}

.mr-9 {
	margin-right: 9px !important
}

.mb-9 {
	margin-bottom: 9px !important
}

.ml-9 {
	margin-left: 9px !important
}

.pt-9 {
	padding-top: 9px !important
}

.pr-9 {
	padding-right: 9px !important
}

.pb-9 {
	padding-bottom: 9px !important
}

.pl-9 {
	padding-left: 9px !important
}

.h-9 {
	height: 9px !important
}

.w-9 {
	width: 9px !important
}

.top-9 {
	top: 9px !important
}

.bottom-9 {
	bottom: 9px !important
}

.left-9 {
	left: 9px !important
}

.right-9 {
	right: 9px !important
}

.width-9 {
	width: 9% !important
}

.height-9 {
	height: 9% !important
}

.font-size-9 {
	font-size: 9px !important
}

.border-radius-9 {
	border-radius: 9px !important
}

.line-h-9 {
	line-height: 9px !important
}

.z-index-9 {
	z-index: 9 !important
}

.min-w-9 {
	min-width: 9px !important
}

.max-w-9 {
	max-width: 9px !important
}

.letter-spacing-9 {
	letter-spacing: 9px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mr-10 {
	margin-right: 10px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.ml-10 {
	margin-left: 10px !important
}

.pt-10 {
	padding-top: 10px !important
}

.pr-10 {
	padding-right: 10px !important
}

.pb-10 {
	padding-bottom: 10px !important
}

.pl-10 {
	padding-left: 10px !important
}

.h-10 {
	height: 10px !important
}

.w-10 {
	width: 10px !important
}

.top-10 {
	top: 10px !important
}

.bottom-10 {
	bottom: 10px !important
}

.left-10 {
	left: 10px !important
}

.right-10 {
	right: 10px !important
}

.width-10 {
	width: 10% !important
}

.height-10 {
	height: 10% !important
}

.font-size-10 {
	font-size: 10px !important
}

.border-radius-10 {
	border-radius: 10px !important
}

.line-h-10 {
	line-height: 10px !important
}

.z-index-10 {
	z-index: 10 !important
}

.min-w-10 {
	min-width: 10px !important
}

.max-w-10 {
	max-width: 10px !important
}

.letter-spacing-10 {
	letter-spacing: 10px !important
}

.mt-11 {
	margin-top: 11px !important
}

.mr-11 {
	margin-right: 11px !important
}

.mb-11 {
	margin-bottom: 11px !important
}

.ml-11 {
	margin-left: 11px !important
}

.pt-11 {
	padding-top: 11px !important
}

.pr-11 {
	padding-right: 11px !important
}

.pb-11 {
	padding-bottom: 11px !important
}

.pl-11 {
	padding-left: 11px !important
}

.h-11 {
	height: 11px !important
}

.w-11 {
	width: 11px !important
}

.top-11 {
	top: 11px !important
}

.bottom-11 {
	bottom: 11px !important
}

.left-11 {
	left: 11px !important
}

.right-11 {
	right: 11px !important
}

.width-11 {
	width: 11% !important
}

.height-11 {
	height: 11% !important
}

.font-size-11 {
	font-size: 11px !important
}

.border-radius-11 {
	border-radius: 11px !important
}

.line-h-11 {
	line-height: 11px !important
}

.z-index-11 {
	z-index: 11 !important
}

.min-w-11 {
	min-width: 11px !important
}

.max-w-11 {
	max-width: 11px !important
}

.letter-spacing-11 {
	letter-spacing: 11px !important
}

.mt-12 {
	margin-top: 12px !important
}

.mr-12 {
	margin-right: 12px !important
}

.mb-12 {
	margin-bottom: 12px !important
}

.ml-12 {
	margin-left: 12px !important
}

.pt-12 {
	padding-top: 12px !important
}

.pr-12 {
	padding-right: 12px !important
}

.pb-12 {
	padding-bottom: 12px !important
}

.pl-12 {
	padding-left: 12px !important
}

.h-12 {
	height: 12px !important
}

.w-12 {
	width: 12px !important
}

.top-12 {
	top: 12px !important
}

.bottom-12 {
	bottom: 12px !important
}

.left-12 {
	left: 12px !important
}

.right-12 {
	right: 12px !important
}

.width-12 {
	width: 12% !important
}

.height-12 {
	height: 12% !important
}

.font-size-12 {
	font-size: 12px !important
}

.border-radius-12 {
	border-radius: 12px !important
}

.line-h-12 {
	line-height: 12px !important
}

.z-index-12 {
	z-index: 12 !important
}

.min-w-12 {
	min-width: 12px !important
}

.max-w-12 {
	max-width: 12px !important
}

.letter-spacing-12 {
	letter-spacing: 12px !important
}

.mt-13 {
	margin-top: 13px !important
}

.mr-13 {
	margin-right: 13px !important
}

.mb-13 {
	margin-bottom: 13px !important
}

.ml-13 {
	margin-left: 13px !important
}

.pt-13 {
	padding-top: 13px !important
}

.pr-13 {
	padding-right: 13px !important
}

.pb-13 {
	padding-bottom: 13px !important
}

.pl-13 {
	padding-left: 13px !important
}

.h-13 {
	height: 13px !important
}

.w-13 {
	width: 13px !important
}

.top-13 {
	top: 13px !important
}

.bottom-13 {
	bottom: 13px !important
}

.left-13 {
	left: 13px !important
}

.right-13 {
	right: 13px !important
}

.width-13 {
	width: 13% !important
}

.height-13 {
	height: 13% !important
}

.font-size-13 {
	font-size: 13px !important
}

.border-radius-13 {
	border-radius: 13px !important
}

.line-h-13 {
	line-height: 13px !important
}

.z-index-13 {
	z-index: 13 !important
}

.min-w-13 {
	min-width: 13px !important
}

.max-w-13 {
	max-width: 13px !important
}

.letter-spacing-13 {
	letter-spacing: 13px !important
}

.mt-14 {
	margin-top: 14px !important
}

.mr-14 {
	margin-right: 14px !important
}

.mb-14 {
	margin-bottom: 14px !important
}

.ml-14 {
	margin-left: 14px !important
}

.pt-14 {
	padding-top: 14px !important
}

.pr-14 {
	padding-right: 14px !important
}

.pb-14 {
	padding-bottom: 14px !important
}

.pl-14 {
	padding-left: 14px !important
}

.h-14 {
	height: 14px !important
}

.w-14 {
	width: 14px !important
}

.top-14 {
	top: 14px !important
}

.bottom-14 {
	bottom: 14px !important
}

.left-14 {
	left: 14px !important
}

.right-14 {
	right: 14px !important
}

.width-14 {
	width: 14% !important
}

.height-14 {
	height: 14% !important
}

.font-size-14 {
	font-size: 14px !important
}

.border-radius-14 {
	border-radius: 14px !important
}

.line-h-14 {
	line-height: 14px !important
}

.z-index-14 {
	z-index: 14 !important
}

.min-w-14 {
	min-width: 14px !important
}

.max-w-14 {
	max-width: 14px !important
}

.letter-spacing-14 {
	letter-spacing: 14px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mr-15 {
	margin-right: 15px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.ml-15 {
	margin-left: 15px !important
}

.pt-15 {
	padding-top: 15px !important
}

.pr-15 {
	padding-right: 15px !important
}

.pb-15 {
	padding-bottom: 15px !important
}

.pl-15 {
	padding-left: 15px !important
}

.h-15 {
	height: 15px !important
}

.w-15 {
	width: 15px !important
}

.top-15 {
	top: 15px !important
}

.bottom-15 {
	bottom: 15px !important
}

.left-15 {
	left: 15px !important
}

.right-15 {
	right: 15px !important
}

.width-15 {
	width: 15% !important
}

.height-15 {
	height: 15% !important
}

.font-size-15 {
	font-size: 15px !important
}

.border-radius-15 {
	border-radius: 15px !important
}

.line-h-15 {
	line-height: 15px !important
}

.z-index-15 {
	z-index: 15 !important
}

.min-w-15 {
	min-width: 15px !important
}

.max-w-15 {
	max-width: 15px !important
}

.letter-spacing-15 {
	letter-spacing: 15px !important
}

.mt-16 {
	margin-top: 16px !important
}

.mr-16 {
	margin-right: 16px !important
}

.mb-16 {
	margin-bottom: 16px !important
}

.ml-16 {
	margin-left: 16px !important
}

.pt-16 {
	padding-top: 16px !important
}

.pr-16 {
	padding-right: 16px !important
}

.pb-16 {
	padding-bottom: 16px !important
}

.pl-16 {
	padding-left: 16px !important
}

.h-16 {
	height: 16px !important
}

.w-16 {
	width: 16px !important
}

.top-16 {
	top: 16px !important
}

.bottom-16 {
	bottom: 16px !important
}

.left-16 {
	left: 16px !important
}

.right-16 {
	right: 16px !important
}

.width-16 {
	width: 16% !important
}

.height-16 {
	height: 16% !important
}

.font-size-16 {
	font-size: 16px !important
}

.border-radius-16 {
	border-radius: 16px !important
}

.line-h-16 {
	line-height: 16px !important
}

.z-index-16 {
	z-index: 16 !important
}

.min-w-16 {
	min-width: 16px !important
}

.max-w-16 {
	max-width: 16px !important
}

.letter-spacing-16 {
	letter-spacing: 16px !important
}

.mt-17 {
	margin-top: 17px !important
}

.mr-17 {
	margin-right: 17px !important
}

.mb-17 {
	margin-bottom: 17px !important
}

.ml-17 {
	margin-left: 17px !important
}

.pt-17 {
	padding-top: 17px !important
}

.pr-17 {
	padding-right: 17px !important
}

.pb-17 {
	padding-bottom: 17px !important
}

.pl-17 {
	padding-left: 17px !important
}

.h-17 {
	height: 17px !important
}

.w-17 {
	width: 17px !important
}

.top-17 {
	top: 17px !important
}

.bottom-17 {
	bottom: 17px !important
}

.left-17 {
	left: 17px !important
}

.right-17 {
	right: 17px !important
}

.width-17 {
	width: 17% !important
}

.height-17 {
	height: 17% !important
}

.font-size-17 {
	font-size: 17px !important
}

.border-radius-17 {
	border-radius: 17px !important
}

.line-h-17 {
	line-height: 17px !important
}

.z-index-17 {
	z-index: 17 !important
}

.min-w-17 {
	min-width: 17px !important
}

.max-w-17 {
	max-width: 17px !important
}

.letter-spacing-17 {
	letter-spacing: 17px !important
}

.mt-18 {
	margin-top: 18px !important
}

.mr-18 {
	margin-right: 18px !important
}

.mb-18 {
	margin-bottom: 18px !important
}

.ml-18 {
	margin-left: 18px !important
}

.pt-18 {
	padding-top: 18px !important
}

.pr-18 {
	padding-right: 18px !important
}

.pb-18 {
	padding-bottom: 18px !important
}

.pl-18 {
	padding-left: 18px !important
}

.h-18 {
	height: 18px !important
}

.w-18 {
	width: 18px !important
}

.top-18 {
	top: 18px !important
}

.bottom-18 {
	bottom: 18px !important
}

.left-18 {
	left: 18px !important
}

.right-18 {
	right: 18px !important
}

.width-18 {
	width: 18% !important
}

.height-18 {
	height: 18% !important
}

.font-size-18 {
	font-size: 18px !important
}

.border-radius-18 {
	border-radius: 18px !important
}

.line-h-18 {
	line-height: 18px !important
}

.z-index-18 {
	z-index: 18 !important
}

.min-w-18 {
	min-width: 18px !important
}

.max-w-18 {
	max-width: 18px !important
}

.letter-spacing-18 {
	letter-spacing: 18px !important
}

.mt-19 {
	margin-top: 19px !important
}

.mr-19 {
	margin-right: 19px !important
}

.mb-19 {
	margin-bottom: 19px !important
}

.ml-19 {
	margin-left: 19px !important
}

.pt-19 {
	padding-top: 19px !important
}

.pr-19 {
	padding-right: 19px !important
}

.pb-19 {
	padding-bottom: 19px !important
}

.pl-19 {
	padding-left: 19px !important
}

.h-19 {
	height: 19px !important
}

.w-19 {
	width: 19px !important
}

.top-19 {
	top: 19px !important
}

.bottom-19 {
	bottom: 19px !important
}

.left-19 {
	left: 19px !important
}

.right-19 {
	right: 19px !important
}

.width-19 {
	width: 19% !important
}

.height-19 {
	height: 19% !important
}

.font-size-19 {
	font-size: 19px !important
}

.border-radius-19 {
	border-radius: 19px !important
}

.line-h-19 {
	line-height: 19px !important
}

.z-index-19 {
	z-index: 19 !important
}

.min-w-19 {
	min-width: 19px !important
}

.max-w-19 {
	max-width: 19px !important
}

.letter-spacing-19 {
	letter-spacing: 19px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mr-20 {
	margin-right: 20px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.ml-20 {
	margin-left: 20px !important
}

.pt-20 {
	padding-top: 20px !important
}

.pr-20 {
	padding-right: 20px !important
}

.pb-20 {
	padding-bottom: 20px !important
}

.pl-20 {
	padding-left: 20px !important
}

.h-20 {
	height: 20px !important
}

.w-20 {
	width: 20px !important
}

.top-20 {
	top: 20px !important
}

.bottom-20 {
	bottom: 20px !important
}

.left-20 {
	left: 20px !important
}

.right-20 {
	right: 20px !important
}

.width-20 {
	width: 20% !important
}

.height-20 {
	height: 20% !important
}

.font-size-20 {
	font-size: 20px !important
}

.border-radius-20 {
	border-radius: 20px !important
}

.line-h-20 {
	line-height: 20px !important
}

.z-index-20 {
	z-index: 20 !important
}

.min-w-20 {
	min-width: 20px !important
}

.max-w-20 {
	max-width: 20px !important
}

.letter-spacing-20 {
	letter-spacing: 20px !important
}

.mt-21 {
	margin-top: 21px !important
}

.mr-21 {
	margin-right: 21px !important
}

.mb-21 {
	margin-bottom: 21px !important
}

.ml-21 {
	margin-left: 21px !important
}

.pt-21 {
	padding-top: 21px !important
}

.pr-21 {
	padding-right: 21px !important
}

.pb-21 {
	padding-bottom: 21px !important
}

.pl-21 {
	padding-left: 21px !important
}

.h-21 {
	height: 21px !important
}

.w-21 {
	width: 21px !important
}

.top-21 {
	top: 21px !important
}

.bottom-21 {
	bottom: 21px !important
}

.left-21 {
	left: 21px !important
}

.right-21 {
	right: 21px !important
}

.width-21 {
	width: 21% !important
}

.height-21 {
	height: 21% !important
}

.font-size-21 {
	font-size: 21px !important
}

.border-radius-21 {
	border-radius: 21px !important
}

.line-h-21 {
	line-height: 21px !important
}

.z-index-21 {
	z-index: 21 !important
}

.min-w-21 {
	min-width: 21px !important
}

.max-w-21 {
	max-width: 21px !important
}

.letter-spacing-21 {
	letter-spacing: 21px !important
}

.mt-22 {
	margin-top: 22px !important
}

.mr-22 {
	margin-right: 22px !important
}

.mb-22 {
	margin-bottom: 22px !important
}

.ml-22 {
	margin-left: 22px !important
}

.pt-22 {
	padding-top: 22px !important
}

.pr-22 {
	padding-right: 22px !important
}

.pb-22 {
	padding-bottom: 22px !important
}

.pl-22 {
	padding-left: 22px !important
}

.h-22 {
	height: 22px !important
}

.w-22 {
	width: 22px !important
}

.top-22 {
	top: 22px !important
}

.bottom-22 {
	bottom: 22px !important
}

.left-22 {
	left: 22px !important
}

.right-22 {
	right: 22px !important
}

.width-22 {
	width: 22% !important
}

.height-22 {
	height: 22% !important
}

.font-size-22 {
	font-size: 22px !important
}

.border-radius-22 {
	border-radius: 22px !important
}

.line-h-22 {
	line-height: 22px !important
}

.z-index-22 {
	z-index: 22 !important
}

.min-w-22 {
	min-width: 22px !important
}

.max-w-22 {
	max-width: 22px !important
}

.letter-spacing-22 {
	letter-spacing: 22px !important
}

.mt-23 {
	margin-top: 23px !important
}

.mr-23 {
	margin-right: 23px !important
}

.mb-23 {
	margin-bottom: 23px !important
}

.ml-23 {
	margin-left: 23px !important
}

.pt-23 {
	padding-top: 23px !important
}

.pr-23 {
	padding-right: 23px !important
}

.pb-23 {
	padding-bottom: 23px !important
}

.pl-23 {
	padding-left: 23px !important
}

.h-23 {
	height: 23px !important
}

.w-23 {
	width: 23px !important
}

.top-23 {
	top: 23px !important
}

.bottom-23 {
	bottom: 23px !important
}

.left-23 {
	left: 23px !important
}

.right-23 {
	right: 23px !important
}

.width-23 {
	width: 23% !important
}

.height-23 {
	height: 23% !important
}

.font-size-23 {
	font-size: 23px !important
}

.border-radius-23 {
	border-radius: 23px !important
}

.line-h-23 {
	line-height: 23px !important
}

.z-index-23 {
	z-index: 23 !important
}

.min-w-23 {
	min-width: 23px !important
}

.max-w-23 {
	max-width: 23px !important
}

.letter-spacing-23 {
	letter-spacing: 23px !important
}

.mt-24 {
	margin-top: 24px !important
}

.mr-24 {
	margin-right: 24px !important
}

.mb-24 {
	margin-bottom: 24px !important
}

.ml-24 {
	margin-left: 24px !important
}

.pt-24 {
	padding-top: 24px !important
}

.pr-24 {
	padding-right: 24px !important
}

.pb-24 {
	padding-bottom: 24px !important
}

.pl-24 {
	padding-left: 24px !important
}

.h-24 {
	height: 24px !important
}

.w-24 {
	width: 24px !important
}

.top-24 {
	top: 24px !important
}

.bottom-24 {
	bottom: 24px !important
}

.left-24 {
	left: 24px !important
}

.right-24 {
	right: 24px !important
}

.width-24 {
	width: 24% !important
}

.height-24 {
	height: 24% !important
}

.font-size-24 {
	font-size: 24px !important
}

.border-radius-24 {
	border-radius: 24px !important
}

.line-h-24 {
	line-height: 24px !important
}

.z-index-24 {
	z-index: 24 !important
}

.min-w-24 {
	min-width: 24px !important
}

.max-w-24 {
	max-width: 24px !important
}

.letter-spacing-24 {
	letter-spacing: 24px !important
}

.mt-25 {
	margin-top: 25px !important
}

.mr-25 {
	margin-right: 25px !important
}

.mb-25 {
	margin-bottom: 25px !important
}

.ml-25 {
	margin-left: 25px !important
}

.pt-25 {
	padding-top: 25px !important
}

.pr-25 {
	padding-right: 25px !important
}

.pb-25 {
	padding-bottom: 25px !important
}

.pl-25 {
	padding-left: 25px !important
}

.h-25 {
	height: 25px !important
}

.w-25 {
	width: 25px !important
}

.top-25 {
	top: 25px !important
}

.bottom-25 {
	bottom: 25px !important
}

.left-25 {
	left: 25px !important
}

.right-25 {
	right: 25px !important
}

.width-25 {
	width: 25% !important
}

.height-25 {
	height: 25% !important
}

.font-size-25 {
	font-size: 25px !important
}

.border-radius-25 {
	border-radius: 25px !important
}

.line-h-25 {
	line-height: 25px !important
}

.z-index-25 {
	z-index: 25 !important
}

.min-w-25 {
	min-width: 25px !important
}

.max-w-25 {
	max-width: 25px !important
}

.letter-spacing-25 {
	letter-spacing: 25px !important
}

.mt-26 {
	margin-top: 26px !important
}

.mr-26 {
	margin-right: 26px !important
}

.mb-26 {
	margin-bottom: 26px !important
}

.ml-26 {
	margin-left: 26px !important
}

.pt-26 {
	padding-top: 26px !important
}

.pr-26 {
	padding-right: 26px !important
}

.pb-26 {
	padding-bottom: 26px !important
}

.pl-26 {
	padding-left: 26px !important
}

.h-26 {
	height: 26px !important
}

.w-26 {
	width: 26px !important
}

.top-26 {
	top: 26px !important
}

.bottom-26 {
	bottom: 26px !important
}

.left-26 {
	left: 26px !important
}

.right-26 {
	right: 26px !important
}

.width-26 {
	width: 26% !important
}

.height-26 {
	height: 26% !important
}

.font-size-26 {
	font-size: 26px !important
}

.border-radius-26 {
	border-radius: 26px !important
}

.line-h-26 {
	line-height: 26px !important
}

.z-index-26 {
	z-index: 26 !important
}

.min-w-26 {
	min-width: 26px !important
}

.max-w-26 {
	max-width: 26px !important
}

.letter-spacing-26 {
	letter-spacing: 26px !important
}

.mt-27 {
	margin-top: 27px !important
}

.mr-27 {
	margin-right: 27px !important
}

.mb-27 {
	margin-bottom: 27px !important
}

.ml-27 {
	margin-left: 27px !important
}

.pt-27 {
	padding-top: 27px !important
}

.pr-27 {
	padding-right: 27px !important
}

.pb-27 {
	padding-bottom: 27px !important
}

.pl-27 {
	padding-left: 27px !important
}

.h-27 {
	height: 27px !important
}

.w-27 {
	width: 27px !important
}

.top-27 {
	top: 27px !important
}

.bottom-27 {
	bottom: 27px !important
}

.left-27 {
	left: 27px !important
}

.right-27 {
	right: 27px !important
}

.width-27 {
	width: 27% !important
}

.height-27 {
	height: 27% !important
}

.font-size-27 {
	font-size: 27px !important
}

.border-radius-27 {
	border-radius: 27px !important
}

.line-h-27 {
	line-height: 27px !important
}

.z-index-27 {
	z-index: 27 !important
}

.min-w-27 {
	min-width: 27px !important
}

.max-w-27 {
	max-width: 27px !important
}

.letter-spacing-27 {
	letter-spacing: 27px !important
}

.mt-28 {
	margin-top: 28px !important
}

.mr-28 {
	margin-right: 28px !important
}

.mb-28 {
	margin-bottom: 28px !important
}

.ml-28 {
	margin-left: 28px !important
}

.pt-28 {
	padding-top: 28px !important
}

.pr-28 {
	padding-right: 28px !important
}

.pb-28 {
	padding-bottom: 28px !important
}

.pl-28 {
	padding-left: 28px !important
}

.h-28 {
	height: 28px !important
}

.w-28 {
	width: 28px !important
}

.top-28 {
	top: 28px !important
}

.bottom-28 {
	bottom: 28px !important
}

.left-28 {
	left: 28px !important
}

.right-28 {
	right: 28px !important
}

.width-28 {
	width: 28% !important
}

.height-28 {
	height: 28% !important
}

.font-size-28 {
	font-size: 28px !important
}

.border-radius-28 {
	border-radius: 28px !important
}

.line-h-28 {
	line-height: 28px !important
}

.z-index-28 {
	z-index: 28 !important
}

.min-w-28 {
	min-width: 28px !important
}

.max-w-28 {
	max-width: 28px !important
}

.letter-spacing-28 {
	letter-spacing: 28px !important
}

.mt-29 {
	margin-top: 29px !important
}

.mr-29 {
	margin-right: 29px !important
}

.mb-29 {
	margin-bottom: 29px !important
}

.ml-29 {
	margin-left: 29px !important
}

.pt-29 {
	padding-top: 29px !important
}

.pr-29 {
	padding-right: 29px !important
}

.pb-29 {
	padding-bottom: 29px !important
}

.pl-29 {
	padding-left: 29px !important
}

.h-29 {
	height: 29px !important
}

.w-29 {
	width: 29px !important
}

.top-29 {
	top: 29px !important
}

.bottom-29 {
	bottom: 29px !important
}

.left-29 {
	left: 29px !important
}

.right-29 {
	right: 29px !important
}

.width-29 {
	width: 29% !important
}

.height-29 {
	height: 29% !important
}

.font-size-29 {
	font-size: 29px !important
}

.border-radius-29 {
	border-radius: 29px !important
}

.line-h-29 {
	line-height: 29px !important
}

.z-index-29 {
	z-index: 29 !important
}

.min-w-29 {
	min-width: 29px !important
}

.max-w-29 {
	max-width: 29px !important
}

.letter-spacing-29 {
	letter-spacing: 29px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mr-30 {
	margin-right: 30px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.ml-30 {
	margin-left: 30px !important
}

.pt-30 {
	padding-top: 30px !important
}

.pr-30 {
	padding-right: 30px !important
}

.pb-30 {
	padding-bottom: 30px !important
}

.pl-30 {
	padding-left: 30px !important
}

.h-30 {
	height: 30px !important
}

.w-30 {
	width: 30px !important
}

.top-30 {
	top: 30px !important
}

.bottom-30 {
	bottom: 30px !important
}

.left-30 {
	left: 30px !important
}

.right-30 {
	right: 30px !important
}

.width-30 {
	width: 30% !important
}

.height-30 {
	height: 30% !important
}

.font-size-30 {
	font-size: 30px !important
}

.border-radius-30 {
	border-radius: 30px !important
}

.line-h-30 {
	line-height: 30px !important
}

.z-index-30 {
	z-index: 30 !important
}

.min-w-30 {
	min-width: 30px !important
}

.max-w-30 {
	max-width: 30px !important
}

.letter-spacing-30 {
	letter-spacing: 30px !important
}

.mt-31 {
	margin-top: 31px !important
}

.mr-31 {
	margin-right: 31px !important
}

.mb-31 {
	margin-bottom: 31px !important
}

.ml-31 {
	margin-left: 31px !important
}

.pt-31 {
	padding-top: 31px !important
}

.pr-31 {
	padding-right: 31px !important
}

.pb-31 {
	padding-bottom: 31px !important
}

.pl-31 {
	padding-left: 31px !important
}

.h-31 {
	height: 31px !important
}

.w-31 {
	width: 31px !important
}

.top-31 {
	top: 31px !important
}

.bottom-31 {
	bottom: 31px !important
}

.left-31 {
	left: 31px !important
}

.right-31 {
	right: 31px !important
}

.width-31 {
	width: 31% !important
}

.height-31 {
	height: 31% !important
}

.font-size-31 {
	font-size: 31px !important
}

.border-radius-31 {
	border-radius: 31px !important
}

.line-h-31 {
	line-height: 31px !important
}

.z-index-31 {
	z-index: 31 !important
}

.min-w-31 {
	min-width: 31px !important
}

.max-w-31 {
	max-width: 31px !important
}

.letter-spacing-31 {
	letter-spacing: 31px !important
}

.mt-32 {
	margin-top: 32px !important
}

.mr-32 {
	margin-right: 32px !important
}

.mb-32 {
	margin-bottom: 32px !important
}

.ml-32 {
	margin-left: 32px !important
}

.pt-32 {
	padding-top: 32px !important
}

.pr-32 {
	padding-right: 32px !important
}

.pb-32 {
	padding-bottom: 32px !important
}

.pl-32 {
	padding-left: 32px !important
}

.h-32 {
	height: 32px !important
}

.w-32 {
	width: 32px !important
}

.top-32 {
	top: 32px !important
}

.bottom-32 {
	bottom: 32px !important
}

.left-32 {
	left: 32px !important
}

.right-32 {
	right: 32px !important
}

.width-32 {
	width: 32% !important
}

.height-32 {
	height: 32% !important
}

.font-size-32 {
	font-size: 32px !important
}

.border-radius-32 {
	border-radius: 32px !important
}

.line-h-32 {
	line-height: 32px !important
}

.z-index-32 {
	z-index: 32 !important
}

.min-w-32 {
	min-width: 32px !important
}

.max-w-32 {
	max-width: 32px !important
}

.letter-spacing-32 {
	letter-spacing: 32px !important
}

.mt-33 {
	margin-top: 33px !important
}

.mr-33 {
	margin-right: 33px !important
}

.mb-33 {
	margin-bottom: 33px !important
}

.ml-33 {
	margin-left: 33px !important
}

.pt-33 {
	padding-top: 33px !important
}

.pr-33 {
	padding-right: 33px !important
}

.pb-33 {
	padding-bottom: 33px !important
}

.pl-33 {
	padding-left: 33px !important
}

.h-33 {
	height: 33px !important
}

.w-33 {
	width: 33px !important
}

.top-33 {
	top: 33px !important
}

.bottom-33 {
	bottom: 33px !important
}

.left-33 {
	left: 33px !important
}

.right-33 {
	right: 33px !important
}

.width-33 {
	width: 33% !important
}

.height-33 {
	height: 33% !important
}

.font-size-33 {
	font-size: 33px !important
}

.border-radius-33 {
	border-radius: 33px !important
}

.line-h-33 {
	line-height: 33px !important
}

.z-index-33 {
	z-index: 33 !important
}

.min-w-33 {
	min-width: 33px !important
}

.max-w-33 {
	max-width: 33px !important
}

.letter-spacing-33 {
	letter-spacing: 33px !important
}

.mt-34 {
	margin-top: 34px !important
}

.mr-34 {
	margin-right: 34px !important
}

.mb-34 {
	margin-bottom: 34px !important
}

.ml-34 {
	margin-left: 34px !important
}

.pt-34 {
	padding-top: 34px !important
}

.pr-34 {
	padding-right: 34px !important
}

.pb-34 {
	padding-bottom: 34px !important
}

.pl-34 {
	padding-left: 34px !important
}

.h-34 {
	height: 34px !important
}

.w-34 {
	width: 34px !important
}

.top-34 {
	top: 34px !important
}

.bottom-34 {
	bottom: 34px !important
}

.left-34 {
	left: 34px !important
}

.right-34 {
	right: 34px !important
}

.width-34 {
	width: 34% !important
}

.height-34 {
	height: 34% !important
}

.font-size-34 {
	font-size: 34px !important
}

.border-radius-34 {
	border-radius: 34px !important
}

.line-h-34 {
	line-height: 34px !important
}

.z-index-34 {
	z-index: 34 !important
}

.min-w-34 {
	min-width: 34px !important
}

.max-w-34 {
	max-width: 34px !important
}

.letter-spacing-34 {
	letter-spacing: 34px !important
}

.mt-35 {
	margin-top: 35px !important
}

.mr-35 {
	margin-right: 35px !important
}

.mb-35 {
	margin-bottom: 35px !important
}

.ml-35 {
	margin-left: 35px !important
}

.pt-35 {
	padding-top: 35px !important
}

.pr-35 {
	padding-right: 35px !important
}

.pb-35 {
	padding-bottom: 35px !important
}

.pl-35 {
	padding-left: 35px !important
}

.h-35 {
	height: 35px !important
}

.w-35 {
	width: 35px !important
}

.top-35 {
	top: 35px !important
}

.bottom-35 {
	bottom: 35px !important
}

.left-35 {
	left: 35px !important
}

.right-35 {
	right: 35px !important
}

.width-35 {
	width: 35% !important
}

.height-35 {
	height: 35% !important
}

.font-size-35 {
	font-size: 35px !important
}

.border-radius-35 {
	border-radius: 35px !important
}

.line-h-35 {
	line-height: 35px !important
}

.z-index-35 {
	z-index: 35 !important
}

.min-w-35 {
	min-width: 35px !important
}

.max-w-35 {
	max-width: 35px !important
}

.letter-spacing-35 {
	letter-spacing: 35px !important
}

.mt-36 {
	margin-top: 36px !important
}

.mr-36 {
	margin-right: 36px !important
}

.mb-36 {
	margin-bottom: 36px !important
}

.ml-36 {
	margin-left: 36px !important
}

.pt-36 {
	padding-top: 36px !important
}

.pr-36 {
	padding-right: 36px !important
}

.pb-36 {
	padding-bottom: 36px !important
}

.pl-36 {
	padding-left: 36px !important
}

.h-36 {
	height: 36px !important
}

.w-36 {
	width: 36px !important
}

.top-36 {
	top: 36px !important
}

.bottom-36 {
	bottom: 36px !important
}

.left-36 {
	left: 36px !important
}

.right-36 {
	right: 36px !important
}

.width-36 {
	width: 36% !important
}

.height-36 {
	height: 36% !important
}

.font-size-36 {
	font-size: 36px !important
}

.border-radius-36 {
	border-radius: 36px !important
}

.line-h-36 {
	line-height: 36px !important
}

.z-index-36 {
	z-index: 36 !important
}

.min-w-36 {
	min-width: 36px !important
}

.max-w-36 {
	max-width: 36px !important
}

.letter-spacing-36 {
	letter-spacing: 36px !important
}

.mt-37 {
	margin-top: 37px !important
}

.mr-37 {
	margin-right: 37px !important
}

.mb-37 {
	margin-bottom: 37px !important
}

.ml-37 {
	margin-left: 37px !important
}

.pt-37 {
	padding-top: 37px !important
}

.pr-37 {
	padding-right: 37px !important
}

.pb-37 {
	padding-bottom: 37px !important
}

.pl-37 {
	padding-left: 37px !important
}

.h-37 {
	height: 37px !important
}

.w-37 {
	width: 37px !important
}

.top-37 {
	top: 37px !important
}

.bottom-37 {
	bottom: 37px !important
}

.left-37 {
	left: 37px !important
}

.right-37 {
	right: 37px !important
}

.width-37 {
	width: 37% !important
}

.height-37 {
	height: 37% !important
}

.font-size-37 {
	font-size: 37px !important
}

.border-radius-37 {
	border-radius: 37px !important
}

.line-h-37 {
	line-height: 37px !important
}

.z-index-37 {
	z-index: 37 !important
}

.min-w-37 {
	min-width: 37px !important
}

.max-w-37 {
	max-width: 37px !important
}

.letter-spacing-37 {
	letter-spacing: 37px !important
}

.mt-38 {
	margin-top: 38px !important
}

.mr-38 {
	margin-right: 38px !important
}

.mb-38 {
	margin-bottom: 38px !important
}

.ml-38 {
	margin-left: 38px !important
}

.pt-38 {
	padding-top: 38px !important
}

.pr-38 {
	padding-right: 38px !important
}

.pb-38 {
	padding-bottom: 38px !important
}

.pl-38 {
	padding-left: 38px !important
}

.h-38 {
	height: 38px !important
}

.w-38 {
	width: 38px !important
}

.top-38 {
	top: 38px !important
}

.bottom-38 {
	bottom: 38px !important
}

.left-38 {
	left: 38px !important
}

.right-38 {
	right: 38px !important
}

.width-38 {
	width: 38% !important
}

.height-38 {
	height: 38% !important
}

.font-size-38 {
	font-size: 38px !important
}

.border-radius-38 {
	border-radius: 38px !important
}

.line-h-38 {
	line-height: 38px !important
}

.z-index-38 {
	z-index: 38 !important
}

.min-w-38 {
	min-width: 38px !important
}

.max-w-38 {
	max-width: 38px !important
}

.letter-spacing-38 {
	letter-spacing: 38px !important
}

.mt-39 {
	margin-top: 39px !important
}

.mr-39 {
	margin-right: 39px !important
}

.mb-39 {
	margin-bottom: 39px !important
}

.ml-39 {
	margin-left: 39px !important
}

.pt-39 {
	padding-top: 39px !important
}

.pr-39 {
	padding-right: 39px !important
}

.pb-39 {
	padding-bottom: 39px !important
}

.pl-39 {
	padding-left: 39px !important
}

.h-39 {
	height: 39px !important
}

.w-39 {
	width: 39px !important
}

.top-39 {
	top: 39px !important
}

.bottom-39 {
	bottom: 39px !important
}

.left-39 {
	left: 39px !important
}

.right-39 {
	right: 39px !important
}

.width-39 {
	width: 39% !important
}

.height-39 {
	height: 39% !important
}

.font-size-39 {
	font-size: 39px !important
}

.border-radius-39 {
	border-radius: 39px !important
}

.line-h-39 {
	line-height: 39px !important
}

.z-index-39 {
	z-index: 39 !important
}

.min-w-39 {
	min-width: 39px !important
}

.max-w-39 {
	max-width: 39px !important
}

.letter-spacing-39 {
	letter-spacing: 39px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mr-40 {
	margin-right: 40px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.ml-40 {
	margin-left: 40px !important
}

.pt-40 {
	padding-top: 40px !important
}

.pr-40 {
	padding-right: 40px !important
}

.pb-40 {
	padding-bottom: 40px !important
}

.pl-40 {
	padding-left: 40px !important
}

.h-40 {
	height: 40px !important
}

.w-40 {
	width: 40px !important
}

.top-40 {
	top: 40px !important
}

.bottom-40 {
	bottom: 40px !important
}

.left-40 {
	left: 40px !important
}

.right-40 {
	right: 40px !important
}

.width-40 {
	width: 40% !important
}

.height-40 {
	height: 40% !important
}

.font-size-40 {
	font-size: 40px !important
}

.border-radius-40 {
	border-radius: 40px !important
}

.line-h-40 {
	line-height: 40px !important
}

.z-index-40 {
	z-index: 40 !important
}

.min-w-40 {
	min-width: 40px !important
}

.max-w-40 {
	max-width: 40px !important
}

.letter-spacing-40 {
	letter-spacing: 40px !important
}

.mt-41 {
	margin-top: 41px !important
}

.mr-41 {
	margin-right: 41px !important
}

.mb-41 {
	margin-bottom: 41px !important
}

.ml-41 {
	margin-left: 41px !important
}

.pt-41 {
	padding-top: 41px !important
}

.pr-41 {
	padding-right: 41px !important
}

.pb-41 {
	padding-bottom: 41px !important
}

.pl-41 {
	padding-left: 41px !important
}

.h-41 {
	height: 41px !important
}

.w-41 {
	width: 41px !important
}

.top-41 {
	top: 41px !important
}

.bottom-41 {
	bottom: 41px !important
}

.left-41 {
	left: 41px !important
}

.right-41 {
	right: 41px !important
}

.width-41 {
	width: 41% !important
}

.height-41 {
	height: 41% !important
}

.font-size-41 {
	font-size: 41px !important
}

.border-radius-41 {
	border-radius: 41px !important
}

.line-h-41 {
	line-height: 41px !important
}

.z-index-41 {
	z-index: 41 !important
}

.min-w-41 {
	min-width: 41px !important
}

.max-w-41 {
	max-width: 41px !important
}

.letter-spacing-41 {
	letter-spacing: 41px !important
}

.mt-42 {
	margin-top: 42px !important
}

.mr-42 {
	margin-right: 42px !important
}

.mb-42 {
	margin-bottom: 42px !important
}

.ml-42 {
	margin-left: 42px !important
}

.pt-42 {
	padding-top: 42px !important
}

.pr-42 {
	padding-right: 42px !important
}

.pb-42 {
	padding-bottom: 42px !important
}

.pl-42 {
	padding-left: 42px !important
}

.h-42 {
	height: 42px !important
}

.w-42 {
	width: 42px !important
}

.top-42 {
	top: 42px !important
}

.bottom-42 {
	bottom: 42px !important
}

.left-42 {
	left: 42px !important
}

.right-42 {
	right: 42px !important
}

.width-42 {
	width: 42% !important
}

.height-42 {
	height: 42% !important
}

.font-size-42 {
	font-size: 42px !important
}

.border-radius-42 {
	border-radius: 42px !important
}

.line-h-42 {
	line-height: 42px !important
}

.z-index-42 {
	z-index: 42 !important
}

.min-w-42 {
	min-width: 42px !important
}

.max-w-42 {
	max-width: 42px !important
}

.letter-spacing-42 {
	letter-spacing: 42px !important
}

.mt-43 {
	margin-top: 43px !important
}

.mr-43 {
	margin-right: 43px !important
}

.mb-43 {
	margin-bottom: 43px !important
}

.ml-43 {
	margin-left: 43px !important
}

.pt-43 {
	padding-top: 43px !important
}

.pr-43 {
	padding-right: 43px !important
}

.pb-43 {
	padding-bottom: 43px !important
}

.pl-43 {
	padding-left: 43px !important
}

.h-43 {
	height: 43px !important
}

.w-43 {
	width: 43px !important
}

.top-43 {
	top: 43px !important
}

.bottom-43 {
	bottom: 43px !important
}

.left-43 {
	left: 43px !important
}

.right-43 {
	right: 43px !important
}

.width-43 {
	width: 43% !important
}

.height-43 {
	height: 43% !important
}

.font-size-43 {
	font-size: 43px !important
}

.border-radius-43 {
	border-radius: 43px !important
}

.line-h-43 {
	line-height: 43px !important
}

.z-index-43 {
	z-index: 43 !important
}

.min-w-43 {
	min-width: 43px !important
}

.max-w-43 {
	max-width: 43px !important
}

.letter-spacing-43 {
	letter-spacing: 43px !important
}

.mt-44 {
	margin-top: 44px !important
}

.mr-44 {
	margin-right: 44px !important
}

.mb-44 {
	margin-bottom: 44px !important
}

.ml-44 {
	margin-left: 44px !important
}

.pt-44 {
	padding-top: 44px !important
}

.pr-44 {
	padding-right: 44px !important
}

.pb-44 {
	padding-bottom: 44px !important
}

.pl-44 {
	padding-left: 44px !important
}

.h-44 {
	height: 44px !important
}

.w-44 {
	width: 44px !important
}

.top-44 {
	top: 44px !important
}

.bottom-44 {
	bottom: 44px !important
}

.left-44 {
	left: 44px !important
}

.right-44 {
	right: 44px !important
}

.width-44 {
	width: 44% !important
}

.height-44 {
	height: 44% !important
}

.font-size-44 {
	font-size: 44px !important
}

.border-radius-44 {
	border-radius: 44px !important
}

.line-h-44 {
	line-height: 44px !important
}

.z-index-44 {
	z-index: 44 !important
}

.min-w-44 {
	min-width: 44px !important
}

.max-w-44 {
	max-width: 44px !important
}

.letter-spacing-44 {
	letter-spacing: 44px !important
}

.mt-45 {
	margin-top: 45px !important
}

.mr-45 {
	margin-right: 45px !important
}

.mb-45 {
	margin-bottom: 45px !important
}

.ml-45 {
	margin-left: 45px !important
}

.pt-45 {
	padding-top: 45px !important
}

.pr-45 {
	padding-right: 45px !important
}

.pb-45 {
	padding-bottom: 45px !important
}

.pl-45 {
	padding-left: 45px !important
}

.h-45 {
	height: 45px !important
}

.w-45 {
	width: 45px !important
}

.top-45 {
	top: 45px !important
}

.bottom-45 {
	bottom: 45px !important
}

.left-45 {
	left: 45px !important
}

.right-45 {
	right: 45px !important
}

.width-45 {
	width: 45% !important
}

.height-45 {
	height: 45% !important
}

.font-size-45 {
	font-size: 45px !important
}

.border-radius-45 {
	border-radius: 45px !important
}

.line-h-45 {
	line-height: 45px !important
}

.z-index-45 {
	z-index: 45 !important
}

.min-w-45 {
	min-width: 45px !important
}

.max-w-45 {
	max-width: 45px !important
}

.letter-spacing-45 {
	letter-spacing: 45px !important
}

.mt-46 {
	margin-top: 46px !important
}

.mr-46 {
	margin-right: 46px !important
}

.mb-46 {
	margin-bottom: 46px !important
}

.ml-46 {
	margin-left: 46px !important
}

.pt-46 {
	padding-top: 46px !important
}

.pr-46 {
	padding-right: 46px !important
}

.pb-46 {
	padding-bottom: 46px !important
}

.pl-46 {
	padding-left: 46px !important
}

.h-46 {
	height: 46px !important
}

.w-46 {
	width: 46px !important
}

.top-46 {
	top: 46px !important
}

.bottom-46 {
	bottom: 46px !important
}

.left-46 {
	left: 46px !important
}

.right-46 {
	right: 46px !important
}

.width-46 {
	width: 46% !important
}

.height-46 {
	height: 46% !important
}

.font-size-46 {
	font-size: 46px !important
}

.border-radius-46 {
	border-radius: 46px !important
}

.line-h-46 {
	line-height: 46px !important
}

.z-index-46 {
	z-index: 46 !important
}

.min-w-46 {
	min-width: 46px !important
}

.max-w-46 {
	max-width: 46px !important
}

.letter-spacing-46 {
	letter-spacing: 46px !important
}

.mt-47 {
	margin-top: 47px !important
}

.mr-47 {
	margin-right: 47px !important
}

.mb-47 {
	margin-bottom: 47px !important
}

.ml-47 {
	margin-left: 47px !important
}

.pt-47 {
	padding-top: 47px !important
}

.pr-47 {
	padding-right: 47px !important
}

.pb-47 {
	padding-bottom: 47px !important
}

.pl-47 {
	padding-left: 47px !important
}

.h-47 {
	height: 47px !important
}

.w-47 {
	width: 47px !important
}

.top-47 {
	top: 47px !important
}

.bottom-47 {
	bottom: 47px !important
}

.left-47 {
	left: 47px !important
}

.right-47 {
	right: 47px !important
}

.width-47 {
	width: 47% !important
}

.height-47 {
	height: 47% !important
}

.font-size-47 {
	font-size: 47px !important
}

.border-radius-47 {
	border-radius: 47px !important
}

.line-h-47 {
	line-height: 47px !important
}

.z-index-47 {
	z-index: 47 !important
}

.min-w-47 {
	min-width: 47px !important
}

.max-w-47 {
	max-width: 47px !important
}

.letter-spacing-47 {
	letter-spacing: 47px !important
}

.mt-48 {
	margin-top: 48px !important
}

.mr-48 {
	margin-right: 48px !important
}

.mb-48 {
	margin-bottom: 48px !important
}

.ml-48 {
	margin-left: 48px !important
}

.pt-48 {
	padding-top: 48px !important
}

.pr-48 {
	padding-right: 48px !important
}

.pb-48 {
	padding-bottom: 48px !important
}

.pl-48 {
	padding-left: 48px !important
}

.h-48 {
	height: 48px !important
}

.w-48 {
	width: 48px !important
}

.top-48 {
	top: 48px !important
}

.bottom-48 {
	bottom: 48px !important
}

.left-48 {
	left: 48px !important
}

.right-48 {
	right: 48px !important
}

.width-48 {
	width: 48% !important
}

.height-48 {
	height: 48% !important
}

.font-size-48 {
	font-size: 48px !important
}

.border-radius-48 {
	border-radius: 48px !important
}

.line-h-48 {
	line-height: 48px !important
}

.z-index-48 {
	z-index: 48 !important
}

.min-w-48 {
	min-width: 48px !important
}

.max-w-48 {
	max-width: 48px !important
}

.letter-spacing-48 {
	letter-spacing: 48px !important
}

.mt-49 {
	margin-top: 49px !important
}

.mr-49 {
	margin-right: 49px !important
}

.mb-49 {
	margin-bottom: 49px !important
}

.ml-49 {
	margin-left: 49px !important
}

.pt-49 {
	padding-top: 49px !important
}

.pr-49 {
	padding-right: 49px !important
}

.pb-49 {
	padding-bottom: 49px !important
}

.pl-49 {
	padding-left: 49px !important
}

.h-49 {
	height: 49px !important
}

.w-49 {
	width: 49px !important
}

.top-49 {
	top: 49px !important
}

.bottom-49 {
	bottom: 49px !important
}

.left-49 {
	left: 49px !important
}

.right-49 {
	right: 49px !important
}

.width-49 {
	width: 49% !important
}

.height-49 {
	height: 49% !important
}

.font-size-49 {
	font-size: 49px !important
}

.border-radius-49 {
	border-radius: 49px !important
}

.line-h-49 {
	line-height: 49px !important
}

.z-index-49 {
	z-index: 49 !important
}

.min-w-49 {
	min-width: 49px !important
}

.max-w-49 {
	max-width: 49px !important
}

.letter-spacing-49 {
	letter-spacing: 49px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mr-50 {
	margin-right: 50px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.ml-50 {
	margin-left: 50px !important
}

.pt-50 {
	padding-top: 50px !important
}

.pr-50 {
	padding-right: 50px !important
}

.pb-50 {
	padding-bottom: 50px !important
}

.pl-50 {
	padding-left: 50px !important
}

.h-50 {
	height: 50px !important
}

.w-50 {
	width: 50px !important
}

.top-50 {
	top: 50px !important
}

.bottom-50 {
	bottom: 50px !important
}

.left-50 {
	left: 50px !important
}

.right-50 {
	right: 50px !important
}

.width-50 {
	width: 50% !important
}

.height-50 {
	height: 50% !important
}

.font-size-50 {
	font-size: 50px !important
}

.border-radius-50 {
	border-radius: 50px !important
}

.line-h-50 {
	line-height: 50px !important
}

.z-index-50 {
	z-index: 50 !important
}

.min-w-50 {
	min-width: 50px !important
}

.max-w-50 {
	max-width: 50px !important
}

.letter-spacing-50 {
	letter-spacing: 50px !important
}

.mt-51 {
	margin-top: 51px !important
}

.mr-51 {
	margin-right: 51px !important
}

.mb-51 {
	margin-bottom: 51px !important
}

.ml-51 {
	margin-left: 51px !important
}

.pt-51 {
	padding-top: 51px !important
}

.pr-51 {
	padding-right: 51px !important
}

.pb-51 {
	padding-bottom: 51px !important
}

.pl-51 {
	padding-left: 51px !important
}

.h-51 {
	height: 51px !important
}

.w-51 {
	width: 51px !important
}

.top-51 {
	top: 51px !important
}

.bottom-51 {
	bottom: 51px !important
}

.left-51 {
	left: 51px !important
}

.right-51 {
	right: 51px !important
}

.width-51 {
	width: 51% !important
}

.height-51 {
	height: 51% !important
}

.font-size-51 {
	font-size: 51px !important
}

.border-radius-51 {
	border-radius: 51px !important
}

.line-h-51 {
	line-height: 51px !important
}

.z-index-51 {
	z-index: 51 !important
}

.min-w-51 {
	min-width: 51px !important
}

.max-w-51 {
	max-width: 51px !important
}

.letter-spacing-51 {
	letter-spacing: 51px !important
}

.mt-52 {
	margin-top: 52px !important
}

.mr-52 {
	margin-right: 52px !important
}

.mb-52 {
	margin-bottom: 52px !important
}

.ml-52 {
	margin-left: 52px !important
}

.pt-52 {
	padding-top: 52px !important
}

.pr-52 {
	padding-right: 52px !important
}

.pb-52 {
	padding-bottom: 52px !important
}

.pl-52 {
	padding-left: 52px !important
}

.h-52 {
	height: 52px !important
}

.w-52 {
	width: 52px !important
}

.top-52 {
	top: 52px !important
}

.bottom-52 {
	bottom: 52px !important
}

.left-52 {
	left: 52px !important
}

.right-52 {
	right: 52px !important
}

.width-52 {
	width: 52% !important
}

.height-52 {
	height: 52% !important
}

.font-size-52 {
	font-size: 52px !important
}

.border-radius-52 {
	border-radius: 52px !important
}

.line-h-52 {
	line-height: 52px !important
}

.z-index-52 {
	z-index: 52 !important
}

.min-w-52 {
	min-width: 52px !important
}

.max-w-52 {
	max-width: 52px !important
}

.letter-spacing-52 {
	letter-spacing: 52px !important
}

.mt-53 {
	margin-top: 53px !important
}

.mr-53 {
	margin-right: 53px !important
}

.mb-53 {
	margin-bottom: 53px !important
}

.ml-53 {
	margin-left: 53px !important
}

.pt-53 {
	padding-top: 53px !important
}

.pr-53 {
	padding-right: 53px !important
}

.pb-53 {
	padding-bottom: 53px !important
}

.pl-53 {
	padding-left: 53px !important
}

.h-53 {
	height: 53px !important
}

.w-53 {
	width: 53px !important
}

.top-53 {
	top: 53px !important
}

.bottom-53 {
	bottom: 53px !important
}

.left-53 {
	left: 53px !important
}

.right-53 {
	right: 53px !important
}

.width-53 {
	width: 53% !important
}

.height-53 {
	height: 53% !important
}

.font-size-53 {
	font-size: 53px !important
}

.border-radius-53 {
	border-radius: 53px !important
}

.line-h-53 {
	line-height: 53px !important
}

.z-index-53 {
	z-index: 53 !important
}

.min-w-53 {
	min-width: 53px !important
}

.max-w-53 {
	max-width: 53px !important
}

.letter-spacing-53 {
	letter-spacing: 53px !important
}

.mt-54 {
	margin-top: 54px !important
}

.mr-54 {
	margin-right: 54px !important
}

.mb-54 {
	margin-bottom: 54px !important
}

.ml-54 {
	margin-left: 54px !important
}

.pt-54 {
	padding-top: 54px !important
}

.pr-54 {
	padding-right: 54px !important
}

.pb-54 {
	padding-bottom: 54px !important
}

.pl-54 {
	padding-left: 54px !important
}

.h-54 {
	height: 54px !important
}

.w-54 {
	width: 54px !important
}

.top-54 {
	top: 54px !important
}

.bottom-54 {
	bottom: 54px !important
}

.left-54 {
	left: 54px !important
}

.right-54 {
	right: 54px !important
}

.width-54 {
	width: 54% !important
}

.height-54 {
	height: 54% !important
}

.font-size-54 {
	font-size: 54px !important
}

.border-radius-54 {
	border-radius: 54px !important
}

.line-h-54 {
	line-height: 54px !important
}

.z-index-54 {
	z-index: 54 !important
}

.min-w-54 {
	min-width: 54px !important
}

.max-w-54 {
	max-width: 54px !important
}

.letter-spacing-54 {
	letter-spacing: 54px !important
}

.mt-55 {
	margin-top: 55px !important
}

.mr-55 {
	margin-right: 55px !important
}

.mb-55 {
	margin-bottom: 55px !important
}

.ml-55 {
	margin-left: 55px !important
}

.pt-55 {
	padding-top: 55px !important
}

.pr-55 {
	padding-right: 55px !important
}

.pb-55 {
	padding-bottom: 55px !important
}

.pl-55 {
	padding-left: 55px !important
}

.h-55 {
	height: 55px !important
}

.w-55 {
	width: 55px !important
}

.top-55 {
	top: 55px !important
}

.bottom-55 {
	bottom: 55px !important
}

.left-55 {
	left: 55px !important
}

.right-55 {
	right: 55px !important
}

.width-55 {
	width: 55% !important
}

.height-55 {
	height: 55% !important
}

.font-size-55 {
	font-size: 55px !important
}

.border-radius-55 {
	border-radius: 55px !important
}

.line-h-55 {
	line-height: 55px !important
}

.z-index-55 {
	z-index: 55 !important
}

.min-w-55 {
	min-width: 55px !important
}

.max-w-55 {
	max-width: 55px !important
}

.letter-spacing-55 {
	letter-spacing: 55px !important
}

.mt-56 {
	margin-top: 56px !important
}

.mr-56 {
	margin-right: 56px !important
}

.mb-56 {
	margin-bottom: 56px !important
}

.ml-56 {
	margin-left: 56px !important
}

.pt-56 {
	padding-top: 56px !important
}

.pr-56 {
	padding-right: 56px !important
}

.pb-56 {
	padding-bottom: 56px !important
}

.pl-56 {
	padding-left: 56px !important
}

.h-56 {
	height: 56px !important
}

.w-56 {
	width: 56px !important
}

.top-56 {
	top: 56px !important
}

.bottom-56 {
	bottom: 56px !important
}

.left-56 {
	left: 56px !important
}

.right-56 {
	right: 56px !important
}

.width-56 {
	width: 56% !important
}

.height-56 {
	height: 56% !important
}

.font-size-56 {
	font-size: 56px !important
}

.border-radius-56 {
	border-radius: 56px !important
}

.line-h-56 {
	line-height: 56px !important
}

.z-index-56 {
	z-index: 56 !important
}

.min-w-56 {
	min-width: 56px !important
}

.max-w-56 {
	max-width: 56px !important
}

.letter-spacing-56 {
	letter-spacing: 56px !important
}

.mt-57 {
	margin-top: 57px !important
}

.mr-57 {
	margin-right: 57px !important
}

.mb-57 {
	margin-bottom: 57px !important
}

.ml-57 {
	margin-left: 57px !important
}

.pt-57 {
	padding-top: 57px !important
}

.pr-57 {
	padding-right: 57px !important
}

.pb-57 {
	padding-bottom: 57px !important
}

.pl-57 {
	padding-left: 57px !important
}

.h-57 {
	height: 57px !important
}

.w-57 {
	width: 57px !important
}

.top-57 {
	top: 57px !important
}

.bottom-57 {
	bottom: 57px !important
}

.left-57 {
	left: 57px !important
}

.right-57 {
	right: 57px !important
}

.width-57 {
	width: 57% !important
}

.height-57 {
	height: 57% !important
}

.font-size-57 {
	font-size: 57px !important
}

.border-radius-57 {
	border-radius: 57px !important
}

.line-h-57 {
	line-height: 57px !important
}

.z-index-57 {
	z-index: 57 !important
}

.min-w-57 {
	min-width: 57px !important
}

.max-w-57 {
	max-width: 57px !important
}

.letter-spacing-57 {
	letter-spacing: 57px !important
}

.mt-58 {
	margin-top: 58px !important
}

.mr-58 {
	margin-right: 58px !important
}

.mb-58 {
	margin-bottom: 58px !important
}

.ml-58 {
	margin-left: 58px !important
}

.pt-58 {
	padding-top: 58px !important
}

.pr-58 {
	padding-right: 58px !important
}

.pb-58 {
	padding-bottom: 58px !important
}

.pl-58 {
	padding-left: 58px !important
}

.h-58 {
	height: 58px !important
}

.w-58 {
	width: 58px !important
}

.top-58 {
	top: 58px !important
}

.bottom-58 {
	bottom: 58px !important
}

.left-58 {
	left: 58px !important
}

.right-58 {
	right: 58px !important
}

.width-58 {
	width: 58% !important
}

.height-58 {
	height: 58% !important
}

.font-size-58 {
	font-size: 58px !important
}

.border-radius-58 {
	border-radius: 58px !important
}

.line-h-58 {
	line-height: 58px !important
}

.z-index-58 {
	z-index: 58 !important
}

.min-w-58 {
	min-width: 58px !important
}

.max-w-58 {
	max-width: 58px !important
}

.letter-spacing-58 {
	letter-spacing: 58px !important
}

.mt-59 {
	margin-top: 59px !important
}

.mr-59 {
	margin-right: 59px !important
}

.mb-59 {
	margin-bottom: 59px !important
}

.ml-59 {
	margin-left: 59px !important
}

.pt-59 {
	padding-top: 59px !important
}

.pr-59 {
	padding-right: 59px !important
}

.pb-59 {
	padding-bottom: 59px !important
}

.pl-59 {
	padding-left: 59px !important
}

.h-59 {
	height: 59px !important
}

.w-59 {
	width: 59px !important
}

.top-59 {
	top: 59px !important
}

.bottom-59 {
	bottom: 59px !important
}

.left-59 {
	left: 59px !important
}

.right-59 {
	right: 59px !important
}

.width-59 {
	width: 59% !important
}

.height-59 {
	height: 59% !important
}

.font-size-59 {
	font-size: 59px !important
}

.border-radius-59 {
	border-radius: 59px !important
}

.line-h-59 {
	line-height: 59px !important
}

.z-index-59 {
	z-index: 59 !important
}

.min-w-59 {
	min-width: 59px !important
}

.max-w-59 {
	max-width: 59px !important
}

.letter-spacing-59 {
	letter-spacing: 59px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mr-60 {
	margin-right: 60px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.ml-60 {
	margin-left: 60px !important
}

.pt-60 {
	padding-top: 60px !important
}

.pr-60 {
	padding-right: 60px !important
}

.pb-60 {
	padding-bottom: 60px !important
}

.pl-60 {
	padding-left: 60px !important
}

.h-60 {
	height: 60px !important
}

.w-60 {
	width: 60px !important
}

.top-60 {
	top: 60px !important
}

.bottom-60 {
	bottom: 60px !important
}

.left-60 {
	left: 60px !important
}

.right-60 {
	right: 60px !important
}

.width-60 {
	width: 60% !important
}

.height-60 {
	height: 60% !important
}

.font-size-60 {
	font-size: 60px !important
}

.border-radius-60 {
	border-radius: 60px !important
}

.line-h-60 {
	line-height: 60px !important
}

.z-index-60 {
	z-index: 60 !important
}

.min-w-60 {
	min-width: 60px !important
}

.max-w-60 {
	max-width: 60px !important
}

.letter-spacing-60 {
	letter-spacing: 60px !important
}

.mt-61 {
	margin-top: 61px !important
}

.mr-61 {
	margin-right: 61px !important
}

.mb-61 {
	margin-bottom: 61px !important
}

.ml-61 {
	margin-left: 61px !important
}

.pt-61 {
	padding-top: 61px !important
}

.pr-61 {
	padding-right: 61px !important
}

.pb-61 {
	padding-bottom: 61px !important
}

.pl-61 {
	padding-left: 61px !important
}

.h-61 {
	height: 61px !important
}

.w-61 {
	width: 61px !important
}

.top-61 {
	top: 61px !important
}

.bottom-61 {
	bottom: 61px !important
}

.left-61 {
	left: 61px !important
}

.right-61 {
	right: 61px !important
}

.width-61 {
	width: 61% !important
}

.height-61 {
	height: 61% !important
}

.font-size-61 {
	font-size: 61px !important
}

.border-radius-61 {
	border-radius: 61px !important
}

.line-h-61 {
	line-height: 61px !important
}

.z-index-61 {
	z-index: 61 !important
}

.min-w-61 {
	min-width: 61px !important
}

.max-w-61 {
	max-width: 61px !important
}

.letter-spacing-61 {
	letter-spacing: 61px !important
}

.mt-62 {
	margin-top: 62px !important
}

.mr-62 {
	margin-right: 62px !important
}

.mb-62 {
	margin-bottom: 62px !important
}

.ml-62 {
	margin-left: 62px !important
}

.pt-62 {
	padding-top: 62px !important
}

.pr-62 {
	padding-right: 62px !important
}

.pb-62 {
	padding-bottom: 62px !important
}

.pl-62 {
	padding-left: 62px !important
}

.h-62 {
	height: 62px !important
}

.w-62 {
	width: 62px !important
}

.top-62 {
	top: 62px !important
}

.bottom-62 {
	bottom: 62px !important
}

.left-62 {
	left: 62px !important
}

.right-62 {
	right: 62px !important
}

.width-62 {
	width: 62% !important
}

.height-62 {
	height: 62% !important
}

.font-size-62 {
	font-size: 62px !important
}

.border-radius-62 {
	border-radius: 62px !important
}

.line-h-62 {
	line-height: 62px !important
}

.z-index-62 {
	z-index: 62 !important
}

.min-w-62 {
	min-width: 62px !important
}

.max-w-62 {
	max-width: 62px !important
}

.letter-spacing-62 {
	letter-spacing: 62px !important
}

.mt-63 {
	margin-top: 63px !important
}

.mr-63 {
	margin-right: 63px !important
}

.mb-63 {
	margin-bottom: 63px !important
}

.ml-63 {
	margin-left: 63px !important
}

.pt-63 {
	padding-top: 63px !important
}

.pr-63 {
	padding-right: 63px !important
}

.pb-63 {
	padding-bottom: 63px !important
}

.pl-63 {
	padding-left: 63px !important
}

.h-63 {
	height: 63px !important
}

.w-63 {
	width: 63px !important
}

.top-63 {
	top: 63px !important
}

.bottom-63 {
	bottom: 63px !important
}

.left-63 {
	left: 63px !important
}

.right-63 {
	right: 63px !important
}

.width-63 {
	width: 63% !important
}

.height-63 {
	height: 63% !important
}

.font-size-63 {
	font-size: 63px !important
}

.border-radius-63 {
	border-radius: 63px !important
}

.line-h-63 {
	line-height: 63px !important
}

.z-index-63 {
	z-index: 63 !important
}

.min-w-63 {
	min-width: 63px !important
}

.max-w-63 {
	max-width: 63px !important
}

.letter-spacing-63 {
	letter-spacing: 63px !important
}

.mt-64 {
	margin-top: 64px !important
}

.mr-64 {
	margin-right: 64px !important
}

.mb-64 {
	margin-bottom: 64px !important
}

.ml-64 {
	margin-left: 64px !important
}

.pt-64 {
	padding-top: 64px !important
}

.pr-64 {
	padding-right: 64px !important
}

.pb-64 {
	padding-bottom: 64px !important
}

.pl-64 {
	padding-left: 64px !important
}

.h-64 {
	height: 64px !important
}

.w-64 {
	width: 64px !important
}

.top-64 {
	top: 64px !important
}

.bottom-64 {
	bottom: 64px !important
}

.left-64 {
	left: 64px !important
}

.right-64 {
	right: 64px !important
}

.width-64 {
	width: 64% !important
}

.height-64 {
	height: 64% !important
}

.font-size-64 {
	font-size: 64px !important
}

.border-radius-64 {
	border-radius: 64px !important
}

.line-h-64 {
	line-height: 64px !important
}

.z-index-64 {
	z-index: 64 !important
}

.min-w-64 {
	min-width: 64px !important
}

.max-w-64 {
	max-width: 64px !important
}

.letter-spacing-64 {
	letter-spacing: 64px !important
}

.mt-65 {
	margin-top: 65px !important
}

.mr-65 {
	margin-right: 65px !important
}

.mb-65 {
	margin-bottom: 65px !important
}

.ml-65 {
	margin-left: 65px !important
}

.pt-65 {
	padding-top: 65px !important
}

.pr-65 {
	padding-right: 65px !important
}

.pb-65 {
	padding-bottom: 65px !important
}

.pl-65 {
	padding-left: 65px !important
}

.h-65 {
	height: 65px !important
}

.w-65 {
	width: 65px !important
}

.top-65 {
	top: 65px !important
}

.bottom-65 {
	bottom: 65px !important
}

.left-65 {
	left: 65px !important
}

.right-65 {
	right: 65px !important
}

.width-65 {
	width: 65% !important
}

.height-65 {
	height: 65% !important
}

.font-size-65 {
	font-size: 65px !important
}

.border-radius-65 {
	border-radius: 65px !important
}

.line-h-65 {
	line-height: 65px !important
}

.z-index-65 {
	z-index: 65 !important
}

.min-w-65 {
	min-width: 65px !important
}

.max-w-65 {
	max-width: 65px !important
}

.letter-spacing-65 {
	letter-spacing: 65px !important
}

.mt-66 {
	margin-top: 66px !important
}

.mr-66 {
	margin-right: 66px !important
}

.mb-66 {
	margin-bottom: 66px !important
}

.ml-66 {
	margin-left: 66px !important
}

.pt-66 {
	padding-top: 66px !important
}

.pr-66 {
	padding-right: 66px !important
}

.pb-66 {
	padding-bottom: 66px !important
}

.pl-66 {
	padding-left: 66px !important
}

.h-66 {
	height: 66px !important
}

.w-66 {
	width: 66px !important
}

.top-66 {
	top: 66px !important
}

.bottom-66 {
	bottom: 66px !important
}

.left-66 {
	left: 66px !important
}

.right-66 {
	right: 66px !important
}

.width-66 {
	width: 66% !important
}

.height-66 {
	height: 66% !important
}

.font-size-66 {
	font-size: 66px !important
}

.border-radius-66 {
	border-radius: 66px !important
}

.line-h-66 {
	line-height: 66px !important
}

.z-index-66 {
	z-index: 66 !important
}

.min-w-66 {
	min-width: 66px !important
}

.max-w-66 {
	max-width: 66px !important
}

.letter-spacing-66 {
	letter-spacing: 66px !important
}

.mt-67 {
	margin-top: 67px !important
}

.mr-67 {
	margin-right: 67px !important
}

.mb-67 {
	margin-bottom: 67px !important
}

.ml-67 {
	margin-left: 67px !important
}

.pt-67 {
	padding-top: 67px !important
}

.pr-67 {
	padding-right: 67px !important
}

.pb-67 {
	padding-bottom: 67px !important
}

.pl-67 {
	padding-left: 67px !important
}

.h-67 {
	height: 67px !important
}

.w-67 {
	width: 67px !important
}

.top-67 {
	top: 67px !important
}

.bottom-67 {
	bottom: 67px !important
}

.left-67 {
	left: 67px !important
}

.right-67 {
	right: 67px !important
}

.width-67 {
	width: 67% !important
}

.height-67 {
	height: 67% !important
}

.font-size-67 {
	font-size: 67px !important
}

.border-radius-67 {
	border-radius: 67px !important
}

.line-h-67 {
	line-height: 67px !important
}

.z-index-67 {
	z-index: 67 !important
}

.min-w-67 {
	min-width: 67px !important
}

.max-w-67 {
	max-width: 67px !important
}

.letter-spacing-67 {
	letter-spacing: 67px !important
}

.mt-68 {
	margin-top: 68px !important
}

.mr-68 {
	margin-right: 68px !important
}

.mb-68 {
	margin-bottom: 68px !important
}

.ml-68 {
	margin-left: 68px !important
}

.pt-68 {
	padding-top: 68px !important
}

.pr-68 {
	padding-right: 68px !important
}

.pb-68 {
	padding-bottom: 68px !important
}

.pl-68 {
	padding-left: 68px !important
}

.h-68 {
	height: 68px !important
}

.w-68 {
	width: 68px !important
}

.top-68 {
	top: 68px !important
}

.bottom-68 {
	bottom: 68px !important
}

.left-68 {
	left: 68px !important
}

.right-68 {
	right: 68px !important
}

.width-68 {
	width: 68% !important
}

.height-68 {
	height: 68% !important
}

.font-size-68 {
	font-size: 68px !important
}

.border-radius-68 {
	border-radius: 68px !important
}

.line-h-68 {
	line-height: 68px !important
}

.z-index-68 {
	z-index: 68 !important
}

.min-w-68 {
	min-width: 68px !important
}

.max-w-68 {
	max-width: 68px !important
}

.letter-spacing-68 {
	letter-spacing: 68px !important
}

.mt-69 {
	margin-top: 69px !important
}

.mr-69 {
	margin-right: 69px !important
}

.mb-69 {
	margin-bottom: 69px !important
}

.ml-69 {
	margin-left: 69px !important
}

.pt-69 {
	padding-top: 69px !important
}

.pr-69 {
	padding-right: 69px !important
}

.pb-69 {
	padding-bottom: 69px !important
}

.pl-69 {
	padding-left: 69px !important
}

.h-69 {
	height: 69px !important
}

.w-69 {
	width: 69px !important
}

.top-69 {
	top: 69px !important
}

.bottom-69 {
	bottom: 69px !important
}

.left-69 {
	left: 69px !important
}

.right-69 {
	right: 69px !important
}

.width-69 {
	width: 69% !important
}

.height-69 {
	height: 69% !important
}

.font-size-69 {
	font-size: 69px !important
}

.border-radius-69 {
	border-radius: 69px !important
}

.line-h-69 {
	line-height: 69px !important
}

.z-index-69 {
	z-index: 69 !important
}

.min-w-69 {
	min-width: 69px !important
}

.max-w-69 {
	max-width: 69px !important
}

.letter-spacing-69 {
	letter-spacing: 69px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mr-70 {
	margin-right: 70px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.ml-70 {
	margin-left: 70px !important
}

.pt-70 {
	padding-top: 70px !important
}

.pr-70 {
	padding-right: 70px !important
}

.pb-70 {
	padding-bottom: 70px !important
}

.pl-70 {
	padding-left: 70px !important
}

.h-70 {
	height: 70px !important
}

.w-70 {
	width: 70px !important
}

.top-70 {
	top: 70px !important
}

.bottom-70 {
	bottom: 70px !important
}

.left-70 {
	left: 70px !important
}

.right-70 {
	right: 70px !important
}

.width-70 {
	width: 70% !important
}

.height-70 {
	height: 70% !important
}

.font-size-70 {
	font-size: 70px !important
}

.border-radius-70 {
	border-radius: 70px !important
}

.line-h-70 {
	line-height: 70px !important
}

.z-index-70 {
	z-index: 70 !important
}

.min-w-70 {
	min-width: 70px !important
}

.max-w-70 {
	max-width: 70px !important
}

.letter-spacing-70 {
	letter-spacing: 70px !important
}

.mt-71 {
	margin-top: 71px !important
}

.mr-71 {
	margin-right: 71px !important
}

.mb-71 {
	margin-bottom: 71px !important
}

.ml-71 {
	margin-left: 71px !important
}

.pt-71 {
	padding-top: 71px !important
}

.pr-71 {
	padding-right: 71px !important
}

.pb-71 {
	padding-bottom: 71px !important
}

.pl-71 {
	padding-left: 71px !important
}

.h-71 {
	height: 71px !important
}

.w-71 {
	width: 71px !important
}

.top-71 {
	top: 71px !important
}

.bottom-71 {
	bottom: 71px !important
}

.left-71 {
	left: 71px !important
}

.right-71 {
	right: 71px !important
}

.width-71 {
	width: 71% !important
}

.height-71 {
	height: 71% !important
}

.font-size-71 {
	font-size: 71px !important
}

.border-radius-71 {
	border-radius: 71px !important
}

.line-h-71 {
	line-height: 71px !important
}

.z-index-71 {
	z-index: 71 !important
}

.min-w-71 {
	min-width: 71px !important
}

.max-w-71 {
	max-width: 71px !important
}

.letter-spacing-71 {
	letter-spacing: 71px !important
}

.mt-72 {
	margin-top: 72px !important
}

.mr-72 {
	margin-right: 72px !important
}

.mb-72 {
	margin-bottom: 72px !important
}

.ml-72 {
	margin-left: 72px !important
}

.pt-72 {
	padding-top: 72px !important
}

.pr-72 {
	padding-right: 72px !important
}

.pb-72 {
	padding-bottom: 72px !important
}

.pl-72 {
	padding-left: 72px !important
}

.h-72 {
	height: 72px !important
}

.w-72 {
	width: 72px !important
}

.top-72 {
	top: 72px !important
}

.bottom-72 {
	bottom: 72px !important
}

.left-72 {
	left: 72px !important
}

.right-72 {
	right: 72px !important
}

.width-72 {
	width: 72% !important
}

.height-72 {
	height: 72% !important
}

.font-size-72 {
	font-size: 72px !important
}

.border-radius-72 {
	border-radius: 72px !important
}

.line-h-72 {
	line-height: 72px !important
}

.z-index-72 {
	z-index: 72 !important
}

.min-w-72 {
	min-width: 72px !important
}

.max-w-72 {
	max-width: 72px !important
}

.letter-spacing-72 {
	letter-spacing: 72px !important
}

.mt-73 {
	margin-top: 73px !important
}

.mr-73 {
	margin-right: 73px !important
}

.mb-73 {
	margin-bottom: 73px !important
}

.ml-73 {
	margin-left: 73px !important
}

.pt-73 {
	padding-top: 73px !important
}

.pr-73 {
	padding-right: 73px !important
}

.pb-73 {
	padding-bottom: 73px !important
}

.pl-73 {
	padding-left: 73px !important
}

.h-73 {
	height: 73px !important
}

.w-73 {
	width: 73px !important
}

.top-73 {
	top: 73px !important
}

.bottom-73 {
	bottom: 73px !important
}

.left-73 {
	left: 73px !important
}

.right-73 {
	right: 73px !important
}

.width-73 {
	width: 73% !important
}

.height-73 {
	height: 73% !important
}

.font-size-73 {
	font-size: 73px !important
}

.border-radius-73 {
	border-radius: 73px !important
}

.line-h-73 {
	line-height: 73px !important
}

.z-index-73 {
	z-index: 73 !important
}

.min-w-73 {
	min-width: 73px !important
}

.max-w-73 {
	max-width: 73px !important
}

.letter-spacing-73 {
	letter-spacing: 73px !important
}

.mt-74 {
	margin-top: 74px !important
}

.mr-74 {
	margin-right: 74px !important
}

.mb-74 {
	margin-bottom: 74px !important
}

.ml-74 {
	margin-left: 74px !important
}

.pt-74 {
	padding-top: 74px !important
}

.pr-74 {
	padding-right: 74px !important
}

.pb-74 {
	padding-bottom: 74px !important
}

.pl-74 {
	padding-left: 74px !important
}

.h-74 {
	height: 74px !important
}

.w-74 {
	width: 74px !important
}

.top-74 {
	top: 74px !important
}

.bottom-74 {
	bottom: 74px !important
}

.left-74 {
	left: 74px !important
}

.right-74 {
	right: 74px !important
}

.width-74 {
	width: 74% !important
}

.height-74 {
	height: 74% !important
}

.font-size-74 {
	font-size: 74px !important
}

.border-radius-74 {
	border-radius: 74px !important
}

.line-h-74 {
	line-height: 74px !important
}

.z-index-74 {
	z-index: 74 !important
}

.min-w-74 {
	min-width: 74px !important
}

.max-w-74 {
	max-width: 74px !important
}

.letter-spacing-74 {
	letter-spacing: 74px !important
}

.mt-75 {
	margin-top: 75px !important
}

.mr-75 {
	margin-right: 75px !important
}

.mb-75 {
	margin-bottom: 75px !important
}

.ml-75 {
	margin-left: 75px !important
}

.pt-75 {
	padding-top: 75px !important
}

.pr-75 {
	padding-right: 75px !important
}

.pb-75 {
	padding-bottom: 75px !important
}

.pl-75 {
	padding-left: 75px !important
}

.h-75 {
	height: 75px !important
}

.w-75 {
	width: 75px !important
}

.top-75 {
	top: 75px !important
}

.bottom-75 {
	bottom: 75px !important
}

.left-75 {
	left: 75px !important
}

.right-75 {
	right: 75px !important
}

.width-75 {
	width: 75% !important
}

.height-75 {
	height: 75% !important
}

.font-size-75 {
	font-size: 75px !important
}

.border-radius-75 {
	border-radius: 75px !important
}

.line-h-75 {
	line-height: 75px !important
}

.z-index-75 {
	z-index: 75 !important
}

.min-w-75 {
	min-width: 75px !important
}

.max-w-75 {
	max-width: 75px !important
}

.letter-spacing-75 {
	letter-spacing: 75px !important
}

.mt-76 {
	margin-top: 76px !important
}

.mr-76 {
	margin-right: 76px !important
}

.mb-76 {
	margin-bottom: 76px !important
}

.ml-76 {
	margin-left: 76px !important
}

.pt-76 {
	padding-top: 76px !important
}

.pr-76 {
	padding-right: 76px !important
}

.pb-76 {
	padding-bottom: 76px !important
}

.pl-76 {
	padding-left: 76px !important
}

.h-76 {
	height: 76px !important
}

.w-76 {
	width: 76px !important
}

.top-76 {
	top: 76px !important
}

.bottom-76 {
	bottom: 76px !important
}

.left-76 {
	left: 76px !important
}

.right-76 {
	right: 76px !important
}

.width-76 {
	width: 76% !important
}

.height-76 {
	height: 76% !important
}

.font-size-76 {
	font-size: 76px !important
}

.border-radius-76 {
	border-radius: 76px !important
}

.line-h-76 {
	line-height: 76px !important
}

.z-index-76 {
	z-index: 76 !important
}

.min-w-76 {
	min-width: 76px !important
}

.max-w-76 {
	max-width: 76px !important
}

.letter-spacing-76 {
	letter-spacing: 76px !important
}

.mt-77 {
	margin-top: 77px !important
}

.mr-77 {
	margin-right: 77px !important
}

.mb-77 {
	margin-bottom: 77px !important
}

.ml-77 {
	margin-left: 77px !important
}

.pt-77 {
	padding-top: 77px !important
}

.pr-77 {
	padding-right: 77px !important
}

.pb-77 {
	padding-bottom: 77px !important
}

.pl-77 {
	padding-left: 77px !important
}

.h-77 {
	height: 77px !important
}

.w-77 {
	width: 77px !important
}

.top-77 {
	top: 77px !important
}

.bottom-77 {
	bottom: 77px !important
}

.left-77 {
	left: 77px !important
}

.right-77 {
	right: 77px !important
}

.width-77 {
	width: 77% !important
}

.height-77 {
	height: 77% !important
}

.font-size-77 {
	font-size: 77px !important
}

.border-radius-77 {
	border-radius: 77px !important
}

.line-h-77 {
	line-height: 77px !important
}

.z-index-77 {
	z-index: 77 !important
}

.min-w-77 {
	min-width: 77px !important
}

.max-w-77 {
	max-width: 77px !important
}

.letter-spacing-77 {
	letter-spacing: 77px !important
}

.mt-78 {
	margin-top: 78px !important
}

.mr-78 {
	margin-right: 78px !important
}

.mb-78 {
	margin-bottom: 78px !important
}

.ml-78 {
	margin-left: 78px !important
}

.pt-78 {
	padding-top: 78px !important
}

.pr-78 {
	padding-right: 78px !important
}

.pb-78 {
	padding-bottom: 78px !important
}

.pl-78 {
	padding-left: 78px !important
}

.h-78 {
	height: 78px !important
}

.w-78 {
	width: 78px !important
}

.top-78 {
	top: 78px !important
}

.bottom-78 {
	bottom: 78px !important
}

.left-78 {
	left: 78px !important
}

.right-78 {
	right: 78px !important
}

.width-78 {
	width: 78% !important
}

.height-78 {
	height: 78% !important
}

.font-size-78 {
	font-size: 78px !important
}

.border-radius-78 {
	border-radius: 78px !important
}

.line-h-78 {
	line-height: 78px !important
}

.z-index-78 {
	z-index: 78 !important
}

.min-w-78 {
	min-width: 78px !important
}

.max-w-78 {
	max-width: 78px !important
}

.letter-spacing-78 {
	letter-spacing: 78px !important
}

.mt-79 {
	margin-top: 79px !important
}

.mr-79 {
	margin-right: 79px !important
}

.mb-79 {
	margin-bottom: 79px !important
}

.ml-79 {
	margin-left: 79px !important
}

.pt-79 {
	padding-top: 79px !important
}

.pr-79 {
	padding-right: 79px !important
}

.pb-79 {
	padding-bottom: 79px !important
}

.pl-79 {
	padding-left: 79px !important
}

.h-79 {
	height: 79px !important
}

.w-79 {
	width: 79px !important
}

.top-79 {
	top: 79px !important
}

.bottom-79 {
	bottom: 79px !important
}

.left-79 {
	left: 79px !important
}

.right-79 {
	right: 79px !important
}

.width-79 {
	width: 79% !important
}

.height-79 {
	height: 79% !important
}

.font-size-79 {
	font-size: 79px !important
}

.border-radius-79 {
	border-radius: 79px !important
}

.line-h-79 {
	line-height: 79px !important
}

.z-index-79 {
	z-index: 79 !important
}

.min-w-79 {
	min-width: 79px !important
}

.max-w-79 {
	max-width: 79px !important
}

.letter-spacing-79 {
	letter-spacing: 79px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mr-80 {
	margin-right: 80px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.ml-80 {
	margin-left: 80px !important
}

.pt-80 {
	padding-top: 80px !important
}

.pr-80 {
	padding-right: 80px !important
}

.pb-80 {
	padding-bottom: 80px !important
}

.pl-80 {
	padding-left: 80px !important
}

.h-80 {
	height: 80px !important
}

.w-80 {
	width: 80px !important
}

.top-80 {
	top: 80px !important
}

.bottom-80 {
	bottom: 80px !important
}

.left-80 {
	left: 80px !important
}

.right-80 {
	right: 80px !important
}

.width-80 {
	width: 80% !important
}

.height-80 {
	height: 80% !important
}

.font-size-80 {
	font-size: 80px !important
}

.border-radius-80 {
	border-radius: 80px !important
}

.line-h-80 {
	line-height: 80px !important
}

.z-index-80 {
	z-index: 80 !important
}

.min-w-80 {
	min-width: 80px !important
}

.max-w-80 {
	max-width: 80px !important
}

.letter-spacing-80 {
	letter-spacing: 80px !important
}

.mt-81 {
	margin-top: 81px !important
}

.mr-81 {
	margin-right: 81px !important
}

.mb-81 {
	margin-bottom: 81px !important
}

.ml-81 {
	margin-left: 81px !important
}

.pt-81 {
	padding-top: 81px !important
}

.pr-81 {
	padding-right: 81px !important
}

.pb-81 {
	padding-bottom: 81px !important
}

.pl-81 {
	padding-left: 81px !important
}

.h-81 {
	height: 81px !important
}

.w-81 {
	width: 81px !important
}

.top-81 {
	top: 81px !important
}

.bottom-81 {
	bottom: 81px !important
}

.left-81 {
	left: 81px !important
}

.right-81 {
	right: 81px !important
}

.width-81 {
	width: 81% !important
}

.height-81 {
	height: 81% !important
}

.font-size-81 {
	font-size: 81px !important
}

.border-radius-81 {
	border-radius: 81px !important
}

.line-h-81 {
	line-height: 81px !important
}

.z-index-81 {
	z-index: 81 !important
}

.min-w-81 {
	min-width: 81px !important
}

.max-w-81 {
	max-width: 81px !important
}

.letter-spacing-81 {
	letter-spacing: 81px !important
}

.mt-82 {
	margin-top: 82px !important
}

.mr-82 {
	margin-right: 82px !important
}

.mb-82 {
	margin-bottom: 82px !important
}

.ml-82 {
	margin-left: 82px !important
}

.pt-82 {
	padding-top: 82px !important
}

.pr-82 {
	padding-right: 82px !important
}

.pb-82 {
	padding-bottom: 82px !important
}

.pl-82 {
	padding-left: 82px !important
}

.h-82 {
	height: 82px !important
}

.w-82 {
	width: 82px !important
}

.top-82 {
	top: 82px !important
}

.bottom-82 {
	bottom: 82px !important
}

.left-82 {
	left: 82px !important
}

.right-82 {
	right: 82px !important
}

.width-82 {
	width: 82% !important
}

.height-82 {
	height: 82% !important
}

.font-size-82 {
	font-size: 82px !important
}

.border-radius-82 {
	border-radius: 82px !important
}

.line-h-82 {
	line-height: 82px !important
}

.z-index-82 {
	z-index: 82 !important
}

.min-w-82 {
	min-width: 82px !important
}

.max-w-82 {
	max-width: 82px !important
}

.letter-spacing-82 {
	letter-spacing: 82px !important
}

.mt-83 {
	margin-top: 83px !important
}

.mr-83 {
	margin-right: 83px !important
}

.mb-83 {
	margin-bottom: 83px !important
}

.ml-83 {
	margin-left: 83px !important
}

.pt-83 {
	padding-top: 83px !important
}

.pr-83 {
	padding-right: 83px !important
}

.pb-83 {
	padding-bottom: 83px !important
}

.pl-83 {
	padding-left: 83px !important
}

.h-83 {
	height: 83px !important
}

.w-83 {
	width: 83px !important
}

.top-83 {
	top: 83px !important
}

.bottom-83 {
	bottom: 83px !important
}

.left-83 {
	left: 83px !important
}

.right-83 {
	right: 83px !important
}

.width-83 {
	width: 83% !important
}

.height-83 {
	height: 83% !important
}

.font-size-83 {
	font-size: 83px !important
}

.border-radius-83 {
	border-radius: 83px !important
}

.line-h-83 {
	line-height: 83px !important
}

.z-index-83 {
	z-index: 83 !important
}

.min-w-83 {
	min-width: 83px !important
}

.max-w-83 {
	max-width: 83px !important
}

.letter-spacing-83 {
	letter-spacing: 83px !important
}

.mt-84 {
	margin-top: 84px !important
}

.mr-84 {
	margin-right: 84px !important
}

.mb-84 {
	margin-bottom: 84px !important
}

.ml-84 {
	margin-left: 84px !important
}

.pt-84 {
	padding-top: 84px !important
}

.pr-84 {
	padding-right: 84px !important
}

.pb-84 {
	padding-bottom: 84px !important
}

.pl-84 {
	padding-left: 84px !important
}

.h-84 {
	height: 84px !important
}

.w-84 {
	width: 84px !important
}

.top-84 {
	top: 84px !important
}

.bottom-84 {
	bottom: 84px !important
}

.left-84 {
	left: 84px !important
}

.right-84 {
	right: 84px !important
}

.width-84 {
	width: 84% !important
}

.height-84 {
	height: 84% !important
}

.font-size-84 {
	font-size: 84px !important
}

.border-radius-84 {
	border-radius: 84px !important
}

.line-h-84 {
	line-height: 84px !important
}

.z-index-84 {
	z-index: 84 !important
}

.min-w-84 {
	min-width: 84px !important
}

.max-w-84 {
	max-width: 84px !important
}

.letter-spacing-84 {
	letter-spacing: 84px !important
}

.mt-85 {
	margin-top: 85px !important
}

.mr-85 {
	margin-right: 85px !important
}

.mb-85 {
	margin-bottom: 85px !important
}

.ml-85 {
	margin-left: 85px !important
}

.pt-85 {
	padding-top: 85px !important
}

.pr-85 {
	padding-right: 85px !important
}

.pb-85 {
	padding-bottom: 85px !important
}

.pl-85 {
	padding-left: 85px !important
}

.h-85 {
	height: 85px !important
}

.w-85 {
	width: 85px !important
}

.top-85 {
	top: 85px !important
}

.bottom-85 {
	bottom: 85px !important
}

.left-85 {
	left: 85px !important
}

.right-85 {
	right: 85px !important
}

.width-85 {
	width: 85% !important
}

.height-85 {
	height: 85% !important
}

.font-size-85 {
	font-size: 85px !important
}

.border-radius-85 {
	border-radius: 85px !important
}

.line-h-85 {
	line-height: 85px !important
}

.z-index-85 {
	z-index: 85 !important
}

.min-w-85 {
	min-width: 85px !important
}

.max-w-85 {
	max-width: 85px !important
}

.letter-spacing-85 {
	letter-spacing: 85px !important
}

.mt-86 {
	margin-top: 86px !important
}

.mr-86 {
	margin-right: 86px !important
}

.mb-86 {
	margin-bottom: 86px !important
}

.ml-86 {
	margin-left: 86px !important
}

.pt-86 {
	padding-top: 86px !important
}

.pr-86 {
	padding-right: 86px !important
}

.pb-86 {
	padding-bottom: 86px !important
}

.pl-86 {
	padding-left: 86px !important
}

.h-86 {
	height: 86px !important
}

.w-86 {
	width: 86px !important
}

.top-86 {
	top: 86px !important
}

.bottom-86 {
	bottom: 86px !important
}

.left-86 {
	left: 86px !important
}

.right-86 {
	right: 86px !important
}

.width-86 {
	width: 86% !important
}

.height-86 {
	height: 86% !important
}

.font-size-86 {
	font-size: 86px !important
}

.border-radius-86 {
	border-radius: 86px !important
}

.line-h-86 {
	line-height: 86px !important
}

.z-index-86 {
	z-index: 86 !important
}

.min-w-86 {
	min-width: 86px !important
}

.max-w-86 {
	max-width: 86px !important
}

.letter-spacing-86 {
	letter-spacing: 86px !important
}

.mt-87 {
	margin-top: 87px !important
}

.mr-87 {
	margin-right: 87px !important
}

.mb-87 {
	margin-bottom: 87px !important
}

.ml-87 {
	margin-left: 87px !important
}

.pt-87 {
	padding-top: 87px !important
}

.pr-87 {
	padding-right: 87px !important
}

.pb-87 {
	padding-bottom: 87px !important
}

.pl-87 {
	padding-left: 87px !important
}

.h-87 {
	height: 87px !important
}

.w-87 {
	width: 87px !important
}

.top-87 {
	top: 87px !important
}

.bottom-87 {
	bottom: 87px !important
}

.left-87 {
	left: 87px !important
}

.right-87 {
	right: 87px !important
}

.width-87 {
	width: 87% !important
}

.height-87 {
	height: 87% !important
}

.font-size-87 {
	font-size: 87px !important
}

.border-radius-87 {
	border-radius: 87px !important
}

.line-h-87 {
	line-height: 87px !important
}

.z-index-87 {
	z-index: 87 !important
}

.min-w-87 {
	min-width: 87px !important
}

.max-w-87 {
	max-width: 87px !important
}

.letter-spacing-87 {
	letter-spacing: 87px !important
}

.mt-88 {
	margin-top: 88px !important
}

.mr-88 {
	margin-right: 88px !important
}

.mb-88 {
	margin-bottom: 88px !important
}

.ml-88 {
	margin-left: 88px !important
}

.pt-88 {
	padding-top: 88px !important
}

.pr-88 {
	padding-right: 88px !important
}

.pb-88 {
	padding-bottom: 88px !important
}

.pl-88 {
	padding-left: 88px !important
}

.h-88 {
	height: 88px !important
}

.w-88 {
	width: 88px !important
}

.top-88 {
	top: 88px !important
}

.bottom-88 {
	bottom: 88px !important
}

.left-88 {
	left: 88px !important
}

.right-88 {
	right: 88px !important
}

.width-88 {
	width: 88% !important
}

.height-88 {
	height: 88% !important
}

.font-size-88 {
	font-size: 88px !important
}

.border-radius-88 {
	border-radius: 88px !important
}

.line-h-88 {
	line-height: 88px !important
}

.z-index-88 {
	z-index: 88 !important
}

.min-w-88 {
	min-width: 88px !important
}

.max-w-88 {
	max-width: 88px !important
}

.letter-spacing-88 {
	letter-spacing: 88px !important
}

.mt-89 {
	margin-top: 89px !important
}

.mr-89 {
	margin-right: 89px !important
}

.mb-89 {
	margin-bottom: 89px !important
}

.ml-89 {
	margin-left: 89px !important
}

.pt-89 {
	padding-top: 89px !important
}

.pr-89 {
	padding-right: 89px !important
}

.pb-89 {
	padding-bottom: 89px !important
}

.pl-89 {
	padding-left: 89px !important
}

.h-89 {
	height: 89px !important
}

.w-89 {
	width: 89px !important
}

.top-89 {
	top: 89px !important
}

.bottom-89 {
	bottom: 89px !important
}

.left-89 {
	left: 89px !important
}

.right-89 {
	right: 89px !important
}

.width-89 {
	width: 89% !important
}

.height-89 {
	height: 89% !important
}

.font-size-89 {
	font-size: 89px !important
}

.border-radius-89 {
	border-radius: 89px !important
}

.line-h-89 {
	line-height: 89px !important
}

.z-index-89 {
	z-index: 89 !important
}

.min-w-89 {
	min-width: 89px !important
}

.max-w-89 {
	max-width: 89px !important
}

.letter-spacing-89 {
	letter-spacing: 89px !important
}

.mt-90 {
	margin-top: 90px !important
}

.mr-90 {
	margin-right: 90px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

.ml-90 {
	margin-left: 90px !important
}

.pt-90 {
	padding-top: 90px !important
}

.pr-90 {
	padding-right: 90px !important
}

.pb-90 {
	padding-bottom: 90px !important
}

.pl-90 {
	padding-left: 90px !important
}

.h-90 {
	height: 90px !important
}

.w-90 {
	width: 90px !important
}

.top-90 {
	top: 90px !important
}

.bottom-90 {
	bottom: 90px !important
}

.left-90 {
	left: 90px !important
}

.right-90 {
	right: 90px !important
}

.width-90 {
	width: 90% !important
}

.height-90 {
	height: 90% !important
}

.font-size-90 {
	font-size: 90px !important
}

.border-radius-90 {
	border-radius: 90px !important
}

.line-h-90 {
	line-height: 90px !important
}

.z-index-90 {
	z-index: 90 !important
}

.min-w-90 {
	min-width: 90px !important
}

.max-w-90 {
	max-width: 90px !important
}

.letter-spacing-90 {
	letter-spacing: 90px !important
}

.mt-91 {
	margin-top: 91px !important
}

.mr-91 {
	margin-right: 91px !important
}

.mb-91 {
	margin-bottom: 91px !important
}

.ml-91 {
	margin-left: 91px !important
}

.pt-91 {
	padding-top: 91px !important
}

.pr-91 {
	padding-right: 91px !important
}

.pb-91 {
	padding-bottom: 91px !important
}

.pl-91 {
	padding-left: 91px !important
}

.h-91 {
	height: 91px !important
}

.w-91 {
	width: 91px !important
}

.top-91 {
	top: 91px !important
}

.bottom-91 {
	bottom: 91px !important
}

.left-91 {
	left: 91px !important
}

.right-91 {
	right: 91px !important
}

.width-91 {
	width: 91% !important
}

.height-91 {
	height: 91% !important
}

.font-size-91 {
	font-size: 91px !important
}

.border-radius-91 {
	border-radius: 91px !important
}

.line-h-91 {
	line-height: 91px !important
}

.z-index-91 {
	z-index: 91 !important
}

.min-w-91 {
	min-width: 91px !important
}

.max-w-91 {
	max-width: 91px !important
}

.letter-spacing-91 {
	letter-spacing: 91px !important
}

.mt-92 {
	margin-top: 92px !important
}

.mr-92 {
	margin-right: 92px !important
}

.mb-92 {
	margin-bottom: 92px !important
}

.ml-92 {
	margin-left: 92px !important
}

.pt-92 {
	padding-top: 92px !important
}

.pr-92 {
	padding-right: 92px !important
}

.pb-92 {
	padding-bottom: 92px !important
}

.pl-92 {
	padding-left: 92px !important
}

.h-92 {
	height: 92px !important
}

.w-92 {
	width: 92px !important
}

.top-92 {
	top: 92px !important
}

.bottom-92 {
	bottom: 92px !important
}

.left-92 {
	left: 92px !important
}

.right-92 {
	right: 92px !important
}

.width-92 {
	width: 92% !important
}

.height-92 {
	height: 92% !important
}

.font-size-92 {
	font-size: 92px !important
}

.border-radius-92 {
	border-radius: 92px !important
}

.line-h-92 {
	line-height: 92px !important
}

.z-index-92 {
	z-index: 92 !important
}

.min-w-92 {
	min-width: 92px !important
}

.max-w-92 {
	max-width: 92px !important
}

.letter-spacing-92 {
	letter-spacing: 92px !important
}

.mt-93 {
	margin-top: 93px !important
}

.mr-93 {
	margin-right: 93px !important
}

.mb-93 {
	margin-bottom: 93px !important
}

.ml-93 {
	margin-left: 93px !important
}

.pt-93 {
	padding-top: 93px !important
}

.pr-93 {
	padding-right: 93px !important
}

.pb-93 {
	padding-bottom: 93px !important
}

.pl-93 {
	padding-left: 93px !important
}

.h-93 {
	height: 93px !important
}

.w-93 {
	width: 93px !important
}

.top-93 {
	top: 93px !important
}

.bottom-93 {
	bottom: 93px !important
}

.left-93 {
	left: 93px !important
}

.right-93 {
	right: 93px !important
}

.width-93 {
	width: 93% !important
}

.height-93 {
	height: 93% !important
}

.font-size-93 {
	font-size: 93px !important
}

.border-radius-93 {
	border-radius: 93px !important
}

.line-h-93 {
	line-height: 93px !important
}

.z-index-93 {
	z-index: 93 !important
}

.min-w-93 {
	min-width: 93px !important
}

.max-w-93 {
	max-width: 93px !important
}

.letter-spacing-93 {
	letter-spacing: 93px !important
}

.mt-94 {
	margin-top: 94px !important
}

.mr-94 {
	margin-right: 94px !important
}

.mb-94 {
	margin-bottom: 94px !important
}

.ml-94 {
	margin-left: 94px !important
}

.pt-94 {
	padding-top: 94px !important
}

.pr-94 {
	padding-right: 94px !important
}

.pb-94 {
	padding-bottom: 94px !important
}

.pl-94 {
	padding-left: 94px !important
}

.h-94 {
	height: 94px !important
}

.w-94 {
	width: 94px !important
}

.top-94 {
	top: 94px !important
}

.bottom-94 {
	bottom: 94px !important
}

.left-94 {
	left: 94px !important
}

.right-94 {
	right: 94px !important
}

.width-94 {
	width: 94% !important
}

.height-94 {
	height: 94% !important
}

.font-size-94 {
	font-size: 94px !important
}

.border-radius-94 {
	border-radius: 94px !important
}

.line-h-94 {
	line-height: 94px !important
}

.z-index-94 {
	z-index: 94 !important
}

.min-w-94 {
	min-width: 94px !important
}

.max-w-94 {
	max-width: 94px !important
}

.letter-spacing-94 {
	letter-spacing: 94px !important
}

.mt-95 {
	margin-top: 95px !important
}

.mr-95 {
	margin-right: 95px !important
}

.mb-95 {
	margin-bottom: 95px !important
}

.ml-95 {
	margin-left: 95px !important
}

.pt-95 {
	padding-top: 95px !important
}

.pr-95 {
	padding-right: 95px !important
}

.pb-95 {
	padding-bottom: 95px !important
}

.pl-95 {
	padding-left: 95px !important
}

.h-95 {
	height: 95px !important
}

.w-95 {
	width: 95px !important
}

.top-95 {
	top: 95px !important
}

.bottom-95 {
	bottom: 95px !important
}

.left-95 {
	left: 95px !important
}

.right-95 {
	right: 95px !important
}

.width-95 {
	width: 95% !important
}

.height-95 {
	height: 95% !important
}

.font-size-95 {
	font-size: 95px !important
}

.border-radius-95 {
	border-radius: 95px !important
}

.line-h-95 {
	line-height: 95px !important
}

.z-index-95 {
	z-index: 95 !important
}

.min-w-95 {
	min-width: 95px !important
}

.max-w-95 {
	max-width: 95px !important
}

.letter-spacing-95 {
	letter-spacing: 95px !important
}

.mt-96 {
	margin-top: 96px !important
}

.mr-96 {
	margin-right: 96px !important
}

.mb-96 {
	margin-bottom: 96px !important
}

.ml-96 {
	margin-left: 96px !important
}

.pt-96 {
	padding-top: 96px !important
}

.pr-96 {
	padding-right: 96px !important
}

.pb-96 {
	padding-bottom: 96px !important
}

.pl-96 {
	padding-left: 96px !important
}

.h-96 {
	height: 96px !important
}

.w-96 {
	width: 96px !important
}

.top-96 {
	top: 96px !important
}

.bottom-96 {
	bottom: 96px !important
}

.left-96 {
	left: 96px !important
}

.right-96 {
	right: 96px !important
}

.width-96 {
	width: 96% !important
}

.height-96 {
	height: 96% !important
}

.font-size-96 {
	font-size: 96px !important
}

.border-radius-96 {
	border-radius: 96px !important
}

.line-h-96 {
	line-height: 96px !important
}

.z-index-96 {
	z-index: 96 !important
}

.min-w-96 {
	min-width: 96px !important
}

.max-w-96 {
	max-width: 96px !important
}

.letter-spacing-96 {
	letter-spacing: 96px !important
}

.mt-97 {
	margin-top: 97px !important
}

.mr-97 {
	margin-right: 97px !important
}

.mb-97 {
	margin-bottom: 97px !important
}

.ml-97 {
	margin-left: 97px !important
}

.pt-97 {
	padding-top: 97px !important
}

.pr-97 {
	padding-right: 97px !important
}

.pb-97 {
	padding-bottom: 97px !important
}

.pl-97 {
	padding-left: 97px !important
}

.h-97 {
	height: 97px !important
}

.w-97 {
	width: 97px !important
}

.top-97 {
	top: 97px !important
}

.bottom-97 {
	bottom: 97px !important
}

.left-97 {
	left: 97px !important
}

.right-97 {
	right: 97px !important
}

.width-97 {
	width: 97% !important
}

.height-97 {
	height: 97% !important
}

.font-size-97 {
	font-size: 97px !important
}

.border-radius-97 {
	border-radius: 97px !important
}

.line-h-97 {
	line-height: 97px !important
}

.z-index-97 {
	z-index: 97 !important
}

.min-w-97 {
	min-width: 97px !important
}

.max-w-97 {
	max-width: 97px !important
}

.letter-spacing-97 {
	letter-spacing: 97px !important
}

.mt-98 {
	margin-top: 98px !important
}

.mr-98 {
	margin-right: 98px !important
}

.mb-98 {
	margin-bottom: 98px !important
}

.ml-98 {
	margin-left: 98px !important
}

.pt-98 {
	padding-top: 98px !important
}

.pr-98 {
	padding-right: 98px !important
}

.pb-98 {
	padding-bottom: 98px !important
}

.pl-98 {
	padding-left: 98px !important
}

.h-98 {
	height: 98px !important
}

.w-98 {
	width: 98px !important
}

.top-98 {
	top: 98px !important
}

.bottom-98 {
	bottom: 98px !important
}

.left-98 {
	left: 98px !important
}

.right-98 {
	right: 98px !important
}

.width-98 {
	width: 98% !important
}

.height-98 {
	height: 98% !important
}

.font-size-98 {
	font-size: 98px !important
}

.border-radius-98 {
	border-radius: 98px !important
}

.line-h-98 {
	line-height: 98px !important
}

.z-index-98 {
	z-index: 98 !important
}

.min-w-98 {
	min-width: 98px !important
}

.max-w-98 {
	max-width: 98px !important
}

.letter-spacing-98 {
	letter-spacing: 98px !important
}

.mt-99 {
	margin-top: 99px !important
}

.mr-99 {
	margin-right: 99px !important
}

.mb-99 {
	margin-bottom: 99px !important
}

.ml-99 {
	margin-left: 99px !important
}

.pt-99 {
	padding-top: 99px !important
}

.pr-99 {
	padding-right: 99px !important
}

.pb-99 {
	padding-bottom: 99px !important
}

.pl-99 {
	padding-left: 99px !important
}

.h-99 {
	height: 99px !important
}

.w-99 {
	width: 99px !important
}

.top-99 {
	top: 99px !important
}

.bottom-99 {
	bottom: 99px !important
}

.left-99 {
	left: 99px !important
}

.right-99 {
	right: 99px !important
}

.width-99 {
	width: 99% !important
}

.height-99 {
	height: 99% !important
}

.font-size-99 {
	font-size: 99px !important
}

.border-radius-99 {
	border-radius: 99px !important
}

.line-h-99 {
	line-height: 99px !important
}

.z-index-99 {
	z-index: 99 !important
}

.min-w-99 {
	min-width: 99px !important
}

.max-w-99 {
	max-width: 99px !important
}

.letter-spacing-99 {
	letter-spacing: 99px !important
}

.mt-100 {
	margin-top: 100px !important
}

.mr-100 {
	margin-right: 100px !important
}

.mb-100 {
	margin-bottom: 100px !important
}

.ml-100 {
	margin-left: 100px !important
}

.pt-100 {
	padding-top: 100px !important
}

.pr-100 {
	padding-right: 100px !important
}

.pb-100 {
	padding-bottom: 100px !important
}

.pl-100 {
	padding-left: 100px !important
}

.h-100 {
	height: 100px !important
}

.w-100 {
	width: 100px !important
}

.top-100 {
	top: 100px !important
}

.bottom-100 {
	bottom: 100px !important
}

.left-100 {
	left: 100px !important
}

.right-100 {
	right: 100px !important
}

.width-100 {
	width: 100% !important
}

.height-100 {
	height: 100% !important
}

.font-size-100 {
	font-size: 100px !important
}

.border-radius-100 {
	border-radius: 100px !important
}

.line-h-100 {
	line-height: 100px !important
}

.z-index-100 {
	z-index: 100 !important
}

.min-w-100 {
	min-width: 100px !important
}

.max-w-100 {
	max-width: 100px !important
}

.letter-spacing-100 {
	letter-spacing: 100px !important
}

.mt-101 {
	margin-top: 101px !important
}

.mr-101 {
	margin-right: 101px !important
}

.mb-101 {
	margin-bottom: 101px !important
}

.ml-101 {
	margin-left: 101px !important
}

.pt-101 {
	padding-top: 101px !important
}

.pr-101 {
	padding-right: 101px !important
}

.pb-101 {
	padding-bottom: 101px !important
}

.pl-101 {
	padding-left: 101px !important
}

.h-101 {
	height: 101px !important
}

.w-101 {
	width: 101px !important
}

.top-101 {
	top: 101px !important
}

.bottom-101 {
	bottom: 101px !important
}

.left-101 {
	left: 101px !important
}

.right-101 {
	right: 101px !important
}

.width-101 {
	width: 101% !important
}

.height-101 {
	height: 101% !important
}

.font-size-101 {
	font-size: 101px !important
}

.border-radius-101 {
	border-radius: 101px !important
}

.line-h-101 {
	line-height: 101px !important
}

.z-index-101 {
	z-index: 101 !important
}

.min-w-101 {
	min-width: 101px !important
}

.max-w-101 {
	max-width: 101px !important
}

.letter-spacing-101 {
	letter-spacing: 101px !important
}

.mt-102 {
	margin-top: 102px !important
}

.mr-102 {
	margin-right: 102px !important
}

.mb-102 {
	margin-bottom: 102px !important
}

.ml-102 {
	margin-left: 102px !important
}

.pt-102 {
	padding-top: 102px !important
}

.pr-102 {
	padding-right: 102px !important
}

.pb-102 {
	padding-bottom: 102px !important
}

.pl-102 {
	padding-left: 102px !important
}

.h-102 {
	height: 102px !important
}

.w-102 {
	width: 102px !important
}

.top-102 {
	top: 102px !important
}

.bottom-102 {
	bottom: 102px !important
}

.left-102 {
	left: 102px !important
}

.right-102 {
	right: 102px !important
}

.width-102 {
	width: 102% !important
}

.height-102 {
	height: 102% !important
}

.font-size-102 {
	font-size: 102px !important
}

.border-radius-102 {
	border-radius: 102px !important
}

.line-h-102 {
	line-height: 102px !important
}

.z-index-102 {
	z-index: 102 !important
}

.min-w-102 {
	min-width: 102px !important
}

.max-w-102 {
	max-width: 102px !important
}

.letter-spacing-102 {
	letter-spacing: 102px !important
}

.mt-103 {
	margin-top: 103px !important
}

.mr-103 {
	margin-right: 103px !important
}

.mb-103 {
	margin-bottom: 103px !important
}

.ml-103 {
	margin-left: 103px !important
}

.pt-103 {
	padding-top: 103px !important
}

.pr-103 {
	padding-right: 103px !important
}

.pb-103 {
	padding-bottom: 103px !important
}

.pl-103 {
	padding-left: 103px !important
}

.h-103 {
	height: 103px !important
}

.w-103 {
	width: 103px !important
}

.top-103 {
	top: 103px !important
}

.bottom-103 {
	bottom: 103px !important
}

.left-103 {
	left: 103px !important
}

.right-103 {
	right: 103px !important
}

.width-103 {
	width: 103% !important
}

.height-103 {
	height: 103% !important
}

.font-size-103 {
	font-size: 103px !important
}

.border-radius-103 {
	border-radius: 103px !important
}

.line-h-103 {
	line-height: 103px !important
}

.z-index-103 {
	z-index: 103 !important
}

.min-w-103 {
	min-width: 103px !important
}

.max-w-103 {
	max-width: 103px !important
}

.letter-spacing-103 {
	letter-spacing: 103px !important
}

.mt-104 {
	margin-top: 104px !important
}

.mr-104 {
	margin-right: 104px !important
}

.mb-104 {
	margin-bottom: 104px !important
}

.ml-104 {
	margin-left: 104px !important
}

.pt-104 {
	padding-top: 104px !important
}

.pr-104 {
	padding-right: 104px !important
}

.pb-104 {
	padding-bottom: 104px !important
}

.pl-104 {
	padding-left: 104px !important
}

.h-104 {
	height: 104px !important
}

.w-104 {
	width: 104px !important
}

.top-104 {
	top: 104px !important
}

.bottom-104 {
	bottom: 104px !important
}

.left-104 {
	left: 104px !important
}

.right-104 {
	right: 104px !important
}

.width-104 {
	width: 104% !important
}

.height-104 {
	height: 104% !important
}

.font-size-104 {
	font-size: 104px !important
}

.border-radius-104 {
	border-radius: 104px !important
}

.line-h-104 {
	line-height: 104px !important
}

.z-index-104 {
	z-index: 104 !important
}

.min-w-104 {
	min-width: 104px !important
}

.max-w-104 {
	max-width: 104px !important
}

.letter-spacing-104 {
	letter-spacing: 104px !important
}

.mt-105 {
	margin-top: 105px !important
}

.mr-105 {
	margin-right: 105px !important
}

.mb-105 {
	margin-bottom: 105px !important
}

.ml-105 {
	margin-left: 105px !important
}

.pt-105 {
	padding-top: 105px !important
}

.pr-105 {
	padding-right: 105px !important
}

.pb-105 {
	padding-bottom: 105px !important
}

.pl-105 {
	padding-left: 105px !important
}

.h-105 {
	height: 105px !important
}

.w-105 {
	width: 105px !important
}

.top-105 {
	top: 105px !important
}

.bottom-105 {
	bottom: 105px !important
}

.left-105 {
	left: 105px !important
}

.right-105 {
	right: 105px !important
}

.width-105 {
	width: 105% !important
}

.height-105 {
	height: 105% !important
}

.font-size-105 {
	font-size: 105px !important
}

.border-radius-105 {
	border-radius: 105px !important
}

.line-h-105 {
	line-height: 105px !important
}

.z-index-105 {
	z-index: 105 !important
}

.min-w-105 {
	min-width: 105px !important
}

.max-w-105 {
	max-width: 105px !important
}

.letter-spacing-105 {
	letter-spacing: 105px !important
}

.mt-106 {
	margin-top: 106px !important
}

.mr-106 {
	margin-right: 106px !important
}

.mb-106 {
	margin-bottom: 106px !important
}

.ml-106 {
	margin-left: 106px !important
}

.pt-106 {
	padding-top: 106px !important
}

.pr-106 {
	padding-right: 106px !important
}

.pb-106 {
	padding-bottom: 106px !important
}

.pl-106 {
	padding-left: 106px !important
}

.h-106 {
	height: 106px !important
}

.w-106 {
	width: 106px !important
}

.top-106 {
	top: 106px !important
}

.bottom-106 {
	bottom: 106px !important
}

.left-106 {
	left: 106px !important
}

.right-106 {
	right: 106px !important
}

.width-106 {
	width: 106% !important
}

.height-106 {
	height: 106% !important
}

.font-size-106 {
	font-size: 106px !important
}

.border-radius-106 {
	border-radius: 106px !important
}

.line-h-106 {
	line-height: 106px !important
}

.z-index-106 {
	z-index: 106 !important
}

.min-w-106 {
	min-width: 106px !important
}

.max-w-106 {
	max-width: 106px !important
}

.letter-spacing-106 {
	letter-spacing: 106px !important
}

.mt-107 {
	margin-top: 107px !important
}

.mr-107 {
	margin-right: 107px !important
}

.mb-107 {
	margin-bottom: 107px !important
}

.ml-107 {
	margin-left: 107px !important
}

.pt-107 {
	padding-top: 107px !important
}

.pr-107 {
	padding-right: 107px !important
}

.pb-107 {
	padding-bottom: 107px !important
}

.pl-107 {
	padding-left: 107px !important
}

.h-107 {
	height: 107px !important
}

.w-107 {
	width: 107px !important
}

.top-107 {
	top: 107px !important
}

.bottom-107 {
	bottom: 107px !important
}

.left-107 {
	left: 107px !important
}

.right-107 {
	right: 107px !important
}

.width-107 {
	width: 107% !important
}

.height-107 {
	height: 107% !important
}

.font-size-107 {
	font-size: 107px !important
}

.border-radius-107 {
	border-radius: 107px !important
}

.line-h-107 {
	line-height: 107px !important
}

.z-index-107 {
	z-index: 107 !important
}

.min-w-107 {
	min-width: 107px !important
}

.max-w-107 {
	max-width: 107px !important
}

.letter-spacing-107 {
	letter-spacing: 107px !important
}

.mt-108 {
	margin-top: 108px !important
}

.mr-108 {
	margin-right: 108px !important
}

.mb-108 {
	margin-bottom: 108px !important
}

.ml-108 {
	margin-left: 108px !important
}

.pt-108 {
	padding-top: 108px !important
}

.pr-108 {
	padding-right: 108px !important
}

.pb-108 {
	padding-bottom: 108px !important
}

.pl-108 {
	padding-left: 108px !important
}

.h-108 {
	height: 108px !important
}

.w-108 {
	width: 108px !important
}

.top-108 {
	top: 108px !important
}

.bottom-108 {
	bottom: 108px !important
}

.left-108 {
	left: 108px !important
}

.right-108 {
	right: 108px !important
}

.width-108 {
	width: 108% !important
}

.height-108 {
	height: 108% !important
}

.font-size-108 {
	font-size: 108px !important
}

.border-radius-108 {
	border-radius: 108px !important
}

.line-h-108 {
	line-height: 108px !important
}

.z-index-108 {
	z-index: 108 !important
}

.min-w-108 {
	min-width: 108px !important
}

.max-w-108 {
	max-width: 108px !important
}

.letter-spacing-108 {
	letter-spacing: 108px !important
}

.mt-109 {
	margin-top: 109px !important
}

.mr-109 {
	margin-right: 109px !important
}

.mb-109 {
	margin-bottom: 109px !important
}

.ml-109 {
	margin-left: 109px !important
}

.pt-109 {
	padding-top: 109px !important
}

.pr-109 {
	padding-right: 109px !important
}

.pb-109 {
	padding-bottom: 109px !important
}

.pl-109 {
	padding-left: 109px !important
}

.h-109 {
	height: 109px !important
}

.w-109 {
	width: 109px !important
}

.top-109 {
	top: 109px !important
}

.bottom-109 {
	bottom: 109px !important
}

.left-109 {
	left: 109px !important
}

.right-109 {
	right: 109px !important
}

.width-109 {
	width: 109% !important
}

.height-109 {
	height: 109% !important
}

.font-size-109 {
	font-size: 109px !important
}

.border-radius-109 {
	border-radius: 109px !important
}

.line-h-109 {
	line-height: 109px !important
}

.z-index-109 {
	z-index: 109 !important
}

.min-w-109 {
	min-width: 109px !important
}

.max-w-109 {
	max-width: 109px !important
}

.letter-spacing-109 {
	letter-spacing: 109px !important
}

.mt-110 {
	margin-top: 110px !important
}

.mr-110 {
	margin-right: 110px !important
}

.mb-110 {
	margin-bottom: 110px !important
}

.ml-110 {
	margin-left: 110px !important
}

.pt-110 {
	padding-top: 110px !important
}

.pr-110 {
	padding-right: 110px !important
}

.pb-110 {
	padding-bottom: 110px !important
}

.pl-110 {
	padding-left: 110px !important
}

.h-110 {
	height: 110px !important
}

.w-110 {
	width: 110px !important
}

.top-110 {
	top: 110px !important
}

.bottom-110 {
	bottom: 110px !important
}

.left-110 {
	left: 110px !important
}

.right-110 {
	right: 110px !important
}

.width-110 {
	width: 110% !important
}

.height-110 {
	height: 110% !important
}

.font-size-110 {
	font-size: 110px !important
}

.border-radius-110 {
	border-radius: 110px !important
}

.line-h-110 {
	line-height: 110px !important
}

.z-index-110 {
	z-index: 110 !important
}

.min-w-110 {
	min-width: 110px !important
}

.max-w-110 {
	max-width: 110px !important
}

.letter-spacing-110 {
	letter-spacing: 110px !important
}

.mt-111 {
	margin-top: 111px !important
}

.mr-111 {
	margin-right: 111px !important
}

.mb-111 {
	margin-bottom: 111px !important
}

.ml-111 {
	margin-left: 111px !important
}

.pt-111 {
	padding-top: 111px !important
}

.pr-111 {
	padding-right: 111px !important
}

.pb-111 {
	padding-bottom: 111px !important
}

.pl-111 {
	padding-left: 111px !important
}

.h-111 {
	height: 111px !important
}

.w-111 {
	width: 111px !important
}

.top-111 {
	top: 111px !important
}

.bottom-111 {
	bottom: 111px !important
}

.left-111 {
	left: 111px !important
}

.right-111 {
	right: 111px !important
}

.width-111 {
	width: 111% !important
}

.height-111 {
	height: 111% !important
}

.font-size-111 {
	font-size: 111px !important
}

.border-radius-111 {
	border-radius: 111px !important
}

.line-h-111 {
	line-height: 111px !important
}

.z-index-111 {
	z-index: 111 !important
}

.min-w-111 {
	min-width: 111px !important
}

.max-w-111 {
	max-width: 111px !important
}

.letter-spacing-111 {
	letter-spacing: 111px !important
}

.mt-112 {
	margin-top: 112px !important
}

.mr-112 {
	margin-right: 112px !important
}

.mb-112 {
	margin-bottom: 112px !important
}

.ml-112 {
	margin-left: 112px !important
}

.pt-112 {
	padding-top: 112px !important
}

.pr-112 {
	padding-right: 112px !important
}

.pb-112 {
	padding-bottom: 112px !important
}

.pl-112 {
	padding-left: 112px !important
}

.h-112 {
	height: 112px !important
}

.w-112 {
	width: 112px !important
}

.top-112 {
	top: 112px !important
}

.bottom-112 {
	bottom: 112px !important
}

.left-112 {
	left: 112px !important
}

.right-112 {
	right: 112px !important
}

.width-112 {
	width: 112% !important
}

.height-112 {
	height: 112% !important
}

.font-size-112 {
	font-size: 112px !important
}

.border-radius-112 {
	border-radius: 112px !important
}

.line-h-112 {
	line-height: 112px !important
}

.z-index-112 {
	z-index: 112 !important
}

.min-w-112 {
	min-width: 112px !important
}

.max-w-112 {
	max-width: 112px !important
}

.letter-spacing-112 {
	letter-spacing: 112px !important
}

.mt-113 {
	margin-top: 113px !important
}

.mr-113 {
	margin-right: 113px !important
}

.mb-113 {
	margin-bottom: 113px !important
}

.ml-113 {
	margin-left: 113px !important
}

.pt-113 {
	padding-top: 113px !important
}

.pr-113 {
	padding-right: 113px !important
}

.pb-113 {
	padding-bottom: 113px !important
}

.pl-113 {
	padding-left: 113px !important
}

.h-113 {
	height: 113px !important
}

.w-113 {
	width: 113px !important
}

.top-113 {
	top: 113px !important
}

.bottom-113 {
	bottom: 113px !important
}

.left-113 {
	left: 113px !important
}

.right-113 {
	right: 113px !important
}

.width-113 {
	width: 113% !important
}

.height-113 {
	height: 113% !important
}

.font-size-113 {
	font-size: 113px !important
}

.border-radius-113 {
	border-radius: 113px !important
}

.line-h-113 {
	line-height: 113px !important
}

.z-index-113 {
	z-index: 113 !important
}

.min-w-113 {
	min-width: 113px !important
}

.max-w-113 {
	max-width: 113px !important
}

.letter-spacing-113 {
	letter-spacing: 113px !important
}

.mt-114 {
	margin-top: 114px !important
}

.mr-114 {
	margin-right: 114px !important
}

.mb-114 {
	margin-bottom: 114px !important
}

.ml-114 {
	margin-left: 114px !important
}

.pt-114 {
	padding-top: 114px !important
}

.pr-114 {
	padding-right: 114px !important
}

.pb-114 {
	padding-bottom: 114px !important
}

.pl-114 {
	padding-left: 114px !important
}

.h-114 {
	height: 114px !important
}

.w-114 {
	width: 114px !important
}

.top-114 {
	top: 114px !important
}

.bottom-114 {
	bottom: 114px !important
}

.left-114 {
	left: 114px !important
}

.right-114 {
	right: 114px !important
}

.width-114 {
	width: 114% !important
}

.height-114 {
	height: 114% !important
}

.font-size-114 {
	font-size: 114px !important
}

.border-radius-114 {
	border-radius: 114px !important
}

.line-h-114 {
	line-height: 114px !important
}

.z-index-114 {
	z-index: 114 !important
}

.min-w-114 {
	min-width: 114px !important
}

.max-w-114 {
	max-width: 114px !important
}

.letter-spacing-114 {
	letter-spacing: 114px !important
}

.mt-115 {
	margin-top: 115px !important
}

.mr-115 {
	margin-right: 115px !important
}

.mb-115 {
	margin-bottom: 115px !important
}

.ml-115 {
	margin-left: 115px !important
}

.pt-115 {
	padding-top: 115px !important
}

.pr-115 {
	padding-right: 115px !important
}

.pb-115 {
	padding-bottom: 115px !important
}

.pl-115 {
	padding-left: 115px !important
}

.h-115 {
	height: 115px !important
}

.w-115 {
	width: 115px !important
}

.top-115 {
	top: 115px !important
}

.bottom-115 {
	bottom: 115px !important
}

.left-115 {
	left: 115px !important
}

.right-115 {
	right: 115px !important
}

.width-115 {
	width: 115% !important
}

.height-115 {
	height: 115% !important
}

.font-size-115 {
	font-size: 115px !important
}

.border-radius-115 {
	border-radius: 115px !important
}

.line-h-115 {
	line-height: 115px !important
}

.z-index-115 {
	z-index: 115 !important
}

.min-w-115 {
	min-width: 115px !important
}

.max-w-115 {
	max-width: 115px !important
}

.letter-spacing-115 {
	letter-spacing: 115px !important
}

.mt-116 {
	margin-top: 116px !important
}

.mr-116 {
	margin-right: 116px !important
}

.mb-116 {
	margin-bottom: 116px !important
}

.ml-116 {
	margin-left: 116px !important
}

.pt-116 {
	padding-top: 116px !important
}

.pr-116 {
	padding-right: 116px !important
}

.pb-116 {
	padding-bottom: 116px !important
}

.pl-116 {
	padding-left: 116px !important
}

.h-116 {
	height: 116px !important
}

.w-116 {
	width: 116px !important
}

.top-116 {
	top: 116px !important
}

.bottom-116 {
	bottom: 116px !important
}

.left-116 {
	left: 116px !important
}

.right-116 {
	right: 116px !important
}

.width-116 {
	width: 116% !important
}

.height-116 {
	height: 116% !important
}

.font-size-116 {
	font-size: 116px !important
}

.border-radius-116 {
	border-radius: 116px !important
}

.line-h-116 {
	line-height: 116px !important
}

.z-index-116 {
	z-index: 116 !important
}

.min-w-116 {
	min-width: 116px !important
}

.max-w-116 {
	max-width: 116px !important
}

.letter-spacing-116 {
	letter-spacing: 116px !important
}

.mt-117 {
	margin-top: 117px !important
}

.mr-117 {
	margin-right: 117px !important
}

.mb-117 {
	margin-bottom: 117px !important
}

.ml-117 {
	margin-left: 117px !important
}

.pt-117 {
	padding-top: 117px !important
}

.pr-117 {
	padding-right: 117px !important
}

.pb-117 {
	padding-bottom: 117px !important
}

.pl-117 {
	padding-left: 117px !important
}

.h-117 {
	height: 117px !important
}

.w-117 {
	width: 117px !important
}

.top-117 {
	top: 117px !important
}

.bottom-117 {
	bottom: 117px !important
}

.left-117 {
	left: 117px !important
}

.right-117 {
	right: 117px !important
}

.width-117 {
	width: 117% !important
}

.height-117 {
	height: 117% !important
}

.font-size-117 {
	font-size: 117px !important
}

.border-radius-117 {
	border-radius: 117px !important
}

.line-h-117 {
	line-height: 117px !important
}

.z-index-117 {
	z-index: 117 !important
}

.min-w-117 {
	min-width: 117px !important
}

.max-w-117 {
	max-width: 117px !important
}

.letter-spacing-117 {
	letter-spacing: 117px !important
}

.mt-118 {
	margin-top: 118px !important
}

.mr-118 {
	margin-right: 118px !important
}

.mb-118 {
	margin-bottom: 118px !important
}

.ml-118 {
	margin-left: 118px !important
}

.pt-118 {
	padding-top: 118px !important
}

.pr-118 {
	padding-right: 118px !important
}

.pb-118 {
	padding-bottom: 118px !important
}

.pl-118 {
	padding-left: 118px !important
}

.h-118 {
	height: 118px !important
}

.w-118 {
	width: 118px !important
}

.top-118 {
	top: 118px !important
}

.bottom-118 {
	bottom: 118px !important
}

.left-118 {
	left: 118px !important
}

.right-118 {
	right: 118px !important
}

.width-118 {
	width: 118% !important
}

.height-118 {
	height: 118% !important
}

.font-size-118 {
	font-size: 118px !important
}

.border-radius-118 {
	border-radius: 118px !important
}

.line-h-118 {
	line-height: 118px !important
}

.z-index-118 {
	z-index: 118 !important
}

.min-w-118 {
	min-width: 118px !important
}

.max-w-118 {
	max-width: 118px !important
}

.letter-spacing-118 {
	letter-spacing: 118px !important
}

.mt-119 {
	margin-top: 119px !important
}

.mr-119 {
	margin-right: 119px !important
}

.mb-119 {
	margin-bottom: 119px !important
}

.ml-119 {
	margin-left: 119px !important
}

.pt-119 {
	padding-top: 119px !important
}

.pr-119 {
	padding-right: 119px !important
}

.pb-119 {
	padding-bottom: 119px !important
}

.pl-119 {
	padding-left: 119px !important
}

.h-119 {
	height: 119px !important
}

.w-119 {
	width: 119px !important
}

.top-119 {
	top: 119px !important
}

.bottom-119 {
	bottom: 119px !important
}

.left-119 {
	left: 119px !important
}

.right-119 {
	right: 119px !important
}

.width-119 {
	width: 119% !important
}

.height-119 {
	height: 119% !important
}

.font-size-119 {
	font-size: 119px !important
}

.border-radius-119 {
	border-radius: 119px !important
}

.line-h-119 {
	line-height: 119px !important
}

.z-index-119 {
	z-index: 119 !important
}

.min-w-119 {
	min-width: 119px !important
}

.max-w-119 {
	max-width: 119px !important
}

.letter-spacing-119 {
	letter-spacing: 119px !important
}

.mt-120 {
	margin-top: 120px !important
}

.mr-120 {
	margin-right: 120px !important
}

.mb-120 {
	margin-bottom: 120px !important
}

.ml-120 {
	margin-left: 120px !important
}

.pt-120 {
	padding-top: 120px !important
}

.pr-120 {
	padding-right: 120px !important
}

.pb-120 {
	padding-bottom: 120px !important
}

.pl-120 {
	padding-left: 120px !important
}

.h-120 {
	height: 120px !important
}

.w-120 {
	width: 120px !important
}

.top-120 {
	top: 120px !important
}

.bottom-120 {
	bottom: 120px !important
}

.left-120 {
	left: 120px !important
}

.right-120 {
	right: 120px !important
}

.width-120 {
	width: 120% !important
}

.height-120 {
	height: 120% !important
}

.font-size-120 {
	font-size: 120px !important
}

.border-radius-120 {
	border-radius: 120px !important
}

.line-h-120 {
	line-height: 120px !important
}

.z-index-120 {
	z-index: 120 !important
}

.min-w-120 {
	min-width: 120px !important
}

.max-w-120 {
	max-width: 120px !important
}

.letter-spacing-120 {
	letter-spacing: 120px !important
}

.mt-121 {
	margin-top: 121px !important
}

.mr-121 {
	margin-right: 121px !important
}

.mb-121 {
	margin-bottom: 121px !important
}

.ml-121 {
	margin-left: 121px !important
}

.pt-121 {
	padding-top: 121px !important
}

.pr-121 {
	padding-right: 121px !important
}

.pb-121 {
	padding-bottom: 121px !important
}

.pl-121 {
	padding-left: 121px !important
}

.h-121 {
	height: 121px !important
}

.w-121 {
	width: 121px !important
}

.top-121 {
	top: 121px !important
}

.bottom-121 {
	bottom: 121px !important
}

.left-121 {
	left: 121px !important
}

.right-121 {
	right: 121px !important
}

.width-121 {
	width: 121% !important
}

.height-121 {
	height: 121% !important
}

.font-size-121 {
	font-size: 121px !important
}

.border-radius-121 {
	border-radius: 121px !important
}

.line-h-121 {
	line-height: 121px !important
}

.z-index-121 {
	z-index: 121 !important
}

.min-w-121 {
	min-width: 121px !important
}

.max-w-121 {
	max-width: 121px !important
}

.letter-spacing-121 {
	letter-spacing: 121px !important
}

.mt-122 {
	margin-top: 122px !important
}

.mr-122 {
	margin-right: 122px !important
}

.mb-122 {
	margin-bottom: 122px !important
}

.ml-122 {
	margin-left: 122px !important
}

.pt-122 {
	padding-top: 122px !important
}

.pr-122 {
	padding-right: 122px !important
}

.pb-122 {
	padding-bottom: 122px !important
}

.pl-122 {
	padding-left: 122px !important
}

.h-122 {
	height: 122px !important
}

.w-122 {
	width: 122px !important
}

.top-122 {
	top: 122px !important
}

.bottom-122 {
	bottom: 122px !important
}

.left-122 {
	left: 122px !important
}

.right-122 {
	right: 122px !important
}

.width-122 {
	width: 122% !important
}

.height-122 {
	height: 122% !important
}

.font-size-122 {
	font-size: 122px !important
}

.border-radius-122 {
	border-radius: 122px !important
}

.line-h-122 {
	line-height: 122px !important
}

.z-index-122 {
	z-index: 122 !important
}

.min-w-122 {
	min-width: 122px !important
}

.max-w-122 {
	max-width: 122px !important
}

.letter-spacing-122 {
	letter-spacing: 122px !important
}

.mt-123 {
	margin-top: 123px !important
}

.mr-123 {
	margin-right: 123px !important
}

.mb-123 {
	margin-bottom: 123px !important
}

.ml-123 {
	margin-left: 123px !important
}

.pt-123 {
	padding-top: 123px !important
}

.pr-123 {
	padding-right: 123px !important
}

.pb-123 {
	padding-bottom: 123px !important
}

.pl-123 {
	padding-left: 123px !important
}

.h-123 {
	height: 123px !important
}

.w-123 {
	width: 123px !important
}

.top-123 {
	top: 123px !important
}

.bottom-123 {
	bottom: 123px !important
}

.left-123 {
	left: 123px !important
}

.right-123 {
	right: 123px !important
}

.width-123 {
	width: 123% !important
}

.height-123 {
	height: 123% !important
}

.font-size-123 {
	font-size: 123px !important
}

.border-radius-123 {
	border-radius: 123px !important
}

.line-h-123 {
	line-height: 123px !important
}

.z-index-123 {
	z-index: 123 !important
}

.min-w-123 {
	min-width: 123px !important
}

.max-w-123 {
	max-width: 123px !important
}

.letter-spacing-123 {
	letter-spacing: 123px !important
}

.mt-124 {
	margin-top: 124px !important
}

.mr-124 {
	margin-right: 124px !important
}

.mb-124 {
	margin-bottom: 124px !important
}

.ml-124 {
	margin-left: 124px !important
}

.pt-124 {
	padding-top: 124px !important
}

.pr-124 {
	padding-right: 124px !important
}

.pb-124 {
	padding-bottom: 124px !important
}

.pl-124 {
	padding-left: 124px !important
}

.h-124 {
	height: 124px !important
}

.w-124 {
	width: 124px !important
}

.top-124 {
	top: 124px !important
}

.bottom-124 {
	bottom: 124px !important
}

.left-124 {
	left: 124px !important
}

.right-124 {
	right: 124px !important
}

.width-124 {
	width: 124% !important
}

.height-124 {
	height: 124% !important
}

.font-size-124 {
	font-size: 124px !important
}

.border-radius-124 {
	border-radius: 124px !important
}

.line-h-124 {
	line-height: 124px !important
}

.z-index-124 {
	z-index: 124 !important
}

.min-w-124 {
	min-width: 124px !important
}

.max-w-124 {
	max-width: 124px !important
}

.letter-spacing-124 {
	letter-spacing: 124px !important
}

.mt-125 {
	margin-top: 125px !important
}

.mr-125 {
	margin-right: 125px !important
}

.mb-125 {
	margin-bottom: 125px !important
}

.ml-125 {
	margin-left: 125px !important
}

.pt-125 {
	padding-top: 125px !important
}

.pr-125 {
	padding-right: 125px !important
}

.pb-125 {
	padding-bottom: 125px !important
}

.pl-125 {
	padding-left: 125px !important
}

.h-125 {
	height: 125px !important
}

.w-125 {
	width: 125px !important
}

.top-125 {
	top: 125px !important
}

.bottom-125 {
	bottom: 125px !important
}

.left-125 {
	left: 125px !important
}

.right-125 {
	right: 125px !important
}

.width-125 {
	width: 125% !important
}

.height-125 {
	height: 125% !important
}

.font-size-125 {
	font-size: 125px !important
}

.border-radius-125 {
	border-radius: 125px !important
}

.line-h-125 {
	line-height: 125px !important
}

.z-index-125 {
	z-index: 125 !important
}

.min-w-125 {
	min-width: 125px !important
}

.max-w-125 {
	max-width: 125px !important
}

.letter-spacing-125 {
	letter-spacing: 125px !important
}

.mt-126 {
	margin-top: 126px !important
}

.mr-126 {
	margin-right: 126px !important
}

.mb-126 {
	margin-bottom: 126px !important
}

.ml-126 {
	margin-left: 126px !important
}

.pt-126 {
	padding-top: 126px !important
}

.pr-126 {
	padding-right: 126px !important
}

.pb-126 {
	padding-bottom: 126px !important
}

.pl-126 {
	padding-left: 126px !important
}

.h-126 {
	height: 126px !important
}

.w-126 {
	width: 126px !important
}

.top-126 {
	top: 126px !important
}

.bottom-126 {
	bottom: 126px !important
}

.left-126 {
	left: 126px !important
}

.right-126 {
	right: 126px !important
}

.width-126 {
	width: 126% !important
}

.height-126 {
	height: 126% !important
}

.font-size-126 {
	font-size: 126px !important
}

.border-radius-126 {
	border-radius: 126px !important
}

.line-h-126 {
	line-height: 126px !important
}

.z-index-126 {
	z-index: 126 !important
}

.min-w-126 {
	min-width: 126px !important
}

.max-w-126 {
	max-width: 126px !important
}

.letter-spacing-126 {
	letter-spacing: 126px !important
}

.mt-127 {
	margin-top: 127px !important
}

.mr-127 {
	margin-right: 127px !important
}

.mb-127 {
	margin-bottom: 127px !important
}

.ml-127 {
	margin-left: 127px !important
}

.pt-127 {
	padding-top: 127px !important
}

.pr-127 {
	padding-right: 127px !important
}

.pb-127 {
	padding-bottom: 127px !important
}

.pl-127 {
	padding-left: 127px !important
}

.h-127 {
	height: 127px !important
}

.w-127 {
	width: 127px !important
}

.top-127 {
	top: 127px !important
}

.bottom-127 {
	bottom: 127px !important
}

.left-127 {
	left: 127px !important
}

.right-127 {
	right: 127px !important
}

.width-127 {
	width: 127% !important
}

.height-127 {
	height: 127% !important
}

.font-size-127 {
	font-size: 127px !important
}

.border-radius-127 {
	border-radius: 127px !important
}

.line-h-127 {
	line-height: 127px !important
}

.z-index-127 {
	z-index: 127 !important
}

.min-w-127 {
	min-width: 127px !important
}

.max-w-127 {
	max-width: 127px !important
}

.letter-spacing-127 {
	letter-spacing: 127px !important
}

.mt-128 {
	margin-top: 128px !important
}

.mr-128 {
	margin-right: 128px !important
}

.mb-128 {
	margin-bottom: 128px !important
}

.ml-128 {
	margin-left: 128px !important
}

.pt-128 {
	padding-top: 128px !important
}

.pr-128 {
	padding-right: 128px !important
}

.pb-128 {
	padding-bottom: 128px !important
}

.pl-128 {
	padding-left: 128px !important
}

.h-128 {
	height: 128px !important
}

.w-128 {
	width: 128px !important
}

.top-128 {
	top: 128px !important
}

.bottom-128 {
	bottom: 128px !important
}

.left-128 {
	left: 128px !important
}

.right-128 {
	right: 128px !important
}

.width-128 {
	width: 128% !important
}

.height-128 {
	height: 128% !important
}

.font-size-128 {
	font-size: 128px !important
}

.border-radius-128 {
	border-radius: 128px !important
}

.line-h-128 {
	line-height: 128px !important
}

.z-index-128 {
	z-index: 128 !important
}

.min-w-128 {
	min-width: 128px !important
}

.max-w-128 {
	max-width: 128px !important
}

.letter-spacing-128 {
	letter-spacing: 128px !important
}

.mt-129 {
	margin-top: 129px !important
}

.mr-129 {
	margin-right: 129px !important
}

.mb-129 {
	margin-bottom: 129px !important
}

.ml-129 {
	margin-left: 129px !important
}

.pt-129 {
	padding-top: 129px !important
}

.pr-129 {
	padding-right: 129px !important
}

.pb-129 {
	padding-bottom: 129px !important
}

.pl-129 {
	padding-left: 129px !important
}

.h-129 {
	height: 129px !important
}

.w-129 {
	width: 129px !important
}

.top-129 {
	top: 129px !important
}

.bottom-129 {
	bottom: 129px !important
}

.left-129 {
	left: 129px !important
}

.right-129 {
	right: 129px !important
}

.width-129 {
	width: 129% !important
}

.height-129 {
	height: 129% !important
}

.font-size-129 {
	font-size: 129px !important
}

.border-radius-129 {
	border-radius: 129px !important
}

.line-h-129 {
	line-height: 129px !important
}

.z-index-129 {
	z-index: 129 !important
}

.min-w-129 {
	min-width: 129px !important
}

.max-w-129 {
	max-width: 129px !important
}

.letter-spacing-129 {
	letter-spacing: 129px !important
}

.mt-130 {
	margin-top: 130px !important
}

.mr-130 {
	margin-right: 130px !important
}

.mb-130 {
	margin-bottom: 130px !important
}

.ml-130 {
	margin-left: 130px !important
}

.pt-130 {
	padding-top: 130px !important
}

.pr-130 {
	padding-right: 130px !important
}

.pb-130 {
	padding-bottom: 130px !important
}

.pl-130 {
	padding-left: 130px !important
}

.h-130 {
	height: 130px !important
}

.w-130 {
	width: 130px !important
}

.top-130 {
	top: 130px !important
}

.bottom-130 {
	bottom: 130px !important
}

.left-130 {
	left: 130px !important
}

.right-130 {
	right: 130px !important
}

.width-130 {
	width: 130% !important
}

.height-130 {
	height: 130% !important
}

.font-size-130 {
	font-size: 130px !important
}

.border-radius-130 {
	border-radius: 130px !important
}

.line-h-130 {
	line-height: 130px !important
}

.z-index-130 {
	z-index: 130 !important
}

.min-w-130 {
	min-width: 130px !important
}

.max-w-130 {
	max-width: 130px !important
}

.letter-spacing-130 {
	letter-spacing: 130px !important
}

.mt-131 {
	margin-top: 131px !important
}

.mr-131 {
	margin-right: 131px !important
}

.mb-131 {
	margin-bottom: 131px !important
}

.ml-131 {
	margin-left: 131px !important
}

.pt-131 {
	padding-top: 131px !important
}

.pr-131 {
	padding-right: 131px !important
}

.pb-131 {
	padding-bottom: 131px !important
}

.pl-131 {
	padding-left: 131px !important
}

.h-131 {
	height: 131px !important
}

.w-131 {
	width: 131px !important
}

.top-131 {
	top: 131px !important
}

.bottom-131 {
	bottom: 131px !important
}

.left-131 {
	left: 131px !important
}

.right-131 {
	right: 131px !important
}

.width-131 {
	width: 131% !important
}

.height-131 {
	height: 131% !important
}

.font-size-131 {
	font-size: 131px !important
}

.border-radius-131 {
	border-radius: 131px !important
}

.line-h-131 {
	line-height: 131px !important
}

.z-index-131 {
	z-index: 131 !important
}

.min-w-131 {
	min-width: 131px !important
}

.max-w-131 {
	max-width: 131px !important
}

.letter-spacing-131 {
	letter-spacing: 131px !important
}

.mt-132 {
	margin-top: 132px !important
}

.mr-132 {
	margin-right: 132px !important
}

.mb-132 {
	margin-bottom: 132px !important
}

.ml-132 {
	margin-left: 132px !important
}

.pt-132 {
	padding-top: 132px !important
}

.pr-132 {
	padding-right: 132px !important
}

.pb-132 {
	padding-bottom: 132px !important
}

.pl-132 {
	padding-left: 132px !important
}

.h-132 {
	height: 132px !important
}

.w-132 {
	width: 132px !important
}

.top-132 {
	top: 132px !important
}

.bottom-132 {
	bottom: 132px !important
}

.left-132 {
	left: 132px !important
}

.right-132 {
	right: 132px !important
}

.width-132 {
	width: 132% !important
}

.height-132 {
	height: 132% !important
}

.font-size-132 {
	font-size: 132px !important
}

.border-radius-132 {
	border-radius: 132px !important
}

.line-h-132 {
	line-height: 132px !important
}

.z-index-132 {
	z-index: 132 !important
}

.min-w-132 {
	min-width: 132px !important
}

.max-w-132 {
	max-width: 132px !important
}

.letter-spacing-132 {
	letter-spacing: 132px !important
}

.mt-133 {
	margin-top: 133px !important
}

.mr-133 {
	margin-right: 133px !important
}

.mb-133 {
	margin-bottom: 133px !important
}

.ml-133 {
	margin-left: 133px !important
}

.pt-133 {
	padding-top: 133px !important
}

.pr-133 {
	padding-right: 133px !important
}

.pb-133 {
	padding-bottom: 133px !important
}

.pl-133 {
	padding-left: 133px !important
}

.h-133 {
	height: 133px !important
}

.w-133 {
	width: 133px !important
}

.top-133 {
	top: 133px !important
}

.bottom-133 {
	bottom: 133px !important
}

.left-133 {
	left: 133px !important
}

.right-133 {
	right: 133px !important
}

.width-133 {
	width: 133% !important
}

.height-133 {
	height: 133% !important
}

.font-size-133 {
	font-size: 133px !important
}

.border-radius-133 {
	border-radius: 133px !important
}

.line-h-133 {
	line-height: 133px !important
}

.z-index-133 {
	z-index: 133 !important
}

.min-w-133 {
	min-width: 133px !important
}

.max-w-133 {
	max-width: 133px !important
}

.letter-spacing-133 {
	letter-spacing: 133px !important
}

.mt-134 {
	margin-top: 134px !important
}

.mr-134 {
	margin-right: 134px !important
}

.mb-134 {
	margin-bottom: 134px !important
}

.ml-134 {
	margin-left: 134px !important
}

.pt-134 {
	padding-top: 134px !important
}

.pr-134 {
	padding-right: 134px !important
}

.pb-134 {
	padding-bottom: 134px !important
}

.pl-134 {
	padding-left: 134px !important
}

.h-134 {
	height: 134px !important
}

.w-134 {
	width: 134px !important
}

.top-134 {
	top: 134px !important
}

.bottom-134 {
	bottom: 134px !important
}

.left-134 {
	left: 134px !important
}

.right-134 {
	right: 134px !important
}

.width-134 {
	width: 134% !important
}

.height-134 {
	height: 134% !important
}

.font-size-134 {
	font-size: 134px !important
}

.border-radius-134 {
	border-radius: 134px !important
}

.line-h-134 {
	line-height: 134px !important
}

.z-index-134 {
	z-index: 134 !important
}

.min-w-134 {
	min-width: 134px !important
}

.max-w-134 {
	max-width: 134px !important
}

.letter-spacing-134 {
	letter-spacing: 134px !important
}

.mt-135 {
	margin-top: 135px !important
}

.mr-135 {
	margin-right: 135px !important
}

.mb-135 {
	margin-bottom: 135px !important
}

.ml-135 {
	margin-left: 135px !important
}

.pt-135 {
	padding-top: 135px !important
}

.pr-135 {
	padding-right: 135px !important
}

.pb-135 {
	padding-bottom: 135px !important
}

.pl-135 {
	padding-left: 135px !important
}

.h-135 {
	height: 135px !important
}

.w-135 {
	width: 135px !important
}

.top-135 {
	top: 135px !important
}

.bottom-135 {
	bottom: 135px !important
}

.left-135 {
	left: 135px !important
}

.right-135 {
	right: 135px !important
}

.width-135 {
	width: 135% !important
}

.height-135 {
	height: 135% !important
}

.font-size-135 {
	font-size: 135px !important
}

.border-radius-135 {
	border-radius: 135px !important
}

.line-h-135 {
	line-height: 135px !important
}

.z-index-135 {
	z-index: 135 !important
}

.min-w-135 {
	min-width: 135px !important
}

.max-w-135 {
	max-width: 135px !important
}

.letter-spacing-135 {
	letter-spacing: 135px !important
}

.mt-136 {
	margin-top: 136px !important
}

.mr-136 {
	margin-right: 136px !important
}

.mb-136 {
	margin-bottom: 136px !important
}

.ml-136 {
	margin-left: 136px !important
}

.pt-136 {
	padding-top: 136px !important
}

.pr-136 {
	padding-right: 136px !important
}

.pb-136 {
	padding-bottom: 136px !important
}

.pl-136 {
	padding-left: 136px !important
}

.h-136 {
	height: 136px !important
}

.w-136 {
	width: 136px !important
}

.top-136 {
	top: 136px !important
}

.bottom-136 {
	bottom: 136px !important
}

.left-136 {
	left: 136px !important
}

.right-136 {
	right: 136px !important
}

.width-136 {
	width: 136% !important
}

.height-136 {
	height: 136% !important
}

.font-size-136 {
	font-size: 136px !important
}

.border-radius-136 {
	border-radius: 136px !important
}

.line-h-136 {
	line-height: 136px !important
}

.z-index-136 {
	z-index: 136 !important
}

.min-w-136 {
	min-width: 136px !important
}

.max-w-136 {
	max-width: 136px !important
}

.letter-spacing-136 {
	letter-spacing: 136px !important
}

.mt-137 {
	margin-top: 137px !important
}

.mr-137 {
	margin-right: 137px !important
}

.mb-137 {
	margin-bottom: 137px !important
}

.ml-137 {
	margin-left: 137px !important
}

.pt-137 {
	padding-top: 137px !important
}

.pr-137 {
	padding-right: 137px !important
}

.pb-137 {
	padding-bottom: 137px !important
}

.pl-137 {
	padding-left: 137px !important
}

.h-137 {
	height: 137px !important
}

.w-137 {
	width: 137px !important
}

.top-137 {
	top: 137px !important
}

.bottom-137 {
	bottom: 137px !important
}

.left-137 {
	left: 137px !important
}

.right-137 {
	right: 137px !important
}

.width-137 {
	width: 137% !important
}

.height-137 {
	height: 137% !important
}

.font-size-137 {
	font-size: 137px !important
}

.border-radius-137 {
	border-radius: 137px !important
}

.line-h-137 {
	line-height: 137px !important
}

.z-index-137 {
	z-index: 137 !important
}

.min-w-137 {
	min-width: 137px !important
}

.max-w-137 {
	max-width: 137px !important
}

.letter-spacing-137 {
	letter-spacing: 137px !important
}

.mt-138 {
	margin-top: 138px !important
}

.mr-138 {
	margin-right: 138px !important
}

.mb-138 {
	margin-bottom: 138px !important
}

.ml-138 {
	margin-left: 138px !important
}

.pt-138 {
	padding-top: 138px !important
}

.pr-138 {
	padding-right: 138px !important
}

.pb-138 {
	padding-bottom: 138px !important
}

.pl-138 {
	padding-left: 138px !important
}

.h-138 {
	height: 138px !important
}

.w-138 {
	width: 138px !important
}

.top-138 {
	top: 138px !important
}

.bottom-138 {
	bottom: 138px !important
}

.left-138 {
	left: 138px !important
}

.right-138 {
	right: 138px !important
}

.width-138 {
	width: 138% !important
}

.height-138 {
	height: 138% !important
}

.font-size-138 {
	font-size: 138px !important
}

.border-radius-138 {
	border-radius: 138px !important
}

.line-h-138 {
	line-height: 138px !important
}

.z-index-138 {
	z-index: 138 !important
}

.min-w-138 {
	min-width: 138px !important
}

.max-w-138 {
	max-width: 138px !important
}

.letter-spacing-138 {
	letter-spacing: 138px !important
}

.mt-139 {
	margin-top: 139px !important
}

.mr-139 {
	margin-right: 139px !important
}

.mb-139 {
	margin-bottom: 139px !important
}

.ml-139 {
	margin-left: 139px !important
}

.pt-139 {
	padding-top: 139px !important
}

.pr-139 {
	padding-right: 139px !important
}

.pb-139 {
	padding-bottom: 139px !important
}

.pl-139 {
	padding-left: 139px !important
}

.h-139 {
	height: 139px !important
}

.w-139 {
	width: 139px !important
}

.top-139 {
	top: 139px !important
}

.bottom-139 {
	bottom: 139px !important
}

.left-139 {
	left: 139px !important
}

.right-139 {
	right: 139px !important
}

.width-139 {
	width: 139% !important
}

.height-139 {
	height: 139% !important
}

.font-size-139 {
	font-size: 139px !important
}

.border-radius-139 {
	border-radius: 139px !important
}

.line-h-139 {
	line-height: 139px !important
}

.z-index-139 {
	z-index: 139 !important
}

.min-w-139 {
	min-width: 139px !important
}

.max-w-139 {
	max-width: 139px !important
}

.letter-spacing-139 {
	letter-spacing: 139px !important
}

.mt-140 {
	margin-top: 140px !important
}

.mr-140 {
	margin-right: 140px !important
}

.mb-140 {
	margin-bottom: 140px !important
}

.ml-140 {
	margin-left: 140px !important
}

.pt-140 {
	padding-top: 140px !important
}

.pr-140 {
	padding-right: 140px !important
}

.pb-140 {
	padding-bottom: 140px !important
}

.pl-140 {
	padding-left: 140px !important
}

.h-140 {
	height: 140px !important
}

.w-140 {
	width: 140px !important
}

.top-140 {
	top: 140px !important
}

.bottom-140 {
	bottom: 140px !important
}

.left-140 {
	left: 140px !important
}

.right-140 {
	right: 140px !important
}

.width-140 {
	width: 140% !important
}

.height-140 {
	height: 140% !important
}

.font-size-140 {
	font-size: 140px !important
}

.border-radius-140 {
	border-radius: 140px !important
}

.line-h-140 {
	line-height: 140px !important
}

.z-index-140 {
	z-index: 140 !important
}

.min-w-140 {
	min-width: 140px !important
}

.max-w-140 {
	max-width: 140px !important
}

.letter-spacing-140 {
	letter-spacing: 140px !important
}

.mt-141 {
	margin-top: 141px !important
}

.mr-141 {
	margin-right: 141px !important
}

.mb-141 {
	margin-bottom: 141px !important
}

.ml-141 {
	margin-left: 141px !important
}

.pt-141 {
	padding-top: 141px !important
}

.pr-141 {
	padding-right: 141px !important
}

.pb-141 {
	padding-bottom: 141px !important
}

.pl-141 {
	padding-left: 141px !important
}

.h-141 {
	height: 141px !important
}

.w-141 {
	width: 141px !important
}

.top-141 {
	top: 141px !important
}

.bottom-141 {
	bottom: 141px !important
}

.left-141 {
	left: 141px !important
}

.right-141 {
	right: 141px !important
}

.width-141 {
	width: 141% !important
}

.height-141 {
	height: 141% !important
}

.font-size-141 {
	font-size: 141px !important
}

.border-radius-141 {
	border-radius: 141px !important
}

.line-h-141 {
	line-height: 141px !important
}

.z-index-141 {
	z-index: 141 !important
}

.min-w-141 {
	min-width: 141px !important
}

.max-w-141 {
	max-width: 141px !important
}

.letter-spacing-141 {
	letter-spacing: 141px !important
}

.mt-142 {
	margin-top: 142px !important
}

.mr-142 {
	margin-right: 142px !important
}

.mb-142 {
	margin-bottom: 142px !important
}

.ml-142 {
	margin-left: 142px !important
}

.pt-142 {
	padding-top: 142px !important
}

.pr-142 {
	padding-right: 142px !important
}

.pb-142 {
	padding-bottom: 142px !important
}

.pl-142 {
	padding-left: 142px !important
}

.h-142 {
	height: 142px !important
}

.w-142 {
	width: 142px !important
}

.top-142 {
	top: 142px !important
}

.bottom-142 {
	bottom: 142px !important
}

.left-142 {
	left: 142px !important
}

.right-142 {
	right: 142px !important
}

.width-142 {
	width: 142% !important
}

.height-142 {
	height: 142% !important
}

.font-size-142 {
	font-size: 142px !important
}

.border-radius-142 {
	border-radius: 142px !important
}

.line-h-142 {
	line-height: 142px !important
}

.z-index-142 {
	z-index: 142 !important
}

.min-w-142 {
	min-width: 142px !important
}

.max-w-142 {
	max-width: 142px !important
}

.letter-spacing-142 {
	letter-spacing: 142px !important
}

.mt-143 {
	margin-top: 143px !important
}

.mr-143 {
	margin-right: 143px !important
}

.mb-143 {
	margin-bottom: 143px !important
}

.ml-143 {
	margin-left: 143px !important
}

.pt-143 {
	padding-top: 143px !important
}

.pr-143 {
	padding-right: 143px !important
}

.pb-143 {
	padding-bottom: 143px !important
}

.pl-143 {
	padding-left: 143px !important
}

.h-143 {
	height: 143px !important
}

.w-143 {
	width: 143px !important
}

.top-143 {
	top: 143px !important
}

.bottom-143 {
	bottom: 143px !important
}

.left-143 {
	left: 143px !important
}

.right-143 {
	right: 143px !important
}

.width-143 {
	width: 143% !important
}

.height-143 {
	height: 143% !important
}

.font-size-143 {
	font-size: 143px !important
}

.border-radius-143 {
	border-radius: 143px !important
}

.line-h-143 {
	line-height: 143px !important
}

.z-index-143 {
	z-index: 143 !important
}

.min-w-143 {
	min-width: 143px !important
}

.max-w-143 {
	max-width: 143px !important
}

.letter-spacing-143 {
	letter-spacing: 143px !important
}

.mt-144 {
	margin-top: 144px !important
}

.mr-144 {
	margin-right: 144px !important
}

.mb-144 {
	margin-bottom: 144px !important
}

.ml-144 {
	margin-left: 144px !important
}

.pt-144 {
	padding-top: 144px !important
}

.pr-144 {
	padding-right: 144px !important
}

.pb-144 {
	padding-bottom: 144px !important
}

.pl-144 {
	padding-left: 144px !important
}

.h-144 {
	height: 144px !important
}

.w-144 {
	width: 144px !important
}

.top-144 {
	top: 144px !important
}

.bottom-144 {
	bottom: 144px !important
}

.left-144 {
	left: 144px !important
}

.right-144 {
	right: 144px !important
}

.width-144 {
	width: 144% !important
}

.height-144 {
	height: 144% !important
}

.font-size-144 {
	font-size: 144px !important
}

.border-radius-144 {
	border-radius: 144px !important
}

.line-h-144 {
	line-height: 144px !important
}

.z-index-144 {
	z-index: 144 !important
}

.min-w-144 {
	min-width: 144px !important
}

.max-w-144 {
	max-width: 144px !important
}

.letter-spacing-144 {
	letter-spacing: 144px !important
}

.mt-145 {
	margin-top: 145px !important
}

.mr-145 {
	margin-right: 145px !important
}

.mb-145 {
	margin-bottom: 145px !important
}

.ml-145 {
	margin-left: 145px !important
}

.pt-145 {
	padding-top: 145px !important
}

.pr-145 {
	padding-right: 145px !important
}

.pb-145 {
	padding-bottom: 145px !important
}

.pl-145 {
	padding-left: 145px !important
}

.h-145 {
	height: 145px !important
}

.w-145 {
	width: 145px !important
}

.top-145 {
	top: 145px !important
}

.bottom-145 {
	bottom: 145px !important
}

.left-145 {
	left: 145px !important
}

.right-145 {
	right: 145px !important
}

.width-145 {
	width: 145% !important
}

.height-145 {
	height: 145% !important
}

.font-size-145 {
	font-size: 145px !important
}

.border-radius-145 {
	border-radius: 145px !important
}

.line-h-145 {
	line-height: 145px !important
}

.z-index-145 {
	z-index: 145 !important
}

.min-w-145 {
	min-width: 145px !important
}

.max-w-145 {
	max-width: 145px !important
}

.letter-spacing-145 {
	letter-spacing: 145px !important
}

.mt-146 {
	margin-top: 146px !important
}

.mr-146 {
	margin-right: 146px !important
}

.mb-146 {
	margin-bottom: 146px !important
}

.ml-146 {
	margin-left: 146px !important
}

.pt-146 {
	padding-top: 146px !important
}

.pr-146 {
	padding-right: 146px !important
}

.pb-146 {
	padding-bottom: 146px !important
}

.pl-146 {
	padding-left: 146px !important
}

.h-146 {
	height: 146px !important
}

.w-146 {
	width: 146px !important
}

.top-146 {
	top: 146px !important
}

.bottom-146 {
	bottom: 146px !important
}

.left-146 {
	left: 146px !important
}

.right-146 {
	right: 146px !important
}

.width-146 {
	width: 146% !important
}

.height-146 {
	height: 146% !important
}

.font-size-146 {
	font-size: 146px !important
}

.border-radius-146 {
	border-radius: 146px !important
}

.line-h-146 {
	line-height: 146px !important
}

.z-index-146 {
	z-index: 146 !important
}

.min-w-146 {
	min-width: 146px !important
}

.max-w-146 {
	max-width: 146px !important
}

.letter-spacing-146 {
	letter-spacing: 146px !important
}

.mt-147 {
	margin-top: 147px !important
}

.mr-147 {
	margin-right: 147px !important
}

.mb-147 {
	margin-bottom: 147px !important
}

.ml-147 {
	margin-left: 147px !important
}

.pt-147 {
	padding-top: 147px !important
}

.pr-147 {
	padding-right: 147px !important
}

.pb-147 {
	padding-bottom: 147px !important
}

.pl-147 {
	padding-left: 147px !important
}

.h-147 {
	height: 147px !important
}

.w-147 {
	width: 147px !important
}

.top-147 {
	top: 147px !important
}

.bottom-147 {
	bottom: 147px !important
}

.left-147 {
	left: 147px !important
}

.right-147 {
	right: 147px !important
}

.width-147 {
	width: 147% !important
}

.height-147 {
	height: 147% !important
}

.font-size-147 {
	font-size: 147px !important
}

.border-radius-147 {
	border-radius: 147px !important
}

.line-h-147 {
	line-height: 147px !important
}

.z-index-147 {
	z-index: 147 !important
}

.min-w-147 {
	min-width: 147px !important
}

.max-w-147 {
	max-width: 147px !important
}

.letter-spacing-147 {
	letter-spacing: 147px !important
}

.mt-148 {
	margin-top: 148px !important
}

.mr-148 {
	margin-right: 148px !important
}

.mb-148 {
	margin-bottom: 148px !important
}

.ml-148 {
	margin-left: 148px !important
}

.pt-148 {
	padding-top: 148px !important
}

.pr-148 {
	padding-right: 148px !important
}

.pb-148 {
	padding-bottom: 148px !important
}

.pl-148 {
	padding-left: 148px !important
}

.h-148 {
	height: 148px !important
}

.w-148 {
	width: 148px !important
}

.top-148 {
	top: 148px !important
}

.bottom-148 {
	bottom: 148px !important
}

.left-148 {
	left: 148px !important
}

.right-148 {
	right: 148px !important
}

.width-148 {
	width: 148% !important
}

.height-148 {
	height: 148% !important
}

.font-size-148 {
	font-size: 148px !important
}

.border-radius-148 {
	border-radius: 148px !important
}

.line-h-148 {
	line-height: 148px !important
}

.z-index-148 {
	z-index: 148 !important
}

.min-w-148 {
	min-width: 148px !important
}

.max-w-148 {
	max-width: 148px !important
}

.letter-spacing-148 {
	letter-spacing: 148px !important
}

.mt-149 {
	margin-top: 149px !important
}

.mr-149 {
	margin-right: 149px !important
}

.mb-149 {
	margin-bottom: 149px !important
}

.ml-149 {
	margin-left: 149px !important
}

.pt-149 {
	padding-top: 149px !important
}

.pr-149 {
	padding-right: 149px !important
}

.pb-149 {
	padding-bottom: 149px !important
}

.pl-149 {
	padding-left: 149px !important
}

.h-149 {
	height: 149px !important
}

.w-149 {
	width: 149px !important
}

.top-149 {
	top: 149px !important
}

.bottom-149 {
	bottom: 149px !important
}

.left-149 {
	left: 149px !important
}

.right-149 {
	right: 149px !important
}

.width-149 {
	width: 149% !important
}

.height-149 {
	height: 149% !important
}

.font-size-149 {
	font-size: 149px !important
}

.border-radius-149 {
	border-radius: 149px !important
}

.line-h-149 {
	line-height: 149px !important
}

.z-index-149 {
	z-index: 149 !important
}

.min-w-149 {
	min-width: 149px !important
}

.max-w-149 {
	max-width: 149px !important
}

.letter-spacing-149 {
	letter-spacing: 149px !important
}

.mt-150 {
	margin-top: 150px !important
}

.mr-150 {
	margin-right: 150px !important
}

.mb-150 {
	margin-bottom: 150px !important
}

.ml-150 {
	margin-left: 150px !important
}

.pt-150 {
	padding-top: 150px !important
}

.pr-150 {
	padding-right: 150px !important
}

.pb-150 {
	padding-bottom: 150px !important
}

.pl-150 {
	padding-left: 150px !important
}

.h-150 {
	height: 150px !important
}

.w-150 {
	width: 150px !important
}

.top-150 {
	top: 150px !important
}

.bottom-150 {
	bottom: 150px !important
}

.left-150 {
	left: 150px !important
}

.right-150 {
	right: 150px !important
}

.width-150 {
	width: 150% !important
}

.height-150 {
	height: 150% !important
}

.font-size-150 {
	font-size: 150px !important
}

.border-radius-150 {
	border-radius: 150px !important
}

.line-h-150 {
	line-height: 150px !important
}

.z-index-150 {
	z-index: 150 !important
}

.min-w-150 {
	min-width: 150px !important
}

.max-w-150 {
	max-width: 150px !important
}

.height-all {
	height: 100%
}

.letter-spacing-150 {
	letter-spacing: 150px !important
}

.max-width {
	margin: 0 auto;
	max-width: 800px;
	width: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.text-ellipsis-one {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.reverse,
.reverse * {
	direction: rtl;
	unicode-bidi: bidi-override
}

.reverse * .comment-content,
.reverse * .comment-name,
.reverse * .comment-regin,
.reverse * .comment-time,
.reverse * .content.multi-line-overflow,
.reverse * .foreignTitle,
.reverse * .form-top .price div,
.reverse * .form-top .price span,
.reverse * .outer-title,
.reverse * .overflow.ml-5,
.reverse * .rich-detail>p,
.reverse * .rich-detail>p>span,
.reverse * .rich>p,
.reverse * .rich>p>span,
.reverse * .sku-content,
.reverse * .sku-top,
.reverse * .subsub-title,
.reverse * .text-name,
.reverse * .u-collapse-content>p>span,
.reverse .comment-content,
.reverse .comment-name,
.reverse .comment-regin,
.reverse .comment-time,
.reverse .content.multi-line-overflow,
.reverse .foreignTitle,
.reverse .form-top .price div,
.reverse .form-top .price span,
.reverse .outer-title,
.reverse .overflow.ml-5,
.reverse .rich-detail>p,
.reverse .rich-detail>p>span,
.reverse .rich>p,
.reverse .rich>p>span,
.reverse .sku-content,
.reverse .sku-top,
.reverse .subsub-title,
.reverse .text-name,
.reverse .u-collapse-content>p>span {
	direction: ltr;
	unicode-bidi: isolate;
	word-break: break-word
}

.reverse * .align-left,
.reverse .align-left {
	text-align: right !important
}

.reverse * .align-right,
.reverse .align-right {
	text-align: left !important
}

.reverse * input::-moz-placeholder,
.reverse input::-moz-placeholder {
	direction: rtl;
	unicode-bidi: bidi-override
}

.reverse * input::placeholder,
.reverse input::placeholder {
	direction: rtl;
	unicode-bidi: bidi-override
}

.reverse * .van-swipe,
.reverse * .van-swipe *,
.reverse .van-swipe,
.reverse .van-swipe * {
	direction: ltr;
	unicode-bidi: isolate
}

.reverse * .green-theme,
.reverse * .info-header-max .van-image,
.reverse * .position-fixed.top-0 .van-image,
.reverse * .red-theme,
.reverse * .red-theme .flex-dire-column.flex-align-flex-end,
.reverse * .red-theme .price-item>span,
.reverse .green-theme,
.reverse .info-header-max .van-image,
.reverse .position-fixed.top-0 .van-image,
.reverse .red-theme,
.reverse .red-theme .flex-dire-column.flex-align-flex-end,
.reverse .red-theme .price-item>span {
	transform: rotateY(180deg)
}

.reverse * .green-theme .price-box>b,
.reverse * .green-theme .price-box>span,
.reverse * .green-theme .promotion-box,
.reverse .green-theme .price-box>b,
.reverse .green-theme .price-box>span,
.reverse .green-theme .promotion-box {
	padding-left: 20px !important;
	padding-right: 0 !important;
	transform: rotateY(180deg)
}

.reverse * .green-theme .promotion-box>span,
.reverse .green-theme .promotion-box>span {
	margin: 0 80px 0 0 !important
}

.reverse * .copon-box,
.reverse .copon-box {
	padding-left: 0 !important
}

.reverse * .copon-box .flex-1,
.reverse .copon-box .flex-1 {
	border-left: none !important;
	border-right: 1px dashed #fbdbbb
}

.reverse * .copon-box .flex-1 .position-absolute,
.reverse .copon-box .flex-1 .position-absolute {
	left: auto;
	right: -5px
}

.reverse * .copon-box .width-25.symbol-box,
.reverse .copon-box .width-25.symbol-box {
	align-items: center;
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	padding-right: 10px
}

.reverse * .countdown-view .set-times .van-count-down,
.reverse * .countdown-view .set-times .van-count-down *,
.reverse .countdown-view .set-times .van-count-down,
.reverse .countdown-view .set-times .van-count-down * {
	direction: ltr;
	unicode-bidi: isolate
}

.reverse * .discount:before,
.reverse .discount:before {
	border-left: 8px solid transparent !important;
	border-top: 18px solid red !important;
	left: -9px !important;
	right: auto !important;
	top: 15px !important
}

.reverse * .discount:after,
.reverse .discount:after {
	border-bottom: 18px solid red !important;
	border-left: 8px solid transparent !important;
	left: -9px !important;
	right: auto !important
}

.reverse * .van-icon-arrow,
.reverse .van-icon-arrow {
	transform: rotateY(180deg)
}

.reverse * .font-size-15.p-5.line-h-25,
.reverse .font-size-15.p-5.line-h-25 {
	text-align: left
}

.reverse * .sub-title,
.reverse .sub-title {
	padding-left: 20px !important;
	padding-right: 30px !important
}

.reverse * .sub-title:before,
.reverse .sub-title:before {
	left: auto;
	right: 15px !important
}

.reverse * .position-relative.overflow-hidden.border-radius-10,
.reverse * .position-relative.overflow-hidden.border-radius-10 .position-relative.font-size-12.font-color-fff,
.reverse .position-relative.overflow-hidden.border-radius-10,
.reverse .position-relative.overflow-hidden.border-radius-10 .position-relative.font-size-12.font-color-fff {
	transform: rotateY(180deg)
}

.reverse * .detail-right,
.reverse .detail-right {
	left: 10px !important;
	right: auto !important
}

.reverse * .van-field__control,
.reverse .van-field__control {
	text-align: right !important
}

.reverse * .van-stepper,
.reverse .van-stepper {
	direction: ltr !important
}

.reverse * .back-home,
.reverse * .oder-detail .info-head,
.reverse .back-home,
.reverse .oder-detail .info-head {
	text-align: right !important
}

.reverse * .back-home .van-icon,
.reverse .back-home .van-icon {
	transform: rotateY(180deg)
}

.reverse * .main-scroll .view-scrow .item .content,
.reverse .main-scroll .view-scrow .item .content {
	text-align: right !important
}

.reverse * .main-scroll .view-scrow .head .text-cp .van-rate,
.reverse .main-scroll .view-scrow .head .text-cp .van-rate {
	direction: ltr
}

.reverse * .form>.flex,
.reverse * .form>div,
.reverse .form>.flex,
.reverse .form>div {
	margin-left: 10px
}

.reverse * .form>.flex input,
.reverse * .form>.flex textarea,
.reverse * .form>div input,
.reverse * .form>div textarea,
.reverse .form>.flex input,
.reverse .form>.flex textarea,
.reverse .form>div input,
.reverse .form>div textarea {
	unicode-bidi: isolate
}

.reverse * .form .form-label,
.reverse .form .form-label {
	text-align: right !important
}

.reverse * .form .item-btn img.img-bus,
.reverse .form .item-btn img.img-bus {
	transform: rotateY(0deg) !important
}

.reverse * .combo .combo-item .sku-item,
.reverse * .combo .van-collapse .van-cell__title,
.reverse .combo .combo-item .sku-item,
.reverse .combo .van-collapse .van-cell__title {
	text-align: right !important
}

.reverse * .combo .van-collapse .van-cell,
.reverse * .combo .van-collapse .van-cell *,
.reverse .combo .van-collapse .van-cell,
.reverse .combo .van-collapse .van-cell * {
	unicode-bidi: isolate
}

.reverse * .combo .van-collapse-item .attr-item .warp-box .warp-item.cur:after,
.reverse .combo .van-collapse-item .attr-item .warp-box .warp-item.cur:after {
	left: 0 !important;
	right: auto !important;
	transform: rotateY(180deg)
}

.reverse * .single .van-stepper input,
.reverse .single .van-stepper input {
	unicode-bidi: isolate
}

.reverse * .pracivy-view :deep(.van-collapse) .van-cell__title,
.reverse * .pracivy-view :deep(.van-collapse) .van-cell__title>span,
.reverse .pracivy-view :deep(.van-collapse) .van-cell__title,
.reverse .pracivy-view :deep(.van-collapse) .van-cell__title>span {
	direction: ltr;
	unicode-bidi: bidi-override
}

.reverse * .pracivy-view :deep(.van-collapse) .u-collapse-content p,
.reverse .pracivy-view :deep(.van-collapse) .u-collapse-content p {
	direction: ltr;
	unicode-bidi: isolate
}

.reverse * .pracivy-view .collapse-bg .van-collapse-item .van-cell__title,
.reverse * .pracivy-view .collapse-bg .van-collapse-item__wrapper .u-collapse-content,
.reverse * .pracivy-view .text,
.reverse * .pracivy-view .text .u-collapse-content,
.reverse .pracivy-view .collapse-bg .van-collapse-item .van-cell__title,
.reverse .pracivy-view .collapse-bg .van-collapse-item__wrapper .u-collapse-content,
.reverse .pracivy-view .text,
.reverse .pracivy-view .text .u-collapse-content {
	text-align: right
}

.reverse #Roll,
.reverse * #Roll {
	left: auto;
	right: 0 !important
}

.reverse #Roll .overflow,
.reverse * #Roll .overflow {
	text-align: right
}

.reverse * .recommend-box .symbol-box span,
.reverse * .recommend-box .title,
.reverse .recommend-box .symbol-box span,
.reverse .recommend-box .title {
	unicode-bidi: isolate
}

.reverse * .recommend-box .symbol-box,
.reverse .recommend-box .symbol-box {
	align-items: center;
	display: inline-flex !important;
	flex-direction: row-reverse !important
}

.van-popup .van-popup__close-icon {
	font-size: 20px;
	position: absolute
}

.product-price {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(270deg, #ff8408 30%, #ff4710 70%)
}

.form .van-overlay {
	background-color: transparent !important
}

.symbol-reverse .symbol-box {
	align-items: center;
	display: inline-flex !important;
	flex-direction: row-reverse !important
}

.symbol-reverse .symbol-box span {
	margin-right: 5px
}

.symbol-reverse .symbol-box span:first-of-type {
	margin-right: 0 !important
}

.spe-dot-symbol span {
	display: inline-block
}
