.mdc-touch-target-wrapper {
	display: inline
}

.mdc-button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	display: inline-flex;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-button-font-size, .875rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-button-font-weight, 500);
	justify-content: center;
	letter-spacing: .0892857143em;
	letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
	line-height: 2.25rem;
	line-height: var(--mdc-typography-button-line-height, 2.25rem);
	line-height: inherit;
	min-width: 64px;
	outline: none;
	overflow: visible;
	padding: 0 8px;
	position: relative;
	-webkit-text-decoration: none;
	-webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-decoration: none;
	text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-transform: uppercase;
	text-transform: var(--mdc-typography-button-text-transform, uppercase);
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle
}

.mdc-button .mdc-elevation-overlay {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.mdc-button:active {
	outline: none
}

.mdc-button:hover {
	cursor: pointer
}

.mdc-button:disabled {
	cursor: default;
	pointer-events: none
}

.mdc-button .mdc-button__ripple {
	border-radius: 4px
}

.mdc-button:disabled,
.mdc-button:not(:disabled) {
	background-color: transparent
}

.mdc-button .mdc-button__icon {
	display: inline-block;
	font-size: 18px;
	height: 18px;
	margin-left: 0;
	margin-right: 8px;
	vertical-align: top;
	width: 18px
}

.mdc-button .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button .mdc-button__icon {
	margin-left: 8px;
	margin-right: 0
}

.mdc-button .mdc-button__touch {
	height: 48px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.mdc-button:not(:disabled) {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-button:disabled {
	color: rgba(0, 0, 0, .38)
}

.mdc-button__label+.mdc-button__icon {
	margin-left: 8px;
	margin-right: 0
}

.mdc-button__label+.mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button__label+.mdc-button__icon {
	margin-left: 0;
	margin-right: 8px
}

svg.mdc-button__icon {
	fill: currentColor
}

.mdc-button--outlined .mdc-button__icon,
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon {
	margin-left: -4px;
	margin-right: 8px
}

.mdc-button--outlined .mdc-button__icon[dir=rtl],
.mdc-button--outlined .mdc-button__label+.mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir=rtl],
.mdc-button--raised .mdc-button__label+.mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
[dir=rtl] .mdc-button--raised .mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__icon {
	margin-left: 8px;
	margin-right: -4px
}

.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl],
.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon {
	margin-left: -4px;
	margin-right: 8px
}

.mdc-button--raised,
.mdc-button--unelevated {
	padding: 0 16px
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee);
	color: #fff;
	color: var(--mdc-theme-on-primary, #fff)
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
	background-color: rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .38)
}

