/* CSS Document */
.v-application .error {
	background-color: #dd2c00 !important;
	border-color: #dd2c00 !important;
}

.v-application .error--text {
	color: #dd2c00 !important;
	caret-color: #dd2c00 !important;
}

.theme--light.v-application {
	background: #fff;
	color: rgba(0, 0, 0, .87)
}

.v-application {
	display: flex;
	position: relative
}

.v-application--wrap {
	backface-visibility: hidden;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	max-width: 100%;
	min-height: 100vh;
	position: relative
}

.v-application .light-green {
	background-color: #8bc34a !important;
	border-color: #8bc34a !important
}

.v-application .light-green--text {
	caret-color: #8bc34a !important;
	color: #8bc34a !important
}
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	word-break: normal
}

*, :after, :before {
	background-repeat: no-repeat;
	box-sizing: inherit
}

:after, :before {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	margin: 0;
	padding: 0
}

.theme--light.v-image {
	color: rgba(0, 0, 0, .87)
}

.theme--dark.v-image {
	color: #fff
}

.v-image {
	z-index: 0
}

.v-image__image, .v-image__placeholder {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.v-image__image {
	background-repeat: no-repeat
}

.v-image__image--preload {
	filter: blur(2px)
}

.v-image__image--contain {
	background-size: contain
}

.v-image__image--cover {
	background-size: cover
}

.v-responsive {
	display: flex;
	flex: 1 0 auto;
	max-width: 100%;
	overflow: hidden;
	position: relative
}

.v-responsive__content {
	flex: 1 0 0px;
	max-width: 100%
}

.v-application--is-ltr .v-responsive__sizer ~.v-responsive__content {
	margin-left: -100%
}

.v-application--is-rtl .v-responsive__sizer ~.v-responsive__content {
	margin-right: -100%
}

.v-responsive__sizer {
	flex: 1 0 0px;
	transition: padding-bottom .2s cubic-bezier(.25, .8, .5, 1)
}

@media ( min-width :960px) {
	.flex.md12 {
		flex-basis: 100%;
		flex-grow: 0;
		max-width: 100%
	}
	.flex.order-md12 {
		order: 12
	}
	.flex.md11 {
		flex-basis: 91.6666666667%;
		flex-grow: 0;
		max-width: 91.6666666667%
	}
	.flex.order-md11 {
		order: 11
	}
	.flex.md10 {
		flex-basis: 83.3333333333%;
		flex-grow: 0;
		max-width: 83.3333333333%
	}
	.flex.order-md10 {
		order: 10
	}
	.flex.md9 {
		flex-basis: 75%;
		flex-grow: 0;
		max-width: 75%
	}
	.flex.order-md9 {
		order: 9
	}
	.flex.md8 {
		flex-basis: 66.6666666667%;
		flex-grow: 0;
		max-width: 66.6666666667%
	}
	.flex.order-md8 {
		order: 8
	}
	.flex.md7 {
		flex-basis: 58.3333333333%;
		flex-grow: 0;
		max-width: 58.3333333333%
	}
	.flex.order-md7 {
		order: 7
	}
	.flex.md6 {
		flex-basis: 50%;
		flex-grow: 0;
		max-width: 50%
	}
	.flex.order-md6 {
		order: 6
	}
	.flex.md5 {
		flex-basis: 41.6666666667%;
		flex-grow: 0;
		max-width: 41.6666666667%
	}
	.flex.order-md5 {
		order: 5
	}
	.flex.md4 {
		flex-basis: 33.3333333333%;
		flex-grow: 0;
		max-width: 33.3333333333%
	}
	.flex.order-md4 {
		order: 4
	}
	.flex.md3 {
		flex-basis: 25%;
		flex-grow: 0;
		max-width: 25%
	}
	.flex.order-md3 {
		order: 3
	}
	.flex.md2 {
		flex-basis: 16.6666666667%;
		flex-grow: 0;
		max-width: 16.6666666667%
	}
	.flex.order-md2 {
		order: 2
	}
	.flex.md1 {
		flex-basis: 8.3333333333%;
		flex-grow: 0;
		max-width: 8.3333333333%
	}
	.flex.order-md1 {
		order: 1
	}
	.v-application--is-ltr .flex.offset-md12 {
		margin-left: 100%
	}
	.v-application--is-rtl .flex.offset-md12 {
		margin-right: 100%
	}
	.v-application--is-ltr .flex.offset-md11 {
		margin-left: 91.6666666667%
	}
	.v-application--is-rtl .flex.offset-md11 {
		margin-right: 91.6666666667%
	}
	.v-application--is-ltr .flex.offset-md10 {
		margin-left: 83.3333333333%
	}
	.v-application--is-rtl .flex.offset-md10 {
		margin-right: 83.3333333333%
	}
	.v-application--is-ltr .flex.offset-md9 {
		margin-left: 75%
	}
	.v-application--is-rtl .flex.offset-md9 {
		margin-right: 75%
	}
	.v-application--is-ltr .flex.offset-md8 {
		margin-left: 66.6666666667%
	}
	.v-application--is-rtl .flex.offset-md8 {
		margin-right: 66.6666666667%
	}
	.v-application--is-ltr .flex.offset-md7 {
		margin-left: 58.3333333333%
	}
	.v-application--is-rtl .flex.offset-md7 {
		margin-right: 58.3333333333%
	}
	.v-application--is-ltr .flex.offset-md6 {
		margin-left: 50%
	}
	.v-application--is-rtl .flex.offset-md6 {
		margin-right: 50%
	}
	.v-application--is-ltr .flex.offset-md5 {
		margin-left: 41.6666666667%
	}
	.v-application--is-rtl .flex.offset-md5 {
		margin-right: 41.6666666667%
	}
	.v-application--is-ltr .flex.offset-md4 {
		margin-left: 33.3333333333%
	}
	.v-application--is-rtl .flex.offset-md4 {
		margin-right: 33.3333333333%
	}
	.v-application--is-ltr .flex.offset-md3 {
		margin-left: 25%
	}
	.v-application--is-rtl .flex.offset-md3 {
		margin-right: 25%
	}
	.v-application--is-ltr .flex.offset-md2 {
		margin-left: 16.6666666667%
	}
	.v-application--is-rtl .flex.offset-md2 {
		margin-right: 16.6666666667%
	}
	.v-application--is-ltr .flex.offset-md1 {
		margin-left: 8.3333333333%
	}
	.v-application--is-rtl .flex.offset-md1 {
		margin-right: 8.3333333333%
	}
	.v-application--is-ltr .flex.offset-md0 {
		margin-left: 0
	}
	.v-application--is-rtl .flex.offset-md0 {
		margin-right: 0
	}
}

@media ( min-width :1264px) {
	.flex.lg12 {
		flex-basis: 100%;
		flex-grow: 0;
		max-width: 100%
	}
	.flex.order-lg12 {
		order: 12
	}
	.flex.lg11 {
		flex-basis: 91.6666666667%;
		flex-grow: 0;
		max-width: 91.6666666667%
	}
	.flex.order-lg11 {
		order: 11
	}
	.flex.lg10 {
		flex-basis: 83.3333333333%;
		flex-grow: 0;
		max-width: 83.3333333333%
	}
	.flex.order-lg10 {
		order: 10
	}
	.flex.lg9 {
		flex-basis: 75%;
		flex-grow: 0;
		max-width: 75%
	}
	.flex.order-lg9 {
		order: 9
	}
	.flex.lg8 {
		flex-basis: 66.6666666667%;
		flex-grow: 0;
		max-width: 66.6666666667%
	}
	.flex.order-lg8 {
		order: 8
	}
	.flex.lg7 {
		flex-basis: 58.3333333333%;
		flex-grow: 0;
		max-width: 58.3333333333%
	}
	.flex.order-lg7 {
		order: 7
	}
	.flex.lg6 {
		flex-basis: 50%;
		flex-grow: 0;
		max-width: 50%
	}
	.flex.order-lg6 {
		order: 6
	}
	.flex.lg5 {
		flex-basis: 41.6666666667%;
		flex-grow: 0;
		max-width: 41.6666666667%
	}
	.flex.order-lg5 {
		order: 5
	}
	.flex.lg4 {
		flex-basis: 33.3333333333%;
		flex-grow: 0;
		max-width: 33.3333333333%
	}
	.flex.order-lg4 {
		order: 4
	}
	.flex.lg3 {
		flex-basis: 25%;
		flex-grow: 0;
		max-width: 25%
	}
	.flex.order-lg3 {
		order: 3
	}
	.flex.lg2 {
		flex-basis: 16.6666666667%;
		flex-grow: 0;
		max-width: 16.6666666667%
	}
	.flex.order-lg2 {
		order: 2
	}
	.flex.lg1 {
		flex-basis: 8.3333333333%;
		flex-grow: 0;
		max-width: 8.3333333333%
	}
	.flex.order-lg1 {
		order: 1
	}
	.v-application--is-ltr .flex.offset-lg12 {
		margin-left: 100%
	}
	.v-application--is-rtl .flex.offset-lg12 {
		margin-right: 100%
	}
	.v-application--is-ltr .flex.offset-lg11 {
		margin-left: 91.6666666667%
	}
	.v-application--is-rtl .flex.offset-lg11 {
		margin-right: 91.6666666667%
	}
	.v-application--is-ltr .flex.offset-lg10 {
		margin-left: 83.3333333333%
	}
	.v-application--is-rtl .flex.offset-lg10 {
		margin-right: 83.3333333333%
	}
	.v-application--is-ltr .flex.offset-lg9 {
		margin-left: 75%
	}
	.v-application--is-rtl .flex.offset-lg9 {
		margin-right: 75%
	}
	.v-application--is-ltr .flex.offset-lg8 {
		margin-left: 66.6666666667%
	}
	.v-application--is-rtl .flex.offset-lg8 {
		margin-right: 66.6666666667%
	}
	.v-application--is-ltr .flex.offset-lg7 {
		margin-left: 58.3333333333%
	}
	.v-application--is-rtl .flex.offset-lg7 {
		margin-right: 58.3333333333%
	}
	.v-application--is-ltr .flex.offset-lg6 {
		margin-left: 50%
	}
	.v-application--is-rtl .flex.offset-lg6 {
		margin-right: 50%
	}
	.v-application--is-ltr .flex.offset-lg5 {
		margin-left: 41.6666666667%
	}
	.v-application--is-rtl .flex.offset-lg5 {
		margin-right: 41.6666666667%
	}
	.v-application--is-ltr .flex.offset-lg4 {
		margin-left: 33.3333333333%
	}
	.v-application--is-rtl .flex.offset-lg4 {
		margin-right: 33.3333333333%
	}
	.v-application--is-ltr .flex.offset-lg3 {
		margin-left: 25%
	}
	.v-application--is-rtl .flex.offset-lg3 {
		margin-right: 25%
	}
	.v-application--is-ltr .flex.offset-lg2 {
		margin-left: 16.6666666667%
	}
	.v-application--is-rtl .flex.offset-lg2 {
		margin-right: 16.6666666667%
	}
	.v-application--is-ltr .flex.offset-lg1 {
		margin-left: 8.3333333333%
	}
	.v-application--is-rtl .flex.offset-lg1 {
		margin-right: 8.3333333333%
	}
	.v-application--is-ltr .flex.offset-lg0 {
		margin-left: 0
	}
	.v-application--is-rtl .flex.offset-lg0 {
		margin-right: 0
	}
}

@media ( min-width :1904px) {
	.flex.xl12 {
		flex-basis: 100%;
		flex-grow: 0;
		max-width: 100%
	}
	.flex.order-xl12 {
		order: 12
	}
	.flex.xl11 {
		flex-basis: 91.6666666667%;
		flex-grow: 0;
		max-width: 91.6666666667%
	}
	.flex.order-xl11 {
		order: 11
	}
	.flex.xl10 {
		flex-basis: 83.3333333333%;
		flex-grow: 0;
		max-width: 83.3333333333%
	}
	.flex.order-xl10 {
		order: 10
	}
	.flex.xl9 {
		flex-basis: 75%;
		flex-grow: 0;
		max-width: 75%
	}
	.flex.order-xl9 {
		order: 9
	}
	.flex.xl8 {
		flex-basis: 66.6666666667%;
		flex-grow: 0;
		max-width: 66.6666666667%
	}
	.flex.order-xl8 {
		order: 8
	}
	.flex.xl7 {
		flex-basis: 58.3333333333%;
		flex-grow: 0;
		max-width: 58.3333333333%
	}
	.flex.order-xl7 {
		order: 7
	}
	.flex.xl6 {
		flex-basis: 50%;
		flex-grow: 0;
		max-width: 50%
	}
	.flex.order-xl6 {
		order: 6
	}
	.flex.xl5 {
		flex-basis: 41.6666666667%;
		flex-grow: 0;
		max-width: 41.6666666667%
	}
	.flex.order-xl5 {
		order: 5
	}
	.flex.xl4 {
		flex-basis: 33.3333333333%;
		flex-grow: 0;
		max-width: 33.3333333333%
	}
	.flex.order-xl4 {
		order: 4
	}
	.flex.xl3 {
		flex-basis: 25%;
		flex-grow: 0;
		max-width: 25%
	}
	.flex.order-xl3 {
		order: 3
	}
	.flex.xl2 {
		flex-basis: 16.6666666667%;
		flex-grow: 0;
		max-width: 16.6666666667%
	}
	.flex.order-xl2 {
		order: 2
	}
	.flex.xl1 {
		flex-basis: 8.3333333333%;
		flex-grow: 0;
		max-width: 8.3333333333%
	}
	.flex.order-xl1 {
		order: 1
	}
	.v-application--is-ltr .flex.offset-xl12 {
		margin-left: 100%
	}
	.v-application--is-rtl .flex.offset-xl12 {
		margin-right: 100%
	}
	.v-application--is-ltr .flex.offset-xl11 {
		margin-left: 91.6666666667%
	}
	.v-application--is-rtl .flex.offset-xl11 {
		margin-right: 91.6666666667%
	}
	.v-application--is-ltr .flex.offset-xl10 {
		margin-left: 83.3333333333%
	}
	.v-application--is-rtl .flex.offset-xl10 {
		margin-right: 83.3333333333%
	}
	.v-application--is-ltr .flex.offset-xl9 {
		margin-left: 75%
	}
	.v-application--is-rtl .flex.offset-xl9 {
		margin-right: 75%
	}
	.v-application--is-ltr .flex.offset-xl8 {
		margin-left: 66.6666666667%
	}
	.v-application--is-rtl .flex.offset-xl8 {
		margin-right: 66.6666666667%
	}
	.v-application--is-ltr .flex.offset-xl7 {
		margin-left: 58.3333333333%
	}
	.v-application--is-rtl .flex.offset-xl7 {
		margin-right: 58.3333333333%
	}
	.v-application--is-ltr .flex.offset-xl6 {
		margin-left: 50%
	}
	.v-application--is-rtl .flex.offset-xl6 {
		margin-right: 50%
	}
	.v-application--is-ltr .flex.offset-xl5 {
		margin-left: 41.6666666667%
	}
	.v-application--is-rtl .flex.offset-xl5 {
		margin-right: 41.6666666667%
	}
	.v-application--is-ltr .flex.offset-xl4 {
		margin-left: 33.3333333333%
	}
	.v-application--is-rtl .flex.offset-xl4 {
		margin-right: 33.3333333333%
	}
	.v-application--is-ltr .flex.offset-xl3 {
		margin-left: 25%
	}
	.v-application--is-rtl .flex.offset-xl3 {
		margin-right: 25%
	}
	.v-application--is-ltr .flex.offset-xl2 {
		margin-left: 16.6666666667%
	}
	.v-application--is-rtl .flex.offset-xl2 {
		margin-right: 16.6666666667%
	}
	.v-application--is-ltr .flex.offset-xl1 {
		margin-left: 8.3333333333%
	}
	.v-application--is-rtl .flex.offset-xl1 {
		margin-right: 8.3333333333%
	}
	.v-application--is-ltr .flex.offset-xl0 {
		margin-left: 0
	}
	.v-application--is-rtl .flex.offset-xl0 {
		margin-right: 0
	}
}



.container {
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	width: 100%
}

@media ( min-width :960px) {
	.container {
		max-width: 900px
	}
}

@media ( min-width :1264px) {
	.container {
		max-width: 1185px
	}
}

@media ( min-width :1904px) {
	.container {
		max-width: 1785px
	}
}

.container--fluid {
	max-width: 100%
}

.row {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	margin: -12px
}

.row+.row {
	margin-top: 12px
}

.row+.row--dense {
	margin-top: 4px
}

.row--dense {
	margin: -4px
}

.row--dense>.col, .row--dense>[class*=col-] {
	padding: 4px
}

.row.no-gutters {
	margin: 0
}

.row.no-gutters>.col, .row.no-gutters>[class*=col-] {
	padding: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
	.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
	.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
	.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
	.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
	.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
	.col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
	.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
	.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
	.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding: 12px;
	width: 100%
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	max-width: 100%;
	width: auto
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media ( min-width :960px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :1264px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :1904px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.v-application--is-ltr .offset-xl-0 {
		margin-left: 0
	}
	.v-application--is-rtl .offset-xl-0 {
		margin-right: 0
	}
	.v-application--is-ltr .offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.v-application--is-rtl .offset-xl-1 {
		margin-right: 8.3333333333%
	}
	.v-application--is-ltr .offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.v-application--is-rtl .offset-xl-2 {
		margin-right: 16.6666666667%
	}
	.v-application--is-ltr .offset-xl-3 {
		margin-left: 25%
	}
	.v-application--is-rtl .offset-xl-3 {
		margin-right: 25%
	}
	.v-application--is-ltr .offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.v-application--is-rtl .offset-xl-4 {
		margin-right: 33.3333333333%
	}
	.v-application--is-ltr .offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.v-application--is-rtl .offset-xl-5 {
		margin-right: 41.6666666667%
	}
	.v-application--is-ltr .offset-xl-6 {
		margin-left: 50%
	}
	.v-application--is-rtl .offset-xl-6 {
		margin-right: 50%
	}
	.v-application--is-ltr .offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.v-application--is-rtl .offset-xl-7 {
		margin-right: 58.3333333333%
	}
	.v-application--is-ltr .offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.v-application--is-rtl .offset-xl-8 {
		margin-right: 66.6666666667%
	}
	.v-application--is-ltr .offset-xl-9 {
		margin-left: 75%
	}
	.v-application--is-rtl .offset-xl-9 {
		margin-right: 75%
	}
	.v-application--is-ltr .offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.v-application--is-rtl .offset-xl-10 {
		margin-right: 83.3333333333%
	}
	.v-application--is-ltr .offset-xl-11 {
		margin-left: 91.6666666667%
	}
	.v-application--is-rtl .offset-xl-11 {
		margin-right: 91.6666666667%
	}
}

.theme--light.v-footer {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .87)
}

.theme--dark.v-footer {
	background-color: #272727;
	color: #fff
}

.v-sheet.v-footer {
	border-radius: 0
}
.v-footer--fixed {
	position: fixed
}

.v-footer--padless {
	padding: 0
}

.body55[data-v-5fd63914] {
	background: url(../img/450.040bac1.jpg);
	background-size: cover;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2500
}



 
.v-sheet.v-card {
	border-radius: 4px
}


.v-sheet.v-card.v-sheet--shaped {
	border-radius: 16px 4px
}

.v-card {
	word-wrap: break-word;
	border-width: thin;
	display: block;
	max-width: 100%;
	outline: none;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition-property: box-shadow, opacity;
	white-space: normal
}

 


.v-card--link:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s
}

