/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * a- alteration class: single style alteration
 * u- utility class: highest priority style. Should always be !important
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: none;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td,
th {
	padding: 0;
}

:root {
	--x-height-multiplier: 0;
	--baseline-multiplier: 0;
}

.m-breakWord {
	word-break: break-word;
	word-wrap: break-word;
}

.tabularNumeral {
	font-feature-settings: 'tnum' on;
	-moz-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	display: inline-block;
	width: 0.6em;
	text-align: center;
}

.tabularNumeral--comma {
	width: 0.3em;
	text-align: left;
}

.middotDivider {
	padding-right: 0.45em;
	padding-left: 0.45em;
	font-size: 14px;
}

.middotDivider:after {
	content: '·';
}

.subscript {
	margin-left: 2px;
	font-size: 12px;
	vertical-align: subscript;
}

@font-face {
	font-family: Cambria;
	src: local('Arial'), local('Helvetica');
	unicode-range: U+2500-259F;
}

@-ms-viewport {
	width: device-width;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
		'Open Sans', 'Helvetica Neue', sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga' on;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
		'Open Sans', 'Helvetica Neue', sans-serif;
	letter-spacing: 0;
	font-weight: 700;
	font-style: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

a,
button,
input {
	-webkit-tap-highlight-color: transparent;
}

html {
	overflow-y: scroll;
}

body,
html {
	overflow-x: hidden;
}

blockquote,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ol,
p,
pre,
ul {
	margin: 0;
}

menu,
ol,
ul {
	padding: 0;
}

figcaption {
	-webkit-nbsp-mode: normal;
}

main {
	display: block;
}

:root {
}

placeholderspan {
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: kfPlaceHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
	background-size: 1000px 640px;

	position: relative;

	color: transparent !important;
	min-width: fit-content;
}
placeholderspan::after {
	content: 'Placeholder span';
}

.a-bottom25 {
	bottom: 25px;
}

.u-flexTop {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.u-flexCenter {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.u-flexBottom {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: bottom !important;
	align-items: bottom !important;
}

.u-flexEnd {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.u-flexStretch {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.u-flexColumn {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.u-flexColumnTop {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.u-flexColumnBottom {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.u-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.u-alignItemsCenter {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.u-justifyContentSpaceBetween {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.u-justifyContentSpaceAround {
	-ms-flex-pack: justify !important;
	justify-content: space-around !important;
}

.u-justifyContentCenter {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.u-alignSelfStart {
	-ms-flex-item-align: start !important;
	-ms-grid-row-align: start !important;
	align-self: start !important;
}

.u-flexColumnSpaceBetween {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.u-flex0 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.u-flex1 {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.u-flexShrink1 {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.u-flexWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.u-flexAlignSelfCenter {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.u-alignMiddle .u-alignBlock,
.u-alignMiddle:before {
	display: inline-block !important;
	vertical-align: middle !important;
}

.u-alignMiddle:before {
	content: '' !important;
	height: 100% !important;
}

.u-floatLeft {
	float: left !important;
}

.u-floatRight {
	float: right !important;
}

.u-floatNone {
	float: none !important;
}

.u-clearBoth {
	clear: both !important;
}

.u-verticalAlignTop {
	vertical-align: top !important;
}

.u-verticalAlignMiddle {
	vertical-align: middle !important;
}

.u-verticalAlignBottom {
	vertical-align: bottom !important;
}

.u-verticalAlignBaseline {
	vertical-align: baseline !important;
}

.u-verticalAlignTextBottom {
	vertical-align: text-bottom !important;
}

.u-disablePointerEvents {
	pointer-events: none !important;
}

.u-pointerEventsAuto {
	pointer-events: auto !important;
}

.u-noUserSelect {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.u-overflowX {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.u-overflowScroll {
	overflow: scroll !important;
}

.u-overflowScrollY {
	overflow-y: scroll !important;
}

.u-overflowHidden {
	overflow: hidden !important;
}

.u-overflowHiddenY {
	overflow-y: hidden !important;
}

.u-overflowVisible {
	overflow: visible !important;
}

.u-overflowAuto {
	overflow: auto !important;
}

.u-inline {
	display: inline !important;
}

.u-inlineBlock {
	display: inline-block !important;
}

.u-block {
	display: block !important;
}

.u-hide {
	display: none !important;
}

.u-hideIfEmpty:empty {
	display: none !important;
}

.u-zeroSize {
	overflow: hidden;
	width: 0 !important;
	height: 0 !important;
}

.u-table {
	display: table !important;
}

.u-table:before {
	height: auto !important;
	display: inherit !important;
}

.u-tableCell {
	display: table-cell !important;
}

@media print {
	.u-print-hide {
		display: none !important;
	}
}

.u-clearfix:after,
.u-clearfix:before {
	display: table;
	content: ' ';
}

.u-clearfix:after {
	clear: both;
}

.u-foreground {
	position: relative !important;
	z-index: 100 !important;
}

.u-background {
	z-index: 70 !important;
}

.u-overlay {
	z-index: 900 !important;
}

.u-zIndexButterBar {
	z-index: 1000 !important;
}

.u-zIndexFloatingPopup {
	z-index: 800 !important;
}

.u-zIndexFloating {
	z-index: 700 !important;
}

.u-zIndexMetabar {
	z-index: 500 !important;
}

.u-zIndex0 {
	z-index: 0 !important;
}

.u-borderBox {
	box-sizing: border-box !important;
}

.u-translateNegative100Percent {
	transform: translate(-100%, -100%);
}

.u-transformScale99TranslateY2 {
	transform: scale(1) translateY(2px);
}

.u-transformScale100Hover:hover {
	transform: scale(1);
}

.u-tableLayoutFixed {
	table-layout: fixed;
}

.u-columnWidth170 {
	column-width: 170px;
	-moz-column-width: 170px;
	-webkit-column-width: 170px;
}

.u-margin0 {
	margin: 0 !important;
}

.u-marginTop0 {
	margin-top: 0 !important;
}

.u-marginBottom0 {
	margin-bottom: 0 !important;
}

.u-marginLeft0 {
	margin-left: 0 !important;
}

.u-marginRight0 {
	margin-right: 0 !important;
}

.u-margin5 {
	margin: 5px !important;
}

.u-marginTop5 {
	margin-top: 5px !important;
}

.u-marginBottom5 {
	margin-bottom: 5px !important;
}

.u-marginLeft1 {
	margin-left: 1px !important;
}

.u-marginLeft2 {
	margin-left: 2px !important;
}

.u-marginLeft5 {
	margin-left: 5px !important;
}

.u-marginLeft7 {
	margin-left: 7px !important;
}

.u-marginRight5 {
	margin-right: 5px !important;
}

.u-margin10 {
	margin: 10px !important;
}

.u-marginTop8 {
	margin-top: 8px !important;
}

.u-marginTop10 {
	margin-top: 10px !important;
}

.u-marginBottom10 {
	margin-bottom: 10px !important;
}

.u-marginLeft10 {
	margin-left: 10px !important;
}

.u-marginRight10 {
	margin-right: 10px !important;
}

.u-margin15 {
	margin: 15px !important;
}

.u-marginTop15 {
	margin-top: 15px !important;
}

.u-marginBottom15 {
	margin-bottom: 15px !important;
}

.u-marginLeft15 {
	margin-left: 15px !important;
}

.u-marginRight15 {
	margin-right: 15px !important;
}

.u-margin20 {
	margin: 20px !important;
}

.u-marginTop20 {
	margin-top: 20px !important;
}

.u-marginBottom2 {
	margin-bottom: 2px !important;
}

.u-marginBottom20 {
	margin-bottom: 20px !important;
}

.u-marginLeft20 {
	margin-left: 20px !important;
}

.u-marginRight20 {
	margin-right: 20px !important;
}

.u-margin25 {
	margin: 25px !important;
}

.u-marginTop25 {
	margin-top: 25px !important;
}

.u-marginBottom25 {
	margin-bottom: 25px !important;
}

.u-marginLeft25 {
	margin-left: 25px !important;
}

.u-marginRight25 {
	margin-right: 25px !important;
}

.u-margin30 {
	margin: 30px !important;
}

.u-marginTop30 {
	margin-top: 30px !important;
}

.u-marginBottom30 {
	margin-bottom: 30px !important;
}

.u-marginLeft30 {
	margin-left: 30px !important;
}

.u-marginRight30 {
	margin-right: 30px !important;
}

.u-margin40 {
	margin: 40px !important;
}

.u-marginTop40 {
	margin-top: 40px !important;
}

.u-marginBottom40 {
	margin-bottom: 40px !important;
}

.u-marginLeft40 {
	margin-left: 40px !important;
}

.u-marginRight40 {
	margin-right: 40px !important;
}

.u-margin50 {
	margin: 50px !important;
}

.u-marginTop50 {
	margin-top: 50px !important;
}

.u-marginLeft50 {
	margin-left: 50px !important;
}

.u-marginRight50 {
	margin-right: 50px !important;
}

.u-marginAuto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-margin3 {
	margin: 3px !important;
}

.u-margin4 {
	margin: 4px !important;
}

.u-margin8 {
	margin: 8px !important;
}

.u-marginTopNegative95 {
	margin-top: -95px !important;
}

.u-marginTopNegative10 {
	margin-top: -10px !important;
}

.u-marginTopNegative7 {
	margin-top: -7px !important;
}

.u-marginTopNegative5 {
	margin-top: -5px !important;
}

.u-marginTopNegative4 {
	margin-top: -4px !important;
}

.u-marginTopNegative2 {
	margin-top: -2px !important;
}

.u-marginTopNegative30 {
	margin-top: -20px !important;
}

.u-marginTop2 {
	margin-top: 2px !important;
}

.u-marginTop3 {
	margin-top: 3px !important;
}

.u-marginTop4 {
	margin-top: 4px !important;
}

.u-marginTop7 {
	margin-top: 7px !important;
}

.u-marginTop11 {
	margin-top: 11px !important;
}

.u-marginTop60 {
	margin-top: 60px !important;
}

.u-marginTop70 {
	margin-top: 70px !important;
}

.u-marginTop75 {
	margin-top: 75px !important;
}

.u-marginTop100 {
	margin-top: 100px !important;
}

.u-marginTop120 {
	margin-top: 120px !important;
}

.u-marginTop180 {
	margin-top: 180px !important;
}

.u-marginBottomNegative1 {
	margin-bottom: -1px !important;
}

.u-marginBottom4 {
	margin-bottom: 4px !important;
}

.u-marginBottom7 {
	margin-bottom: 7px !important;
}

.u-marginBottom50 {
	margin-bottom: 50px !important;
}

.u-marginBottom60 {
	margin-bottom: 60px !important;
}

.u-marginBottom100 {
	margin-bottom: 100px !important;
}

.u-marginBottom80 {
	margin-bottom: 80px !important;
}

.u-marginBottom150 {
	margin-bottom: 150px !important;
}

.u-marginBottom180 {
	margin-bottom: 180px !important;
}

.u-marginRightNegative12 {
	margin-right: -12px !important;
}

.u-marginRightNegative5 {
	margin-right: -5px !important;
}

.u-marginRight2 {
	margin-right: 2px !important;
}

.u-marginRight3 {
	margin-right: 3px !important;
}

.u-marginRight7 {
	margin-right: 7px !important;
}

.u-marginRight16 {
	margin-right: 16px !important;
}

.u-marginRight18 {
	margin-right: 18px !important;
}

.u-marginRight60 {
	margin-right: 60px !important;
}

.u-marginRight100 {
	margin-right: 100px !important;
}

.u-marginRight160 {
	margin-right: 160px !important;
}

.u-marginLeftNegative80 {
	margin-left: -80px !important;
}

.u-marginLeftNegative30 {
	margin-left: -30px !important;
}

.u-marginLeftNegative20 {
	margin-left: -20px !important;
}

.u-marginLeftNegative15 {
	margin-left: -15px !important;
}

.u-marginXNegative15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.u-marginLeftNegative12 {
	margin-left: -12px !important;
}

.u-marginLeftNegative2 {
	margin-left: -2px !important;
}

.u-marginLeft3 {
	margin-left: 3px !important;
}

.u-marginLeft4 {
	margin-left: 4px !important;
}

.u-marginLeft8 {
	margin-left: 8px !important;
}

.u-marginLeft12 {
	margin-left: 12px !important;
}

.u-marginLeft18 {
	margin-left: 18px !important;
}

.u-marginLeft35 {
	margin-left: 35px !important;
}

.u-marginLeft100 {
	margin-left: 100px !important;
}

.u-padding0 {
	padding: 0 !important;
}

.u-paddingTop0 {
	padding-top: 0 !important;
}

.u-paddingBottom0 {
	padding-bottom: 0 !important;
}

.u-paddingLeft0 {
	padding-left: 0 !important;
}

.u-paddingRight0 {
	padding-right: 0 !important;
}

.u-padding2 {
	padding: 2px !important;
}

.u-padding3 {
	padding: 3px !important;
}

.u-padding5 {
	padding: 5px !important;
}

.u-paddingTop5 {
	padding-top: 5px !important;
}

.u-paddingBottom5 {
	padding-bottom: 5px !important;
}

.u-paddingLeft5 {
	padding-left: 5px !important;
}

.u-paddingRight5 {
	padding-right: 5px !important;
}

.u-padding10 {
	padding: 10px !important;
}

.u-paddingTop10 {
	padding-top: 10px !important;
}

.u-paddingBottom10 {
	padding-bottom: 10px !important;
}

.u-paddingLeft10 {
	padding-left: 10px !important;
}

.u-paddingRight10 {
	padding-right: 10px !important;
}

.u-padding15 {
	padding: 15px !important;
}

.u-paddingTop12 {
	padding-top: 12px !important;
}

.u-paddingTop15 {
	padding-top: 15px !important;
}

.u-paddingBottom15 {
	padding-bottom: 15px !important;
}

.u-paddingLeft15 {
	padding-left: 15px !important;
}

.u-paddingRight15 {
	padding-right: 15px !important;
}

.u-padding20 {
	padding: 20px !important;
}

.u-paddingTop20 {
	padding-top: 20px !important;
}

.u-paddingBottom20 {
	padding-bottom: 20px !important;
}

.u-paddingLeft2 {
	padding-left: 2px !important;
}

.u-paddingLeft20 {
	padding-left: 20px !important;
}

.u-paddingRight20 {
	padding-right: 20px !important;
}

.u-padding25 {
	padding: 25px !important;
}

.u-paddingTop25 {
	padding-top: 25px !important;
}

.u-paddingBottom25 {
	padding-bottom: 25px !important;
}

.u-paddingBottom200 {
	padding-bottom: 200px !important;
}

.u-paddingBottom300 {
	padding-bottom: 300px !important;
}

.u-paddingLeft25 {
	padding-left: 25px !important;
}

.u-paddingRight25 {
	padding-right: 25px !important;
}

.u-padding30 {
	padding: 30px !important;
}

.u-paddingTop30 {
	padding-top: 30px !important;
}

.u-paddingBottom30 {
	padding-bottom: 30px !important;
}

.u-paddingLeft30 {
	padding-left: 30px !important;
}

.u-paddingRight30 {
	padding-right: 30px !important;
}

.u-paddingTop1 {
	padding-top: 1px !important;
}

.u-paddingTop2 {
	padding-top: 2px !important;
}

.u-paddingTop4 {
	padding-top: 4px !important;
}

.u-paddingTop7 {
	padding-top: 7px !important;
}

.u-paddingTop8 {
	padding-top: 8px !important;
}

.u-paddingTop11 {
	padding-top: 11px !important;
}

.u-paddingTop13 {
	padding-top: 13px !important;
}

.u-paddingTop14 {
	padding-top: 14px !important;
}

.u-paddingTop16 {
	padding-top: 16px !important;
}

.u-paddingTop18 {
	padding-top: 18px !important;
}

.u-paddingTop19 {
	padding-top: 19px !important;
}

.u-paddingTop35 {
	padding-top: 35px !important;
}

.u-paddingTop40 {
	padding-top: 40px !important;
}

.u-paddingTop50 {
	padding-top: 50px !important;
}

.u-paddingTop60 {
	padding-top: 60px !important;
}

.u-paddingTop70 {
	padding-top: 70px !important;
}

.u-paddingTop80 {
	padding-top: 80px !important;
}

.u-paddingTop90 {
	padding-top: 90px !important;
}

.u-paddingTop100 {
	padding-top: 100px !important;
}

.u-paddingTop110 {
	padding-top: 110px !important;
}

.u-paddingTop180 {
	padding-top: 180px !important;
}

.u-paddingTop177p77pct {
	padding-top: 177.77% !important;
}

.u-paddingTop1p25em {
	padding-top: 1.25em !important;
}

.u-paddingBottom2 {
	padding-bottom: 2px !important;
}

.u-paddingBottom3 {
	padding-bottom: 3px !important;
}

.u-paddingBottom4 {
	padding-bottom: 4px !important;
}

.u-paddingBottom7 {
	padding-bottom: 7px !important;
}

.u-paddingBottom8 {
	padding-bottom: 8px !important;
}

.u-paddingBottom18 {
	padding-bottom: 18px !important;
}

.u-paddingBottom35 {
	padding-bottom: 35px !important;
}

.u-paddingBottom40 {
	padding-bottom: 40px !important;
}

.u-paddingBottom50 {
	padding-bottom: 50px !important;
}

.u-paddingBottom60 {
	padding-bottom: 60px !important;
}

.u-paddingBottom80 {
	padding-bottom: 80px !important;
}

.u-paddingBottom100 {
	padding-bottom: 100px !important;
}

.u-paddingBottom150 {
	padding-bottom: 150px !important;
}

.u-paddingBottom150Pct {
	padding-bottom: 150% !important;
}

.u-paddingBottom1p25em {
	padding-bottom: 1.25em !important;
}

.u-paddingLeft6 {
	padding-left: 6px !important;
}

.u-paddingLeft8 {
	padding-left: 8px !important;
}

.u-paddingLeft9 {
	padding-left: 9px !important;
}

.u-paddingLeft12 {
	padding-left: 12px !important;
}

.u-paddingLeft13 {
	padding-left: 13px !important;
}

.u-paddingLeft14 {
	padding-left: 14px !important;
}

.u-paddingLeft22 {
	padding-left: 22px !important;
}

.u-paddingLeft35 {
	padding-left: 35px !important;
}

.u-paddingLeft40 {
	padding-left: 40px !important;
}

.u-paddingLeft50 {
	padding-left: 50px !important;
}

.u-paddingLeft60 {
	padding-left: 60px !important;
}

.u-paddingRight8 {
	padding-right: 8px !important;
}

.u-paddingRight12 {
	padding-right: 12px !important;
}

.u-paddingRight16 {
	padding-right: 16px !important;
}

.u-paddingRight18 {
	padding-right: 18px !important;
}

.u-paddingRight40 {
	padding-right: 40px !important;
}

.u-paddingRight50 {
	padding-right: 50px !important;
}

.u-paddingRight60 {
	padding-right: 60px !important;
}

.u-paddingRight100 {
	padding-right: 100px !important;
}

.u-paddingRight110 {
	padding-right: 110px !important;
}

.u-paddingRight200 {
	padding-right: 200px !important;
}

.u-padding2 {
	padding: 2px !important;
}

.u-padding8 {
	padding: 8px !important;
}

.u-padding14 {
	padding: 14px !important;
}

.u-padding16 {
	padding: 16px !important;
}

.u-padding40 {
	padding: 40px !important;
}

.u-positionInitial {
	position: initial !important;
}

.u-relative {
	position: relative !important;
}

.u-absolute {
	position: absolute !important;
}

.u-fixed {
	position: fixed !important;
}

.u-absolute0 {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}

.u-absoluteNegative1 {
	position: absolute !important;
	top: -1px !important;
	left: -1px !important;
	right: -1px !important;
	bottom: -1px !important;
}

.u-topNegative100Percent {
	top: -100% !important;
}

.u-right20Percent {
	right: 20% !important;
}

.u-right40Percent {
	right: 40% !important;
}

.u-topNegative80 {
	top: -80px !important;
}

.u-topNegative40 {
	top: -40px !important;
}

.u-topNegative36 {
	top: -36px !important;
}

.u-topNegative10 {
	top: -10px !important;
}

.u-topNegative5 {
	top: -5px !important;
}

.u-top0 {
	top: 0 !important;
}

.u-top1 {
	top: 1px !important;
}

.u-top2 {
	top: 2px !important;
}

.u-top3 {
	top: 3px !important;
}

.u-top5 {
	top: 5px !important;
}

.u-top10 {
	top: 10px !important;
}

.u-top16 {
	top: 16px !important;
}

.u-top20 {
	top: 20px !important;
}

.u-top60 {
	top: 60px !important;
}

.u-top76 {
	top: 76px !important;
}

.u-top150 {
	top: 150px !important;
}

.u-top160 {
	top: 160px !important;
}

.u-bottomNegative10 {
	bottom: -10px !important;
}

.u-bottom0 {
	bottom: 0 !important;
}

.u-bottom10 {
	bottom: 10px !important;
}

.u-bottom15 {
	bottom: 15px !important;
}

.u-bottom20 {
	bottom: 20px !important;
}

.u-bottom25 {
	bottom: 25px !important;
}

.u-bottom35 {
	bottom: 35px !important;
}

.u-bottom80 {
	bottom: 80px !important;
}

.u-bottom90 {
	bottom: 90px !important;
}

.u-bottom95 {
	bottom: 95px !important;
}

.u-bottom40Pct {
	bottom: 40% !important;
}

.u-rightNegative30em {
	right: -30em !important;
}

.u-rightNegative40 {
	right: -40px !important;
}

.u-rightAuto {
	right: auto !important;
}

.u-right0 {
	right: 0 !important;
}

.u-right3 {
	right: 3px !important;
}

.u-right10 {
	right: 10px !important;
}

.u-right15 {
	right: 15px !important;
}

.u-right20 {
	right: 20px !important;
}

.u-right25 {
	right: 20px !important;
}

.u-right50 {
	right: 50px !important;
}

.u-right1p25em {
	right: 1.25em !important;
}

.u-rightNegative13 {
	right: -13px !important;
}

.u-rightNegative15 {
	right: -15px !important;
}

.u-rightNegative25Percent {
	right: -25% !important;
}

.u-leftNegative30em {
	left: -30em !important;
}

.u-leftNegative20 {
	left: -20px !important;
}

.u-leftNegative19 {
	left: -19px !important;
}

.u-leftAuto {
	left: auto !important;
}

.u-left0 {
	left: 0 !important;
}

.u-left2 {
	left: 2px !important;
}

.u-left3 {
	left: 3px !important;
}

.u-left10 {
	left: 10px !important;
}

.u-left14 {
	left: 14px !important;
}

.u-left20 {
	left: 20px !important;
}

.u-left24 {
	left: 24px !important;
}

.u-left25 {
	left: 25px !important;
}

.u-left25Percent {
	left: 25% !important;
}

.u-heightAuto {
	height: auto !important;
}

.u-heightFitContent {
	height: fit-content !important;
}

.u-height5 {
	height: 5px !important;
}

.u-height7 {
	height: 5px !important;
}

.u-height15 {
	height: 15px !important;
}

.u-height19 {
	height: 19px !important;
}

.u-height20 {
	height: 20px !important;
}

.u-height28 {
	height: 28px !important;
}

.u-height32 {
	height: 32px !important;
}

.u-height35 {
	height: 35px !important;
}

.u-height36 {
	height: 36px !important;
}

.u-height40 {
	height: 40px !important;
}

.u-height44 {
	height: 44px !important;
}

.u-height50 {
	height: 50px !important;
}

.u-height60 {
	height: 60px !important;
}

.u-height65 {
	height: 65px !important;
}

.u-height80 {
	height: 80px !important;
}

.u-height90 {
	height: 90px !important;
}

.u-height95 {
	height: 95px !important;
}

.u-height100 {
	height: 100px !important;
}

.u-height105 {
	height: 105px !important;
}

.u-height110 {
	height: 110px !important;
}

.u-height115 {
	height: 115px !important;
}

.u-height120 {
	height: 120px !important;
}

.u-height130 {
	height: 130px !important;
}

.u-height145 {
	height: 145px !important;
}

.u-height150 {
	height: 150px !important;
}

.u-height155 {
	height: 155px !important;
}

.u-height160 {
	height: 160px !important;
}

.u-height165 {
	height: 165px !important;
}

.u-height170 {
	height: 170px !important;
}

.u-height172 {
	height: 172px !important;
}

.u-height175 {
	height: 175px !important;
}

.u-height180 {
	height: 180px !important;
}

.u-height200 {
	height: 200px !important;
}

.u-height220 {
	height: 220px !important;
}

.u-height230 {
	height: 230px !important;
}

.u-height240 {
	height: 240px !important;
}

.u-height250 {
	height: 250px !important;
}

.u-height260 {
	height: 260px !important;
}

.u-height270 {
	height: 270px !important;
}

.u-height280 {
	height: 280px !important;
}

.u-height290 {
	height: 290px !important;
}

.u-height300 {
	height: 300px !important;
}

.u-height315 {
	height: 315px !important;
}

.u-height320 {
	height: 320px !important;
}

.u-height345 {
	height: 345px !important;
}

.u-height350 {
	height: 350px !important;
}

.u-height400 {
	height: 400px !important;
}

.u-height448 {
	height: 448px !important;
}

.u-height450 {
	height: 450px !important;
}

.u-height460 {
	height: 460px !important;
}

.u-height40em {
	height: 40em !important;
}

.u-height78Pct {
	height: 78% !important;
}

.u-height80Pct {
	height: 80% !important;
}

.u-widthAuto {
	width: auto !important;
}

.u-width1 {
	width: 1px !important;
}

.u-width7 {
	width: 5px !important;
}

.u-width20 {
	width: 20px !important;
}

.u-width30 {
	width: 30px !important;
}

.u-width35 {
	width: 35px !important;
}

.u-width40 {
	width: 40px !important;
}

.u-width50 {
	width: 50px !important;
}

.u-width60 {
	width: 60px !important;
}

.u-width80 {
	width: 80px !important;
}

.u-width100 {
	width: 100px !important;
}

.u-width120 {
	width: 120px !important;
}

.u-width135 {
	width: 135px !important;
}

.u-width140 {
	width: 140px !important;
}

.u-width145 {
	width: 145px !important;
}

.u-width150 {
	width: 150px !important;
}

.u-width180 {
	width: 180px !important;
}

.u-width190 {
	width: 190px !important;
}

.u-width200 {
	width: 200px !important;
}

.u-width214 {
	width: 214px !important;
}

.u-width225 {
	width: 225px !important;
}

.u-width240 {
	width: 240px !important;
}

.u-width250 {
	width: 250px !important;
}

.u-width252 {
	width: 252px !important;
}

.u-width255 {
	width: 255px !important;
}

.u-width260 {
	width: 260px !important;
}

.u-width265 {
	width: 265px !important;
}

.u-width280 {
	width: 280px !important;
}

.u-width300 {
	width: 300px !important;
}

.u-width320 {
	width: 320px !important;
}

.u-width360 {
	width: 360px !important;
}

.u-width400 {
	width: 400px !important;
}

.u-width550 {
	width: 550px !important;
}

.u-width560 {
	width: 560px !important;
}

.u-width940 {
	width: 940px !important;
}

.u-width22p5em {
	width: 22.5em !important;
}

.u-sizeThirdWidth {
	width: 33% !important;
}

.u-maxSizeFullWidth {
	max-width: 100% !important;
}

.u-maxHeight40 {
	max-height: 40px !important;
}

.u-maxHeight60 {
	max-height: 60px !important;
}

.u-maxHeight100 {
	max-height: 100px !important;
}

.u-maxHeight180 {
	max-height: 180px !important;
}

.u-maxHeight250 {
	max-height: 250px !important;
}

.u-maxHeight300 {
	max-height: 300px !important;
}

.u-maxHeight450 {
	max-height: 450px !important;
}

.u-maxHeight500 {
	max-height: 500px !important;
}

.u-maxWidthNone {
	max-width: none !important;
}

.u-maxWidth150 {
	max-width: 150px !important;
}

.u-maxWidth100 {
	max-width: 100px !important;
}

.u-maxWidth200 {
	max-width: 200px !important;
}

.u-maxWidth250 {
	max-width: 250px !important;
}
.u-maxWidth260 {
	max-width: 260px !important;
}

.u-maxWidth275 {
	max-width: 275px !important;
}

.u-maxWidth300 {
	max-width: 300px !important;
}

.u-maxWidth310 {
	max-width: 310px !important;
}

.u-maxWidth350 {
	max-width: 350px !important;
}

.u-maxWidth360 {
	max-width: 360px !important;
}

.u-maxWidth370 {
	max-width: 370px !important;
}

.u-maxWidth400 {
	max-width: 400px !important;
}

.u-maxWidth414 {
	max-width: 414px !important;
}

.u-maxWidth450 {
	max-width: 450px !important;
}

.u-maxWidth500 {
	max-width: 500px !important;
}

.u-maxWidth550 {
	max-width: 550px !important;
}

.u-maxWidth570 {
	max-width: 570px !important;
}

.u-maxWidth600 {
	max-width: 600px !important;
}

.u-maxWidth640 {
	max-width: 640px !important;
}

.u-maxWidth660 {
	max-width: 660px !important;
}

.u-maxWidth700 {
	max-width: 700px !important;
}

.u-maxWidth740 {
	max-width: 740px !important;
}

.u-maxWidth800 {
	max-width: 800px !important;
}

.u-maxWidth850 {
	max-width: 850px !important;
}

.u-maxWidth890 {
	max-width: 890px !important;
}

.u-maxWidth920 {
	max-width: 920px !important;
}

.u-maxWidth1000 {
	max-width: 1000px !important;
}

.u-maxWidth1040 {
	max-width: 1040px !important;
}

.u-maxWidth1250 {
	max-width: 1250px !important;
}

.u-minWidth15pct {
	min-width: 15% !important;
}

.u-minWidth25pct {
	min-width: 25% !important;
}

.u-minWidth60pct {
	min-width: 60% !important;
}

.u-minWidth100pct {
	min-width: 100% !important;
}

.u-minWidth100 {
	min-width: 100px !important;
}

.u-minWidth150 {
	min-width: 150px !important;
}

.u-minWidth200 {
	min-width: 200px !important;
}

.u-minWidth300 {
	min-width: 300px !important;
}
.u-minWidth350 {
	min-width: 350px !important;
}
.u-minWidth360 {
	min-width: 360px !important;
}

.u-minHeight22 {
	min-height: 22px !important;
}

.u-minHeight25 {
	min-height: 25px !important;
}

.u-minHeight28 {
	min-height: 28px !important;
}

.u-minHeight30 {
	min-height: 30px !important;
}

.u-minHeight31 {
	min-height: 31px !important;
}

.u-minHeight75 {
	min-height: 75px !important;
}

.u-minHeight100 {
	min-height: 100px !important;
}

.u-minHeight150 {
	min-height: 150px !important;
}

.u-minHeight175 {
	min-height: 175px !important;
}

.u-minHeight200 {
	min-height: 200px !important;
}

.u-minHeight250 {
	min-height: 250px !important;
}

.u-minHeight260 {
	min-height: 260px !important;
}

.u-minHeight300 {
	min-height: 300px !important;
}

.u-minHeight400 {
	min-height: 400px !important;
}

.u-minHeight450 {
	min-height: 450px !important;
}

.u-size24x24 {
	width: 24px !important;
	height: 24px !important;
}

.u-size28x28 {
	width: 28px !important;
	height: 28px !important;
}

.u-size32x32 {
	width: 32px !important;
	height: 32px !important;
}

.u-size36x36 {
	width: 36px !important;
	height: 36px !important;
}

.u-size40x40 {
	width: 40px !important;
	height: 40px !important;
}

.u-size42x42 {
	width: 42px !important;
	height: 42px !important;
}

.u-size50x50 {
	width: 50px !important;
	height: 50px !important;
}

.u-size60x60 {
	width: 60px !important;
	height: 60px !important;
}

.u-size64x64 {
	width: 60px !important;
	height: 60px !important;
}

.u-size80x80 {
	width: 80px !important;
	height: 80px !important;
}

.u-size85x85 {
	width: 85px !important;
	height: 85px !important;
}

.u-size100x100 {
	width: 100px !important;
	height: 100px !important;
}

.u-size116x116 {
	width: 116px !important;
	height: 116px !important;
}

.u-size128x128 {
	width: 128px !important;
	height: 128px !important;
}

.u-size200x200 {
	width: 200px !important;
	height: 200px !important;
}

.u-sizeAuto {
	width: auto !important;
	max-width: none !important;
}

.u-sizeFull,
.u-sizeFullWidth {
	width: 100% !important;
}
.u-sizeFullViewportWidth {
	max-width: 100vw;
	width: 100vw;
	margin: 0 calc(-50vw + 50%);
}

.u-sizeFull,
.u-sizeFullHeight {
	height: 100% !important;
}

.u-width20pct {
	width: 20% !important;
}

.u-width25pct {
	width: 25% !important;
}
.u-width28pct {
	width: 28% !important;
}
.u-width30pct {
	width: 30% !important;
}
.u-width33pct {
	width: 33.33% !important;
}

.u-width40pct {
	width: 40% !important;
}

.u-sizeHalfWidth {
	width: 50% !important;
}

.u-width60pct {
	width: 60% !important;
}

.u-width70pct {
	width: 70% !important;
}
.u-width72pct {
	width: 72% !important;
}
.u-width75pct {
	width: 75% !important;
}

.u-width90pct {
	width: 90% !important;
}

.u-width95pct {
	width: 95% !important;
}

.u-maxSizeFullHeight {
	max-height: 100% !important;
}

.u-sizeViewHeight100 {
	height: 100vh !important;
	box-sizing: border-box;
}

.u-sizeViewHeight110 {
	height: 110vh !important;
	box-sizing: border-box;
}

.u-sizeViewHeightMin100 {
	min-height: 100vh !important;
	box-sizing: border-box;
}

.u-sizeViewHeightMax100 {
	max-height: 100vh !important;
	box-sizing: border-box;
}

.u-size10of12,
.u-size11of12,
.u-size12of12,
.u-size1of12,
.u-size2of12,
.u-size3of12,
.u-size4of12,
.u-size5of12,
.u-size6of12,
.u-size7of12,
.u-size8of12,
.u-size9of12 {
	float: left !important;
}

.u-size12of12 {
	width: 100% !important;
}

.u-size11of12 {
	width: 91.66666667% !important;
}

.u-size10of12 {
	width: 83.33333333% !important;
}

.u-size9of12 {
	width: 75% !important;
}

.u-size8of12 {
	width: 66.66666667% !important;
}

.u-size7of12 {
	width: 58.33333333% !important;
}

.u-size6of12 {
	width: 50% !important;
}

.u-size5of12 {
	width: 41.66666667% !important;
}

.u-size4of12 {
	width: 33.33333333% !important;
}

.u-size3of12 {
	width: 25% !important;
}

.u-size2of12 {
	width: 16.66666667% !important;
}

.u-size1of12 {
	width: 8.33333333% !important;
}

.u-objectFitCover {
	object-fit: cover !important;
}

.u-backgroundNone {
	background: 0 0 !important;
}

.u-backgroundWhite {
	background: #fff !important;
}

.u-backgroundColorWhite {
	background-color: #fff !important;
}

.u-backgroundGrayLightest {
	background: #fafafa !important;
}

.u-backgroundBlueLightest {
	background: #fbfcfd !important;
}

.u-backgroundGrayLighter {
	background: #f5f5f5 !important;
}

.u-backgroundGrayLight {
	background: #f0f0f0 !important;
}

.u-backgroundColorGrayLight {
	background-color: #f0f0f0 !important;
}

.u-backgroundTransparentWhiteDarkest {
	background: rgba(255, 255, 255, 0.97) !important;
}

.u-backgroundTransparentBlack {
	background: rgba(0, 0, 0, 0) !important;
}

.u-backgroundTransparentBlackLight {
	background: rgba(0, 0, 0, 0.3) !important;
}

.u-backgroundColorTransparentBlackLight {
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.u-backgroundColorTransparentBlackLightest {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.u-backgroundTransparentBlackLightest {
	background: rgba(0, 0, 0, 0.05) !important;
}

.u-backgroundTransparentBlackDark {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

.u-backgroundTransparentBlackDarker {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.u-backgroundGreenNormal {
	background: #1abc9c !important;
}

.u-backgroundGreenDark {
	background: #16a085 !important;
}

.u-backgroundYellowNormal {
	background: #f1c40f !important;
}

.u-backgroundRedNormal {
	background: #e74c3c !important;
}

.u-backgroundRedDark {
	background: #c0392b !important;
}

.u-backgroundHighlightStrong {
	background-color: rgba(97, 255, 160, 0.8);
}

.u-backgroundNavyBlue {
	background-color: #284255;
}

.u-backgroundBlueGreyTransparent {
	background-color: rgba(40, 66, 85, 0.05);
}

.u-backgroundMintGreen {
	background-color: #ebfff3;
}

.u-backgroundSizeCover {
	background-size: cover !important;
}

.u-backgroundSizeContain {
	background-size: contain !important;
}

.u-backgroundSize1000 {
	background-size: 1000px !important;
}

.u-backgroundOriginBorderBox {
	background-origin: border-box !important;
}

.u-backgroundCover {
	background-position: center !important;
	background-origin: border-box !important;
	background-size: cover !important;
}

.u-backgroundContain {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
}

.u-backgroundPositionHorizontalCenter {
	background-position: 50% 0 !important;
}

.u-backgroundNoRepeat {
	background-repeat: no-repeat !important;
}

.u-borderDarker {
	border: 1px solid rgba(0, 0, 0, 0.8) !important;
}

.u-borderLighter {
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.u-borderLighterHover:hover {
	border-color: rgba(0, 0, 0, 0.15) !important;
}

.u-borderLightest {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.u-borderGreenDashed {
	border: 1px dashed #02b875 !important;
}

.u-borderTopLighter {
	border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.u-borderTopLightest {
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.u-borderTopGreen {
	border-top: 1px solid #02b875 !important;
}

.u-borderNormal {
	border: 1px solid rgba(0, 0, 0, 0.44) !important;
}

.u-borderBottomNormal {
	border-bottom: 1px solid rgba(0, 0, 0, 0.44) !important;
}

.u-borderBottomLight {
	border-bottom: 1px solid rgba(0, 0, 0, 0.0785) !important;
}

.u-borderBottomLighter {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.u-borderBottomLightest {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.u-borderBottomWhite15 {
	border-bottom: 15px solid #fff !important;
}

.u-borderBottomRed {
	border-bottom: 1px solid #cc5454 !important;
}

.u-borderLeftGrayLight {
	border-left: 1px solid #f0f0f0 !important;
}

.u-borderBottomGrayLight {
	border-bottom: 1px solid #f0f0f0 !important;
}

.u-borderBottomGreen {
	border-bottom: 1px solid #02b875 !important;
}

.u-borderBottomGreenHover:hover {
	border-bottom: 1px solid #02b875 !important;
}

.u-borderRight0 {
	border-right: 0 !important;
}

.u-borderRightLighter {
	border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.u-borderRightTransparentWhiteLighter {
	border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.u-borderRightWhite15 {
	border-right: 15px solid #fff !important;
}

.u-borderCardBorder {
	border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.u-borderCardBackground {
	border: 1px solid rgba(0, 0, 0, 0.09) !important;
}

.u-borderStyleSolid {
	border-style: solid !important;
}

.u-border0 {
	border: 0 !important;
}

.u-border1 {
	border: 1px solid !important;
}

.u-border2 {
	border: 2px solid !important;
}

.u-borderBottomWidth1 {
	border-bottom-width: 1px !important;
}

.u-borderBottomWidth2 {
	border-bottom-width: 2px !important;
}

.u-borderBottomWidth3 {
	border-bottom-width: 3px !important;
}

.u-borderBottomColorNormal {
	border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

.u-borderBottomStyleSolid {
	border-bottom-style: solid !important;
}

.u-borderTop0 {
	border-top: 0 !important;
}

.u-borderTop1 {
	border-top: 1px solid !important;
}

.u-borderTop2 {
	border-top: 2px solid !important;
}

.u-borderTopLight {
	border-top: 1px solid rgba(0, 0, 0, 0.0785) !important;
}

.u-borderTopColorDarker {
	border-top-color: rgba(0, 0, 0, 0.8) !important;
}

.u-borderBottom1 {
	border-bottom: 1px solid !important;
}

.u-borderLeft0 {
	border-left: 0 !important;
}

.u-borderLeft1 {
	border-left: 1px solid !important;
}

.u-borderLeft4 {
	border-left: 4px solid !important;
}

.u-borderLeftLighter {
	border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.u-borderLeftGreen {
	border-left-color: #02b875 !important;
}

.u-borderLeftDashed {
	border-left: 1px dashed !important;
}

.u-borderGreenNormal {
	border-color: #02b875 !important;
}

.u-borderWidth2 {
	border-width: 2px !important;
}

.u-borderTopLightest80:before {
	content: '';
	display: block;
	position: relative;
	width: 80px;
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
}

.u-boxShadowNone {
	box-shadow: none !important;
}

.u-boxShadow {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}

.u-boxShadowInset {
	box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.05);
}

.u-boxShadowInsetThick {
	box-shadow: inset 0 5px 30px -6px rgba(0, 0, 0, 0.15);
}

.u-boxShadowLeftInsetThick {
	box-shadow: inset 1px -10px 17px 0px rgba(0, 0, 0, 0.15);
}

.u-boxShadowFlat {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.u-boxShadowThick {
	box-shadow: 0 5px 30px -6px rgba(0, 0, 0, 0.15);
}

.u-boxShadowBottomThinLighter {
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
}

.u-boxShadowBottom {
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.05);
}

.u-boxShadowInnerBottom {
	box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.05);
}

.u-boxShadowTop {
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
}

.u-boxShadow1px4pxCardBorder {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.u-boxShadowInsetSpread1pxLighter {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.u-boxShadowNormal {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
}

.u-boxShadowSurround {
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
}

.u-boxShadowBlur8pxLighter {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.u-boxShadowBlur8pxLightHover:hover {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.u-boxShadow4px16pxN2pxBlack10WithBorderBlack02 {
	box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.u-strokeGreen {
	stroke: #1abc9c !important;
	fill: transparent !important;
}

.u-transitionSeries:nth-child(2) {
	transition-delay: 30ms !important;
}

.u-transitionSeries:nth-child(3) {
	transition-delay: 60ms !important;
}

.u-transitionSeries:nth-child(4) {
	transition-delay: 90ms !important;
}

.u-animationSeries:nth-child(2) {
	animation-delay: 0.1s !important;
}

.u-animationSeries:nth-child(3) {
	animation-delay: 0.2s !important;
}

.u-opacity60Pct {
	opacity: 0.6 !important;
}

.u-transparent {
	opacity: 0 !important;
}

.u-invisible {
	visibility: hidden !important;
}

.u-fadeLeft:before {
	content: '' !important;
	position: absolute !important;
	z-index: 900;
	pointer-events: none;
	top: 0 !important;
	left: 0 !important;
	background-image: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%) !important;
	width: 65px !important;
	height: 100% !important;
}

.u-fadeRight:after {
	content: '' !important;
	position: absolute !important;
	z-index: 900;
	pointer-events: none;
	top: 0 !important;
	right: 0 !important;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%) !important;
	width: 65px !important;
	height: 100% !important;
}

.u-hideOutline {
	outline: 0 !important;
}

.u-round {
	border-radius: 999em;
}

.u-borderRadius0 {
	border-radius: 0 !important;
}

.u-borderRadius2 {
	border-radius: 2px !important;
}

.u-borderRadius3 {
	border-radius: 3px !important;
}

.u-borderRadius4 {
	border-radius: 4px !important;
}

.u-borderRadiusTop4 {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.u-borderRadiusBottom4 {
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.u-borderRadiusBottom0 {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.u-borderRadius10 {
	border-radius: 10px !important;
}

.u-borderRadiusTop4 {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.u-listStyleNone {
	list-style: none !important;
}

.u-listStyleDisc {
	list-style: disc !important;
}

.u-listStyleDecimal {
	list-style: decimal !important;
}

.u-cursorPointer {
	cursor: pointer !important;
}

.u-cursorAuto {
	cursor: auto !important;
}

.u-cursorDefault {
	cursor: default !important;
}

.u-cursorGrab {
	cursor: -webkit-grab !important;
	cursor: grab !important;
}

.u-cursorGrabbing {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}

.u-backgroundGradientGrayLighter {
	background-image: linear-gradient(to bottom, #f5f5f5, rgba(255, 255, 255, 0.35));
}

.u-textColorLighter {
	color: rgba(0, 0, 0, 0.15) !important;
	fill: rgba(0, 0, 0, 0.15) !important;
}

.u-textColorLight {
	color: rgba(0, 0, 0, 0.3) !important;
	fill: rgba(0, 0, 0, 0.3) !important;
}

.u-textColorLightHover:hover {
	color: rgba(0, 0, 0, 0.3) !important;
	fill: rgba(0, 0, 0, 0.3) !important;
}

.u-textColorNormal {
	color: rgba(0, 0, 0, 0.44) !important;
	fill: rgba(0, 0, 0, 0.44) !important;
}

.u-textColorNormalHover:hover {
	color: rgba(0, 0, 0, 0.44) !important;
	fill: rgba(0, 0, 0, 0.44) !important;
}

.u-textColorNormalHover:hover .svgIcon {
	fill: rgba(0, 0, 0, 0.44) !important;
}

.u-textColorDark {
	color: rgba(0, 0, 0, 0.6) !important;
	fill: rgba(0, 0, 0, 0.6) !important;
}

.u-textColorDarker {
	color: rgba(0, 0, 0, 0.8) !important;
	fill: rgba(0, 0, 0, 0.8) !important;
}

.u-textColorDarkest {
	color: rgba(0, 0, 0, 0.9) !important;
	fill: rgba(0, 0, 0, 0.9) !important;
}

.u-textColorTransparentWhite {
	color: rgba(255, 255, 255, 0) !important;
	fill: rgba(255, 255, 255, 0) !important;
}

.u-textColorTransparentWhiteDark {
	color: rgba(255, 255, 255, 0.65) !important;
	fill: rgba(255, 255, 255, 0.65) !important;
}

.u-textColorTransparentWhiteDarker {
	color: rgba(255, 255, 255, 0.85) !important;
	fill: rgba(255, 255, 255, 0.85) !important;
}

.u-textColorWhite {
	color: #fff !important;
	fill: #fff !important;
}

.u-textColorGreenNormal {
	color: #1abc9c !important;
	fill: #02b875 !important;
}

.u-textColorGreenDark {
	color: #16a085 !important;
	fill: #1abc9c !important;
}

.u-textColorYellow {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
		'Open Sans', 'Helvetica Neue', sans-serif;
	letter-spacing: 0;
	font-weight: 700;
	font-style: normal;
	color: #e7af0e !important;
	fill: #e7af0e !important;
}

.u-textColorRedNormal {
	color: #e74c3c !important;
	fill: #e74c3c !important;
}

.u-textColorRedDark {
	color: #c0392b !important;
	fill: #c0392b !important;
}

.u-textColorNavy {
	color: #284255 !important;
	fill: #284255 !important;
}

.u-textColorTwitterBlue {
	color: #55acee !important;
	fill: #55acee !important;
}

.u-iconColorLight {
	fill: rgba(0, 0, 0, 0.3) !important;
}

.u-textUnderline {
	text-decoration: underline !important;
}

.u-textUppercase {
	text-transform: uppercase !important;
}

.u-contentSansBold {
	--x-height-multiplier: 0.363 !important;
	--baseline-multiplier: 0.157 !important;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Arial, sans-serif !important;
	letter-spacing: -0.02em !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

.u-contentSansRegular {
	--x-height-multiplier: 0.363 !important;
	--baseline-multiplier: 0.157 !important;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Arial, sans-serif !important;
	letter-spacing: -0.02em !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.u-contentSansThin {
	--x-height-multiplier: 0.363 !important;
	--baseline-multiplier: 0.157 !important;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Arial, sans-serif !important;
	letter-spacing: -0.02em !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

.u-contentSerifRegular {
	--x-height-multiplier: 0.35 !important;
	--baseline-multiplier: 0.179 !important;
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif !important;
	letter-spacing: 0.01rem !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.u-contentSerifItalic {
	--x-height-multiplier: 0.35 !important;
	--baseline-multiplier: 0.179 !important;
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif !important;
	letter-spacing: 0.01rem !important;
	font-weight: 400 !important;
	font-style: italic !important;
}

.u-contentSerifBold {
	--x-height-multiplier: 0.35 !important;
	--baseline-multiplier: 0.179 !important;
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif !important;
	letter-spacing: 0.01rem !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

.u-contentSlabItalic {
	--x-height-multiplier: 0.363 !important;
	--baseline-multiplier: 0.157 !important;
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
}

.u-uiSerifRegular {
	--x-height-multiplier: 0.35 !important;
	--baseline-multiplier: 0.179 !important;
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif !important;
	letter-spacing: 0.01rem !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.u-fontStyleItalic {
	font-style: italic !important;
}

.u-fontSize11 {
	font-size: 11px !important;
}

.u-fontSize12 {
	font-size: 12px !important;
}

.u-fontSize13 {
	font-size: 13px !important;
}

.u-fontSize14 {
	font-size: 14px !important;
}

.u-fontSize16 {
	font-size: 16px !important;
}

.u-fontSize18 {
	font-size: 18px !important;
}

.u-fontSize20 {
	font-size: 20px !important;
}

.u-fontSize21 {
	font-size: 21px !important;
}

.u-fontSize22 {
	font-size: 22px !important;
}

.u-fontSize24 {
	font-size: 24px !important;
}

.u-fontSize28 {
	font-size: 28px !important;
}

.u-fontSize32 {
	font-size: 32px !important;
}

.u-fontSize36 {
	font-size: 36px !important;
}

.u-fontSize40 {
	font-size: 40px !important;
}

.u-fontSize44 {
	font-size: 44px !important;
}

.u-fontSize48 {
	font-size: 48px !important;
}

.u-fontSize50 {
	font-size: 50px !important;
}

.u-fontSize60 {
	font-size: 60px !important;
}

.u-fontSize75 {
	font-size: 75px !important;
}

.u-fontSize200 {
	font-size: 200px !important;
}

.u-fontWeightThin {
	font-weight: 300 !important;
}

.u-fontWeightNormal {
	font-weight: 400 !important;
}

.u-fontWeightMedium {
	font-weight: 500 !important;
}

.u-fontWeightSemibold {
	font-weight: 600 !important;
}

.u-fontWeightBold {
	font-weight: 700 !important;
}

.u-lineHeightHalf {
	line-height: 0.5 !important;
}
.u-lineHeight80Pct {
	line-height: 0.8 !important;
}

.u-lineHeightBase {
	line-height: 1.4 !important;
}

.u-lineHeightBaseSans {
	line-height: 1.3 !important;
}

.u-lineHeightTight {
	line-height: 1.2 !important;
}

.u-lineHeightTighter {
	line-height: 1.1 !important;
}

.u-lineHeightTightest {
	line-height: 1 !important;
}

.u-lineHeightLoose {
	line-height: 1.6 !important;
}

.u-lineHeight13 {
	line-height: 13px !important;
}

.u-lineHeight18 {
	line-height: 18px !important;
}

.u-lineHeight30 {
	line-height: 30px !important;
}

.u-lineHeight32 {
	line-height: 32px !important;
}

.u-lineHeight35 {
	line-height: 35px !important;
}

.u-lineHeight36 {
	line-height: 36px !important;
}

.u-lineHeight40 {
	line-height: 40px !important;
}

.u-lineHeight44 {
	line-height: 44px !important;
}

.u-lineHeight100 {
	line-height: 100px !important;
}

.u-lineHeightInherit {
	line-height: inherit !important;
}

.u-letterSpacing003 {
	letter-spacing: 0.03em !important;
}

.u-letterSpacingTight {
	letter-spacing: -0.02em !important;
}

.u-letterSpacingTighter {
	letter-spacing: -0.04em !important;
}

.u-letterSpacingNormal {
	letter-spacing: 0 !important;
}

.u-letterSpacingLoose {
	letter-spacing: 0.1em !important;
}

.u-textAlignCenter {
	text-align: center !important;
}

.u-textAlignRight {
	text-align: right !important;
}

.u-textAlignLeft {
	text-align: left !important;
}

.u-noWrap {
	white-space: nowrap !important;
}

.u-normalWrap {
	white-space: normal !important;
}

.u-noWrapWithEllipsis {
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
}

.u-textOverflowEllipsis {
	text-overflow: ellipsis !important;
	overflow: hidden !important;
}

.u-wordBreakNormal {
	word-break: normal !important;
}

.u-wordBreakAll {
	word-break: break-all;
	word-wrap: break-all;
}

.u-breakWord {
	word-break: break-word;
	word-wrap: break-word;
}

.u-lineClamp2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.u-lineClamp3 {
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.u-maxHeight2LineHeightBase {
	overflow: hidden;
	line-height: 1.4 !important;
	max-height: 2.8em !important;
}

.u-maxHeight2LineHeightTighter {
	overflow: hidden;
	line-height: 1.1 !important;
	max-height: 2.2em !important;
}

.u-maxHeight2LineHeightTight {
	overflow: hidden;
	line-height: 1.2 !important;
	max-height: 2.4em !important;
}

.u-maxHeight3LineHeightTight {
	overflow: hidden;
	line-height: 1.2 !important;
	max-height: 3.6em !important;
}

.u-maxHeight3LineHeightBase {
	overflow: hidden;
	line-height: 1.4 !important;
	max-height: 4.2em !important;
}

.u-transition--fadeOut100 {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.1s, opacity 0.1s 0s;
}

.u-transition--fadeOut300 {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s 0s;
}

.u-transition--fadeIn300 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 0.3s 0s;
}

.u-transition--fadeIn200Delay150 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 0.2s 150ms;
}

.u-transition--transform125 {
	transition: transform 125ms ease-in-out;
}

.u-transition--transformLinear200 {
	transition: transform 0.2s linear;
}

.u-transition--transform200Spring {
	transition: transform 0.2s cubic-bezier(0.25, 0, 0.6, 1.4);
}

.u-transition--transform200EaseOutCubicOpacity125EaseIn {
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 125ms ease-in;
}

.u-transition--transform250BoxShadow200 {
	transition: transform 250ms ease-in-out, box-shadow 0.2s ease-in-out;
}

.u-transition--boxShadow200 {
	transition: box-shadow 0.2s ease-in-out;
}

.u-transition--width300 {
	transition: width 0.3s ease-in-out;
}

.u-transition--none {
	transition: none;
}

.u-backfaceVisibilityHidden {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.u-transformOriginLeft {
	transform-origin: left;
}

.col,
.container,
.row {
	box-sizing: border-box;
}

.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -20px;
	margin-left: -20px;
}

.row:after,
.row:before {
	display: table;
	content: ' ';
}

.row:after {
	clear: both;
}

.col {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

/**
 * https://autoprefixer.github.io/
 */

.u-grid {
	display: grid;
}

.u-gridColumns3 {
	grid-template-columns: auto auto auto;
}

.u-gridColumns5 {
	grid-template-columns: auto auto auto auto auto;
}

.u-gridItemColumns1To2of4 {
	grid-column-start: 1;
	grid-column-end: 2;
}

.u-gridItemColumns2To4of4 {
	grid-column-start: 2;
	grid-column-end: 4;
}

.u-gridGap20px {
	grid-gap: 20px 20px !important;
}

.u-resizeNone {
	resize: none !important;
}

.u-textTransformNone {
	text-transform: none !important;
}

.u-textDecorationUnset {
	text-decoration: unset !important;
}

.u-textColorButtonDanger {
	color: #fb9678 !important;
}

.u-textColorInherit {
	color: inherit !important;
}

.u-textColorUnset {
	color: unset !important;
}

.u-fontWeightInherit {
	font-weight: inherit !important;
}

.u-fontSizeInherit {
	font-size: inherit !important;
}

.u-horizontalScroll {
	display: block !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	white-space: nowrap !important;
}
.u-horizontalScroll .u-horizontalScrollItem {
	display: inline-block !important;
	vertical-align: middle !important;
	/** https://stackoverflow.com/questions/11862643/how-do-i-make-text-wrap-inside-a-nowrap-container **/
	white-space: normal !important;
}

.u-flexCenteredItems {
	/* u-flex */
	display: -ms-flexbox !important;
	display: flex !important;
	/* u-justifyContentCenter */
	justify-content: center !important;
	/* u-alignItemsCenter */
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.u-flexCenteredItemsY {
	/* u-flex */
	display: -ms-flexbox !important;
	display: flex !important;
	/* u-alignItemsCenter */
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.u-justifyContentLeft {
	justify-content: left !important;
}

.u-justifyContentLeft {
	justify-content: right !important;
}

.u-width100Pct {
	width: 100% !important;
}

.u-maxWidthFitContent {
	max-width: fit-content !important;
}

.u-maxWidth100Pct {
	max-width: 100% !important;
}

.u-maxWidth90Pct {
	max-width: 90% !important;
}

.u-maxWidth80Pct {
	max-width: 80% !important;
}
.u-maxWidth70Pct {
	max-width: 70% !important;
}

.u-maxWidth45Pct {
	max-width: 45% !important;
}

.u-maxWidth55Pct {
	max-width: 55% !important;
}

.u-maxWidth62Pct {
	max-width: 62% !important;
}

.u-maxWidth1032 {
	max-width: 1032px !important;
}

.u-maxWidth700 {
	max-width: 700px !important;
}

.u-floatRight {
	float: right !important;
}

.u-marginLeft2 {
	margin-left: 2px !important;
}

.u-marginLeft3 {
	margin-left: 3px !important;
}

.u-marginLeft20 {
	margin-left: 20px !important;
}

.u-tableCell {
	display: table-cell !important;
}

.u-cursorPointer {
	cursor: pointer !important;
}

.u-cursorDefault {
	cursor: default !important;
}

.u-size10x10 {
	width: 10px !important;
	height: 10px !important;
}

.u-size12x12 {
	width: 12px !important;
	height: 12px !important;
}

.u-size16x16 {
	width: 16px !important;
	height: 16px !important;
}

.u-size18x18 {
	width: 18px !important;
	height: 18px !important;
}

.u-size20x20 {
	width: 20px !important;
	height: 20px !important;
}

.u-size32x32 {
	width: 32px !important;
	height: 32px !important;
}

.u-size42x42 {
	width: 42px !important;
	height: 42px !important;
}

.u-size48x48 {
	width: 48px !important;
	height: 48px !important;
}

.u-size55x55 {
	width: 55px !important;
	height: 55px !important;
}

.u-size60x60 {
	width: 60px !important;
	height: 60px !important;
}

.u-size70x70 {
	width: 70px !important;
	height: 70px !important;
}

.u-size80x80 {
	width: 80px !important;
	height: 80px !important;
}

.u-size85x85 {
	width: 85px !important;
	height: 85px !important;
}

.u-margin10 {
	margin: 10px !important;
}

.u-margin20 {
	margin: 20px !important;
}

.u-marginTop5 {
	margin-top: 5px !important;
}

.u-marginTop10 {
	margin-top: 10px !important;
}
.u-marginTop13 {
	margin-top: 13px !important;
}

.u-marginBottom10 {
	margin-bottom: 10px !important;
}

.u-marginTopBottom10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.u-marginTopBottom20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.u-marginLeft0 {
	margin-left: 0px !important;
}

.u-marginRight20 {
	margin-right: 20px !important;
}

.u-marginX0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.u-marginXNegative15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.u-marginXNegative20 {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.u-marginY10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.u-marginY20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.u-marginY25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.u-marginY30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.u-padding0 {
	padding: 0px !important;
}

.u-padding20 {
	padding: 20px !important;
}

.u-paddingTop0 {
	padding-top: 0px !important;
}

.u-paddingTop5 {
	padding-top: 5px !important;
}

.u-paddingTop10 {
	padding-top: 10px !important;
}

.u-paddingTopBottom10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.u-paddingBottom10 {
	padding-bottom: 10px !important;
}

.u-paddingBottom15 {
	padding-bottom: 15px !important;
}

.u-paddingX0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.u-paddingX5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.u-paddingX10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.u-paddingX15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.u-paddingX20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.u-paddingX25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.u-paddingX30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.u-paddingX40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.u-paddingY0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.u-paddingY2 {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.u-paddingY5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.u-paddingY8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.u-paddingY10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.u-paddingY15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.u-paddingY20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.u-paddingY30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.u-paddingY40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.u-paddingY50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.u-paddingY60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.u-paddingY70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.u-colorLightGrey {
	color: rgba(0, 0, 0, 0.44) !important;
}

.u-colorDarkGrey {
	color: rgba(0, 0, 0, 0.8) !important;
}

.u-fontWeight100 {
	font-weight: 100 !important;
}

.u-fontWeight300 {
	font-weight: 300 !important;
}

.u-fontWeight400 {
	font-weight: 400 !important;
}

.u-fontWeight500 {
	font-weight: 500 !important;
}

.u-fontWeight600 {
	font-weight: 600 !important;
}

.u-fontWeight700 {
	font-weight: 700 !important;
}

.u-fontSize12px {
	font-size: 12px !important;
}

.u-fontSize10px {
	font-size: 10px !important;
}

.u-borderWidth0 {
	border-width: 0px !important;
}

.u-borderRadius10 {
	border-radius: 10px !important;
}
.u-borderRadius100Pct {
	border-radius: 100% !important;
}

.u-borderRadiusCircle {
	border-radius: 50% !important;
}

.u-circle {
	border-radius: 50% !important;
}

.u-borderBottom0 {
	border-bottom: 0px !important;
}

.u-borderBottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.u-borderLeft {
	border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.u-borderTop {
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.u-borderTopWhite {
	border-top: 1px solid #fff !important;
}

.u-borderBottomWhite {
	border-bottom: 1px solid #fff !important;
}

.u-noBorderBottom {
	border-bottom: 0px !important;
}

.u-borderBottom--colorDarkGrey {
	border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
}

.u-border-colorDarkGrey {
	border: 1px solid rgba(0, 0, 0, 0.8) !important;
}

.u-borderRadius50Pct {
	border-radius: 50% !important;
}

.u-borderColorRedNormal {
	border-color: #e74c3c !important;
}

.u-borderColorGoogleBlue {
	border-color: #4885ed !important;
}

.u-borderColorBlack {
	border-color: #000000 !important;
}

.u-outline0 {
	outline: 0 !important;
}

.u-outline0:focus {
	outline: 0 !important;
}

.u-colorLightGreen {
	color: #1abc9c !important;
}

.u-colorLightYellow {
	color: #f1c40f !important;
}

.u-colorDarkGreen {
	color: #16a085 !important;
}

.u-colorLightRed {
	color: #e74c3c !important;
}

.u-colorDarkRed {
	color: #c0392b !important;
}

.u-backgroundColorYellow {
	background-color: #f1c40f !important;
}

.u-backgroundColorGreen {
	background-color: #1abc9c !important;
}
.u-backgroundColorRed {
	background-color: #e74c3c !important;
}

.u-backgroundLightGrey {
	background: rgba(0, 0, 0, 0.44) !important;
}

.u-backgroundGoogleBlue {
	background: #4885ed !important;
}

.u-backgroundBlack {
	background: #000000 !important;
}

.u-overlayBackground {
	background-color: rgba(0, 0, 0, 0.4);
}

/** This is not to be used often */
.u-fontSize10 {
	font-size: 10px !important;
}

.u-fontSize11 {
	font-size: 11px !important;
}

.u-fontSize12 {
	font-size: 12px !important;
}

.u-fontSize13 {
	font-size: 13px !important;
}

.u-fontSize14 {
	font-size: 14px !important;
}

.u-fontSize16 {
	font-size: 16px !important;
}

.u-fontSize18 {
	font-size: 18px !important;
}

.u-fontSize20 {
	font-size: 20px !important;
}

.u-fontSize22 {
	font-size: 22px !important;
}

.u-fontSize24 {
	font-size: 24px !important;
}

.u-fontSize28 {
	font-size: 28px !important;
}

.u-fontSize32 {
	font-size: 32px !important;
}

.u-fontSize36 {
	font-size: 36px !important;
}

.u-fontSize40 {
	font-size: 40px !important;
}

.u-fontSize44 {
	font-size: 44px !important;
}

.u-fontSize48 {
	font-size: 48px !important;
}

.u-fontSize50 {
	font-size: 50px !important;
}

.u-fontSize60 {
	font-size: 60px !important;
}

.u-fontSize75 {
	font-size: 75px !important;
}

.u-fontSize200 {
	font-size: 200px !important;
}

.u-fontSizeUnset {
	font-size: unset !important;
}

.u-fontFamilyUnset {
	font-family: unset !important;
}

.u-fontWeightUnset {
	font-weight: unset !important;
}

/* styles for truncation only works with <p> http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
.u-truncateText {
	/* hide text if it more than N lines  */
	overflow: hidden !important;
	/* for set :after to absolute position */
	position: relative !important;
	/* use this value to count block height */
	line-height: 1.375em !important;
	/* max-height or height = line-height (1.375) * max number of lines */
	/* fix problem when last visible word doesn't adjoin right side  */
	/* place for '...' */
	margin-right: -1em !important;
	padding-right: 1em !important;
	max-width: 100%;
}
/* hide ... if we have text, which is less than or equal to max lines */
.u-truncateText:after {
	content: '';
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	height: 1.375em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.u-truncateText--afterNone {
	margin-right: 0px !important;
}
.u-truncateText--afterNone::after {
	content: '' !important;
	background: none !important;
}

/** Use height for when we want a fixed height **/
.u-truncateTextLines1Height {
	height: 1.375em !important;
}

.u-truncateTextLines2Height {
	height: 2.75em !important;
}

.u-truncateTextLines3Height {
	height: 4.125em !important;
}

.u-truncateTextLines4Height {
	height: 5.5em !important;
}

.u-truncateTextLines5Height {
	height: 6.875em !important;
}
/** Use max-height for when we want a non-fixed height **/
.u-truncateTextLines1MaxHeight {
	max-height: 1.375em !important;
}

.u-truncateTextLines2MaxHeight {
	max-height: 2.75em !important;
}

.u-truncateTextLines3MaxHeight {
	max-height: 4.125em !important;
}

.u-truncateTextLines4MaxHeight {
	max-height: 5.5em !important;
}

.u-truncateTextLines5MaxHeight {
	max-height: 6.875em !important;
}

.u-truncateTextLines6MaxHeight {
	max-height: 8.25em !important;
}

.u-truncateTextLines8MaxHeight {
	max-height: 11em !important;
}

.u-backgroundImageCenterPositioned,
.u-backgroundImageCentered {
	background-position: 50% 50% !important;
	background-origin: border-box !important;
	background-size: cover !important;
	background-color: transparent;
}

.u-textColorTransparent {
	color: transparent !important;
}

.u-loadingGradientShimmer {
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: kfPlaceHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
	background-size: 1000px 640px;

	position: relative;

	color: transparent !important;
	min-width: fit-content;
}

@keyframes kfPlaceHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

.u-widthFitContent {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.u-flexDirectionColumn {
	flex-direction: column !important;
}

.u-flexDirectionColumnReverse {
	flex-direction: column-reverse !important;
}

.u-flexDirectionRowReverse {
	flex-direction: row-reverse !important;
}

.u-backgroundTransparent {
	background: transparent !important;
}

.u-backgroundColorTransparent {
	background-color: transparent !important;
}

.u-fontWeightThin {
	font-weight: 300 !important;
}

.u-fontWeightNormal {
	font-weight: 400 !important;
}

.u-fontWeightMedium {
	font-weight: 500 !important;
}

.u-fontWeightSemibold {
	font-weight: 600 !important;
}

.u-fontWeightBold {
	font-weight: 700 !important;
}

.u-lineHeight0 {
	line-height: 0 !important;
}

.u-lineHeightQuarter {
	line-height: 0.25 !important;
}

.u-lineHeightHalf {
	line-height: 0.5 !important;
}

.u-lineHeightBase {
	line-height: 1.4 !important;
}

.u-lineHeightBaseSans {
	line-height: 1.3 !important;
}

.u-lineHeightTight {
	line-height: 1.2 !important;
}

.u-lineHeightTighter {
	line-height: 1.1 !important;
}

.u-lineHeightTightest {
	line-height: 1 !important;
}

.u-lineHeightLoose {
	line-height: 1.6 !important;
}

.u-lineHeight13 {
	line-height: 13px !important;
}

.u-lineHeight18 {
	line-height: 18px !important;
}

.u-lineHeight30 {
	line-height: 30px !important;
}

.u-lineHeight32 {
	line-height: 32px !important;
}

.u-lineHeight35 {
	line-height: 35px !important;
}

.u-lineHeight36 {
	line-height: 36px !important;
}

.u-lineHeight40 {
	line-height: 40px !important;
}

.u-lineHeight44 {
	line-height: 44px !important;
}

.u-lineHeight100 {
	line-height: 100px !important;
}

.u-lineHeightInherit {
	line-height: inherit !important;
}

.u-letterSpacing003 {
	letter-spacing: 0.03em !important;
}

.u-letterSpacingTight {
	letter-spacing: -0.02em !important;
}

.u-letterSpacingTighter {
	letter-spacing: -0.04em !important;
}

.u-letterSpacingNormal {
	letter-spacing: 0 !important;
}

.u-letterSpacingLoose {
	letter-spacing: 0.1em !important;
}

.u-textAlignCenter {
	text-align: center !important;
}

.u-textAlignRight {
	text-align: right !important;
}

.u-textAlignLeft {
	text-align: left !important;
}

@media screen and (max-width: 991px) {
	.u-sm-lineHeight44 {
		line-height: 44px !important;
	}

	.u-sm-hide {
		display: none !important;
	}
	.u-sm-block {
		display: block !important;
	}
	.u-sm-inline {
		display: inline !important;
	}
	.u-sm-horizontalScroll {
		display: block !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		white-space: nowrap !important;
	}
	.u-sm-horizontalScroll .u-sm-horizontalScrollItem {
		display: inline-block !important;
		vertical-align: middle !important;
		/** https://stackoverflow.com/questions/11862643/how-do-i-make-text-wrap-inside-a-nowrap-container **/
		white-space: normal !important;
	}

	.u-sm-marginTopNegative20 {
		margin-top: -20px !important;
	}
	.u-sm-marginTop0 {
		margin-top: 0px !important;
	}
	.u-sm-marginTop20 {
		margin-top: 20px !important;
	}
	.u-sm-marginTop30 {
		margin-top: 30px !important;
	}
	.u-sm-marginTop40 {
		margin-top: 40px !important;
	}
	.u-sm-marginTop80 {
		margin-top: 80px !important;
	}
	.u-sm-marginBottom10 {
		margin-bottom: 10px !important;
	}
	.u-sm-marginBottom20 {
		margin-bottom: 20px !important;
	}
	.u-sm-marginBottom30 {
		margin-bottom: 30px !important;
	}
	.u-sm-marginBottom250 {
		margin-bottom: 250px !important;
	}
	.u-sm-marginRight0 {
		margin-right: 0px !important;
	}
	.u-sm-marginRight20 {
		margin-right: 20px !important;
	}
	.u-sm-marginRight30 {
		margin-right: 30px !important;
	}
	.u-sm-marginLeft0 {
		margin-left: 0px !important;
	}
	.u-sm-marginLeft20 {
		margin-left: 20px !important;
	}
	.u-sm-marginLeft30 {
		margin-left: 30px !important;
	}
	.u-sm-marginLeftNegativet15 {
		margin-left: -15px !important;
	}

	.u-sm-left40Percent {
		left: 40% !important;
	}
	.u-sm-right20 {
		right: 20px !important;
	}
	.u-sm-rightNegative40Percent {
		right: -40% !important;
	}

	.u-sm-minHeight150 {
		min-height: 150px !important;
	}

	.u-sm-widthAuto {
		width: auto !important;
	}

	.u-sm-width100 {
		width: 100px !important;
	}

	.u-sm-width25pct {
		width: 25% !important;
	}

	.u-sm-width40pct {
		width: 40% !important;
	}
	.u-sm-width45pct {
		width: 45% !important;
	}

	.u-sm-width60Pct {
		width: 60% !important;
	}

	.u-sm-width80Pct {
		width: 80% !important;
	}

	.u-sm-height42 {
		height: 42px !important;
	}
	.u-sm-heightAuto {
		height: auto !important;
	}

	.u-sm-maxWidth100Pct {
		max-width: 100% !important;
	}

	.u-sm-lineHeight44 {
		line-height: 44px !important;
	}

	.u-sm-flexColumn {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.u-sm-fontSize150 {
		font-size: 150px !important;
	}

	.u-sm-gridItemColumnsFill {
		grid-column-start: 1;
		grid-column-end: -1;
	}

	.u-sm-sizeFullWidth {
		width: 100% !important;
	}
	.u-sm-sizeFullHeight {
		height: 100% !important;
	}
	.u-sm-size12of12 {
		width: 100% !important;
	}
	.u-sm-size32x32 {
		width: 32px !important;
		height: 32px !important;
	}

	.u-sm-padding0 {
		padding: 0 !important;
	}
	.u-sm-paddingTop0 {
		padding-top: 0 !important;
	}
	.u-sm-paddingTop30 {
		padding-top: 30px !important;
	}
	.u-sm-paddingBottom0 {
		padding-bottom: 0px !important;
	}
	.u-sm-paddingBottom30 {
		padding-bottom: 30px !important;
	}
	.u-sm-paddingBottom130 {
		padding-bottom: 130px !important;
	}
	.u-sm-paddingX10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.u-sm-paddingLeft0 {
		padding-left: 0px !important;
	}
	.u-sm-paddingLeft7 {
		padding-left: 7px !important;
	}
	.u-sm-paddingLeft10 {
		padding-left: 10px !important;
	}
	.u-sm-paddingLeft15 {
		padding-left: 15px !important;
	}
	.u-sm-paddingLeft20 {
		padding-left: 20px !important;
	}
	.u-sm-paddingLeft25 {
		padding-left: 25px !important;
	}
	.u-sm-paddingRight0 {
		padding-right: 0px !important;
	}
	.u-sm-paddingRight7 {
		padding-right: 7px !important;
	}
	.u-sm-paddingRight10 {
		padding-right: 10px !important;
	}
	.u-sm-paddingRight20 {
		padding-right: 20px !important;
	}
	.u-sm-paddingRight25 {
		padding-right: 25px !important;
	}
	.u-sm-padding30 {
		padding: 30px !important;
	}

	.u-sm-floatLeft {
		float: left !important;
	}
	.u-sm-floatRight {
		float: right !important;
	}
	.u-sm-floatNone {
		float: none !important;
	}

	.u-sm-textAlignLeft {
		text-align: left !important;
	}
	.u-sm-fontSize12 {
		font-size: 12px !important;
	}

	.u-sm-fontSize14 {
		font-size: 14px !important;
	}

	.u-sm-fontSize18 {
		font-size: 18px !important;
	}

	.u-sm-flexColumn {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}

@media screen and (max-width: 767px) {
	.u-xs-lineHeight22 {
		line-height: 22px !important;
	}
	.u-xs-flexOrder0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.u-xs-flexOrder1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.u-xs-hide {
		display: none !important;
	}
	.u-xs-block {
		display: block !important;
	}
	.u-xs-inline {
		display: inline !important;
	}
	.u-xs-inlineBlock {
		display: inline-block !important;
	}

	.u-xs-horizontalScroll {
		display: block !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		white-space: nowrap !important;
	}
	.u-xs-horizontalScroll .u-xs-horizontalScrollItem {
		display: inline-block !important;
		vertical-align: middle !important;
		/** https://stackoverflow.com/questions/11862643/how-do-i-make-text-wrap-inside-a-nowrap-container **/
		white-space: normal !important;
	}

	.u-xs-alignItemsStart {
		-webkit-box-align: start !important;
		-webkit-align-items: start !important;
		-ms-flex-align: start !important;
		align-items: start !important;
	}
	.u-xs-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.u-xs-flexColumn {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.u-xs-flexRow {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: row !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.u-xs-flexTop {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.u-xs-flexWrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.u-xs-flexColumnReverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.u-xs-flex1 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.u-xs-floatLeft {
		float: left !important;
	}
	.u-xs-floatRight {
		float: right !important;
	}
	.u-xs-floatNone {
		float: none !important;
	}

	.u-xs-padding0 {
		padding: 0 !important;
		padding-right: 0 !important;
	}
	.u-xs-paddingX0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.u-xs-paddingTop0 {
		padding-top: 0 !important;
	}
	.u-xs-paddingBottom0 {
		padding-bottom: 0 !important;
	}
	.u-xs-paddingLeft0 {
		padding-left: 0 !important;
	}
	.u-xs-paddingRight0 {
		padding-right: 0 !important;
	}
	.u-xs-padding5 {
		padding: 5px !important;
	}
	.u-xs-paddingTop5 {
		padding-top: 5px !important;
	}
	.u-xs-paddingBottom5 {
		padding-bottom: 5px !important;
	}
	.u-xs-paddingLeft5 {
		padding-left: 5px !important;
	}
	.u-xs-paddingRight5 {
		padding-right: 5px !important;
	}
	.u-xs-padding10 {
		padding: 10px !important;
	}
	.u-xs-paddingTop10 {
		padding-top: 10px !important;
	}
	.u-xs-paddingBottom10 {
		padding-bottom: 10px !important;
	}
	.u-xs-paddingLeft10 {
		padding-left: 10px !important;
	}
	.u-xs-paddingRight10 {
		padding-right: 10px !important;
	}
	.u-xs-padding15 {
		padding: 15px !important;
	}
	.u-xs-paddingTop15 {
		padding-top: 15px !important;
	}
	.u-xs-paddingBottom15 {
		padding-bottom: 15px !important;
	}
	.u-xs-paddingLeft15 {
		padding-left: 15px !important;
	}
	.u-xs-paddingRight15 {
		padding-right: 15px !important;
	}
	.u-xs-padding20 {
		padding: 20px !important;
	}
	.u-xs-paddingTop20 {
		padding-top: 20px !important;
	}
	.u-xs-paddingBottom20 {
		padding-bottom: 20px !important;
	}
	.u-xs-paddingLeft20 {
		padding-left: 20px !important;
	}
	.u-xs-paddingRight20 {
		padding-right: 20px !important;
	}
	.u-xs-paddingTop0 {
		padding-top: 0 !important;
	}
	.u-xs-paddingTop13 {
		padding-top: 13px !important;
	}
	.u-xs-paddingTop25 {
		padding-top: 25px !important;
	}
	.u-xs-paddingTop30 {
		padding-top: 30px !important;
	}
	.u-xs-paddingTop35 {
		padding-top: 35px !important;
	}
	.u-xs-paddingRight12 {
		padding-right: 12px !important;
	}
	.u-xs-paddingRight30 {
		padding-right: 30px !important;
	}
	.u-xs-paddingBottom5 {
		padding-bottom: 5px !important;
	}
	.u-xs-paddingBottom25 {
		padding-bottom: 25px !important;
	}
	.u-xs-paddingBottom30 {
		padding-bottom: 30px !important;
	}
	.u-xs-paddingBottom230 {
		padding-bottom: 230px !important;
	}
	.u-xs-paddingLeft4 {
		padding-left: 4px !important;
	}
	.u-xs-paddingLeft12 {
		padding-left: 12px !important;
	}
	.u-xs-paddingLeft30 {
		padding-left: 30px !important;
	}
	.u-xs-paddingLeft40 {
		padding-left: 40px !important;
	}
	.u-xs-paddingRight40 {
		padding-right: 40px !important;
	}
	.u-xs-padding12 {
		padding: 12px !important;
	}
	.u-xs-padding30 {
		padding: 30px !important;
	}

	.u-xs-paddingX20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.u-xs-size6of12 {
		width: 50% !important;
	}
	.u-xs-size12of12 {
		width: 100% !important;
	}

	.u-xs-textAlignLeft {
		text-align: left !important;
	}
	.u-xs-textAlignRight {
		text-align: right !important;
	}
	.u-xs-textAlignCenter {
		text-align: center !important;
	}

	.u-xs-overflowScrollX {
		overflow-x: scroll !important;
		-webkit-overflow-scrolling: touch !important;
		-ms-overflow-style: -ms-autohiding-scrollbar !important;
	}

	.u-xs-textAlignLeft {
		text-align: left !important;
	}
	.u-xs-textAlignRight {
		text-align: right !important;
	}
	.u-xs-textAlignCenter {
		text-align: center !important;
	}

	.u-xs-margin0 {
		margin: 0 !important;
	}
	.u-xs-marginTop0 {
		margin-top: 0 !important;
	}
	.u-xs-marginBottom0 {
		margin-bottom: 0 !important;
	}
	.u-xs-marginLeft0 {
		margin-left: 0 !important;
	}
	.u-xs-marginRight0 {
		margin-right: 0 !important;
	}
	.u-xs-margin20 {
		margin: 20px !important;
	}
	.u-xs-marginTop20 {
		margin-top: 20px !important;
	}
	.u-xs-marginBottom20 {
		margin-bottom: 20px !important;
	}
	.u-xs-marginLeft15 {
		margin-left: 15px !important;
	}
	.u-xs-marginLeft20 {
		margin-left: 20px !important;
	}
	.u-xs-marginRight10 {
		margin-right: 10px !important;
	}
	.u-xs-marginRight15 {
		margin-right: 15px !important;
	}
	.u-xs-marginRight20 {
		margin-right: 20px !important;
	}
	.u-xs-margin10 {
		margin: 10px !important;
	}
	.u-xs-marginTop4 {
		margin-top: 4px !important;
	}
	.u-xs-marginTop10 {
		margin-top: 10px !important;
	}
	.u-xs-marginTop15 {
		margin-top: 15px !important;
	}
	.u-xs-marginTop30 {
		margin-top: 30px !important;
	}
	.u-xs-marginTop35 {
		margin-top: 35px !important;
	}
	.u-xs-marginTop50 {
		margin-top: 50px !important;
	}
	.u-xs-marginBottom5 {
		margin-bottom: 5px !important;
	}
	.u-xs-marginBottom10 {
		margin-bottom: 10px !important;
	}
	.u-xs-marginRight15 {
		margin-right: 15px !important;
	}
	.u-xs-marginRight30 {
		margin-right: 30px !important;
	}
	.u-xs-marginBottom30 {
		margin-bottom: 30px !important;
	}
	.u-xs-marginBottom350 {
		margin-bottom: 350px !important;
	}
	.u-xs-marginRight60 {
		margin-right: 60px !important;
	}
	.u-xs-marginLeft30 {
		margin-left: 30px !important;
	}

	.u-xs-marginX20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.u-xs-marginAuto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.u-xs-relative {
		position: relative !important;
	}
	.u-xs-absolute {
		position: absolute !important;
	}
	.u-xs-top0 {
		top: 0px !important;
	}
	.u-xs-top1 {
		top: 1px !important;
	}
	.u-xs-top2 {
		top: 2px !important;
	}
	.u-xs-leftAuto {
		left: auto !important;
	}
	.u-xs-rightAuto {
		right: auto !important;
	}
	.u-xs-left0 {
		left: 0 !important;
	}
	.u-xs-right0 {
		right: 0 !important;
	}
	.u-xs-rightNegative110 {
		right: -110px !important;
	}

	.u-xs-maxHeight100Pct {
		max-height: 100% !important;
	}
	.u-xs-maxHeight32 {
		max-height: 32px !important;
	}
	.u-xs-maxHeight50 {
		max-height: 50px !important;
	}

	.u-xs-maxHeight250 {
		max-height: 250px !important;
	}

	.u-xs-maxWidth160 {
		max-width: 160px !important;
	}
	.u-xs-maxWidth200 {
		max-width: 200px !important;
	}
	.u-xs-maxWidth350 {
		max-width: 350px !important;
	}
	.u-xs-maxWidth700 {
		max-width: 700px !important;
	}

	.u-xs-minHeight100 {
		min-height: 100px !important;
	}
	.u-xs-minHeight250 {
		min-height: 250px !important;
	}

	.u-xs-size10x10 {
		width: 10px !important;
		height: 10px !important;
	}

	.u-xs-size12x12 {
		width: 12px !important;
		height: 12px !important;
	}
	.u-xs-size28x28 {
		width: 28px !important;
		height: 28px !important;
	}
	.u-xs-size32x32 {
		width: 32px !important;
		height: 32px !important;
	}
	.u-xs-size40x40 {
		width: 40px !important;
		height: 40px !important;
	}
	.u-xs-size80x80 {
		width: 80px !important;
		height: 80px !important;
	}

	.u-xs-maxSizeFullWidth {
		max-width: 100% !important;
	}
	.u-xs-sizeHalfWidth {
		width: 50% !important;
	}
	.u-xs-sizeFullWidth {
		width: 100% !important;
	}
	.u-xs-sizeFull {
		width: 100% !important;
		height: 100% !important;
	}
	.u-xs-sizeFullViewportWidth {
		width: 100vw !important;
	}
	.u-xs-widthAuto {
		width: auto !important;
	}
	.u-xs-widthFitContent {
		width: fit-content !important;
	}
	.u-xs-heightAuto {
		height: auto !important;
	}
	.u-xs-height24 {
		height: 24px !important;
	}
	.u-xs-height32 {
		height: 32px !important;
	}
	.u-xs-height39 {
		height: 39px !important;
	}
	.u-xs-height50 {
		height: 50px !important;
	}
	.u-xs-height56 {
		height: 56px !important;
	}
	.u-xs-height95 {
		height: 95px !important;
	}
	.u-xs-height96 {
		height: 96px !important;
	}
	.u-xs-height100 {
		height: 100px !important;
	}
	.u-xs-height120 {
		height: 120px !important;
	}
	.u-xs-height139 {
		height: 139px !important;
	}
	.u-xs-height170 {
		height: 170px !important;
	}
	.u-xs-height200 {
		height: 200px !important;
	}
	.u-xs-height240 {
		height: 240px !important;
	}
	.u-xs-height250 {
		height: 250px !important;
	}
	.u-xs-height350 {
		height: 350px !important;
	}
	.u-xs-width32 {
		width: 32px !important;
	}
	.u-xs-width100 {
		width: 100px !important;
	}
	.u-xs-width200 {
		width: 200px !important;
	}
	.u-xs-width300 {
		width: 300px !important;
	}

	.u-xs-width40pct {
		width: 40% !important;
	}

	.u-xs-width80pct {
		width: 80% !important;
	}

	.u-xs-backgroundPositionY350 {
		background-position-y: 350px !important;
	}
	.u-xs-backgroundPositionX20Percent {
		background-position-x: 20% !important;
	}
	.u-xs-backgroudSize200Percent {
		background-size: 200% !important;
	}
	.u-xs-backgroundImageNone {
		background-image: none !important;
	}

	.u-xs-borderBottomLight {
		border-bottom: 1px solid rgba(0, 0, 0, 0.0785) !important;
	}
	.u-xs-border0 {
		border: 0 !important;
	}

	.u-xs-boxShadowNone {
		box-shadow: none !important;
	}

	.u-xs-borderRadiusTop0 {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.u-xs-backgroundGradientGrayLightest {
		background-image: linear-gradient(to bottom, #fafafa, rgba(255, 255, 255, 0.35));
	}

	.u-xs-fontSize12 {
		font-size: 12px !important;
	}
	.u-xs-fontSize16 {
		font-size: 16px !important;
	}
	.u-xs-fontSize18 {
		font-size: 18px !important;
	}
	.u-xs-fontSize22 {
		font-size: 22px !important;
	}
	.u-xs-fontSize24 {
		font-size: 24px !important;
	}
	.u-xs-fontSize32 {
		font-size: 32px !important;
	}
	.u-xs-fontSize36 {
		font-size: 36px !important;
	}
	.u-xs-fontSize40 {
		font-size: 40px !important;
	}

	.u-xs-fontSize1p5rem {
		font-size: 1.5rem !important;
	}
	.u-xs-fontSize1rem {
		font-size: 1rem !important;
	}

	.u-xs-lineHeight22 {
		line-height: 22px !important;
	}

	.u-xs-normalWrap {
		white-space: normal !important;
	}
	.u-xs-noWrapWithEllipsis {
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
		overflow: hidden !important;
	}

	.u-xs-gridItemColumnsFill {
		grid-column-start: 1;
		grid-column-end: -1;
	}

	.u-xs-fontSize10 {
		font-size: 10px !important;
	}
	.u-xs-fontSize12 {
		font-size: 12px !important;
	}
	.u-xs-fontSize14 {
		font-size: 14px !important;
	}
	.u-xs-fontSize16 {
		font-size: 16px !important;
	}
	.u-xs-fontSize18 {
		font-size: 18px !important;
	}
	.u-xs-fontSize22 {
		font-size: 22px !important;
	}
	.u-xs-fontSize24 {
		font-size: 24px !important;
	}
	.u-xs-fontSize32 {
		font-size: 32px !important;
	}
	.u-xs-fontSize36 {
		font-size: 36px !important;
	}
	.u-xs-fontSize40 {
		font-size: 40px !important;
	}

	.u-xs-hide {
		display: none;
	}

	.u-xs-lineClamp2 {
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		overflow: hidden !important;
	}
}

/** Mobile first: min-width starts at extra small screen and goes up */
@media screen and (min-width: 768px) {
	.u-xs-show {
		display: none !important;
	}
}

/** Mobile first: min-width starts at small screen and goes up */
@media screen and (min-width: 992px) {
	.u-sm-show {
		display: none !important;
	}
}
