

.el-change-language--language-table[data-v-f78bc4a2] .el-table__row.is-current {
	background-color: var(--av-brand-accent)
}

[data-v-412cf78e] .user-guide:not(:last-child) {
	border-right: 1px solid var(--av-brand-lighter)
}

[data-v-412cf78e] .downloads-header-row:first-of-type {
	display: none
}

[data-v-412cf78e] .el-dialog__body {
	min-height: 240px
}

.downloads-row-title[data-v-412cf78e] {
	white-space: normal
}

.modal[data-v-d0883ff2] {
	background-color: var(--av-fixed-white)!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.modal__header[data-v-d0883ff2] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 64px;
	height: 64px;
	padding-left: 24px;
	border-bottom: 1px solid var(--av-brand-lighter)
}

.modal__title-wrapper[data-v-d0883ff2] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.modal__content[data-v-d0883ff2] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	background-color: var(--av-brand-lightest)
}

.modal__content--custom-scroll[data-v-d0883ff2] {
	overflow: hidden
}

.modal-container[data-v-dd52d7a2] {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.modal-container--fullscreen[data-v-dd52d7a2] {
	width: 100%
}

.modal-container--width-blank[data-v-dd52d7a2] {
	width: 0
}

.modal-container--width-small[data-v-dd52d7a2] {
	width: 512px
}

.modal-container--width-medium[data-v-dd52d7a2] {
	width: 656px
}

.modal-container--width-large[data-v-dd52d7a2] {
	width: 720px
}

.modal-container--width-x-large[data-v-dd52d7a2] {
	width: 832px
}

.modal-container--fixed[data-v-dd52d7a2] {
	position: fixed;
	top: 0;
	width: auto;
	-webkit-box-shadow: 0 0 20px 0 var(--av-fixed-secondary);
	box-shadow: 0 0 20px 0 var(--av-fixed-secondary)
}

.modal-footer[data-v-adebb828] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 64px;
	height: 64px;
	padding: 0 24px;
	border-top: 1px solid var(--av-brand-lighter)
}

.modal-footer__right-align[data-v-adebb828] {
	margin-right: auto
}

.modals[data-v-27648707] {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed
}

.modals__item[data-v-27648707] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%
}

.modals__item--last[data-v-27648707] {
	background-color: var(--av-fixed-secondary);
	-webkit-box-shadow: 0 0 0 10000px var(--av-fixed-secondary), 0 0 20px 0 rgba(45, 49, 56, .7);
	box-shadow: 0 0 0 10000px var(--av-fixed-secondary), 0 0 20px 0 rgba(45, 49, 56, .7)
}

.modals__item[data-v-27648707] .el-dialog--unset-width {
	width: unset
}

.modals--empty[data-v-27648707] {
	display: none
}

.action-bar[data-v-7cd15fb7] {
	height: 100%;
	background-color: var(--av-fixed-white);
	overflow: hidden;
	width: 192px
}

.action-bar--collapsed[data-v-7cd15fb7] {
	width: 64px;
	min-width: 64px
}

.action-bar__scrollbar[data-v-7cd15fb7] {
	width: 100%;
	height: 100%
}

.action-bar-item[data-v-0e5b5f52] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	color: var(--av-brand-primary);
	position: relative;
	cursor: pointer;
	padding: 0 16px
}

.action-bar-item__title[data-v-0e5b5f52] {
	white-space: normal;
	line-height: 16px
}

.action-bar-item__loader[data-v-0e5b5f52] {
	min-width: 32px
}

.action-bar-item__input[data-v-0e5b5f52] {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
	color: transparent
}

.action-bar-item__input[data-v-0e5b5f52],
.action-bar-item__input button[data-v-0e5b5f52] {
	cursor: pointer
}

.action-bar-item__input--disabled[data-v-0e5b5f52] {
	cursor: default
}

.action-bar-item--divider[data-v-0e5b5f52] {
	height: 8px;
	border-top: 1px solid var(--av-brand-lighter);
	border-bottom: 1px solid var(--av-brand-lighter);
	background-color: var(--av-brand-lightest);
	background-clip: padding-box
}

.action-bar-item--divider+.action-bar-item[data-v-0e5b5f52]:before {
	min-width: 100%;
	left: 0
}

.action-bar-item--disabled[data-v-0e5b5f52] {
	color: var(--av-fixed-lighter)!important;
	cursor: default
}

.action-bar-item--unclickable[data-v-0e5b5f52] {
	cursor: default
}

.action-bar-item:not(.action-bar-item--divider):not(.action-bar-item--disabled):not(.action-bar-item--unclickable).action-bar-item--active[data-v-0e5b5f52],
.action-bar-item[data-v-0e5b5f52]:not(.action-bar-item--divider):not(.action-bar-item--disabled):not(.action-bar-item--unclickable):active,
.action-bar-item[data-v-0e5b5f52]:not(.action-bar-item--divider):not(.action-bar-item--disabled):not(.action-bar-item--unclickable):hover {
	background-clip: padding-box
}

.action-bar-item[data-v-0e5b5f52]:not(.action-bar-item--divider):not(.action-bar-item--disabled):not(.action-bar-item--unclickable):hover {
	background-color: var(--av-brand-lightest)
}

.action-bar-item:not(.action-bar-item--divider):not(.action-bar-item--disabled):not(.action-bar-item--unclickable).action-bar-item--active[data-v-0e5b5f52],
.action-bar-item[data-v-0e5b5f52]:not(.action-bar-item--divider):not(.action-bar-item--disabled):not(.action-bar-item--unclickable):active {
	background-color: var(--av-brand-lighter)
}

.container[data-v-18088d02] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.container--color-brand-accent[data-v-18088d02] {
	background-color: var(--av-brand-accent)
}

.container__content[data-v-18088d02] {
	font-size: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.container--height-md[data-v-18088d02] {
	min-height: 64px;
	height: 64px
}

.container--height-sm[data-v-18088d02] {
	min-height: 48px;
	height: 48px
}

.container--height-lg[data-v-18088d02] {
	min-height: 80px;
	height: 80px
}

.editable-list--collapsed .editable-list__switch[data-v-18088d02] {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.editable-list--collapsed .editable-list__content[data-v-18088d02] {
	display: none
}

.editable-list-form+.editable-list-item[data-v-18088d02],
.editable-list-form[data-v-18088d02] {
	border-top: 1px solid var(--av-brand-light)
}

.editable-list-item[data-v-18088d02] {
	border-top: 1px solid var(--av-brand-lighter)
}

.editable-list-item--editable+.editable-list-item[data-v-18088d02],
.editable-list-item--editable[data-v-18088d02] {
	border-top: 1px solid var(--av-brand-light)
}

.editable-list-item--editable .editable-list-item__preview[data-v-18088d02] {
	display: none
}

.list-item[data-v-3d01d021] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 48px;
	border-top: 1px solid var(--av-brand-lighter)
}

.list-item[data-v-3d01d021]:first-child {
	border-top: none
}

.list-item__content[data-v-3d01d021],
.list-item__title[data-v-3d01d021] {
	position: relative;
	min-width: 50%;
	padding: 0 24px;
	width: 100%
}

.list-item__content--no-padding[data-v-3d01d021],
.list-item__title--no-padding[data-v-3d01d021] {
	padding: 0
}

.list-item--no-border[data-v-3d01d021] {
	border: none
}

.list-item--small[data-v-3d01d021] {
	min-height: 42px
}

.list-item--large[data-v-3d01d021] {
	min-height: 64px
}

.list-item--medium[data-v-3d01d021] {
	min-height: 48px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.list-item[data-v-3d01d021]:after {
		content: "";
		font-weight: 0;
		min-height: inherit
	}
}

.a-list-gutter {
	display: inline
}

.table-container[data-v-6f3513b4] {
	height: 100%
}

.ellipsis:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis .9s steps(4) infinite;
	animation: ellipsis .9s steps(4) infinite;
	content: "\2026";
	width: 0
}

@keyframes ellipsis {
	to {
		width: 1em
	}
}

@-webkit-keyframes ellipsis {
	to {
		width: 1em
	}
}

.loader-container[data-v-61f330f3] {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.content-layout[data-v-45fb1779] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.content-layout__wrapper[data-v-45fb1779] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.content-layout__header[data-v-45fb1779] {
	z-index: 1
}

.content-layout__header.offset[data-v-45fb1779] {
	position: absolute;
	left: 256px;
	right: 0
}

.content-layout__body[data-v-45fb1779] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.content-layout__content[data-v-45fb1779] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	width: 0
}

.content-layout__content-wrapper[data-v-45fb1779] {
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.grid-layout[data-v-32d4e5ae] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.grid-layout__header[data-v-32d4e5ae] {
	background-clip: border-box
}

.grid-layout__aside-header--collapsed[data-v-32d4e5ae] {
	max-width: 192px
}

.grid-layout__wrapper[data-v-32d4e5ae] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.grid-layout__body[data-v-32d4e5ae] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.grid-layout__content[data-v-32d4e5ae] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	width: 1px
}

.grid-layout__aside-content[data-v-32d4e5ae] {
	height: 100%;
	max-width: calc(100% - 64px);
	border-left: 1px solid var(--av-brand-lighter);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: var(--av-brand-lightest)
}

.grid-layout__aside[data-v-32d4e5ae] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 15px 30px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 15px 30px 0 rgba(45, 49, 56, .25);
	z-index: 1
}

.grid-layout__aside--opened[data-v-32d4e5ae] {
	width: 720px;
	min-width: 720px
}

.grid-layout__aside-wrapper[data-v-32d4e5ae] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: calc(100% - 64px);
	background-color: var(--av-fixed-white)
}

.a-nav-layout[data-v-50111f0d] {
	height: 100%
}

.a-nav-layout__aside[data-v-50111f0d] {
	width: 320px;
	background-color: var(--av-fixed-white);
	border-right: 1px solid var(--av-brand-lighter)
}

.a-nav-layout__aside-header[data-v-50111f0d] {
	padding-left: 20px
}

.placeholder-layout[data-v-08a64c03] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.placeholder-layout__content[data-v-08a64c03],
.placeholder-layout__footer[data-v-08a64c03] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.placeholder-layout__content[data-v-08a64c03] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.placeholder-layout__icon[data-v-08a64c03] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.app-layout[data-v-01c23dcd] {
	z-index: 1;
	background-color: var(--av-solid-brand-lightest);
	height: 100%
}

.app-layout__logo[data-v-01c23dcd] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 64px;
	max-height: 64px;
	min-height: 64px
}

.app-layout__nav[data-v-01c23dcd] {
	z-index: 1
}

.app-layout__nav-wrapper[data-v-01c23dcd] {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.app-layout__nav--fixed[data-v-01c23dcd] {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%
}

.app-layout__vendor[data-v-01c23dcd] {
	font-size: 11px;
	color: var(--av-fixed-white);
	text-align: center;
	opacity: .4
}

.app-layout__content[data-v-01c23dcd] {
	width: 100%
}

.fullscreen-layout[data-v-5dbae892] {
	height: 100%
}

.title-with-counter[data-v-3e0237ec] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.title-with-counter .el-tag.el-tag--portal[data-v-3e0237ec] {
	color: var(--av-fixed-white)
}

.side-navigation-menu .el-menu-item>.el-text,
.side-navigation-menu .el-submenu__item>.el-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.app-loading[data-v-6e3e7fe3] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: inherit;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999
}

.app-loading__backdrop[data-v-6e3e7fe3] {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.app-loading__content[data-v-6e3e7fe3] {
	text-align: center
}

.app-loading__spinner[data-v-6e3e7fe3] {
	display: inline-block;
	vertical-align: middle;
	border-top-color: transparent!important;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	border: 3px solid #4875b3;
	-webkit-animation: rotate-data-v-6e3e7fe3 .4s linear infinite;
	animation: rotate-data-v-6e3e7fe3 .4s linear infinite
}

.app-loading-lock[data-v-6e3e7fe3] {
	overflow: hidden
}

@-webkit-keyframes rotate-data-v-6e3e7fe3 {
	to {
		-webkit-transform: rotate(1turn) translateZ(0);
		transform: rotate(1turn) translateZ(0)
	}
}

@keyframes rotate-data-v-6e3e7fe3 {
	to {
		-webkit-transform: rotate(1turn) translateZ(0);
		transform: rotate(1turn) translateZ(0)
	}
}

.skeleton-text[data-v-ec5c5a6a] {
	height: 8px;
	border-radius: 4px
}

.skeleton-text--fixed-lighter[data-v-ec5c5a6a] {
	background-color: var(--av-fixed-lighter)
}

.skeleton-text--fixed-light[data-v-ec5c5a6a] {
	background-color: rgba(var(--av-fixed-white), .3)
}

.skeleton-dialog__message[data-v-6fa05cf3] {
	text-align: center
}

.skeleton-dialog__left-aligned[data-v-6fa05cf3] {
	text-align: left
}

.skeleton-dialog__reason-wrapper[data-v-6fa05cf3] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.skeleton-dialog__reason-icon[data-v-6fa05cf3] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 4px
}

.skeleton-dialog__reason-icon[data-v-6fa05cf3]:before {
	color: #408bea
}

.skeleton-dialog__reason-text[data-v-6fa05cf3] {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-indent: -22px
}

.skeleton[data-v-54ea7d10] {
	height: 100%;
	background-color: var(--av-solid-brand-lightest)
}

.skeleton__backdrop[data-v-54ea7d10] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--av-fixed-secondary)
}

.skeleton__aside[data-v-54ea7d10] {
	background-color: #44515e
}

.skeleton__item[data-v-54ea7d10] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 16px;
	height: 60px;
	max-height: 60px
}

.skeleton__icon[data-v-54ea7d10] {
	height: 32px;
	width: 32px;
	border-radius: 4px
}

.skeleton__icon--fixed-lightest[data-v-54ea7d10] {
	background-color: var(--av-fixed-lightest)
}

.skeleton__icon--fixed-light[data-v-54ea7d10] {
	background-color: rgba(var(--av-fixed-white), .3)
}

.skeleton__hidden-icon[data-v-54ea7d10] {
	contain: strict;
	position: absolute;
	left: -9999px;
	font-size: "12pt"
}

.skeleton__logo[data-v-54ea7d10] {
	height: 32px;
	width: 224px;
	margin: 16px;
	border-radius: 4px;
	background-color: rgba(var(--av-fixed-white), .15)
}

@font-face {
	/* font-family: iconfont; */
	src: url(../fonts/iconfont.7db4181.woff2) format("woff2"), url(../fonts/iconfont.0cd099e.woff) format("woff"), url(../fonts/iconfont.466439c.ttf) format("truetype");
	font-style: normal
}