.v-card--disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}


.v-card--loading {
	overflow: hidden
}

.v-card--raised {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px
		rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-chip:not (.v-chip--outlined ).accent, .v-chip:not (.v-chip--outlined 
	).error, .v-chip:not (.v-chip--outlined
	 ).info, .v-chip:not (.v-chip--outlined ).primary, .v-chip:not (.v-chip--outlined
	 ).secondary, .v-chip:not (.v-chip--outlined ).success, .v-chip:not (.v-chip--outlined
	 ).warning {
	color: #fff
}

.theme--light.v-chip {
	border-color: rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .87)
}

.theme--light.v-chip:hover:before {
	opacity: .04
}

.theme--light.v-chip--active:before, .theme--light.v-chip--active:hover:before,
	.theme--light.v-chip:focus:before {
	opacity: .12
}

.theme--light.v-chip--active:focus:before {
	opacity: .16
}

.theme--dark.v-chip {
	border-color: hsla(0, 0%, 100%, .12);
	color: #fff
}


.theme--dark.v-chip:hover:before {
	opacity: .08
}

.theme--dark.v-chip--active:before, .theme--dark.v-chip--active:hover:before,
	.theme--dark.v-chip:focus:before {
	opacity: .24
}

.theme--dark.v-chip--active:focus:before {
	opacity: .32
}

