/* CSS Document */

.mat-progress-bar[_ngcontent-mgk-c0] {
	position: fixed
}
.mat-progress-bar {
	display: block;
	height: 4px;
	overflow: hidden;
	position: relative;
	transition: opacity 250ms linear;
	width: 100%
}
._mat-animation-noopable.mat-progress-bar {
	transition: none;
	animation: none
}
.mat-progress-bar .mat-progress-bar-element, .mat-progress-bar .mat-progress-bar-fill::after {
	height: 100%;
	position: absolute;
	width: 100%
}
.mat-progress-bar .mat-progress-bar-background {
	width: calc(100% + 10px)
}

@media (-ms-high-contrast:active) {
.mat-progress-bar .mat-progress-bar-background {
	display: none
}
}
.mat-progress-bar .mat-progress-bar-buffer {
	transform-origin: top left;
	transition: transform 250ms ease
}

@media (-ms-high-contrast:active) {
.mat-progress-bar .mat-progress-bar-buffer {
	border-top: solid 5px;
	opacity: .5
}
}
.mat-progress-bar .mat-progress-bar-secondary {
	display: none
}
.mat-progress-bar .mat-progress-bar-fill {
	animation: none;
	transform-origin: top left;
	transition: transform 250ms ease
}

@media (-ms-high-contrast:active) {
.mat-progress-bar .mat-progress-bar-fill {
	border-top: solid 4px
}
}
.mat-progress-bar .mat-progress-bar-fill::after {
	animation: none;
	content: '';
	display: inline-block;
	left: 0
}
.mat-progress-bar[dir=rtl], [dir=rtl] .mat-progress-bar {
	transform: rotateY(180deg)
}
.mat-progress-bar[mode=query] {
	transform: rotateZ(180deg)
}
.mat-progress-bar[mode=query][dir=rtl], [dir=rtl] .mat-progress-bar[mode=query] {
	transform: rotateZ(180deg) rotateY(180deg)
}
.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill, .mat-progress-bar[mode=query] .mat-progress-bar-fill {
	transition: none
}
.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary, .mat-progress-bar[mode=query] .mat-progress-bar-primary {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	animation: mat-progress-bar-primary-indeterminate-translate 2s infinite linear;
	left: -145.166611%
}
.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after, .mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	animation: mat-progress-bar-primary-indeterminate-scale 2s infinite linear
}
.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary, .mat-progress-bar[mode=query] .mat-progress-bar-secondary {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	animation: mat-progress-bar-secondary-indeterminate-translate 2s infinite linear;
	left: -54.888891%;
	display: block
}
.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after, .mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	animation: mat-progress-bar-secondary-indeterminate-scale 2s infinite linear
}
.mat-progress-bar[mode=buffer] .mat-progress-bar-background {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	animation: mat-progress-bar-background-scroll 250ms infinite linear;
	display: block
}
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary, .mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after {
	animation: none;
	transition: none
}
@keyframes mat-progress-bar-primary-indeterminate-translate {
0% {
transform:translateX(0)
}
20% {
animation-timing-function:cubic-bezier(.5, 0, .70173, .49582);
transform:translateX(0)
}
59.15% {
animation-timing-function:cubic-bezier(.30244, .38135, .55, .95635);
transform:translateX(83.67142%)
}
100% {
transform:translateX(200.61106%)
}
}
@keyframes mat-progress-bar-primary-indeterminate-scale {
0% {
transform:scaleX(.08)
}
36.65% {
animation-timing-function:cubic-bezier(.33473, .12482, .78584, 1);
transform:scaleX(.08)
}
69.15% {
animation-timing-function:cubic-bezier(.06, .11, .6, 1);
transform:scaleX(.66148)
}
100% {
transform:scaleX(.08)
}
}
@keyframes mat-progress-bar-secondary-indeterminate-translate {
0% {
animation-timing-function:cubic-bezier(.15, 0, .51506, .40969);
transform:translateX(0)
}
25% {
animation-timing-function:cubic-bezier(.31033, .28406, .8, .73371);
transform:translateX(37.65191%)
}
48.35% {
animation-timing-function:cubic-bezier(.4, .62704, .6, .90203);
transform:translateX(84.38617%)
}
100% {
transform:translateX(160.27778%)
}
}
@keyframes mat-progress-bar-secondary-indeterminate-scale {
0% {
animation-timing-function:cubic-bezier(.15, 0, .51506, .40969);
transform:scaleX(.08)
}
19.15% {
animation-timing-function:cubic-bezier(.31033, .28406, .8, .73371);
transform:scaleX(.4571)
}
44.15% {
animation-timing-function:cubic-bezier(.4, .62704, .6, .90203);
transform:scaleX(.72796)
}
100% {
transform:scaleX(.08)
}
}
@keyframes mat-progress-bar-background-scroll {
to {
transform:translateX(-8px)
}
}
[_nghost-mgk-c2] {
	display: block;
	margin-bottom: 8px
}
[_nghost-mgk-c2]:empty {
	display: none
}
[_nghost-mgk-c2] a[_ngcontent-mgk-c2] {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	line-height: 0
}
[_nghost-mgk-c2] a[_ngcontent-mgk-c2] > img[_ngcontent-mgk-c2] {
	width: 100%;
	height: 100%
}
[view="1"][_nghost-mgk-c2] {
	margin-bottom: 0
}
[view="1"][_nghost-mgk-c2] a[_ngcontent-mgk-c2] {
	display: inline-block;
	margin: 0 16px 16px 0
}
[view="5"][_nghost-mgk-c2] {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 11;
	width: 320px;
	max-width: calc(100% - 32px);
	max-height: calc(100% - 32px);
	margin-bottom: 0
}
[view="5"][_nghost-mgk-c2] small[_ngcontent-mgk-c2] {
	position: absolute;
	padding: 0 16px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	color: #fff;
	cursor: pointer
}
[view="5"][_nghost-mgk-c2] a[_ngcontent-mgk-c2] img[_ngcontent-mgk-c2] {
	min-height: 40px;
	border-radius: 8px;
	box-shadow: #a9a9a9 0 0 16px 8px;
	background: rgba(0,0,0,.1)
}
.header[_ngcontent-mgk-c3] {
	position: relative;
	padding-top: 24px;
	background: url(assets/vendor/banner.jpg) top center no-repeat fixed
}
.header[_ngcontent-mgk-c3] .header-slogan[_ngcontent-mgk-c3] {
	margin-top: 96px;
	margin-bottom: 48px;
	text-align: center
}
.header[_ngcontent-mgk-c3] .header-slogan[_ngcontent-mgk-c3] img[_ngcontent-mgk-c3] {
	max-width: 80%;
	margin-bottom: 16px
}
.header[_ngcontent-mgk-c3] .header-entry[_ngcontent-mgk-c3] {
	padding: 16px 0;
	margin-top: 116px;
	background-color: rgba(0,0,0,.2);
	color: #fff
}
.header[_ngcontent-mgk-c3] .header-entry[_ngcontent-mgk-c3] > div[_ngcontent-mgk-c3] + div[_ngcontent-mgk-c3] {
	border-left: 1px solid #fff
}
.header[_ngcontent-mgk-c3] .header-entry[_ngcontent-mgk-c3] img[_ngcontent-mgk-c3] {
	width: 60px;
	height: 60px;
	margin: 0 32px
}
.better-gray[_ngcontent-mgk-c3] {
	background-color: #f5f5f5
}
.better-agent[_ngcontent-mgk-c3] .agents[_ngcontent-mgk-c3] {
	padding-bottom: 16px;
	justify-content: flex-start
}
.better-agent[_ngcontent-mgk-c3] .agents[_ngcontent-mgk-c3] a[_ngcontent-mgk-c3] {
	width: calc(20% - 13px);
	padding: 16px 12px;
	margin-right: 16px;
	border: 1px solid #f5f5f5;
	line-height: 0
}
.better-agent[_ngcontent-mgk-c3] .agents[_ngcontent-mgk-c3] a[_ngcontent-mgk-c3]:nth-child(5n) {
	margin-right: 0
}
.better-agent[_ngcontent-mgk-c3] .agents[_ngcontent-mgk-c3] a.advert-pic[_ngcontent-mgk-c3] img[_ngcontent-mgk-c3] {
	-o-object-fit: none;
	object-fit: none
}
.better-infos[_ngcontent-mgk-c3] .title[_ngcontent-mgk-c3] {
	padding: 8px;
	background-color: #e0e0e0
}
[view="0"][_nghost-mgk-c4] {
	display: block;
	background-color: #ff911b
}
mat-toolbar[_ngcontent-mgk-c4] {
	background: 0 0
}
mat-toolbar.view[_ngcontent-mgk-c4] a[_ngcontent-mgk-c4] {
	color: #fff
}
mat-toolbar[_ngcontent-mgk-c4] .logo[_ngcontent-mgk-c4] {
	line-height: 0
}
.search-body[_ngcontent-mgk-c5] {
	display: flex;
	align-items: center
}
.search-body[_ngcontent-mgk-c5] .search-input[_ngcontent-mgk-c5] {
	display: flex;
	align-items: center;
	position: relative
}
.search-body[_ngcontent-mgk-c5] .search-input[_ngcontent-mgk-c5] input[_ngcontent-mgk-c5] {
	width: 100%;
	outline: 0;
	border-width: 0;
	border-radius: 5px 0 0 5px;
	padding: 16px 56px 16px 24px;
	background-color: #fff
}
.search-body[_ngcontent-mgk-c5] .search-input[_ngcontent-mgk-c5] .mat-icon[_ngcontent-mgk-c5] {
	position: absolute;
	right: 16px;
	cursor: pointer
}
.search-body[_ngcontent-mgk-c5] button[_ngcontent-mgk-c5] {
	height: 47px;
	box-shadow: none
}
.search-body[_ngcontent-mgk-c5] button[_ngcontent-mgk-c5] ~ button[_ngcontent-mgk-c5] {
	margin-left: 8px
}
.search-0[_ngcontent-mgk-c5] {
	padding: 32px 0;
	background-color: #f5f5f5
}
.search-0[_ngcontent-mgk-c5] a[_ngcontent-mgk-c5] {
	margin-left: 80px;
	color: #212121
}
.search-1[_ngcontent-mgk-c5] {
	width: 900px;
	margin: 0 auto
}
.search-1[_ngcontent-mgk-c5] .search-tags[_ngcontent-mgk-c5] {
	position: relative;
	padding: 8px 0
}
.search-1[_ngcontent-mgk-c5] .search-tags[_ngcontent-mgk-c5] .actived[_ngcontent-mgk-c5] {
	font-weight: 700
}
.search-1[_ngcontent-mgk-c5] .search-tags[_ngcontent-mgk-c5] .arrow-down[_ngcontent-mgk-c5] {
	position: absolute;
	bottom: 0;
	display: none;
	width: 0;
	height: 0;
	border-bottom: 8px solid #f5f5f5;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}
.search-1[_ngcontent-mgk-c5] .search-tags[_ngcontent-mgk-c5] .pos1[_ngcontent-mgk-c5] {
	display: block;
	left: 30px
}
.search-1[_ngcontent-mgk-c5] .search-tags[_ngcontent-mgk-c5] .pos2[_ngcontent-mgk-c5] {
	display: block;
	left: 102px
}
.search-1[_ngcontent-mgk-c5] .search-tags[_ngcontent-mgk-c5] .pos3[_ngcontent-mgk-c5] {
	display: block;
	left: 210px
}
[_nghost-mgk-c9] {
	position: fixed;
	right: 16px;
	bottom: 56px;
	z-index: 100;
	text-align: center
}
.tools-item[_ngcontent-mgk-c9] {
	position: relative;
	width: 40px;
	border-bottom: 1px solid #fff
}
.tools-item[_ngcontent-mgk-c9]:last-child {
	border: none
}
.tools-item[_ngcontent-mgk-c9]:hover section[_ngcontent-mgk-c9] {
	display: block
}
.tools-item[_ngcontent-mgk-c9]:hover a[_ngcontent-mgk-c9] {
	background-color: #ff911b
}
.tools-item[_ngcontent-mgk-c9] a[_ngcontent-mgk-c9] {
	display: block;
	height: 60px;
	padding-top: 18px;
	color: #fff;
	background-color: #424242
}
.tools-item[_ngcontent-mgk-c9] section[_ngcontent-mgk-c9] {
	position: absolute;
	top: 10px;
	right: 40px;
	padding: 8px 16px;
	display: none;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	white-space: nowrap
}
.tools-item[_ngcontent-mgk-c9] section.qr-app[_ngcontent-mgk-c9] {
	margin-top: -30px;
	padding: 8px
}
.tools-item[_ngcontent-mgk-c9] section[_ngcontent-mgk-c9] i[_ngcontent-mgk-c9] {
	position: absolute;
	top: calc(50% - 8px);
	right: -16px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #fff
}
.legal[_ngcontent-mgk-c10] {
	padding: 16px 0;
	background: #fff;
	text-align: center
}
.footer-0[_ngcontent-mgk-c10] {
	background-color: #212121;
	color: #fff
}
.footer-0[_ngcontent-mgk-c10] .contact[_ngcontent-mgk-c10], .footer-0[_ngcontent-mgk-c10] .links[_ngcontent-mgk-c10] {
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.footer-0[_ngcontent-mgk-c10] .links[_ngcontent-mgk-c10] div[_ngcontent-mgk-c10] a[_ngcontent-mgk-c10]:first-child {
	margin-left: -16px
}
.footer-0[_ngcontent-mgk-c10] li[_ngcontent-mgk-c10] {
	line-height: 2.3
}
.footer-0[_ngcontent-mgk-c10] .copyright[_ngcontent-mgk-c10] {
	padding: 16px 0
}
.footer-1[_ngcontent-mgk-c10] {
	line-height: 3;
	color: #fff;
	text-align: center
}

@media (-ms-high-contrast:active) {
.mat-toolbar {
	outline: solid 1px
}
}
.mat-toolbar-row, .mat-toolbar-single-row {
	display: flex;
	box-sizing: border-box;
	padding: 0 16px;
	width: 100%;
	flex-direction: row;
	align-items: center;
	white-space: nowrap
}
.mat-toolbar-multiple-rows {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	width: 100%
}
.mat-toolbar-multiple-rows {
	min-height: 64px
}
.mat-toolbar-row, .mat-toolbar-single-row {
	height: 64px
}

@media (max-width:599px) {
.mat-toolbar-multiple-rows {
	min-height: 56px
}
.mat-toolbar-row, .mat-toolbar-single-row {
	height: 56px
}
}
.mat-button .mat-button-focus-overlay, .mat-icon-button .mat-button-focus-overlay {
	opacity: 0
}
.mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
	opacity: .04
}

@media (hover:none) {
.mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
	opacity: 0
}
}
.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible
}
.mat-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner {
border:0
}
.mat-button[disabled], .mat-flat-button[disabled], .mat-icon-button[disabled], .mat-stroked-button[disabled] {
	cursor: default
}
.mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.cdk-program-focused .mat-button-focus-overlay, .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-flat-button.cdk-program-focused .mat-button-focus-overlay, .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}
.mat-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner {
border:0
}
.mat-raised-button {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}
.mat-raised-button::-moz-focus-inner {
border:0
}
.mat-raised-button[disabled] {
	cursor: default
}
.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}
.mat-raised-button::-moz-focus-inner {
border:0
}
._mat-animation-noopable.mat-raised-button {
	transition: none;
	animation: none
}
.mat-stroked-button {
	border: 1px solid currentColor;
	padding: 0 15px;
	line-height: 34px
}
.mat-stroked-button .mat-button-focus-overlay, .mat-stroked-button .mat-button-ripple.mat-ripple {
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px
}
.mat-fab {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	min-width: 0;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	padding: 0;
	flex-shrink: 0
}
.mat-fab::-moz-focus-inner {
border:0
}
.mat-fab[disabled] {
	cursor: default
}
.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-fab.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}
.mat-fab::-moz-focus-inner {
border:0
}
._mat-animation-noopable.mat-fab {
	transition: none;
	animation: none
}
.mat-fab .mat-button-wrapper {
	padding: 16px 0;
	display: inline-block;
	line-height: 24px
}
.mat-mini-fab {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	min-width: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	flex-shrink: 0
}
.mat-mini-fab::-moz-focus-inner {
border:0
}
.mat-mini-fab[disabled] {
	cursor: default
}
.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}
.mat-mini-fab::-moz-focus-inner {
border:0
}
._mat-animation-noopable.mat-mini-fab {
	transition: none;
	animation: none
}
.mat-mini-fab .mat-button-wrapper {
	padding: 8px 0;
	display: inline-block;
	line-height: 24px
}
.mat-icon-button {
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	line-height: 40px;
	border-radius: 50%
}
.mat-icon-button .mat-icon, .mat-icon-button i {
	line-height: 24px
}
.mat-button-focus-overlay, .mat-button-ripple.mat-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	border-radius: inherit
}
.mat-button-ripple.mat-ripple:not(:empty) {
	transform: translateZ(0)
}
.mat-button-focus-overlay {
	opacity: 0;
	transition: opacity .2s cubic-bezier(.35, 0, .25, 1), background-color .2s cubic-bezier(.35, 0, .25, 1)
}
._mat-animation-noopable .mat-button-focus-overlay {
	transition: none
}