.mdc-button--raised {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.mdc-button--raised:focus,
.mdc-button--raised:hover {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdc-button--raised:active {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-button--raised:disabled {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mdc-button--outlined {
	border-style: solid;
	border-width: 1px;
	padding: 0 15px
}

.mdc-button--outlined .mdc-button__ripple {
	border: 1px solid transparent;
	left: -1px;
	top: -1px
}

.mdc-button--outlined:disabled,
.mdc-button--outlined:not(:disabled) {
	border-color: rgba(0, 0, 0, .12)
}

.mdc-button--touch {
	margin-bottom: 6px;
	margin-top: 6px
}

.mdc-button {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-button .mdc-button__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-button:hover .mdc-button__ripple:before {
	opacity: .04
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
	transition: opacity .15s linear
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-button.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-button .mdc-button__ripple {
	box-sizing: content-box;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%
}

.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
	left: 0;
	top: 0
}

.mdc-button--raised .mdc-button__ripple:after,
.mdc-button--raised .mdc-button__ripple:before,
.mdc-button--unelevated .mdc-button__ripple:after,
.mdc-button--unelevated .mdc-button__ripple:before {
	background-color: #fff;
	background-color: var(--mdc-theme-on-primary, #fff)
}

.mdc-button--raised:hover .mdc-button__ripple:before,
.mdc-button--unelevated:hover .mdc-button__ripple:before {
	opacity: .08
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
	transition: opacity .15s linear
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

.mdc-button {
	height: 36px
}

.mdc-elevation-overlay {
	background-color: #fff;
	border-radius: inherit;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity .28s cubic-bezier(.4, 0, .2, 1)
}

.mdc-card {
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative
}

.mdc-card .mdc-elevation-overlay {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-card--outlined {
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mdc-card__media {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	position: relative
}

.mdc-card__media:before {
	content: "";
	display: block
}

.mdc-card__media:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.mdc-card__media:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.mdc-card__media--square:before {
	margin-top: 100%
}

.mdc-card__media--16-9:before {
	margin-top: 56.25%
}

.mdc-card__media-content {
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.mdc-card__primary-action {
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	outline: none;
	overflow: hidden;
	position: relative;
	text-decoration: none
}

.mdc-card__primary-action:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.mdc-card__primary-action:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.mdc-card__actions {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	min-height: 52px;
	padding: 8px
}

.mdc-card__actions--full-bleed {
	padding: 0
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: row
}

.mdc-card__action-icons {
	color: rgba(0, 0, 0, .6);
	flex-grow: 1;
	justify-content: flex-end
}

.mdc-card__action-buttons+.mdc-card__action-icons {
	margin-left: 16px;
	margin-right: 0
}

.mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl],
[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons {
	margin-left: 0;
	margin-right: 16px
}

.mdc-card__action {
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	-webkit-user-select: none;
	user-select: none
}

.mdc-card__action:focus {
	outline: none
}

.mdc-card__action--button {
	margin-left: 0;
	margin-right: 8px;
	padding: 0 8px
}

.mdc-card__action--button[dir=rtl],
[dir=rtl] .mdc-card__action--button {
	margin-left: 8px;
	margin-right: 0
}

.mdc-card__action--button:last-child,
.mdc-card__action--button:last-child[dir=rtl],
[dir=rtl] .mdc-card__action--button:last-child {
	margin-left: 0;
	margin-right: 0
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
	height: auto;
	justify-content: space-between;
	margin: 0;
	max-height: none;
	padding: 8px 16px;
	text-align: left;
	width: 100%
}

.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl],
[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button {
	text-align: right
}

.mdc-card__action--icon {
	margin: -6px 0;
	padding: 12px
}

.mdc-card__action--icon:not(:disabled) {
	color: rgba(0, 0, 0, .6)
}

.mdc-card__primary-action {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-card__primary-action:after,
.mdc-card__primary-action:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-card__primary-action:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-card__primary-action.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action:after,
.mdc-card__primary-action:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-card__primary-action.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-card__primary-action:after,
.mdc-card__primary-action:before {
	background-color: #000
}

.mdc-card__primary-action:hover:before {
	opacity: .04
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused:before,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-card__primary-action.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-data-table__content {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-body2-font-size, .875rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-data-table {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	border: 1px solid rgba(0, 0, 0, .12);
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	overflow-x: auto
}

.mdc-data-table__header-row,
.mdc-data-table__row {
	background-color: inherit
}

.mdc-data-table__row--selected {
	background-color: rgba(98, 0, 238, .04)
}

.mdc-data-table__row {
	border-top-color: rgba(0, 0, 0, .12);
	border-top-style: solid;
	border-top-width: 1px
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
	background-color: rgba(0, 0, 0, .04)
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
	color: rgba(0, 0, 0, .87)
}

.mdc-data-table__cell {
	height: 52px
}

.mdc-data-table__header-cell {
	height: 56px
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
	padding-left: 16px;
	padding-right: 16px
}

.mdc-data-table__cell--checkbox,
.mdc-data-table__header-cell--checkbox {
	padding-left: 16px;
	padding-right: 0
}

.mdc-data-table__cell--checkbox[dir=rtl],
.mdc-data-table__header-cell--checkbox[dir=rtl],
[dir=rtl] .mdc-data-table__cell--checkbox,
[dir=rtl] .mdc-data-table__header-cell--checkbox {
	padding-left: 0;
	padding-right: 16px
}

.mdc-data-table__table {
	border: 0;
	border-collapse: collapse;
	min-width: 100%;
	table-layout: fixed;
	white-space: nowrap
}

.mdc-data-table__cell {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-body2-font-size, .875rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	overflow: hidden;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-data-table__cell--numeric {
	text-align: right
}

.mdc-data-table__cell--numeric[dir=rtl],
[dir=rtl] .mdc-data-table__cell--numeric {
	text-align: left
}

.mdc-data-table__header-cell {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-subtitle2-font-size, .875rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
	letter-spacing: .0071428571em;
	letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
	line-height: 1.375rem;
	line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
	overflow: hidden;
	text-align: left;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle2-text-transform, inherit)
}

.mdc-data-table__header-cell--numeric,
.mdc-data-table__header-cell[dir=rtl],
[dir=rtl] .mdc-data-table__header-cell {
	text-align: right
}

.mdc-data-table__header-cell--numeric[dir=rtl],
[dir=rtl] .mdc-data-table__header-cell--numeric {
	text-align: left
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple:before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple:before {
	opacity: .04
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after {
	transition: opacity .15s linear
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .54)
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee);
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

@keyframes mdc-checkbox-fade-in-background-8A000000primary00000000primary {
	0% {
		background-color: transparent;
		border-color: rgba(0, 0, 0, .54)
	}

	50% {
		background-color: #6200ee;
		background-color: var(--mdc-theme-primary, #6200ee);
		border-color: #6200ee;
		border-color: var(--mdc-theme-primary, #6200ee)
	}
}

@keyframes mdc-checkbox-fade-out-background-8A000000primary00000000primary {

	0%,
	80% {
		background-color: #6200ee;
		background-color: var(--mdc-theme-primary, #6200ee);
		border-color: #6200ee;
		border-color: var(--mdc-theme-primary, #6200ee)
	}

	to {
		background-color: transparent;
		border-color: rgba(0, 0, 0, .54)
	}
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-in-background-8A000000primary00000000primary
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-out-background-8A000000primary00000000primary
}

.mdc-icon-button {
	fill: currentColor;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	height: 48px;
	outline: none;
	padding: 12px;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	width: 48px
}

.mdc-icon-button img,
.mdc-icon-button svg {
	height: 24px;
	width: 24px
}

.mdc-icon-button:disabled {
	color: rgba(0, 0, 0, .38);
	color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, .38));
	cursor: default;
	pointer-events: none
}

.mdc-icon-button__icon {
	display: inline-block
}

.mdc-icon-button--on .mdc-icon-button__icon,
.mdc-icon-button__icon.mdc-icon-button__icon--on {
	display: none
}

.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
	display: inline-block
}

.mdc-icon-button {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-icon-button:after,
.mdc-icon-button:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-icon-button:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-icon-button.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-icon-button.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button:after,
.mdc-icon-button:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-icon-button.mdc-ripple-upgraded:after,
.mdc-icon-button.mdc-ripple-upgraded:before {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-icon-button.mdc-ripple-upgraded:after,
.mdc-icon-button.mdc-ripple-upgraded:before {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-icon-button:hover:before {
	opacity: .04
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused:before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-icon-button:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-icon-button.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-image-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0
}

.mdc-image-list__image-aspect-container,
.mdc-image-list__item {
	box-sizing: border-box;
	position: relative
}

.mdc-image-list__item {
	list-style-type: none
}

.mdc-image-list__image {
	width: 100%
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.mdc-image-list__image-aspect-container {
	padding-bottom: 100%
}

.mdc-image-list__image {
	border-radius: 0
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
	border-radius: 0 0 0 0
}

.mdc-image-list__supporting {
	align-items: center;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
	display: flex;
	justify-content: space-between;
	line-height: 24px;
	padding: 8px 0
}

.mdc-image-list__label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	overflow: hidden;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	white-space: nowrap
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	color: #fff;
	height: 48px;
	padding: 0 16px;
	position: absolute;
	width: 100%
}

.mdc-image-list--masonry {
	display: block
}

.mdc-image-list--masonry .mdc-image-list__item {
	break-inside: avoid-column
}

.mdc-image-list--masonry .mdc-image-list__image {
	display: block;
	height: auto
}

:root {
	--mdc-layout-grid-margin-desktop: 16px;
	--mdc-layout-grid-gutter-desktop: 16px;
	--mdc-layout-grid-column-width-desktop: 72px;
	--mdc-layout-grid-margin-tablet: 16px;
	--mdc-layout-grid-gutter-tablet: 16px;
	--mdc-layout-grid-column-width-tablet: 72px;
	--mdc-layout-grid-margin-phone: 16px;
	--mdc-layout-grid-gutter-phone: 16px;
	--mdc-layout-grid-column-width-phone: 72px
}

@media (min-width:840px) {
	.mdc-layout-grid {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 16px;
		padding: var(--mdc-layout-grid-margin-desktop, 16px)
	}
}

@media (min-width:600px) and (max-width:839px) {
	.mdc-layout-grid {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 16px;
		padding: var(--mdc-layout-grid-margin-tablet, 16px)
	}
}

@media (max-width:599px) {
	.mdc-layout-grid {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 16px;
		padding: var(--mdc-layout-grid-margin-phone, 16px)
	}
}

@media (min-width:840px) {
	.mdc-layout-grid__inner {
		align-items: stretch;
		display: flex;
		flex-flow: row wrap;
		margin: -12px;
		margin: calc(var(--mdc-layout-grid-gutter-desktop, 16px)/2*-1)
	}

	@supports (display:grid) {
		.mdc-layout-grid__inner {
			grid-gap: 16px;
			grid-gap: var(--mdc-layout-grid-gutter-desktop, 16px);
			display: grid;
			grid-template-columns: repeat(12, minmax(0, 1fr));
			margin: 0
		}
	}
}

@media (min-width:600px) and (max-width:839px) {
	.mdc-layout-grid__inner {
		align-items: stretch;
		display: flex;
		flex-flow: row wrap;
		margin: -8px;
		margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2*-1)
	}

	@supports (display:grid) {
		.mdc-layout-grid__inner {
			grid-gap: 16px;
			grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
			display: grid;
			grid-template-columns: repeat(8, minmax(0, 1fr));
			margin: 0
		}
	}
}

@media (max-width:599px) {
	.mdc-layout-grid__inner {
		align-items: stretch;
		display: flex;
		flex-flow: row wrap;
		margin: -8px;
		margin: calc(var(--mdc-layout-grid-gutter-phone, 16px)/2*-1)
	}

	@supports (display:grid) {
		.mdc-layout-grid__inner {
			grid-gap: 16px;
			grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
			display: grid;
			grid-template-columns: repeat(4, minmax(0, 1fr));
			margin: 0
		}
	}
}

@media (min-width:840px) {
	.mdc-layout-grid__cell {
		box-sizing: border-box;
		margin: 12px;
		margin: calc(var(--mdc-layout-grid-gutter-desktop, 16px)/2);
		width: calc(33.33333% - 16px);
		width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {
		.mdc-layout-grid__cell {
			grid-column-end: span 4;
			margin: 0;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-1,
	.mdc-layout-grid__cell--span-1-desktop {
		width: calc(8.33333% - 16px);
		width: calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-1,
		.mdc-layout-grid__cell--span-1-desktop {
			grid-column-end: span 1;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-2,
	.mdc-layout-grid__cell--span-2-desktop {
		width: calc(16.66667% - 16px);
		width: calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-2,
		.mdc-layout-grid__cell--span-2-desktop {
			grid-column-end: span 2;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-3,
	.mdc-layout-grid__cell--span-3-desktop {
		width: calc(25% - 16px);
		width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-3,
		.mdc-layout-grid__cell--span-3-desktop {
			grid-column-end: span 3;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-4,
	.mdc-layout-grid__cell--span-4-desktop {
		width: calc(33.33333% - 16px);
		width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-4,
		.mdc-layout-grid__cell--span-4-desktop {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-5,
	.mdc-layout-grid__cell--span-5-desktop {
		width: calc(41.66667% - 16px);
		width: calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-5,
		.mdc-layout-grid__cell--span-5-desktop {
			grid-column-end: span 5;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-6,
	.mdc-layout-grid__cell--span-6-desktop {
		width: calc(50% - 16px);
		width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-6,
		.mdc-layout-grid__cell--span-6-desktop {
			grid-column-end: span 6;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-7,
	.mdc-layout-grid__cell--span-7-desktop {
		width: calc(58.33333% - 16px);
		width: calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-7,
		.mdc-layout-grid__cell--span-7-desktop {
			grid-column-end: span 7;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-8,
	.mdc-layout-grid__cell--span-8-desktop {
		width: calc(66.66667% - 16px);
		width: calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-8,
		.mdc-layout-grid__cell--span-8-desktop {
			grid-column-end: span 8;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-9,
	.mdc-layout-grid__cell--span-9-desktop {
		width: calc(75% - 16px);
		width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-9,
		.mdc-layout-grid__cell--span-9-desktop {
			grid-column-end: span 9;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-10,
	.mdc-layout-grid__cell--span-10-desktop {
		width: calc(83.33333% - 16px);
		width: calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-10,
		.mdc-layout-grid__cell--span-10-desktop {
			grid-column-end: span 10;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-11,
	.mdc-layout-grid__cell--span-11-desktop {
		width: calc(91.66667% - 16px);
		width: calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-11,
		.mdc-layout-grid__cell--span-11-desktop {
			grid-column-end: span 11;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-12,
	.mdc-layout-grid__cell--span-12-desktop {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-12,
		.mdc-layout-grid__cell--span-12-desktop {
			grid-column-end: span 12;
			width: auto
		}
	}
}

@media (min-width:600px) and (max-width:839px) {
	.mdc-layout-grid__cell {
		box-sizing: border-box;
		margin: 8px;
		margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2);
		width: calc(50% - 16px);
		width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {
		.mdc-layout-grid__cell {
			grid-column-end: span 4;
			margin: 0;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-1,
	.mdc-layout-grid__cell--span-1-tablet {
		width: calc(12.5% - 16px);
		width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-1,
		.mdc-layout-grid__cell--span-1-tablet {
			grid-column-end: span 1;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-2,
	.mdc-layout-grid__cell--span-2-tablet {
		width: calc(25% - 16px);
		width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-2,
		.mdc-layout-grid__cell--span-2-tablet {
			grid-column-end: span 2;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-3,
	.mdc-layout-grid__cell--span-3-tablet {
		width: calc(37.5% - 16px);
		width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-3,
		.mdc-layout-grid__cell--span-3-tablet {
			grid-column-end: span 3;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-4,
	.mdc-layout-grid__cell--span-4-tablet {
		width: calc(50% - 16px);
		width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-4,
		.mdc-layout-grid__cell--span-4-tablet {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-5,
	.mdc-layout-grid__cell--span-5-tablet {
		width: calc(62.5% - 16px);
		width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-5,
		.mdc-layout-grid__cell--span-5-tablet {
			grid-column-end: span 5;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-6,
	.mdc-layout-grid__cell--span-6-tablet {
		width: calc(75% - 16px);
		width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-6,
		.mdc-layout-grid__cell--span-6-tablet {
			grid-column-end: span 6;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-7,
	.mdc-layout-grid__cell--span-7-tablet {
		width: calc(87.5% - 16px);
		width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-7,
		.mdc-layout-grid__cell--span-7-tablet {
			grid-column-end: span 7;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-8,
	.mdc-layout-grid__cell--span-8-tablet {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-8,
		.mdc-layout-grid__cell--span-8-tablet {
			grid-column-end: span 8;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-9,
	.mdc-layout-grid__cell--span-9-tablet {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-9,
		.mdc-layout-grid__cell--span-9-tablet {
			grid-column-end: span 8;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-10,
	.mdc-layout-grid__cell--span-10-tablet {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-10,
		.mdc-layout-grid__cell--span-10-tablet {
			grid-column-end: span 8;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-11,
	.mdc-layout-grid__cell--span-11-tablet {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-11,
		.mdc-layout-grid__cell--span-11-tablet {
			grid-column-end: span 8;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-12,
	.mdc-layout-grid__cell--span-12-tablet {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-12,
		.mdc-layout-grid__cell--span-12-tablet {
			grid-column-end: span 8;
			width: auto
		}
	}
}

@media (max-width:599px) {
	.mdc-layout-grid__cell {
		box-sizing: border-box;
		margin: 8px;
		margin: calc(var(--mdc-layout-grid-gutter-phone, 16px)/2);
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {
		.mdc-layout-grid__cell {
			grid-column-end: span 4;
			margin: 0;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-1,
	.mdc-layout-grid__cell--span-1-phone {
		width: calc(25% - 16px);
		width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-1,
		.mdc-layout-grid__cell--span-1-phone {
			grid-column-end: span 1;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-2,
	.mdc-layout-grid__cell--span-2-phone {
		width: calc(50% - 16px);
		width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-2,
		.mdc-layout-grid__cell--span-2-phone {
			grid-column-end: span 2;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-3,
	.mdc-layout-grid__cell--span-3-phone {
		width: calc(75% - 16px);
		width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-3,
		.mdc-layout-grid__cell--span-3-phone {
			grid-column-end: span 3;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-4,
	.mdc-layout-grid__cell--span-4-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-4,
		.mdc-layout-grid__cell--span-4-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-5,
	.mdc-layout-grid__cell--span-5-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-5,
		.mdc-layout-grid__cell--span-5-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-6,
	.mdc-layout-grid__cell--span-6-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-6,
		.mdc-layout-grid__cell--span-6-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-7,
	.mdc-layout-grid__cell--span-7-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-7,
		.mdc-layout-grid__cell--span-7-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-8,
	.mdc-layout-grid__cell--span-8-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-8,
		.mdc-layout-grid__cell--span-8-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-9,
	.mdc-layout-grid__cell--span-9-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-9,
		.mdc-layout-grid__cell--span-9-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-10,
	.mdc-layout-grid__cell--span-10-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-10,
		.mdc-layout-grid__cell--span-10-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-11,
	.mdc-layout-grid__cell--span-11-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-11,
		.mdc-layout-grid__cell--span-11-phone {
			grid-column-end: span 4;
			width: auto
		}
	}

	.mdc-layout-grid__cell--span-12,
	.mdc-layout-grid__cell--span-12-phone {
		width: calc(100% - 16px);
		width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
	}

	@supports (display:grid) {

		.mdc-layout-grid__cell--span-12,
		.mdc-layout-grid__cell--span-12-phone {
			grid-column-end: span 4;
			width: auto
		}
	}
}

.mdc-layout-grid__cell--order-1 {
	order: 1
}

.mdc-layout-grid__cell--order-2 {
	order: 2
}

.mdc-layout-grid__cell--order-3 {
	order: 3
}

.mdc-layout-grid__cell--order-4 {
	order: 4
}

.mdc-layout-grid__cell--order-5 {
	order: 5
}

.mdc-layout-grid__cell--order-6 {
	order: 6
}

.mdc-layout-grid__cell--order-7 {
	order: 7
}

.mdc-layout-grid__cell--order-8 {
	order: 8
}

.mdc-layout-grid__cell--order-9 {
	order: 9
}

.mdc-layout-grid__cell--order-10 {
	order: 10
}

.mdc-layout-grid__cell--order-11 {
	order: 11
}

.mdc-layout-grid__cell--order-12 {
	order: 12
}

.mdc-layout-grid__cell--align-top {
	align-self: flex-start
}

@supports (display:grid) {
	.mdc-layout-grid__cell--align-top {
		align-self: start
	}
}

.mdc-layout-grid__cell--align-middle {
	align-self: center
}

.mdc-layout-grid__cell--align-bottom {
	align-self: flex-end
}

@supports (display:grid) {
	.mdc-layout-grid__cell--align-bottom {
		align-self: end
	}
}

@media (min-width:840px) {
	.mdc-layout-grid--fixed-column-width {
		width: 1176px;
		width: calc(var(--mdc-layout-grid-column-width-desktop, 72px)*12 + var(--mdc-layout-grid-gutter-desktop, 16px)*11 + var(--mdc-layout-grid-margin-desktop, 16px)*2)
	}
}

@media (min-width:600px) and (max-width:839px) {
	.mdc-layout-grid--fixed-column-width {
		width: 720px;
		width: calc(var(--mdc-layout-grid-column-width-tablet, 72px)*8 + var(--mdc-layout-grid-gutter-tablet, 16px)*7 + var(--mdc-layout-grid-margin-tablet, 16px)*2)
	}
}

@media (max-width:599px) {
	.mdc-layout-grid--fixed-column-width {
		width: 368px;
		width: calc(var(--mdc-layout-grid-column-width-phone, 72px)*4 + var(--mdc-layout-grid-gutter-phone, 16px)*3 + var(--mdc-layout-grid-margin-phone, 16px)*2)
	}
}

.mdc-layout-grid--align-left {
	margin-left: 0;
	margin-right: auto
}

.mdc-layout-grid--align-right {
	margin-left: auto;
	margin-right: 0
}

.mdc-list {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, .87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	padding: 8px 0;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit)
}

.mdc-list:focus {
	outline: none
}

.mdc-list-item {
	height: 48px
}

.mdc-list-item__secondary-text {
	color: rgba(0, 0, 0, .54);
	color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54))
}

.mdc-list-item__graphic {
	background-color: transparent;
	color: rgba(0, 0, 0, .38);
	color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))
}

.mdc-list-item__meta {
	color: rgba(0, 0, 0, .38);
	color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))
}

.mdc-list-group__subheader {
	color: rgba(0, 0, 0, .87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mdc-list-item--disabled .mdc-list-item__text {
	opacity: .38
}

.mdc-list-item--disabled .mdc-list-item__primary-text,
.mdc-list-item--disabled .mdc-list-item__secondary-text,
.mdc-list-item--disabled .mdc-list-item__text {
	color: #000;
	color: var(--mdc-theme-on-surface, #000)
}

.mdc-list--dense {
	font-size: .812rem;
	padding-bottom: 4px;
	padding-top: 4px
}

.mdc-list-item {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0 16px;
	position: relative
}

.mdc-list-item:focus {
	outline: none
}

.mdc-list-item--activated,
.mdc-list-item--activated .mdc-list-item__graphic,
.mdc-list-item--selected,
.mdc-list-item--selected .mdc-list-item__graphic {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-list-item__graphic {
	fill: currentColor;
	align-items: center;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	margin-left: 0;
	margin-right: 32px;
	width: 24px
}

.mdc-list-item[dir=rtl] .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list-item__graphic {
	margin-left: 32px;
	margin-right: 0
}

.mdc-list .mdc-list-item__graphic {
	display: inline-flex
}

.mdc-list-item__meta {
	margin-left: auto;
	margin-right: 0
}

.mdc-list-item__meta:not(.material-icons) {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .75rem;
	font-size: var(--mdc-typography-caption-font-size, .75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-list-item[dir=rtl] .mdc-list-item__meta,
[dir=rtl] .mdc-list-item .mdc-list-item__meta {
	margin-left: 0;
	margin-right: auto
}

.mdc-list-item__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mdc-list-item__text[for] {
	pointer-events: none
}

.mdc-list-item__primary-text {
	display: block;
	line-height: normal;
	margin-bottom: -20px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mdc-list-item__primary-text:before {
	content: "";
	display: inline-block;
	height: 32px;
	vertical-align: 0;
	width: 0
}

.mdc-list-item__primary-text:after {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: -20px;
	width: 0
}

.mdc-list--dense .mdc-list-item__primary-text {
	display: block;
	line-height: normal;
	margin-bottom: -20px;
	margin-top: 0
}

.mdc-list--dense .mdc-list-item__primary-text:before {
	content: "";
	display: inline-block;
	height: 24px;
	vertical-align: 0;
	width: 0
}

.mdc-list--dense .mdc-list-item__primary-text:after {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: -20px;
	width: 0
}

.mdc-list-item__secondary-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-body2-font-size, .875rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	line-height: normal;
	margin-top: 0;
	overflow: hidden;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	white-space: nowrap
}

.mdc-list-item__secondary-text:before {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: 0;
	width: 0
}

.mdc-list--dense .mdc-list-item__secondary-text {
	display: block;
	font-size: inherit;
	line-height: normal;
	margin-top: 0
}

.mdc-list--dense .mdc-list-item__secondary-text:before {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: 0;
	width: 0
}

.mdc-list--dense .mdc-list-item {
	height: 40px
}

.mdc-list--dense .mdc-list-item__graphic {
	height: 20px;
	margin-left: 0;
	margin-right: 36px;
	width: 20px
}

.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
	margin-left: 36px;
	margin-right: 0
}

.mdc-list--avatar-list .mdc-list-item {
	height: 56px
}

.mdc-list--avatar-list .mdc-list-item__graphic {
	border-radius: 50%;
	height: 40px;
	margin-left: 0;
	margin-right: 16px;
	width: 40px
}

.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
	margin-left: 16px;
	margin-right: 0
}

.mdc-list--two-line .mdc-list-item__text {
	align-self: flex-start
}

.mdc-list--two-line .mdc-list-item {
	height: 72px
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item,
.mdc-list--two-line.mdc-list--dense .mdc-list-item {
	height: 60px
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
	height: 36px;
	margin-left: 0;
	margin-right: 20px;
	width: 36px
}

.mdc-list-item[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
	margin-left: 20px;
	margin-right: 0
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item {
	cursor: pointer
}

a.mdc-list-item {
	color: inherit;
	text-decoration: none
}

.mdc-list-divider {
	border: none;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .12);
	height: 0;
	margin: 0
}

.mdc-list-divider--padded {
	margin: 0 16px
}

.mdc-list-divider--inset {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 72px)
}

.mdc-list-group[dir=rtl] .mdc-list-divider--inset,
[dir=rtl] .mdc-list-group .mdc-list-divider--inset {
	margin-left: 0;
	margin-right: 72px
}

.mdc-list-divider--inset.mdc-list-divider--padded {
	width: calc(100% - 88px)
}

.mdc-list-group .mdc-list {
	padding: 0
}

.mdc-list-group__subheader {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	margin: .75rem 16px;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover:before {
	opacity: .04
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:before {
	opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:after,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover:before {
	opacity: .16
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before {
	opacity: .24;
	transition-duration: 75ms
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after {
	opacity: .24;
	transition-duration: 75ms
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before {
	opacity: .08
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:after,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover:before {
	opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before {
	opacity: .2;
	transition-duration: 75ms
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after {
	opacity: .2;
	transition-duration: 75ms
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.2
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:after,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:after,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:after,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
	background-color: #000
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-tab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	background: none;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex: 1 0 auto;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-button-font-size, .875rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-button-font-weight, 500);
	justify-content: center;
	letter-spacing: .0892857143em;
	letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
	line-height: 2.25rem;
	line-height: var(--mdc-typography-button-line-height, 2.25rem);
	margin: 0;
	outline: none;
	padding: 0 24px;
	position: relative;
	text-align: center;
	-webkit-text-decoration: none;
	-webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-decoration: none;
	text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-transform: uppercase;
	text-transform: var(--mdc-typography-button-text-transform, uppercase);
	white-space: nowrap;
	z-index: 1
}

.mdc-tab .mdc-tab__icon {
	fill: currentColor;
	color: rgba(0, 0, 0, .54)
}

.mdc-tab::-moz-focus-inner {
	border: 0;
	padding: 0
}

.mdc-tab--min-width {
	flex: 0 1 auto
}

.mdc-tab__content {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	pointer-events: none;
	position: relative
}

.mdc-tab__text-label {
	display: inline-block;
	line-height: 1
}

.mdc-tab__icon,
.mdc-tab__text-label {
	transition: color .15s linear;
	z-index: 2
}

.mdc-tab__icon {
	font-size: 24px;
	height: 24px;
	width: 24px
}

.mdc-tab--stacked .mdc-tab__content {
	align-items: center;
	flex-direction: column;
	justify-content: center
}

.mdc-tab--stacked .mdc-tab__text-label {
	padding-bottom: 4px;
	padding-top: 6px
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-tab--active .mdc-tab__icon {
	fill: currentColor
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	transition-delay: .1s
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
	padding-left: 8px;
	padding-right: 0
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],
[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
	padding-left: 0;
	padding-right: 8px
}

.mdc-tab__ripple {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-tab__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-tab__ripple.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-tab__ripple.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-tab__ripple:hover:before {
	opacity: .04
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before,
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-tab__ripple.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-tab-bar {
	width: 100%
}

.mdc-tab {
	height: 48px
}

.mdc-tab--stacked {
	height: 72px
}

.mdc-tab-indicator {
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
	color: #018786;
	color: var(--mdc-theme-secondary, #018786)
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-top-width: 2px
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
	font-size: 34px;
	height: 34px
}

.mdc-tab-indicator__content {
	opacity: 0;
	transform-origin: left
}

.mdc-tab-indicator__content--underline {
	align-self: flex-end;
	border-top-style: solid;
	box-sizing: border-box;
	width: 100%
}

.mdc-tab-indicator__content--icon {
	align-self: center;
	margin: 0 auto
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
	opacity: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content {
	transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
	transition: none
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
	transition: opacity .15s linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
	transition-delay: .1s
}

.mdc-tab-scroller {
	overflow-y: hidden
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
	transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-scroller__test {
	height: 100px;
	overflow-x: scroll;
	position: absolute;
	top: -9999px;
	width: 100px
}

.mdc-tab-scroller__scroll-area {
	-webkit-overflow-scrolling: touch;
	display: flex;
	overflow-x: hidden
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
	display: none
}

.mdc-tab-scroller__scroll-area--scroll {
	overflow-x: scroll
}

.mdc-tab-scroller__scroll-content {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	transform: none;
	will-change: transform
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
	justify-content: flex-start
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
	justify-content: flex-end
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
	justify-content: center
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
	-webkit-overflow-scrolling: auto
}

.mdc-floating-label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	cursor: text;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	left: 0;
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	line-height: 1.15rem;
	overflow: hidden;
	position: absolute;
	text-align: left;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	transform-origin: left top;
	transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
	white-space: nowrap;
	will-change: transform
}

.mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-floating-label {
	left: auto;
	right: 0;
	text-align: right;
	transform-origin: right top
}

.mdc-floating-label--float-above {
	cursor: auto;
	transform: translateY(-106%) scale(.75)
}

.mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-standard .25s 1
}

@keyframes mdc-floating-label-shake-float-above-standard {
	0% {
		transform: translateX(0) translateY(-106%) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-106%) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-106%) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-106%) scale(.75)
	}
}

.mdc-line-ripple:after,
.mdc-line-ripple:before {
	border-bottom-style: solid;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%
}

.mdc-line-ripple:before {
	border-bottom-width: 1px;
	z-index: 1
}

.mdc-line-ripple:after {
	border-bottom-width: 2px;
	opacity: 0;
	transform: scaleX(0);
	transition: transform .18s cubic-bezier(.4, 0, .2, 1), opacity .18s cubic-bezier(.4, 0, .2, 1);
	z-index: 2
}

.mdc-line-ripple--active:after {
	opacity: 1;
	transform: scaleX(1)
}

.mdc-line-ripple--deactivating:after {
	opacity: 0
}

.mdc-notched-outline {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	left: 0;
	max-width: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: left;
	width: 100%
}

.mdc-notched-outline[dir=rtl],
[dir=rtl] .mdc-notched-outline {
	text-align: right
}

.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
	border-bottom: 1px solid;
	border-top: 1px solid;
	box-sizing: border-box;
	height: 100%;
	pointer-events: none
}

.mdc-notched-outline__leading {
	border-left: 1px solid;
	border-right: none;
	width: 12px
}

.mdc-notched-outline__leading[dir=rtl],
.mdc-notched-outline__trailing,
[dir=rtl] .mdc-notched-outline__leading {
	border-left: none;
	border-right: 1px solid
}

.mdc-notched-outline__trailing {
	flex-grow: 1
}

.mdc-notched-outline__trailing[dir=rtl],
[dir=rtl] .mdc-notched-outline__trailing {
	border-left: 1px solid;
	border-right: none
}

.mdc-notched-outline__notch {
	flex: 0 0 auto;
	max-width: calc(100% - 24px);
	width: auto
}

.mdc-notched-outline .mdc-floating-label {
	display: inline-block;
	max-width: 100%;
	position: relative
}

.mdc-notched-outline .mdc-floating-label--float-above {
	text-overflow: clip
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	max-width: 133.33333%
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
	border-top: none;
	padding-left: 0;
	padding-right: 8px
}

.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl],
[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-left: 8px;
	padding-right: 0
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
	padding: 0
}

.mdc-text-field-helper-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .75rem;
	font-size: var(--mdc-typography-caption-font-size, .75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	line-height: normal;
	margin: 0;
	opacity: 0;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit);
	transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
	will-change: opacity
}

.mdc-text-field-helper-text:before {
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: 0;
	width: 0
}

.mdc-text-field-helper-text--persistent {
	opacity: 1;
	transition: none;
	will-change: auto
}

.mdc-text-field-character-counter {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .75rem;
	font-size: var(--mdc-typography-caption-font-size, .75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	line-height: normal;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0;
	padding-left: 16px;
	padding-right: 0;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit);
	white-space: nowrap
}

.mdc-text-field-character-counter:before {
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: 0;
	width: 0
}

.mdc-text-field-character-counter[dir=rtl],
[dir=rtl] .mdc-text-field-character-counter {
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 16px
}

.mdc-text-field__icon {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
	cursor: default;
	pointer-events: none
}

@keyframes mdc-ripple-fg-radius-in {
	0% {
		animation-timing-function: cubic-bezier(.4, 0, .2, 1);
		transform: translate(0) scale(1);
		transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
	}

	to {
		transform: translate(0) scale(1);
		transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
	}
}

@keyframes mdc-ripple-fg-opacity-in {
	0% {
		animation-timing-function: linear;
		opacity: 0
	}

	to {
		opacity: 0;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
}

@keyframes mdc-ripple-fg-opacity-out {
	0% {
		animation-timing-function: linear;
		opacity: 0;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}

	to {
		opacity: 0
	}
}

.mdc-text-field {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-text-field .mdc-text-field__ripple:after,
.mdc-text-field .mdc-text-field__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-text-field .mdc-text-field__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-text-field.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-text-field.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field .mdc-text-field__ripple:after,
.mdc-text-field .mdc-text-field__ripple:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-text-field__ripple {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-text-field {
	box-sizing: border-box;
	display: inline-flex;
	height: 56px;
	overflow: hidden;
	position: relative;
	will-change: opacity, transform, color
}

.mdc-text-field .mdc-text-field__ripple:after,
.mdc-text-field .mdc-text-field__ripple:before {
	background-color: rgba(0, 0, 0, .87)
}

.mdc-text-field:hover .mdc-text-field__ripple:before {
	opacity: .04
}

.mdc-text-field.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple:before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: rgba(0, 0, 0, .6)
}

@media {
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
		color: rgba(0, 0, 0, .54)
	}
}

@media {
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .54)
	}
}

.mdc-text-field .mdc-text-field__input {
	caret-color: #6200ee;
	caret-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
	border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before {
	border-bottom-color: rgba(0, 0, 0, .87)
}

.mdc-text-field .mdc-line-ripple:after {
	border-bottom-color: #6200ee;
	border-bottom-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter {
	color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
	color: rgba(0, 0, 0, .54)
}

.mdc-text-field .mdc-floating-label {
	left: 16px;
	pointer-events: none;
	right: auto;
	top: 50%;
	transform: translateY(-50%)
}

.mdc-text-field .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field .mdc-floating-label {
	left: auto;
	right: 16px
}

.mdc-text-field .mdc-floating-label--float-above {
	transform: translateY(-106%) scale(.75)
}

.mdc-text-field--textarea .mdc-floating-label {
	left: 4px;
	right: auto
}

.mdc-text-field--textarea .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--textarea .mdc-floating-label {
	left: auto;
	right: 4px
}

.mdc-text-field--outlined .mdc-floating-label {
	left: 4px;
	right: auto
}

.mdc-text-field--outlined .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--outlined .mdc-floating-label {
	left: auto;
	right: 4px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
	left: 36px;
	right: auto
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
	left: auto;
	right: 36px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
	left: 40px;
	right: auto
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
	left: auto;
	right: 40px
}

.mdc-text-field__input {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-self: flex-end;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	height: 100%;
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	padding: 20px 16px 7px;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
	width: 100%
}

.mdc-text-field__input::placeholder {
	opacity: 0;
	transition: opacity 67ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-text-field--focused .mdc-text-field__input::placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder {
	opacity: 1;
	transition-delay: 40ms;
	transition-duration: .11s
}

.mdc-text-field__input:focus {
	outline: none
}

.mdc-text-field__input:invalid {
	box-shadow: none
}

.mdc-text-field__input:-webkit-autofill {
	z-index: auto !important
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
	padding-bottom: 1px;
	padding-top: 0
}

.mdc-text-field__input:-webkit-autofill+.mdc-floating-label {
	cursor: auto;
	transform: translateY(-50%) scale(.75)
}

.mdc-text-field--outlined {
	overflow: visible
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field--outlined .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 0 4px 4px 0
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
	font-size: .75rem;
	transform: translateY(-37.25px) scale(1)
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-34.75px) scale(.75)
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-top: 1px
}

.mdc-text-field--outlined .mdc-text-field__ripple:after,
.mdc-text-field--outlined .mdc-text-field__ripple:before {
	content: none
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--outlined .mdc-text-field__input {
	background-color: transparent;
	border: none !important;
	display: flex;
	padding-bottom: 14px;
	padding-top: 12px;
	z-index: 1
}

.mdc-text-field--outlined .mdc-text-field__icon {
	z-index: 2
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-top: 2px
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-text-field--outlined.mdc-text-field--disabled {
	background-color: transparent
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .06)
}

@media screen and (-ms-high-contrast:active) {

	.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
	.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
	.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
		border-color: GrayText
	}
}

.mdc-text-field--outlined.mdc-text-field--dense {
	height: 48px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .8rem;
	transform: translateY(-134%) scale(1)
}

.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-120%) scale(.8)
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
	padding: 12px 12px 7px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	top: 14px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
	top: 12px
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading {
	left: 16px;
	right: auto
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon--leading {
	left: auto;
	right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-leading-icon .mdc-floating-label {
	left: 48px;
	right: auto
}

.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label {
	left: auto;
	right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading {
	left: 16px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading {
	left: auto;
	right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	transform: translateY(-37.25px) translateX(-32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	transform: translateY(-37.25px) translateX(32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	font-size: .75rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-34.75px) translateX(-32px) scale(.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-34.75px) translateX(32px) scale(.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
	left: 36px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
	left: auto;
	right: 36px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-134%) translateX(-21px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-134%) translateX(21px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .8rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-120%) translateX(-21px) scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-120%) translateX(21px) scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	left: 32px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	left: auto;
	right: 32px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
	left: auto;
	right: 12px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
	left: 12px;
	right: auto
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading {
	left: 16px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading {
	left: auto;
	right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
	left: auto;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 48px
}

.mdc-text-field--dense .mdc-text-field__icon {
	bottom: 16px;
	transform: scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
	left: auto;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 44px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
	left: 44px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
	left: auto;
	right: 44px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
	left: auto;
	right: 12px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
	left: 12px;
	right: auto
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 44px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
	left: auto;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 44px
}

.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-70%) scale(.8)
}

.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-dense .25s 1
}

.mdc-text-field--dense .mdc-text-field__input {
	padding: 12px 12px 0
}

.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .813rem
}

.mdc-text-field__input:required~.mdc-floating-label:after,
.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after {
	content: "*";
	margin-left: 1px
}

.mdc-text-field--textarea {
	display: inline-flex;
	height: auto;
	overflow: visible;
	transition: none;
	width: auto
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field--textarea .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-textarea .25s 1
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,
[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 0 4px 4px 0
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],
[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--textarea .mdc-text-field__ripple:after,
.mdc-text-field--textarea .mdc-text-field__ripple:before {
	content: none
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
	font-size: .75rem;
	transform: translateY(-144%) scale(1)
}

.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-130%) scale(.75)
}

.mdc-text-field--textarea .mdc-text-field-character-counter {
	bottom: 13px;
	left: auto;
	position: absolute;
	right: 16px
}

.mdc-text-field--textarea .mdc-text-field-character-counter[dir=rtl],
[dir=rtl] .mdc-text-field--textarea .mdc-text-field-character-counter {
	left: 16px;
	right: auto
}

.mdc-text-field--textarea .mdc-text-field__input {
	align-self: auto;
	box-sizing: border-box;
	height: auto;
	line-height: 1.75rem;
	margin: 8px 1px 1px 0;
	padding: 0 16px 16px
}

.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input {
	margin-bottom: 28px;
	padding-bottom: 0
}

.mdc-text-field--textarea .mdc-floating-label {
	pointer-events: none;
	top: 17px;
	width: auto
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
	transform: none
}

.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-text-field--fullwidth {
	width: 100%
}

.mdc-text-field--fullwidth.mdc-text-field--disabled .mdc-line-ripple:before,
.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
	border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
	display: block
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple:after,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple:before {
	content: none
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
	padding: 0 0 1px
}

.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
	resize: vertical
}

.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field-helper-line {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between
}

.mdc-text-field--dense+.mdc-text-field-helper-line {
	margin-bottom: 4px
}

.mdc-text-field+.mdc-text-field-helper-line {
	padding-left: 16px;
	padding-right: 16px
}

.mdc-form-field>.mdc-text-field+label {
	align-self: flex-start
}

.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
	opacity: 1
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid .mdc-text-field__input {
	caret-color: #b00020;
	caret-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	opacity: 1
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--disabled {
	background-color: #fafafa;
	pointer-events: none
}

.mdc-text-field--disabled .mdc-line-ripple:before {
	border-bottom-color: rgba(0, 0, 0, .06)
}

.mdc-text-field--disabled .mdc-text-field__input {
	color: rgba(0, 0, 0, .38)
}

@media {
	.mdc-text-field--disabled .mdc-text-field__input::placeholder {
		color: rgba(0, 0, 0, .38)
	}
}

@media {
	.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .38)
	}
}

.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text,
.mdc-text-field--disabled .mdc-floating-label,
.mdc-text-field--disabled .mdc-text-field-character-counter {
	color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled .mdc-text-field__icon--leading,
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
	color: rgba(0, 0, 0, .3)
}

@media screen and (-ms-high-contrast:active) {
	.mdc-text-field--disabled .mdc-line-ripple:before {
		border-bottom-color: GrayText
	}
}

@media screen and (-ms-high-contrast:active) {
	.mdc-text-field--disabled .mdc-text-field__input::placeholder {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast:active) {
	.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast:active) {

	.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,
	.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text,
	.mdc-text-field--disabled .mdc-floating-label,
	.mdc-text-field--disabled .mdc-text-field-character-counter,
	.mdc-text-field--disabled .mdc-text-field__icon--leading,
	.mdc-text-field--disabled .mdc-text-field__icon--trailing {
		color: GrayText
	}
}

.mdc-text-field--disabled .mdc-floating-label {
	cursor: default
}

.mdc-text-field--textarea.mdc-text-field--disabled {
	background-color: transparent;
	background-color: #f9f9f9
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .06)
}

@media screen and (-ms-high-contrast:active) {

	.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
	.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
	.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
		border-color: GrayText
	}
}

.mdc-text-field--end-aligned .mdc-text-field__input {
	text-align: right
}

.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input {
	text-align: left
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
	0% {
		transform: translateX(0) translateY(-70%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-70%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-70%) scale(.8)
	}

	to {
		transform: translateX(0) translateY(-70%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
	0% {
		transform: translateX(0) translateY(-34.75px) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-34.75px) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-34.75px) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-34.75px) scale(.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
	0% {
		transform: translateX(0) translateY(-120%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-120%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-120%) scale(.8)
	}

	to {
		transform: translateX(0) translateY(-120%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
	0% {
		transform: translateX(0) translateY(-34.75px) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-34.75px) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-34.75px) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-34.75px) scale(.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
	0% {
		transform: translateX(-21px) translateY(-120%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
	}

	to {
		transform: translateX(-21px) translateY(-120%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
	0% {
		transform: translateX(0) translateY(-34.75px) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-34.75px) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-34.75px) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-34.75px) scale(.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
	0% {
		transform: translateX(21px) translateY(-120%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(calc(4% + 21px)) translateY(-120%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(calc(-4% + 21px)) translateY(-120%) scale(.8)
	}

	to {
		transform: translateX(21px) translateY(-120%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-textarea {
	0% {
		transform: translateX(0) translateY(-130%) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-130%) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-130%) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-130%) scale(.75)
	}
}

.mdc-typography {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-font-family, Jost, sans-serif)
}

.mdc-typography--headline1 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-headline1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 6rem;
	font-size: var(--mdc-typography-headline1-font-size, 6rem);
	font-weight: 300;
	font-weight: var(--mdc-typography-headline1-font-weight, 300);
	letter-spacing: -.015625em;
	letter-spacing: var(--mdc-typography-headline1-letter-spacing, -.015625em);
	line-height: 6rem;
	line-height: var(--mdc-typography-headline1-line-height, 6rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-headline1-text-transform, inherit)
}

.mdc-typography--headline1,
.mdc-typography--headline2 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.mdc-typography--headline2 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-headline2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 3.75rem;
	font-size: var(--mdc-typography-headline2-font-size, 3.75rem);
	font-weight: 300;
	font-weight: var(--mdc-typography-headline2-font-weight, 300);
	letter-spacing: -.0083333333em;
	letter-spacing: var(--mdc-typography-headline2-letter-spacing, -.0083333333em);
	line-height: 3.75rem;
	line-height: var(--mdc-typography-headline2-line-height, 3.75rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-headline2-text-transform, inherit)
}

.mdc-typography--headline3 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-headline3-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 3rem;
	font-size: var(--mdc-typography-headline3-font-size, 3rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-headline3-font-weight, 400);
	letter-spacing: normal;
	letter-spacing: var(--mdc-typography-headline3-letter-spacing, normal);
	line-height: 3.125rem;
	line-height: var(--mdc-typography-headline3-line-height, 3.125rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-headline3-text-transform, inherit)
}

.mdc-typography--headline3,
.mdc-typography--headline4 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.mdc-typography--headline4 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-headline4-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 2.125rem;
	font-size: var(--mdc-typography-headline4-font-size, 2.125rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-headline4-font-weight, 400);
	letter-spacing: .0073529412em;
	letter-spacing: var(--mdc-typography-headline4-letter-spacing, .0073529412em);
	line-height: 2.5rem;
	line-height: var(--mdc-typography-headline4-line-height, 2.5rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-headline4-text-transform, inherit)
}

.mdc-typography--headline5 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-headline5-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1.5rem;
	font-size: var(--mdc-typography-headline5-font-size, 1.5rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-headline5-font-weight, 400);
	letter-spacing: normal;
	letter-spacing: var(--mdc-typography-headline5-letter-spacing, normal);
	line-height: 2rem;
	line-height: var(--mdc-typography-headline5-line-height, 2rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-headline5-text-transform, inherit)
}

.mdc-typography--headline5,
.mdc-typography--headline6 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.mdc-typography--headline6 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1.25rem;
	font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-headline6-font-weight, 500);
	letter-spacing: .0125em;
	letter-spacing: var(--mdc-typography-headline6-letter-spacing, .0125em);
	line-height: 2rem;
	line-height: var(--mdc-typography-headline6-line-height, 2rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-headline6-text-transform, inherit)
}

.mdc-typography--subtitle1 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit)
}

.mdc-typography--subtitle1,
.mdc-typography--subtitle2 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.mdc-typography--subtitle2 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-subtitle2-font-size, .875rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
	letter-spacing: .0071428571em;
	letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
	line-height: 1.375rem;
	line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle2-text-transform, inherit)
}

.mdc-typography--body1 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: 1rem;
	font-size: var(--mdc-typography-body1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body1-font-weight, 400);
	letter-spacing: .03125em;
	letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em);
	line-height: 1.5rem;
	line-height: var(--mdc-typography-body1-line-height, 1.5rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body1-text-transform, inherit)
}

.mdc-typography--body1,
.mdc-typography--body2 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.mdc-typography--body2 {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-body2-font-size, .875rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-typography--caption {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .75rem;
	font-size: var(--mdc-typography-caption-font-size, .75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-typography--button {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-button-font-size, .875rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-button-font-weight, 500);
	letter-spacing: .0892857143em;
	letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
	line-height: 2.25rem;
	line-height: var(--mdc-typography-button-line-height, 2.25rem);
	-webkit-text-decoration: none;
	-webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-decoration: none;
	text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-transform: uppercase;
	text-transform: var(--mdc-typography-button-text-transform, uppercase)
}

.mdc-typography--button,
.mdc-typography--overline {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.mdc-typography--overline {
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .75rem;
	font-size: var(--mdc-typography-overline-font-size, .75rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-overline-font-weight, 500);
	letter-spacing: .1666666667em;
	letter-spacing: var(--mdc-typography-overline-letter-spacing, .1666666667em);
	line-height: 2rem;
	line-height: var(--mdc-typography-overline-line-height, 2rem);
	-webkit-text-decoration: none;
	-webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
	text-decoration: none;
	text-decoration: var(--mdc-typography-overline-text-decoration, none);
	text-transform: uppercase;
	text-transform: var(--mdc-typography-overline-text-transform, uppercase)
}

.mdc-tooltip__surface {
	word-wrap: anywhere;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 4px;
	border-radius: var(--mdc-shape-small, 4px);
	color: #fff;
	color: var(--mdc-theme-text-primary-on-dark, #fff);
	word-break: break-all;
	word-break: normal;
	word-break: var(--mdc-tooltip-word-break, normal)
}

.mdc-tooltip {
	display: none;
	position: fixed;
	z-index: 2
}

.mdc-tooltip--hide,
.mdc-tooltip--showing,
.mdc-tooltip--shown {
	display: inline-flex
}

.mdc-tooltip__surface {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-family: "Jost", sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Jost, sans-serif));
	font-size: .75rem;
	font-size: var(--mdc-typography-caption-font-size, .75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
	line-height: 16px;
	max-height: 40vh;
	max-width: 200px;
	min-height: 24px;
	min-width: 40px;
	opacity: 0;
	outline: 1px solid transparent;
	overflow: hidden;
	padding: 4px 8px;
	text-align: center;
	-webkit-text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit);
	transform: scale(.8)
}

.mdc-tooltip--multiline .mdc-tooltip__surface {
	text-align: left
}

.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl],
[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface {
	text-align: right
}

.mdc-tooltip--shown .mdc-tooltip__surface {
	opacity: 1;
	transform: scale(1)
}

.mdc-tooltip--showing-transition .mdc-tooltip__surface {
	transition: opacity .15s cubic-bezier(0, 0, .2, 1) 0ms, transform .15s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-tooltip--hide .mdc-tooltip__surface {
	transform: scale(1)
}

.mdc-tooltip--hide-transition .mdc-tooltip__surface {
	transition: opacity 75ms cubic-bezier(.4, 0, 1, 1) 0ms
}

.material-icons {
	word-wrap: normal;
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	direction: ltr;
	display: inline-block;
	font-family: var(--mdc-icons-font-family) !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	white-space: nowrap
}

p .material-icons {
	font-size: inherit;
	line-height: inherit !important
}

.mdc-typography--headline1 {
	font-style: normal;
	font-style: var(--mdc-typography-headline1-font-style, normal)
}

.mdc-typography--headline2 {
	font-style: normal;
	font-style: var(--mdc-typography-headline2-font-style, normal)
}

.mdc-typography--headline3 {
	font-style: normal;
	font-style: var(--mdc-typography-headline3-font-style, normal)
}

.mdc-typography--headline4 {
	font-style: normal;
	font-style: var(--mdc-typography-headline4-font-style, normal)
}

.mdc-typography--headline5 {
	font-style: normal;
	font-style: var(--mdc-typography-headline5-font-style, normal)
}

.mdc-drawer__title,
.mdc-top-app-bar__title,
.mdc-typography--headline6 {
	font-style: normal;
	font-style: var(--mdc-typography-headline6-font-style, normal)
}

.mdc-floating-label,
.mdc-image-list__label,
.mdc-list,
.mdc-list-group__subheader,
.mdc-select__selected-text,
.mdc-text-field__affix,
.mdc-text-field__input,
.mdc-typography--subtitle1 {
	font-style: normal;
	font-style: var(--mdc-typography-subtitle1-font-style, normal)
}

.mdc-data-table__header-cell,
.mdc-drawer .mdc-list-item,
.mdc-slider .mdc-slider__value-indicator-text,
.mdc-typography--subtitle2 {
	font-style: normal;
	font-style: var(--mdc-typography-subtitle2-font-style, normal)
}

.mdc-typography--body1 {
	font-style: normal;
	font-style: var(--mdc-typography-body1-font-style, normal)
}

.mdc-banner__text,
.mdc-chip,
.mdc-data-table__cell,
.mdc-data-table__content,
.mdc-data-table__pagination,
.mdc-drawer .mdc-list-group__subheader,
.mdc-drawer__subtitle,
.mdc-form-field,
.mdc-list-item__secondary-text,
.mdc-typography--body2 {
	font-style: normal;
	font-style: var(--mdc-typography-body2-font-style, normal)
}

.mdc-list-item__meta:not(.material-icons),
.mdc-select-helper-text,
.mdc-text-field-character-counter,
.mdc-text-field-helper-text,
.mdc-tooltip__surface,
.mdc-typography--caption {
	font-style: normal;
	font-style: var(--mdc-typography-caption-font-style, normal)
}

.mdc-button,
.mdc-tab,
.mdc-typography--button {
	font-style: normal;
	font-style: var(--mdc-typography-button-font-style, normal)
}

.mdc-typography--overline {
	font-style: normal;
	font-style: var(--mdc-typography-overline-font-style, normal)
}

.mdc-image-list__item {
	margin: 0
}

.mdc-image-list__item-wrap {
	display: block;
	text-decoration: none !important
}

.mdc-image-list__image {
	border-radius: 4px;
	border-radius: var(--mdc-image-list-radius, 4px)
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
	align-items: start;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: var(--mdc-image-list-radius, 4px);
	border-bottom-right-radius: 4px;
	border-bottom-right-radius: var(--mdc-image-list-radius, 4px);
	height: auto;
	max-height: 100%;
	min-height: 48px;
	overflow: hidden;
	padding: 8px 16px
}

.mdc-image-list__label {
	white-space: normal
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
	-o-object-fit: cover;
	object-fit: cover
}

.mdc-button {
	border-radius: 4px;
	border-radius: var(--mdc-button-radius, 4px)
}

.mdc-button .mdc-button__ripple {
	border-radius: inherit
}

.mdc-card {
	border-radius: 4px;
	border-radius: var(--mdc-card-radius, 4px)
}

.mdc-card__link {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.mdc-card--outlined.has-post-thumbnail {
	overflow: hidden
}

.mdc-card--outlined.has-post-thumbnail .mdc-card__link {
	margin-top: -1px
}

.post-thumbnail>img {
	width: 860px
}

.mdc-data-table {
	border-radius: 4px;
	border-radius: var(--mdc-data-table-radius, 4px)
}

.mdc-data-table__header-cell {
	font-weight: 700
}

.mdc-data-table__cell,
.mdc-data-table__header-cell,
.mdc-menu .mdc-list {
	color: rgba(0, 0, 0, .87);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .87)
}

.mdc-data-table__row {
	border-color: rgba(0, 0, 0, .12);
	border-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .12)
}

.mdc-tab-content {
	display: none;
	margin: 1em
}

.mdc-tab-content--active {
	display: block
}

.mdc-list-item {
	margin: 0
}

.mdc-list--avatar-list .mdc-list-item__graphic.material-icons {
	font-size: 40px
}

.mdc-list:not(.mdc-list--two-line) .mdc-list-item__primary-text {
	margin-bottom: 0
}

.list-item__link {
	height: 100%;
	outline: none;
	position: absolute;
	text-decoration: none;
	width: 100%
}

.list-item__link[href="#"] {
	display: none
}

.mdc-text-field {
	border-radius: 4px 4px 0 0;
	border-radius: var(--mdc-text-field-radius, 4px) var(--mdc-text-field-radius, 4px) 0 0
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 4px;
	border-radius: var(--mdc-text-field-radius, 4px) 0 0 var(--mdc-text-field-radius, 4px)
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 0 4px 4px 0;
	border-radius: 0 var(--mdc-text-field-radius, 4px) var(--mdc-text-field-radius, 4px) 0
}

.mdc-text-field--textarea .mdc-floating-label {
	left: 16px
}

.mdc-text-field--outlined.mdc-text-field--textarea .mdc-floating-label {
	left: 4px
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
	transform: translateY(-108%) scale(1)
}

.mdc-button--outlined:disabled,
.mdc-button--outlined:not(:disabled) {
	border-color: rgba(0, 0, 0, .12);
	border-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .12)
}

.mdc-button--outlined:disabled {
	color: rgba(0, 0, 0, .38);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .38)
}

.material-design-card__title,
.mdc-card,
.mdc-card__link,
.single-post-card__title {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
	text-decoration: none
}

.mdc-card--outlined {
	border-color: #e0e0e0;
	border-color: var(--mdc-theme-surface-mix-12, #e0e0e0)
}

.material-design-card__secondary-text,
.material-design-card__supporting-text,
.single-post-card__subtitle {
	color: rgba(0, 0, 0, .54);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) {
	background-color: #f5f5f5;
	background-color: var(--mdc-theme-surface-mix-4, #f5f5f5)
}

.mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--outlined {
	background-color: transparent
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
	color: rgba(0, 0, 0, .87);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .87)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter {
	color: rgba(0, 0, 0, .6);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
	color: rgba(0, 0, 0, .54);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .54)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: rgba(98, 0, 238, .87);
	color: rgba(var(--mdc-theme-primary-rgb, 98, 0, 238), .87)
}

.mdc-select:not(.mdc-select--disabled),
.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: #f5f5f5;
	background-color: var(--mdc-theme-surface-mix-4, #f5f5f5)
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label,
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
	border-bottom-color: rgba(0, 0, 0, .42);
	border-bottom-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .42);
	color: rgba(0, 0, 0, .87);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .87)
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	border-color: rgba(0, 0, 0, .54);
	border-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .54)
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	border-color: rgba(0, 0, 0, .38);
	border-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .38)
}

.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
	background-color: rgba(0, 0, 0, .38);
	background-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .38)
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(0, 0, 0, .54);
	border-color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .54)
}

.mdc-drawer {
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	border-color: hsla(0, 0%, 100%, .12);
	border-color: rgba(var(--mdc-theme-on-surface-rgb, 255, 255, 255), .12)
}

.mdc-drawer .mdc-drawer__title,
.mdc-drawer .mdc-list-item {
	color: hsla(0, 0%, 100%, .87);
	color: rgba(var(--mdc-theme-on-surface-rgb, 255, 255, 255), .87)
}

.mdc-drawer .mdc-drawer__subtitle {
	color: hsla(0, 0%, 100%, .6);
	color: rgba(var(--mdc-theme-on-surface-rgb, 255, 255, 255), .6)
}

.mdc-drawer .mdc-list-item--activated,
.mdc-drawer .mdc-list-item--selected {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before {
	background-color: #000;
	background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-dialog .mdc-dialog__title {
	color: hsla(0, 0%, 100%, .87);
	color: rgba(var(--mdc-theme-on-surface-rgb, 255, 255, 255), .87)
}

.mdc-dialog .mdc-dialog__content,
.mdc-dialog .mdc-list {
	color: hsla(0, 0%, 100%, .6);
	color: rgba(var(--mdc-theme-on-surface-rgb, 255, 255, 255), .6)
}

.mdc-chip {
	background-color: #e0e0e0;
	background-color: var(--mdc-theme-surface-mix-12, #e0e0e0);
	border-radius: 16px;
	border-radius: var(--mdc-chip-radius, 16px);
	color: hsla(0, 0%, 100%, .87);
	color: rgba(var(--mdc-theme-on-surface-rgb, 255, 255, 255), .87)
}

.mdc-chip.mdc-chip--selected,
.mdc-icon-button,
.mdc-icon-button:focus,
.mdc-icon-button:hover,
.mdc-icon-button:visited {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-icon-button:after,
.mdc-icon-button:before,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
	background-color: #000;
	background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-tab-bar {
	background-color: #fff;
	background-color: var(--mdc-theme-background, var(--mdc-theme-surface, #fff))
}

.mdc-tab .mdc-tab__text-label {
	color: rgba(0, 0, 0, .6);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .6)
}

.mdc-tab .mdc-tab__icon {
	color: rgba(0, 0, 0, .5);
	color: rgba(var(--mdc-theme-on-surface-rgb, 0, 0, 0), .5)
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.wp-block-material-buttons {
	align-items: center;
	display: flex
}

.wp-block-material-buttons.aligncenter {
	justify-content: center
}

.wp-block-material-buttons .mdc-button {
	margin-right: 8px
}

.wp-block-material-button .mdc-button.is-large,
.wp-block-material-buttons .mdc-button.is-large {
	height: 50px;
	padding: 16px 32px
}

.mdc-layout-grid .material-design-card {
	height: 100%
}

.mdc-layout-grid .material-design-card .mdc-card__actions {
	margin-top: auto
}

.wp-block-material-icon.has-text-align-center {
	text-align: center
}

.wp-block-material-icon.has-text-align-left {
	text-align: left
}

.wp-block-material-icon.has-text-align-right {
	text-align: right
}

.wp-block-material-icon .material-icons {
	color: "#6200ee";
	color: var(--mdc-theme-primary, "#6200ee")
}

.wp-block-material-icon .material-icons.md-18 {
	font-size: 18px
}

.wp-block-material-icon .material-icons.md-24 {
	font-size: 24px
}

.wp-block-material-icon .material-icons.md-36 {
	font-size: 36px
}

.wp-block-material-icon .material-icons.md-48 {
	font-size: 48px
}

.material-design-contact-form {
	margin-bottom: 2em
}

.mdc-text-field-container--not-required {
	margin-top: 2.5em
}

.mdc-text-field-container {
	margin-bottom: 1.5em
}

.editor-styles-wrapper .mdc-floating-label {
	font-weight: 400 !important
}

.masonry-grid {
	display: flex;
	flex-direction: column;
	padding: 16px;
	padding: var(--mdc-layout-grid-margin-desktop, 16px);
	width: auto
}

@media (min-width:48em) {
	.masonry-grid {
		flex-direction: row
	}
}

.masonry-grid_column {
	background-clip: padding-box;
	box-sizing: content-box;
	padding-left: 0
}

@media (min-width:48em) {
	.masonry-grid_column {
		padding-left: 16px;
		padding-left: var(--mdc-layout-grid-gutter-desktop, 16px)
	}
}

.masonry-grid_column:first-child {
	padding-left: 0 !important
}

.layout-masonry-2 .masonry-grid_column {
	width: 100%
}

@media (min-width:48em) {
	.layout-masonry-2 .masonry-grid_column {
		width: 50%
	}

	.layout-masonry-3 .masonry-grid_column {
		width: 33.33%
	}

	.layout-masonry-4 .masonry-grid_column {
		width: 25%
	}
}

.masonry-grid_column>div {
	margin-bottom: 16px;
	margin-bottom: var(--mdc-layout-grid-gutter-desktop, 16px)
}

.wp-block-material-cards-collection .masonry-grid {
	flex-direction: row
}

.wp-block-cover,
.wp-block-cover-image {
	background-color: #000;
	background-color: var(--mdc-theme-surface, #000)
}

.single-post-card__primary {
	padding: 16px
}

.single-post-card .mdc-card__action--button {
	text-transform: none
}

.single-post-card .mdc-button__label {
	white-space: nowrap
}

.single-post-card__title {
	margin: 0 !important
}

.single-post-card__subtitle {
	margin: 0 !important;
	padding: 16px 0 0
}

.single-post-card__secondary {
	padding: 0 16px 8px
}

.single-post-card__secondary>p {
	margin: 0
}

.single-post-card__secondary-text-above-media,
.single-post-card__secondary-text-over-media {
	padding-top: 16px
}

.single-post-card__media.mdc-card__media--square {
	height: 110px;
	width: 110px
}

.single-post-card-with-text-over-media .mdc-card__media-content {
	align-items: flex-end;
	display: flex
}

.single-post-card__list .single-post-card__primary {
	flex: 1
}

.single-post-card__list .single-post-card__primary-action {
	display: flex;
	flex-direction: row
}

.mdc-button__comment-count {
	justify-content: left !important;
	min-width: 36px !important
}

.mdc-card__media img {
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.material-design-contact-form {
	margin-bottom: 30px
}

.mdc-text-field-container--not-required {
	margin-top: 40px
}

.mdc-text-field-container {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	margin-bottom: 30px
}

.mdc-text-field-container .mdc-text-field__input {
	border: none;
	padding: 20px 16px 7px !important
}

.mdc-text-field-container .mdc-floating-label {
	margin: 0 !important
}

.mdc-text-field-container .required {
	color: red;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: right
}

.mdc-text-field-container .mdc-text-field__input {
	padding: 20px 16px 6px !important
}

.mdc-text-field-container .mdc-text-field--outlined .mdc-text-field__input {
	padding: 12px 16px 14px !important
}

.mdc-text-field-container .components-base-control__field {
	align-items: center;
	flex-direction: row;
	justify-content: flex-end
}

.mdc-text-field-container .mdc-floating-label {
	line-height: 1.15em !important
}

.mdc-text-field-container .mdc-notched-outline .mdc-floating-label {
	font-size: 1em !important
}

.mdc-text-field-container .mdc-text-field--textarea .mdc-floating-label--float-above {
	font-size: .75em !important
}

.mdc-text-field-container .mdc-text-field--textarea .mdc-notched-outline .mdc-floating-label--float-above {
	font-size: 1em !important
}

.mdc-text-field--custom-full {
	width: 100%
}

.material-design-card {
	font-size: 16px
}

.material-design-card__primary {
	padding: 1em
}

.material-design-card__title {
	margin: 0 !important
}

.material-design-card__secondary-text {
	margin: 0 !important;
	padding: 0 1em 0 0
}

.material-design-card__supporting-text {
	padding: 0 1em 8px
}

.material-design-card__media {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 100%;
	padding: 1em;
	position: relative
}

.material-design-card__supporting-text_text-above-media,
.material-design-card__supporting-text_text-over-media {
	padding-top: 1em !important
}

.material-design-card__media.mdc-card__media--square {
	height: 110px;
	width: 110px
}

.material-design-card-with-text-over-media .mdc-card__media-content {
	align-items: flex-end;
	display: flex
}

.material-design-card-with-text-over-media .mdc-card__media-content .material-design-card__secondary-text,
.material-design-card-with-text-over-media .mdc-card__media-content .material-design-card__title {
	color: #fff !important
}

.material-design-card__list .material-design-card__primary {
	flex: 1
}

.material-design-card__list .material-design-card__primary-action {
	display: flex;
	flex-direction: row
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
	flex-wrap: wrap
}

.material-design-card .mdc-button span {
	font-size: .875em !important
}

.mdc-card__link,
.mdc-card__link:hover {
	text-decoration: none !important
}