.v-chip {
	align-items: center;
	cursor: default;
	display: inline-flex;
	line-height: 20px;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition-duration: .28s;
	transition-property: box-shadow, opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	vertical-align: middle;
	white-space: nowrap
}

.v-chip:before {
	background-color: currentColor;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.v-chip .v-avatar {
	height: 24px !important;
	min-width: 24px !important;
	width: 24px !important
}

.v-chip .v-icon {
	font-size: 24px
}

.v-application--is-ltr .v-chip .v-avatar--left, .v-application--is-ltr .v-chip .v-icon--left
	{
	margin-left: -6px;
	margin-right: 6px
}

.v-application--is-ltr .v-chip .v-avatar--right, .v-application--is-ltr .v-chip .v-icon--right,
	.v-application--is-rtl .v-chip .v-avatar--left, .v-application--is-rtl .v-chip .v-icon--left
	{
	margin-left: 6px;
	margin-right: -6px
}

.v-application--is-rtl .v-chip .v-avatar--right, .v-application--is-rtl .v-chip .v-icon--right
	{
	margin-left: -6px;
	margin-right: 6px
}

.v-chip:not (.v-chip--no-color ) .v-icon {
	color: inherit
}

.v-chip .v-chip__close.v-icon {
	font-size: 18px;
	max-height: 18px;
	max-width: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right {
	margin-right: -4px
}

.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right {
	margin-left: -4px
}

.v-chip .v-chip__close.v-icon:active, .v-chip .v-chip__close.v-icon:focus,
	.v-chip .v-chip__close.v-icon:hover {
	opacity: .72
}

.v-chip .v-chip__content {
	align-items: center;
	display: inline-flex;
	height: 100%;
	max-width: 100%
}

.v-chip--active .v-icon {
	color: inherit
}

.v-chip--link:before {
	transition: opacity .3s cubic-bezier(.25, .8, .5, 1)
}

.v-chip--link:focus:before {
	opacity: .32
}

.v-chip--clickable {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-chip--clickable:active {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0
		rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-chip--disabled {
	opacity: .4;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-chip__filter {
	max-width: 24px
}

.v-chip__filter.v-icon {
	color: inherit
}

.v-chip__filter.expand-x-transition-enter, .v-chip__filter.expand-x-transition-leave-active
	{
	margin: 0
}

.v-chip--pill .v-chip__filter {
	margin: 0 16px 0 0
}

.v-chip--pill .v-avatar {
	height: 32px !important;
	width: 32px !important
}

.v-application--is-ltr .v-chip--pill .v-avatar--left {
	margin-left: -12px
}

.v-application--is-ltr .v-chip--pill .v-avatar--right,
	.v-application--is-rtl .v-chip--pill .v-avatar--left {
	margin-right: -12px
}

.v-application--is-rtl .v-chip--pill .v-avatar--right {
	margin-left: -12px
}

.v-chip--label {
	border-radius: 4px !important
}

.v-chip.v-chip--outlined {
	border-style: solid;
	border-width: thin
}

.v-chip.v-chip--outlined.v-chip--active:before {
	opacity: .08
}

.v-chip.v-chip--outlined .v-icon {
	color: inherit
}

.v-chip.v-chip--outlined.v-chip.v-chip {
	background-color: transparent !important
}

.v-chip.v-chip--selected {
	background: transparent
}

.v-chip.v-chip--selected:after {
	opacity: .28
}

.v-chip.v-size--x-small {
	border-radius: 8px;
	font-size: 10px;
	height: 16px
}

.v-chip.v-size--small {
	border-radius: 12px;
	font-size: 12px;
	height: 24px
}

.v-chip.v-size--default {
	border-radius: 16px;
	font-size: 14px;
	height: 32px
}

.v-chip.v-size--large {
	border-radius: 27px;
	font-size: 16px;
	height: 54px
}

.v-chip.v-size--x-large {
	border-radius: 33px;
	font-size: 18px;
	height: 66px
}

.v-chip-group .v-chip {
	margin: 4px 8px 4px 0
}

.v-chip-group .v-chip--active {
	color: inherit
}

.v-chip-group .v-chip--active.v-chip--no-color:after {
	opacity: .22
}

.v-chip-group .v-chip--active.v-chip--no-color:focus:after {
	opacity: .32
}

.v-chip-group .v-slide-group__content {
	padding: 4px 0
}

.v-chip-group--column .v-slide-group__content {
	flex-wrap: wrap;
	max-width: 100%;
	white-space: normal
}

.header-title[data-v-485d5c2c] {
	background-image: url(../img/300.1873004.jpg);
	background-size: cover;
	height: 200px;
	width: 100%
}

.header-title-text[data-v-485d5c2c] {
	background-color: #ffc506;
	color: #fff;
	font-size: 2em;
	font-weight: bolder;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center
}

.v-btn:not (.v-btn--outlined ).accent, .v-btn:not (.v-btn--outlined ).error,
	.v-btn:not (.v-btn--outlined ).info, .v-btn:not (.v-btn--outlined ).primary,
	.v-btn:not (.v-btn--outlined ).secondary, .v-btn:not (.v-btn--outlined
	).success, .v-btn:not (.v-btn--outlined ).warning {
	color: #fff
}

.theme--light.v-btn {
	color: rgba(0, 0, 0, .87)
}

.theme--light.v-btn.v-btn--disabled, .theme--light.v-btn.v-btn--disabled .v-btn__loading,
	.theme--light.v-btn.v-btn--disabled .v-icon {
	color: rgba(0, 0, 0, .26) !important
}

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
	background-color: rgba(0, 0, 0, .12) !important
}

.theme--light.v-btn.v-btn--has-bg {
	background-color: #f5f5f5
}

.theme--light.v-btn.v-btn--outlined.v-btn--text {
	border-color: rgba(0, 0, 0, .12)
}

.theme--light.v-btn.v-btn--icon {
	color: rgba(0, 0, 0, .54)
}

.theme--light.v-btn:hover:before {
	opacity: .08
}

.theme--light.v-btn:focus:before {
	opacity: .24
}

.theme--light.v-btn--active:before, .theme--light.v-btn--active:hover:before
	{
	opacity: .18
}

.theme--light.v-btn--active:focus:before {
	opacity: .16
}

.theme--dark.v-btn {
	color: #fff
}

.theme--dark.v-btn.v-btn--disabled, .theme--dark.v-btn.v-btn--disabled .v-btn__loading,
	.theme--dark.v-btn.v-btn--disabled .v-icon {
	color: hsla(0, 0%, 100%, .3) !important
}

.theme--dark.v-btn.v-btn--disabled.v-btn--has-bg {
	background-color: hsla(0, 0%, 100%, .12) !important
}

.theme--dark.v-btn.v-btn--has-bg {
	background-color: #272727
}

.theme--dark.v-btn.v-btn--outlined.v-btn--text {
	border-color: hsla(0, 0%, 100%, .12)
}

.theme--dark.v-btn.v-btn--icon {
	color: #fff
}

.theme--dark.v-btn:hover:before {
	opacity: .08
}

.theme--dark.v-btn:focus:before {
	opacity: .24
}

.theme--dark.v-btn--active:before, .theme--dark.v-btn--active:hover:before
	{
	opacity: .18
}

.theme--dark.v-btn--active:focus:before {
	opacity: .32
}

.v-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .0892857143em;
	outline: 0;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-indent: .0892857143em;
	text-transform: uppercase;
	transition-duration: .28s;
	transition-property: box-shadow, transform, opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

.v-btn.v-size--x-small {
	font-size: .625rem
}

.v-btn.v-size--small {
	font-size: .75rem
}

.v-btn.v-size--default, .v-btn.v-size--large {
	font-size: .875rem
}

.v-btn.v-size--x-large {
	font-size: 1rem
}

.v-btn:before {
	background-color: currentColor;
	border-radius: inherit;
	bottom: 0;
	color: inherit;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s cubic-bezier(.4, 0, .6, 1)
}

.v-btn:not (.v-btn--round ).v-size--x-small {
	height: 20px;
	min-width: 36px;
	padding: 0 8.8888888889px
}

.v-btn:not (.v-btn--round ).v-size--small {
	height: 28px;
	min-width: 50px;
	padding: 0 12.4444444444px
}

.v-btn:not (.v-btn--round ).v-size--default {
	height: 36px;
	min-width: 64px;
	padding: 0 16px
}

.v-btn:not (.v-btn--round ).v-size--large {
	height: 44px;
	min-width: 78px;
	padding: 0 19.5555555556px
}

.v-btn:not (.v-btn--round ).v-size--x-large {
	height: 52px;
	min-width: 92px;
	padding: 0 23.1111111111px
}

.v-btn>.v-btn__content .v-icon {
	color: inherit
}

.v-btn__content {
	align-items: center;
	color: inherit;
	display: flex;
	flex: 1 0 auto;
	justify-content: inherit;
	line-height: normal;
	position: relative;
	transition: inherit;
	transition-property: opacity
}

.v-btn__content .v-icon.v-icon--left, .v-btn__content .v-icon.v-icon--right
	{
	font-size: 18px;
	height: 18px;
	width: 18px
}

.v-application--is-ltr .v-btn__content .v-icon--left {
	margin-left: -4px;
	margin-right: 8px
}

.v-application--is-ltr .v-btn__content .v-icon--right,
	.v-application--is-rtl .v-btn__content .v-icon--left {
	margin-left: 8px;
	margin-right: -4px
}

.v-application--is-rtl .v-btn__content .v-icon--right {
	margin-left: -4px;
	margin-right: 8px
}

.v-btn__loader {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.v-btn--absolute.v-btn--right, .v-btn--fixed.v-btn--right {
	right: 16px
}

.v-btn--absolute.v-btn--left, .v-btn--fixed.v-btn--left {
	left: 16px
}

.v-btn--absolute.v-btn--top, .v-btn--fixed.v-btn--top {
	top: 16px
}

.v-btn--absolute.v-btn--bottom, .v-btn--fixed.v-btn--bottom {
	bottom: 16px
}

.v-btn--absolute {
	position: absolute
}

.v-btn--fixed {
	position: fixed
}

.v-btn--block {
	display: flex;
	flex: 1 0 auto;
	max-width: none;
	min-width: 100% !important
}

.v-btn--is-elevated {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0
		rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-btn--is-elevated:after {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0
		rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.v-btn--is-elevated:active {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px
		rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-btn--is-elevated.v-btn--fab {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0
		rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.v-btn--is-elevated.v-btn--fab:after {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px
		rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-btn--is-elevated.v-btn--fab:active {
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px
		rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.v-btn--disabled {
	pointer-events: none
}

.v-btn--fab, .v-btn--icon {
	min-height: 0;
	min-width: 0;
	padding: 0
}

.v-btn--fab.v-size--x-small .v-icon, .v-btn--icon.v-size--x-small .v-icon
	{
	font-size: 18px;
	height: 18px;
	width: 18px
}

.v-btn--fab.v-size--default .v-icon, .v-btn--fab.v-size--small .v-icon,
	.v-btn--icon.v-size--default .v-icon, .v-btn--icon.v-size--small .v-icon
	{
	font-size: 24px;
	height: 24px;
	width: 24px
}

.v-btn--fab.v-size--large .v-icon, .v-btn--icon.v-size--large .v-icon {
	font-size: 28px;
	height: 28px;
	width: 28px
}

.v-btn--fab.v-size--x-large .v-icon, .v-btn--icon.v-size--x-large .v-icon
	{
	font-size: 32px;
	height: 32px;
	width: 32px
}

.v-btn--icon.v-size--x-small {
	height: 20px;
	width: 20px
}

.v-btn--icon.v-size--small {
	height: 28px;
	width: 28px
}

.v-btn--icon.v-size--default {
	height: 36px;
	width: 36px
}

.v-btn--icon.v-size--large {
	height: 44px;
	width: 44px
}

.v-btn--icon.v-size--x-large {
	height: 52px;
	width: 52px
}

.v-btn--fab.v-btn--absolute, .v-btn--fab.v-btn--fixed {
	z-index: 4
}

.v-btn--fab.v-size--x-small {
	height: 32px;
	width: 32px
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom {
	bottom: -16px
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top {
	top: -16px
}

.v-btn--fab.v-size--small {
	height: 40px;
	width: 40px
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom {
	bottom: -20px
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top {
	top: -20px
}

.v-btn--fab.v-size--default {
	height: 56px;
	width: 56px
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
	bottom: -28px
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top {
	top: -28px
}

.v-btn--fab.v-size--large {
	height: 64px;
	width: 64px
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom {
	bottom: -32px
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top {
	top: -32px
}

.v-btn--fab.v-size--x-large {
	height: 72px;
	width: 72px
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom {
	bottom: -36px
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top {
	top: -36px
}

.v-btn--loading {
	pointer-events: none;
	transition: none
}

.v-btn--loading .v-btn__content {
	opacity: 0
}

.v-btn--outlined {
	border: thin solid
}

.v-btn--plain:before {
	display: none
}

.v-btn--plain:not (.v-btn--active ):not (.v-btn--loading ):not (:focus ):not
	(:hover ) .v-btn__content {
	opacity: .62
}

.v-btn--round {
	border-radius: 50%
}

.v-btn--rounded {
	border-radius: 28px
}

.v-btn--tile {
	border-radius: 0
}

.theme--light.v-card {
	background-color: #fff;
	color: rgba(0, 0, 0, .87)
}

.theme--light.v-card>.v-card__subtitle, .theme--light.v-card>.v-card__text
	{
	color: rgba(0, 0, 0, .6)
}

.theme--dark.v-card {
	background-color: #1e1e1e;
	color: #fff
}

.theme--dark.v-card>.v-card__subtitle, .theme--dark.v-card>.v-card__text
	{
	color: hsla(0, 0%, 100%, .7)
}

.v-sheet.v-card {
	border-radius: 4px
}

.v-sheet.v-card:not (.v-sheet--outlined ) {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0
		rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-sheet.v-card.v-sheet--shaped {
	border-radius: 16px 4px
}

.v-card {
	word-wrap: break-word;
	border-width: thin;
	display: block;
	max-width: 100%;
	outline: none;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition-property: box-shadow, opacity;
	white-space: normal
}

.v-card>.v-card__progress+:not (.v-btn ):not (.v-chip ):not (.v-avatar ),
	.v-card>:first-child:not (.v-btn ):not (.v-chip ):not (.v-avatar ) {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.v-card>:last-child:not (.v-btn ):not (.v-chip ):not (.v-avatar ) {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.v-card__progress {
	left: 0;
	overflow: hidden;
	right: 0;
	top: 0
}

.v-card__subtitle+.v-card__text {
	padding-top: 0
}

.v-card__subtitle, .v-card__text {
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .0071428571em;
	line-height: 1.375rem
}

.v-card__subtitle, .v-card__text, .v-card__title {
	padding: 16px
}

.v-card__title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .0125em;
	line-height: 2rem;
	word-break: break-all
}

.v-card__title+.v-card__subtitle, .v-card__title+.v-card__text {
	padding-top: 0
}

.v-card__title+.v-card__subtitle {
	margin-top: -16px
}

.v-card__text {
	width: 100%
}

.v-card__actions {
	align-items: center;
	display: flex;
	padding: 8px
}

.v-card__actions>.v-btn.v-btn {
	padding: 0 8px
}

.v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn {
	margin-left: 8px
}

.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left {
	margin-left: 4px
}

.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right {
	margin-right: 4px
}

.v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn {
	margin-right: 8px
}

.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left {
	margin-right: 4px
}

.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right {
	margin-left: 4px
}

.v-card--flat {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0
		0 rgba(0, 0, 0, .12) !important
}

.v-sheet.v-card--hover {
	cursor: pointer;
	transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1)
}

.v-sheet.v-card--hover:focus, .v-sheet.v-card--hover:hover {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px
		rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-card--link, .v-card--link .v-chip {
	cursor: pointer
}

.v-card--link:focus:before {
	opacity: .08
}

.v-card--link:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s
}

.v-card--disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-card--disabled>:not (.v-card__progress ) {
	opacity: .6;
	transition: inherit
}

.v-card--loading {
	overflow: hidden
}

.v-card--raised {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px
		rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-chip:not (.v-chip--outlined ).accent, .v-chip:not (.v-chip--outlined
	).error, .v-chip:not (.v-chip--outlined ).info, .v-chip:not (.v-chip--outlined
	).primary, .v-chip:not (.v-chip--outlined ).secondary, .v-chip:not (.v-chip--outlined
	).success, .v-chip:not (.v-chip--outlined ).warning {
	color: #fff
}

.theme--light.v-chip {
	border-color: rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .87)
}

.theme--light.v-chip:not (.v-chip--active ) {
	background: #e0e0e0
}

.theme--light.v-chip:hover:before {
	opacity: .04
}

.theme--light.v-chip--active:before, .theme--light.v-chip--active:hover:before,
	.theme--light.v-chip:focus:before {
	opacity: .12
}

.theme--light.v-chip--active:focus:before {
	opacity: .16
}

.theme--dark.v-chip {
	border-color: hsla(0, 0%, 100%, .12);
	color: #fff
}

.theme--dark.v-chip:not (.v-chip--active ) {
	background: #555
}

.theme--dark.v-chip:hover:before {
	opacity: .08
}

.theme--dark.v-chip--active:before, .theme--dark.v-chip--active:hover:before,
	.theme--dark.v-chip:focus:before {
	opacity: .24
}

.theme--dark.v-chip--active:focus:before {
	opacity: .32
}

.v-chip {
	align-items: center;
	cursor: default;
	display: inline-flex;
	line-height: 20px;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition-duration: .28s;
	transition-property: box-shadow, opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	vertical-align: middle;
	white-space: nowrap
}

.v-chip:before {
	background-color: currentColor;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.v-chip .v-avatar {
	height: 24px !important;
	min-width: 24px !important;
	width: 24px !important
}

.v-chip .v-icon {
	font-size: 24px
}

.v-application--is-ltr .v-chip .v-avatar--left, .v-application--is-ltr .v-chip .v-icon--left
	{
	margin-left: -6px;
	margin-right: 6px
}

.v-application--is-ltr .v-chip .v-avatar--right, .v-application--is-ltr .v-chip .v-icon--right,
	.v-application--is-rtl .v-chip .v-avatar--left, .v-application--is-rtl .v-chip .v-icon--left
	{
	margin-left: 6px;
	margin-right: -6px
}

.v-application--is-rtl .v-chip .v-avatar--right, .v-application--is-rtl .v-chip .v-icon--right
	{
	margin-left: -6px;
	margin-right: 6px
}

.v-chip:not (.v-chip--no-color ) .v-icon {
	color: inherit
}

.v-chip .v-chip__close.v-icon {
	font-size: 18px;
	max-height: 18px;
	max-width: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right {
	margin-right: -4px
}

.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right {
	margin-left: -4px
}

.v-chip .v-chip__close.v-icon:active, .v-chip .v-chip__close.v-icon:focus,
	.v-chip .v-chip__close.v-icon:hover {
	opacity: .72
}

.v-chip .v-chip__content {
	align-items: center;
	display: inline-flex;
	height: 100%;
	max-width: 100%
}

.v-chip--active .v-icon {
	color: inherit
}

.v-chip--link:before {
	transition: opacity .3s cubic-bezier(.25, .8, .5, 1)
}

.v-chip--link:focus:before {
	opacity: .32
}

.v-chip--clickable {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-chip--clickable:active {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0
		rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-chip--disabled {
	opacity: .4;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.v-chip__filter {
	max-width: 24px
}

.v-chip__filter.v-icon {
	color: inherit
}

.v-chip__filter.expand-x-transition-enter, .v-chip__filter.expand-x-transition-leave-active
	{
	margin: 0
}

.v-chip--pill .v-chip__filter {
	margin: 0 16px 0 0
}

.v-chip--pill .v-avatar {
	height: 32px !important;
	width: 32px !important
}

.v-application--is-ltr .v-chip--pill .v-avatar--left {
	margin-left: -12px
}

.v-application--is-ltr .v-chip--pill .v-avatar--right,
	.v-application--is-rtl .v-chip--pill .v-avatar--left {
	margin-right: -12px
}

.v-application--is-rtl .v-chip--pill .v-avatar--right {
	margin-left: -12px
}

.v-chip--label {
	border-radius: 4px !important
}

.v-chip.v-chip--outlined {
	border-style: solid;
	border-width: thin
}

.v-chip.v-chip--outlined.v-chip--active:before {
	opacity: .08
}

.v-chip.v-chip--outlined .v-icon {
	color: inherit
}

.v-chip.v-chip--outlined.v-chip.v-chip {
	background-color: transparent !important
}

.v-chip.v-chip--selected {
	background: transparent
}

.v-chip.v-chip--selected:after {
	opacity: .28
}

.v-chip.v-size--x-small {
	border-radius: 8px;
	font-size: 10px;
	height: 16px
}

.v-chip.v-size--small {
	border-radius: 12px;
	font-size: 12px;
	height: 24px
}

.v-chip.v-size--default {
	border-radius: 16px;
	font-size: 14px;
	height: 32px
}

.v-chip.v-size--large {
	border-radius: 27px;
	font-size: 16px;
	height: 54px
}

.v-chip.v-size--x-large {
	border-radius: 33px;
	font-size: 18px;
	height: 66px
}

.v-chip-group .v-chip {
	margin: 4px 8px 4px 0
}

.v-chip-group .v-chip--active {
	color: inherit
}

.v-chip-group .v-chip--active.v-chip--no-color:after {
	opacity: .22
}

.v-chip-group .v-chip--active.v-chip--no-color:focus:after {
	opacity: .32
}

.v-chip-group .v-slide-group__content {
	padding: 4px 0
}

.v-chip-group--column .v-slide-group__content {
	flex-wrap: wrap;
	max-width: 100%;
	white-space: normal
}

.header-title[data-v-485d5c2c] {
	background-image: url(../img/300.1873004.jpg);
	background-size: cover;
	height: 200px;
	width: 100%
}

.header-title-text[data-v-485d5c2c] {
	background-color: #ffc506;
	color: #fff;
	font-size: 2em;
	font-weight: bolder;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center
}
.theme--light.v-card {
        background-color: #fff;
        color: rgba(0, 0, 0, .87)
    }

    .theme--light.v-card>.v-card__subtitle,
    .theme--light.v-card>.v-card__text {
        color: rgba(0, 0, 0, .6)
    }

    .theme--dark.v-card {
        background-color: #1e1e1e;
        color: #fff
    }

    .theme--dark.v-card>.v-card__subtitle,
    .theme--dark.v-card>.v-card__text {
        color: hsla(0, 0%, 100%, .7)
    }

    .v-sheet.v-card {
        border-radius: 4px
    }

    .v-sheet.v-card:not(.v-sheet--outlined) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
    }

    .v-sheet.v-card.v-sheet--shaped {
        border-radius: 16px 4px
    }

    .v-card {
        word-wrap: break-word;
        border-width: thin;
        display: block;
        max-width: 100%;
        outline: none;
        position: relative;
        -webkit-text-decoration: none;
        text-decoration: none;
        transition-property: box-shadow, opacity;
        white-space: normal
    }

    .v-card>.v-card__progress+:not(.v-btn):not(.v-chip):not(.v-avatar),
    .v-card>:first-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }

    .v-card__progress {
        left: 0;
        overflow: hidden;
        right: 0;
        top: 0
    }

    .v-card__subtitle+.v-card__text {
        padding-top: 0
    }

    .v-card__subtitle,
    .v-card__text {
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0071428571em;
        line-height: 1.375rem
    }

    .v-card__subtitle,
    .v-card__text,
    .v-card__title {
        padding: 16px
    }

    .v-card__title {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: .0125em;
        line-height: 2rem;
        word-break: break-all
    }

    .v-card__title+.v-card__subtitle,
    .v-card__title+.v-card__text {
        padding-top: 0
    }

    .v-card__title+.v-card__subtitle {
        margin-top: -16px
    }

    .v-card__text {
        width: 100%
    }

    .v-card__actions {
        align-items: center;
        display: flex;
        padding: 8px
    }

    .v-card__actions>.v-btn.v-btn {
        padding: 0 8px
    }

    .v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn {
        margin-left: 8px
    }

    .v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left {
        margin-left: 4px
    }

    .v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right {
        margin-right: 4px
    }

    .v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn {
        margin-right: 8px
    }

    .v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left {
        margin-right: 4px
    }

    .v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right {
        margin-left: 4px
    }

    .v-card--flat {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important
    }

    .v-sheet.v-card--hover {
        cursor: pointer;
        transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1)
    }

    .v-sheet.v-card--hover:focus,
    .v-sheet.v-card--hover:hover {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }

    .v-card--link,
    .v-card--link .v-chip {
        cursor: pointer
    }

    .v-card--link:focus:before {
        opacity: .08
    }

    .v-card--link:before {
        background: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .2s
    }

    .v-card--disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .v-card--disabled>:not(.v-card__progress) {
        opacity: .6;
        transition: inherit
    }

    .v-card--loading {
        overflow: hidden
    }

    .v-card--raised {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }
    .theme--light.v-chip:not(.v-chip--active) {
        background: #e0e0e0
    }
    
    .v-btn:not(.v-btn--outlined).accent,
    .v-btn:not(.v-btn--outlined).error,
    .v-btn:not(.v-btn--outlined).info,
    .v-btn:not(.v-btn--outlined).primary,
    .v-btn:not(.v-btn--outlined).secondary,
    .v-btn:not(.v-btn--outlined).success,
    .v-btn:not(.v-btn--outlined).warning {
        color: #fff
    }

    .theme--light.v-btn {
        color: rgba(0, 0, 0, .87)
    } 

    .theme--light.v-btn.v-btn--disabled,
    .theme--light.v-btn.v-btn--disabled .v-btn__loading,
    .theme--light.v-btn.v-btn--disabled .v-icon {
        color: rgba(0, 0, 0, .26) !important
    }

    .theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
        background-color: rgba(0, 0, 0, .12) !important
    }

    .theme--light.v-btn.v-btn--has-bg {
        background-color: #f5f5f5
    }

    .theme--light.v-btn.v-btn--outlined.v-btn--text {
        border-color: rgba(0, 0, 0, .12)
    }

    .theme--light.v-btn.v-btn--icon {
        color: rgba(0, 0, 0, .54)
    }

    .theme--light.v-btn:hover:before {
        opacity: .08
    }

    .theme--light.v-btn:focus:before {
        opacity: .24
    }

    .theme--light.v-btn--active:before,
    .theme--light.v-btn--active:hover:before {
        opacity: .18
    }

    .theme--light.v-btn--active:focus:before {
        opacity: .16
    }

    .theme--dark.v-btn {
        color: #fff
    }

    .theme--dark.v-btn.v-btn--disabled,
    .theme--dark.v-btn.v-btn--disabled .v-btn__loading,
    .theme--dark.v-btn.v-btn--disabled .v-icon {
        color: hsla(0, 0%, 100%, .3) !important
    }

    .theme--dark.v-btn.v-btn--disabled.v-btn--has-bg {
        background-color: hsla(0, 0%, 100%, .12) !important
    }

    .theme--dark.v-btn.v-btn--has-bg {
        background-color: #272727
    }

    .theme--dark.v-btn.v-btn--outlined.v-btn--text {
        border-color: hsla(0, 0%, 100%, .12)
    }

    .theme--dark.v-btn.v-btn--icon {
        color: #fff
    }

    .theme--dark.v-btn:hover:before {
        opacity: .08
    }

    .theme--dark.v-btn:focus:before {
        opacity: .24
    }

    .theme--dark.v-btn--active:before,
    .theme--dark.v-btn--active:hover:before {
        opacity: .18
    }

    .theme--dark.v-btn--active:focus:before {
        opacity: .32
    }

    .v-btn {
        align-items: center;
        border-radius: 4px;
        display: inline-flex;
        flex: 0 0 auto;
        font-weight: 500;
        justify-content: center;
        letter-spacing: .0892857143em;
        outline: 0;
        position: relative;
        -webkit-text-decoration: none;
        text-decoration: none;
        text-indent: .0892857143em;
        text-transform: uppercase;
        transition-duration: .28s;
        transition-property: box-shadow, transform, opacity;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap
    }

    .v-btn.v-size--x-small {
        font-size: .625rem
    }

    .v-btn.v-size--small {
        font-size: .75rem
    }

    .v-btn.v-size--default,
    .v-btn.v-size--large {
        font-size: .875rem
    }

    .v-btn.v-size--x-large {
        font-size: 1rem
    }

    .v-btn:before {
        background-color: currentColor;
        border-radius: inherit;
        bottom: 0;
        color: inherit;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .2s cubic-bezier(.4, 0, .6, 1)
    }

    .v-btn:not(.v-btn--round).v-size--x-small {
        height: 20px;
        min-width: 36px;
        padding: 0 8.8888888889px
    }

    .v-btn:not(.v-btn--round).v-size--small {
        height: 28px;
        min-width: 50px;
        padding: 0 12.4444444444px
    }

    .v-btn:not(.v-btn--round).v-size--default {
        height: 36px;
        min-width: 64px;
        padding: 0 16px
    }

    .v-btn:not(.v-btn--round).v-size--large {
        height: 44px;
        min-width: 78px;
        padding: 0 19.5555555556px
    }

    .v-btn:not(.v-btn--round).v-size--x-large {
        height: 52px;
        min-width: 92px;
        padding: 0 23.1111111111px
    }

    .v-btn>.v-btn__content .v-icon {
        color: inherit
    }

    .v-btn__content {
        align-items: center;
        color: inherit;
        display: flex;
        flex: 1 0 auto;
        justify-content: inherit;
        line-height: normal;
        position: relative;
        transition: inherit;
        transition-property: opacity
    }

    .v-btn__content .v-icon.v-icon--left,
    .v-btn__content .v-icon.v-icon--right {
        font-size: 18px;
        height: 18px;
        width: 18px
    }

    .v-application--is-ltr .v-btn__content .v-icon--left {
        margin-left: -4px;
        margin-right: 8px
    }

    .v-application--is-ltr .v-btn__content .v-icon--right,
    .v-application--is-rtl .v-btn__content .v-icon--left {
        margin-left: 8px;
        margin-right: -4px
    }

    .v-application--is-rtl .v-btn__content .v-icon--right {
        margin-left: -4px;
        margin-right: 8px
    }

    .v-btn__loader {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .v-btn--absolute.v-btn--right,
    .v-btn--fixed.v-btn--right {
        right: 16px
    }

    .v-btn--absolute.v-btn--left,
    .v-btn--fixed.v-btn--left {
        left: 16px
    }

    .v-btn--absolute.v-btn--top,
    .v-btn--fixed.v-btn--top {
        top: 16px
    }

    .v-btn--absolute.v-btn--bottom,
    .v-btn--fixed.v-btn--bottom {
        bottom: 16px
    }

    .v-btn--absolute {
        position: absolute
    }

    .v-btn--fixed {
        position: fixed
    }

    .v-btn--block {
        display: flex;
        flex: 1 0 auto;
        max-width: none;
        min-width: 100% !important
    }

    .v-btn--is-elevated {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
    }

    .v-btn--is-elevated:after {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

    .v-btn--is-elevated:active {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }

    .v-btn--is-elevated.v-btn--fab {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
    }

    .v-btn--is-elevated.v-btn--fab:after {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }

    .v-btn--is-elevated.v-btn--fab:active {
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
    }

    .v-btn--disabled {
        pointer-events: none
    }

    .v-btn--fab,
    .v-btn--icon {
        min-height: 0;
        min-width: 0;
        padding: 0
    }

    .v-btn--fab.v-size--x-small .v-icon,
    .v-btn--icon.v-size--x-small .v-icon {
        font-size: 18px;
        height: 18px;
        width: 18px
    }

    .v-btn--fab.v-size--default .v-icon,
    .v-btn--fab.v-size--small .v-icon,
    .v-btn--icon.v-size--default .v-icon,
    .v-btn--icon.v-size--small .v-icon {
        font-size: 24px;
        height: 24px;
        width: 24px
    }

    .v-btn--fab.v-size--large .v-icon,
    .v-btn--icon.v-size--large .v-icon {
        font-size: 28px;
        height: 28px;
        width: 28px
    }

    .v-btn--fab.v-size--x-large .v-icon,
    .v-btn--icon.v-size--x-large .v-icon {
        font-size: 32px;
        height: 32px;
        width: 32px
    }

    .v-btn--icon.v-size--x-small {
        height: 20px;
        width: 20px
    }

    .v-btn--icon.v-size--small {
        height: 28px;
        width: 28px
    }

    .v-btn--icon.v-size--default {
        height: 36px;
        width: 36px
    }

    .v-btn--icon.v-size--large {
        height: 44px;
        width: 44px
    }

    .v-btn--icon.v-size--x-large {
        height: 52px;
        width: 52px
    }

    .v-btn--fab.v-btn--absolute,
    .v-btn--fab.v-btn--fixed {
        z-index: 4
    }

    .v-btn--fab.v-size--x-small {
        height: 32px;
        width: 32px
    }

    .v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom {
        bottom: -16px
    }

    .v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top {
        top: -16px
    }

    .v-btn--fab.v-size--small {
        height: 40px;
        width: 40px
    }

    .v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom {
        bottom: -20px
    }

    .v-btn--fab.v-size--small.v-btn--absolute.v-btn--top {
        top: -20px
    }

    .v-btn--fab.v-size--default {
        height: 56px;
        width: 56px
    }

    .v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
        bottom: -28px
    }

    .v-btn--fab.v-size--default.v-btn--absolute.v-btn--top {
        top: -28px
    }

    .v-btn--fab.v-size--large {
        height: 64px;
        width: 64px
    }

    .v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom {
        bottom: -32px
    }

    .v-btn--fab.v-size--large.v-btn--absolute.v-btn--top {
        top: -32px
    }

    .v-btn--fab.v-size--x-large {
        height: 72px;
        width: 72px
    }

    .v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom {
        bottom: -36px
    }

    .v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top {
        top: -36px
    }

    .v-btn--loading {
        pointer-events: none;
        transition: none
    }

    .v-btn--loading .v-btn__content {
        opacity: 0
    }

    .v-btn--outlined {
        border: thin solid
    }

    .v-btn--plain:before {
        display: none
    }

    .v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
        opacity: .62
    }

    .v-btn--round {
        border-radius: 50%
    }

    .v-btn--rounded {
        border-radius: 28px
    }

    .v-btn--tile {
        border-radius: 0
    }