@media (-ms-high-contrast:active) {
.mat-button-focus-overlay {
	background-color: #fff
}
}

@media (-ms-high-contrast:black-on-white) {
.mat-button-focus-overlay {
	background-color: #000
}
}
.mat-button-ripple-round {
	border-radius: 50%;
	z-index: 1
}
.mat-button .mat-button-wrapper>*, .mat-fab .mat-button-wrapper>*, .mat-flat-button .mat-button-wrapper>*, .mat-icon-button .mat-button-wrapper>*, .mat-mini-fab .mat-button-wrapper>*, .mat-raised-button .mat-button-wrapper>*, .mat-stroked-button .mat-button-wrapper>* {
	vertical-align: middle
}
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button, .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
	display: block;
	font-size: inherit;
	width: 2.5em;
	height: 2.5em
}

@media (-ms-high-contrast:active) {
.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button {
	outline: solid 1px
}
}
.mat-icon {
	background-repeat: no-repeat;
	display: inline-block;
	fill: currentColor;
	height: 24px;
	width: 24px
}
.mat-icon.mat-icon-inline {
	font-size: inherit;
	height: inherit;
	line-height: inherit;
	width: inherit
}
[dir=rtl] .mat-icon-rtl-mirror {
	transform: scale(-1, 1)
}
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon, .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon {
	display: block
}
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon {
	margin: auto
}
.mat-menu-panel {
	min-width: 112px;
	max-width: 280px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - 48px);
	border-radius: 4px;
	outline: 0;
	min-height: 64px
}
.mat-menu-panel.ng-animating {
	pointer-events: none
}

