.eds-card--shadow,.eds-card .eds-card {
	box-shadow: 0px 1px 4px rgba(0,0,0,.16)
}

a.eds-card:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,.24)
}

@-webkit-keyframes opacity {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes opacity {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes BtoT {
	from {
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes BtoT {
	from {
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes TtoB {
	from {
		-webkit-transform: translateY(-3rem);
		transform: translateY(-3rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes TtoB {
	from {
		-webkit-transform: translateY(-3rem);
		transform: translateY(-3rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes RtoL {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes RtoL {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes LtoR {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes LtoR {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

*,*::before,*::after {
	box-sizing: border-box
}

ul,ol {
	padding: 0
}

body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd {
	margin: 0
}

body {
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

ul,ol {
	list-style: none
}

img {
	max-width: 100%;
	max-height: fit-content;
	display: block
}

article>*+* {
	margin-top: 1em
}

input,button,textarea,select {
	font: inherit
}

:focus {
	outline: none
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
	scroll-padding-top: 120px
}

@media screen and (max-width: 767px) {
	html {
		font-size:100%
	}
}

@media screen and (max-width: 767px) {
	html {
		scroll-padding-top:60px
	}
}

html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	color: #212121
}

a {
	color: inherit;
	text-decoration: none
}

small {
	font-size: 80%
}

sup {
	padding-left: 3px;
	font-weight: normal;
	line-height: 100%;
	color: #616161
}

small {
	font-size: .75em
}

:where(input[type=file])::-webkit-file-upload-button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: center
}

:where(button,button[type],input[type=button],input[type=submit],input[type=reset]),:where(input[type=file])::-webkit-file-upload-button,:where(input[type=file])::file-selector-button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: center
}

:where(button,button[type],input[type=button],input[type=submit],input[type=reset])[disabled] {
	cursor: not-allowed
}

body {
	background: #f5f5f5
}

@media screen and (min-width: 768px) {
	body {
		min-width:1060px
	}
}

p,h1,h2,h3,h4,h5 {
	margin-bottom: 1rem;
	margin-top: 0;
	font-style: normal
}

p {
	font-size: 1em;
	line-height: 1.5
}

h1,h2,h3,h4,h5,.eds-h1,.eds-h2,.eds-h3,.eds-h4,.eds-h5 {
	font-weight: 600;
	line-height: 1.25
}

h1,.eds-h1 {
	font-size: 2em;
	letter-spacing: -0.005em
}

h2,.eds-h2 {
	font-size: 1.5em;
	letter-spacing: -0.005em
}

h3,.eds-h3 {
	font-size: 1.25em;
	letter-spacing: -0.005em
}

h4,.eds-h4 {
	font-size: 1em;
	color: #757575
}

h5,.eds-h5 {
	font-size: .875em;
	color: #757575
}

article *+h1,article *+h2,article *+h3,article *+h4,article *+h5,article *+h6,article *+.eds-h1 *+.eds-h2,article *+.eds-h3,article *+.eds-h4,article *+.eds-h5,article *+.eds-h6 {
	margin-top: 2.5em
}

article *+p {
	margin-top: 1em
}

hr+h1,hr+h2,hr+h3,hr+h4,hr+h5,hr+h6,hr+ul,hr+.eds-h1,hr+.eds-h2,hr+.eds-h3,hr+.eds-h4,hr+.eds-h5,hr+.eds-h6,hr+ul {
	margin-top: 1.25em
}

hr {
	height: 1px;
	width: 100%;
	background: #eee;
	margin: 0;
	padding: 0;
	border: 0
}

section {
	padding-bottom: 1.5em
}

section+section {
	padding-top: 1.5em
}

@font-face {
	font-family: "nextIcon";
	src: url("fonts/nextIcon.ttf?c3gwaw") format("truetype"),url("fonts/nextIcon.woff?c3gwaw") format("woff"),url("fonts/nextIcon.svg?c3gwaw#nextIcon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

[class^="i:"],[class*=" i:"] {
	font-family: "nextIcon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.eds-icon-control {
	display: inline-flex;
	align-items: center
}

.eds-icon-control [class^="i:"]+*,.eds-icon-control *+[class^="i:"] {
	margin-left: .25em
}

.i\:a01:before {
	content: ""
}

.i\:a02:before {
	content: ""
}

.i\:a03:before {
	content: ""
}

.i\:a04:before {
	content: ""
}

.i\:a05:before {
	content: ""
}

.i\:a06:before {
	content: ""
}

.i\:a07:before {
	content: ""
}

.i\:a08:before {
	content: ""
}

.i\:a09:before {
	content: ""
}

.i\:a10:before {
	content: ""
}

.i\:a11:before {
	content: ""
}

.i\:a12:before {
	content: ""
}

.i\:a13:before {
	content: ""
}

.i\:a14:before {
	content: ""
}

.i\:a15:before {
	content: ""
}

.i\:a16:before {
	content: ""
}

.i\:a17:before {
	content: ""
}

.i\:a18:before {
	content: ""
}

.i\:a19:before {
	content: ""
}

.i\:a20:before {
	content: ""
}

.i\:a21:before {
	content: ""
}

.i\:a22:before {
	content: ""
}

.i\:a23:before {
	content: ""
}

.i\:a24:before {
	content: ""
}

.i\:a25:before {
	content: ""
}

.i\:a26:before {
	content: ""
}

.i\:a27:before {
	content: ""
}

.i\:a28:before {
	content: ""
}

.i\:a29:before {
	content: ""
}

.i\:a30:before {
	content: ""
}

.i\:a31:before {
	content: ""
}

.i\:a32:before {
	content: ""
}

.i\:a33:before {
	content: ""
}

.i\:a34:before {
	content: ""
}

.i\:a35:before {
	content: ""
}

.i\:a36:before {
	content: ""
}

.i\:a37:before {
	content: ""
}

.i\:a38:before {
	content: ""
}

.i\:a39:before {
	content: ""
}

.i\:a40:before {
	content: ""
}

.i\:a41:before {
	content: ""
}

.i\:a42:before {
	content: ""
}

.i\:a43:before {
	content: ""
}

.i\:a44:before {
	content: ""
}

.i\:a45:before {
	content: ""
}

.i\:a46:before {
	content: ""
}

.i\:a47:before {
	content: ""
}

.i\:a48:before {
	content: ""
}

.i\:a49:before {
	content: ""
}

.i\:a50:before {
	content: ""
}

.i\:a51:before {
	content: ""
}

.i\:a52:before {
	content: ""
}

.i\:a53:before {
	content: ""
}

.i\:a54:before {
	content: ""
}

.i\:a55:before {
	content: ""
}

.i\:a56:before {
	content: ""
}

.i\:a57:before {
	content: ""
}

.i\:a58:before {
	content: ""
}

.i\:a59:before {
	content: ""
}

.i\:a60:before {
	content: ""
}

.i\:a61:before {
	content: ""
}

.i\:a62:before {
	content: ""
}

.i\:a63:before {
	content: ""
}

.i\:a64:before {
	content: ""
}

.i\:a65:before {
	content: ""
}

.i\:a66:before {
	content: ""
}

.i\:a67:before {
	content: ""
}

.i\:a68:before {
	content: ""
}

.i\:a69:before {
	content: ""
}

.i\:a70:before {
	content: ""
}

.i\:a71:before {
	content: ""
}

.i\:a72:before {
	content: ""
}

.i\:a73:before {
	content: ""
}

.i\:a74:before {
	content: ""
}

.i\:a75:before {
	content: ""
}

.i\:a76:before {
	content: ""
}

.i\:a77:before {
	content: ""
}

.i\:a78:before {
	content: ""
}

.i\:a79:before {
	content: ""
}

.i\:a80:before {
	content: ""
}

.i\:a81:before {
	content: ""
}

.i\:a82:before {
	content: ""
}

.i\:a83:before {
	content: ""
}

.i\:a84:before {
	content: ""
}

.i\:a85:before {
	content: ""
}

.i\:a86:before {
	content: ""
}

.i\:a87:before {
	content: ""
}

.i\:a88:before {
	content: ""
}

.i\:a89:before {
	content: ""
}

.i\:a90:before {
	content: ""
}

.i\:a91:before {
	content: ""
}

.i\:a92:before {
	content: ""
}

.i\:a93:before {
	content: ""
}

.i\:a94:before {
	content: ""
}

.i\:a95:before {
	content: ""
}

.i\:a96:before {
	content: ""
}

.i\:a97:before {
	content: ""
}

.i\:a98:before {
	content: ""
}

.i\:a99:before {
	content: ""
}

.i\:b01:before {
	content: ""
}

.i\:b02:before {
	content: ""
}

.i\:b03:before {
	content: ""
}

.i\:b04:before {
	content: ""
}

.i\:b05:before {
	content: ""
}

.i\:b06:before {
	content: ""
}

.i\:b07:before {
	content: ""
}

.i\:b08:before {
	content: ""
}

.i\:b09:before {
	content: ""
}

.i\:b10:before {
	content: ""
}

.i\:b11:before {
	content: ""
}

.i\:b12:before {
	content: ""
}

.i\:b13:before {
	content: ""
}

.i\:b14:before {
	content: ""
}

.i\:b15:before {
	content: ""
}

.i\:b16:before {
	content: ""
}

.i\:b17:before {
	content: ""
}

.i\:b18:before {
	content: ""
}

.i\:b19:before {
	content: ""
}

.i\:b20:before {
	content: ""
}

.i\:b21:before {
	content: ""
}

.i\:b22:before {
	content: ""
}

.i\:b23:before {
	content: ""
}

.i\:b24:before {
	content: ""
}

.i\:b25:before {
	content: ""
}

.i\:b26:before {
	content: ""
}

.i\:b27:before {
	content: ""
}

.i\:b28:before {
	content: ""
}

.i\:b29:before {
	content: ""
}

.i\:b30:before {
	content: ""
}

.i\:b31:before {
	content: ""
}

.i\:b32:before {
	content: ""
}

.i\:b33:before {
	content: ""
}

.i\:b34:before {
	content: ""
}

.i\:b35:before {
	content: ""
}

.i\:b36:before {
	content: ""
}

.i\:b37:before {
	content: ""
}

.i\:b38:before {
	content: ""
}

.i\:b39:before {
	content: ""
}

.i\:b40:before {
	content: ""
}

.i\:b41:before {
	content: ""
}

.i\:b42:before {
	content: ""
}

.i\:b43:before {
	content: ""
}

.i\:b44:before {
	content: ""
}

.i\:b45:before {
	content: ""
}

.i\:b46:before {
	content: ""
}

.i\:b47:before {
	content: ""
}

.i\:b48:before {
	content: ""
}

.i\:b49:before {
	content: ""
}

.i\:b50:before {
	content: ""
}

.i\:b51:before {
	content: ""
}

.i\:b52:before {
	content: ""
}

.i\:b53:before {
	content: ""
}

.i\:b54:before {
	content: ""
}

.i\:b55:before {
	content: ""
}

.i\:b56:before {
	content: ""
}

.i\:b57:before {
	content: ""
}

.i\:b58:before {
	content: ""
}

.i\:b59:before {
	content: ""
}

.i\:b60:before {
	content: ""
}

.i\:b61:before {
	content: ""
}

.i\:b62:before {
	content: ""
}

.i\:b63:before {
	content: ""
}

.i\:b64:before {
	content: ""
}

.i\:b65:before {
	content: ""
}

.i\:b66:before {
	content: ""
}

.i\:b67:before {
	content: ""
}

.i\:b68:before {
	content: ""
}

.i\:b69:before {
	content: ""
}

.i\:b70:before {
	content: ""
}

.i\:b71:before {
	content: ""
}

.i\:b72:before {
	content: ""
}

.i\:b73:before {
	content: ""
}

.i\:b74:before {
	content: ""
}

.i\:b75:before {
	content: ""
}

.eds-u-bg-primary {
	background: #d2461e !important;
	border-radius: inherit
}

.eds-u-bg-primary-50 {
	background: #fef8f6 !important;
	border-radius: inherit
}

.eds-u-bg-primary-100 {
	background: #fcf1ed !important;
	border-radius: inherit
}

.eds-u-bg-primary-200 {
	background: #fbe6e0 !important;
	border-radius: inherit
}

.eds-u-bg-primary-300 {
	background: #f7d4c9 !important;
	border-radius: inherit
}

.eds-u-bg-primary-400 {
	background: #eea18b !important;
	border-radius: inherit
}

.eds-u-bg-primary-500 {
	background: #e77555 !important;
	border-radius: inherit
}

.eds-u-bg-primary-600 {
	background: #d2461e !important;
	border-radius: inherit
}

.eds-u-bg-primary-700 {
	background: #ae3a19 !important;
	border-radius: inherit
}

.eds-u-bg-primary-800 {
	background: #792811 !important;
	border-radius: inherit
}

.eds-u-bg-primary-900 {
	background: #3f1509 !important;
	border-radius: inherit
}

.eds-u-bg-gray-50 {
	background: #fafafa !important;
	border-radius: inherit
}

.eds-u-bg-gray-100 {
	background: #f5f5f5 !important;
	border-radius: inherit
}

.eds-u-bg-gray-200 {
	background: #eee !important;
	border-radius: inherit
}

.eds-u-bg-gray-300 {
	background: #e0e0e0 !important;
	border-radius: inherit
}

.eds-u-bg-gray-400 {
	background: #bdbdbd !important;
	border-radius: inherit
}

.eds-u-bg-gray-500 {
	background: #9e9e9e !important;
	border-radius: inherit
}

.eds-u-bg-gray-600 {
	background: #757575 !important;
	border-radius: inherit
}

.eds-u-bg-gray-700 {
	background: #616161 !important;
	border-radius: inherit
}

.eds-u-bg-gray-800 {
	background: #424242 !important;
	border-radius: inherit
}

.eds-u-bg-gray-900 {
	background: #212121 !important;
	border-radius: inherit
}

.eds-u-bg-danger {
	background: #d32f2f !important;
	border-radius: inherit
}

.eds-u-bg-danger-lighten2 {
	background: #ffebee !important;
	border-radius: inherit
}

.eds-u-bg-danger-lighten1 {
	background: #ef9a9a !important;
	border-radius: inherit
}

.eds-u-bg-danger-darken1 {
	background: #c62828 !important;
	border-radius: inherit
}

.eds-u-bg-danger-darken2 {
	background: #b71c1c !important;
	border-radius: inherit
}

.eds-u-bg-warning {
	background: #f57c00 !important;
	border-radius: inherit
}

.eds-u-bg-warning-lighten2 {
	background: #fff3e0 !important;
	border-radius: inherit
}

.eds-u-bg-warning-lighten1 {
	background: #ffcc80 !important;
	border-radius: inherit
}

.eds-u-bg-warning-darken1 {
	background: #ef6c00 !important;
	border-radius: inherit
}

.eds-u-bg-warning-darken2 {
	background: #e65100 !important;
	border-radius: inherit
}

.eds-u-bg-info {
	background: #0288d1 !important;
	border-radius: inherit
}

.eds-u-bg-info-lighten2 {
	background: #e1f5fe !important;
	border-radius: inherit
}

.eds-u-bg-info-lighten1 {
	background: #81d4fa !important;
	border-radius: inherit
}

.eds-u-bg-info-darken1 {
	background: #0277bd !important;
	border-radius: inherit
}

.eds-u-bg-info-darken2 {
	background: #01579b !important;
	border-radius: inherit
}

.eds-u-bg-success {
	background: #388e3c !important;
	border-radius: inherit
}

.eds-u-bg-success-lighten2 {
	background: #e8f5e9 !important;
	border-radius: inherit
}

.eds-u-bg-success-lighten1 {
	background: #a5d6a7 !important;
	border-radius: inherit
}

.eds-u-bg-success-darken1 {
	background: #2e7d32 !important;
	border-radius: inherit
}

.eds-u-bg-success-darken2 {
	background: #1b5e20 !important;
	border-radius: inherit
}

.eds-u-bg-gold {
	background: #ab8b0c !important;
	border-radius: inherit
}

.eds-u-bg-silver {
	background: #8d9494 !important;
	border-radius: inherit
}

.eds-u-bg-bronze {
	background: #7d4032 !important;
	border-radius: inherit
}

.eds-u-bg-star {
	background: #f8d820 !important;
	border-radius: inherit
}

.eds-u-bg-white {
	background: #fff !important;
	border-radius: inherit
}

.eds-u-bg-black {
	background: #000 !important;
	border-radius: inherit
}

.eds-u-bg-fixed {
	background-attachment: fixed !important
}

.eds-u-bg-scroll {
	background-attachment: scroll !important
}

.eds-u-bg-bottom {
	background-position: bottom !important
}

.eds-u-bg-center {
	background-position: center !important
}

.eds-u-bg-left {
	background-position: left !important
}

.eds-u-bg-left-bottom {
	background-position: left bottom !important
}

.eds-u-bg-left-top {
	background-position: left top !important
}

.eds-u-bg-right {
	background-position: right !important
}

.eds-u-bg-right-bottom {
	background-position: right bottom !important
}

.eds-u-bg-right-top {
	background-position: right top !important
}

.eds-u-bg-top {
	background-position: top !important
}

.eds-u-bg-repeat {
	background-repeat: repeat !important
}

.eds-u-bg-no-repeat {
	background-repeat: no-repeat !important
}

.eds-u-bg-repeat-x {
	background-repeat: repeat-x !important
}

.eds-u-bg-repeat-y {
	background-repeat: repeat-y !important
}

.eds-u-bg-auto {
	background-size: auto !important
}

.eds-u-bg-cover {
	background-size: cover !important
}

.eds-u-bg-contain {
	background-size: contain !important
}

.eds-u-bg-none {
	background-image: none !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-bg-primary {
		background:#d2461e !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-50 {
		background: #fef8f6 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-100 {
		background: #fcf1ed !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-200 {
		background: #fbe6e0 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-300 {
		background: #f7d4c9 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-400 {
		background: #eea18b !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-500 {
		background: #e77555 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-600 {
		background: #d2461e !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-700 {
		background: #ae3a19 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-800 {
		background: #792811 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-primary-900 {
		background: #3f1509 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-50 {
		background: #fafafa !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-100 {
		background: #f5f5f5 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-200 {
		background: #eee !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-300 {
		background: #e0e0e0 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-400 {
		background: #bdbdbd !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-500 {
		background: #9e9e9e !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-600 {
		background: #757575 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-700 {
		background: #616161 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-800 {
		background: #424242 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gray-900 {
		background: #212121 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-danger {
		background: #d32f2f !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-danger-lighten2 {
		background: #ffebee !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-danger-lighten1 {
		background: #ef9a9a !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-danger-darken1 {
		background: #c62828 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-danger-darken2 {
		background: #b71c1c !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-warning {
		background: #f57c00 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-warning-lighten2 {
		background: #fff3e0 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-warning-lighten1 {
		background: #ffcc80 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-warning-darken1 {
		background: #ef6c00 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-warning-darken2 {
		background: #e65100 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-info {
		background: #0288d1 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-info-lighten2 {
		background: #e1f5fe !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-info-lighten1 {
		background: #81d4fa !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-info-darken1 {
		background: #0277bd !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-info-darken2 {
		background: #01579b !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-success {
		background: #388e3c !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-success-lighten2 {
		background: #e8f5e9 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-success-lighten1 {
		background: #a5d6a7 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-success-darken1 {
		background: #2e7d32 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-success-darken2 {
		background: #1b5e20 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-gold {
		background: #ab8b0c !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-silver {
		background: #8d9494 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-bronze {
		background: #7d4032 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-star {
		background: #f8d820 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-white {
		background: #fff !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-black {
		background: #000 !important;
		border-radius: inherit
	}

	.pc\:eds-u-bg-fixed {
		background-attachment: fixed !important
	}

	.pc\:eds-u-bg-scroll {
		background-attachment: scroll !important
	}

	.pc\:eds-u-bg-bottom {
		background-position: bottom !important
	}

	.pc\:eds-u-bg-center {
		background-position: center !important
	}

	.pc\:eds-u-bg-left {
		background-position: left !important
	}

	.pc\:eds-u-bg-left-bottom {
		background-position: left bottom !important
	}

	.pc\:eds-u-bg-left-top {
		background-position: left top !important
	}

	.pc\:eds-u-bg-right {
		background-position: right !important
	}

	.pc\:eds-u-bg-right-bottom {
		background-position: right bottom !important
	}

	.pc\:eds-u-bg-right-top {
		background-position: right top !important
	}

	.pc\:eds-u-bg-top {
		background-position: top !important
	}

	.pc\:eds-u-bg-repeat {
		background-repeat: repeat !important
	}

	.pc\:eds-u-bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.pc\:eds-u-bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.pc\:eds-u-bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.pc\:eds-u-bg-auto {
		background-size: auto !important
	}

	.pc\:eds-u-bg-cover {
		background-size: cover !important
	}

	.pc\:eds-u-bg-contain {
		background-size: contain !important
	}

	.pc\:eds-u-bg-none {
		background-image: none !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-bg-primary {
		background:#d2461e !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-50 {
		background: #fef8f6 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-100 {
		background: #fcf1ed !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-200 {
		background: #fbe6e0 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-300 {
		background: #f7d4c9 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-400 {
		background: #eea18b !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-500 {
		background: #e77555 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-600 {
		background: #d2461e !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-700 {
		background: #ae3a19 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-800 {
		background: #792811 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-primary-900 {
		background: #3f1509 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-50 {
		background: #fafafa !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-100 {
		background: #f5f5f5 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-200 {
		background: #eee !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-300 {
		background: #e0e0e0 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-400 {
		background: #bdbdbd !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-500 {
		background: #9e9e9e !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-600 {
		background: #757575 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-700 {
		background: #616161 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-800 {
		background: #424242 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gray-900 {
		background: #212121 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-danger {
		background: #d32f2f !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-danger-lighten2 {
		background: #ffebee !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-danger-lighten1 {
		background: #ef9a9a !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-danger-darken1 {
		background: #c62828 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-danger-darken2 {
		background: #b71c1c !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-warning {
		background: #f57c00 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-warning-lighten2 {
		background: #fff3e0 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-warning-lighten1 {
		background: #ffcc80 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-warning-darken1 {
		background: #ef6c00 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-warning-darken2 {
		background: #e65100 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-info {
		background: #0288d1 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-info-lighten2 {
		background: #e1f5fe !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-info-lighten1 {
		background: #81d4fa !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-info-darken1 {
		background: #0277bd !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-info-darken2 {
		background: #01579b !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-success {
		background: #388e3c !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-success-lighten2 {
		background: #e8f5e9 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-success-lighten1 {
		background: #a5d6a7 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-success-darken1 {
		background: #2e7d32 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-success-darken2 {
		background: #1b5e20 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-gold {
		background: #ab8b0c !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-silver {
		background: #8d9494 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-bronze {
		background: #7d4032 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-star {
		background: #f8d820 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-white {
		background: #fff !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-black {
		background: #000 !important;
		border-radius: inherit
	}

	.xl\:eds-u-bg-fixed {
		background-attachment: fixed !important
	}

	.xl\:eds-u-bg-scroll {
		background-attachment: scroll !important
	}

	.xl\:eds-u-bg-bottom {
		background-position: bottom !important
	}

	.xl\:eds-u-bg-center {
		background-position: center !important
	}

	.xl\:eds-u-bg-left {
		background-position: left !important
	}

	.xl\:eds-u-bg-left-bottom {
		background-position: left bottom !important
	}

	.xl\:eds-u-bg-left-top {
		background-position: left top !important
	}

	.xl\:eds-u-bg-right {
		background-position: right !important
	}

	.xl\:eds-u-bg-right-bottom {
		background-position: right bottom !important
	}

	.xl\:eds-u-bg-right-top {
		background-position: right top !important
	}

	.xl\:eds-u-bg-top {
		background-position: top !important
	}

	.xl\:eds-u-bg-repeat {
		background-repeat: repeat !important
	}

	.xl\:eds-u-bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.xl\:eds-u-bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.xl\:eds-u-bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.xl\:eds-u-bg-auto {
		background-size: auto !important
	}

	.xl\:eds-u-bg-cover {
		background-size: cover !important
	}

	.xl\:eds-u-bg-contain {
		background-size: contain !important
	}

	.xl\:eds-u-bg-none {
		background-image: none !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-bg-primary {
		background:#d2461e !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-50 {
		background: #fef8f6 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-100 {
		background: #fcf1ed !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-200 {
		background: #fbe6e0 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-300 {
		background: #f7d4c9 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-400 {
		background: #eea18b !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-500 {
		background: #e77555 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-600 {
		background: #d2461e !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-700 {
		background: #ae3a19 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-800 {
		background: #792811 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-primary-900 {
		background: #3f1509 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-50 {
		background: #fafafa !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-100 {
		background: #f5f5f5 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-200 {
		background: #eee !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-300 {
		background: #e0e0e0 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-400 {
		background: #bdbdbd !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-500 {
		background: #9e9e9e !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-600 {
		background: #757575 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-700 {
		background: #616161 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-800 {
		background: #424242 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gray-900 {
		background: #212121 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-danger {
		background: #d32f2f !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-danger-lighten2 {
		background: #ffebee !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-danger-lighten1 {
		background: #ef9a9a !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-danger-darken1 {
		background: #c62828 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-danger-darken2 {
		background: #b71c1c !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-warning {
		background: #f57c00 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-warning-lighten2 {
		background: #fff3e0 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-warning-lighten1 {
		background: #ffcc80 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-warning-darken1 {
		background: #ef6c00 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-warning-darken2 {
		background: #e65100 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-info {
		background: #0288d1 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-info-lighten2 {
		background: #e1f5fe !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-info-lighten1 {
		background: #81d4fa !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-info-darken1 {
		background: #0277bd !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-info-darken2 {
		background: #01579b !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-success {
		background: #388e3c !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-success-lighten2 {
		background: #e8f5e9 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-success-lighten1 {
		background: #a5d6a7 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-success-darken1 {
		background: #2e7d32 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-success-darken2 {
		background: #1b5e20 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-gold {
		background: #ab8b0c !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-silver {
		background: #8d9494 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-bronze {
		background: #7d4032 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-star {
		background: #f8d820 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-white {
		background: #fff !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-black {
		background: #000 !important;
		border-radius: inherit
	}

	.l\:eds-u-bg-fixed {
		background-attachment: fixed !important
	}

	.l\:eds-u-bg-scroll {
		background-attachment: scroll !important
	}

	.l\:eds-u-bg-bottom {
		background-position: bottom !important
	}

	.l\:eds-u-bg-center {
		background-position: center !important
	}

	.l\:eds-u-bg-left {
		background-position: left !important
	}

	.l\:eds-u-bg-left-bottom {
		background-position: left bottom !important
	}

	.l\:eds-u-bg-left-top {
		background-position: left top !important
	}

	.l\:eds-u-bg-right {
		background-position: right !important
	}

	.l\:eds-u-bg-right-bottom {
		background-position: right bottom !important
	}

	.l\:eds-u-bg-right-top {
		background-position: right top !important
	}

	.l\:eds-u-bg-top {
		background-position: top !important
	}

	.l\:eds-u-bg-repeat {
		background-repeat: repeat !important
	}

	.l\:eds-u-bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.l\:eds-u-bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.l\:eds-u-bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.l\:eds-u-bg-auto {
		background-size: auto !important
	}

	.l\:eds-u-bg-cover {
		background-size: cover !important
	}

	.l\:eds-u-bg-contain {
		background-size: contain !important
	}

	.l\:eds-u-bg-none {
		background-image: none !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-bg-primary {
		background:#d2461e !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-50 {
		background: #fef8f6 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-100 {
		background: #fcf1ed !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-200 {
		background: #fbe6e0 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-300 {
		background: #f7d4c9 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-400 {
		background: #eea18b !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-500 {
		background: #e77555 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-600 {
		background: #d2461e !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-700 {
		background: #ae3a19 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-800 {
		background: #792811 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-primary-900 {
		background: #3f1509 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-50 {
		background: #fafafa !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-100 {
		background: #f5f5f5 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-200 {
		background: #eee !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-300 {
		background: #e0e0e0 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-400 {
		background: #bdbdbd !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-500 {
		background: #9e9e9e !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-600 {
		background: #757575 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-700 {
		background: #616161 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-800 {
		background: #424242 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gray-900 {
		background: #212121 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-danger {
		background: #d32f2f !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-danger-lighten2 {
		background: #ffebee !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-danger-lighten1 {
		background: #ef9a9a !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-danger-darken1 {
		background: #c62828 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-danger-darken2 {
		background: #b71c1c !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-warning {
		background: #f57c00 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-warning-lighten2 {
		background: #fff3e0 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-warning-lighten1 {
		background: #ffcc80 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-warning-darken1 {
		background: #ef6c00 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-warning-darken2 {
		background: #e65100 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-info {
		background: #0288d1 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-info-lighten2 {
		background: #e1f5fe !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-info-lighten1 {
		background: #81d4fa !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-info-darken1 {
		background: #0277bd !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-info-darken2 {
		background: #01579b !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-success {
		background: #388e3c !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-success-lighten2 {
		background: #e8f5e9 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-success-lighten1 {
		background: #a5d6a7 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-success-darken1 {
		background: #2e7d32 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-success-darken2 {
		background: #1b5e20 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-gold {
		background: #ab8b0c !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-silver {
		background: #8d9494 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-bronze {
		background: #7d4032 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-star {
		background: #f8d820 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-white {
		background: #fff !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-black {
		background: #000 !important;
		border-radius: inherit
	}

	.m\:eds-u-bg-fixed {
		background-attachment: fixed !important
	}

	.m\:eds-u-bg-scroll {
		background-attachment: scroll !important
	}

	.m\:eds-u-bg-bottom {
		background-position: bottom !important
	}

	.m\:eds-u-bg-center {
		background-position: center !important
	}

	.m\:eds-u-bg-left {
		background-position: left !important
	}

	.m\:eds-u-bg-left-bottom {
		background-position: left bottom !important
	}

	.m\:eds-u-bg-left-top {
		background-position: left top !important
	}

	.m\:eds-u-bg-right {
		background-position: right !important
	}

	.m\:eds-u-bg-right-bottom {
		background-position: right bottom !important
	}

	.m\:eds-u-bg-right-top {
		background-position: right top !important
	}

	.m\:eds-u-bg-top {
		background-position: top !important
	}

	.m\:eds-u-bg-repeat {
		background-repeat: repeat !important
	}

	.m\:eds-u-bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.m\:eds-u-bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.m\:eds-u-bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.m\:eds-u-bg-auto {
		background-size: auto !important
	}

	.m\:eds-u-bg-cover {
		background-size: cover !important
	}

	.m\:eds-u-bg-contain {
		background-size: contain !important
	}

	.m\:eds-u-bg-none {
		background-image: none !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-bg-primary,.s\:eds-u-bg-primary {
		background:#d2461e !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-50,.s\:eds-u-bg-primary-50 {
		background: #fef8f6 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-100,.s\:eds-u-bg-primary-100 {
		background: #fcf1ed !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-200,.s\:eds-u-bg-primary-200 {
		background: #fbe6e0 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-300,.s\:eds-u-bg-primary-300 {
		background: #f7d4c9 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-400,.s\:eds-u-bg-primary-400 {
		background: #eea18b !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-500,.s\:eds-u-bg-primary-500 {
		background: #e77555 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-600,.s\:eds-u-bg-primary-600 {
		background: #d2461e !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-700,.s\:eds-u-bg-primary-700 {
		background: #ae3a19 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-800,.s\:eds-u-bg-primary-800 {
		background: #792811 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-primary-900,.s\:eds-u-bg-primary-900 {
		background: #3f1509 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-50,.s\:eds-u-bg-gray-50 {
		background: #fafafa !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-100,.s\:eds-u-bg-gray-100 {
		background: #f5f5f5 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-200,.s\:eds-u-bg-gray-200 {
		background: #eee !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-300,.s\:eds-u-bg-gray-300 {
		background: #e0e0e0 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-400,.s\:eds-u-bg-gray-400 {
		background: #bdbdbd !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-500,.s\:eds-u-bg-gray-500 {
		background: #9e9e9e !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-600,.s\:eds-u-bg-gray-600 {
		background: #757575 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-700,.s\:eds-u-bg-gray-700 {
		background: #616161 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-800,.s\:eds-u-bg-gray-800 {
		background: #424242 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gray-900,.s\:eds-u-bg-gray-900 {
		background: #212121 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-danger,.s\:eds-u-bg-danger {
		background: #d32f2f !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-danger-lighten2,.s\:eds-u-bg-danger-lighten2 {
		background: #ffebee !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-danger-lighten1,.s\:eds-u-bg-danger-lighten1 {
		background: #ef9a9a !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-danger-darken1,.s\:eds-u-bg-danger-darken1 {
		background: #c62828 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-danger-darken2,.s\:eds-u-bg-danger-darken2 {
		background: #b71c1c !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-warning,.s\:eds-u-bg-warning {
		background: #f57c00 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-warning-lighten2,.s\:eds-u-bg-warning-lighten2 {
		background: #fff3e0 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-warning-lighten1,.s\:eds-u-bg-warning-lighten1 {
		background: #ffcc80 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-warning-darken1,.s\:eds-u-bg-warning-darken1 {
		background: #ef6c00 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-warning-darken2,.s\:eds-u-bg-warning-darken2 {
		background: #e65100 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-info,.s\:eds-u-bg-info {
		background: #0288d1 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-info-lighten2,.s\:eds-u-bg-info-lighten2 {
		background: #e1f5fe !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-info-lighten1,.s\:eds-u-bg-info-lighten1 {
		background: #81d4fa !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-info-darken1,.s\:eds-u-bg-info-darken1 {
		background: #0277bd !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-info-darken2,.s\:eds-u-bg-info-darken2 {
		background: #01579b !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-success,.s\:eds-u-bg-success {
		background: #388e3c !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-success-lighten2,.s\:eds-u-bg-success-lighten2 {
		background: #e8f5e9 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-success-lighten1,.s\:eds-u-bg-success-lighten1 {
		background: #a5d6a7 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-success-darken1,.s\:eds-u-bg-success-darken1 {
		background: #2e7d32 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-success-darken2,.s\:eds-u-bg-success-darken2 {
		background: #1b5e20 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-gold,.s\:eds-u-bg-gold {
		background: #ab8b0c !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-silver,.s\:eds-u-bg-silver {
		background: #8d9494 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-bronze,.s\:eds-u-bg-bronze {
		background: #7d4032 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-star,.s\:eds-u-bg-star {
		background: #f8d820 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-white,.s\:eds-u-bg-white {
		background: #fff !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-black,.s\:eds-u-bg-black {
		background: #000 !important;
		border-radius: inherit
	}

	.sp\:eds-u-bg-fixed,.s\:eds-u-bg-fixed {
		background-attachment: fixed !important
	}

	.sp\:eds-u-bg-scroll,.s\:eds-u-bg-scroll {
		background-attachment: scroll !important
	}

	.sp\:eds-u-bg-bottom,.s\:eds-u-bg-bottom {
		background-position: bottom !important
	}

	.sp\:eds-u-bg-center,.s\:eds-u-bg-center {
		background-position: center !important
	}

	.sp\:eds-u-bg-left,.s\:eds-u-bg-left {
		background-position: left !important
	}

	.sp\:eds-u-bg-left-bottom,.s\:eds-u-bg-left-bottom {
		background-position: left bottom !important
	}

	.sp\:eds-u-bg-left-top,.s\:eds-u-bg-left-top {
		background-position: left top !important
	}

	.sp\:eds-u-bg-right,.s\:eds-u-bg-right {
		background-position: right !important
	}

	.sp\:eds-u-bg-right-bottom,.s\:eds-u-bg-right-bottom {
		background-position: right bottom !important
	}

	.sp\:eds-u-bg-right-top,.s\:eds-u-bg-right-top {
		background-position: right top !important
	}

	.sp\:eds-u-bg-top,.s\:eds-u-bg-top {
		background-position: top !important
	}

	.sp\:eds-u-bg-repeat,.s\:eds-u-bg-repeat {
		background-repeat: repeat !important
	}

	.sp\:eds-u-bg-no-repeat,.s\:eds-u-bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.sp\:eds-u-bg-repeat-x,.s\:eds-u-bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.sp\:eds-u-bg-repeat-y,.s\:eds-u-bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.sp\:eds-u-bg-auto,.s\:eds-u-bg-auto {
		background-size: auto !important
	}

	.sp\:eds-u-bg-cover,.s\:eds-u-bg-cover {
		background-size: cover !important
	}

	.sp\:eds-u-bg-contain,.s\:eds-u-bg-contain {
		background-size: contain !important
	}

	.sp\:eds-u-bg-none,.s\:eds-u-bg-none {
		background-image: none !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-bg-primary {
		background:#d2461e !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-50 {
		background: #fef8f6 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-100 {
		background: #fcf1ed !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-200 {
		background: #fbe6e0 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-300 {
		background: #f7d4c9 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-400 {
		background: #eea18b !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-500 {
		background: #e77555 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-600 {
		background: #d2461e !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-700 {
		background: #ae3a19 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-800 {
		background: #792811 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-primary-900 {
		background: #3f1509 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-50 {
		background: #fafafa !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-100 {
		background: #f5f5f5 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-200 {
		background: #eee !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-300 {
		background: #e0e0e0 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-400 {
		background: #bdbdbd !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-500 {
		background: #9e9e9e !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-600 {
		background: #757575 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-700 {
		background: #616161 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-800 {
		background: #424242 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gray-900 {
		background: #212121 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-danger {
		background: #d32f2f !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-danger-lighten2 {
		background: #ffebee !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-danger-lighten1 {
		background: #ef9a9a !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-danger-darken1 {
		background: #c62828 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-danger-darken2 {
		background: #b71c1c !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-warning {
		background: #f57c00 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-warning-lighten2 {
		background: #fff3e0 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-warning-lighten1 {
		background: #ffcc80 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-warning-darken1 {
		background: #ef6c00 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-warning-darken2 {
		background: #e65100 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-info {
		background: #0288d1 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-info-lighten2 {
		background: #e1f5fe !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-info-lighten1 {
		background: #81d4fa !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-info-darken1 {
		background: #0277bd !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-info-darken2 {
		background: #01579b !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-success {
		background: #388e3c !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-success-lighten2 {
		background: #e8f5e9 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-success-lighten1 {
		background: #a5d6a7 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-success-darken1 {
		background: #2e7d32 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-success-darken2 {
		background: #1b5e20 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-gold {
		background: #ab8b0c !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-silver {
		background: #8d9494 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-bronze {
		background: #7d4032 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-star {
		background: #f8d820 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-white {
		background: #fff !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-black {
		background: #000 !important;
		border-radius: inherit
	}

	.xs\:eds-u-bg-fixed {
		background-attachment: fixed !important
	}

	.xs\:eds-u-bg-scroll {
		background-attachment: scroll !important
	}

	.xs\:eds-u-bg-bottom {
		background-position: bottom !important
	}

	.xs\:eds-u-bg-center {
		background-position: center !important
	}

	.xs\:eds-u-bg-left {
		background-position: left !important
	}

	.xs\:eds-u-bg-left-bottom {
		background-position: left bottom !important
	}

	.xs\:eds-u-bg-left-top {
		background-position: left top !important
	}

	.xs\:eds-u-bg-right {
		background-position: right !important
	}

	.xs\:eds-u-bg-right-bottom {
		background-position: right bottom !important
	}

	.xs\:eds-u-bg-right-top {
		background-position: right top !important
	}

	.xs\:eds-u-bg-top {
		background-position: top !important
	}

	.xs\:eds-u-bg-repeat {
		background-repeat: repeat !important
	}

	.xs\:eds-u-bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.xs\:eds-u-bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.xs\:eds-u-bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.xs\:eds-u-bg-auto {
		background-size: auto !important
	}

	.xs\:eds-u-bg-cover {
		background-size: cover !important
	}

	.xs\:eds-u-bg-contain {
		background-size: contain !important
	}

	.xs\:eds-u-bg-none {
		background-image: none !important
	}
}

.eds-u-text-default,.eds-u-text-default * {
	color: #212121 !important
}

.eds-u-text-sub,.eds-u-text-sub * {
	color: #616161 !important
}

.eds-u-text-disabled,.eds-u-text-disabled * {
	color: #e0e0e0 !important
}

.eds-u-text-link {
	color: #0288d1 !important;
	cursor: pointer
}

.eds-u-text-link:hover {
	color: #01579b !important
}

.eds-u-text-primary,.eds-u-text-primary * {
	color: #d2461e !important
}

.eds-u-text-primary-50,.eds-u-text-primary-50 * {
	color: #fef8f6 !important
}

.eds-u-text-primary-100,.eds-u-text-primary-100 * {
	color: #fcf1ed !important
}

.eds-u-text-primary-200,.eds-u-text-primary-200 * {
	color: #fbe6e0 !important
}

.eds-u-text-primary-300,.eds-u-text-primary-300 * {
	color: #f7d4c9 !important
}

.eds-u-text-primary-400,.eds-u-text-primary-400 * {
	color: #eea18b !important
}

.eds-u-text-primary-500,.eds-u-text-primary-500 * {
	color: #e77555 !important
}

.eds-u-text-primary-600,.eds-u-text-primary-600 * {
	color: #d2461e !important
}

.eds-u-text-primary-700,.eds-u-text-primary-700 * {
	color: #ae3a19 !important
}

.eds-u-text-primary-800,.eds-u-text-primary-800 * {
	color: #792811 !important
}

.eds-u-text-primary-900,.eds-u-text-primary-900 * {
	color: #3f1509 !important
}

.eds-u-text-bluegray-50,.eds-u-text-bluegray-50 * {
	color: #fafafa !important
}

.eds-u-text-bluegray-100,.eds-u-text-bluegray-100 * {
	color: #f5f5f5 !important
}

.eds-u-text-bluegray-200,.eds-u-text-bluegray-200 * {
	color: #eee !important
}

.eds-u-text-bluegray-300,.eds-u-text-bluegray-300 * {
	color: #e0e0e0 !important
}

.eds-u-text-bluegray-400,.eds-u-text-bluegray-400 * {
	color: #bdbdbd !important
}

.eds-u-text-bluegray-500,.eds-u-text-bluegray-500 * {
	color: #9e9e9e !important
}

.eds-u-text-bluegray-600,.eds-u-text-bluegray-600 * {
	color: #757575 !important
}

.eds-u-text-bluegray-700,.eds-u-text-bluegray-700 * {
	color: #616161 !important
}

.eds-u-text-bluegray-800,.eds-u-text-bluegray-800 * {
	color: #424242 !important
}

.eds-u-text-bluegray-900,.eds-u-text-bluegray-900 * {
	color: #212121 !important
}

.eds-u-text-gray-50,.eds-u-text-gray-50 * {
	color: #fafafa !important
}

.eds-u-text-gray-100,.eds-u-text-gray-100 * {
	color: #f5f5f5 !important
}

.eds-u-text-gray-200,.eds-u-text-gray-200 * {
	color: #eee !important
}

.eds-u-text-gray-300,.eds-u-text-gray-300 * {
	color: #e0e0e0 !important
}

.eds-u-text-gray-400,.eds-u-text-gray-400 * {
	color: #bdbdbd !important
}

.eds-u-text-gray-500,.eds-u-text-gray-500 * {
	color: #9e9e9e !important
}

.eds-u-text-gray-600,.eds-u-text-gray-600 * {
	color: #757575 !important
}

.eds-u-text-gray-700,.eds-u-text-gray-700 * {
	color: #616161 !important
}

.eds-u-text-gray-800,.eds-u-text-gray-800 * {
	color: #424242 !important
}

.eds-u-text-gray-900,.eds-u-text-gray-900 * {
	color: #212121 !important
}

.eds-u-text-danger,.eds-u-text-danger * {
	color: #d32f2f !important
}

.eds-u-text-danger-lighten2,.eds-u-text-danger-lighten2 * {
	color: #ffebee !important
}

.eds-u-text-danger-lighten1,.eds-u-text-danger-lighten1 * {
	color: #ef9a9a !important
}

.eds-u-text-danger-darken1,.eds-u-text-danger-darken1 * {
	color: #c62828 !important
}

.eds-u-text-danger-darken2,.eds-u-text-danger-darken2 * {
	color: #b71c1c !important
}

.eds-u-text-warning,.eds-u-text-warning * {
	color: #f57c00 !important
}

.eds-u-text-warning-lighten2,.eds-u-text-warning-lighten2 * {
	color: #fff3e0 !important
}

.eds-u-text-warning-lighten1,.eds-u-text-warning-lighten1 * {
	color: #ffcc80 !important
}

.eds-u-text-warning-darken1,.eds-u-text-warning-darken1 * {
	color: #ef6c00 !important
}

.eds-u-text-warning-darken2,.eds-u-text-warning-darken2 * {
	color: #e65100 !important
}

.eds-u-text-info,.eds-u-text-info * {
	color: #0288d1 !important
}

.eds-u-text-info-lighten2,.eds-u-text-info-lighten2 * {
	color: #e1f5fe !important
}

.eds-u-text-info-lighten1,.eds-u-text-info-lighten1 * {
	color: #81d4fa !important
}

.eds-u-text-info-darken1,.eds-u-text-info-darken1 * {
	color: #0277bd !important
}

.eds-u-text-info-darken2,.eds-u-text-info-darken2 * {
	color: #01579b !important
}

.eds-u-text-success,.eds-u-text-success * {
	color: #388e3c !important
}

.eds-u-text-success-lighten2,.eds-u-text-success-lighten2 * {
	color: #e8f5e9 !important
}

.eds-u-text-success-lighten1,.eds-u-text-success-lighten1 * {
	color: #a5d6a7 !important
}

.eds-u-text-success-darken1,.eds-u-text-success-darken1 * {
	color: #2e7d32 !important
}

.eds-u-text-success-darken2,.eds-u-text-success-darken2 * {
	color: #1b5e20 !important
}

.eds-u-text-gold,.eds-u-text-gold * {
	color: #ab8b0c !important
}

.eds-u-text-silver,.eds-u-text-silver * {
	color: #8d9494 !important
}

.eds-u-text-bronze,.eds-u-text-bronze * {
	color: #7d4032 !important
}

.eds-u-text-star,.eds-u-text-star * {
	color: #f8d820 !important
}

.eds-u-text-white,.eds-u-text-white * {
	color: #fff !important
}

.eds-u-text-black,.eds-u-text-black * {
	color: #000 !important
}

.eds-u-text-center {
	text-align: center !important
}

.eds-u-text-left {
	text-align: left !important
}

.eds-u-text-right {
	text-align: right !important
}

.eds-u-textnowrap {
	white-space: nowrap !important
}

.eds-u-text-height4of4 {
	line-height: 1em !important
}

.eds-u-text-height5of4 {
	line-height: 1.25em !important
}

.eds-u-text-height6of4 {
	line-height: 1.5em !important
}

.eds-u-text-height7of4 {
	line-height: 1.75em !important
}

.eds-u-text-height8of4 {
	line-height: 2em !important
}

.eds-u-text-height9of4 {
	line-height: 2.25em !important
}

.eds-u-text-height10of4 {
	line-height: 2.5em !important
}

.eds-u-text4of8 {
	font-size: 0.5em !important
}

.eds-u-text5of8 {
	font-size: 0.625em !important
}

.eds-u-text6of8 {
	font-size: 0.75em !important
}

.eds-u-text7of8 {
	font-size: 0.875em !important
}

.eds-u-text8of8 {
	font-size: 1em !important
}

.eds-u-text9of8 {
	font-size: 1.125em !important
}

.eds-u-text10of8 {
	font-size: 1.25em !important
}

.eds-u-text11of8 {
	font-size: 1.375em !important
}

.eds-u-text12of8 {
	font-size: 1.5em !important
}

.eds-u-text13of8 {
	font-size: 1.625em !important
}

.eds-u-text14of8 {
	font-size: 1.75em !important
}

.eds-u-text15of8 {
	font-size: 1.875em !important
}

.eds-u-text16of8 {
	font-size: 2em !important
}

.eds-u-text17of8 {
	font-size: 2.125em !important
}

.eds-u-text18of8 {
	font-size: 2.25em !important
}

.eds-u-text19of8 {
	font-size: 2.375em !important
}

.eds-u-text20of8 {
	font-size: 2.5em !important
}

.eds-u-text1 {
	font-size: 1em !important
}

.eds-u-text2 {
	font-size: 2em !important
}

.eds-u-text3 {
	font-size: 3em !important
}

.eds-u-text4 {
	font-size: 4em !important
}

.eds-u-text8px {
	font-size: 8px !important
}

.eds-u-text10px {
	font-size: 10px !important
}

.eds-u-text12px {
	font-size: 12px !important
}

.eds-u-text14px {
	font-size: 14px !important
}

.eds-u-text16px {
	font-size: 16px !important
}

.eds-u-text18px {
	font-size: 18px !important
}

.eds-u-text20px {
	font-size: 20px !important
}

.eds-u-text24px {
	font-size: 24px !important
}

.eds-u-text28px {
	font-size: 28px !important
}

.eds-u-text32px {
	font-size: 32px !important
}

.eds-u-text36px {
	font-size: 36px !important
}

.eds-u-text40px {
	font-size: 40px !important
}

.eds-u-text48px {
	font-size: 48px !important
}

.eds-u-text56px {
	font-size: 56px !important
}

.eds-u-text64px {
	font-size: 64px !important
}

.eds-u-text72px {
	font-size: 72px !important
}

.eds-u-text80px {
	font-size: 80px !important
}

.eds-u-text-ellipsis {
	max-width: 100%;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important
}

.eds-u-text-ellipsis2 {
	overflow: hidden;
	line-height: inherit
}

@supports(-webkit-line-clamp: 2) {
	.eds-u-text-ellipsis2 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
}

.eds-u-text-ellipsis3 {
	overflow: hidden;
	line-height: inherit
}

@supports(-webkit-line-clamp: 3) {
	.eds-u-text-ellipsis3 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}
}

.eds-u-text-ellipsis4 {
	overflow: hidden;
	line-height: inherit
}

@supports(-webkit-line-clamp: 4) {
	.eds-u-text-ellipsis4 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical
	}
}

.eds-u-text-ellipsis5 {
	overflow: hidden;
	line-height: inherit
}

@supports(-webkit-line-clamp: 5) {
	.eds-u-text-ellipsis5 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical
	}
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-text-center {
		text-align:center !important
	}

	.pc\:eds-u-text-left {
		text-align: left !important
	}

	.pc\:eds-u-text-right {
		text-align: right !important
	}

	.pc\:eds-u-textnowrap {
		white-space: nowrap !important
	}

	.pc\:eds-u-text-height4of4 {
		line-height: 1em !important
	}

	.pc\:eds-u-text-height5of4 {
		line-height: 1.25em !important
	}

	.pc\:eds-u-text-height6of4 {
		line-height: 1.5em !important
	}

	.pc\:eds-u-text-height7of4 {
		line-height: 1.75em !important
	}

	.pc\:eds-u-text-height8of4 {
		line-height: 2em !important
	}

	.pc\:eds-u-text-height9of4 {
		line-height: 2.25em !important
	}

	.pc\:eds-u-text-height10of4 {
		line-height: 2.5em !important
	}

	.pc\:eds-u-text4of8 {
		font-size: 0.5em !important
	}

	.pc\:eds-u-text5of8 {
		font-size: 0.625em !important
	}

	.pc\:eds-u-text6of8 {
		font-size: 0.75em !important
	}

	.pc\:eds-u-text7of8 {
		font-size: 0.875em !important
	}

	.pc\:eds-u-text8of8 {
		font-size: 1em !important
	}

	.pc\:eds-u-text9of8 {
		font-size: 1.125em !important
	}

	.pc\:eds-u-text10of8 {
		font-size: 1.25em !important
	}

	.pc\:eds-u-text11of8 {
		font-size: 1.375em !important
	}

	.pc\:eds-u-text12of8 {
		font-size: 1.5em !important
	}

	.pc\:eds-u-text13of8 {
		font-size: 1.625em !important
	}

	.pc\:eds-u-text14of8 {
		font-size: 1.75em !important
	}

	.pc\:eds-u-text15of8 {
		font-size: 1.875em !important
	}

	.pc\:eds-u-text16of8 {
		font-size: 2em !important
	}

	.pc\:eds-u-text17of8 {
		font-size: 2.125em !important
	}

	.pc\:eds-u-text18of8 {
		font-size: 2.25em !important
	}

	.pc\:eds-u-text19of8 {
		font-size: 2.375em !important
	}

	.pc\:eds-u-text20of8 {
		font-size: 2.5em !important
	}

	.pc\:eds-u-text1 {
		font-size: 1em !important
	}

	.pc\:eds-u-text2 {
		font-size: 2em !important
	}

	.pc\:eds-u-text3 {
		font-size: 3em !important
	}

	.pc\:eds-u-text4 {
		font-size: 4em !important
	}

	.pc\:eds-u-text8px {
		font-size: 8px !important
	}

	.pc\:eds-u-text10px {
		font-size: 10px !important
	}

	.pc\:eds-u-text12px {
		font-size: 12px !important
	}

	.pc\:eds-u-text14px {
		font-size: 14px !important
	}

	.pc\:eds-u-text16px {
		font-size: 16px !important
	}

	.pc\:eds-u-text18px {
		font-size: 18px !important
	}

	.pc\:eds-u-text20px {
		font-size: 20px !important
	}

	.pc\:eds-u-text24px {
		font-size: 24px !important
	}

	.pc\:eds-u-text28px {
		font-size: 28px !important
	}

	.pc\:eds-u-text32px {
		font-size: 32px !important
	}

	.pc\:eds-u-text36px {
		font-size: 36px !important
	}

	.pc\:eds-u-text40px {
		font-size: 40px !important
	}

	.pc\:eds-u-text48px {
		font-size: 48px !important
	}

	.pc\:eds-u-text56px {
		font-size: 56px !important
	}

	.pc\:eds-u-text64px {
		font-size: 64px !important
	}

	.pc\:eds-u-text72px {
		font-size: 72px !important
	}

	.pc\:eds-u-text80px {
		font-size: 80px !important
	}

	.pc\:eds-u-text-ellipsis {
		max-width: 100%;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.pc\:eds-u-text-ellipsis2 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 2) {
		.pc\:eds-u-text-ellipsis2 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical
		}
	}

	.pc\:eds-u-text-ellipsis3 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 3) {
		.pc\:eds-u-text-ellipsis3 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical
		}
	}

	.pc\:eds-u-text-ellipsis4 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 4) {
		.pc\:eds-u-text-ellipsis4 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical
		}
	}

	.pc\:eds-u-text-ellipsis5 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 5) {
		.pc\:eds-u-text-ellipsis5 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical
		}
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-text-center {
		text-align:center !important
	}

	.sp\:eds-u-text-left {
		text-align: left !important
	}

	.sp\:eds-u-text-right {
		text-align: right !important
	}

	.sp\:eds-u-textnowrap {
		white-space: nowrap !important
	}

	.sp\:eds-u-text-height4of4 {
		line-height: 1em !important
	}

	.sp\:eds-u-text-height5of4 {
		line-height: 1.25em !important
	}

	.sp\:eds-u-text-height6of4 {
		line-height: 1.5em !important
	}

	.sp\:eds-u-text-height7of4 {
		line-height: 1.75em !important
	}

	.sp\:eds-u-text-height8of4 {
		line-height: 2em !important
	}

	.sp\:eds-u-text-height9of4 {
		line-height: 2.25em !important
	}

	.sp\:eds-u-text-height10of4 {
		line-height: 2.5em !important
	}

	.sp\:eds-u-text4of8 {
		font-size: 0.5em !important
	}

	.sp\:eds-u-text5of8 {
		font-size: 0.625em !important
	}

	.sp\:eds-u-text6of8 {
		font-size: 0.75em !important
	}

	.sp\:eds-u-text7of8 {
		font-size: 0.875em !important
	}

	.sp\:eds-u-text8of8 {
		font-size: 1em !important
	}

	.sp\:eds-u-text9of8 {
		font-size: 1.125em !important
	}

	.sp\:eds-u-text10of8 {
		font-size: 1.25em !important
	}

	.sp\:eds-u-text11of8 {
		font-size: 1.375em !important
	}

	.sp\:eds-u-text12of8 {
		font-size: 1.5em !important
	}

	.sp\:eds-u-text13of8 {
		font-size: 1.625em !important
	}

	.sp\:eds-u-text14of8 {
		font-size: 1.75em !important
	}

	.sp\:eds-u-text15of8 {
		font-size: 1.875em !important
	}

	.sp\:eds-u-text16of8 {
		font-size: 2em !important
	}

	.sp\:eds-u-text17of8 {
		font-size: 2.125em !important
	}

	.sp\:eds-u-text18of8 {
		font-size: 2.25em !important
	}

	.sp\:eds-u-text19of8 {
		font-size: 2.375em !important
	}

	.sp\:eds-u-text20of8 {
		font-size: 2.5em !important
	}

	.sp\:eds-u-text1 {
		font-size: 1em !important
	}

	.sp\:eds-u-text2 {
		font-size: 2em !important
	}

	.sp\:eds-u-text3 {
		font-size: 3em !important
	}

	.sp\:eds-u-text4 {
		font-size: 4em !important
	}

	.sp\:eds-u-text8px {
		font-size: 8px !important
	}

	.sp\:eds-u-text10px {
		font-size: 10px !important
	}

	.sp\:eds-u-text12px {
		font-size: 12px !important
	}

	.sp\:eds-u-text14px {
		font-size: 14px !important
	}

	.sp\:eds-u-text16px {
		font-size: 16px !important
	}

	.sp\:eds-u-text18px {
		font-size: 18px !important
	}

	.sp\:eds-u-text20px {
		font-size: 20px !important
	}

	.sp\:eds-u-text24px {
		font-size: 24px !important
	}

	.sp\:eds-u-text28px {
		font-size: 28px !important
	}

	.sp\:eds-u-text32px {
		font-size: 32px !important
	}

	.sp\:eds-u-text36px {
		font-size: 36px !important
	}

	.sp\:eds-u-text40px {
		font-size: 40px !important
	}

	.sp\:eds-u-text48px {
		font-size: 48px !important
	}

	.sp\:eds-u-text56px {
		font-size: 56px !important
	}

	.sp\:eds-u-text64px {
		font-size: 64px !important
	}

	.sp\:eds-u-text72px {
		font-size: 72px !important
	}

	.sp\:eds-u-text80px {
		font-size: 80px !important
	}

	.sp\:eds-u-text-ellipsis {
		max-width: 100%;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.sp\:eds-u-text-ellipsis2 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 2) {
		.sp\:eds-u-text-ellipsis2 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical
		}
	}

	.sp\:eds-u-text-ellipsis3 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 3) {
		.sp\:eds-u-text-ellipsis3 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical
		}
	}

	.sp\:eds-u-text-ellipsis4 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 4) {
		.sp\:eds-u-text-ellipsis4 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical
		}
	}

	.sp\:eds-u-text-ellipsis5 {
		overflow: hidden;
		line-height: inherit
	}

	@supports(-webkit-line-clamp: 5) {
		.sp\:eds-u-text-ellipsis5 {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical
		}
	}
}

.eds-u-text-normal {
	font-weight: normal !important
}

.eds-u-text-light {
	font-weight: lighter !important
}

.eds-u-text-bold {
	font-weight: bold !important
}

.eds-u-text-noDecoration {
	text-decoration: none !important
}

.eds-u-text-underline {
	text-decoration: underline !important
}

.eds-u-text-line-through {
	text-decoration: line-through !important
}

.eds-u-text-sans-serif {
	font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif
}

.eds-u-text-serif {
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif
}

.eds-u-text-sup {
	vertical-align: super;
	font-size: .75em;
	vertical-align: super;
	color: #616161
}

.eds-u-text-note {
	padding-left: 1em;
	position: relative
}

.eds-u-text-note::before {
	position: absolute;
	left: 0;
	top: 0;
	line-height: inherit;
	content: "※"
}

.eds-u-flex {
	display: flex !important;
	flex-wrap: wrap !important
}

.eds-u-flex-nowrap {
	flex-wrap: nowrap !important
}

.eds-u-flex-reverse {
	flex-direction: row-reverse !important
}

.eds-u-flex-column {
	flex-direction: column !important
}

.eds-u-flex-column-reverse {
	flex-direction: column-reverse !important
}

.eds-u-flex-center {
	justify-content: center !important
}

.eds-u-flex-start {
	justify-content: flex-start !important
}

.eds-u-flex-end {
	justify-content: flex-end !important
}

.eds-u-flex-justify {
	justify-content: space-between !important
}

.eds-u-flex-around {
	justify-content: space-around !important
}

.eds-u-flex-middle {
	align-items: center !important
}

.eds-u-flex-stretch {
	align-items: stretch !important
}

.eds-u-flex-baseline {
	align-items: baseline !important
}

.eds-u-flex-scroll {
	flex-wrap: nowrap !important;
	overflow-x: auto !important
}

.eds-u-flex1 {
	flex: 1 !important
}

.eds-u-flex2 {
	flex: 2 !important
}

.eds-u-flex3 {
	flex: 3 !important
}

.eds-u-flex-grow0 {
	flex-grow: 0 !important
}

.eds-u-flexーgrow1 {
	flex-grow: 1 !important
}

.eds-u-flex-grow2 {
	flex-grow: 2 !important
}

.eds-u-flex-grow3 {
	flex-grow: 3 !important
}

.eds-u-flex-grow4 {
	flex-grow: 4 !important
}

.eds-u-flex-grow5 {
	flex-grow: 5 !important
}

.eds-u-flex-order0 {
	order: 0 !important
}

.eds-u-flex-order1 {
	order: 1 !important
}

.eds-u-flex-order2 {
	order: 2 !important
}

.eds-u-flex-order3 {
	order: 3 !important
}

.eds-u-flex-order4 {
	order: 4 !important
}

.eds-u-flex-order5 {
	order: 5 !important
}

.eds-u-flex-shrink0 {
	flex-shrink: 0 !important
}

.eds-u-flex-shrink1 {
	flex-shrink: 1 !important
}

.eds-u-flex-shrink2 {
	flex-shrink: 2 !important
}

.eds-u-flex-shrink3 {
	flex-shrink: 3 !important
}

.eds-u-flex-shrink4 {
	flex-shrink: 4 !important
}

.eds-u-flex-shrink5 {
	flex-shrink: 5 !important
}

.eds-u-flex-basis-max {
	flex-basis: max-content
}

.eds-u-flex-basis-min {
	flex-basis: min-content
}

.eds-u-flex-basis-fit {
	flex-basis: fit-content
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-flex {
		display:flex !important;
		flex-wrap: wrap !important
	}

	.pc\:eds-u-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.pc\:eds-u-flex-reverse {
		flex-direction: row-reverse !important
	}

	.pc\:eds-u-flex-column {
		flex-direction: column !important
	}

	.pc\:eds-u-flex-column-reverse {
		flex-direction: column-reverse !important
	}

	.pc\:eds-u-flex-center {
		justify-content: center !important
	}

	.pc\:eds-u-flex-start {
		justify-content: flex-start !important
	}

	.pc\:eds-u-flex-end {
		justify-content: flex-end !important
	}

	.pc\:eds-u-flex-justify {
		justify-content: space-between !important
	}

	.pc\:eds-u-flex-around {
		justify-content: space-around !important
	}

	.pc\:eds-u-flex-middle {
		align-items: center !important
	}

	.pc\:eds-u-flex-stretch {
		align-items: stretch !important
	}

	.pc\:eds-u-flex-baseline {
		align-items: baseline !important
	}

	.pc\:eds-u-flex-scroll {
		flex-wrap: nowrap !important;
		overflow-x: auto !important
	}

	.pc\:eds-u-flex1 {
		flex: 1 !important
	}

	.pc\:eds-u-flex2 {
		flex: 2 !important
	}

	.pc\:eds-u-flex3 {
		flex: 3 !important
	}

	.pc\:eds-u-flex-grow0 {
		flex-grow: 0 !important
	}

	.pc\:eds-u-flexーgrow1 {
		flex-grow: 1 !important
	}

	.pc\:eds-u-flex-grow2 {
		flex-grow: 2 !important
	}

	.pc\:eds-u-flex-grow3 {
		flex-grow: 3 !important
	}

	.pc\:eds-u-flex-grow4 {
		flex-grow: 4 !important
	}

	.pc\:eds-u-flex-grow5 {
		flex-grow: 5 !important
	}

	.pc\:eds-u-flex-order0 {
		order: 0 !important
	}

	.pc\:eds-u-flex-order1 {
		order: 1 !important
	}

	.pc\:eds-u-flex-order2 {
		order: 2 !important
	}

	.pc\:eds-u-flex-order3 {
		order: 3 !important
	}

	.pc\:eds-u-flex-order4 {
		order: 4 !important
	}

	.pc\:eds-u-flex-order5 {
		order: 5 !important
	}

	.pc\:eds-u-flex-shrink0 {
		flex-shrink: 0 !important
	}

	.pc\:eds-u-flex-shrink1 {
		flex-shrink: 1 !important
	}

	.pc\:eds-u-flex-shrink2 {
		flex-shrink: 2 !important
	}

	.pc\:eds-u-flex-shrink3 {
		flex-shrink: 3 !important
	}

	.pc\:eds-u-flex-shrink4 {
		flex-shrink: 4 !important
	}

	.pc\:eds-u-flex-shrink5 {
		flex-shrink: 5 !important
	}

	.pc\:eds-u-flex-basis-max {
		flex-basis: max-content
	}

	.pc\:eds-u-flex-basis-min {
		flex-basis: min-content
	}

	.pc\:eds-u-flex-basis-fit {
		flex-basis: fit-content
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-flex {
		display:flex !important;
		flex-wrap: wrap !important
	}

	.xl\:eds-u-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.xl\:eds-u-flex-reverse {
		flex-direction: row-reverse !important
	}

	.xl\:eds-u-flex-column {
		flex-direction: column !important
	}

	.xl\:eds-u-flex-column-reverse {
		flex-direction: column-reverse !important
	}

	.xl\:eds-u-flex-center {
		justify-content: center !important
	}

	.xl\:eds-u-flex-start {
		justify-content: flex-start !important
	}

	.xl\:eds-u-flex-end {
		justify-content: flex-end !important
	}

	.xl\:eds-u-flex-justify {
		justify-content: space-between !important
	}

	.xl\:eds-u-flex-around {
		justify-content: space-around !important
	}

	.xl\:eds-u-flex-middle {
		align-items: center !important
	}

	.xl\:eds-u-flex-stretch {
		align-items: stretch !important
	}

	.xl\:eds-u-flex-baseline {
		align-items: baseline !important
	}

	.xl\:eds-u-flex-scroll {
		flex-wrap: nowrap !important;
		overflow-x: auto !important
	}

	.xl\:eds-u-flex1 {
		flex: 1 !important
	}

	.xl\:eds-u-flex2 {
		flex: 2 !important
	}

	.xl\:eds-u-flex3 {
		flex: 3 !important
	}

	.xl\:eds-u-flex-grow0 {
		flex-grow: 0 !important
	}

	.xl\:eds-u-flexーgrow1 {
		flex-grow: 1 !important
	}

	.xl\:eds-u-flex-grow2 {
		flex-grow: 2 !important
	}

	.xl\:eds-u-flex-grow3 {
		flex-grow: 3 !important
	}

	.xl\:eds-u-flex-grow4 {
		flex-grow: 4 !important
	}

	.xl\:eds-u-flex-grow5 {
		flex-grow: 5 !important
	}

	.xl\:eds-u-flex-order0 {
		order: 0 !important
	}

	.xl\:eds-u-flex-order1 {
		order: 1 !important
	}

	.xl\:eds-u-flex-order2 {
		order: 2 !important
	}

	.xl\:eds-u-flex-order3 {
		order: 3 !important
	}

	.xl\:eds-u-flex-order4 {
		order: 4 !important
	}

	.xl\:eds-u-flex-order5 {
		order: 5 !important
	}

	.xl\:eds-u-flex-shrink0 {
		flex-shrink: 0 !important
	}

	.xl\:eds-u-flex-shrink1 {
		flex-shrink: 1 !important
	}

	.xl\:eds-u-flex-shrink2 {
		flex-shrink: 2 !important
	}

	.xl\:eds-u-flex-shrink3 {
		flex-shrink: 3 !important
	}

	.xl\:eds-u-flex-shrink4 {
		flex-shrink: 4 !important
	}

	.xl\:eds-u-flex-shrink5 {
		flex-shrink: 5 !important
	}

	.xl\:eds-u-flex-basis-max {
		flex-basis: max-content
	}

	.xl\:eds-u-flex-basis-min {
		flex-basis: min-content
	}

	.xl\:eds-u-flex-basis-fit {
		flex-basis: fit-content
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-flex {
		display:flex !important;
		flex-wrap: wrap !important
	}

	.l\:eds-u-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.l\:eds-u-flex-reverse {
		flex-direction: row-reverse !important
	}

	.l\:eds-u-flex-column {
		flex-direction: column !important
	}

	.l\:eds-u-flex-column-reverse {
		flex-direction: column-reverse !important
	}

	.l\:eds-u-flex-center {
		justify-content: center !important
	}

	.l\:eds-u-flex-start {
		justify-content: flex-start !important
	}

	.l\:eds-u-flex-end {
		justify-content: flex-end !important
	}

	.l\:eds-u-flex-justify {
		justify-content: space-between !important
	}

	.l\:eds-u-flex-around {
		justify-content: space-around !important
	}

	.l\:eds-u-flex-middle {
		align-items: center !important
	}

	.l\:eds-u-flex-stretch {
		align-items: stretch !important
	}

	.l\:eds-u-flex-baseline {
		align-items: baseline !important
	}

	.l\:eds-u-flex-scroll {
		flex-wrap: nowrap !important;
		overflow-x: auto !important
	}

	.l\:eds-u-flex1 {
		flex: 1 !important
	}

	.l\:eds-u-flex2 {
		flex: 2 !important
	}

	.l\:eds-u-flex3 {
		flex: 3 !important
	}

	.l\:eds-u-flex-grow0 {
		flex-grow: 0 !important
	}

	.l\:eds-u-flexーgrow1 {
		flex-grow: 1 !important
	}

	.l\:eds-u-flex-grow2 {
		flex-grow: 2 !important
	}

	.l\:eds-u-flex-grow3 {
		flex-grow: 3 !important
	}

	.l\:eds-u-flex-grow4 {
		flex-grow: 4 !important
	}

	.l\:eds-u-flex-grow5 {
		flex-grow: 5 !important
	}

	.l\:eds-u-flex-order0 {
		order: 0 !important
	}

	.l\:eds-u-flex-order1 {
		order: 1 !important
	}

	.l\:eds-u-flex-order2 {
		order: 2 !important
	}

	.l\:eds-u-flex-order3 {
		order: 3 !important
	}

	.l\:eds-u-flex-order4 {
		order: 4 !important
	}

	.l\:eds-u-flex-order5 {
		order: 5 !important
	}

	.l\:eds-u-flex-shrink0 {
		flex-shrink: 0 !important
	}

	.l\:eds-u-flex-shrink1 {
		flex-shrink: 1 !important
	}

	.l\:eds-u-flex-shrink2 {
		flex-shrink: 2 !important
	}

	.l\:eds-u-flex-shrink3 {
		flex-shrink: 3 !important
	}

	.l\:eds-u-flex-shrink4 {
		flex-shrink: 4 !important
	}

	.l\:eds-u-flex-shrink5 {
		flex-shrink: 5 !important
	}

	.l\:eds-u-flex-basis-max {
		flex-basis: max-content
	}

	.l\:eds-u-flex-basis-min {
		flex-basis: min-content
	}

	.l\:eds-u-flex-basis-fit {
		flex-basis: fit-content
	}
}

@media(max-width: 991px) {
	.m\:eds-u-flex {
		display:flex !important;
		flex-wrap: wrap !important
	}

	.m\:eds-u-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.m\:eds-u-flex-reverse {
		flex-direction: row-reverse !important
	}

	.m\:eds-u-flex-column {
		flex-direction: column !important
	}

	.m\:eds-u-flex-column-reverse {
		flex-direction: column-reverse !important
	}

	.m\:eds-u-flex-center {
		justify-content: center !important
	}

	.m\:eds-u-flex-start {
		justify-content: flex-start !important
	}

	.m\:eds-u-flex-end {
		justify-content: flex-end !important
	}

	.m\:eds-u-flex-justify {
		justify-content: space-between !important
	}

	.m\:eds-u-flex-around {
		justify-content: space-around !important
	}

	.m\:eds-u-flex-middle {
		align-items: center !important
	}

	.m\:eds-u-flex-stretch {
		align-items: stretch !important
	}

	.m\:eds-u-flex-baseline {
		align-items: baseline !important
	}

	.m\:eds-u-flex-scroll {
		flex-wrap: nowrap !important;
		overflow-x: auto !important
	}

	.m\:eds-u-flex1 {
		flex: 1 !important
	}

	.m\:eds-u-flex2 {
		flex: 2 !important
	}

	.m\:eds-u-flex3 {
		flex: 3 !important
	}

	.m\:eds-u-flex-grow0 {
		flex-grow: 0 !important
	}

	.m\:eds-u-flexーgrow1 {
		flex-grow: 1 !important
	}

	.m\:eds-u-flex-grow2 {
		flex-grow: 2 !important
	}

	.m\:eds-u-flex-grow3 {
		flex-grow: 3 !important
	}

	.m\:eds-u-flex-grow4 {
		flex-grow: 4 !important
	}

	.m\:eds-u-flex-grow5 {
		flex-grow: 5 !important
	}

	.m\:eds-u-flex-order0 {
		order: 0 !important
	}

	.m\:eds-u-flex-order1 {
		order: 1 !important
	}

	.m\:eds-u-flex-order2 {
		order: 2 !important
	}

	.m\:eds-u-flex-order3 {
		order: 3 !important
	}

	.m\:eds-u-flex-order4 {
		order: 4 !important
	}

	.m\:eds-u-flex-order5 {
		order: 5 !important
	}

	.m\:eds-u-flex-shrink0 {
		flex-shrink: 0 !important
	}

	.m\:eds-u-flex-shrink1 {
		flex-shrink: 1 !important
	}

	.m\:eds-u-flex-shrink2 {
		flex-shrink: 2 !important
	}

	.m\:eds-u-flex-shrink3 {
		flex-shrink: 3 !important
	}

	.m\:eds-u-flex-shrink4 {
		flex-shrink: 4 !important
	}

	.m\:eds-u-flex-shrink5 {
		flex-shrink: 5 !important
	}

	.m\:eds-u-flex-basis-max {
		flex-basis: max-content
	}

	.m\:eds-u-flex-basis-min {
		flex-basis: min-content
	}

	.m\:eds-u-flex-basis-fit {
		flex-basis: fit-content
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-flex,.s\:eds-u-flex {
		display:flex !important;
		flex-wrap: wrap !important
	}

	.sp\:eds-u-flex-nowrap,.s\:eds-u-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.sp\:eds-u-flex-reverse,.s\:eds-u-flex-reverse {
		flex-direction: row-reverse !important
	}

	.sp\:eds-u-flex-column,.s\:eds-u-flex-column {
		flex-direction: column !important
	}

	.sp\:eds-u-flex-column-reverse,.s\:eds-u-flex-column-reverse {
		flex-direction: column-reverse !important
	}

	.sp\:eds-u-flex-center,.s\:eds-u-flex-center {
		justify-content: center !important
	}

	.sp\:eds-u-flex-start,.s\:eds-u-flex-start {
		justify-content: flex-start !important
	}

	.sp\:eds-u-flex-end,.s\:eds-u-flex-end {
		justify-content: flex-end !important
	}

	.sp\:eds-u-flex-justify,.s\:eds-u-flex-justify {
		justify-content: space-between !important
	}

	.sp\:eds-u-flex-around,.s\:eds-u-flex-around {
		justify-content: space-around !important
	}

	.sp\:eds-u-flex-middle,.s\:eds-u-flex-middle {
		align-items: center !important
	}

	.sp\:eds-u-flex-stretch,.s\:eds-u-flex-stretch {
		align-items: stretch !important
	}

	.sp\:eds-u-flex-baseline,.s\:eds-u-flex-baseline {
		align-items: baseline !important
	}

	.sp\:eds-u-flex-scroll,.s\:eds-u-flex-scroll {
		flex-wrap: nowrap !important;
		overflow-x: auto !important
	}

	.sp\:eds-u-flex1,.s\:eds-u-flex1 {
		flex: 1 !important
	}

	.sp\:eds-u-flex2,.s\:eds-u-flex2 {
		flex: 2 !important
	}

	.sp\:eds-u-flex3,.s\:eds-u-flex3 {
		flex: 3 !important
	}

	.sp\:eds-u-flex-grow0,.s\:eds-u-flex-grow0 {
		flex-grow: 0 !important
	}

	.sp\:eds-u-flexーgrow1,.s\:eds-u-flexーgrow1 {
		flex-grow: 1 !important
	}

	.sp\:eds-u-flex-grow2,.s\:eds-u-flex-grow2 {
		flex-grow: 2 !important
	}

	.sp\:eds-u-flex-grow3,.s\:eds-u-flex-grow3 {
		flex-grow: 3 !important
	}

	.sp\:eds-u-flex-grow4,.s\:eds-u-flex-grow4 {
		flex-grow: 4 !important
	}

	.sp\:eds-u-flex-grow5,.s\:eds-u-flex-grow5 {
		flex-grow: 5 !important
	}

	.sp\:eds-u-flex-order0,.s\:eds-u-flex-order0 {
		order: 0 !important
	}

	.sp\:eds-u-flex-order1,.s\:eds-u-flex-order1 {
		order: 1 !important
	}

	.sp\:eds-u-flex-order2,.s\:eds-u-flex-order2 {
		order: 2 !important
	}

	.sp\:eds-u-flex-order3,.s\:eds-u-flex-order3 {
		order: 3 !important
	}

	.sp\:eds-u-flex-order4,.s\:eds-u-flex-order4 {
		order: 4 !important
	}

	.sp\:eds-u-flex-order5,.s\:eds-u-flex-order5 {
		order: 5 !important
	}

	.sp\:eds-u-flex-shrink0,.s\:eds-u-flex-shrink0 {
		flex-shrink: 0 !important
	}

	.sp\:eds-u-flex-shrink1,.s\:eds-u-flex-shrink1 {
		flex-shrink: 1 !important
	}

	.sp\:eds-u-flex-shrink2,.s\:eds-u-flex-shrink2 {
		flex-shrink: 2 !important
	}

	.sp\:eds-u-flex-shrink3,.s\:eds-u-flex-shrink3 {
		flex-shrink: 3 !important
	}

	.sp\:eds-u-flex-shrink4,.s\:eds-u-flex-shrink4 {
		flex-shrink: 4 !important
	}

	.sp\:eds-u-flex-shrink5,.s\:eds-u-flex-shrink5 {
		flex-shrink: 5 !important
	}

	.sp\:eds-u-flex-basis-max,.s\:eds-u-flex-basis-max {
		flex-basis: max-content
	}

	.sp\:eds-u-flex-basis-min,.s\:eds-u-flex-basis-min {
		flex-basis: min-content
	}

	.sp\:eds-u-flex-basis-fit,.s\:eds-u-flex-basis-fit {
		flex-basis: fit-content
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-flex {
		display:flex !important;
		flex-wrap: wrap !important
	}

	.xs\:eds-u-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.xs\:eds-u-flex-reverse {
		flex-direction: row-reverse !important
	}

	.xs\:eds-u-flex-column {
		flex-direction: column !important
	}

	.xs\:eds-u-flex-column-reverse {
		flex-direction: column-reverse !important
	}

	.xs\:eds-u-flex-center {
		justify-content: center !important
	}

	.xs\:eds-u-flex-start {
		justify-content: flex-start !important
	}

	.xs\:eds-u-flex-end {
		justify-content: flex-end !important
	}

	.xs\:eds-u-flex-justify {
		justify-content: space-between !important
	}

	.xs\:eds-u-flex-around {
		justify-content: space-around !important
	}

	.xs\:eds-u-flex-middle {
		align-items: center !important
	}

	.xs\:eds-u-flex-stretch {
		align-items: stretch !important
	}

	.xs\:eds-u-flex-baseline {
		align-items: baseline !important
	}

	.xs\:eds-u-flex-scroll {
		flex-wrap: nowrap !important;
		overflow-x: auto !important
	}

	.xs\:eds-u-flex1 {
		flex: 1 !important
	}

	.xs\:eds-u-flex2 {
		flex: 2 !important
	}

	.xs\:eds-u-flex3 {
		flex: 3 !important
	}

	.xs\:eds-u-flex-grow0 {
		flex-grow: 0 !important
	}

	.xs\:eds-u-flexーgrow1 {
		flex-grow: 1 !important
	}

	.xs\:eds-u-flex-grow2 {
		flex-grow: 2 !important
	}

	.xs\:eds-u-flex-grow3 {
		flex-grow: 3 !important
	}

	.xs\:eds-u-flex-grow4 {
		flex-grow: 4 !important
	}

	.xs\:eds-u-flex-grow5 {
		flex-grow: 5 !important
	}

	.xs\:eds-u-flex-order0 {
		order: 0 !important
	}

	.xs\:eds-u-flex-order1 {
		order: 1 !important
	}

	.xs\:eds-u-flex-order2 {
		order: 2 !important
	}

	.xs\:eds-u-flex-order3 {
		order: 3 !important
	}

	.xs\:eds-u-flex-order4 {
		order: 4 !important
	}

	.xs\:eds-u-flex-order5 {
		order: 5 !important
	}

	.xs\:eds-u-flex-shrink0 {
		flex-shrink: 0 !important
	}

	.xs\:eds-u-flex-shrink1 {
		flex-shrink: 1 !important
	}

	.xs\:eds-u-flex-shrink2 {
		flex-shrink: 2 !important
	}

	.xs\:eds-u-flex-shrink3 {
		flex-shrink: 3 !important
	}

	.xs\:eds-u-flex-shrink4 {
		flex-shrink: 4 !important
	}

	.xs\:eds-u-flex-shrink5 {
		flex-shrink: 5 !important
	}

	.xs\:eds-u-flex-basis-max {
		flex-basis: max-content
	}

	.xs\:eds-u-flex-basis-min {
		flex-basis: min-content
	}

	.xs\:eds-u-flex-basis-fit {
		flex-basis: fit-content
	}
}

.eds-u-w1of12 {
	width: 8.3333333333% !important
}

.eds-u-w2of12 {
	width: 16.6666666667% !important
}

.eds-u-w3of12 {
	width: 25% !important
}

.eds-u-w4of12 {
	width: 33.3333333333% !important
}

.eds-u-w5of12 {
	width: 41.6666666667% !important
}

.eds-u-w6of12 {
	width: 50% !important
}

.eds-u-w7of12 {
	width: 58.3333333333% !important
}

.eds-u-w8of12 {
	width: 66.6666666667% !important
}

.eds-u-w9of12 {
	width: 75% !important
}

.eds-u-w10of12 {
	width: 83.3333333333% !important
}

.eds-u-w11of12 {
	width: 91.6666666667% !important
}

.eds-u-w12of12 {
	width: 100% !important
}

.eds-u-w1of10 {
	width: 10% !important
}

.eds-u-w2of10 {
	width: 20% !important
}

.eds-u-w3of10 {
	width: 30% !important
}

.eds-u-w4of10 {
	width: 40% !important
}

.eds-u-w5of10 {
	width: 50% !important
}

.eds-u-w6of10 {
	width: 60% !important
}

.eds-u-w7of10 {
	width: 70% !important
}

.eds-u-w8of10 {
	width: 80% !important
}

.eds-u-w9of10 {
	width: 90% !important
}

.eds-u-w10of10 {
	width: 100% !important
}

.eds-u-w20px {
	width: 20px !important
}

.eds-u-w40px {
	width: 40px !important
}

.eds-u-w60px {
	width: 60px !important
}

.eds-u-w80px {
	width: 80px !important
}

.eds-u-w100px {
	width: 100px !important
}

.eds-u-w120px {
	width: 120px !important
}

.eds-u-w140px {
	width: 140px !important
}

.eds-u-w160px {
	width: 160px !important
}

.eds-u-w180px {
	width: 180px !important
}

.eds-u-w200px {
	width: 200px !important
}

.eds-u-w220px {
	width: 220px !important
}

.eds-u-w240px {
	width: 240px !important
}

.eds-u-w260px {
	width: 260px !important
}

.eds-u-w280px {
	width: 280px !important
}

.eds-u-w300px {
	width: 300px !important
}

.eds-u-w320px {
	width: 320px !important
}

.eds-u-w340px {
	width: 340px !important
}

.eds-u-w360px {
	width: 360px !important
}

.eds-u-w380px {
	width: 380px !important
}

.eds-u-w400px {
	width: 400px !important
}

.eds-u-w420px {
	width: 420px !important
}

.eds-u-w440px {
	width: 440px !important
}

.eds-u-w460px {
	width: 460px !important
}

.eds-u-w480px {
	width: 480px !important
}

.eds-u-w500px {
	width: 500px !important
}

.eds-u-w520px {
	width: 520px !important
}

.eds-u-w540px {
	width: 540px !important
}

.eds-u-w560px {
	width: 560px !important
}

.eds-u-w580px {
	width: 580px !important
}

.eds-u-w600px {
	width: 600px !important
}

.eds-u-w640px {
	width: 640px !important
}

.eds-u-w680px {
	width: 680px !important
}

.eds-u-w720px {
	width: 720px !important
}

.eds-u-w760px {
	width: 760px !important
}

.eds-u-w800px {
	width: 800px !important
}

.eds-u-w840px {
	width: 840px !important
}

.eds-u-w880px {
	width: 880px !important
}

.eds-u-w920px {
	width: 920px !important
}

.eds-u-w960px {
	width: 960px !important
}

.eds-u-w1000px {
	width: 1000px !important
}

.eds-u-wMin20px {
	min-width: 20px !important
}

.eds-u-wMin40px {
	min-width: 40px !important
}

.eds-u-wMin60px {
	min-width: 60px !important
}

.eds-u-wMin80px {
	min-width: 80px !important
}

.eds-u-wMin100px {
	min-width: 100px !important
}

.eds-u-wMin120px {
	min-width: 120px !important
}

.eds-u-wMin140px {
	min-width: 140px !important
}

.eds-u-wMin160px {
	min-width: 160px !important
}

.eds-u-wMin180px {
	min-width: 180px !important
}

.eds-u-wMin200px {
	min-width: 200px !important
}

.eds-u-wMin220px {
	min-width: 220px !important
}

.eds-u-wMin240px {
	min-width: 240px !important
}

.eds-u-wMin260px {
	min-width: 260px !important
}

.eds-u-wMin280px {
	min-width: 280px !important
}

.eds-u-wMin300px {
	min-width: 300px !important
}

.eds-u-wMin320px {
	min-width: 320px !important
}

.eds-u-wMin340px {
	min-width: 340px !important
}

.eds-u-wMin360px {
	min-width: 360px !important
}

.eds-u-wMin380px {
	min-width: 380px !important
}

.eds-u-wMin400px {
	min-width: 400px !important
}

.eds-u-wMin420px {
	min-width: 420px !important
}

.eds-u-wMin440px {
	min-width: 440px !important
}

.eds-u-wMin460px {
	min-width: 460px !important
}

.eds-u-wMin480px {
	min-width: 480px !important
}

.eds-u-wMin500px {
	min-width: 500px !important
}

.eds-u-wMin520px {
	min-width: 520px !important
}

.eds-u-wMin540px {
	min-width: 540px !important
}

.eds-u-wMin560px {
	min-width: 560px !important
}

.eds-u-wMin580px {
	min-width: 580px !important
}

.eds-u-wMin600px {
	min-width: 600px !important
}

.eds-u-wMin640px {
	min-width: 640px !important
}

.eds-u-wMin680px {
	min-width: 680px !important
}

.eds-u-wMin720px {
	min-width: 720px !important
}

.eds-u-wMin760px {
	min-width: 760px !important
}

.eds-u-wMin800px {
	min-width: 800px !important
}

.eds-u-wMin840px {
	min-width: 840px !important
}

.eds-u-wMin880px {
	min-width: 880px !important
}

.eds-u-wMin920px {
	min-width: 920px !important
}

.eds-u-wMin960px {
	min-width: 960px !important
}

.eds-u-wMin1000px {
	min-width: 1000px !important
}

.eds-u-wMax100 {
	max-width: 100% !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-w1of12 {
		width:8.3333333333% !important
	}

	.pc\:eds-u-w2of12 {
		width: 16.6666666667% !important
	}

	.pc\:eds-u-w3of12 {
		width: 25% !important
	}

	.pc\:eds-u-w4of12 {
		width: 33.3333333333% !important
	}

	.pc\:eds-u-w5of12 {
		width: 41.6666666667% !important
	}

	.pc\:eds-u-w6of12 {
		width: 50% !important
	}

	.pc\:eds-u-w7of12 {
		width: 58.3333333333% !important
	}

	.pc\:eds-u-w8of12 {
		width: 66.6666666667% !important
	}

	.pc\:eds-u-w9of12 {
		width: 75% !important
	}

	.pc\:eds-u-w10of12 {
		width: 83.3333333333% !important
	}

	.pc\:eds-u-w11of12 {
		width: 91.6666666667% !important
	}

	.pc\:eds-u-w12of12 {
		width: 100% !important
	}

	.pc\:eds-u-w1of10 {
		width: 10% !important
	}

	.pc\:eds-u-w2of10 {
		width: 20% !important
	}

	.pc\:eds-u-w3of10 {
		width: 30% !important
	}

	.pc\:eds-u-w4of10 {
		width: 40% !important
	}

	.pc\:eds-u-w5of10 {
		width: 50% !important
	}

	.pc\:eds-u-w6of10 {
		width: 60% !important
	}

	.pc\:eds-u-w7of10 {
		width: 70% !important
	}

	.pc\:eds-u-w8of10 {
		width: 80% !important
	}

	.pc\:eds-u-w9of10 {
		width: 90% !important
	}

	.pc\:eds-u-w10of10 {
		width: 100% !important
	}

	.pc\:eds-u-w20px {
		width: 20px !important
	}

	.pc\:eds-u-w40px {
		width: 40px !important
	}

	.pc\:eds-u-w60px {
		width: 60px !important
	}

	.pc\:eds-u-w80px {
		width: 80px !important
	}

	.pc\:eds-u-w100px {
		width: 100px !important
	}

	.pc\:eds-u-w120px {
		width: 120px !important
	}

	.pc\:eds-u-w140px {
		width: 140px !important
	}

	.pc\:eds-u-w160px {
		width: 160px !important
	}

	.pc\:eds-u-w180px {
		width: 180px !important
	}

	.pc\:eds-u-w200px {
		width: 200px !important
	}

	.pc\:eds-u-w220px {
		width: 220px !important
	}

	.pc\:eds-u-w240px {
		width: 240px !important
	}

	.pc\:eds-u-w260px {
		width: 260px !important
	}

	.pc\:eds-u-w280px {
		width: 280px !important
	}

	.pc\:eds-u-w300px {
		width: 300px !important
	}

	.pc\:eds-u-w320px {
		width: 320px !important
	}

	.pc\:eds-u-w340px {
		width: 340px !important
	}

	.pc\:eds-u-w360px {
		width: 360px !important
	}

	.pc\:eds-u-w380px {
		width: 380px !important
	}

	.pc\:eds-u-w400px {
		width: 400px !important
	}

	.pc\:eds-u-w420px {
		width: 420px !important
	}

	.pc\:eds-u-w440px {
		width: 440px !important
	}

	.pc\:eds-u-w460px {
		width: 460px !important
	}

	.pc\:eds-u-w480px {
		width: 480px !important
	}

	.pc\:eds-u-w500px {
		width: 500px !important
	}

	.pc\:eds-u-w520px {
		width: 520px !important
	}

	.pc\:eds-u-w540px {
		width: 540px !important
	}

	.pc\:eds-u-w560px {
		width: 560px !important
	}

	.pc\:eds-u-w580px {
		width: 580px !important
	}

	.pc\:eds-u-w600px {
		width: 600px !important
	}

	.pc\:eds-u-w640px {
		width: 640px !important
	}

	.pc\:eds-u-w680px {
		width: 680px !important
	}

	.pc\:eds-u-w720px {
		width: 720px !important
	}

	.pc\:eds-u-w760px {
		width: 760px !important
	}

	.pc\:eds-u-w800px {
		width: 800px !important
	}

	.pc\:eds-u-w840px {
		width: 840px !important
	}

	.pc\:eds-u-w880px {
		width: 880px !important
	}

	.pc\:eds-u-w920px {
		width: 920px !important
	}

	.pc\:eds-u-w960px {
		width: 960px !important
	}

	.pc\:eds-u-w1000px {
		width: 1000px !important
	}

	.pc\:eds-u-wMin20px {
		min-width: 20px !important
	}

	.pc\:eds-u-wMin40px {
		min-width: 40px !important
	}

	.pc\:eds-u-wMin60px {
		min-width: 60px !important
	}

	.pc\:eds-u-wMin80px {
		min-width: 80px !important
	}

	.pc\:eds-u-wMin100px {
		min-width: 100px !important
	}

	.pc\:eds-u-wMin120px {
		min-width: 120px !important
	}

	.pc\:eds-u-wMin140px {
		min-width: 140px !important
	}

	.pc\:eds-u-wMin160px {
		min-width: 160px !important
	}

	.pc\:eds-u-wMin180px {
		min-width: 180px !important
	}

	.pc\:eds-u-wMin200px {
		min-width: 200px !important
	}

	.pc\:eds-u-wMin220px {
		min-width: 220px !important
	}

	.pc\:eds-u-wMin240px {
		min-width: 240px !important
	}

	.pc\:eds-u-wMin260px {
		min-width: 260px !important
	}

	.pc\:eds-u-wMin280px {
		min-width: 280px !important
	}

	.pc\:eds-u-wMin300px {
		min-width: 300px !important
	}

	.pc\:eds-u-wMin320px {
		min-width: 320px !important
	}

	.pc\:eds-u-wMin340px {
		min-width: 340px !important
	}

	.pc\:eds-u-wMin360px {
		min-width: 360px !important
	}

	.pc\:eds-u-wMin380px {
		min-width: 380px !important
	}

	.pc\:eds-u-wMin400px {
		min-width: 400px !important
	}

	.pc\:eds-u-wMin420px {
		min-width: 420px !important
	}

	.pc\:eds-u-wMin440px {
		min-width: 440px !important
	}

	.pc\:eds-u-wMin460px {
		min-width: 460px !important
	}

	.pc\:eds-u-wMin480px {
		min-width: 480px !important
	}

	.pc\:eds-u-wMin500px {
		min-width: 500px !important
	}

	.pc\:eds-u-wMin520px {
		min-width: 520px !important
	}

	.pc\:eds-u-wMin540px {
		min-width: 540px !important
	}

	.pc\:eds-u-wMin560px {
		min-width: 560px !important
	}

	.pc\:eds-u-wMin580px {
		min-width: 580px !important
	}

	.pc\:eds-u-wMin600px {
		min-width: 600px !important
	}

	.pc\:eds-u-wMin640px {
		min-width: 640px !important
	}

	.pc\:eds-u-wMin680px {
		min-width: 680px !important
	}

	.pc\:eds-u-wMin720px {
		min-width: 720px !important
	}

	.pc\:eds-u-wMin760px {
		min-width: 760px !important
	}

	.pc\:eds-u-wMin800px {
		min-width: 800px !important
	}

	.pc\:eds-u-wMin840px {
		min-width: 840px !important
	}

	.pc\:eds-u-wMin880px {
		min-width: 880px !important
	}

	.pc\:eds-u-wMin920px {
		min-width: 920px !important
	}

	.pc\:eds-u-wMin960px {
		min-width: 960px !important
	}

	.pc\:eds-u-wMin1000px {
		min-width: 1000px !important
	}

	.pc\:eds-u-wMax100 {
		max-width: 100% !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-w1of12 {
		width:8.3333333333% !important
	}

	.xs\:eds-u-w2of12 {
		width: 16.6666666667% !important
	}

	.xs\:eds-u-w3of12 {
		width: 25% !important
	}

	.xs\:eds-u-w4of12 {
		width: 33.3333333333% !important
	}

	.xs\:eds-u-w5of12 {
		width: 41.6666666667% !important
	}

	.xs\:eds-u-w6of12 {
		width: 50% !important
	}

	.xs\:eds-u-w7of12 {
		width: 58.3333333333% !important
	}

	.xs\:eds-u-w8of12 {
		width: 66.6666666667% !important
	}

	.xs\:eds-u-w9of12 {
		width: 75% !important
	}

	.xs\:eds-u-w10of12 {
		width: 83.3333333333% !important
	}

	.xs\:eds-u-w11of12 {
		width: 91.6666666667% !important
	}

	.xs\:eds-u-w12of12 {
		width: 100% !important
	}

	.xs\:eds-u-w1of10 {
		width: 10% !important
	}

	.xs\:eds-u-w2of10 {
		width: 20% !important
	}

	.xs\:eds-u-w3of10 {
		width: 30% !important
	}

	.xs\:eds-u-w4of10 {
		width: 40% !important
	}

	.xs\:eds-u-w5of10 {
		width: 50% !important
	}

	.xs\:eds-u-w6of10 {
		width: 60% !important
	}

	.xs\:eds-u-w7of10 {
		width: 70% !important
	}

	.xs\:eds-u-w8of10 {
		width: 80% !important
	}

	.xs\:eds-u-w9of10 {
		width: 90% !important
	}

	.xs\:eds-u-w10of10 {
		width: 100% !important
	}

	.xs\:eds-u-w20px {
		width: 20px !important
	}

	.xs\:eds-u-w40px {
		width: 40px !important
	}

	.xs\:eds-u-w60px {
		width: 60px !important
	}

	.xs\:eds-u-w80px {
		width: 80px !important
	}

	.xs\:eds-u-w100px {
		width: 100px !important
	}

	.xs\:eds-u-w120px {
		width: 120px !important
	}

	.xs\:eds-u-w140px {
		width: 140px !important
	}

	.xs\:eds-u-w160px {
		width: 160px !important
	}

	.xs\:eds-u-w180px {
		width: 180px !important
	}

	.xs\:eds-u-w200px {
		width: 200px !important
	}

	.xs\:eds-u-w220px {
		width: 220px !important
	}

	.xs\:eds-u-w240px {
		width: 240px !important
	}

	.xs\:eds-u-w260px {
		width: 260px !important
	}

	.xs\:eds-u-w280px {
		width: 280px !important
	}

	.xs\:eds-u-w300px {
		width: 300px !important
	}

	.xs\:eds-u-w320px {
		width: 320px !important
	}

	.xs\:eds-u-w340px {
		width: 340px !important
	}

	.xs\:eds-u-w360px {
		width: 360px !important
	}

	.xs\:eds-u-w380px {
		width: 380px !important
	}

	.xs\:eds-u-w400px {
		width: 400px !important
	}

	.xs\:eds-u-w420px {
		width: 420px !important
	}

	.xs\:eds-u-w440px {
		width: 440px !important
	}

	.xs\:eds-u-w460px {
		width: 460px !important
	}

	.xs\:eds-u-w480px {
		width: 480px !important
	}

	.xs\:eds-u-w500px {
		width: 500px !important
	}

	.xs\:eds-u-w520px {
		width: 520px !important
	}

	.xs\:eds-u-w540px {
		width: 540px !important
	}

	.xs\:eds-u-w560px {
		width: 560px !important
	}

	.xs\:eds-u-w580px {
		width: 580px !important
	}

	.xs\:eds-u-w600px {
		width: 600px !important
	}

	.xs\:eds-u-w640px {
		width: 640px !important
	}

	.xs\:eds-u-w680px {
		width: 680px !important
	}

	.xs\:eds-u-w720px {
		width: 720px !important
	}

	.xs\:eds-u-w760px {
		width: 760px !important
	}

	.xs\:eds-u-w800px {
		width: 800px !important
	}

	.xs\:eds-u-w840px {
		width: 840px !important
	}

	.xs\:eds-u-w880px {
		width: 880px !important
	}

	.xs\:eds-u-w920px {
		width: 920px !important
	}

	.xs\:eds-u-w960px {
		width: 960px !important
	}

	.xs\:eds-u-w1000px {
		width: 1000px !important
	}

	.xs\:eds-u-wMin20px {
		min-width: 20px !important
	}

	.xs\:eds-u-wMin40px {
		min-width: 40px !important
	}

	.xs\:eds-u-wMin60px {
		min-width: 60px !important
	}

	.xs\:eds-u-wMin80px {
		min-width: 80px !important
	}

	.xs\:eds-u-wMin100px {
		min-width: 100px !important
	}

	.xs\:eds-u-wMin120px {
		min-width: 120px !important
	}

	.xs\:eds-u-wMin140px {
		min-width: 140px !important
	}

	.xs\:eds-u-wMin160px {
		min-width: 160px !important
	}

	.xs\:eds-u-wMin180px {
		min-width: 180px !important
	}

	.xs\:eds-u-wMin200px {
		min-width: 200px !important
	}

	.xs\:eds-u-wMin220px {
		min-width: 220px !important
	}

	.xs\:eds-u-wMin240px {
		min-width: 240px !important
	}

	.xs\:eds-u-wMin260px {
		min-width: 260px !important
	}

	.xs\:eds-u-wMin280px {
		min-width: 280px !important
	}

	.xs\:eds-u-wMin300px {
		min-width: 300px !important
	}

	.xs\:eds-u-wMin320px {
		min-width: 320px !important
	}

	.xs\:eds-u-wMin340px {
		min-width: 340px !important
	}

	.xs\:eds-u-wMin360px {
		min-width: 360px !important
	}

	.xs\:eds-u-wMin380px {
		min-width: 380px !important
	}

	.xs\:eds-u-wMin400px {
		min-width: 400px !important
	}

	.xs\:eds-u-wMin420px {
		min-width: 420px !important
	}

	.xs\:eds-u-wMin440px {
		min-width: 440px !important
	}

	.xs\:eds-u-wMin460px {
		min-width: 460px !important
	}

	.xs\:eds-u-wMin480px {
		min-width: 480px !important
	}

	.xs\:eds-u-wMin500px {
		min-width: 500px !important
	}

	.xs\:eds-u-wMin520px {
		min-width: 520px !important
	}

	.xs\:eds-u-wMin540px {
		min-width: 540px !important
	}

	.xs\:eds-u-wMin560px {
		min-width: 560px !important
	}

	.xs\:eds-u-wMin580px {
		min-width: 580px !important
	}

	.xs\:eds-u-wMin600px {
		min-width: 600px !important
	}

	.xs\:eds-u-wMin640px {
		min-width: 640px !important
	}

	.xs\:eds-u-wMin680px {
		min-width: 680px !important
	}

	.xs\:eds-u-wMin720px {
		min-width: 720px !important
	}

	.xs\:eds-u-wMin760px {
		min-width: 760px !important
	}

	.xs\:eds-u-wMin800px {
		min-width: 800px !important
	}

	.xs\:eds-u-wMin840px {
		min-width: 840px !important
	}

	.xs\:eds-u-wMin880px {
		min-width: 880px !important
	}

	.xs\:eds-u-wMin920px {
		min-width: 920px !important
	}

	.xs\:eds-u-wMin960px {
		min-width: 960px !important
	}

	.xs\:eds-u-wMin1000px {
		min-width: 1000px !important
	}

	.xs\:eds-u-wMax100 {
		max-width: 100% !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-w1of12,.s\:eds-u-w1of12 {
		width:8.3333333333% !important
	}

	.sp\:eds-u-w2of12,.s\:eds-u-w2of12 {
		width: 16.6666666667% !important
	}

	.sp\:eds-u-w3of12,.s\:eds-u-w3of12 {
		width: 25% !important
	}

	.sp\:eds-u-w4of12,.s\:eds-u-w4of12 {
		width: 33.3333333333% !important
	}

	.sp\:eds-u-w5of12,.s\:eds-u-w5of12 {
		width: 41.6666666667% !important
	}

	.sp\:eds-u-w6of12,.s\:eds-u-w6of12 {
		width: 50% !important
	}

	.sp\:eds-u-w7of12,.s\:eds-u-w7of12 {
		width: 58.3333333333% !important
	}

	.sp\:eds-u-w8of12,.s\:eds-u-w8of12 {
		width: 66.6666666667% !important
	}

	.sp\:eds-u-w9of12,.s\:eds-u-w9of12 {
		width: 75% !important
	}

	.sp\:eds-u-w10of12,.s\:eds-u-w10of12 {
		width: 83.3333333333% !important
	}

	.sp\:eds-u-w11of12,.s\:eds-u-w11of12 {
		width: 91.6666666667% !important
	}

	.sp\:eds-u-w12of12,.s\:eds-u-w12of12 {
		width: 100% !important
	}

	.sp\:eds-u-w1of10,.s\:eds-u-w1of10 {
		width: 10% !important
	}

	.sp\:eds-u-w2of10,.s\:eds-u-w2of10 {
		width: 20% !important
	}

	.sp\:eds-u-w3of10,.s\:eds-u-w3of10 {
		width: 30% !important
	}

	.sp\:eds-u-w4of10,.s\:eds-u-w4of10 {
		width: 40% !important
	}

	.sp\:eds-u-w5of10,.s\:eds-u-w5of10 {
		width: 50% !important
	}

	.sp\:eds-u-w6of10,.s\:eds-u-w6of10 {
		width: 60% !important
	}

	.sp\:eds-u-w7of10,.s\:eds-u-w7of10 {
		width: 70% !important
	}

	.sp\:eds-u-w8of10,.s\:eds-u-w8of10 {
		width: 80% !important
	}

	.sp\:eds-u-w9of10,.s\:eds-u-w9of10 {
		width: 90% !important
	}

	.sp\:eds-u-w10of10,.s\:eds-u-w10of10 {
		width: 100% !important
	}

	.sp\:eds-u-w20px,.s\:eds-u-w20px {
		width: 20px !important
	}

	.sp\:eds-u-w40px,.s\:eds-u-w40px {
		width: 40px !important
	}

	.sp\:eds-u-w60px,.s\:eds-u-w60px {
		width: 60px !important
	}

	.sp\:eds-u-w80px,.s\:eds-u-w80px {
		width: 80px !important
	}

	.sp\:eds-u-w100px,.s\:eds-u-w100px {
		width: 100px !important
	}

	.sp\:eds-u-w120px,.s\:eds-u-w120px {
		width: 120px !important
	}

	.sp\:eds-u-w140px,.s\:eds-u-w140px {
		width: 140px !important
	}

	.sp\:eds-u-w160px,.s\:eds-u-w160px {
		width: 160px !important
	}

	.sp\:eds-u-w180px,.s\:eds-u-w180px {
		width: 180px !important
	}

	.sp\:eds-u-w200px,.s\:eds-u-w200px {
		width: 200px !important
	}

	.sp\:eds-u-w220px,.s\:eds-u-w220px {
		width: 220px !important
	}

	.sp\:eds-u-w240px,.s\:eds-u-w240px {
		width: 240px !important
	}

	.sp\:eds-u-w260px,.s\:eds-u-w260px {
		width: 260px !important
	}

	.sp\:eds-u-w280px,.s\:eds-u-w280px {
		width: 280px !important
	}

	.sp\:eds-u-w300px,.s\:eds-u-w300px {
		width: 300px !important
	}

	.sp\:eds-u-w320px,.s\:eds-u-w320px {
		width: 320px !important
	}

	.sp\:eds-u-w340px,.s\:eds-u-w340px {
		width: 340px !important
	}

	.sp\:eds-u-w360px,.s\:eds-u-w360px {
		width: 360px !important
	}

	.sp\:eds-u-w380px,.s\:eds-u-w380px {
		width: 380px !important
	}

	.sp\:eds-u-w400px,.s\:eds-u-w400px {
		width: 400px !important
	}

	.sp\:eds-u-w420px,.s\:eds-u-w420px {
		width: 420px !important
	}

	.sp\:eds-u-w440px,.s\:eds-u-w440px {
		width: 440px !important
	}

	.sp\:eds-u-w460px,.s\:eds-u-w460px {
		width: 460px !important
	}

	.sp\:eds-u-w480px,.s\:eds-u-w480px {
		width: 480px !important
	}

	.sp\:eds-u-w500px,.s\:eds-u-w500px {
		width: 500px !important
	}

	.sp\:eds-u-w520px,.s\:eds-u-w520px {
		width: 520px !important
	}

	.sp\:eds-u-w540px,.s\:eds-u-w540px {
		width: 540px !important
	}

	.sp\:eds-u-w560px,.s\:eds-u-w560px {
		width: 560px !important
	}

	.sp\:eds-u-w580px,.s\:eds-u-w580px {
		width: 580px !important
	}

	.sp\:eds-u-w600px,.s\:eds-u-w600px {
		width: 600px !important
	}

	.sp\:eds-u-w640px,.s\:eds-u-w640px {
		width: 640px !important
	}

	.sp\:eds-u-w680px,.s\:eds-u-w680px {
		width: 680px !important
	}

	.sp\:eds-u-w720px,.s\:eds-u-w720px {
		width: 720px !important
	}

	.sp\:eds-u-w760px,.s\:eds-u-w760px {
		width: 760px !important
	}

	.sp\:eds-u-w800px,.s\:eds-u-w800px {
		width: 800px !important
	}

	.sp\:eds-u-w840px,.s\:eds-u-w840px {
		width: 840px !important
	}

	.sp\:eds-u-w880px,.s\:eds-u-w880px {
		width: 880px !important
	}

	.sp\:eds-u-w920px,.s\:eds-u-w920px {
		width: 920px !important
	}

	.sp\:eds-u-w960px,.s\:eds-u-w960px {
		width: 960px !important
	}

	.sp\:eds-u-w1000px,.s\:eds-u-w1000px {
		width: 1000px !important
	}

	.sp\:eds-u-wMin20px,.s\:eds-u-wMin20px {
		min-width: 20px !important
	}

	.sp\:eds-u-wMin40px,.s\:eds-u-wMin40px {
		min-width: 40px !important
	}

	.sp\:eds-u-wMin60px,.s\:eds-u-wMin60px {
		min-width: 60px !important
	}

	.sp\:eds-u-wMin80px,.s\:eds-u-wMin80px {
		min-width: 80px !important
	}

	.sp\:eds-u-wMin100px,.s\:eds-u-wMin100px {
		min-width: 100px !important
	}

	.sp\:eds-u-wMin120px,.s\:eds-u-wMin120px {
		min-width: 120px !important
	}

	.sp\:eds-u-wMin140px,.s\:eds-u-wMin140px {
		min-width: 140px !important
	}

	.sp\:eds-u-wMin160px,.s\:eds-u-wMin160px {
		min-width: 160px !important
	}

	.sp\:eds-u-wMin180px,.s\:eds-u-wMin180px {
		min-width: 180px !important
	}

	.sp\:eds-u-wMin200px,.s\:eds-u-wMin200px {
		min-width: 200px !important
	}

	.sp\:eds-u-wMin220px,.s\:eds-u-wMin220px {
		min-width: 220px !important
	}

	.sp\:eds-u-wMin240px,.s\:eds-u-wMin240px {
		min-width: 240px !important
	}

	.sp\:eds-u-wMin260px,.s\:eds-u-wMin260px {
		min-width: 260px !important
	}

	.sp\:eds-u-wMin280px,.s\:eds-u-wMin280px {
		min-width: 280px !important
	}

	.sp\:eds-u-wMin300px,.s\:eds-u-wMin300px {
		min-width: 300px !important
	}

	.sp\:eds-u-wMin320px,.s\:eds-u-wMin320px {
		min-width: 320px !important
	}

	.sp\:eds-u-wMin340px,.s\:eds-u-wMin340px {
		min-width: 340px !important
	}

	.sp\:eds-u-wMin360px,.s\:eds-u-wMin360px {
		min-width: 360px !important
	}

	.sp\:eds-u-wMin380px,.s\:eds-u-wMin380px {
		min-width: 380px !important
	}

	.sp\:eds-u-wMin400px,.s\:eds-u-wMin400px {
		min-width: 400px !important
	}

	.sp\:eds-u-wMin420px,.s\:eds-u-wMin420px {
		min-width: 420px !important
	}

	.sp\:eds-u-wMin440px,.s\:eds-u-wMin440px {
		min-width: 440px !important
	}

	.sp\:eds-u-wMin460px,.s\:eds-u-wMin460px {
		min-width: 460px !important
	}

	.sp\:eds-u-wMin480px,.s\:eds-u-wMin480px {
		min-width: 480px !important
	}

	.sp\:eds-u-wMin500px,.s\:eds-u-wMin500px {
		min-width: 500px !important
	}

	.sp\:eds-u-wMin520px,.s\:eds-u-wMin520px {
		min-width: 520px !important
	}

	.sp\:eds-u-wMin540px,.s\:eds-u-wMin540px {
		min-width: 540px !important
	}

	.sp\:eds-u-wMin560px,.s\:eds-u-wMin560px {
		min-width: 560px !important
	}

	.sp\:eds-u-wMin580px,.s\:eds-u-wMin580px {
		min-width: 580px !important
	}

	.sp\:eds-u-wMin600px,.s\:eds-u-wMin600px {
		min-width: 600px !important
	}

	.sp\:eds-u-wMin640px,.s\:eds-u-wMin640px {
		min-width: 640px !important
	}

	.sp\:eds-u-wMin680px,.s\:eds-u-wMin680px {
		min-width: 680px !important
	}

	.sp\:eds-u-wMin720px,.s\:eds-u-wMin720px {
		min-width: 720px !important
	}

	.sp\:eds-u-wMin760px,.s\:eds-u-wMin760px {
		min-width: 760px !important
	}

	.sp\:eds-u-wMin800px,.s\:eds-u-wMin800px {
		min-width: 800px !important
	}

	.sp\:eds-u-wMin840px,.s\:eds-u-wMin840px {
		min-width: 840px !important
	}

	.sp\:eds-u-wMin880px,.s\:eds-u-wMin880px {
		min-width: 880px !important
	}

	.sp\:eds-u-wMin920px,.s\:eds-u-wMin920px {
		min-width: 920px !important
	}

	.sp\:eds-u-wMin960px,.s\:eds-u-wMin960px {
		min-width: 960px !important
	}

	.sp\:eds-u-wMin1000px,.s\:eds-u-wMin1000px {
		min-width: 1000px !important
	}

	.sp\:eds-u-wMax100,.s\:eds-u-wMax100 {
		max-width: 100% !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-w1of12 {
		width:8.3333333333% !important
	}

	.m\:eds-u-w2of12 {
		width: 16.6666666667% !important
	}

	.m\:eds-u-w3of12 {
		width: 25% !important
	}

	.m\:eds-u-w4of12 {
		width: 33.3333333333% !important
	}

	.m\:eds-u-w5of12 {
		width: 41.6666666667% !important
	}

	.m\:eds-u-w6of12 {
		width: 50% !important
	}

	.m\:eds-u-w7of12 {
		width: 58.3333333333% !important
	}

	.m\:eds-u-w8of12 {
		width: 66.6666666667% !important
	}

	.m\:eds-u-w9of12 {
		width: 75% !important
	}

	.m\:eds-u-w10of12 {
		width: 83.3333333333% !important
	}

	.m\:eds-u-w11of12 {
		width: 91.6666666667% !important
	}

	.m\:eds-u-w12of12 {
		width: 100% !important
	}

	.m\:eds-u-w1of10 {
		width: 10% !important
	}

	.m\:eds-u-w2of10 {
		width: 20% !important
	}

	.m\:eds-u-w3of10 {
		width: 30% !important
	}

	.m\:eds-u-w4of10 {
		width: 40% !important
	}

	.m\:eds-u-w5of10 {
		width: 50% !important
	}

	.m\:eds-u-w6of10 {
		width: 60% !important
	}

	.m\:eds-u-w7of10 {
		width: 70% !important
	}

	.m\:eds-u-w8of10 {
		width: 80% !important
	}

	.m\:eds-u-w9of10 {
		width: 90% !important
	}

	.m\:eds-u-w10of10 {
		width: 100% !important
	}

	.m\:eds-u-w20px {
		width: 20px !important
	}

	.m\:eds-u-w40px {
		width: 40px !important
	}

	.m\:eds-u-w60px {
		width: 60px !important
	}

	.m\:eds-u-w80px {
		width: 80px !important
	}

	.m\:eds-u-w100px {
		width: 100px !important
	}

	.m\:eds-u-w120px {
		width: 120px !important
	}

	.m\:eds-u-w140px {
		width: 140px !important
	}

	.m\:eds-u-w160px {
		width: 160px !important
	}

	.m\:eds-u-w180px {
		width: 180px !important
	}

	.m\:eds-u-w200px {
		width: 200px !important
	}

	.m\:eds-u-w220px {
		width: 220px !important
	}

	.m\:eds-u-w240px {
		width: 240px !important
	}

	.m\:eds-u-w260px {
		width: 260px !important
	}

	.m\:eds-u-w280px {
		width: 280px !important
	}

	.m\:eds-u-w300px {
		width: 300px !important
	}

	.m\:eds-u-w320px {
		width: 320px !important
	}

	.m\:eds-u-w340px {
		width: 340px !important
	}

	.m\:eds-u-w360px {
		width: 360px !important
	}

	.m\:eds-u-w380px {
		width: 380px !important
	}

	.m\:eds-u-w400px {
		width: 400px !important
	}

	.m\:eds-u-w420px {
		width: 420px !important
	}

	.m\:eds-u-w440px {
		width: 440px !important
	}

	.m\:eds-u-w460px {
		width: 460px !important
	}

	.m\:eds-u-w480px {
		width: 480px !important
	}

	.m\:eds-u-w500px {
		width: 500px !important
	}

	.m\:eds-u-w520px {
		width: 520px !important
	}

	.m\:eds-u-w540px {
		width: 540px !important
	}

	.m\:eds-u-w560px {
		width: 560px !important
	}

	.m\:eds-u-w580px {
		width: 580px !important
	}

	.m\:eds-u-w600px {
		width: 600px !important
	}

	.m\:eds-u-w640px {
		width: 640px !important
	}

	.m\:eds-u-w680px {
		width: 680px !important
	}

	.m\:eds-u-w720px {
		width: 720px !important
	}

	.m\:eds-u-w760px {
		width: 760px !important
	}

	.m\:eds-u-w800px {
		width: 800px !important
	}

	.m\:eds-u-w840px {
		width: 840px !important
	}

	.m\:eds-u-w880px {
		width: 880px !important
	}

	.m\:eds-u-w920px {
		width: 920px !important
	}

	.m\:eds-u-w960px {
		width: 960px !important
	}

	.m\:eds-u-w1000px {
		width: 1000px !important
	}

	.m\:eds-u-wMin20px {
		min-width: 20px !important
	}

	.m\:eds-u-wMin40px {
		min-width: 40px !important
	}

	.m\:eds-u-wMin60px {
		min-width: 60px !important
	}

	.m\:eds-u-wMin80px {
		min-width: 80px !important
	}

	.m\:eds-u-wMin100px {
		min-width: 100px !important
	}

	.m\:eds-u-wMin120px {
		min-width: 120px !important
	}

	.m\:eds-u-wMin140px {
		min-width: 140px !important
	}

	.m\:eds-u-wMin160px {
		min-width: 160px !important
	}

	.m\:eds-u-wMin180px {
		min-width: 180px !important
	}

	.m\:eds-u-wMin200px {
		min-width: 200px !important
	}

	.m\:eds-u-wMin220px {
		min-width: 220px !important
	}

	.m\:eds-u-wMin240px {
		min-width: 240px !important
	}

	.m\:eds-u-wMin260px {
		min-width: 260px !important
	}

	.m\:eds-u-wMin280px {
		min-width: 280px !important
	}

	.m\:eds-u-wMin300px {
		min-width: 300px !important
	}

	.m\:eds-u-wMin320px {
		min-width: 320px !important
	}

	.m\:eds-u-wMin340px {
		min-width: 340px !important
	}

	.m\:eds-u-wMin360px {
		min-width: 360px !important
	}

	.m\:eds-u-wMin380px {
		min-width: 380px !important
	}

	.m\:eds-u-wMin400px {
		min-width: 400px !important
	}

	.m\:eds-u-wMin420px {
		min-width: 420px !important
	}

	.m\:eds-u-wMin440px {
		min-width: 440px !important
	}

	.m\:eds-u-wMin460px {
		min-width: 460px !important
	}

	.m\:eds-u-wMin480px {
		min-width: 480px !important
	}

	.m\:eds-u-wMin500px {
		min-width: 500px !important
	}

	.m\:eds-u-wMin520px {
		min-width: 520px !important
	}

	.m\:eds-u-wMin540px {
		min-width: 540px !important
	}

	.m\:eds-u-wMin560px {
		min-width: 560px !important
	}

	.m\:eds-u-wMin580px {
		min-width: 580px !important
	}

	.m\:eds-u-wMin600px {
		min-width: 600px !important
	}

	.m\:eds-u-wMin640px {
		min-width: 640px !important
	}

	.m\:eds-u-wMin680px {
		min-width: 680px !important
	}

	.m\:eds-u-wMin720px {
		min-width: 720px !important
	}

	.m\:eds-u-wMin760px {
		min-width: 760px !important
	}

	.m\:eds-u-wMin800px {
		min-width: 800px !important
	}

	.m\:eds-u-wMin840px {
		min-width: 840px !important
	}

	.m\:eds-u-wMin880px {
		min-width: 880px !important
	}

	.m\:eds-u-wMin920px {
		min-width: 920px !important
	}

	.m\:eds-u-wMin960px {
		min-width: 960px !important
	}

	.m\:eds-u-wMin1000px {
		min-width: 1000px !important
	}

	.m\:eds-u-wMax100 {
		max-width: 100% !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-w1of12 {
		width:8.3333333333% !important
	}

	.l\:eds-u-w2of12 {
		width: 16.6666666667% !important
	}

	.l\:eds-u-w3of12 {
		width: 25% !important
	}

	.l\:eds-u-w4of12 {
		width: 33.3333333333% !important
	}

	.l\:eds-u-w5of12 {
		width: 41.6666666667% !important
	}

	.l\:eds-u-w6of12 {
		width: 50% !important
	}

	.l\:eds-u-w7of12 {
		width: 58.3333333333% !important
	}

	.l\:eds-u-w8of12 {
		width: 66.6666666667% !important
	}

	.l\:eds-u-w9of12 {
		width: 75% !important
	}

	.l\:eds-u-w10of12 {
		width: 83.3333333333% !important
	}

	.l\:eds-u-w11of12 {
		width: 91.6666666667% !important
	}

	.l\:eds-u-w12of12 {
		width: 100% !important
	}

	.l\:eds-u-w1of10 {
		width: 10% !important
	}

	.l\:eds-u-w2of10 {
		width: 20% !important
	}

	.l\:eds-u-w3of10 {
		width: 30% !important
	}

	.l\:eds-u-w4of10 {
		width: 40% !important
	}

	.l\:eds-u-w5of10 {
		width: 50% !important
	}

	.l\:eds-u-w6of10 {
		width: 60% !important
	}

	.l\:eds-u-w7of10 {
		width: 70% !important
	}

	.l\:eds-u-w8of10 {
		width: 80% !important
	}

	.l\:eds-u-w9of10 {
		width: 90% !important
	}

	.l\:eds-u-w10of10 {
		width: 100% !important
	}

	.l\:eds-u-w20px {
		width: 20px !important
	}

	.l\:eds-u-w40px {
		width: 40px !important
	}

	.l\:eds-u-w60px {
		width: 60px !important
	}

	.l\:eds-u-w80px {
		width: 80px !important
	}

	.l\:eds-u-w100px {
		width: 100px !important
	}

	.l\:eds-u-w120px {
		width: 120px !important
	}

	.l\:eds-u-w140px {
		width: 140px !important
	}

	.l\:eds-u-w160px {
		width: 160px !important
	}

	.l\:eds-u-w180px {
		width: 180px !important
	}

	.l\:eds-u-w200px {
		width: 200px !important
	}

	.l\:eds-u-w220px {
		width: 220px !important
	}

	.l\:eds-u-w240px {
		width: 240px !important
	}

	.l\:eds-u-w260px {
		width: 260px !important
	}

	.l\:eds-u-w280px {
		width: 280px !important
	}

	.l\:eds-u-w300px {
		width: 300px !important
	}

	.l\:eds-u-w320px {
		width: 320px !important
	}

	.l\:eds-u-w340px {
		width: 340px !important
	}

	.l\:eds-u-w360px {
		width: 360px !important
	}

	.l\:eds-u-w380px {
		width: 380px !important
	}

	.l\:eds-u-w400px {
		width: 400px !important
	}

	.l\:eds-u-w420px {
		width: 420px !important
	}

	.l\:eds-u-w440px {
		width: 440px !important
	}

	.l\:eds-u-w460px {
		width: 460px !important
	}

	.l\:eds-u-w480px {
		width: 480px !important
	}

	.l\:eds-u-w500px {
		width: 500px !important
	}

	.l\:eds-u-w520px {
		width: 520px !important
	}

	.l\:eds-u-w540px {
		width: 540px !important
	}

	.l\:eds-u-w560px {
		width: 560px !important
	}

	.l\:eds-u-w580px {
		width: 580px !important
	}

	.l\:eds-u-w600px {
		width: 600px !important
	}

	.l\:eds-u-w640px {
		width: 640px !important
	}

	.l\:eds-u-w680px {
		width: 680px !important
	}

	.l\:eds-u-w720px {
		width: 720px !important
	}

	.l\:eds-u-w760px {
		width: 760px !important
	}

	.l\:eds-u-w800px {
		width: 800px !important
	}

	.l\:eds-u-w840px {
		width: 840px !important
	}

	.l\:eds-u-w880px {
		width: 880px !important
	}

	.l\:eds-u-w920px {
		width: 920px !important
	}

	.l\:eds-u-w960px {
		width: 960px !important
	}

	.l\:eds-u-w1000px {
		width: 1000px !important
	}

	.l\:eds-u-wMin20px {
		min-width: 20px !important
	}

	.l\:eds-u-wMin40px {
		min-width: 40px !important
	}

	.l\:eds-u-wMin60px {
		min-width: 60px !important
	}

	.l\:eds-u-wMin80px {
		min-width: 80px !important
	}

	.l\:eds-u-wMin100px {
		min-width: 100px !important
	}

	.l\:eds-u-wMin120px {
		min-width: 120px !important
	}

	.l\:eds-u-wMin140px {
		min-width: 140px !important
	}

	.l\:eds-u-wMin160px {
		min-width: 160px !important
	}

	.l\:eds-u-wMin180px {
		min-width: 180px !important
	}

	.l\:eds-u-wMin200px {
		min-width: 200px !important
	}

	.l\:eds-u-wMin220px {
		min-width: 220px !important
	}

	.l\:eds-u-wMin240px {
		min-width: 240px !important
	}

	.l\:eds-u-wMin260px {
		min-width: 260px !important
	}

	.l\:eds-u-wMin280px {
		min-width: 280px !important
	}

	.l\:eds-u-wMin300px {
		min-width: 300px !important
	}

	.l\:eds-u-wMin320px {
		min-width: 320px !important
	}

	.l\:eds-u-wMin340px {
		min-width: 340px !important
	}

	.l\:eds-u-wMin360px {
		min-width: 360px !important
	}

	.l\:eds-u-wMin380px {
		min-width: 380px !important
	}

	.l\:eds-u-wMin400px {
		min-width: 400px !important
	}

	.l\:eds-u-wMin420px {
		min-width: 420px !important
	}

	.l\:eds-u-wMin440px {
		min-width: 440px !important
	}

	.l\:eds-u-wMin460px {
		min-width: 460px !important
	}

	.l\:eds-u-wMin480px {
		min-width: 480px !important
	}

	.l\:eds-u-wMin500px {
		min-width: 500px !important
	}

	.l\:eds-u-wMin520px {
		min-width: 520px !important
	}

	.l\:eds-u-wMin540px {
		min-width: 540px !important
	}

	.l\:eds-u-wMin560px {
		min-width: 560px !important
	}

	.l\:eds-u-wMin580px {
		min-width: 580px !important
	}

	.l\:eds-u-wMin600px {
		min-width: 600px !important
	}

	.l\:eds-u-wMin640px {
		min-width: 640px !important
	}

	.l\:eds-u-wMin680px {
		min-width: 680px !important
	}

	.l\:eds-u-wMin720px {
		min-width: 720px !important
	}

	.l\:eds-u-wMin760px {
		min-width: 760px !important
	}

	.l\:eds-u-wMin800px {
		min-width: 800px !important
	}

	.l\:eds-u-wMin840px {
		min-width: 840px !important
	}

	.l\:eds-u-wMin880px {
		min-width: 880px !important
	}

	.l\:eds-u-wMin920px {
		min-width: 920px !important
	}

	.l\:eds-u-wMin960px {
		min-width: 960px !important
	}

	.l\:eds-u-wMin1000px {
		min-width: 1000px !important
	}

	.l\:eds-u-wMax100 {
		max-width: 100% !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-w1of12 {
		width:8.3333333333% !important
	}

	.xl\:eds-u-w2of12 {
		width: 16.6666666667% !important
	}

	.xl\:eds-u-w3of12 {
		width: 25% !important
	}

	.xl\:eds-u-w4of12 {
		width: 33.3333333333% !important
	}

	.xl\:eds-u-w5of12 {
		width: 41.6666666667% !important
	}

	.xl\:eds-u-w6of12 {
		width: 50% !important
	}

	.xl\:eds-u-w7of12 {
		width: 58.3333333333% !important
	}

	.xl\:eds-u-w8of12 {
		width: 66.6666666667% !important
	}

	.xl\:eds-u-w9of12 {
		width: 75% !important
	}

	.xl\:eds-u-w10of12 {
		width: 83.3333333333% !important
	}

	.xl\:eds-u-w11of12 {
		width: 91.6666666667% !important
	}

	.xl\:eds-u-w12of12 {
		width: 100% !important
	}

	.xl\:eds-u-w1of10 {
		width: 10% !important
	}

	.xl\:eds-u-w2of10 {
		width: 20% !important
	}

	.xl\:eds-u-w3of10 {
		width: 30% !important
	}

	.xl\:eds-u-w4of10 {
		width: 40% !important
	}

	.xl\:eds-u-w5of10 {
		width: 50% !important
	}

	.xl\:eds-u-w6of10 {
		width: 60% !important
	}

	.xl\:eds-u-w7of10 {
		width: 70% !important
	}

	.xl\:eds-u-w8of10 {
		width: 80% !important
	}

	.xl\:eds-u-w9of10 {
		width: 90% !important
	}

	.xl\:eds-u-w10of10 {
		width: 100% !important
	}

	.xl\:eds-u-w20px {
		width: 20px !important
	}

	.xl\:eds-u-w40px {
		width: 40px !important
	}

	.xl\:eds-u-w60px {
		width: 60px !important
	}

	.xl\:eds-u-w80px {
		width: 80px !important
	}

	.xl\:eds-u-w100px {
		width: 100px !important
	}

	.xl\:eds-u-w120px {
		width: 120px !important
	}

	.xl\:eds-u-w140px {
		width: 140px !important
	}

	.xl\:eds-u-w160px {
		width: 160px !important
	}

	.xl\:eds-u-w180px {
		width: 180px !important
	}

	.xl\:eds-u-w200px {
		width: 200px !important
	}

	.xl\:eds-u-w220px {
		width: 220px !important
	}

	.xl\:eds-u-w240px {
		width: 240px !important
	}

	.xl\:eds-u-w260px {
		width: 260px !important
	}

	.xl\:eds-u-w280px {
		width: 280px !important
	}

	.xl\:eds-u-w300px {
		width: 300px !important
	}

	.xl\:eds-u-w320px {
		width: 320px !important
	}

	.xl\:eds-u-w340px {
		width: 340px !important
	}

	.xl\:eds-u-w360px {
		width: 360px !important
	}

	.xl\:eds-u-w380px {
		width: 380px !important
	}

	.xl\:eds-u-w400px {
		width: 400px !important
	}

	.xl\:eds-u-w420px {
		width: 420px !important
	}

	.xl\:eds-u-w440px {
		width: 440px !important
	}

	.xl\:eds-u-w460px {
		width: 460px !important
	}

	.xl\:eds-u-w480px {
		width: 480px !important
	}

	.xl\:eds-u-w500px {
		width: 500px !important
	}

	.xl\:eds-u-w520px {
		width: 520px !important
	}

	.xl\:eds-u-w540px {
		width: 540px !important
	}

	.xl\:eds-u-w560px {
		width: 560px !important
	}

	.xl\:eds-u-w580px {
		width: 580px !important
	}

	.xl\:eds-u-w600px {
		width: 600px !important
	}

	.xl\:eds-u-w640px {
		width: 640px !important
	}

	.xl\:eds-u-w680px {
		width: 680px !important
	}

	.xl\:eds-u-w720px {
		width: 720px !important
	}

	.xl\:eds-u-w760px {
		width: 760px !important
	}

	.xl\:eds-u-w800px {
		width: 800px !important
	}

	.xl\:eds-u-w840px {
		width: 840px !important
	}

	.xl\:eds-u-w880px {
		width: 880px !important
	}

	.xl\:eds-u-w920px {
		width: 920px !important
	}

	.xl\:eds-u-w960px {
		width: 960px !important
	}

	.xl\:eds-u-w1000px {
		width: 1000px !important
	}

	.xl\:eds-u-wMin20px {
		min-width: 20px !important
	}

	.xl\:eds-u-wMin40px {
		min-width: 40px !important
	}

	.xl\:eds-u-wMin60px {
		min-width: 60px !important
	}

	.xl\:eds-u-wMin80px {
		min-width: 80px !important
	}

	.xl\:eds-u-wMin100px {
		min-width: 100px !important
	}

	.xl\:eds-u-wMin120px {
		min-width: 120px !important
	}

	.xl\:eds-u-wMin140px {
		min-width: 140px !important
	}

	.xl\:eds-u-wMin160px {
		min-width: 160px !important
	}

	.xl\:eds-u-wMin180px {
		min-width: 180px !important
	}

	.xl\:eds-u-wMin200px {
		min-width: 200px !important
	}

	.xl\:eds-u-wMin220px {
		min-width: 220px !important
	}

	.xl\:eds-u-wMin240px {
		min-width: 240px !important
	}

	.xl\:eds-u-wMin260px {
		min-width: 260px !important
	}

	.xl\:eds-u-wMin280px {
		min-width: 280px !important
	}

	.xl\:eds-u-wMin300px {
		min-width: 300px !important
	}

	.xl\:eds-u-wMin320px {
		min-width: 320px !important
	}

	.xl\:eds-u-wMin340px {
		min-width: 340px !important
	}

	.xl\:eds-u-wMin360px {
		min-width: 360px !important
	}

	.xl\:eds-u-wMin380px {
		min-width: 380px !important
	}

	.xl\:eds-u-wMin400px {
		min-width: 400px !important
	}

	.xl\:eds-u-wMin420px {
		min-width: 420px !important
	}

	.xl\:eds-u-wMin440px {
		min-width: 440px !important
	}

	.xl\:eds-u-wMin460px {
		min-width: 460px !important
	}

	.xl\:eds-u-wMin480px {
		min-width: 480px !important
	}

	.xl\:eds-u-wMin500px {
		min-width: 500px !important
	}

	.xl\:eds-u-wMin520px {
		min-width: 520px !important
	}

	.xl\:eds-u-wMin540px {
		min-width: 540px !important
	}

	.xl\:eds-u-wMin560px {
		min-width: 560px !important
	}

	.xl\:eds-u-wMin580px {
		min-width: 580px !important
	}

	.xl\:eds-u-wMin600px {
		min-width: 600px !important
	}

	.xl\:eds-u-wMin640px {
		min-width: 640px !important
	}

	.xl\:eds-u-wMin680px {
		min-width: 680px !important
	}

	.xl\:eds-u-wMin720px {
		min-width: 720px !important
	}

	.xl\:eds-u-wMin760px {
		min-width: 760px !important
	}

	.xl\:eds-u-wMin800px {
		min-width: 800px !important
	}

	.xl\:eds-u-wMin840px {
		min-width: 840px !important
	}

	.xl\:eds-u-wMin880px {
		min-width: 880px !important
	}

	.xl\:eds-u-wMin920px {
		min-width: 920px !important
	}

	.xl\:eds-u-wMin960px {
		min-width: 960px !important
	}

	.xl\:eds-u-wMin1000px {
		min-width: 1000px !important
	}

	.xl\:eds-u-wMax100 {
		max-width: 100% !important
	}
}

.eds-u-p1of8 {
	padding: 0.125rem !important
}

.eds-u-pt1of8 {
	padding-top: 0.125rem !important
}

.eds-u-pb1of8 {
	padding-bottom: 0.125rem !important
}

.eds-u-pl1of8 {
	padding-left: 0.125rem !important
}

.eds-u-pr1of8 {
	padding-right: 0.125rem !important
}

.eds-u-py1of8 {
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important
}

.eds-u-px1of8 {
	padding-left: 0.125rem !important;
	padding-right: 0.125rem !important
}

.eds-u-pNegative1of8 {
	padding: -0.125rem !important
}

.eds-u-ptNegative1of8 {
	padding-top: -0.125rem !important
}

.eds-u-pbNegative1of8 {
	padding-bottom: -0.125rem !important
}

.eds-u-plNegative1of8 {
	padding-left: -0.125rem !important
}

.eds-u-prNegative1of8 {
	padding-right: -0.125rem !important
}

.eds-u-pyNegative1of8 {
	padding-top: -0.125rem !important;
	padding-bottom: -0.125rem !important
}

.eds-u-pxNegative1of8 {
	padding-left: -0.125rem !important;
	padding-right: -0.125rem !important
}

.eds-u-p2of8 {
	padding: 0.25rem !important
}

.eds-u-pt2of8 {
	padding-top: 0.25rem !important
}

.eds-u-pb2of8 {
	padding-bottom: 0.25rem !important
}

.eds-u-pl2of8 {
	padding-left: 0.25rem !important
}

.eds-u-pr2of8 {
	padding-right: 0.25rem !important
}

.eds-u-py2of8 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important
}

.eds-u-px2of8 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important
}

.eds-u-pNegative2of8 {
	padding: -0.25rem !important
}

.eds-u-ptNegative2of8 {
	padding-top: -0.25rem !important
}

.eds-u-pbNegative2of8 {
	padding-bottom: -0.25rem !important
}

.eds-u-plNegative2of8 {
	padding-left: -0.25rem !important
}

.eds-u-prNegative2of8 {
	padding-right: -0.25rem !important
}

.eds-u-pyNegative2of8 {
	padding-top: -0.25rem !important;
	padding-bottom: -0.25rem !important
}

.eds-u-pxNegative2of8 {
	padding-left: -0.25rem !important;
	padding-right: -0.25rem !important
}

.eds-u-p3of8 {
	padding: 0.375rem !important
}

.eds-u-pt3of8 {
	padding-top: 0.375rem !important
}

.eds-u-pb3of8 {
	padding-bottom: 0.375rem !important
}

.eds-u-pl3of8 {
	padding-left: 0.375rem !important
}

.eds-u-pr3of8 {
	padding-right: 0.375rem !important
}

.eds-u-py3of8 {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important
}

.eds-u-px3of8 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important
}

.eds-u-pNegative3of8 {
	padding: -0.375rem !important
}

.eds-u-ptNegative3of8 {
	padding-top: -0.375rem !important
}

.eds-u-pbNegative3of8 {
	padding-bottom: -0.375rem !important
}

.eds-u-plNegative3of8 {
	padding-left: -0.375rem !important
}

.eds-u-prNegative3of8 {
	padding-right: -0.375rem !important
}

.eds-u-pyNegative3of8 {
	padding-top: -0.375rem !important;
	padding-bottom: -0.375rem !important
}

.eds-u-pxNegative3of8 {
	padding-left: -0.375rem !important;
	padding-right: -0.375rem !important
}

.eds-u-p4of8 {
	padding: 0.5rem !important
}

.eds-u-pt4of8 {
	padding-top: 0.5rem !important
}

.eds-u-pb4of8 {
	padding-bottom: 0.5rem !important
}

.eds-u-pl4of8 {
	padding-left: 0.5rem !important
}

.eds-u-pr4of8 {
	padding-right: 0.5rem !important
}

.eds-u-py4of8 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important
}

.eds-u-px4of8 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important
}

.eds-u-pNegative4of8 {
	padding: -0.5rem !important
}

.eds-u-ptNegative4of8 {
	padding-top: -0.5rem !important
}

.eds-u-pbNegative4of8 {
	padding-bottom: -0.5rem !important
}

.eds-u-plNegative4of8 {
	padding-left: -0.5rem !important
}

.eds-u-prNegative4of8 {
	padding-right: -0.5rem !important
}

.eds-u-pyNegative4of8 {
	padding-top: -0.5rem !important;
	padding-bottom: -0.5rem !important
}

.eds-u-pxNegative4of8 {
	padding-left: -0.5rem !important;
	padding-right: -0.5rem !important
}

.eds-u-p5of8 {
	padding: 0.625rem !important
}

.eds-u-pt5of8 {
	padding-top: 0.625rem !important
}

.eds-u-pb5of8 {
	padding-bottom: 0.625rem !important
}

.eds-u-pl5of8 {
	padding-left: 0.625rem !important
}

.eds-u-pr5of8 {
	padding-right: 0.625rem !important
}

.eds-u-py5of8 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important
}

.eds-u-px5of8 {
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important
}

.eds-u-pNegative5of8 {
	padding: -0.625rem !important
}

.eds-u-ptNegative5of8 {
	padding-top: -0.625rem !important
}

.eds-u-pbNegative5of8 {
	padding-bottom: -0.625rem !important
}

.eds-u-plNegative5of8 {
	padding-left: -0.625rem !important
}

.eds-u-prNegative5of8 {
	padding-right: -0.625rem !important
}

.eds-u-pyNegative5of8 {
	padding-top: -0.625rem !important;
	padding-bottom: -0.625rem !important
}

.eds-u-pxNegative5of8 {
	padding-left: -0.625rem !important;
	padding-right: -0.625rem !important
}

.eds-u-p6of8 {
	padding: 0.75rem !important
}

.eds-u-pt6of8 {
	padding-top: 0.75rem !important
}

.eds-u-pb6of8 {
	padding-bottom: 0.75rem !important
}

.eds-u-pl6of8 {
	padding-left: 0.75rem !important
}

.eds-u-pr6of8 {
	padding-right: 0.75rem !important
}

.eds-u-py6of8 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important
}

.eds-u-px6of8 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important
}

.eds-u-pNegative6of8 {
	padding: -0.75rem !important
}

.eds-u-ptNegative6of8 {
	padding-top: -0.75rem !important
}

.eds-u-pbNegative6of8 {
	padding-bottom: -0.75rem !important
}

.eds-u-plNegative6of8 {
	padding-left: -0.75rem !important
}

.eds-u-prNegative6of8 {
	padding-right: -0.75rem !important
}

.eds-u-pyNegative6of8 {
	padding-top: -0.75rem !important;
	padding-bottom: -0.75rem !important
}

.eds-u-pxNegative6of8 {
	padding-left: -0.75rem !important;
	padding-right: -0.75rem !important
}

.eds-u-p7of8 {
	padding: 0.875rem !important
}

.eds-u-pt7of8 {
	padding-top: 0.875rem !important
}

.eds-u-pb7of8 {
	padding-bottom: 0.875rem !important
}

.eds-u-pl7of8 {
	padding-left: 0.875rem !important
}

.eds-u-pr7of8 {
	padding-right: 0.875rem !important
}

.eds-u-py7of8 {
	padding-top: 0.875rem !important;
	padding-bottom: 0.875rem !important
}

.eds-u-px7of8 {
	padding-left: 0.875rem !important;
	padding-right: 0.875rem !important
}

.eds-u-pNegative7of8 {
	padding: -0.875rem !important
}

.eds-u-ptNegative7of8 {
	padding-top: -0.875rem !important
}

.eds-u-pbNegative7of8 {
	padding-bottom: -0.875rem !important
}

.eds-u-plNegative7of8 {
	padding-left: -0.875rem !important
}

.eds-u-prNegative7of8 {
	padding-right: -0.875rem !important
}

.eds-u-pyNegative7of8 {
	padding-top: -0.875rem !important;
	padding-bottom: -0.875rem !important
}

.eds-u-pxNegative7of8 {
	padding-left: -0.875rem !important;
	padding-right: -0.875rem !important
}

.eds-u-p8of8 {
	padding: 1rem !important
}

.eds-u-pt8of8 {
	padding-top: 1rem !important
}

.eds-u-pb8of8 {
	padding-bottom: 1rem !important
}

.eds-u-pl8of8 {
	padding-left: 1rem !important
}

.eds-u-pr8of8 {
	padding-right: 1rem !important
}

.eds-u-py8of8 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.eds-u-px8of8 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.eds-u-pNegative8of8 {
	padding: -1rem !important
}

.eds-u-ptNegative8of8 {
	padding-top: -1rem !important
}

.eds-u-pbNegative8of8 {
	padding-bottom: -1rem !important
}

.eds-u-plNegative8of8 {
	padding-left: -1rem !important
}

.eds-u-prNegative8of8 {
	padding-right: -1rem !important
}

.eds-u-pyNegative8of8 {
	padding-top: -1rem !important;
	padding-bottom: -1rem !important
}

.eds-u-pxNegative8of8 {
	padding-left: -1rem !important;
	padding-right: -1rem !important
}

.eds-u-p9of8 {
	padding: 1.125rem !important
}

.eds-u-pt9of8 {
	padding-top: 1.125rem !important
}

.eds-u-pb9of8 {
	padding-bottom: 1.125rem !important
}

.eds-u-pl9of8 {
	padding-left: 1.125rem !important
}

.eds-u-pr9of8 {
	padding-right: 1.125rem !important
}

.eds-u-py9of8 {
	padding-top: 1.125rem !important;
	padding-bottom: 1.125rem !important
}

.eds-u-px9of8 {
	padding-left: 1.125rem !important;
	padding-right: 1.125rem !important
}

.eds-u-pNegative9of8 {
	padding: -1.125rem !important
}

.eds-u-ptNegative9of8 {
	padding-top: -1.125rem !important
}

.eds-u-pbNegative9of8 {
	padding-bottom: -1.125rem !important
}

.eds-u-plNegative9of8 {
	padding-left: -1.125rem !important
}

.eds-u-prNegative9of8 {
	padding-right: -1.125rem !important
}

.eds-u-pyNegative9of8 {
	padding-top: -1.125rem !important;
	padding-bottom: -1.125rem !important
}

.eds-u-pxNegative9of8 {
	padding-left: -1.125rem !important;
	padding-right: -1.125rem !important
}

.eds-u-p10of8 {
	padding: 1.25rem !important
}

.eds-u-pt10of8 {
	padding-top: 1.25rem !important
}

.eds-u-pb10of8 {
	padding-bottom: 1.25rem !important
}

.eds-u-pl10of8 {
	padding-left: 1.25rem !important
}

.eds-u-pr10of8 {
	padding-right: 1.25rem !important
}

.eds-u-py10of8 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.eds-u-px10of8 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important
}

.eds-u-pNegative10of8 {
	padding: -1.25rem !important
}

.eds-u-ptNegative10of8 {
	padding-top: -1.25rem !important
}

.eds-u-pbNegative10of8 {
	padding-bottom: -1.25rem !important
}

.eds-u-plNegative10of8 {
	padding-left: -1.25rem !important
}

.eds-u-prNegative10of8 {
	padding-right: -1.25rem !important
}

.eds-u-pyNegative10of8 {
	padding-top: -1.25rem !important;
	padding-bottom: -1.25rem !important
}

.eds-u-pxNegative10of8 {
	padding-left: -1.25rem !important;
	padding-right: -1.25rem !important
}

.eds-u-p11of8 {
	padding: 1.375rem !important
}

.eds-u-pt11of8 {
	padding-top: 1.375rem !important
}

.eds-u-pb11of8 {
	padding-bottom: 1.375rem !important
}

.eds-u-pl11of8 {
	padding-left: 1.375rem !important
}

.eds-u-pr11of8 {
	padding-right: 1.375rem !important
}

.eds-u-py11of8 {
	padding-top: 1.375rem !important;
	padding-bottom: 1.375rem !important
}

.eds-u-px11of8 {
	padding-left: 1.375rem !important;
	padding-right: 1.375rem !important
}

.eds-u-pNegative11of8 {
	padding: -1.375rem !important
}

.eds-u-ptNegative11of8 {
	padding-top: -1.375rem !important
}

.eds-u-pbNegative11of8 {
	padding-bottom: -1.375rem !important
}

.eds-u-plNegative11of8 {
	padding-left: -1.375rem !important
}

.eds-u-prNegative11of8 {
	padding-right: -1.375rem !important
}

.eds-u-pyNegative11of8 {
	padding-top: -1.375rem !important;
	padding-bottom: -1.375rem !important
}

.eds-u-pxNegative11of8 {
	padding-left: -1.375rem !important;
	padding-right: -1.375rem !important
}

.eds-u-p12of8 {
	padding: 1.5rem !important
}

.eds-u-pt12of8 {
	padding-top: 1.5rem !important
}

.eds-u-pb12of8 {
	padding-bottom: 1.5rem !important
}

.eds-u-pl12of8 {
	padding-left: 1.5rem !important
}

.eds-u-pr12of8 {
	padding-right: 1.5rem !important
}

.eds-u-py12of8 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.eds-u-px12of8 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.eds-u-pNegative12of8 {
	padding: -1.5rem !important
}

.eds-u-ptNegative12of8 {
	padding-top: -1.5rem !important
}

.eds-u-pbNegative12of8 {
	padding-bottom: -1.5rem !important
}

.eds-u-plNegative12of8 {
	padding-left: -1.5rem !important
}

.eds-u-prNegative12of8 {
	padding-right: -1.5rem !important
}

.eds-u-pyNegative12of8 {
	padding-top: -1.5rem !important;
	padding-bottom: -1.5rem !important
}

.eds-u-pxNegative12of8 {
	padding-left: -1.5rem !important;
	padding-right: -1.5rem !important
}

.eds-u-p0 {
	padding: 0rem !important
}

.eds-u-pt0 {
	padding-top: 0rem !important
}

.eds-u-pb0 {
	padding-bottom: 0rem !important
}

.eds-u-pl0 {
	padding-left: 0rem !important
}

.eds-u-pr0 {
	padding-right: 0rem !important
}

.eds-u-py0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important
}

.eds-u-px0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important
}

.eds-u-pNegative0 {
	padding: 0 rem !important
}

.eds-u-ptNegative0 {
	padding-top: 0rem !important
}

.eds-u-pbNegative0 {
	padding-bottom: 0rem !important
}

.eds-u-plNegative0 {
	padding-left: 0rem !important
}

.eds-u-prNegative0 {
	padding-right: 0rem !important
}

.eds-u-pyNegative0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important
}

.eds-u-pxNegative0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important
}

.eds-u-p1 {
	padding: 1rem !important
}

.eds-u-pt1 {
	padding-top: 1rem !important
}

.eds-u-pb1 {
	padding-bottom: 1rem !important
}

.eds-u-pl1 {
	padding-left: 1rem !important
}

.eds-u-pr1 {
	padding-right: 1rem !important
}

.eds-u-py1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.eds-u-px1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.eds-u-pNegative1 {
	padding: -1 rem !important
}

.eds-u-ptNegative1 {
	padding-top: -1rem !important
}

.eds-u-pbNegative1 {
	padding-bottom: -1rem !important
}

.eds-u-plNegative1 {
	padding-left: -1rem !important
}

.eds-u-prNegative1 {
	padding-right: -1rem !important
}

.eds-u-pyNegative1 {
	padding-top: -1rem !important;
	padding-bottom: -1rem !important
}

.eds-u-pxNegative1 {
	padding-left: -1rem !important;
	padding-right: -1rem !important
}

.eds-u-p2 {
	padding: 2rem !important
}

.eds-u-pt2 {
	padding-top: 2rem !important
}

.eds-u-pb2 {
	padding-bottom: 2rem !important
}

.eds-u-pl2 {
	padding-left: 2rem !important
}

.eds-u-pr2 {
	padding-right: 2rem !important
}

.eds-u-py2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.eds-u-px2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important
}

.eds-u-pNegative2 {
	padding: -2 rem !important
}

.eds-u-ptNegative2 {
	padding-top: -2rem !important
}

.eds-u-pbNegative2 {
	padding-bottom: -2rem !important
}

.eds-u-plNegative2 {
	padding-left: -2rem !important
}

.eds-u-prNegative2 {
	padding-right: -2rem !important
}

.eds-u-pyNegative2 {
	padding-top: -2rem !important;
	padding-bottom: -2rem !important
}

.eds-u-pxNegative2 {
	padding-left: -2rem !important;
	padding-right: -2rem !important
}

.eds-u-p3 {
	padding: 3rem !important
}

.eds-u-pt3 {
	padding-top: 3rem !important
}

.eds-u-pb3 {
	padding-bottom: 3rem !important
}

.eds-u-pl3 {
	padding-left: 3rem !important
}

.eds-u-pr3 {
	padding-right: 3rem !important
}

.eds-u-py3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.eds-u-px3 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}

.eds-u-pNegative3 {
	padding: -3 rem !important
}

.eds-u-ptNegative3 {
	padding-top: -3rem !important
}

.eds-u-pbNegative3 {
	padding-bottom: -3rem !important
}

.eds-u-plNegative3 {
	padding-left: -3rem !important
}

.eds-u-prNegative3 {
	padding-right: -3rem !important
}

.eds-u-pyNegative3 {
	padding-top: -3rem !important;
	padding-bottom: -3rem !important
}

.eds-u-pxNegative3 {
	padding-left: -3rem !important;
	padding-right: -3rem !important
}

.eds-u-p4 {
	padding: 4rem !important
}

.eds-u-pt4 {
	padding-top: 4rem !important
}

.eds-u-pb4 {
	padding-bottom: 4rem !important
}

.eds-u-pl4 {
	padding-left: 4rem !important
}

.eds-u-pr4 {
	padding-right: 4rem !important
}

.eds-u-py4 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.eds-u-px4 {
	padding-left: 4rem !important;
	padding-right: 4rem !important
}

.eds-u-pNegative4 {
	padding: -4 rem !important
}

.eds-u-ptNegative4 {
	padding-top: -4rem !important
}

.eds-u-pbNegative4 {
	padding-bottom: -4rem !important
}

.eds-u-plNegative4 {
	padding-left: -4rem !important
}

.eds-u-prNegative4 {
	padding-right: -4rem !important
}

.eds-u-pyNegative4 {
	padding-top: -4rem !important;
	padding-bottom: -4rem !important
}

.eds-u-pxNegative4 {
	padding-left: -4rem !important;
	padding-right: -4rem !important
}

.eds-u-p5 {
	padding: 5rem !important
}

.eds-u-pt5 {
	padding-top: 5rem !important
}

.eds-u-pb5 {
	padding-bottom: 5rem !important
}

.eds-u-pl5 {
	padding-left: 5rem !important
}

.eds-u-pr5 {
	padding-right: 5rem !important
}

.eds-u-py5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important
}

.eds-u-px5 {
	padding-left: 5rem !important;
	padding-right: 5rem !important
}

.eds-u-pNegative5 {
	padding: -5 rem !important
}

.eds-u-ptNegative5 {
	padding-top: -5rem !important
}

.eds-u-pbNegative5 {
	padding-bottom: -5rem !important
}

.eds-u-plNegative5 {
	padding-left: -5rem !important
}

.eds-u-prNegative5 {
	padding-right: -5rem !important
}

.eds-u-pyNegative5 {
	padding-top: -5rem !important;
	padding-bottom: -5rem !important
}

.eds-u-pxNegative5 {
	padding-left: -5rem !important;
	padding-right: -5rem !important
}

.eds-u-p6 {
	padding: 6rem !important
}

.eds-u-pt6 {
	padding-top: 6rem !important
}

.eds-u-pb6 {
	padding-bottom: 6rem !important
}

.eds-u-pl6 {
	padding-left: 6rem !important
}

.eds-u-pr6 {
	padding-right: 6rem !important
}

.eds-u-py6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.eds-u-px6 {
	padding-left: 6rem !important;
	padding-right: 6rem !important
}

.eds-u-pNegative6 {
	padding: -6 rem !important
}

.eds-u-ptNegative6 {
	padding-top: -6rem !important
}

.eds-u-pbNegative6 {
	padding-bottom: -6rem !important
}

.eds-u-plNegative6 {
	padding-left: -6rem !important
}

.eds-u-prNegative6 {
	padding-right: -6rem !important
}

.eds-u-pyNegative6 {
	padding-top: -6rem !important;
	padding-bottom: -6rem !important
}

.eds-u-pxNegative6 {
	padding-left: -6rem !important;
	padding-right: -6rem !important
}

.eds-u-p1of8 {
	padding: 0.125rem !important
}

.eds-u-pt1of8 {
	padding-top: 0.125rem !important
}

.eds-u-pb1of8 {
	padding-bottom: 0.125rem !important
}

.eds-u-pl1of8 {
	padding-left: 0.125rem !important
}

.eds-u-pr1of8 {
	padding-right: 0.125rem !important
}

.eds-u-py1of8 {
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important
}

.eds-u-px1of8 {
	padding-left: 0.125rem !important;
	padding-right: 0.125rem !important
}

.eds-u-pNegative1of8 {
	padding: -0.125rem !important
}

.eds-u-ptNegative1of8 {
	padding-top: -0.125rem !important
}

.eds-u-pbNegative1of8 {
	padding-bottom: -0.125rem !important
}

.eds-u-plNegative1of8 {
	padding-left: -0.125rem !important
}

.eds-u-prNegative1of8 {
	padding-right: -0.125rem !important
}

.eds-u-pyNegative1of8 {
	padding-top: -0.125rem !important;
	padding-bottom: -0.125rem !important
}

.eds-u-pxNegative1of8 {
	padding-left: -0.125rem !important;
	padding-right: -0.125rem !important
}

.eds-u-p2of8 {
	padding: 0.25rem !important
}

.eds-u-pt2of8 {
	padding-top: 0.25rem !important
}

.eds-u-pb2of8 {
	padding-bottom: 0.25rem !important
}

.eds-u-pl2of8 {
	padding-left: 0.25rem !important
}

.eds-u-pr2of8 {
	padding-right: 0.25rem !important
}

.eds-u-py2of8 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important
}

.eds-u-px2of8 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important
}

.eds-u-pNegative2of8 {
	padding: -0.25rem !important
}

.eds-u-ptNegative2of8 {
	padding-top: -0.25rem !important
}

.eds-u-pbNegative2of8 {
	padding-bottom: -0.25rem !important
}

.eds-u-plNegative2of8 {
	padding-left: -0.25rem !important
}

.eds-u-prNegative2of8 {
	padding-right: -0.25rem !important
}

.eds-u-pyNegative2of8 {
	padding-top: -0.25rem !important;
	padding-bottom: -0.25rem !important
}

.eds-u-pxNegative2of8 {
	padding-left: -0.25rem !important;
	padding-right: -0.25rem !important
}

.eds-u-p3of8 {
	padding: 0.375rem !important
}

.eds-u-pt3of8 {
	padding-top: 0.375rem !important
}

.eds-u-pb3of8 {
	padding-bottom: 0.375rem !important
}

.eds-u-pl3of8 {
	padding-left: 0.375rem !important
}

.eds-u-pr3of8 {
	padding-right: 0.375rem !important
}

.eds-u-py3of8 {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important
}

.eds-u-px3of8 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important
}

.eds-u-pNegative3of8 {
	padding: -0.375rem !important
}

.eds-u-ptNegative3of8 {
	padding-top: -0.375rem !important
}

.eds-u-pbNegative3of8 {
	padding-bottom: -0.375rem !important
}

.eds-u-plNegative3of8 {
	padding-left: -0.375rem !important
}

.eds-u-prNegative3of8 {
	padding-right: -0.375rem !important
}

.eds-u-pyNegative3of8 {
	padding-top: -0.375rem !important;
	padding-bottom: -0.375rem !important
}

.eds-u-pxNegative3of8 {
	padding-left: -0.375rem !important;
	padding-right: -0.375rem !important
}

.eds-u-p4of8 {
	padding: 0.5rem !important
}

.eds-u-pt4of8 {
	padding-top: 0.5rem !important
}

.eds-u-pb4of8 {
	padding-bottom: 0.5rem !important
}

.eds-u-pl4of8 {
	padding-left: 0.5rem !important
}

.eds-u-pr4of8 {
	padding-right: 0.5rem !important
}

.eds-u-py4of8 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important
}

.eds-u-px4of8 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important
}

.eds-u-pNegative4of8 {
	padding: -0.5rem !important
}

.eds-u-ptNegative4of8 {
	padding-top: -0.5rem !important
}

.eds-u-pbNegative4of8 {
	padding-bottom: -0.5rem !important
}

.eds-u-plNegative4of8 {
	padding-left: -0.5rem !important
}

.eds-u-prNegative4of8 {
	padding-right: -0.5rem !important
}

.eds-u-pyNegative4of8 {
	padding-top: -0.5rem !important;
	padding-bottom: -0.5rem !important
}

.eds-u-pxNegative4of8 {
	padding-left: -0.5rem !important;
	padding-right: -0.5rem !important
}

.eds-u-p5of8 {
	padding: 0.625rem !important
}

.eds-u-pt5of8 {
	padding-top: 0.625rem !important
}

.eds-u-pb5of8 {
	padding-bottom: 0.625rem !important
}

.eds-u-pl5of8 {
	padding-left: 0.625rem !important
}

.eds-u-pr5of8 {
	padding-right: 0.625rem !important
}

.eds-u-py5of8 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important
}

.eds-u-px5of8 {
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important
}

.eds-u-pNegative5of8 {
	padding: -0.625rem !important
}

.eds-u-ptNegative5of8 {
	padding-top: -0.625rem !important
}

.eds-u-pbNegative5of8 {
	padding-bottom: -0.625rem !important
}

.eds-u-plNegative5of8 {
	padding-left: -0.625rem !important
}

.eds-u-prNegative5of8 {
	padding-right: -0.625rem !important
}

.eds-u-pyNegative5of8 {
	padding-top: -0.625rem !important;
	padding-bottom: -0.625rem !important
}

.eds-u-pxNegative5of8 {
	padding-left: -0.625rem !important;
	padding-right: -0.625rem !important
}

.eds-u-p6of8 {
	padding: 0.75rem !important
}

.eds-u-pt6of8 {
	padding-top: 0.75rem !important
}

.eds-u-pb6of8 {
	padding-bottom: 0.75rem !important
}

.eds-u-pl6of8 {
	padding-left: 0.75rem !important
}

.eds-u-pr6of8 {
	padding-right: 0.75rem !important
}

.eds-u-py6of8 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important
}

.eds-u-px6of8 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important
}

.eds-u-pNegative6of8 {
	padding: -0.75rem !important
}

.eds-u-ptNegative6of8 {
	padding-top: -0.75rem !important
}

.eds-u-pbNegative6of8 {
	padding-bottom: -0.75rem !important
}

.eds-u-plNegative6of8 {
	padding-left: -0.75rem !important
}

.eds-u-prNegative6of8 {
	padding-right: -0.75rem !important
}

.eds-u-pyNegative6of8 {
	padding-top: -0.75rem !important;
	padding-bottom: -0.75rem !important
}

.eds-u-pxNegative6of8 {
	padding-left: -0.75rem !important;
	padding-right: -0.75rem !important
}

.eds-u-p7of8 {
	padding: 0.875rem !important
}

.eds-u-pt7of8 {
	padding-top: 0.875rem !important
}

.eds-u-pb7of8 {
	padding-bottom: 0.875rem !important
}

.eds-u-pl7of8 {
	padding-left: 0.875rem !important
}

.eds-u-pr7of8 {
	padding-right: 0.875rem !important
}

.eds-u-py7of8 {
	padding-top: 0.875rem !important;
	padding-bottom: 0.875rem !important
}

.eds-u-px7of8 {
	padding-left: 0.875rem !important;
	padding-right: 0.875rem !important
}

.eds-u-pNegative7of8 {
	padding: -0.875rem !important
}

.eds-u-ptNegative7of8 {
	padding-top: -0.875rem !important
}

.eds-u-pbNegative7of8 {
	padding-bottom: -0.875rem !important
}

.eds-u-plNegative7of8 {
	padding-left: -0.875rem !important
}

.eds-u-prNegative7of8 {
	padding-right: -0.875rem !important
}

.eds-u-pyNegative7of8 {
	padding-top: -0.875rem !important;
	padding-bottom: -0.875rem !important
}

.eds-u-pxNegative7of8 {
	padding-left: -0.875rem !important;
	padding-right: -0.875rem !important
}

.eds-u-p8of8 {
	padding: 1rem !important
}

.eds-u-pt8of8 {
	padding-top: 1rem !important
}

.eds-u-pb8of8 {
	padding-bottom: 1rem !important
}

.eds-u-pl8of8 {
	padding-left: 1rem !important
}

.eds-u-pr8of8 {
	padding-right: 1rem !important
}

.eds-u-py8of8 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.eds-u-px8of8 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.eds-u-pNegative8of8 {
	padding: -1rem !important
}

.eds-u-ptNegative8of8 {
	padding-top: -1rem !important
}

.eds-u-pbNegative8of8 {
	padding-bottom: -1rem !important
}

.eds-u-plNegative8of8 {
	padding-left: -1rem !important
}

.eds-u-prNegative8of8 {
	padding-right: -1rem !important
}

.eds-u-pyNegative8of8 {
	padding-top: -1rem !important;
	padding-bottom: -1rem !important
}

.eds-u-pxNegative8of8 {
	padding-left: -1rem !important;
	padding-right: -1rem !important
}

.eds-u-p9of8 {
	padding: 1.125rem !important
}

.eds-u-pt9of8 {
	padding-top: 1.125rem !important
}

.eds-u-pb9of8 {
	padding-bottom: 1.125rem !important
}

.eds-u-pl9of8 {
	padding-left: 1.125rem !important
}

.eds-u-pr9of8 {
	padding-right: 1.125rem !important
}

.eds-u-py9of8 {
	padding-top: 1.125rem !important;
	padding-bottom: 1.125rem !important
}

.eds-u-px9of8 {
	padding-left: 1.125rem !important;
	padding-right: 1.125rem !important
}

.eds-u-pNegative9of8 {
	padding: -1.125rem !important
}

.eds-u-ptNegative9of8 {
	padding-top: -1.125rem !important
}

.eds-u-pbNegative9of8 {
	padding-bottom: -1.125rem !important
}

.eds-u-plNegative9of8 {
	padding-left: -1.125rem !important
}

.eds-u-prNegative9of8 {
	padding-right: -1.125rem !important
}

.eds-u-pyNegative9of8 {
	padding-top: -1.125rem !important;
	padding-bottom: -1.125rem !important
}

.eds-u-pxNegative9of8 {
	padding-left: -1.125rem !important;
	padding-right: -1.125rem !important
}

.eds-u-p10of8 {
	padding: 1.25rem !important
}

.eds-u-pt10of8 {
	padding-top: 1.25rem !important
}

.eds-u-pb10of8 {
	padding-bottom: 1.25rem !important
}

.eds-u-pl10of8 {
	padding-left: 1.25rem !important
}

.eds-u-pr10of8 {
	padding-right: 1.25rem !important
}

.eds-u-py10of8 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.eds-u-px10of8 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important
}

.eds-u-pNegative10of8 {
	padding: -1.25rem !important
}

.eds-u-ptNegative10of8 {
	padding-top: -1.25rem !important
}

.eds-u-pbNegative10of8 {
	padding-bottom: -1.25rem !important
}

.eds-u-plNegative10of8 {
	padding-left: -1.25rem !important
}

.eds-u-prNegative10of8 {
	padding-right: -1.25rem !important
}

.eds-u-pyNegative10of8 {
	padding-top: -1.25rem !important;
	padding-bottom: -1.25rem !important
}

.eds-u-pxNegative10of8 {
	padding-left: -1.25rem !important;
	padding-right: -1.25rem !important
}

.eds-u-p11of8 {
	padding: 1.375rem !important
}

.eds-u-pt11of8 {
	padding-top: 1.375rem !important
}

.eds-u-pb11of8 {
	padding-bottom: 1.375rem !important
}

.eds-u-pl11of8 {
	padding-left: 1.375rem !important
}

.eds-u-pr11of8 {
	padding-right: 1.375rem !important
}

.eds-u-py11of8 {
	padding-top: 1.375rem !important;
	padding-bottom: 1.375rem !important
}

.eds-u-px11of8 {
	padding-left: 1.375rem !important;
	padding-right: 1.375rem !important
}

.eds-u-pNegative11of8 {
	padding: -1.375rem !important
}

.eds-u-ptNegative11of8 {
	padding-top: -1.375rem !important
}

.eds-u-pbNegative11of8 {
	padding-bottom: -1.375rem !important
}

.eds-u-plNegative11of8 {
	padding-left: -1.375rem !important
}

.eds-u-prNegative11of8 {
	padding-right: -1.375rem !important
}

.eds-u-pyNegative11of8 {
	padding-top: -1.375rem !important;
	padding-bottom: -1.375rem !important
}

.eds-u-pxNegative11of8 {
	padding-left: -1.375rem !important;
	padding-right: -1.375rem !important
}

.eds-u-p12of8 {
	padding: 1.5rem !important
}

.eds-u-pt12of8 {
	padding-top: 1.5rem !important
}

.eds-u-pb12of8 {
	padding-bottom: 1.5rem !important
}

.eds-u-pl12of8 {
	padding-left: 1.5rem !important
}

.eds-u-pr12of8 {
	padding-right: 1.5rem !important
}

.eds-u-py12of8 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.eds-u-px12of8 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.eds-u-pNegative12of8 {
	padding: -1.5rem !important
}

.eds-u-ptNegative12of8 {
	padding-top: -1.5rem !important
}

.eds-u-pbNegative12of8 {
	padding-bottom: -1.5rem !important
}

.eds-u-plNegative12of8 {
	padding-left: -1.5rem !important
}

.eds-u-prNegative12of8 {
	padding-right: -1.5rem !important
}

.eds-u-pyNegative12of8 {
	padding-top: -1.5rem !important;
	padding-bottom: -1.5rem !important
}

.eds-u-pxNegative12of8 {
	padding-left: -1.5rem !important;
	padding-right: -1.5rem !important
}

.eds-u-p0 {
	padding: 0rem !important
}

.eds-u-pt0 {
	padding-top: 0rem !important
}

.eds-u-pb0 {
	padding-bottom: 0rem !important
}

.eds-u-pl0 {
	padding-left: 0rem !important
}

.eds-u-pr0 {
	padding-right: 0rem !important
}

.eds-u-py0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important
}

.eds-u-px0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important
}

.eds-u-pNegative0 {
	padding: 0 rem !important
}

.eds-u-ptNegative0 {
	padding-top: 0rem !important
}

.eds-u-pbNegative0 {
	padding-bottom: 0rem !important
}

.eds-u-plNegative0 {
	padding-left: 0rem !important
}

.eds-u-prNegative0 {
	padding-right: 0rem !important
}

.eds-u-pyNegative0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important
}

.eds-u-pxNegative0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important
}

.eds-u-p1 {
	padding: 1rem !important
}

.eds-u-pt1 {
	padding-top: 1rem !important
}

.eds-u-pb1 {
	padding-bottom: 1rem !important
}

.eds-u-pl1 {
	padding-left: 1rem !important
}

.eds-u-pr1 {
	padding-right: 1rem !important
}

.eds-u-py1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.eds-u-px1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.eds-u-pNegative1 {
	padding: -1 rem !important
}

.eds-u-ptNegative1 {
	padding-top: -1rem !important
}

.eds-u-pbNegative1 {
	padding-bottom: -1rem !important
}

.eds-u-plNegative1 {
	padding-left: -1rem !important
}

.eds-u-prNegative1 {
	padding-right: -1rem !important
}

.eds-u-pyNegative1 {
	padding-top: -1rem !important;
	padding-bottom: -1rem !important
}

.eds-u-pxNegative1 {
	padding-left: -1rem !important;
	padding-right: -1rem !important
}

.eds-u-p2 {
	padding: 2rem !important
}

.eds-u-pt2 {
	padding-top: 2rem !important
}

.eds-u-pb2 {
	padding-bottom: 2rem !important
}

.eds-u-pl2 {
	padding-left: 2rem !important
}

.eds-u-pr2 {
	padding-right: 2rem !important
}

.eds-u-py2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.eds-u-px2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important
}

.eds-u-pNegative2 {
	padding: -2 rem !important
}

.eds-u-ptNegative2 {
	padding-top: -2rem !important
}

.eds-u-pbNegative2 {
	padding-bottom: -2rem !important
}

.eds-u-plNegative2 {
	padding-left: -2rem !important
}

.eds-u-prNegative2 {
	padding-right: -2rem !important
}

.eds-u-pyNegative2 {
	padding-top: -2rem !important;
	padding-bottom: -2rem !important
}

.eds-u-pxNegative2 {
	padding-left: -2rem !important;
	padding-right: -2rem !important
}

.eds-u-p3 {
	padding: 3rem !important
}

.eds-u-pt3 {
	padding-top: 3rem !important
}

.eds-u-pb3 {
	padding-bottom: 3rem !important
}

.eds-u-pl3 {
	padding-left: 3rem !important
}

.eds-u-pr3 {
	padding-right: 3rem !important
}

.eds-u-py3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.eds-u-px3 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}

.eds-u-pNegative3 {
	padding: -3 rem !important
}

.eds-u-ptNegative3 {
	padding-top: -3rem !important
}

.eds-u-pbNegative3 {
	padding-bottom: -3rem !important
}

.eds-u-plNegative3 {
	padding-left: -3rem !important
}

.eds-u-prNegative3 {
	padding-right: -3rem !important
}

.eds-u-pyNegative3 {
	padding-top: -3rem !important;
	padding-bottom: -3rem !important
}

.eds-u-pxNegative3 {
	padding-left: -3rem !important;
	padding-right: -3rem !important
}

.eds-u-p4 {
	padding: 4rem !important
}

.eds-u-pt4 {
	padding-top: 4rem !important
}

.eds-u-pb4 {
	padding-bottom: 4rem !important
}

.eds-u-pl4 {
	padding-left: 4rem !important
}

.eds-u-pr4 {
	padding-right: 4rem !important
}

.eds-u-py4 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.eds-u-px4 {
	padding-left: 4rem !important;
	padding-right: 4rem !important
}

.eds-u-pNegative4 {
	padding: -4 rem !important
}

.eds-u-ptNegative4 {
	padding-top: -4rem !important
}

.eds-u-pbNegative4 {
	padding-bottom: -4rem !important
}

.eds-u-plNegative4 {
	padding-left: -4rem !important
}

.eds-u-prNegative4 {
	padding-right: -4rem !important
}

.eds-u-pyNegative4 {
	padding-top: -4rem !important;
	padding-bottom: -4rem !important
}

.eds-u-pxNegative4 {
	padding-left: -4rem !important;
	padding-right: -4rem !important
}

.eds-u-p5 {
	padding: 5rem !important
}

.eds-u-pt5 {
	padding-top: 5rem !important
}

.eds-u-pb5 {
	padding-bottom: 5rem !important
}

.eds-u-pl5 {
	padding-left: 5rem !important
}

.eds-u-pr5 {
	padding-right: 5rem !important
}

.eds-u-py5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important
}

.eds-u-px5 {
	padding-left: 5rem !important;
	padding-right: 5rem !important
}

.eds-u-pNegative5 {
	padding: -5 rem !important
}

.eds-u-ptNegative5 {
	padding-top: -5rem !important
}

.eds-u-pbNegative5 {
	padding-bottom: -5rem !important
}

.eds-u-plNegative5 {
	padding-left: -5rem !important
}

.eds-u-prNegative5 {
	padding-right: -5rem !important
}

.eds-u-pyNegative5 {
	padding-top: -5rem !important;
	padding-bottom: -5rem !important
}

.eds-u-pxNegative5 {
	padding-left: -5rem !important;
	padding-right: -5rem !important
}

.eds-u-p6 {
	padding: 6rem !important
}

.eds-u-pt6 {
	padding-top: 6rem !important
}

.eds-u-pb6 {
	padding-bottom: 6rem !important
}

.eds-u-pl6 {
	padding-left: 6rem !important
}

.eds-u-pr6 {
	padding-right: 6rem !important
}

.eds-u-py6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.eds-u-px6 {
	padding-left: 6rem !important;
	padding-right: 6rem !important
}

.eds-u-pNegative6 {
	padding: -6 rem !important
}

.eds-u-ptNegative6 {
	padding-top: -6rem !important
}

.eds-u-pbNegative6 {
	padding-bottom: -6rem !important
}

.eds-u-plNegative6 {
	padding-left: -6rem !important
}

.eds-u-prNegative6 {
	padding-right: -6rem !important
}

.eds-u-pyNegative6 {
	padding-top: -6rem !important;
	padding-bottom: -6rem !important
}

.eds-u-pxNegative6 {
	padding-left: -6rem !important;
	padding-right: -6rem !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-p1of8 {
		padding:0.125rem !important
	}

	.pc\:eds-u-pt1of8 {
		padding-top: 0.125rem !important
	}

	.pc\:eds-u-pb1of8 {
		padding-bottom: 0.125rem !important
	}

	.pc\:eds-u-pl1of8 {
		padding-left: 0.125rem !important
	}

	.pc\:eds-u-pr1of8 {
		padding-right: 0.125rem !important
	}

	.pc\:eds-u-py1of8 {
		padding-top: 0.125rem !important;
		padding-bottom: 0.125rem !important
	}

	.pc\:eds-u-px1of8 {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important
	}

	.pc\:eds-u-pNegative1of8 {
		padding: -0.125rem !important
	}

	.pc\:eds-u-ptNegative1of8 {
		padding-top: -0.125rem !important
	}

	.pc\:eds-u-pbNegative1of8 {
		padding-bottom: -0.125rem !important
	}

	.pc\:eds-u-plNegative1of8 {
		padding-left: -0.125rem !important
	}

	.pc\:eds-u-prNegative1of8 {
		padding-right: -0.125rem !important
	}

	.pc\:eds-u-pyNegative1of8 {
		padding-top: -0.125rem !important;
		padding-bottom: -0.125rem !important
	}

	.pc\:eds-u-pxNegative1of8 {
		padding-left: -0.125rem !important;
		padding-right: -0.125rem !important
	}

	.pc\:eds-u-p2of8 {
		padding: 0.25rem !important
	}

	.pc\:eds-u-pt2of8 {
		padding-top: 0.25rem !important
	}

	.pc\:eds-u-pb2of8 {
		padding-bottom: 0.25rem !important
	}

	.pc\:eds-u-pl2of8 {
		padding-left: 0.25rem !important
	}

	.pc\:eds-u-pr2of8 {
		padding-right: 0.25rem !important
	}

	.pc\:eds-u-py2of8 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.pc\:eds-u-px2of8 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important
	}

	.pc\:eds-u-pNegative2of8 {
		padding: -0.25rem !important
	}

	.pc\:eds-u-ptNegative2of8 {
		padding-top: -0.25rem !important
	}

	.pc\:eds-u-pbNegative2of8 {
		padding-bottom: -0.25rem !important
	}

	.pc\:eds-u-plNegative2of8 {
		padding-left: -0.25rem !important
	}

	.pc\:eds-u-prNegative2of8 {
		padding-right: -0.25rem !important
	}

	.pc\:eds-u-pyNegative2of8 {
		padding-top: -0.25rem !important;
		padding-bottom: -0.25rem !important
	}

	.pc\:eds-u-pxNegative2of8 {
		padding-left: -0.25rem !important;
		padding-right: -0.25rem !important
	}

	.pc\:eds-u-p3of8 {
		padding: 0.375rem !important
	}

	.pc\:eds-u-pt3of8 {
		padding-top: 0.375rem !important
	}

	.pc\:eds-u-pb3of8 {
		padding-bottom: 0.375rem !important
	}

	.pc\:eds-u-pl3of8 {
		padding-left: 0.375rem !important
	}

	.pc\:eds-u-pr3of8 {
		padding-right: 0.375rem !important
	}

	.pc\:eds-u-py3of8 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important
	}

	.pc\:eds-u-px3of8 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important
	}

	.pc\:eds-u-pNegative3of8 {
		padding: -0.375rem !important
	}

	.pc\:eds-u-ptNegative3of8 {
		padding-top: -0.375rem !important
	}

	.pc\:eds-u-pbNegative3of8 {
		padding-bottom: -0.375rem !important
	}

	.pc\:eds-u-plNegative3of8 {
		padding-left: -0.375rem !important
	}

	.pc\:eds-u-prNegative3of8 {
		padding-right: -0.375rem !important
	}

	.pc\:eds-u-pyNegative3of8 {
		padding-top: -0.375rem !important;
		padding-bottom: -0.375rem !important
	}

	.pc\:eds-u-pxNegative3of8 {
		padding-left: -0.375rem !important;
		padding-right: -0.375rem !important
	}

	.pc\:eds-u-p4of8 {
		padding: 0.5rem !important
	}

	.pc\:eds-u-pt4of8 {
		padding-top: 0.5rem !important
	}

	.pc\:eds-u-pb4of8 {
		padding-bottom: 0.5rem !important
	}

	.pc\:eds-u-pl4of8 {
		padding-left: 0.5rem !important
	}

	.pc\:eds-u-pr4of8 {
		padding-right: 0.5rem !important
	}

	.pc\:eds-u-py4of8 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.pc\:eds-u-px4of8 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important
	}

	.pc\:eds-u-pNegative4of8 {
		padding: -0.5rem !important
	}

	.pc\:eds-u-ptNegative4of8 {
		padding-top: -0.5rem !important
	}

	.pc\:eds-u-pbNegative4of8 {
		padding-bottom: -0.5rem !important
	}

	.pc\:eds-u-plNegative4of8 {
		padding-left: -0.5rem !important
	}

	.pc\:eds-u-prNegative4of8 {
		padding-right: -0.5rem !important
	}

	.pc\:eds-u-pyNegative4of8 {
		padding-top: -0.5rem !important;
		padding-bottom: -0.5rem !important
	}

	.pc\:eds-u-pxNegative4of8 {
		padding-left: -0.5rem !important;
		padding-right: -0.5rem !important
	}

	.pc\:eds-u-p5of8 {
		padding: 0.625rem !important
	}

	.pc\:eds-u-pt5of8 {
		padding-top: 0.625rem !important
	}

	.pc\:eds-u-pb5of8 {
		padding-bottom: 0.625rem !important
	}

	.pc\:eds-u-pl5of8 {
		padding-left: 0.625rem !important
	}

	.pc\:eds-u-pr5of8 {
		padding-right: 0.625rem !important
	}

	.pc\:eds-u-py5of8 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important
	}

	.pc\:eds-u-px5of8 {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important
	}

	.pc\:eds-u-pNegative5of8 {
		padding: -0.625rem !important
	}

	.pc\:eds-u-ptNegative5of8 {
		padding-top: -0.625rem !important
	}

	.pc\:eds-u-pbNegative5of8 {
		padding-bottom: -0.625rem !important
	}

	.pc\:eds-u-plNegative5of8 {
		padding-left: -0.625rem !important
	}

	.pc\:eds-u-prNegative5of8 {
		padding-right: -0.625rem !important
	}

	.pc\:eds-u-pyNegative5of8 {
		padding-top: -0.625rem !important;
		padding-bottom: -0.625rem !important
	}

	.pc\:eds-u-pxNegative5of8 {
		padding-left: -0.625rem !important;
		padding-right: -0.625rem !important
	}

	.pc\:eds-u-p6of8 {
		padding: 0.75rem !important
	}

	.pc\:eds-u-pt6of8 {
		padding-top: 0.75rem !important
	}

	.pc\:eds-u-pb6of8 {
		padding-bottom: 0.75rem !important
	}

	.pc\:eds-u-pl6of8 {
		padding-left: 0.75rem !important
	}

	.pc\:eds-u-pr6of8 {
		padding-right: 0.75rem !important
	}

	.pc\:eds-u-py6of8 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important
	}

	.pc\:eds-u-px6of8 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important
	}

	.pc\:eds-u-pNegative6of8 {
		padding: -0.75rem !important
	}

	.pc\:eds-u-ptNegative6of8 {
		padding-top: -0.75rem !important
	}

	.pc\:eds-u-pbNegative6of8 {
		padding-bottom: -0.75rem !important
	}

	.pc\:eds-u-plNegative6of8 {
		padding-left: -0.75rem !important
	}

	.pc\:eds-u-prNegative6of8 {
		padding-right: -0.75rem !important
	}

	.pc\:eds-u-pyNegative6of8 {
		padding-top: -0.75rem !important;
		padding-bottom: -0.75rem !important
	}

	.pc\:eds-u-pxNegative6of8 {
		padding-left: -0.75rem !important;
		padding-right: -0.75rem !important
	}

	.pc\:eds-u-p7of8 {
		padding: 0.875rem !important
	}

	.pc\:eds-u-pt7of8 {
		padding-top: 0.875rem !important
	}

	.pc\:eds-u-pb7of8 {
		padding-bottom: 0.875rem !important
	}

	.pc\:eds-u-pl7of8 {
		padding-left: 0.875rem !important
	}

	.pc\:eds-u-pr7of8 {
		padding-right: 0.875rem !important
	}

	.pc\:eds-u-py7of8 {
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important
	}

	.pc\:eds-u-px7of8 {
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important
	}

	.pc\:eds-u-pNegative7of8 {
		padding: -0.875rem !important
	}

	.pc\:eds-u-ptNegative7of8 {
		padding-top: -0.875rem !important
	}

	.pc\:eds-u-pbNegative7of8 {
		padding-bottom: -0.875rem !important
	}

	.pc\:eds-u-plNegative7of8 {
		padding-left: -0.875rem !important
	}

	.pc\:eds-u-prNegative7of8 {
		padding-right: -0.875rem !important
	}

	.pc\:eds-u-pyNegative7of8 {
		padding-top: -0.875rem !important;
		padding-bottom: -0.875rem !important
	}

	.pc\:eds-u-pxNegative7of8 {
		padding-left: -0.875rem !important;
		padding-right: -0.875rem !important
	}

	.pc\:eds-u-p8of8 {
		padding: 1rem !important
	}

	.pc\:eds-u-pt8of8 {
		padding-top: 1rem !important
	}

	.pc\:eds-u-pb8of8 {
		padding-bottom: 1rem !important
	}

	.pc\:eds-u-pl8of8 {
		padding-left: 1rem !important
	}

	.pc\:eds-u-pr8of8 {
		padding-right: 1rem !important
	}

	.pc\:eds-u-py8of8 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.pc\:eds-u-px8of8 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.pc\:eds-u-pNegative8of8 {
		padding: -1rem !important
	}

	.pc\:eds-u-ptNegative8of8 {
		padding-top: -1rem !important
	}

	.pc\:eds-u-pbNegative8of8 {
		padding-bottom: -1rem !important
	}

	.pc\:eds-u-plNegative8of8 {
		padding-left: -1rem !important
	}

	.pc\:eds-u-prNegative8of8 {
		padding-right: -1rem !important
	}

	.pc\:eds-u-pyNegative8of8 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.pc\:eds-u-pxNegative8of8 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.pc\:eds-u-p9of8 {
		padding: 1.125rem !important
	}

	.pc\:eds-u-pt9of8 {
		padding-top: 1.125rem !important
	}

	.pc\:eds-u-pb9of8 {
		padding-bottom: 1.125rem !important
	}

	.pc\:eds-u-pl9of8 {
		padding-left: 1.125rem !important
	}

	.pc\:eds-u-pr9of8 {
		padding-right: 1.125rem !important
	}

	.pc\:eds-u-py9of8 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.pc\:eds-u-px9of8 {
		padding-left: 1.125rem !important;
		padding-right: 1.125rem !important
	}

	.pc\:eds-u-pNegative9of8 {
		padding: -1.125rem !important
	}

	.pc\:eds-u-ptNegative9of8 {
		padding-top: -1.125rem !important
	}

	.pc\:eds-u-pbNegative9of8 {
		padding-bottom: -1.125rem !important
	}

	.pc\:eds-u-plNegative9of8 {
		padding-left: -1.125rem !important
	}

	.pc\:eds-u-prNegative9of8 {
		padding-right: -1.125rem !important
	}

	.pc\:eds-u-pyNegative9of8 {
		padding-top: -1.125rem !important;
		padding-bottom: -1.125rem !important
	}

	.pc\:eds-u-pxNegative9of8 {
		padding-left: -1.125rem !important;
		padding-right: -1.125rem !important
	}

	.pc\:eds-u-p10of8 {
		padding: 1.25rem !important
	}

	.pc\:eds-u-pt10of8 {
		padding-top: 1.25rem !important
	}

	.pc\:eds-u-pb10of8 {
		padding-bottom: 1.25rem !important
	}

	.pc\:eds-u-pl10of8 {
		padding-left: 1.25rem !important
	}

	.pc\:eds-u-pr10of8 {
		padding-right: 1.25rem !important
	}

	.pc\:eds-u-py10of8 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.pc\:eds-u-px10of8 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.pc\:eds-u-pNegative10of8 {
		padding: -1.25rem !important
	}

	.pc\:eds-u-ptNegative10of8 {
		padding-top: -1.25rem !important
	}

	.pc\:eds-u-pbNegative10of8 {
		padding-bottom: -1.25rem !important
	}

	.pc\:eds-u-plNegative10of8 {
		padding-left: -1.25rem !important
	}

	.pc\:eds-u-prNegative10of8 {
		padding-right: -1.25rem !important
	}

	.pc\:eds-u-pyNegative10of8 {
		padding-top: -1.25rem !important;
		padding-bottom: -1.25rem !important
	}

	.pc\:eds-u-pxNegative10of8 {
		padding-left: -1.25rem !important;
		padding-right: -1.25rem !important
	}

	.pc\:eds-u-p11of8 {
		padding: 1.375rem !important
	}

	.pc\:eds-u-pt11of8 {
		padding-top: 1.375rem !important
	}

	.pc\:eds-u-pb11of8 {
		padding-bottom: 1.375rem !important
	}

	.pc\:eds-u-pl11of8 {
		padding-left: 1.375rem !important
	}

	.pc\:eds-u-pr11of8 {
		padding-right: 1.375rem !important
	}

	.pc\:eds-u-py11of8 {
		padding-top: 1.375rem !important;
		padding-bottom: 1.375rem !important
	}

	.pc\:eds-u-px11of8 {
		padding-left: 1.375rem !important;
		padding-right: 1.375rem !important
	}

	.pc\:eds-u-pNegative11of8 {
		padding: -1.375rem !important
	}

	.pc\:eds-u-ptNegative11of8 {
		padding-top: -1.375rem !important
	}

	.pc\:eds-u-pbNegative11of8 {
		padding-bottom: -1.375rem !important
	}

	.pc\:eds-u-plNegative11of8 {
		padding-left: -1.375rem !important
	}

	.pc\:eds-u-prNegative11of8 {
		padding-right: -1.375rem !important
	}

	.pc\:eds-u-pyNegative11of8 {
		padding-top: -1.375rem !important;
		padding-bottom: -1.375rem !important
	}

	.pc\:eds-u-pxNegative11of8 {
		padding-left: -1.375rem !important;
		padding-right: -1.375rem !important
	}

	.pc\:eds-u-p12of8 {
		padding: 1.5rem !important
	}

	.pc\:eds-u-pt12of8 {
		padding-top: 1.5rem !important
	}

	.pc\:eds-u-pb12of8 {
		padding-bottom: 1.5rem !important
	}

	.pc\:eds-u-pl12of8 {
		padding-left: 1.5rem !important
	}

	.pc\:eds-u-pr12of8 {
		padding-right: 1.5rem !important
	}

	.pc\:eds-u-py12of8 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.pc\:eds-u-px12of8 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.pc\:eds-u-pNegative12of8 {
		padding: -1.5rem !important
	}

	.pc\:eds-u-ptNegative12of8 {
		padding-top: -1.5rem !important
	}

	.pc\:eds-u-pbNegative12of8 {
		padding-bottom: -1.5rem !important
	}

	.pc\:eds-u-plNegative12of8 {
		padding-left: -1.5rem !important
	}

	.pc\:eds-u-prNegative12of8 {
		padding-right: -1.5rem !important
	}

	.pc\:eds-u-pyNegative12of8 {
		padding-top: -1.5rem !important;
		padding-bottom: -1.5rem !important
	}

	.pc\:eds-u-pxNegative12of8 {
		padding-left: -1.5rem !important;
		padding-right: -1.5rem !important
	}

	.pc\:eds-u-p0 {
		padding: 0rem !important
	}

	.pc\:eds-u-pt0 {
		padding-top: 0rem !important
	}

	.pc\:eds-u-pb0 {
		padding-bottom: 0rem !important
	}

	.pc\:eds-u-pl0 {
		padding-left: 0rem !important
	}

	.pc\:eds-u-pr0 {
		padding-right: 0rem !important
	}

	.pc\:eds-u-py0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.pc\:eds-u-px0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.pc\:eds-u-pNegative0 {
		padding: 0 rem !important
	}

	.pc\:eds-u-ptNegative0 {
		padding-top: 0rem !important
	}

	.pc\:eds-u-pbNegative0 {
		padding-bottom: 0rem !important
	}

	.pc\:eds-u-plNegative0 {
		padding-left: 0rem !important
	}

	.pc\:eds-u-prNegative0 {
		padding-right: 0rem !important
	}

	.pc\:eds-u-pyNegative0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.pc\:eds-u-pxNegative0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.pc\:eds-u-p1 {
		padding: 1rem !important
	}

	.pc\:eds-u-pt1 {
		padding-top: 1rem !important
	}

	.pc\:eds-u-pb1 {
		padding-bottom: 1rem !important
	}

	.pc\:eds-u-pl1 {
		padding-left: 1rem !important
	}

	.pc\:eds-u-pr1 {
		padding-right: 1rem !important
	}

	.pc\:eds-u-py1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.pc\:eds-u-px1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.pc\:eds-u-pNegative1 {
		padding: -1 rem !important
	}

	.pc\:eds-u-ptNegative1 {
		padding-top: -1rem !important
	}

	.pc\:eds-u-pbNegative1 {
		padding-bottom: -1rem !important
	}

	.pc\:eds-u-plNegative1 {
		padding-left: -1rem !important
	}

	.pc\:eds-u-prNegative1 {
		padding-right: -1rem !important
	}

	.pc\:eds-u-pyNegative1 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.pc\:eds-u-pxNegative1 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.pc\:eds-u-p2 {
		padding: 2rem !important
	}

	.pc\:eds-u-pt2 {
		padding-top: 2rem !important
	}

	.pc\:eds-u-pb2 {
		padding-bottom: 2rem !important
	}

	.pc\:eds-u-pl2 {
		padding-left: 2rem !important
	}

	.pc\:eds-u-pr2 {
		padding-right: 2rem !important
	}

	.pc\:eds-u-py2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.pc\:eds-u-px2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.pc\:eds-u-pNegative2 {
		padding: -2 rem !important
	}

	.pc\:eds-u-ptNegative2 {
		padding-top: -2rem !important
	}

	.pc\:eds-u-pbNegative2 {
		padding-bottom: -2rem !important
	}

	.pc\:eds-u-plNegative2 {
		padding-left: -2rem !important
	}

	.pc\:eds-u-prNegative2 {
		padding-right: -2rem !important
	}

	.pc\:eds-u-pyNegative2 {
		padding-top: -2rem !important;
		padding-bottom: -2rem !important
	}

	.pc\:eds-u-pxNegative2 {
		padding-left: -2rem !important;
		padding-right: -2rem !important
	}

	.pc\:eds-u-p3 {
		padding: 3rem !important
	}

	.pc\:eds-u-pt3 {
		padding-top: 3rem !important
	}

	.pc\:eds-u-pb3 {
		padding-bottom: 3rem !important
	}

	.pc\:eds-u-pl3 {
		padding-left: 3rem !important
	}

	.pc\:eds-u-pr3 {
		padding-right: 3rem !important
	}

	.pc\:eds-u-py3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pc\:eds-u-px3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.pc\:eds-u-pNegative3 {
		padding: -3 rem !important
	}

	.pc\:eds-u-ptNegative3 {
		padding-top: -3rem !important
	}

	.pc\:eds-u-pbNegative3 {
		padding-bottom: -3rem !important
	}

	.pc\:eds-u-plNegative3 {
		padding-left: -3rem !important
	}

	.pc\:eds-u-prNegative3 {
		padding-right: -3rem !important
	}

	.pc\:eds-u-pyNegative3 {
		padding-top: -3rem !important;
		padding-bottom: -3rem !important
	}

	.pc\:eds-u-pxNegative3 {
		padding-left: -3rem !important;
		padding-right: -3rem !important
	}

	.pc\:eds-u-p4 {
		padding: 4rem !important
	}

	.pc\:eds-u-pt4 {
		padding-top: 4rem !important
	}

	.pc\:eds-u-pb4 {
		padding-bottom: 4rem !important
	}

	.pc\:eds-u-pl4 {
		padding-left: 4rem !important
	}

	.pc\:eds-u-pr4 {
		padding-right: 4rem !important
	}

	.pc\:eds-u-py4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.pc\:eds-u-px4 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.pc\:eds-u-pNegative4 {
		padding: -4 rem !important
	}

	.pc\:eds-u-ptNegative4 {
		padding-top: -4rem !important
	}

	.pc\:eds-u-pbNegative4 {
		padding-bottom: -4rem !important
	}

	.pc\:eds-u-plNegative4 {
		padding-left: -4rem !important
	}

	.pc\:eds-u-prNegative4 {
		padding-right: -4rem !important
	}

	.pc\:eds-u-pyNegative4 {
		padding-top: -4rem !important;
		padding-bottom: -4rem !important
	}

	.pc\:eds-u-pxNegative4 {
		padding-left: -4rem !important;
		padding-right: -4rem !important
	}

	.pc\:eds-u-p5 {
		padding: 5rem !important
	}

	.pc\:eds-u-pt5 {
		padding-top: 5rem !important
	}

	.pc\:eds-u-pb5 {
		padding-bottom: 5rem !important
	}

	.pc\:eds-u-pl5 {
		padding-left: 5rem !important
	}

	.pc\:eds-u-pr5 {
		padding-right: 5rem !important
	}

	.pc\:eds-u-py5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.pc\:eds-u-px5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.pc\:eds-u-pNegative5 {
		padding: -5 rem !important
	}

	.pc\:eds-u-ptNegative5 {
		padding-top: -5rem !important
	}

	.pc\:eds-u-pbNegative5 {
		padding-bottom: -5rem !important
	}

	.pc\:eds-u-plNegative5 {
		padding-left: -5rem !important
	}

	.pc\:eds-u-prNegative5 {
		padding-right: -5rem !important
	}

	.pc\:eds-u-pyNegative5 {
		padding-top: -5rem !important;
		padding-bottom: -5rem !important
	}

	.pc\:eds-u-pxNegative5 {
		padding-left: -5rem !important;
		padding-right: -5rem !important
	}

	.pc\:eds-u-p6 {
		padding: 6rem !important
	}

	.pc\:eds-u-pt6 {
		padding-top: 6rem !important
	}

	.pc\:eds-u-pb6 {
		padding-bottom: 6rem !important
	}

	.pc\:eds-u-pl6 {
		padding-left: 6rem !important
	}

	.pc\:eds-u-pr6 {
		padding-right: 6rem !important
	}

	.pc\:eds-u-py6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.pc\:eds-u-px6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.pc\:eds-u-pNegative6 {
		padding: -6 rem !important
	}

	.pc\:eds-u-ptNegative6 {
		padding-top: -6rem !important
	}

	.pc\:eds-u-pbNegative6 {
		padding-bottom: -6rem !important
	}

	.pc\:eds-u-plNegative6 {
		padding-left: -6rem !important
	}

	.pc\:eds-u-prNegative6 {
		padding-right: -6rem !important
	}

	.pc\:eds-u-pyNegative6 {
		padding-top: -6rem !important;
		padding-bottom: -6rem !important
	}

	.pc\:eds-u-pxNegative6 {
		padding-left: -6rem !important;
		padding-right: -6rem !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-p1of8 {
		padding:0.125rem !important
	}

	.xl\:eds-u-pt1of8 {
		padding-top: 0.125rem !important
	}

	.xl\:eds-u-pb1of8 {
		padding-bottom: 0.125rem !important
	}

	.xl\:eds-u-pl1of8 {
		padding-left: 0.125rem !important
	}

	.xl\:eds-u-pr1of8 {
		padding-right: 0.125rem !important
	}

	.xl\:eds-u-py1of8 {
		padding-top: 0.125rem !important;
		padding-bottom: 0.125rem !important
	}

	.xl\:eds-u-px1of8 {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important
	}

	.xl\:eds-u-pNegative1of8 {
		padding: -0.125rem !important
	}

	.xl\:eds-u-ptNegative1of8 {
		padding-top: -0.125rem !important
	}

	.xl\:eds-u-pbNegative1of8 {
		padding-bottom: -0.125rem !important
	}

	.xl\:eds-u-plNegative1of8 {
		padding-left: -0.125rem !important
	}

	.xl\:eds-u-prNegative1of8 {
		padding-right: -0.125rem !important
	}

	.xl\:eds-u-pyNegative1of8 {
		padding-top: -0.125rem !important;
		padding-bottom: -0.125rem !important
	}

	.xl\:eds-u-pxNegative1of8 {
		padding-left: -0.125rem !important;
		padding-right: -0.125rem !important
	}

	.xl\:eds-u-p2of8 {
		padding: 0.25rem !important
	}

	.xl\:eds-u-pt2of8 {
		padding-top: 0.25rem !important
	}

	.xl\:eds-u-pb2of8 {
		padding-bottom: 0.25rem !important
	}

	.xl\:eds-u-pl2of8 {
		padding-left: 0.25rem !important
	}

	.xl\:eds-u-pr2of8 {
		padding-right: 0.25rem !important
	}

	.xl\:eds-u-py2of8 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.xl\:eds-u-px2of8 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important
	}

	.xl\:eds-u-pNegative2of8 {
		padding: -0.25rem !important
	}

	.xl\:eds-u-ptNegative2of8 {
		padding-top: -0.25rem !important
	}

	.xl\:eds-u-pbNegative2of8 {
		padding-bottom: -0.25rem !important
	}

	.xl\:eds-u-plNegative2of8 {
		padding-left: -0.25rem !important
	}

	.xl\:eds-u-prNegative2of8 {
		padding-right: -0.25rem !important
	}

	.xl\:eds-u-pyNegative2of8 {
		padding-top: -0.25rem !important;
		padding-bottom: -0.25rem !important
	}

	.xl\:eds-u-pxNegative2of8 {
		padding-left: -0.25rem !important;
		padding-right: -0.25rem !important
	}

	.xl\:eds-u-p3of8 {
		padding: 0.375rem !important
	}

	.xl\:eds-u-pt3of8 {
		padding-top: 0.375rem !important
	}

	.xl\:eds-u-pb3of8 {
		padding-bottom: 0.375rem !important
	}

	.xl\:eds-u-pl3of8 {
		padding-left: 0.375rem !important
	}

	.xl\:eds-u-pr3of8 {
		padding-right: 0.375rem !important
	}

	.xl\:eds-u-py3of8 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important
	}

	.xl\:eds-u-px3of8 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important
	}

	.xl\:eds-u-pNegative3of8 {
		padding: -0.375rem !important
	}

	.xl\:eds-u-ptNegative3of8 {
		padding-top: -0.375rem !important
	}

	.xl\:eds-u-pbNegative3of8 {
		padding-bottom: -0.375rem !important
	}

	.xl\:eds-u-plNegative3of8 {
		padding-left: -0.375rem !important
	}

	.xl\:eds-u-prNegative3of8 {
		padding-right: -0.375rem !important
	}

	.xl\:eds-u-pyNegative3of8 {
		padding-top: -0.375rem !important;
		padding-bottom: -0.375rem !important
	}

	.xl\:eds-u-pxNegative3of8 {
		padding-left: -0.375rem !important;
		padding-right: -0.375rem !important
	}

	.xl\:eds-u-p4of8 {
		padding: 0.5rem !important
	}

	.xl\:eds-u-pt4of8 {
		padding-top: 0.5rem !important
	}

	.xl\:eds-u-pb4of8 {
		padding-bottom: 0.5rem !important
	}

	.xl\:eds-u-pl4of8 {
		padding-left: 0.5rem !important
	}

	.xl\:eds-u-pr4of8 {
		padding-right: 0.5rem !important
	}

	.xl\:eds-u-py4of8 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.xl\:eds-u-px4of8 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important
	}

	.xl\:eds-u-pNegative4of8 {
		padding: -0.5rem !important
	}

	.xl\:eds-u-ptNegative4of8 {
		padding-top: -0.5rem !important
	}

	.xl\:eds-u-pbNegative4of8 {
		padding-bottom: -0.5rem !important
	}

	.xl\:eds-u-plNegative4of8 {
		padding-left: -0.5rem !important
	}

	.xl\:eds-u-prNegative4of8 {
		padding-right: -0.5rem !important
	}

	.xl\:eds-u-pyNegative4of8 {
		padding-top: -0.5rem !important;
		padding-bottom: -0.5rem !important
	}

	.xl\:eds-u-pxNegative4of8 {
		padding-left: -0.5rem !important;
		padding-right: -0.5rem !important
	}

	.xl\:eds-u-p5of8 {
		padding: 0.625rem !important
	}

	.xl\:eds-u-pt5of8 {
		padding-top: 0.625rem !important
	}

	.xl\:eds-u-pb5of8 {
		padding-bottom: 0.625rem !important
	}

	.xl\:eds-u-pl5of8 {
		padding-left: 0.625rem !important
	}

	.xl\:eds-u-pr5of8 {
		padding-right: 0.625rem !important
	}

	.xl\:eds-u-py5of8 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important
	}

	.xl\:eds-u-px5of8 {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important
	}

	.xl\:eds-u-pNegative5of8 {
		padding: -0.625rem !important
	}

	.xl\:eds-u-ptNegative5of8 {
		padding-top: -0.625rem !important
	}

	.xl\:eds-u-pbNegative5of8 {
		padding-bottom: -0.625rem !important
	}

	.xl\:eds-u-plNegative5of8 {
		padding-left: -0.625rem !important
	}

	.xl\:eds-u-prNegative5of8 {
		padding-right: -0.625rem !important
	}

	.xl\:eds-u-pyNegative5of8 {
		padding-top: -0.625rem !important;
		padding-bottom: -0.625rem !important
	}

	.xl\:eds-u-pxNegative5of8 {
		padding-left: -0.625rem !important;
		padding-right: -0.625rem !important
	}

	.xl\:eds-u-p6of8 {
		padding: 0.75rem !important
	}

	.xl\:eds-u-pt6of8 {
		padding-top: 0.75rem !important
	}

	.xl\:eds-u-pb6of8 {
		padding-bottom: 0.75rem !important
	}

	.xl\:eds-u-pl6of8 {
		padding-left: 0.75rem !important
	}

	.xl\:eds-u-pr6of8 {
		padding-right: 0.75rem !important
	}

	.xl\:eds-u-py6of8 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important
	}

	.xl\:eds-u-px6of8 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important
	}

	.xl\:eds-u-pNegative6of8 {
		padding: -0.75rem !important
	}

	.xl\:eds-u-ptNegative6of8 {
		padding-top: -0.75rem !important
	}

	.xl\:eds-u-pbNegative6of8 {
		padding-bottom: -0.75rem !important
	}

	.xl\:eds-u-plNegative6of8 {
		padding-left: -0.75rem !important
	}

	.xl\:eds-u-prNegative6of8 {
		padding-right: -0.75rem !important
	}

	.xl\:eds-u-pyNegative6of8 {
		padding-top: -0.75rem !important;
		padding-bottom: -0.75rem !important
	}

	.xl\:eds-u-pxNegative6of8 {
		padding-left: -0.75rem !important;
		padding-right: -0.75rem !important
	}

	.xl\:eds-u-p7of8 {
		padding: 0.875rem !important
	}

	.xl\:eds-u-pt7of8 {
		padding-top: 0.875rem !important
	}

	.xl\:eds-u-pb7of8 {
		padding-bottom: 0.875rem !important
	}

	.xl\:eds-u-pl7of8 {
		padding-left: 0.875rem !important
	}

	.xl\:eds-u-pr7of8 {
		padding-right: 0.875rem !important
	}

	.xl\:eds-u-py7of8 {
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important
	}

	.xl\:eds-u-px7of8 {
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important
	}

	.xl\:eds-u-pNegative7of8 {
		padding: -0.875rem !important
	}

	.xl\:eds-u-ptNegative7of8 {
		padding-top: -0.875rem !important
	}

	.xl\:eds-u-pbNegative7of8 {
		padding-bottom: -0.875rem !important
	}

	.xl\:eds-u-plNegative7of8 {
		padding-left: -0.875rem !important
	}

	.xl\:eds-u-prNegative7of8 {
		padding-right: -0.875rem !important
	}

	.xl\:eds-u-pyNegative7of8 {
		padding-top: -0.875rem !important;
		padding-bottom: -0.875rem !important
	}

	.xl\:eds-u-pxNegative7of8 {
		padding-left: -0.875rem !important;
		padding-right: -0.875rem !important
	}

	.xl\:eds-u-p8of8 {
		padding: 1rem !important
	}

	.xl\:eds-u-pt8of8 {
		padding-top: 1rem !important
	}

	.xl\:eds-u-pb8of8 {
		padding-bottom: 1rem !important
	}

	.xl\:eds-u-pl8of8 {
		padding-left: 1rem !important
	}

	.xl\:eds-u-pr8of8 {
		padding-right: 1rem !important
	}

	.xl\:eds-u-py8of8 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.xl\:eds-u-px8of8 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xl\:eds-u-pNegative8of8 {
		padding: -1rem !important
	}

	.xl\:eds-u-ptNegative8of8 {
		padding-top: -1rem !important
	}

	.xl\:eds-u-pbNegative8of8 {
		padding-bottom: -1rem !important
	}

	.xl\:eds-u-plNegative8of8 {
		padding-left: -1rem !important
	}

	.xl\:eds-u-prNegative8of8 {
		padding-right: -1rem !important
	}

	.xl\:eds-u-pyNegative8of8 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.xl\:eds-u-pxNegative8of8 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.xl\:eds-u-p9of8 {
		padding: 1.125rem !important
	}

	.xl\:eds-u-pt9of8 {
		padding-top: 1.125rem !important
	}

	.xl\:eds-u-pb9of8 {
		padding-bottom: 1.125rem !important
	}

	.xl\:eds-u-pl9of8 {
		padding-left: 1.125rem !important
	}

	.xl\:eds-u-pr9of8 {
		padding-right: 1.125rem !important
	}

	.xl\:eds-u-py9of8 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.xl\:eds-u-px9of8 {
		padding-left: 1.125rem !important;
		padding-right: 1.125rem !important
	}

	.xl\:eds-u-pNegative9of8 {
		padding: -1.125rem !important
	}

	.xl\:eds-u-ptNegative9of8 {
		padding-top: -1.125rem !important
	}

	.xl\:eds-u-pbNegative9of8 {
		padding-bottom: -1.125rem !important
	}

	.xl\:eds-u-plNegative9of8 {
		padding-left: -1.125rem !important
	}

	.xl\:eds-u-prNegative9of8 {
		padding-right: -1.125rem !important
	}

	.xl\:eds-u-pyNegative9of8 {
		padding-top: -1.125rem !important;
		padding-bottom: -1.125rem !important
	}

	.xl\:eds-u-pxNegative9of8 {
		padding-left: -1.125rem !important;
		padding-right: -1.125rem !important
	}

	.xl\:eds-u-p10of8 {
		padding: 1.25rem !important
	}

	.xl\:eds-u-pt10of8 {
		padding-top: 1.25rem !important
	}

	.xl\:eds-u-pb10of8 {
		padding-bottom: 1.25rem !important
	}

	.xl\:eds-u-pl10of8 {
		padding-left: 1.25rem !important
	}

	.xl\:eds-u-pr10of8 {
		padding-right: 1.25rem !important
	}

	.xl\:eds-u-py10of8 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.xl\:eds-u-px10of8 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.xl\:eds-u-pNegative10of8 {
		padding: -1.25rem !important
	}

	.xl\:eds-u-ptNegative10of8 {
		padding-top: -1.25rem !important
	}

	.xl\:eds-u-pbNegative10of8 {
		padding-bottom: -1.25rem !important
	}

	.xl\:eds-u-plNegative10of8 {
		padding-left: -1.25rem !important
	}

	.xl\:eds-u-prNegative10of8 {
		padding-right: -1.25rem !important
	}

	.xl\:eds-u-pyNegative10of8 {
		padding-top: -1.25rem !important;
		padding-bottom: -1.25rem !important
	}

	.xl\:eds-u-pxNegative10of8 {
		padding-left: -1.25rem !important;
		padding-right: -1.25rem !important
	}

	.xl\:eds-u-p11of8 {
		padding: 1.375rem !important
	}

	.xl\:eds-u-pt11of8 {
		padding-top: 1.375rem !important
	}

	.xl\:eds-u-pb11of8 {
		padding-bottom: 1.375rem !important
	}

	.xl\:eds-u-pl11of8 {
		padding-left: 1.375rem !important
	}

	.xl\:eds-u-pr11of8 {
		padding-right: 1.375rem !important
	}

	.xl\:eds-u-py11of8 {
		padding-top: 1.375rem !important;
		padding-bottom: 1.375rem !important
	}

	.xl\:eds-u-px11of8 {
		padding-left: 1.375rem !important;
		padding-right: 1.375rem !important
	}

	.xl\:eds-u-pNegative11of8 {
		padding: -1.375rem !important
	}

	.xl\:eds-u-ptNegative11of8 {
		padding-top: -1.375rem !important
	}

	.xl\:eds-u-pbNegative11of8 {
		padding-bottom: -1.375rem !important
	}

	.xl\:eds-u-plNegative11of8 {
		padding-left: -1.375rem !important
	}

	.xl\:eds-u-prNegative11of8 {
		padding-right: -1.375rem !important
	}

	.xl\:eds-u-pyNegative11of8 {
		padding-top: -1.375rem !important;
		padding-bottom: -1.375rem !important
	}

	.xl\:eds-u-pxNegative11of8 {
		padding-left: -1.375rem !important;
		padding-right: -1.375rem !important
	}

	.xl\:eds-u-p12of8 {
		padding: 1.5rem !important
	}

	.xl\:eds-u-pt12of8 {
		padding-top: 1.5rem !important
	}

	.xl\:eds-u-pb12of8 {
		padding-bottom: 1.5rem !important
	}

	.xl\:eds-u-pl12of8 {
		padding-left: 1.5rem !important
	}

	.xl\:eds-u-pr12of8 {
		padding-right: 1.5rem !important
	}

	.xl\:eds-u-py12of8 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.xl\:eds-u-px12of8 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.xl\:eds-u-pNegative12of8 {
		padding: -1.5rem !important
	}

	.xl\:eds-u-ptNegative12of8 {
		padding-top: -1.5rem !important
	}

	.xl\:eds-u-pbNegative12of8 {
		padding-bottom: -1.5rem !important
	}

	.xl\:eds-u-plNegative12of8 {
		padding-left: -1.5rem !important
	}

	.xl\:eds-u-prNegative12of8 {
		padding-right: -1.5rem !important
	}

	.xl\:eds-u-pyNegative12of8 {
		padding-top: -1.5rem !important;
		padding-bottom: -1.5rem !important
	}

	.xl\:eds-u-pxNegative12of8 {
		padding-left: -1.5rem !important;
		padding-right: -1.5rem !important
	}

	.xl\:eds-u-p0 {
		padding: 0rem !important
	}

	.xl\:eds-u-pt0 {
		padding-top: 0rem !important
	}

	.xl\:eds-u-pb0 {
		padding-bottom: 0rem !important
	}

	.xl\:eds-u-pl0 {
		padding-left: 0rem !important
	}

	.xl\:eds-u-pr0 {
		padding-right: 0rem !important
	}

	.xl\:eds-u-py0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.xl\:eds-u-px0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.xl\:eds-u-pNegative0 {
		padding: 0 rem !important
	}

	.xl\:eds-u-ptNegative0 {
		padding-top: 0rem !important
	}

	.xl\:eds-u-pbNegative0 {
		padding-bottom: 0rem !important
	}

	.xl\:eds-u-plNegative0 {
		padding-left: 0rem !important
	}

	.xl\:eds-u-prNegative0 {
		padding-right: 0rem !important
	}

	.xl\:eds-u-pyNegative0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.xl\:eds-u-pxNegative0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.xl\:eds-u-p1 {
		padding: 1rem !important
	}

	.xl\:eds-u-pt1 {
		padding-top: 1rem !important
	}

	.xl\:eds-u-pb1 {
		padding-bottom: 1rem !important
	}

	.xl\:eds-u-pl1 {
		padding-left: 1rem !important
	}

	.xl\:eds-u-pr1 {
		padding-right: 1rem !important
	}

	.xl\:eds-u-py1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.xl\:eds-u-px1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xl\:eds-u-pNegative1 {
		padding: -1 rem !important
	}

	.xl\:eds-u-ptNegative1 {
		padding-top: -1rem !important
	}

	.xl\:eds-u-pbNegative1 {
		padding-bottom: -1rem !important
	}

	.xl\:eds-u-plNegative1 {
		padding-left: -1rem !important
	}

	.xl\:eds-u-prNegative1 {
		padding-right: -1rem !important
	}

	.xl\:eds-u-pyNegative1 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.xl\:eds-u-pxNegative1 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.xl\:eds-u-p2 {
		padding: 2rem !important
	}

	.xl\:eds-u-pt2 {
		padding-top: 2rem !important
	}

	.xl\:eds-u-pb2 {
		padding-bottom: 2rem !important
	}

	.xl\:eds-u-pl2 {
		padding-left: 2rem !important
	}

	.xl\:eds-u-pr2 {
		padding-right: 2rem !important
	}

	.xl\:eds-u-py2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.xl\:eds-u-px2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.xl\:eds-u-pNegative2 {
		padding: -2 rem !important
	}

	.xl\:eds-u-ptNegative2 {
		padding-top: -2rem !important
	}

	.xl\:eds-u-pbNegative2 {
		padding-bottom: -2rem !important
	}

	.xl\:eds-u-plNegative2 {
		padding-left: -2rem !important
	}

	.xl\:eds-u-prNegative2 {
		padding-right: -2rem !important
	}

	.xl\:eds-u-pyNegative2 {
		padding-top: -2rem !important;
		padding-bottom: -2rem !important
	}

	.xl\:eds-u-pxNegative2 {
		padding-left: -2rem !important;
		padding-right: -2rem !important
	}

	.xl\:eds-u-p3 {
		padding: 3rem !important
	}

	.xl\:eds-u-pt3 {
		padding-top: 3rem !important
	}

	.xl\:eds-u-pb3 {
		padding-bottom: 3rem !important
	}

	.xl\:eds-u-pl3 {
		padding-left: 3rem !important
	}

	.xl\:eds-u-pr3 {
		padding-right: 3rem !important
	}

	.xl\:eds-u-py3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.xl\:eds-u-px3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.xl\:eds-u-pNegative3 {
		padding: -3 rem !important
	}

	.xl\:eds-u-ptNegative3 {
		padding-top: -3rem !important
	}

	.xl\:eds-u-pbNegative3 {
		padding-bottom: -3rem !important
	}

	.xl\:eds-u-plNegative3 {
		padding-left: -3rem !important
	}

	.xl\:eds-u-prNegative3 {
		padding-right: -3rem !important
	}

	.xl\:eds-u-pyNegative3 {
		padding-top: -3rem !important;
		padding-bottom: -3rem !important
	}

	.xl\:eds-u-pxNegative3 {
		padding-left: -3rem !important;
		padding-right: -3rem !important
	}

	.xl\:eds-u-p4 {
		padding: 4rem !important
	}

	.xl\:eds-u-pt4 {
		padding-top: 4rem !important
	}

	.xl\:eds-u-pb4 {
		padding-bottom: 4rem !important
	}

	.xl\:eds-u-pl4 {
		padding-left: 4rem !important
	}

	.xl\:eds-u-pr4 {
		padding-right: 4rem !important
	}

	.xl\:eds-u-py4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.xl\:eds-u-px4 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.xl\:eds-u-pNegative4 {
		padding: -4 rem !important
	}

	.xl\:eds-u-ptNegative4 {
		padding-top: -4rem !important
	}

	.xl\:eds-u-pbNegative4 {
		padding-bottom: -4rem !important
	}

	.xl\:eds-u-plNegative4 {
		padding-left: -4rem !important
	}

	.xl\:eds-u-prNegative4 {
		padding-right: -4rem !important
	}

	.xl\:eds-u-pyNegative4 {
		padding-top: -4rem !important;
		padding-bottom: -4rem !important
	}

	.xl\:eds-u-pxNegative4 {
		padding-left: -4rem !important;
		padding-right: -4rem !important
	}

	.xl\:eds-u-p5 {
		padding: 5rem !important
	}

	.xl\:eds-u-pt5 {
		padding-top: 5rem !important
	}

	.xl\:eds-u-pb5 {
		padding-bottom: 5rem !important
	}

	.xl\:eds-u-pl5 {
		padding-left: 5rem !important
	}

	.xl\:eds-u-pr5 {
		padding-right: 5rem !important
	}

	.xl\:eds-u-py5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.xl\:eds-u-px5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.xl\:eds-u-pNegative5 {
		padding: -5 rem !important
	}

	.xl\:eds-u-ptNegative5 {
		padding-top: -5rem !important
	}

	.xl\:eds-u-pbNegative5 {
		padding-bottom: -5rem !important
	}

	.xl\:eds-u-plNegative5 {
		padding-left: -5rem !important
	}

	.xl\:eds-u-prNegative5 {
		padding-right: -5rem !important
	}

	.xl\:eds-u-pyNegative5 {
		padding-top: -5rem !important;
		padding-bottom: -5rem !important
	}

	.xl\:eds-u-pxNegative5 {
		padding-left: -5rem !important;
		padding-right: -5rem !important
	}

	.xl\:eds-u-p6 {
		padding: 6rem !important
	}

	.xl\:eds-u-pt6 {
		padding-top: 6rem !important
	}

	.xl\:eds-u-pb6 {
		padding-bottom: 6rem !important
	}

	.xl\:eds-u-pl6 {
		padding-left: 6rem !important
	}

	.xl\:eds-u-pr6 {
		padding-right: 6rem !important
	}

	.xl\:eds-u-py6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.xl\:eds-u-px6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.xl\:eds-u-pNegative6 {
		padding: -6 rem !important
	}

	.xl\:eds-u-ptNegative6 {
		padding-top: -6rem !important
	}

	.xl\:eds-u-pbNegative6 {
		padding-bottom: -6rem !important
	}

	.xl\:eds-u-plNegative6 {
		padding-left: -6rem !important
	}

	.xl\:eds-u-prNegative6 {
		padding-right: -6rem !important
	}

	.xl\:eds-u-pyNegative6 {
		padding-top: -6rem !important;
		padding-bottom: -6rem !important
	}

	.xl\:eds-u-pxNegative6 {
		padding-left: -6rem !important;
		padding-right: -6rem !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-p1of8 {
		padding:0.125rem !important
	}

	.l\:eds-u-pt1of8 {
		padding-top: 0.125rem !important
	}

	.l\:eds-u-pb1of8 {
		padding-bottom: 0.125rem !important
	}

	.l\:eds-u-pl1of8 {
		padding-left: 0.125rem !important
	}

	.l\:eds-u-pr1of8 {
		padding-right: 0.125rem !important
	}

	.l\:eds-u-py1of8 {
		padding-top: 0.125rem !important;
		padding-bottom: 0.125rem !important
	}

	.l\:eds-u-px1of8 {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important
	}

	.l\:eds-u-pNegative1of8 {
		padding: -0.125rem !important
	}

	.l\:eds-u-ptNegative1of8 {
		padding-top: -0.125rem !important
	}

	.l\:eds-u-pbNegative1of8 {
		padding-bottom: -0.125rem !important
	}

	.l\:eds-u-plNegative1of8 {
		padding-left: -0.125rem !important
	}

	.l\:eds-u-prNegative1of8 {
		padding-right: -0.125rem !important
	}

	.l\:eds-u-pyNegative1of8 {
		padding-top: -0.125rem !important;
		padding-bottom: -0.125rem !important
	}

	.l\:eds-u-pxNegative1of8 {
		padding-left: -0.125rem !important;
		padding-right: -0.125rem !important
	}

	.l\:eds-u-p2of8 {
		padding: 0.25rem !important
	}

	.l\:eds-u-pt2of8 {
		padding-top: 0.25rem !important
	}

	.l\:eds-u-pb2of8 {
		padding-bottom: 0.25rem !important
	}

	.l\:eds-u-pl2of8 {
		padding-left: 0.25rem !important
	}

	.l\:eds-u-pr2of8 {
		padding-right: 0.25rem !important
	}

	.l\:eds-u-py2of8 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.l\:eds-u-px2of8 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important
	}

	.l\:eds-u-pNegative2of8 {
		padding: -0.25rem !important
	}

	.l\:eds-u-ptNegative2of8 {
		padding-top: -0.25rem !important
	}

	.l\:eds-u-pbNegative2of8 {
		padding-bottom: -0.25rem !important
	}

	.l\:eds-u-plNegative2of8 {
		padding-left: -0.25rem !important
	}

	.l\:eds-u-prNegative2of8 {
		padding-right: -0.25rem !important
	}

	.l\:eds-u-pyNegative2of8 {
		padding-top: -0.25rem !important;
		padding-bottom: -0.25rem !important
	}

	.l\:eds-u-pxNegative2of8 {
		padding-left: -0.25rem !important;
		padding-right: -0.25rem !important
	}

	.l\:eds-u-p3of8 {
		padding: 0.375rem !important
	}

	.l\:eds-u-pt3of8 {
		padding-top: 0.375rem !important
	}

	.l\:eds-u-pb3of8 {
		padding-bottom: 0.375rem !important
	}

	.l\:eds-u-pl3of8 {
		padding-left: 0.375rem !important
	}

	.l\:eds-u-pr3of8 {
		padding-right: 0.375rem !important
	}

	.l\:eds-u-py3of8 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important
	}

	.l\:eds-u-px3of8 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important
	}

	.l\:eds-u-pNegative3of8 {
		padding: -0.375rem !important
	}

	.l\:eds-u-ptNegative3of8 {
		padding-top: -0.375rem !important
	}

	.l\:eds-u-pbNegative3of8 {
		padding-bottom: -0.375rem !important
	}

	.l\:eds-u-plNegative3of8 {
		padding-left: -0.375rem !important
	}

	.l\:eds-u-prNegative3of8 {
		padding-right: -0.375rem !important
	}

	.l\:eds-u-pyNegative3of8 {
		padding-top: -0.375rem !important;
		padding-bottom: -0.375rem !important
	}

	.l\:eds-u-pxNegative3of8 {
		padding-left: -0.375rem !important;
		padding-right: -0.375rem !important
	}

	.l\:eds-u-p4of8 {
		padding: 0.5rem !important
	}

	.l\:eds-u-pt4of8 {
		padding-top: 0.5rem !important
	}

	.l\:eds-u-pb4of8 {
		padding-bottom: 0.5rem !important
	}

	.l\:eds-u-pl4of8 {
		padding-left: 0.5rem !important
	}

	.l\:eds-u-pr4of8 {
		padding-right: 0.5rem !important
	}

	.l\:eds-u-py4of8 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.l\:eds-u-px4of8 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important
	}

	.l\:eds-u-pNegative4of8 {
		padding: -0.5rem !important
	}

	.l\:eds-u-ptNegative4of8 {
		padding-top: -0.5rem !important
	}

	.l\:eds-u-pbNegative4of8 {
		padding-bottom: -0.5rem !important
	}

	.l\:eds-u-plNegative4of8 {
		padding-left: -0.5rem !important
	}

	.l\:eds-u-prNegative4of8 {
		padding-right: -0.5rem !important
	}

	.l\:eds-u-pyNegative4of8 {
		padding-top: -0.5rem !important;
		padding-bottom: -0.5rem !important
	}

	.l\:eds-u-pxNegative4of8 {
		padding-left: -0.5rem !important;
		padding-right: -0.5rem !important
	}

	.l\:eds-u-p5of8 {
		padding: 0.625rem !important
	}

	.l\:eds-u-pt5of8 {
		padding-top: 0.625rem !important
	}

	.l\:eds-u-pb5of8 {
		padding-bottom: 0.625rem !important
	}

	.l\:eds-u-pl5of8 {
		padding-left: 0.625rem !important
	}

	.l\:eds-u-pr5of8 {
		padding-right: 0.625rem !important
	}

	.l\:eds-u-py5of8 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important
	}

	.l\:eds-u-px5of8 {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important
	}

	.l\:eds-u-pNegative5of8 {
		padding: -0.625rem !important
	}

	.l\:eds-u-ptNegative5of8 {
		padding-top: -0.625rem !important
	}

	.l\:eds-u-pbNegative5of8 {
		padding-bottom: -0.625rem !important
	}

	.l\:eds-u-plNegative5of8 {
		padding-left: -0.625rem !important
	}

	.l\:eds-u-prNegative5of8 {
		padding-right: -0.625rem !important
	}

	.l\:eds-u-pyNegative5of8 {
		padding-top: -0.625rem !important;
		padding-bottom: -0.625rem !important
	}

	.l\:eds-u-pxNegative5of8 {
		padding-left: -0.625rem !important;
		padding-right: -0.625rem !important
	}

	.l\:eds-u-p6of8 {
		padding: 0.75rem !important
	}

	.l\:eds-u-pt6of8 {
		padding-top: 0.75rem !important
	}

	.l\:eds-u-pb6of8 {
		padding-bottom: 0.75rem !important
	}

	.l\:eds-u-pl6of8 {
		padding-left: 0.75rem !important
	}

	.l\:eds-u-pr6of8 {
		padding-right: 0.75rem !important
	}

	.l\:eds-u-py6of8 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important
	}

	.l\:eds-u-px6of8 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important
	}

	.l\:eds-u-pNegative6of8 {
		padding: -0.75rem !important
	}

	.l\:eds-u-ptNegative6of8 {
		padding-top: -0.75rem !important
	}

	.l\:eds-u-pbNegative6of8 {
		padding-bottom: -0.75rem !important
	}

	.l\:eds-u-plNegative6of8 {
		padding-left: -0.75rem !important
	}

	.l\:eds-u-prNegative6of8 {
		padding-right: -0.75rem !important
	}

	.l\:eds-u-pyNegative6of8 {
		padding-top: -0.75rem !important;
		padding-bottom: -0.75rem !important
	}

	.l\:eds-u-pxNegative6of8 {
		padding-left: -0.75rem !important;
		padding-right: -0.75rem !important
	}

	.l\:eds-u-p7of8 {
		padding: 0.875rem !important
	}

	.l\:eds-u-pt7of8 {
		padding-top: 0.875rem !important
	}

	.l\:eds-u-pb7of8 {
		padding-bottom: 0.875rem !important
	}

	.l\:eds-u-pl7of8 {
		padding-left: 0.875rem !important
	}

	.l\:eds-u-pr7of8 {
		padding-right: 0.875rem !important
	}

	.l\:eds-u-py7of8 {
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important
	}

	.l\:eds-u-px7of8 {
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important
	}

	.l\:eds-u-pNegative7of8 {
		padding: -0.875rem !important
	}

	.l\:eds-u-ptNegative7of8 {
		padding-top: -0.875rem !important
	}

	.l\:eds-u-pbNegative7of8 {
		padding-bottom: -0.875rem !important
	}

	.l\:eds-u-plNegative7of8 {
		padding-left: -0.875rem !important
	}

	.l\:eds-u-prNegative7of8 {
		padding-right: -0.875rem !important
	}

	.l\:eds-u-pyNegative7of8 {
		padding-top: -0.875rem !important;
		padding-bottom: -0.875rem !important
	}

	.l\:eds-u-pxNegative7of8 {
		padding-left: -0.875rem !important;
		padding-right: -0.875rem !important
	}

	.l\:eds-u-p8of8 {
		padding: 1rem !important
	}

	.l\:eds-u-pt8of8 {
		padding-top: 1rem !important
	}

	.l\:eds-u-pb8of8 {
		padding-bottom: 1rem !important
	}

	.l\:eds-u-pl8of8 {
		padding-left: 1rem !important
	}

	.l\:eds-u-pr8of8 {
		padding-right: 1rem !important
	}

	.l\:eds-u-py8of8 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.l\:eds-u-px8of8 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.l\:eds-u-pNegative8of8 {
		padding: -1rem !important
	}

	.l\:eds-u-ptNegative8of8 {
		padding-top: -1rem !important
	}

	.l\:eds-u-pbNegative8of8 {
		padding-bottom: -1rem !important
	}

	.l\:eds-u-plNegative8of8 {
		padding-left: -1rem !important
	}

	.l\:eds-u-prNegative8of8 {
		padding-right: -1rem !important
	}

	.l\:eds-u-pyNegative8of8 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.l\:eds-u-pxNegative8of8 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.l\:eds-u-p9of8 {
		padding: 1.125rem !important
	}

	.l\:eds-u-pt9of8 {
		padding-top: 1.125rem !important
	}

	.l\:eds-u-pb9of8 {
		padding-bottom: 1.125rem !important
	}

	.l\:eds-u-pl9of8 {
		padding-left: 1.125rem !important
	}

	.l\:eds-u-pr9of8 {
		padding-right: 1.125rem !important
	}

	.l\:eds-u-py9of8 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.l\:eds-u-px9of8 {
		padding-left: 1.125rem !important;
		padding-right: 1.125rem !important
	}

	.l\:eds-u-pNegative9of8 {
		padding: -1.125rem !important
	}

	.l\:eds-u-ptNegative9of8 {
		padding-top: -1.125rem !important
	}

	.l\:eds-u-pbNegative9of8 {
		padding-bottom: -1.125rem !important
	}

	.l\:eds-u-plNegative9of8 {
		padding-left: -1.125rem !important
	}

	.l\:eds-u-prNegative9of8 {
		padding-right: -1.125rem !important
	}

	.l\:eds-u-pyNegative9of8 {
		padding-top: -1.125rem !important;
		padding-bottom: -1.125rem !important
	}

	.l\:eds-u-pxNegative9of8 {
		padding-left: -1.125rem !important;
		padding-right: -1.125rem !important
	}

	.l\:eds-u-p10of8 {
		padding: 1.25rem !important
	}

	.l\:eds-u-pt10of8 {
		padding-top: 1.25rem !important
	}

	.l\:eds-u-pb10of8 {
		padding-bottom: 1.25rem !important
	}

	.l\:eds-u-pl10of8 {
		padding-left: 1.25rem !important
	}

	.l\:eds-u-pr10of8 {
		padding-right: 1.25rem !important
	}

	.l\:eds-u-py10of8 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.l\:eds-u-px10of8 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.l\:eds-u-pNegative10of8 {
		padding: -1.25rem !important
	}

	.l\:eds-u-ptNegative10of8 {
		padding-top: -1.25rem !important
	}

	.l\:eds-u-pbNegative10of8 {
		padding-bottom: -1.25rem !important
	}

	.l\:eds-u-plNegative10of8 {
		padding-left: -1.25rem !important
	}

	.l\:eds-u-prNegative10of8 {
		padding-right: -1.25rem !important
	}

	.l\:eds-u-pyNegative10of8 {
		padding-top: -1.25rem !important;
		padding-bottom: -1.25rem !important
	}

	.l\:eds-u-pxNegative10of8 {
		padding-left: -1.25rem !important;
		padding-right: -1.25rem !important
	}

	.l\:eds-u-p11of8 {
		padding: 1.375rem !important
	}

	.l\:eds-u-pt11of8 {
		padding-top: 1.375rem !important
	}

	.l\:eds-u-pb11of8 {
		padding-bottom: 1.375rem !important
	}

	.l\:eds-u-pl11of8 {
		padding-left: 1.375rem !important
	}

	.l\:eds-u-pr11of8 {
		padding-right: 1.375rem !important
	}

	.l\:eds-u-py11of8 {
		padding-top: 1.375rem !important;
		padding-bottom: 1.375rem !important
	}

	.l\:eds-u-px11of8 {
		padding-left: 1.375rem !important;
		padding-right: 1.375rem !important
	}

	.l\:eds-u-pNegative11of8 {
		padding: -1.375rem !important
	}

	.l\:eds-u-ptNegative11of8 {
		padding-top: -1.375rem !important
	}

	.l\:eds-u-pbNegative11of8 {
		padding-bottom: -1.375rem !important
	}

	.l\:eds-u-plNegative11of8 {
		padding-left: -1.375rem !important
	}

	.l\:eds-u-prNegative11of8 {
		padding-right: -1.375rem !important
	}

	.l\:eds-u-pyNegative11of8 {
		padding-top: -1.375rem !important;
		padding-bottom: -1.375rem !important
	}

	.l\:eds-u-pxNegative11of8 {
		padding-left: -1.375rem !important;
		padding-right: -1.375rem !important
	}

	.l\:eds-u-p12of8 {
		padding: 1.5rem !important
	}

	.l\:eds-u-pt12of8 {
		padding-top: 1.5rem !important
	}

	.l\:eds-u-pb12of8 {
		padding-bottom: 1.5rem !important
	}

	.l\:eds-u-pl12of8 {
		padding-left: 1.5rem !important
	}

	.l\:eds-u-pr12of8 {
		padding-right: 1.5rem !important
	}

	.l\:eds-u-py12of8 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.l\:eds-u-px12of8 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.l\:eds-u-pNegative12of8 {
		padding: -1.5rem !important
	}

	.l\:eds-u-ptNegative12of8 {
		padding-top: -1.5rem !important
	}

	.l\:eds-u-pbNegative12of8 {
		padding-bottom: -1.5rem !important
	}

	.l\:eds-u-plNegative12of8 {
		padding-left: -1.5rem !important
	}

	.l\:eds-u-prNegative12of8 {
		padding-right: -1.5rem !important
	}

	.l\:eds-u-pyNegative12of8 {
		padding-top: -1.5rem !important;
		padding-bottom: -1.5rem !important
	}

	.l\:eds-u-pxNegative12of8 {
		padding-left: -1.5rem !important;
		padding-right: -1.5rem !important
	}

	.l\:eds-u-p0 {
		padding: 0rem !important
	}

	.l\:eds-u-pt0 {
		padding-top: 0rem !important
	}

	.l\:eds-u-pb0 {
		padding-bottom: 0rem !important
	}

	.l\:eds-u-pl0 {
		padding-left: 0rem !important
	}

	.l\:eds-u-pr0 {
		padding-right: 0rem !important
	}

	.l\:eds-u-py0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.l\:eds-u-px0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.l\:eds-u-pNegative0 {
		padding: 0 rem !important
	}

	.l\:eds-u-ptNegative0 {
		padding-top: 0rem !important
	}

	.l\:eds-u-pbNegative0 {
		padding-bottom: 0rem !important
	}

	.l\:eds-u-plNegative0 {
		padding-left: 0rem !important
	}

	.l\:eds-u-prNegative0 {
		padding-right: 0rem !important
	}

	.l\:eds-u-pyNegative0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.l\:eds-u-pxNegative0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.l\:eds-u-p1 {
		padding: 1rem !important
	}

	.l\:eds-u-pt1 {
		padding-top: 1rem !important
	}

	.l\:eds-u-pb1 {
		padding-bottom: 1rem !important
	}

	.l\:eds-u-pl1 {
		padding-left: 1rem !important
	}

	.l\:eds-u-pr1 {
		padding-right: 1rem !important
	}

	.l\:eds-u-py1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.l\:eds-u-px1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.l\:eds-u-pNegative1 {
		padding: -1 rem !important
	}

	.l\:eds-u-ptNegative1 {
		padding-top: -1rem !important
	}

	.l\:eds-u-pbNegative1 {
		padding-bottom: -1rem !important
	}

	.l\:eds-u-plNegative1 {
		padding-left: -1rem !important
	}

	.l\:eds-u-prNegative1 {
		padding-right: -1rem !important
	}

	.l\:eds-u-pyNegative1 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.l\:eds-u-pxNegative1 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.l\:eds-u-p2 {
		padding: 2rem !important
	}

	.l\:eds-u-pt2 {
		padding-top: 2rem !important
	}

	.l\:eds-u-pb2 {
		padding-bottom: 2rem !important
	}

	.l\:eds-u-pl2 {
		padding-left: 2rem !important
	}

	.l\:eds-u-pr2 {
		padding-right: 2rem !important
	}

	.l\:eds-u-py2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.l\:eds-u-px2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.l\:eds-u-pNegative2 {
		padding: -2 rem !important
	}

	.l\:eds-u-ptNegative2 {
		padding-top: -2rem !important
	}

	.l\:eds-u-pbNegative2 {
		padding-bottom: -2rem !important
	}

	.l\:eds-u-plNegative2 {
		padding-left: -2rem !important
	}

	.l\:eds-u-prNegative2 {
		padding-right: -2rem !important
	}

	.l\:eds-u-pyNegative2 {
		padding-top: -2rem !important;
		padding-bottom: -2rem !important
	}

	.l\:eds-u-pxNegative2 {
		padding-left: -2rem !important;
		padding-right: -2rem !important
	}

	.l\:eds-u-p3 {
		padding: 3rem !important
	}

	.l\:eds-u-pt3 {
		padding-top: 3rem !important
	}

	.l\:eds-u-pb3 {
		padding-bottom: 3rem !important
	}

	.l\:eds-u-pl3 {
		padding-left: 3rem !important
	}

	.l\:eds-u-pr3 {
		padding-right: 3rem !important
	}

	.l\:eds-u-py3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.l\:eds-u-px3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.l\:eds-u-pNegative3 {
		padding: -3 rem !important
	}

	.l\:eds-u-ptNegative3 {
		padding-top: -3rem !important
	}

	.l\:eds-u-pbNegative3 {
		padding-bottom: -3rem !important
	}

	.l\:eds-u-plNegative3 {
		padding-left: -3rem !important
	}

	.l\:eds-u-prNegative3 {
		padding-right: -3rem !important
	}

	.l\:eds-u-pyNegative3 {
		padding-top: -3rem !important;
		padding-bottom: -3rem !important
	}

	.l\:eds-u-pxNegative3 {
		padding-left: -3rem !important;
		padding-right: -3rem !important
	}

	.l\:eds-u-p4 {
		padding: 4rem !important
	}

	.l\:eds-u-pt4 {
		padding-top: 4rem !important
	}

	.l\:eds-u-pb4 {
		padding-bottom: 4rem !important
	}

	.l\:eds-u-pl4 {
		padding-left: 4rem !important
	}

	.l\:eds-u-pr4 {
		padding-right: 4rem !important
	}

	.l\:eds-u-py4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.l\:eds-u-px4 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.l\:eds-u-pNegative4 {
		padding: -4 rem !important
	}

	.l\:eds-u-ptNegative4 {
		padding-top: -4rem !important
	}

	.l\:eds-u-pbNegative4 {
		padding-bottom: -4rem !important
	}

	.l\:eds-u-plNegative4 {
		padding-left: -4rem !important
	}

	.l\:eds-u-prNegative4 {
		padding-right: -4rem !important
	}

	.l\:eds-u-pyNegative4 {
		padding-top: -4rem !important;
		padding-bottom: -4rem !important
	}

	.l\:eds-u-pxNegative4 {
		padding-left: -4rem !important;
		padding-right: -4rem !important
	}

	.l\:eds-u-p5 {
		padding: 5rem !important
	}

	.l\:eds-u-pt5 {
		padding-top: 5rem !important
	}

	.l\:eds-u-pb5 {
		padding-bottom: 5rem !important
	}

	.l\:eds-u-pl5 {
		padding-left: 5rem !important
	}

	.l\:eds-u-pr5 {
		padding-right: 5rem !important
	}

	.l\:eds-u-py5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.l\:eds-u-px5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.l\:eds-u-pNegative5 {
		padding: -5 rem !important
	}

	.l\:eds-u-ptNegative5 {
		padding-top: -5rem !important
	}

	.l\:eds-u-pbNegative5 {
		padding-bottom: -5rem !important
	}

	.l\:eds-u-plNegative5 {
		padding-left: -5rem !important
	}

	.l\:eds-u-prNegative5 {
		padding-right: -5rem !important
	}

	.l\:eds-u-pyNegative5 {
		padding-top: -5rem !important;
		padding-bottom: -5rem !important
	}

	.l\:eds-u-pxNegative5 {
		padding-left: -5rem !important;
		padding-right: -5rem !important
	}

	.l\:eds-u-p6 {
		padding: 6rem !important
	}

	.l\:eds-u-pt6 {
		padding-top: 6rem !important
	}

	.l\:eds-u-pb6 {
		padding-bottom: 6rem !important
	}

	.l\:eds-u-pl6 {
		padding-left: 6rem !important
	}

	.l\:eds-u-pr6 {
		padding-right: 6rem !important
	}

	.l\:eds-u-py6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.l\:eds-u-px6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.l\:eds-u-pNegative6 {
		padding: -6 rem !important
	}

	.l\:eds-u-ptNegative6 {
		padding-top: -6rem !important
	}

	.l\:eds-u-pbNegative6 {
		padding-bottom: -6rem !important
	}

	.l\:eds-u-plNegative6 {
		padding-left: -6rem !important
	}

	.l\:eds-u-prNegative6 {
		padding-right: -6rem !important
	}

	.l\:eds-u-pyNegative6 {
		padding-top: -6rem !important;
		padding-bottom: -6rem !important
	}

	.l\:eds-u-pxNegative6 {
		padding-left: -6rem !important;
		padding-right: -6rem !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-p1of8 {
		padding:0.125rem !important
	}

	.m\:eds-u-pt1of8 {
		padding-top: 0.125rem !important
	}

	.m\:eds-u-pb1of8 {
		padding-bottom: 0.125rem !important
	}

	.m\:eds-u-pl1of8 {
		padding-left: 0.125rem !important
	}

	.m\:eds-u-pr1of8 {
		padding-right: 0.125rem !important
	}

	.m\:eds-u-py1of8 {
		padding-top: 0.125rem !important;
		padding-bottom: 0.125rem !important
	}

	.m\:eds-u-px1of8 {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important
	}

	.m\:eds-u-pNegative1of8 {
		padding: -0.125rem !important
	}

	.m\:eds-u-ptNegative1of8 {
		padding-top: -0.125rem !important
	}

	.m\:eds-u-pbNegative1of8 {
		padding-bottom: -0.125rem !important
	}

	.m\:eds-u-plNegative1of8 {
		padding-left: -0.125rem !important
	}

	.m\:eds-u-prNegative1of8 {
		padding-right: -0.125rem !important
	}

	.m\:eds-u-pyNegative1of8 {
		padding-top: -0.125rem !important;
		padding-bottom: -0.125rem !important
	}

	.m\:eds-u-pxNegative1of8 {
		padding-left: -0.125rem !important;
		padding-right: -0.125rem !important
	}

	.m\:eds-u-p2of8 {
		padding: 0.25rem !important
	}

	.m\:eds-u-pt2of8 {
		padding-top: 0.25rem !important
	}

	.m\:eds-u-pb2of8 {
		padding-bottom: 0.25rem !important
	}

	.m\:eds-u-pl2of8 {
		padding-left: 0.25rem !important
	}

	.m\:eds-u-pr2of8 {
		padding-right: 0.25rem !important
	}

	.m\:eds-u-py2of8 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.m\:eds-u-px2of8 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important
	}

	.m\:eds-u-pNegative2of8 {
		padding: -0.25rem !important
	}

	.m\:eds-u-ptNegative2of8 {
		padding-top: -0.25rem !important
	}

	.m\:eds-u-pbNegative2of8 {
		padding-bottom: -0.25rem !important
	}

	.m\:eds-u-plNegative2of8 {
		padding-left: -0.25rem !important
	}

	.m\:eds-u-prNegative2of8 {
		padding-right: -0.25rem !important
	}

	.m\:eds-u-pyNegative2of8 {
		padding-top: -0.25rem !important;
		padding-bottom: -0.25rem !important
	}

	.m\:eds-u-pxNegative2of8 {
		padding-left: -0.25rem !important;
		padding-right: -0.25rem !important
	}

	.m\:eds-u-p3of8 {
		padding: 0.375rem !important
	}

	.m\:eds-u-pt3of8 {
		padding-top: 0.375rem !important
	}

	.m\:eds-u-pb3of8 {
		padding-bottom: 0.375rem !important
	}

	.m\:eds-u-pl3of8 {
		padding-left: 0.375rem !important
	}

	.m\:eds-u-pr3of8 {
		padding-right: 0.375rem !important
	}

	.m\:eds-u-py3of8 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important
	}

	.m\:eds-u-px3of8 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important
	}

	.m\:eds-u-pNegative3of8 {
		padding: -0.375rem !important
	}

	.m\:eds-u-ptNegative3of8 {
		padding-top: -0.375rem !important
	}

	.m\:eds-u-pbNegative3of8 {
		padding-bottom: -0.375rem !important
	}

	.m\:eds-u-plNegative3of8 {
		padding-left: -0.375rem !important
	}

	.m\:eds-u-prNegative3of8 {
		padding-right: -0.375rem !important
	}

	.m\:eds-u-pyNegative3of8 {
		padding-top: -0.375rem !important;
		padding-bottom: -0.375rem !important
	}

	.m\:eds-u-pxNegative3of8 {
		padding-left: -0.375rem !important;
		padding-right: -0.375rem !important
	}

	.m\:eds-u-p4of8 {
		padding: 0.5rem !important
	}

	.m\:eds-u-pt4of8 {
		padding-top: 0.5rem !important
	}

	.m\:eds-u-pb4of8 {
		padding-bottom: 0.5rem !important
	}

	.m\:eds-u-pl4of8 {
		padding-left: 0.5rem !important
	}

	.m\:eds-u-pr4of8 {
		padding-right: 0.5rem !important
	}

	.m\:eds-u-py4of8 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.m\:eds-u-px4of8 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important
	}

	.m\:eds-u-pNegative4of8 {
		padding: -0.5rem !important
	}

	.m\:eds-u-ptNegative4of8 {
		padding-top: -0.5rem !important
	}

	.m\:eds-u-pbNegative4of8 {
		padding-bottom: -0.5rem !important
	}

	.m\:eds-u-plNegative4of8 {
		padding-left: -0.5rem !important
	}

	.m\:eds-u-prNegative4of8 {
		padding-right: -0.5rem !important
	}

	.m\:eds-u-pyNegative4of8 {
		padding-top: -0.5rem !important;
		padding-bottom: -0.5rem !important
	}

	.m\:eds-u-pxNegative4of8 {
		padding-left: -0.5rem !important;
		padding-right: -0.5rem !important
	}

	.m\:eds-u-p5of8 {
		padding: 0.625rem !important
	}

	.m\:eds-u-pt5of8 {
		padding-top: 0.625rem !important
	}

	.m\:eds-u-pb5of8 {
		padding-bottom: 0.625rem !important
	}

	.m\:eds-u-pl5of8 {
		padding-left: 0.625rem !important
	}

	.m\:eds-u-pr5of8 {
		padding-right: 0.625rem !important
	}

	.m\:eds-u-py5of8 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important
	}

	.m\:eds-u-px5of8 {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important
	}

	.m\:eds-u-pNegative5of8 {
		padding: -0.625rem !important
	}

	.m\:eds-u-ptNegative5of8 {
		padding-top: -0.625rem !important
	}

	.m\:eds-u-pbNegative5of8 {
		padding-bottom: -0.625rem !important
	}

	.m\:eds-u-plNegative5of8 {
		padding-left: -0.625rem !important
	}

	.m\:eds-u-prNegative5of8 {
		padding-right: -0.625rem !important
	}

	.m\:eds-u-pyNegative5of8 {
		padding-top: -0.625rem !important;
		padding-bottom: -0.625rem !important
	}

	.m\:eds-u-pxNegative5of8 {
		padding-left: -0.625rem !important;
		padding-right: -0.625rem !important
	}

	.m\:eds-u-p6of8 {
		padding: 0.75rem !important
	}

	.m\:eds-u-pt6of8 {
		padding-top: 0.75rem !important
	}

	.m\:eds-u-pb6of8 {
		padding-bottom: 0.75rem !important
	}

	.m\:eds-u-pl6of8 {
		padding-left: 0.75rem !important
	}

	.m\:eds-u-pr6of8 {
		padding-right: 0.75rem !important
	}

	.m\:eds-u-py6of8 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important
	}

	.m\:eds-u-px6of8 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important
	}

	.m\:eds-u-pNegative6of8 {
		padding: -0.75rem !important
	}

	.m\:eds-u-ptNegative6of8 {
		padding-top: -0.75rem !important
	}

	.m\:eds-u-pbNegative6of8 {
		padding-bottom: -0.75rem !important
	}

	.m\:eds-u-plNegative6of8 {
		padding-left: -0.75rem !important
	}

	.m\:eds-u-prNegative6of8 {
		padding-right: -0.75rem !important
	}

	.m\:eds-u-pyNegative6of8 {
		padding-top: -0.75rem !important;
		padding-bottom: -0.75rem !important
	}

	.m\:eds-u-pxNegative6of8 {
		padding-left: -0.75rem !important;
		padding-right: -0.75rem !important
	}

	.m\:eds-u-p7of8 {
		padding: 0.875rem !important
	}

	.m\:eds-u-pt7of8 {
		padding-top: 0.875rem !important
	}

	.m\:eds-u-pb7of8 {
		padding-bottom: 0.875rem !important
	}

	.m\:eds-u-pl7of8 {
		padding-left: 0.875rem !important
	}

	.m\:eds-u-pr7of8 {
		padding-right: 0.875rem !important
	}

	.m\:eds-u-py7of8 {
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important
	}

	.m\:eds-u-px7of8 {
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important
	}

	.m\:eds-u-pNegative7of8 {
		padding: -0.875rem !important
	}

	.m\:eds-u-ptNegative7of8 {
		padding-top: -0.875rem !important
	}

	.m\:eds-u-pbNegative7of8 {
		padding-bottom: -0.875rem !important
	}

	.m\:eds-u-plNegative7of8 {
		padding-left: -0.875rem !important
	}

	.m\:eds-u-prNegative7of8 {
		padding-right: -0.875rem !important
	}

	.m\:eds-u-pyNegative7of8 {
		padding-top: -0.875rem !important;
		padding-bottom: -0.875rem !important
	}

	.m\:eds-u-pxNegative7of8 {
		padding-left: -0.875rem !important;
		padding-right: -0.875rem !important
	}

	.m\:eds-u-p8of8 {
		padding: 1rem !important
	}

	.m\:eds-u-pt8of8 {
		padding-top: 1rem !important
	}

	.m\:eds-u-pb8of8 {
		padding-bottom: 1rem !important
	}

	.m\:eds-u-pl8of8 {
		padding-left: 1rem !important
	}

	.m\:eds-u-pr8of8 {
		padding-right: 1rem !important
	}

	.m\:eds-u-py8of8 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.m\:eds-u-px8of8 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.m\:eds-u-pNegative8of8 {
		padding: -1rem !important
	}

	.m\:eds-u-ptNegative8of8 {
		padding-top: -1rem !important
	}

	.m\:eds-u-pbNegative8of8 {
		padding-bottom: -1rem !important
	}

	.m\:eds-u-plNegative8of8 {
		padding-left: -1rem !important
	}

	.m\:eds-u-prNegative8of8 {
		padding-right: -1rem !important
	}

	.m\:eds-u-pyNegative8of8 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.m\:eds-u-pxNegative8of8 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.m\:eds-u-p9of8 {
		padding: 1.125rem !important
	}

	.m\:eds-u-pt9of8 {
		padding-top: 1.125rem !important
	}

	.m\:eds-u-pb9of8 {
		padding-bottom: 1.125rem !important
	}

	.m\:eds-u-pl9of8 {
		padding-left: 1.125rem !important
	}

	.m\:eds-u-pr9of8 {
		padding-right: 1.125rem !important
	}

	.m\:eds-u-py9of8 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.m\:eds-u-px9of8 {
		padding-left: 1.125rem !important;
		padding-right: 1.125rem !important
	}

	.m\:eds-u-pNegative9of8 {
		padding: -1.125rem !important
	}

	.m\:eds-u-ptNegative9of8 {
		padding-top: -1.125rem !important
	}

	.m\:eds-u-pbNegative9of8 {
		padding-bottom: -1.125rem !important
	}

	.m\:eds-u-plNegative9of8 {
		padding-left: -1.125rem !important
	}

	.m\:eds-u-prNegative9of8 {
		padding-right: -1.125rem !important
	}

	.m\:eds-u-pyNegative9of8 {
		padding-top: -1.125rem !important;
		padding-bottom: -1.125rem !important
	}

	.m\:eds-u-pxNegative9of8 {
		padding-left: -1.125rem !important;
		padding-right: -1.125rem !important
	}

	.m\:eds-u-p10of8 {
		padding: 1.25rem !important
	}

	.m\:eds-u-pt10of8 {
		padding-top: 1.25rem !important
	}

	.m\:eds-u-pb10of8 {
		padding-bottom: 1.25rem !important
	}

	.m\:eds-u-pl10of8 {
		padding-left: 1.25rem !important
	}

	.m\:eds-u-pr10of8 {
		padding-right: 1.25rem !important
	}

	.m\:eds-u-py10of8 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.m\:eds-u-px10of8 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.m\:eds-u-pNegative10of8 {
		padding: -1.25rem !important
	}

	.m\:eds-u-ptNegative10of8 {
		padding-top: -1.25rem !important
	}

	.m\:eds-u-pbNegative10of8 {
		padding-bottom: -1.25rem !important
	}

	.m\:eds-u-plNegative10of8 {
		padding-left: -1.25rem !important
	}

	.m\:eds-u-prNegative10of8 {
		padding-right: -1.25rem !important
	}

	.m\:eds-u-pyNegative10of8 {
		padding-top: -1.25rem !important;
		padding-bottom: -1.25rem !important
	}

	.m\:eds-u-pxNegative10of8 {
		padding-left: -1.25rem !important;
		padding-right: -1.25rem !important
	}

	.m\:eds-u-p11of8 {
		padding: 1.375rem !important
	}

	.m\:eds-u-pt11of8 {
		padding-top: 1.375rem !important
	}

	.m\:eds-u-pb11of8 {
		padding-bottom: 1.375rem !important
	}

	.m\:eds-u-pl11of8 {
		padding-left: 1.375rem !important
	}

	.m\:eds-u-pr11of8 {
		padding-right: 1.375rem !important
	}

	.m\:eds-u-py11of8 {
		padding-top: 1.375rem !important;
		padding-bottom: 1.375rem !important
	}

	.m\:eds-u-px11of8 {
		padding-left: 1.375rem !important;
		padding-right: 1.375rem !important
	}

	.m\:eds-u-pNegative11of8 {
		padding: -1.375rem !important
	}

	.m\:eds-u-ptNegative11of8 {
		padding-top: -1.375rem !important
	}

	.m\:eds-u-pbNegative11of8 {
		padding-bottom: -1.375rem !important
	}

	.m\:eds-u-plNegative11of8 {
		padding-left: -1.375rem !important
	}

	.m\:eds-u-prNegative11of8 {
		padding-right: -1.375rem !important
	}

	.m\:eds-u-pyNegative11of8 {
		padding-top: -1.375rem !important;
		padding-bottom: -1.375rem !important
	}

	.m\:eds-u-pxNegative11of8 {
		padding-left: -1.375rem !important;
		padding-right: -1.375rem !important
	}

	.m\:eds-u-p12of8 {
		padding: 1.5rem !important
	}

	.m\:eds-u-pt12of8 {
		padding-top: 1.5rem !important
	}

	.m\:eds-u-pb12of8 {
		padding-bottom: 1.5rem !important
	}

	.m\:eds-u-pl12of8 {
		padding-left: 1.5rem !important
	}

	.m\:eds-u-pr12of8 {
		padding-right: 1.5rem !important
	}

	.m\:eds-u-py12of8 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.m\:eds-u-px12of8 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.m\:eds-u-pNegative12of8 {
		padding: -1.5rem !important
	}

	.m\:eds-u-ptNegative12of8 {
		padding-top: -1.5rem !important
	}

	.m\:eds-u-pbNegative12of8 {
		padding-bottom: -1.5rem !important
	}

	.m\:eds-u-plNegative12of8 {
		padding-left: -1.5rem !important
	}

	.m\:eds-u-prNegative12of8 {
		padding-right: -1.5rem !important
	}

	.m\:eds-u-pyNegative12of8 {
		padding-top: -1.5rem !important;
		padding-bottom: -1.5rem !important
	}

	.m\:eds-u-pxNegative12of8 {
		padding-left: -1.5rem !important;
		padding-right: -1.5rem !important
	}

	.m\:eds-u-p0 {
		padding: 0rem !important
	}

	.m\:eds-u-pt0 {
		padding-top: 0rem !important
	}

	.m\:eds-u-pb0 {
		padding-bottom: 0rem !important
	}

	.m\:eds-u-pl0 {
		padding-left: 0rem !important
	}

	.m\:eds-u-pr0 {
		padding-right: 0rem !important
	}

	.m\:eds-u-py0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.m\:eds-u-px0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.m\:eds-u-pNegative0 {
		padding: 0 rem !important
	}

	.m\:eds-u-ptNegative0 {
		padding-top: 0rem !important
	}

	.m\:eds-u-pbNegative0 {
		padding-bottom: 0rem !important
	}

	.m\:eds-u-plNegative0 {
		padding-left: 0rem !important
	}

	.m\:eds-u-prNegative0 {
		padding-right: 0rem !important
	}

	.m\:eds-u-pyNegative0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.m\:eds-u-pxNegative0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.m\:eds-u-p1 {
		padding: 1rem !important
	}

	.m\:eds-u-pt1 {
		padding-top: 1rem !important
	}

	.m\:eds-u-pb1 {
		padding-bottom: 1rem !important
	}

	.m\:eds-u-pl1 {
		padding-left: 1rem !important
	}

	.m\:eds-u-pr1 {
		padding-right: 1rem !important
	}

	.m\:eds-u-py1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.m\:eds-u-px1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.m\:eds-u-pNegative1 {
		padding: -1 rem !important
	}

	.m\:eds-u-ptNegative1 {
		padding-top: -1rem !important
	}

	.m\:eds-u-pbNegative1 {
		padding-bottom: -1rem !important
	}

	.m\:eds-u-plNegative1 {
		padding-left: -1rem !important
	}

	.m\:eds-u-prNegative1 {
		padding-right: -1rem !important
	}

	.m\:eds-u-pyNegative1 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.m\:eds-u-pxNegative1 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.m\:eds-u-p2 {
		padding: 2rem !important
	}

	.m\:eds-u-pt2 {
		padding-top: 2rem !important
	}

	.m\:eds-u-pb2 {
		padding-bottom: 2rem !important
	}

	.m\:eds-u-pl2 {
		padding-left: 2rem !important
	}

	.m\:eds-u-pr2 {
		padding-right: 2rem !important
	}

	.m\:eds-u-py2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.m\:eds-u-px2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.m\:eds-u-pNegative2 {
		padding: -2 rem !important
	}

	.m\:eds-u-ptNegative2 {
		padding-top: -2rem !important
	}

	.m\:eds-u-pbNegative2 {
		padding-bottom: -2rem !important
	}

	.m\:eds-u-plNegative2 {
		padding-left: -2rem !important
	}

	.m\:eds-u-prNegative2 {
		padding-right: -2rem !important
	}

	.m\:eds-u-pyNegative2 {
		padding-top: -2rem !important;
		padding-bottom: -2rem !important
	}

	.m\:eds-u-pxNegative2 {
		padding-left: -2rem !important;
		padding-right: -2rem !important
	}

	.m\:eds-u-p3 {
		padding: 3rem !important
	}

	.m\:eds-u-pt3 {
		padding-top: 3rem !important
	}

	.m\:eds-u-pb3 {
		padding-bottom: 3rem !important
	}

	.m\:eds-u-pl3 {
		padding-left: 3rem !important
	}

	.m\:eds-u-pr3 {
		padding-right: 3rem !important
	}

	.m\:eds-u-py3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m\:eds-u-px3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.m\:eds-u-pNegative3 {
		padding: -3 rem !important
	}

	.m\:eds-u-ptNegative3 {
		padding-top: -3rem !important
	}

	.m\:eds-u-pbNegative3 {
		padding-bottom: -3rem !important
	}

	.m\:eds-u-plNegative3 {
		padding-left: -3rem !important
	}

	.m\:eds-u-prNegative3 {
		padding-right: -3rem !important
	}

	.m\:eds-u-pyNegative3 {
		padding-top: -3rem !important;
		padding-bottom: -3rem !important
	}

	.m\:eds-u-pxNegative3 {
		padding-left: -3rem !important;
		padding-right: -3rem !important
	}

	.m\:eds-u-p4 {
		padding: 4rem !important
	}

	.m\:eds-u-pt4 {
		padding-top: 4rem !important
	}

	.m\:eds-u-pb4 {
		padding-bottom: 4rem !important
	}

	.m\:eds-u-pl4 {
		padding-left: 4rem !important
	}

	.m\:eds-u-pr4 {
		padding-right: 4rem !important
	}

	.m\:eds-u-py4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.m\:eds-u-px4 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.m\:eds-u-pNegative4 {
		padding: -4 rem !important
	}

	.m\:eds-u-ptNegative4 {
		padding-top: -4rem !important
	}

	.m\:eds-u-pbNegative4 {
		padding-bottom: -4rem !important
	}

	.m\:eds-u-plNegative4 {
		padding-left: -4rem !important
	}

	.m\:eds-u-prNegative4 {
		padding-right: -4rem !important
	}

	.m\:eds-u-pyNegative4 {
		padding-top: -4rem !important;
		padding-bottom: -4rem !important
	}

	.m\:eds-u-pxNegative4 {
		padding-left: -4rem !important;
		padding-right: -4rem !important
	}

	.m\:eds-u-p5 {
		padding: 5rem !important
	}

	.m\:eds-u-pt5 {
		padding-top: 5rem !important
	}

	.m\:eds-u-pb5 {
		padding-bottom: 5rem !important
	}

	.m\:eds-u-pl5 {
		padding-left: 5rem !important
	}

	.m\:eds-u-pr5 {
		padding-right: 5rem !important
	}

	.m\:eds-u-py5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.m\:eds-u-px5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.m\:eds-u-pNegative5 {
		padding: -5 rem !important
	}

	.m\:eds-u-ptNegative5 {
		padding-top: -5rem !important
	}

	.m\:eds-u-pbNegative5 {
		padding-bottom: -5rem !important
	}

	.m\:eds-u-plNegative5 {
		padding-left: -5rem !important
	}

	.m\:eds-u-prNegative5 {
		padding-right: -5rem !important
	}

	.m\:eds-u-pyNegative5 {
		padding-top: -5rem !important;
		padding-bottom: -5rem !important
	}

	.m\:eds-u-pxNegative5 {
		padding-left: -5rem !important;
		padding-right: -5rem !important
	}

	.m\:eds-u-p6 {
		padding: 6rem !important
	}

	.m\:eds-u-pt6 {
		padding-top: 6rem !important
	}

	.m\:eds-u-pb6 {
		padding-bottom: 6rem !important
	}

	.m\:eds-u-pl6 {
		padding-left: 6rem !important
	}

	.m\:eds-u-pr6 {
		padding-right: 6rem !important
	}

	.m\:eds-u-py6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.m\:eds-u-px6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.m\:eds-u-pNegative6 {
		padding: -6 rem !important
	}

	.m\:eds-u-ptNegative6 {
		padding-top: -6rem !important
	}

	.m\:eds-u-pbNegative6 {
		padding-bottom: -6rem !important
	}

	.m\:eds-u-plNegative6 {
		padding-left: -6rem !important
	}

	.m\:eds-u-prNegative6 {
		padding-right: -6rem !important
	}

	.m\:eds-u-pyNegative6 {
		padding-top: -6rem !important;
		padding-bottom: -6rem !important
	}

	.m\:eds-u-pxNegative6 {
		padding-left: -6rem !important;
		padding-right: -6rem !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-p1of8,.s\:eds-u-p1of8 {
		padding:0.125rem !important
	}

	.sp\:eds-u-pt1of8,.s\:eds-u-pt1of8 {
		padding-top: 0.125rem !important
	}

	.sp\:eds-u-pb1of8,.s\:eds-u-pb1of8 {
		padding-bottom: 0.125rem !important
	}

	.sp\:eds-u-pl1of8,.s\:eds-u-pl1of8 {
		padding-left: 0.125rem !important
	}

	.sp\:eds-u-pr1of8,.s\:eds-u-pr1of8 {
		padding-right: 0.125rem !important
	}

	.sp\:eds-u-py1of8,.s\:eds-u-py1of8 {
		padding-top: 0.125rem !important;
		padding-bottom: 0.125rem !important
	}

	.sp\:eds-u-px1of8,.s\:eds-u-px1of8 {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important
	}

	.sp\:eds-u-pNegative1of8,.s\:eds-u-pNegative1of8 {
		padding: -0.125rem !important
	}

	.sp\:eds-u-ptNegative1of8,.s\:eds-u-ptNegative1of8 {
		padding-top: -0.125rem !important
	}

	.sp\:eds-u-pbNegative1of8,.s\:eds-u-pbNegative1of8 {
		padding-bottom: -0.125rem !important
	}

	.sp\:eds-u-plNegative1of8,.s\:eds-u-plNegative1of8 {
		padding-left: -0.125rem !important
	}

	.sp\:eds-u-prNegative1of8,.s\:eds-u-prNegative1of8 {
		padding-right: -0.125rem !important
	}

	.sp\:eds-u-pyNegative1of8,.s\:eds-u-pyNegative1of8 {
		padding-top: -0.125rem !important;
		padding-bottom: -0.125rem !important
	}

	.sp\:eds-u-pxNegative1of8,.s\:eds-u-pxNegative1of8 {
		padding-left: -0.125rem !important;
		padding-right: -0.125rem !important
	}

	.sp\:eds-u-p2of8,.s\:eds-u-p2of8 {
		padding: 0.25rem !important
	}

	.sp\:eds-u-pt2of8,.s\:eds-u-pt2of8 {
		padding-top: 0.25rem !important
	}

	.sp\:eds-u-pb2of8,.s\:eds-u-pb2of8 {
		padding-bottom: 0.25rem !important
	}

	.sp\:eds-u-pl2of8,.s\:eds-u-pl2of8 {
		padding-left: 0.25rem !important
	}

	.sp\:eds-u-pr2of8,.s\:eds-u-pr2of8 {
		padding-right: 0.25rem !important
	}

	.sp\:eds-u-py2of8,.s\:eds-u-py2of8 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.sp\:eds-u-px2of8,.s\:eds-u-px2of8 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important
	}

	.sp\:eds-u-pNegative2of8,.s\:eds-u-pNegative2of8 {
		padding: -0.25rem !important
	}

	.sp\:eds-u-ptNegative2of8,.s\:eds-u-ptNegative2of8 {
		padding-top: -0.25rem !important
	}

	.sp\:eds-u-pbNegative2of8,.s\:eds-u-pbNegative2of8 {
		padding-bottom: -0.25rem !important
	}

	.sp\:eds-u-plNegative2of8,.s\:eds-u-plNegative2of8 {
		padding-left: -0.25rem !important
	}

	.sp\:eds-u-prNegative2of8,.s\:eds-u-prNegative2of8 {
		padding-right: -0.25rem !important
	}

	.sp\:eds-u-pyNegative2of8,.s\:eds-u-pyNegative2of8 {
		padding-top: -0.25rem !important;
		padding-bottom: -0.25rem !important
	}

	.sp\:eds-u-pxNegative2of8,.s\:eds-u-pxNegative2of8 {
		padding-left: -0.25rem !important;
		padding-right: -0.25rem !important
	}

	.sp\:eds-u-p3of8,.s\:eds-u-p3of8 {
		padding: 0.375rem !important
	}

	.sp\:eds-u-pt3of8,.s\:eds-u-pt3of8 {
		padding-top: 0.375rem !important
	}

	.sp\:eds-u-pb3of8,.s\:eds-u-pb3of8 {
		padding-bottom: 0.375rem !important
	}

	.sp\:eds-u-pl3of8,.s\:eds-u-pl3of8 {
		padding-left: 0.375rem !important
	}

	.sp\:eds-u-pr3of8,.s\:eds-u-pr3of8 {
		padding-right: 0.375rem !important
	}

	.sp\:eds-u-py3of8,.s\:eds-u-py3of8 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important
	}

	.sp\:eds-u-px3of8,.s\:eds-u-px3of8 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important
	}

	.sp\:eds-u-pNegative3of8,.s\:eds-u-pNegative3of8 {
		padding: -0.375rem !important
	}

	.sp\:eds-u-ptNegative3of8,.s\:eds-u-ptNegative3of8 {
		padding-top: -0.375rem !important
	}

	.sp\:eds-u-pbNegative3of8,.s\:eds-u-pbNegative3of8 {
		padding-bottom: -0.375rem !important
	}

	.sp\:eds-u-plNegative3of8,.s\:eds-u-plNegative3of8 {
		padding-left: -0.375rem !important
	}

	.sp\:eds-u-prNegative3of8,.s\:eds-u-prNegative3of8 {
		padding-right: -0.375rem !important
	}

	.sp\:eds-u-pyNegative3of8,.s\:eds-u-pyNegative3of8 {
		padding-top: -0.375rem !important;
		padding-bottom: -0.375rem !important
	}

	.sp\:eds-u-pxNegative3of8,.s\:eds-u-pxNegative3of8 {
		padding-left: -0.375rem !important;
		padding-right: -0.375rem !important
	}

	.sp\:eds-u-p4of8,.s\:eds-u-p4of8 {
		padding: 0.5rem !important
	}

	.sp\:eds-u-pt4of8,.s\:eds-u-pt4of8 {
		padding-top: 0.5rem !important
	}

	.sp\:eds-u-pb4of8,.s\:eds-u-pb4of8 {
		padding-bottom: 0.5rem !important
	}

	.sp\:eds-u-pl4of8,.s\:eds-u-pl4of8 {
		padding-left: 0.5rem !important
	}

	.sp\:eds-u-pr4of8,.s\:eds-u-pr4of8 {
		padding-right: 0.5rem !important
	}

	.sp\:eds-u-py4of8,.s\:eds-u-py4of8 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.sp\:eds-u-px4of8,.s\:eds-u-px4of8 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important
	}

	.sp\:eds-u-pNegative4of8,.s\:eds-u-pNegative4of8 {
		padding: -0.5rem !important
	}

	.sp\:eds-u-ptNegative4of8,.s\:eds-u-ptNegative4of8 {
		padding-top: -0.5rem !important
	}

	.sp\:eds-u-pbNegative4of8,.s\:eds-u-pbNegative4of8 {
		padding-bottom: -0.5rem !important
	}

	.sp\:eds-u-plNegative4of8,.s\:eds-u-plNegative4of8 {
		padding-left: -0.5rem !important
	}

	.sp\:eds-u-prNegative4of8,.s\:eds-u-prNegative4of8 {
		padding-right: -0.5rem !important
	}

	.sp\:eds-u-pyNegative4of8,.s\:eds-u-pyNegative4of8 {
		padding-top: -0.5rem !important;
		padding-bottom: -0.5rem !important
	}

	.sp\:eds-u-pxNegative4of8,.s\:eds-u-pxNegative4of8 {
		padding-left: -0.5rem !important;
		padding-right: -0.5rem !important
	}

	.sp\:eds-u-p5of8,.s\:eds-u-p5of8 {
		padding: 0.625rem !important
	}

	.sp\:eds-u-pt5of8,.s\:eds-u-pt5of8 {
		padding-top: 0.625rem !important
	}

	.sp\:eds-u-pb5of8,.s\:eds-u-pb5of8 {
		padding-bottom: 0.625rem !important
	}

	.sp\:eds-u-pl5of8,.s\:eds-u-pl5of8 {
		padding-left: 0.625rem !important
	}

	.sp\:eds-u-pr5of8,.s\:eds-u-pr5of8 {
		padding-right: 0.625rem !important
	}

	.sp\:eds-u-py5of8,.s\:eds-u-py5of8 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important
	}

	.sp\:eds-u-px5of8,.s\:eds-u-px5of8 {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important
	}

	.sp\:eds-u-pNegative5of8,.s\:eds-u-pNegative5of8 {
		padding: -0.625rem !important
	}

	.sp\:eds-u-ptNegative5of8,.s\:eds-u-ptNegative5of8 {
		padding-top: -0.625rem !important
	}

	.sp\:eds-u-pbNegative5of8,.s\:eds-u-pbNegative5of8 {
		padding-bottom: -0.625rem !important
	}

	.sp\:eds-u-plNegative5of8,.s\:eds-u-plNegative5of8 {
		padding-left: -0.625rem !important
	}

	.sp\:eds-u-prNegative5of8,.s\:eds-u-prNegative5of8 {
		padding-right: -0.625rem !important
	}

	.sp\:eds-u-pyNegative5of8,.s\:eds-u-pyNegative5of8 {
		padding-top: -0.625rem !important;
		padding-bottom: -0.625rem !important
	}

	.sp\:eds-u-pxNegative5of8,.s\:eds-u-pxNegative5of8 {
		padding-left: -0.625rem !important;
		padding-right: -0.625rem !important
	}

	.sp\:eds-u-p6of8,.s\:eds-u-p6of8 {
		padding: 0.75rem !important
	}

	.sp\:eds-u-pt6of8,.s\:eds-u-pt6of8 {
		padding-top: 0.75rem !important
	}

	.sp\:eds-u-pb6of8,.s\:eds-u-pb6of8 {
		padding-bottom: 0.75rem !important
	}

	.sp\:eds-u-pl6of8,.s\:eds-u-pl6of8 {
		padding-left: 0.75rem !important
	}

	.sp\:eds-u-pr6of8,.s\:eds-u-pr6of8 {
		padding-right: 0.75rem !important
	}

	.sp\:eds-u-py6of8,.s\:eds-u-py6of8 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important
	}

	.sp\:eds-u-px6of8,.s\:eds-u-px6of8 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important
	}

	.sp\:eds-u-pNegative6of8,.s\:eds-u-pNegative6of8 {
		padding: -0.75rem !important
	}

	.sp\:eds-u-ptNegative6of8,.s\:eds-u-ptNegative6of8 {
		padding-top: -0.75rem !important
	}

	.sp\:eds-u-pbNegative6of8,.s\:eds-u-pbNegative6of8 {
		padding-bottom: -0.75rem !important
	}

	.sp\:eds-u-plNegative6of8,.s\:eds-u-plNegative6of8 {
		padding-left: -0.75rem !important
	}

	.sp\:eds-u-prNegative6of8,.s\:eds-u-prNegative6of8 {
		padding-right: -0.75rem !important
	}

	.sp\:eds-u-pyNegative6of8,.s\:eds-u-pyNegative6of8 {
		padding-top: -0.75rem !important;
		padding-bottom: -0.75rem !important
	}

	.sp\:eds-u-pxNegative6of8,.s\:eds-u-pxNegative6of8 {
		padding-left: -0.75rem !important;
		padding-right: -0.75rem !important
	}

	.sp\:eds-u-p7of8,.s\:eds-u-p7of8 {
		padding: 0.875rem !important
	}

	.sp\:eds-u-pt7of8,.s\:eds-u-pt7of8 {
		padding-top: 0.875rem !important
	}

	.sp\:eds-u-pb7of8,.s\:eds-u-pb7of8 {
		padding-bottom: 0.875rem !important
	}

	.sp\:eds-u-pl7of8,.s\:eds-u-pl7of8 {
		padding-left: 0.875rem !important
	}

	.sp\:eds-u-pr7of8,.s\:eds-u-pr7of8 {
		padding-right: 0.875rem !important
	}

	.sp\:eds-u-py7of8,.s\:eds-u-py7of8 {
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important
	}

	.sp\:eds-u-px7of8,.s\:eds-u-px7of8 {
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important
	}

	.sp\:eds-u-pNegative7of8,.s\:eds-u-pNegative7of8 {
		padding: -0.875rem !important
	}

	.sp\:eds-u-ptNegative7of8,.s\:eds-u-ptNegative7of8 {
		padding-top: -0.875rem !important
	}

	.sp\:eds-u-pbNegative7of8,.s\:eds-u-pbNegative7of8 {
		padding-bottom: -0.875rem !important
	}

	.sp\:eds-u-plNegative7of8,.s\:eds-u-plNegative7of8 {
		padding-left: -0.875rem !important
	}

	.sp\:eds-u-prNegative7of8,.s\:eds-u-prNegative7of8 {
		padding-right: -0.875rem !important
	}

	.sp\:eds-u-pyNegative7of8,.s\:eds-u-pyNegative7of8 {
		padding-top: -0.875rem !important;
		padding-bottom: -0.875rem !important
	}

	.sp\:eds-u-pxNegative7of8,.s\:eds-u-pxNegative7of8 {
		padding-left: -0.875rem !important;
		padding-right: -0.875rem !important
	}

	.sp\:eds-u-p8of8,.s\:eds-u-p8of8 {
		padding: 1rem !important
	}

	.sp\:eds-u-pt8of8,.s\:eds-u-pt8of8 {
		padding-top: 1rem !important
	}

	.sp\:eds-u-pb8of8,.s\:eds-u-pb8of8 {
		padding-bottom: 1rem !important
	}

	.sp\:eds-u-pl8of8,.s\:eds-u-pl8of8 {
		padding-left: 1rem !important
	}

	.sp\:eds-u-pr8of8,.s\:eds-u-pr8of8 {
		padding-right: 1rem !important
	}

	.sp\:eds-u-py8of8,.s\:eds-u-py8of8 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.sp\:eds-u-px8of8,.s\:eds-u-px8of8 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.sp\:eds-u-pNegative8of8,.s\:eds-u-pNegative8of8 {
		padding: -1rem !important
	}

	.sp\:eds-u-ptNegative8of8,.s\:eds-u-ptNegative8of8 {
		padding-top: -1rem !important
	}

	.sp\:eds-u-pbNegative8of8,.s\:eds-u-pbNegative8of8 {
		padding-bottom: -1rem !important
	}

	.sp\:eds-u-plNegative8of8,.s\:eds-u-plNegative8of8 {
		padding-left: -1rem !important
	}

	.sp\:eds-u-prNegative8of8,.s\:eds-u-prNegative8of8 {
		padding-right: -1rem !important
	}

	.sp\:eds-u-pyNegative8of8,.s\:eds-u-pyNegative8of8 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.sp\:eds-u-pxNegative8of8,.s\:eds-u-pxNegative8of8 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.sp\:eds-u-p9of8,.s\:eds-u-p9of8 {
		padding: 1.125rem !important
	}

	.sp\:eds-u-pt9of8,.s\:eds-u-pt9of8 {
		padding-top: 1.125rem !important
	}

	.sp\:eds-u-pb9of8,.s\:eds-u-pb9of8 {
		padding-bottom: 1.125rem !important
	}

	.sp\:eds-u-pl9of8,.s\:eds-u-pl9of8 {
		padding-left: 1.125rem !important
	}

	.sp\:eds-u-pr9of8,.s\:eds-u-pr9of8 {
		padding-right: 1.125rem !important
	}

	.sp\:eds-u-py9of8,.s\:eds-u-py9of8 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.sp\:eds-u-px9of8,.s\:eds-u-px9of8 {
		padding-left: 1.125rem !important;
		padding-right: 1.125rem !important
	}

	.sp\:eds-u-pNegative9of8,.s\:eds-u-pNegative9of8 {
		padding: -1.125rem !important
	}

	.sp\:eds-u-ptNegative9of8,.s\:eds-u-ptNegative9of8 {
		padding-top: -1.125rem !important
	}

	.sp\:eds-u-pbNegative9of8,.s\:eds-u-pbNegative9of8 {
		padding-bottom: -1.125rem !important
	}

	.sp\:eds-u-plNegative9of8,.s\:eds-u-plNegative9of8 {
		padding-left: -1.125rem !important
	}

	.sp\:eds-u-prNegative9of8,.s\:eds-u-prNegative9of8 {
		padding-right: -1.125rem !important
	}

	.sp\:eds-u-pyNegative9of8,.s\:eds-u-pyNegative9of8 {
		padding-top: -1.125rem !important;
		padding-bottom: -1.125rem !important
	}

	.sp\:eds-u-pxNegative9of8,.s\:eds-u-pxNegative9of8 {
		padding-left: -1.125rem !important;
		padding-right: -1.125rem !important
	}

	.sp\:eds-u-p10of8,.s\:eds-u-p10of8 {
		padding: 1.25rem !important
	}

	.sp\:eds-u-pt10of8,.s\:eds-u-pt10of8 {
		padding-top: 1.25rem !important
	}

	.sp\:eds-u-pb10of8,.s\:eds-u-pb10of8 {
		padding-bottom: 1.25rem !important
	}

	.sp\:eds-u-pl10of8,.s\:eds-u-pl10of8 {
		padding-left: 1.25rem !important
	}

	.sp\:eds-u-pr10of8,.s\:eds-u-pr10of8 {
		padding-right: 1.25rem !important
	}

	.sp\:eds-u-py10of8,.s\:eds-u-py10of8 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.sp\:eds-u-px10of8,.s\:eds-u-px10of8 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.sp\:eds-u-pNegative10of8,.s\:eds-u-pNegative10of8 {
		padding: -1.25rem !important
	}

	.sp\:eds-u-ptNegative10of8,.s\:eds-u-ptNegative10of8 {
		padding-top: -1.25rem !important
	}

	.sp\:eds-u-pbNegative10of8,.s\:eds-u-pbNegative10of8 {
		padding-bottom: -1.25rem !important
	}

	.sp\:eds-u-plNegative10of8,.s\:eds-u-plNegative10of8 {
		padding-left: -1.25rem !important
	}

	.sp\:eds-u-prNegative10of8,.s\:eds-u-prNegative10of8 {
		padding-right: -1.25rem !important
	}

	.sp\:eds-u-pyNegative10of8,.s\:eds-u-pyNegative10of8 {
		padding-top: -1.25rem !important;
		padding-bottom: -1.25rem !important
	}

	.sp\:eds-u-pxNegative10of8,.s\:eds-u-pxNegative10of8 {
		padding-left: -1.25rem !important;
		padding-right: -1.25rem !important
	}

	.sp\:eds-u-p11of8,.s\:eds-u-p11of8 {
		padding: 1.375rem !important
	}

	.sp\:eds-u-pt11of8,.s\:eds-u-pt11of8 {
		padding-top: 1.375rem !important
	}

	.sp\:eds-u-pb11of8,.s\:eds-u-pb11of8 {
		padding-bottom: 1.375rem !important
	}

	.sp\:eds-u-pl11of8,.s\:eds-u-pl11of8 {
		padding-left: 1.375rem !important
	}

	.sp\:eds-u-pr11of8,.s\:eds-u-pr11of8 {
		padding-right: 1.375rem !important
	}

	.sp\:eds-u-py11of8,.s\:eds-u-py11of8 {
		padding-top: 1.375rem !important;
		padding-bottom: 1.375rem !important
	}

	.sp\:eds-u-px11of8,.s\:eds-u-px11of8 {
		padding-left: 1.375rem !important;
		padding-right: 1.375rem !important
	}

	.sp\:eds-u-pNegative11of8,.s\:eds-u-pNegative11of8 {
		padding: -1.375rem !important
	}

	.sp\:eds-u-ptNegative11of8,.s\:eds-u-ptNegative11of8 {
		padding-top: -1.375rem !important
	}

	.sp\:eds-u-pbNegative11of8,.s\:eds-u-pbNegative11of8 {
		padding-bottom: -1.375rem !important
	}

	.sp\:eds-u-plNegative11of8,.s\:eds-u-plNegative11of8 {
		padding-left: -1.375rem !important
	}

	.sp\:eds-u-prNegative11of8,.s\:eds-u-prNegative11of8 {
		padding-right: -1.375rem !important
	}

	.sp\:eds-u-pyNegative11of8,.s\:eds-u-pyNegative11of8 {
		padding-top: -1.375rem !important;
		padding-bottom: -1.375rem !important
	}

	.sp\:eds-u-pxNegative11of8,.s\:eds-u-pxNegative11of8 {
		padding-left: -1.375rem !important;
		padding-right: -1.375rem !important
	}

	.sp\:eds-u-p12of8,.s\:eds-u-p12of8 {
		padding: 1.5rem !important
	}

	.sp\:eds-u-pt12of8,.s\:eds-u-pt12of8 {
		padding-top: 1.5rem !important
	}

	.sp\:eds-u-pb12of8,.s\:eds-u-pb12of8 {
		padding-bottom: 1.5rem !important
	}

	.sp\:eds-u-pl12of8,.s\:eds-u-pl12of8 {
		padding-left: 1.5rem !important
	}

	.sp\:eds-u-pr12of8,.s\:eds-u-pr12of8 {
		padding-right: 1.5rem !important
	}

	.sp\:eds-u-py12of8,.s\:eds-u-py12of8 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.sp\:eds-u-px12of8,.s\:eds-u-px12of8 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.sp\:eds-u-pNegative12of8,.s\:eds-u-pNegative12of8 {
		padding: -1.5rem !important
	}

	.sp\:eds-u-ptNegative12of8,.s\:eds-u-ptNegative12of8 {
		padding-top: -1.5rem !important
	}

	.sp\:eds-u-pbNegative12of8,.s\:eds-u-pbNegative12of8 {
		padding-bottom: -1.5rem !important
	}

	.sp\:eds-u-plNegative12of8,.s\:eds-u-plNegative12of8 {
		padding-left: -1.5rem !important
	}

	.sp\:eds-u-prNegative12of8,.s\:eds-u-prNegative12of8 {
		padding-right: -1.5rem !important
	}

	.sp\:eds-u-pyNegative12of8,.s\:eds-u-pyNegative12of8 {
		padding-top: -1.5rem !important;
		padding-bottom: -1.5rem !important
	}

	.sp\:eds-u-pxNegative12of8,.s\:eds-u-pxNegative12of8 {
		padding-left: -1.5rem !important;
		padding-right: -1.5rem !important
	}

	.sp\:eds-u-p0,.s\:eds-u-p0 {
		padding: 0rem !important
	}

	.sp\:eds-u-pt0,.s\:eds-u-pt0 {
		padding-top: 0rem !important
	}

	.sp\:eds-u-pb0,.s\:eds-u-pb0 {
		padding-bottom: 0rem !important
	}

	.sp\:eds-u-pl0,.s\:eds-u-pl0 {
		padding-left: 0rem !important
	}

	.sp\:eds-u-pr0,.s\:eds-u-pr0 {
		padding-right: 0rem !important
	}

	.sp\:eds-u-py0,.s\:eds-u-py0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.sp\:eds-u-px0,.s\:eds-u-px0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.sp\:eds-u-pNegative0,.s\:eds-u-pNegative0 {
		padding: 0 rem !important
	}

	.sp\:eds-u-ptNegative0,.s\:eds-u-ptNegative0 {
		padding-top: 0rem !important
	}

	.sp\:eds-u-pbNegative0,.s\:eds-u-pbNegative0 {
		padding-bottom: 0rem !important
	}

	.sp\:eds-u-plNegative0,.s\:eds-u-plNegative0 {
		padding-left: 0rem !important
	}

	.sp\:eds-u-prNegative0,.s\:eds-u-prNegative0 {
		padding-right: 0rem !important
	}

	.sp\:eds-u-pyNegative0,.s\:eds-u-pyNegative0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.sp\:eds-u-pxNegative0,.s\:eds-u-pxNegative0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.sp\:eds-u-p1,.s\:eds-u-p1 {
		padding: 1rem !important
	}

	.sp\:eds-u-pt1,.s\:eds-u-pt1 {
		padding-top: 1rem !important
	}

	.sp\:eds-u-pb1,.s\:eds-u-pb1 {
		padding-bottom: 1rem !important
	}

	.sp\:eds-u-pl1,.s\:eds-u-pl1 {
		padding-left: 1rem !important
	}

	.sp\:eds-u-pr1,.s\:eds-u-pr1 {
		padding-right: 1rem !important
	}

	.sp\:eds-u-py1,.s\:eds-u-py1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.sp\:eds-u-px1,.s\:eds-u-px1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.sp\:eds-u-pNegative1,.s\:eds-u-pNegative1 {
		padding: -1 rem !important
	}

	.sp\:eds-u-ptNegative1,.s\:eds-u-ptNegative1 {
		padding-top: -1rem !important
	}

	.sp\:eds-u-pbNegative1,.s\:eds-u-pbNegative1 {
		padding-bottom: -1rem !important
	}

	.sp\:eds-u-plNegative1,.s\:eds-u-plNegative1 {
		padding-left: -1rem !important
	}

	.sp\:eds-u-prNegative1,.s\:eds-u-prNegative1 {
		padding-right: -1rem !important
	}

	.sp\:eds-u-pyNegative1,.s\:eds-u-pyNegative1 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.sp\:eds-u-pxNegative1,.s\:eds-u-pxNegative1 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.sp\:eds-u-p2,.s\:eds-u-p2 {
		padding: 2rem !important
	}

	.sp\:eds-u-pt2,.s\:eds-u-pt2 {
		padding-top: 2rem !important
	}

	.sp\:eds-u-pb2,.s\:eds-u-pb2 {
		padding-bottom: 2rem !important
	}

	.sp\:eds-u-pl2,.s\:eds-u-pl2 {
		padding-left: 2rem !important
	}

	.sp\:eds-u-pr2,.s\:eds-u-pr2 {
		padding-right: 2rem !important
	}

	.sp\:eds-u-py2,.s\:eds-u-py2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.sp\:eds-u-px2,.s\:eds-u-px2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.sp\:eds-u-pNegative2,.s\:eds-u-pNegative2 {
		padding: -2 rem !important
	}

	.sp\:eds-u-ptNegative2,.s\:eds-u-ptNegative2 {
		padding-top: -2rem !important
	}

	.sp\:eds-u-pbNegative2,.s\:eds-u-pbNegative2 {
		padding-bottom: -2rem !important
	}

	.sp\:eds-u-plNegative2,.s\:eds-u-plNegative2 {
		padding-left: -2rem !important
	}

	.sp\:eds-u-prNegative2,.s\:eds-u-prNegative2 {
		padding-right: -2rem !important
	}

	.sp\:eds-u-pyNegative2,.s\:eds-u-pyNegative2 {
		padding-top: -2rem !important;
		padding-bottom: -2rem !important
	}

	.sp\:eds-u-pxNegative2,.s\:eds-u-pxNegative2 {
		padding-left: -2rem !important;
		padding-right: -2rem !important
	}

	.sp\:eds-u-p3,.s\:eds-u-p3 {
		padding: 3rem !important
	}

	.sp\:eds-u-pt3,.s\:eds-u-pt3 {
		padding-top: 3rem !important
	}

	.sp\:eds-u-pb3,.s\:eds-u-pb3 {
		padding-bottom: 3rem !important
	}

	.sp\:eds-u-pl3,.s\:eds-u-pl3 {
		padding-left: 3rem !important
	}

	.sp\:eds-u-pr3,.s\:eds-u-pr3 {
		padding-right: 3rem !important
	}

	.sp\:eds-u-py3,.s\:eds-u-py3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.sp\:eds-u-px3,.s\:eds-u-px3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.sp\:eds-u-pNegative3,.s\:eds-u-pNegative3 {
		padding: -3 rem !important
	}

	.sp\:eds-u-ptNegative3,.s\:eds-u-ptNegative3 {
		padding-top: -3rem !important
	}

	.sp\:eds-u-pbNegative3,.s\:eds-u-pbNegative3 {
		padding-bottom: -3rem !important
	}

	.sp\:eds-u-plNegative3,.s\:eds-u-plNegative3 {
		padding-left: -3rem !important
	}

	.sp\:eds-u-prNegative3,.s\:eds-u-prNegative3 {
		padding-right: -3rem !important
	}

	.sp\:eds-u-pyNegative3,.s\:eds-u-pyNegative3 {
		padding-top: -3rem !important;
		padding-bottom: -3rem !important
	}

	.sp\:eds-u-pxNegative3,.s\:eds-u-pxNegative3 {
		padding-left: -3rem !important;
		padding-right: -3rem !important
	}

	.sp\:eds-u-p4,.s\:eds-u-p4 {
		padding: 4rem !important
	}

	.sp\:eds-u-pt4,.s\:eds-u-pt4 {
		padding-top: 4rem !important
	}

	.sp\:eds-u-pb4,.s\:eds-u-pb4 {
		padding-bottom: 4rem !important
	}

	.sp\:eds-u-pl4,.s\:eds-u-pl4 {
		padding-left: 4rem !important
	}

	.sp\:eds-u-pr4,.s\:eds-u-pr4 {
		padding-right: 4rem !important
	}

	.sp\:eds-u-py4,.s\:eds-u-py4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.sp\:eds-u-px4,.s\:eds-u-px4 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.sp\:eds-u-pNegative4,.s\:eds-u-pNegative4 {
		padding: -4 rem !important
	}

	.sp\:eds-u-ptNegative4,.s\:eds-u-ptNegative4 {
		padding-top: -4rem !important
	}

	.sp\:eds-u-pbNegative4,.s\:eds-u-pbNegative4 {
		padding-bottom: -4rem !important
	}

	.sp\:eds-u-plNegative4,.s\:eds-u-plNegative4 {
		padding-left: -4rem !important
	}

	.sp\:eds-u-prNegative4,.s\:eds-u-prNegative4 {
		padding-right: -4rem !important
	}

	.sp\:eds-u-pyNegative4,.s\:eds-u-pyNegative4 {
		padding-top: -4rem !important;
		padding-bottom: -4rem !important
	}

	.sp\:eds-u-pxNegative4,.s\:eds-u-pxNegative4 {
		padding-left: -4rem !important;
		padding-right: -4rem !important
	}

	.sp\:eds-u-p5,.s\:eds-u-p5 {
		padding: 5rem !important
	}

	.sp\:eds-u-pt5,.s\:eds-u-pt5 {
		padding-top: 5rem !important
	}

	.sp\:eds-u-pb5,.s\:eds-u-pb5 {
		padding-bottom: 5rem !important
	}

	.sp\:eds-u-pl5,.s\:eds-u-pl5 {
		padding-left: 5rem !important
	}

	.sp\:eds-u-pr5,.s\:eds-u-pr5 {
		padding-right: 5rem !important
	}

	.sp\:eds-u-py5,.s\:eds-u-py5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.sp\:eds-u-px5,.s\:eds-u-px5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.sp\:eds-u-pNegative5,.s\:eds-u-pNegative5 {
		padding: -5 rem !important
	}

	.sp\:eds-u-ptNegative5,.s\:eds-u-ptNegative5 {
		padding-top: -5rem !important
	}

	.sp\:eds-u-pbNegative5,.s\:eds-u-pbNegative5 {
		padding-bottom: -5rem !important
	}

	.sp\:eds-u-plNegative5,.s\:eds-u-plNegative5 {
		padding-left: -5rem !important
	}

	.sp\:eds-u-prNegative5,.s\:eds-u-prNegative5 {
		padding-right: -5rem !important
	}

	.sp\:eds-u-pyNegative5,.s\:eds-u-pyNegative5 {
		padding-top: -5rem !important;
		padding-bottom: -5rem !important
	}

	.sp\:eds-u-pxNegative5,.s\:eds-u-pxNegative5 {
		padding-left: -5rem !important;
		padding-right: -5rem !important
	}

	.sp\:eds-u-p6,.s\:eds-u-p6 {
		padding: 6rem !important
	}

	.sp\:eds-u-pt6,.s\:eds-u-pt6 {
		padding-top: 6rem !important
	}

	.sp\:eds-u-pb6,.s\:eds-u-pb6 {
		padding-bottom: 6rem !important
	}

	.sp\:eds-u-pl6,.s\:eds-u-pl6 {
		padding-left: 6rem !important
	}

	.sp\:eds-u-pr6,.s\:eds-u-pr6 {
		padding-right: 6rem !important
	}

	.sp\:eds-u-py6,.s\:eds-u-py6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.sp\:eds-u-px6,.s\:eds-u-px6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.sp\:eds-u-pNegative6,.s\:eds-u-pNegative6 {
		padding: -6 rem !important
	}

	.sp\:eds-u-ptNegative6,.s\:eds-u-ptNegative6 {
		padding-top: -6rem !important
	}

	.sp\:eds-u-pbNegative6,.s\:eds-u-pbNegative6 {
		padding-bottom: -6rem !important
	}

	.sp\:eds-u-plNegative6,.s\:eds-u-plNegative6 {
		padding-left: -6rem !important
	}

	.sp\:eds-u-prNegative6,.s\:eds-u-prNegative6 {
		padding-right: -6rem !important
	}

	.sp\:eds-u-pyNegative6,.s\:eds-u-pyNegative6 {
		padding-top: -6rem !important;
		padding-bottom: -6rem !important
	}

	.sp\:eds-u-pxNegative6,.s\:eds-u-pxNegative6 {
		padding-left: -6rem !important;
		padding-right: -6rem !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-p1of8 {
		padding:0.125rem !important
	}

	.xs\:eds-u-pt1of8 {
		padding-top: 0.125rem !important
	}

	.xs\:eds-u-pb1of8 {
		padding-bottom: 0.125rem !important
	}

	.xs\:eds-u-pl1of8 {
		padding-left: 0.125rem !important
	}

	.xs\:eds-u-pr1of8 {
		padding-right: 0.125rem !important
	}

	.xs\:eds-u-py1of8 {
		padding-top: 0.125rem !important;
		padding-bottom: 0.125rem !important
	}

	.xs\:eds-u-px1of8 {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important
	}

	.xs\:eds-u-pNegative1of8 {
		padding: -0.125rem !important
	}

	.xs\:eds-u-ptNegative1of8 {
		padding-top: -0.125rem !important
	}

	.xs\:eds-u-pbNegative1of8 {
		padding-bottom: -0.125rem !important
	}

	.xs\:eds-u-plNegative1of8 {
		padding-left: -0.125rem !important
	}

	.xs\:eds-u-prNegative1of8 {
		padding-right: -0.125rem !important
	}

	.xs\:eds-u-pyNegative1of8 {
		padding-top: -0.125rem !important;
		padding-bottom: -0.125rem !important
	}

	.xs\:eds-u-pxNegative1of8 {
		padding-left: -0.125rem !important;
		padding-right: -0.125rem !important
	}

	.xs\:eds-u-p2of8 {
		padding: 0.25rem !important
	}

	.xs\:eds-u-pt2of8 {
		padding-top: 0.25rem !important
	}

	.xs\:eds-u-pb2of8 {
		padding-bottom: 0.25rem !important
	}

	.xs\:eds-u-pl2of8 {
		padding-left: 0.25rem !important
	}

	.xs\:eds-u-pr2of8 {
		padding-right: 0.25rem !important
	}

	.xs\:eds-u-py2of8 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.xs\:eds-u-px2of8 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important
	}

	.xs\:eds-u-pNegative2of8 {
		padding: -0.25rem !important
	}

	.xs\:eds-u-ptNegative2of8 {
		padding-top: -0.25rem !important
	}

	.xs\:eds-u-pbNegative2of8 {
		padding-bottom: -0.25rem !important
	}

	.xs\:eds-u-plNegative2of8 {
		padding-left: -0.25rem !important
	}

	.xs\:eds-u-prNegative2of8 {
		padding-right: -0.25rem !important
	}

	.xs\:eds-u-pyNegative2of8 {
		padding-top: -0.25rem !important;
		padding-bottom: -0.25rem !important
	}

	.xs\:eds-u-pxNegative2of8 {
		padding-left: -0.25rem !important;
		padding-right: -0.25rem !important
	}

	.xs\:eds-u-p3of8 {
		padding: 0.375rem !important
	}

	.xs\:eds-u-pt3of8 {
		padding-top: 0.375rem !important
	}

	.xs\:eds-u-pb3of8 {
		padding-bottom: 0.375rem !important
	}

	.xs\:eds-u-pl3of8 {
		padding-left: 0.375rem !important
	}

	.xs\:eds-u-pr3of8 {
		padding-right: 0.375rem !important
	}

	.xs\:eds-u-py3of8 {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important
	}

	.xs\:eds-u-px3of8 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important
	}

	.xs\:eds-u-pNegative3of8 {
		padding: -0.375rem !important
	}

	.xs\:eds-u-ptNegative3of8 {
		padding-top: -0.375rem !important
	}

	.xs\:eds-u-pbNegative3of8 {
		padding-bottom: -0.375rem !important
	}

	.xs\:eds-u-plNegative3of8 {
		padding-left: -0.375rem !important
	}

	.xs\:eds-u-prNegative3of8 {
		padding-right: -0.375rem !important
	}

	.xs\:eds-u-pyNegative3of8 {
		padding-top: -0.375rem !important;
		padding-bottom: -0.375rem !important
	}

	.xs\:eds-u-pxNegative3of8 {
		padding-left: -0.375rem !important;
		padding-right: -0.375rem !important
	}

	.xs\:eds-u-p4of8 {
		padding: 0.5rem !important
	}

	.xs\:eds-u-pt4of8 {
		padding-top: 0.5rem !important
	}

	.xs\:eds-u-pb4of8 {
		padding-bottom: 0.5rem !important
	}

	.xs\:eds-u-pl4of8 {
		padding-left: 0.5rem !important
	}

	.xs\:eds-u-pr4of8 {
		padding-right: 0.5rem !important
	}

	.xs\:eds-u-py4of8 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.xs\:eds-u-px4of8 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important
	}

	.xs\:eds-u-pNegative4of8 {
		padding: -0.5rem !important
	}

	.xs\:eds-u-ptNegative4of8 {
		padding-top: -0.5rem !important
	}

	.xs\:eds-u-pbNegative4of8 {
		padding-bottom: -0.5rem !important
	}

	.xs\:eds-u-plNegative4of8 {
		padding-left: -0.5rem !important
	}

	.xs\:eds-u-prNegative4of8 {
		padding-right: -0.5rem !important
	}

	.xs\:eds-u-pyNegative4of8 {
		padding-top: -0.5rem !important;
		padding-bottom: -0.5rem !important
	}

	.xs\:eds-u-pxNegative4of8 {
		padding-left: -0.5rem !important;
		padding-right: -0.5rem !important
	}

	.xs\:eds-u-p5of8 {
		padding: 0.625rem !important
	}

	.xs\:eds-u-pt5of8 {
		padding-top: 0.625rem !important
	}

	.xs\:eds-u-pb5of8 {
		padding-bottom: 0.625rem !important
	}

	.xs\:eds-u-pl5of8 {
		padding-left: 0.625rem !important
	}

	.xs\:eds-u-pr5of8 {
		padding-right: 0.625rem !important
	}

	.xs\:eds-u-py5of8 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important
	}

	.xs\:eds-u-px5of8 {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important
	}

	.xs\:eds-u-pNegative5of8 {
		padding: -0.625rem !important
	}

	.xs\:eds-u-ptNegative5of8 {
		padding-top: -0.625rem !important
	}

	.xs\:eds-u-pbNegative5of8 {
		padding-bottom: -0.625rem !important
	}

	.xs\:eds-u-plNegative5of8 {
		padding-left: -0.625rem !important
	}

	.xs\:eds-u-prNegative5of8 {
		padding-right: -0.625rem !important
	}

	.xs\:eds-u-pyNegative5of8 {
		padding-top: -0.625rem !important;
		padding-bottom: -0.625rem !important
	}

	.xs\:eds-u-pxNegative5of8 {
		padding-left: -0.625rem !important;
		padding-right: -0.625rem !important
	}

	.xs\:eds-u-p6of8 {
		padding: 0.75rem !important
	}

	.xs\:eds-u-pt6of8 {
		padding-top: 0.75rem !important
	}

	.xs\:eds-u-pb6of8 {
		padding-bottom: 0.75rem !important
	}

	.xs\:eds-u-pl6of8 {
		padding-left: 0.75rem !important
	}

	.xs\:eds-u-pr6of8 {
		padding-right: 0.75rem !important
	}

	.xs\:eds-u-py6of8 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important
	}

	.xs\:eds-u-px6of8 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important
	}

	.xs\:eds-u-pNegative6of8 {
		padding: -0.75rem !important
	}

	.xs\:eds-u-ptNegative6of8 {
		padding-top: -0.75rem !important
	}

	.xs\:eds-u-pbNegative6of8 {
		padding-bottom: -0.75rem !important
	}

	.xs\:eds-u-plNegative6of8 {
		padding-left: -0.75rem !important
	}

	.xs\:eds-u-prNegative6of8 {
		padding-right: -0.75rem !important
	}

	.xs\:eds-u-pyNegative6of8 {
		padding-top: -0.75rem !important;
		padding-bottom: -0.75rem !important
	}

	.xs\:eds-u-pxNegative6of8 {
		padding-left: -0.75rem !important;
		padding-right: -0.75rem !important
	}

	.xs\:eds-u-p7of8 {
		padding: 0.875rem !important
	}

	.xs\:eds-u-pt7of8 {
		padding-top: 0.875rem !important
	}

	.xs\:eds-u-pb7of8 {
		padding-bottom: 0.875rem !important
	}

	.xs\:eds-u-pl7of8 {
		padding-left: 0.875rem !important
	}

	.xs\:eds-u-pr7of8 {
		padding-right: 0.875rem !important
	}

	.xs\:eds-u-py7of8 {
		padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important
	}

	.xs\:eds-u-px7of8 {
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important
	}

	.xs\:eds-u-pNegative7of8 {
		padding: -0.875rem !important
	}

	.xs\:eds-u-ptNegative7of8 {
		padding-top: -0.875rem !important
	}

	.xs\:eds-u-pbNegative7of8 {
		padding-bottom: -0.875rem !important
	}

	.xs\:eds-u-plNegative7of8 {
		padding-left: -0.875rem !important
	}

	.xs\:eds-u-prNegative7of8 {
		padding-right: -0.875rem !important
	}

	.xs\:eds-u-pyNegative7of8 {
		padding-top: -0.875rem !important;
		padding-bottom: -0.875rem !important
	}

	.xs\:eds-u-pxNegative7of8 {
		padding-left: -0.875rem !important;
		padding-right: -0.875rem !important
	}

	.xs\:eds-u-p8of8 {
		padding: 1rem !important
	}

	.xs\:eds-u-pt8of8 {
		padding-top: 1rem !important
	}

	.xs\:eds-u-pb8of8 {
		padding-bottom: 1rem !important
	}

	.xs\:eds-u-pl8of8 {
		padding-left: 1rem !important
	}

	.xs\:eds-u-pr8of8 {
		padding-right: 1rem !important
	}

	.xs\:eds-u-py8of8 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.xs\:eds-u-px8of8 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xs\:eds-u-pNegative8of8 {
		padding: -1rem !important
	}

	.xs\:eds-u-ptNegative8of8 {
		padding-top: -1rem !important
	}

	.xs\:eds-u-pbNegative8of8 {
		padding-bottom: -1rem !important
	}

	.xs\:eds-u-plNegative8of8 {
		padding-left: -1rem !important
	}

	.xs\:eds-u-prNegative8of8 {
		padding-right: -1rem !important
	}

	.xs\:eds-u-pyNegative8of8 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.xs\:eds-u-pxNegative8of8 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.xs\:eds-u-p9of8 {
		padding: 1.125rem !important
	}

	.xs\:eds-u-pt9of8 {
		padding-top: 1.125rem !important
	}

	.xs\:eds-u-pb9of8 {
		padding-bottom: 1.125rem !important
	}

	.xs\:eds-u-pl9of8 {
		padding-left: 1.125rem !important
	}

	.xs\:eds-u-pr9of8 {
		padding-right: 1.125rem !important
	}

	.xs\:eds-u-py9of8 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.xs\:eds-u-px9of8 {
		padding-left: 1.125rem !important;
		padding-right: 1.125rem !important
	}

	.xs\:eds-u-pNegative9of8 {
		padding: -1.125rem !important
	}

	.xs\:eds-u-ptNegative9of8 {
		padding-top: -1.125rem !important
	}

	.xs\:eds-u-pbNegative9of8 {
		padding-bottom: -1.125rem !important
	}

	.xs\:eds-u-plNegative9of8 {
		padding-left: -1.125rem !important
	}

	.xs\:eds-u-prNegative9of8 {
		padding-right: -1.125rem !important
	}

	.xs\:eds-u-pyNegative9of8 {
		padding-top: -1.125rem !important;
		padding-bottom: -1.125rem !important
	}

	.xs\:eds-u-pxNegative9of8 {
		padding-left: -1.125rem !important;
		padding-right: -1.125rem !important
	}

	.xs\:eds-u-p10of8 {
		padding: 1.25rem !important
	}

	.xs\:eds-u-pt10of8 {
		padding-top: 1.25rem !important
	}

	.xs\:eds-u-pb10of8 {
		padding-bottom: 1.25rem !important
	}

	.xs\:eds-u-pl10of8 {
		padding-left: 1.25rem !important
	}

	.xs\:eds-u-pr10of8 {
		padding-right: 1.25rem !important
	}

	.xs\:eds-u-py10of8 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.xs\:eds-u-px10of8 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.xs\:eds-u-pNegative10of8 {
		padding: -1.25rem !important
	}

	.xs\:eds-u-ptNegative10of8 {
		padding-top: -1.25rem !important
	}

	.xs\:eds-u-pbNegative10of8 {
		padding-bottom: -1.25rem !important
	}

	.xs\:eds-u-plNegative10of8 {
		padding-left: -1.25rem !important
	}

	.xs\:eds-u-prNegative10of8 {
		padding-right: -1.25rem !important
	}

	.xs\:eds-u-pyNegative10of8 {
		padding-top: -1.25rem !important;
		padding-bottom: -1.25rem !important
	}

	.xs\:eds-u-pxNegative10of8 {
		padding-left: -1.25rem !important;
		padding-right: -1.25rem !important
	}

	.xs\:eds-u-p11of8 {
		padding: 1.375rem !important
	}

	.xs\:eds-u-pt11of8 {
		padding-top: 1.375rem !important
	}

	.xs\:eds-u-pb11of8 {
		padding-bottom: 1.375rem !important
	}

	.xs\:eds-u-pl11of8 {
		padding-left: 1.375rem !important
	}

	.xs\:eds-u-pr11of8 {
		padding-right: 1.375rem !important
	}

	.xs\:eds-u-py11of8 {
		padding-top: 1.375rem !important;
		padding-bottom: 1.375rem !important
	}

	.xs\:eds-u-px11of8 {
		padding-left: 1.375rem !important;
		padding-right: 1.375rem !important
	}

	.xs\:eds-u-pNegative11of8 {
		padding: -1.375rem !important
	}

	.xs\:eds-u-ptNegative11of8 {
		padding-top: -1.375rem !important
	}

	.xs\:eds-u-pbNegative11of8 {
		padding-bottom: -1.375rem !important
	}

	.xs\:eds-u-plNegative11of8 {
		padding-left: -1.375rem !important
	}

	.xs\:eds-u-prNegative11of8 {
		padding-right: -1.375rem !important
	}

	.xs\:eds-u-pyNegative11of8 {
		padding-top: -1.375rem !important;
		padding-bottom: -1.375rem !important
	}

	.xs\:eds-u-pxNegative11of8 {
		padding-left: -1.375rem !important;
		padding-right: -1.375rem !important
	}

	.xs\:eds-u-p12of8 {
		padding: 1.5rem !important
	}

	.xs\:eds-u-pt12of8 {
		padding-top: 1.5rem !important
	}

	.xs\:eds-u-pb12of8 {
		padding-bottom: 1.5rem !important
	}

	.xs\:eds-u-pl12of8 {
		padding-left: 1.5rem !important
	}

	.xs\:eds-u-pr12of8 {
		padding-right: 1.5rem !important
	}

	.xs\:eds-u-py12of8 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.xs\:eds-u-px12of8 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.xs\:eds-u-pNegative12of8 {
		padding: -1.5rem !important
	}

	.xs\:eds-u-ptNegative12of8 {
		padding-top: -1.5rem !important
	}

	.xs\:eds-u-pbNegative12of8 {
		padding-bottom: -1.5rem !important
	}

	.xs\:eds-u-plNegative12of8 {
		padding-left: -1.5rem !important
	}

	.xs\:eds-u-prNegative12of8 {
		padding-right: -1.5rem !important
	}

	.xs\:eds-u-pyNegative12of8 {
		padding-top: -1.5rem !important;
		padding-bottom: -1.5rem !important
	}

	.xs\:eds-u-pxNegative12of8 {
		padding-left: -1.5rem !important;
		padding-right: -1.5rem !important
	}

	.xs\:eds-u-p0 {
		padding: 0rem !important
	}

	.xs\:eds-u-pt0 {
		padding-top: 0rem !important
	}

	.xs\:eds-u-pb0 {
		padding-bottom: 0rem !important
	}

	.xs\:eds-u-pl0 {
		padding-left: 0rem !important
	}

	.xs\:eds-u-pr0 {
		padding-right: 0rem !important
	}

	.xs\:eds-u-py0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.xs\:eds-u-px0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.xs\:eds-u-pNegative0 {
		padding: 0 rem !important
	}

	.xs\:eds-u-ptNegative0 {
		padding-top: 0rem !important
	}

	.xs\:eds-u-pbNegative0 {
		padding-bottom: 0rem !important
	}

	.xs\:eds-u-plNegative0 {
		padding-left: 0rem !important
	}

	.xs\:eds-u-prNegative0 {
		padding-right: 0rem !important
	}

	.xs\:eds-u-pyNegative0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important
	}

	.xs\:eds-u-pxNegative0 {
		padding-left: 0rem !important;
		padding-right: 0rem !important
	}

	.xs\:eds-u-p1 {
		padding: 1rem !important
	}

	.xs\:eds-u-pt1 {
		padding-top: 1rem !important
	}

	.xs\:eds-u-pb1 {
		padding-bottom: 1rem !important
	}

	.xs\:eds-u-pl1 {
		padding-left: 1rem !important
	}

	.xs\:eds-u-pr1 {
		padding-right: 1rem !important
	}

	.xs\:eds-u-py1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.xs\:eds-u-px1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xs\:eds-u-pNegative1 {
		padding: -1 rem !important
	}

	.xs\:eds-u-ptNegative1 {
		padding-top: -1rem !important
	}

	.xs\:eds-u-pbNegative1 {
		padding-bottom: -1rem !important
	}

	.xs\:eds-u-plNegative1 {
		padding-left: -1rem !important
	}

	.xs\:eds-u-prNegative1 {
		padding-right: -1rem !important
	}

	.xs\:eds-u-pyNegative1 {
		padding-top: -1rem !important;
		padding-bottom: -1rem !important
	}

	.xs\:eds-u-pxNegative1 {
		padding-left: -1rem !important;
		padding-right: -1rem !important
	}

	.xs\:eds-u-p2 {
		padding: 2rem !important
	}

	.xs\:eds-u-pt2 {
		padding-top: 2rem !important
	}

	.xs\:eds-u-pb2 {
		padding-bottom: 2rem !important
	}

	.xs\:eds-u-pl2 {
		padding-left: 2rem !important
	}

	.xs\:eds-u-pr2 {
		padding-right: 2rem !important
	}

	.xs\:eds-u-py2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.xs\:eds-u-px2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.xs\:eds-u-pNegative2 {
		padding: -2 rem !important
	}

	.xs\:eds-u-ptNegative2 {
		padding-top: -2rem !important
	}

	.xs\:eds-u-pbNegative2 {
		padding-bottom: -2rem !important
	}

	.xs\:eds-u-plNegative2 {
		padding-left: -2rem !important
	}

	.xs\:eds-u-prNegative2 {
		padding-right: -2rem !important
	}

	.xs\:eds-u-pyNegative2 {
		padding-top: -2rem !important;
		padding-bottom: -2rem !important
	}

	.xs\:eds-u-pxNegative2 {
		padding-left: -2rem !important;
		padding-right: -2rem !important
	}

	.xs\:eds-u-p3 {
		padding: 3rem !important
	}

	.xs\:eds-u-pt3 {
		padding-top: 3rem !important
	}

	.xs\:eds-u-pb3 {
		padding-bottom: 3rem !important
	}

	.xs\:eds-u-pl3 {
		padding-left: 3rem !important
	}

	.xs\:eds-u-pr3 {
		padding-right: 3rem !important
	}

	.xs\:eds-u-py3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.xs\:eds-u-px3 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.xs\:eds-u-pNegative3 {
		padding: -3 rem !important
	}

	.xs\:eds-u-ptNegative3 {
		padding-top: -3rem !important
	}

	.xs\:eds-u-pbNegative3 {
		padding-bottom: -3rem !important
	}

	.xs\:eds-u-plNegative3 {
		padding-left: -3rem !important
	}

	.xs\:eds-u-prNegative3 {
		padding-right: -3rem !important
	}

	.xs\:eds-u-pyNegative3 {
		padding-top: -3rem !important;
		padding-bottom: -3rem !important
	}

	.xs\:eds-u-pxNegative3 {
		padding-left: -3rem !important;
		padding-right: -3rem !important
	}

	.xs\:eds-u-p4 {
		padding: 4rem !important
	}

	.xs\:eds-u-pt4 {
		padding-top: 4rem !important
	}

	.xs\:eds-u-pb4 {
		padding-bottom: 4rem !important
	}

	.xs\:eds-u-pl4 {
		padding-left: 4rem !important
	}

	.xs\:eds-u-pr4 {
		padding-right: 4rem !important
	}

	.xs\:eds-u-py4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.xs\:eds-u-px4 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.xs\:eds-u-pNegative4 {
		padding: -4 rem !important
	}

	.xs\:eds-u-ptNegative4 {
		padding-top: -4rem !important
	}

	.xs\:eds-u-pbNegative4 {
		padding-bottom: -4rem !important
	}

	.xs\:eds-u-plNegative4 {
		padding-left: -4rem !important
	}

	.xs\:eds-u-prNegative4 {
		padding-right: -4rem !important
	}

	.xs\:eds-u-pyNegative4 {
		padding-top: -4rem !important;
		padding-bottom: -4rem !important
	}

	.xs\:eds-u-pxNegative4 {
		padding-left: -4rem !important;
		padding-right: -4rem !important
	}

	.xs\:eds-u-p5 {
		padding: 5rem !important
	}

	.xs\:eds-u-pt5 {
		padding-top: 5rem !important
	}

	.xs\:eds-u-pb5 {
		padding-bottom: 5rem !important
	}

	.xs\:eds-u-pl5 {
		padding-left: 5rem !important
	}

	.xs\:eds-u-pr5 {
		padding-right: 5rem !important
	}

	.xs\:eds-u-py5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.xs\:eds-u-px5 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.xs\:eds-u-pNegative5 {
		padding: -5 rem !important
	}

	.xs\:eds-u-ptNegative5 {
		padding-top: -5rem !important
	}

	.xs\:eds-u-pbNegative5 {
		padding-bottom: -5rem !important
	}

	.xs\:eds-u-plNegative5 {
		padding-left: -5rem !important
	}

	.xs\:eds-u-prNegative5 {
		padding-right: -5rem !important
	}

	.xs\:eds-u-pyNegative5 {
		padding-top: -5rem !important;
		padding-bottom: -5rem !important
	}

	.xs\:eds-u-pxNegative5 {
		padding-left: -5rem !important;
		padding-right: -5rem !important
	}

	.xs\:eds-u-p6 {
		padding: 6rem !important
	}

	.xs\:eds-u-pt6 {
		padding-top: 6rem !important
	}

	.xs\:eds-u-pb6 {
		padding-bottom: 6rem !important
	}

	.xs\:eds-u-pl6 {
		padding-left: 6rem !important
	}

	.xs\:eds-u-pr6 {
		padding-right: 6rem !important
	}

	.xs\:eds-u-py6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.xs\:eds-u-px6 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.xs\:eds-u-pNegative6 {
		padding: -6 rem !important
	}

	.xs\:eds-u-ptNegative6 {
		padding-top: -6rem !important
	}

	.xs\:eds-u-pbNegative6 {
		padding-bottom: -6rem !important
	}

	.xs\:eds-u-plNegative6 {
		padding-left: -6rem !important
	}

	.xs\:eds-u-prNegative6 {
		padding-right: -6rem !important
	}

	.xs\:eds-u-pyNegative6 {
		padding-top: -6rem !important;
		padding-bottom: -6rem !important
	}

	.xs\:eds-u-pxNegative6 {
		padding-left: -6rem !important;
		padding-right: -6rem !important
	}
}

.eds-padding {
	padding: 1rem
}

.eds-margin {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.eds-margin-half {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.eds-margin-double {
	margin-top: 2rem;
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.pc\:eds-margin {
		margin-top:1rem;
		margin-bottom: 1rem
	}

	.pc\:eds-margin-half {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.pc\:eds-margin-double {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

@media(max-width: 1399px) {
	.xl\:eds-margin {
		margin-top:1rem;
		margin-bottom: 1rem
	}

	.xl\:eds-margin-half {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.xl\:eds-margin-double {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

@media(max-width: 1199px) {
	.l\:eds-margin {
		margin-top:1rem;
		margin-bottom: 1rem
	}

	.l\:eds-margin-half {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.l\:eds-margin-double {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

@media(max-width: 991px) {
	.m\:eds-margin {
		margin-top:1rem;
		margin-bottom: 1rem
	}

	.m\:eds-margin-half {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.m\:eds-margin-double {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-margin,.s\:eds-margin {
		margin-top:1rem;
		margin-bottom: 1rem
	}

	.sp\:eds-margin-half,.s\:eds-margin-half {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.sp\:eds-margin-double,.s\:eds-margin-double {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

@media(max-width: 575px) {
	.xs\:eds-margin {
		margin-top:1rem;
		margin-bottom: 1rem
	}

	.xs\:eds-margin-half {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.xs\:eds-margin-double {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}

.eds-u-m1of8 {
	margin: 0.125rem !important
}

.eds-u-mt1of8 {
	margin-top: 0.125rem !important
}

.eds-u-mb1of8 {
	margin-bottom: 0.125rem !important
}

.eds-u-ml1of8 {
	margin-left: 0.125rem !important
}

.eds-u-mr1of8 {
	margin-right: 0.125rem !important
}

.eds-u-my1of8 {
	margin-top: 0.125rem !important;
	margin-bottom: 0.125rem !important
}

.eds-u-mx1of8 {
	margin-left: 0.125rem !important;
	margin-right: 0.125rem !important
}

.eds-u-mNegative1of8 {
	margin: -0.125rem !important
}

.eds-u-mtNegative1of8 {
	margin-top: -0.125rem !important
}

.eds-u-mbNegative1of8 {
	margin-bottom: -0.125rem !important
}

.eds-u-mlNegative1of8 {
	margin-left: -0.125rem !important
}

.eds-u-mrNegative1of8 {
	margin-right: -0.125rem !important
}

.eds-u-myNegative1of8 {
	margin-top: -0.125rem !important;
	margin-bottom: -0.125rem !important
}

.eds-u-mxNegative1of8 {
	margin-left: -0.125rem !important;
	margin-right: -0.125rem !important
}

.eds-u-m2of8 {
	margin: 0.25rem !important
}

.eds-u-mt2of8 {
	margin-top: 0.25rem !important
}

.eds-u-mb2of8 {
	margin-bottom: 0.25rem !important
}

.eds-u-ml2of8 {
	margin-left: 0.25rem !important
}

.eds-u-mr2of8 {
	margin-right: 0.25rem !important
}

.eds-u-my2of8 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important
}

.eds-u-mx2of8 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important
}

.eds-u-mNegative2of8 {
	margin: -0.25rem !important
}

.eds-u-mtNegative2of8 {
	margin-top: -0.25rem !important
}

.eds-u-mbNegative2of8 {
	margin-bottom: -0.25rem !important
}

.eds-u-mlNegative2of8 {
	margin-left: -0.25rem !important
}

.eds-u-mrNegative2of8 {
	margin-right: -0.25rem !important
}

.eds-u-myNegative2of8 {
	margin-top: -0.25rem !important;
	margin-bottom: -0.25rem !important
}

.eds-u-mxNegative2of8 {
	margin-left: -0.25rem !important;
	margin-right: -0.25rem !important
}

.eds-u-m3of8 {
	margin: 0.375rem !important
}

.eds-u-mt3of8 {
	margin-top: 0.375rem !important
}

.eds-u-mb3of8 {
	margin-bottom: 0.375rem !important
}

.eds-u-ml3of8 {
	margin-left: 0.375rem !important
}

.eds-u-mr3of8 {
	margin-right: 0.375rem !important
}

.eds-u-my3of8 {
	margin-top: 0.375rem !important;
	margin-bottom: 0.375rem !important
}

.eds-u-mx3of8 {
	margin-left: 0.375rem !important;
	margin-right: 0.375rem !important
}

.eds-u-mNegative3of8 {
	margin: -0.375rem !important
}

.eds-u-mtNegative3of8 {
	margin-top: -0.375rem !important
}

.eds-u-mbNegative3of8 {
	margin-bottom: -0.375rem !important
}

.eds-u-mlNegative3of8 {
	margin-left: -0.375rem !important
}

.eds-u-mrNegative3of8 {
	margin-right: -0.375rem !important
}

.eds-u-myNegative3of8 {
	margin-top: -0.375rem !important;
	margin-bottom: -0.375rem !important
}

.eds-u-mxNegative3of8 {
	margin-left: -0.375rem !important;
	margin-right: -0.375rem !important
}

.eds-u-m4of8 {
	margin: 0.5rem !important
}

.eds-u-mt4of8 {
	margin-top: 0.5rem !important
}

.eds-u-mb4of8 {
	margin-bottom: 0.5rem !important
}

.eds-u-ml4of8 {
	margin-left: 0.5rem !important
}

.eds-u-mr4of8 {
	margin-right: 0.5rem !important
}

.eds-u-my4of8 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important
}

.eds-u-mx4of8 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important
}

.eds-u-mNegative4of8 {
	margin: -0.5rem !important
}

.eds-u-mtNegative4of8 {
	margin-top: -0.5rem !important
}

.eds-u-mbNegative4of8 {
	margin-bottom: -0.5rem !important
}

.eds-u-mlNegative4of8 {
	margin-left: -0.5rem !important
}

.eds-u-mrNegative4of8 {
	margin-right: -0.5rem !important
}

.eds-u-myNegative4of8 {
	margin-top: -0.5rem !important;
	margin-bottom: -0.5rem !important
}

.eds-u-mxNegative4of8 {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important
}

.eds-u-m5of8 {
	margin: 0.625rem !important
}

.eds-u-mt5of8 {
	margin-top: 0.625rem !important
}

.eds-u-mb5of8 {
	margin-bottom: 0.625rem !important
}

.eds-u-ml5of8 {
	margin-left: 0.625rem !important
}

.eds-u-mr5of8 {
	margin-right: 0.625rem !important
}

.eds-u-my5of8 {
	margin-top: 0.625rem !important;
	margin-bottom: 0.625rem !important
}

.eds-u-mx5of8 {
	margin-left: 0.625rem !important;
	margin-right: 0.625rem !important
}

.eds-u-mNegative5of8 {
	margin: -0.625rem !important
}

.eds-u-mtNegative5of8 {
	margin-top: -0.625rem !important
}

.eds-u-mbNegative5of8 {
	margin-bottom: -0.625rem !important
}

.eds-u-mlNegative5of8 {
	margin-left: -0.625rem !important
}

.eds-u-mrNegative5of8 {
	margin-right: -0.625rem !important
}

.eds-u-myNegative5of8 {
	margin-top: -0.625rem !important;
	margin-bottom: -0.625rem !important
}

.eds-u-mxNegative5of8 {
	margin-left: -0.625rem !important;
	margin-right: -0.625rem !important
}

.eds-u-m6of8 {
	margin: 0.75rem !important
}

.eds-u-mt6of8 {
	margin-top: 0.75rem !important
}

.eds-u-mb6of8 {
	margin-bottom: 0.75rem !important
}

.eds-u-ml6of8 {
	margin-left: 0.75rem !important
}

.eds-u-mr6of8 {
	margin-right: 0.75rem !important
}

.eds-u-my6of8 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important
}

.eds-u-mx6of8 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important
}

.eds-u-mNegative6of8 {
	margin: -0.75rem !important
}

.eds-u-mtNegative6of8 {
	margin-top: -0.75rem !important
}

.eds-u-mbNegative6of8 {
	margin-bottom: -0.75rem !important
}

.eds-u-mlNegative6of8 {
	margin-left: -0.75rem !important
}

.eds-u-mrNegative6of8 {
	margin-right: -0.75rem !important
}

.eds-u-myNegative6of8 {
	margin-top: -0.75rem !important;
	margin-bottom: -0.75rem !important
}

.eds-u-mxNegative6of8 {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important
}

.eds-u-m7of8 {
	margin: 0.875rem !important
}

.eds-u-mt7of8 {
	margin-top: 0.875rem !important
}

.eds-u-mb7of8 {
	margin-bottom: 0.875rem !important
}

.eds-u-ml7of8 {
	margin-left: 0.875rem !important
}

.eds-u-mr7of8 {
	margin-right: 0.875rem !important
}

.eds-u-my7of8 {
	margin-top: 0.875rem !important;
	margin-bottom: 0.875rem !important
}

.eds-u-mx7of8 {
	margin-left: 0.875rem !important;
	margin-right: 0.875rem !important
}

.eds-u-mNegative7of8 {
	margin: -0.875rem !important
}

.eds-u-mtNegative7of8 {
	margin-top: -0.875rem !important
}

.eds-u-mbNegative7of8 {
	margin-bottom: -0.875rem !important
}

.eds-u-mlNegative7of8 {
	margin-left: -0.875rem !important
}

.eds-u-mrNegative7of8 {
	margin-right: -0.875rem !important
}

.eds-u-myNegative7of8 {
	margin-top: -0.875rem !important;
	margin-bottom: -0.875rem !important
}

.eds-u-mxNegative7of8 {
	margin-left: -0.875rem !important;
	margin-right: -0.875rem !important
}

.eds-u-m8of8 {
	margin: 1rem !important
}

.eds-u-mt8of8 {
	margin-top: 1rem !important
}

.eds-u-mb8of8 {
	margin-bottom: 1rem !important
}

.eds-u-ml8of8 {
	margin-left: 1rem !important
}

.eds-u-mr8of8 {
	margin-right: 1rem !important
}

.eds-u-my8of8 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.eds-u-mx8of8 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.eds-u-mNegative8of8 {
	margin: -1rem !important
}

.eds-u-mtNegative8of8 {
	margin-top: -1rem !important
}

.eds-u-mbNegative8of8 {
	margin-bottom: -1rem !important
}

.eds-u-mlNegative8of8 {
	margin-left: -1rem !important
}

.eds-u-mrNegative8of8 {
	margin-right: -1rem !important
}

.eds-u-myNegative8of8 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

.eds-u-mxNegative8of8 {
	margin-left: -1rem !important;
	margin-right: -1rem !important
}

.eds-u-m9of8 {
	margin: 1.125rem !important
}

.eds-u-mt9of8 {
	margin-top: 1.125rem !important
}

.eds-u-mb9of8 {
	margin-bottom: 1.125rem !important
}

.eds-u-ml9of8 {
	margin-left: 1.125rem !important
}

.eds-u-mr9of8 {
	margin-right: 1.125rem !important
}

.eds-u-my9of8 {
	margin-top: 1.125rem !important;
	margin-bottom: 1.125rem !important
}

.eds-u-mx9of8 {
	margin-left: 1.125rem !important;
	margin-right: 1.125rem !important
}

.eds-u-mNegative9of8 {
	margin: -1.125rem !important
}

.eds-u-mtNegative9of8 {
	margin-top: -1.125rem !important
}

.eds-u-mbNegative9of8 {
	margin-bottom: -1.125rem !important
}

.eds-u-mlNegative9of8 {
	margin-left: -1.125rem !important
}

.eds-u-mrNegative9of8 {
	margin-right: -1.125rem !important
}

.eds-u-myNegative9of8 {
	margin-top: -1.125rem !important;
	margin-bottom: -1.125rem !important
}

.eds-u-mxNegative9of8 {
	margin-left: -1.125rem !important;
	margin-right: -1.125rem !important
}

.eds-u-m10of8 {
	margin: 1.25rem !important
}

.eds-u-mt10of8 {
	margin-top: 1.25rem !important
}

.eds-u-mb10of8 {
	margin-bottom: 1.25rem !important
}

.eds-u-ml10of8 {
	margin-left: 1.25rem !important
}

.eds-u-mr10of8 {
	margin-right: 1.25rem !important
}

.eds-u-my10of8 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.eds-u-mx10of8 {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important
}

.eds-u-mNegative10of8 {
	margin: -1.25rem !important
}

.eds-u-mtNegative10of8 {
	margin-top: -1.25rem !important
}

.eds-u-mbNegative10of8 {
	margin-bottom: -1.25rem !important
}

.eds-u-mlNegative10of8 {
	margin-left: -1.25rem !important
}

.eds-u-mrNegative10of8 {
	margin-right: -1.25rem !important
}

.eds-u-myNegative10of8 {
	margin-top: -1.25rem !important;
	margin-bottom: -1.25rem !important
}

.eds-u-mxNegative10of8 {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important
}

.eds-u-m11of8 {
	margin: 1.375rem !important
}

.eds-u-mt11of8 {
	margin-top: 1.375rem !important
}

.eds-u-mb11of8 {
	margin-bottom: 1.375rem !important
}

.eds-u-ml11of8 {
	margin-left: 1.375rem !important
}

.eds-u-mr11of8 {
	margin-right: 1.375rem !important
}

.eds-u-my11of8 {
	margin-top: 1.375rem !important;
	margin-bottom: 1.375rem !important
}

.eds-u-mx11of8 {
	margin-left: 1.375rem !important;
	margin-right: 1.375rem !important
}

.eds-u-mNegative11of8 {
	margin: -1.375rem !important
}

.eds-u-mtNegative11of8 {
	margin-top: -1.375rem !important
}

.eds-u-mbNegative11of8 {
	margin-bottom: -1.375rem !important
}

.eds-u-mlNegative11of8 {
	margin-left: -1.375rem !important
}

.eds-u-mrNegative11of8 {
	margin-right: -1.375rem !important
}

.eds-u-myNegative11of8 {
	margin-top: -1.375rem !important;
	margin-bottom: -1.375rem !important
}

.eds-u-mxNegative11of8 {
	margin-left: -1.375rem !important;
	margin-right: -1.375rem !important
}

.eds-u-m12of8 {
	margin: 1.5rem !important
}

.eds-u-mt12of8 {
	margin-top: 1.5rem !important
}

.eds-u-mb12of8 {
	margin-bottom: 1.5rem !important
}

.eds-u-ml12of8 {
	margin-left: 1.5rem !important
}

.eds-u-mr12of8 {
	margin-right: 1.5rem !important
}

.eds-u-my12of8 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.eds-u-mx12of8 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.eds-u-mNegative12of8 {
	margin: -1.5rem !important
}

.eds-u-mtNegative12of8 {
	margin-top: -1.5rem !important
}

.eds-u-mbNegative12of8 {
	margin-bottom: -1.5rem !important
}

.eds-u-mlNegative12of8 {
	margin-left: -1.5rem !important
}

.eds-u-mrNegative12of8 {
	margin-right: -1.5rem !important
}

.eds-u-myNegative12of8 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important
}

.eds-u-mxNegative12of8 {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important
}

.eds-u-m0 {
	margin: 0rem !important
}

.eds-u-mt0 {
	margin-top: 0rem !important
}

.eds-u-mb0 {
	margin-bottom: 0rem !important
}

.eds-u-ml0 {
	margin-left: 0rem !important
}

.eds-u-mr0 {
	margin-right: 0rem !important
}

.eds-u-my0 {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important
}

.eds-u-mx0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important
}

.eds-u-mNegative0 {
	margin: 0rem !important
}

.eds-u-mtNegative0 {
	margin-top: 0rem !important
}

.eds-u-mbNegative0 {
	margin-bottom: 0rem !important
}

.eds-u-mlNegative0 {
	margin-left: 0rem !important
}

.eds-u-mrNegative0 {
	margin-right: 0rem !important
}

.eds-u-myNegative0 {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important
}

.eds-u-mxNegative0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important
}

.eds-u-m1 {
	margin: 1rem !important
}

.eds-u-mt1 {
	margin-top: 1rem !important
}

.eds-u-mb1 {
	margin-bottom: 1rem !important
}

.eds-u-ml1 {
	margin-left: 1rem !important
}

.eds-u-mr1 {
	margin-right: 1rem !important
}

.eds-u-my1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.eds-u-mx1 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.eds-u-mNegative1 {
	margin: -1rem !important
}

.eds-u-mtNegative1 {
	margin-top: -1rem !important
}

.eds-u-mbNegative1 {
	margin-bottom: -1rem !important
}

.eds-u-mlNegative1 {
	margin-left: -1rem !important
}

.eds-u-mrNegative1 {
	margin-right: -1rem !important
}

.eds-u-myNegative1 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

.eds-u-mxNegative1 {
	margin-left: -1rem !important;
	margin-right: -1rem !important
}

.eds-u-m2 {
	margin: 2rem !important
}

.eds-u-mt2 {
	margin-top: 2rem !important
}

.eds-u-mb2 {
	margin-bottom: 2rem !important
}

.eds-u-ml2 {
	margin-left: 2rem !important
}

.eds-u-mr2 {
	margin-right: 2rem !important
}

.eds-u-my2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.eds-u-mx2 {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.eds-u-mNegative2 {
	margin: -2rem !important
}

.eds-u-mtNegative2 {
	margin-top: -2rem !important
}

.eds-u-mbNegative2 {
	margin-bottom: -2rem !important
}

.eds-u-mlNegative2 {
	margin-left: -2rem !important
}

.eds-u-mrNegative2 {
	margin-right: -2rem !important
}

.eds-u-myNegative2 {
	margin-top: -2rem !important;
	margin-bottom: -2rem !important
}

.eds-u-mxNegative2 {
	margin-left: -2rem !important;
	margin-right: -2rem !important
}

.eds-u-m3 {
	margin: 3rem !important
}

.eds-u-mt3 {
	margin-top: 3rem !important
}

.eds-u-mb3 {
	margin-bottom: 3rem !important
}

.eds-u-ml3 {
	margin-left: 3rem !important
}

.eds-u-mr3 {
	margin-right: 3rem !important
}

.eds-u-my3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.eds-u-mx3 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.eds-u-mNegative3 {
	margin: -3rem !important
}

.eds-u-mtNegative3 {
	margin-top: -3rem !important
}

.eds-u-mbNegative3 {
	margin-bottom: -3rem !important
}

.eds-u-mlNegative3 {
	margin-left: -3rem !important
}

.eds-u-mrNegative3 {
	margin-right: -3rem !important
}

.eds-u-myNegative3 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important
}

.eds-u-mxNegative3 {
	margin-left: -3rem !important;
	margin-right: -3rem !important
}

.eds-u-m4 {
	margin: 4rem !important
}

.eds-u-mt4 {
	margin-top: 4rem !important
}

.eds-u-mb4 {
	margin-bottom: 4rem !important
}

.eds-u-ml4 {
	margin-left: 4rem !important
}

.eds-u-mr4 {
	margin-right: 4rem !important
}

.eds-u-my4 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.eds-u-mx4 {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.eds-u-mNegative4 {
	margin: -4rem !important
}

.eds-u-mtNegative4 {
	margin-top: -4rem !important
}

.eds-u-mbNegative4 {
	margin-bottom: -4rem !important
}

.eds-u-mlNegative4 {
	margin-left: -4rem !important
}

.eds-u-mrNegative4 {
	margin-right: -4rem !important
}

.eds-u-myNegative4 {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important
}

.eds-u-mxNegative4 {
	margin-left: -4rem !important;
	margin-right: -4rem !important
}

.eds-u-m5 {
	margin: 5rem !important
}

.eds-u-mt5 {
	margin-top: 5rem !important
}

.eds-u-mb5 {
	margin-bottom: 5rem !important
}

.eds-u-ml5 {
	margin-left: 5rem !important
}

.eds-u-mr5 {
	margin-right: 5rem !important
}

.eds-u-my5 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.eds-u-mx5 {
	margin-left: 5rem !important;
	margin-right: 5rem !important
}

.eds-u-mNegative5 {
	margin: -5rem !important
}

.eds-u-mtNegative5 {
	margin-top: -5rem !important
}

.eds-u-mbNegative5 {
	margin-bottom: -5rem !important
}

.eds-u-mlNegative5 {
	margin-left: -5rem !important
}

.eds-u-mrNegative5 {
	margin-right: -5rem !important
}

.eds-u-myNegative5 {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important
}

.eds-u-mxNegative5 {
	margin-left: -5rem !important;
	margin-right: -5rem !important
}

.eds-u-m6 {
	margin: 6rem !important
}

.eds-u-mt6 {
	margin-top: 6rem !important
}

.eds-u-mb6 {
	margin-bottom: 6rem !important
}

.eds-u-ml6 {
	margin-left: 6rem !important
}

.eds-u-mr6 {
	margin-right: 6rem !important
}

.eds-u-my6 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.eds-u-mx6 {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.eds-u-mNegative6 {
	margin: -6rem !important
}

.eds-u-mtNegative6 {
	margin-top: -6rem !important
}

.eds-u-mbNegative6 {
	margin-bottom: -6rem !important
}

.eds-u-mlNegative6 {
	margin-left: -6rem !important
}

.eds-u-mrNegative6 {
	margin-right: -6rem !important
}

.eds-u-myNegative6 {
	margin-top: -6rem !important;
	margin-bottom: -6rem !important
}

.eds-u-mxNegative6 {
	margin-left: -6rem !important;
	margin-right: -6rem !important
}

.eds-u-m-auto {
	margin: auto !important
}

.eds-u-mt-auto {
	margin-top: auto !important
}

.eds-u-mb-auto {
	margin-bottom: auto !important
}

.eds-u-ml-auto {
	margin-left: auto !important
}

.eds-u-mr-auto {
	margin-right: auto !important
}

.eds-u-my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.eds-u-mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-m1of8 {
		margin:0.125rem !important
	}

	.pc\:eds-u-mt1of8 {
		margin-top: 0.125rem !important
	}

	.pc\:eds-u-mb1of8 {
		margin-bottom: 0.125rem !important
	}

	.pc\:eds-u-ml1of8 {
		margin-left: 0.125rem !important
	}

	.pc\:eds-u-mr1of8 {
		margin-right: 0.125rem !important
	}

	.pc\:eds-u-my1of8 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important
	}

	.pc\:eds-u-mx1of8 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important
	}

	.pc\:eds-u-mNegative1of8 {
		margin: -0.125rem !important
	}

	.pc\:eds-u-mtNegative1of8 {
		margin-top: -0.125rem !important
	}

	.pc\:eds-u-mbNegative1of8 {
		margin-bottom: -0.125rem !important
	}

	.pc\:eds-u-mlNegative1of8 {
		margin-left: -0.125rem !important
	}

	.pc\:eds-u-mrNegative1of8 {
		margin-right: -0.125rem !important
	}

	.pc\:eds-u-myNegative1of8 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important
	}

	.pc\:eds-u-mxNegative1of8 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important
	}

	.pc\:eds-u-m2of8 {
		margin: 0.25rem !important
	}

	.pc\:eds-u-mt2of8 {
		margin-top: 0.25rem !important
	}

	.pc\:eds-u-mb2of8 {
		margin-bottom: 0.25rem !important
	}

	.pc\:eds-u-ml2of8 {
		margin-left: 0.25rem !important
	}

	.pc\:eds-u-mr2of8 {
		margin-right: 0.25rem !important
	}

	.pc\:eds-u-my2of8 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.pc\:eds-u-mx2of8 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important
	}

	.pc\:eds-u-mNegative2of8 {
		margin: -0.25rem !important
	}

	.pc\:eds-u-mtNegative2of8 {
		margin-top: -0.25rem !important
	}

	.pc\:eds-u-mbNegative2of8 {
		margin-bottom: -0.25rem !important
	}

	.pc\:eds-u-mlNegative2of8 {
		margin-left: -0.25rem !important
	}

	.pc\:eds-u-mrNegative2of8 {
		margin-right: -0.25rem !important
	}

	.pc\:eds-u-myNegative2of8 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important
	}

	.pc\:eds-u-mxNegative2of8 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important
	}

	.pc\:eds-u-m3of8 {
		margin: 0.375rem !important
	}

	.pc\:eds-u-mt3of8 {
		margin-top: 0.375rem !important
	}

	.pc\:eds-u-mb3of8 {
		margin-bottom: 0.375rem !important
	}

	.pc\:eds-u-ml3of8 {
		margin-left: 0.375rem !important
	}

	.pc\:eds-u-mr3of8 {
		margin-right: 0.375rem !important
	}

	.pc\:eds-u-my3of8 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important
	}

	.pc\:eds-u-mx3of8 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important
	}

	.pc\:eds-u-mNegative3of8 {
		margin: -0.375rem !important
	}

	.pc\:eds-u-mtNegative3of8 {
		margin-top: -0.375rem !important
	}

	.pc\:eds-u-mbNegative3of8 {
		margin-bottom: -0.375rem !important
	}

	.pc\:eds-u-mlNegative3of8 {
		margin-left: -0.375rem !important
	}

	.pc\:eds-u-mrNegative3of8 {
		margin-right: -0.375rem !important
	}

	.pc\:eds-u-myNegative3of8 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important
	}

	.pc\:eds-u-mxNegative3of8 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important
	}

	.pc\:eds-u-m4of8 {
		margin: 0.5rem !important
	}

	.pc\:eds-u-mt4of8 {
		margin-top: 0.5rem !important
	}

	.pc\:eds-u-mb4of8 {
		margin-bottom: 0.5rem !important
	}

	.pc\:eds-u-ml4of8 {
		margin-left: 0.5rem !important
	}

	.pc\:eds-u-mr4of8 {
		margin-right: 0.5rem !important
	}

	.pc\:eds-u-my4of8 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.pc\:eds-u-mx4of8 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important
	}

	.pc\:eds-u-mNegative4of8 {
		margin: -0.5rem !important
	}

	.pc\:eds-u-mtNegative4of8 {
		margin-top: -0.5rem !important
	}

	.pc\:eds-u-mbNegative4of8 {
		margin-bottom: -0.5rem !important
	}

	.pc\:eds-u-mlNegative4of8 {
		margin-left: -0.5rem !important
	}

	.pc\:eds-u-mrNegative4of8 {
		margin-right: -0.5rem !important
	}

	.pc\:eds-u-myNegative4of8 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important
	}

	.pc\:eds-u-mxNegative4of8 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important
	}

	.pc\:eds-u-m5of8 {
		margin: 0.625rem !important
	}

	.pc\:eds-u-mt5of8 {
		margin-top: 0.625rem !important
	}

	.pc\:eds-u-mb5of8 {
		margin-bottom: 0.625rem !important
	}

	.pc\:eds-u-ml5of8 {
		margin-left: 0.625rem !important
	}

	.pc\:eds-u-mr5of8 {
		margin-right: 0.625rem !important
	}

	.pc\:eds-u-my5of8 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important
	}

	.pc\:eds-u-mx5of8 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important
	}

	.pc\:eds-u-mNegative5of8 {
		margin: -0.625rem !important
	}

	.pc\:eds-u-mtNegative5of8 {
		margin-top: -0.625rem !important
	}

	.pc\:eds-u-mbNegative5of8 {
		margin-bottom: -0.625rem !important
	}

	.pc\:eds-u-mlNegative5of8 {
		margin-left: -0.625rem !important
	}

	.pc\:eds-u-mrNegative5of8 {
		margin-right: -0.625rem !important
	}

	.pc\:eds-u-myNegative5of8 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important
	}

	.pc\:eds-u-mxNegative5of8 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important
	}

	.pc\:eds-u-m6of8 {
		margin: 0.75rem !important
	}

	.pc\:eds-u-mt6of8 {
		margin-top: 0.75rem !important
	}

	.pc\:eds-u-mb6of8 {
		margin-bottom: 0.75rem !important
	}

	.pc\:eds-u-ml6of8 {
		margin-left: 0.75rem !important
	}

	.pc\:eds-u-mr6of8 {
		margin-right: 0.75rem !important
	}

	.pc\:eds-u-my6of8 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important
	}

	.pc\:eds-u-mx6of8 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important
	}

	.pc\:eds-u-mNegative6of8 {
		margin: -0.75rem !important
	}

	.pc\:eds-u-mtNegative6of8 {
		margin-top: -0.75rem !important
	}

	.pc\:eds-u-mbNegative6of8 {
		margin-bottom: -0.75rem !important
	}

	.pc\:eds-u-mlNegative6of8 {
		margin-left: -0.75rem !important
	}

	.pc\:eds-u-mrNegative6of8 {
		margin-right: -0.75rem !important
	}

	.pc\:eds-u-myNegative6of8 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important
	}

	.pc\:eds-u-mxNegative6of8 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important
	}

	.pc\:eds-u-m7of8 {
		margin: 0.875rem !important
	}

	.pc\:eds-u-mt7of8 {
		margin-top: 0.875rem !important
	}

	.pc\:eds-u-mb7of8 {
		margin-bottom: 0.875rem !important
	}

	.pc\:eds-u-ml7of8 {
		margin-left: 0.875rem !important
	}

	.pc\:eds-u-mr7of8 {
		margin-right: 0.875rem !important
	}

	.pc\:eds-u-my7of8 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important
	}

	.pc\:eds-u-mx7of8 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important
	}

	.pc\:eds-u-mNegative7of8 {
		margin: -0.875rem !important
	}

	.pc\:eds-u-mtNegative7of8 {
		margin-top: -0.875rem !important
	}

	.pc\:eds-u-mbNegative7of8 {
		margin-bottom: -0.875rem !important
	}

	.pc\:eds-u-mlNegative7of8 {
		margin-left: -0.875rem !important
	}

	.pc\:eds-u-mrNegative7of8 {
		margin-right: -0.875rem !important
	}

	.pc\:eds-u-myNegative7of8 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important
	}

	.pc\:eds-u-mxNegative7of8 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important
	}

	.pc\:eds-u-m8of8 {
		margin: 1rem !important
	}

	.pc\:eds-u-mt8of8 {
		margin-top: 1rem !important
	}

	.pc\:eds-u-mb8of8 {
		margin-bottom: 1rem !important
	}

	.pc\:eds-u-ml8of8 {
		margin-left: 1rem !important
	}

	.pc\:eds-u-mr8of8 {
		margin-right: 1rem !important
	}

	.pc\:eds-u-my8of8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.pc\:eds-u-mx8of8 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.pc\:eds-u-mNegative8of8 {
		margin: -1rem !important
	}

	.pc\:eds-u-mtNegative8of8 {
		margin-top: -1rem !important
	}

	.pc\:eds-u-mbNegative8of8 {
		margin-bottom: -1rem !important
	}

	.pc\:eds-u-mlNegative8of8 {
		margin-left: -1rem !important
	}

	.pc\:eds-u-mrNegative8of8 {
		margin-right: -1rem !important
	}

	.pc\:eds-u-myNegative8of8 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.pc\:eds-u-mxNegative8of8 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.pc\:eds-u-m9of8 {
		margin: 1.125rem !important
	}

	.pc\:eds-u-mt9of8 {
		margin-top: 1.125rem !important
	}

	.pc\:eds-u-mb9of8 {
		margin-bottom: 1.125rem !important
	}

	.pc\:eds-u-ml9of8 {
		margin-left: 1.125rem !important
	}

	.pc\:eds-u-mr9of8 {
		margin-right: 1.125rem !important
	}

	.pc\:eds-u-my9of8 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.pc\:eds-u-mx9of8 {
		margin-left: 1.125rem !important;
		margin-right: 1.125rem !important
	}

	.pc\:eds-u-mNegative9of8 {
		margin: -1.125rem !important
	}

	.pc\:eds-u-mtNegative9of8 {
		margin-top: -1.125rem !important
	}

	.pc\:eds-u-mbNegative9of8 {
		margin-bottom: -1.125rem !important
	}

	.pc\:eds-u-mlNegative9of8 {
		margin-left: -1.125rem !important
	}

	.pc\:eds-u-mrNegative9of8 {
		margin-right: -1.125rem !important
	}

	.pc\:eds-u-myNegative9of8 {
		margin-top: -1.125rem !important;
		margin-bottom: -1.125rem !important
	}

	.pc\:eds-u-mxNegative9of8 {
		margin-left: -1.125rem !important;
		margin-right: -1.125rem !important
	}

	.pc\:eds-u-m10of8 {
		margin: 1.25rem !important
	}

	.pc\:eds-u-mt10of8 {
		margin-top: 1.25rem !important
	}

	.pc\:eds-u-mb10of8 {
		margin-bottom: 1.25rem !important
	}

	.pc\:eds-u-ml10of8 {
		margin-left: 1.25rem !important
	}

	.pc\:eds-u-mr10of8 {
		margin-right: 1.25rem !important
	}

	.pc\:eds-u-my10of8 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.pc\:eds-u-mx10of8 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.pc\:eds-u-mNegative10of8 {
		margin: -1.25rem !important
	}

	.pc\:eds-u-mtNegative10of8 {
		margin-top: -1.25rem !important
	}

	.pc\:eds-u-mbNegative10of8 {
		margin-bottom: -1.25rem !important
	}

	.pc\:eds-u-mlNegative10of8 {
		margin-left: -1.25rem !important
	}

	.pc\:eds-u-mrNegative10of8 {
		margin-right: -1.25rem !important
	}

	.pc\:eds-u-myNegative10of8 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.pc\:eds-u-mxNegative10of8 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.pc\:eds-u-m11of8 {
		margin: 1.375rem !important
	}

	.pc\:eds-u-mt11of8 {
		margin-top: 1.375rem !important
	}

	.pc\:eds-u-mb11of8 {
		margin-bottom: 1.375rem !important
	}

	.pc\:eds-u-ml11of8 {
		margin-left: 1.375rem !important
	}

	.pc\:eds-u-mr11of8 {
		margin-right: 1.375rem !important
	}

	.pc\:eds-u-my11of8 {
		margin-top: 1.375rem !important;
		margin-bottom: 1.375rem !important
	}

	.pc\:eds-u-mx11of8 {
		margin-left: 1.375rem !important;
		margin-right: 1.375rem !important
	}

	.pc\:eds-u-mNegative11of8 {
		margin: -1.375rem !important
	}

	.pc\:eds-u-mtNegative11of8 {
		margin-top: -1.375rem !important
	}

	.pc\:eds-u-mbNegative11of8 {
		margin-bottom: -1.375rem !important
	}

	.pc\:eds-u-mlNegative11of8 {
		margin-left: -1.375rem !important
	}

	.pc\:eds-u-mrNegative11of8 {
		margin-right: -1.375rem !important
	}

	.pc\:eds-u-myNegative11of8 {
		margin-top: -1.375rem !important;
		margin-bottom: -1.375rem !important
	}

	.pc\:eds-u-mxNegative11of8 {
		margin-left: -1.375rem !important;
		margin-right: -1.375rem !important
	}

	.pc\:eds-u-m12of8 {
		margin: 1.5rem !important
	}

	.pc\:eds-u-mt12of8 {
		margin-top: 1.5rem !important
	}

	.pc\:eds-u-mb12of8 {
		margin-bottom: 1.5rem !important
	}

	.pc\:eds-u-ml12of8 {
		margin-left: 1.5rem !important
	}

	.pc\:eds-u-mr12of8 {
		margin-right: 1.5rem !important
	}

	.pc\:eds-u-my12of8 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.pc\:eds-u-mx12of8 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.pc\:eds-u-mNegative12of8 {
		margin: -1.5rem !important
	}

	.pc\:eds-u-mtNegative12of8 {
		margin-top: -1.5rem !important
	}

	.pc\:eds-u-mbNegative12of8 {
		margin-bottom: -1.5rem !important
	}

	.pc\:eds-u-mlNegative12of8 {
		margin-left: -1.5rem !important
	}

	.pc\:eds-u-mrNegative12of8 {
		margin-right: -1.5rem !important
	}

	.pc\:eds-u-myNegative12of8 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.pc\:eds-u-mxNegative12of8 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.pc\:eds-u-m0 {
		margin: 0rem !important
	}

	.pc\:eds-u-mt0 {
		margin-top: 0rem !important
	}

	.pc\:eds-u-mb0 {
		margin-bottom: 0rem !important
	}

	.pc\:eds-u-ml0 {
		margin-left: 0rem !important
	}

	.pc\:eds-u-mr0 {
		margin-right: 0rem !important
	}

	.pc\:eds-u-my0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.pc\:eds-u-mx0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.pc\:eds-u-mNegative0 {
		margin: 0rem !important
	}

	.pc\:eds-u-mtNegative0 {
		margin-top: 0rem !important
	}

	.pc\:eds-u-mbNegative0 {
		margin-bottom: 0rem !important
	}

	.pc\:eds-u-mlNegative0 {
		margin-left: 0rem !important
	}

	.pc\:eds-u-mrNegative0 {
		margin-right: 0rem !important
	}

	.pc\:eds-u-myNegative0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.pc\:eds-u-mxNegative0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.pc\:eds-u-m1 {
		margin: 1rem !important
	}

	.pc\:eds-u-mt1 {
		margin-top: 1rem !important
	}

	.pc\:eds-u-mb1 {
		margin-bottom: 1rem !important
	}

	.pc\:eds-u-ml1 {
		margin-left: 1rem !important
	}

	.pc\:eds-u-mr1 {
		margin-right: 1rem !important
	}

	.pc\:eds-u-my1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.pc\:eds-u-mx1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.pc\:eds-u-mNegative1 {
		margin: -1rem !important
	}

	.pc\:eds-u-mtNegative1 {
		margin-top: -1rem !important
	}

	.pc\:eds-u-mbNegative1 {
		margin-bottom: -1rem !important
	}

	.pc\:eds-u-mlNegative1 {
		margin-left: -1rem !important
	}

	.pc\:eds-u-mrNegative1 {
		margin-right: -1rem !important
	}

	.pc\:eds-u-myNegative1 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.pc\:eds-u-mxNegative1 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.pc\:eds-u-m2 {
		margin: 2rem !important
	}

	.pc\:eds-u-mt2 {
		margin-top: 2rem !important
	}

	.pc\:eds-u-mb2 {
		margin-bottom: 2rem !important
	}

	.pc\:eds-u-ml2 {
		margin-left: 2rem !important
	}

	.pc\:eds-u-mr2 {
		margin-right: 2rem !important
	}

	.pc\:eds-u-my2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.pc\:eds-u-mx2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.pc\:eds-u-mNegative2 {
		margin: -2rem !important
	}

	.pc\:eds-u-mtNegative2 {
		margin-top: -2rem !important
	}

	.pc\:eds-u-mbNegative2 {
		margin-bottom: -2rem !important
	}

	.pc\:eds-u-mlNegative2 {
		margin-left: -2rem !important
	}

	.pc\:eds-u-mrNegative2 {
		margin-right: -2rem !important
	}

	.pc\:eds-u-myNegative2 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.pc\:eds-u-mxNegative2 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.pc\:eds-u-m3 {
		margin: 3rem !important
	}

	.pc\:eds-u-mt3 {
		margin-top: 3rem !important
	}

	.pc\:eds-u-mb3 {
		margin-bottom: 3rem !important
	}

	.pc\:eds-u-ml3 {
		margin-left: 3rem !important
	}

	.pc\:eds-u-mr3 {
		margin-right: 3rem !important
	}

	.pc\:eds-u-my3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.pc\:eds-u-mx3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.pc\:eds-u-mNegative3 {
		margin: -3rem !important
	}

	.pc\:eds-u-mtNegative3 {
		margin-top: -3rem !important
	}

	.pc\:eds-u-mbNegative3 {
		margin-bottom: -3rem !important
	}

	.pc\:eds-u-mlNegative3 {
		margin-left: -3rem !important
	}

	.pc\:eds-u-mrNegative3 {
		margin-right: -3rem !important
	}

	.pc\:eds-u-myNegative3 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.pc\:eds-u-mxNegative3 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.pc\:eds-u-m4 {
		margin: 4rem !important
	}

	.pc\:eds-u-mt4 {
		margin-top: 4rem !important
	}

	.pc\:eds-u-mb4 {
		margin-bottom: 4rem !important
	}

	.pc\:eds-u-ml4 {
		margin-left: 4rem !important
	}

	.pc\:eds-u-mr4 {
		margin-right: 4rem !important
	}

	.pc\:eds-u-my4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.pc\:eds-u-mx4 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.pc\:eds-u-mNegative4 {
		margin: -4rem !important
	}

	.pc\:eds-u-mtNegative4 {
		margin-top: -4rem !important
	}

	.pc\:eds-u-mbNegative4 {
		margin-bottom: -4rem !important
	}

	.pc\:eds-u-mlNegative4 {
		margin-left: -4rem !important
	}

	.pc\:eds-u-mrNegative4 {
		margin-right: -4rem !important
	}

	.pc\:eds-u-myNegative4 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.pc\:eds-u-mxNegative4 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.pc\:eds-u-m5 {
		margin: 5rem !important
	}

	.pc\:eds-u-mt5 {
		margin-top: 5rem !important
	}

	.pc\:eds-u-mb5 {
		margin-bottom: 5rem !important
	}

	.pc\:eds-u-ml5 {
		margin-left: 5rem !important
	}

	.pc\:eds-u-mr5 {
		margin-right: 5rem !important
	}

	.pc\:eds-u-my5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.pc\:eds-u-mx5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.pc\:eds-u-mNegative5 {
		margin: -5rem !important
	}

	.pc\:eds-u-mtNegative5 {
		margin-top: -5rem !important
	}

	.pc\:eds-u-mbNegative5 {
		margin-bottom: -5rem !important
	}

	.pc\:eds-u-mlNegative5 {
		margin-left: -5rem !important
	}

	.pc\:eds-u-mrNegative5 {
		margin-right: -5rem !important
	}

	.pc\:eds-u-myNegative5 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.pc\:eds-u-mxNegative5 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.pc\:eds-u-m6 {
		margin: 6rem !important
	}

	.pc\:eds-u-mt6 {
		margin-top: 6rem !important
	}

	.pc\:eds-u-mb6 {
		margin-bottom: 6rem !important
	}

	.pc\:eds-u-ml6 {
		margin-left: 6rem !important
	}

	.pc\:eds-u-mr6 {
		margin-right: 6rem !important
	}

	.pc\:eds-u-my6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.pc\:eds-u-mx6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.pc\:eds-u-mNegative6 {
		margin: -6rem !important
	}

	.pc\:eds-u-mtNegative6 {
		margin-top: -6rem !important
	}

	.pc\:eds-u-mbNegative6 {
		margin-bottom: -6rem !important
	}

	.pc\:eds-u-mlNegative6 {
		margin-left: -6rem !important
	}

	.pc\:eds-u-mrNegative6 {
		margin-right: -6rem !important
	}

	.pc\:eds-u-myNegative6 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.pc\:eds-u-mxNegative6 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.pc\:eds-u-m-auto {
		margin: auto !important
	}

	.pc\:eds-u-mt-auto {
		margin-top: auto !important
	}

	.pc\:eds-u-mb-auto {
		margin-bottom: auto !important
	}

	.pc\:eds-u-ml-auto {
		margin-left: auto !important
	}

	.pc\:eds-u-mr-auto {
		margin-right: auto !important
	}

	.pc\:eds-u-my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.pc\:eds-u-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-m1of8 {
		margin:0.125rem !important
	}

	.xl\:eds-u-mt1of8 {
		margin-top: 0.125rem !important
	}

	.xl\:eds-u-mb1of8 {
		margin-bottom: 0.125rem !important
	}

	.xl\:eds-u-ml1of8 {
		margin-left: 0.125rem !important
	}

	.xl\:eds-u-mr1of8 {
		margin-right: 0.125rem !important
	}

	.xl\:eds-u-my1of8 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important
	}

	.xl\:eds-u-mx1of8 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important
	}

	.xl\:eds-u-mNegative1of8 {
		margin: -0.125rem !important
	}

	.xl\:eds-u-mtNegative1of8 {
		margin-top: -0.125rem !important
	}

	.xl\:eds-u-mbNegative1of8 {
		margin-bottom: -0.125rem !important
	}

	.xl\:eds-u-mlNegative1of8 {
		margin-left: -0.125rem !important
	}

	.xl\:eds-u-mrNegative1of8 {
		margin-right: -0.125rem !important
	}

	.xl\:eds-u-myNegative1of8 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important
	}

	.xl\:eds-u-mxNegative1of8 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important
	}

	.xl\:eds-u-m2of8 {
		margin: 0.25rem !important
	}

	.xl\:eds-u-mt2of8 {
		margin-top: 0.25rem !important
	}

	.xl\:eds-u-mb2of8 {
		margin-bottom: 0.25rem !important
	}

	.xl\:eds-u-ml2of8 {
		margin-left: 0.25rem !important
	}

	.xl\:eds-u-mr2of8 {
		margin-right: 0.25rem !important
	}

	.xl\:eds-u-my2of8 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.xl\:eds-u-mx2of8 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important
	}

	.xl\:eds-u-mNegative2of8 {
		margin: -0.25rem !important
	}

	.xl\:eds-u-mtNegative2of8 {
		margin-top: -0.25rem !important
	}

	.xl\:eds-u-mbNegative2of8 {
		margin-bottom: -0.25rem !important
	}

	.xl\:eds-u-mlNegative2of8 {
		margin-left: -0.25rem !important
	}

	.xl\:eds-u-mrNegative2of8 {
		margin-right: -0.25rem !important
	}

	.xl\:eds-u-myNegative2of8 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important
	}

	.xl\:eds-u-mxNegative2of8 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important
	}

	.xl\:eds-u-m3of8 {
		margin: 0.375rem !important
	}

	.xl\:eds-u-mt3of8 {
		margin-top: 0.375rem !important
	}

	.xl\:eds-u-mb3of8 {
		margin-bottom: 0.375rem !important
	}

	.xl\:eds-u-ml3of8 {
		margin-left: 0.375rem !important
	}

	.xl\:eds-u-mr3of8 {
		margin-right: 0.375rem !important
	}

	.xl\:eds-u-my3of8 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important
	}

	.xl\:eds-u-mx3of8 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important
	}

	.xl\:eds-u-mNegative3of8 {
		margin: -0.375rem !important
	}

	.xl\:eds-u-mtNegative3of8 {
		margin-top: -0.375rem !important
	}

	.xl\:eds-u-mbNegative3of8 {
		margin-bottom: -0.375rem !important
	}

	.xl\:eds-u-mlNegative3of8 {
		margin-left: -0.375rem !important
	}

	.xl\:eds-u-mrNegative3of8 {
		margin-right: -0.375rem !important
	}

	.xl\:eds-u-myNegative3of8 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important
	}

	.xl\:eds-u-mxNegative3of8 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important
	}

	.xl\:eds-u-m4of8 {
		margin: 0.5rem !important
	}

	.xl\:eds-u-mt4of8 {
		margin-top: 0.5rem !important
	}

	.xl\:eds-u-mb4of8 {
		margin-bottom: 0.5rem !important
	}

	.xl\:eds-u-ml4of8 {
		margin-left: 0.5rem !important
	}

	.xl\:eds-u-mr4of8 {
		margin-right: 0.5rem !important
	}

	.xl\:eds-u-my4of8 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.xl\:eds-u-mx4of8 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important
	}

	.xl\:eds-u-mNegative4of8 {
		margin: -0.5rem !important
	}

	.xl\:eds-u-mtNegative4of8 {
		margin-top: -0.5rem !important
	}

	.xl\:eds-u-mbNegative4of8 {
		margin-bottom: -0.5rem !important
	}

	.xl\:eds-u-mlNegative4of8 {
		margin-left: -0.5rem !important
	}

	.xl\:eds-u-mrNegative4of8 {
		margin-right: -0.5rem !important
	}

	.xl\:eds-u-myNegative4of8 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important
	}

	.xl\:eds-u-mxNegative4of8 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important
	}

	.xl\:eds-u-m5of8 {
		margin: 0.625rem !important
	}

	.xl\:eds-u-mt5of8 {
		margin-top: 0.625rem !important
	}

	.xl\:eds-u-mb5of8 {
		margin-bottom: 0.625rem !important
	}

	.xl\:eds-u-ml5of8 {
		margin-left: 0.625rem !important
	}

	.xl\:eds-u-mr5of8 {
		margin-right: 0.625rem !important
	}

	.xl\:eds-u-my5of8 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important
	}

	.xl\:eds-u-mx5of8 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important
	}

	.xl\:eds-u-mNegative5of8 {
		margin: -0.625rem !important
	}

	.xl\:eds-u-mtNegative5of8 {
		margin-top: -0.625rem !important
	}

	.xl\:eds-u-mbNegative5of8 {
		margin-bottom: -0.625rem !important
	}

	.xl\:eds-u-mlNegative5of8 {
		margin-left: -0.625rem !important
	}

	.xl\:eds-u-mrNegative5of8 {
		margin-right: -0.625rem !important
	}

	.xl\:eds-u-myNegative5of8 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important
	}

	.xl\:eds-u-mxNegative5of8 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important
	}

	.xl\:eds-u-m6of8 {
		margin: 0.75rem !important
	}

	.xl\:eds-u-mt6of8 {
		margin-top: 0.75rem !important
	}

	.xl\:eds-u-mb6of8 {
		margin-bottom: 0.75rem !important
	}

	.xl\:eds-u-ml6of8 {
		margin-left: 0.75rem !important
	}

	.xl\:eds-u-mr6of8 {
		margin-right: 0.75rem !important
	}

	.xl\:eds-u-my6of8 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important
	}

	.xl\:eds-u-mx6of8 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important
	}

	.xl\:eds-u-mNegative6of8 {
		margin: -0.75rem !important
	}

	.xl\:eds-u-mtNegative6of8 {
		margin-top: -0.75rem !important
	}

	.xl\:eds-u-mbNegative6of8 {
		margin-bottom: -0.75rem !important
	}

	.xl\:eds-u-mlNegative6of8 {
		margin-left: -0.75rem !important
	}

	.xl\:eds-u-mrNegative6of8 {
		margin-right: -0.75rem !important
	}

	.xl\:eds-u-myNegative6of8 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important
	}

	.xl\:eds-u-mxNegative6of8 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important
	}

	.xl\:eds-u-m7of8 {
		margin: 0.875rem !important
	}

	.xl\:eds-u-mt7of8 {
		margin-top: 0.875rem !important
	}

	.xl\:eds-u-mb7of8 {
		margin-bottom: 0.875rem !important
	}

	.xl\:eds-u-ml7of8 {
		margin-left: 0.875rem !important
	}

	.xl\:eds-u-mr7of8 {
		margin-right: 0.875rem !important
	}

	.xl\:eds-u-my7of8 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important
	}

	.xl\:eds-u-mx7of8 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important
	}

	.xl\:eds-u-mNegative7of8 {
		margin: -0.875rem !important
	}

	.xl\:eds-u-mtNegative7of8 {
		margin-top: -0.875rem !important
	}

	.xl\:eds-u-mbNegative7of8 {
		margin-bottom: -0.875rem !important
	}

	.xl\:eds-u-mlNegative7of8 {
		margin-left: -0.875rem !important
	}

	.xl\:eds-u-mrNegative7of8 {
		margin-right: -0.875rem !important
	}

	.xl\:eds-u-myNegative7of8 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important
	}

	.xl\:eds-u-mxNegative7of8 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important
	}

	.xl\:eds-u-m8of8 {
		margin: 1rem !important
	}

	.xl\:eds-u-mt8of8 {
		margin-top: 1rem !important
	}

	.xl\:eds-u-mb8of8 {
		margin-bottom: 1rem !important
	}

	.xl\:eds-u-ml8of8 {
		margin-left: 1rem !important
	}

	.xl\:eds-u-mr8of8 {
		margin-right: 1rem !important
	}

	.xl\:eds-u-my8of8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xl\:eds-u-mx8of8 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl\:eds-u-mNegative8of8 {
		margin: -1rem !important
	}

	.xl\:eds-u-mtNegative8of8 {
		margin-top: -1rem !important
	}

	.xl\:eds-u-mbNegative8of8 {
		margin-bottom: -1rem !important
	}

	.xl\:eds-u-mlNegative8of8 {
		margin-left: -1rem !important
	}

	.xl\:eds-u-mrNegative8of8 {
		margin-right: -1rem !important
	}

	.xl\:eds-u-myNegative8of8 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xl\:eds-u-mxNegative8of8 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xl\:eds-u-m9of8 {
		margin: 1.125rem !important
	}

	.xl\:eds-u-mt9of8 {
		margin-top: 1.125rem !important
	}

	.xl\:eds-u-mb9of8 {
		margin-bottom: 1.125rem !important
	}

	.xl\:eds-u-ml9of8 {
		margin-left: 1.125rem !important
	}

	.xl\:eds-u-mr9of8 {
		margin-right: 1.125rem !important
	}

	.xl\:eds-u-my9of8 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.xl\:eds-u-mx9of8 {
		margin-left: 1.125rem !important;
		margin-right: 1.125rem !important
	}

	.xl\:eds-u-mNegative9of8 {
		margin: -1.125rem !important
	}

	.xl\:eds-u-mtNegative9of8 {
		margin-top: -1.125rem !important
	}

	.xl\:eds-u-mbNegative9of8 {
		margin-bottom: -1.125rem !important
	}

	.xl\:eds-u-mlNegative9of8 {
		margin-left: -1.125rem !important
	}

	.xl\:eds-u-mrNegative9of8 {
		margin-right: -1.125rem !important
	}

	.xl\:eds-u-myNegative9of8 {
		margin-top: -1.125rem !important;
		margin-bottom: -1.125rem !important
	}

	.xl\:eds-u-mxNegative9of8 {
		margin-left: -1.125rem !important;
		margin-right: -1.125rem !important
	}

	.xl\:eds-u-m10of8 {
		margin: 1.25rem !important
	}

	.xl\:eds-u-mt10of8 {
		margin-top: 1.25rem !important
	}

	.xl\:eds-u-mb10of8 {
		margin-bottom: 1.25rem !important
	}

	.xl\:eds-u-ml10of8 {
		margin-left: 1.25rem !important
	}

	.xl\:eds-u-mr10of8 {
		margin-right: 1.25rem !important
	}

	.xl\:eds-u-my10of8 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xl\:eds-u-mx10of8 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xl\:eds-u-mNegative10of8 {
		margin: -1.25rem !important
	}

	.xl\:eds-u-mtNegative10of8 {
		margin-top: -1.25rem !important
	}

	.xl\:eds-u-mbNegative10of8 {
		margin-bottom: -1.25rem !important
	}

	.xl\:eds-u-mlNegative10of8 {
		margin-left: -1.25rem !important
	}

	.xl\:eds-u-mrNegative10of8 {
		margin-right: -1.25rem !important
	}

	.xl\:eds-u-myNegative10of8 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xl\:eds-u-mxNegative10of8 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xl\:eds-u-m11of8 {
		margin: 1.375rem !important
	}

	.xl\:eds-u-mt11of8 {
		margin-top: 1.375rem !important
	}

	.xl\:eds-u-mb11of8 {
		margin-bottom: 1.375rem !important
	}

	.xl\:eds-u-ml11of8 {
		margin-left: 1.375rem !important
	}

	.xl\:eds-u-mr11of8 {
		margin-right: 1.375rem !important
	}

	.xl\:eds-u-my11of8 {
		margin-top: 1.375rem !important;
		margin-bottom: 1.375rem !important
	}

	.xl\:eds-u-mx11of8 {
		margin-left: 1.375rem !important;
		margin-right: 1.375rem !important
	}

	.xl\:eds-u-mNegative11of8 {
		margin: -1.375rem !important
	}

	.xl\:eds-u-mtNegative11of8 {
		margin-top: -1.375rem !important
	}

	.xl\:eds-u-mbNegative11of8 {
		margin-bottom: -1.375rem !important
	}

	.xl\:eds-u-mlNegative11of8 {
		margin-left: -1.375rem !important
	}

	.xl\:eds-u-mrNegative11of8 {
		margin-right: -1.375rem !important
	}

	.xl\:eds-u-myNegative11of8 {
		margin-top: -1.375rem !important;
		margin-bottom: -1.375rem !important
	}

	.xl\:eds-u-mxNegative11of8 {
		margin-left: -1.375rem !important;
		margin-right: -1.375rem !important
	}

	.xl\:eds-u-m12of8 {
		margin: 1.5rem !important
	}

	.xl\:eds-u-mt12of8 {
		margin-top: 1.5rem !important
	}

	.xl\:eds-u-mb12of8 {
		margin-bottom: 1.5rem !important
	}

	.xl\:eds-u-ml12of8 {
		margin-left: 1.5rem !important
	}

	.xl\:eds-u-mr12of8 {
		margin-right: 1.5rem !important
	}

	.xl\:eds-u-my12of8 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xl\:eds-u-mx12of8 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xl\:eds-u-mNegative12of8 {
		margin: -1.5rem !important
	}

	.xl\:eds-u-mtNegative12of8 {
		margin-top: -1.5rem !important
	}

	.xl\:eds-u-mbNegative12of8 {
		margin-bottom: -1.5rem !important
	}

	.xl\:eds-u-mlNegative12of8 {
		margin-left: -1.5rem !important
	}

	.xl\:eds-u-mrNegative12of8 {
		margin-right: -1.5rem !important
	}

	.xl\:eds-u-myNegative12of8 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xl\:eds-u-mxNegative12of8 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xl\:eds-u-m0 {
		margin: 0rem !important
	}

	.xl\:eds-u-mt0 {
		margin-top: 0rem !important
	}

	.xl\:eds-u-mb0 {
		margin-bottom: 0rem !important
	}

	.xl\:eds-u-ml0 {
		margin-left: 0rem !important
	}

	.xl\:eds-u-mr0 {
		margin-right: 0rem !important
	}

	.xl\:eds-u-my0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.xl\:eds-u-mx0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.xl\:eds-u-mNegative0 {
		margin: 0rem !important
	}

	.xl\:eds-u-mtNegative0 {
		margin-top: 0rem !important
	}

	.xl\:eds-u-mbNegative0 {
		margin-bottom: 0rem !important
	}

	.xl\:eds-u-mlNegative0 {
		margin-left: 0rem !important
	}

	.xl\:eds-u-mrNegative0 {
		margin-right: 0rem !important
	}

	.xl\:eds-u-myNegative0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.xl\:eds-u-mxNegative0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.xl\:eds-u-m1 {
		margin: 1rem !important
	}

	.xl\:eds-u-mt1 {
		margin-top: 1rem !important
	}

	.xl\:eds-u-mb1 {
		margin-bottom: 1rem !important
	}

	.xl\:eds-u-ml1 {
		margin-left: 1rem !important
	}

	.xl\:eds-u-mr1 {
		margin-right: 1rem !important
	}

	.xl\:eds-u-my1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xl\:eds-u-mx1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl\:eds-u-mNegative1 {
		margin: -1rem !important
	}

	.xl\:eds-u-mtNegative1 {
		margin-top: -1rem !important
	}

	.xl\:eds-u-mbNegative1 {
		margin-bottom: -1rem !important
	}

	.xl\:eds-u-mlNegative1 {
		margin-left: -1rem !important
	}

	.xl\:eds-u-mrNegative1 {
		margin-right: -1rem !important
	}

	.xl\:eds-u-myNegative1 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xl\:eds-u-mxNegative1 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xl\:eds-u-m2 {
		margin: 2rem !important
	}

	.xl\:eds-u-mt2 {
		margin-top: 2rem !important
	}

	.xl\:eds-u-mb2 {
		margin-bottom: 2rem !important
	}

	.xl\:eds-u-ml2 {
		margin-left: 2rem !important
	}

	.xl\:eds-u-mr2 {
		margin-right: 2rem !important
	}

	.xl\:eds-u-my2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xl\:eds-u-mx2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xl\:eds-u-mNegative2 {
		margin: -2rem !important
	}

	.xl\:eds-u-mtNegative2 {
		margin-top: -2rem !important
	}

	.xl\:eds-u-mbNegative2 {
		margin-bottom: -2rem !important
	}

	.xl\:eds-u-mlNegative2 {
		margin-left: -2rem !important
	}

	.xl\:eds-u-mrNegative2 {
		margin-right: -2rem !important
	}

	.xl\:eds-u-myNegative2 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xl\:eds-u-mxNegative2 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xl\:eds-u-m3 {
		margin: 3rem !important
	}

	.xl\:eds-u-mt3 {
		margin-top: 3rem !important
	}

	.xl\:eds-u-mb3 {
		margin-bottom: 3rem !important
	}

	.xl\:eds-u-ml3 {
		margin-left: 3rem !important
	}

	.xl\:eds-u-mr3 {
		margin-right: 3rem !important
	}

	.xl\:eds-u-my3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xl\:eds-u-mx3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xl\:eds-u-mNegative3 {
		margin: -3rem !important
	}

	.xl\:eds-u-mtNegative3 {
		margin-top: -3rem !important
	}

	.xl\:eds-u-mbNegative3 {
		margin-bottom: -3rem !important
	}

	.xl\:eds-u-mlNegative3 {
		margin-left: -3rem !important
	}

	.xl\:eds-u-mrNegative3 {
		margin-right: -3rem !important
	}

	.xl\:eds-u-myNegative3 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xl\:eds-u-mxNegative3 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xl\:eds-u-m4 {
		margin: 4rem !important
	}

	.xl\:eds-u-mt4 {
		margin-top: 4rem !important
	}

	.xl\:eds-u-mb4 {
		margin-bottom: 4rem !important
	}

	.xl\:eds-u-ml4 {
		margin-left: 4rem !important
	}

	.xl\:eds-u-mr4 {
		margin-right: 4rem !important
	}

	.xl\:eds-u-my4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xl\:eds-u-mx4 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xl\:eds-u-mNegative4 {
		margin: -4rem !important
	}

	.xl\:eds-u-mtNegative4 {
		margin-top: -4rem !important
	}

	.xl\:eds-u-mbNegative4 {
		margin-bottom: -4rem !important
	}

	.xl\:eds-u-mlNegative4 {
		margin-left: -4rem !important
	}

	.xl\:eds-u-mrNegative4 {
		margin-right: -4rem !important
	}

	.xl\:eds-u-myNegative4 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xl\:eds-u-mxNegative4 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xl\:eds-u-m5 {
		margin: 5rem !important
	}

	.xl\:eds-u-mt5 {
		margin-top: 5rem !important
	}

	.xl\:eds-u-mb5 {
		margin-bottom: 5rem !important
	}

	.xl\:eds-u-ml5 {
		margin-left: 5rem !important
	}

	.xl\:eds-u-mr5 {
		margin-right: 5rem !important
	}

	.xl\:eds-u-my5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xl\:eds-u-mx5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xl\:eds-u-mNegative5 {
		margin: -5rem !important
	}

	.xl\:eds-u-mtNegative5 {
		margin-top: -5rem !important
	}

	.xl\:eds-u-mbNegative5 {
		margin-bottom: -5rem !important
	}

	.xl\:eds-u-mlNegative5 {
		margin-left: -5rem !important
	}

	.xl\:eds-u-mrNegative5 {
		margin-right: -5rem !important
	}

	.xl\:eds-u-myNegative5 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xl\:eds-u-mxNegative5 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xl\:eds-u-m6 {
		margin: 6rem !important
	}

	.xl\:eds-u-mt6 {
		margin-top: 6rem !important
	}

	.xl\:eds-u-mb6 {
		margin-bottom: 6rem !important
	}

	.xl\:eds-u-ml6 {
		margin-left: 6rem !important
	}

	.xl\:eds-u-mr6 {
		margin-right: 6rem !important
	}

	.xl\:eds-u-my6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xl\:eds-u-mx6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xl\:eds-u-mNegative6 {
		margin: -6rem !important
	}

	.xl\:eds-u-mtNegative6 {
		margin-top: -6rem !important
	}

	.xl\:eds-u-mbNegative6 {
		margin-bottom: -6rem !important
	}

	.xl\:eds-u-mlNegative6 {
		margin-left: -6rem !important
	}

	.xl\:eds-u-mrNegative6 {
		margin-right: -6rem !important
	}

	.xl\:eds-u-myNegative6 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xl\:eds-u-mxNegative6 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xl\:eds-u-m-auto {
		margin: auto !important
	}

	.xl\:eds-u-mt-auto {
		margin-top: auto !important
	}

	.xl\:eds-u-mb-auto {
		margin-bottom: auto !important
	}

	.xl\:eds-u-ml-auto {
		margin-left: auto !important
	}

	.xl\:eds-u-mr-auto {
		margin-right: auto !important
	}

	.xl\:eds-u-my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xl\:eds-u-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-m1of8 {
		margin:0.125rem !important
	}

	.l\:eds-u-mt1of8 {
		margin-top: 0.125rem !important
	}

	.l\:eds-u-mb1of8 {
		margin-bottom: 0.125rem !important
	}

	.l\:eds-u-ml1of8 {
		margin-left: 0.125rem !important
	}

	.l\:eds-u-mr1of8 {
		margin-right: 0.125rem !important
	}

	.l\:eds-u-my1of8 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important
	}

	.l\:eds-u-mx1of8 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important
	}

	.l\:eds-u-mNegative1of8 {
		margin: -0.125rem !important
	}

	.l\:eds-u-mtNegative1of8 {
		margin-top: -0.125rem !important
	}

	.l\:eds-u-mbNegative1of8 {
		margin-bottom: -0.125rem !important
	}

	.l\:eds-u-mlNegative1of8 {
		margin-left: -0.125rem !important
	}

	.l\:eds-u-mrNegative1of8 {
		margin-right: -0.125rem !important
	}

	.l\:eds-u-myNegative1of8 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important
	}

	.l\:eds-u-mxNegative1of8 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important
	}

	.l\:eds-u-m2of8 {
		margin: 0.25rem !important
	}

	.l\:eds-u-mt2of8 {
		margin-top: 0.25rem !important
	}

	.l\:eds-u-mb2of8 {
		margin-bottom: 0.25rem !important
	}

	.l\:eds-u-ml2of8 {
		margin-left: 0.25rem !important
	}

	.l\:eds-u-mr2of8 {
		margin-right: 0.25rem !important
	}

	.l\:eds-u-my2of8 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.l\:eds-u-mx2of8 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important
	}

	.l\:eds-u-mNegative2of8 {
		margin: -0.25rem !important
	}

	.l\:eds-u-mtNegative2of8 {
		margin-top: -0.25rem !important
	}

	.l\:eds-u-mbNegative2of8 {
		margin-bottom: -0.25rem !important
	}

	.l\:eds-u-mlNegative2of8 {
		margin-left: -0.25rem !important
	}

	.l\:eds-u-mrNegative2of8 {
		margin-right: -0.25rem !important
	}

	.l\:eds-u-myNegative2of8 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important
	}

	.l\:eds-u-mxNegative2of8 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important
	}

	.l\:eds-u-m3of8 {
		margin: 0.375rem !important
	}

	.l\:eds-u-mt3of8 {
		margin-top: 0.375rem !important
	}

	.l\:eds-u-mb3of8 {
		margin-bottom: 0.375rem !important
	}

	.l\:eds-u-ml3of8 {
		margin-left: 0.375rem !important
	}

	.l\:eds-u-mr3of8 {
		margin-right: 0.375rem !important
	}

	.l\:eds-u-my3of8 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important
	}

	.l\:eds-u-mx3of8 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important
	}

	.l\:eds-u-mNegative3of8 {
		margin: -0.375rem !important
	}

	.l\:eds-u-mtNegative3of8 {
		margin-top: -0.375rem !important
	}

	.l\:eds-u-mbNegative3of8 {
		margin-bottom: -0.375rem !important
	}

	.l\:eds-u-mlNegative3of8 {
		margin-left: -0.375rem !important
	}

	.l\:eds-u-mrNegative3of8 {
		margin-right: -0.375rem !important
	}

	.l\:eds-u-myNegative3of8 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important
	}

	.l\:eds-u-mxNegative3of8 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important
	}

	.l\:eds-u-m4of8 {
		margin: 0.5rem !important
	}

	.l\:eds-u-mt4of8 {
		margin-top: 0.5rem !important
	}

	.l\:eds-u-mb4of8 {
		margin-bottom: 0.5rem !important
	}

	.l\:eds-u-ml4of8 {
		margin-left: 0.5rem !important
	}

	.l\:eds-u-mr4of8 {
		margin-right: 0.5rem !important
	}

	.l\:eds-u-my4of8 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.l\:eds-u-mx4of8 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important
	}

	.l\:eds-u-mNegative4of8 {
		margin: -0.5rem !important
	}

	.l\:eds-u-mtNegative4of8 {
		margin-top: -0.5rem !important
	}

	.l\:eds-u-mbNegative4of8 {
		margin-bottom: -0.5rem !important
	}

	.l\:eds-u-mlNegative4of8 {
		margin-left: -0.5rem !important
	}

	.l\:eds-u-mrNegative4of8 {
		margin-right: -0.5rem !important
	}

	.l\:eds-u-myNegative4of8 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important
	}

	.l\:eds-u-mxNegative4of8 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important
	}

	.l\:eds-u-m5of8 {
		margin: 0.625rem !important
	}

	.l\:eds-u-mt5of8 {
		margin-top: 0.625rem !important
	}

	.l\:eds-u-mb5of8 {
		margin-bottom: 0.625rem !important
	}

	.l\:eds-u-ml5of8 {
		margin-left: 0.625rem !important
	}

	.l\:eds-u-mr5of8 {
		margin-right: 0.625rem !important
	}

	.l\:eds-u-my5of8 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important
	}

	.l\:eds-u-mx5of8 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important
	}

	.l\:eds-u-mNegative5of8 {
		margin: -0.625rem !important
	}

	.l\:eds-u-mtNegative5of8 {
		margin-top: -0.625rem !important
	}

	.l\:eds-u-mbNegative5of8 {
		margin-bottom: -0.625rem !important
	}

	.l\:eds-u-mlNegative5of8 {
		margin-left: -0.625rem !important
	}

	.l\:eds-u-mrNegative5of8 {
		margin-right: -0.625rem !important
	}

	.l\:eds-u-myNegative5of8 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important
	}

	.l\:eds-u-mxNegative5of8 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important
	}

	.l\:eds-u-m6of8 {
		margin: 0.75rem !important
	}

	.l\:eds-u-mt6of8 {
		margin-top: 0.75rem !important
	}

	.l\:eds-u-mb6of8 {
		margin-bottom: 0.75rem !important
	}

	.l\:eds-u-ml6of8 {
		margin-left: 0.75rem !important
	}

	.l\:eds-u-mr6of8 {
		margin-right: 0.75rem !important
	}

	.l\:eds-u-my6of8 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important
	}

	.l\:eds-u-mx6of8 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important
	}

	.l\:eds-u-mNegative6of8 {
		margin: -0.75rem !important
	}

	.l\:eds-u-mtNegative6of8 {
		margin-top: -0.75rem !important
	}

	.l\:eds-u-mbNegative6of8 {
		margin-bottom: -0.75rem !important
	}

	.l\:eds-u-mlNegative6of8 {
		margin-left: -0.75rem !important
	}

	.l\:eds-u-mrNegative6of8 {
		margin-right: -0.75rem !important
	}

	.l\:eds-u-myNegative6of8 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important
	}

	.l\:eds-u-mxNegative6of8 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important
	}

	.l\:eds-u-m7of8 {
		margin: 0.875rem !important
	}

	.l\:eds-u-mt7of8 {
		margin-top: 0.875rem !important
	}

	.l\:eds-u-mb7of8 {
		margin-bottom: 0.875rem !important
	}

	.l\:eds-u-ml7of8 {
		margin-left: 0.875rem !important
	}

	.l\:eds-u-mr7of8 {
		margin-right: 0.875rem !important
	}

	.l\:eds-u-my7of8 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important
	}

	.l\:eds-u-mx7of8 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important
	}

	.l\:eds-u-mNegative7of8 {
		margin: -0.875rem !important
	}

	.l\:eds-u-mtNegative7of8 {
		margin-top: -0.875rem !important
	}

	.l\:eds-u-mbNegative7of8 {
		margin-bottom: -0.875rem !important
	}

	.l\:eds-u-mlNegative7of8 {
		margin-left: -0.875rem !important
	}

	.l\:eds-u-mrNegative7of8 {
		margin-right: -0.875rem !important
	}

	.l\:eds-u-myNegative7of8 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important
	}

	.l\:eds-u-mxNegative7of8 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important
	}

	.l\:eds-u-m8of8 {
		margin: 1rem !important
	}

	.l\:eds-u-mt8of8 {
		margin-top: 1rem !important
	}

	.l\:eds-u-mb8of8 {
		margin-bottom: 1rem !important
	}

	.l\:eds-u-ml8of8 {
		margin-left: 1rem !important
	}

	.l\:eds-u-mr8of8 {
		margin-right: 1rem !important
	}

	.l\:eds-u-my8of8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.l\:eds-u-mx8of8 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.l\:eds-u-mNegative8of8 {
		margin: -1rem !important
	}

	.l\:eds-u-mtNegative8of8 {
		margin-top: -1rem !important
	}

	.l\:eds-u-mbNegative8of8 {
		margin-bottom: -1rem !important
	}

	.l\:eds-u-mlNegative8of8 {
		margin-left: -1rem !important
	}

	.l\:eds-u-mrNegative8of8 {
		margin-right: -1rem !important
	}

	.l\:eds-u-myNegative8of8 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.l\:eds-u-mxNegative8of8 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.l\:eds-u-m9of8 {
		margin: 1.125rem !important
	}

	.l\:eds-u-mt9of8 {
		margin-top: 1.125rem !important
	}

	.l\:eds-u-mb9of8 {
		margin-bottom: 1.125rem !important
	}

	.l\:eds-u-ml9of8 {
		margin-left: 1.125rem !important
	}

	.l\:eds-u-mr9of8 {
		margin-right: 1.125rem !important
	}

	.l\:eds-u-my9of8 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.l\:eds-u-mx9of8 {
		margin-left: 1.125rem !important;
		margin-right: 1.125rem !important
	}

	.l\:eds-u-mNegative9of8 {
		margin: -1.125rem !important
	}

	.l\:eds-u-mtNegative9of8 {
		margin-top: -1.125rem !important
	}

	.l\:eds-u-mbNegative9of8 {
		margin-bottom: -1.125rem !important
	}

	.l\:eds-u-mlNegative9of8 {
		margin-left: -1.125rem !important
	}

	.l\:eds-u-mrNegative9of8 {
		margin-right: -1.125rem !important
	}

	.l\:eds-u-myNegative9of8 {
		margin-top: -1.125rem !important;
		margin-bottom: -1.125rem !important
	}

	.l\:eds-u-mxNegative9of8 {
		margin-left: -1.125rem !important;
		margin-right: -1.125rem !important
	}

	.l\:eds-u-m10of8 {
		margin: 1.25rem !important
	}

	.l\:eds-u-mt10of8 {
		margin-top: 1.25rem !important
	}

	.l\:eds-u-mb10of8 {
		margin-bottom: 1.25rem !important
	}

	.l\:eds-u-ml10of8 {
		margin-left: 1.25rem !important
	}

	.l\:eds-u-mr10of8 {
		margin-right: 1.25rem !important
	}

	.l\:eds-u-my10of8 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.l\:eds-u-mx10of8 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.l\:eds-u-mNegative10of8 {
		margin: -1.25rem !important
	}

	.l\:eds-u-mtNegative10of8 {
		margin-top: -1.25rem !important
	}

	.l\:eds-u-mbNegative10of8 {
		margin-bottom: -1.25rem !important
	}

	.l\:eds-u-mlNegative10of8 {
		margin-left: -1.25rem !important
	}

	.l\:eds-u-mrNegative10of8 {
		margin-right: -1.25rem !important
	}

	.l\:eds-u-myNegative10of8 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.l\:eds-u-mxNegative10of8 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.l\:eds-u-m11of8 {
		margin: 1.375rem !important
	}

	.l\:eds-u-mt11of8 {
		margin-top: 1.375rem !important
	}

	.l\:eds-u-mb11of8 {
		margin-bottom: 1.375rem !important
	}

	.l\:eds-u-ml11of8 {
		margin-left: 1.375rem !important
	}

	.l\:eds-u-mr11of8 {
		margin-right: 1.375rem !important
	}

	.l\:eds-u-my11of8 {
		margin-top: 1.375rem !important;
		margin-bottom: 1.375rem !important
	}

	.l\:eds-u-mx11of8 {
		margin-left: 1.375rem !important;
		margin-right: 1.375rem !important
	}

	.l\:eds-u-mNegative11of8 {
		margin: -1.375rem !important
	}

	.l\:eds-u-mtNegative11of8 {
		margin-top: -1.375rem !important
	}

	.l\:eds-u-mbNegative11of8 {
		margin-bottom: -1.375rem !important
	}

	.l\:eds-u-mlNegative11of8 {
		margin-left: -1.375rem !important
	}

	.l\:eds-u-mrNegative11of8 {
		margin-right: -1.375rem !important
	}

	.l\:eds-u-myNegative11of8 {
		margin-top: -1.375rem !important;
		margin-bottom: -1.375rem !important
	}

	.l\:eds-u-mxNegative11of8 {
		margin-left: -1.375rem !important;
		margin-right: -1.375rem !important
	}

	.l\:eds-u-m12of8 {
		margin: 1.5rem !important
	}

	.l\:eds-u-mt12of8 {
		margin-top: 1.5rem !important
	}

	.l\:eds-u-mb12of8 {
		margin-bottom: 1.5rem !important
	}

	.l\:eds-u-ml12of8 {
		margin-left: 1.5rem !important
	}

	.l\:eds-u-mr12of8 {
		margin-right: 1.5rem !important
	}

	.l\:eds-u-my12of8 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.l\:eds-u-mx12of8 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.l\:eds-u-mNegative12of8 {
		margin: -1.5rem !important
	}

	.l\:eds-u-mtNegative12of8 {
		margin-top: -1.5rem !important
	}

	.l\:eds-u-mbNegative12of8 {
		margin-bottom: -1.5rem !important
	}

	.l\:eds-u-mlNegative12of8 {
		margin-left: -1.5rem !important
	}

	.l\:eds-u-mrNegative12of8 {
		margin-right: -1.5rem !important
	}

	.l\:eds-u-myNegative12of8 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.l\:eds-u-mxNegative12of8 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.l\:eds-u-m0 {
		margin: 0rem !important
	}

	.l\:eds-u-mt0 {
		margin-top: 0rem !important
	}

	.l\:eds-u-mb0 {
		margin-bottom: 0rem !important
	}

	.l\:eds-u-ml0 {
		margin-left: 0rem !important
	}

	.l\:eds-u-mr0 {
		margin-right: 0rem !important
	}

	.l\:eds-u-my0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.l\:eds-u-mx0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.l\:eds-u-mNegative0 {
		margin: 0rem !important
	}

	.l\:eds-u-mtNegative0 {
		margin-top: 0rem !important
	}

	.l\:eds-u-mbNegative0 {
		margin-bottom: 0rem !important
	}

	.l\:eds-u-mlNegative0 {
		margin-left: 0rem !important
	}

	.l\:eds-u-mrNegative0 {
		margin-right: 0rem !important
	}

	.l\:eds-u-myNegative0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.l\:eds-u-mxNegative0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.l\:eds-u-m1 {
		margin: 1rem !important
	}

	.l\:eds-u-mt1 {
		margin-top: 1rem !important
	}

	.l\:eds-u-mb1 {
		margin-bottom: 1rem !important
	}

	.l\:eds-u-ml1 {
		margin-left: 1rem !important
	}

	.l\:eds-u-mr1 {
		margin-right: 1rem !important
	}

	.l\:eds-u-my1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.l\:eds-u-mx1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.l\:eds-u-mNegative1 {
		margin: -1rem !important
	}

	.l\:eds-u-mtNegative1 {
		margin-top: -1rem !important
	}

	.l\:eds-u-mbNegative1 {
		margin-bottom: -1rem !important
	}

	.l\:eds-u-mlNegative1 {
		margin-left: -1rem !important
	}

	.l\:eds-u-mrNegative1 {
		margin-right: -1rem !important
	}

	.l\:eds-u-myNegative1 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.l\:eds-u-mxNegative1 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.l\:eds-u-m2 {
		margin: 2rem !important
	}

	.l\:eds-u-mt2 {
		margin-top: 2rem !important
	}

	.l\:eds-u-mb2 {
		margin-bottom: 2rem !important
	}

	.l\:eds-u-ml2 {
		margin-left: 2rem !important
	}

	.l\:eds-u-mr2 {
		margin-right: 2rem !important
	}

	.l\:eds-u-my2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.l\:eds-u-mx2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.l\:eds-u-mNegative2 {
		margin: -2rem !important
	}

	.l\:eds-u-mtNegative2 {
		margin-top: -2rem !important
	}

	.l\:eds-u-mbNegative2 {
		margin-bottom: -2rem !important
	}

	.l\:eds-u-mlNegative2 {
		margin-left: -2rem !important
	}

	.l\:eds-u-mrNegative2 {
		margin-right: -2rem !important
	}

	.l\:eds-u-myNegative2 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.l\:eds-u-mxNegative2 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.l\:eds-u-m3 {
		margin: 3rem !important
	}

	.l\:eds-u-mt3 {
		margin-top: 3rem !important
	}

	.l\:eds-u-mb3 {
		margin-bottom: 3rem !important
	}

	.l\:eds-u-ml3 {
		margin-left: 3rem !important
	}

	.l\:eds-u-mr3 {
		margin-right: 3rem !important
	}

	.l\:eds-u-my3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.l\:eds-u-mx3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.l\:eds-u-mNegative3 {
		margin: -3rem !important
	}

	.l\:eds-u-mtNegative3 {
		margin-top: -3rem !important
	}

	.l\:eds-u-mbNegative3 {
		margin-bottom: -3rem !important
	}

	.l\:eds-u-mlNegative3 {
		margin-left: -3rem !important
	}

	.l\:eds-u-mrNegative3 {
		margin-right: -3rem !important
	}

	.l\:eds-u-myNegative3 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.l\:eds-u-mxNegative3 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.l\:eds-u-m4 {
		margin: 4rem !important
	}

	.l\:eds-u-mt4 {
		margin-top: 4rem !important
	}

	.l\:eds-u-mb4 {
		margin-bottom: 4rem !important
	}

	.l\:eds-u-ml4 {
		margin-left: 4rem !important
	}

	.l\:eds-u-mr4 {
		margin-right: 4rem !important
	}

	.l\:eds-u-my4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.l\:eds-u-mx4 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.l\:eds-u-mNegative4 {
		margin: -4rem !important
	}

	.l\:eds-u-mtNegative4 {
		margin-top: -4rem !important
	}

	.l\:eds-u-mbNegative4 {
		margin-bottom: -4rem !important
	}

	.l\:eds-u-mlNegative4 {
		margin-left: -4rem !important
	}

	.l\:eds-u-mrNegative4 {
		margin-right: -4rem !important
	}

	.l\:eds-u-myNegative4 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.l\:eds-u-mxNegative4 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.l\:eds-u-m5 {
		margin: 5rem !important
	}

	.l\:eds-u-mt5 {
		margin-top: 5rem !important
	}

	.l\:eds-u-mb5 {
		margin-bottom: 5rem !important
	}

	.l\:eds-u-ml5 {
		margin-left: 5rem !important
	}

	.l\:eds-u-mr5 {
		margin-right: 5rem !important
	}

	.l\:eds-u-my5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.l\:eds-u-mx5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.l\:eds-u-mNegative5 {
		margin: -5rem !important
	}

	.l\:eds-u-mtNegative5 {
		margin-top: -5rem !important
	}

	.l\:eds-u-mbNegative5 {
		margin-bottom: -5rem !important
	}

	.l\:eds-u-mlNegative5 {
		margin-left: -5rem !important
	}

	.l\:eds-u-mrNegative5 {
		margin-right: -5rem !important
	}

	.l\:eds-u-myNegative5 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.l\:eds-u-mxNegative5 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.l\:eds-u-m6 {
		margin: 6rem !important
	}

	.l\:eds-u-mt6 {
		margin-top: 6rem !important
	}

	.l\:eds-u-mb6 {
		margin-bottom: 6rem !important
	}

	.l\:eds-u-ml6 {
		margin-left: 6rem !important
	}

	.l\:eds-u-mr6 {
		margin-right: 6rem !important
	}

	.l\:eds-u-my6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.l\:eds-u-mx6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.l\:eds-u-mNegative6 {
		margin: -6rem !important
	}

	.l\:eds-u-mtNegative6 {
		margin-top: -6rem !important
	}

	.l\:eds-u-mbNegative6 {
		margin-bottom: -6rem !important
	}

	.l\:eds-u-mlNegative6 {
		margin-left: -6rem !important
	}

	.l\:eds-u-mrNegative6 {
		margin-right: -6rem !important
	}

	.l\:eds-u-myNegative6 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.l\:eds-u-mxNegative6 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.l\:eds-u-m-auto {
		margin: auto !important
	}

	.l\:eds-u-mt-auto {
		margin-top: auto !important
	}

	.l\:eds-u-mb-auto {
		margin-bottom: auto !important
	}

	.l\:eds-u-ml-auto {
		margin-left: auto !important
	}

	.l\:eds-u-mr-auto {
		margin-right: auto !important
	}

	.l\:eds-u-my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.l\:eds-u-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-m1of8 {
		margin:0.125rem !important
	}

	.m\:eds-u-mt1of8 {
		margin-top: 0.125rem !important
	}

	.m\:eds-u-mb1of8 {
		margin-bottom: 0.125rem !important
	}

	.m\:eds-u-ml1of8 {
		margin-left: 0.125rem !important
	}

	.m\:eds-u-mr1of8 {
		margin-right: 0.125rem !important
	}

	.m\:eds-u-my1of8 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important
	}

	.m\:eds-u-mx1of8 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important
	}

	.m\:eds-u-mNegative1of8 {
		margin: -0.125rem !important
	}

	.m\:eds-u-mtNegative1of8 {
		margin-top: -0.125rem !important
	}

	.m\:eds-u-mbNegative1of8 {
		margin-bottom: -0.125rem !important
	}

	.m\:eds-u-mlNegative1of8 {
		margin-left: -0.125rem !important
	}

	.m\:eds-u-mrNegative1of8 {
		margin-right: -0.125rem !important
	}

	.m\:eds-u-myNegative1of8 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important
	}

	.m\:eds-u-mxNegative1of8 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important
	}

	.m\:eds-u-m2of8 {
		margin: 0.25rem !important
	}

	.m\:eds-u-mt2of8 {
		margin-top: 0.25rem !important
	}

	.m\:eds-u-mb2of8 {
		margin-bottom: 0.25rem !important
	}

	.m\:eds-u-ml2of8 {
		margin-left: 0.25rem !important
	}

	.m\:eds-u-mr2of8 {
		margin-right: 0.25rem !important
	}

	.m\:eds-u-my2of8 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.m\:eds-u-mx2of8 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important
	}

	.m\:eds-u-mNegative2of8 {
		margin: -0.25rem !important
	}

	.m\:eds-u-mtNegative2of8 {
		margin-top: -0.25rem !important
	}

	.m\:eds-u-mbNegative2of8 {
		margin-bottom: -0.25rem !important
	}

	.m\:eds-u-mlNegative2of8 {
		margin-left: -0.25rem !important
	}

	.m\:eds-u-mrNegative2of8 {
		margin-right: -0.25rem !important
	}

	.m\:eds-u-myNegative2of8 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important
	}

	.m\:eds-u-mxNegative2of8 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important
	}

	.m\:eds-u-m3of8 {
		margin: 0.375rem !important
	}

	.m\:eds-u-mt3of8 {
		margin-top: 0.375rem !important
	}

	.m\:eds-u-mb3of8 {
		margin-bottom: 0.375rem !important
	}

	.m\:eds-u-ml3of8 {
		margin-left: 0.375rem !important
	}

	.m\:eds-u-mr3of8 {
		margin-right: 0.375rem !important
	}

	.m\:eds-u-my3of8 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important
	}

	.m\:eds-u-mx3of8 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important
	}

	.m\:eds-u-mNegative3of8 {
		margin: -0.375rem !important
	}

	.m\:eds-u-mtNegative3of8 {
		margin-top: -0.375rem !important
	}

	.m\:eds-u-mbNegative3of8 {
		margin-bottom: -0.375rem !important
	}

	.m\:eds-u-mlNegative3of8 {
		margin-left: -0.375rem !important
	}

	.m\:eds-u-mrNegative3of8 {
		margin-right: -0.375rem !important
	}

	.m\:eds-u-myNegative3of8 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important
	}

	.m\:eds-u-mxNegative3of8 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important
	}

	.m\:eds-u-m4of8 {
		margin: 0.5rem !important
	}

	.m\:eds-u-mt4of8 {
		margin-top: 0.5rem !important
	}

	.m\:eds-u-mb4of8 {
		margin-bottom: 0.5rem !important
	}

	.m\:eds-u-ml4of8 {
		margin-left: 0.5rem !important
	}

	.m\:eds-u-mr4of8 {
		margin-right: 0.5rem !important
	}

	.m\:eds-u-my4of8 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.m\:eds-u-mx4of8 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important
	}

	.m\:eds-u-mNegative4of8 {
		margin: -0.5rem !important
	}

	.m\:eds-u-mtNegative4of8 {
		margin-top: -0.5rem !important
	}

	.m\:eds-u-mbNegative4of8 {
		margin-bottom: -0.5rem !important
	}

	.m\:eds-u-mlNegative4of8 {
		margin-left: -0.5rem !important
	}

	.m\:eds-u-mrNegative4of8 {
		margin-right: -0.5rem !important
	}

	.m\:eds-u-myNegative4of8 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important
	}

	.m\:eds-u-mxNegative4of8 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important
	}

	.m\:eds-u-m5of8 {
		margin: 0.625rem !important
	}

	.m\:eds-u-mt5of8 {
		margin-top: 0.625rem !important
	}

	.m\:eds-u-mb5of8 {
		margin-bottom: 0.625rem !important
	}

	.m\:eds-u-ml5of8 {
		margin-left: 0.625rem !important
	}

	.m\:eds-u-mr5of8 {
		margin-right: 0.625rem !important
	}

	.m\:eds-u-my5of8 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important
	}

	.m\:eds-u-mx5of8 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important
	}

	.m\:eds-u-mNegative5of8 {
		margin: -0.625rem !important
	}

	.m\:eds-u-mtNegative5of8 {
		margin-top: -0.625rem !important
	}

	.m\:eds-u-mbNegative5of8 {
		margin-bottom: -0.625rem !important
	}

	.m\:eds-u-mlNegative5of8 {
		margin-left: -0.625rem !important
	}

	.m\:eds-u-mrNegative5of8 {
		margin-right: -0.625rem !important
	}

	.m\:eds-u-myNegative5of8 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important
	}

	.m\:eds-u-mxNegative5of8 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important
	}

	.m\:eds-u-m6of8 {
		margin: 0.75rem !important
	}

	.m\:eds-u-mt6of8 {
		margin-top: 0.75rem !important
	}

	.m\:eds-u-mb6of8 {
		margin-bottom: 0.75rem !important
	}

	.m\:eds-u-ml6of8 {
		margin-left: 0.75rem !important
	}

	.m\:eds-u-mr6of8 {
		margin-right: 0.75rem !important
	}

	.m\:eds-u-my6of8 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important
	}

	.m\:eds-u-mx6of8 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important
	}

	.m\:eds-u-mNegative6of8 {
		margin: -0.75rem !important
	}

	.m\:eds-u-mtNegative6of8 {
		margin-top: -0.75rem !important
	}

	.m\:eds-u-mbNegative6of8 {
		margin-bottom: -0.75rem !important
	}

	.m\:eds-u-mlNegative6of8 {
		margin-left: -0.75rem !important
	}

	.m\:eds-u-mrNegative6of8 {
		margin-right: -0.75rem !important
	}

	.m\:eds-u-myNegative6of8 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important
	}

	.m\:eds-u-mxNegative6of8 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important
	}

	.m\:eds-u-m7of8 {
		margin: 0.875rem !important
	}

	.m\:eds-u-mt7of8 {
		margin-top: 0.875rem !important
	}

	.m\:eds-u-mb7of8 {
		margin-bottom: 0.875rem !important
	}

	.m\:eds-u-ml7of8 {
		margin-left: 0.875rem !important
	}

	.m\:eds-u-mr7of8 {
		margin-right: 0.875rem !important
	}

	.m\:eds-u-my7of8 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important
	}

	.m\:eds-u-mx7of8 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important
	}

	.m\:eds-u-mNegative7of8 {
		margin: -0.875rem !important
	}

	.m\:eds-u-mtNegative7of8 {
		margin-top: -0.875rem !important
	}

	.m\:eds-u-mbNegative7of8 {
		margin-bottom: -0.875rem !important
	}

	.m\:eds-u-mlNegative7of8 {
		margin-left: -0.875rem !important
	}

	.m\:eds-u-mrNegative7of8 {
		margin-right: -0.875rem !important
	}

	.m\:eds-u-myNegative7of8 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important
	}

	.m\:eds-u-mxNegative7of8 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important
	}

	.m\:eds-u-m8of8 {
		margin: 1rem !important
	}

	.m\:eds-u-mt8of8 {
		margin-top: 1rem !important
	}

	.m\:eds-u-mb8of8 {
		margin-bottom: 1rem !important
	}

	.m\:eds-u-ml8of8 {
		margin-left: 1rem !important
	}

	.m\:eds-u-mr8of8 {
		margin-right: 1rem !important
	}

	.m\:eds-u-my8of8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m\:eds-u-mx8of8 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.m\:eds-u-mNegative8of8 {
		margin: -1rem !important
	}

	.m\:eds-u-mtNegative8of8 {
		margin-top: -1rem !important
	}

	.m\:eds-u-mbNegative8of8 {
		margin-bottom: -1rem !important
	}

	.m\:eds-u-mlNegative8of8 {
		margin-left: -1rem !important
	}

	.m\:eds-u-mrNegative8of8 {
		margin-right: -1rem !important
	}

	.m\:eds-u-myNegative8of8 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.m\:eds-u-mxNegative8of8 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.m\:eds-u-m9of8 {
		margin: 1.125rem !important
	}

	.m\:eds-u-mt9of8 {
		margin-top: 1.125rem !important
	}

	.m\:eds-u-mb9of8 {
		margin-bottom: 1.125rem !important
	}

	.m\:eds-u-ml9of8 {
		margin-left: 1.125rem !important
	}

	.m\:eds-u-mr9of8 {
		margin-right: 1.125rem !important
	}

	.m\:eds-u-my9of8 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.m\:eds-u-mx9of8 {
		margin-left: 1.125rem !important;
		margin-right: 1.125rem !important
	}

	.m\:eds-u-mNegative9of8 {
		margin: -1.125rem !important
	}

	.m\:eds-u-mtNegative9of8 {
		margin-top: -1.125rem !important
	}

	.m\:eds-u-mbNegative9of8 {
		margin-bottom: -1.125rem !important
	}

	.m\:eds-u-mlNegative9of8 {
		margin-left: -1.125rem !important
	}

	.m\:eds-u-mrNegative9of8 {
		margin-right: -1.125rem !important
	}

	.m\:eds-u-myNegative9of8 {
		margin-top: -1.125rem !important;
		margin-bottom: -1.125rem !important
	}

	.m\:eds-u-mxNegative9of8 {
		margin-left: -1.125rem !important;
		margin-right: -1.125rem !important
	}

	.m\:eds-u-m10of8 {
		margin: 1.25rem !important
	}

	.m\:eds-u-mt10of8 {
		margin-top: 1.25rem !important
	}

	.m\:eds-u-mb10of8 {
		margin-bottom: 1.25rem !important
	}

	.m\:eds-u-ml10of8 {
		margin-left: 1.25rem !important
	}

	.m\:eds-u-mr10of8 {
		margin-right: 1.25rem !important
	}

	.m\:eds-u-my10of8 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.m\:eds-u-mx10of8 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.m\:eds-u-mNegative10of8 {
		margin: -1.25rem !important
	}

	.m\:eds-u-mtNegative10of8 {
		margin-top: -1.25rem !important
	}

	.m\:eds-u-mbNegative10of8 {
		margin-bottom: -1.25rem !important
	}

	.m\:eds-u-mlNegative10of8 {
		margin-left: -1.25rem !important
	}

	.m\:eds-u-mrNegative10of8 {
		margin-right: -1.25rem !important
	}

	.m\:eds-u-myNegative10of8 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.m\:eds-u-mxNegative10of8 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.m\:eds-u-m11of8 {
		margin: 1.375rem !important
	}

	.m\:eds-u-mt11of8 {
		margin-top: 1.375rem !important
	}

	.m\:eds-u-mb11of8 {
		margin-bottom: 1.375rem !important
	}

	.m\:eds-u-ml11of8 {
		margin-left: 1.375rem !important
	}

	.m\:eds-u-mr11of8 {
		margin-right: 1.375rem !important
	}

	.m\:eds-u-my11of8 {
		margin-top: 1.375rem !important;
		margin-bottom: 1.375rem !important
	}

	.m\:eds-u-mx11of8 {
		margin-left: 1.375rem !important;
		margin-right: 1.375rem !important
	}

	.m\:eds-u-mNegative11of8 {
		margin: -1.375rem !important
	}

	.m\:eds-u-mtNegative11of8 {
		margin-top: -1.375rem !important
	}

	.m\:eds-u-mbNegative11of8 {
		margin-bottom: -1.375rem !important
	}

	.m\:eds-u-mlNegative11of8 {
		margin-left: -1.375rem !important
	}

	.m\:eds-u-mrNegative11of8 {
		margin-right: -1.375rem !important
	}

	.m\:eds-u-myNegative11of8 {
		margin-top: -1.375rem !important;
		margin-bottom: -1.375rem !important
	}

	.m\:eds-u-mxNegative11of8 {
		margin-left: -1.375rem !important;
		margin-right: -1.375rem !important
	}

	.m\:eds-u-m12of8 {
		margin: 1.5rem !important
	}

	.m\:eds-u-mt12of8 {
		margin-top: 1.5rem !important
	}

	.m\:eds-u-mb12of8 {
		margin-bottom: 1.5rem !important
	}

	.m\:eds-u-ml12of8 {
		margin-left: 1.5rem !important
	}

	.m\:eds-u-mr12of8 {
		margin-right: 1.5rem !important
	}

	.m\:eds-u-my12of8 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m\:eds-u-mx12of8 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.m\:eds-u-mNegative12of8 {
		margin: -1.5rem !important
	}

	.m\:eds-u-mtNegative12of8 {
		margin-top: -1.5rem !important
	}

	.m\:eds-u-mbNegative12of8 {
		margin-bottom: -1.5rem !important
	}

	.m\:eds-u-mlNegative12of8 {
		margin-left: -1.5rem !important
	}

	.m\:eds-u-mrNegative12of8 {
		margin-right: -1.5rem !important
	}

	.m\:eds-u-myNegative12of8 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.m\:eds-u-mxNegative12of8 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.m\:eds-u-m0 {
		margin: 0rem !important
	}

	.m\:eds-u-mt0 {
		margin-top: 0rem !important
	}

	.m\:eds-u-mb0 {
		margin-bottom: 0rem !important
	}

	.m\:eds-u-ml0 {
		margin-left: 0rem !important
	}

	.m\:eds-u-mr0 {
		margin-right: 0rem !important
	}

	.m\:eds-u-my0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.m\:eds-u-mx0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.m\:eds-u-mNegative0 {
		margin: 0rem !important
	}

	.m\:eds-u-mtNegative0 {
		margin-top: 0rem !important
	}

	.m\:eds-u-mbNegative0 {
		margin-bottom: 0rem !important
	}

	.m\:eds-u-mlNegative0 {
		margin-left: 0rem !important
	}

	.m\:eds-u-mrNegative0 {
		margin-right: 0rem !important
	}

	.m\:eds-u-myNegative0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.m\:eds-u-mxNegative0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.m\:eds-u-m1 {
		margin: 1rem !important
	}

	.m\:eds-u-mt1 {
		margin-top: 1rem !important
	}

	.m\:eds-u-mb1 {
		margin-bottom: 1rem !important
	}

	.m\:eds-u-ml1 {
		margin-left: 1rem !important
	}

	.m\:eds-u-mr1 {
		margin-right: 1rem !important
	}

	.m\:eds-u-my1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m\:eds-u-mx1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.m\:eds-u-mNegative1 {
		margin: -1rem !important
	}

	.m\:eds-u-mtNegative1 {
		margin-top: -1rem !important
	}

	.m\:eds-u-mbNegative1 {
		margin-bottom: -1rem !important
	}

	.m\:eds-u-mlNegative1 {
		margin-left: -1rem !important
	}

	.m\:eds-u-mrNegative1 {
		margin-right: -1rem !important
	}

	.m\:eds-u-myNegative1 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.m\:eds-u-mxNegative1 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.m\:eds-u-m2 {
		margin: 2rem !important
	}

	.m\:eds-u-mt2 {
		margin-top: 2rem !important
	}

	.m\:eds-u-mb2 {
		margin-bottom: 2rem !important
	}

	.m\:eds-u-ml2 {
		margin-left: 2rem !important
	}

	.m\:eds-u-mr2 {
		margin-right: 2rem !important
	}

	.m\:eds-u-my2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.m\:eds-u-mx2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.m\:eds-u-mNegative2 {
		margin: -2rem !important
	}

	.m\:eds-u-mtNegative2 {
		margin-top: -2rem !important
	}

	.m\:eds-u-mbNegative2 {
		margin-bottom: -2rem !important
	}

	.m\:eds-u-mlNegative2 {
		margin-left: -2rem !important
	}

	.m\:eds-u-mrNegative2 {
		margin-right: -2rem !important
	}

	.m\:eds-u-myNegative2 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.m\:eds-u-mxNegative2 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.m\:eds-u-m3 {
		margin: 3rem !important
	}

	.m\:eds-u-mt3 {
		margin-top: 3rem !important
	}

	.m\:eds-u-mb3 {
		margin-bottom: 3rem !important
	}

	.m\:eds-u-ml3 {
		margin-left: 3rem !important
	}

	.m\:eds-u-mr3 {
		margin-right: 3rem !important
	}

	.m\:eds-u-my3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.m\:eds-u-mx3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.m\:eds-u-mNegative3 {
		margin: -3rem !important
	}

	.m\:eds-u-mtNegative3 {
		margin-top: -3rem !important
	}

	.m\:eds-u-mbNegative3 {
		margin-bottom: -3rem !important
	}

	.m\:eds-u-mlNegative3 {
		margin-left: -3rem !important
	}

	.m\:eds-u-mrNegative3 {
		margin-right: -3rem !important
	}

	.m\:eds-u-myNegative3 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.m\:eds-u-mxNegative3 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.m\:eds-u-m4 {
		margin: 4rem !important
	}

	.m\:eds-u-mt4 {
		margin-top: 4rem !important
	}

	.m\:eds-u-mb4 {
		margin-bottom: 4rem !important
	}

	.m\:eds-u-ml4 {
		margin-left: 4rem !important
	}

	.m\:eds-u-mr4 {
		margin-right: 4rem !important
	}

	.m\:eds-u-my4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.m\:eds-u-mx4 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.m\:eds-u-mNegative4 {
		margin: -4rem !important
	}

	.m\:eds-u-mtNegative4 {
		margin-top: -4rem !important
	}

	.m\:eds-u-mbNegative4 {
		margin-bottom: -4rem !important
	}

	.m\:eds-u-mlNegative4 {
		margin-left: -4rem !important
	}

	.m\:eds-u-mrNegative4 {
		margin-right: -4rem !important
	}

	.m\:eds-u-myNegative4 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.m\:eds-u-mxNegative4 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.m\:eds-u-m5 {
		margin: 5rem !important
	}

	.m\:eds-u-mt5 {
		margin-top: 5rem !important
	}

	.m\:eds-u-mb5 {
		margin-bottom: 5rem !important
	}

	.m\:eds-u-ml5 {
		margin-left: 5rem !important
	}

	.m\:eds-u-mr5 {
		margin-right: 5rem !important
	}

	.m\:eds-u-my5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.m\:eds-u-mx5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.m\:eds-u-mNegative5 {
		margin: -5rem !important
	}

	.m\:eds-u-mtNegative5 {
		margin-top: -5rem !important
	}

	.m\:eds-u-mbNegative5 {
		margin-bottom: -5rem !important
	}

	.m\:eds-u-mlNegative5 {
		margin-left: -5rem !important
	}

	.m\:eds-u-mrNegative5 {
		margin-right: -5rem !important
	}

	.m\:eds-u-myNegative5 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.m\:eds-u-mxNegative5 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.m\:eds-u-m6 {
		margin: 6rem !important
	}

	.m\:eds-u-mt6 {
		margin-top: 6rem !important
	}

	.m\:eds-u-mb6 {
		margin-bottom: 6rem !important
	}

	.m\:eds-u-ml6 {
		margin-left: 6rem !important
	}

	.m\:eds-u-mr6 {
		margin-right: 6rem !important
	}

	.m\:eds-u-my6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.m\:eds-u-mx6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.m\:eds-u-mNegative6 {
		margin: -6rem !important
	}

	.m\:eds-u-mtNegative6 {
		margin-top: -6rem !important
	}

	.m\:eds-u-mbNegative6 {
		margin-bottom: -6rem !important
	}

	.m\:eds-u-mlNegative6 {
		margin-left: -6rem !important
	}

	.m\:eds-u-mrNegative6 {
		margin-right: -6rem !important
	}

	.m\:eds-u-myNegative6 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.m\:eds-u-mxNegative6 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.m\:eds-u-m-auto {
		margin: auto !important
	}

	.m\:eds-u-mt-auto {
		margin-top: auto !important
	}

	.m\:eds-u-mb-auto {
		margin-bottom: auto !important
	}

	.m\:eds-u-ml-auto {
		margin-left: auto !important
	}

	.m\:eds-u-mr-auto {
		margin-right: auto !important
	}

	.m\:eds-u-my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.m\:eds-u-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-m1of8,.s\:eds-u-m1of8 {
		margin:0.125rem !important
	}

	.sp\:eds-u-mt1of8,.s\:eds-u-mt1of8 {
		margin-top: 0.125rem !important
	}

	.sp\:eds-u-mb1of8,.s\:eds-u-mb1of8 {
		margin-bottom: 0.125rem !important
	}

	.sp\:eds-u-ml1of8,.s\:eds-u-ml1of8 {
		margin-left: 0.125rem !important
	}

	.sp\:eds-u-mr1of8,.s\:eds-u-mr1of8 {
		margin-right: 0.125rem !important
	}

	.sp\:eds-u-my1of8,.s\:eds-u-my1of8 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important
	}

	.sp\:eds-u-mx1of8,.s\:eds-u-mx1of8 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important
	}

	.sp\:eds-u-mNegative1of8,.s\:eds-u-mNegative1of8 {
		margin: -0.125rem !important
	}

	.sp\:eds-u-mtNegative1of8,.s\:eds-u-mtNegative1of8 {
		margin-top: -0.125rem !important
	}

	.sp\:eds-u-mbNegative1of8,.s\:eds-u-mbNegative1of8 {
		margin-bottom: -0.125rem !important
	}

	.sp\:eds-u-mlNegative1of8,.s\:eds-u-mlNegative1of8 {
		margin-left: -0.125rem !important
	}

	.sp\:eds-u-mrNegative1of8,.s\:eds-u-mrNegative1of8 {
		margin-right: -0.125rem !important
	}

	.sp\:eds-u-myNegative1of8,.s\:eds-u-myNegative1of8 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important
	}

	.sp\:eds-u-mxNegative1of8,.s\:eds-u-mxNegative1of8 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important
	}

	.sp\:eds-u-m2of8,.s\:eds-u-m2of8 {
		margin: 0.25rem !important
	}

	.sp\:eds-u-mt2of8,.s\:eds-u-mt2of8 {
		margin-top: 0.25rem !important
	}

	.sp\:eds-u-mb2of8,.s\:eds-u-mb2of8 {
		margin-bottom: 0.25rem !important
	}

	.sp\:eds-u-ml2of8,.s\:eds-u-ml2of8 {
		margin-left: 0.25rem !important
	}

	.sp\:eds-u-mr2of8,.s\:eds-u-mr2of8 {
		margin-right: 0.25rem !important
	}

	.sp\:eds-u-my2of8,.s\:eds-u-my2of8 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.sp\:eds-u-mx2of8,.s\:eds-u-mx2of8 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important
	}

	.sp\:eds-u-mNegative2of8,.s\:eds-u-mNegative2of8 {
		margin: -0.25rem !important
	}

	.sp\:eds-u-mtNegative2of8,.s\:eds-u-mtNegative2of8 {
		margin-top: -0.25rem !important
	}

	.sp\:eds-u-mbNegative2of8,.s\:eds-u-mbNegative2of8 {
		margin-bottom: -0.25rem !important
	}

	.sp\:eds-u-mlNegative2of8,.s\:eds-u-mlNegative2of8 {
		margin-left: -0.25rem !important
	}

	.sp\:eds-u-mrNegative2of8,.s\:eds-u-mrNegative2of8 {
		margin-right: -0.25rem !important
	}

	.sp\:eds-u-myNegative2of8,.s\:eds-u-myNegative2of8 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important
	}

	.sp\:eds-u-mxNegative2of8,.s\:eds-u-mxNegative2of8 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important
	}

	.sp\:eds-u-m3of8,.s\:eds-u-m3of8 {
		margin: 0.375rem !important
	}

	.sp\:eds-u-mt3of8,.s\:eds-u-mt3of8 {
		margin-top: 0.375rem !important
	}

	.sp\:eds-u-mb3of8,.s\:eds-u-mb3of8 {
		margin-bottom: 0.375rem !important
	}

	.sp\:eds-u-ml3of8,.s\:eds-u-ml3of8 {
		margin-left: 0.375rem !important
	}

	.sp\:eds-u-mr3of8,.s\:eds-u-mr3of8 {
		margin-right: 0.375rem !important
	}

	.sp\:eds-u-my3of8,.s\:eds-u-my3of8 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important
	}

	.sp\:eds-u-mx3of8,.s\:eds-u-mx3of8 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important
	}

	.sp\:eds-u-mNegative3of8,.s\:eds-u-mNegative3of8 {
		margin: -0.375rem !important
	}

	.sp\:eds-u-mtNegative3of8,.s\:eds-u-mtNegative3of8 {
		margin-top: -0.375rem !important
	}

	.sp\:eds-u-mbNegative3of8,.s\:eds-u-mbNegative3of8 {
		margin-bottom: -0.375rem !important
	}

	.sp\:eds-u-mlNegative3of8,.s\:eds-u-mlNegative3of8 {
		margin-left: -0.375rem !important
	}

	.sp\:eds-u-mrNegative3of8,.s\:eds-u-mrNegative3of8 {
		margin-right: -0.375rem !important
	}

	.sp\:eds-u-myNegative3of8,.s\:eds-u-myNegative3of8 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important
	}

	.sp\:eds-u-mxNegative3of8,.s\:eds-u-mxNegative3of8 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important
	}

	.sp\:eds-u-m4of8,.s\:eds-u-m4of8 {
		margin: 0.5rem !important
	}

	.sp\:eds-u-mt4of8,.s\:eds-u-mt4of8 {
		margin-top: 0.5rem !important
	}

	.sp\:eds-u-mb4of8,.s\:eds-u-mb4of8 {
		margin-bottom: 0.5rem !important
	}

	.sp\:eds-u-ml4of8,.s\:eds-u-ml4of8 {
		margin-left: 0.5rem !important
	}

	.sp\:eds-u-mr4of8,.s\:eds-u-mr4of8 {
		margin-right: 0.5rem !important
	}

	.sp\:eds-u-my4of8,.s\:eds-u-my4of8 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.sp\:eds-u-mx4of8,.s\:eds-u-mx4of8 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important
	}

	.sp\:eds-u-mNegative4of8,.s\:eds-u-mNegative4of8 {
		margin: -0.5rem !important
	}

	.sp\:eds-u-mtNegative4of8,.s\:eds-u-mtNegative4of8 {
		margin-top: -0.5rem !important
	}

	.sp\:eds-u-mbNegative4of8,.s\:eds-u-mbNegative4of8 {
		margin-bottom: -0.5rem !important
	}

	.sp\:eds-u-mlNegative4of8,.s\:eds-u-mlNegative4of8 {
		margin-left: -0.5rem !important
	}

	.sp\:eds-u-mrNegative4of8,.s\:eds-u-mrNegative4of8 {
		margin-right: -0.5rem !important
	}

	.sp\:eds-u-myNegative4of8,.s\:eds-u-myNegative4of8 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important
	}

	.sp\:eds-u-mxNegative4of8,.s\:eds-u-mxNegative4of8 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important
	}

	.sp\:eds-u-m5of8,.s\:eds-u-m5of8 {
		margin: 0.625rem !important
	}

	.sp\:eds-u-mt5of8,.s\:eds-u-mt5of8 {
		margin-top: 0.625rem !important
	}

	.sp\:eds-u-mb5of8,.s\:eds-u-mb5of8 {
		margin-bottom: 0.625rem !important
	}

	.sp\:eds-u-ml5of8,.s\:eds-u-ml5of8 {
		margin-left: 0.625rem !important
	}

	.sp\:eds-u-mr5of8,.s\:eds-u-mr5of8 {
		margin-right: 0.625rem !important
	}

	.sp\:eds-u-my5of8,.s\:eds-u-my5of8 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important
	}

	.sp\:eds-u-mx5of8,.s\:eds-u-mx5of8 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important
	}

	.sp\:eds-u-mNegative5of8,.s\:eds-u-mNegative5of8 {
		margin: -0.625rem !important
	}

	.sp\:eds-u-mtNegative5of8,.s\:eds-u-mtNegative5of8 {
		margin-top: -0.625rem !important
	}

	.sp\:eds-u-mbNegative5of8,.s\:eds-u-mbNegative5of8 {
		margin-bottom: -0.625rem !important
	}

	.sp\:eds-u-mlNegative5of8,.s\:eds-u-mlNegative5of8 {
		margin-left: -0.625rem !important
	}

	.sp\:eds-u-mrNegative5of8,.s\:eds-u-mrNegative5of8 {
		margin-right: -0.625rem !important
	}

	.sp\:eds-u-myNegative5of8,.s\:eds-u-myNegative5of8 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important
	}

	.sp\:eds-u-mxNegative5of8,.s\:eds-u-mxNegative5of8 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important
	}

	.sp\:eds-u-m6of8,.s\:eds-u-m6of8 {
		margin: 0.75rem !important
	}

	.sp\:eds-u-mt6of8,.s\:eds-u-mt6of8 {
		margin-top: 0.75rem !important
	}

	.sp\:eds-u-mb6of8,.s\:eds-u-mb6of8 {
		margin-bottom: 0.75rem !important
	}

	.sp\:eds-u-ml6of8,.s\:eds-u-ml6of8 {
		margin-left: 0.75rem !important
	}

	.sp\:eds-u-mr6of8,.s\:eds-u-mr6of8 {
		margin-right: 0.75rem !important
	}

	.sp\:eds-u-my6of8,.s\:eds-u-my6of8 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important
	}

	.sp\:eds-u-mx6of8,.s\:eds-u-mx6of8 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important
	}

	.sp\:eds-u-mNegative6of8,.s\:eds-u-mNegative6of8 {
		margin: -0.75rem !important
	}

	.sp\:eds-u-mtNegative6of8,.s\:eds-u-mtNegative6of8 {
		margin-top: -0.75rem !important
	}

	.sp\:eds-u-mbNegative6of8,.s\:eds-u-mbNegative6of8 {
		margin-bottom: -0.75rem !important
	}

	.sp\:eds-u-mlNegative6of8,.s\:eds-u-mlNegative6of8 {
		margin-left: -0.75rem !important
	}

	.sp\:eds-u-mrNegative6of8,.s\:eds-u-mrNegative6of8 {
		margin-right: -0.75rem !important
	}

	.sp\:eds-u-myNegative6of8,.s\:eds-u-myNegative6of8 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important
	}

	.sp\:eds-u-mxNegative6of8,.s\:eds-u-mxNegative6of8 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important
	}

	.sp\:eds-u-m7of8,.s\:eds-u-m7of8 {
		margin: 0.875rem !important
	}

	.sp\:eds-u-mt7of8,.s\:eds-u-mt7of8 {
		margin-top: 0.875rem !important
	}

	.sp\:eds-u-mb7of8,.s\:eds-u-mb7of8 {
		margin-bottom: 0.875rem !important
	}

	.sp\:eds-u-ml7of8,.s\:eds-u-ml7of8 {
		margin-left: 0.875rem !important
	}

	.sp\:eds-u-mr7of8,.s\:eds-u-mr7of8 {
		margin-right: 0.875rem !important
	}

	.sp\:eds-u-my7of8,.s\:eds-u-my7of8 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important
	}

	.sp\:eds-u-mx7of8,.s\:eds-u-mx7of8 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important
	}

	.sp\:eds-u-mNegative7of8,.s\:eds-u-mNegative7of8 {
		margin: -0.875rem !important
	}

	.sp\:eds-u-mtNegative7of8,.s\:eds-u-mtNegative7of8 {
		margin-top: -0.875rem !important
	}

	.sp\:eds-u-mbNegative7of8,.s\:eds-u-mbNegative7of8 {
		margin-bottom: -0.875rem !important
	}

	.sp\:eds-u-mlNegative7of8,.s\:eds-u-mlNegative7of8 {
		margin-left: -0.875rem !important
	}

	.sp\:eds-u-mrNegative7of8,.s\:eds-u-mrNegative7of8 {
		margin-right: -0.875rem !important
	}

	.sp\:eds-u-myNegative7of8,.s\:eds-u-myNegative7of8 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important
	}

	.sp\:eds-u-mxNegative7of8,.s\:eds-u-mxNegative7of8 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important
	}

	.sp\:eds-u-m8of8,.s\:eds-u-m8of8 {
		margin: 1rem !important
	}

	.sp\:eds-u-mt8of8,.s\:eds-u-mt8of8 {
		margin-top: 1rem !important
	}

	.sp\:eds-u-mb8of8,.s\:eds-u-mb8of8 {
		margin-bottom: 1rem !important
	}

	.sp\:eds-u-ml8of8,.s\:eds-u-ml8of8 {
		margin-left: 1rem !important
	}

	.sp\:eds-u-mr8of8,.s\:eds-u-mr8of8 {
		margin-right: 1rem !important
	}

	.sp\:eds-u-my8of8,.s\:eds-u-my8of8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.sp\:eds-u-mx8of8,.s\:eds-u-mx8of8 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sp\:eds-u-mNegative8of8,.s\:eds-u-mNegative8of8 {
		margin: -1rem !important
	}

	.sp\:eds-u-mtNegative8of8,.s\:eds-u-mtNegative8of8 {
		margin-top: -1rem !important
	}

	.sp\:eds-u-mbNegative8of8,.s\:eds-u-mbNegative8of8 {
		margin-bottom: -1rem !important
	}

	.sp\:eds-u-mlNegative8of8,.s\:eds-u-mlNegative8of8 {
		margin-left: -1rem !important
	}

	.sp\:eds-u-mrNegative8of8,.s\:eds-u-mrNegative8of8 {
		margin-right: -1rem !important
	}

	.sp\:eds-u-myNegative8of8,.s\:eds-u-myNegative8of8 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.sp\:eds-u-mxNegative8of8,.s\:eds-u-mxNegative8of8 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.sp\:eds-u-m9of8,.s\:eds-u-m9of8 {
		margin: 1.125rem !important
	}

	.sp\:eds-u-mt9of8,.s\:eds-u-mt9of8 {
		margin-top: 1.125rem !important
	}

	.sp\:eds-u-mb9of8,.s\:eds-u-mb9of8 {
		margin-bottom: 1.125rem !important
	}

	.sp\:eds-u-ml9of8,.s\:eds-u-ml9of8 {
		margin-left: 1.125rem !important
	}

	.sp\:eds-u-mr9of8,.s\:eds-u-mr9of8 {
		margin-right: 1.125rem !important
	}

	.sp\:eds-u-my9of8,.s\:eds-u-my9of8 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.sp\:eds-u-mx9of8,.s\:eds-u-mx9of8 {
		margin-left: 1.125rem !important;
		margin-right: 1.125rem !important
	}

	.sp\:eds-u-mNegative9of8,.s\:eds-u-mNegative9of8 {
		margin: -1.125rem !important
	}

	.sp\:eds-u-mtNegative9of8,.s\:eds-u-mtNegative9of8 {
		margin-top: -1.125rem !important
	}

	.sp\:eds-u-mbNegative9of8,.s\:eds-u-mbNegative9of8 {
		margin-bottom: -1.125rem !important
	}

	.sp\:eds-u-mlNegative9of8,.s\:eds-u-mlNegative9of8 {
		margin-left: -1.125rem !important
	}

	.sp\:eds-u-mrNegative9of8,.s\:eds-u-mrNegative9of8 {
		margin-right: -1.125rem !important
	}

	.sp\:eds-u-myNegative9of8,.s\:eds-u-myNegative9of8 {
		margin-top: -1.125rem !important;
		margin-bottom: -1.125rem !important
	}

	.sp\:eds-u-mxNegative9of8,.s\:eds-u-mxNegative9of8 {
		margin-left: -1.125rem !important;
		margin-right: -1.125rem !important
	}

	.sp\:eds-u-m10of8,.s\:eds-u-m10of8 {
		margin: 1.25rem !important
	}

	.sp\:eds-u-mt10of8,.s\:eds-u-mt10of8 {
		margin-top: 1.25rem !important
	}

	.sp\:eds-u-mb10of8,.s\:eds-u-mb10of8 {
		margin-bottom: 1.25rem !important
	}

	.sp\:eds-u-ml10of8,.s\:eds-u-ml10of8 {
		margin-left: 1.25rem !important
	}

	.sp\:eds-u-mr10of8,.s\:eds-u-mr10of8 {
		margin-right: 1.25rem !important
	}

	.sp\:eds-u-my10of8,.s\:eds-u-my10of8 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.sp\:eds-u-mx10of8,.s\:eds-u-mx10of8 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.sp\:eds-u-mNegative10of8,.s\:eds-u-mNegative10of8 {
		margin: -1.25rem !important
	}

	.sp\:eds-u-mtNegative10of8,.s\:eds-u-mtNegative10of8 {
		margin-top: -1.25rem !important
	}

	.sp\:eds-u-mbNegative10of8,.s\:eds-u-mbNegative10of8 {
		margin-bottom: -1.25rem !important
	}

	.sp\:eds-u-mlNegative10of8,.s\:eds-u-mlNegative10of8 {
		margin-left: -1.25rem !important
	}

	.sp\:eds-u-mrNegative10of8,.s\:eds-u-mrNegative10of8 {
		margin-right: -1.25rem !important
	}

	.sp\:eds-u-myNegative10of8,.s\:eds-u-myNegative10of8 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.sp\:eds-u-mxNegative10of8,.s\:eds-u-mxNegative10of8 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.sp\:eds-u-m11of8,.s\:eds-u-m11of8 {
		margin: 1.375rem !important
	}

	.sp\:eds-u-mt11of8,.s\:eds-u-mt11of8 {
		margin-top: 1.375rem !important
	}

	.sp\:eds-u-mb11of8,.s\:eds-u-mb11of8 {
		margin-bottom: 1.375rem !important
	}

	.sp\:eds-u-ml11of8,.s\:eds-u-ml11of8 {
		margin-left: 1.375rem !important
	}

	.sp\:eds-u-mr11of8,.s\:eds-u-mr11of8 {
		margin-right: 1.375rem !important
	}

	.sp\:eds-u-my11of8,.s\:eds-u-my11of8 {
		margin-top: 1.375rem !important;
		margin-bottom: 1.375rem !important
	}

	.sp\:eds-u-mx11of8,.s\:eds-u-mx11of8 {
		margin-left: 1.375rem !important;
		margin-right: 1.375rem !important
	}

	.sp\:eds-u-mNegative11of8,.s\:eds-u-mNegative11of8 {
		margin: -1.375rem !important
	}

	.sp\:eds-u-mtNegative11of8,.s\:eds-u-mtNegative11of8 {
		margin-top: -1.375rem !important
	}

	.sp\:eds-u-mbNegative11of8,.s\:eds-u-mbNegative11of8 {
		margin-bottom: -1.375rem !important
	}

	.sp\:eds-u-mlNegative11of8,.s\:eds-u-mlNegative11of8 {
		margin-left: -1.375rem !important
	}

	.sp\:eds-u-mrNegative11of8,.s\:eds-u-mrNegative11of8 {
		margin-right: -1.375rem !important
	}

	.sp\:eds-u-myNegative11of8,.s\:eds-u-myNegative11of8 {
		margin-top: -1.375rem !important;
		margin-bottom: -1.375rem !important
	}

	.sp\:eds-u-mxNegative11of8,.s\:eds-u-mxNegative11of8 {
		margin-left: -1.375rem !important;
		margin-right: -1.375rem !important
	}

	.sp\:eds-u-m12of8,.s\:eds-u-m12of8 {
		margin: 1.5rem !important
	}

	.sp\:eds-u-mt12of8,.s\:eds-u-mt12of8 {
		margin-top: 1.5rem !important
	}

	.sp\:eds-u-mb12of8,.s\:eds-u-mb12of8 {
		margin-bottom: 1.5rem !important
	}

	.sp\:eds-u-ml12of8,.s\:eds-u-ml12of8 {
		margin-left: 1.5rem !important
	}

	.sp\:eds-u-mr12of8,.s\:eds-u-mr12of8 {
		margin-right: 1.5rem !important
	}

	.sp\:eds-u-my12of8,.s\:eds-u-my12of8 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.sp\:eds-u-mx12of8,.s\:eds-u-mx12of8 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.sp\:eds-u-mNegative12of8,.s\:eds-u-mNegative12of8 {
		margin: -1.5rem !important
	}

	.sp\:eds-u-mtNegative12of8,.s\:eds-u-mtNegative12of8 {
		margin-top: -1.5rem !important
	}

	.sp\:eds-u-mbNegative12of8,.s\:eds-u-mbNegative12of8 {
		margin-bottom: -1.5rem !important
	}

	.sp\:eds-u-mlNegative12of8,.s\:eds-u-mlNegative12of8 {
		margin-left: -1.5rem !important
	}

	.sp\:eds-u-mrNegative12of8,.s\:eds-u-mrNegative12of8 {
		margin-right: -1.5rem !important
	}

	.sp\:eds-u-myNegative12of8,.s\:eds-u-myNegative12of8 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.sp\:eds-u-mxNegative12of8,.s\:eds-u-mxNegative12of8 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.sp\:eds-u-m0,.s\:eds-u-m0 {
		margin: 0rem !important
	}

	.sp\:eds-u-mt0,.s\:eds-u-mt0 {
		margin-top: 0rem !important
	}

	.sp\:eds-u-mb0,.s\:eds-u-mb0 {
		margin-bottom: 0rem !important
	}

	.sp\:eds-u-ml0,.s\:eds-u-ml0 {
		margin-left: 0rem !important
	}

	.sp\:eds-u-mr0,.s\:eds-u-mr0 {
		margin-right: 0rem !important
	}

	.sp\:eds-u-my0,.s\:eds-u-my0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.sp\:eds-u-mx0,.s\:eds-u-mx0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.sp\:eds-u-mNegative0,.s\:eds-u-mNegative0 {
		margin: 0rem !important
	}

	.sp\:eds-u-mtNegative0,.s\:eds-u-mtNegative0 {
		margin-top: 0rem !important
	}

	.sp\:eds-u-mbNegative0,.s\:eds-u-mbNegative0 {
		margin-bottom: 0rem !important
	}

	.sp\:eds-u-mlNegative0,.s\:eds-u-mlNegative0 {
		margin-left: 0rem !important
	}

	.sp\:eds-u-mrNegative0,.s\:eds-u-mrNegative0 {
		margin-right: 0rem !important
	}

	.sp\:eds-u-myNegative0,.s\:eds-u-myNegative0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.sp\:eds-u-mxNegative0,.s\:eds-u-mxNegative0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.sp\:eds-u-m1,.s\:eds-u-m1 {
		margin: 1rem !important
	}

	.sp\:eds-u-mt1,.s\:eds-u-mt1 {
		margin-top: 1rem !important
	}

	.sp\:eds-u-mb1,.s\:eds-u-mb1 {
		margin-bottom: 1rem !important
	}

	.sp\:eds-u-ml1,.s\:eds-u-ml1 {
		margin-left: 1rem !important
	}

	.sp\:eds-u-mr1,.s\:eds-u-mr1 {
		margin-right: 1rem !important
	}

	.sp\:eds-u-my1,.s\:eds-u-my1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.sp\:eds-u-mx1,.s\:eds-u-mx1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sp\:eds-u-mNegative1,.s\:eds-u-mNegative1 {
		margin: -1rem !important
	}

	.sp\:eds-u-mtNegative1,.s\:eds-u-mtNegative1 {
		margin-top: -1rem !important
	}

	.sp\:eds-u-mbNegative1,.s\:eds-u-mbNegative1 {
		margin-bottom: -1rem !important
	}

	.sp\:eds-u-mlNegative1,.s\:eds-u-mlNegative1 {
		margin-left: -1rem !important
	}

	.sp\:eds-u-mrNegative1,.s\:eds-u-mrNegative1 {
		margin-right: -1rem !important
	}

	.sp\:eds-u-myNegative1,.s\:eds-u-myNegative1 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.sp\:eds-u-mxNegative1,.s\:eds-u-mxNegative1 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.sp\:eds-u-m2,.s\:eds-u-m2 {
		margin: 2rem !important
	}

	.sp\:eds-u-mt2,.s\:eds-u-mt2 {
		margin-top: 2rem !important
	}

	.sp\:eds-u-mb2,.s\:eds-u-mb2 {
		margin-bottom: 2rem !important
	}

	.sp\:eds-u-ml2,.s\:eds-u-ml2 {
		margin-left: 2rem !important
	}

	.sp\:eds-u-mr2,.s\:eds-u-mr2 {
		margin-right: 2rem !important
	}

	.sp\:eds-u-my2,.s\:eds-u-my2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.sp\:eds-u-mx2,.s\:eds-u-mx2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.sp\:eds-u-mNegative2,.s\:eds-u-mNegative2 {
		margin: -2rem !important
	}

	.sp\:eds-u-mtNegative2,.s\:eds-u-mtNegative2 {
		margin-top: -2rem !important
	}

	.sp\:eds-u-mbNegative2,.s\:eds-u-mbNegative2 {
		margin-bottom: -2rem !important
	}

	.sp\:eds-u-mlNegative2,.s\:eds-u-mlNegative2 {
		margin-left: -2rem !important
	}

	.sp\:eds-u-mrNegative2,.s\:eds-u-mrNegative2 {
		margin-right: -2rem !important
	}

	.sp\:eds-u-myNegative2,.s\:eds-u-myNegative2 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.sp\:eds-u-mxNegative2,.s\:eds-u-mxNegative2 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.sp\:eds-u-m3,.s\:eds-u-m3 {
		margin: 3rem !important
	}

	.sp\:eds-u-mt3,.s\:eds-u-mt3 {
		margin-top: 3rem !important
	}

	.sp\:eds-u-mb3,.s\:eds-u-mb3 {
		margin-bottom: 3rem !important
	}

	.sp\:eds-u-ml3,.s\:eds-u-ml3 {
		margin-left: 3rem !important
	}

	.sp\:eds-u-mr3,.s\:eds-u-mr3 {
		margin-right: 3rem !important
	}

	.sp\:eds-u-my3,.s\:eds-u-my3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.sp\:eds-u-mx3,.s\:eds-u-mx3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.sp\:eds-u-mNegative3,.s\:eds-u-mNegative3 {
		margin: -3rem !important
	}

	.sp\:eds-u-mtNegative3,.s\:eds-u-mtNegative3 {
		margin-top: -3rem !important
	}

	.sp\:eds-u-mbNegative3,.s\:eds-u-mbNegative3 {
		margin-bottom: -3rem !important
	}

	.sp\:eds-u-mlNegative3,.s\:eds-u-mlNegative3 {
		margin-left: -3rem !important
	}

	.sp\:eds-u-mrNegative3,.s\:eds-u-mrNegative3 {
		margin-right: -3rem !important
	}

	.sp\:eds-u-myNegative3,.s\:eds-u-myNegative3 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.sp\:eds-u-mxNegative3,.s\:eds-u-mxNegative3 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.sp\:eds-u-m4,.s\:eds-u-m4 {
		margin: 4rem !important
	}

	.sp\:eds-u-mt4,.s\:eds-u-mt4 {
		margin-top: 4rem !important
	}

	.sp\:eds-u-mb4,.s\:eds-u-mb4 {
		margin-bottom: 4rem !important
	}

	.sp\:eds-u-ml4,.s\:eds-u-ml4 {
		margin-left: 4rem !important
	}

	.sp\:eds-u-mr4,.s\:eds-u-mr4 {
		margin-right: 4rem !important
	}

	.sp\:eds-u-my4,.s\:eds-u-my4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.sp\:eds-u-mx4,.s\:eds-u-mx4 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.sp\:eds-u-mNegative4,.s\:eds-u-mNegative4 {
		margin: -4rem !important
	}

	.sp\:eds-u-mtNegative4,.s\:eds-u-mtNegative4 {
		margin-top: -4rem !important
	}

	.sp\:eds-u-mbNegative4,.s\:eds-u-mbNegative4 {
		margin-bottom: -4rem !important
	}

	.sp\:eds-u-mlNegative4,.s\:eds-u-mlNegative4 {
		margin-left: -4rem !important
	}

	.sp\:eds-u-mrNegative4,.s\:eds-u-mrNegative4 {
		margin-right: -4rem !important
	}

	.sp\:eds-u-myNegative4,.s\:eds-u-myNegative4 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.sp\:eds-u-mxNegative4,.s\:eds-u-mxNegative4 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.sp\:eds-u-m5,.s\:eds-u-m5 {
		margin: 5rem !important
	}

	.sp\:eds-u-mt5,.s\:eds-u-mt5 {
		margin-top: 5rem !important
	}

	.sp\:eds-u-mb5,.s\:eds-u-mb5 {
		margin-bottom: 5rem !important
	}

	.sp\:eds-u-ml5,.s\:eds-u-ml5 {
		margin-left: 5rem !important
	}

	.sp\:eds-u-mr5,.s\:eds-u-mr5 {
		margin-right: 5rem !important
	}

	.sp\:eds-u-my5,.s\:eds-u-my5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.sp\:eds-u-mx5,.s\:eds-u-mx5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.sp\:eds-u-mNegative5,.s\:eds-u-mNegative5 {
		margin: -5rem !important
	}

	.sp\:eds-u-mtNegative5,.s\:eds-u-mtNegative5 {
		margin-top: -5rem !important
	}

	.sp\:eds-u-mbNegative5,.s\:eds-u-mbNegative5 {
		margin-bottom: -5rem !important
	}

	.sp\:eds-u-mlNegative5,.s\:eds-u-mlNegative5 {
		margin-left: -5rem !important
	}

	.sp\:eds-u-mrNegative5,.s\:eds-u-mrNegative5 {
		margin-right: -5rem !important
	}

	.sp\:eds-u-myNegative5,.s\:eds-u-myNegative5 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.sp\:eds-u-mxNegative5,.s\:eds-u-mxNegative5 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.sp\:eds-u-m6,.s\:eds-u-m6 {
		margin: 6rem !important
	}

	.sp\:eds-u-mt6,.s\:eds-u-mt6 {
		margin-top: 6rem !important
	}

	.sp\:eds-u-mb6,.s\:eds-u-mb6 {
		margin-bottom: 6rem !important
	}

	.sp\:eds-u-ml6,.s\:eds-u-ml6 {
		margin-left: 6rem !important
	}

	.sp\:eds-u-mr6,.s\:eds-u-mr6 {
		margin-right: 6rem !important
	}

	.sp\:eds-u-my6,.s\:eds-u-my6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.sp\:eds-u-mx6,.s\:eds-u-mx6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.sp\:eds-u-mNegative6,.s\:eds-u-mNegative6 {
		margin: -6rem !important
	}

	.sp\:eds-u-mtNegative6,.s\:eds-u-mtNegative6 {
		margin-top: -6rem !important
	}

	.sp\:eds-u-mbNegative6,.s\:eds-u-mbNegative6 {
		margin-bottom: -6rem !important
	}

	.sp\:eds-u-mlNegative6,.s\:eds-u-mlNegative6 {
		margin-left: -6rem !important
	}

	.sp\:eds-u-mrNegative6,.s\:eds-u-mrNegative6 {
		margin-right: -6rem !important
	}

	.sp\:eds-u-myNegative6,.s\:eds-u-myNegative6 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.sp\:eds-u-mxNegative6,.s\:eds-u-mxNegative6 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.sp\:eds-u-m-auto,.s\:eds-u-m-auto {
		margin: auto !important
	}

	.sp\:eds-u-mt-auto,.s\:eds-u-mt-auto {
		margin-top: auto !important
	}

	.sp\:eds-u-mb-auto,.s\:eds-u-mb-auto {
		margin-bottom: auto !important
	}

	.sp\:eds-u-ml-auto,.s\:eds-u-ml-auto {
		margin-left: auto !important
	}

	.sp\:eds-u-mr-auto,.s\:eds-u-mr-auto {
		margin-right: auto !important
	}

	.sp\:eds-u-my-auto,.s\:eds-u-my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.sp\:eds-u-mx-auto,.s\:eds-u-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-m1of8 {
		margin:0.125rem !important
	}

	.xs\:eds-u-mt1of8 {
		margin-top: 0.125rem !important
	}

	.xs\:eds-u-mb1of8 {
		margin-bottom: 0.125rem !important
	}

	.xs\:eds-u-ml1of8 {
		margin-left: 0.125rem !important
	}

	.xs\:eds-u-mr1of8 {
		margin-right: 0.125rem !important
	}

	.xs\:eds-u-my1of8 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important
	}

	.xs\:eds-u-mx1of8 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important
	}

	.xs\:eds-u-mNegative1of8 {
		margin: -0.125rem !important
	}

	.xs\:eds-u-mtNegative1of8 {
		margin-top: -0.125rem !important
	}

	.xs\:eds-u-mbNegative1of8 {
		margin-bottom: -0.125rem !important
	}

	.xs\:eds-u-mlNegative1of8 {
		margin-left: -0.125rem !important
	}

	.xs\:eds-u-mrNegative1of8 {
		margin-right: -0.125rem !important
	}

	.xs\:eds-u-myNegative1of8 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important
	}

	.xs\:eds-u-mxNegative1of8 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important
	}

	.xs\:eds-u-m2of8 {
		margin: 0.25rem !important
	}

	.xs\:eds-u-mt2of8 {
		margin-top: 0.25rem !important
	}

	.xs\:eds-u-mb2of8 {
		margin-bottom: 0.25rem !important
	}

	.xs\:eds-u-ml2of8 {
		margin-left: 0.25rem !important
	}

	.xs\:eds-u-mr2of8 {
		margin-right: 0.25rem !important
	}

	.xs\:eds-u-my2of8 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.xs\:eds-u-mx2of8 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important
	}

	.xs\:eds-u-mNegative2of8 {
		margin: -0.25rem !important
	}

	.xs\:eds-u-mtNegative2of8 {
		margin-top: -0.25rem !important
	}

	.xs\:eds-u-mbNegative2of8 {
		margin-bottom: -0.25rem !important
	}

	.xs\:eds-u-mlNegative2of8 {
		margin-left: -0.25rem !important
	}

	.xs\:eds-u-mrNegative2of8 {
		margin-right: -0.25rem !important
	}

	.xs\:eds-u-myNegative2of8 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important
	}

	.xs\:eds-u-mxNegative2of8 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important
	}

	.xs\:eds-u-m3of8 {
		margin: 0.375rem !important
	}

	.xs\:eds-u-mt3of8 {
		margin-top: 0.375rem !important
	}

	.xs\:eds-u-mb3of8 {
		margin-bottom: 0.375rem !important
	}

	.xs\:eds-u-ml3of8 {
		margin-left: 0.375rem !important
	}

	.xs\:eds-u-mr3of8 {
		margin-right: 0.375rem !important
	}

	.xs\:eds-u-my3of8 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important
	}

	.xs\:eds-u-mx3of8 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important
	}

	.xs\:eds-u-mNegative3of8 {
		margin: -0.375rem !important
	}

	.xs\:eds-u-mtNegative3of8 {
		margin-top: -0.375rem !important
	}

	.xs\:eds-u-mbNegative3of8 {
		margin-bottom: -0.375rem !important
	}

	.xs\:eds-u-mlNegative3of8 {
		margin-left: -0.375rem !important
	}

	.xs\:eds-u-mrNegative3of8 {
		margin-right: -0.375rem !important
	}

	.xs\:eds-u-myNegative3of8 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important
	}

	.xs\:eds-u-mxNegative3of8 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important
	}

	.xs\:eds-u-m4of8 {
		margin: 0.5rem !important
	}

	.xs\:eds-u-mt4of8 {
		margin-top: 0.5rem !important
	}

	.xs\:eds-u-mb4of8 {
		margin-bottom: 0.5rem !important
	}

	.xs\:eds-u-ml4of8 {
		margin-left: 0.5rem !important
	}

	.xs\:eds-u-mr4of8 {
		margin-right: 0.5rem !important
	}

	.xs\:eds-u-my4of8 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.xs\:eds-u-mx4of8 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important
	}

	.xs\:eds-u-mNegative4of8 {
		margin: -0.5rem !important
	}

	.xs\:eds-u-mtNegative4of8 {
		margin-top: -0.5rem !important
	}

	.xs\:eds-u-mbNegative4of8 {
		margin-bottom: -0.5rem !important
	}

	.xs\:eds-u-mlNegative4of8 {
		margin-left: -0.5rem !important
	}

	.xs\:eds-u-mrNegative4of8 {
		margin-right: -0.5rem !important
	}

	.xs\:eds-u-myNegative4of8 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important
	}

	.xs\:eds-u-mxNegative4of8 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important
	}

	.xs\:eds-u-m5of8 {
		margin: 0.625rem !important
	}

	.xs\:eds-u-mt5of8 {
		margin-top: 0.625rem !important
	}

	.xs\:eds-u-mb5of8 {
		margin-bottom: 0.625rem !important
	}

	.xs\:eds-u-ml5of8 {
		margin-left: 0.625rem !important
	}

	.xs\:eds-u-mr5of8 {
		margin-right: 0.625rem !important
	}

	.xs\:eds-u-my5of8 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important
	}

	.xs\:eds-u-mx5of8 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important
	}

	.xs\:eds-u-mNegative5of8 {
		margin: -0.625rem !important
	}

	.xs\:eds-u-mtNegative5of8 {
		margin-top: -0.625rem !important
	}

	.xs\:eds-u-mbNegative5of8 {
		margin-bottom: -0.625rem !important
	}

	.xs\:eds-u-mlNegative5of8 {
		margin-left: -0.625rem !important
	}

	.xs\:eds-u-mrNegative5of8 {
		margin-right: -0.625rem !important
	}

	.xs\:eds-u-myNegative5of8 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important
	}

	.xs\:eds-u-mxNegative5of8 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important
	}

	.xs\:eds-u-m6of8 {
		margin: 0.75rem !important
	}

	.xs\:eds-u-mt6of8 {
		margin-top: 0.75rem !important
	}

	.xs\:eds-u-mb6of8 {
		margin-bottom: 0.75rem !important
	}

	.xs\:eds-u-ml6of8 {
		margin-left: 0.75rem !important
	}

	.xs\:eds-u-mr6of8 {
		margin-right: 0.75rem !important
	}

	.xs\:eds-u-my6of8 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important
	}

	.xs\:eds-u-mx6of8 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important
	}

	.xs\:eds-u-mNegative6of8 {
		margin: -0.75rem !important
	}

	.xs\:eds-u-mtNegative6of8 {
		margin-top: -0.75rem !important
	}

	.xs\:eds-u-mbNegative6of8 {
		margin-bottom: -0.75rem !important
	}

	.xs\:eds-u-mlNegative6of8 {
		margin-left: -0.75rem !important
	}

	.xs\:eds-u-mrNegative6of8 {
		margin-right: -0.75rem !important
	}

	.xs\:eds-u-myNegative6of8 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important
	}

	.xs\:eds-u-mxNegative6of8 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important
	}

	.xs\:eds-u-m7of8 {
		margin: 0.875rem !important
	}

	.xs\:eds-u-mt7of8 {
		margin-top: 0.875rem !important
	}

	.xs\:eds-u-mb7of8 {
		margin-bottom: 0.875rem !important
	}

	.xs\:eds-u-ml7of8 {
		margin-left: 0.875rem !important
	}

	.xs\:eds-u-mr7of8 {
		margin-right: 0.875rem !important
	}

	.xs\:eds-u-my7of8 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important
	}

	.xs\:eds-u-mx7of8 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important
	}

	.xs\:eds-u-mNegative7of8 {
		margin: -0.875rem !important
	}

	.xs\:eds-u-mtNegative7of8 {
		margin-top: -0.875rem !important
	}

	.xs\:eds-u-mbNegative7of8 {
		margin-bottom: -0.875rem !important
	}

	.xs\:eds-u-mlNegative7of8 {
		margin-left: -0.875rem !important
	}

	.xs\:eds-u-mrNegative7of8 {
		margin-right: -0.875rem !important
	}

	.xs\:eds-u-myNegative7of8 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important
	}

	.xs\:eds-u-mxNegative7of8 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important
	}

	.xs\:eds-u-m8of8 {
		margin: 1rem !important
	}

	.xs\:eds-u-mt8of8 {
		margin-top: 1rem !important
	}

	.xs\:eds-u-mb8of8 {
		margin-bottom: 1rem !important
	}

	.xs\:eds-u-ml8of8 {
		margin-left: 1rem !important
	}

	.xs\:eds-u-mr8of8 {
		margin-right: 1rem !important
	}

	.xs\:eds-u-my8of8 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xs\:eds-u-mx8of8 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs\:eds-u-mNegative8of8 {
		margin: -1rem !important
	}

	.xs\:eds-u-mtNegative8of8 {
		margin-top: -1rem !important
	}

	.xs\:eds-u-mbNegative8of8 {
		margin-bottom: -1rem !important
	}

	.xs\:eds-u-mlNegative8of8 {
		margin-left: -1rem !important
	}

	.xs\:eds-u-mrNegative8of8 {
		margin-right: -1rem !important
	}

	.xs\:eds-u-myNegative8of8 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xs\:eds-u-mxNegative8of8 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xs\:eds-u-m9of8 {
		margin: 1.125rem !important
	}

	.xs\:eds-u-mt9of8 {
		margin-top: 1.125rem !important
	}

	.xs\:eds-u-mb9of8 {
		margin-bottom: 1.125rem !important
	}

	.xs\:eds-u-ml9of8 {
		margin-left: 1.125rem !important
	}

	.xs\:eds-u-mr9of8 {
		margin-right: 1.125rem !important
	}

	.xs\:eds-u-my9of8 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.xs\:eds-u-mx9of8 {
		margin-left: 1.125rem !important;
		margin-right: 1.125rem !important
	}

	.xs\:eds-u-mNegative9of8 {
		margin: -1.125rem !important
	}

	.xs\:eds-u-mtNegative9of8 {
		margin-top: -1.125rem !important
	}

	.xs\:eds-u-mbNegative9of8 {
		margin-bottom: -1.125rem !important
	}

	.xs\:eds-u-mlNegative9of8 {
		margin-left: -1.125rem !important
	}

	.xs\:eds-u-mrNegative9of8 {
		margin-right: -1.125rem !important
	}

	.xs\:eds-u-myNegative9of8 {
		margin-top: -1.125rem !important;
		margin-bottom: -1.125rem !important
	}

	.xs\:eds-u-mxNegative9of8 {
		margin-left: -1.125rem !important;
		margin-right: -1.125rem !important
	}

	.xs\:eds-u-m10of8 {
		margin: 1.25rem !important
	}

	.xs\:eds-u-mt10of8 {
		margin-top: 1.25rem !important
	}

	.xs\:eds-u-mb10of8 {
		margin-bottom: 1.25rem !important
	}

	.xs\:eds-u-ml10of8 {
		margin-left: 1.25rem !important
	}

	.xs\:eds-u-mr10of8 {
		margin-right: 1.25rem !important
	}

	.xs\:eds-u-my10of8 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xs\:eds-u-mx10of8 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xs\:eds-u-mNegative10of8 {
		margin: -1.25rem !important
	}

	.xs\:eds-u-mtNegative10of8 {
		margin-top: -1.25rem !important
	}

	.xs\:eds-u-mbNegative10of8 {
		margin-bottom: -1.25rem !important
	}

	.xs\:eds-u-mlNegative10of8 {
		margin-left: -1.25rem !important
	}

	.xs\:eds-u-mrNegative10of8 {
		margin-right: -1.25rem !important
	}

	.xs\:eds-u-myNegative10of8 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xs\:eds-u-mxNegative10of8 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xs\:eds-u-m11of8 {
		margin: 1.375rem !important
	}

	.xs\:eds-u-mt11of8 {
		margin-top: 1.375rem !important
	}

	.xs\:eds-u-mb11of8 {
		margin-bottom: 1.375rem !important
	}

	.xs\:eds-u-ml11of8 {
		margin-left: 1.375rem !important
	}

	.xs\:eds-u-mr11of8 {
		margin-right: 1.375rem !important
	}

	.xs\:eds-u-my11of8 {
		margin-top: 1.375rem !important;
		margin-bottom: 1.375rem !important
	}

	.xs\:eds-u-mx11of8 {
		margin-left: 1.375rem !important;
		margin-right: 1.375rem !important
	}

	.xs\:eds-u-mNegative11of8 {
		margin: -1.375rem !important
	}

	.xs\:eds-u-mtNegative11of8 {
		margin-top: -1.375rem !important
	}

	.xs\:eds-u-mbNegative11of8 {
		margin-bottom: -1.375rem !important
	}

	.xs\:eds-u-mlNegative11of8 {
		margin-left: -1.375rem !important
	}

	.xs\:eds-u-mrNegative11of8 {
		margin-right: -1.375rem !important
	}

	.xs\:eds-u-myNegative11of8 {
		margin-top: -1.375rem !important;
		margin-bottom: -1.375rem !important
	}

	.xs\:eds-u-mxNegative11of8 {
		margin-left: -1.375rem !important;
		margin-right: -1.375rem !important
	}

	.xs\:eds-u-m12of8 {
		margin: 1.5rem !important
	}

	.xs\:eds-u-mt12of8 {
		margin-top: 1.5rem !important
	}

	.xs\:eds-u-mb12of8 {
		margin-bottom: 1.5rem !important
	}

	.xs\:eds-u-ml12of8 {
		margin-left: 1.5rem !important
	}

	.xs\:eds-u-mr12of8 {
		margin-right: 1.5rem !important
	}

	.xs\:eds-u-my12of8 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xs\:eds-u-mx12of8 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xs\:eds-u-mNegative12of8 {
		margin: -1.5rem !important
	}

	.xs\:eds-u-mtNegative12of8 {
		margin-top: -1.5rem !important
	}

	.xs\:eds-u-mbNegative12of8 {
		margin-bottom: -1.5rem !important
	}

	.xs\:eds-u-mlNegative12of8 {
		margin-left: -1.5rem !important
	}

	.xs\:eds-u-mrNegative12of8 {
		margin-right: -1.5rem !important
	}

	.xs\:eds-u-myNegative12of8 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xs\:eds-u-mxNegative12of8 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xs\:eds-u-m0 {
		margin: 0rem !important
	}

	.xs\:eds-u-mt0 {
		margin-top: 0rem !important
	}

	.xs\:eds-u-mb0 {
		margin-bottom: 0rem !important
	}

	.xs\:eds-u-ml0 {
		margin-left: 0rem !important
	}

	.xs\:eds-u-mr0 {
		margin-right: 0rem !important
	}

	.xs\:eds-u-my0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.xs\:eds-u-mx0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.xs\:eds-u-mNegative0 {
		margin: 0rem !important
	}

	.xs\:eds-u-mtNegative0 {
		margin-top: 0rem !important
	}

	.xs\:eds-u-mbNegative0 {
		margin-bottom: 0rem !important
	}

	.xs\:eds-u-mlNegative0 {
		margin-left: 0rem !important
	}

	.xs\:eds-u-mrNegative0 {
		margin-right: 0rem !important
	}

	.xs\:eds-u-myNegative0 {
		margin-top: 0rem !important;
		margin-bottom: 0rem !important
	}

	.xs\:eds-u-mxNegative0 {
		margin-left: 0rem !important;
		margin-right: 0rem !important
	}

	.xs\:eds-u-m1 {
		margin: 1rem !important
	}

	.xs\:eds-u-mt1 {
		margin-top: 1rem !important
	}

	.xs\:eds-u-mb1 {
		margin-bottom: 1rem !important
	}

	.xs\:eds-u-ml1 {
		margin-left: 1rem !important
	}

	.xs\:eds-u-mr1 {
		margin-right: 1rem !important
	}

	.xs\:eds-u-my1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xs\:eds-u-mx1 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs\:eds-u-mNegative1 {
		margin: -1rem !important
	}

	.xs\:eds-u-mtNegative1 {
		margin-top: -1rem !important
	}

	.xs\:eds-u-mbNegative1 {
		margin-bottom: -1rem !important
	}

	.xs\:eds-u-mlNegative1 {
		margin-left: -1rem !important
	}

	.xs\:eds-u-mrNegative1 {
		margin-right: -1rem !important
	}

	.xs\:eds-u-myNegative1 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xs\:eds-u-mxNegative1 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xs\:eds-u-m2 {
		margin: 2rem !important
	}

	.xs\:eds-u-mt2 {
		margin-top: 2rem !important
	}

	.xs\:eds-u-mb2 {
		margin-bottom: 2rem !important
	}

	.xs\:eds-u-ml2 {
		margin-left: 2rem !important
	}

	.xs\:eds-u-mr2 {
		margin-right: 2rem !important
	}

	.xs\:eds-u-my2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xs\:eds-u-mx2 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xs\:eds-u-mNegative2 {
		margin: -2rem !important
	}

	.xs\:eds-u-mtNegative2 {
		margin-top: -2rem !important
	}

	.xs\:eds-u-mbNegative2 {
		margin-bottom: -2rem !important
	}

	.xs\:eds-u-mlNegative2 {
		margin-left: -2rem !important
	}

	.xs\:eds-u-mrNegative2 {
		margin-right: -2rem !important
	}

	.xs\:eds-u-myNegative2 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xs\:eds-u-mxNegative2 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xs\:eds-u-m3 {
		margin: 3rem !important
	}

	.xs\:eds-u-mt3 {
		margin-top: 3rem !important
	}

	.xs\:eds-u-mb3 {
		margin-bottom: 3rem !important
	}

	.xs\:eds-u-ml3 {
		margin-left: 3rem !important
	}

	.xs\:eds-u-mr3 {
		margin-right: 3rem !important
	}

	.xs\:eds-u-my3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xs\:eds-u-mx3 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xs\:eds-u-mNegative3 {
		margin: -3rem !important
	}

	.xs\:eds-u-mtNegative3 {
		margin-top: -3rem !important
	}

	.xs\:eds-u-mbNegative3 {
		margin-bottom: -3rem !important
	}

	.xs\:eds-u-mlNegative3 {
		margin-left: -3rem !important
	}

	.xs\:eds-u-mrNegative3 {
		margin-right: -3rem !important
	}

	.xs\:eds-u-myNegative3 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xs\:eds-u-mxNegative3 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xs\:eds-u-m4 {
		margin: 4rem !important
	}

	.xs\:eds-u-mt4 {
		margin-top: 4rem !important
	}

	.xs\:eds-u-mb4 {
		margin-bottom: 4rem !important
	}

	.xs\:eds-u-ml4 {
		margin-left: 4rem !important
	}

	.xs\:eds-u-mr4 {
		margin-right: 4rem !important
	}

	.xs\:eds-u-my4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xs\:eds-u-mx4 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xs\:eds-u-mNegative4 {
		margin: -4rem !important
	}

	.xs\:eds-u-mtNegative4 {
		margin-top: -4rem !important
	}

	.xs\:eds-u-mbNegative4 {
		margin-bottom: -4rem !important
	}

	.xs\:eds-u-mlNegative4 {
		margin-left: -4rem !important
	}

	.xs\:eds-u-mrNegative4 {
		margin-right: -4rem !important
	}

	.xs\:eds-u-myNegative4 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xs\:eds-u-mxNegative4 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xs\:eds-u-m5 {
		margin: 5rem !important
	}

	.xs\:eds-u-mt5 {
		margin-top: 5rem !important
	}

	.xs\:eds-u-mb5 {
		margin-bottom: 5rem !important
	}

	.xs\:eds-u-ml5 {
		margin-left: 5rem !important
	}

	.xs\:eds-u-mr5 {
		margin-right: 5rem !important
	}

	.xs\:eds-u-my5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xs\:eds-u-mx5 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xs\:eds-u-mNegative5 {
		margin: -5rem !important
	}

	.xs\:eds-u-mtNegative5 {
		margin-top: -5rem !important
	}

	.xs\:eds-u-mbNegative5 {
		margin-bottom: -5rem !important
	}

	.xs\:eds-u-mlNegative5 {
		margin-left: -5rem !important
	}

	.xs\:eds-u-mrNegative5 {
		margin-right: -5rem !important
	}

	.xs\:eds-u-myNegative5 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xs\:eds-u-mxNegative5 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xs\:eds-u-m6 {
		margin: 6rem !important
	}

	.xs\:eds-u-mt6 {
		margin-top: 6rem !important
	}

	.xs\:eds-u-mb6 {
		margin-bottom: 6rem !important
	}

	.xs\:eds-u-ml6 {
		margin-left: 6rem !important
	}

	.xs\:eds-u-mr6 {
		margin-right: 6rem !important
	}

	.xs\:eds-u-my6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xs\:eds-u-mx6 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xs\:eds-u-mNegative6 {
		margin: -6rem !important
	}

	.xs\:eds-u-mtNegative6 {
		margin-top: -6rem !important
	}

	.xs\:eds-u-mbNegative6 {
		margin-bottom: -6rem !important
	}

	.xs\:eds-u-mlNegative6 {
		margin-left: -6rem !important
	}

	.xs\:eds-u-mrNegative6 {
		margin-right: -6rem !important
	}

	.xs\:eds-u-myNegative6 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xs\:eds-u-mxNegative6 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xs\:eds-u-m-auto {
		margin: auto !important
	}

	.xs\:eds-u-mt-auto {
		margin-top: auto !important
	}

	.xs\:eds-u-mb-auto {
		margin-bottom: auto !important
	}

	.xs\:eds-u-ml-auto {
		margin-left: auto !important
	}

	.xs\:eds-u-mr-auto {
		margin-right: auto !important
	}

	.xs\:eds-u-my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xs\:eds-u-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

.eds-u-h1px {
	height: 1px !important
}

.eds-u-h2px {
	height: 2px !important
}

.eds-u-h5px {
	height: 5px !important
}

.eds-u-h10vh {
	height: 10vh !important
}

.eds-u-h20vh {
	height: 20vh !important
}

.eds-u-h30vh {
	height: 30vh !important
}

.eds-u-h40vh {
	height: 40vh !important
}

.eds-u-h50vh {
	height: 50vh !important
}

.eds-u-h60vh {
	height: 60vh !important
}

.eds-u-h70vh {
	height: 70vh !important
}

.eds-u-h80vh {
	height: 80vh !important
}

.eds-u-h90vh {
	height: 90vh !important
}

.eds-u-h100vh {
	height: 100vh !important
}

.eds-u-h1of10 {
	height: 10% !important
}

.eds-u-h2of10 {
	height: 20% !important
}

.eds-u-h3of10 {
	height: 30% !important
}

.eds-u-h4of10 {
	height: 40% !important
}

.eds-u-h5of10 {
	height: 50% !important
}

.eds-u-h6of10 {
	height: 60% !important
}

.eds-u-h7of10 {
	height: 70% !important
}

.eds-u-h8of10 {
	height: 80% !important
}

.eds-u-h9of10 {
	height: 90% !important
}

.eds-u-h10of10 {
	height: 100% !important
}

.eds-u-h10px {
	height: 10px !important
}

.eds-u-h20px {
	height: 20px !important
}

.eds-u-h30px {
	height: 30px !important
}

.eds-u-h40px {
	height: 40px !important
}

.eds-u-h50px {
	height: 50px !important
}

.eds-u-h60px {
	height: 60px !important
}

.eds-u-h70px {
	height: 70px !important
}

.eds-u-h80px {
	height: 80px !important
}

.eds-u-h90px {
	height: 90px !important
}

.eds-u-h100px {
	height: 100px !important
}

.eds-u-h110px {
	height: 110px !important
}

.eds-u-h120px {
	height: 120px !important
}

.eds-u-h130px {
	height: 130px !important
}

.eds-u-h140px {
	height: 140px !important
}

.eds-u-h150px {
	height: 150px !important
}

.eds-u-h160px {
	height: 160px !important
}

.eds-u-h170px {
	height: 170px !important
}

.eds-u-h180px {
	height: 180px !important
}

.eds-u-h190px {
	height: 190px !important
}

.eds-u-h200px {
	height: 200px !important
}

.eds-u-h210px {
	height: 210px !important
}

.eds-u-h220px {
	height: 220px !important
}

.eds-u-h230px {
	height: 230px !important
}

.eds-u-h240px {
	height: 240px !important
}

.eds-u-h250px {
	height: 250px !important
}

.eds-u-h260px {
	height: 260px !important
}

.eds-u-h270px {
	height: 270px !important
}

.eds-u-h280px {
	height: 280px !important
}

.eds-u-h290px {
	height: 290px !important
}

.eds-u-h300px {
	height: 300px !important
}

.eds-u-h310px {
	height: 310px !important
}

.eds-u-h320px {
	height: 320px !important
}

.eds-u-h330px {
	height: 330px !important
}

.eds-u-h340px {
	height: 340px !important
}

.eds-u-h350px {
	height: 350px !important
}

.eds-u-h360px {
	height: 360px !important
}

.eds-u-h370px {
	height: 370px !important
}

.eds-u-h380px {
	height: 380px !important
}

.eds-u-h390px {
	height: 390px !important
}

.eds-u-h400px {
	height: 400px !important
}

.eds-u-h410px {
	height: 410px !important
}

.eds-u-h420px {
	height: 420px !important
}

.eds-u-h430px {
	height: 430px !important
}

.eds-u-h440px {
	height: 440px !important
}

.eds-u-h450px {
	height: 450px !important
}

.eds-u-h460px {
	height: 460px !important
}

.eds-u-h470px {
	height: 470px !important
}

.eds-u-h480px {
	height: 480px !important
}

.eds-u-h490px {
	height: 490px !important
}

.eds-u-h500px {
	height: 500px !important
}

.eds-u-hMax100 {
	max-height: 100% !important
}

.eds-u-hMin100vh {
	min-height: 100vh !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-h1px {
		height:1px !important
	}

	.pc\:eds-u-h2px {
		height: 2px !important
	}

	.pc\:eds-u-h5px {
		height: 5px !important
	}

	.pc\:eds-u-h10vh {
		height: 10vh !important
	}

	.pc\:eds-u-h20vh {
		height: 20vh !important
	}

	.pc\:eds-u-h30vh {
		height: 30vh !important
	}

	.pc\:eds-u-h40vh {
		height: 40vh !important
	}

	.pc\:eds-u-h50vh {
		height: 50vh !important
	}

	.pc\:eds-u-h60vh {
		height: 60vh !important
	}

	.pc\:eds-u-h70vh {
		height: 70vh !important
	}

	.pc\:eds-u-h80vh {
		height: 80vh !important
	}

	.pc\:eds-u-h90vh {
		height: 90vh !important
	}

	.pc\:eds-u-h100vh {
		height: 100vh !important
	}

	.pc\:eds-u-h1of10 {
		height: 10% !important
	}

	.pc\:eds-u-h2of10 {
		height: 20% !important
	}

	.pc\:eds-u-h3of10 {
		height: 30% !important
	}

	.pc\:eds-u-h4of10 {
		height: 40% !important
	}

	.pc\:eds-u-h5of10 {
		height: 50% !important
	}

	.pc\:eds-u-h6of10 {
		height: 60% !important
	}

	.pc\:eds-u-h7of10 {
		height: 70% !important
	}

	.pc\:eds-u-h8of10 {
		height: 80% !important
	}

	.pc\:eds-u-h9of10 {
		height: 90% !important
	}

	.pc\:eds-u-h10of10 {
		height: 100% !important
	}

	.pc\:eds-u-h10px {
		height: 10px !important
	}

	.pc\:eds-u-h20px {
		height: 20px !important
	}

	.pc\:eds-u-h30px {
		height: 30px !important
	}

	.pc\:eds-u-h40px {
		height: 40px !important
	}

	.pc\:eds-u-h50px {
		height: 50px !important
	}

	.pc\:eds-u-h60px {
		height: 60px !important
	}

	.pc\:eds-u-h70px {
		height: 70px !important
	}

	.pc\:eds-u-h80px {
		height: 80px !important
	}

	.pc\:eds-u-h90px {
		height: 90px !important
	}

	.pc\:eds-u-h100px {
		height: 100px !important
	}

	.pc\:eds-u-h110px {
		height: 110px !important
	}

	.pc\:eds-u-h120px {
		height: 120px !important
	}

	.pc\:eds-u-h130px {
		height: 130px !important
	}

	.pc\:eds-u-h140px {
		height: 140px !important
	}

	.pc\:eds-u-h150px {
		height: 150px !important
	}

	.pc\:eds-u-h160px {
		height: 160px !important
	}

	.pc\:eds-u-h170px {
		height: 170px !important
	}

	.pc\:eds-u-h180px {
		height: 180px !important
	}

	.pc\:eds-u-h190px {
		height: 190px !important
	}

	.pc\:eds-u-h200px {
		height: 200px !important
	}

	.pc\:eds-u-h210px {
		height: 210px !important
	}

	.pc\:eds-u-h220px {
		height: 220px !important
	}

	.pc\:eds-u-h230px {
		height: 230px !important
	}

	.pc\:eds-u-h240px {
		height: 240px !important
	}

	.pc\:eds-u-h250px {
		height: 250px !important
	}

	.pc\:eds-u-h260px {
		height: 260px !important
	}

	.pc\:eds-u-h270px {
		height: 270px !important
	}

	.pc\:eds-u-h280px {
		height: 280px !important
	}

	.pc\:eds-u-h290px {
		height: 290px !important
	}

	.pc\:eds-u-h300px {
		height: 300px !important
	}

	.pc\:eds-u-h310px {
		height: 310px !important
	}

	.pc\:eds-u-h320px {
		height: 320px !important
	}

	.pc\:eds-u-h330px {
		height: 330px !important
	}

	.pc\:eds-u-h340px {
		height: 340px !important
	}

	.pc\:eds-u-h350px {
		height: 350px !important
	}

	.pc\:eds-u-h360px {
		height: 360px !important
	}

	.pc\:eds-u-h370px {
		height: 370px !important
	}

	.pc\:eds-u-h380px {
		height: 380px !important
	}

	.pc\:eds-u-h390px {
		height: 390px !important
	}

	.pc\:eds-u-h400px {
		height: 400px !important
	}

	.pc\:eds-u-h410px {
		height: 410px !important
	}

	.pc\:eds-u-h420px {
		height: 420px !important
	}

	.pc\:eds-u-h430px {
		height: 430px !important
	}

	.pc\:eds-u-h440px {
		height: 440px !important
	}

	.pc\:eds-u-h450px {
		height: 450px !important
	}

	.pc\:eds-u-h460px {
		height: 460px !important
	}

	.pc\:eds-u-h470px {
		height: 470px !important
	}

	.pc\:eds-u-h480px {
		height: 480px !important
	}

	.pc\:eds-u-h490px {
		height: 490px !important
	}

	.pc\:eds-u-h500px {
		height: 500px !important
	}

	.pc\:eds-u-hMax100 {
		max-height: 100% !important
	}

	.pc\:eds-u-hMin100vh {
		min-height: 100vh !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-h1px {
		height:1px !important
	}

	.sp\:eds-u-h2px {
		height: 2px !important
	}

	.sp\:eds-u-h5px {
		height: 5px !important
	}

	.sp\:eds-u-h10vh {
		height: 10vh !important
	}

	.sp\:eds-u-h20vh {
		height: 20vh !important
	}

	.sp\:eds-u-h30vh {
		height: 30vh !important
	}

	.sp\:eds-u-h40vh {
		height: 40vh !important
	}

	.sp\:eds-u-h50vh {
		height: 50vh !important
	}

	.sp\:eds-u-h60vh {
		height: 60vh !important
	}

	.sp\:eds-u-h70vh {
		height: 70vh !important
	}

	.sp\:eds-u-h80vh {
		height: 80vh !important
	}

	.sp\:eds-u-h90vh {
		height: 90vh !important
	}

	.sp\:eds-u-h100vh {
		height: 100vh !important
	}

	.sp\:eds-u-h1of10 {
		height: 10% !important
	}

	.sp\:eds-u-h2of10 {
		height: 20% !important
	}

	.sp\:eds-u-h3of10 {
		height: 30% !important
	}

	.sp\:eds-u-h4of10 {
		height: 40% !important
	}

	.sp\:eds-u-h5of10 {
		height: 50% !important
	}

	.sp\:eds-u-h6of10 {
		height: 60% !important
	}

	.sp\:eds-u-h7of10 {
		height: 70% !important
	}

	.sp\:eds-u-h8of10 {
		height: 80% !important
	}

	.sp\:eds-u-h9of10 {
		height: 90% !important
	}

	.sp\:eds-u-h10of10 {
		height: 100% !important
	}

	.sp\:eds-u-h10px {
		height: 10px !important
	}

	.sp\:eds-u-h20px {
		height: 20px !important
	}

	.sp\:eds-u-h30px {
		height: 30px !important
	}

	.sp\:eds-u-h40px {
		height: 40px !important
	}

	.sp\:eds-u-h50px {
		height: 50px !important
	}

	.sp\:eds-u-h60px {
		height: 60px !important
	}

	.sp\:eds-u-h70px {
		height: 70px !important
	}

	.sp\:eds-u-h80px {
		height: 80px !important
	}

	.sp\:eds-u-h90px {
		height: 90px !important
	}

	.sp\:eds-u-h100px {
		height: 100px !important
	}

	.sp\:eds-u-h110px {
		height: 110px !important
	}

	.sp\:eds-u-h120px {
		height: 120px !important
	}

	.sp\:eds-u-h130px {
		height: 130px !important
	}

	.sp\:eds-u-h140px {
		height: 140px !important
	}

	.sp\:eds-u-h150px {
		height: 150px !important
	}

	.sp\:eds-u-h160px {
		height: 160px !important
	}

	.sp\:eds-u-h170px {
		height: 170px !important
	}

	.sp\:eds-u-h180px {
		height: 180px !important
	}

	.sp\:eds-u-h190px {
		height: 190px !important
	}

	.sp\:eds-u-h200px {
		height: 200px !important
	}

	.sp\:eds-u-h210px {
		height: 210px !important
	}

	.sp\:eds-u-h220px {
		height: 220px !important
	}

	.sp\:eds-u-h230px {
		height: 230px !important
	}

	.sp\:eds-u-h240px {
		height: 240px !important
	}

	.sp\:eds-u-h250px {
		height: 250px !important
	}

	.sp\:eds-u-h260px {
		height: 260px !important
	}

	.sp\:eds-u-h270px {
		height: 270px !important
	}

	.sp\:eds-u-h280px {
		height: 280px !important
	}

	.sp\:eds-u-h290px {
		height: 290px !important
	}

	.sp\:eds-u-h300px {
		height: 300px !important
	}

	.sp\:eds-u-h310px {
		height: 310px !important
	}

	.sp\:eds-u-h320px {
		height: 320px !important
	}

	.sp\:eds-u-h330px {
		height: 330px !important
	}

	.sp\:eds-u-h340px {
		height: 340px !important
	}

	.sp\:eds-u-h350px {
		height: 350px !important
	}

	.sp\:eds-u-h360px {
		height: 360px !important
	}

	.sp\:eds-u-h370px {
		height: 370px !important
	}

	.sp\:eds-u-h380px {
		height: 380px !important
	}

	.sp\:eds-u-h390px {
		height: 390px !important
	}

	.sp\:eds-u-h400px {
		height: 400px !important
	}

	.sp\:eds-u-h410px {
		height: 410px !important
	}

	.sp\:eds-u-h420px {
		height: 420px !important
	}

	.sp\:eds-u-h430px {
		height: 430px !important
	}

	.sp\:eds-u-h440px {
		height: 440px !important
	}

	.sp\:eds-u-h450px {
		height: 450px !important
	}

	.sp\:eds-u-h460px {
		height: 460px !important
	}

	.sp\:eds-u-h470px {
		height: 470px !important
	}

	.sp\:eds-u-h480px {
		height: 480px !important
	}

	.sp\:eds-u-h490px {
		height: 490px !important
	}

	.sp\:eds-u-h500px {
		height: 500px !important
	}

	.sp\:eds-u-hMax100 {
		max-height: 100% !important
	}

	.sp\:eds-u-hMin100vh {
		min-height: 100vh !important
	}
}

.eds-u-border {
	border: 1px solid #eee !important
}

.eds-u-border-t {
	border-top: 1px solid #eee !important
}

.eds-u-border-r {
	border-right: 1px solid #eee !important
}

.eds-u-border-l {
	border-left: 1px solid #eee !important
}

.eds-u-border-b {
	border-bottom: 1px solid #eee !important
}

.eds-u-border-radius {
	border-radius: 50% !important
}

.eds-u-border-radius-0 {
	border-radius: 0 !important
}

.eds-u-border-radius-4 {
	border-radius: 4px !important
}

.eds-u-border-radius-8 {
	border-radius: 8px !important
}

.eds-u-border-radius-12 {
	border-radius: 12px !important
}

.eds-u-border-radius-16 {
	border-radius: 16px !important
}

.eds-u-border-radius-24 {
	border-radius: 24px !important
}

.eds-u-border-radius-xl {
	border-radius: 999px !important
}

.eds-u-border-box {
	box-sizing: border-box !important
}

.eds-u-border-none {
	border: none !important
}

.eds-u-border-t-none {
	border-top: none !important
}

.eds-u-border-r-none {
	border-right: none !important
}

.eds-u-border-l-none {
	border-left: none !important
}

.eds-u-border-b-none {
	border-bottom: none !important
}

.eds-u-border-primary {
	border-color: #d2461e !important
}

.eds-u-border-danger {
	border-color: #d32f2f !important
}

.eds-u-border-warning {
	border-color: #f57c00 !important
}

.eds-u-border-info {
	border-color: #0288d1 !important
}

.eds-u-border-white {
	border-color: #fff !important
}

.eds-u-border-dark {
	border-color: #212121 !important
}

.eds-u-border-w2 {
	border-width: 2px !important;
	border: inherit
}

.eds-u-border-w4 {
	border-width: 4px !important;
	border: inherit
}

.eds-u-border-w8 {
	border-width: 8px !important;
	border: inherit
}

.eds-u-border-w16 {
	border-width: 16px !important;
	border: inherit
}

.eds-u-border-solid {
	border-style: solid !important;
	border: inherit
}

.eds-u-border-dashed {
	border-style: dashed !important;
	border: inherit
}

.eds-u-border-dotted {
	border-style: dotted !important;
	border: inherit
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-border {
		border:1px solid #eee !important
	}

	.pc\:eds-u-border-t {
		border-top: 1px solid #eee !important
	}

	.pc\:eds-u-border-r {
		border-right: 1px solid #eee !important
	}

	.pc\:eds-u-border-l {
		border-left: 1px solid #eee !important
	}

	.pc\:eds-u-border-b {
		border-bottom: 1px solid #eee !important
	}

	.pc\:eds-u-border-radius {
		border-radius: 50% !important
	}

	.pc\:eds-u-border-radius-0 {
		border-radius: 0 !important
	}

	.pc\:eds-u-border-radius-4 {
		border-radius: 4px !important
	}

	.pc\:eds-u-border-radius-8 {
		border-radius: 8px !important
	}

	.pc\:eds-u-border-radius-12 {
		border-radius: 12px !important
	}

	.pc\:eds-u-border-radius-16 {
		border-radius: 16px !important
	}

	.pc\:eds-u-border-radius-24 {
		border-radius: 24px !important
	}

	.pc\:eds-u-border-radius-xl {
		border-radius: 999px !important
	}

	.pc\:eds-u-border-box {
		box-sizing: border-box !important
	}

	.pc\:eds-u-border-none {
		border: none !important
	}

	.pc\:eds-u-border-t-none {
		border-top: none !important
	}

	.pc\:eds-u-border-r-none {
		border-right: none !important
	}

	.pc\:eds-u-border-l-none {
		border-left: none !important
	}

	.pc\:eds-u-border-b-none {
		border-bottom: none !important
	}

	.pc\:eds-u-border-primary {
		border-color: #d2461e !important
	}

	.pc\:eds-u-border-danger {
		border-color: #d32f2f !important
	}

	.pc\:eds-u-border-warning {
		border-color: #f57c00 !important
	}

	.pc\:eds-u-border-info {
		border-color: #0288d1 !important
	}

	.pc\:eds-u-border-white {
		border-color: #fff !important
	}

	.pc\:eds-u-border-dark {
		border-color: #212121 !important
	}

	.pc\:eds-u-border-w2 {
		border-width: 2px !important;
		border: inherit
	}

	.pc\:eds-u-border-w4 {
		border-width: 4px !important;
		border: inherit
	}

	.pc\:eds-u-border-w8 {
		border-width: 8px !important;
		border: inherit
	}

	.pc\:eds-u-border-w16 {
		border-width: 16px !important;
		border: inherit
	}

	.pc\:eds-u-border-solid {
		border-style: solid !important;
		border: inherit
	}

	.pc\:eds-u-border-dashed {
		border-style: dashed !important;
		border: inherit
	}

	.pc\:eds-u-border-dotted {
		border-style: dotted !important;
		border: inherit
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-border {
		border:1px solid #eee !important
	}

	.xl\:eds-u-border-t {
		border-top: 1px solid #eee !important
	}

	.xl\:eds-u-border-r {
		border-right: 1px solid #eee !important
	}

	.xl\:eds-u-border-l {
		border-left: 1px solid #eee !important
	}

	.xl\:eds-u-border-b {
		border-bottom: 1px solid #eee !important
	}

	.xl\:eds-u-border-radius {
		border-radius: 50% !important
	}

	.xl\:eds-u-border-radius-0 {
		border-radius: 0 !important
	}

	.xl\:eds-u-border-radius-4 {
		border-radius: 4px !important
	}

	.xl\:eds-u-border-radius-8 {
		border-radius: 8px !important
	}

	.xl\:eds-u-border-radius-12 {
		border-radius: 12px !important
	}

	.xl\:eds-u-border-radius-16 {
		border-radius: 16px !important
	}

	.xl\:eds-u-border-radius-24 {
		border-radius: 24px !important
	}

	.xl\:eds-u-border-radius-xl {
		border-radius: 999px !important
	}

	.xl\:eds-u-border-box {
		box-sizing: border-box !important
	}

	.xl\:eds-u-border-none {
		border: none !important
	}

	.xl\:eds-u-border-t-none {
		border-top: none !important
	}

	.xl\:eds-u-border-r-none {
		border-right: none !important
	}

	.xl\:eds-u-border-l-none {
		border-left: none !important
	}

	.xl\:eds-u-border-b-none {
		border-bottom: none !important
	}

	.xl\:eds-u-border-primary {
		border-color: #d2461e !important
	}

	.xl\:eds-u-border-danger {
		border-color: #d32f2f !important
	}

	.xl\:eds-u-border-warning {
		border-color: #f57c00 !important
	}

	.xl\:eds-u-border-info {
		border-color: #0288d1 !important
	}

	.xl\:eds-u-border-white {
		border-color: #fff !important
	}

	.xl\:eds-u-border-dark {
		border-color: #212121 !important
	}

	.xl\:eds-u-border-w2 {
		border-width: 2px !important;
		border: inherit
	}

	.xl\:eds-u-border-w4 {
		border-width: 4px !important;
		border: inherit
	}

	.xl\:eds-u-border-w8 {
		border-width: 8px !important;
		border: inherit
	}

	.xl\:eds-u-border-w16 {
		border-width: 16px !important;
		border: inherit
	}

	.xl\:eds-u-border-solid {
		border-style: solid !important;
		border: inherit
	}

	.xl\:eds-u-border-dashed {
		border-style: dashed !important;
		border: inherit
	}

	.xl\:eds-u-border-dotted {
		border-style: dotted !important;
		border: inherit
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-border {
		border:1px solid #eee !important
	}

	.l\:eds-u-border-t {
		border-top: 1px solid #eee !important
	}

	.l\:eds-u-border-r {
		border-right: 1px solid #eee !important
	}

	.l\:eds-u-border-l {
		border-left: 1px solid #eee !important
	}

	.l\:eds-u-border-b {
		border-bottom: 1px solid #eee !important
	}

	.l\:eds-u-border-radius {
		border-radius: 50% !important
	}

	.l\:eds-u-border-radius-0 {
		border-radius: 0 !important
	}

	.l\:eds-u-border-radius-4 {
		border-radius: 4px !important
	}

	.l\:eds-u-border-radius-8 {
		border-radius: 8px !important
	}

	.l\:eds-u-border-radius-12 {
		border-radius: 12px !important
	}

	.l\:eds-u-border-radius-16 {
		border-radius: 16px !important
	}

	.l\:eds-u-border-radius-24 {
		border-radius: 24px !important
	}

	.l\:eds-u-border-radius-xl {
		border-radius: 999px !important
	}

	.l\:eds-u-border-box {
		box-sizing: border-box !important
	}

	.l\:eds-u-border-none {
		border: none !important
	}

	.l\:eds-u-border-t-none {
		border-top: none !important
	}

	.l\:eds-u-border-r-none {
		border-right: none !important
	}

	.l\:eds-u-border-l-none {
		border-left: none !important
	}

	.l\:eds-u-border-b-none {
		border-bottom: none !important
	}

	.l\:eds-u-border-primary {
		border-color: #d2461e !important
	}

	.l\:eds-u-border-danger {
		border-color: #d32f2f !important
	}

	.l\:eds-u-border-warning {
		border-color: #f57c00 !important
	}

	.l\:eds-u-border-info {
		border-color: #0288d1 !important
	}

	.l\:eds-u-border-white {
		border-color: #fff !important
	}

	.l\:eds-u-border-dark {
		border-color: #212121 !important
	}

	.l\:eds-u-border-w2 {
		border-width: 2px !important;
		border: inherit
	}

	.l\:eds-u-border-w4 {
		border-width: 4px !important;
		border: inherit
	}

	.l\:eds-u-border-w8 {
		border-width: 8px !important;
		border: inherit
	}

	.l\:eds-u-border-w16 {
		border-width: 16px !important;
		border: inherit
	}

	.l\:eds-u-border-solid {
		border-style: solid !important;
		border: inherit
	}

	.l\:eds-u-border-dashed {
		border-style: dashed !important;
		border: inherit
	}

	.l\:eds-u-border-dotted {
		border-style: dotted !important;
		border: inherit
	}
}

@media(max-width: 991px) {
	.m\:eds-u-border {
		border:1px solid #eee !important
	}

	.m\:eds-u-border-t {
		border-top: 1px solid #eee !important
	}

	.m\:eds-u-border-r {
		border-right: 1px solid #eee !important
	}

	.m\:eds-u-border-l {
		border-left: 1px solid #eee !important
	}

	.m\:eds-u-border-b {
		border-bottom: 1px solid #eee !important
	}

	.m\:eds-u-border-radius {
		border-radius: 50% !important
	}

	.m\:eds-u-border-radius-0 {
		border-radius: 0 !important
	}

	.m\:eds-u-border-radius-4 {
		border-radius: 4px !important
	}

	.m\:eds-u-border-radius-8 {
		border-radius: 8px !important
	}

	.m\:eds-u-border-radius-12 {
		border-radius: 12px !important
	}

	.m\:eds-u-border-radius-16 {
		border-radius: 16px !important
	}

	.m\:eds-u-border-radius-24 {
		border-radius: 24px !important
	}

	.m\:eds-u-border-radius-xl {
		border-radius: 999px !important
	}

	.m\:eds-u-border-box {
		box-sizing: border-box !important
	}

	.m\:eds-u-border-none {
		border: none !important
	}

	.m\:eds-u-border-t-none {
		border-top: none !important
	}

	.m\:eds-u-border-r-none {
		border-right: none !important
	}

	.m\:eds-u-border-l-none {
		border-left: none !important
	}

	.m\:eds-u-border-b-none {
		border-bottom: none !important
	}

	.m\:eds-u-border-primary {
		border-color: #d2461e !important
	}

	.m\:eds-u-border-danger {
		border-color: #d32f2f !important
	}

	.m\:eds-u-border-warning {
		border-color: #f57c00 !important
	}

	.m\:eds-u-border-info {
		border-color: #0288d1 !important
	}

	.m\:eds-u-border-white {
		border-color: #fff !important
	}

	.m\:eds-u-border-dark {
		border-color: #212121 !important
	}

	.m\:eds-u-border-w2 {
		border-width: 2px !important;
		border: inherit
	}

	.m\:eds-u-border-w4 {
		border-width: 4px !important;
		border: inherit
	}

	.m\:eds-u-border-w8 {
		border-width: 8px !important;
		border: inherit
	}

	.m\:eds-u-border-w16 {
		border-width: 16px !important;
		border: inherit
	}

	.m\:eds-u-border-solid {
		border-style: solid !important;
		border: inherit
	}

	.m\:eds-u-border-dashed {
		border-style: dashed !important;
		border: inherit
	}

	.m\:eds-u-border-dotted {
		border-style: dotted !important;
		border: inherit
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-border,.s\:eds-u-border {
		border:1px solid #eee !important
	}

	.sp\:eds-u-border-t,.s\:eds-u-border-t {
		border-top: 1px solid #eee !important
	}

	.sp\:eds-u-border-r,.s\:eds-u-border-r {
		border-right: 1px solid #eee !important
	}

	.sp\:eds-u-border-l,.s\:eds-u-border-l {
		border-left: 1px solid #eee !important
	}

	.sp\:eds-u-border-b,.s\:eds-u-border-b {
		border-bottom: 1px solid #eee !important
	}

	.sp\:eds-u-border-radius,.s\:eds-u-border-radius {
		border-radius: 50% !important
	}

	.sp\:eds-u-border-radius-0,.s\:eds-u-border-radius-0 {
		border-radius: 0 !important
	}

	.sp\:eds-u-border-radius-4,.s\:eds-u-border-radius-4 {
		border-radius: 4px !important
	}

	.sp\:eds-u-border-radius-8,.s\:eds-u-border-radius-8 {
		border-radius: 8px !important
	}

	.sp\:eds-u-border-radius-12,.s\:eds-u-border-radius-12 {
		border-radius: 12px !important
	}

	.sp\:eds-u-border-radius-16,.s\:eds-u-border-radius-16 {
		border-radius: 16px !important
	}

	.sp\:eds-u-border-radius-24,.s\:eds-u-border-radius-24 {
		border-radius: 24px !important
	}

	.sp\:eds-u-border-radius-xl,.s\:eds-u-border-radius-xl {
		border-radius: 999px !important
	}

	.sp\:eds-u-border-box,.s\:eds-u-border-box {
		box-sizing: border-box !important
	}

	.sp\:eds-u-border-none,.s\:eds-u-border-none {
		border: none !important
	}

	.sp\:eds-u-border-t-none,.s\:eds-u-border-t-none {
		border-top: none !important
	}

	.sp\:eds-u-border-r-none,.s\:eds-u-border-r-none {
		border-right: none !important
	}

	.sp\:eds-u-border-l-none,.s\:eds-u-border-l-none {
		border-left: none !important
	}

	.sp\:eds-u-border-b-none,.s\:eds-u-border-b-none {
		border-bottom: none !important
	}

	.sp\:eds-u-border-primary,.s\:eds-u-border-primary {
		border-color: #d2461e !important
	}

	.sp\:eds-u-border-danger,.s\:eds-u-border-danger {
		border-color: #d32f2f !important
	}

	.sp\:eds-u-border-warning,.s\:eds-u-border-warning {
		border-color: #f57c00 !important
	}

	.sp\:eds-u-border-info,.s\:eds-u-border-info {
		border-color: #0288d1 !important
	}

	.sp\:eds-u-border-white,.s\:eds-u-border-white {
		border-color: #fff !important
	}

	.sp\:eds-u-border-dark,.s\:eds-u-border-dark {
		border-color: #212121 !important
	}

	.sp\:eds-u-border-w2,.s\:eds-u-border-w2 {
		border-width: 2px !important;
		border: inherit
	}

	.sp\:eds-u-border-w4,.s\:eds-u-border-w4 {
		border-width: 4px !important;
		border: inherit
	}

	.sp\:eds-u-border-w8,.s\:eds-u-border-w8 {
		border-width: 8px !important;
		border: inherit
	}

	.sp\:eds-u-border-w16,.s\:eds-u-border-w16 {
		border-width: 16px !important;
		border: inherit
	}

	.sp\:eds-u-border-solid,.s\:eds-u-border-solid {
		border-style: solid !important;
		border: inherit
	}

	.sp\:eds-u-border-dashed,.s\:eds-u-border-dashed {
		border-style: dashed !important;
		border: inherit
	}

	.sp\:eds-u-border-dotted,.s\:eds-u-border-dotted {
		border-style: dotted !important;
		border: inherit
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-border {
		border:1px solid #eee !important
	}

	.xs\:eds-u-border-t {
		border-top: 1px solid #eee !important
	}

	.xs\:eds-u-border-r {
		border-right: 1px solid #eee !important
	}

	.xs\:eds-u-border-l {
		border-left: 1px solid #eee !important
	}

	.xs\:eds-u-border-b {
		border-bottom: 1px solid #eee !important
	}

	.xs\:eds-u-border-radius {
		border-radius: 50% !important
	}

	.xs\:eds-u-border-radius-0 {
		border-radius: 0 !important
	}

	.xs\:eds-u-border-radius-4 {
		border-radius: 4px !important
	}

	.xs\:eds-u-border-radius-8 {
		border-radius: 8px !important
	}

	.xs\:eds-u-border-radius-12 {
		border-radius: 12px !important
	}

	.xs\:eds-u-border-radius-16 {
		border-radius: 16px !important
	}

	.xs\:eds-u-border-radius-24 {
		border-radius: 24px !important
	}

	.xs\:eds-u-border-radius-xl {
		border-radius: 999px !important
	}

	.xs\:eds-u-border-box {
		box-sizing: border-box !important
	}

	.xs\:eds-u-border-none {
		border: none !important
	}

	.xs\:eds-u-border-t-none {
		border-top: none !important
	}

	.xs\:eds-u-border-r-none {
		border-right: none !important
	}

	.xs\:eds-u-border-l-none {
		border-left: none !important
	}

	.xs\:eds-u-border-b-none {
		border-bottom: none !important
	}

	.xs\:eds-u-border-primary {
		border-color: #d2461e !important
	}

	.xs\:eds-u-border-danger {
		border-color: #d32f2f !important
	}

	.xs\:eds-u-border-warning {
		border-color: #f57c00 !important
	}

	.xs\:eds-u-border-info {
		border-color: #0288d1 !important
	}

	.xs\:eds-u-border-white {
		border-color: #fff !important
	}

	.xs\:eds-u-border-dark {
		border-color: #212121 !important
	}

	.xs\:eds-u-border-w2 {
		border-width: 2px !important;
		border: inherit
	}

	.xs\:eds-u-border-w4 {
		border-width: 4px !important;
		border: inherit
	}

	.xs\:eds-u-border-w8 {
		border-width: 8px !important;
		border: inherit
	}

	.xs\:eds-u-border-w16 {
		border-width: 16px !important;
		border: inherit
	}

	.xs\:eds-u-border-solid {
		border-style: solid !important;
		border: inherit
	}

	.xs\:eds-u-border-dashed {
		border-style: dashed !important;
		border: inherit
	}

	.xs\:eds-u-border-dotted {
		border-style: dotted !important;
		border: inherit
	}
}

.eds-u-display-inline {
	display: inline !important
}

.eds-u-display-block {
	display: block !important
}

.eds-u-display-none {
	display: none !important
}

.eds-u-display-inlineBlock {
	display: inline-block !important
}

.eds-u-display-contents {
	display: contents !important
}

.eds-u-display-flex {
	display: flex !important
}

.eds-u-display-inlineFlex {
	display: inline-flex !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-display-inline {
		display:inline !important
	}

	.pc\:eds-u-display-block {
		display: block !important
	}

	.pc\:eds-u-display-none {
		display: none !important
	}

	.pc\:eds-u-display-inlineBlock {
		display: inline-block !important
	}

	.pc\:eds-u-display-contents {
		display: contents !important
	}

	.pc\:eds-u-display-flex {
		display: flex !important
	}

	.pc\:eds-u-display-inlineFlex {
		display: inline-flex !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-display-inline {
		display:inline !important
	}

	.xl\:eds-u-display-block {
		display: block !important
	}

	.xl\:eds-u-display-none {
		display: none !important
	}

	.xl\:eds-u-display-inlineBlock {
		display: inline-block !important
	}

	.xl\:eds-u-display-contents {
		display: contents !important
	}

	.xl\:eds-u-display-flex {
		display: flex !important
	}

	.xl\:eds-u-display-inlineFlex {
		display: inline-flex !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-display-inline {
		display:inline !important
	}

	.l\:eds-u-display-block {
		display: block !important
	}

	.l\:eds-u-display-none {
		display: none !important
	}

	.l\:eds-u-display-inlineBlock {
		display: inline-block !important
	}

	.l\:eds-u-display-contents {
		display: contents !important
	}

	.l\:eds-u-display-flex {
		display: flex !important
	}

	.l\:eds-u-display-inlineFlex {
		display: inline-flex !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-display-inline {
		display:inline !important
	}

	.m\:eds-u-display-block {
		display: block !important
	}

	.m\:eds-u-display-none {
		display: none !important
	}

	.m\:eds-u-display-inlineBlock {
		display: inline-block !important
	}

	.m\:eds-u-display-contents {
		display: contents !important
	}

	.m\:eds-u-display-flex {
		display: flex !important
	}

	.m\:eds-u-display-inlineFlex {
		display: inline-flex !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-display-inline,.s\:eds-u-display-inline {
		display:inline !important
	}

	.sp\:eds-u-display-block,.s\:eds-u-display-block {
		display: block !important
	}

	.sp\:eds-u-display-none,.s\:eds-u-display-none {
		display: none !important
	}

	.sp\:eds-u-display-inlineBlock,.s\:eds-u-display-inlineBlock {
		display: inline-block !important
	}

	.sp\:eds-u-display-contents,.s\:eds-u-display-contents {
		display: contents !important
	}

	.sp\:eds-u-display-flex,.s\:eds-u-display-flex {
		display: flex !important
	}

	.sp\:eds-u-display-inlineFlex,.s\:eds-u-display-inlineFlex {
		display: inline-flex !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-display-inline {
		display:inline !important
	}

	.xs\:eds-u-display-block {
		display: block !important
	}

	.xs\:eds-u-display-none {
		display: none !important
	}

	.xs\:eds-u-display-inlineBlock {
		display: inline-block !important
	}

	.xs\:eds-u-display-contents {
		display: contents !important
	}

	.xs\:eds-u-display-flex {
		display: flex !important
	}

	.xs\:eds-u-display-inlineFlex {
		display: inline-flex !important
	}
}

.eds-u-shadow {
	box-shadow: 0px 1px 4px rgba(0,0,0,.16) !important
}

.eds-u-shadow-none {
	box-shadow: none !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-shadow {
		box-shadow:0px 1px 4px rgba(0,0,0,.16) !important
	}

	.pc\:eds-u-shadow-none {
		box-shadow: none !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-shadow {
		box-shadow:0px 1px 4px rgba(0,0,0,.16) !important
	}

	.xl\:eds-u-shadow-none {
		box-shadow: none !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-shadow {
		box-shadow:0px 1px 4px rgba(0,0,0,.16) !important
	}

	.l\:eds-u-shadow-none {
		box-shadow: none !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-shadow {
		box-shadow:0px 1px 4px rgba(0,0,0,.16) !important
	}

	.m\:eds-u-shadow-none {
		box-shadow: none !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-shadow,.s\:eds-u-shadow {
		box-shadow:0px 1px 4px rgba(0,0,0,.16) !important
	}

	.sp\:eds-u-shadow-none,.s\:eds-u-shadow-none {
		box-shadow: none !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-shadow {
		box-shadow:0px 1px 4px rgba(0,0,0,.16) !important
	}

	.xs\:eds-u-shadow-none {
		box-shadow: none !important
	}
}

.eds-aspectRatio1to1 {
	aspect-ratio: 1/1;
	position: relative
}

.eds-aspectRatio1to1>iframe {
	width: 100%;
	height: 100%
}

.eds-aspectRatio16to9 {
	aspect-ratio: 16/9;
	position: relative
}

.eds-aspectRatio16to9>iframe {
	width: 100%;
	height: 100%
}

.eds-aspectRatio4to3 {
	aspect-ratio: 4/3;
	position: relative
}

.eds-aspectRatio4to3>iframe {
	width: 100%;
	height: 100%
}

@media screen and (max-width: 767px) {
	.sp\:eds-aspectRatio1to1 {
		aspect-ratio:1/1;
		position: relative
	}

	.sp\:eds-aspectRatio1to1>iframe {
		width: 100%;
		height: 100%
	}

	.sp\:eds-aspectRatio16to9 {
		aspect-ratio: 16/9;
		position: relative
	}

	.sp\:eds-aspectRatio16to9>iframe {
		width: 100%;
		height: 100%
	}

	.sp\:eds-aspectRatio4to3 {
		aspect-ratio: 4/3;
		position: relative
	}

	.sp\:eds-aspectRatio4to3>iframe {
		width: 100%;
		height: 100%
	}
}

@media screen and (min-width: 768px) {
	.pc\:eds-aspectRatio1to1 {
		aspect-ratio:1/1;
		position: relative
	}

	.pc\:eds-aspectRatio1to1>iframe {
		width: 100%;
		height: 100%
	}

	.pc\:eds-aspectRatio16to9 {
		aspect-ratio: 16/9;
		position: relative
	}

	.pc\:eds-aspectRatio16to9>iframe {
		width: 100%;
		height: 100%
	}

	.pc\:eds-aspectRatio4to3 {
		aspect-ratio: 4/3;
		position: relative
	}

	.pc\:eds-aspectRatio4to3>iframe {
		width: 100%;
		height: 100%
	}
}

.eds-objectFit-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.eds-objectFit-contain {
	-o-object-fit: contain;
	object-fit: contain
}

.eds-objectFit-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

.eds-objectFit-none {
	-o-object-fit: none;
	object-fit: none
}

@media screen and (max-width: 767px) {
	.sp\:eds-objectFit-cover {
		-o-object-fit:cover;
		object-fit: cover
	}

	.sp\:eds-objectFit-contain {
		-o-object-fit: contain;
		object-fit: contain
	}

	.sp\:eds-objectFit-scale-down {
		-o-object-fit: scale-down;
		object-fit: scale-down
	}

	.sp\:eds-objectFit-none {
		-o-object-fit: none;
		object-fit: none
	}
}

@media screen and (min-width: 768px) {
	.pc\:eds-objectFit-cover {
		-o-object-fit:cover;
		object-fit: cover
	}

	.pc\:eds-objectFit-contain {
		-o-object-fit: contain;
		object-fit: contain
	}

	.pc\:eds-objectFit-scale-down {
		-o-object-fit: scale-down;
		object-fit: scale-down
	}

	.pc\:eds-objectFit-none {
		-o-object-fit: none;
		object-fit: none
	}
}

.eds-u-overflow-h {
	overflow: hidden !important
}

.eds-u-overflow-s {
	overflow: scroll !important
}

.eds-u-overflow-v {
	overflow: visible !important
}

.eds-u-overflow-x-h {
	overflow-x: hidden !important
}

.eds-u-overflow-x-s {
	overflow-x: scroll !important
}

.eds-u-overflow-x-v {
	overflow-x: visible !important
}

.eds-u-overflow-y-h {
	overflow-y: hidden !important
}

.eds-u-overflow-y-s {
	overflow-y: scroll !important
}

.eds-u-overflow-y-v {
	overflow-y: visible !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-overflow-h {
		overflow:hidden !important
	}

	.pc\:eds-u-overflow-s {
		overflow: scroll !important
	}

	.pc\:eds-u-overflow-v {
		overflow: visible !important
	}

	.pc\:eds-u-overflow-x-h {
		overflow-x: hidden !important
	}

	.pc\:eds-u-overflow-x-s {
		overflow-x: scroll !important
	}

	.pc\:eds-u-overflow-x-v {
		overflow-x: visible !important
	}

	.pc\:eds-u-overflow-y-h {
		overflow-y: hidden !important
	}

	.pc\:eds-u-overflow-y-s {
		overflow-y: scroll !important
	}

	.pc\:eds-u-overflow-y-v {
		overflow-y: visible !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-overflow-h {
		overflow:hidden !important
	}

	.xl\:eds-u-overflow-s {
		overflow: scroll !important
	}

	.xl\:eds-u-overflow-v {
		overflow: visible !important
	}

	.xl\:eds-u-overflow-x-h {
		overflow-x: hidden !important
	}

	.xl\:eds-u-overflow-x-s {
		overflow-x: scroll !important
	}

	.xl\:eds-u-overflow-x-v {
		overflow-x: visible !important
	}

	.xl\:eds-u-overflow-y-h {
		overflow-y: hidden !important
	}

	.xl\:eds-u-overflow-y-s {
		overflow-y: scroll !important
	}

	.xl\:eds-u-overflow-y-v {
		overflow-y: visible !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-overflow-h {
		overflow:hidden !important
	}

	.l\:eds-u-overflow-s {
		overflow: scroll !important
	}

	.l\:eds-u-overflow-v {
		overflow: visible !important
	}

	.l\:eds-u-overflow-x-h {
		overflow-x: hidden !important
	}

	.l\:eds-u-overflow-x-s {
		overflow-x: scroll !important
	}

	.l\:eds-u-overflow-x-v {
		overflow-x: visible !important
	}

	.l\:eds-u-overflow-y-h {
		overflow-y: hidden !important
	}

	.l\:eds-u-overflow-y-s {
		overflow-y: scroll !important
	}

	.l\:eds-u-overflow-y-v {
		overflow-y: visible !important
	}
}

@media(max-width: 991px) {
	.m\:eds-u-overflow-h {
		overflow:hidden !important
	}

	.m\:eds-u-overflow-s {
		overflow: scroll !important
	}

	.m\:eds-u-overflow-v {
		overflow: visible !important
	}

	.m\:eds-u-overflow-x-h {
		overflow-x: hidden !important
	}

	.m\:eds-u-overflow-x-s {
		overflow-x: scroll !important
	}

	.m\:eds-u-overflow-x-v {
		overflow-x: visible !important
	}

	.m\:eds-u-overflow-y-h {
		overflow-y: hidden !important
	}

	.m\:eds-u-overflow-y-s {
		overflow-y: scroll !important
	}

	.m\:eds-u-overflow-y-v {
		overflow-y: visible !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-overflow-h,.s\:eds-u-overflow-h {
		overflow:hidden !important
	}

	.sp\:eds-u-overflow-s,.s\:eds-u-overflow-s {
		overflow: scroll !important
	}

	.sp\:eds-u-overflow-v,.s\:eds-u-overflow-v {
		overflow: visible !important
	}

	.sp\:eds-u-overflow-x-h,.s\:eds-u-overflow-x-h {
		overflow-x: hidden !important
	}

	.sp\:eds-u-overflow-x-s,.s\:eds-u-overflow-x-s {
		overflow-x: scroll !important
	}

	.sp\:eds-u-overflow-x-v,.s\:eds-u-overflow-x-v {
		overflow-x: visible !important
	}

	.sp\:eds-u-overflow-y-h,.s\:eds-u-overflow-y-h {
		overflow-y: hidden !important
	}

	.sp\:eds-u-overflow-y-s,.s\:eds-u-overflow-y-s {
		overflow-y: scroll !important
	}

	.sp\:eds-u-overflow-y-v,.s\:eds-u-overflow-y-v {
		overflow-y: visible !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-overflow-h {
		overflow:hidden !important
	}

	.xs\:eds-u-overflow-s {
		overflow: scroll !important
	}

	.xs\:eds-u-overflow-v {
		overflow: visible !important
	}

	.xs\:eds-u-overflow-x-h {
		overflow-x: hidden !important
	}

	.xs\:eds-u-overflow-x-s {
		overflow-x: scroll !important
	}

	.xs\:eds-u-overflow-x-v {
		overflow-x: visible !important
	}

	.xs\:eds-u-overflow-y-h {
		overflow-y: hidden !important
	}

	.xs\:eds-u-overflow-y-s {
		overflow-y: scroll !important
	}

	.xs\:eds-u-overflow-y-v {
		overflow-y: visible !important
	}
}

.eds-u-position-relative {
	position: relative !important
}

.eds-u-position-absolute {
	position: absolute !important
}

.eds-u-position-static {
	position: static !important
}

.eds-u-position-fixed {
	position: fixed !important
}

.eds-u-position-sticky {
	position: sticky !important
}

.eds-u-position-top-0 {
	top: 0 !important
}

.eds-u-position-top-50 {
	top: 50% !important
}

.eds-u-position-bottom-0 {
	bottom: 0 !important
}

.eds-u-position-bottom-50 {
	bottom: 50% !important
}

.eds-u-position-left-0 {
	left: 0 !important
}

.eds-u-position-left-50 {
	left: 50% !important
}

.eds-u-position-right-0 {
	right: 0 !important
}

.eds-u-position-right-50 {
	right: 50% !important
}

.eds-u-position-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.eds-u-position-y-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.eds-u-position-x-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
	.pc\:eds-u-position-relative {
		position:relative !important
	}

	.pc\:eds-u-position-absolute {
		position: absolute !important
	}

	.pc\:eds-u-position-static {
		position: static !important
	}

	.pc\:eds-u-position-fixed {
		position: fixed !important
	}

	.pc\:eds-u-position-sticky {
		position: sticky !important
	}

	.pc\:eds-u-position-top-0 {
		top: 0 !important
	}

	.pc\:eds-u-position-top-50 {
		top: 50% !important
	}

	.pc\:eds-u-position-bottom-0 {
		bottom: 0 !important
	}

	.pc\:eds-u-position-bottom-50 {
		bottom: 50% !important
	}

	.pc\:eds-u-position-left-0 {
		left: 0 !important
	}

	.pc\:eds-u-position-left-50 {
		left: 50% !important
	}

	.pc\:eds-u-position-right-0 {
		right: 0 !important
	}

	.pc\:eds-u-position-right-50 {
		right: 50% !important
	}

	.pc\:eds-u-position-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.pc\:eds-u-position-y-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.pc\:eds-u-position-x-center {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(max-width: 1399px) {
	.xl\:eds-u-position-relative {
		position:relative !important
	}

	.xl\:eds-u-position-absolute {
		position: absolute !important
	}

	.xl\:eds-u-position-static {
		position: static !important
	}

	.xl\:eds-u-position-fixed {
		position: fixed !important
	}

	.xl\:eds-u-position-sticky {
		position: sticky !important
	}

	.xl\:eds-u-position-top-0 {
		top: 0 !important
	}

	.xl\:eds-u-position-top-50 {
		top: 50% !important
	}

	.xl\:eds-u-position-bottom-0 {
		bottom: 0 !important
	}

	.xl\:eds-u-position-bottom-50 {
		bottom: 50% !important
	}

	.xl\:eds-u-position-left-0 {
		left: 0 !important
	}

	.xl\:eds-u-position-left-50 {
		left: 50% !important
	}

	.xl\:eds-u-position-right-0 {
		right: 0 !important
	}

	.xl\:eds-u-position-right-50 {
		right: 50% !important
	}

	.xl\:eds-u-position-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.xl\:eds-u-position-y-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.xl\:eds-u-position-x-center {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(max-width: 1199px) {
	.l\:eds-u-position-relative {
		position:relative !important
	}

	.l\:eds-u-position-absolute {
		position: absolute !important
	}

	.l\:eds-u-position-static {
		position: static !important
	}

	.l\:eds-u-position-fixed {
		position: fixed !important
	}

	.l\:eds-u-position-sticky {
		position: sticky !important
	}

	.l\:eds-u-position-top-0 {
		top: 0 !important
	}

	.l\:eds-u-position-top-50 {
		top: 50% !important
	}

	.l\:eds-u-position-bottom-0 {
		bottom: 0 !important
	}

	.l\:eds-u-position-bottom-50 {
		bottom: 50% !important
	}

	.l\:eds-u-position-left-0 {
		left: 0 !important
	}

	.l\:eds-u-position-left-50 {
		left: 50% !important
	}

	.l\:eds-u-position-right-0 {
		right: 0 !important
	}

	.l\:eds-u-position-right-50 {
		right: 50% !important
	}

	.l\:eds-u-position-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.l\:eds-u-position-y-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.l\:eds-u-position-x-center {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(max-width: 991px) {
	.m\:eds-u-position-relative {
		position:relative !important
	}

	.m\:eds-u-position-absolute {
		position: absolute !important
	}

	.m\:eds-u-position-static {
		position: static !important
	}

	.m\:eds-u-position-fixed {
		position: fixed !important
	}

	.m\:eds-u-position-sticky {
		position: sticky !important
	}

	.m\:eds-u-position-top-0 {
		top: 0 !important
	}

	.m\:eds-u-position-top-50 {
		top: 50% !important
	}

	.m\:eds-u-position-bottom-0 {
		bottom: 0 !important
	}

	.m\:eds-u-position-bottom-50 {
		bottom: 50% !important
	}

	.m\:eds-u-position-left-0 {
		left: 0 !important
	}

	.m\:eds-u-position-left-50 {
		left: 50% !important
	}

	.m\:eds-u-position-right-0 {
		right: 0 !important
	}

	.m\:eds-u-position-right-50 {
		right: 50% !important
	}

	.m\:eds-u-position-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.m\:eds-u-position-y-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.m\:eds-u-position-x-center {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-u-position-relative,.s\:eds-u-position-relative {
		position:relative !important
	}

	.sp\:eds-u-position-absolute,.s\:eds-u-position-absolute {
		position: absolute !important
	}

	.sp\:eds-u-position-static,.s\:eds-u-position-static {
		position: static !important
	}

	.sp\:eds-u-position-fixed,.s\:eds-u-position-fixed {
		position: fixed !important
	}

	.sp\:eds-u-position-sticky,.s\:eds-u-position-sticky {
		position: sticky !important
	}

	.sp\:eds-u-position-top-0,.s\:eds-u-position-top-0 {
		top: 0 !important
	}

	.sp\:eds-u-position-top-50,.s\:eds-u-position-top-50 {
		top: 50% !important
	}

	.sp\:eds-u-position-bottom-0,.s\:eds-u-position-bottom-0 {
		bottom: 0 !important
	}

	.sp\:eds-u-position-bottom-50,.s\:eds-u-position-bottom-50 {
		bottom: 50% !important
	}

	.sp\:eds-u-position-left-0,.s\:eds-u-position-left-0 {
		left: 0 !important
	}

	.sp\:eds-u-position-left-50,.s\:eds-u-position-left-50 {
		left: 50% !important
	}

	.sp\:eds-u-position-right-0,.s\:eds-u-position-right-0 {
		right: 0 !important
	}

	.sp\:eds-u-position-right-50,.s\:eds-u-position-right-50 {
		right: 50% !important
	}

	.sp\:eds-u-position-center,.s\:eds-u-position-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.sp\:eds-u-position-y-center,.s\:eds-u-position-y-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.sp\:eds-u-position-x-center,.s\:eds-u-position-x-center {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(max-width: 575px) {
	.xs\:eds-u-position-relative {
		position:relative !important
	}

	.xs\:eds-u-position-absolute {
		position: absolute !important
	}

	.xs\:eds-u-position-static {
		position: static !important
	}

	.xs\:eds-u-position-fixed {
		position: fixed !important
	}

	.xs\:eds-u-position-sticky {
		position: sticky !important
	}

	.xs\:eds-u-position-top-0 {
		top: 0 !important
	}

	.xs\:eds-u-position-top-50 {
		top: 50% !important
	}

	.xs\:eds-u-position-bottom-0 {
		bottom: 0 !important
	}

	.xs\:eds-u-position-bottom-50 {
		bottom: 50% !important
	}

	.xs\:eds-u-position-left-0 {
		left: 0 !important
	}

	.xs\:eds-u-position-left-50 {
		left: 50% !important
	}

	.xs\:eds-u-position-right-0 {
		right: 0 !important
	}

	.xs\:eds-u-position-right-50 {
		right: 50% !important
	}

	.xs\:eds-u-position-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.xs\:eds-u-position-y-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.xs\:eds-u-position-x-center {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.eds-row {
	margin-left: -0.5em;
	margin-right: -0.5em;
	display: flex;
	flex-wrap: wrap
}

.eds-row>* {
	max-width: 100%;
	flex-shrink: 0
}

.eds-row [class*=row__item] {
	padding: .5em
}

.eds-row--narrow {
	margin-left: -0.25em;
	margin-right: -0.25em
}

.eds-row--narrow>[class*=row__item] {
	padding: .25em
}

.eds-row--exnarrow {
	margin-left: -1px;
	margin-right: -1px
}

.eds-row--exnarrow>[class*=row__item] {
	padding: 1px
}

.eds-row--wide {
	margin-left: -1.5em;
	margin-right: -1.5em
}

.eds-row--wide>[class*=row__item] {
	padding: 1.5em
}

.eds-row--nogap {
	margin-left: 0;
	margin-right: 0
}

.eds-row--nogap>[class*=row__item] {
	padding: 0
}

.eds-row--nowrap {
	flex-wrap: nowrap
}

.eds-row--scroll {
	flex-wrap: nowrap;
	overflow-x: auto
}

.eds-row--column {
	flex-direction: column
}

.eds-row--column-reverse {
	flex-direction: column-reverse
}

.eds-row--center {
	justify-content: center
}

.eds-row--left {
	justify-content: flex-start
}

.eds-row--right {
	justify-content: flex-end
}

.eds-row--justify {
	justify-content: space-between
}

.eds-row--around {
	justify-content: space-around
}

.eds-row--top {
	align-items: flex-start
}

.eds-row--middle {
	align-items: center
}

.eds-row--bottom {
	align-items: flex-end
}

.eds-row--stretch {
	align-items: stretch
}

.eds-row--baseline {
	align-items: baseline
}

.eds-row--reverse {
	flex-direction: row-reverse
}

.eds-row__item {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1
}

.eds-row__item-auto {
	flex: 0 0 auto;
	width: auto
}

.eds-row__item1of12 {
	width: 8.3333333333% !important
}

.eds-row__item2of12 {
	width: 16.6666666667% !important
}

.eds-row__item3of12 {
	width: 25% !important
}

.eds-row__item4of12 {
	width: 33.3333333333% !important
}

.eds-row__item5of12 {
	width: 41.6666666667% !important
}

.eds-row__item6of12 {
	width: 50% !important
}

.eds-row__item7of12 {
	width: 58.3333333333% !important
}

.eds-row__item8of12 {
	width: 66.6666666667% !important
}

.eds-row__item9of12 {
	width: 75% !important
}

.eds-row__item10of12 {
	width: 83.3333333333% !important
}

.eds-row__item11of12 {
	width: 91.6666666667% !important
}

.eds-row__item12of12 {
	width: 100% !important
}

@media screen and (min-width: 768px) {
	.pc\:eds-row {
		margin-left:-0.5em;
		margin-right: -0.5em;
		display: flex;
		flex-wrap: wrap
	}

	.pc\:eds-row>* {
		max-width: 100%;
		flex-shrink: 0
	}

	.pc\:eds-row [class*=row__item] {
		padding: .5em
	}

	.pc\:eds-row--narrow {
		margin-left: -0.25em;
		margin-right: -0.25em
	}

	.pc\:eds-row--narrow>[class*=row__item] {
		padding: .25em
	}

	.pc\:eds-row--exnarrow {
		margin-left: -1px;
		margin-right: -1px
	}

	.pc\:eds-row--exnarrow>[class*=row__item] {
		padding: 1px
	}

	.pc\:eds-row--wide {
		margin-left: -1.5em;
		margin-right: -1.5em
	}

	.pc\:eds-row--wide>[class*=row__item] {
		padding: 1.5em
	}

	.pc\:eds-row--nogap {
		margin-left: 0;
		margin-right: 0
	}

	.pc\:eds-row--nogap>[class*=row__item] {
		padding: 0
	}

	.pc\:eds-row--nowrap {
		flex-wrap: nowrap
	}

	.pc\:eds-row--scroll {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.pc\:eds-row--column {
		flex-direction: column
	}

	.pc\:eds-row--column-reverse {
		flex-direction: column-reverse
	}

	.pc\:eds-row--center {
		justify-content: center
	}

	.pc\:eds-row--left {
		justify-content: flex-start
	}

	.pc\:eds-row--right {
		justify-content: flex-end
	}

	.pc\:eds-row--justify {
		justify-content: space-between
	}

	.pc\:eds-row--around {
		justify-content: space-around
	}

	.pc\:eds-row--top {
		align-items: flex-start
	}

	.pc\:eds-row--middle {
		align-items: center
	}

	.pc\:eds-row--bottom {
		align-items: flex-end
	}

	.pc\:eds-row--stretch {
		align-items: stretch
	}

	.pc\:eds-row--baseline {
		align-items: baseline
	}

	.pc\:eds-row--reverse {
		flex-direction: row-reverse
	}

	.pc\:eds-row__item {
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1
	}

	.pc\:eds-row__item-auto {
		flex: 0 0 auto;
		width: auto
	}

	.pc\:eds-row__item1of12 {
		width: 8.3333333333% !important
	}

	.pc\:eds-row__item2of12 {
		width: 16.6666666667% !important
	}

	.pc\:eds-row__item3of12 {
		width: 25% !important
	}

	.pc\:eds-row__item4of12 {
		width: 33.3333333333% !important
	}

	.pc\:eds-row__item5of12 {
		width: 41.6666666667% !important
	}

	.pc\:eds-row__item6of12 {
		width: 50% !important
	}

	.pc\:eds-row__item7of12 {
		width: 58.3333333333% !important
	}

	.pc\:eds-row__item8of12 {
		width: 66.6666666667% !important
	}

	.pc\:eds-row__item9of12 {
		width: 75% !important
	}

	.pc\:eds-row__item10of12 {
		width: 83.3333333333% !important
	}

	.pc\:eds-row__item11of12 {
		width: 91.6666666667% !important
	}

	.pc\:eds-row__item12of12 {
		width: 100% !important
	}
}

@media(max-width: 1399px) {
	.xl\:eds-row {
		margin-left:-0.5em;
		margin-right: -0.5em;
		display: flex;
		flex-wrap: wrap
	}

	.xl\:eds-row>* {
		max-width: 100%;
		flex-shrink: 0
	}

	.xl\:eds-row [class*=row__item] {
		padding: .5em
	}

	.xl\:eds-row--narrow {
		margin-left: -0.25em;
		margin-right: -0.25em
	}

	.xl\:eds-row--narrow>[class*=row__item] {
		padding: .25em
	}

	.xl\:eds-row--exnarrow {
		margin-left: -1px;
		margin-right: -1px
	}

	.xl\:eds-row--exnarrow>[class*=row__item] {
		padding: 1px
	}

	.xl\:eds-row--wide {
		margin-left: -1.5em;
		margin-right: -1.5em
	}

	.xl\:eds-row--wide>[class*=row__item] {
		padding: 1.5em
	}

	.xl\:eds-row--nogap {
		margin-left: 0;
		margin-right: 0
	}

	.xl\:eds-row--nogap>[class*=row__item] {
		padding: 0
	}

	.xl\:eds-row--nowrap {
		flex-wrap: nowrap
	}

	.xl\:eds-row--scroll {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.xl\:eds-row--column {
		flex-direction: column
	}

	.xl\:eds-row--column-reverse {
		flex-direction: column-reverse
	}

	.xl\:eds-row--center {
		justify-content: center
	}

	.xl\:eds-row--left {
		justify-content: flex-start
	}

	.xl\:eds-row--right {
		justify-content: flex-end
	}

	.xl\:eds-row--justify {
		justify-content: space-between
	}

	.xl\:eds-row--around {
		justify-content: space-around
	}

	.xl\:eds-row--top {
		align-items: flex-start
	}

	.xl\:eds-row--middle {
		align-items: center
	}

	.xl\:eds-row--bottom {
		align-items: flex-end
	}

	.xl\:eds-row--stretch {
		align-items: stretch
	}

	.xl\:eds-row--baseline {
		align-items: baseline
	}

	.xl\:eds-row--reverse {
		flex-direction: row-reverse
	}

	.xl\:eds-row__item {
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1
	}

	.xl\:eds-row__item-auto {
		flex: 0 0 auto;
		width: auto
	}

	.xl\:eds-row__item1of12 {
		width: 8.3333333333% !important
	}

	.xl\:eds-row__item2of12 {
		width: 16.6666666667% !important
	}

	.xl\:eds-row__item3of12 {
		width: 25% !important
	}

	.xl\:eds-row__item4of12 {
		width: 33.3333333333% !important
	}

	.xl\:eds-row__item5of12 {
		width: 41.6666666667% !important
	}

	.xl\:eds-row__item6of12 {
		width: 50% !important
	}

	.xl\:eds-row__item7of12 {
		width: 58.3333333333% !important
	}

	.xl\:eds-row__item8of12 {
		width: 66.6666666667% !important
	}

	.xl\:eds-row__item9of12 {
		width: 75% !important
	}

	.xl\:eds-row__item10of12 {
		width: 83.3333333333% !important
	}

	.xl\:eds-row__item11of12 {
		width: 91.6666666667% !important
	}

	.xl\:eds-row__item12of12 {
		width: 100% !important
	}
}

@media(max-width: 1199px) {
	.l\:eds-row {
		margin-left:-0.5em;
		margin-right: -0.5em;
		display: flex;
		flex-wrap: wrap
	}

	.l\:eds-row>* {
		max-width: 100%;
		flex-shrink: 0
	}

	.l\:eds-row [class*=row__item] {
		padding: .5em
	}

	.l\:eds-row--narrow {
		margin-left: -0.25em;
		margin-right: -0.25em
	}

	.l\:eds-row--narrow>[class*=row__item] {
		padding: .25em
	}

	.l\:eds-row--exnarrow {
		margin-left: -1px;
		margin-right: -1px
	}

	.l\:eds-row--exnarrow>[class*=row__item] {
		padding: 1px
	}

	.l\:eds-row--wide {
		margin-left: -1.5em;
		margin-right: -1.5em
	}

	.l\:eds-row--wide>[class*=row__item] {
		padding: 1.5em
	}

	.l\:eds-row--nogap {
		margin-left: 0;
		margin-right: 0
	}

	.l\:eds-row--nogap>[class*=row__item] {
		padding: 0
	}

	.l\:eds-row--nowrap {
		flex-wrap: nowrap
	}

	.l\:eds-row--scroll {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.l\:eds-row--column {
		flex-direction: column
	}

	.l\:eds-row--column-reverse {
		flex-direction: column-reverse
	}

	.l\:eds-row--center {
		justify-content: center
	}

	.l\:eds-row--left {
		justify-content: flex-start
	}

	.l\:eds-row--right {
		justify-content: flex-end
	}

	.l\:eds-row--justify {
		justify-content: space-between
	}

	.l\:eds-row--around {
		justify-content: space-around
	}

	.l\:eds-row--top {
		align-items: flex-start
	}

	.l\:eds-row--middle {
		align-items: center
	}

	.l\:eds-row--bottom {
		align-items: flex-end
	}

	.l\:eds-row--stretch {
		align-items: stretch
	}

	.l\:eds-row--baseline {
		align-items: baseline
	}

	.l\:eds-row--reverse {
		flex-direction: row-reverse
	}

	.l\:eds-row__item {
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1
	}

	.l\:eds-row__item-auto {
		flex: 0 0 auto;
		width: auto
	}

	.l\:eds-row__item1of12 {
		width: 8.3333333333% !important
	}

	.l\:eds-row__item2of12 {
		width: 16.6666666667% !important
	}

	.l\:eds-row__item3of12 {
		width: 25% !important
	}

	.l\:eds-row__item4of12 {
		width: 33.3333333333% !important
	}

	.l\:eds-row__item5of12 {
		width: 41.6666666667% !important
	}

	.l\:eds-row__item6of12 {
		width: 50% !important
	}

	.l\:eds-row__item7of12 {
		width: 58.3333333333% !important
	}

	.l\:eds-row__item8of12 {
		width: 66.6666666667% !important
	}

	.l\:eds-row__item9of12 {
		width: 75% !important
	}

	.l\:eds-row__item10of12 {
		width: 83.3333333333% !important
	}

	.l\:eds-row__item11of12 {
		width: 91.6666666667% !important
	}

	.l\:eds-row__item12of12 {
		width: 100% !important
	}
}

@media(max-width: 991px) {
	.m\:eds-row {
		margin-left:-0.5em;
		margin-right: -0.5em;
		display: flex;
		flex-wrap: wrap
	}

	.m\:eds-row>* {
		max-width: 100%;
		flex-shrink: 0
	}

	.m\:eds-row [class*=row__item] {
		padding: .5em
	}

	.m\:eds-row--narrow {
		margin-left: -0.25em;
		margin-right: -0.25em
	}

	.m\:eds-row--narrow>[class*=row__item] {
		padding: .25em
	}

	.m\:eds-row--exnarrow {
		margin-left: -1px;
		margin-right: -1px
	}

	.m\:eds-row--exnarrow>[class*=row__item] {
		padding: 1px
	}

	.m\:eds-row--wide {
		margin-left: -1.5em;
		margin-right: -1.5em
	}

	.m\:eds-row--wide>[class*=row__item] {
		padding: 1.5em
	}

	.m\:eds-row--nogap {
		margin-left: 0;
		margin-right: 0
	}

	.m\:eds-row--nogap>[class*=row__item] {
		padding: 0
	}

	.m\:eds-row--nowrap {
		flex-wrap: nowrap
	}

	.m\:eds-row--scroll {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.m\:eds-row--column {
		flex-direction: column
	}

	.m\:eds-row--column-reverse {
		flex-direction: column-reverse
	}

	.m\:eds-row--center {
		justify-content: center
	}

	.m\:eds-row--left {
		justify-content: flex-start
	}

	.m\:eds-row--right {
		justify-content: flex-end
	}

	.m\:eds-row--justify {
		justify-content: space-between
	}

	.m\:eds-row--around {
		justify-content: space-around
	}

	.m\:eds-row--top {
		align-items: flex-start
	}

	.m\:eds-row--middle {
		align-items: center
	}

	.m\:eds-row--bottom {
		align-items: flex-end
	}

	.m\:eds-row--stretch {
		align-items: stretch
	}

	.m\:eds-row--baseline {
		align-items: baseline
	}

	.m\:eds-row--reverse {
		flex-direction: row-reverse
	}

	.m\:eds-row__item {
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1
	}

	.m\:eds-row__item-auto {
		flex: 0 0 auto;
		width: auto
	}

	.m\:eds-row__item1of12 {
		width: 8.3333333333% !important
	}

	.m\:eds-row__item2of12 {
		width: 16.6666666667% !important
	}

	.m\:eds-row__item3of12 {
		width: 25% !important
	}

	.m\:eds-row__item4of12 {
		width: 33.3333333333% !important
	}

	.m\:eds-row__item5of12 {
		width: 41.6666666667% !important
	}

	.m\:eds-row__item6of12 {
		width: 50% !important
	}

	.m\:eds-row__item7of12 {
		width: 58.3333333333% !important
	}

	.m\:eds-row__item8of12 {
		width: 66.6666666667% !important
	}

	.m\:eds-row__item9of12 {
		width: 75% !important
	}

	.m\:eds-row__item10of12 {
		width: 83.3333333333% !important
	}

	.m\:eds-row__item11of12 {
		width: 91.6666666667% !important
	}

	.m\:eds-row__item12of12 {
		width: 100% !important
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-row,.s\:eds-row {
		margin-left:-0.5em;
		margin-right: -0.5em;
		display: flex;
		flex-wrap: wrap
	}

	.sp\:eds-row>*,.s\:eds-row>* {
		max-width: 100%;
		flex-shrink: 0
	}

	.sp\:eds-row [class*=row__item],.s\:eds-row [class*=row__item] {
		padding: .5em
	}

	.sp\:eds-row--narrow,.s\:eds-row--narrow {
		margin-left: -0.25em;
		margin-right: -0.25em
	}

	.sp\:eds-row--narrow>[class*=row__item],.s\:eds-row--narrow>[class*=row__item] {
		padding: .25em
	}

	.sp\:eds-row--exnarrow,.s\:eds-row--exnarrow {
		margin-left: -1px;
		margin-right: -1px
	}

	.sp\:eds-row--exnarrow>[class*=row__item],.s\:eds-row--exnarrow>[class*=row__item] {
		padding: 1px
	}

	.sp\:eds-row--wide,.s\:eds-row--wide {
		margin-left: -1.5em;
		margin-right: -1.5em
	}

	.sp\:eds-row--wide>[class*=row__item],.s\:eds-row--wide>[class*=row__item] {
		padding: 1.5em
	}

	.sp\:eds-row--nogap,.s\:eds-row--nogap {
		margin-left: 0;
		margin-right: 0
	}

	.sp\:eds-row--nogap>[class*=row__item],.s\:eds-row--nogap>[class*=row__item] {
		padding: 0
	}

	.sp\:eds-row--nowrap,.s\:eds-row--nowrap {
		flex-wrap: nowrap
	}

	.sp\:eds-row--scroll,.s\:eds-row--scroll {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.sp\:eds-row--column,.s\:eds-row--column {
		flex-direction: column
	}

	.sp\:eds-row--column-reverse,.s\:eds-row--column-reverse {
		flex-direction: column-reverse
	}

	.sp\:eds-row--center,.s\:eds-row--center {
		justify-content: center
	}

	.sp\:eds-row--left,.s\:eds-row--left {
		justify-content: flex-start
	}

	.sp\:eds-row--right,.s\:eds-row--right {
		justify-content: flex-end
	}

	.sp\:eds-row--justify,.s\:eds-row--justify {
		justify-content: space-between
	}

	.sp\:eds-row--around,.s\:eds-row--around {
		justify-content: space-around
	}

	.sp\:eds-row--top,.s\:eds-row--top {
		align-items: flex-start
	}

	.sp\:eds-row--middle,.s\:eds-row--middle {
		align-items: center
	}

	.sp\:eds-row--bottom,.s\:eds-row--bottom {
		align-items: flex-end
	}

	.sp\:eds-row--stretch,.s\:eds-row--stretch {
		align-items: stretch
	}

	.sp\:eds-row--baseline,.s\:eds-row--baseline {
		align-items: baseline
	}

	.sp\:eds-row--reverse,.s\:eds-row--reverse {
		flex-direction: row-reverse
	}

	.sp\:eds-row__item,.s\:eds-row__item {
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1
	}

	.sp\:eds-row__item-auto,.s\:eds-row__item-auto {
		flex: 0 0 auto;
		width: auto
	}

	.sp\:eds-row__item1of12,.s\:eds-row__item1of12 {
		width: 8.3333333333% !important
	}

	.sp\:eds-row__item2of12,.s\:eds-row__item2of12 {
		width: 16.6666666667% !important
	}

	.sp\:eds-row__item3of12,.s\:eds-row__item3of12 {
		width: 25% !important
	}

	.sp\:eds-row__item4of12,.s\:eds-row__item4of12 {
		width: 33.3333333333% !important
	}

	.sp\:eds-row__item5of12,.s\:eds-row__item5of12 {
		width: 41.6666666667% !important
	}

	.sp\:eds-row__item6of12,.s\:eds-row__item6of12 {
		width: 50% !important
	}

	.sp\:eds-row__item7of12,.s\:eds-row__item7of12 {
		width: 58.3333333333% !important
	}

	.sp\:eds-row__item8of12,.s\:eds-row__item8of12 {
		width: 66.6666666667% !important
	}

	.sp\:eds-row__item9of12,.s\:eds-row__item9of12 {
		width: 75% !important
	}

	.sp\:eds-row__item10of12,.s\:eds-row__item10of12 {
		width: 83.3333333333% !important
	}

	.sp\:eds-row__item11of12,.s\:eds-row__item11of12 {
		width: 91.6666666667% !important
	}

	.sp\:eds-row__item12of12,.s\:eds-row__item12of12 {
		width: 100% !important
	}
}

@media(max-width: 575px) {
	.xs\:eds-row {
		margin-left:-0.5em;
		margin-right: -0.5em;
		display: flex;
		flex-wrap: wrap
	}

	.xs\:eds-row>* {
		max-width: 100%;
		flex-shrink: 0
	}

	.xs\:eds-row [class*=row__item] {
		padding: .5em
	}

	.xs\:eds-row--narrow {
		margin-left: -0.25em;
		margin-right: -0.25em
	}

	.xs\:eds-row--narrow>[class*=row__item] {
		padding: .25em
	}

	.xs\:eds-row--exnarrow {
		margin-left: -1px;
		margin-right: -1px
	}

	.xs\:eds-row--exnarrow>[class*=row__item] {
		padding: 1px
	}

	.xs\:eds-row--wide {
		margin-left: -1.5em;
		margin-right: -1.5em
	}

	.xs\:eds-row--wide>[class*=row__item] {
		padding: 1.5em
	}

	.xs\:eds-row--nogap {
		margin-left: 0;
		margin-right: 0
	}

	.xs\:eds-row--nogap>[class*=row__item] {
		padding: 0
	}

	.xs\:eds-row--nowrap {
		flex-wrap: nowrap
	}

	.xs\:eds-row--scroll {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.xs\:eds-row--column {
		flex-direction: column
	}

	.xs\:eds-row--column-reverse {
		flex-direction: column-reverse
	}

	.xs\:eds-row--center {
		justify-content: center
	}

	.xs\:eds-row--left {
		justify-content: flex-start
	}

	.xs\:eds-row--right {
		justify-content: flex-end
	}

	.xs\:eds-row--justify {
		justify-content: space-between
	}

	.xs\:eds-row--around {
		justify-content: space-around
	}

	.xs\:eds-row--top {
		align-items: flex-start
	}

	.xs\:eds-row--middle {
		align-items: center
	}

	.xs\:eds-row--bottom {
		align-items: flex-end
	}

	.xs\:eds-row--stretch {
		align-items: stretch
	}

	.xs\:eds-row--baseline {
		align-items: baseline
	}

	.xs\:eds-row--reverse {
		flex-direction: row-reverse
	}

	.xs\:eds-row__item {
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1
	}

	.xs\:eds-row__item-auto {
		flex: 0 0 auto;
		width: auto
	}

	.xs\:eds-row__item1of12 {
		width: 8.3333333333% !important
	}

	.xs\:eds-row__item2of12 {
		width: 16.6666666667% !important
	}

	.xs\:eds-row__item3of12 {
		width: 25% !important
	}

	.xs\:eds-row__item4of12 {
		width: 33.3333333333% !important
	}

	.xs\:eds-row__item5of12 {
		width: 41.6666666667% !important
	}

	.xs\:eds-row__item6of12 {
		width: 50% !important
	}

	.xs\:eds-row__item7of12 {
		width: 58.3333333333% !important
	}

	.xs\:eds-row__item8of12 {
		width: 66.6666666667% !important
	}

	.xs\:eds-row__item9of12 {
		width: 75% !important
	}

	.xs\:eds-row__item10of12 {
		width: 83.3333333333% !important
	}

	.xs\:eds-row__item11of12 {
		width: 91.6666666667% !important
	}

	.xs\:eds-row__item12of12 {
		width: 100% !important
	}
}

.eds-card-container {
	max-width: 1200px;
	margin: 1em auto
}

@media screen and (min-width: 768px) {
	.eds-card-container {
		padding-left:.5em;
		padding-right: .5em
	}
}

.eds-container {
	max-width: 1200px;
	margin: 1em auto;
	padding-left: .5em;
	padding-right: .5em
}

.eds-container--nogap {
	padding-left: 0;
	padding-right: 0
}

.eds-container--xsmall {
	max-width: 720px
}

.eds-container--small {
	max-width: 880px
}

.eds-container--medium {
	max-width: 1020px
}

.eds-container--large {
	max-width: 1680px
}

.eds-container--full {
	max-width: none
}

@media screen and (min-width: 768px) {
	.pc\:eds-container--nogap {
		padding-left:0;
		padding-right: 0
	}
}

@media(max-width: 1399px) {
	.xl\:eds-container--nogap {
		padding-left:0;
		padding-right: 0
	}
}

@media(max-width: 1199px) {
	.l\:eds-container--nogap {
		padding-left:0;
		padding-right: 0
	}
}

@media(max-width: 991px) {
	.m\:eds-container--nogap {
		padding-left:0;
		padding-right: 0
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-container--nogap,.s\:eds-container--nogap {
		padding-left:0;
		padding-right: 0
	}
}

@media(max-width: 575px) {
	.xs\:eds-container--nogap {
		padding-left:0;
		padding-right: 0
	}
}

.eds-button {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #bdbdbd;
	color: #616161;
	background: #fff;
	border-radius: 4px;
	padding: 0 1em;
	line-height: 1;
	height: 2.5em
}

.eds-button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5em
}

.eds-button-group--end {
	justify-content: flex-end
}

.eds-button-group--center {
	justify-content: center
}

.eds-button-group--column {
	flex-direction: column
}

.eds-button-group--column .eds-button {
	flex-basis: auto
}

.eds-button-group--column-reverse {
	flex-direction: column-reverse
}

.eds-button-group--column-reverse .eds-button {
	flex-basis: auto
}

.eds-button-group--reverse {
	flex-direction: row-reverse
}

.eds-button--xl {
	font-size: 1.5em
}

.eds-button--l {
	font-size: 1.25em
}

.eds-button--s {
	font-size: max(.75em,12px)
}

.eds-button--round {
	border-radius: 999px
}

.eds-button--justify {
	justify-content: space-between
}

.eds-button:hover {
	transition: .3s;
	text-decoration: none;
	opacity: .75
}

.eds-button:active {
	background: #eee
}

.eds-button--block {
	display: flex;
	width: 100%;
	flex: 1
}

.eds-button--accent {
	border: 1px solid #d2461e;
	color: #d2461e;
	background: #fff
}

.eds-button--accent:hover {
	background: #fef8f6;
	border-color: #ae3a19;
	opacity: 1
}

.eds-button--accent:active {
	background: #fcf1ed
}

.eds-button--info {
	border: 1px solid #0288d1;
	color: #fff;
	background: #0288d1
}

.eds-button--info:hover {
	background: #0277bd;
	border-color: #0277bd;
	opacity: 1
}

.eds-button--info:active {
	background: #01579b;
	border-color: #01579b
}

.eds-button--info-outline {
	border: 1px solid #0288d1;
	color: #0288d1
}

.eds-button--info-outline:hover {
	background: #e1f5fe;
	border-color: #0277bd;
	opacity: 1
}

.eds-button--info-outline:active {
	background: #81d4fa
}

.eds-button--danger {
	border: 1px solid #d32f2f;
	color: #fff;
	background: #d32f2f
}

.eds-button--danger:hover {
	background: #c62828;
	border-color: #c62828;
	opacity: 1
}

.eds-button--danger:active {
	background: #b71c1c;
	border-color: #b71c1c
}

.eds-button--danger-outline {
	border: 1px solid #d32f2f;
	color: #d32f2f
}

.eds-button--danger-outline:hover {
	background: #ffebee;
	border-color: #c62828;
	opacity: 1
}

.eds-button--danger-outline:active {
	background: #ef9a9a
}

.eds-button--warning {
	border: 1px solid #f57c00;
	color: #fff;
	background: #f57c00
}

.eds-button--warning:hover {
	background: #e65100;
	border-color: #e65100;
	opacity: 1
}

.eds-button--warning:active {
	background: #ef6c00;
	border-color: #ef6c00
}

.eds-button--warning-outline {
	border: 1px solid #f57c00;
	color: #ef6c00
}

.eds-button--warning-outline:hover {
	background: #fff3e0;
	opacity: 1
}

.eds-button--warning-outline:active {
	background: #ffcc80
}

.eds-button--dark {
	border: 1px solid #424242;
	color: #fff;
	background: #424242
}

.eds-button--dark:hover {
	background: #212121;
	border-color: #212121;
	opacity: 1
}

.eds-button--dark:active {
	background: #212121;
	border-color: #212121
}

.eds-button--light {
	border: 1px solid #f5f5f5;
	background: #f5f5f5
}

.eds-button--light:hover {
	background: #eee;
	border-color: #eee;
	opacity: 1
}

.eds-button--light:active {
	background: #eee;
	border-color: #eee
}

.eds-button.is-disabled,.eds-button--disable,.eds-button:disabled {
	border: 1px solid #f5f5f5 !important;
	color: #616161 !important;
	background: #f5f5f5 !important;
	cursor: default !important
}

.eds-button.is-disabled:hover,.eds-button.is-disabled:active,.eds-button--disable:hover,.eds-button--disable:active,.eds-button:disabled:hover,.eds-button:disabled:active {
	background: #f5f5f5 !important;
	border-color: #f5f5f5 !important
}

.eds-button--text {
	border: rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	color: #0288d1;
	padding: .5em .25em
}

.eds-button--text:hover,.eds-button--text:active {
	background: none;
	color: #01579b;
	opacity: 1
}

.eds-button--ghost {
	border: rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	color: #212121
}

.eds-button--ghost:hover,.eds-button--ghost:active {
	background: rgba(0,0,0,.05);
	opacity: 1
}

.eds-button--ghost-white {
	border: rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	color: #fff
}

.eds-button--ghost-white:hover,.eds-button--ghost-white:active {
	background: rgba(255,255,255,.125);
	opacity: 1
}

.eds-button--primary,.eds-button.is-active {
	border: 1px solid #d2461e;
	color: #fff;
	background: #d2461e
}

.eds-button--primary:hover,.eds-button.is-active:hover {
	background: #ae3a19;
	border-color: #ae3a19;
	opacity: 1
}

.eds-button--primary:active,.eds-button.is-active:active {
	background: #792811;
	border-color: #792811
}

.eds-button__icon {
	margin: 0 -0.375em
}

.eds-button__icon:first-child:not(:last-child) {
	margin-right: .375em
}

.eds-button__icon:last-child:not(:first-child) {
	margin-left: .375em
}

@media screen and (max-width: 767px) {
	.sp\:eds-button-group {
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		gap: .5em
	}

	.sp\:eds-button-group--end {
		justify-content: flex-end
	}

	.sp\:eds-button-group--center {
		justify-content: center
	}

	.sp\:eds-button-group--column {
		flex-direction: column
	}

	.sp\:eds-button-group--column .eds-button {
		flex-basis: auto
	}

	.sp\:eds-button-group--column-reverse {
		flex-direction: column-reverse
	}

	.sp\:eds-button-group--column-reverse .eds-button {
		flex-basis: auto
	}

	.sp\:eds-button-group--reverse {
		flex-direction: row-reverse
	}

	.sp\:eds-button-group--xl {
		font-size: 1.5em
	}

	.sp\:eds-button-group--l {
		font-size: 1.25em
	}

	.sp\:eds-button-group--s {
		font-size: max(.75em,12px)
	}

	.sp\:eds-button--block {
		display: flex;
		width: 100%;
		flex-grow: 1
	}
}

@media screen and (min-width: 768px) {
	.pc\:eds-button-group {
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		gap: .5em
	}

	.pc\:eds-button-group--end {
		justify-content: flex-end
	}

	.pc\:eds-button-group--center {
		justify-content: center
	}

	.pc\:eds-button-group--column {
		flex-direction: column
	}

	.pc\:eds-button-group--column .eds-button {
		flex-basis: auto
	}

	.pc\:eds-button-group--column-reverse {
		flex-direction: column-reverse
	}

	.pc\:eds-button-group--column-reverse .eds-button {
		flex-basis: auto
	}

	.pc\:eds-button-group--reverse {
		flex-direction: row-reverse
	}

	.pc\:eds-button--block {
		display: flex;
		width: 100%;
		flex: 1
	}

	.pc\:eds-button--xl {
		font-size: 1.5em
	}

	.pc\:eds-button--l {
		font-size: 1.25em
	}

	.pc\:eds-button--s {
		font-size: max(.75em,12px)
	}
}

.eds-badge {
	align-items: center;
	background-color: #757575;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	line-height: 100%;
	padding: .375em .625em .25em;
	font-size: max(.75rem,12px);
	white-space: nowrap;
	border: none
}

.eds-badge:not(:last-child) {
	margin-right: .25em
}

.eds-badge--round {
	border-radius: 999px
}

.eds-badge--large {
	font-size: 1.25rem
}

.eds-badge--small {
	font-size: max(.5rem,11px)
}

.eds-badge__icon {
	margin: 0 -0.25em;
	line-height: 0
}

.eds-badge__icon+span {
	margin-left: .75em
}

span+.eds-badge__icon {
	margin-left: .5em
}

.eds-badge--light {
	background-color: #f5f5f5;
	color: #212121
}

.eds-badge--primary-outline {
	background-color: rgba(0,0,0,0);
	border: 1px solid #d2461e;
	color: #d2461e
}

.eds-badge--primary-light {
	background-color: #fcf1ed;
	color: #212121
}

.eds-badge--warning {
	background-color: #f57c00;
	color: #212121
}

.eds-badge--warning-outline {
	background-color: rgba(0,0,0,0);
	border: 1px solid #f57c00;
	color: #f57c00
}

.eds-badge--warning-light {
	background-color: #ffcc80;
	color: #212121
}

.eds-badge--danger {
	background-color: #d32f2f
}

.eds-badge--danger-outline {
	background-color: rgba(0,0,0,0);
	border: 1px solid #d32f2f;
	color: #d32f2f
}

.eds-badge--danger-light {
	background-color: #ef9a9a;
	color: #212121
}

.eds-badge--info {
	background-color: #0288d1
}

.eds-badge--info-outline {
	background-color: rgba(0,0,0,0);
	border: 1px solid #0288d1;
	color: #0288d1
}

.eds-badge--info-light {
	background-color: #81d4fa;
	color: #212121
}

.eds-badge--success {
	background-color: #388e3c
}

.eds-badge--success-outline {
	background-color: rgba(0,0,0,0);
	border: 1px solid #388e3c;
	color: #388e3c
}

.eds-badge--success-light {
	background-color: #a5d6a7;
	color: #212121
}

.eds-badge--primary,.eds-badge.is-active {
	background-color: #d2461e
}

.eds-card {
	max-width: 100%;
	position: relative;
	background: #fff;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	box-sizing: border-box
}

.eds-card--row {
	display: flex
}

.eds-card--plane {
	border: none;
	background: none;
	box-shadow: none
}

.eds-card--border {
	border: 1px solid #eee;
	box-shadow: none;
	border-radius: 4px
}

.eds-card--shadow {
	border-radius: 4px
}

.eds-card--link {
	padding-right: 2em;
	position: relative
}

.eds-card--link:hover {
	transition: .5s;
	background: #fafafa
}

.eds-card--link::before {
	position: absolute;
	top: 50%;
	right: 0;
	font-family: "nextIcon";
	content: "";
	width: 1.5em;
	font-size: 1.25em;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #616161
}

.eds-card__img {
	display: block;
	position: relative
}

.eds-card__img__top-left {
	position: absolute;
	top: 0;
	left: 0
}

.eds-card__img__bottom-left {
	position: absolute;
	bottom: 0;
	left: 0
}

.eds-card__img__top-right {
	position: absolute;
	top: 0;
	right: 0
}

.eds-card__img__bottom-right {
	position: absolute;
	bottom: 0;
	right: 0
}

.eds-card__header {
	padding: 1rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.eds-card__header a,.eds-card__header span {
	font-weight: normal;
	font-size: .875rem
}

.eds-card__footer {
	padding: 1rem;
	border-top: 1px solid #eee
}

.eds-card__footer>:last-child {
	margin-bottom: 0
}

.eds-card__content {
	padding: .5em 1em;
	flex-shrink: 1;
	max-width: 100%;
	overflow: hidden;
	position: relative
}

.eds-card__content+.eds-card__content::before {
	position: absolute;
	content: "";
	width: calc(100% - 2em);
	top: 0;
	left: 1em;
	height: 1px;
	background-color: #eee
}

.eds-card__planeContent {
	padding: .75rem 0;
	flex-shrink: 1;
	max-width: 100%;
	overflow: hidden
}

.eds-card__title {
	font-weight: bold;
	line-height: 1;
	margin: .5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem
}

.eds-card__title a,.eds-card__title span {
	font-weight: normal;
	font-size: .875rem
}

*+.eds-card__title {
	margin-top: 1rem
}

.eds-card__text {
	line-height: 1.25em
}

*+.eds-card__text {
	margin-top: .375em
}

.eds-card__secondary-text {
	line-height: 1.25em;
	color: #616161
}

*+.eds-card__secondary-text {
	margin-top: .375em
}

.eds-card__secondary-text+.eds-card__secondary-text {
	margin-top: 0
}

.eds-card__body {
	line-height: 1.25em
}

*+.eds-card__body {
	margin-top: .375rem
}

a.eds-card:hover {
	transition: .5s
}

@media screen and (max-width: 767px) {
	.sp\:eds-row__item12of12>.eds-card {
		border-radius:0
	}
}

@media(max-width: 575px) {
	.xs\:eds-row__item12of12>.eds-card {
		border-radius:0
	}
}

.eds-pagination {
	display: flex;
	color: #212121
}

.eds-pagination--center {
	justify-content: center
}

.eds-pagination--right {
	justify-content: right
}

.eds-pagination__list {
	width: 2em;
	height: 2em;
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 .25em;
	overflow: hidden
}

.eds-pagination__list--current {
	background: #9e9e9e;
	color: #fff
}

.eds-pagination__list--disabled {
	color: #e0e0e0
}

.eds-pagination__list--disabled.eds-pagination__list--current {
	background: #fafafa;
	color: #e0e0e0
}

.eds-pagination__list--disabled a {
	pointer-events: none
}

.eds-pagination a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.eds-pagination a:hover {
	background: #f5f5f5;
	transition: .25s
}

.eds-rating {
	display: flex;
	align-items: center;
	line-height: 1
}

.eds-rating--disable .eds-rating__point,.eds-rating--disable .eds-rating__point--full,.eds-rating--disable .eds-rating__point--zero {
	color: #f5f5f5
}

.eds-rating__point:not(:last-child) {
	margin-right: .25em
}

.eds-rating__point--full {
	color: #f8d820
}

.eds-rating__point--zero {
	color: #e0e0e0
}

.eds-alert {
	display: flex;
	padding: 1em;
	border-radius: 4px;
	background: #fafafa
}

.eds-alert--warning {
	background: #fff3e0
}

.eds-alert--warning .eds-alert__icon {
	color: #f57c00
}

.eds-alert--danger {
	background: #ffebee
}

.eds-alert--danger .eds-alert__icon {
	color: #d32f2f
}

.eds-alert--success {
	background: #e8f5e9
}

.eds-alert--success .eds-alert__icon {
	color: #388e3c
}

.eds-alert--info {
	background: #e1f5fe
}

.eds-alert--info .eds-alert__icon {
	color: #0288d1
}

.eds-alert__icon {
	margin-right: .5em
}

.eds-alert__content {
	color: #212121;
	font-size: .875em;
	line-height: 1.5;
	flex: 1
}

.eds-alert__title {
	font-weight: bold;
	color: #757575
}

.eds-textfieldMid {
	position: relative;
	display: flex
}

.eds-textfieldMid textarea {
	resize: vertical
}

.eds-textfieldMid input,.eds-textfieldMid textarea {
	font-size: max(.875em,12px);
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: .75em .5em;
	width: 100%;
	box-sizing: border-box;
	text-overflow: ellipsis;
	line-height: 1.25;
	color: #212121;
	display: block;
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.eds-textfieldMid input+.eds-textfieldMid input,.eds-textfieldMid input+.eds-textfieldMid textarea,.eds-textfieldMid textarea+.eds-textfieldMid input,.eds-textfieldMid textarea+.eds-textfieldMid textarea {
	margin-left: .5em
}

.eds-textfieldMid input::-webkit-input-placeholder, .eds-textfieldMid textarea::-webkit-input-placeholder {
	color: #e0e0e0
}

.eds-textfieldMid input:-ms-input-placeholder, .eds-textfieldMid textarea:-ms-input-placeholder {
	color: #e0e0e0
}

.eds-textfieldMid input::-ms-input-placeholder, .eds-textfieldMid textarea::-ms-input-placeholder {
	color: #e0e0e0
}

.eds-textfieldMid input::placeholder,.eds-textfieldMid textarea::placeholder {
	color: #e0e0e0
}

.eds-textfieldMid input:focus,.eds-textfieldMid textarea:focus {
	border-color: #0288d1;
	box-shadow: 0 0 0 2px rgba(2,136,209,.24);
	transition: .25s
}

.eds-textfieldMid--noborder input,.eds-textfieldMid--noborder textarea {
	border-color: rgba(0,0,0,0) !important
}

.eds-textfieldMid--danger input,.eds-textfieldMid--danger textarea {
	border-color: #d32f2f;
	background-color: #ffebee
}

.eds-textfieldMid--danger input:focus,.eds-textfieldMid--danger textarea:focus {
	border-color: #d32f2f;
	box-shadow: 0 0 0 2px rgba(211,47,47,.24)
}

.eds-textfieldMid--success input,.eds-textfieldMid--success textarea {
	border-color: #388e3c;
	background-color: #e8f5e9
}

.eds-textfieldMid--success input:focus,.eds-textfieldMid--success textarea:focus {
	border-color: #388e3c;
	box-shadow: 0 0 0 2px rgba(56,142,60,.24)
}

.eds-textfieldMid--success input,.eds-textfieldMid--success textarea {
	border-color: #388e3c;
	background-color: #e8f5e9
}

.eds-textfieldMid--success input:focus,.eds-textfieldMid--success textarea:focus {
	border-color: #388e3c;
	box-shadow: 0 0 0 2px rgba(56,142,60,.24)
}

.eds-textfieldMid--disabled input,.eds-textfieldMid--disabled textarea {
	background: #fafafa
}

.eds-textfieldMid--disabled input:disabled,.eds-textfieldMid--disabled textarea:disabled {
	color: #616161;
	border-color: #e0e0e0
}

.eds-textfieldMid--readonly input,.eds-textfieldMid--readonly textarea {
	background-color: rgba(250,250,250,.5);
	resize: none;
	border-color: #f5f5f5
}

.eds-textfieldMid--readonly input:focus,.eds-textfieldMid--readonly textarea:focus {
	border-color: #f5f5f5;
	box-shadow: none
}

.eds-textfieldMid--s input,.eds-textfieldMid--s textarea {
	font-size: max(.75em,11px);
	padding-top: .5em;
	padding-bottom: .5em
}

.eds-textfieldMid--l input,.eds-textfieldMid--l textarea {
	font-size: 1.125em
}

.eds-textfieldMid__icon-left,.eds-textfieldMid__icon-right {
	color: #757575 !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	line-height: 1 !important;
	border: none !important;
	background: none !important
}

.eds-textfieldMid__icon-left {
	left: .625em !important
}

.eds-textfieldMid__icon-left~input {
	padding-left: 2.25em !important
}

.eds-textfieldMid__icon-right {
	right: .625em !important
}

.eds-textfieldMid__icon-right~input {
	padding-right: 2.25em !important
}

.eds-textfieldMid__submit {
	white-space: nowrap !important;
	background: #d2461e !important;
	color: #fff !important;
	padding-left: 1em !important;
	padding-right: 1em !important;
	border-radius: 0 4px 4px 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	font-size: .875em !important;
	order: 2 !important;
	margin: 0 !important;
	border: none !important;
	width: auto !important
}

.eds-textfieldMid__submit+input {
	border-radius: 4px 0 0 4px !important
}

.eds-textfieldMid__submit--secondary {
	border: 1px solid #e0e0e0 !important;
	color: #212121 !important;
	background-color: #fff !important;
	background-color: #fafafa !important;
	font-size: 12px !important;
	border-left: none !important
}

.eds-textfieldMid__submit span+span {
	margin-left: .375em !important
}

.eds-textfieldMid--group {
	display: flex !important
}

.eds-textfieldMid--group.eds-textfieldMid {
	flex: 1 !important
}

.eds-textfieldMid--group.eds-textfieldMid input {
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.eds-textfieldMid--group .eds-select select {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	background: #fafafa !important;
	padding-right: 1.625em !important
}

.eds-link {
	color: inherit;
	text-decoration: underline;
	cursor: pointer
}

.eds-link:hover {
	text-decoration: none;
	opacity: .75;
	transition: .25s
}

.eds-link-primary {
	color: #0288d1;
	cursor: pointer
}

.eds-link-primary:hover {
	color: #01579b;
	transition: .25s
}

.eds-link-secondary {
	color: inherit;
	cursor: pointer
}

.eds-link-secondary:hover {
	text-decoration: underline;
	color: inherit;
	transition: .25s
}

.eds-list {
	padding: 0;
	list-style: none
}

.eds-list__item {
	position: relative;
	line-height: 1.25;
	padding: .25em 0;
	display: block
}

.eds-list__item::before {
	position: absolute;
	top: .25em;
	left: 0;
	content: "";
	display: list-item;
	list-style-position: inside
}

.eds-list__item--arrowR {
	position: relative;
	padding-right: 1.625em !important
}

.eds-list__item--arrowR::after {
	position: absolute;
	font-family: "nextIcon";
	content: "";
	top: 50%;
	right: .125em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.eds-list__item .eds-list {
	margin: .125em 0 .125em 1.25em
}

.eds-list__item .eds-list .eds-list__item {
	padding: .25em 0
}

.eds-list--divider>.eds-list__item,.eds-list--striped>.eds-list__item,.eds-list--menu>.eds-list__item {
	padding: .75em .375em
}

.eds-list--divider>.eds-list__item>a,.eds-list--striped>.eds-list__item>a,.eds-list--menu>.eds-list__item>a {
	padding-top: .75em;
	padding-bottom: .75em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
	display: block
}

.eds-list--divider>.eds-list__item::before,.eds-list--striped>.eds-list__item::before,.eds-list--menu>.eds-list__item::before {
	top: .75em
}

.eds-list--disc>.eds-list__item {
	padding-left: .75em
}

.eds-list--disc>.eds-list__item::before {
	list-style-type: disc;
	width: 1em
}

.eds-list--circle>.eds-list__item {
	padding-left: .75em
}

.eds-list--circle>.eds-list__item::before {
	list-style-type: circle;
	width: 1em
}

.eds-list--square>.eds-list__item {
	padding-left: .75em
}

.eds-list--square>.eds-list__item::before {
	list-style-type: square;
	width: 1em
}

.eds-list--asterisk>.eds-list__item {
	padding-left: .75em
}

.eds-list--asterisk>.eds-list__item:before {
	content: "※"
}

.eds-list--check>.eds-list__item {
	padding-left: 1.25em
}

.eds-list--check>.eds-list__item:before {
	font-family: "nextIcon";
	content: "";
	color: #388e3c
}

.eds-list--question>.eds-list__item {
	padding-left: 1.25em
}

.eds-list--question>.eds-list__item:before {
	font-family: "nextIcon";
	content: ""
}

.eds-list--asterisk-numbered {
	counter-reset: decimal
}

.eds-list--asterisk-numbered>.eds-list__item {
	padding-left: 2em;
	counter-increment: decimal
}

.eds-list--asterisk-numbered>.eds-list__item:before {
	content: "※ " counter(decimal, decimal);
	letter-spacing: -0.05em
}

.eds-list--success>.eds-list__item::before {
	color: #388e3c
}

.eds-list--attention>.eds-list__item::before {
	color: #d32f2f
}

.eds-list--warning>.eds-list__item::before {
	color: #f57c00
}

.eds-list--numbered {
	counter-reset: decimal
}

.eds-list--numbered>.eds-list__item {
	padding-left: 1.625em;
	counter-increment: decimal
}

.eds-list--numbered>.eds-list__item::before {
	content: counter(decimal, decimal) ". ";
	width: 1.625em;
	text-align: right
}

.eds-list--numbered>.eds-list__item>.eds-list {
	margin-left: -0.625em
}

.eds-list--numbered>.eds-list__item>.eds-list>.eds-list__item {
	padding-left: 1.75em;
	counter-increment: decimal2
}

.eds-list--numbered>.eds-list__item>.eds-list>.eds-list__item::before {
	content: counter(decimal2, decimal2) ") ";
	width: 1.625em;
	text-align: right;
	letter-spacing: -0.05em
}

.eds-list--numbered>.eds-list__item>.eds-list>.eds-list__item>.eds-list {
	margin-left: -0.375em
}

.eds-list--numbered>.eds-list__item>.eds-list>.eds-list__item>.eds-list>.eds-list__item {
	margin-left: 0;
	padding-left: 1.875em;
	counter-increment: decimal3
}

.eds-list--numbered>.eds-list__item>.eds-list>.eds-list__item>.eds-list>.eds-list__item::before {
	content: "(" counter(decimal3, decimal3) ") ";
	width: 1.75em;
	text-align: right
}

.eds-list--narrow>.eds-list__item {
	padding: .375em
}

.eds-list--narrow>.eds-list__item>a {
	padding-top: .375em;
	padding-bottom: .375em;
	margin-top: -0.375em;
	margin-bottom: -0.375em;
	display: block
}

.eds-list--divider>.eds-list__item {
	border-bottom: 1px solid #f5f5f5
}

.eds-list--divider>.eds-list__item:first-child {
	border-top: 1px solid #f5f5f5
}

.eds-list--striped>.eds-list__item {
	border-bottom: 1px solid #f5f5f5
}

.eds-list--striped>.eds-list__item:nth-of-type(odd) {
	background: #fafafa
}

.eds-list--striped>.eds-list__item:first-child {
	border-top: 1px solid #f5f5f5
}

.eds-list--menu>.eds-list__item {
	display: block;
	transition: .25s
}

.eds-list--menu>.eds-list__item.is-active {
	background: #fef8f6
}

.eds-list--menu>.eds-list__item.is-active:hover {
	background: #fef8f6
}

.eds-list--menu>.eds-list__item:hover {
	background: rgba(254,248,246,.5)
}

.eds-checkboxMid {
	line-height: 1.25
}

.eds-checkboxMid input[type=checkbox] {
	display: none
}

.eds-checkboxMid input[type=checkbox]:checked+label::before {
	content: "";
	color: #0288d1
}

.eds-checkboxMid+.eds-checkboxMid {
	margin-top: .25em
}

.eds-checkboxMid label {
	color: #212121;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: .125em .25em .125em 0;
	z-index: 2
}

.eds-checkboxMid label::before {
	left: 0;
	top: 0;
	line-height: 1;
	top: .25em;
	display: block;
	width: 1em;
	font-size: 1em;
	font-family: "nextIcon";
	content: "";
	margin-right: .5em
}

.eds-checkboxMid--inline {
	display: inline-flex
}

.eds-checkboxMid--inline+.eds-checkboxMid--inline {
	margin-left: 1em;
	margin-top: 0
}

.eds-checkboxMid--danger label,.eds-checkboxMid--danger input[type=checkbox]:checked+label::before {
	color: #d32f2f
}

.eds-checkboxMid--disabled label,.eds-checkboxMid--disabled label::before,.eds-checkboxMid--disabled input[type=checkbox]:checked+label::before {
	color: #e0e0e0
}

.eds-radioMid {
	line-height: 1.25
}

.eds-radioMid input[type=radio] {
	display: none
}

.eds-radioMid input[type=radio]:checked+label::before {
	content: "";
	color: #0288d1
}

.eds-radioMid+.eds-radioMid {
	margin-top: .25em
}

.eds-radioMid label {
	color: #212121;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: .125em .25em .125em 0;
	z-index: 2
}

.eds-radioMid label::before {
	left: 0;
	top: 0;
	line-height: 1;
	top: .25em;
	display: block;
	width: 1em;
	font-size: 1em;
	font-family: "nextIcon";
	content: "";
	margin-right: .5em
}

.eds-radioMid--card input[type=radio]:checked+label {
	color: #d2461e;
	border: 2px solid #d2461e;
	background: #fef8f6
}

.eds-radioMid--card input[type=radio]:checked+label::before {
	color: #d2461e
}

.eds-radioMid--card label {
	color: #616161;
	border: 2px solid #bdbdbd;
	border-radius: 4px;
	padding: .75em 1.5em .75em 1.25em;
	flex: 1
}

.eds-radioMid--inline {
	display: inline-flex
}

.eds-radioMid--inline+.eds-radioMid--inline {
	margin-left: 1em;
	margin-top: 0
}

.eds-radioMid--danger label,.eds-radioMid--danger input[type=radio]:checked+label::before {
	color: #d32f2f
}

.eds-radioMid--disabled label,.eds-radioMid--disabled label::before,.eds-radioMid--disabled input[type=radio]:checked+label::before {
	color: #e0e0e0
}

.eds-select {
	position: relative;
	display: inline-flex;
	max-width: 100%
}

.eds-select--block {
	display: block
}

.eds-select select {
	font-size: max(.875em,12px);
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: .75em 2.5em .75em .5em;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.25;
	color: #212121;
	display: block;
	margin: 0
}

.eds-select select:focus {
	border-color: #0288d1;
	box-shadow: 0 0 0 2px rgba(2,136,209,.24);
	transition: .25s
}

.eds-select--s select {
	font-size: max(.75em,11px);
	padding-top: .5em;
	padding-bottom: .5em
}

.eds-select--l select {
	font-size: 1.125em
}

.eds-select:after {
	color: #757575;
	white-space: pre;
	font-family: "nextIcon";
	content: "\a";
	position: absolute;
	top: 50%;
	right: .625em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: .35;
	pointer-events: none
}

.eds-select--danger select {
	border-color: #d32f2f;
	background-color: #ffebee
}

.eds-select--danger select:focus {
	border-color: #d32f2f;
	box-shadow: 0 0 0 2px rgba(211,47,47,.24)
}

.eds-select--success select {
	border-color: #388e3c;
	background-color: #e8f5e9
}

.eds-select--success select:focus {
	border-color: #388e3c;
	box-shadow: 0 0 0 2px rgba(56,142,60,.24)
}

.eds-select--disabled select {
	color: #616161;
	background: #fafafa;
	border-color: #eee
}

.eds-select--disabled select:disabled {
	color: #616161;
	border-color: #eee
}

.eds-form__field+.eds-form__field {
	margin-top: 1.375em
}

.eds-form__help {
	margin-top: .25em;
	font-size: .875em;
	color: #616161;
	line-height: 1.5
}

.eds-form__help--danger {
	color: #d32f2f
}

.eds-form__help--success {
	color: #388e3c
}

.eds-form__label,.eds-label {
	align-items: center;
	font-size: .875rem;
	line-height: 1;
	color: #616161;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: .375em
}

.eds-form__label--required::after,.eds-label--required::after {
	font-family: "nextIcon";
	content: "";
	font-weight: normal;
	font-size: 1.5em;
	margin-left: .25em;
	color: #d32f2f
}

.eds-breadcrumb {
	display: flex;
	list-style-type: none;
	flex-wrap: nowrap;
	align-items: center;
	font-size: max(.75em,12px);
	color: #212121;
	line-height: 1.25;
	overflow-y: auto
}

.eds-breadcrumb__list {
	padding: .125em;
	display: inline-flex;
	align-items: center;
	white-space: nowrap
}

.eds-breadcrumb__list:first-child {
	padding-left: 0
}

.eds-breadcrumb__list:not(:last-child)::after {
	font-size: 1.25em;
	content: " / ";
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	color: #616161;
	margin: 0 .5em
}

.eds-breadcrumb__link {
	display: inline-flex;
	align-items: center;
	text-decoration: underline
}

.eds-breadcrumb__link:hover {
	text-decoration: none;
	transition: .25s
}

.eds-breadcrumb__icon {
	font-size: 1.25em;
	line-height: 1
}

.eds-togglebutton {
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer
}

.eds-togglebutton:hover {
	border-color: #757575
}

.eds-togglebutton--selected {
	border: 2px solid #d2461e;
	margin: -1px
}

.eds-togglebutton--selected:hover {
	border-color: #d2461e
}

.eds-togglebutton--row {
	flex-direction: row;
	align-items: center;
	align-items: center
}

.eds-togglebutton__content {
	padding: .5em;
	flex: 1
}

.eds-togglebutton__title {
	font-size: .875em;
	line-height: 1.25
}

.eds-togglebutton__title+* {
	margin-top: .5em
}

.eds-togglebutton__body {
	font-size: .75em;
	line-height: 1.25
}

.eds-tabs {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	padding-bottom: .5em
}

.eds-tabs::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid #eee;
	margin: 0;
	flex-shrink: 0
}

.eds-tabs--center::before {
	content: "";
	flex: 1;
	border-bottom: 2px solid #eee;
	margin: 0;
	flex-shrink: 0
}

.eds-tabs__item {
	transition: all .25s ease;
	margin: 0 -1px;
	padding: .5em 1em;
	color: #212121;
	cursor: pointer;
	position: relative;
	border: 2px solid rgba(0,0,0,0);
	border-bottom-color: #eee;
	box-sizing: border-box;
	white-space: nowrap
}

.eds-tabs__item:first-child {
	margin-left: 0
}

.eds-tabs__item.is-active {
	border-color: #eee;
	border-bottom-color: rgba(0,0,0,0);
	border-top-color: #d2461e;
	position: relative;
	font-weight: bold;
	color: #d2461e
}

.eds-tabs__item.is-active:hover {
	cursor: default
}

.eds-tab-contents {
	display: none
}

.eds-tab-contents.is-active {
	display: block
}

.eds-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 999;
	-webkit-animation: opacity .25s linear;
	animation: opacity .25s linear
}

.eds-modal__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6)
}

.eds-modal.is-active {
	display: flex;
	align-items: flex-start
}

.eds-modal--BtoT .eds-modal__content {
	-webkit-animation: BtoT .25s linear;
	animation: BtoT .25s linear
}

.eds-modal--TtoB .eds-modal__content {
	-webkit-animation: TtoB .25s linear;
	animation: TtoB .25s linear
}

.eds-modal--full .eds-modal__content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	max-height: 100vh;
	height: 100vh;
	border-radius: 0
}

.eds-modal--center.is-active {
	align-items: center
}

.eds-modal__content {
	background: #fff;
	max-width: 720px;
	width: 90%;
	max-height: 95vh;
	border-radius: 4px;
	margin: 2.5vh auto;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

.eds-modal__header {
	padding: 1.25em;
	border-bottom: 1px solid #f5f5f5
}

.eds-modal__header>:last-child {
	margin-bottom: 0
}

.eds-modal__footer {
	padding: 1.25em;
	border-top: 1px solid #f5f5f5
}

.eds-modal__footer>:last-child {
	margin-bottom: 0
}

.eds-modal__body {
	padding: 1.25em;
	flex-grow: 1;
	overflow-y: auto;
	width: 100%;
	height: 100%
}

.eds-modal__body>:last-child {
	margin-bottom: 0
}

.eds-modal__close {
	position: absolute;
	top: .5rem;
	right: .75rem;
	cursor: pointer;
	font-size: 1.375rem;
	z-index: 99
}

.eds-modal__sideContent {
	background: #fff;
	max-width: 420px;
	width: calc(100vw - 50px);
	height: 100vh;
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 1000
}

.eds-modal__sideContent__close {
	position: absolute;
	top: 10px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	z-index: 99
}

.eds-modal__sideContent--right {
	-webkit-animation: RtoL .125s linear;
	animation: RtoL .125s linear;
	right: 0
}

.eds-modal__sideContent--right .eds-modal__sideContent__close {
	position: absolute;
	left: -40px
}

.eds-modal__sideContent--left {
	-webkit-animation: LtoR .125s linear;
	animation: LtoR .125s linear;
	left: 0
}

.eds-modal__sideContent--left .eds-modal__sideContent__close {
	position: absolute;
	right: -40px
}

.eds-modal__pile {
	position: absolute;
	display: none;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	-webkit-animation: opacity .25s linear;
	animation: opacity .25s linear
}

.eds-modal__pile.is-active {
	display: block
}

.eds-modal__sideContent--right .eds-modal__pile {
	-webkit-animation: RtoL .25s linear;
	animation: RtoL .25s linear
}

.eds-modal__sideContent--left .eds-modal__pile {
	-webkit-animation: LtoR .25s linear;
	animation: LtoR .25s linear
}

.eds-table {
	border-collapse: collapse;
	text-align: left;
	width: auto;
	border-spacing: 0;
	position: relative
}

.eds-table-wrap {
	overflow-x: auto;
	max-width: 100%;
	display: block
}

.eds-table-wrap .eds-table {
	min-width: 100%
}

.eds-table th,.eds-table td {
	border-bottom: 1px solid #eee;
	padding: .5em .75em;
	vertical-align: top;
	background-color: #fff
}

.eds-table th {
	font-weight: bold
}

.eds-table thead th,.eds-table thead td {
	border-bottom: 2px solid #eee;
	padding-bottom: .25em;
	vertical-align: bottom
}

.eds-table tbody tr:last-child td,.eds-table tbody tr:last-child th {
	border-bottom: none
}

.eds-table--narrow th,.eds-table--narrow td {
	padding: .125em 0
}

.eds-table--narrow thead th,.eds-table--narrow thead td {
	padding-bottom: .125em
}

.eds-table--striped tbody tr:nth-child(even) th,.eds-table--striped tbody tr:nth-child(even) td {
	background: #fafafa
}

.eds-table--border-none th,.eds-table--border-none td,.eds-table--border-none thead th,.eds-table--border-none thead td {
	border-bottom: none
}

.eds-table--bg-none th,.eds-table--bg-none td {
	background-color: rgba(0,0,0,0)
}

.eds-table--border {
	border: 1px solid #eee
}

.eds-table--border td,.eds-table--border th {
	border-right: 1px solid #eee
}

.eds-table--border td:last-child,.eds-table--border th:last-child {
	border-right: none
}

.eds-table--responsible {
	border: 1px solid #eee
}

.eds-table--responsible tr:last-child th,.eds-table--responsible th {
	background: #f5f5f5;
	vertical-align: middle;
	font-weight: normal
}

@media screen and (min-width: 768px) {
	.eds-table--responsible tr:last-child th,.eds-table--responsible th {
		white-space:nowrap;
		width: 1px
	}
}

@media screen and (max-width: 767px) {
	.eds-table--responsible td,.eds-table--responsible th {
		display:block;
		width: 100%
	}
}

.eds-table__sticky-left {
	position: sticky;
	left: 1px;
	z-index: 1
}

.eds-table__sticky-left::before,.eds-table__sticky-left::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	border: 1px solid #eee
}

.eds-table__sticky-left::before {
	right: -1px
}

.eds-table__sticky-left::after {
	left: -2px
}

.eds-table__narrow {
	white-space: nowrap;
	width: 1px
}

.eds-sliderthumbnail {
	position: relative;
	overflow: hidden;
	width: 100%
}

.eds-sliderthumbnail::after {
	content: "";
	display: block;
	padding-top: 100%
}

.eds-sliderthumbnail__mainLists {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1
}

.eds-sliderthumbnail__mainList {
	width: 100%;
	height: auto
}

.eds-sliderthumbnail__mainPrev,.eds-sliderthumbnail__mainNext {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	font-size: 2.5em;
	opacity: .5
}

.eds-sliderthumbnail__mainPrev {
	left: 0
}

.eds-sliderthumbnail__mainNext {
	right: 0
}

.eds-sliderthumbnail+* img {
	opacity: .625;
	cursor: pointer
}

.eds-sliderthumbnail+* .is-active img {
	outline: 2px solid #d2461e;
	outline-offset: -2px;
	opacity: 1
}

.eds-accordion__title {
	position: relative;
	padding-right: 2em;
	cursor: pointer
}

.eds-accordion__title::after {
	font-family: "nextIcon";
	content: "";
	position: absolute;
	top: 50%;
	right: .5em;
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	transition: .5s
}

.eds-accordion__title.is-active::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	transition: .5s
}

.eds-accordion__content {
	display: none;
	padding: .625em 0 .5em
}

.eds-stepper {
	display: flex;
	font-size: .875em
}

.eds-stepper__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
	position: relative
}

.eds-stepper__item:not(:first-child)::before {
	position: absolute;
	content: " ";
	height: 2px;
	background: #f5f5f5;
	width: calc(50% - 1.25em);
	left: 0;
	top: calc(1em - 1px)
}

.eds-stepper__item:not(:last-child)::after {
	position: absolute;
	content: " ";
	height: 2px;
	background: #f5f5f5;
	width: calc(50% - 1.25em);
	right: 0;
	top: calc(1em - 1px)
}

.eds-stepper__item--done .eds-stepper__marker::before {
	font-family: "nextIcon";
	content: ""
}

.eds-stepper__item--current .eds-stepper__label {
	font-weight: bold
}

.eds-stepper__item--current~.eds-stepper__item .eds-stepper__marker {
	background: #bdbdbd
}

.eds-stepper__item--current~.eds-stepper__item .eds-stepper__label {
	color: #616161
}

.eds-stepper__marker {
	width: 2em;
	height: 2em;
	border-radius: 1em;
	background: #d2461e;
	color: #fff;
	line-height: 2em
}

.eds-stepper__label {
	color: #212121;
	margin-top: .5em
}

.eds-divider {
	display: flex;
	align-items: center;
	margin-bottom: 2em
}

.eds-divider::before,.eds-divider::after {
	top: 50%;
	height: 1px;
	background: #f5f5f5;
	content: "";
	flex: 20
}

.eds-divider--left::before {
	flex: 1
}

.eds-divider--right::after {
	flex: 1
}

.eds-divider__text {
	padding: 0 .5em;
	display: block;
	color: #616161
}

*+.eds-divider {
	margin-top: 2em
}

@-webkit-keyframes loader-before {
	50% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loader-before {
	50% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes loader-after {
	50% {
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loader-after {
	50% {
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eds-loader {
	display: inline-block;
	width: 2em;
	height: 2em;
	position: relative;
	border: .25em solid #f5f5f5;
	border-radius: 50%
}

.eds-loader::after,.eds-loader::before {
	content: "";
	position: absolute;
	display: block;
	left: -0.25em;
	top: -0.25em;
	width: 2em;
	height: 2em;
	border: .25em solid currentColor;
	border-radius: 50%
}

.eds-loader::after {
	border-right-color: rgba(0,0,0,0);
	border-top-color: rgba(0,0,0,0);
	-webkit-animation: 1.25s linear infinite loader-after;
	animation: 1.25s linear infinite loader-after
}

.eds-loader::before {
	border-left-color: rgba(0,0,0,0);
	border-bottom-color: rgba(0,0,0,0);
	-webkit-animation: 1.25s linear infinite loader-before;
	animation: 1.25s linear infinite loader-before
}

.eds-reviewInput {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end
}

.eds-reviewInput input[type=radio] {
	display: none
}

.eds-reviewInput label {
	color: #f5f5f5;
	font-size: 1.5em;
	cursor: pointer
}

.eds-reviewInput label {
	margin-left: .25em
}

.eds-reviewInput label:hover,.eds-reviewInput label:hover~label,.eds-reviewInput input[type=radio]:checked~label {
	color: #f8d820
}

.eds-ranking {
	counter-increment: rank 1
}

.eds-ranking__No {
	padding: .5em
}

.eds-ranking__No:after {
	content: counter(rank);
	width: 1.25em;
	height: 1.25em;
	background: #9e9e9e;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.25em;
	border-radius: 50%
}

.eds-ranking:nth-child(-n+3) .eds-ranking__No {
	padding: .25em
}

.eds-ranking:nth-child(-n+3) .eds-ranking__No:after {
	font-family: "nextIcon";
	background: none;
	font-size: 1.5em
}

.eds-ranking:nth-child(1) .eds-ranking__No:after {
	content: "";
	color: #ab8b0c
}

.eds-ranking:nth-child(2) .eds-ranking__No:after {
	content: "";
	color: #8d9494
}

.eds-ranking:nth-child(3) .eds-ranking__No:after {
	content: "";
	color: #7d4032
}

.eds-tooltip {
	position: relative
}

.eds-tooltip__trigger {
	padding: 10px;
	margin: -10px;
	padding-right: 20px;
	margin-right: -20px;
	cursor: pointer
}

.eds-tooltip__inner {
	display: none;
	font-size: 12px;
	line-height: 1.375;
	color: #fff;
	background: rgba(0,0,0,.75);
	border-radius: 3px;
	padding: 8px;
	-webkit-animation: displayNtoB .4s linear 0s;
	animation: displayNtoB .4s linear 0s;
	position: absolute;
	top: 0;
	left: -12px;
	white-space: nowrap;
	-webkit-transform: translateY(calc(-100% - 10px));
	transform: translateY(calc(-100% - 10px))
}

.eds-tooltip__inner a {
	text-decoration: underline
}

.eds-tooltip__inner::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 6px solid rgba(0,0,0,.75);
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	border-bottom: 6px solid rgba(0,0,0,0);
	bottom: -12px;
	left: 14px
}

.eds-tooltip:hover .eds-tooltip__inner {
	display: block
}

.eds-none-active-hide:not(.is-active) {
	display: none
}

.eds-none-active-opacity:not(.is-active) {
	opacity: .75
}

.eds-none-active-text-disabled:not(.is-active) {
	color: #f5f5f5
}

@media screen and (min-width: 768px) {
	.pc\:eds-none-active-hide:not(.is-active) {
		display:none
	}

	.pc\:eds-none-active-opacity:not(.is-active) {
		opacity: .75
	}

	.pc\:eds-none-active-text-disabled:not(.is-active) {
		color: #f5f5f5
	}
}

@media(max-width: 1399px) {
	.xl\:eds-none-active-hide:not(.is-active) {
		display:none
	}

	.xl\:eds-none-active-opacity:not(.is-active) {
		opacity: .75
	}

	.xl\:eds-none-active-text-disabled:not(.is-active) {
		color: #f5f5f5
	}
}

@media(max-width: 1199px) {
	.l\:eds-none-active-hide:not(.is-active) {
		display:none
	}

	.l\:eds-none-active-opacity:not(.is-active) {
		opacity: .75
	}

	.l\:eds-none-active-text-disabled:not(.is-active) {
		color: #f5f5f5
	}
}

@media(max-width: 991px) {
	.m\:eds-none-active-hide:not(.is-active) {
		display:none
	}

	.m\:eds-none-active-opacity:not(.is-active) {
		opacity: .75
	}

	.m\:eds-none-active-text-disabled:not(.is-active) {
		color: #f5f5f5
	}
}

@media screen and (max-width: 767px) {
	.sp\:eds-none-active-hide:not(.is-active),.s\:eds-none-active-hide:not(.is-active) {
		display:none
	}

	.sp\:eds-none-active-opacity:not(.is-active),.s\:eds-none-active-opacity:not(.is-active) {
		opacity: .75
	}

	.sp\:eds-none-active-text-disabled:not(.is-active),.s\:eds-none-active-text-disabled:not(.is-active) {
		color: #f5f5f5
	}
}

@media(max-width: 575px) {
	.xs\:eds-none-active-hide:not(.is-active) {
		display:none
	}

	.xs\:eds-none-active-opacity:not(.is-active) {
		opacity: .75
	}

	.xs\:eds-none-active-text-disabled:not(.is-active) {
		color: #f5f5f5
	}
}

.eds-header {
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,.16);
	max-width: 100%
}

@media screen and (max-width: 767px) {
	.eds-header {
		min-width:100%
	}
}

.eds-header__container {
	background: #fff;
	display: flex;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 1.25em 1em .5em
}

@media screen and (max-width: 767px) {
	.eds-header__container {
		padding:.5em
	}
}

.eds-header__container+.eds-header__container {
	padding: 0 1em;
	justify-content: space-between
}

.eds-header__logo {
	font-size: 1.75em;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-right: .5em
}

@media screen and (max-width: 767px) {
	.eds-header__logo {
		padding-left:.5em;
		flex: 1
	}
}

.eds-header__logo img {
	width: 100%;
	height: auto;
	max-width: 170px;
	margin: 0 auto
}

.eds-header__textfield {
	flex-grow: 1;
	padding: 0 .5em;
	height: 100%;
	font-size: .875em
}

@media screen and (max-width: 767px) {
	.eds-header__textfield {
		display:none
	}
}

.eds-header__button {
	display: flex;
	align-items: center;
	padding: 0 .375em;
	line-height: 1;
	height: 2.5em;
	border-radius: 4px;
	cursor: pointer;
	position: relative
}

.eds-header__button__text {
	font-size: 12px
}

@media screen and (max-width: 767px) {
	.eds-header__button {
		flex-direction:column;
		min-width: 48px;
		padding: 0
	}

	.eds-header__button__text {
		font-size: 8px;
		margin: 5px 0;
		letter-spacing: -0.075em
	}
}

.eds-header__button:hover,.eds-header__button:active {
	transition: .3s;
	background: rgba(0,0,0,.05)
}

.eds-header__button__icon {
	font-size: 1.25em;
	margin: 0 .25em
}

@media screen and (max-width: 767px) {
	.eds-header__button__icon {
		font-size:22px
	}
}

.eds-header__button__badge {
	background: #d32f2f;
	width: .5em;
	height: .5em;
	border-radius: 50%
}

@media screen and (max-width: 767px) {
	.eds-header__button__badge {
		position:absolute;
		top: 0;
		right: .25em
	}
}

@media screen and (min-width: 768px) {
	.eds-header_content-sticky {
		position:sticky;
		top: 120px
	}
}

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom;
	margin: auto
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: rgba(0,0,0,0);
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow svg {
	fill: #212121;
	height: 1em;
	width: 1em
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3;
	cursor: default
}

.splide__arrow:focus-visible {
	outline: 3px solid #212121;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 0
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 0
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
	outline: 0
}

@supports(outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline:3px solid #212121;
		outline-offset: -3px
	}
}

@supports(outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline:3px solid #212121;
		outline-offset: -3px
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #212121;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #212121;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	opacity: .6;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	opacity: 1
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

.splide__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	bottom: 2%;
	left: 0;
	right: 0;
	max-width: 300px;
	width: calc(100% - 80px);
	margin: 0 auto;
	pointer-events: none;
	padding: 0 1em;
	position: absolute;
	z-index: 1;
	opacity: .75
}

.splide__pagination li {
	flex: 1;
	margin: 0 1px;
	max-width: 80px;
	pointer-events: auto;
	display: flex;
	flex-direction: column
}

.splide__pagination li .splide__pagination__page {
	border-radius: 0;
	width: 100%;
	height: 1em;
	border: none;
	position: relative;
	background: none;
	padding: 0;
	cursor: pointer
}

.splide__pagination li .splide__pagination__page::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #616161;
	display: block;
	top: 50%;
	left: 0;
	transition: .25s
}

.splide__pagination li .splide__pagination__page.is-active::after {
	background: #212121;
	-webkit-transform: scaleY(150%);
	transform: scaleY(150%);
	transition: .25s
}

.splide__arrow {
	align-items: center;
	background: rgba(255,255,255,.25);
	border: 0;
	cursor: pointer;
	display: flex;
	height: 6em;
	max-height: 80%;
	justify-content: center;
	opacity: .75;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide--arrowBottom .splide__arrows {
	width: 100%;
	max-width: 380px;
	margin: auto;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.splide--arrowBottom .splide__arrows .splide__arrow {
	height: 1em;
	background: none
}

.splide--arrowBottom,.splide--navBottom {
	margin-bottom: 3em
}

.splide--navBottom .splide__pagination {
	bottom: -2em
}

.eds-u-bg-kekkon,.eds-u-bg-hahanohi {
	background: #f999c4 !important;
	border-radius: inherit
}

.eds-u-bg-kekkon-lighten,.eds-u-bg-hahanohi-lighten {
	background: #ffedf2 !important;
	border-radius: inherit
}

.eds-u-bg-kekkon-darken,.eds-u-bg-hahanohi-darken {
	background: #ce0c63 !important;
	border-radius: inherit
}

.eds-u-bg-syussan,.eds-u-bg-birth,.eds-u-bg-orei {
	background: #ffd301 !important;
	border-radius: inherit
}

.eds-u-bg-syussan-lighten,.eds-u-bg-birth-lighten,.eds-u-bg-orei-lighten {
	background: #fff8df !important;
	border-radius: inherit
}

.eds-u-bg-syussan-darken,.eds-u-bg-birth-darken,.eds-u-bg-orei-darken {
	background: #483c00 !important;
	border-radius: inherit
}

.eds-u-bg-koden {
	background: #c1aaff !important;
	border-radius: inherit
}

.eds-u-bg-koden-lighten {
	background: #f4f1ff !important;
	border-radius: inherit
}

.eds-u-bg-koden-darken {
	background: #4100f1 !important;
	border-radius: inherit
}

.eds-u-bg-hikidemono,.eds-u-bg-chichinohi,.eds-u-bg-kinenhin,.eds-u-bg-ocyugen {
	background: #8cceee !important;
	border-radius: inherit
}

.eds-u-bg-hikidemono-lighten,.eds-u-bg-chichinohi-lighten,.eds-u-bg-kinenhin-lighten,.eds-u-bg-ocyugen-lighten {
	background: #eef8fc !important;
	border-radius: inherit
}

.eds-u-bg-hikidemono-darken,.eds-u-bg-chichinohi-darken,.eds-u-bg-kinenhin-darken,.eds-u-bg-ocyugen-darken {
	background: #197aa9 !important;
	border-radius: inherit
}

.eds-u-bg-nyugaku,.eds-u-bg-keirounohi,.eds-u-bg-oseibo {
	background: #ffabab !important;
	border-radius: inherit
}

.eds-u-bg-nyugaku-lighten,.eds-u-bg-keirounohi-lighten,.eds-u-bg-oseibo-lighten {
	background: #fff2f2 !important;
	border-radius: inherit
}

.eds-u-bg-nyugaku-darken,.eds-u-bg-keirounohi-darken,.eds-u-bg-oseibo-darken {
	background: #f20000 !important;
	border-radius: inherit
}

.eds-u-bg-shinchiku {
	background: #91e5a9 !important;
	border-radius: inherit
}

.eds-u-bg-shinchiku-lighten {
	background: #eafaef !important;
	border-radius: inherit
}

.eds-u-bg-shinchiku-darken {
	background: #249a46 !important;
	border-radius: inherit
}

.eds-u-bg-kaiki {
	background: #afe76d !important;
	border-radius: inherit
}

.eds-u-bg-kaiki-lighten {
	background: #eff9e3 !important;
	border-radius: inherit
}

.eds-u-bg-kaiki-darken {
	background: #538616 !important;
	border-radius: inherit
}

.eds-u-bg-lux {
	background: #664f14 !important;
	border-radius: inherit
}

.eds-u-bg-lux-lighten {
	background: #f0dbc1 !important;
	border-radius: inherit
}

.eds-u-text-kekkon,.eds-u-text-hahanohi {
	color: #f999c4 !important
}

.eds-u-text-kekkon-lighten,.eds-u-text-hahanohi-lighten {
	color: #ffedf2 !important
}

.eds-u-text-kekkon-darken,.eds-u-text-hahanohi-darken {
	color: #ce0c63 !important
}

.eds-u-text-syussan,.eds-u-text-birth,.eds-u-text-orei {
	color: #ffd301 !important
}

.eds-u-text-syussan-lighten,.eds-u-text-birth-lighten,.eds-u-text-orei-lighten {
	color: #fff8df !important
}

.eds-u-text-syussan-darken,.eds-u-text-birth-darken,.eds-u-text-orei-darken {
	color: #483c00 !important
}

.eds-u-text-koden {
	color: #c1aaff !important
}

.eds-u-text-koden-lighten {
	color: #f4f1ff !important
}

.eds-u-text-koden-darken {
	color: #4100f1 !important
}

.eds-u-text-hikidemono,.eds-u-text-chichinohi,.eds-u-text-kinenhin,.eds-u-text-ocyugen {
	color: #8cceee !important
}

.eds-u-text-hikidemono-lighten,.eds-u-text-chichinohi-lighten,.eds-u-text-kinenhin-lighten,.eds-u-text-ocyugen-lighten {
	color: #eef8fc !important
}

.eds-u-text-hikidemono-darken,.eds-u-text-chichinohi-darken,.eds-u-text-kinenhin-darken,.eds-u-text-ocyugen-darken {
	color: #197aa9 !important
}

.eds-u-text-nyugaku,.eds-u-text-keirounohi,.eds-u-text-oseibo {
	color: #ffabab !important
}

.eds-u-text-nyugaku-lighten,.eds-u-text-keirounohi-lighten,.eds-u-text-oseibo-lighten {
	color: #fff2f2 !important
}

.eds-u-text-nyugaku-darken,.eds-u-text-keirounohi-darken,.eds-u-text-oseibo-darken {
	color: #f20000 !important
}

.eds-u-text-shinchiku {
	color: #91e5a9 !important
}

.eds-u-text-shinchiku-lighten {
	color: #eafaef !important
}

.eds-u-text-shinchiku-darken {
	color: #249a46 !important
}

.eds-u-text-kaiki {
	color: #afe76d !important
}

.eds-u-text-kaiki-lighten {
	color: #eff9e3 !important
}

.eds-u-text-kaiki-darken {
	color: #538616 !important
}

.eds-u-text-lux {
	color: #664f14 !important
}

.eds-u-text-lux-lighten {
	color: #f0dbc1 !important
}

.eds-u-border-kekkon,.eds-u-border-hahanohi {
	border: 1px solid #f999c4 !important
}

.eds-u-border-kekkon-lighten,.eds-u-border-hahanohi-lighten {
	border: 1px solid #ffedf2 !important
}

.eds-u-border-kekkon-darken,.eds-u-border-hahanohi-darken {
	border: 1px solid #ce0c63 !important
}

.eds-u-border-syussan,.eds-u-border-birth,.eds-u-border-orei {
	border: 1px solid #ffd301 !important
}

.eds-u-border-syussan-lighten,.eds-u-border-birth-lighten,.eds-u-border-orei-lighten {
	border: 1px solid #fff8df !important
}

.eds-u-border-syussan-darken,.eds-u-border-birth-darken,.eds-u-border-orei-darken {
	border: 1px solid #483c00 !important
}

.eds-u-border-koden {
	border: 1px solid #c1aaff !important
}

.eds-u-border-koden-lighten {
	border: 1px solid #f4f1ff !important
}

.eds-u-border-koden-darken {
	border: 1px solid #4100f1 !important
}

.eds-u-border-hikidemono,.eds-u-border-chichinohi,.eds-u-border-kinenhin,.eds-u-border-ocyugen {
	border: 1px solid #8cceee !important
}

.eds-u-border-hikidemono-lighten,.eds-u-border-chichinohi-lighten,.eds-u-border-kinenhin-lighten,.eds-u-border-ocyugen-lighten {
	border: 1px solid #eef8fc !important
}

.eds-u-border-hikidemono-darken,.eds-u-border-chichinohi-darken,.eds-u-border-kinenhin-darken,.eds-u-border-ocyugen-darken {
	border: 1px solid #197aa9 !important
}

.eds-u-border-nyugaku,.eds-u-border-keirounohi,.eds-u-border-oseibo {
	border: 1px solid #ffabab !important
}

.eds-u-border-nyugaku-lighten,.eds-u-border-keirounohi-lighten,.eds-u-border-oseibo-lighten {
	border: 1px solid #fff2f2 !important
}

.eds-u-border-nyugaku-darken,.eds-u-border-keirounohi-darken,.eds-u-border-oseibo-darken {
	border: 1px solid #f20000 !important
}

.eds-u-border-shinchiku {
	border: 1px solid #91e5a9 !important
}

.eds-u-border-shinchiku-lighten {
	border: 1px solid #eafaef !important
}

.eds-u-border-shinchiku-darken {
	border: 1px solid #249a46 !important
}

.eds-u-border-kaiki {
	border: 1px solid #afe76d !important
}

.eds-u-border-kaiki-lighten {
	border: 1px solid #eff9e3 !important
}

.eds-u-border-kaiki-darken {
	border: 1px solid #538616 !important
}

.eds-u-border-lux {
	border: 1px solid #664f14 !important
}

.eds-u-border-lux-lighten {
	border: 1px solid #f0dbc1 !important
}

.hk-itemImage {
	display: block;
	position: relative;
	padding: .5em
}

.hk-itemImage img {
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.splide__arrow {
	background: #fff
}

.splide--thumbnail .splide__slide .hk-itemImage {
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 0
}

.splide--thumbnail .splide__slide.is-active .hk-itemImage {
	border-color: #d2461e
}

.article-list {
	display: contents
}

.article-list__item {
	width: calc(33.33% - .6em);
	position: relative;
	margin-bottom: 0
}

@media screen and (max-width: 767px) {
	.article-list__item {
		width:calc(50% - .25em)
	}
}

.article-list__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box
}

.article-list__image {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover
}

.article-list__title {
	font-size: 14px;
	margin: 5px 0;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.article-list__category {
	position: absolute;
	top: .5em;
	left: .5em;
	font-size: 11px;
	color: #fff;
	background-color: rgba(51,51,51,.7);
	padding: 1px 5px;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.article-list__date {
	margin-top: auto;
	color: #616161;
	font-size: 13px;
	text-align: right;
	margin-bottom: 1rem
}

.dv_recommend {
	display: contents
}

.dv_rc_header,.dv_rc_title,.dv_rc_footer,.dv_rc_description {
	display: none
}

.dv_rc_items {
	padding: .5em;
	flex: 0 0 auto;
	margin-bottom: 1em
}

.silverEggCard .dv_rc_items {
	width: 180px;
	margin: .5em;
	box-shadow: 0px 1px 4px rgba(0,0,0,.16);
	box-sizing: border-box;
	background: #fff
}

.silverEggCard .dv_rc_img {
	padding: .5em
}

.silverEggCard .dv_rc_img img {
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.silverEggCard .dv_rc_name {
	margin-top: .5em;
	padding: 0 .5em;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .875em
}

.silverEggCard .dv_rc_price {
	margin-bottom: .5em;
	padding: 0 .5em;
	font-size: .875em
}

.eds-row--narrow.silverEggCard .dv_rc_items {
	margin: .25em
}

.silverEgg1of4 .dv_rc_items {
	width: 25%
}

@media screen and (max-width: 767px) {
	.silverEgg1of4 .dv_rc_items {
		min-width:180px
	}
}

.silverEgg1of6 .dv_rc_items {
	width: 16.6666%
}

@media screen and (max-width: 767px) {
	.silverEgg1of6 .dv_rc_items {
		width:180px
	}
}