[class*=" i-"]:before,
[class^=i-]:before {
	/* font-family: iconfont; */
	display: inline-block;
	font-style: normal;
	-webkit-transform: scaleX(.999);
	transform: scaleX(.999);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.i-acronis-cloud--32:before {
	content: "\ea01"
}

.i-acronis-storage-ab--32:before {
	content: "\ea02"
}

.i-active-protection-o--16:before {
	content: "\ea03"
}

.i-activities-ab-o--32:before {
	content: "\ea04"
}

.i-activities-arrow-ab--32:before {
	content: "\ea05"
}

.i-add-action--16:before {
	content: "\ea06"
}

.i-add-create-ab--32:before {
	content: "\ea07"
}

.i-alerts-ab-o--32:before {
	content: "\ea08"
}

.i-android--24:before {
	content: "\ea09"
}

.i-apple-ab--24:before {
	content: "\ea0a"
}

.i-appliance-o--24:before {
	content: "\ea0b"
}

.i-archive-o--24:before {
	content: "\ea0c"
}

.i-archive-o--32:before {
	content: "\ea0d"
}

.i-arrow-left--32:before {
	content: "\ea0e"
}

.i-arrow-sort-down--16:before {
	content: "\ea0f"
}

.i-arrow-sort-up--16:before {
	content: "\ea10"
}

.i-asz--32:before {
	content: "\ea11"
}

.i-attach--16:before {
	content: "\ea12"
}

.i-back-ab--32:before {
	content: "\ea13"
}

.i-back-o--24:before {
	content: "\ea14"
}

.i-backup-dr-o--16:before {
	content: "\ea15"
}

.i-backup-dr-o--24:before {
	content: "\ea16"
}

.i-backup-dr-o--32:before {
	content: "\ea17"
}

.i-backups-ab-o--32:before {
	content: "\ea18"
}

.i-ban--16:before {
	content: "\ea19"
}

.i-ban-o--16:before {
	content: "\ea1a"
}

.i-ban-o--24:before {
	content: "\ea1b"
}

.i-blacklist-o--32:before {
	content: "\ea1c"
}

.i-bootablemedia-ab--24:before {
	content: "\ea1d"
}

.i-calendar-o--16:before {
	content: "\ea1e"
}

.i-check--16:before {
	content: "\ea1f"
}

.i-check-circle--16:before {
	content: "\ea20"
}

.i-check-square--16:before {
	content: "\ea21"
}

.i-chevron-double-left--16:before {
	content: "\ea22"
}

.i-chevron-double-right--16:before {
	content: "\ea23"
}

.i-chevron-down--16:before {
	content: "\ea24"
}

.i-chevron-left--16:before {
	content: "\ea25"
}

.i-chevron-right--16:before {
	content: "\ea26"
}

.i-chevron-up--16:before {
	content: "\ea27"
}

.i-clients-o--24:before {
	content: "\ea28"
}

.i-clipboard-o--32:before {
	content: "\ea29"
}

.i-clock--16:before {
	content: "\ea2a"
}

.i-clock-o--16:before {
	content: "\ea2b"
}

.i-clone-copy-ab-o--32:before {
	content: "\ea2c"
}

.i-cloud--32:before {
	content: "\ea2d"
}

.i-cloud-server-o--24:before {
	content: "\ea2e"
}

.i-cloud-storage-o--24:before {
	content: "\ea2f"
}

.i-cog--16:before {
	content: "\ea30"
}

.i-cog-o--32:before {
	content: "\ea31"
}

.i-connect-failed-o--24:before {
	content: "\ea32"
}

.i-connect-o--24:before {
	content: "\ea33"
}

.i-connect-o--32:before {
	content: "\ea34"
}

.i-console-log-o--16:before {
	content: "\ea35"
}

.i-console-o--16:before {
	content: "\ea36"
}

.i-copy-o--16:before {
	content: "\ea37"
}

.i-customer-o--16:before {
	content: "\ea38"
}

.i-cyber-infrastructure-o--24:before {
	content: "\ea39"
}

.i-dashboard-o--32:before {
	content: "\ea3a"
}

.i-db-o--24:before {
	content: "\ea3b"
}

.i-delete-ab-o--32:before {
	content: "\ea3c"
}

.i-detach--16:before {
	content: "\ea3d"
}

.i-details-ab-o--32:before {
	content: "\ea3e"
}

.i-disable-ab-o--32:before {
	content: "\ea3f"
}

.i-dot--16:before {
	content: "\ea40"
}

.i-download--16:before {
	content: "\ea41"
}

.i-download--24:before {
	content: "\ea42"
}

.i-dr-ab-o--32:before {
	content: "\ea43"
}

.i-edit-o--16:before {
	content: "\ea44"
}

.i-edit-rename-ab-o--32:before {
	content: "\ea45"
}

.i-ellipsis-h--16:before {
	content: "\ea46"
}

.i-empty-o--24:before {
	content: "\ea47"
}

.i-enable-ab-o--32:before {
	content: "\ea48"
}

.i-exchange-ab--32:before {
	content: "\ea49"
}

.i-exclamation-circle--16:before {
	content: "\ea4a"
}

.i-exclamation-triangle--16:before {
	content: "\ea4b"
}

.i-execute-runbook-o--24:before {
	content: "\ea4c"
}

.i-export-ab-o--32:before {
	content: "\ea4d"
}

.i-external-link-o--16:before {
	content: "\ea4e"
}

.i-failover-server-o--24:before {
	content: "\ea4f"
}

.i-fallback-server-o--24:before {
	content: "\ea50"
}

.i-files-o--16:before {
	content: "\ea51"
}

.i-files-o--24:before {
	content: "\ea52"
}

.i-folder--32:before {
	content: "\ea53"
}

.i-folder-o--16:before {
	content: "\ea54"
}

.i-folder-o--24:before {
	content: "\ea55"
}

.i-ftp--32:before {
	content: "\ea56"
}

.i-hard-reboot--16:before {
	content: "\ea57"
}

.i-help-circle--16:before {
	content: "\ea58"
}

.i-hide--16:before {
	content: "\ea59"
}

.i-hyper-v-ab--32:before {
	content: "\ea5a"
}

.i-import-ab-o--32:before {
	content: "\ea5b"
}

.i-info-circle--16:before {
	content: "\ea5c"
}

.i-info-circle-o--16:before {
	content: "\ea5d"
}

.i-internet-access--16:before {
	content: "\ea5e"
}

.i-internet-access-o--16:before {
	content: "\ea5f"
}

.i-internet-access-o--24:before {
	content: "\ea60"
}

.i-key-o--16:before {
	content: "\ea61"
}

.i-key-o--24:before {
	content: "\ea62"
}

.i-linux-ab--24:before {
	content: "\ea63"
}

.i-list-o--24:before {
	content: "\ea64"
}

.i-loading--16:before {
	content: "\ea65"
}

.i-local-backup-o--16:before {
	content: "\ea66"
}

.i-local-backup-o--24:before {
	content: "\ea67"
}

.i-local-backup-o--32:before {
	content: "\ea68"
}

.i-long-arrow-left--24:before {
	content: "\ea69"
}

.i-long-arrow-right--16:before {
	content: "\ea6a"
}

.i-mail-archive-o--16:before {
	content: "\ea6b"
}

.i-maintenance-o--16:before {
	content: "\ea6c"
}

.i-menu-o--24:before {
	content: "\ea6d"
}

.i-microphone-o--24:before {
	content: "\ea6e"
}

.i-minus--16:before {
	content: "\ea6f"
}

.i-network-folder-ab--32:before {
	content: "\ea70"
}

.i-network-folder-o--24:before {
	content: "\ea71"
}

.i-network-tape--32:before {
	content: "\ea72"
}

.i-nfs-share--32:before {
	content: "\ea73"
}

.i-notary-o--24:before {
	content: "\ea74"
}

.i-o-365-sharepoint-o--24:before {
	content: "\ea75"
}

.i-office-ab--24:before {
	content: "\ea76"
}

.i-omnivoice-o--24:before {
	content: "\ea77"
}

.i-oracle-agent-ab--24:before {
	content: "\ea78"
}

.i-patch-manage-o--24:before {
	content: "\ea79"
}

.i-patch-o--16:before {
	content: "\ea7a"
}

.i-paused-circle--16:before {
	content: "\ea7b"
}

.i-pdf-ab--32:before {
	content: "\ea7c"
}

.i-pencil-o--16:before {
	content: "\ea7d"
}

.i-placeholder--16:before {
	content: "\ea7e"
}

.i-play-o--16:before {
	content: "\ea7f"
}

.i-plugin-ab--24:before {
	content: "\ea80"
}

.i-plus--16:before {
	content: "\ea81"
}

.i-plus-rounded--16:before {
	content: "\ea82"
}

.i-power-o--24:before {
	content: "\ea83"
}

.i-power-off-o--16:before {
	content: "\ea84"
}

.i-protection-o--16:before {
	content: "\ea85"
}

.i-protection-o--24:before {
	content: "\ea86"
}

.i-protection-o--32:before {
	content: "\ea87"
}

.i-public-ips-o--16:before {
	content: "\ea88"
}

.i-question-circle-o--24:before {
	content: "\ea89"
}

.i-rdp-native-o--32:before {
	content: "\ea8a"
}

.i-rdp-web-o--32:before {
	content: "\ea8b"
}

.i-recover--16:before {
	content: "\ea8c"
}

.i-recovery-server-o--24:before {
	content: "\ea8d"
}

.i-recovery-server-state-o--24:before {
	content: "\ea8e"
}

.i-remove-from-list-o--32:before {
	content: "\ea8f"
}

.i-rename-o--16:before {
	content: "\ea90"
}

.i-resources-o--32:before {
	content: "\ea91"
}

.i-restart--16:before {
	content: "\ea92"
}

.i-resume-o--16:before {
	content: "\ea93"
}

.i-reverse--16:before {
	content: "\ea94"
}

.i-root-o--16:before {
	content: "\ea95"
}

.i-rotate--16:before {
	content: "\ea96"
}

.i-router--16:before {
	content: "\ea97"
}

.i-router-ab-o--32:before {
	content: "\ea98"
}

.i-routing-o--24:before {
	content: "\ea99"
}

.i-run-circle--16:before {
	content: "\ea9a"
}

.i-save--16:before {
	content: "\ea9b"
}

.i-script-o--32:before {
	content: "\ea9c"
}

.i-search-o--16:before {
	content: "\ea9d"
}

.i-search-o--24:before {
	content: "\ea9e"
}

.i-send-o--16:before {
	content: "\ea9f"
}

.i-server-o--16:before {
	content: "\eaa0"
}

.i-server-o--24:before {
	content: "\eaa1"
}

.i-server-state-o--24:before {
	content: "\eaa2"
}

.i-servers-o--16:before {
	content: "\eaa3"
}

.i-services-o--24:before {
	content: "\eaa4"
}

.i-settings-ab-o--32:before {
	content: "\eaa5"
}

.i-sftp-ab--32:before {
	content: "\eaa6"
}

.i-share-o--32:before {
	content: "\eaa7"
}

.i-shelve-o--16:before {
	content: "\eaa8"
}

.i-show--16:before {
	content: "\eaa9"
}

.i-simplify-view-o--24:before {
	content: "\eaaa"
}

.i-software-management-o--32:before {
	content: "\eaab"
}

.i-start-server-o--24:before {
	content: "\eaac"
}

.i-stop-o--16:before {
	content: "\eaad"
}

.i-stop-plan-ab--32:before {
	content: "\eaae"
}

.i-stop-server-o--24:before {
	content: "\eaaf"
}

.i-stopped-circle--16:before {
	content: "\eab0"
}

.i-storage-node--32:before {
	content: "\eab1"
}

.i-subroot-o--16:before {
	content: "\eab2"
}

.i-subroot-o--24:before {
	content: "\eab3"
}

.i-sync-share-o--24:before {
	content: "\eab4"
}

.i-sync-share-o--32:before {
	content: "\eab5"
}

.i-tape--32:before {
	content: "\eab6"
}

.i-times--16:before {
	content: "\eab7"
}

.i-times--24:before {
	content: "\eab8"
}

.i-times-circle--16:before {
	content: "\eab9"
}

.i-times-circle-o--32:before {
	content: "\eaba"
}

.i-to-cloud-o--24:before {
	content: "\eabb"
}

.i-trash-o--16:before {
	content: "\eabc"
}

.i-tune--16:before {
	content: "\eabd"
}

.i-update-o--24:before {
	content: "\eabe"
}

.i-upload--16:before {
	content: "\eabf"
}

.i-upload--24:before {
	content: "\eac0"
}

.i-user-circle-o--24:before {
	content: "\eac1"
}

.i-user-o--16:before {
	content: "\eac2"
}

.i-v-logo--32:before {
	content: "\eac3"
}

.i-virtual-machine-ab--32:before {
	content: "\eac4"
}

.i-virtual-machines-o--24:before {
	content: "\eac5"
}

.i-virtual-network-o--24:before {
	content: "\eac6"
}

.i-virtuozzo-platform-ab--24:before {
	content: "\eac7"
}

.i-virustotal-o--16:before {
	content: "\eac8"
}

.i-vulnerability-o--24:before {
	content: "\eac9"
}

.i-website-o--16:before {
	content: "\eaca"
}

.i-website-o--24:before {
	content: "\eacb"
}

.i-win-serv-essentials-o--16:before {
	content: "\eacc"
}

.i-win-serv-essentials-o--24:before {
	content: "\eacd"
}

.i-workstations-o--16:before {
	content: "\eace"
}

.i-workstations-o--24:before {
	content: "\eacf"
}

.i-workstations-o--32:before {
	content: "\ead0"
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-Light.8040375.eot);
	src: url(../fonts/OpenSans-Light.8040375.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Light.963eb32.woff) format("woff"), url(../fonts/OpenSans-Light.ecb4572.ttf) format("truetype"), url(img/OpenSans-Light.d79f021.svg#Light) format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-LightItalic.6725fc4.eot);
	src: url(../fonts/OpenSans-LightItalic.6725fc4.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-LightItalic.97534dd.woff) format("woff"), url(../fonts/OpenSans-LightItalic.26f1e68.ttf) format("truetype"), url(img/OpenSans-LightItalic.b64e991.svg#LightItalic) format("svg");
	font-weight: 300;
	font-style: italic
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-Regular.a35546e.eot);
	src: url(../fonts/OpenSans-Regular.a35546e.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Regular.ac327c4.woff) format("woff"), url(../fonts/OpenSans-Regular.cd72963.ttf) format("truetype"), url(img/OpenSans-Regular.f641a7d.svg#Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-Italic.e487b7c.eot);
	src: url(../fonts/OpenSans-Italic.e487b7c.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Italic.5250746.woff) format("woff"), url(../fonts/OpenSans-Italic.9b30f13.ttf) format("truetype"), url(img/OpenSans-Italic.d6671d4.svg#Italic) format("svg");
	font-weight: 400;
	font-style: italic
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-Semibold.0ea0450.eot);
	src: url(../fonts/OpenSans-Semibold.0ea0450.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Semibold.9f21442.woff) format("woff"), url(../fonts/OpenSans-Semibold.33f225b.ttf) format("truetype"), url(img/OpenSans-Semibold.bb100c9.svg#Semibold) format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-SemiboldItalic.da06141.eot);
	src: url(../fonts/OpenSans-SemiboldItalic.da06141.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-SemiboldItalic.ec55f26.woff) format("woff"), url(../fonts/OpenSans-SemiboldItalic.1c0b4eb.ttf) format("truetype"), url(img/OpenSans-SemiboldItalic.ddc348f.svg#SemiboldItalic) format("svg");
	font-weight: 600;
	font-style: italic
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-Bold.7ae9b8b.eot);
	src: url(../fonts/OpenSans-Bold.7ae9b8b.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Bold.8926673.woff) format("woff"), url(../fonts/OpenSans-Bold.5a10091.ttf) format("truetype"), url(img/OpenSans-Bold.d6291f8.svg#Bold) format("svg");
	font-weight: 700;
	font-style: normal
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-BoldItalic.ea07932.eot);
	src: url(../fonts/OpenSans-BoldItalic.ea07932.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-BoldItalic.7be88e7.woff) format("woff"), url(../fonts/OpenSans-BoldItalic.c36b5ac.ttf) format("truetype"), url(img/OpenSans-BoldItalic.a54aba8.svg#BoldItalic) format("svg");
	font-weight: 700;
	font-style: italic
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-ExtraBold.561e4b6.eot);
	src: url(../fonts/OpenSans-ExtraBold.561e4b6.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-ExtraBold.12e2ed7.woff) format("woff"), url(../fonts/OpenSans-ExtraBold.19b56cf.ttf) format("truetype"), url(img/OpenSans-ExtraBold.8c5c497.svg#ExtraBold) format("svg");
	font-weight: 800;
	font-style: normal
}

@font-face {
	/* font-family: Open Sans; */
	src: url(../fonts/OpenSans-ExtraBoldItalic.5f467e7.eot);
	src: url(../fonts/OpenSans-ExtraBoldItalic.5f467e7.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-ExtraBoldItalic.4f44077.woff) format("woff"), url(../fonts/OpenSans-ExtraBoldItalic.4595d7f.ttf) format("truetype"), url(img/OpenSans-ExtraBoldItalic.9704305.svg#ExtraBoldItalic) format("svg");
	font-weight: 800;
	font-style: italic
}

.el-bg--brand-lightest {
	background-color: var(--av-brand-lightest)!important
}

.el-bg--brand-accent {
	background-color: var(--av-brand-accent)!important
}

.el-bg--brand-lighter {
	background-color: var(--av-brand-lighter)!important
}

.el-bg--brand-light {
	background-color: var(--av-brand-light)!important
}

.el-bg--solid-brand-lightest {
	background-color: var(--av-solid-brand-lightest)!important
}

.el-bg--solid-brand-accent {
	background-color: var(--av-solid-brand-accent)!important
}

.el-bg--solid-brand-lighter {
	background-color: var(--av-solid-brand-lighter)!important
}

.el-bg--solid-brand-light {
	background-color: var(--av-solid-brand-light)!important
}

.el-bg--fixed-white {
	background-color: var(--av-fixed-white)!important
}

.el-display--block {
	display: block!important
}

.el-display--inline-block {
	display: inline-block!important
}

.el-display--flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.el-display--inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

.el-display--inline {
	display: inline!important
}

.el-display--none {
	display: none!important
}

.el-overflow--auto {
	overflow: auto!important
}

.el-overflow--hidden {
	overflow: hidden!important
}

.el-position--static {
	position: static!important
}

.el-position--relative {
	position: relative!important
}

.el-position--absolute {
	position: absolute!important
}

.el-position--fixed {
	position: fixed!important
}

.el-size--height-100 {
	height: 100%!important
}

.el-size--height-100vh {
	height: 100vh!important
}

.el-size--height-auto {
	height: auto!important
}

.el-size--width-100 {
	width: 100%!important
}

.el-size--width-100vw {
	width: 100vw!important
}

.el-size--width-auto {
	width: auto!important
}

.pt-0 {
	padding-top: 0!important
}

.pr-0 {
	padding-right: 0!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.px-0 {
	padding-right: 0!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.pa-0 {
	padding: 0!important
}

.mt-0 {
	margin-top: 0!important
}

.mr-0 {
	margin-right: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.mx-0 {
	margin-right: 0!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.ma-0 {
	margin: 0!important
}

.pt-8 {
	padding-top: 8px!important
}

.pr-8 {
	padding-right: 8px!important
}

.pb-8 {
	padding-bottom: 8px!important
}

.pl-8,
.px-8 {
	padding-left: 8px!important
}

.px-8 {
	padding-right: 8px!important
}

.py-8 {
	padding-top: 8px!important;
	padding-bottom: 8px!important
}

.pa-8 {
	padding: 8px!important
}

.mt-8 {
	margin-top: 8px!important
}

.mr-8 {
	margin-right: 8px!important
}

.mb-8 {
	margin-bottom: 8px!important
}

.ml-8,
.mx-8 {
	margin-left: 8px!important
}

.mx-8 {
	margin-right: 8px!important
}

.my-8 {
	margin-top: 8px!important;
	margin-bottom: 8px!important
}

.ma-8 {
	margin: 8px!important
}

.pt-16 {
	padding-top: 16px!important
}

.pr-16 {
	padding-right: 16px!important
}

.pb-16 {
	padding-bottom: 16px!important
}

.pl-16,
.px-16 {
	padding-left: 16px!important
}

.px-16 {
	padding-right: 16px!important
}

.py-16 {
	padding-top: 16px!important;
	padding-bottom: 34px!important
}

.pa-16 {
	padding: 16px!important
}

.mt-16 {
	margin-top: 16px!important
}

.mr-16 {
	margin-right: 16px!important
}

.mb-16 {
	margin-bottom: 16px!important
}

.ml-16,
.mx-16 {
	margin-left: 16px!important
}

.mx-16 {
	margin-right: 16px!important
}

.my-16 {
	margin-top: 16px!important;
	margin-bottom: 16px!important
}

.ma-16 {
	margin: 16px!important
}

.pt-24 {
	padding-top: 24px!important
}

.pr-24 {
	padding-right: 24px!important
}

.pb-24 {
	padding-bottom: 24px!important
}

.pl-24,
.px-24 {
	padding-left: 24px!important
}

.px-24 {
	padding-right: 24px!important
}

.py-24 {
	padding-top: 24px!important;
	padding-bottom: 24px!important
}

.pa-24 {
	padding: 24px!important
}

.mt-24 {
	margin-top: 24px!important
}

.mr-24 {
	margin-right: 24px!important
}

.mb-24 {
	margin-bottom: 24px!important
}

.ml-24,
.mx-24 {
	margin-left: 24px!important
}

.mx-24 {
	margin-right: 24px!important
}

.my-24 {
	margin-top: 24px!important;
	margin-bottom: 24px!important
}

.ma-24 {
	margin: 24px!important
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important
}

.el-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

.el-text--display-large {
	font-size: 32px;
	font-weight: 400;
	line-height: 48px
}

.el-text--display-medium {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px
}

.el-text--display-regular {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px
}

.el-text--heading {
	letter-spacing: .3px
}

.el-text--heading,
.el-text--subheading {
	font-size: 14px;
	font-weight: 600;
	line-height: 32px
}

.el-text--body-32 {
	font-size: 14px;
	/* font-weight: 400; */
	line-height: 24px;
	line-height: 32px
}

.el-text--body-24 {
	/* font-size: 12px; */
	font-size: 14px;
	/* font-weight: 400; */
	line-height: 24px
}

.el-text--caption {
	font-size: 12px;
	/* font-weight: 400; */
	line-height: 16px
}

.el-text--accent {
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .3px;
	line-height: 16px
}

.el-text--weight-bold {
	font-weight: 600
}

.el-text--size-xxxs {
	font-size: 11px
}

.el-text--size-xxs {
	font-size: 12px
}

.el-text--size-xs {
	font-size: 14px
}

.el-text--size-s {
	font-size: 16px
}

.el-text--size-m {
	font-size: 18px
}

.el-text--size-l {
	font-size: 22px
}

.el-text--size-xl {
	font-size: 32px
}

.el-text--height-xs {
	line-height: 16px
}

.el-text--height-s {
	line-height: 24px
}

.el-text--height-m {
	line-height: 32px
}

.el-text--height-l {
	line-height: 48px
}

.el-text--spacing-m {
	letter-spacing: .3px
}

.el-text--ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	vertical-align: middle
}

.el-text--highlighting {
	background: var(--av-fixed-highlight)
}

.el-text--lowercase {
	text-transform: lowercase!important
}

.el-text--uppercase {
	text-transform: uppercase!important
}

.el-text--capitalize {
	text-transform: capitalize!important
}

.el-text--align-left {
	text-align: left!important
}

.el-text--align-right {
	text-align: right!important
}

.el-text--align-center {
	text-align: center!important
}

.el-text--align-justify {
	text-align: justify!important
}

.el-text--wrap {
	white-space: normal!important
}

.el-text--nowrap {
	white-space: nowrap!important
}

.el-text--break {
	overflow-wrap: break-word!important;
	word-break: break-word!important;
	word-wrap: break-word!important
}

.el-text--color-brand-primary {
	color: var(--av-brand-primary)
}

.el-text--color-fixed-primary {
	color: var(--av-fixed-primary)
}

.el-text--color-fixed-light {
	color: var(--av-fixed-light)
}

.el-text--color-fixed-lighter {
	color: var(--av-fixed-lighter)
}

.el-text--color-fixed-white {
	color: var(--av-fixed-white)
}

.el-text--color-fixed-danger {
	color: var(--av-fixed-danger)
}

.el-text--color-fixed-success {
	color: var(--av-fixed-success)
}

.el-vertical-align--baseline {
	vertical-align: baseline!important
}

.el-vertical-align--top {
	vertical-align: top!important
}

.el-vertical-align--middle {
	vertical-align: middle!important
}

.el-vertical-align--bottom {
	vertical-align: bottom!important
}

.el-vertical-align--text-bottom {
	vertical-align: text-bottom!important
}

.el-vertical-align--text-top {
	vertical-align: text-top!important
}

.el-normalize {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	overflow: hidden
}

.el-normalize,
.el-normalize * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-normalize a {
	text-decoration: none;
	color: var(--av-fixed-link)
}

.el-normalize a:hover {
	cursor: pointer
}

.el-normalize b,
.el-normalize strong {
	font-weight: 600
}

.el-normalize button,
.el-normalize input,
.el-normalize optgroup,
.el-normalize select,
.el-normalize textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-normalize ::selection {
	background: var(--av-brand-light)
}

.el-normalize ::-moz-selection {
	background: var(--av-brand-light)
}

.el-normalize input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-normalize input:-moz-placeholder,
.el-normalize input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-normalize input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-normalize input::-ms-clear,
.el-normalize input::-ms-reveal {
	display: none
}

:root {
	--av-brand-lighter: rgba(38, 104, 197, 0.15);
	--av-nav-primary-hover: #002f71;
	--av-nav-primary-active: #0065e3;
	--av-nav-light: #002e68;
	--av-fixed-error: #d5650b;
	--av-fixed-nav-accent: #0065e3;
	--av-solid-brand-light: #bed2ee;
	--av-solid-brand-lighter: #dee8f6;
	--av-solid-fixed-info-accent: #f5f9fe;
	--el-primary: var(--av-brand-primary);
	--el-primary-hover: #2058a7;
	--el-primary-active: #1c4d92;
	--el-secondary-hover: rgba(38, 104, 197, 0.1);
	--el-secondary-active: rgba(38, 104, 197, 0.2);
	--el-status-error-hover: #f4c2c0;
	--el-status-error-active: #f0adaa;
	--el-status-info-hover: #d5e6fb;
	--el-status-info-active: #bdd8f8;
	--el-status-progress-hover: #cdddf1;
	--el-status-progress-active: #b9cfec;
	--el-status-success-hover: #e3eec2;
	--el-status-success-active: #dae9ae;
	--el-status-warning-hover: #ffe3b7;
	--el-status-warning-active: #ffd99e;
	--el-nav-primary-hover: hsla(0, 0%, 100%, 0.2);
	--el-nav-primary-active: #0065e3;
	--el-translucent: hsla(0, 0%, 100%, 0.2);
	--el-translucent-hover: hsla(0, 0%, 100%, 0.4);
	--el-translucent-active: hsla(0, 0%, 100%, 0.3);
	--el-translucent-inverse: rgba(36, 49, 67, 0.2);
	--el-translucent-inverse-hover: rgba(36, 49, 67, 0.4);
	--el-translucent-inverse-active: rgba(36, 49, 67, 0.3);
	--el-translucent-text: #fff;
	--el-scrollbar-thumb: var(--el-translucent);
	--el-scrollbar-thumb-inverse: var(--el-translucent-inverse)
}

.el-alert {
	min-height: 42px;
	overflow: hidden;
	border-color: var(--av-brand-lighter);
	border-style: solid;
	border-width: 1px 0;
	background-clip: padding-box
}

.el-alert,
.el-alert__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-alert__container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 8px 24px
}

.el-alert__close {
	color: var(--av-brand-primary);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 64px;
	min-height: 100%;
	border-left: 1px solid var(--av-brand-lighter)
}

.el-alert__close:hover {
	cursor: pointer
}

.el-alert__icon {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px
}

.el-alert__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.el-alert__actions {
	margin: 8px 0 0 -8px
}

.el-alert--error {
	background-color: var(--av-solid-fixed-danger-accent)
}

.el-alert--error .el-alert__icon {
	color: var(--av-fixed-danger)
}

.el-alert--error .el-alert__close:hover {
	background-color: var(--el-status-error-hover)
}

.el-alert--error .el-alert__close:active {
	background-color: var(--el-status-error-active)
}

.el-alert--info {
	background-color: var(--av-solid-brand-secondary-accent)
}

.el-alert--info .el-alert__icon {
	color: var(--av-fixed-info)
}

.el-alert--info .el-alert__close:hover {
	background-color: var(--el-status-info-hover)
}

.el-alert--info .el-alert__close:active {
	background-color: var(--el-status-info-active)
}

.el-alert--success {
	background-color: var(--av-solid-fixed-success-accent)
}

.el-alert--success .el-alert__icon {
	color: var(--av-fixed-success)
}

.el-alert--success .el-alert__close:hover {
	background-color: var(--el-status-success-hover)
}

.el-alert--success .el-alert__close:active {
	background-color: var(--el-status-success-active)
}

.el-alert--warning {
	background-color: var(--av-solid-fixed-warning-accent)
}

.el-alert--warning .el-alert__icon {
	color: var(--av-fixed-warning)
}

.el-alert--warning .el-alert__close:hover {
	background-color: var(--el-status-warning-hover)
}

.el-alert--warning .el-alert__close:active {
	background-color: var(--el-status-warning-active)
}

.el-alert--error.el-alert--transparent {
	background-color: var(--av-fixed-danger-accent)
}

.el-alert--info.el-alert--transparent {
	background-color: var(--av-fixed-info-accent)
}

.el-alert--success.el-alert--transparent {
	background-color: var(--av-fixed-success-accent)
}

.el-alert--warning.el-alert--transparent {
	background-color: var(--av-fixed-warning-accent)
}

.el-alert--without-top-border {
	border-top-width: 0
}

.el-alert--without-bottom-border {
	border-bottom-width: 0
}

.el-alert-fade-enter,
.el-alert-fade-leave-active {
	opacity: 0
}

.el-alert-advance__wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 8px
}

.el-alert-advance__pseudo-icon {
	padding-left: 40px
}

.el-alert-advance__subtitle {
	color: var(--av-fixed-light);
	font-size: 14px
}

.el-alert-advance__content-block {
	background-color: var(--av-fixed-white);
	border-radius: 4px;
	position: relative
}

.el-alert-advance__content-block__text {
	padding: 8px 16px 16px
}

.el-alert-advance__content-block:before {
	position: absolute;
	width: 4px;
	height: 100%;
	border-radius: 4px 0 0 4px;
	content: "";
	display: block
}

.el-alert-advance__content-block--success:before {
	background: var(--av-fixed-success)
}

.el-alert-advance__content-block--warning:before {
	background: var(--av-fixed-warning)
}

.el-alert-advance__content-block--error:before {
	background: var(--av-fixed-error)
}

.el-alert-advance__content-block--info:before {
	background: var(--av-fixed-info)
}

.el-aside {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-aside--color-nav-primary {
	background-color: var(--av-nav-primary)
}

.el-autocomplete {
	position: relative;
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-autocomplete.is-opened .el-input__container {
	border-radius: 4px 4px 0 0;
	border-color: var(--av-brand-primary);
	border-bottom-width: 0;
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25)
}

.el-autocomplete .el-input__container {
	background-color: transparent
}

.el-autocomplete-suggestion {
	margin: 5px 0;
	-webkit-box-shadow: 0 -8px 0 -1px var(--av-fixed-white), 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 -8px 0 -1px var(--av-fixed-white), 0 10px 20px 0 rgba(45, 49, 56, .25);
	border: 1px solid var(--av-brand-primary);
	border-top: 0 solid var(--av-brand-primary);
	border-radius: 0 0 4px 4px;
	overflow: hidden
}

.el-autocomplete-suggestion.el-popper[x-placement^=bottom] {
	margin-top: 0
}

.el-autocomplete-suggestion__wrap {
	max-height: 280px;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	background-color: var(--av-fixed-white)
}

.el-autocomplete-suggestion__list {
	margin: 0;
	padding: 0
}

.el-autocomplete-suggestion__no-data {
	text-align: center;
	padding: 24px 16px
}

.el-autocomplete-suggestion li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 4px 16px;
	margin: 0;
	cursor: pointer;
	color: var(--av-fixed-primary);
	font-size: 14px;
	line-height: 32px;
	list-style: none
}

.el-autocomplete-suggestion li:hover {
	background-color: var(--av-brand-lightest)
}

.el-autocomplete-suggestion li.highlighted {
	background-color: var(--av-brand-accent)
}

.el-autocomplete-suggestion li.divider {
	margin-top: 6px;
	border-top: 1px solid var(--av-fixed-primary)
}

.el-autocomplete-suggestion li.divider:last-child {
	margin-bottom: -6px
}

.el-autocomplete-suggestion.is-loading li {
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: var(--av-brand-light)
}

.el-autocomplete-suggestion.is-loading li:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.el-autocomplete-suggestion.is-loading li:hover {
	background-color: var(--av-fixed-white)
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
	vertical-align: middle
}

.el-breadcrumb {
	max-width: 100%
}

.el-breadcrumb,
.el-breadcrumb__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-breadcrumb__item {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 600;
	line-height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 0
}

.el-breadcrumb__item.is-dropdown {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.el-breadcrumb__item.is-dropdown .el-breadcrumb__inner {
	overflow: visible
}

.el-breadcrumb__item:last-child .el-breadcrumb__link:hover {
	background-color: transparent;
	cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
	font-weight: 600;
	color: var(--av-fixed-primary)
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
	display: none
}

.el-breadcrumb__link {
	text-decoration: none;
	color: var(--av-fixed-link);
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 8px;
	line-height: 32px;
	min-width: 0
}

.el-breadcrumb__link:hover {
	cursor: pointer;
	background-color: var(--el-secondary-hover)
}

.el-breadcrumb__link.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-breadcrumb__link.is-active {
	background-color: var(--el-secondary-active)
}

.el-breadcrumb__link:not(:disabled).is-active,
.el-breadcrumb__link:not(:disabled):active {
	background: var(--el-secondary-active)
}

.el-breadcrumb__link:not(:disabled).is-selected {
	background-color: var(--el-secondary-hover)
}

.el-breadcrumb__link.is-disabled {
	cursor: default;
	pointer-events: none
}

.el-breadcrumb__icon {
	color: var(--av-brand-primary);
	margin-right: 8px
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.el-breadcrumb__separator {
	color: var(--av-brand-light);
	margin: 0 8px
}

.el-breadcrumb__dropdown-menu .el-breadcrumb__link {
	padding: 0
}

.el-breadcrumb__dropdown-menu .el-breadcrumb__link.is-focus,
.el-breadcrumb__dropdown-menu .el-breadcrumb__link:hover {
	background-color: transparent
}

.el-breadcrumb.is-multi-line {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.el-button {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	max-width: 100%;
	padding: 0 16px;
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.el-button__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.el-button__icon {
	font-size: 0;
	margin-right: 8px;
	display: inline-block
}

.el-button__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.el-button--primary {
	color: var(--av-fixed-white);
	border-color: var(--el-primary);
	background-color: var(--el-primary);
	outline: none
}

.el-button--primary:not(:disabled):hover {
	color: var(--av-fixed-white);
	border: 1px solid var(--el-primary-hover);
	background: var(--el-primary-hover)
}

.el-button--primary:not(:disabled).is-selected {
	color: var(--av-fixed-white);
	border: 1px solid var(--el-primary-active);
	background: var(--el-primary-active)
}

.el-button--primary.is-focus {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-button--primary:not(:disabled).is-active,
.el-button--primary:not(:disabled).is-loading,
.el-button--primary:not(:disabled):active {
	color: var(--av-fixed-white);
	border-color: var(--el-primary-active);
	background: var(--el-primary-active)
}

.el-button--success {
	color: #fff;
	border-color: #9bc225;
	background-color: #9bc225;
	outline: none
}

.el-button--success:not(:disabled):hover {
	color: #fff;
	border: 1px solid #83a41f;
	background: #83a41f
}

.el-button--success:not(:disabled).is-selected {
	color: #fff;
	border: 1px solid #728f1b;
	background: #728f1b
}

.el-button--success.is-focus {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-button--success:not(:disabled).is-active,
.el-button--success:not(:disabled).is-loading,
.el-button--success:not(:disabled):active {
	color: #fff;
	border-color: #728f1b;
	background: #728f1b
}

.el-button--danger {
	color: #fff;
	border-color: #d92c23;
	background-color: #d92c23;
	outline: none
}

.el-button--danger:not(:disabled):hover {
	color: #fff;
	border: 1px solid #ba261e;
	background: #ba261e
}

.el-button--danger:not(:disabled).is-selected {
	color: #fff;
	border: 1px solid #a4211b;
	background: #a4211b
}

.el-button--danger.is-focus {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-button--danger:not(:disabled).is-active,
.el-button--danger:not(:disabled).is-loading,
.el-button--danger:not(:disabled):active {
	color: #fff;
	border-color: #a4211b;
	background: #a4211b
}

.el-button--secondary {
	color: var(--av-brand-primary);
	border-color: var(--av-brand-primary);
	background-color: transparent;
	outline: none
}

.el-button--secondary:not(:disabled):hover {
	background-color: var(--el-secondary-hover);
	border-color: var(--av-brand-primary)
}

.el-button--secondary:not(:disabled).is-selected {
	background-color: var(--el-secondary-active);
	border-color: var(--av-brand-primary)
}

.el-button--secondary.is-focus {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-button--secondary:not(:disabled).is-active,
.el-button--secondary:not(:disabled).is-loading,
.el-button--secondary:not(:disabled):active {
	background-color: var(--el-secondary-active);
	border-color: var(--av-brand-primary)
}

.el-button--promo {
	color: var(--av-fixed-white);
	border-color: #0065e3;
	background-color: #0065e3;
	outline: none
}

.el-button--promo:not(:disabled):hover {
	color: var(--av-fixed-white);
	border: 1px solid #0055bf;
	background: #0055bf
}

.el-button--promo:not(:disabled).is-selected {
	color: var(--av-fixed-white);
	border: 1px solid #004aa6;
	background: #004aa6
}

.el-button--promo.is-focus {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-button--promo:not(:disabled).is-active,
.el-button--promo:not(:disabled).is-loading,
.el-button--promo:not(:disabled):active {
	color: var(--av-fixed-white);
	border-color: #004aa6;
	background: #004aa6
}

.el-button--translucent {
	color: var(--el-translucent-text);
	border-color: transparent;
	background: var(--el-translucent);
	outline: none
}

.el-button--translucent:not(:disabled).is-selected,
.el-button--translucent:not(:disabled):hover {
	background-color: var(--el-translucent-hover);
	border-color: transparent
}

.el-button--translucent.is-focus {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-button--translucent:not(:disabled).is-active,
.el-button--translucent:not(:disabled).is-loading,
.el-button--translucent:not(:disabled):active {
	background-color: var(--el-translucent-active);
	border-color: transparent
}

.el-button--translucent.is-inverse {
	background: var(--el-translucent-inverse)
}

.el-button--translucent.is-inverse:not(:disabled):hover {
	background: var(--el-translucent-inverse-hover)
}

.el-button--translucent.is-inverse:not(:disabled).is-selected {
	background-color: var(--el-translucent-inverse-hover)
}

.el-button--translucent.is-inverse:not(:disabled).is-active,
.el-button--translucent.is-inverse:not(:disabled).is-loading,
.el-button--translucent.is-inverse:not(:disabled):active {
	background-color: var(--el-translucent-inverse-active)
}

.el-button--translucent.is-inverse.is-focus {
	-webkit-box-shadow: 0 0 0 3px rgba(191, 116, 21, .3);
	box-shadow: 0 0 0 3px rgba(191, 116, 21, .3)
}

.el-button--ghost {
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 600;
	padding: 0 8px;
	color: var(--av-fixed-link)
}

.el-button--ghost:hover {
	background-color: var(--el-secondary-hover)
}

.el-button--ghost.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-button--ghost.is-active {
	background-color: var(--el-secondary-active)
}

.el-button--ghost:not(:disabled).is-active,
.el-button--ghost:not(:disabled):active {
	background: var(--el-secondary-active)
}

.el-button--ghost:not(:disabled).is-selected {
	background-color: var(--el-secondary-hover)
}

.el-button--ghost.is-disabled {
	cursor: default;
	pointer-events: none
}

.el-button--ghost.el-button--contains-icon {
	min-width: 32px;
	min-height: 32px;
	padding: 0
}

.el-button--text {
	color: var(--av-brand-primary);
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none
}

.el-button--text.is-focus {
	background-color: var(--av-fixed-focus);
	-webkit-box-shadow: -8px 0 var(--av-fixed-focus), 8px 0 var(--av-fixed-focus);
	box-shadow: -8px 0 var(--av-fixed-focus), 8px 0 var(--av-fixed-focus)
}

.el-button--icon {
	font-weight: 400;
	color: var(--av-brand-primary);
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none
}

.el-button--icon.is-selected,
.el-button--icon:hover {
	color: var(--el-primary-hover)
}

.el-button--icon.is-active,
.el-button--icon:active {
	color: var(--el-primary-active)
}

.el-button--icon.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-button--small {
	height: 24px;
	padding: 0 8px
}

.el-button--large {
	height: 48px
}

.el-button--has-icon:not(.el-button--text) {
	padding-left: 8px
}

.el-button--icon-only .el-button__icon {
	margin-right: 0;
	margin-left: 8px
}

.el-button--icon-only.el-button--ghost .el-button__icon,
.el-button--icon-only.el-button--text .el-button__icon {
	margin-right: 0;
	margin-left: 0
}

.el-button.is-disabled {
	opacity: .3;
	pointer-events: none;
	cursor: default
}

.el-button.is-loading {
	cursor: default
}

.el-button.is-loading .el-button__content {
	visibility: hidden
}

.el-button.is-loading .el-spinner {
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px)
}

.el-button.is-fluid {
	width: 100%
}

.el-button.is-multiline {
	min-height: 32px;
	height: auto;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px
}

.el-button.is-multiline .el-button__text {
	white-space: normal
}

.el-button.is-inverse {
	-webkit-filter: invert(100%);
	filter: invert(100%)
}

.el-button::-moz-focus-inner {
	border: none
}

.el-button:-moz-focusring {
	outline: none
}

.el-button+.el-button:not(.is-fluid) {
	margin-left: 16px
}

.el-button+.el-button:not(.is-fluid).el-button--ghost {
	margin-left: 8px
}

.el-card {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	background-color: var(--av-fixed-white);
	background-clip: padding-box;
	overflow: hidden;
	color: var(--av-fixed-primary);
	font-size: 14px
}

.el-card--modal {
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .7);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .7);
	border: none
}

.el-card--color-border-brand-lighter {
	border-color: var(--av-brand-lighter)
}

.el-card--color-border-fixed-success {
	border-color: var(--av-fixed-success)
}

.el-card--color-border-fixed-warning {
	border-color: var(--av-fixed-warning)
}

.el-card--color-border-fixed-danger {
	border-color: var(--av-fixed-danger)
}

.el-card--color-border-fixed-critical {
	border-color: var(--av-fixed-critical)
}

.el-card--color-background-transparent {
	background-color: transparent
}

.el-card--color-background-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-card.is-focus,
.el-card:focus {
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	border-color: var(--av-brand-primary)
}

.el-checkbox {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-checkbox__content {
	height: inherit
}

.el-checkbox__content,
.el-checkbox__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-checkbox__control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid var(--av-brand-light);
	border-radius: 2px;
	background-color: var(--av-fixed-white);
	background-clip: content-box
}

.el-checkbox__original {
	width: 0;
	height: 0;
	margin: 0;
	outline: none;
	position: absolute;
	opacity: 0;
	z-index: -1
}

.el-checkbox__label {
	padding-left: 8px
}

.el-checkbox__description {
	color: var(--av-fixed-light);
	display: block;
	padding-left: 24px
}

.el-checkbox:focus:not(.is-disabled) .el-checkbox__control {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-checkbox:focus:not(.is-disabled):active .el-checkbox__control {
	-webkit-box-shadow: none;
	box-shadow: none
}

.el-checkbox.is-indeterminate .el-checkbox__control {
	background-clip: border-box;
	border-color: transparent;
	background-color: var(--av-brand-primary)
}

.el-checkbox.is-indeterminate .el-checkbox__control:before {
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background-color: var(--av-fixed-white)
}

.el-checkbox.is-disabled {
	color: var(--av-fixed-lighter);
	cursor: default
}

.el-checkbox.is-disabled .el-checkbox__control {
	background-color: transparent
}

.el-checkbox.is-checked .el-checkbox__control {
	/* font-family: iconfont; */
	color: var(--av-fixed-white);
	background-clip: border-box;
	border-color: transparent;
	background-color: var(--av-brand-primary)
}

.el-checkbox.is-active .el-checkbox__control,
.el-checkbox:not(.is-indeterminate):not(.is-disabled):not(.is-checked) .el-checkbox__control:active {
	border-color: var(--el-primary-active)
}

.el-checkbox.is-disabled.is-checked .el-checkbox__control,
.el-checkbox.is-disabled.is-indeterminate .el-checkbox__control {
	background-color: var(--av-brand-light)
}

.el-checkbox-button {
	color: var(--av-fixed-primary);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 0;
	height: 48px;
	border: 1px solid var(--av-brand-light);
	outline: none;
	background-color: var(--av-fixed-white);
	background-clip: content-box;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-checkbox-button .i {
	display: block
}

.el-checkbox-button__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 16px
}

.el-checkbox-button__original {
	width: 100%;
	height: 100%;
	left: 0;
	cursor: pointer;
	outline: none;
	position: absolute;
	opacity: 0
}

.el-checkbox-button--small {
	height: 32px
}

.el-checkbox-button.is-checked {
	border-color: var(--av-brand-primary);
	background-color: var(--av-brand-accent)
}

.el-checkbox-button.is-checked+.el-checkbox-button,
.el-checkbox-button.is-checked+.el-radio-button {
	border-left-color: var(--av-brand-primary)
}

.el-checkbox-button.is-disabled {
	color: var(--av-fixed-lighter);
	background-color: transparent;
	cursor: default
}

.el-checkbox-button.is-disabled .i:before {
	color: var(--av-brand-light)
}

.el-checkbox-group {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%
}

.el-checkbox-group__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-checkbox-group.is-invalid {
	position: relative
}

.el-checkbox-group.is-invalid:after {
	content: "";
	display: block;
	border: 1px solid var(--av-fixed-danger);
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none
}

.el-checkbox-group .el-checkbox-button {
	position: relative;
	border-right-width: 0
}

.el-checkbox-group .el-checkbox-button:focus:not(.is-disabled) .el-checkbox-button__content:before {
	content: "";
	border-color: var(--av-fixed-focus);
	border-style: solid;
	border-width: 3px 0;
	position: absolute;
	right: 0;
	left: 0;
	top: -4px;
	bottom: -4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.el-checkbox-group .el-checkbox-button:first-child {
	border-radius: 4px 0 0 4px
}

.el-checkbox-group .el-checkbox-button:first-child:focus .el-checkbox-button__content:before {
	border-width: 3px 0 3px 3px;
	left: -4px;
	border-radius: 7px 0 0 7px
}

.el-checkbox-group .el-checkbox-button:last-child {
	border-radius: 0 4px 4px 0;
	border-right-width: 1px
}

.el-checkbox-group .el-checkbox-button:last-child:focus .el-checkbox-button__content:before {
	border-width: 3px 3px 3px 0;
	right: -4px;
	border-radius: 0 7px 7px 0
}

.el-checkbox-group .el-checkbox-button:active:focus .el-checkbox-button__content:before {
	border: 0
}

[class*=el-col-] {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-col-0 {
	display: none
}

.el-col-1 {
	width: 4.16667%
}

.el-col-offset-1 {
	margin-left: 4.16667%
}

.el-col-pull-1 {
	position: relative;
	right: 4.16667%
}

.el-col-push-1 {
	position: relative;
	left: 4.16667%
}

.el-col-2 {
	width: 8.33333%
}

.el-col-offset-2 {
	margin-left: 8.33333%
}

.el-col-pull-2 {
	position: relative;
	right: 8.33333%
}

.el-col-push-2 {
	position: relative;
	left: 8.33333%
}

.el-col-3 {
	width: 12.5%
}

.el-col-offset-3 {
	margin-left: 12.5%
}

.el-col-pull-3 {
	position: relative;
	right: 12.5%
}

.el-col-push-3 {
	position: relative;
	left: 12.5%
}

.el-col-4 {
	width: 16.66667%
}

.el-col-offset-4 {
	margin-left: 16.66667%
}

.el-col-pull-4 {
	position: relative;
	right: 16.66667%
}

.el-col-push-4 {
	position: relative;
	left: 16.66667%
}

.el-col-5 {
	width: 20.83333%
}

.el-col-offset-5 {
	margin-left: 20.83333%
}

.el-col-pull-5 {
	position: relative;
	right: 20.83333%
}

.el-col-push-5 {
	position: relative;
	left: 20.83333%
}

.el-col-6 {
	width: 25%
}

.el-col-offset-6 {
	margin-left: 25%
}

.el-col-pull-6 {
	position: relative;
	right: 25%
}

.el-col-push-6 {
	position: relative;
	left: 25%
}

.el-col-7 {
	width: 29.16667%
}

.el-col-offset-7 {
	margin-left: 29.16667%
}

.el-col-pull-7 {
	position: relative;
	right: 29.16667%
}

.el-col-push-7 {
	position: relative;
	left: 29.16667%
}

.el-col-8 {
	width: 33.33333%
}

.el-col-offset-8 {
	margin-left: 33.33333%
}

.el-col-pull-8 {
	position: relative;
	right: 33.33333%
}

.el-col-push-8 {
	position: relative;
	left: 33.33333%
}

.el-col-9 {
	width: 37.5%
}

.el-col-offset-9 {
	margin-left: 37.5%
}

.el-col-pull-9 {
	position: relative;
	right: 37.5%
}

.el-col-push-9 {
	position: relative;
	left: 37.5%
}

.el-col-10 {
	width: 41.66667%
}

.el-col-offset-10 {
	margin-left: 41.66667%
}

.el-col-pull-10 {
	position: relative;
	right: 41.66667%
}

.el-col-push-10 {
	position: relative;
	left: 41.66667%
}

.el-col-11 {
	width: 45.83333%
}

.el-col-offset-11 {
	margin-left: 45.83333%
}

.el-col-pull-11 {
	position: relative;
	right: 45.83333%
}

.el-col-push-11 {
	position: relative;
	left: 45.83333%
}

.el-col-12 {
	width: 50%
}

.el-col-offset-12 {
	margin-left: 50%
}

.el-col-pull-12 {
	position: relative;
	right: 50%
}

.el-col-push-12 {
	position: relative;
	left: 50%
}

.el-col-13 {
	width: 54.16667%
}

.el-col-offset-13 {
	margin-left: 54.16667%
}

.el-col-pull-13 {
	position: relative;
	right: 54.16667%
}

.el-col-push-13 {
	position: relative;
	left: 54.16667%
}

.el-col-14 {
	width: 58.33333%
}

.el-col-offset-14 {
	margin-left: 58.33333%
}

.el-col-pull-14 {
	position: relative;
	right: 58.33333%
}

.el-col-push-14 {
	position: relative;
	left: 58.33333%
}

.el-col-15 {
	width: 62.5%
}

.el-col-offset-15 {
	margin-left: 62.5%
}

.el-col-pull-15 {
	position: relative;
	right: 62.5%
}

.el-col-push-15 {
	position: relative;
	left: 62.5%
}

.el-col-16 {
	width: 66.66667%
}

.el-col-offset-16 {
	margin-left: 66.66667%
}

.el-col-pull-16 {
	position: relative;
	right: 66.66667%
}

.el-col-push-16 {
	position: relative;
	left: 66.66667%
}

.el-col-17 {
	width: 70.83333%
}

.el-col-offset-17 {
	margin-left: 70.83333%
}

.el-col-pull-17 {
	position: relative;
	right: 70.83333%
}

.el-col-push-17 {
	position: relative;
	left: 70.83333%
}

.el-col-18 {
	width: 75%
}

.el-col-offset-18 {
	margin-left: 75%
}

.el-col-pull-18 {
	position: relative;
	right: 75%
}

.el-col-push-18 {
	position: relative;
	left: 75%
}

.el-col-19 {
	width: 79.16667%
}

.el-col-offset-19 {
	margin-left: 79.16667%
}

.el-col-pull-19 {
	position: relative;
	right: 79.16667%
}

.el-col-push-19 {
	position: relative;
	left: 79.16667%
}

.el-col-20 {
	width: 83.33333%
}

.el-col-offset-20 {
	margin-left: 83.33333%
}

.el-col-pull-20 {
	position: relative;
	right: 83.33333%
}

.el-col-push-20 {
	position: relative;
	left: 83.33333%
}

.el-col-21 {
	width: 87.5%
}

.el-col-offset-21 {
	margin-left: 87.5%
}

.el-col-pull-21 {
	position: relative;
	right: 87.5%
}

.el-col-push-21 {
	position: relative;
	left: 87.5%
}

.el-col-22 {
	width: 91.66667%
}

.el-col-offset-22 {
	margin-left: 91.66667%
}

.el-col-pull-22 {
	position: relative;
	right: 91.66667%
}

.el-col-push-22 {
	position: relative;
	left: 91.66667%
}

.el-col-23 {
	width: 95.83333%
}

.el-col-offset-23 {
	margin-left: 95.83333%
}

.el-col-pull-23 {
	position: relative;
	right: 95.83333%
}

.el-col-push-23 {
	position: relative;
	left: 95.83333%
}

.el-col-24 {
	width: 100%
}

.el-col-offset-24 {
	margin-left: 100%
}

.el-col-pull-24 {
	position: relative;
	right: 100%
}

.el-col-push-24 {
	position: relative;
	left: 100%
}

@media only screen and (max-width:768px) {
	.el-col-xs-0 {
		display: none
	}
	.el-col-xs-1 {
		width: 4.16667%
	}
	.el-col-xs-offset-1 {
		margin-left: 4.16667%
	}
	.el-col-xs-pull-1 {
		position: relative;
		right: 4.16667%
	}
	.el-col-xs-push-1 {
		position: relative;
		left: 4.16667%
	}
	.el-col-xs-2 {
		width: 8.33333%
	}
	.el-col-xs-offset-2 {
		margin-left: 8.33333%
	}
	.el-col-xs-pull-2 {
		position: relative;
		right: 8.33333%
	}
	.el-col-xs-push-2 {
		position: relative;
		left: 8.33333%
	}
	.el-col-xs-3 {
		width: 12.5%
	}
	.el-col-xs-offset-3 {
		margin-left: 12.5%
	}
	.el-col-xs-pull-3 {
		position: relative;
		right: 12.5%
	}
	.el-col-xs-push-3 {
		position: relative;
		left: 12.5%
	}
	.el-col-xs-4 {
		width: 16.66667%
	}
	.el-col-xs-offset-4 {
		margin-left: 16.66667%
	}
	.el-col-xs-pull-4 {
		position: relative;
		right: 16.66667%
	}
	.el-col-xs-push-4 {
		position: relative;
		left: 16.66667%
	}
	.el-col-xs-5 {
		width: 20.83333%
	}
	.el-col-xs-offset-5 {
		margin-left: 20.83333%
	}
	.el-col-xs-pull-5 {
		position: relative;
		right: 20.83333%
	}
	.el-col-xs-push-5 {
		position: relative;
		left: 20.83333%
	}
	.el-col-xs-6 {
		width: 25%
	}
	.el-col-xs-offset-6 {
		margin-left: 25%
	}
	.el-col-xs-pull-6 {
		position: relative;
		right: 25%
	}
	.el-col-xs-push-6 {
		position: relative;
		left: 25%
	}
	.el-col-xs-7 {
		width: 29.16667%
	}
	.el-col-xs-offset-7 {
		margin-left: 29.16667%
	}
	.el-col-xs-pull-7 {
		position: relative;
		right: 29.16667%
	}
	.el-col-xs-push-7 {
		position: relative;
		left: 29.16667%
	}
	.el-col-xs-8 {
		width: 33.33333%
	}
	.el-col-xs-offset-8 {
		margin-left: 33.33333%
	}
	.el-col-xs-pull-8 {
		position: relative;
		right: 33.33333%
	}
	.el-col-xs-push-8 {
		position: relative;
		left: 33.33333%
	}
	.el-col-xs-9 {
		width: 37.5%
	}
	.el-col-xs-offset-9 {
		margin-left: 37.5%
	}
	.el-col-xs-pull-9 {
		position: relative;
		right: 37.5%
	}
	.el-col-xs-push-9 {
		position: relative;
		left: 37.5%
	}
	.el-col-xs-10 {
		width: 41.66667%
	}
	.el-col-xs-offset-10 {
		margin-left: 41.66667%
	}
	.el-col-xs-pull-10 {
		position: relative;
		right: 41.66667%
	}
	.el-col-xs-push-10 {
		position: relative;
		left: 41.66667%
	}
	.el-col-xs-11 {
		width: 45.83333%
	}
	.el-col-xs-offset-11 {
		margin-left: 45.83333%
	}
	.el-col-xs-pull-11 {
		position: relative;
		right: 45.83333%
	}
	.el-col-xs-push-11 {
		position: relative;
		left: 45.83333%
	}
	.el-col-xs-12 {
		width: 50%
	}
	.el-col-xs-offset-12 {
		margin-left: 50%
	}
	.el-col-xs-pull-12 {
		position: relative;
		right: 50%
	}
	.el-col-xs-push-12 {
		position: relative;
		left: 50%
	}
	.el-col-xs-13 {
		width: 54.16667%
	}
	.el-col-xs-offset-13 {
		margin-left: 54.16667%
	}
	.el-col-xs-pull-13 {
		position: relative;
		right: 54.16667%
	}
	.el-col-xs-push-13 {
		position: relative;
		left: 54.16667%
	}
	.el-col-xs-14 {
		width: 58.33333%
	}
	.el-col-xs-offset-14 {
		margin-left: 58.33333%
	}
	.el-col-xs-pull-14 {
		position: relative;
		right: 58.33333%
	}
	.el-col-xs-push-14 {
		position: relative;
		left: 58.33333%
	}
	.el-col-xs-15 {
		width: 62.5%
	}
	.el-col-xs-offset-15 {
		margin-left: 62.5%
	}
	.el-col-xs-pull-15 {
		position: relative;
		right: 62.5%
	}
	.el-col-xs-push-15 {
		position: relative;
		left: 62.5%
	}
	.el-col-xs-16 {
		width: 66.66667%
	}
	.el-col-xs-offset-16 {
		margin-left: 66.66667%
	}
	.el-col-xs-pull-16 {
		position: relative;
		right: 66.66667%
	}
	.el-col-xs-push-16 {
		position: relative;
		left: 66.66667%
	}
	.el-col-xs-17 {
		width: 70.83333%
	}
	.el-col-xs-offset-17 {
		margin-left: 70.83333%
	}
	.el-col-xs-pull-17 {
		position: relative;
		right: 70.83333%
	}
	.el-col-xs-push-17 {
		position: relative;
		left: 70.83333%
	}
	.el-col-xs-18 {
		width: 75%
	}
	.el-col-xs-offset-18 {
		margin-left: 75%
	}
	.el-col-xs-pull-18 {
		position: relative;
		right: 75%
	}
	.el-col-xs-push-18 {
		position: relative;
		left: 75%
	}
	.el-col-xs-19 {
		width: 79.16667%
	}
	.el-col-xs-offset-19 {
		margin-left: 79.16667%
	}
	.el-col-xs-pull-19 {
		position: relative;
		right: 79.16667%
	}
	.el-col-xs-push-19 {
		position: relative;
		left: 79.16667%
	}
	.el-col-xs-20 {
		width: 83.33333%
	}
	.el-col-xs-offset-20 {
		margin-left: 83.33333%
	}
	.el-col-xs-pull-20 {
		position: relative;
		right: 83.33333%
	}
	.el-col-xs-push-20 {
		position: relative;
		left: 83.33333%
	}
	.el-col-xs-21 {
		width: 87.5%
	}
	.el-col-xs-offset-21 {
		margin-left: 87.5%
	}
	.el-col-xs-pull-21 {
		position: relative;
		right: 87.5%
	}
	.el-col-xs-push-21 {
		position: relative;
		left: 87.5%
	}
	.el-col-xs-22 {
		width: 91.66667%
	}
	.el-col-xs-offset-22 {
		margin-left: 91.66667%
	}
	.el-col-xs-pull-22 {
		position: relative;
		right: 91.66667%
	}
	.el-col-xs-push-22 {
		position: relative;
		left: 91.66667%
	}
	.el-col-xs-23 {
		width: 95.83333%
	}
	.el-col-xs-offset-23 {
		margin-left: 95.83333%
	}
	.el-col-xs-pull-23 {
		position: relative;
		right: 95.83333%
	}
	.el-col-xs-push-23 {
		position: relative;
		left: 95.83333%
	}
	.el-col-xs-24 {
		width: 100%
	}
	.el-col-xs-offset-24 {
		margin-left: 100%
	}
	.el-col-xs-pull-24 {
		position: relative;
		right: 100%
	}
	.el-col-xs-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:768px) {
	.el-col-sm-0 {
		display: none
	}
	.el-col-sm-1 {
		width: 4.16667%
	}
	.el-col-sm-offset-1 {
		margin-left: 4.16667%
	}
	.el-col-sm-pull-1 {
		position: relative;
		right: 4.16667%
	}
	.el-col-sm-push-1 {
		position: relative;
		left: 4.16667%
	}
	.el-col-sm-2 {
		width: 8.33333%
	}
	.el-col-sm-offset-2 {
		margin-left: 8.33333%
	}
	.el-col-sm-pull-2 {
		position: relative;
		right: 8.33333%
	}
	.el-col-sm-push-2 {
		position: relative;
		left: 8.33333%
	}
	.el-col-sm-3 {
		width: 12.5%
	}
	.el-col-sm-offset-3 {
		margin-left: 12.5%
	}
	.el-col-sm-pull-3 {
		position: relative;
		right: 12.5%
	}
	.el-col-sm-push-3 {
		position: relative;
		left: 12.5%
	}
	.el-col-sm-4 {
		width: 16.66667%
	}
	.el-col-sm-offset-4 {
		margin-left: 16.66667%
	}
	.el-col-sm-pull-4 {
		position: relative;
		right: 16.66667%
	}
	.el-col-sm-push-4 {
		position: relative;
		left: 16.66667%
	}
	.el-col-sm-5 {
		width: 20.83333%
	}
	.el-col-sm-offset-5 {
		margin-left: 20.83333%
	}
	.el-col-sm-pull-5 {
		position: relative;
		right: 20.83333%
	}
	.el-col-sm-push-5 {
		position: relative;
		left: 20.83333%
	}
	.el-col-sm-6 {
		width: 25%
	}
	.el-col-sm-offset-6 {
		margin-left: 25%
	}
	.el-col-sm-pull-6 {
		position: relative;
		right: 25%
	}
	.el-col-sm-push-6 {
		position: relative;
		left: 25%
	}
	.el-col-sm-7 {
		width: 29.16667%
	}
	.el-col-sm-offset-7 {
		margin-left: 29.16667%
	}
	.el-col-sm-pull-7 {
		position: relative;
		right: 29.16667%
	}
	.el-col-sm-push-7 {
		position: relative;
		left: 29.16667%
	}
	.el-col-sm-8 {
		width: 33.33333%
	}
	.el-col-sm-offset-8 {
		margin-left: 33.33333%
	}
	.el-col-sm-pull-8 {
		position: relative;
		right: 33.33333%
	}
	.el-col-sm-push-8 {
		position: relative;
		left: 33.33333%
	}
	.el-col-sm-9 {
		width: 37.5%
	}
	.el-col-sm-offset-9 {
		margin-left: 37.5%
	}
	.el-col-sm-pull-9 {
		position: relative;
		right: 37.5%
	}
	.el-col-sm-push-9 {
		position: relative;
		left: 37.5%
	}
	.el-col-sm-10 {
		width: 41.66667%
	}
	.el-col-sm-offset-10 {
		margin-left: 41.66667%
	}
	.el-col-sm-pull-10 {
		position: relative;
		right: 41.66667%
	}
	.el-col-sm-push-10 {
		position: relative;
		left: 41.66667%
	}
	.el-col-sm-11 {
		width: 45.83333%
	}
	.el-col-sm-offset-11 {
		margin-left: 45.83333%
	}
	.el-col-sm-pull-11 {
		position: relative;
		right: 45.83333%
	}
	.el-col-sm-push-11 {
		position: relative;
		left: 45.83333%
	}
	.el-col-sm-12 {
		width: 50%
	}
	.el-col-sm-offset-12 {
		margin-left: 50%
	}
	.el-col-sm-pull-12 {
		position: relative;
		right: 50%
	}
	.el-col-sm-push-12 {
		position: relative;
		left: 50%
	}
	.el-col-sm-13 {
		width: 54.16667%
	}
	.el-col-sm-offset-13 {
		margin-left: 54.16667%
	}
	.el-col-sm-pull-13 {
		position: relative;
		right: 54.16667%
	}
	.el-col-sm-push-13 {
		position: relative;
		left: 54.16667%
	}
	.el-col-sm-14 {
		width: 58.33333%
	}
	.el-col-sm-offset-14 {
		margin-left: 58.33333%
	}
	.el-col-sm-pull-14 {
		position: relative;
		right: 58.33333%
	}
	.el-col-sm-push-14 {
		position: relative;
		left: 58.33333%
	}
	.el-col-sm-15 {
		width: 62.5%
	}
	.el-col-sm-offset-15 {
		margin-left: 62.5%
	}
	.el-col-sm-pull-15 {
		position: relative;
		right: 62.5%
	}
	.el-col-sm-push-15 {
		position: relative;
		left: 62.5%
	}
	.el-col-sm-16 {
		width: 66.66667%
	}
	.el-col-sm-offset-16 {
		margin-left: 66.66667%
	}
	.el-col-sm-pull-16 {
		position: relative;
		right: 66.66667%
	}
	.el-col-sm-push-16 {
		position: relative;
		left: 66.66667%
	}
	.el-col-sm-17 {
		width: 70.83333%
	}
	.el-col-sm-offset-17 {
		margin-left: 70.83333%
	}
	.el-col-sm-pull-17 {
		position: relative;
		right: 70.83333%
	}
	.el-col-sm-push-17 {
		position: relative;
		left: 70.83333%
	}
	.el-col-sm-18 {
		width: 75%
	}
	.el-col-sm-offset-18 {
		margin-left: 75%
	}
	.el-col-sm-pull-18 {
		position: relative;
		right: 75%
	}
	.el-col-sm-push-18 {
		position: relative;
		left: 75%
	}
	.el-col-sm-19 {
		width: 79.16667%
	}
	.el-col-sm-offset-19 {
		margin-left: 79.16667%
	}
	.el-col-sm-pull-19 {
		position: relative;
		right: 79.16667%
	}
	.el-col-sm-push-19 {
		position: relative;
		left: 79.16667%
	}
	.el-col-sm-20 {
		width: 83.33333%
	}
	.el-col-sm-offset-20 {
		margin-left: 83.33333%
	}
	.el-col-sm-pull-20 {
		position: relative;
		right: 83.33333%
	}
	.el-col-sm-push-20 {
		position: relative;
		left: 83.33333%
	}
	.el-col-sm-21 {
		width: 87.5%
	}
	.el-col-sm-offset-21 {
		margin-left: 87.5%
	}
	.el-col-sm-pull-21 {
		position: relative;
		right: 87.5%
	}
	.el-col-sm-push-21 {
		position: relative;
		left: 87.5%
	}
	.el-col-sm-22 {
		width: 91.66667%
	}
	.el-col-sm-offset-22 {
		margin-left: 91.66667%
	}
	.el-col-sm-pull-22 {
		position: relative;
		right: 91.66667%
	}
	.el-col-sm-push-22 {
		position: relative;
		left: 91.66667%
	}
	.el-col-sm-23 {
		width: 95.83333%
	}
	.el-col-sm-offset-23 {
		margin-left: 95.83333%
	}
	.el-col-sm-pull-23 {
		position: relative;
		right: 95.83333%
	}
	.el-col-sm-push-23 {
		position: relative;
		left: 95.83333%
	}
	.el-col-sm-24 {
		width: 100%
	}
	.el-col-sm-offset-24 {
		margin-left: 100%
	}
	.el-col-sm-pull-24 {
		position: relative;
		right: 100%
	}
	.el-col-sm-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1000px) {
	.el-col-md-0 {
		display: none
	}
	.el-col-md-1 {
		width: 4.16667%
	}
	.el-col-md-offset-1 {
		margin-left: 4.16667%
	}
	.el-col-md-pull-1 {
		position: relative;
		right: 4.16667%
	}
	.el-col-md-push-1 {
		position: relative;
		left: 4.16667%
	}
	.el-col-md-2 {
		width: 8.33333%
	}
	.el-col-md-offset-2 {
		margin-left: 8.33333%
	}
	.el-col-md-pull-2 {
		position: relative;
		right: 8.33333%
	}
	.el-col-md-push-2 {
		position: relative;
		left: 8.33333%
	}
	.el-col-md-3 {
		width: 12.5%
	}
	.el-col-md-offset-3 {
		margin-left: 12.5%
	}
	.el-col-md-pull-3 {
		position: relative;
		right: 12.5%
	}
	.el-col-md-push-3 {
		position: relative;
		left: 12.5%
	}
	.el-col-md-4 {
		width: 16.66667%
	}
	.el-col-md-offset-4 {
		margin-left: 16.66667%
	}
	.el-col-md-pull-4 {
		position: relative;
		right: 16.66667%
	}
	.el-col-md-push-4 {
		position: relative;
		left: 16.66667%
	}
	.el-col-md-5 {
		width: 20.83333%
	}
	.el-col-md-offset-5 {
		margin-left: 20.83333%
	}
	.el-col-md-pull-5 {
		position: relative;
		right: 20.83333%
	}
	.el-col-md-push-5 {
		position: relative;
		left: 20.83333%
	}
	.el-col-md-6 {
		width: 25%
	}
	.el-col-md-offset-6 {
		margin-left: 25%
	}
	.el-col-md-pull-6 {
		position: relative;
		right: 25%
	}
	.el-col-md-push-6 {
		position: relative;
		left: 25%
	}
	.el-col-md-7 {
		width: 29.16667%
	}
	.el-col-md-offset-7 {
		margin-left: 29.16667%
	}
	.el-col-md-pull-7 {
		position: relative;
		right: 29.16667%
	}
	.el-col-md-push-7 {
		position: relative;
		left: 29.16667%
	}
	.el-col-md-8 {
		width: 33.33333%
	}
	.el-col-md-offset-8 {
		margin-left: 33.33333%
	}
	.el-col-md-pull-8 {
		position: relative;
		right: 33.33333%
	}
	.el-col-md-push-8 {
		position: relative;
		left: 33.33333%
	}
	.el-col-md-9 {
		width: 37.5%
	}
	.el-col-md-offset-9 {
		margin-left: 37.5%
	}
	.el-col-md-pull-9 {
		position: relative;
		right: 37.5%
	}
	.el-col-md-push-9 {
		position: relative;
		left: 37.5%
	}
	.el-col-md-10 {
		width: 41.66667%
	}
	.el-col-md-offset-10 {
		margin-left: 41.66667%
	}
	.el-col-md-pull-10 {
		position: relative;
		right: 41.66667%
	}
	.el-col-md-push-10 {
		position: relative;
		left: 41.66667%
	}
	.el-col-md-11 {
		width: 45.83333%
	}
	.el-col-md-offset-11 {
		margin-left: 45.83333%
	}
	.el-col-md-pull-11 {
		position: relative;
		right: 45.83333%
	}
	.el-col-md-push-11 {
		position: relative;
		left: 45.83333%
	}
	.el-col-md-12 {
		width: 50%
	}
	.el-col-md-offset-12 {
		margin-left: 50%
	}
	.el-col-md-pull-12 {
		position: relative;
		right: 50%
	}
	.el-col-md-push-12 {
		position: relative;
		left: 50%
	}
	.el-col-md-13 {
		width: 54.16667%
	}
	.el-col-md-offset-13 {
		margin-left: 54.16667%
	}
	.el-col-md-pull-13 {
		position: relative;
		right: 54.16667%
	}
	.el-col-md-push-13 {
		position: relative;
		left: 54.16667%
	}
	.el-col-md-14 {
		width: 58.33333%
	}
	.el-col-md-offset-14 {
		margin-left: 58.33333%
	}
	.el-col-md-pull-14 {
		position: relative;
		right: 58.33333%
	}
	.el-col-md-push-14 {
		position: relative;
		left: 58.33333%
	}
	.el-col-md-15 {
		width: 62.5%
	}
	.el-col-md-offset-15 {
		margin-left: 62.5%
	}
	.el-col-md-pull-15 {
		position: relative;
		right: 62.5%
	}
	.el-col-md-push-15 {
		position: relative;
		left: 62.5%
	}
	.el-col-md-16 {
		width: 66.66667%
	}
	.el-col-md-offset-16 {
		margin-left: 66.66667%
	}
	.el-col-md-pull-16 {
		position: relative;
		right: 66.66667%
	}
	.el-col-md-push-16 {
		position: relative;
		left: 66.66667%
	}
	.el-col-md-17 {
		width: 70.83333%
	}
	.el-col-md-offset-17 {
		margin-left: 70.83333%
	}
	.el-col-md-pull-17 {
		position: relative;
		right: 70.83333%
	}
	.el-col-md-push-17 {
		position: relative;
		left: 70.83333%
	}
	.el-col-md-18 {
		width: 75%
	}
	.el-col-md-offset-18 {
		margin-left: 75%
	}
	.el-col-md-pull-18 {
		position: relative;
		right: 75%
	}
	.el-col-md-push-18 {
		position: relative;
		left: 75%
	}
	.el-col-md-19 {
		width: 79.16667%
	}
	.el-col-md-offset-19 {
		margin-left: 79.16667%
	}
	.el-col-md-pull-19 {
		position: relative;
		right: 79.16667%
	}
	.el-col-md-push-19 {
		position: relative;
		left: 79.16667%
	}
	.el-col-md-20 {
		width: 83.33333%
	}
	.el-col-md-offset-20 {
		margin-left: 83.33333%
	}
	.el-col-md-pull-20 {
		position: relative;
		right: 83.33333%
	}
	.el-col-md-push-20 {
		position: relative;
		left: 83.33333%
	}
	.el-col-md-21 {
		width: 87.5%
	}
	.el-col-md-offset-21 {
		margin-left: 87.5%
	}
	.el-col-md-pull-21 {
		position: relative;
		right: 87.5%
	}
	.el-col-md-push-21 {
		position: relative;
		left: 87.5%
	}
	.el-col-md-22 {
		width: 91.66667%
	}
	.el-col-md-offset-22 {
		margin-left: 91.66667%
	}
	.el-col-md-pull-22 {
		position: relative;
		right: 91.66667%
	}
	.el-col-md-push-22 {
		position: relative;
		left: 91.66667%
	}
	.el-col-md-23 {
		width: 95.83333%
	}
	.el-col-md-offset-23 {
		margin-left: 95.83333%
	}
	.el-col-md-pull-23 {
		position: relative;
		right: 95.83333%
	}
	.el-col-md-push-23 {
		position: relative;
		left: 95.83333%
	}
	.el-col-md-24 {
		width: 100%
	}
	.el-col-md-offset-24 {
		margin-left: 100%
	}
	.el-col-md-pull-24 {
		position: relative;
		right: 100%
	}
	.el-col-md-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1280px) {
	.el-col-lg-0 {
		display: none
	}
	.el-col-lg-1 {
		width: 4.16667%
	}
	.el-col-lg-offset-1 {
		margin-left: 4.16667%
	}
	.el-col-lg-pull-1 {
		position: relative;
		right: 4.16667%
	}
	.el-col-lg-push-1 {
		position: relative;
		left: 4.16667%
	}
	.el-col-lg-2 {
		width: 8.33333%
	}
	.el-col-lg-offset-2 {
		margin-left: 8.33333%
	}
	.el-col-lg-pull-2 {
		position: relative;
		right: 8.33333%
	}
	.el-col-lg-push-2 {
		position: relative;
		left: 8.33333%
	}
	.el-col-lg-3 {
		width: 12.5%
	}
	.el-col-lg-offset-3 {
		margin-left: 12.5%
	}
	.el-col-lg-pull-3 {
		position: relative;
		right: 12.5%
	}
	.el-col-lg-push-3 {
		position: relative;
		left: 12.5%
	}
	.el-col-lg-4 {
		width: 16.66667%
	}
	.el-col-lg-offset-4 {
		margin-left: 16.66667%
	}
	.el-col-lg-pull-4 {
		position: relative;
		right: 16.66667%
	}
	.el-col-lg-push-4 {
		position: relative;
		left: 16.66667%
	}
	.el-col-lg-5 {
		width: 20.83333%
	}
	.el-col-lg-offset-5 {
		margin-left: 20.83333%
	}
	.el-col-lg-pull-5 {
		position: relative;
		right: 20.83333%
	}
	.el-col-lg-push-5 {
		position: relative;
		left: 20.83333%
	}
	.el-col-lg-6 {
		width: 25%
	}
	.el-col-lg-offset-6 {
		margin-left: 25%
	}
	.el-col-lg-pull-6 {
		position: relative;
		right: 25%
	}
	.el-col-lg-push-6 {
		position: relative;
		left: 25%
	}
	.el-col-lg-7 {
		width: 29.16667%
	}
	.el-col-lg-offset-7 {
		margin-left: 29.16667%
	}
	.el-col-lg-pull-7 {
		position: relative;
		right: 29.16667%
	}
	.el-col-lg-push-7 {
		position: relative;
		left: 29.16667%
	}
	.el-col-lg-8 {
		width: 33.33333%
	}
	.el-col-lg-offset-8 {
		margin-left: 33.33333%
	}
	.el-col-lg-pull-8 {
		position: relative;
		right: 33.33333%
	}
	.el-col-lg-push-8 {
		position: relative;
		left: 33.33333%
	}
	.el-col-lg-9 {
		width: 37.5%
	}
	.el-col-lg-offset-9 {
		margin-left: 37.5%
	}
	.el-col-lg-pull-9 {
		position: relative;
		right: 37.5%
	}
	.el-col-lg-push-9 {
		position: relative;
		left: 37.5%
	}
	.el-col-lg-10 {
		width: 41.66667%
	}
	.el-col-lg-offset-10 {
		margin-left: 41.66667%
	}
	.el-col-lg-pull-10 {
		position: relative;
		right: 41.66667%
	}
	.el-col-lg-push-10 {
		position: relative;
		left: 41.66667%
	}
	.el-col-lg-11 {
		width: 45.83333%
	}
	.el-col-lg-offset-11 {
		margin-left: 45.83333%
	}
	.el-col-lg-pull-11 {
		position: relative;
		right: 45.83333%
	}
	.el-col-lg-push-11 {
		position: relative;
		left: 45.83333%
	}
	.el-col-lg-12 {
		width: 50%
	}
	.el-col-lg-offset-12 {
		margin-left: 50%
	}
	.el-col-lg-pull-12 {
		position: relative;
		right: 50%
	}
	.el-col-lg-push-12 {
		position: relative;
		left: 50%
	}
	.el-col-lg-13 {
		width: 54.16667%
	}
	.el-col-lg-offset-13 {
		margin-left: 54.16667%
	}
	.el-col-lg-pull-13 {
		position: relative;
		right: 54.16667%
	}
	.el-col-lg-push-13 {
		position: relative;
		left: 54.16667%
	}
	.el-col-lg-14 {
		width: 58.33333%
	}
	.el-col-lg-offset-14 {
		margin-left: 58.33333%
	}
	.el-col-lg-pull-14 {
		position: relative;
		right: 58.33333%
	}
	.el-col-lg-push-14 {
		position: relative;
		left: 58.33333%
	}
	.el-col-lg-15 {
		width: 62.5%
	}
	.el-col-lg-offset-15 {
		margin-left: 62.5%
	}
	.el-col-lg-pull-15 {
		position: relative;
		right: 62.5%
	}
	.el-col-lg-push-15 {
		position: relative;
		left: 62.5%
	}
	.el-col-lg-16 {
		width: 66.66667%
	}
	.el-col-lg-offset-16 {
		margin-left: 66.66667%
	}
	.el-col-lg-pull-16 {
		position: relative;
		right: 66.66667%
	}
	.el-col-lg-push-16 {
		position: relative;
		left: 66.66667%
	}
	.el-col-lg-17 {
		width: 70.83333%
	}
	.el-col-lg-offset-17 {
		margin-left: 70.83333%
	}
	.el-col-lg-pull-17 {
		position: relative;
		right: 70.83333%
	}
	.el-col-lg-push-17 {
		position: relative;
		left: 70.83333%
	}
	.el-col-lg-18 {
		width: 75%
	}
	.el-col-lg-offset-18 {
		margin-left: 75%
	}
	.el-col-lg-pull-18 {
		position: relative;
		right: 75%
	}
	.el-col-lg-push-18 {
		position: relative;
		left: 75%
	}
	.el-col-lg-19 {
		width: 79.16667%
	}
	.el-col-lg-offset-19 {
		margin-left: 79.16667%
	}
	.el-col-lg-pull-19 {
		position: relative;
		right: 79.16667%
	}
	.el-col-lg-push-19 {
		position: relative;
		left: 79.16667%
	}
	.el-col-lg-20 {
		width: 83.33333%
	}
	.el-col-lg-offset-20 {
		margin-left: 83.33333%
	}
	.el-col-lg-pull-20 {
		position: relative;
		right: 83.33333%
	}
	.el-col-lg-push-20 {
		position: relative;
		left: 83.33333%
	}
	.el-col-lg-21 {
		width: 87.5%
	}
	.el-col-lg-offset-21 {
		margin-left: 87.5%
	}
	.el-col-lg-pull-21 {
		position: relative;
		right: 87.5%
	}
	.el-col-lg-push-21 {
		position: relative;
		left: 87.5%
	}
	.el-col-lg-22 {
		width: 91.66667%
	}
	.el-col-lg-offset-22 {
		margin-left: 91.66667%
	}
	.el-col-lg-pull-22 {
		position: relative;
		right: 91.66667%
	}
	.el-col-lg-push-22 {
		position: relative;
		left: 91.66667%
	}
	.el-col-lg-23 {
		width: 95.83333%
	}
	.el-col-lg-offset-23 {
		margin-left: 95.83333%
	}
	.el-col-lg-pull-23 {
		position: relative;
		right: 95.83333%
	}
	.el-col-lg-push-23 {
		position: relative;
		left: 95.83333%
	}
	.el-col-lg-24 {
		width: 100%
	}
	.el-col-lg-offset-24 {
		margin-left: 100%
	}
	.el-col-lg-pull-24 {
		position: relative;
		right: 100%
	}
	.el-col-lg-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1920px) {
	.el-col-xl-0 {
		display: none
	}
	.el-col-xl-1 {
		width: 4.16667%
	}
	.el-col-xl-offset-1 {
		margin-left: 4.16667%
	}
	.el-col-xl-pull-1 {
		position: relative;
		right: 4.16667%
	}
	.el-col-xl-push-1 {
		position: relative;
		left: 4.16667%
	}
	.el-col-xl-2 {
		width: 8.33333%
	}
	.el-col-xl-offset-2 {
		margin-left: 8.33333%
	}
	.el-col-xl-pull-2 {
		position: relative;
		right: 8.33333%
	}
	.el-col-xl-push-2 {
		position: relative;
		left: 8.33333%
	}
	.el-col-xl-3 {
		width: 12.5%
	}
	.el-col-xl-offset-3 {
		margin-left: 12.5%
	}
	.el-col-xl-pull-3 {
		position: relative;
		right: 12.5%
	}
	.el-col-xl-push-3 {
		position: relative;
		left: 12.5%
	}
	.el-col-xl-4 {
		width: 16.66667%
	}
	.el-col-xl-offset-4 {
		margin-left: 16.66667%
	}
	.el-col-xl-pull-4 {
		position: relative;
		right: 16.66667%
	}
	.el-col-xl-push-4 {
		position: relative;
		left: 16.66667%
	}
	.el-col-xl-5 {
		width: 20.83333%
	}
	.el-col-xl-offset-5 {
		margin-left: 20.83333%
	}
	.el-col-xl-pull-5 {
		position: relative;
		right: 20.83333%
	}
	.el-col-xl-push-5 {
		position: relative;
		left: 20.83333%
	}
	.el-col-xl-6 {
		width: 25%
	}
	.el-col-xl-offset-6 {
		margin-left: 25%
	}
	.el-col-xl-pull-6 {
		position: relative;
		right: 25%
	}
	.el-col-xl-push-6 {
		position: relative;
		left: 25%
	}
	.el-col-xl-7 {
		width: 29.16667%
	}
	.el-col-xl-offset-7 {
		margin-left: 29.16667%
	}
	.el-col-xl-pull-7 {
		position: relative;
		right: 29.16667%
	}
	.el-col-xl-push-7 {
		position: relative;
		left: 29.16667%
	}
	.el-col-xl-8 {
		width: 33.33333%
	}
	.el-col-xl-offset-8 {
		margin-left: 33.33333%
	}
	.el-col-xl-pull-8 {
		position: relative;
		right: 33.33333%
	}
	.el-col-xl-push-8 {
		position: relative;
		left: 33.33333%
	}
	.el-col-xl-9 {
		width: 37.5%
	}
	.el-col-xl-offset-9 {
		margin-left: 37.5%
	}
	.el-col-xl-pull-9 {
		position: relative;
		right: 37.5%
	}
	.el-col-xl-push-9 {
		position: relative;
		left: 37.5%
	}
	.el-col-xl-10 {
		width: 41.66667%
	}
	.el-col-xl-offset-10 {
		margin-left: 41.66667%
	}
	.el-col-xl-pull-10 {
		position: relative;
		right: 41.66667%
	}
	.el-col-xl-push-10 {
		position: relative;
		left: 41.66667%
	}
	.el-col-xl-11 {
		width: 45.83333%
	}
	.el-col-xl-offset-11 {
		margin-left: 45.83333%
	}
	.el-col-xl-pull-11 {
		position: relative;
		right: 45.83333%
	}
	.el-col-xl-push-11 {
		position: relative;
		left: 45.83333%
	}
	.el-col-xl-12 {
		width: 50%
	}
	.el-col-xl-offset-12 {
		margin-left: 50%
	}
	.el-col-xl-pull-12 {
		position: relative;
		right: 50%
	}
	.el-col-xl-push-12 {
		position: relative;
		left: 50%
	}
	.el-col-xl-13 {
		width: 54.16667%
	}
	.el-col-xl-offset-13 {
		margin-left: 54.16667%
	}
	.el-col-xl-pull-13 {
		position: relative;
		right: 54.16667%
	}
	.el-col-xl-push-13 {
		position: relative;
		left: 54.16667%
	}
	.el-col-xl-14 {
		width: 58.33333%
	}
	.el-col-xl-offset-14 {
		margin-left: 58.33333%
	}
	.el-col-xl-pull-14 {
		position: relative;
		right: 58.33333%
	}
	.el-col-xl-push-14 {
		position: relative;
		left: 58.33333%
	}
	.el-col-xl-15 {
		width: 62.5%
	}
	.el-col-xl-offset-15 {
		margin-left: 62.5%
	}
	.el-col-xl-pull-15 {
		position: relative;
		right: 62.5%
	}
	.el-col-xl-push-15 {
		position: relative;
		left: 62.5%
	}
	.el-col-xl-16 {
		width: 66.66667%
	}
	.el-col-xl-offset-16 {
		margin-left: 66.66667%
	}
	.el-col-xl-pull-16 {
		position: relative;
		right: 66.66667%
	}
	.el-col-xl-push-16 {
		position: relative;
		left: 66.66667%
	}
	.el-col-xl-17 {
		width: 70.83333%
	}
	.el-col-xl-offset-17 {
		margin-left: 70.83333%
	}
	.el-col-xl-pull-17 {
		position: relative;
		right: 70.83333%
	}
	.el-col-xl-push-17 {
		position: relative;
		left: 70.83333%
	}
	.el-col-xl-18 {
		width: 75%
	}
	.el-col-xl-offset-18 {
		margin-left: 75%
	}
	.el-col-xl-pull-18 {
		position: relative;
		right: 75%
	}
	.el-col-xl-push-18 {
		position: relative;
		left: 75%
	}
	.el-col-xl-19 {
		width: 79.16667%
	}
	.el-col-xl-offset-19 {
		margin-left: 79.16667%
	}
	.el-col-xl-pull-19 {
		position: relative;
		right: 79.16667%
	}
	.el-col-xl-push-19 {
		position: relative;
		left: 79.16667%
	}
	.el-col-xl-20 {
		width: 83.33333%
	}
	.el-col-xl-offset-20 {
		margin-left: 83.33333%
	}
	.el-col-xl-pull-20 {
		position: relative;
		right: 83.33333%
	}
	.el-col-xl-push-20 {
		position: relative;
		left: 83.33333%
	}
	.el-col-xl-21 {
		width: 87.5%
	}
	.el-col-xl-offset-21 {
		margin-left: 87.5%
	}
	.el-col-xl-pull-21 {
		position: relative;
		right: 87.5%
	}
	.el-col-xl-push-21 {
		position: relative;
		left: 87.5%
	}
	.el-col-xl-22 {
		width: 91.66667%
	}
	.el-col-xl-offset-22 {
		margin-left: 91.66667%
	}
	.el-col-xl-pull-22 {
		position: relative;
		right: 91.66667%
	}
	.el-col-xl-push-22 {
		position: relative;
		left: 91.66667%
	}
	.el-col-xl-23 {
		width: 95.83333%
	}
	.el-col-xl-offset-23 {
		margin-left: 95.83333%
	}
	.el-col-xl-pull-23 {
		position: relative;
		right: 95.83333%
	}
	.el-col-xl-push-23 {
		position: relative;
		left: 95.83333%
	}
	.el-col-xl-24 {
		width: 100%
	}
	.el-col-xl-offset-24 {
		margin-left: 100%
	}
	.el-col-xl-pull-24 {
		position: relative;
		right: 100%
	}
	.el-col-xl-push-24 {
		position: relative;
		left: 100%
	}
}

.el-collapse-item {
	color: var(--av-fixed-primary);
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-collapse-item:last-child {
	border-bottom: none
}

.el-collapse-item__header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px 0 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-collapse-item__header--reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 0 24px 0 16px
}

.el-collapse-item__header--reversed .el-collapse-item__title {
	padding-right: 0
}

.el-collapse-item__header--clickable:hover {
	cursor: pointer
}

.el-collapse-item__title {
	color: var(--av-fixed-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	padding-right: 16px
}

.el-collapse-item__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	will-change: height;
	overflow: hidden;
	border-top: 1px solid var(--av-brand-lighter);
	background-color: var(--av-brand-lightest);
	background-clip: padding-box
}

.el-collapse-item--size-small .el-collapse-item__header {
	height: 48px
}

.el-collapse-item--size-large .el-collapse-item__header {
	height: 64px
}

.el-collapse-item--size-auto .el-collapse-item__header {
	padding: 16px 16px 16px 24px
}

.el-collapse-item--size-auto.el-collapse-item--without-arrow .el-collapse-item__header {
	padding: 16px 24px
}

.el-collapse-item--color-title-background-transparent {
	background-color: transparent
}

.el-collapse-item--color-title-background-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-collapse-item--color-panel-background-transparent {
	background-color: transparent
}

.el-collapse-item--color-panel-background-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-collapse-item--color-panel-background-brand-lightest {
	background-color: var(--av-brand-lightest)
}

.el-collapse-item--no-background,
.el-collapse-item--no-background .el-collapse-item__content,
.el-collapse-item--no-background .el-collapse-item__header {
	background-color: transparent
}

.el-collapse-item--no-border .el-collapse-item__content {
	border: 0
}

.el-collapse-item--no-padding .el-collapse-item__header {
	padding: 0!important
}

.el-collapse-item.is-active .el-collapse-item__arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.el-collapse-item:active.is-focus .el-collapse-item__icon {
	background-color: unset
}

.el-combobox .el-input .el-input__editor {
	cursor: text
}

.el-combobox .el-input .el-input__container {
	padding-right: 0;
	cursor: text
}

.el-combobox .el-input .el-input__suffix {
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.el-combobox .el-input .el-input__suffix i {
	width: 48px;
	min-width: 48px;
	border-radius: 0 4px 4px 0
}

.el-combobox .el-input i {
	border-radius: 0 4px 4px 0;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 46px
}

.el-combobox .el-select--small .el-input .el-input__suffix i {
	width: 32px;
	min-width: 32px
}

.el-combobox .el-input:not(.is-disabled) i {
	cursor: pointer
}

.el-combobox .el-input:not(.is-disabled) .el-combobox__trigger:hover {
	background-color: var(--av-brand-accent);
	border-radius: 0 3px 3px 0
}

.el-combobox .el-input:not(.is-disabled) i:focus {
	position: relative
}

.el-combobox .el-input:not(.is-disabled) i:focus:after {
	content: "";
	border: 3px solid var(--av-fixed-focus);
	border-left-width: 0;
	position: absolute;
	right: -5px;
	left: 0;
	top: -5px;
	bottom: -5px;
	border-radius: 0 7px 7px 0
}

.el-combobox .el-input:not(.is-disabled) .el-combobox__trigger:active {
	background-color: var(--av-brand-light);
	border-radius: 0 3px 3px 0
}

.el-combobox .el-input:not(.is-disabled) .el-combobox__trigger--dropdown-visible {
	background-color: var(--av-brand-accent)
}

.el-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 0
}

.el-container.is-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.el-container--color-brand-lightest {
	background-color: var(--av-brand-lightest)
}

.el-custom-options {
	position: relative;
	border-bottom: 1px solid var(--av-brand-lighter);
	width: 296px;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.el-custom-options,
.el-custom-options .el-checkbox-group__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column
}

.el-custom-options .el-checkbox-group__content {
	flex-direction: column
}

.el-custom-options .el-checkbox-group__content,
.el-custom-options__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.el-date-table {
	font-size: 14px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0
}

.el-date-table__row {
	font-size: 14px
}

.el-date-table__row--hidden {
	display: none
}

.el-date-table__weekday-name {
	max-width: 40px
}

.el-date-table--start-end {
	background-color: var(--av-fixed-white)!important
}

.el-date-table .weekends {
	color: var(--av-fixed-light)
}

.el-date-table tbody:before,
.el-date-table thead:before {
	content: "";
	display: block;
	height: 8px
}

.el-date-table tbody td:first-child,
.el-date-table tbody th:first-child,
.el-date-table thead td:first-child,
.el-date-table thead th:first-child {
	width: 48px;
	padding-left: 8px
}

.el-date-table tbody td:last-child,
.el-date-table tbody th:last-child,
.el-date-table thead td:last-child,
.el-date-table thead th:last-child {
	width: 48px;
	padding-right: 8px
}

.el-date-table thead th {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	width: 40px;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid var(--av-brand-lighter);
	padding: 0
}

.el-date-table tbody:after,
.el-date-table thead th:after {
	content: "";
	display: block;
	height: 8px
}

.el-date-table tbody td {
	font-size: 14px;
	font-weight: 400;
	width: 40px;
	height: 32px;
	cursor: pointer;
	position: relative;
	border: none;
	padding: 0
}

.el-date-table tbody td div {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-date-table tbody td span {
	width: 40px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px
}

.el-date-table tbody td.available:hover div,
.el-date-table tbody td.in-range div,
.el-date-table tbody td.in-range div:hover {
	background-color: var(--av-brand-accent)
}

.el-date-table tbody td.end-date div,
.el-date-table tbody td.end-date div:hover,
.el-date-table tbody td.start-date div,
.el-date-table tbody td.start-date div:hover {
	background-color: var(--av-brand-light)
}

.el-date-table tbody td.current div,
.el-date-table tbody td.current div:hover {
	background-color: var(--av-brand-accent)
}

.el-date-table tbody td.disabled div {
	opacity: 1;
	cursor: default;
	color: var(--av-fixed-lightest)
}

.el-date-table tbody td.next-month div,
.el-date-table tbody td.prev-month div {
	color: var(--av-fixed-white);
	cursor: default
}

.el-date-table tbody td.next-month.current div,
.el-date-table tbody td.next-month.disabled div,
.el-date-table tbody td.next-month.end-date div,
.el-date-table tbody td.next-month.in-range div,
.el-date-table tbody td.next-month.start-date div,
.el-date-table tbody td.prev-month.current div,
.el-date-table tbody td.prev-month.disabled div,
.el-date-table tbody td.prev-month.end-date div,
.el-date-table tbody td.prev-month.in-range div,
.el-date-table tbody td.prev-month.start-date div {
	background-color: var(--av-fixed-white);
	color: var(--av-fixed-white);
	cursor: default
}

.el-date-table tbody td.next-month.current:hover div,
.el-date-table tbody td.next-month.disabled:hover div,
.el-date-table tbody td.next-month.end-date:hover div,
.el-date-table tbody td.next-month.in-range:hover div,
.el-date-table tbody td.next-month.start-date:hover div,
.el-date-table tbody td.prev-month.current:hover div,
.el-date-table tbody td.prev-month.disabled:hover div,
.el-date-table tbody td.prev-month.end-date:hover div,
.el-date-table tbody td.prev-month.in-range:hover div,
.el-date-table tbody td.prev-month.start-date:hover div {
	background-color: var(--av-fixed-white)
}

.el-date-table.is-multi-mode .weekends {
	color: var(--av-fixed-primary)
}

.el-month-table {
	margin: 32px 8px;
	border-collapse: collapse
}

.el-month-table td {
	text-align: center;
	padding: 16px 0;
	border: none
}

.el-month-table td.disabled .cell {
	cursor: default
}

.el-month-table td.disabled .cell,
.el-month-table td.disabled .cell:hover {
	background-color: var(--av-fixed-white);
	color: var(--av-fixed-lightest)
}

.el-month-table td .cell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70px;
	height: 32px;
	display: block;
	line-height: 32px;
	margin: 0 auto;
	color: var(--av-fixed-primary);
	cursor: pointer
}

.el-month-table td .cell:hover {
	color: var(--av-fixed-primary)
}

.el-month-table td .cell:hover,
.el-month-table td.current:not(.disabled) .cell {
	background-color: var(--av-brand-accent)
}

.el-year-table {
	margin: 32px 8px;
	border-collapse: collapse
}

.el-year-table td {
	text-align: center;
	padding: 16px 0;
	border: none
}

.el-year-table td.disabled .cell {
	cursor: default
}

.el-year-table td.disabled .cell,
.el-year-table td.disabled .cell:hover {
	background-color: var(--av-fixed-white);
	color: var(--av-fixed-lightest)
}

.el-year-table td .cell {
	width: 70px;
	height: 32px;
	display: block;
	line-height: 32px;
	margin: 0 auto;
	color: var(--av-fixed-primary);
	cursor: pointer
}

.el-year-table td .cell:hover {
	color: var(--av-fixed-primary)
}

.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
	background-color: var(--av-brand-accent)
}

.el-date-editor {
	position: relative;
	text-align: left
}

.el-date-editor .el-input__suffix i,
.el-date-editor.is-non-editable .el-input__container,
.el-date-editor.is-non-editable .el-input__container input {
	cursor: pointer
}

.el-date-editor.is-non-editable.is-disabled .el-input__container,
.el-date-editor.is-non-editable.is-disabled .el-input__container input {
	cursor: default
}

.el-picker-panel {
	color: var(--av-fixed-primary);
	border: 1px solid var(--av-brand-primary);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	background-color: var(--av-fixed-white);
	border-radius: 4px;
	margin: 5px 0
}

.el-picker-panel__body-wrapper:after,
.el-picker-panel__body:after {
	content: "";
	display: table;
	clear: both
}

.el-picker-panel__content {
	position: relative
}

.el-picker-panel__content--multi {
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-picker-panel__footer {
	border-top: 1px solid var(--av-brand-lighter);
	padding: 4px;
	text-align: right;
	background-color: var(--av-fixed-white);
	position: relative;
	font-size: 0
}

.el-picker-panel__footer-multi {
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 16px
}

.el-picker-panel__footer-multi--clear-btn {
	max-width: 158px;
	margin-left: 4px;
	font-weight: 400!important
}

.el-picker-panel__footer-multi--all-btn {
	max-width: 90px;
	margin-left: 16px
}

.el-picker-panel__shortcut {
	display: block;
	width: 100%;
	border: none;
	background-color: transparent;
	line-height: 28px;
	font-size: 14px;
	color: var(--av-fixed-primary);
	padding-left: 12px;
	text-align: left;
	outline: none;
	cursor: pointer
}

.el-picker-panel__shortcut.active,
.el-picker-panel__shortcut:hover {
	background-color: var(--av-brand-accent)
}

.el-picker-panel__btn {
	border: 1px solid var(--av-fixed-light);
	color: var(--av-fixed-light);
	line-height: 24px;
	border-radius: 2px;
	padding: 0 20px;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	font-size: 12px
}

.el-picker-panel__btn[disabled] {
	color: var(--av-fixed-lighter);
	cursor: default
}

.el-picker-panel__icon-btn {
	font-size: 12px;
	color: var(--av-fixed-primary);
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	margin-top: 8px
}

.el-picker-panel__icon-btn:hover {
	color: var(--av-brand-primary)
}

.el-picker-panel__icon-btn.is-disabled {
	color: var(--av-fixed-light)
}

.el-picker-panel__icon-btn.is-disabled:hover {
	cursor: default
}

.el-picker-panel__link-btn {
	vertical-align: middle
}

.el-picker-panel .el-popper__arrow {
	-webkit-transform: translateX(-400%);
	transform: translateX(-400%)
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 110px;
	border-right: 1px solid var(--av-brand-lighter);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 6px;
	background-color: var(--av-fixed-white);
	overflow: auto
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
	margin-left: 110px
}

.el-date-picker {
	display: inline-block
}

.el-date-picker table {
	table-layout: fixed;
	line-height: 32px;
	width: auto
}

.el-date-picker table td,
.el-date-picker table th {
	height: auto;
	text-align: center
}

.el-date-picker__editor-wrap {
	position: relative;
	display: table-cell;
	padding: 0 5px
}

.el-date-picker__header {
	max-width: 296px;
	height: 48px;
	padding: 0 16px;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-date-picker__header--multi {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.el-date-picker__header>span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.el-date-picker__header-btn {
	color: var(--av-brand-primary);
	cursor: pointer
}

.el-date-picker__header-btn--with-spacer-left {
	margin-left: 8px
}

.el-date-picker__header-btn--with-spacer-right {
	margin-right: 8px
}

.el-date-picker__header-btn.disabled {
	cursor: default
}

.el-date-picker__header-label-month {
	max-width: 68px
}

.el-date-picker__header-label-year {
	max-width: 100px
}

.el-date-picker__header-label-year--full-width {
	max-width: 200px
}

.el-date-picker__header-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 0 8px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	color: var(--av-fixed-primary)
}

.el-date-picker__header-label:hover {
	background-color: var(--av-brand-accent)
}

.el-date-picker__header-label.disabled {
	cursor: default
}

.el-date-picker__header-label.disabled.active,
.el-date-picker__header-label.disabled:hover {
	background-color: inherit
}

.el-date-picker__label-wrapper {
	height: 100%
}

.el-date-picker__prev-btn {
	float: left
}

.el-date-picker__next-btn {
	float: right
}

.el-date-range-picker {
	display: inline-block
}

.el-date-range-picker table {
	table-layout: fixed;
	line-height: 32px;
	width: auto
}

.el-date-range-picker table td,
.el-date-range-picker table th {
	height: auto;
	text-align: center
}

.el-date-range-picker .el-picker-panel__body,
.el-date-range-picker__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-date-range-picker__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	padding: 0 16px;
	height: 48px;
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-date-range-picker__header>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.el-date-range-picker__header i.is-disabled {
	color: var(--av-fixed-white);
	cursor: default
}

.el-date-range-picker__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0
}

.el-date-range-picker__content.is-right .el-date-range-picker__header div {
	margin-left: 50px;
	margin-right: 50px
}

.el-date-range-picker__content:not(:first-child) {
	border-left: 1px solid var(--av-brand-accent)
}

.el-date-range-picker__editors-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell
}

.el-date-range-picker__editors-wrap.is-right {
	text-align: right
}

.v-modal-enter {
	-webkit-animation: v-modal-in .2s ease;
	animation: v-modal-in .2s ease
}

.v-modal-leave {
	-webkit-animation: v-modal-out .2s ease forwards;
	animation: v-modal-out .2s ease forwards
}

.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--av-fixed-secondary)
}

.el-dialog {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	border-radius: 4px;
	background-color: var(--av-fixed-white);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .7);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .7);
	position: relative;
	margin: 48px
}

.el-dialog--fullscreen {
	width: calc(100vw - 96px)
}

.el-dialog--fullscreen .el-dialog__body {
	height: calc(100vh - 224px)
}

.el-dialog--fullscreen .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--fullscreen.is-no-footer .el-dialog__aside {
	height: calc(100vh - 224px)
}

.el-dialog--fullscreen.is-no-footer .el-dialog__body {
	height: calc(100vh - 160px)
}

.el-dialog--fullscreen.is-no-footer .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--fullscreen.is-no-footer.is-no-footer .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--fullscreen.is-no-footer.is-no-header .el-dialog__body {
	height: calc(100vh - 96px)
}

.el-dialog--fullscreen.is-no-footer.is-no-header .el-dialog__aside {
	height: calc(100vh - 32px)
}

.el-dialog--fullscreen.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--fullscreen.is-no-header .el-dialog__body {
	height: calc(100vh - 160px)
}

.el-dialog--fullscreen.is-no-header .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--fullscreen.is-no-header.is-no-footer .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--clean {
	max-width: none;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.el-dialog--clean .el-dialog__close-button {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2
}

.el-dialog--clean.el-dialog--width-large .el-dialog-content__clean-content,
.el-dialog--clean.el-dialog--width-medium .el-dialog-content__clean-content,
.el-dialog--clean.el-dialog--width-x-large .el-dialog-content__clean-content {
	padding: 80px 104px
}

.el-dialog--height-auto .el-dialog__body {
	max-height: calc(100vh - 224px)
}

.el-dialog--height-auto .el-dialog__aside {
	max-height: calc(100vh - 160px)
}

.el-dialog--height-auto.is-no-footer .el-dialog__aside {
	max-height: calc(100vh - 224px)
}

.el-dialog--height-auto.is-no-footer .el-dialog__body {
	max-height: calc(100vh - 160px)
}

.el-dialog--height-auto.is-no-footer .el-dialog__aside {
	max-height: calc(100vh - 96px)
}

.el-dialog--height-auto.is-no-footer.is-no-footer .el-dialog__aside {
	max-height: calc(100vh - 160px)
}

.el-dialog--height-auto.is-no-footer.is-no-header .el-dialog__body {
	max-height: calc(100vh - 96px)
}

.el-dialog--height-auto.is-no-footer.is-no-header .el-dialog__aside {
	max-height: calc(100vh - 32px)
}

.el-dialog--height-auto.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
	max-height: calc(100vh - 96px)
}

.el-dialog--height-auto.is-no-header .el-dialog__body {
	max-height: calc(100vh - 160px)
}

.el-dialog--height-auto.is-no-header .el-dialog__aside {
	max-height: calc(100vh - 96px)
}

.el-dialog--height-auto.is-no-header.is-no-footer .el-dialog__aside {
	max-height: calc(100vh - 160px)
}

.el-dialog--height-medium .el-dialog__body {
	height: calc(100vh - 224px)
}

.el-dialog--height-medium .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--height-medium.is-no-footer .el-dialog__aside {
	height: calc(100vh - 224px)
}

.el-dialog--height-medium.is-no-footer .el-dialog__body {
	height: calc(100vh - 160px)
}

.el-dialog--height-medium.is-no-footer .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--height-medium.is-no-footer.is-no-footer .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--height-medium.is-no-footer.is-no-header .el-dialog__body {
	height: calc(100vh - 96px)
}

.el-dialog--height-medium.is-no-footer.is-no-header .el-dialog__aside {
	height: calc(100vh - 32px)
}

.el-dialog--height-medium.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--height-medium.is-no-header .el-dialog__body {
	height: calc(100vh - 160px)
}

.el-dialog--height-medium.is-no-header .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--height-medium.is-no-header.is-no-footer .el-dialog__aside {
	height: calc(100vh - 160px)
}

@media screen and (min-height:500px) {
	.el-dialog--height-medium .el-dialog__body {
		height: calc(100vh - 384px)
	}
	.el-dialog--height-medium .el-dialog__aside {
		height: calc(100vh - 320px)
	}
	.el-dialog--height-medium.is-no-footer .el-dialog__aside {
		height: calc(100vh - 384px)
	}
	.el-dialog--height-medium.is-no-footer .el-dialog__body {
		height: calc(100vh - 320px)
	}
	.el-dialog--height-medium.is-no-footer .el-dialog__aside {
		height: calc(100vh - 256px)
	}
	.el-dialog--height-medium.is-no-footer.is-no-footer .el-dialog__aside {
		height: calc(100vh - 320px)
	}
	.el-dialog--height-medium.is-no-footer.is-no-header .el-dialog__body {
		height: calc(100vh - 256px)
	}
	.el-dialog--height-medium.is-no-footer.is-no-header .el-dialog__aside {
		height: calc(100vh - 192px)
	}
	.el-dialog--height-medium.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
		height: calc(100vh - 256px)
	}
	.el-dialog--height-medium.is-no-header .el-dialog__body {
		height: calc(100vh - 320px)
	}
	.el-dialog--height-medium.is-no-header .el-dialog__aside {
		height: calc(100vh - 256px)
	}
	.el-dialog--height-medium.is-no-header.is-no-footer .el-dialog__aside {
		height: calc(100vh - 320px)
	}
}

.el-dialog--height-large .el-dialog__body {
	height: calc(100vh - 224px)
}

.el-dialog--height-large .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--height-large.is-no-footer .el-dialog__aside {
	height: calc(100vh - 224px)
}

.el-dialog--height-large.is-no-footer .el-dialog__body {
	height: calc(100vh - 160px)
}

.el-dialog--height-large.is-no-footer .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--height-large.is-no-footer.is-no-footer .el-dialog__aside {
	height: calc(100vh - 160px)
}

.el-dialog--height-large.is-no-footer.is-no-header .el-dialog__body {
	height: calc(100vh - 96px)
}

.el-dialog--height-large.is-no-footer.is-no-header .el-dialog__aside {
	height: calc(100vh - 32px)
}

.el-dialog--height-large.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--height-large.is-no-header .el-dialog__body {
	height: calc(100vh - 160px)
}

.el-dialog--height-large.is-no-header .el-dialog__aside {
	height: calc(100vh - 96px)
}

.el-dialog--height-large.is-no-header.is-no-footer .el-dialog__aside {
	height: calc(100vh - 160px)
}

@media screen and (min-height:500px) {
	.el-dialog--height-large .el-dialog__body {
		height: calc(100vh - 256px)
	}
	.el-dialog--height-large .el-dialog__aside {
		height: calc(100vh - 192px)
	}
	.el-dialog--height-large.is-no-footer .el-dialog__aside {
		height: calc(100vh - 256px)
	}
	.el-dialog--height-large.is-no-footer .el-dialog__body {
		height: calc(100vh - 192px)
	}
	.el-dialog--height-large.is-no-footer .el-dialog__aside {
		height: calc(100vh - 128px)
	}
	.el-dialog--height-large.is-no-footer.is-no-footer .el-dialog__aside {
		height: calc(100vh - 192px)
	}
	.el-dialog--height-large.is-no-footer.is-no-header .el-dialog__body {
		height: calc(100vh - 128px)
	}
	.el-dialog--height-large.is-no-footer.is-no-header .el-dialog__aside {
		height: calc(100vh - 64px)
	}
	.el-dialog--height-large.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
		height: calc(100vh - 128px)
	}
	.el-dialog--height-large.is-no-header .el-dialog__body {
		height: calc(100vh - 192px)
	}
	.el-dialog--height-large.is-no-header .el-dialog__aside {
		height: calc(100vh - 128px)
	}
	.el-dialog--height-large.is-no-header.is-no-footer .el-dialog__aside {
		height: calc(100vh - 192px)
	}
}

.el-dialog--height-fixed-medium .el-dialog__body {
	height: 512px
}

.el-dialog--height-fixed-medium .el-dialog__aside {
	height: 576px
}

.el-dialog--height-fixed-medium.is-no-footer .el-dialog__aside {
	height: 512px
}

.el-dialog--height-fixed-medium.is-no-footer .el-dialog__body {
	height: 576px
}

.el-dialog--height-fixed-medium.is-no-footer .el-dialog__aside {
	height: 640px
}

.el-dialog--height-fixed-medium.is-no-footer.is-no-footer .el-dialog__aside {
	height: 576px
}

.el-dialog--height-fixed-medium.is-no-footer.is-no-header .el-dialog__body {
	height: 640px
}

.el-dialog--height-fixed-medium.is-no-footer.is-no-header .el-dialog__aside {
	height: 704px
}

.el-dialog--height-fixed-medium.is-no-footer.is-no-header.is-no-footer .el-dialog__aside {
	height: 640px
}

.el-dialog--height-fixed-medium.is-no-header .el-dialog__body {
	height: 576px
}

.el-dialog--height-fixed-medium.is-no-header .el-dialog__aside {
	height: 640px
}

.el-dialog--height-fixed-medium.is-no-header.is-no-footer .el-dialog__aside {
	height: 576px
}

.el-dialog--height-fixed-medium .el-dialog-content__clean-content {
	min-height: 640px
}

.el-dialog--width-small {
	width: 512px;
	min-width: 512px
}

.el-dialog--width-medium {
	width: 672px;
	min-width: 672px
}

.el-dialog--width-large {
	width: 832px;
	min-width: 832px
}

.el-dialog--width-x-large {
	width: 992px;
	min-width: 992px
}

.el-dialog--center {
	text-align: center
}

.el-dialog--center .el-dialog__body {
	text-align: initial;
	padding: 0
}

.el-dialog--center .el-dialog__footer {
	text-align: inherit
}

.el-dialog--center .el-dialog__footer,
.el-dialog__wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-dialog__wrapper {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.el-dialog__wrapper,
.el-dialog__wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-dialog__wrapper a {
	text-decoration: none;
	color: var(--av-fixed-link)
}

.el-dialog__wrapper a:hover {
	cursor: pointer
}

.el-dialog__wrapper b,
.el-dialog__wrapper strong {
	font-weight: 600
}

.el-dialog__wrapper button,
.el-dialog__wrapper input,
.el-dialog__wrapper optgroup,
.el-dialog__wrapper select,
.el-dialog__wrapper textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-dialog__wrapper ::selection {
	background: var(--av-brand-light)
}

.el-dialog__wrapper ::-moz-selection {
	background: var(--av-brand-light)
}

.el-dialog__wrapper input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-dialog__wrapper input:-moz-placeholder,
.el-dialog__wrapper input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-dialog__wrapper input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-dialog__wrapper input::-ms-clear,
.el-dialog__wrapper input::-ms-reveal {
	display: none
}

.el-dialog__wrapper.is-position-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.el-dialog__outer-scroll {
	height: 100%;
	width: 100%
}

.el-dialog__outer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-dialog__outer-container.is-scrollable {
	min-height: 100vh;
	min-width: 100vw
}

.el-dialog__outer-container.is-fixed-width {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.el-dialog__outer-container.is-position-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.el-dialog__mask {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.el-dialog__mask,
.el-dialog__mask * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-dialog__mask a {
	text-decoration: none;
	color: var(--av-fixed-link)
}

.el-dialog__mask a:hover {
	cursor: pointer
}

.el-dialog__mask b,
.el-dialog__mask strong {
	font-weight: 600
}

.el-dialog__mask button,
.el-dialog__mask input,
.el-dialog__mask optgroup,
.el-dialog__mask select,
.el-dialog__mask textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-dialog__mask ::selection {
	background: var(--av-brand-light)
}

.el-dialog__mask ::-moz-selection {
	background: var(--av-brand-light)
}

.el-dialog__mask input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-dialog__mask input:-moz-placeholder,
.el-dialog__mask input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-dialog__mask input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-dialog__mask input::-ms-clear,
.el-dialog__mask input::-ms-reveal {
	display: none
}

.el-dialog__container {
	background-color: var(--av-brand-lightest);
	outline: none
}

.el-dialog__header {
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 64px;
	padding: 0 16px 0 24px;
	border-bottom: 1px solid var(--av-brand-lighter);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: var(--av-fixed-white);
	background-clip: padding-box
}

.el-dialog__close-button {
	margin-left: 16px
}

.el-dialog__title {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.el-dialog__body {
	overflow: hidden;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--av-fixed-primary);
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.el-dialog__aside {
	min-height: 64px;
	min-width: 256px;
	border-right: 1px solid var(--av-brand-lighter)
}

.el-dialog__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	padding: 0 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid var(--av-brand-lighter);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: var(--av-fixed-white);
	background-clip: padding-box
}

.el-dialog__footer-aside {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 16px
}

.el-dialog__footer-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-dialog__flex-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.el-dialog__flex-wrapper--content {
	width: 100%
}

.el-dialog__content-scrollbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.el-dialog__content-scrollbar-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-scroll-chaining: none
}

@supports (-moz-appearance:none) {
	.el-dialog__content-scrollbar-wrap {
		-ms-scroll-chaining: none;
		overscroll-behavior: contain
	}
}

.el-dialog__content-scrollbar-wrap:focus {
	outline: none
}

.el-dialog-content__clean-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 80px 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.el-dialog-content__clean-content.is-fade-edges:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 64px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--av-fixed-white)), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(180deg, var(--av-fixed-white), hsla(0, 0%, 100%, 0));
	content: "";
	z-index: 1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.el-dialog-content__clean-content.is-fade-edges:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--av-fixed-white)), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(0deg, var(--av-fixed-white), hsla(0, 0%, 100%, 0));
	content: "";
	z-index: 1;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.dialog-fade-enter-active {
	-webkit-animation: dialog-fade-in .3s;
	animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
	-webkit-animation: dialog-fade-out .3s;
	animation: dialog-fade-out .3s
}

.el-divider {
	width: 100%;
	height: 1px;
	min-height: 1px;
	vertical-align: middle
}

.el-divider--color-brand-light {
	background-color: var(--av-brand-light)
}

.el-divider--color-brand-lighter {
	background-color: var(--av-brand-lighter)
}

.el-divider.is-vertical {
	display: inline-block;
	width: 1px;
	min-width: 1px;
	min-height: 24px;
	height: 100%
}

.el-dropdown {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: var(--av-brand-primary);
	max-width: 100%;
	cursor: pointer
}

.el-dropdown.is-disabled {
	cursor: default
}

.el-dropdown__text-split-button {
	font-weight: 400;
	color: var(--av-brand-primary);
	padding: 0 8px;
	border: none;
	border-radius: 4px;
	background-color: transparent;
	outline: none
}

.el-dropdown__text-split-button:hover {
	background-color: var(--av-brand-accent)
}

.el-dropdown__text-split-button:focus {
	background-color: var(--av-fixed-focus)
}

.el-dropdown__text-split-button:active {
	background-color: var(--av-brand-lighter)
}

.el-dropdown__text-split-button--dropdown-visible {
	background-color: var(--av-brand-accent)
}

.el-dropdown__split-left {
	border-right-width: 0!important;
	position: relative;
	outline: none;
	min-width: 0
}

.el-dropdown__split-left.is-focus:not(.el-button--text) {
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0
}

.el-dropdown__split-left.is-focus:not(.el-button--text):before {
	content: "";
	border: 3px solid;
	border-color: var(--av-fixed-focus);
	border-right: var(--av-fixed-focus);
	position: absolute;
	right: 0;
	left: -4px;
	top: -4px;
	bottom: -4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 7px 0 0 7px
}

.el-dropdown__split-left.el-button--primary+.el-dropdown__divider {
	border-color: var(--av-fixed-white);
	border-style: solid;
	border-width: 1px 0;
	background-color: var(--av-fixed-white)
}

.el-dropdown__split-left.el-button--secondary+.el-dropdown__divider {
	border-color: var(--av-brand-primary);
	border-style: solid;
	border-width: 1px 0;
	background-color: var(--av-brand-lighter)
}

.el-dropdown__split-left.el-button--text+.el-dropdown__divider {
	width: 0
}

.el-dropdown__split-left.el-button--text {
	margin-right: 8px
}

.el-dropdown__divider {
	width: 1px;
	height: 32px;
	display: block
}

.el-dropdown__split-right {
	padding: 0;
	border-left-width: 0!important;
	outline: none;
	width: 32px
}

.el-dropdown__split-right.el-button--text {
	width: 16px
}

.el-dropdown__split-right.is-focus:not(.el-button--text) {
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0
}

.el-dropdown__split-right.is-focus:not(.el-button--text):before {
	content: "";
	border: 3px solid;
	border-color: var(--av-fixed-focus);
	border-left: var(--av-fixed-focus);
	position: absolute;
	right: -4px;
	left: 0;
	top: -4px;
	bottom: -4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 0 7px 7px 0
}

.el-dropdown__icon {
	font-size: 12px;
	margin: 0 3px
}

.el-dropdown-menu {
	border: 1px solid var(--av-brand-primary);
	border-radius: 4px;
	margin: 8px 0;
	background-color: var(--av-fixed-white);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0
}

.el-dropdown-menu__list {
	list-style: none;
	padding: 8px 0;
	margin: 0
}

.el-dropdown-menu__divider {
	margin: 8px 0
}

.el-dropdown-menu__no-data {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 24px 16px;
	max-width: 512px
}

.el-dropdown-menu__no-border {
	border: none;
	-webkit-box-shadow: 2px 0 20px 0 var(--av-fixed-lightest);
	box-shadow: 2px 0 20px 0 var(--av-fixed-lightest)
}

.el-dropdown-menu__item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	line-height: 32px;
	padding: 4px 16px;
	margin: 0;
	font-size: 14px;
	color: var(--av-fixed-link);
	cursor: pointer;
	outline: none
}

.el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: var(--av-brand-accent)
}

.el-dropdown-menu__item:not(.is-disabled):not(.is-sidebar):focus {
	background-color: var(--av-fixed-focus)
}

.el-dropdown-menu__item:not(.is-disabled).is-sidebar:focus,
.el-dropdown-menu__item:not(.is-disabled):not(.is-sidebar):active {
	background-color: var(--av-brand-accent)
}

.el-dropdown-menu__item.is-disabled {
	cursor: default;
	color: var(--av-fixed-light);
	pointer-events: none
}

.el-dropdown-menu__item.is-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-dropdown-menu__item.is-divided {
	-webkit-box-shadow: 0 -8px var(--av-fixed-white), 0 -8px 0 1px var(--av-brand-lighter);
	box-shadow: 0 -8px var(--av-fixed-white), 0 -8px 0 1px var(--av-brand-lighter);
	margin-top: 16px
}

.el-dropdown-menu__item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.el-footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.el-footer__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.el-footer--color-brand-lightest {
	background-color: var(--av-brand-lightest)
}

.el-footer--color-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-form-item {
	padding-bottom: 8px;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 14px;
	color: var(--av-fixed-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.el-form-item.is-error-absolute {
	padding-bottom: 0
}

.el-form-item__label {
	line-height: 32px
}

.el-form-item__content {
	position: relative
}

.el-form-item__error-holder {
	min-height: 16px
}

.is-error-absolute .el-form-item__error-holder {
	min-height: auto
}

.is-error-absolute .el-form-item__error {
	position: absolute;
	top: 100%;
	padding-top: 0
}

.el-form-item.is-error .el-input__container,
.el-form-item.is-error .el-textarea__container,
.el-form-item.is-error .is-focus .el-input__container,
.el-form-item.is-error .is-focus .el-textarea__container {
	border-color: var(--av-fixed-danger)
}

.el-form-item.is-error .el-password.is-with-description .el-password__container {
	margin-bottom: 0
}

.el-form-item.is-error .el-password__description {
	display: none
}

.form-error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--av-fixed-danger);
	font-size: 12px;
	line-height: 16px;
	white-space: normal
}

.form-error__icon {
	margin-right: 8px
}

.form-error.is-large {
	font-size: 14px;
	line-height: 32px
}

.i {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 0;
	outline: none;
	text-transform: none;
	vertical-align: middle;
	min-width: 16px
}

.i--color-brand-primary:before {
	color: var(--av-brand-primary)
}

.i--color-brand-light:before {
	color: var(--av-brand-light)
}

.i--color-brand-secondary:before {
	color: var(--av-brand-secondary)
}

.i--color-brand-secondary-light:before {
	color: var(--av-brand-secondary-light)
}

.i--color-fixed-success:before {
	color: var(--av-fixed-success)
}

.i--color-fixed-success-accent:before {
	color: var(--av-fixed-success-accent)
}

.i--color-fixed-danger:before {
	color: var(--av-fixed-danger)
}

.i--color-fixed-danger-accent:before {
	color: var(--av-fixed-danger-accent)
}

.i--color-fixed-critical:before {
	color: var(--av-fixed-critical)
}

.i--color-fixed-critical-accent:before {
	color: var(--av-fixed-critical-accent)
}

.i--color-fixed-warning:before {
	color: var(--av-fixed-warning)
}

.i--color-fixed-warning-accent:before {
	color: var(--av-fixed-warning-accent)
}

.i--color-fixed-info:before {
	color: var(--av-fixed-info)
}

.i--color-fixed-info-accent:before {
	color: var(--av-fixed-info-accent)
}

.i--color-fixed-white:before {
	color: var(--av-fixed-white)
}

.i--color-fixed-link:before {
	color: var(--av-fixed-link)
}

.i--color-fixed-link-light:before {
	color: var(--av-fixed-link-light)
}

.i--color-solid-brand-accent:before {
	color: var(--av-solid-brand-accent)
}

.i--color-solid-brand-lightest:before {
	color: var(--av-solid-brand-lightest)
}

.i--color-solid-brand-secondary-accent:before {
	color: var(--av-solid-brand-secondary-accent)
}

.i--color-solid-brand-secondary-light:before {
	color: var(--av-solid-brand-secondary-light)
}

.i--color-solid-fixed-success-accent:before {
	color: var(--av-solid-fixed-success-accent)
}

.i--color-solid-fixed-warning-accent:before {
	color: var(--av-solid-fixed-warning-accent)
}

.i--color-solid-fixed-critical-accent:before {
	color: var(--av-solid-fixed-critical-accent)
}

.i--color-solid-fixed-danger-accent:before {
	color: var(--av-solid-fixed-danger-accent)
}

.i:before {
	-webkit-transform: scaleX(.999);
	transform: scaleX(.999)
}

.i--size-16 {
	min-width: 16px
}

.i--size-16:before {
	font-size: 16px;
	width: 16px
}

.i--size-24 {
	min-width: 24px
}

.i--size-24:before {
	font-size: 24px;
	width: 24px
}

.i--size-32 {
	min-width: 32px
}

.i--size-32:before {
	font-size: 32px;
	width: 32px
}

.i--size-64 {
	min-width: 64px
}

.i--size-64:before {
	font-size: 64px;
	width: 64px
}

.i--size-72 {
	min-width: 72px
}

.i--size-72:before {
	font-size: 72px;
	width: 72px
}

.i--size-96 {
	min-width: 96px
}

.i--size-96:before {
	font-size: 96px;
	width: 96px
}

.i.is-disabled:before {
	color: var(--av-brand-light)
}

.i.is-left {
	margin-right: 8px
}

.i.is-right {
	margin-left: 8px
}

.i__state {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 0;
	outline: none;
	text-transform: none;
	vertical-align: middle;
	min-width: 16px;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.i__state--color-brand-primary:before {
	color: var(--av-brand-primary)
}

.i__state--color-brand-light:before {
	color: var(--av-brand-light)
}

.i__state--color-brand-secondary:before {
	color: var(--av-brand-secondary)
}

.i__state--color-brand-secondary-light:before {
	color: var(--av-brand-secondary-light)
}

.i__state--color-fixed-success:before {
	color: var(--av-fixed-success)
}

.i__state--color-fixed-success-accent:before {
	color: var(--av-fixed-success-accent)
}

.i__state--color-fixed-danger:before {
	color: var(--av-fixed-danger)
}

.i__state--color-fixed-danger-accent:before {
	color: var(--av-fixed-danger-accent)
}

.i__state--color-fixed-critical:before {
	color: var(--av-fixed-critical)
}

.i__state--color-fixed-critical-accent:before {
	color: var(--av-fixed-critical-accent)
}

.i__state--color-fixed-warning:before {
	color: var(--av-fixed-warning)
}

.i__state--color-fixed-warning-accent:before {
	color: var(--av-fixed-warning-accent)
}

.i__state--color-fixed-info:before {
	color: var(--av-fixed-info)
}

.i__state--color-fixed-info-accent:before {
	color: var(--av-fixed-info-accent)
}

.i__state--color-fixed-white:before {
	color: var(--av-fixed-white)
}

.i__state--color-fixed-link:before {
	color: var(--av-fixed-link)
}

.i__state--color-fixed-link-light:before {
	color: var(--av-fixed-link-light)
}

.i__state--color-solid-brand-accent:before {
	color: var(--av-solid-brand-accent)
}

.i__state--color-solid-brand-lightest:before {
	color: var(--av-solid-brand-lightest)
}

.i__state--color-solid-brand-secondary-accent:before {
	color: var(--av-solid-brand-secondary-accent)
}

.i__state--color-solid-brand-secondary-light:before {
	color: var(--av-solid-brand-secondary-light)
}

.i__state--color-solid-fixed-success-accent:before {
	color: var(--av-solid-fixed-success-accent)
}

.i__state--color-solid-fixed-warning-accent:before {
	color: var(--av-solid-fixed-warning-accent)
}

.i__state--color-solid-fixed-critical-accent:before {
	color: var(--av-solid-fixed-critical-accent)
}

.i__state--color-solid-fixed-danger-accent:before {
	color: var(--av-solid-fixed-danger-accent)
}

.i__state:before {
	-webkit-transform: scaleX(.999);
	transform: scaleX(.999)
}

.i__state--size-16 {
	min-width: 16px
}

.i__state--size-16:before {
	font-size: 16px;
	width: 16px
}

.i__state--size-24 {
	min-width: 24px
}

.i__state--size-24:before {
	font-size: 24px;
	width: 24px
}

.i__state--size-32 {
	min-width: 32px
}

.i__state--size-32:before {
	font-size: 32px;
	width: 32px
}

.i__state--size-64 {
	min-width: 64px
}

.i__state--size-64:before {
	font-size: 64px;
	width: 64px
}

.i__state--size-72 {
	min-width: 72px
}

.i__state--size-72:before {
	font-size: 72px;
	width: 72px
}

.i__state--size-96 {
	min-width: 96px
}

.i__state--size-96:before {
	font-size: 96px;
	width: 96px
}

.i__state.is-disabled:before {
	color: var(--av-brand-light)
}

.svg--size-16 {
	min-width: 16px;
	width: 16px;
	height: 16px
}

.svg--size-24 {
	min-width: 24px;
	width: 24px;
	height: 24px
}

.svg--size-32 {
	min-width: 32px;
	width: 32px;
	height: 32px
}

.svg--size-64 {
	min-width: 64px;
	width: 64px;
	height: 64px
}

.svg--size-72 {
	min-width: 72px;
	width: 72px;
	height: 72px
}

.svg--size-96 {
	min-width: 96px;
	width: 96px;
	height: 96px
}

.el-file-picker {
	display: inline-block;
	width: 100%;
	color: var(--av-brand-primary);
	line-height: 48px
}

.el-file-picker--medium .el-file-picker__inner {
	font-size: 14px;
	height: 48px
}

.el-file-picker--medium .el-file-picker__value {
	font-size: 16px
}

.el-file-picker--small .el-file-picker__inner {
	font-size: 12px;
	height: 32px
}

.el-file-picker--small .el-file-picker__value {
	bottom: 3px;
	font-size: 14px;
	line-height: 24px
}

.el-file-picker--focus .el-file-picker__inner {
	border-color: var(--av-brand-primary);
	background-color: var(--av-fixed-white);
	color: var(--el-primary-active)
}

.el-file-picker__inner {
	position: relative;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--av-fixed-white);
	border-radius: 4px;
	border: 1px solid var(--av-brand-light);
	cursor: pointer
}

.el-file-picker__input {
	display: none;
	-webkit-appearance: none;
	outline: none
}

.el-file-picker__input:focus+.el-file-picker__inner {
	border-color: var(--av-brand-primary);
	outline: none
}

.el-file-picker__input[disabled]+.el-file-picker__inner {
	cursor: default;
	background-color: transparent
}

.el-file-picker__input[disabled]+.el-file-picker__inner .el-file-picker__label {
	color: var(--av-fixed-lighter)
}

.el-file-picker__input[disabled]+.el-file-picker__inner .el-file-picker__icon {
	color: var(--av-brand-light)
}

.el-file-picker__icon {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	max-width: 150px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 16px;
	line-height: 24px;
	pointer-events: none
}

.el-file-picker__icon>i {
	vertical-align: middle
}

.el-file-picker__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	pointer-events: none;
	color: var(--av-fixed-light);
	padding: 0 0 0 16px;
	font-size: 16px
}

.el-file-picker__label--top {
	padding: 4px 0 0 16px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px;
	line-height: 1.3
}

.el-file-picker--small .el-file-picker__label--top {
	opacity: 0
}

.el-file-picker__value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	padding: 0 64px 0 16px;
	overflow-y: auto;
	display: block;
	line-height: 24px;
	pointer-events: none;
	color: var(--av-fixed-primary)
}

.el-filter__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.el-filter__button-max-width {
	max-width: 256px
}

.el-filter__reset {
	min-width: 160px
}

.el-filter__form {
	position: relative
}

.el-filter__form:focus {
	outline: none
}

.el-filter__counter {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	margin: 8px;
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--av-fixed-white)
}

.el-link {
	color: var(--av-fixed-link);
	display: inline-block;
	font-weight: 600
}

.el-link:not(:active):focus {
	background-color: var(--av-fixed-focus);
	outline: none;
	border-radius: 2px
}

.el-link.is-disabled {
	opacity: .6;
	pointer-events: none
}

.el-loading-parent--relative {
	position: relative!important;
	pointer-events: none!important
}

.el-loading-parent--hidden {
	overflow: hidden!important
}

.el-loading {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: inherit;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.el-loading,
.el-loading * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-loading a {
	text-decoration: none;
	color: var(--av-fixed-link)
}

.el-loading a:hover {
	cursor: pointer
}

.el-loading b,
.el-loading strong {
	font-weight: 600
}

.el-loading button,
.el-loading input,
.el-loading optgroup,
.el-loading select,
.el-loading textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-loading ::selection {
	background: var(--av-brand-light)
}

.el-loading ::-moz-selection {
	background: var(--av-brand-light)
}

.el-loading input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-loading input:-moz-placeholder,
.el-loading input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-loading input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-loading input::-ms-clear,
.el-loading input::-ms-reveal {
	display: none
}

.el-loading__backdrop {
	border-radius: inherit;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.el-loading__backdrop--color-brand-primary {
	background-color: var(--av-brand-primary)
}

.el-loading__backdrop--color-brand-light {
	background-color: var(--av-brand-light)
}

.el-loading__backdrop--color-brand-lighter {
	background-color: var(--av-brand-lighter)
}

.el-loading__backdrop--color-brand-lightest {
	background-color: var(--av-brand-lightest)
}

.el-loading__backdrop--color-brand-accent {
	background-color: var(--av-brand-accent)
}

.el-loading__backdrop--color-fixed-modal {
	background-color: var(--av-fixed-secondary)
}

.el-loading__backdrop--color-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-loading__content {
	text-align: center;
	z-index: inherit
}

.el-loading.is-fullscreen {
	position: fixed;
	z-index: 3010
}

.el-loading-fade-enter,
.el-loading-fade-leave-active {
	opacity: 0
}

.el-main {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-main--color-brand-lightest {
	background-color: var(--av-brand-lightest)
}

.el-main--color-brand-lighter {
	background-color: var(--av-brand-lighter)
}

.el-main--color-brand-accent {
	background-color: var(--av-brand-accent)
}

.el-menu {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	max-width: 100%;
	overflow: hidden
}

.el-menu,
.el-menu * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-menu a {
	text-decoration: none;
	/* color: var(--av-fixed-link) */
	color: #fff;
}

.el-menu a:hover {
	cursor: pointer
}

.el-menu b,
.el-menu strong {
	font-weight: 600
}

.el-menu button,
.el-menu input,
.el-menu optgroup,
.el-menu select,
.el-menu textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-menu ::selection {
	background: var(--av-brand-light)
}

.el-menu ::-moz-selection {
	background: var(--av-brand-light)
}

.el-menu input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-menu input:-moz-placeholder,
.el-menu input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-menu input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-menu input::-ms-clear,
.el-menu input::-ms-reveal {
	display: none
}

.el-menu:after,
.el-menu:before {
	display: table;
	content: ""
}

.el-menu:after {
	clear: both
}

.el-menu__bar {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.el-menu__bar,
.el-menu__bar li {
	list-style: none;
	/* border-bottom: 1px solid #0065E3; */
}

.el-menu__bar__icon {
	line-height: 0
}

.el-menu .el-menu-item,
.el-menu .el-submenu__item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	outline: 0
}

.el-menu .el-menu-item.is-active,
.el-menu .el-submenu__item.is-active {
	cursor: default
}

.el-menu--horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 -1px 0 0 var(--av-brand-light) inset;
	box-shadow: 0 -1px 0 0 var(--av-brand-light) inset
}

.el-menu--horizontal .el-menu__bar {
	margin: 0 16px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-menu--horizontal .el-menu-item {
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 600;
	position: relative;
	padding: 0 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: visible;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.el-menu--horizontal .el-menu-item:hover {
	background-color: var(--el-secondary-hover)
}

.el-menu--horizontal .el-menu-item.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-menu--horizontal .el-menu-item.is-active {
	background-color: var(--el-secondary-active)
}

.el-menu--horizontal .el-menu-item:not(:disabled).is-active,
.el-menu--horizontal .el-menu-item:not(:disabled):active {
	background: var(--el-secondary-active)
}

.el-menu--horizontal .el-menu-item:not(:disabled).is-selected {
	background-color: var(--el-secondary-hover)
}

.el-menu--horizontal .el-menu-item.is-disabled {
	cursor: default;
	pointer-events: none
}

.el-menu--horizontal .el-menu-item:not(:first-child) {
	margin-left: 16px
}

.el-menu--horizontal .el-menu-item>.el-text {
	color: var(--av-fixed-primary);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .3px
}

.el-menu--horizontal .el-menu-item.is-active {
	cursor: default
}

.el-menu--horizontal .el-menu-item.is-active:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -16px;
	left: 8px;
	width: calc(100% - 16px);
	border-bottom: 3px solid var(--av-nav-secondary)
}

.el-menu--horizontal .el-menu-item:not(:disabled).is-active {
	background: transparent
}

.el-menu--horizontal .el-menu-item.is-disabled>.el-text {
	color: var(--av-fixed-lighter)
}

.el-menu--horizontal .el-menu__controls {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	outline-style: none;
	height: 64px;
	width: 128px
}

.el-menu--horizontal .el-menu__controls:before {
	content: "";
	position: absolute;
	left: -48px;
	pointer-events: none;
	top: 0;
	height: calc(100% - 1px);
	width: 48px;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(59%, var(--av-fixed-white)));
	background: linear-gradient(90deg, transparent, var(--av-fixed-white) 59%)
}

.el-menu--horizontal .el-menu__controls.is-no-gradient:before {
	display: none
}

.el-menu--horizontal .el-menu__controls-divider {
	width: 1px;
	background-color: var(--av-brand-light);
	height: 24px
}

.el-menu--horizontal.is-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-menu--horizontal.is-nav-primary {
	background-color: var(--av-nav-primary)
}

.el-menu--vertical .is-multiline .el-text {
	white-space: normal;
	line-height: 20px
}

.el-menu--vertical .el-menu-item,
.el-menu--vertical .el-submenu__item {
	/* padding: 8px 16px; */
	padding: 8px 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 48px
}

.el-menu--vertical .el-menu-item:before,
.el-menu--vertical .el-submenu__item:before {
	content: "";
	display: inline-block;
	height: 32px;
	width: 0
}

.el-menu--vertical.el-menu--primary .el-menu-item,
.el-menu--vertical.el-menu--primary .el-submenu__item {
	color: var(--av-nav-text)
}

.el-menu--vertical.el-menu--primary .el-menu-item .el-menu__bar-icon,
.el-menu--vertical.el-menu--primary .el-submenu__item .el-menu__bar-icon {
	/* padding-right: 16px */
	padding-right: 10px
}

.el-menu--vertical.el-menu--primary .el-menu-item:not(.is-active).is-focus,
.el-menu--vertical.el-menu--primary .el-submenu__item:not(.is-active).is-focus {
	background-color: var(--av-fixed-focus)
}

.el-menu--vertical.el-menu--primary .el-menu-item:not(.is-active):hover,
.el-menu--vertical.el-menu--primary .el-submenu__item:not(.is-active):hover {
	background-color: var(--el-nav-primary-hover)
}

.el-menu--vertical.el-menu--primary .el-menu-item:not(.is-active):active,
.el-menu--vertical.el-menu--primary .el-submenu__item:not(.is-active):active {
	color: var(--av-nav-text-active);
	background-color: var(--el-nav-primary-active)
}

.el-menu--vertical.el-menu--primary .is-root.el-menu-item,
.el-menu--vertical.el-menu--primary .is-root.el-submenu__item {
	/* min-height: 64px; */
	/* min-height: 55px; */
	min-height: 48px;
	/* padding-top: 16px; */
	padding-top: 2px;
	/* padding-bottom: 16px */
	padding-bottom: 2px
}

.el-menu--vertical.el-menu--primary .is-root.el-menu-item>.el-text,
.el-menu--vertical.el-menu--primary .is-root.el-submenu__item>.el-text {
/* 	font-weight: 600;
	letter-spacing: .3px */
}

.el-menu--vertical.el-menu--primary .el-menu-item.is-active {
	background-color: var(--av-nav-secondary);
	color: var(--av-nav-text-active)
}

.el-menu--vertical.el-menu--primary .el-menu__bar--level-1 .el-menu-item,
.el-menu--vertical.el-menu--primary .el-menu__bar--level-1 .el-submenu__item {
	padding-left: 16px
}

.el-menu--vertical.el-menu--primary .el-menu__bar--level-2 .el-menu-item,
.el-menu--vertical.el-menu--primary .el-menu__bar--level-2 .el-submenu__item {
	/* padding-left: 64px */
	padding-left:51px
}

.el-menu--vertical.el-menu--primary .el-menu__bar--level-3 .el-menu-item,
.el-menu--vertical.el-menu--primary .el-menu__bar--level-3 .el-submenu__item {
	padding-left: 112px
}

.el-menu--vertical.el-menu--primary .el-menu__bar--level-4 .el-menu-item,
.el-menu--vertical.el-menu--primary .el-menu__bar--level-4 .el-submenu__item {
	padding-left: 160px
}

.el-menu--vertical.el-menu--primary .el-menu__bar--level-5 .el-menu-item,
.el-menu--vertical.el-menu--primary .el-menu__bar--level-5 .el-submenu__item {
	padding-left: 208px
}

.el-menu--vertical.el-menu--primary .el-submenu__arrow {
	display: none
}

.el-menu--vertical.el-menu--secondary .el-menu-item,
.el-menu--vertical.el-menu--secondary .el-submenu__item {
	color: var(--av-brand-primary);
	padding-left: 48px;
	background-clip: padding-box
}

.el-menu--vertical.el-menu--secondary .el-menu-item .el-menu__bar-icon,
.el-menu--vertical.el-menu--secondary .el-submenu__item .el-menu__bar-icon {
	display: block;
	color: var(--av-brand-primary);
	padding-right: 8px
}

.el-menu--vertical.el-menu--secondary .el-menu-item .el-menu__bar-icon i,
.el-menu--vertical.el-menu--secondary .el-submenu__item .el-menu__bar-icon i {
	display: block
}

.el-menu--vertical.el-menu--secondary .el-menu-item>.el-text,
.el-menu--vertical.el-menu--secondary .el-submenu__item>.el-text {
	font-weight: 600
}

.el-menu--vertical.el-menu--secondary .el-menu-item.is-focus,
.el-menu--vertical.el-menu--secondary .el-submenu__item.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-menu--vertical.el-menu--secondary .el-menu-item:active,
.el-menu--vertical.el-menu--secondary .el-menu-item:hover,
.el-menu--vertical.el-menu--secondary .el-submenu__item:active,
.el-menu--vertical.el-menu--secondary .el-submenu__item:hover {
	background-color: var(--av-brand-accent)
}

.el-menu--vertical.el-menu--secondary .el-menu-item.is-root {
	min-height: 64px;
	/* padding-top: 16px; */
	padding-top: 2px;
	/* padding-bottom: 16px */
	padding-bottom: 2px
}

.el-menu--vertical.el-menu--secondary .el-menu-item.is-active {
	color: var(--av-fixed-primary);
	background-color: var(--av-brand-lightest)
}

.el-menu--vertical.el-menu--secondary.el-menu--without-submenus .el-menu-item {
	padding-left: 24px
}

.el-menu--vertical.el-menu--secondary .el-submenu__item.is-root {
	min-height: 63px;
	/* padding-top: 16px; */
	padding-top: 2px;
	/* padding-bottom: 16px */
	padding-bottom: 2px
}

.el-menu--vertical.el-menu--secondary .el-menu__bar {
	padding-bottom: 1px
}

.el-menu--vertical.el-menu--secondary .el-menu__bar>li {
	border-top: 1px solid var(--av-brand-lighter)
}

.el-menu--vertical.el-menu--secondary .el-menu__bar>li:first-child {
	min-height: 63px;
	border-top: none
}

.el-menu--vertical.el-menu--secondary .el-menu__bar>li:last-child {
	-webkit-box-shadow: 0 1px 0 0 var(--av-brand-lighter);
	box-shadow: 0 1px 0 0 var(--av-brand-lighter)
}

.el-menu--vertical.el-menu--secondary .el-menu__bar--level-1 .el-menu-item,
.el-menu--vertical.el-menu--secondary .el-menu__bar--level-1 .el-submenu__item {
	padding-left: 48px
}

.el-menu--vertical.el-menu--secondary .el-menu__bar--level-2 .el-menu-item,
.el-menu--vertical.el-menu--secondary .el-menu__bar--level-2 .el-submenu__item {
	padding-left: 72px
}

.el-menu--vertical.el-menu--secondary .el-menu__bar--level-3 .el-menu-item,
.el-menu--vertical.el-menu--secondary .el-menu__bar--level-3 .el-submenu__item {
	padding-left: 96px
}

.el-menu--vertical.el-menu--secondary .el-menu__bar--level-4 .el-menu-item,
.el-menu--vertical.el-menu--secondary .el-menu__bar--level-4 .el-submenu__item {
	padding-left: 120px
}

.el-menu--vertical.el-menu--secondary .el-menu__bar--level-5 .el-menu-item,
.el-menu--vertical.el-menu--secondary .el-menu__bar--level-5 .el-submenu__item {
	padding-left: 144px
}

.el-menu--vertical.el-menu--secondary .el-submenu__arrow {
	color: var(--av-brand-primary);
	margin-right: 8px;
	width: 16px;
	margin-left: -24px;
	right: auto
}

.el-menu--vertical.el-menu--secondary .is-opened>.el-submenu__item .el-submenu__arrow:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.el-menu--vertical.el-menu--collapse {
	width: 64px
}

.el-menu--vertical.el-menu--collapse .el-menu-item {
	padding: 0
}

.el-menu--vertical.el-menu--collapse .el-menu-item .el-menu__bar-icon {
	display: block;
	padding: 0 16px;
	visibility: visible;
	height: auto;
	width: auto
}

.el-menu--vertical.el-menu--collapse .el-menu-item .el-menu__bar-icon i {
	display: block
}

.el-menu--vertical.el-menu--collapse .el-tooltip {
	padding: 0;
	outline: none;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-menu--vertical.is-fixed-white.el-menu--primary,
.el-menu--vertical.is-fixed-white.el-menu--secondary {
	background-color: var(--av-fixed-white)
}

.el-menu--vertical.is-nav-primary.el-menu--primary,
.el-menu--vertical.is-nav-primary.el-menu--secondary {
	background-color: var(--av-nav-primary)
}

.el-notification {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 344px;
	min-width: 296px;
	min-height: 56px;
	border: 1px solid var(--av-fixed-info);
	border-radius: 4px;
	background-color: var(--av-solid-fixed-info-accent);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	overflow: hidden;
	position: fixed;
	z-index: 3000
}

.el-notification,
.el-notification * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-notification a {
	text-decoration: none;
	color: var(--av-fixed-link)
}

.el-notification a:hover {
	cursor: pointer
}

.el-notification b,
.el-notification strong {
	font-weight: 600
}

.el-notification button,
.el-notification input,
.el-notification optgroup,
.el-notification select,
.el-notification textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-notification ::selection {
	background: var(--av-brand-light)
}

.el-notification ::-moz-selection {
	background: var(--av-brand-light)
}

.el-notification input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-notification input:-moz-placeholder,
.el-notification input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-notification input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-notification input::-ms-clear,
.el-notification input::-ms-reveal {
	display: none
}

.el-notification__container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding: 16px 24px
}

.el-notification__close,
.el-notification__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-notification__close {
	color: var(--av-brand-primary);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 64px;
	min-height: 100%;
	border-left: 1px solid var(--av-brand-lighter)
}

.el-notification__close:hover {
	background-color: var(--av-brand-accent);
	cursor: pointer
}

.el-notification__close:active {
	background-color: var(--av-brand-lighter)
}

.el-notification__icon {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px
}

.el-notification__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.el-notification__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%
}

.el-notification__message {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word
}

.el-notification--error {
	background-color: var(--av-solid-fixed-danger-accent)
}

.el-notification--error .el-notification__icon {
	color: var(--av-fixed-danger)
}

.el-notification--error .el-notification__close:hover {
	background-color: var(--el-status-error-hover)
}

.el-notification--error .el-notification__close:active {
	background-color: var(--el-status-error-active)
}

.el-notification--info {
	background-color: var(--av-solid-brand-secondary-accent)
}

.el-notification--info .el-notification__icon {
	color: var(--av-fixed-info)
}

.el-notification--info .el-notification__close:hover {
	background-color: var(--el-status-info-hover)
}

.el-notification--info .el-notification__close:active {
	background-color: var(--el-status-info-active)
}

.el-notification--success {
	background-color: var(--av-solid-fixed-success-accent)
}

.el-notification--success .el-notification__icon {
	color: var(--av-fixed-success)
}

.el-notification--success .el-notification__close:hover {
	background-color: var(--el-status-success-hover)
}

.el-notification--success .el-notification__close:active {
	background-color: var(--el-status-success-active)
}

.el-notification--warning {
	background-color: var(--av-solid-fixed-warning-accent)
}

.el-notification--warning .el-notification__icon {
	color: var(--av-fixed-warning)
}

.el-notification--warning .el-notification__close:hover {
	background-color: var(--el-status-warning-hover)
}

.el-notification--warning .el-notification__close:active {
	background-color: var(--el-status-warning-active)
}

.el-notification--info {
	border: 1px solid var(--av-brand-secondary)
}

.el-notification--error {
	border: 1px solid var(--av-fixed-danger)
}

.el-notification--success {
	border: 1px solid var(--av-fixed-success)
}

.el-notification--warning {
	border: 1px solid var(--av-fixed-warning)
}

.el-notification--progress {
	border: 1px solid var(--av-brand-primary);
	background-color: var(--av-fixed-white)
}

.el-notification--progress .el-notification__close:hover {
	background-color: var(--el-status-progress-hover)
}

.el-notification--progress .el-notification__close:active {
	background-color: var(--el-status-progress-active)
}

.el-notification.is-closable {
	min-width: 360px;
	max-width: 408px
}

.el-notification.right {
	right: 16px
}

.el-notification.left {
	left: 16px
}

.el-notification-fade-enter.right {
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.el-notification-fade-enter.left {
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.el-notification-fade-leave-active {
	opacity: 0
}

.el-pagination {
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-pager {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0 8px 0 0
}

.el-pager,
.el-pager__item {
	display: inline-block;
	vertical-align: top
}

.el-pager__item {
	padding: 0 4px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	min-width: 32px;
	height: 32px;
	line-height: 30px;
	color: var(--av-brand-primary);
	cursor: pointer;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
	border: 1px solid var(--av-brand-primary);
	border-right-width: 0
}

.el-pager__item:last-child {
	border-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.el-pager__item:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.el-pager__item:focus:not(:active):before {
	content: "";
	border-color: var(--av-fixed-focus);
	border-style: solid;
	border-width: 3px 0;
	position: absolute;
	right: 0;
	left: 0;
	top: -4px;
	bottom: -4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.el-pager__item:focus:not(:active):first-child:before {
	border-width: 3px 0 3px 3px;
	left: -4px;
	border-radius: 7px 0 0 7px
}

.el-pager__item:focus:not(:active):last-child:before {
	border-width: 3px 3px 3px 0;
	right: -4px;
	border-radius: 0 7px 7px 0
}

.el-pager__item:hover {
	background-color: var(--av-brand-accent);
	cursor: pointer
}

.el-pager__item.is-active {
	background-color: var(--av-brand-accent);
	color: var(--av-brand-primary);
	cursor: default
}

.el-pager__item.is-clicked:before {
	content: unset!important
}

.el-password__container {
	position: relative
}

.el-password__description {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: normal;
	text-align: left;
	color: var(--av-fixed-primary);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.el-password__score {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 16px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-password__score div {
	background-color: var(--av-brand-lighter);
	border-radius: 4px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 4px
}

.el-password__score div:not(:last-child) {
	margin-right: 8px
}

.el-password__score--weak div:first-child {
	background-color: var(--av-fixed-danger)
}

.el-password__score--normal div:not(:last-child) {
	background-color: var(--av-fixed-warning)
}

.el-password__score--strong div {
	background-color: var(--av-fixed-success)
}

.el-password.is-error .el-password__description {
	color: var(--av-fixed-danger)
}

.el-password.is-error .el-input__container,
.el-password.is-error .is-focus .el-input__container {
	border-color: var(--av-fixed-danger)
}

.el-password.is-with-description .el-password__container {
	margin-bottom: 16px
}

.el-popover {
	position: absolute;
	background: var(--av-fixed-white);
	border-radius: 4px;
	z-index: 1040;
	-webkit-box-shadow: 0 0 0 1px var(--av-brand-primary), 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 0 0 1px var(--av-brand-primary), 0 10px 20px 0 rgba(45, 49, 56, .25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
	outline-width: 0
}

.el-popover__loading {
	height: 128px;
	min-width: 256px
}

.el-popover__wrap {
	border-radius: inherit;
	overflow: hidden;
	height: 100%
}

.el-progress--size-medium .el-progress-bar {
	height: 8px
}

.el-progress--size-small .el-progress-bar {
	height: 4px
}

.el-progress-bar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-progress-bar__inner,
.el-progress-bar__outer {
	height: inherit
}

.el-progress-bar__outer {
	border-radius: 4px;
	overflow: hidden;
	background-color: var(--av-brand-lighter)
}

.el-progress-bar__inner--color-brand-primary {
	background-color: var(--av-brand-primary)
}

.el-progress-bar__inner--color-fixed-success-lighter {
	background-color: var(--av-fixed-success)
}

.el-progress-bar__inner--color-fixed-warning {
	background-color: var(--av-fixed-warning)
}

.el-progress-bar__inner--color-fixed-critical {
	background-color: var(--av-fixed-critical)
}

.el-progress-bar__inner--color-fixed-danger {
	background-color: var(--av-fixed-danger)
}

.el-progress-bar__inner--animate {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
	background-size: 16px 16px;
	background-repeat: repeat-x;
	-webkit-animation-name: animate-background-keyframes;
	animation-name: animate-background-keyframes;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@-webkit-keyframes animate-background-keyframes {
	0% {
		background-position-x: 0
	}
	to {
		background-position-x: 16px
	}
}

@keyframes animate-background-keyframes {
	0% {
		background-position-x: 0
	}
	to {
		background-position-x: 16px
	}
}

.el-progress-bar__inner--animate-freeze {
	-webkit-animation-duration: 0s;
	animation-duration: 0s
}

.el-progress-circle {
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: stroke-dashoffset .5s;
	transition: stroke-dashoffset .5s
}

.el-progress-circle__outer {
	fill: transparent;
	stroke: var(--av-brand-light);
	stroke-width: 2px;
	stroke-linejoin: round
}

.el-progress-circle__inner {
	fill: transparent;
	stroke-width: 2px;
	stroke-dasharray: 44;
	stroke-dashoffset: 44;
	stroke-linejoin: round
}

.el-progress-circle__inner--color-brand-primary {
	stroke: var(--av-brand-primary)
}

.el-progress-circle__inner--color-fixed-success-lighter {
	stroke: var(--av-fixed-success)
}

.el-progress-circle__inner--color-fixed-warning {
	stroke: var(--av-fixed-warning)
}

.el-progress-circle__inner--color-fixed-critical {
	stroke: var(--av-fixed-critical)
}

.el-progress-circle__inner--color-fixed-danger {
	stroke: var(--av-fixed-danger)
}

.el-radio {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	outline: none;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-radio__content {
	height: inherit
}

.el-radio__content,
.el-radio__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-radio__control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid var(--av-brand-light);
	border-radius: 50%;
	background-color: var(--av-fixed-white);
	background-clip: content-box
}

.el-radio__original {
	width: 0;
	height: 0;
	margin: 0;
	outline: none;
	position: absolute;
	opacity: 0
}

.el-radio__label {
	padding-left: 8px
}

.el-radio__description {
	color: var(--av-fixed-light);
	display: block;
	padding-left: 24px
}

.el-radio.is-disabled {
	color: var(--av-fixed-lighter);
	cursor: default
}

.el-radio.is-disabled .el-radio__control {
	background-color: transparent
}

.el-radio.is-checked .el-radio__control {
	border: 5px solid var(--av-brand-primary)
}

.el-radio.is-checked.is-disabled .el-radio__control {
	border-color: var(--av-brand-light)
}

.el-radio:focus:not(.is-disabled) .el-radio__control {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-radio:focus:not(.is-disabled):active .el-radio__control {
	-webkit-box-shadow: none;
	box-shadow: none
}

.el-radio:not(.is-disabled):not(.is-checked) .el-radio__control:active,
.el-radio:not(.is-disabled):not(.is-checked).is-active .el-radio__control {
	border-color: var(--el-primary-active)
}

.el-radio-button {
	color: var(--av-fixed-primary);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 0;
	height: 48px;
	border: 1px solid var(--av-brand-light);
	outline: none;
	background-color: var(--av-fixed-white);
	background-clip: content-box;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-radio-button .i {
	display: block
}

.el-radio-button__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 16px
}

.el-radio-button__original {
	width: 100%;
	height: 100%;
	left: 0;
	cursor: pointer;
	outline: none;
	position: absolute;
	opacity: 0
}

.el-radio-button--small {
	height: 32px
}

.el-radio-button.is-checked {
	border-color: var(--av-brand-primary);
	background-color: var(--av-brand-accent)
}

.el-radio-button.is-checked+.el-checkbox-button,
.el-radio-button.is-checked+.el-radio-button {
	border-left-color: var(--av-brand-primary)
}

.el-radio-button.is-disabled {
	color: var(--av-fixed-lighter);
	background-color: transparent;
	cursor: default
}

.el-radio-button.is-disabled .i:before {
	color: var(--av-brand-light)
}

.el-radio-group {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%
}

.el-radio-group__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-radio-group.is-invalid {
	position: relative
}

.el-radio-group.is-invalid:after {
	content: "";
	display: block;
	border: 1px solid var(--av-fixed-danger);
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none
}

.el-radio-group .el-radio-button {
	position: relative;
	border-right-width: 0
}

.el-radio-group .el-radio-button:focus:not(.is-disabled) .el-radio-button__content:before {
	content: "";
	border-color: var(--av-fixed-focus);
	border-style: solid;
	border-width: 3px 0;
	position: absolute;
	right: 0;
	left: 0;
	top: -4px;
	bottom: -4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.el-radio-group .el-radio-button:first-child {
	border-radius: 4px 0 0 4px
}

.el-radio-group .el-radio-button:first-child:focus .el-radio-button__content:before {
	border-width: 3px 0 3px 3px;
	left: -4px;
	border-radius: 7px 0 0 7px
}

.el-radio-group .el-radio-button:last-child {
	border-radius: 0 4px 4px 0;
	border-right-width: 1px
}

.el-radio-group .el-radio-button:last-child:focus .el-radio-button__content:before {
	border-width: 3px 3px 3px 0;
	right: -4px;
	border-radius: 0 7px 7px 0
}

.el-radio-group .el-radio-button:active:focus .el-radio-button__content:before {
	border: 0
}

.el-row {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-row:after,
.el-row:before {
	display: table;
	content: ""
}

.el-row:after {
	clear: both
}

.el-row--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-row--flex:after,
.el-row--flex:before {
	display: none
}

.el-row--flex.is-justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-row--flex.is-justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.el-row--flex.is-justify-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.el-row--flex.is-justify-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.el-row--flex.is-align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-row--flex.is-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.el-recycle-scroller {
	position: relative
}

.el-recycle-scroller.is-direction-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-recycle-scroller.is-direction-horizontal .el-recycle-scroller__item-view,
.el-recycle-scroller.is-direction-horizontal .el-recycle-scroller__item-wrapper {
	height: 100%
}

.el-recycle-scroller.is-direction-vertical .el-recycle-scroller__item-view,
.el-recycle-scroller.is-direction-vertical .el-recycle-scroller__item-wrapper {
	width: 100%
}

.el-recycle-scroller.is-ready .el-recycle-scroller__item-view {
	position: absolute;
	top: 0;
	left: 0
}

.el-recycle-scroller__slot {
	-webkit-box-flex: 1;
	-ms-flex: auto 0 0px;
	flex: auto 0 0
}

.el-recycle-scroller__item-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.el-search {
	width: 100%
}

.el-search:not(.el-search--embedded) .el-input__container {
	background-color: var(--av-fixed-white)
}

.el-search__suggestions {
	margin-top: 8px!important;
	border-radius: 4px;
	border: 1px solid var(--av-brand-primary);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25)
}

.el-search__icon {
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
	line-height: 30px;
	text-align: center
}

.el-search__icon:focus:not(:active) {
	background-color: var(--av-fixed-focus)
}

.el-search__icon--large {
	margin: 0;
	height: 100%;
	width: 64px;
	line-height: 64px
}

.el-search--large {
	height: 100%
}

.el-search--large .el-input {
	height: 64px;
	padding: 16px 8px
}

.el-search--embedded .el-autocomplete {
	padding: 0 8px
}

.el-search--collapse-hover {
	width: 64px;
	height: 64px
}

.el-search--collapse-hover:hover {
	background-color: var(--av-brand-accent)
}

.el-search--collapse-hover:active {
	background-color: var(--av-brand-lighter)
}

.el-multi-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.el-multi-search__search {
	min-width: 208px;
	max-width: 760px;
	width: 760px
}

.el-multi-search__search-button {
	max-width: 760px;
	min-width: 0
}

.el-popper {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif); */
	font-size: 16px;
	line-height: 1.5;
	color: var(--av-fixed-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.el-popper,
.el-popper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-popper a {
	text-decoration: none;
	color: var(--av-fixed-link)
}

.el-popper a:hover {
	cursor: pointer
}

.el-popper b,
.el-popper strong {
	font-weight: 600
}

.el-popper button,
.el-popper input,
.el-popper optgroup,
.el-popper select,
.el-popper textarea {
	/* font-family: var(--ui-kit-font, "Open Sans", sans-serif) */
}

.el-popper ::selection {
	background: var(--av-brand-light)
}

.el-popper ::-moz-selection {
	background: var(--av-brand-light)
}

.el-popper input::-webkit-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-popper input:-moz-placeholder,
.el-popper input::-moz-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-popper input:-ms-input-placeholder {
	color: var(--av-fixed-light);
	opacity: 1
}

.el-popper input::-ms-clear,
.el-popper input::-ms-reveal {
	display: none
}

.el-popper__arrow {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid var(--av-brand-primary);
	border-top: 1px solid var(--av-brand-primary);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-image: linear-gradient(45deg, transparent 45%, var(--av-fixed-white) 0);
	background-clip: padding-box
}

.el-popper--with-arrow[x-placement^=top] {
	margin-bottom: 12px
}

.el-popper--with-arrow[x-placement^=top] .el-popper__arrow {
	bottom: -4px;
	left: 50%;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.el-popper--with-arrow[x-placement^=bottom] {
	margin-top: 12px
}

.el-popper--with-arrow[x-placement^=bottom] .el-popper__arrow {
	top: -4px;
	left: 50%
}

.el-popper--with-arrow[x-placement^=right] {
	margin-left: 12px
}

.el-popper--with-arrow[x-placement^=right] .el-popper__arrow {
	top: 50%;
	left: -4px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.el-popper--with-arrow[x-placement^=left] {
	margin-right: 12px
}

.el-popper--with-arrow[x-placement^=left] .el-popper__arrow {
	top: 50%;
	right: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.el-select-dropdown {
	position: absolute;
	z-index: 1001;
	border: 1px solid var(--av-brand-primary);
	border-radius: 4px;
	background-color: var(--av-fixed-white);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 8px 0
}

.el-select-dropdown__wrap {
	overflow-y: auto
}

.el-select-dropdown__list {
	list-style: none;
	padding: 8px 0;
	margin: 0
}

.el-select-dropdown__list.is-empty {
	padding: 0
}

.el-select-dropdown__empty {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	line-height: 32px;
	color: var(--av-fixed-light);
	text-align: center;
	padding: 16px 24px
}

.el-select-dropdown__scroll-loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 16px;
	position: relative;
	height: 40px
}

.el-select-dropdown__search-count {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--av-fixed-light);
	padding: 0 16px;
	position: relative;
	height: 40px;
	font-size: 14px;
	line-height: 2.86;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left
}

.el-select-dropdown-search hr {
	margin: 0
}

.el-select-dropdown-search-form {
	height: 48px
}

.el-select-dropdown-search-form,
.el-select-dropdown__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-select-dropdown__item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 16px;
	position: relative;
	height: 40px;
	line-height: 2.86;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer
}

.el-select-dropdown__item.is-disabled {
	color: rgba(36, 49, 67, .4);
	cursor: default
}

.el-select-dropdown__item.is-disabled:hover {
	background-color: #fff
}

.el-select-dropdown__item.is-in-remote-selected-section {
	display: none
}

.el-select-dropdown__item:active,
.el-select-dropdown__item:hover {
	background-color: var(--av-brand-accent)
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item.hover:not(.selected):hover {
	background-color: var(--av-fixed-focus)
}

.el-select-dropdown__item.selected {
	color: var(--av-fixed-primary);
	font-weight: 400;
	background-color: var(--av-brand-lighter)
}

.el-select-dropdown__item span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px!important
}

.el-select-dropdown__item-icon {
	color: var(--av-brand-primary)
}

.el-select-group {
	margin: 0;
	padding: 0
}

.el-select-group__wrap {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
	padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type):after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 12px;
	height: 1px;
	background: var(--av-brand-lighter)
}

.el-select-group__title {
	padding-left: 20px;
	font-size: 14px;
	color: var(--av-fixed-light);
	line-height: 30px
}

.el-select-group .el-select-dropdown__item {
	padding-left: 20px
}

.el-scrollbar {
	overflow: hidden;
	position: relative
}

.el-scrollbar:active>.el-scrollbar__bar,
.el-scrollbar:focus>.el-scrollbar__bar,
.el-scrollbar:hover>.el-scrollbar__bar {
	opacity: 1
}

.el-scrollbar__wrap {
	height: 100%;
	overflow: hidden
}

.el-scrollbar__wrap--x-axis {
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.el-scrollbar__wrap--x-axis::-webkit-scrollbar {
	background: transparent
}

.el-scrollbar__wrap--y-axis {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.el-scrollbar__wrap--y-axis::-webkit-scrollbar {
	background: transparent
}

.el-scrollbar__wrap--axis {
	overflow: scroll;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.el-scrollbar__wrap--axis::-webkit-scrollbar {
	background: transparent
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
	width: 0;
	height: 0
}

.el-scrollbar__thumb {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	border-radius: inherit;
	background-color: var(--av-scroll-thumb)
}

.el-scrollbar__bar {
	position: absolute;
	right: 2px;
	bottom: 2px;
	border-radius: 3px;
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity .12s ease-out;
	transition: opacity .12s ease-out
}

.el-scrollbar__bar.is-vertical {
	width: 6px;
	top: 2px
}

.el-scrollbar__bar.is-vertical .el-scrollbar__thumb:active,
.el-scrollbar__bar.is-vertical .el-scrollbar__thumb:focus,
.el-scrollbar__bar.is-vertical .el-scrollbar__thumb:hover {
	border-radius: 5px;
	width: 10px;
	margin-left: -2px
}

.el-scrollbar__bar.is-vertical.is-dropdown .el-scrollbar__thumb:active,
.el-scrollbar__bar.is-vertical.is-dropdown .el-scrollbar__thumb:focus,
.el-scrollbar__bar.is-vertical.is-dropdown .el-scrollbar__thumb:hover {
	border-radius: 3px;
	width: 6px;
	margin-left: 0
}

.el-scrollbar__bar.is-vertical>div {
	width: 100%
}

.el-scrollbar__bar.is-horizontal {
	height: 6px;
	left: 2px
}

.el-scrollbar__bar.is-horizontal .el-scrollbar__thumb:active,
.el-scrollbar__bar.is-horizontal .el-scrollbar__thumb:focus,
.el-scrollbar__bar.is-horizontal .el-scrollbar__thumb:hover {
	border-radius: 5px;
	height: 10px;
	margin-top: -2px
}

.el-scrollbar__bar.is-horizontal.is-dropdown .el-scrollbar__thumb:active,
.el-scrollbar__bar.is-horizontal.is-dropdown .el-scrollbar__thumb:focus,
.el-scrollbar__bar.is-horizontal.is-dropdown .el-scrollbar__thumb:hover {
	border-radius: 3px;
	height: 6px;
	margin-top: 0
}

.el-scrollbar__bar.is-horizontal>div {
	height: 100%
}

.el-scrollbar.is-inverse>.el-scrollbar__bar>.el-scrollbar__thumb {
	background-color: var(--av-scroll-thumb-inverse)
}

.el-select {
	display: inline-block;
	position: relative;
	width: 100%
}

.el-select__multiple-text {
	padding-left: 16px
}

.el-select .el-input__container,
.el-select .el-input__editor {
	cursor: pointer
}

.el-select .el-input .el-select__caret {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--av-brand-primary);
	font-size: 16px;
	cursor: pointer
}

.el-select .el-input .el-select__caret.is-show-close {
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	color: var(--av-fixed-light)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
	color: var(--av-fixed-light)
}

.el-select .el-input.is-disabled .el-input__editor {
	cursor: default
}

.el-select__input {
	border: none;
	outline: none;
	padding: 0;
	margin-left: 15px;
	color: var(--av-fixed-light);
	font-size: 14px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 28px;
	background-color: transparent
}

.el-select__input.is-mini {
	height: 14px
}

.el-select__loading {
	height: 80px
}

.el-select__close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	z-index: 1000;
	right: 25px;
	line-height: 16px;
	font-size: 14px
}

.el-select__close,
.el-select__close:hover {
	color: var(--av-fixed-light)
}

.el-select__tags {
	position: absolute;
	line-height: normal;
	white-space: normal;
	z-index: 1020;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.el-select .el-tag {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: transparent;
	margin: 3px 0 3px 6px;
	background-color: var(--av-brand-primary)
}

.el-select .el-tag__close {
	margin-top: -5px;
	margin-left: 3px;
	color: var(--av-fixed-white)
}

.el-select .el-tag__close:hover {
	color: var(--av-fixed-light)
}

.el-select .el-tag__close:before {
	display: block;
	-webkit-transform: translateY(.5px);
	transform: translateY(.5px)
}

.el-select--small {
	line-height: 24px;
	vertical-align: top
}

.el-select--small .el-select__multiple-text {
	padding-left: 8px
}

.el-select--small .el-input .el-select__caret {
	line-height: 16px
}

.el-input {
	display: inline-block;
	width: 100%
}

.el-input input[type=number]::-webkit-inner-spin-button,
.el-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.el-input input[type=number] {
	-moz-appearance: textfield
}

.el-input__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	border: 1px solid var(--av-brand-light);
	border-radius: 4px;
	padding: 0 8px;
	background-color: var(--av-fixed-white);
	background-clip: padding-box;
	cursor: text
}

.el-input__container input::-ms-clear,
.el-input__container input::-ms-reveal {
	display: none
}

.el-input__container input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

.el-input__container.is-embedded {
	border-width: 0
}

.el-input__wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
	padding: 11px 8px 0;
	position: relative
}

.el-input__label {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--av-fixed-light);
	padding: 11px 8px 0;
	border-radius: inherit;
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.el-input__label.is-active {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	padding-top: 1px
}

.el-input__placeholder {
	color: var(--av-fixed-light);
	position: absolute;
	left: 8px;
	right: 8px;
	cursor: text;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-input__editor,
.el-input__placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.el-input__editor {
	width: 100%;
	height: 24px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	-webkit-appearance: none;
	z-index: 1
}

.el-input__editor--absolute-position {
	position: absolute;
	left: 0;
	right: 0;
	padding-left: inherit;
	padding-right: inherit
}

.el-input__prefix,
.el-input__suffix {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	min-width: 32px
}

.el-input__prefix .i,
.el-input__suffix .i {
	color: var(--av-brand-primary)
}

.el-input__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.el-input__icon--control {
	cursor: pointer
}

.el-input__icon--close:focus {
	background-color: var(--av-fixed-focus);
	border-radius: 3px
}

.el-input--small .el-input__container {
	height: 32px;
	padding: 0
}

.el-input--small .el-input__container.is-embedded .el-input__wrapper {
	padding-top: 4px
}

.el-input--small .el-input__wrapper {
	padding-top: 3px
}

.el-input--small .el-input__editor,
.el-input--small .el-input__placeholder {
	font-size: 14px
}

.el-input--small .el-input__prefix,
.el-input--small .el-input__suffix {
	height: 100%
}

.el-input.is-disabled .el-input__container {
	cursor: default;
	background-color: transparent
}

.el-input.is-disabled .el-input__editor,
.el-input.is-disabled .el-input__label,
.el-input.is-disabled .el-input__placeholder {
	color: var(--av-fixed-lighter);
	cursor: default
}

.el-input.is-disabled .el-input__prefix .i,
.el-input.is-disabled .el-input__suffix .i {
	cursor: default;
	color: var(--av-brand-light)
}

.el-input.is-focus .el-input__container {
	border-color: var(--av-brand-primary)
}

.el-input.is-active:not(.el-input--small).el-input--has-label .el-input__wrapper {
	padding-top: 17px
}

.el-input input::-webkit-contacts-auto-fill-button,
.el-input input::-webkit-credentials-auto-fill-button {
	visibility: hidden
}

.el-textarea__container {
	position: relative;
	border: 1px solid var(--av-brand-light);
	border-radius: 4px;
	background-color: var(--av-fixed-white);
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-textarea__label {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--av-fixed-light);
	border-radius: inherit;
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 11px 16px 0
}

.el-textarea__label.is-active {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	padding-top: 1px
}

.el-textarea__placeholder {
	font-size: 16px;
	line-height: 24px;
	color: var(--av-fixed-light);
	overflow: hidden;
	position: absolute;
	left: 16px;
	right: 16px;
	top: 0;
	bottom: 3px;
	cursor: text;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-textarea__editor {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: var(--av-fixed-primary);
	display: block;
	width: 100%;
	padding: 0 16px 3px;
	-webkit-appearance: none;
	border: none;
	resize: vertical;
	border-radius: 4px;
	background-color: transparent;
	position: relative
}

.el-textarea__editor:focus {
	border-color: var(--av-brand-primary);
	outline: none
}

.el-textarea--small .el-textarea__editor {
	padding: 3px 8px
}

.el-textarea--small .el-textarea__placeholder {
	top: 3px;
	bottom: 3px;
	left: 8px;
	right: 8px
}

.el-textarea.is-disabled .el-textarea__container,
.el-textarea.is-disabled .el-textarea__label {
	cursor: default;
	background-color: transparent
}

.el-textarea.is-disabled .el-textarea__editor,
.el-textarea.is-disabled .el-textarea__label,
.el-textarea.is-disabled .el-textarea__placeholder {
	color: var(--av-fixed-lighter);
	background-color: transparent
}

.el-textarea.is-focus .el-textarea__container {
	border-color: var(--av-brand-primary)
}

.el-textarea:not(.el-textarea--small).el-textarea--has-label .el-textarea__container {
	padding-top: 17px
}

.el-textarea:not(.el-textarea--small).el-textarea--has-label .el-textarea__placeholder {
	top: 17px
}

.el-num-picker {
	display: inline-block;
	vertical-align: middle;
	min-width: 128px;
	width: 100%
}

.el-num-picker__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	border: 1px solid var(--av-brand-light);
	border-radius: 4px;
	background-color: var(--av-fixed-white);
	background-clip: padding-box;
	overflow: hidden
}

.el-num-picker__decrease,
.el-num-picker__increase {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--av-brand-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 8px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.el-num-picker__decrease:hover,
.el-num-picker__increase:hover {
	background-color: var(--av-brand-accent);
	cursor: pointer
}

.el-num-picker__decrease:active,
.el-num-picker__increase:active {
	background-color: var(--av-brand-lighter)
}

.el-num-picker__decrease.is-disabled,
.el-num-picker__increase.is-disabled {
	color: var(--av-brand-light)
}

.el-num-picker__decrease.is-disabled:active,
.el-num-picker__decrease.is-disabled:hover,
.el-num-picker__increase.is-disabled:active,
.el-num-picker__increase.is-disabled:hover {
	background-color: inherit;
	cursor: default
}

.el-num-picker__decrease {
	border-right: 1px solid var(--av-brand-light)
}

.el-num-picker__increase {
	border-left: 1px solid var(--av-brand-light)
}

.el-num-picker__editor {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}

.el-num-picker__editor .el-input__container {
	height: 100%;
	border: none;
	border-radius: 0
}

.el-num-picker__editor .el-input__editor {
	text-align: center
}

.el-num-picker.is-disabled .el-num-picker__container {
	background-color: transparent
}

.el-num-picker.is-focus .el-num-picker__container {
	border-color: var(--av-brand-primary)
}

.el-num-picker.is-disabled.is-focus .el-num-picker__container {
	border-color: var(--av-brand-light)
}

.el-slider:after,
.el-slider:before {
	display: table;
	content: ""
}

.el-slider:after {
	clear: both
}

.el-slider__runway {
	width: 100%;
	height: 6px;
	margin: 16px 0;
	background-color: var(--av-brand-lighter);
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	vertical-align: middle
}

.el-slider__runway.show-input {
	margin-right: 154px;
	width: auto
}

.el-slider__runway.disabled {
	cursor: default
}

.el-slider__runway.disabled .el-slider__bar {
	background-color: var(--av-fixed-light)
}

.el-slider__runway.disabled .el-slider__button {
	border-color: var(--av-fixed-light)
}

.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover,
.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
	cursor: default
}

.el-slider__input {
	float: right;
	margin-top: 3px;
	width: 130px
}

.el-slider__bar {
	height: 6px;
	background-color: var(--av-brand-primary);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: absolute
}

.el-slider__button-wrapper {
	height: 36px;
	width: 36px;
	position: absolute;
	top: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: transparent;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none
}

.el-slider__button-wrapper:after {
	content: "";
	height: 100%
}

.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper:after {
	display: inline-block;
	vertical-align: middle
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
	cursor: -webkit-grab;
	cursor: grab
}

.el-slider__button-wrapper.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.el-slider__button {
	width: 16px;
	height: 16px;
	border: 3px solid var(--av-brand-primary);
	background-color: var(--av-fixed-white);
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.el-slider__button.hover,
.el-slider__button:hover {
	cursor: -webkit-grab;
	cursor: grab
}

.el-slider__button.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.el-slider__stop {
	position: absolute;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background-color: var(--av-fixed-white);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.el-slider.is-vertical {
	position: relative
}

.el-slider.is-vertical .el-slider__runway {
	width: 6px;
	height: 100%;
	margin: 0 16px
}

.el-slider.is-vertical .el-slider__bar {
	width: 6px;
	height: auto;
	border-radius: 0 0 3px 3px
}

.el-slider.is-vertical .el-slider__button-wrapper {
	top: auto;
	left: -15px
}

.el-slider.is-vertical .el-slider__button-wrapper,
.el-slider.is-vertical .el-slider__stop {
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.el-slider.is-vertical.el-slider--with-input {
	padding-bottom: 58px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input {
	overflow: visible;
	float: none;
	position: absolute;
	bottom: 22px;
	width: 36px;
	margin-top: 15px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
	top: 32px;
	margin-top: -1px;
	border: 1px solid var(--av-brand-light);
	line-height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
	width: 18px;
	right: 18px;
	border-bottom-left-radius: 4px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
	width: 19px;
	border-bottom-right-radius: 4px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
	border-color: var(--av-fixed-light)
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
	border-color: var(--av-brand-primary)
}

.el-spinner {
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-top-color: transparent!important;
	border-radius: 50%
}

.el-spinner--color-brand-primary {
	border-color: var(--av-brand-primary)
}

.el-spinner--color-fixed-white {
	border-color: var(--av-fixed-white)
}

.el-spinner--size-16 {
	width: 16px;
	height: 16px
}

.el-spinner--size-16,
.el-spinner--size-24 {
	border-width: 2px;
	-webkit-animation: rotate .4s linear infinite;
	animation: rotate .4s linear infinite
}

.el-spinner--size-24 {
	width: 24px;
	height: 24px
}

.el-spinner--size-32 {
	width: 32px;
	height: 32px;
	border-width: 2px;
	-webkit-animation: rotate .4s linear infinite;
	animation: rotate .4s linear infinite
}

.el-spinner--size-48 {
	width: 48px;
	height: 48px;
	border-width: 3px;
	-webkit-animation: rotate .5s linear infinite;
	animation: rotate .5s linear infinite
}

@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(1turn) translateZ(0);
		transform: rotate(1turn) translateZ(0)
	}
}

@keyframes rotate {
	to {
		-webkit-transform: rotate(1turn) translateZ(0);
		transform: rotate(1turn) translateZ(0)
	}
}

.el-split-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	outline: none
}

.el-split-button:after,
.el-split-button:before {
	display: table;
	content: ""
}

.el-split-button:after {
	clear: both
}

.el-split-button .el-button {
	float: left;
	position: relative
}

.el-split-button .el-button+.el-button {
	margin-left: 0
}

.el-split-button .el-button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.el-split-button .el-button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid rgba(36, 49, 67, .2)
}

.el-split-button .el-button:not(:first-child):not(:last-child) {
	border-radius: 0
}

.el-split-button .el-button--primary:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--primary:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--primary:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--success:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--success:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--success:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--warning:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--warning:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--warning:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--danger:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--danger:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--danger:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--info:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--info:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-split-button .el-button--info:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-step {
	position: relative;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.el-step:last-of-type .el-step__line {
	display: none
}

.el-step:last-of-type.is-flex {
	-ms-flex-preferred-size: auto!important;
	flex-basis: auto!important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
	padding-right: 0
}

.el-step.is-clickable {
	cursor: pointer
}

.el-step__head {
	position: relative;
	width: 100%;
	color: rgba(38, 104, 197, .7);
	border-color: rgba(38, 104, 197, .3)
}

.el-step__head.is-process {
	color: #2668c5;
	border-color: #2668c5
}

.el-step__head.is-wait {
	color: rgba(38, 104, 197, .3);
	border-color: rgba(38, 104, 197, .3)
}

.el-step__head.is-success {
	color: #9bc225;
	border-color: #9bc225
}

.el-step__head.is-error {
	color: #d92c23;
	border-color: #d92c23
}

.el-step__head.is-finish {
	color: #2668c5;
	border-color: #2668c5
}

.el-step.is-numeric .el-step__icon {
	width: 24px;
	height: 24px
}

.el-step__icon {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--av-fixed-white)
}

.el-step__icon.is-text {
	border-radius: 50%;
	border: 3px solid;
	border-color: inherit
}

.el-step__icon.is-icon {
	width: 40px;
	height: auto
}

.el-step__icon-inner {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	font-weight: 600;
	line-height: 16px;
	color: inherit
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
	font-size: 25px;
	font-weight: 400
}

.el-step__icon-inner.is-status {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

.el-step__line {
	position: absolute;
	border-color: inherit;
	background-color: var(--av-brand-light)
}

.el-step__line-inner {
	display: block;
	border: 1px solid;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 0
}

.el-step__main {
	white-space: normal;
	text-align: left
}

.el-step__title {
	font-size: 14px;
	line-height: 24px
}

.el-step__title.is-process {
	font-weight: 600;
	color: var(--av-fixed-primary)
}

.el-step__title.is-wait {
	color: rgba(38, 104, 197, .7)
}

.el-step__title.is-success {
	color: var(--av-fixed-success)
}

.el-step__title.is-error {
	color: var(--av-fixed-danger)
}

.el-step__title.is-finish {
	color: var(--av-brand-primary)
}

.el-step__description {
	padding-right: 10%;
	margin-top: -5px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400
}

.el-step__description.is-process {
	color: var(--av-fixed-primary)
}

.el-step__description.is-wait {
	color: rgba(38, 104, 197, .7)
}

.el-step__description.is-success {
	color: var(--av-fixed-success)
}

.el-step__description.is-error {
	color: var(--av-fixed-danger)
}

.el-step__description.is-finish {
	color: var(--av-brand-primary)
}

.el-step.is-horizontal {
	display: inline-block
}

.el-step.is-horizontal .el-step__line {
	height: 2px;
	top: 11px;
	left: 0;
	right: 0
}

.el-step.is-vertical,
.el-step.is-vertical .el-step__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-step.is-vertical .el-step__head {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 24px;
	margin-right: 11px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.el-step.is-vertical .el-step__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.el-step.is-vertical .el-step__title {
	margin-top: -7px;
	line-height: 24px
}

.el-step.is-vertical .el-step__line-inner {
	position: absolute;
	border-right-width: 0!important
}

.el-step.is-vertical .el-step__line {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1px;
	margin: 3px 0
}

.el-step.is-vertical .el-step__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.el-step.is-vertical .el-step__icon.is-icon {
	width: 24px
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
	text-align: center
}

.el-step.is-center .el-step__description {
	padding-left: 20%;
	padding-right: 20%
}

.el-step.is-center .el-step__line {
	left: 50%;
	right: -50%
}

.el-step.is-simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-step.is-simple .el-step__head {
	width: auto;
	font-size: 0;
	padding-right: 10px
}

.el-step.is-simple .el-step__icon {
	background: transparent;
	width: 16px;
	height: 16px;
	font-size: 12px
}

.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
	font-size: 18px
}

.el-step.is-simple .el-step__icon-inner.is-status {
	-webkit-transform: scale(.8) translateY(1px);
	transform: scale(.8) translateY(1px)
}

.el-step.is-simple .el-step__main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.el-step.is-simple .el-step__title {
	font-size: 16px;
	line-height: 24px
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
	max-width: 50%;
	word-break: break-all
}

.el-step.is-simple .el-step__arrow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-step.is-simple .el-step__arrow:after,
.el-step.is-simple .el-step__arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 15px;
	width: 1px;
	background: var(--av-fixed-primary)
}

.el-step.is-simple .el-step__arrow:before {
	-webkit-transform: rotate(-45deg) translateY(-4px);
	transform: rotate(-45deg) translateY(-4px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.el-step.is-simple .el-step__arrow:after {
	-webkit-transform: rotate(45deg) translateY(4px);
	transform: rotate(45deg) translateY(4px);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.el-step.is-simple:last-of-type .el-step__arrow {
	display: none
}

.el-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-steps--simple {
	padding: 13px 8%;
	border-radius: 4px;
	background: var(--av-brand-lightest)
}

.el-steps--horizontal {
	white-space: nowrap
}

.el-steps--vertical {
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column
}

.el-stepper,
.el-steps--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.el-stepper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	font-weight: 600
}

.el-stepper.is-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: transparent
}

.el-stepper-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 24px;
	background-clip: padding-box;
	font-size: 14px;
	line-height: 32px;
	color: var(--av-fixed-light);
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-stepper-item.is-completed {
	color: var(--av-brand-primary)
}

.el-stepper-item.is-completed.is-interactive {
	cursor: pointer
}

.el-stepper-item.is-completed.is-interactive.is-pressed,
.el-stepper-item.is-completed.is-interactive:not(.is-active):hover {
	background-color: var(--av-brand-accent)
}

.el-stepper-item.is-completed.is-interactive.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-stepper-item.is-visited {
	color: var(--av-brand-primary)
}

.el-stepper-item.is-visited.is-interactive {
	cursor: pointer
}

.el-stepper-item.is-visited.is-interactive.is-pressed,
.el-stepper-item.is-visited.is-interactive:not(.is-active):hover {
	background-color: var(--av-brand-accent)
}

.el-stepper-item.is-visited.is-interactive.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-stepper-item.is-active {
	color: var(--av-fixed-primary);
	background-color: var(--av-brand-lightest)
}

.el-stepper-item.is-active.is-interactive {
	cursor: auto
}

.el-stepper-item:focus {
	outline: none
}

.el-stepper-item__icon {
	height: 16px;
	margin-right: 8px
}

.el-stepper-item__name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.is-horizontal .el-stepper-item {
	margin-right: 8px;
	padding: 0 8px;
	background: transparent;
	border: none;
	min-width: 0
}

.is-horizontal .el-stepper-item:last-child {
	margin-right: 0
}

@media (max-width:1000px) {
	.is-horizontal .el-stepper-item {
		margin-right: 0
	}
}

.is-horizontal .el-stepper-item.is-active {
	color: var(--av-fixed-primary)
}

.is-horizontal .el-stepper-item.is-completed {
	border-radius: 4px
}

.is-horizontal .el-stepper-item.is-completed.is-interactive.is-pressed,
.is-horizontal .el-stepper-item.is-completed.is-interactive:hover {
	background-color: var(--av-brand-accent)
}

.is-horizontal .el-stepper-item.is-visited {
	border-radius: 4px
}

.is-horizontal .el-stepper-item.is-visited.is-interactive.is-pressed,
.is-horizontal .el-stepper-item.is-visited.is-interactive:hover {
	background-color: var(--av-brand-accent)
}

.is-horizontal .el-stepper-item .el-stepper-item__icon {
	font-size: 14px;
	background-color: transparent
}

.el-switch {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-switch__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: inherit
}

.el-switch__input {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0
}

.el-switch__control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 48px;
	width: 48px;
	height: 24px;
	border-radius: 24px;
	background-color: var(--av-brand-light);
	position: relative;
	display: inline-block
}

.el-switch__control:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: var(--av-fixed-white);
	position: absolute;
	top: 3px;
	left: 3px
}

.el-switch__label {
	padding: 0 0 0 8px
}

.el-switch.is-disabled {
	color: var(--av-fixed-lighter);
	cursor: default
}

.el-switch.is-disabled .el-switch__control {
	background-color: var(--av-brand-lighter)
}

.el-switch.is-focus .el-switch__control {
	-webkit-box-shadow: 0 0 0 3px var(--av-fixed-focus);
	box-shadow: 0 0 0 3px var(--av-fixed-focus)
}

.el-switch.is-checked .el-switch__control {
	background-color: var(--av-fixed-success)
}

.el-switch.is-checked .el-switch__control:before {
	-webkit-transform: translate3d(24px, 0, 0);
	transform: translate3d(24px, 0, 0)
}

.el-switch.is-checked.is-disabled .el-switch__control {
	background-color: var(--av-fixed-success-accent)
}

.el-switch.is-reverse .el-switch__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.el-switch.is-reverse .el-switch__label {
	padding: 0 8px 0 0
}

.el-table__head {
	display: table;
	border-spacing: 0;
	position: relative
}

.el-table__thead {
	display: table-row-group
}

.el-table__head_row {
	display: table-row;
	height: 48px
}

.el-table__head_row.is-selectable .el-table__selection-cell-checkbox-wrapper:not(.is-disabled):hover {
	cursor: pointer;
	background-color: var(--av-brand-accent)
}

.el-table__head_row.is-selectable .is-selection:not(.is-disabled):hover {
	background-color: transparent;
	cursor: default
}

.el-table__head_row.is-selectable .is-selection:not(.is-disabled):hover.is-hovered {
	background-color: var(--av-brand-accent)
}

.el-table__head_cell {
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	white-space: nowrap;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-table__head_cell .arrow {
	font-size: 0;
	margin-left: 8px
}

.el-table__head_cell_text {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}

.el-table__head_cell.is-hovered {
	background-color: var(--av-brand-accent);
	cursor: pointer
}

.el-table__head_cell.is-actions-column {
	padding: 0 16px
}

.el-table__head_cell.is-actions-column .el-dropdown {
	min-width: 32px
}

.el-table__body_wrapper .el-scrollbar {
	height: 100%
}

.el-table__body {
	position: relative;
	display: table;
	table-layout: fixed
}

.el-table__body+.el-table {
	border-top: 1px solid var(--av-brand-accent);
	margin: -1px 0
}

.el-table__tbody {
	display: table-row-group
}

.el-table__tbody.el-table__tbody--with-scroll {
	display: block;
	overflow: none
}

.wrapper {
	display: table;
	width: 100%;
	table-layout: fixed
}

.list {
	display: table-row-group
}

.el-table__list_wrapper,
.list {
	overflow: none
}

.el-table__row {
	display: table-row;
	height: 48px;
	position: relative
}

.el-table__row:focus {
	outline: none
}

.el-table__row.is-selected {
	background-color: var(--av-brand-lightest)
}

.el-table__row.is-selected .el-table__cell {
	-webkit-box-shadow: 0 -1px var(--av-brand-lightest);
	box-shadow: 0 -1px var(--av-brand-lightest)
}

.el-table__row.is-selected .el-table__cell.is-clickable:hover,
.el-table__row.is-selected .el-table__cell.is-selection:hover {
	background: none
}

.el-table__row.is-selected+.el-table__row.is-selected .el-table__cell {
	-webkit-box-shadow: none;
	box-shadow: none
}

.el-table__row.is-current {
	-webkit-box-shadow: 0 -1px var(--av-brand-lightest);
	box-shadow: 0 -1px var(--av-brand-lightest)
}

.el-table__row.is-current,
.el-table__row.is-current .el-table__cell.is-sticky:after {
	background-color: var(--av-brand-lightest)
}

.el-table__row.is-multi-selection-mode.is-selectable .is-selection:not(.is-disabled):hover,
.el-table__row.is-multi-selection-mode:not(.is-disabled):hover {
	cursor: pointer
}

.el-table__row.is-selectable .el-table__selection-cell-checkbox-wrapper:not(.is-disabled):hover {
	cursor: pointer;
	background-color: var(--av-brand-lightest)
}

.el-table__row.is-selectable .el-table__selection-cell-checkbox-wrapper:not(.is-disabled):hover:after {
	background-color: var(--av-brand-lightest)
}

.el-table__row.is-selectable.is-highlightable .is-selection:not(.is-disabled):hover {
	cursor: pointer
}

.el-table__row.is-selectable .is-selection.is-selection-checkbox-hidden .el-table__selection-cell-checkbox-wrapper {
	visibility: hidden
}

.el-table__row.is-selectable .is-selection:not(.is-disabled):hover {
	background-color: transparent;
	cursor: default
}

.el-table__row.is-selectable:hover .is-selection .el-table__selection-cell-checkbox-wrapper {
	visibility: visible
}

.el-table__row.is-highlightable {
	cursor: pointer
}

.el-table__row.is-highlightable:not(.is-selected):not(.is-current):hover .el-table__cell,
.el-table__row.is-highlightable:not(.is-selected):not(.is-current):hover .el-table__cell:after,
.el-table__row.is-selectable:not(.is-selected):not(.is-current):hover .el-table__cell,
.el-table__row.is-selectable:not(.is-selected):not(.is-current):hover .el-table__cell:after {
	background-color: var(--av-brand-lightest)
}

.el-table--default .el-table__head_cell_content,
.el-table--default .el-table__head_cell_slot {
	line-height: 48px
}

.el-table--medium .el-table__head_cell_content,
.el-table--medium .el-table__head_cell_slot {
	line-height: 32px
}

.el-table__head_cell {
	border-bottom: 1px solid var(--av-brand-lighter);
	overflow: hidden
}

.el-table__head_cell_content,
.el-table__head_cell_slot {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%
}

.el-table__cell_content,
.el-table__cell_slot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.el-table__selection-cell-checkbox-wrapper {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 4px;
	background-color: transparent
}

.el-table__cell,
.el-table__head_cell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	min-width: 48px;
	padding: 0 24px;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-table__cell_content,
.el-table__cell_slot,
.el-table__head_cell_content,
.el-table__head_cell_slot {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	height: 100%;
	min-width: 0
}

.el-table__cell_content.is-blank,
.el-table__head_cell_content.is-blank {
	display: none
}

.el-table__cell_text,
.el-table__head_cell_text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle
}

.el-table__selection-cell-checkbox-wrapper+.el-table__cell_text,
.el-table__selection-cell-checkbox-wrapper+.el-table__head_cell_text {
	margin-left: 8px
}

.el-table__cell.is-sticky,
.el-table__head_cell.is-sticky {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1
}

.el-table__cell.is-sticky:after,
.el-table__cell.is-sticky:before,
.el-table__head_cell.is-sticky:after,
.el-table__head_cell.is-sticky:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1
}

.is-selected .el-table__cell.is-sticky:after,
.is-selected .el-table__head_cell.is-sticky:after {
	background-color: var(--av-brand-lightest)
}

.el-table__cell.is-sticky:before,
.el-table__head_cell.is-sticky:before {
	background: var(--av-fixed-white)
}

.el-table__cell.ie-sticky-polyfill,
.el-table__head_cell.ie-sticky-polyfill {
	position: absolute;
	z-index: 1;
	height: 48px
}

.el-table__cell.ie-sticky-polyfill.ie-sticky-polyfill-left,
.el-table__head_cell.ie-sticky-polyfill.ie-sticky-polyfill-left {
	left: 0
}

.el-table__cell.ie-sticky-polyfill.ie-sticky-polyfill-right,
.el-table__head_cell.ie-sticky-polyfill.ie-sticky-polyfill-right {
	right: 0
}

.el-table__cell.is-clickable:not(.is-disabled):hover,
.el-table__cell.is-selection:not(.is-disabled):hover,
.el-table__head_cell.is-clickable:not(.is-disabled):hover,
.el-table__head_cell.is-selection:not(.is-disabled):hover {
	background-color: var(--av-brand-accent);
	cursor: pointer
}

.el-table__cell.is-clickable:not(.is-disabled):hover:after,
.el-table__cell.is-selection:not(.is-disabled):hover:after,
.el-table__head_cell.is-clickable:not(.is-disabled):hover:after,
.el-table__head_cell.is-selection:not(.is-disabled):hover:after {
	background-color: var(--av-brand-accent)
}

.el-table__cell.is-align-left,
.el-table__head_cell.is-align-left {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.el-table__cell.is-align-right,
.el-table__head_cell.is-align-right {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.el-table__cell.is-align-center,
.el-table__head_cell.is-align-center {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-table__cell.is-align-stretch .el-table__cell_slot,
.el-table__cell.is-align-stretch .el-table__head_cell_slot,
.el-table__head_cell.is-align-stretch .el-table__cell_slot,
.el-table__head_cell.is-align-stretch .el-table__head_cell_slot {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.el-table__cell:first-of-type.is-selection,
.el-table__head_cell:first-of-type.is-selection {
	padding: 0 16px;
	text-overflow: clip
}

.el-table__cell.is-index,
.el-table__head_cell.is-index {
	text-overflow: clip
}

.el-table__cell.is-bordered-right,
.el-table__head_cell.is-bordered-right {
	border-right: 1px solid var(--av-brand-lighter)
}

.el-table__cell.is-bordered-left,
.el-table__head_cell.is-bordered-left {
	border-left: 1px solid var(--av-brand-lighter)
}

.el-table__cell.is-bordered-bottom,
.el-table__head_cell.is-bordered-bottom {
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-table__cell.is-hovered,
.el-table__cell.is-hovered:after,
.el-table__cell.is-resize-hovered,
.el-table__cell.is-resize-hovered:after,
.el-table__head_cell.is-hovered,
.el-table__head_cell.is-hovered:after,
.el-table__head_cell.is-resize-hovered,
.el-table__head_cell.is-resize-hovered:after {
	background-color: var(--av-brand-accent)
}

.el-table__cell.is-resize-hovered.is-resizable:not(.is-bordered-right),
.el-table__head_cell.is-resize-hovered.is-resizable:not(.is-bordered-right) {
	border-right: 1px solid var(--av-brand-lighter)
}

.el-table__cell.is-resize-hovered.is-resizable:not(.is-bordered-right).is-last-scroll-column,
.el-table__cell.is-resize-hovered:last-of-type,
.el-table__head_cell.is-resize-hovered.is-resizable:not(.is-bordered-right).is-last-scroll-column,
.el-table__head_cell.is-resize-hovered:last-of-type {
	border-right: none
}

.el-table__cell.is-hidden>*,
.el-table__head_cell.is-hidden>* {
	visibility: hidden
}

.el-table__cell.is-actions-column,
.el-table__head_cell.is-actions-column {
	padding: 0 16px;
	text-overflow: clip
}

.el-table__cell.is-actions-column .el-dropdown,
.el-table__head_cell.is-actions-column .el-dropdown {
	min-width: 32px
}

.el-table__columns {
	display: table-column-group
}

.el-table__column {
	display: table-column
}

.el-table__columns-selector-option {
	padding: 4px 16px;
	display: block
}

.el-table__columns-selector-option:hover {
	background: var(--av-brand-accent)
}

.el-table__column-resize .resize {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: ew-resize;
	width: 5px
}

.el-table__column-resize .resize:hover {
	background: var(--av-nav-secondary)
}

.el-table__column-resize-proxy-header {
	position: absolute;
	left: 200px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 48px;
	border-left: 5px solid var(--av-nav-secondary);
	z-index: 10
}

.el-table__column-resize-proxy-body {
	position: absolute;
	left: 200px;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: 1px solid var(--av-nav-secondary);
	z-index: 10
}

.el-table__rows-group-header-bg--color-brand-light {
	background-color: var(--av-brand-light)
}

.el-table__rows-group-header-bg--color-brand-lighter {
	background-color: var(--av-brand-lighter)
}

.el-table__rows-group-header-bg--color-brand-lightest {
	background-color: var(--av-brand-lightest)
}

.el-table__rows-group-header-bg--color-brand-accent {
	background-color: var(--av-brand-accent)
}

.el-table__rows-group-header-bg--color-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-table__rows-group-header {
	display: table-row;
	height: 48px;
	width: 100%
}

.el-table__rows-group-header.is-collapsible .el-table__cell {
	padding-left: 16px
}

.el-table__rows-group-header.is-collapsed .el-table__row-group-header-collapse-icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.el-table__rows-group-row {
	display: table-row;
	height: 48px
}

.el-table__rows-group-loading {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-table__rows-group-header-content,
.el-table__rows-group-loading {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-table--medium .el-table__rows-group-header {
	height: 32px
}

.el-table--medium .el-table__rows-group-header .el-button {
	height: 24px;
	min-height: 24px
}

.el-table__cell_skeleton {
	background: var(--av-brand-lightest);
	border-radius: 4px;
	height: 8px;
	max-width: 100%;
	min-width: 16px;
	display: inline-block
}

.el-table__cell.is-index .el-table__cell_skeleton,
.el-table__cell.is-selection .el-table__cell_skeleton {
	min-width: 100%
}

.el-table .el-recycle-scroller__item-view:nth-child(8n+1) .el-table__cell_skeleton {
	width: 100%;
	max-width: 128px
}

.el-table .el-recycle-scroller__item-view:nth-of-type(8n+2) .el-table__cell_skeleton {
	width: 50%;
	max-width: 64px
}

.el-table .el-recycle-scroller__item-view:nth-child(8n+3) .el-table__cell_skeleton {
	width: 75%;
	max-width: 96px
}

.el-table .el-recycle-scroller__item-view:nth-child(8n+4) .el-table__cell_skeleton {
	width: 25%;
	max-width: 32px
}

.el-table .el-recycle-scroller__item-view:nth-child(8n+5) .el-table__cell_skeleton {
	width: 37.5%;
	max-width: 48px
}

.el-table .el-recycle-scroller__item-view:nth-child(8n+6) .el-table__cell_skeleton {
	width: 62.5%;
	max-width: 80px
}

.el-table .el-recycle-scroller__item-view:nth-child(8n+7) .el-table__cell_skeleton {
	width: 50%;
	max-width: 64px
}

.el-table {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	overflow: hidden
}

.el-table .hidden-columns {
	visibility: hidden;
	position: absolute;
	z-index: -1
}

.el-table__footer,
.el-table__top {
	height: 48px;
	line-height: 48px
}

.el-table:hover .el-table__body_wrapper>.el-scrollbar>.el-scrollbar__bar {
	opacity: 1
}

.el-table__empty-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	padding: 24px;
	position: relative
}

.el-table__empty-text {
	color: var(--av-fixed-light);
	text-align: center
}

.el-table__append-loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-table--border-top {
	border-top: 1px solid var(--av-brand-accent)
}

.el-table--border-bottom .el-table__row:last-of-type .el-table__cell {
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-table--bordered-vertical .el-table__head_cell {
	border-right: 1px solid var(--av-brand-accent)
}

.el-table--bordered-vertical .el-table__head_cell.is-last-scroll-column,
.el-table--bordered-vertical .el-table__head_cell:last-of-type {
	border-right: none
}

.el-table--compact {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px
}

.el-table--compact .el-table__row {
	height: 32px
}

.el-table--compact .el-table__cell,
.el-table--compact .el-table__head_cell {
	padding: 0 12px
}

.el-table--striped .el-table__row:nth-child(2n) .el-table__cell {
	background-color: var(--av-brand-lightest)
}

.el-table--medium .el-table__row {
	height: 32px
}

.el-table--medium .el-table__footer,
.el-table--medium .el-table__top {
	line-height: 32px;
	height: 32px
}

.el-table--scrollable-x .el-table__footer_wrapper,
.el-table--scrollable-x .el-table__head_wrapper {
	overflow-x: hidden;
	overflow-y: visible;
	position: relative
}

.el-table--scrollable-x .el-table__body_wrapper {
	overflow-x: auto;
	overflow-y: visible;
	display: block
}

.el-table--scrollable-y .el-table__body_wrapper {
	overflow-y: auto;
	display: block
}

.el-tabs {
	width: 100%
}

.el-tabs__nav {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid var(--av-brand-primary);
	border-radius: 4px;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px
}

.el-tabs__nav--large {
	height: 48px;
	line-height: 46px
}

.el-tabs__nav--spaced {
	margin: 24px 24px 0
}

.el-tabs__item {
	padding: 0 16px;
	height: 100%;
	line-height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--av-brand-primary);
	position: relative;
	border: 0;
	border-right: 1px solid var(--av-brand-primary);
	background-color: transparent;
	min-width: 0;
	outline: none
}

.el-tabs__item:last-child {
	border: 0;
	border-radius: 0 4px 4px 0
}

.el-tabs__item:first-child {
	border-radius: 4px 0 0 4px
}

.el-tabs__item.is-focus:focus:not(:active) {
	outline: none;
	overflow: visible
}

.el-tabs__item.is-focus:focus:not(:active):before {
	content: "";
	border: 3px solid var(--av-fixed-focus);
	border-width: 3px 0;
	position: absolute;
	right: 0;
	left: 0;
	top: -4px;
	bottom: -4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.el-tabs__item.is-focus:focus:not(:active):first-child:before {
	border-width: 3px 0 3px 3px;
	left: -4px;
	border-radius: 7px 0 0 7px
}

.el-tabs__item.is-focus:focus:not(:active):last-child:before {
	border-width: 3px 3px 3px 0;
	right: -4px;
	border-radius: 0 7px 7px 0
}

.el-tabs__item:hover {
	background-color: var(--av-brand-accent);
	cursor: pointer
}

.el-tabs__item.is-active {
	background-color: var(--av-brand-lighter)
}

.el-tabs__item.is-disabled {
	color: var(--av-fixed-light);
	cursor: default
}

.el-tabs__item-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.el-tabs__content {
	overflow: hidden;
	position: relative
}

.el-tag {
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .3px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 8px;
	text-align: center;
	line-height: 24px;
	border-radius: 12px;
	position: relative
}

.el-tag,
.el-tag__text {
	display: inline-block;
	max-width: 100%
}

.el-tag__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top
}

.el-tag--accent {
	color: var(--av-fixed-white);
	background-color: var(--av-fixed-nav-accent)
}

.el-tag--accent:after {
	border-color: var(--av-fixed-nav-accent);
	border-right-color: transparent
}

.el-tag--accent.is-inverse {
	background-color: rgba(0, 101, 227, .1);
	color: var(--av-fixed-nav-accent)
}

.el-tag--success {
	background-color: var(--av-solid-fixed-success-accent);
	border: 1px solid var(--av-fixed-success-dark-accent);
	color: var(--av-fixed-success-dark)
}

.el-tag--success.is-inverse {
	background-color: var(--av-fixed-success);
	color: var(--av-fixed-white);
	border: none
}

.el-tag--success.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-tag--warning {
	background-color: var(--av-solid-fixed-warning-accent);
	border: 1px solid var(--av-fixed-warning-accent);
	color: var(--av-fixed-critical)
}

.el-tag--warning.is-inverse {
	background-color: var(--av-fixed-warning);
	color: var(--av-fixed-white);
	border: none
}

.el-tag--warning.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-tag--critical {
	background-color: var(--av-solid-fixed-critical-accent);
	border: 1px solid var(--av-fixed-critical-accent);
	color: var(--av-fixed-critical)
}

.el-tag--critical.is-inverse {
	background-color: var(--av-fixed-critical);
	color: var(--av-fixed-white);
	border: none
}

.el-tag--critical.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-tag--danger {
	background-color: var(--av-solid-fixed-danger-accent);
	border: 1px solid var(--av-fixed-danger-accent);
	color: var(--av-fixed-danger)
}

.el-tag--danger.is-inverse {
	background-color: var(--av-fixed-danger);
	color: var(--av-fixed-white);
	border: none
}

.el-tag--danger.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-tag--info {
	background-color: var(--av-solid-brand-secondary-accent);
	border: 1px solid var(--av-brand-secondary-light);
	color: var(--av-brand-secondary)
}

.el-tag--info.is-inverse {
	background-color: var(--av-brand-secondary);
	color: var(--av-fixed-white);
	border: none
}

.el-tag--info.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-tag--inactive {
	background-color: var(--av-solid-fixed-invisible);
	border: 1px solid var(--av-fixed-invisible);
	color: var(--av-fixed-light)
}

.el-tag--inactive.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-tag--white.is-inverse {
	background-color: var(--av-fixed-white);
	color: var(--av-fixed-primary);
	border: none
}

.el-tag--white.is-small {
	line-height: 16px;
	border-radius: 8px;
	font-size: 11px
}

.el-time-picker.is-error .el-input .el-input__container {
	border-color: var(--av-fixed-danger)
}

.el-tooltip__popper {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: .3px;
	font-weight: 600;
	color: var(--av-fixed-white);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	max-width: 272px;
	padding: 16px;
	border-radius: 2px;
	background: var(--av-fixed-primary);
	-webkit-box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 10px 20px 0 rgba(45, 49, 56, .25);
	z-index: 1030;
	position: absolute
}

.el-tooltip__popper--auto-width {
	max-width: none
}

.el-tooltip__popper .el-popper__arrow {
	border-color: transparent;
	background-image: linear-gradient(45deg, transparent 45%, var(--av-fixed-primary) 0)
}

.el-tree {
	width: 100%;
	cursor: default;
	color: var(--av-fixed-primary)
}

.el-tree__empty-block {
	position: relative;
	min-height: 60px;
	text-align: center;
	width: 100%;
	height: 100%
}

.el-tree__empty-text {
	overflow: hidden;
	text-align: center;
	color: var(--av-fixed-light)
}

.el-tree-node {
	white-space: nowrap
}

.el-tree-node__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 32px;
	cursor: pointer;
	padding-right: 16px;
	outline: none
}

.el-tree-node__content>.el-checkbox {
	margin-right: 8px
}

.el-tree-node__content:hover {
	background-color: var(--av-brand-accent)
}

.el-tree-node__content.is-current {
	background-color: var(--av-brand-lighter)
}

.el-tree-node__content.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-tree-node__expand-icon {
	cursor: pointer;
	color: var(--av-brand-primary);
	font-size: 12px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-right: 8px;
	-webkit-transition: rotate .2s ease;
	transition: rotate .2s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-tree-node__link {
	outline: none
}

.el-tree-node__expand-icon--expanded {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.el-tree-node__expand-icon--leaf {
	visibility: hidden
}

.el-tree-node__customized-icon {
	color: var(--av-brand-primary);
	font-size: 12px;
	margin-right: 8px
}

.el-tree-node>.el-tree-node__children {
	overflow: hidden;
	background-color: transparent
}

.el-tree-node.is-expanded>.el-tree-node__children {
	display: block
}

.el-tree-node__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	outline: none
}

.el-tree-node__loading {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	height: 24px
}

.el-tree-node.is-checkable {
	background-color: inherit
}

.el-tree-node.is-disabled>.el-tree-node__content {
	cursor: default
}

.el-tree-node.is-disabled>.el-tree-node__content:hover {
	background-color: inherit
}

.el-tree-node.is-disabled>.el-tree-node__content .el-tree-node__label,
.el-tree-node.is-disabled>.el-tree-node__content .el-tree-node__link {
	color: var(--av-fixed-lighter)
}

.el-upload {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	outline: none
}

.el-upload__input {
	display: none
}

.el-upload-dragger {
	text-align: center;
	position: relative;
	overflow: hidden
}

.el-upload-dragger__inner-mask {
	position: absolute;
	margin: auto;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px
}

.el-upload-dragger__inner-mask.is-dragover {
	border-radius: 4px;
	border-color: var(--av-brand-lighter);
	border: 1px dashed var(--av-brand-primary);
	background-color: var(--av-brand-lightest)
}

.el-upload-dragger__content {
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.el-upload-dragger__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-left: 24px;
	margin-right: 24px
}

.el-upload-dragger.is-dragover .drag-hidden {
	visibility: hidden
}

.el-details {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.el-details__details {
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0 15px 30px 0 rgba(45, 49, 56, .25);
	box-shadow: 0 15px 30px 0 rgba(45, 49, 56, .25);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%
}

.el-details__panel {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	display: grid;
	display: -ms-grid;
	grid-template-columns: minmax(0, 1fr);
	-ms-grid-columns: minmax(0, 1fr);
	grid-template-rows: auto auto 1fr;
	-ms-grid-rows: auto auto 1fr;
	grid-template-areas: "panel-header" "panel-toolbar" "panel-table"
}

.el-details__panel-header {
	grid-area: panel-header;
	grid-row: 1;
	-ms-grid-row: 1
}

.el-details__panel-header,
.el-details__panel-toolbar {
	grid-column: 1;
	-ms-grid-column: 1;
	overflow: hidden;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-details__panel-toolbar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-area: panel-toolbar;
	grid-row: 2;
	-ms-grid-row: 2
}

.el-details__panel-table {
	grid-area: panel-table;
	grid-column: 1;
	grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	overflow: hidden
}

@media only screen and (min-width:1000px) {
	.el-details__details {
		width: 596px
	}
	.el-details.is-open .el-details__panel-header,
	.el-details.is-open .el-details__panel-toolbar {
		max-width: calc(100% - 596px)
	}
	.el-details.is-open .el-details__panel-table .el-scrollbar__bar.is-vertical {
		right: 598px
	}
}

@media only screen and (min-width:1280px) {
	.el-details__details {
		width: 720px
	}
	.el-details.is-open .el-details__panel-header,
	.el-details.is-open .el-details__panel-toolbar {
		max-width: calc(100% - 720px)
	}
	.el-details.is-open .el-details__panel-table .el-scrollbar__bar.is-vertical {
		right: 722px
	}
}

@media only screen and (min-width:1440px) {
	.el-details__details {
		width: 800px
	}
	.el-details.is-open .el-details__panel-header,
	.el-details.is-open .el-details__panel-toolbar {
		max-width: calc(100% - 800px)
	}
	.el-details.is-open .el-details__panel-table .el-scrollbar__bar.is-vertical {
		right: 802px
	}
}

.el-details-view {
	height: 100%;
	background-color: var(--av-solid-brand-accent)
}

.el-details-view__wrapper {
	grid-template-rows: auto auto auto 1fr;
	-ms-grid-rows: auto auto auto 1fr;
	-ms-grid-columns: 1fr;
	grid-template-areas: "header" "actions" "content-header" "content";
	overflow-y: hidden;
	display: grid;
	display: -ms-grid;
	position: relative;
	height: 100%;
	width: 100%
}

.el-details-view__header {
	height: 64px;
	line-height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-area: header;
	grid-column: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	overflow: hidden
}

.el-details-view__title {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.el-details-view__close {
	margin: 0 16px
}

.el-details-view__actions {
	height: 64px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: actions;
	grid-column: 1;
	grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-row: 2
}

.el-details-view__content-header {
	grid-area: content-header;
	grid-column: 1;
	grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-row: 3
}

.el-details-view__scrollable-content {
	grid-area: content;
	grid-column: 1;
	grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-row: 4
}

.el-details-view__scrollable-content .el-scrollbar__view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-details-view__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}

.el-details-view .el-scrollbar__wrap--x-axis>.el-scrollbar__view {
	height: 100%
}

@media only screen and (min-width:1280px) {
	.el-details-view__content,
	.el-details-view__wrapper {
		min-width: auto
	}
}

.el-sidebar-action {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	line-height: 32px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--av-brand-primary);
	border-radius: 4px;
	cursor: pointer;
	outline: none
}

.el-sidebar-action:active,
.el-sidebar-action:hover {
	background-color: var(--av-brand-lightest)
}

.el-sidebar-action.is-focus {
	background-color: var(--av-fixed-focus)
}

.el-sidebar-action.is-active {
	background-color: var(--av-brand-lightest)
}

.el-sidebar-action__action-group-icon,
.el-sidebar-action__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.el-sidebar-action__action-group-icon {
	margin-left: auto
}

.el-sidebar-layout {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.el-sidebar-layout__sidebar {
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 4px 0 40px 0 var(--av-fixed-lightest);
	box-shadow: 4px 0 40px 0 var(--av-fixed-lightest);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 256px
}

.el-sidebar-layout__panel {
	position: relative
}

.el-sidebar-layout.is-open .el-sidebar-layout__panel {
	width: calc(100% - 256px);
	max-width: calc(100% - 256px)
}

.el-sidebar-panel {
	height: 100%;
	background-color: var(--av-fixed-white)
}

.el-sidebar-panel__wrapper {
	overflow-y: hidden;
	position: relative;
	height: 100%;
	width: 100%
}

.el-sidebar-panel__close {
	background-color: var(--av-fixed-white);
	position: absolute;
	top: 20px;
	right: 16px;
	border-radius: 4px;
	z-index: 20;
	height: 24px;
	width: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.el-sidebar-panel__close:hover {
	background-color: var(--av-brand-accent)
}

.el-sidebar-panel__close-padding--small {
	margin-bottom: 32px
}

.el-sidebar-panel__close-padding--large {
	margin-bottom: 64px
}

.el-sidebar-panel__preview {
	margin-top: 64px;
	height: 128px;
	overflow: hidden
}

.el-sidebar-panel__sticky-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: var(--av-fixed-white);
	width: 100%;
	z-index: 10;
	height: 64px;
	line-height: 64px;
	padding: 0 64px 0 24px;
	position: absolute;
	top: 0;
	border-bottom: 1px solid var(--av-brand-lightest)
}

.el-sidebar-panel__property-label {
	color: var(--av-fixed-light)
}

.el-sidebar-panel__action-wrapper {
	padding: 0 24px
}

.el-sidebar-panel__action-list--large-spacing {
	margin-top: 48px
}

.el-sidebar-panel__action-list--small-spacing {
	margin-top: 32px
}

.el-sidebar-panel__action-group {
	width: 100%
}

.el-sidebar-panel__action-divider {
	margin: 20px 0
}

.el-sidebar-title {
	background-color: var(--av-fixed-white);
	width: 100%;
	z-index: 10
}

.el-sidebar-title__wrapper {
	margin: 24px
}

.el-sidebar-title__main-title {
	line-height: 24px;
	word-break: normal;
	overflow-wrap: anywhere
}

.el-sidebar-title__subtitle {
	line-height: 24px;
	color: var(--av-fixed-light)
}

.el-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	background-clip: padding-box
}

.el-toolbar__content {
	-ms-flex-align: center;
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.el-toolbar__aside,
.el-toolbar__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	-webkit-box-align: center;
	align-items: center
}

.el-toolbar__aside {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	overflow: hidden
}

.el-toolbar__close {
	margin: 0 16px
}

.el-toolbar--bordered {
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-toolbar--color-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-toolbar-container {
	width: 100%
}

.el-toolbar-container--active .el-toolbar {
	background-color: var(--av-fixed-white)
}

.el-toolbar-search {
	min-width: 208px;
	max-width: 760px;
	width: 760px
}

.el-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	background-clip: padding-box;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.el-header__content {
	-ms-flex-align: center;
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.el-header__aside,
.el-header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.el-header__aside {
	-ms-flex-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 4px 0 20px
}

.el-header__aside-item {
	margin-right: 16px
}

.el-header__aside-item--search {
	margin-left: 4px
}

.el-header__actions,
.el-header__aside-item--search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-header__actions {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.el-header__menu .el-button {
	width: 32px;
	height: 32px;
	padding: 4px
}

.el-header__menu .el-button:hover {
	background-color: var(--av-brand-accent)
}

.el-header__menu .el-button.is-active-button,
.el-header__menu .el-button:active {
	background-color: var(--av-brand-lighter)
}

.el-header__menu-dropdown .i[class*="-16"].is-right {
	-webkit-box-ordinal-group: 101;
	-ms-flex-order: 100;
	order: 100;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 8px
}

.el-header__menu-dropdown .i[class*="-24"].is-right {
	-webkit-box-ordinal-group: 101;
	-ms-flex-order: 100;
	order: 100;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px
}

.el-header__search.el-search {
	width: 350px
}

.el-header__search.el-search--collapse-hover,
.el-header__search .el-search__icon--large {
	width: 64px
}

.el-header__search.el-search--collapse-hover:active,
.el-header__search.el-search--collapse-hover:hover {
	background: none
}

.el-header__suggestions .el-autocomplete-suggestion__list li {
	color: var(--av-brand-primary)
}

.el-header--bordered {
	border-bottom: 1px solid var(--av-brand-lighter)
}

.el-header--color-fixed-white {
	background-color: var(--av-fixed-white)
}

.el-header--color-nav-primary {
	background-color: var(--av-nav-primary)
}

.el-about-window__section {
	margin-bottom: 32px
}

.el-about-window__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-about-window__content,
.el-about-window__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-about-window__logo {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px
}

.el-about-window__logo-image {
	width: 112px;
	height: 112px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.el-about-window__versions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.el-about-window__version {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: var(--av-fixed-light);
	line-height: 2.29
}

.el-about-window__message {
	color: var(--av-fixed-light);
	margin-bottom: 8px
}

.el-about-window__message.is-error {
	color: var(--av-fixed-danger)
}

.el-about-window__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: var(--av-fixed-light)
}

.el-about-window__link {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-preferred-size: 184px;
	flex-basis: 184px;
	margin-bottom: 4px;
	margin-top: 4px
}

.el-whatisnew-window__content {
	padding: 80px 0 24px
}

.el-whatisnew-items-list__back-button {
	position: absolute;
	left: 24px;
	top: 16px
}

.el-whatisnew-items-list__finish-button {
	width: calc(100% - 48px);
	position: absolute
}

.el-whatisnew-items-list__finish-button-wrapper {
	position: relative;
	margin-top: 16px;
	height: 48px;
	padding: 0 24px
}

.el-whatisnew-item {
	position: relative
}

.el-whatisnew-item__upsell-badge {
	text-align: center;
	position: absolute;
	width: 100%
}

.el-whatisnew-item__image {
	max-width: 100%;
	height: 272px;
	border-radius: 8px;
	margin-bottom: 32px
}

.el-whatisnew-item__image--empty {
	background: #eee
}

.el-whatisnew-item__description {
	text-align: center
}

.el-whatisnew-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-whatisnew-steps__item {
	background: var(--av-brand-light);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 4px;
	-webkit-transition: background-color .5s linear, border-color .5s linear, opacity .5s linear;
	transition: background-color .5s linear, border-color .5s linear, opacity .5s linear;
	cursor: pointer
}

.el-whatisnew-steps__item--current {
	background: var(--av-brand-primary)
}

.el-whatisnew-carousel__frame {
	overflow: hidden
}

.el-whatisnew-carousel__items-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: margin-left .5s cubic-bezier(.01, .73, .57, .99) 0s;
	transition: margin-left .5s cubic-bezier(.01, .73, .57, .99) 0s
}

.el-whatisnew-carousel__item {
	margin: 0 64px
}

.el-whatisnew-carousel__steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px
}

.el-whatisnew-carousel__buttons {
	margin: 32px 48px 0
}

.el-whatisnew-carousel__buttons-back-ctr {
	text-align: left
}

.el-whatisnew-carousel__buttons-next-ctr {
	text-align: right
}

.el-dialog__frame {
	display: block;
	width: 100%;
	border: 0;
	overflow: auto
}

.el-dialog--size-medium .el-dialog__frame {
	height: 424px
}

.el-popover__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	padding: 0 24px
}

.el-popover__footer--left {
	margin-right: auto
}

a {
	color: var(--av-fixed-link);
	/* text-decoration: none; */
	cursor: pointer
}

#app,
body,
html {
	height: 100%
}

.app__container {
	/* width: 100vw; */
	/* height: 100vh */
	height: 90vh
}

.el-normalize {
	font-size: 14px
}

.logo-container[data-v-37f11a8c] {
	white-space: nowrap;
	text-align: center;
	margin: 0;
	width: 100%
}

.logo-container>.helper[data-v-37f11a8c] {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.logo-container .app-logo[data-v-37f11a8c] {
	vertical-align: middle
}

.logo-container .app-logo.app-logo-local[data-v-37f11a8c] {
	width: 100%
}