@media (-ms-high-contrast:active) {
.mat-menu-panel {
	outline: solid 1px
}
}
.mat-menu-content:not(:empty) {
	padding-top: 8px;
	padding-bottom: 8px
}
.mat-menu-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 48px;
	height: 48px;
	padding: 0 16px;
	text-align: left;
	text-decoration: none;
	max-width: 100%;
	position: relative
}
.mat-menu-item::-moz-focus-inner {
border:0
}
.mat-menu-item[disabled] {
	cursor: default
}
[dir=rtl] .mat-menu-item {
	text-align: right
}
.mat-menu-item .mat-icon {
	margin-right: 16px;
	vertical-align: middle
}
.mat-menu-item .mat-icon svg {
	vertical-align: top
}
[dir=rtl] .mat-menu-item .mat-icon {
	margin-left: 16px;
	margin-right: 0
}
.mat-menu-item[disabled] {
	pointer-events: none
}

@media (-ms-high-contrast:active) {
.mat-menu-item-highlighted, .mat-menu-item.cdk-keyboard-focused, .mat-menu-item.cdk-program-focused {
	outline: dotted 1px
}
}
.mat-menu-item-submenu-trigger {
	padding-right: 32px
}
.mat-menu-item-submenu-trigger::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent currentColor;
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%)
}
[dir=rtl] .mat-menu-item-submenu-trigger {
	padding-right: 16px;
	padding-left: 32px
}
[dir=rtl] .mat-menu-item-submenu-trigger::after {
	right: auto;
	left: 16px;
	transform: rotateY(180deg) translateY(-50%)
}
button.mat-menu-item {
	width: 100%
}
.mat-menu-item .mat-menu-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none
}
.mat-card {
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	display: block;
	position: relative;
	padding: 16px;
	border-radius: 4px
}
._mat-animation-noopable.mat-card {
	transition: none;
	animation: none
}
.mat-card .mat-divider-horizontal {
	position: absolute;
	left: 0;
	width: 100%
}
[dir=rtl] .mat-card .mat-divider-horizontal {
	left: auto;
	right: 0
}
.mat-card .mat-divider-horizontal.mat-divider-inset {
	position: static;
	margin: 0
}
[dir=rtl] .mat-card .mat-divider-horizontal.mat-divider-inset {
	margin-right: 0
}

@media (-ms-high-contrast:active) {
.mat-card {
	outline: solid 1px
}
}
.mat-card-actions, .mat-card-content, .mat-card-subtitle {
	display: block;
	margin-bottom: 16px
}
.mat-card-title {
	display: block;
	margin-bottom: 8px
}
.mat-card-actions {
	margin-left: -8px;
	margin-right: -8px;
	padding: 8px 0
}
.mat-card-actions-align-end {
	display: flex;
	justify-content: flex-end
}
.mat-card-image {
	width: calc(100% + 32px);
	margin: 0 -16px 16px -16px
}
.mat-card-footer {
	display: block;
	margin: 0 -16px -16px -16px
}
.mat-card-actions .mat-button, .mat-card-actions .mat-raised-button, .mat-card-actions .mat-stroked-button {
	margin: 0 8px
}
.mat-card-header {
	display: flex;
	flex-direction: row
}
.mat-card-header .mat-card-title {
	margin-bottom: 12px
}
.mat-card-header-text {
	margin: 0 16px
}
.mat-card-avatar {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	flex-shrink: 0;
	object-fit: cover
}
.mat-card-title-group {
	display: flex;
	justify-content: space-between
}
.mat-card-sm-image {
	width: 80px;
	height: 80px
}
.mat-card-md-image {
	width: 112px;
	height: 112px
}
.mat-card-lg-image {
	width: 152px;
	height: 152px
}
.mat-card-xl-image {
	width: 240px;
	height: 240px;
	margin: -8px
}
.mat-card-title-group>.mat-card-xl-image {
	margin: -8px 0 8px
}

@media (max-width:599px) {
.mat-card-title-group {
	margin: 0
}
.mat-card-xl-image {
	margin-left: 0;
	margin-right: 0
}
}
.mat-card-content>:first-child, .mat-card>:first-child {
	margin-top: 0
}
.mat-card-content>:last-child:not(.mat-card-footer), .mat-card>:last-child:not(.mat-card-footer) {
	margin-bottom: 0
}
.mat-card-image:first-child {
	margin-top: -16px;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}
.mat-card>.mat-card-actions:last-child {
	margin-bottom: -8px;
	padding-bottom: 0
}
.mat-card-actions .mat-button:first-child, .mat-card-actions .mat-raised-button:first-child, .mat-card-actions .mat-stroked-button:first-child {
	margin-left: 0;
	margin-right: 0
}
.mat-card-subtitle:not(:first-child), .mat-card-title:not(:first-child) {
	margin-top: -4px
}
.mat-card-header .mat-card-subtitle:not(:first-child) {
	margin-top: -8px
}
.mat-card>.mat-card-xl-image:first-child {
	margin-top: -8px
}
.mat-card>.mat-card-xl-image:last-child {
	margin-bottom: -8px
}
.mat-subheader {
	display: flex;
	box-sizing: border-box;
	padding: 16px;
	align-items: center
}
.mat-list-base .mat-subheader {
	margin: 0
}
.mat-list-base {
	padding-top: 8px;
	display: block;
	-webkit-tap-highlight-color: transparent
}
.mat-list-base .mat-subheader {
	height: 48px;
	line-height: 16px
}
.mat-list-base .mat-subheader:first-child {
	margin-top: -8px
}
.mat-list-base .mat-list-item, .mat-list-base .mat-list-option {
	display: block;
	height: 48px;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	padding: 0
}
.mat-list-base .mat-list-item .mat-list-item-content, .mat-list-base .mat-list-option .mat-list-item-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding: 0 16px;
	position: relative;
	height: inherit
}
.mat-list-base .mat-list-item .mat-list-item-content-reverse, .mat-list-base .mat-list-option .mat-list-item-content-reverse {
	display: flex;
	align-items: center;
	padding: 0 16px;
	flex-direction: row-reverse;
	justify-content: space-around
}
.mat-list-base .mat-list-item .mat-list-item-ripple, .mat-list-base .mat-list-option .mat-list-item-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none
}
.mat-list-base .mat-list-item.mat-list-item-with-avatar, .mat-list-base .mat-list-option.mat-list-item-with-avatar {
	height: 56px
}
.mat-list-base .mat-list-item.mat-2-line, .mat-list-base .mat-list-option.mat-2-line {
	height: 72px
}
.mat-list-base .mat-list-item.mat-3-line, .mat-list-base .mat-list-option.mat-3-line {
	height: 88px
}
.mat-list-base .mat-list-item.mat-multi-line, .mat-list-base .mat-list-option.mat-multi-line {
	height: auto
}
.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content, .mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content {
	padding-top: 16px;
	padding-bottom: 16px
}
.mat-list-base .mat-list-item .mat-list-text, .mat-list-base .mat-list-option .mat-list-text {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0
}
.mat-list-base .mat-list-item .mat-list-text>*, .mat-list-base .mat-list-option .mat-list-text>* {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit
}
.mat-list-base .mat-list-item .mat-list-text:empty, .mat-list-base .mat-list-option .mat-list-text:empty {
	display: none
}
.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text, .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text {
	padding-right: 0;
	padding-left: 16px
}
[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, [dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text, [dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, [dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text {
	padding-right: 16px;
	padding-left: 0
}
.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text, .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text {
	padding-left: 0;
	padding-right: 16px
}
[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, [dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text, [dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, [dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text {
	padding-right: 0;
	padding-left: 16px
}
.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text, .mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text, .mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text, .mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text {
	padding-right: 16px;
	padding-left: 16px
}
.mat-list-base .mat-list-item .mat-list-avatar, .mat-list-base .mat-list-option .mat-list-avatar {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover
}
.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset, .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset {
	margin-left: 72px;
	width: calc(100% - 72px)
}
[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset, [dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset {
	margin-left: auto;
	margin-right: 72px
}
.mat-list-base .mat-list-item .mat-list-icon, .mat-list-base .mat-list-option .mat-list-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	font-size: 24px;
	box-sizing: content-box;
	border-radius: 50%;
	padding: 4px
}
.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset, .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset {
	margin-left: 64px;
	width: calc(100% - 64px)
}
[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset, [dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset {
	margin-left: auto;
	margin-right: 64px
}
.mat-list-base .mat-list-item .mat-divider, .mat-list-base .mat-list-option .mat-divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0
}
[dir=rtl] .mat-list-base .mat-list-item .mat-divider, [dir=rtl] .mat-list-base .mat-list-option .mat-divider {
	margin-left: auto;
	margin-right: 0
}
.mat-list-base .mat-list-item .mat-divider.mat-divider-inset, .mat-list-base .mat-list-option .mat-divider.mat-divider-inset {
	position: absolute
}
.mat-list-base[dense] {
	padding-top: 4px;
	display: block
}
.mat-list-base[dense] .mat-subheader {
	height: 40px;
	line-height: 8px
}
.mat-list-base[dense] .mat-subheader:first-child {
	margin-top: -4px
}
.mat-list-base[dense] .mat-list-item, .mat-list-base[dense] .mat-list-option {
	display: block;
	height: 40px;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	padding: 0
}
.mat-list-base[dense] .mat-list-item .mat-list-item-content, .mat-list-base[dense] .mat-list-option .mat-list-item-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding: 0 16px;
	position: relative;
	height: inherit
}
.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse, .mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse {
	display: flex;
	align-items: center;
	padding: 0 16px;
	flex-direction: row-reverse;
	justify-content: space-around
}
.mat-list-base[dense] .mat-list-item .mat-list-item-ripple, .mat-list-base[dense] .mat-list-option .mat-list-item-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none
}
.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar, .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar {
	height: 48px
}
.mat-list-base[dense] .mat-list-item.mat-2-line, .mat-list-base[dense] .mat-list-option.mat-2-line {
	height: 60px
}
.mat-list-base[dense] .mat-list-item.mat-3-line, .mat-list-base[dense] .mat-list-option.mat-3-line {
	height: 76px
}
.mat-list-base[dense] .mat-list-item.mat-multi-line, .mat-list-base[dense] .mat-list-option.mat-multi-line {
	height: auto
}
.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content, .mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content {
	padding-top: 16px;
	padding-bottom: 16px
}
.mat-list-base[dense] .mat-list-item .mat-list-text, .mat-list-base[dense] .mat-list-option .mat-list-text {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0
}
.mat-list-base[dense] .mat-list-item .mat-list-text>*, .mat-list-base[dense] .mat-list-option .mat-list-text>* {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit
}
.mat-list-base[dense] .mat-list-item .mat-list-text:empty, .mat-list-base[dense] .mat-list-option .mat-list-text:empty {
	display: none
}
.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text, .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text {
	padding-right: 0;
	padding-left: 16px
}
[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, [dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text, [dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, [dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text {
	padding-right: 16px;
	padding-left: 0
}
.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text, .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text {
	padding-left: 0;
	padding-right: 16px
}
[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, [dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text, [dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text, [dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text {
	padding-right: 0;
	padding-left: 16px
}
.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text, .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text, .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text, .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text {
	padding-right: 16px;
	padding-left: 16px
}
.mat-list-base[dense] .mat-list-item .mat-list-avatar, .mat-list-base[dense] .mat-list-option .mat-list-avatar {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover
}
.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset, .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset {
	margin-left: 68px;
	width: calc(100% - 68px)
}
[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset, [dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset {
	margin-left: auto;
	margin-right: 68px
}
.mat-list-base[dense] .mat-list-item .mat-list-icon, .mat-list-base[dense] .mat-list-option .mat-list-icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
	box-sizing: content-box;
	border-radius: 50%;
	padding: 4px
}
.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset, .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset {
	margin-left: 60px;
	width: calc(100% - 60px)
}
[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset, [dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset {
	margin-left: auto;
	margin-right: 60px
}
.mat-list-base[dense] .mat-list-item .mat-divider, .mat-list-base[dense] .mat-list-option .mat-divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0
}
[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider, [dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider {
	margin-left: auto;
	margin-right: 0
}
.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset, .mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset {
	position: absolute
}
.mat-nav-list a {
	text-decoration: none;
	color: inherit
}
.mat-nav-list .mat-list-item {
	cursor: pointer;
	outline: 0
}
mat-action-list button {
	background: 0 0;
	color: inherit;
	border: none;
	font: inherit;
	outline: inherit;
	-webkit-tap-highlight-color: transparent;
	text-align: left
}
[dir=rtl] mat-action-list button {
	text-align: right
}
mat-action-list button::-moz-focus-inner {
border:0
}
mat-action-list .mat-list-item {
	cursor: pointer;
	outline: inherit
}
.mat-list-option:not(.mat-list-item-disabled) {
	cursor: pointer;
	outline: 0
}

@media (-ms-high-contrast:active) {
.mat-selection-list:focus {
	outline-style: dotted
}
.mat-list-option:focus, .mat-list-option:hover, .mat-nav-list .mat-list-item:focus, .mat-nav-list .mat-list-item:hover, mat-action-list .mat-list-item:focus, mat-action-list .mat-list-item:hover {
	outline: dotted 1px
}
}

@media (hover:none) {
.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover, .mat-list-option:not(.mat-list-item-disabled):hover, .mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover {
	background: 0 0
}
}
.mat-divider {
	display: block;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid
}
.mat-divider.mat-divider-vertical {
	border-top: 0;
	border-right-width: 1px;
	border-right-style: solid
}
.mat-divider.mat-divider-inset {
	margin-left: 80px
}
[dir=rtl] .mat-divider.mat-divider-inset {
	margin-left: auto;
	margin-right: 80px
}
.col[_ngcontent-mgk-c16] {
	margin-right: 8px
}
.col.col-1[_ngcontent-mgk-c16] {
	width: 60%
}
.col.col-1[_ngcontent-mgk-c16] > div[_ngcontent-mgk-c16] {
	display: flex
}
.col.col-2[_ngcontent-mgk-c16] {
	width: 15%;
	text-align: center
}
.col.col-2[_ngcontent-mgk-c16] div[_ngcontent-mgk-c16] {
	max-height: 40px;
	overflow: hidden
}
.col.col-3[_ngcontent-mgk-c16] {
	width: 10%;
	text-align: center
}
.col.col-4[_ngcontent-mgk-c16] {
	width: 15%;
	text-align: center
}
.col.col-4[_ngcontent-mgk-c16] span[_ngcontent-mgk-c16] {
	color: #9e9e9e
}
.stamp[_ngcontent-mgk-c16] {
	margin-left: 5px;
	padding: 2px;
	color: #ff911b;
	border: 1px solid #ff911b;
	border-radius: 5px
}
.advert-wrap[_ngcontent-mgk-c16] {
	display: inline-block;
	width: 219px;
	padding: 16px;
	margin-top: 16px;
	background: url(assets/advert/bg.png) 0 0/100% 100% no-repeat;
	text-align: left
}
.advert-wrap[_ngcontent-mgk-c16] b[_ngcontent-mgk-c16] {
	font-size: 20px
}
.advert-wrap[_ngcontent-mgk-c16] img[_ngcontent-mgk-c16] {
	width: 76px;
	height: 47px
}
.message[_ngcontent-mgk-c16] {
	padding: 24px 24px 48%
}
.thread-fields[_ngcontent-mgk-c16] {
	width: 100%;
	margin: 32px 0
}
.thread-fields[_ngcontent-mgk-c16] td[_ngcontent-mgk-c16], .thread-fields[_ngcontent-mgk-c16] th[_ngcontent-mgk-c16] {
	border: 1px solid #e0e0e0;
	padding: 8px 16px;
	line-height: 40px
}
.thread-fields[_ngcontent-mgk-c16] th[_ngcontent-mgk-c16] {
	width: 128px;
	background-color: #f5f5f5;
	font-weight: 400;
	text-align: left
}
.mat-expansion-panel[_ngcontent-mgk-c16] {
	box-shadow: none!important
}
.mat-expansion-panel[_ngcontent-mgk-c16] .mat-expansion-panel-header[_ngcontent-mgk-c16] {
	padding-left: 0
}
.mat-expansion-panel[_ngcontent-mgk-c16] article[_ngcontent-mgk-c16] {
	margin: 32px 0
}
[_nghost-mgk-c17] {
	font-size: 12px
}
[_nghost-mgk-c17] a[_ngcontent-mgk-c17] {
	vertical-align: middle
}
[_nghost-mgk-c17] a[_ngcontent-mgk-c17]:hover {
	color: #f60
}
[_nghost-mgk-c21] {
	display: flex;
	align-items: baseline;
	padding: 16px 0
}
[_nghost-mgk-c21]:empty {
	display: none
}
[_nghost-mgk-c21]:hover section[_ngcontent-mgk-c21] {
	color: #424242
}
section[_ngcontent-mgk-c21] {
	color: #9e9e9e;
	cursor: pointer
}
section[_ngcontent-mgk-c21]:not(:last-child) {
	margin-right: 16px
}
[_nghost-mgk-c22]:empty {
	display: hidden
}
.float-show[_nghost-mgk-c22] {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 2px rgba(224,224,224,.6)
}
.float-show[_nghost-mgk-c22] .w-1200[_ngcontent-mgk-c22] {
	margin: 0 auto
}
.float-show[_nghost-mgk-c22] .w-1200[_ngcontent-mgk-c22] img[mat-list-avatar][_ngcontent-mgk-c22] {
	width: 32px;
	height: 32px;
	border-radius: 50%
}
mat-form-field[_ngcontent-mgk-c22] {
	width: 100px;
	text-align: center
}
-shadowcsshost-no-combinator+form {
	margin-top: 8px
}
.mat-expansion-panel {
	box-sizing: content-box;
	display: block;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	transition: margin 225ms cubic-bezier(.4, 0, .2, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}
.mat-accordion .mat-expansion-panel:not(.mat-expanded), .mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing) {
	border-radius: 0
}
.mat-accordion .mat-expansion-panel:first-of-type {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.mat-accordion .mat-expansion-panel:last-of-type {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

@media (-ms-high-contrast:active) {
.mat-expansion-panel {
	outline: solid 1px
}
}
.mat-expansion-panel._mat-animation-noopable, .mat-expansion-panel.ng-animate-disabled, .ng-animate-disabled .mat-expansion-panel {
	transition: none
}
.mat-expansion-panel-content {
	display: flex;
	flex-direction: column;
	overflow: visible
}
.mat-expansion-panel-body {
	padding: 0 24px 16px
}
.mat-expansion-panel-spacing {
	margin: 16px 0
}
.mat-accordion>.mat-expansion-panel-spacing:first-child, .mat-accordion>:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing {
	margin-top: 0
}
.mat-accordion>.mat-expansion-panel-spacing:last-child, .mat-accordion>:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing {
	margin-bottom: 0
}
.mat-action-row {
	border-top-style: solid;
	border-top-width: 1px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 16px 8px 16px 24px
}
.mat-action-row button.mat-button-base {
	margin-left: 8px
}
[dir=rtl] .mat-action-row button.mat-button-base {
	margin-left: 0;
	margin-right: 8px
}
.mat-expansion-panel-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 24px;
	border-radius: inherit
}
.mat-expansion-panel-header:focus, .mat-expansion-panel-header:hover {
	outline: 0
}
.mat-expansion-panel-header.mat-expanded:focus, .mat-expansion-panel-header.mat-expanded:hover {
	background: inherit
}
.mat-expansion-panel-header:not([aria-disabled=true]) {
	cursor: pointer
}
.mat-expansion-panel-header.mat-expansion-toggle-indicator-before {
	flex-direction: row-reverse
}
.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator {
	margin: 0 16px 0 0
}
[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator {
	margin: 0 0 0 16px
}
.mat-content {
	display: flex;
	flex: 1;
	flex-direction: row;
	overflow: hidden
}
.mat-expansion-panel-header-description, .mat-expansion-panel-header-title {
	display: flex;
	flex-grow: 1;
	margin-right: 16px
}
[dir=rtl] .mat-expansion-panel-header-description, [dir=rtl] .mat-expansion-panel-header-title {
	margin-right: 0;
	margin-left: 16px
}
.mat-expansion-panel-header-description {
	flex-grow: 2
}
.mat-expansion-indicator::after {
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: '';
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	vertical-align: middle
}
[_nghost-mgk-c20] {
	display: block;
	line-height: 0;
	width: 100%
}
audio[_ngcontent-mgk-c20] {
	width: 100%
}
video[_ngcontent-mgk-c20] {
	max-height: 60vh;
	background: var(--ion-color-light)
}
video[_ngcontent-mgk-c20] + img[_ngcontent-mgk-c20] {
	display: none
}
.mat-paginator {
	display: block
}
.mat-paginator-outer-container {
	display: flex
}
.mat-paginator-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 56px;
	padding: 0 8px;
	flex-wrap: wrap-reverse;
	width: 100%
}
.mat-paginator-page-size {
	display: flex;
	align-items: baseline;
	margin-right: 8px
}
[dir=rtl] .mat-paginator-page-size {
	margin-right: 0;
	margin-left: 8px
}
.mat-paginator-page-size-label {
	margin: 0 4px
}
.mat-paginator-page-size-select {
	margin: 6px 4px 0 4px;
	width: 56px
}
.mat-paginator-page-size-select.mat-form-field-appearance-outline {
	width: 64px
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill {
	width: 64px
}
.mat-paginator-range-label {
	margin: 0 32px 0 24px
}
.mat-paginator-range-actions {
	display: flex;
	align-items: center
}
.mat-paginator-icon {
	width: 28px;
	fill: currentColor
}
[dir=rtl] .mat-paginator-icon {
	transform: rotate(180deg)
}
.mat-form-field {
	display: inline-block;
	position: relative;
	text-align: left
}
[dir=rtl] .mat-form-field {
	text-align: right
}
.mat-form-field-wrapper {
	position: relative
}
.mat-form-field-flex {
	display: inline-flex;
	align-items: baseline;
	box-sizing: border-box;
	width: 100%
}
.mat-form-field-prefix, .mat-form-field-suffix {
	white-space: nowrap;
	flex: none;
	position: relative
}
.mat-form-field-infix {
	display: block;
	position: relative;
	flex: auto;
	min-width: 0;
	width: 180px
}

@media (-ms-high-contrast:active) {
.mat-form-field-infix {
	border-image: linear-gradient(transparent, transparent)
}
}
.mat-form-field-label-wrapper {
	position: absolute;
	left: 0;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none
}
[dir=rtl] .mat-form-field-label-wrapper {
	left: auto;
	right: 0
}
.mat-form-field-label {
	position: absolute;
	left: 0;
	font: inherit;
	pointer-events: none;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transform-origin: 0 0;
	transition: transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
	display: none
}
[dir=rtl] .mat-form-field-label {
	transform-origin: 100% 0;
	left: auto;
	right: 0
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-empty.mat-form-field-label {
	display: block
}
.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
display:none
}
.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
display:block;
transition:none
}
.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label, .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
	display: none
}
.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label, .mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
	display: block
}
.mat-form-field-label:not(.mat-form-field-empty) {
	transition: none
}
.mat-form-field-underline {
	position: absolute;
	width: 100%;
	pointer-events: none;
	transform: scaleY(1.0001)
}
.mat-form-field-ripple {
	position: absolute;
	left: 0;
	width: 100%;
	transform-origin: 50%;
	transform: scaleX(.5);
	opacity: 0;
	transition: background-color .3s cubic-bezier(.55, 0, .55, .2)
}
.mat-form-field.mat-focused .mat-form-field-ripple, .mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
	opacity: 1;
	transform: scaleX(1);
	transition: transform .3s cubic-bezier(.25, .8, .25, 1), opacity .1s cubic-bezier(.25, .8, .25, 1), background-color .3s cubic-bezier(.25, .8, .25, 1)
}
.mat-form-field-subscript-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden
}
.mat-form-field-label-wrapper .mat-icon, .mat-form-field-subscript-wrapper .mat-icon {
	width: 1em;
	height: 1em;
	font-size: inherit;
	vertical-align: baseline
}
.mat-form-field-hint-wrapper {
	display: flex
}
.mat-form-field-hint-spacer {
	flex: 1 0 1em
}
.mat-error {
	display: block
}
.mat-form-field-control-wrapper {
	position: relative
}
.mat-form-field._mat-animation-noopable .mat-form-field-label, .mat-form-field._mat-animation-noopable .mat-form-field-ripple {
	transition: none
}
.mat-form-field-appearance-fill .mat-form-field-flex {
	border-radius: 4px 4px 0 0;
	padding: .75em .75em 0 .75em
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-fill .mat-form-field-flex {
	outline: solid 1px
}
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%
}
.mat-form-field-appearance-fill .mat-form-field-ripple {
	bottom: 0;
	height: 2px
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-fill .mat-form-field-ripple {
	height: 0;
	border-top: solid 2px
}
}
.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	opacity: 1;
	transform: none;
	transition: opacity .6s cubic-bezier(.25, .8, .25, 1)
}
.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	transition: none
}
.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
	padding: 0 1em
}
.mat-input-element {
	font: inherit;
	background: 0 0;
	color: currentColor;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	text-align: inherit
}
.mat-input-element:-moz-ui-invalid {
box-shadow:none
}
.mat-input-element::-ms-clear, .mat-input-element::-ms-reveal {
display:none
}
.mat-input-element, .mat-input-element::-webkit-search-cancel-button, .mat-input-element::-webkit-search-decoration, .mat-input-element::-webkit-search-results-button, .mat-input-element::-webkit-search-results-decoration {
-webkit-appearance:none
}
.mat-input-element::-webkit-caps-lock-indicator, .mat-input-element::-webkit-contacts-auto-fill-button, .mat-input-element::-webkit-credentials-auto-fill-button {
visibility:hidden
}
.mat-input-element[type=date]::after, .mat-input-element[type=datetime-local]::after, .mat-input-element[type=datetime]::after, .mat-input-element[type=month]::after, .mat-input-element[type=time]::after, .mat-input-element[type=week]::after {
	content: ' ';
	white-space: pre;
	width: 1px
}
.mat-input-element::-webkit-calendar-picker-indicator, .mat-input-element::-webkit-clear-button, .mat-input-element::-webkit-inner-spin-button {
font-size:.75em
}
.mat-input-element::placeholder {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
transition:color .4s .133s cubic-bezier(.25, .8, .25, 1)
}
.mat-input-element::placeholder:-ms-input-placeholder {
-ms-user-select:text
}
.mat-input-element::-moz-placeholder {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
transition:color .4s .133s cubic-bezier(.25, .8, .25, 1)
}
.mat-input-element::-moz-placeholder:-ms-input-placeholder {
-ms-user-select:text
}
.mat-input-element::-webkit-input-placeholder {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
transition:color .4s .133s cubic-bezier(.25, .8, .25, 1)
}
.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder {
-ms-user-select:text
}
.mat-input-element:-ms-input-placeholder {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
transition:color .4s .133s cubic-bezier(.25, .8, .25, 1)
}
.mat-input-element:-ms-input-placeholder:-ms-input-placeholder {
-ms-user-select:text
}
.mat-form-field-hide-placeholder .mat-input-element::placeholder {
color:transparent!important;
-webkit-text-fill-color:transparent;
transition:none
}
.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
color:transparent!important;
-webkit-text-fill-color:transparent;
transition:none
}
.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
color:transparent!important;
-webkit-text-fill-color:transparent;
transition:none
}
.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
color:transparent!important;
-webkit-text-fill-color:transparent;
transition:none
}
textarea.mat-input-element {
	resize: vertical;
	overflow: auto
}
textarea.mat-input-element.cdk-textarea-autosize {
	resize: none
}
textarea.mat-input-element {
	padding: 2px 0;
	margin: -2px 0
}
select.mat-input-element {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	background-color: transparent;
	display: inline-flex;
	box-sizing: border-box;
	padding-top: 1em;
	top: -1em;
	margin-bottom: -1em
}
select.mat-input-element::-ms-expand {
display:none
}
select.mat-input-element::-moz-focus-inner {
border:0
}
select.mat-input-element:not(:disabled) {
	cursor: pointer
}
select.mat-input-element::-ms-value {
color:inherit;
background:0 0
}

@media (-ms-high-contrast:active) {
.mat-focused select.mat-input-element::-ms-value {
color:inherit
}
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2.5px;
	pointer-events: none
}
[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
	right: auto;
	left: 0
}
.mat-form-field-type-mat-native-select .mat-input-element {
	padding-right: 15px
}
[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element {
	padding-right: 0;
	padding-left: 15px
}
.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper {
	max-width: calc(100% - 10px)
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after {
	margin-top: -5px
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after {
	margin-top: -10px
}
.mat-form-field-appearance-legacy .mat-form-field-label {
	transform: perspective(100px);
	-ms-transform: none
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon {
	width: 1em
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button {
	font: inherit;
	vertical-align: baseline
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon {
	font-size: inherit
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
	height: 1px
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-legacy .mat-form-field-underline {
	height: 0;
	border-top: solid 1px
}
}
.mat-form-field-appearance-legacy .mat-form-field-ripple {
	top: 0;
	height: 2px;
	overflow: hidden
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-legacy .mat-form-field-ripple {
	height: 0;
	border-top: solid 2px
}
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
	background-position: 0;
	background-color: transparent
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
	border-top-style: dotted;
	border-top-width: 2px
}
}
.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple {
	height: 1px
}
.mat-form-field-appearance-outline .mat-form-field-wrapper {
	margin: .25em 0
}
.mat-form-field-appearance-outline .mat-form-field-flex {
	padding: 0 .75em 0 .75em;
	margin-top: -.25em;
	position: relative
}
.mat-form-field-appearance-outline .mat-form-field-prefix, .mat-form-field-appearance-outline .mat-form-field-suffix {
	top: .25em
}
.mat-form-field-appearance-outline .mat-form-field-outline {
	display: flex;
	position: absolute;
	top: .25em;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none
}
.mat-form-field-appearance-outline .mat-form-field-outline-end, .mat-form-field-appearance-outline .mat-form-field-outline-start {
	border: 1px solid currentColor;
	min-width: 5px
}
.mat-form-field-appearance-outline .mat-form-field-outline-start {
	border-radius: 5px 0 0 5px;
	border-right-style: none
}
[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start {
	border-right-style: solid;
	border-left-style: none;
	border-radius: 0 5px 5px 0
}
.mat-form-field-appearance-outline .mat-form-field-outline-end {
	border-radius: 0 5px 5px 0;
	border-left-style: none;
	flex-grow: 1
}
[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end {
	border-left-style: solid;
	border-right-style: none;
	border-radius: 5px 0 0 5px
}
.mat-form-field-appearance-outline .mat-form-field-outline-gap {
	border-radius: .000001px;
	border: 1px solid currentColor;
	border-left-style: none;
	border-right-style: none
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap {
	border-top-color: transparent
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
	opacity: 0
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end, .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap, .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
	border-width: 2px;
	transition: border-color .3s cubic-bezier(.25, .8, .25, 1)
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline, .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline {
	opacity: 0;
	transition: opacity .1s cubic-bezier(.25, .8, .25, 1)
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick, .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick {
	opacity: 1
}
.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline {
	opacity: 0;
	transition: opacity .6s cubic-bezier(.25, .8, .25, 1)
}
.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick {
	opacity: 1
}
.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper {
	padding: 0 1em
}
.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline, .mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end, .mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap, .mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start, .mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline {
	transition: none
}
.mat-form-field-appearance-standard .mat-form-field-flex {
	padding-top: .75em
}
.mat-form-field-appearance-standard .mat-form-field-underline {
	height: 1px
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-standard .mat-form-field-underline {
	height: 0;
	border-top: solid 1px
}
}
.mat-form-field-appearance-standard .mat-form-field-ripple {
	bottom: 0;
	height: 2px
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-standard .mat-form-field-ripple {
	height: 0;
	border-top: 2px
}
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
	background-position: 0;
	background-color: transparent
}

@media (-ms-high-contrast:active) {
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
	border-top-style: dotted;
	border-top-width: 2px
}
}
.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	opacity: 1;
	transform: none;
	transition: opacity .6s cubic-bezier(.25, .8, .25, 1)
}
.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	transition: none
}
.mat-select {
	display: inline-block;
	width: 100%;
	outline: 0
}
.mat-select-trigger {
	display: inline-table;
	cursor: pointer;
	position: relative;
	box-sizing: border-box
}
.mat-select-disabled .mat-select-trigger {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}
.mat-select-value {
	display: table-cell;
	max-width: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.mat-select-value-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.mat-select-arrow-wrapper {
	display: table-cell;
	vertical-align: middle
}
.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
	transform: translateY(-50%)
}
.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
	transform: translateY(-25%)
}
.mat-form-field-appearance-standard.mat-form-field-has-label .mat-select:not(.mat-select-empty) .mat-select-arrow-wrapper {
	transform: translateY(-50%)
}
.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper {
	transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}
._mat-animation-noopable.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper {
	transition: none
}
.mat-select-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	margin: 0 4px
}
.mat-select-panel-wrap {
	flex-basis: 100%
}
.mat-select-panel {
	min-width: 112px;
	max-width: 280px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 256px;
	min-width: 100%;
	border-radius: 4px
}

@media (-ms-high-contrast:active) {
.mat-select-panel {
	outline: solid 1px
}
}
.mat-select-panel .mat-optgroup-label, .mat-select-panel .mat-option {
	font-size: inherit;
	line-height: 3em;
	height: 3em
}
.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex {
	cursor: pointer
}
.mat-form-field-type-mat-select .mat-form-field-label {
	width: calc(100% - 18px)
}
.mat-select-placeholder {
	transition: color .4s .133s cubic-bezier(.25, .8, .25, 1)
}
._mat-animation-noopable .mat-select-placeholder {
	transition: none
}
.mat-form-field-hide-placeholder .mat-select-placeholder {
	color: transparent;
	-webkit-text-fill-color: transparent;
	transition: none;
	display: block
}
.mat-option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 48px;
	height: 48px;
	padding: 0 16px;
	text-align: left;
	text-decoration: none;
	max-width: 100%;
	position: relative;
	cursor: pointer;
	outline: 0;
	display: flex;
	flex-direction: row;
	max-width: 100%;
	box-sizing: border-box;
	align-items: center;
	-webkit-tap-highlight-color: transparent
}
.mat-option[disabled] {
	cursor: default
}
[dir=rtl] .mat-option {
	text-align: right
}
.mat-option .mat-icon {
	margin-right: 16px;
	vertical-align: middle
}
.mat-option .mat-icon svg {
	vertical-align: top
}
[dir=rtl] .mat-option .mat-icon {
	margin-left: 16px;
	margin-right: 0
}
.mat-option[aria-disabled=true] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}
.mat-optgroup .mat-option:not(.mat-option-multiple) {
	padding-left: 32px
}
[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple) {
	padding-left: 16px;
	padding-right: 32px
}

@media (-ms-high-contrast:active) {
.mat-option {
	margin: 0 1px
}
.mat-option.mat-active {
	border: solid 1px currentColor;
	margin: 0
}
}
.mat-option-text {
	display: inline-block;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis
}
.mat-option .mat-option-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none
}

@media (-ms-high-contrast:active) {
.mat-option .mat-option-ripple {
	opacity: .5
}
}
.mat-option-pseudo-checkbox {
	margin-right: 8px
}
[dir=rtl] .mat-option-pseudo-checkbox {
	margin-left: 8px;
	margin-right: 0
}
.col[_ngcontent-mgk-c28] {
	margin-right: 8px
}
.col.col-1[_ngcontent-mgk-c28] {
	width: 60%
}
.col.col-1[_ngcontent-mgk-c28] > div[_ngcontent-mgk-c28] {
	display: flex
}
.col.col-2[_ngcontent-mgk-c28] {
	width: 15%;
	text-align: center
}
.col.col-2[_ngcontent-mgk-c28] div[_ngcontent-mgk-c28] {
	max-height: 40px;
	overflow: hidden
}
.col.col-3[_ngcontent-mgk-c28] {
	width: 10%;
	text-align: center
}
.col.col-4[_ngcontent-mgk-c28] {
	width: 15%;
	text-align: center
}
.col.col-4[_ngcontent-mgk-c28] span[_ngcontent-mgk-c28] {
	color: #9e9e9e
}
.stamp[_ngcontent-mgk-c28] {
	margin-left: 5px;
	padding: 2px;
	color: #ff911b;
	border: 1px solid #ff911b;
	border-radius: 5px
}
.advert-wrap[_ngcontent-mgk-c28] {
	display: inline-block;
	width: 219px;
	padding: 16px;
	margin-top: 16px;
	background: url(assets/advert/bg.png) 0 0/100% 100% no-repeat;
	text-align: left
}
.advert-wrap[_ngcontent-mgk-c28] b[_ngcontent-mgk-c28] {
	font-size: 20px
}
.advert-wrap[_ngcontent-mgk-c28] img[_ngcontent-mgk-c28] {
	width: 76px;
	height: 47px
}
.mat-radio-button[_ngcontent-mgk-c29] {
	min-width: 160px;
	padding-bottom: 8px
}
.mat-radio-button.mat-radio-checked[_ngcontent-mgk-c29] {
	color: #ff911b
}
.mat-radio-button[_ngcontent-mgk-c29] .mat-radio-container {
	display: none
}
.filter-item[_ngcontent-mgk-c29] {
	display: flex;
	padding: 8px 0
}
.filter-item[_ngcontent-mgk-c29]:first-child {
	margin-top: 8px
}
.filter-item[_ngcontent-mgk-c29] label[_ngcontent-mgk-c29] {
	min-width: 65px;
	padding-bottom: 8px
}
.filter-item[_ngcontent-mgk-c29] .filter-item-sub1[_ngcontent-mgk-c29] {
	margin-left: 16px
}
.filter-item[_ngcontent-mgk-c29] .filter-item-sub2[_ngcontent-mgk-c29] {
	margin-top: 8px;
	margin-left: 32px
}
.filter-item[_ngcontent-mgk-c29] .filter-item-sub1[_ngcontent-mgk-c29], .filter-item[_ngcontent-mgk-c29] .filter-item-sub2[_ngcontent-mgk-c29] {
	padding: 8px 8px 0;
	border: 1px solid #e0e0e0
}
.filter-item[_ngcontent-mgk-c29] .filter-item-sub1[_ngcontent-mgk-c29]:empty, .filter-item[_ngcontent-mgk-c29] .filter-item-sub2[_ngcontent-mgk-c29]:empty {
	display: none
}
.filter-switch[_ngcontent-mgk-c29] {
	padding: 8px 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	cursor: pointer
}
.filter-switch[_ngcontent-mgk-c29] mat-icon[_ngcontent-mgk-c29] {
	vertical-align: bottom
}
.filter-switch[_ngcontent-mgk-c29] + .tabs-2[_ngcontent-mgk-c29] {
	margin-top: 24px
}
.tabs-2[_ngcontent-mgk-c29] {
	margin-top: 16px
}
.mat-radio-button {
	display: inline-block;
	-webkit-tap-highlight-color: transparent;
	outline: 0
}
.mat-radio-label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%
}
.mat-radio-container {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	flex-shrink: 0
}
.mat-radio-outer-circle {
	box-sizing: border-box;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	transition: border-color ease 280ms;
	width: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%
}
._mat-animation-noopable .mat-radio-outer-circle {
	transition: none
}
.mat-radio-inner-circle {
	border-radius: 50%;
	box-sizing: border-box;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform ease 280ms, background-color ease 280ms;
	width: 20px;
	transform: scale(.001)
}
._mat-animation-noopable .mat-radio-inner-circle {
	transition: none
}
.mat-radio-checked .mat-radio-inner-circle {
	transform: scale(.5)
}

@media (-ms-high-contrast:active) {
.mat-radio-checked .mat-radio-inner-circle {
	border: solid 10px
}
}
.mat-radio-label-content {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	display: inline-block;
	order: 0;
	line-height: inherit;
	padding-left: 8px;
	padding-right: 0
}
[dir=rtl] .mat-radio-label-content {
	padding-right: 8px;
	padding-left: 0
}
.mat-radio-label-content.mat-radio-label-before {
	order: -1;
	padding-left: 0;
	padding-right: 8px
}
[dir=rtl] .mat-radio-label-content.mat-radio-label-before {
	padding-right: 0;
	padding-left: 8px
}
.mat-radio-disabled, .mat-radio-disabled .mat-radio-label {
	cursor: default
}
.mat-radio-button .mat-radio-ripple {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	height: 40px;
	width: 40px;
	z-index: 1;
	pointer-events: none
}
.mat-radio-button .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
	opacity: .16
}
.mat-radio-persistent-ripple {
	width: 100%;
	height: 100%;
	transform: none
}
.mat-radio-container:hover .mat-radio-persistent-ripple {
	opacity: .04
}
.mat-radio-button:not(.mat-radio-disabled).cdk-keyboard-focused .mat-radio-persistent-ripple, .mat-radio-button:not(.mat-radio-disabled).cdk-program-focused .mat-radio-persistent-ripple {
	opacity: .12
}
.mat-radio-disabled .mat-radio-container:hover .mat-radio-persistent-ripple, .mat-radio-persistent-ripple {
	opacity: 0
}

@media (hover:none) {
.mat-radio-container:hover .mat-radio-persistent-ripple {
	display: none
}
}
.mat-radio-input {
	bottom: 0;
	left: 50%
}

@media (-ms-high-contrast:active) {
.mat-radio-disabled {
	opacity: .5
}
}
