﻿﻿@charset "UTF-

.wp-block-archives {
	box-sizing: border-box
}

.wp-block-archives-dropdown label {
	display: block
}

.wp-block-avatar {
	line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
	box-sizing: border-box
}

.wp-block-avatar.aligncenter {
	text-align: center
}

.wp-block-audio {
	box-sizing: border-box
}

.wp-block-audio figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important
}

.wp-block-button .wp-block-button__link:where(.is-style-outline),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link {
	border: 2px solid;
	padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color) {
	color: currentColor
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background) {
	background-color: initial;
	background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
	border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
	border-left-width: medium
}

.wp-block-buttons.is-vertical {
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}

.wp-block-buttons.aligncenter {
	text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
	border: 1px solid;
	padding: .25em
}

.wp-block-calendar th {
	font-weight: 400
}

.wp-block-calendar caption {
	background-color: inherit
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

.wp-block-calendar table.has-background th {
	background-color: inherit
}

.wp-block-calendar table.has-text-color th {
	color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

.wp-block-categories {
	box-sizing: border-box
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center
}

.wp-block-code {
	box-sizing: border-box
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-post-comments {
	box-sizing: border-box
}

.wp-block-post-comments .alignleft {
	float: left
}

.wp-block-post-comments .alignright {
	float: right
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .comment-author {
	line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
	padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-comment-template li {
	clear: both
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem
}

.wp-block-comment-template.alignleft {
	float: left
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-comment-template.alignright {
	float: right
}

.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	content: "";
	display: block;
	font-size: 0;
	min-height: inherit
}

@supports (position:sticky) {

	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	width: 100%;
	z-index: 1
}

.wp-block-cover h1:where(:not(.has-text-color)),
.wp-block-cover h2:where(:not(.has-text-color)),
.wp-block-cover h3:where(:not(.has-text-color)),
.wp-block-cover h4:where(:not(.has-text-color)),
.wp-block-cover h5:where(:not(.has-text-color)),
.wp-block-cover h6:where(:not(.has-text-color)),
.wp-block-cover p:where(:not(.has-text-color)),
.wp-block-cover-image h1:where(:not(.has-text-color)),
.wp-block-cover-image h2:where(:not(.has-text-color)),
.wp-block-cover-image h3:where(:not(.has-text-color)),
.wp-block-cover-image h4:where(:not(.has-text-color)),
.wp-block-cover-image h5:where(:not(.has-text-color)),
.wp-block-cover-image h6:where(:not(.has-text-color)),
.wp-block-cover-image p:where(:not(.has-text-color)) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000
}

.wp-block-details {
	box-sizing: border-box;
	overflow: hidden
}

.wp-block-details summary {
	cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px
}

.wp-block-embed {
	overflow-wrap: break-word
}

.wp-block-embed figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

:where(.wp-block-file) {
	margin-bottom: 1.5em
}

.wp-block-file__embed {
	margin-bottom: 1em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row-reverse;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-form-input__label-content {
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em
}

textarea.wp-block-form-input__input {
	min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%
}

@media (min-width:600px) {

	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	scrollbar-color: #0000 #0000;
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	width: 100%;
	will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid #0000;
	border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: #fffc #0000
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: #fffc #0000
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%
	}
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
	border-radius: inherit
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}
}

.wp-block-image :where(.has-border-color) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid
}

.wp-block-image figure {
	margin: 0
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative
}

.wp-lightbox-container img {
	cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
	opacity: 1
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: #5a5a5a40;
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	transition: opacity .2s ease;
	width: 20px;
	z-index: 100
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto #5a5a5a40;
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1
}

.wp-lightbox-container button:focus {
	opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: #5a5a5a40;
	border: none
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none
}

.wp-lightbox-overlay button {
	background: none;
	border: none
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000
}

.wp-lightbox-overlay.active {
	animation: turn-on-visibility .25s both;
	visibility: visible
}

.wp-lightbox-overlay.active img {
	animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
	animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
	animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none
	}

	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible
	}

	99% {
		opacity: 0;
		visibility: visible
	}

	to {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
	}

	to {
		transform: translate(-50%, -50%) scale(1)
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible
	}

	99% {
		visibility: visible
	}

	to {
		transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
	font-size: inherit
}

.wp-block-latest-posts {
	box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

ol,
ul {
	box-sizing: border-box
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	box-sizing: border-box;
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: #0000;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px
}

@media (min-width:782px) {

	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation .1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
	z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: #0000 !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: #0000;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

.wp-block-navigation__responsive-close {
	width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
	outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
	position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px
	}
}

html.has-modal-open {
	overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none
}

.link-ui-tools {
	border-top: 1px solid #f0f0f0;
	padding: 8px
}

.link-ui-block-inserter {
	padding-top: 8px
}

.link-ui-block-inserter__back {
	margin-left: 8px;
	text-transform: uppercase
}

.components-popover-pointer-events-trap {
	background-color: initial;
	cursor: pointer;
	inset: 0;
	position: fixed;
	z-index: 1000000
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

p.has-drop-cap.has-background {
	overflow: hidden
}

p.has-background {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-comments-form {
	box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-date {
	box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%
}

.wp-block-post-featured-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute
}

.wp-block-post-featured-image {
	position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
	rotate: 180deg
}

.wp-block-post-terms {
	box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
	box-sizing: border-box
}

.wp-block-post-title {
	word-break: break-word
}

.wp-block-post-title a {
	display: inline-block
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-pullquote {
	box-sizing: border-box;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote blockquote {
	margin: 0
}

.wp-block-pullquote p {
	margin-top: 0
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

:where(.wp-block-pullquote) {
	margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-post-template.wp-block-post-template {
	background: none
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
	box-sizing: border-box
}

.wp-block-quote {
	overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-quote>cite {
	display: block
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none
}

ul.wp-block-rss {
	list-style: none;
	padding: 0
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	-webkit-appearance: initial;
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	flex-shrink: 0;
	margin-left: 0;
	max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
	max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right
}

.wp-block-separator {
	border: none;
	border-top: 2px solid
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px
}

.wp-block-site-title a {
	color: inherit
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform .1s ease
}

.wp-block-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	display: inline-block;
	margin: 0;
	padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: currentColor;
	fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
	color: #1d4fc4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
	color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000
}

.wp-block-spacer {
	clear: both
}

.wp-block-tag-cloud {
	box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: .5em
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
	border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
	border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit
}

:where(.wp-block-term-description) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

.wp-block-video {
	box-sizing: border-box
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
	counter-reset: footnotes
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0
}

.wp-element-button {
	cursor: pointer
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none
}

body {
	--wp--preset--color--black: #000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #fff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: .44rem;
	--wp--preset--spacing--30: .67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
	gap: .5em
}

:where(.is-layout-grid) {
	gap: .5em
}

body .is-layout-flex {
	display: flex
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center
}

body .is-layout-flex>* {
	margin: 0
}

body .is-layout-grid {
	display: grid
}

body .is-layout-grid>* {
	margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em
}

.has-black-color {
	color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
	color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6
}

.nice-tips,
.nice-popup {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .15s linear
}

.nice-tips-open,
.nice-popup-open {
	opacity: 1;
	visibility: visible
}

.nice-tips-overlay,
.nice-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden
}

.nice-tips-open .nice-tips-overlay,
.nice-popup-open .nice-popup-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.nice-tips-body,
.nice-popup-body {
	position: relative;
	width: 100%;
	max-width: 450px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	transform: translateY(-40px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

.nice-tips-open .nice-tips-body,
.nice-popup-open .nice-popup-body {
	transform: translateY(0);
	pointer-events: auto;
	opacity: 1;
	visibility: visible
}

.nice-tips-xl .nice-tips-body,
.nice-popup-xl .nice-popup-body {
	max-width: 790px
}

.nice-tips-lg .nice-tips-body,
.nice-popup-lg .nice-popup-body {
	max-width: 750px
}

.nice-tips-md .nice-tips-body,
.nice-popup-md .nice-popup-body {
	max-width: 540px
}

.nice-tips-sm .nice-tips-body,
.nice-popup-sm .nice-popup-body {
	max-width: 300px
}

.nice-tips-nopd .nice-tips-body,
.nice-popup-nopd .nice-popup-body {
	max-width: 340px
}

@media (min-width:768px) and (max-width:991.98px) {

	.nice-tips-xl .nice-tips-body,
	.nice-popup-xl .nice-popup-body {
		max-width: 670px
	}
}

@media (max-width:767.98px) {

	.nice-tips-body,
	.nice-popup-body {
		width: 95%
	}

	.nice-tips-xl .nice-tips-body,
	.nice-popup-xl .nice-popup-body {
		height: 100vh
	}

	.nice-tips-nopd .nice-tips-body,
	.nice-popup-nopd .nice-popup-body {
		width: 75%
	}
}

.nice-tips-content,
.nice-popup-content {
	position: relative;
	background: #fff;
	padding: 1.75rem;
	border-radius: 9px;
	border-radius: var(--border-radius-md, 9px)
}

.nice-tips-xl .nice-tips-content,
.nice-popup-xl .nice-popup-content {
	width: 100%;
	height: auto;
	overflow: hidden
}

.nice-tips-sm .nice-tips-content,
.nice-popup-sm .nice-popup-content {
	padding: 1.75rem
}

.nice-tips-nopd .nice-tips-content,
.nice-popup-nopd .nice-popup-content {
	padding: 0
}

@media (max-width:767.98px) {

	.nice-tips-xl .nice-tips-body .nice-tips-content,
	.nice-popup-xl .nice-popup-body .nice-popup-content {
		box-shadow: none;
		border-radius: 0;
		height: 100vh
	}

	.nice-tips-xl .nice-tips-close .svg-white,
	.nice-popup-xl .nice-popup-close .svg-white {
		width: 20px;
		height: 20px
	}

	.nice-tips-xl .nice-tips-close .svg-dark,
	.nice-popup-xl .nice-popup-close .svg-dark {
		display: none;
		width: 20px;
		height: 20px
	}
}

.nice-popup-error {
	align-items: flex-start
}

.nice-popup-error .nice-popup-body {
	width: auto
}

.nice-popup-error .nice-popup-content {
	display: flex;
	align-items: center;
	text-align: center;
	max-width: 100%;
	padding: .5rem 1.5rem;
	border: 0;
	color: #fff;
	border-radius: 50px !important;
	background-color: rgba(0, 0, 0, .9);
	transition: all .2s ease-in-out;
	transform: scale(.8)
}

.nice-popup-error.error .icon {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5IDM5IiB2aWV3Qm94PSIwIDAgMzkgMzkiPjxwYXRoIGQ9Im0xMSAyOCA4LjUtOC41TTI4IDExbC04LjUgOC41bTAgMEwxMSAxMW04LjUgOC41TDI4IDI4IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojZWEzMDE0O3N0cm9rZS13aWR0aDozLjI1O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo2LjUiLz48L3N2Zz4=')
}

.nice-popup-error.success .icon {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5IDM5IiB2aWV3Qm94PSIwIDAgMzkgMzkiPjxwYXRoIGQ9Im04LjEgMjEuMSA2LjUgNi41IDE2LjItMTYuMiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzM0YjI4ZTtzdHJva2Utd2lkdGg6My4yNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6Ni41Ii8+PC9zdmc+')
}

.nice-popup-error.nice-popup-open .nice-popup-content {
	padding: 1rem 2.5rem 1rem 2rem;
	transform: scale(1)
}

@media (max-width:991.98px) {
	.nice-popup-error .nice-popup-content {
		font-size: .75rem
	}

	.nice-popup-error.nice-popup-open .nice-popup-content {
		padding: .75rem 2.5rem .75rem 2rem
	}
}

.nice-popup-hidden {
	overflow: hidden
}

.nice-tips-close,
.nice-popup-close {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	cursor: pointer;
	text-align: center;
	transform: translateY(25%)
}

.nice-tips-close .svg-white,
.nice-popup-close .svg-white {
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTUxMiAwQzIyOS4yIDAgMCAyMjkuMTk5OTk5IDAgNTEyYzAgMjgyLjggMjI5LjIgNTEyIDUxMiA1MTIgMjgyLjgwMDAwMSAwIDUxMi0yMjkuMiA1MTItNTEyQzEwMjQgMjI5LjE5OTk5OSA3OTQuODAwMDAxIDAgNTEyIDB6bTIxMy40NjA1MjIgNzI1Ljk3NTY1OWMtNi4wNzcyNDkgNi4wNzcyNDgtMTQuMDY0NDg4IDkuMTE1ODcyLTIyLjA1MTcyNyA5LjExNTg3Mi03Ljk4NzI0MiAwLTE2LjA2MTI5OC0zLjAzODYyNC0yMi4xMzg1NDgtOS4yMDI2OUw1MTIgNTU2LjI3MTMyMyAzNDIuNzI5NzUyIDcyNS44ODg4NDFjLTYuMDc3MjQ4IDYuMTY0MDY2LTE0LjE1MTMwNiA5LjIwMjY5LTIyLjEzODU0NiA5LjIwMjY5LTcuOTg3MjQgMC0xNS45NzQ0NzktMy4wMzg2MjQtMjIuMDUxNzI3LTkuMTE1ODcyLTEyLjI0MTMxMy0xMi4xNTQ0OTYtMTIuMjQxMzEzLTMxLjk0ODk2LS4wODY4MTgtNDQuMTkwMjczTDQ2Ny44OTY1NDYgNTExLjk5NDIzIDI5OC40NTI2NjEgMzQyLjIwMzA3NGMtMTIuMTU0NDk1LTEyLjI0MTMxMi0xMi4xNTQ0OTUtMzIuMDM1Nzc2LjA4NjgxOC00NC4xOTAyNzEgMTIuMjQxMzEzLTEyLjE1NDQ5NSAzMi4wMzU3NzctMTIuMTU0NDk1IDQ0LjE5MDI3My4wODY4MTdMNTEyIDQ2Ny43MTcxNDFsMTY5LjI3MDI0Ny0xNjkuNzA0MzM4YzEyLjE1NDQ5NS0xMi4yNDEzMTMgMzEuOTQ4OTU5LTEyLjI0MTMxMyA0NC4xOTAyNzUtLjA4NjgxOCAxMi4yNDEzMTMgMTIuMTU0NDk1IDEyLjI0MTMxMyAzMS45NDg5NTkuMDg2ODE4IDQ0LjE5MDI3Mkw1NTYuMTAzNDU0IDUxMS45OTQyMyA3MjUuNTQ3MzQgNjgxLjc4NTM4NmMxMi4xNTQ0OTUgMTIuMjQxMzEzIDEyLjE1NDQ5NSAzMi4wMzU3NzctLjA4NjgxOCA0NC4xOTAyNzN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 28px;
	height: 28px
}

.nice-tips-close .svg-dark,
.nice-popup-close .svg-dark {
	display: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTUxMiAwQzIyOS4yIDAgMCAyMjkuMTk5OTk5IDAgNTEyYzAgMjgyLjggMjI5LjIgNTEyIDUxMiA1MTIgMjgyLjgwMDAwMSAwIDUxMi0yMjkuMiA1MTItNTEyQzEwMjQgMjI5LjE5OTk5OSA3OTQuODAwMDAxIDAgNTEyIDB6bTIxMy40NjA1MjIgNzI1Ljk3NTY1OWMtNi4wNzcyNDkgNi4wNzcyNDgtMTQuMDY0NDg4IDkuMTE1ODcyLTIyLjA1MTcyNyA5LjExNTg3Mi03Ljk4NzI0MiAwLTE2LjA2MTI5OC0zLjAzODYyNC0yMi4xMzg1NDgtOS4yMDI2OUw1MTIgNTU2LjI3MTMyMyAzNDIuNzI5NzUyIDcyNS44ODg4NDFjLTYuMDc3MjQ4IDYuMTY0MDY2LTE0LjE1MTMwNiA5LjIwMjY5LTIyLjEzODU0NiA5LjIwMjY5LTcuOTg3MjQgMC0xNS45NzQ0NzktMy4wMzg2MjQtMjIuMDUxNzI3LTkuMTE1ODcyLTEyLjI0MTMxMy0xMi4xNTQ0OTYtMTIuMjQxMzEzLTMxLjk0ODk2LS4wODY4MTgtNDQuMTkwMjczTDQ2Ny44OTY1NDYgNTExLjk5NDIzIDI5OC40NTI2NjEgMzQyLjIwMzA3NGMtMTIuMTU0NDk1LTEyLjI0MTMxMi0xMi4xNTQ0OTUtMzIuMDM1Nzc2LjA4NjgxOC00NC4xOTAyNzEgMTIuMjQxMzEzLTEyLjE1NDQ5NSAzMi4wMzU3NzctMTIuMTU0NDk1IDQ0LjE5MDI3My4wODY4MTdMNTEyIDQ2Ny43MTcxNDFsMTY5LjI3MDI0Ny0xNjkuNzA0MzM4YzEyLjE1NDQ5NS0xMi4yNDEzMTMgMzEuOTQ4OTU5LTEyLjI0MTMxMyA0NC4xOTAyNzUtLjA4NjgxOCAxMi4yNDEzMTMgMTIuMTU0NDk1IDEyLjI0MTMxMyAzMS45NDg5NTkuMDg2ODE4IDQ0LjE5MDI3Mkw1NTYuMTAzNDU0IDUxMS45OTQyMyA3MjUuNTQ3MzQgNjgxLjc4NTM4NmMxMi4xNTQ0OTUgMTIuMjQxMzEzIDEyLjE1NDQ5NSAzMi4wMzU3NzctLjA4NjgxOCA0NC4xOTAyNzN6Ii8+PC9zdmc+");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 28px;
	height: 28px
}

@media (max-width:767.98px) {

	.nice-tips-xl .nice-tips-close,
	.nice-popup-xl .nice-popup-close {
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: auto
	}
}

.cover-image {
	position: relative;
	overflow: hidden;
	border-radius: 9px 9px 0 0;
	padding: 0
}

.cover-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(10px);
	filter: blur(20px);
	z-index: -1
}

.cover-overlay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .11
}

.cover-share {
	text-align: center;
	padding: 1rem 0;
	border-top: 1px solid #f4f6f9
}

.cover-share a {
	color: #8a92a9;
	padding: .25rem;
	margin: .25rem;
	font-size: 1.125rem
}

.cover-share a:hover {
	color: #062743
}

.cover-text {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 44;
	cursor: pointer;
	transform: translateY(-125%);
	text-align: center;
	color: #fff;
	font-size: .875rem
}

.svg-blocks {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px
}

.svg-film-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04NS4zMzMzMzMgMTcwLjM2OEE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMDExMjcuNjU4NjY3IDEyOGg3NjguNjgyNjY2YzIzLjM4MTMzMyAwIDQyLjMyNTMzMyAxOC45ODY2NjcgNDIuMzI1MzM0IDQyLjM2OHY2ODMuMjY0QTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwMTg5Ni4zNDEzMzMgODk2SDEyNy42NTg2NjdhNDIuMzY4IDQyLjM2OCAwIDAxLTQyLjMyNTMzNC00Mi4zNjhWMTcwLjM2OHptMjU2IDQyLjk2NTMzM3Y1OTcuMzMzMzM0aDM0MS4zMzMzMzRWMjEzLjMzMzMzM0gzNDEuMzMzMzMzem0tMTcwLjY2NjY2NiAwdjg1LjMzMzMzNEgyNTZ2LTg1LjMzMzMzNGgtODUuMzMzMzMzem01OTcuMzMzMzMzIDB2ODUuMzMzMzM0aDg1LjMzMzMzM3YtODUuMzMzMzM0SDc2OHpNMTcwLjY2NjY2NyAzODR2ODUuMzMzMzMzSDI1NlYzODRoLTg1LjMzMzMzM3pNNzY4IDM4NHY4NS4zMzMzMzNoODUuMzMzMzMzVjM4NEg3Njh6TTE3MC42NjY2NjcgNTU0LjY2NjY2N1Y2NDBIMjU2di04NS4zMzMzMzNoLTg1LjMzMzMzM3ptNTk3LjMzMzMzMyAwVjY0MGg4NS4zMzMzMzN2LTg1LjMzMzMzM0g3Njh6TTE3MC42NjY2NjcgNzI1LjMzMzMzM3Y4NS4zMzMzMzRIMjU2di04NS4zMzMzMzRoLTg1LjMzMzMzM3ptNTk3LjMzMzMzMyAwdjg1LjMzMzMzNGg4NS4zMzMzMzN2LTg1LjMzMzMzNEg3Njh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+')
}

.svg-zip-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04NTMuMzMzMzMzIDkzOC42NjY2NjdIMTcwLjY2NjY2N0E0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMDExMjggODk2VjEyOGE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMDE0Mi42NjY2NjctNDIuNjY2NjY3aDY4Mi42NjY2NjZBNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAxODk2IDEyOHY3NjhhNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAxLTQyLjY2NjY2NyA0Mi42NjY2Njd6bS00Mi42NjY2NjYtODUuMzMzMzM0VjE3MC42NjY2NjdIMjEzLjMzMzMzM3Y2ODIuNjY2NjY2aDU5Ny4zMzMzMzR6TTU5Ny4zMzMzMzMgNTEydjIxMy4zMzMzMzNINDI2LjY2NjY2N3YtMTI4SDUxMlY1MTJoODUuMzMzMzMzek01MTIgMTcwLjY2NjY2N2g4NS4zMzMzMzNWMjU2SDUxMnYtODUuMzMzMzMzek00MjYuNjY2NjY3IDI1Nkg1MTJ2ODUuMzMzMzMzaC04NS4zMzMzMzNWMjU2ek01MTIgMzQxLjMzMzMzM2g4NS4zMzMzMzN2ODUuMzMzMzM0SDUxMnYtODUuMzMzMzM0em0tODUuMzMzMzMzIDg1LjMzMzMzNEg1MTJWNTEyaC04NS4zMzMzMzN2LTg1LjMzMzMzM3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

.svg-word-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik02ODIuNjY2NjY3IDM0MS4zMzMzMzN2MzQxLjMzMzMzNGgtODUuMzMzMzM0TDUxMiA1OTcuMzMzMzMzbC04NS4zMzMzMzMgODUuMzMzMzM0aC04NS4zMzMzMzRWMzQxLjMzMzMzM2g4NS4zMzMzMzR2MjEzLjMzMzMzNEw1MTIgNDY5LjMzMzMzM2w4NS4zMzMzMzMgODUuMzMzMzM0VjM0MS4zMzMzMzNINjQwVjE3MC42NjY2NjdIMjEzLjMzMzMzM3Y2ODIuNjY2NjY2aDU5Ny4zMzMzMzR2LTUxMmgtMTI4ek0xMjggMTI3LjY1ODY2N2MwLTIzLjM4MTMzNCAxOS4wNzItNDIuMzI1MzM0IDQyLjYyNC00Mi4zMjUzMzRoNTEyLjA0MjY2N0w4OTYgMjk4LjY2NjY2N3Y1OTcuMDM0NjY2YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwMS00Mi4zNjggNDIuOTY1MzM0SDE3MC4zNjhBNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAxMTI4IDg5Ni4zNDEzMzNWMTI3LjY1ODY2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

.svg-text-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04OTYgMzQxLjMzMzMzM3Y1NTQuMzY4YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwMS00Mi4zNjggNDIuOTY1MzM0SDE3MC4zNjhBNDIuMzY4IDQyLjM2OCAwIDAxMTI4IDg5Ni4zNDEzMzNWMTI3LjY1ODY2N2MwLTIyLjkxMiAxOS4xNTczMzMtNDIuMzI1MzM0IDQyLjc1Mi00Mi4zMjUzMzRoNDY5LjEybDI1Ni4xMjggMjU2ek04MTAuNjY2NjY3IDM4NEg1OTcuMzMzMzMzVjE3MC42NjY2NjdoLTM4NHY2ODIuNjY2NjY2aDU5Ny4zMzMzMzRWMzg0em0tNDY5LjMzMzMzNC04NS4zMzMzMzNoMTI4VjM4NGgtMTI4di04NS4zMzMzMzN6bTAgMTcwLjY2NjY2NmgzNDEuMzMzMzM0djg1LjMzMzMzNEgzNDEuMzMzMzMzdi04NS4zMzMzMzR6bTAgMTcwLjY2NjY2N2gzNDEuMzMzMzM0djg1LjMzMzMzM0gzNDEuMzMzMzMzVjY0MHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

.svg-music-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik02ODIuNjY2NjY3IDM0MS4zMzMzMzN2ODUuMzMzMzM0aC0xMjh2MTkyYTEwNi42NjY2NjcgMTA2LjY2NjY2NyAwIDExLTg1LjMzMzMzNC0xMDQuNTMzMzM0di0xNzIuOEg2NDBWMTcwLjY2NjY2N0gyMTMuMzMzMzMzdjY4Mi42NjY2NjZoNTk3LjMzMzMzNHYtNTEyaC0xMjh6TTEyOCAxMjcuNjU4NjY3YzAtMjMuMzgxMzM0IDE5LjA3Mi00Mi4zMjUzMzQgNDIuNjI0LTQyLjMyNTMzNGg1MTIuMDQyNjY3TDg5NiAyOTguNjY2NjY3djU5Ny4wMzQ2NjZhNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAxLTQyLjM2OCA0Mi45NjUzMzRIMTcwLjM2OEE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMDExMjggODk2LjM0MTMzM1YxMjcuNjU4NjY3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==')
}

.svg-code-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik02NDAgMTcwLjY2NjY2N0gyMTMuMzMzMzMzdjY4Mi42NjY2NjZoNTk3LjMzMzMzNHYtNTEySDY0MFYxNzAuNjY2NjY3em0tNTEyLTQzLjAwOGMwLTIzLjM4MTMzNCAxOS4wNzItNDIuMzI1MzM0IDQyLjYyNC00Mi4zMjUzMzRoNTEyLjA0MjY2N0w4OTYgMjk4LjY2NjY2N3Y1OTcuMDM0NjY2YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwMS00Mi4zNjggNDIuOTY1MzM0SDE3MC4zNjhBNDIuNjY2NjY3IDQyLjY2NjY2NyAwIDAxMTI4IDg5Ni4zNDEzMzNWMTI3LjY1ODY2N3pNNzUzLjM2NTMzMyA1MTJMNjAyLjQ5NiA2NjIuODY5MzMzIDU0Mi4xNjUzMzMgNjAyLjQ5Nmw5MC40OTYtOTAuNDk2TDU0Mi4yMDggNDIxLjUwNGw2MC4yODgtNjAuMzczMzMzTDc1My4zNjUzMzMgNTEyem0tNDgyLjczMDY2NiAwbDE1MC45MTItMTUwLjg2OTMzM0w0ODEuODc3MzMzIDQyMS41MDQgMzkxLjMzODY2NyA1MTIgNDgxLjc5MiA2MDIuNDk2bC02MC4yODggNjAuMzczMzMzTDI3MC42MzQ2NjcgNTEyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==')
}

.svg-baidu-line {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04NjYuNzY2MTkyNjQgODMyLjE1OTUwMzkzYy0yLjYyOTM2MjM1LS42OTE5MzcyOC01LjEyMDMzNzkyLTEuMzgzODc0NTYtNy43NDk3MDAyNy0yLjA3NTgxMjk4LTIzLjM4NzQ4ODcxLTYuMzY1ODI1NzEtMzkuMzAyMDUyOTgtMjguMzY5NDM5ODYtMzcuNjQxNDAyNTktNTEuODk1MzE2NDggMS43OTkwMzcxNS0yNC45MDk3NTIzMiAyMC4yMDQ1NzU4Ni00NC42OTkxNjU1OCA0NC41NjA3Nzc2Ny00Ny44ODIwNzg0NCAyNy42Nzc1MDE0NC0zLjU5ODA3NTQ1IDUzLjI3OTE5MTA0IDE2LjA1Mjk1MTA0IDU3LjI5MjQyOTA4IDQzLjg2ODg0MTU0IDMuODc0ODUwMTMgMjYuNzA4Nzg5NDctMTQuODA3NDYzMjUgNTIuMDMzNzAzMjUtNDEuOTMxNDE1MzIgNTYuODc3MjY2NDgtMS4xMDcwOTk4Ny4xMzgzODc5MS0yLjIxNDE5OTc1LjY5MTkzNzI4LTMuMzIxMjk5NjMgMS4xMDcwOTk4OGgtMTEuMjA5Mzg4OTR6bTU0LjEwOTUxNjIzLTIzOS44MjU1NTQ3OGMtOS40MTAzNTA2NS01My4wMDI0MTYzNS0zNS44NDIzNjU0NC05Ni4wNDA5MzE1NS03OC40NjU3MTgwNC0xMjguODM4NzcwOTEtMzAuNzIyMDI3NTItMjMuNTI1ODc2NjItNjUuNDU3MjkxOTUtMzcuMjI2MjQtMTA0LjA2NzQwNjUxLTQxLjEwMTA5MTI3LTcuMDU3NzYyOTktLjY5MTkzNzI4LTE0LjExNTUyNTk3LS45Njg3MTMxLTIxLjQ1MDA2NDc4LTEuNTIyMjYyNDcgNC44NDM1NjMyMy00Ni45MTMzNjUzMy00LjcwNTE3NTMzLTkwLjM2NzA0NDI3LTI5LjMzODE1MTgzLTEzMC4zNjEwMzMzOS0yNC40OTQ1ODk3My0zOS43MTcyMTU1Ny01OC41Mzc5MTY4Ny02OS4wNTUzNjczOS0xMDIuNDA2NzU3MjYtODQuNjkzMTU1ODQtODAuMTI2MzY4NDMtMjguNTA3ODI2NjMtMTUzLjA1NjU4NTk1LTEzLjcwMDM2MzM4LTIxNC43Nzc0MTQ1NCA0NC4yODQwMDI5OS00OC41NzQwMTU3MSA0NS41Mjk0OTA3Ny02OC4yMjUwNDIyMSAxMDMuNTEzODU3MTQtNjIuNDEyNzY3IDE3MC4wNzgyNDg5NiA0Ny42MDUzMDM3NS44MzAzMjUxOSA4OS4zOTgzMzExNyAxNS43NzYxNzYzNSAxMjYuNzYyOTU5MDcgNDQuODM3NTUzNDktNDQuNTYwNzc3NjctNTQuMzg2MjkwOTEtMjEuNTg4NDUxNTUtMTIwLjEyMDM1ODY5IDEyLjczMTY1MDI4LTE0Ny42NTk0NzMzNSAzNy41MDMwMTQ2OS0zMC4xNjg0NzcwMSA5Ny4wMDk2NDQ2Ni0zMy4yMTMwMDE5NSAxMzcuNjk1NTcyMTkgNi4wODkwNTEwMiAzMy42MjgxNjQ1NSAzMi41MjEwNjQ2NyA0MS4zNzc4NjU5NSA4NC41NTQ3Njc5MyAxNi4zMjk3MjU3MyAxMjYuMzQ3Nzk2NDgtMTIuNzMxNjUxNDEgMjEuMzExNjc2ODctMzAuOTk4ODAyMjEgMzYuNTM0MzAyNzItNTQuNjYzMDY1NiA0NC41NjA3Nzc2Ny0zMi41MjEwNjQ2NyAxMC45MzI2MTMxMi02My4yNDMwOTIxOSA2LjM2NTgyNTcxLTkyLjE2NjA4MTQzLTExLjc2MjkzODMxLjY5MTkzNzI4IDEuMjQ1NDg3NzkgMS4zODM4NzQ1NiAyLjA3NTgxMjk4IDIuMjE0MTk5NzYgMi45MDYxMzgxNyAxOS4yMzU4NjM4OSAyMC42MTk3Mzg0NSAzMy43NjY1NTI0NiA0NC4xNDU2MTUwNyA0My40NTM2Nzc3OSA3MC43MTYwMTY2NCAxLjEwNzA5OTg3IDMuMDQ0NTI0OTQgMS4xMDcwOTk4NyA1LjEyMDMzNzkyLTEuMjQ1NDg2NjUgNy43NDk3MDE0LTEuNTIyMjYyNDcgMS42NjA2NTAzOC0zLjA0NDUyNDk0IDMuMzIxMzAwNzctNC41NjY3ODg1NSA1LjEyMDMzNjc5LjEzODM4NzkxLTEuNTIyMjYyNDctLjI3Njc3NDY5LTMuMTgyOTEyODUtLjk2ODcxMTk2LTUuMTIwMzM2NzktMTQuNTMwNjg4NTctMzguNjEwMTE1Ny0zOC44ODY4OTAzOC02OS43NDczMDQ2Ny03MS44MjMxMTc2NS05NC4yNDE4OTQ0LTMxLjY5MDczOTQ5LTIzLjUyNTg3NjYyLTY3LjUzMzEwNDkzLTM2LjY3MjY5MDYzLTEwNi44MzUxNTc5MS0zOS4wMjUyNzgyOS0yNi4xNTUyMzg5Ny0xLjUyMjI2MjQ3LTM3Ljc3OTc5MDUxLTQuNzA1MTc1MzMtNjUuNTk1Njc5ODUgMS43OTkwMzgyOS05Ljk2MzkwMTE1IDIuOTA2MTM4MTctMTAuNjU1ODM4NDMgMy4zMjEzMDA3Ny0yMC4zNDI5NjM3OCA3LjA1Nzc2Mjk5LjI3Njc3NDY5LjU1MzU1MDUxLjQxNTE2MjU5Ljk2ODcxMzEuNjkxOTM3MjggMS41MjIyNjI0NyAyMi4yODAzODg4My0zLjQ1OTY4NzU0IDM4LjMzMzMzOTg3IDYuMzY1ODI1NzEgNTAuOTI2NjA0NTIgMjUuNjAxNjg5NiAxNS4zNjEwMTM3NiAyMy4yNDkxMDE5NCA1Ljk1MDY2MzExIDQ4LjcxMjQwMzYzLTEyLjE3ODEwMDkgNjkuNzQ3MzA0NjggNDYuMDgzMDQxMjgtMTYuODgzMjc2MjMgNzYuMjUxNTE4MjktNS45NTA2NjMxMSAxMDguNDk1ODA3MTQgMzEuODI5MTI3NCAzMS4xMzcxOTAxMSAzNi42NzI2OTA2MyAzMi4zODI2NzY3NyA3Ny42MzUzOTI4NSAxMS43NjI5MzgzMSAxMjAuMTIwMzU3NTQtLjY5MTkzNzI4LjgzMDMyNTE5LTEuNTIyMjYyNDcgMS42NjA2NTAzOC0yLjIxNDE5OTc1IDIuNDkwOTc1NTgtMjUuNzQwMDc2MzcgMzAuMTY4NDc3MDEtNTcuODQ1OTc5NTkgNDIuNDg0OTY1ODMtOTYuNzMyODY5OTcgMzYuOTQ5NDY1MzEtNDIuMjA4MTkwMDEtNS45NTA2NjMxMS03Ni4xMTMxMzAzOC0zOS4zMDIwNTI5OC04NC42OTMxNTU4NC04Mi4yMDIxODE0MS04LjMwMzI1MDc3LTQxLjY1NDY0MDY0IDExLjIwOTM4NzgxLTg1LjgwMDI1NTcxIDQ3Ljc0MzY5MDUyLTEwNi45NzM1NDQ2NyAyMS4zMTE2NzY4Ny0xMi4zMTY0ODg4MiAzMS42OTA3Mzk0OS00MC4yNzA3NjQ5NCAyMC43NTgxMjc1MS02NC43NjUzNTQ2Ny0xMi43MzE2NTE0MS0yOC42NDYyMTQ1NC00NS4yNTI3MTYwOS0zNy41MDMwMTQ2OS02Ny4zOTQ3MTgxNi0yNi4yOTM2MjY4OC0yNC43NzEzNjQ0MSAxMi41OTMyNjM1LTQ1LjUyOTQ5MDc3IDMwLjg2MDQxNDI5LTYyLjQxMjc2NyA1My4wMDI0MTYzNi0zOC42MTAxMTQ1NiA1MC4yMzQ2NjYxLTUxLjM0MTc2NTk4IDEwNi44MzUxNTc5LTM5LjE2MzY2NTA3IDE2OC42OTQzNzQ0IDE1LjM2MTAxMzc2IDc4LjQ2NTcxODA1IDgxLjIzMzQ2ODMgMTQzLjUwNzg0NzM5IDE1OS44Mzc1NzQyNiAxNTguNTkyMDg2NDcgOC41ODAwMjU0NiAxLjY2MDY1MDM4IDE3LjI5ODQzODgzIDIuOTA2MTM4MTcgMjYuMDE2ODUyMTkgNC4yOTAwMTI3M2gzMS41NTIzNTE1OGM0LjI5MDAxMjczLS42OTE5MzcyOCA4LjU4MDAyNTQ2LTEuNTIyMjYyNDcgMTIuODcwMDM4MTgtMi4wNzU4MTI5OCA0OC4yOTcyNDEwMy03LjA1Nzc2Mjk5IDg5LjY3NTEwNTg1LTI4LjA5MjY2NDAzIDEyMi4xOTYxNzE2Ny02NC4zNTAxOTIwNyA2MS40NDQwNTM5LTY4LjIyNTA0MjIxIDEyMi4wNTc3ODM3NS0xMzcuMTQyMDIxNjkgMTgyLjgwOTkwMDM3LTIwNS45MjA2MTQ0IDEzLjgzODc1MTI5LTE1LjYzNzc4ODQ1IDMwLjQ0NTI1MTctMjYuNTcwNDAxNTcgNTAuNTExNDQwNzgtMzIuMzgyNjc2NzcgNTUuMzU1MDA0MDItMTYuMTkxMzM4OTUgMTE1LjEzODQwNzU0IDE4LjI2NzE1MDc5IDEyNy44NzAwNTg5NiA3NC41OTA4Njc5MiAyLjQ5MDk3NTU3IDEwLjkzMjYxMzEyIDIuMzUyNTg3NjYgMjIuNDE4Nzc2NzUgNC4wMTMyMzgwNCAzMy42MjgxNjQ1NSAzLjMyMTMwMDc3IDI0LjA3OTQyNzEzIDI0LjIxNzgxMzkgNDIuMzQ2NTc3OTIgNDguNTc0MDE1NzIgNDMuMDM4NTE1MiAyNS4wNDgxMzkwOS42OTE5MzcyOCA0Ny4wNTE3NTMyNS0xNS43NzYxNzYzNSA1MS42MTg1NDA2NS0zOS45OTM5OTAyNiAyLjkwNjEzODE3LTE1LjM2MTAxMzc2IDEuMjQ1NDg3NzktMzAuOTk4ODAyMjEtMS41MjIyNjI0Ny00Ni4zNTk4MTU5N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=')
}

body {
	-webkit-text-size-adjust: 100%
}

img,
embed,
iframe,
object,
video {
	max-width: 100%
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

code {
	font-size: 80%;
	color: inherit;
	padding: 4px 10px;
	word-break: break-word
}

pre {
	padding: 24px;
	margin-bottom: 24px;
	display: block;
	overflow: auto;
	word-wrap: normal;
	overflow-wrap: normal
}

code,
pre {
	background: var(--bg-light, #f6f6f7)
}

[class^=wp-block-] figcaption {
	font-size: 80%;
	text-align: center;
	margin: .25rem 0 1.25rem
}

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	display: block
}

.alignleft,
.alignright {
	max-width: 50%
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

[class^=wp-block-].alignleft,
[class^=wp-block-] .alignleft {
	margin-right: 1rem;
	margin-top: 0
}

[class^=wp-block-].alignright,
[class^=wp-block-] .alignright {
	margin-left: 1rem
}

[class^=wp-block-] .aligncenter figcaption,
[class^=wp-block-].aligncenter figcaption {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-center {
	text-align: center
}

.has-text-align-right {
	text-align: right
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 5.1em;
	font-weight: 800;
	margin: .05em .1em 0 0
}

.has-drop-cap:not(:focus)::first-letter:after {
	content: "";
	display: table;
	clear: both
}

.has-drop-cap:not(:focus):after {
	padding: 0
}

.wp-block-gallery,
.wp-block-buttons,
.wp-block-cover,
.wp-block-cover-image {
	margin-bottom: 1.5rem
}

.wp-block-gallery {
	margin-bottom: 1.5rem
}

.wp-block-gallery .blocks-gallery-grid {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: rgba(0, 0, 0, .2);
	padding: 5px
}

.wp-block-audio audio {
	display: block;
	width: 100%
}

.wp-block-image {
	max-width: 100%;
	margin-bottom: 1rem
}

.wp-block-image .wp-caption {
	max-width: 100%
}

.wp-block-verse {
	margin: 1.5rem 0;
	border-radius: var(--border-radius-xs, 5px)
}

.wp-block-quote {
	position: relative;
	font-size: inherit;
	padding: 1.25rem 1.5rem;
	margin: 1.5rem 0;
	border-radius: var(--border-radius-xs, 5px);
	border: none;
	background-color: var(--bg-light, #f6f6f7)
}

@media (max-width:767.98px) {
	.wp-block-quote {
		padding: 1rem 1.25rem;
		margin: 1.25rem 0
	}
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 2.25rem;
	margin: 3rem 0
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: center
}

.wp-block-quote cite,
.wp-block-quote__citation {
	font-size: .8125rem;
	font-style: normal;
	font-weight: 400
}

.wp-block-quote em,
.wp-block-quote i {
	font-style: normal
}

.wp-block-quote:before {
	content: "\201D";
	display: inline-block;
	font-size: 4em;
	font-weight: 700;
	line-height: 0;
	vertical-align: top;
	font-family: Georgia, Arial, sans-serif;
	position: absolute;
	right: 1rem;
	bottom: .5rem;
	opacity: .1
}

.wp-block-pullquote {
	border-top: 4px solid;
	border-bottom: 4px solid;
	margin-bottom: 1.5rem;
	padding: 2rem 0
}

.wp-block-pullquote blockquote {
	position: relative;
	font-size: inherit;
	font-weight: 500;
	text-align: center;
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0
}

.wp-block-pullquote blockquote:not(.has-text-color) {
	color: inherit
}

.wp-block-pullquote blockquote:before {
	content: "\201D";
	display: inline-block;
	font-size: 4.5em;
	font-weight: 700;
	line-height: 1;
	vertical-align: top;
	font-family: Georgia, Arial, sans-serif
}

.wp-block-pullquote p {
	font-size: inherit
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	font-size: .8125em;
	font-style: normal;
	font-weight: 400
}

.wp-block-pullquote.has-background {
	padding: 3rem 2rem
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: none;
	text-align: center
}

.wp-block-button__link {
	line-height: 1.2;
	background-color: var(--bg-dark, #1a1a1a)
}

.wp-block-media-text *:last-child {
	margin-bottom: 0
}

table,
.wp-block-table {
	max-width: 100%;
	width: 100%;
	min-width: 240px;
	border-collapse: collapse
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	text-align: center
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
	padding: 5px 10px;
	border: 1px solid var(--border-light, #eff3fa)
}

table figcaption,
.wp-block-table figcaption {
	color: var(--color-dark, #000);
	margin-bottom: 0
}

table.is-style-regular .has-background,
table.is-style-stripes .has-background,
table.is-style-stripes .has-background thead tr,
table.is-style-stripes .has-background tfoot tr,
table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
	color: var(--color-dark, #000)
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-width: 0
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--bg-light, #f6f6f7)
}

table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	background-color: var(--bg-light, #f6f6f7)
}

table.wp-calendar-table td,
table.wp-calendar-table th {
	background: 0 0;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal
}

table.wp-calendar-table th {
	font-weight: 700
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
	color: var(--color-dark, #000);
	border: 1px solid var(--border-light, #eff3fa)
}

table.wp-calendar-table caption {
	font-weight: 700;
	text-align: left;
	margin-bottom: .75rem;
	color: var(--color-muted, #555)
}

.wp-block-table {
	margin: 0 0 1.25rem
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table.is-style-stripes {
	border-width: 0
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
	border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
	border-width: inherit
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center
}

ol.wp-block-latest-comments {
	list-style: none !important;
	margin: 0 !important;
	padding: 1.5rem !important;
	border: 1px solid var(--border-light, #eff3fa);
	border-radius: var(--border-radius-sm, 7px)
}

.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0
}

.wp-block-latest-comments__comment-date {
	margin-bottom: 1rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	border-top: 1px solid var(--border-light, #eff3fa);
	margin: 1.5rem 0 0;
	padding: 1.5rem 0 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	border-width: 0;
	margin: 0;
	padding: 0
}

.wp-block-search .wp-block-search__input {
	border: 2px solid var(--border-dark, #2b2a2a);
	max-width: inherit;
	padding: .5rem 1rem;
	margin-right: calc(-1*2px)
}

.wp-block-search .wp-block-search__input:focus {
	box-shadow: none;
	outline: 0
}

.wp-block-search button.wp-block-search__button {
	margin-left: 0;
	line-height: 1;
	color: #fff;
	background-color: var(--bg-dark, #2b2a2a);
	border-color: var(--bg-dark, #2b2a2a);
	padding: .375rem 1.5rem
}

.wp-block-search__button {
	box-shadow: none
}

.is-style-outline.wp-block-tag-cloud a {
	line-height: 1.2;
	padding: .375rem 1rem;
	border-radius: var(--border-radius-xs, 5px)
}

.is-style-outline.wp-block-tag-cloud a,
.is-style-outline.wp-block-tag-cloud a:hover,
.is-style-outline.wp-block-tag-cloud a:focus {
	box-shadow: none
}

.wp-block-page-list li .wp-block-pages-list__item__link,
.wp-block-page-list li .wp-block-pages-list__item__link:focus,
.wp-block-page-list li .wp-block-pages-list__item__link:hover,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title:focus,
.wp-block-categories.wp-block-categories-list li a,
.wp-block-categories.wp-block-categories-list li a:hover,
.wp-block-categories.wp-block-categories-list li a:focus,
.wp-block-archives-list.wp-block-archives li a,
.wp-block-archives-list.wp-block-archives li a:hover,
.wp-block-archives-list.wp-block-archives li a:focus {
	box-shadow: none
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -.5rem -.5rem 1rem;
	width: calc(100% + 1rem)
}

.gallery-item {
	margin: 0;
	padding: .5rem;
	width: 100%
}

.gallery-item img {
	width: 100%
}

.gallery-caption {
	display: block;
	margin-top: .5rem
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.post-content ul,
.post-content ol {
	padding: 0 0 0 1.25rem;
	margin-bottom: 1.5rem
}

.post-content ul {
	list-style: disc
}

.post-content ul ul {
	list-style: circle;
	margin: .75rem 0
}

.post-content ul ul ul {
	list-style: square
}

.post-content ol {
	list-style: decimal
}

.post-content ol ol {
	list-style: lower-alpha
}

.post-content ol ol ol {
	list-style: lower-roman
}

.post-content li {
	line-height: 1.5;
	margin: 0 0 1rem
}

.post-content li li {
	margin: 0 0 .5rem
}

.nice-dark-mode table figcaption,
.nice-dark-mode .wp-block-table figcaption {
	color: var(--night-color-dark, #fff);
	margin-bottom: 0
}

.nice-dark-mode .wp-block-file a.wp-block-file__button {
	background-color: var(--night-btn-light, #414147)
}

.nice-dark-mode .wp-block-file a.wp-block-file__button:hover,
.nice-dark-mode .wp-block-file a.wp-block-file__button:focus {
	background-color: var(--night-btn-dark, #1e1e21)
}

.nice-dark-mode th,
.nice-dark-mode td {
	border-color: var(--night-border-light, #3f4041)
}

.nice-dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--night-bg-light, #26252b)
}

.nice-dark-mode .wp-block-verse {
	background-color: var(--night-bg-light, #26252b)
}

.nice-dark-mode .wp-block-preformatted {
	border-color: var(--night-border-muted, #37373c)
}

.nice-dark-mode .wp-block-quote {
	background-color: var(--night-bg-light, #26252b)
}

.nice-dark-mode .wp-block-button .wp-block-button__link:hover,
.nice-dark-mode .wp-block-button .wp-block-button__link:focus {
	background: var(--night-bg-dark, #141417)
}

.nice-dark-mode .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.nice-dark-mode .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.nice-dark-mode .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
	color: var(--night-color-light, #eee);
	border-color: var(--night-border-light, #3f4041)
}

.nice-dark-mode .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
	color: #fff;
	border-color: var(--night-border-dark, #141417)
}

.nice-dark-mode ol.wp-block-latest-comments {
	border-color: var(--night-border-light, #3f4041)
}

.nice-dark-mode .wp-block-latest-comments .wp-block-latest-comments__comment {
	border-color: var(--night-border-light, #3f4041)
}

.nice-dark-mode .wp-block-search .wp-block-search__input {
	color: #fff;
	background-color: var(--night-bg-secondary, #2f3035);
	border-color: var(--night-border-dark, #141417)
}

.nice-dark-mode .wp-block-search button.wp-block-search__button {
	background-color: var(--night-bg-dark, #141417);
	border-color: var(--night-bg-dark, #141417)
}

.nice-vote-block {
	background-color: rgba(0, 0, 0, .03);
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem
}

.nice-vote-block .vote-action {
	position: relative;
	cursor: pointer;
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03)
}

.nice-vote-block .vote-action:last-child {
	margin-top: 1rem
}

.nice-vote-block .vote-content {
	position: relative;
	text-align: center;
	z-index: 1
}

.nice-vote-block .vote-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .04);
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	transition: all .5s ease-in-out;
	opacity: 1
}

.nice-vote-block .vote-action.active .vote-progress {
	background-color: rgba(0, 0, 0, .06)
}

.nice-vote-block .vote-number {
	position: absolute;
	right: 3%;
	top: 50%;
	font-style: italic;
	font-size: 2rem;
	transform: translateY(-50%);
	opacity: .2;
	z-index: 1
}

.nice-vote-block .vote-action .vote-progress,
.nice-vote-block .vote-action .vote-number {
	display: none
}

.nice-vote-block.active .vote-action .vote-progress,
.nice-vote-block.active .vote-action .vote-number {
	display: block
}

.nice-vote-block.active .vote-content {
	text-align: left
}

.nice-dark-mode .nice-vote-block {
	background-color: rgba(0, 0, 0, .1);
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem
}

.nice-dark-mode .nice-vote-block .vote-action {
	position: relative;
	cursor: pointer;
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .2)
}

.nice-dark-mode .nice-vote-block .vote-action:last-child {
	margin-top: 1rem
}

.nice-dark-mode .nice-vote-block .vote-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	transition: all .5s ease-in-out;
	opacity: 1
}

.nice-dark-mode .nice-vote-block .vote-action.active .vote-progress {
	background-color: rgba(0, 0, 0, .4)
}

@charset "UTF-8";

/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

.small,
small {
	font-size: .875em
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}

.blockquote-footer::before {
	content: "—?"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: .875em;
	color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.3333333333%
	}

	.offset-md-2 {
		margin-left: 16.6666666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.3333333333%
	}

	.offset-md-5 {
		margin-left: 41.6666666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.3333333333%
	}

	.offset-md-8 {
		margin-left: 66.6666666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.3333333333%
	}

	.offset-md-11 {
		margin-left: 91.6666666667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.3333333333%
	}

	.offset-xxl-2 {
		margin-left: 16.6666666667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.3333333333%
	}

	.offset-xxl-5 {
		margin-left: 41.6666666667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.3333333333%
	}

	.offset-xxl-8 {
		margin-left: 66.6666666667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.3333333333%
	}

	.offset-xxl-11 {
		margin-left: 91.6666666667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
	border-bottom-width: 1px
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.form-label {
	margin-bottom: .5rem
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	vertical-align: middle;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-check-input {
		transition: none
	}
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.form-check-input[type=radio] {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
	border: 0
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem .75rem
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}

.form-floating>.form-control::-webkit-input-placeholder {
	color: transparent
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: 3
}

.input-group .btn {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 3
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 1.75rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #198754;
	padding-right: calc(.75em + 2.3125rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 1.75rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 1.75rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0d6efd;
	background-color: transparent
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-success {
	color: #198754;
	border-color: #198754
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #198754;
	background-color: transparent
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline
}

.btn-link:hover {
	color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropend,
.dropstart,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu[style] {
	right: auto !important
}

.dropdown-menu-start {
	--bs-position: start;
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end;
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end;
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end;
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end;
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end;
		right: 0;
		left: auto
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-end {
		--bs-position: end;
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-toggle::after {
	vertical-align: 0
}

.dropstart .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropstart .dropdown-toggle::after {
	display: none
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	align-items: center;
	width: 100%
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand .navbar-collapse {
	display: flex !important
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem
}

.card-title {
	margin-bottom: .5rem
}

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none
	}
}

.accordion-button.collapsed {
	border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(180deg)
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-width: 1px;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-width: 1px;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-collapse {
	border: solid rgba(0, 0, 0, .125);
	border-width: 0 1px
}

.accordion-body {
	padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-width: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6
}

.page-link {
	padding: .375rem .75rem
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3rem
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe
}

.alert-primary .alert-link {
	color: #06357a
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8
}

.alert-secondary .alert-link {
	color: #34383c
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}

.alert-success .alert-link {
	color: #0c4128
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb
}

.alert-info .alert-link {
	color: #04414d
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5
}

.alert-warning .alert-link {
	color: #523e02
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7
}

.alert-danger .alert-link {
	color: #6a1a21
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light .alert-link {
	color: #4f5050
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf
}

.alert-dark .alert-link {
	color: #101214
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row
	}

	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #0f5132;
	background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #636464;
	background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .25
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.toast:not(.showing):not(.show) {
	opacity: 0
}

.toast.hide {
	display: none
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

.modal-fullscreen .modal-footer {
	border-radius: 0
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
	padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
	padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[data-popper-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem !important
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right],
.bs-popover-end {
	margin-left: .5rem !important
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem !important
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left],
.bs-popover-start {
	margin-right: .5rem !important
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators li {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion:reduce) {

	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.link-primary {
	color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
	color: #0a58ca
}

.link-secondary {
	color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
	color: #565e64
}

.link-success {
	color: #198754
}

.link-success:focus,
.link-success:hover {
	color: #146c43
}

.link-info {
	color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
	color: #3dd5f3
}

.link-warning {
	color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
	color: #ffcd39
}

.link-danger {
	color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
	color: #b02a37
}

.link-light {
	color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
	color: #f9fafb
}

.link-dark {
	color: #212529
}

.link-dark:focus,
.link-dark:hover {
	color: #1a1e21
}

.ratio {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	padding-top: var(--aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--aspect-ratio: 100%
}

.ratio-4x3 {
	--aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
	--aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
	--aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

.translate-middle {
	transform: translate(-50%, -50%) !important
}

.translate-middle-x {
	transform: translateX(-50%) !important
}

.translate-middle-y {
	transform: translateY(-50%) !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-end {
	border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #0d6efd !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #198754 !important
}

.border-info {
	border-color: #0dcaf0 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #212529 !important
}

.border-white {
	border-color: #fff !important
}

.border-0 {
	border-width: 0 !important
}

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-lighter {
	font-weight: lighter !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: bolder !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-primary {
	color: #0d6efd !important
}

.text-secondary {
	color: #6c757d !important
}

.text-success {
	color: #198754 !important
}

.text-info {
	color: #0dcaf0 !important
}

.text-warning {
	color: #ffc107 !important
}

.text-danger {
	color: #dc3545 !important
}

.text-light {
	color: #f8f9fa !important
}

.text-dark {
	color: #212529 !important
}

.text-white {
	color: #fff !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-reset {
	color: inherit !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}

.bg-primary {
	background-color: #0d6efd !important
}

.bg-secondary {
	background-color: #6c757d !important
}

.bg-success {
	background-color: #198754 !important
}

.bg-info {
	background-color: #0dcaf0 !important
}

.bg-warning {
	background-color: #ffc107 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

.bg-dark {
	background-color: #212529 !important
}

.bg-body {
	background-color: #fff !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: .2rem !important
}

.rounded-2 {
	border-radius: .25rem !important
}

.rounded-3 {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-sm-0 {
		gap: 0 !important
	}

	.gap-sm-1 {
		gap: .25rem !important
	}

	.gap-sm-2 {
		gap: .5rem !important
	}

	.gap-sm-3 {
		gap: 1rem !important
	}

	.gap-sm-4 {
		gap: 1.5rem !important
	}

	.gap-sm-5 {
		gap: 3rem !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .25rem !important
	}

	.me-sm-2 {
		margin-right: .5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}

	.fs-sm-1 {
		font-size: 2.5rem !important
	}

	.fs-sm-2 {
		font-size: 2rem !important
	}

	.fs-sm-3 {
		font-size: 1.75rem !important
	}

	.fs-sm-4 {
		font-size: 1.5rem !important
	}

	.fs-md-1 {
		font-size: 2.5rem !important
	}

	.fs-md-2 {
		font-size: 2rem !important
	}

	.fs-md-3 {
		font-size: 1.75rem !important
	}

	.fs-md-4 {
		font-size: 1.5rem !important
	}

	.fs-lg-1 {
		font-size: 2.5rem !important
	}

	.fs-lg-2 {
		font-size: 2rem !important
	}

	.fs-lg-3 {
		font-size: 1.75rem !important
	}

	.fs-lg-4 {
		font-size: 1.5rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}


@charset "UTF-8";

.fileuploader-input .fileuploader-input-button,
.fileuploader-input .fileuploader-input-caption,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item span.fileuploader-action-popup,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action],
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
	-webkit-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
	-o-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
	transition: .7s cubic-bezier(.17, .67, 0, 1.01)
}

.fileuploader-items .fileuploader-item,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-popup,
.fileuploader-popup .fileuploader-popup-node {
	-webkit-animation: fileuploaderFadeIn .2s ease;
	animation: fileuploaderFadeIn .2s ease
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
	display: inline-block;
	margin: 0;
	padding: 14px 22px;
	border: none;
	border-radius: 30px;
	outline: 0;
	font-weight: 700;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
	background: #e6ebf4;
	color: #90a0bc
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
	background: #edf1f7;
	transform: translateY(-1px)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
	background: #dfe5f1;
	transform: translateY(1px)
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
	background: #9658fe;
	background: -moz-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
	background: -webkit-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
	background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);
	background-size: 140% auto;
	background-position: center;
	color: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .04)
}

.fileuploader-input .fileuploader-input-button:hover,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover {
	background-position: left;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	transform: translateY(-2px)
}

.fileuploader-input .fileuploader-input-button:active,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active {
	background-position: right;
	box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
	transform: translateY(2px)
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after,
.fileuploader-popup.loading:after {
	content: "";
	position: absolute;
	min-width: 24px;
	min-height: 24px;
	max-width: 48px;
	max-height: 48px;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=) no-repeat center;
	background-size: contain
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after,
.fileuploader-popup .fileuploader-popup-move:after,
.fileuploader-popup.loading:after {
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .progress-bar2 span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
.fileuploader-popup .fileuploader-cropper,
.fileuploader-popup .fileuploader-cropper *,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-popup .fileuploader-popup-move,
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fileuploader,
.fileuploader *,
.fileuploader :after,
.fileuploader :before,
.fileuploader-popup,
.fileuploader-popup *,
.fileuploader-popup :after,
.fileuploader-popup :before {
	box-sizing: border-box
}

.fileuploader,
.fileuploader-popup {
	font-weight: 400;
	line-height: normal;
	text-align: left
}

.fileuploader button,
.fileuploader-popup button {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	font: inherit;
	background: 0 0;
	box-shadow: none
}

.fileuploader button:focus,
.fileuploader-popup button:focus {
	outline: 0
}

.fileuploader {
	display: block;
	width: 100%;
	padding: 1rem;
	margin: 0;
	background: var(--bg-light);
	border-radius: 6px
}

.fileuploader-icon-main {
	display: inline-block;
	font-size: 18px;
	color: var(--color-primary);
}

.fileuploader-input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid transparent;
	border-radius: 30px;
	cursor: pointer
}

.fileuploader-input .fileuploader-input-caption {
	position: relative;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 13px 16px;
	margin-right: 16px;
	background: #fff;
	border: 1px solid #ebeef1;
	border-radius: 30px;
	color: #789bec;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .01);
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
	border-color: #789bec
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-height: 22px;
	margin-right: 6px
}

.fileuploader-input.fileuploader-dragging {
	background: #fff;
	border: 1px solid #ebeef1;
	border-style: dashed
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
	border-color: transparent
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0
}

.fileuploader-disabled .fileuploader-input {
	opacity: .7;
	cursor: default;
	pointer-events: none !important
}

.fileuploader-items .fileuploader-items-list {
	display: block;
	margin: 0 -16px;
	padding: 0;
	list-style: none
}

.fileuploader-items .fileuploader-item {
	position: relative;
	margin: 0;
	padding: 20px 16px 20px 22px;
	border-bottom: 1px solid #ebeef1;
	animation-duration: .6s
}

.fileuploader-items .fileuploader-item:last-child {
	border-bottom: 0;
	margin-bottom: -16px
}

.fileuploader-items .fileuploader-item.upload-failed {
	background: rgba(254, 84, 111, .06)
}

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
	position: absolute;
	left: -8px;
	top: -8px;
	width: 36px;
	height: 36px
}

.fileuploader-items .fileuploader-item .columns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2
}

.fileuploader-items .fileuploader-item .column-thumbnail {
	position: relative;
	width: 36px;
	height: 36px
}

.fileuploader-items .fileuploader-item .column-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 16px;
	padding-right: 16px;
	color: #74809d;
	overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #74809d;
	text-decoration: none
}

.fileuploader-items .fileuploader-item .column-title div {
	width: 100%;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title span {
	font-size: 12px;
	color: #979fb8
}

.fileuploader-items .fileuploader-item .column-actions {
	margin: 0 16px
}

.fileuploader-items .fileuploader-item .fileuploader-item-image {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
	content: "";
	width: 50%;
	height: 50%
}

.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image img {
	position: absolute;
	max-width: none;
	max-height: 100%;
	background: #fff
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	cursor: default;
	background-color: #ddd;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
	color: #888
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
	position: absolute;
	display: block;
	width: 90%;
	font-style: normal;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(43, 56, 71, .2);
	border-radius: 6px;
	cursor: pointer;
	opacity: 0
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
	opacity: 1
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
	background: rgba(43, 56, 71, .4)
}

.fileuploader-items .fileuploader-item .fileuploader-action {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #c0c6d2;
	cursor: pointer;
	vertical-align: top;
	text-align: center
}

.fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action {
	margin-left: 16px
}

.fileuploader-items .fileuploader-item .fileuploader-action:hover {
	color: #789bec
}

.fileuploader-items .fileuploader-item .fileuploader-action:active {
	color: #668ee9
}

.fileuploader-items .fileuploader-item .fileuploader-action i {
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 20px
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
	color: #fff;
	background: #fe7676;
	border-radius: 50%;
	box-shadow: -1px 1px 6px rgba(254, 118, 118, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
	font-size: 14px;
	text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
	background-color: #fe8a8a
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
	background-color: #fe6262
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
	color: #fff;
	background: #43d084;
	border-radius: 50%;
	box-shadow: -1px 1px 6px rgba(67, 208, 132, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
	font-size: 14px;
	text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
	background-color: #53d48f
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
	background-color: #33cc79
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
	content: "?"
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover {
	background: #fe7676;
	box-shadow: -1px 1px 6px rgba(254, 118, 118, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before {
	content: "?"
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
	background-color: #fe6262
}

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
	display: block
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	border-radius: 6px
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	border-radius: 6px;
	background: #789bec;
	box-shadow: 0 4px 8px -1px rgba(120, 155, 236, .6)
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	border-radius: 0;
	background: rgba(104, 125, 219, .08);
	box-shadow: none
}

.fileuploader-items .fileuploader-item .progress-bar2 span {
	position: absolute;
	right: 16px;
	color: rgba(151, 159, 184, .16);
	font-size: 48px
}

.fileuploader-items .fileuploader-item.sorting {
	background: #fafbfd;
	border-radius: 6px;
	opacity: .8;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	z-index: 799
}

.fileuploader-items .fileuploader-item.sorting,
.fileuploader-items .fileuploader-item.sorting .fileuploader-action,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img {
	-webkit-animation: none;
	animation: none
}

.fileuploader-items .fileuploader-sorter-placeholder {
	background: rgba(0, 0, 0, .03);
	margin: 0;
	padding: 0;
	-webkit-animation: none;
	animation: none
}

.file-type-image .fileuploader-item-icon {
	background-color: #3982fe !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E")
}

.file-type-image .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-type-audio .fileuploader-item-icon {
	background-color: #66d043 !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E")
}

.file-type-audio .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-type-video .fileuploader-item-icon {
	background-color: #9868ff !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E")
}

.file-type-video .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-rar .fileuploader-item-icon,
.file-ext-zip .fileuploader-item-icon {
	background-color: #ffd236 !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E")
}

.file-ext-rar .fileuploader-item-icon i,
.file-ext-zip .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-pdf .fileuploader-item-icon {
	background-color: #ef5350 !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E")
}

.file-ext-pdf .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-doc .fileuploader-item-icon,
.file-ext-docx .fileuploader-item-icon,
.file-ext-rtf .fileuploader-item-icon {
	background-color: #2372ba !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E")
}

.file-ext-doc .fileuploader-item-icon i,
.file-ext-docx .fileuploader-item-icon i,
.file-ext-rtf .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-xls .fileuploader-item-icon,
.file-ext-xlsx .fileuploader-item-icon {
	background-color: #14a73c !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E")
}

.file-ext-xls .fileuploader-item-icon i,
.file-ext-xlsx .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-pps .fileuploader-item-icon,
.file-ext-ppsx .fileuploader-item-icon,
.file-ext-ppt .fileuploader-item-icon,
.file-ext-pptx .fileuploader-item-icon {
	background-color: #f26522 !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E")
}

.file-ext-pps .fileuploader-item-icon i,
.file-ext-ppsx .fileuploader-item-icon i,
.file-ext-ppt .fileuploader-item-icon i,
.file-ext-pptx .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-psd .fileuploader-item-icon {
	background-color: #3172eb !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E")
}

.file-ext-psd .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-ai .fileuploader-item-icon {
	background-color: #ff9e00 !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E")
}

.file-ext-ai .fileuploader-item-icon i {
	visibility: hidden;
	color: #fff
}

.file-ext-txt .fileuploader-item-icon {
	background-color: #454545 !important
}

.file-ext-txt .fileuploader-item-icon i {
	color: #fff !important
}

.file-ext-css .fileuploader-item-icon {
	background-color: #26a69a !important
}

.file-ext-css .fileuploader-item-icon i {
	color: #fff !important
}

.file-ext-html .fileuploader-item-icon {
	background-color: #cf33a8 !important
}

.file-ext-html .fileuploader-item-icon i {
	color: #fff !important
}

.fileuploader-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #191d1e;
	z-index: 1090;
	animation-duration: .4s
}

.fileuploader-popup.loading:after {
	width: 48px;
	height: 48px;
	z-index: 8
}

.fileuploader-popup .fileuploader-popup-preview {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2
}

.fileuploader-popup .fileuploader-popup-node {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 100%;
	height: 100%;
	min-width: 20px;
	min-height: 20px;
	padding: 80px 56px 64px;
	overflow: hidden
}

.fileuploader-popup .fileuploader-popup-node.is-zoomed {
	display: block
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
	cursor: grab
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving {
	cursor: grabbing
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point {
	cursor: grabbing !important
}

.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node>div,
.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node>audio,
.fileuploader-popup .fileuploader-popup-node.node-image .reader-node>img,
.fileuploader-popup .fileuploader-popup-node.node-video .reader-node>video {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #47525d;
	background: #fafafa;
	box-shadow: 0 0 18px rgba(0, 0, 0, .4);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: 0;
	outline: 0
}

.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node audio {
	width: 450px;
	border-radius: 34px
}

.fileuploader-popup .fileuploader-popup-node.node-application .reader-node iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 3px
}

.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node div {
	max-width: 992px;
	padding: 20px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	overflow-y: auto;
	white-space: pre-wrap
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered {
	display: block
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+) no-repeat center;
	background-size: contain
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
	position: absolute;
	bottom: 14px;
	left: 0;
	padding: 4px 6px;
	border-radius: 4px;
	color: #fff;
	max-width: 100%;
	background-image: none;
	word-wrap: break-word
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
	color: #888
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
	visibility: visible
}

.fileuploader-popup .fileuploader-popup-content {
	color: #fdfdfd;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.fileuploader-popup .fileuploader-popup-content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.fileuploader-popup .fileuploader-popup-content ul li {
	display: inline-block;
	padding: 0;
	margin: 0
}

.fileuploader-popup .fileuploader-popup-content ul li+li {
	margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 16px;
	background: rgba(0, 0, 0, .8);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	z-index: 2
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
	display: flex;
	flex: 1;
	white-space: nowrap;
	overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
	overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
	display: block;
	color: #80868b;
	font-size: 14px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
	max-width: 100%;
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
	flex: 1;
	margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
	margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
	padding: 14px 24px;
	text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	z-index: 2
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
	display: inline-block;
	padding: 16px;
	padding-bottom: 13px;
	cursor: pointer;
	text-decoration: none;
	color: #fdfdfd;
	border-bottom: 3px solid transparent
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
	display: inline-block;
	font-size: 18px;
	margin-top: -4px;
	margin-right: 6px;
	vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
	border-bottom-color: #789bec;
	color: #fff
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
	font-size: 14px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	border: none;
	border-radius: 50%;
	padding: 0;
	vertical-align: middle;
	color: #fdfdfd;
	background: rgba(255, 255, 255, .1);
	text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
	background: rgba(255, 255, 255, .3)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
	display: inline-block;
	-webkit-appearance: none;
	width: 130px;
	padding: 0;
	margin: 0 16px;
	vertical-align: middle;
	background: 0 0
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
	outline: 0
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: .2s;
	box-shadow: none;
	background: #789bec;
	border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: .2s;
	box-shadow: none;
	background: #789bec;
	border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
	display: inline-block;
	min-width: 40px;
	text-align: center;
	margin-left: 6px;
	color: #fff;
	vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-move {
	position: absolute;
	display: none;
	width: 56px;
	height: 100%;
	font-size: 24px;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: .4;
	cursor: pointer;
	z-index: 1
}

.fileuploader-popup .fileuploader-popup-move:hover {
	opacity: 1
}

.fileuploader-popup .fileuploader-popup-move:after {
	position: absolute
}

.fileuploader-popup .fileuploader-popup-move[data-action=next] {
	left: auto;
	right: 0
}

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
	display: inline-block
}

.fileuploader-popup .fileuploader-cropper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 20, 27, .65);
	z-index: 9
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
	content: "";
	position: absolute;
	border: 1px solid rgba(250, 250, 250, .8);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 34%;
	border-top: 0;
	border-bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
	top: 50%;
	left: 0;
	height: 34%;
	width: 100%;
	border-left: 0;
	border-right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before {
	opacity: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 3
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	border-radius: 50%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
	top: -12px;
	left: -12px;
	cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
	top: -12px;
	left: 50%;
	margin-left: -12px;
	cursor: n-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
	top: -12px;
	right: -12px;
	cursor: ne-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
	top: 50%;
	right: -12px;
	margin-top: -12px;
	cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
	bottom: -12px;
	right: -12px;
	cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	cursor: s-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
	bottom: -12px;
	left: -12px;
	cursor: sw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
	left: -12px;
	top: 50%;
	margin-top: -12px;
	cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: move
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .8)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
	position: absolute;
	bottom: -12px;
	left: 50%;
	color: #fff;
	font-family: sans-serif;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	padding: 4px 8px;
	background: rgba(0, 0, 0, .6);
	border-radius: 14px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(100%);
	transform: translateX(-50%) translateY(100%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
	opacity: 0
}

@media all and (max-width:768px) {
	.fileuploader-popup .fileuploader-popup-header {
		display: block;
		padding: 0
	}

	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
		padding: 16px
	}

	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
		position: fixed;
		left: 0;
		bottom: 16px;
		width: 100%;
		margin: 0;
		text-align: center
	}

	.fileuploader-popup .fileuploader-popup-node {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 117px
	}

	.fileuploader-popup .fileuploader-popup-footer {
		bottom: 61px;
		background: 0 0
	}

	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
		display: none
	}

	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
		border-color: transparent
	}

	.fileuploader-popup .fileuploader-popup-move {
		width: 30px
	}

	.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
		padding-left: 30px;
		padding-right: 30px
	}
}

@-webkit-keyframes fileuploaderFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fileuploaderFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@font-face {
	font-family: "iconfont";
	src: url(img/iconfont.woff2?t=1626195706634) format('woff2'), url(img/iconfont.woff?t=1626195706634) format('woff'), url(img/iconfont.ttf?t=1626195706634) format('truetype')
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-mail-fill:before {
	content: "\e91e"
}

.icon-alipay:before {
	content: "\e933"
}

.icon-taobao:before {
	content: "\e934"
}

.icon-Youtube:before {
	content: "\e955"
}

.icon-instagram:before {
	content: "\e97a"
}

.icon-bilibili-fill:before {
	content: "\e62a"
}

.icon-bilibili-line:before {
	content: "\e66d"
}

.icon-upload:before {
	content: "\e720"
}

.icon-choose:before {
	content: "\e71f"
}

.icon-close:before {
	content: "\e71e"
}

.icon-arrow:before {
	content: "\e71d"
}

.icon-dot3:before {
	content: "\e71c"
}

.icon-search1:before {
	content: "\e600"
}

.icon-dot1:before {
	content: "\e654"
}

.icon-dot:before {
	content: "\e63f"
}

.icon-dot2:before {
	content: "\e632"
}

.icon-yueliang:before {
	content: "\e6b8"
}

.icon-sun:before {
	content: "\f0e6"
}

.icon-qq:before {
	content: "\e746"
}

.icon-wechat:before {
	content: "\e763"
}

.icon-weibo:before {
	content: "\e764"
}

.icon-behance:before {
	content: "\e6e3"
}

.icon-facebook:before {
	content: "\e6e5"
}

.icon-linkedin:before {
	content: "\e6e7"
}

.icon-tumblr:before {
	content: "\e6e8"
}

.icon-twitter:before {
	content: "\e6e9"
}

.icon-jinrongguanli:before {
	content: "\eb8a"
}

.icon-zhangdan-wancheng:before {
	content: "\eb8b"
}

.icon-zhangdan:before {
	content: "\eb8c"
}

.icon-zhibi_renminbi:before {
	content: "\eb8d"
}

.icon-renminbi:before {
	content: "\eb8e"
}

.icon-zijin_dongjie:before {
	content: "\eb8f"
}

.icon-zijin:before {
	content: "\eb90"
}

.icon-zijinxunhuan:before {
	content: "\eb91"
}

.icon-anniucai:before {
	content: "\eb92"
}

.icon-cai:before {
	content: "\eb93"
}

.icon-biaoqing:before {
	content: "\eb94"
}

.icon-anniu-zan:before {
	content: "\eb95"
}

.icon-biaoqing_xiao:before {
	content: "\eb96"
}

.icon-chengchang:before {
	content: "\eb97"
}

.icon-dianhua:before {
	content: "\eb98"
}

.icon-duanxin:before {
	content: "\eb99"
}

.icon-gerentouxiang:before {
	content: "\eb9a"
}

.icon-fenxiang:before {
	content: "\eb9b"
}

.icon-qiandao:before {
	content: "\eb9c"
}

.icon-qunzu:before {
	content: "\eb9d"
}

.icon-biaoqing_beishang:before {
	content: "\eb9e"
}

.icon-shoucang:before {
	content: "\eb9f"
}

.icon-tianjiahaoyou:before {
	content: "\eba0"
}

.icon-wangwanglikai:before {
	content: "\eba1"
}

.icon-xiai:before {
	content: "\eba2"
}

.icon-zan:before {
	content: "\eba3"
}

.icon-wangwang:before {
	content: "\eba4"
}

.icon-daibanrenwu_quxiao:before {
	content: "\eba5"
}

.icon-daibanrenwu:before {
	content: "\eba6"
}

.icon-naozhong:before {
	content: "\eba7"
}

.icon-shijian:before {
	content: "\eba8"
}

.icon-riqi:before {
	content: "\eba9"
}

.icon-rili:before {
	content: "\ebaa"
}

.icon-shuzhuangtu:before {
	content: "\ebab"
}

.icon-yun:before {
	content: "\ebac"
}

.icon-bingtu:before {
	content: "\ebad"
}

.icon-yunshangchuan:before {
	content: "\ebae"
}

.icon-yunxiazai:before {
	content: "\ebaf"
}

.icon-zhexiantu:before {
	content: "\ebb0"
}

.icon-zhuzhuangtu:before {
	content: "\ebb1"
}

.icon-baoguo_lanshou:before {
	content: "\ebb2"
}

.icon-baoguo_dabao:before {
	content: "\ebb3"
}

.icon-baoguo_huanbaohe:before {
	content: "\ebb4"
}

.icon-baoguo_dakai:before {
	content: "\ebb5"
}

.icon-baoguo_hezi:before {
	content: "\ebb6"
}

.icon-baoguo_lingjian:before {
	content: "\ebb7"
}

.icon-baoguo_shounahe:before {
	content: "\ebb8"
}

.icon-baoguo_tihuoduanxin:before {
	content: "\ebb9"
}

.icon-baoguo_quxiaoshouhuo:before {
	content: "\ebba"
}

.icon-bijibendiannao:before {
	content: "\eabb"
}

.icon-baoguo_shouhuo:before {
	content: "\ebbb"
}

.icon-bianjibiaoge:before {
	content: "\eabc"
}

.icon-baoguo_yidong:before {
	content: "\ebbc"
}

.icon-chizi:before {
	content: "\eabd"
}

.icon-che:before {
	content: "\ebbd"
}

.icon-biaoqian:before {
	content: "\eabe"
}

.icon-didiandingwei:before {
	content: "\ebbe"
}

.icon-dayinji:before {
	content: "\eabf"
}

.icon-ditu_diqiu:before {
	content: "\ebbf"
}

.icon-baocun:before {
	content: "\eac0"
}

.icon-baoguo_fahuo:before {
	content: "\ebc0"
}

.icon-bianji:before {
	content: "\eac1"
}

.icon-ditu:before {
	content: "\ebc1"
}

.icon-daochu:before {
	content: "\eac2"
}

.icon-ditu_dingwei:before {
	content: "\ebc2"
}

.icon-daoru:before {
	content: "\eac3"
}

.icon-feiji_qifei:before {
	content: "\ebc3"
}

.icon-diannao:before {
	content: "\eac4"
}

.icon-baoguo:before {
	content: "\ebc4"
}

.icon-fuzhi:before {
	content: "\eac5"
}

.icon-gouwuche:before {
	content: "\ebc5"
}

.icon-ding:before {
	content: "\eac6"
}

.icon-gaojijibao:before {
	content: "\ebc6"
}

.icon-jianqie:before {
	content: "\eac7"
}

.icon-fenjianguocheng:before {
	content: "\ebc7"
}

.icon-jianpan:before {
	content: "\eac8"
}

.icon-feiji_jiangla:before {
	content: "\ebc8"
}

.icon-jiesuo:before {
	content: "\eac9"
}

.icon-guizi:before {
	content: "\ebc9"
}

.icon-shaixuan:before {
	content: "\eaca"
}

.icon-huoche_zhuangche:before {
	content: "\ebca"
}

.icon-shouji:before {
	content: "\eacb"
}

.icon-huoche_quxiaozhuangche:before {
	content: "\ebcb"
}

.icon-suoding:before {
	content: "\eacc"
}

.icon-huoche:before {
	content: "\ebcc"
}

.icon-tupian:before {
	content: "\eacd"
}

.icon-tianjiafujian:before {
	content: "\eace"
}

.icon-fuwu:before {
	content: "\ebce"
}

.icon-wenben:before {
	content: "\eacf"
}

.icon-jiankong:before {
	content: "\ebcf"
}

.icon-bangongbao:before {
	content: "\ead0"
}

.icon-jibao:before {
	content: "\ebd0"
}

.icon-shu:before {
	content: "\ead1"
}

.icon-jianzhu:before {
	content: "\ebd1"
}

.icon-wenjianjia:before {
	content: "\ead2"
}

.icon-jiancha:before {
	content: "\ebd2"
}

.icon-touyingyi:before {
	content: "\ead3"
}

.icon-jingliren:before {
	content: "\ebd3"
}

.icon-cangku_cangchuguanli:before {
	content: "\ead4"
}

.icon-paijian:before {
	content: "\ebd4"
}

.icon-cangku_kucun:before {
	content: "\ead5"
}

.icon-huopinfenliu:before {
	content: "\ebd5"
}

.icon-cangku_kucunxiangqing:before {
	content: "\ead6"
}

.icon-quxiaojibao:before {
	content: "\ebd6"
}

.icon-cangku:before {
	content: "\ead7"
}

.icon-kuaidiyuan:before {
	content: "\ebd7"
}

.icon-cangku_zhongzhuanchuzhan:before {
	content: "\ead8"
}

.icon-sandengfen:before {
	content: "\ebd8"
}

.icon-cangku_cangneishicao:before {
	content: "\ead9"
}

.icon-shijuedingwei:before {
	content: "\ebd9"
}

.icon-fuwuguanli:before {
	content: "\eada"
}

.icon-wuliudanao:before {
	content: "\ebda"
}

.icon-fuwuliu:before {
	content: "\eadb"
}

.icon-tousu:before {
	content: "\ebdb"
}

.icon-cangku_daozhan:before {
	content: "\eadc"
}

.icon-kuaidiyuanguanli:before {
	content: "\ebdc"
}

.icon-cangku_kucunshuaxin:before {
	content: "\eadd"
}

.icon-yizhan:before {
	content: "\ebdd"
}

.icon-gongzuoliu:before {
	content: "\eade"
}

.icon-yizhanxiangqing:before {
	content: "\ebde"
}

.icon-guanliyuanrenzheng:before {
	content: "\eadf"
}

.icon-sidengfen:before {
	content: "\ebdf"
}

.icon-jinzhidengji:before {
	content: "\eae0"
}

.icon-CPhezuo:before {
	content: "\ebe0"
}

.icon-dianbiao:before {
	content: "\eae1"
}

.icon-PDA:before {
	content: "\ebe1"
}

.icon-guanliyuansousuo:before {
	content: "\eae2"
}

.icon-xiangsishangpin:before {
	content: "\ebe2"
}

.icon-kuaisugongzuoliu:before {
	content: "\eae3"
}

.icon-yibiaopan:before {
	content: "\ebe3"
}

.icon-rengonggaichengyunshang:before {
	content: "\eae4"
}

.icon-duanxinqunfa:before {
	content: "\ebe4"
}

.icon-rengongbuma:before {
	content: "\eae5"
}

.icon-xiaoxi:before {
	content: "\ebe5"
}

.icon-rengonggaizhan:before {
	content: "\eae6"
}

.icon-xinwen:before {
	content: "\ebe6"
}

.icon-saomafuquan:before {
	content: "\eae7"
}

.icon-tongzhizhongxin:before {
	content: "\ebe7"
}

.icon-shuibiao:before {
	content: "\eae8"
}

.icon-youjian:before {
	content: "\ebe8"
}

.icon-shebeisousuo:before {
	content: "\eae9"
}

.icon-dengchu:before {
	content: "\ebe9"
}

.icon-shebeijiance:before {
	content: "\eaea"
}

.icon-gerenxinxi:before {
	content: "\ebea"
}

.icon-tuihuochuzhan:before {
	content: "\eaeb"
}

.icon-anniu_gerenzhongxin:before {
	content: "\ebeb"
}

.icon-yichangshangbao:before {
	content: "\eaec"
}

.icon-yanjing_yincang:before {
	content: "\ebec"
}

.icon-zhongkong:before {
	content: "\eaed"
}

.icon-yanjing_xianshi:before {
	content: "\ebed"
}

.icon-weixiufuwu:before {
	content: "\eaee"
}

.icon-wenshiduchuanganqi:before {
	content: "\eaef"
}

.icon-duoxuanxuanzhong:before {
	content: "\eaf0"
}

.icon-bofang:before {
	content: "\eaf1"
}

.icon-duibi:before {
	content: "\eaf2"
}

.icon-huojianjiasu:before {
	content: "\eaf3"
}

.icon-gouwudai:before {
	content: "\eaf4"
}

.icon-gouwu:before {
	content: "\eaf5"
}

.icon-danxuanweixuanzhong:before {
	content: "\eaf6"
}

.icon-danxuanxuanzhong:before {
	content: "\eaf7"
}

.icon-jiqiren:before {
	content: "\eaf8"
}

.icon-jinxianshibutong:before {
	content: "\eaf9"
}

.icon-kefu:before {
	content: "\eafa"
}

.icon-lanya:before {
	content: "\eafb"
}

.icon-leida-faxianx:before {
	content: "\eafc"
}

.icon-lianjie:before {
	content: "\eafd"
}

.icon-duoxuanweixuanzhong:before {
	content: "\eafe"
}

.icon-liangliangduibi:before {
	content: "\eaff"
}

.icon-quxiaolianjie:before {
	content: "\eb00"
}

.icon-liangdu:before {
	content: "\eb01"
}

.icon-liwu:before {
	content: "\eb02"
}

.icon-shanguangdeng:before {
	content: "\eb03"
}

.icon-shanguangdengzidong:before {
	content: "\eb04"
}

.icon-shengyin:before {
	content: "\eb05"
}

.icon-renlianshibie:before {
	content: "\eb06"
}

.icon-tingzhi:before {
	content: "\eb07"
}

.icon-tanhao:before {
	content: "\eb08"
}

.icon-shanguangdengguanbi:before {
	content: "\eb09"
}

.icon-wenhao:before {
	content: "\eb0a"
}

.icon-xinxi:before {
	content: "\eb0b"
}

.icon-shounadaohang:before {
	content: "\eb0c"
}

.icon-yinliang:before {
	content: "\eb0d"
}

.icon-yingwen:before {
	content: "\eb0e"
}

.icon-yuyin:before {
	content: "\eb0f"
}

.icon-yuechi:before {
	content: "\eb10"
}

.icon-yunsuancaozuo:before {
	content: "\eb11"
}

.icon-zhediedaohang:before {
	content: "\eb12"
}

.icon-zhinanzhen:before {
	content: "\eb13"
}

.icon-zhongwen:before {
	content: "\eb14"
}

.icon-zanting:before {
	content: "\eb15"
}

.icon-zhuti_yifu:before {
	content: "\eb16"
}

.icon-zhendong:before {
	content: "\eb17"
}

.icon-zhuti_tiaosepan:before {
	content: "\eb18"
}

.icon-zhuti:before {
	content: "\eb19"
}

.icon-zuanshi:before {
	content: "\eb1a"
}

.icon-anniu_guanbi:before {
	content: "\eb1b"
}

.icon-anquan:before {
	content: "\eb1c"
}

.icon-bangzhu:before {
	content: "\eb1d"
}

.icon-biaoge:before {
	content: "\eb1e"
}

.icon-anniu_xuanzhong:before {
	content: "\eb1f"
}

.icon-chexiao:before {
	content: "\eb20"
}

.icon-shouye:before {
	content: "\eb21"
}

.icon-duihao:before {
	content: "\eb22"
}

.icon-erweima:before {
	content: "\eb23"
}

.icon-caidan:before {
	content: "\eb24"
}

.icon-guanbi:before {
	content: "\eb25"
}

.icon-guanyu:before {
	content: "\eb26"
}

.icon-cengji:before {
	content: "\eb27"
}

.icon-dengyu:before {
	content: "\eb28"
}

.icon-daohang:before {
	content: "\eb29"
}

.icon-jiahao:before {
	content: "\eb2a"
}

.icon-jiazai_shuaxin:before {
	content: "\eb2b"
}

.icon-jieshaoxinxi:before {
	content: "\eb2c"
}

.icon-jianhao:before {
	content: "\eb2d"
}

.icon-jinyong:before {
	content: "\eb2e"
}

.icon-kaiguan:before {
	content: "\eb2f"
}

.icon-jinggao:before {
	content: "\eb30"
}

.icon-lishijilu:before {
	content: "\eb31"
}

.icon-linggan:before {
	content: "\eb32"
}

.icon-liebiao:before {
	content: "\eb33"
}

.icon-pinleijianshao:before {
	content: "\eb34"
}

.icon-pinleishanchu:before {
	content: "\eb35"
}

.icon-pinleizengjia:before {
	content: "\eb36"
}

.icon-kongzhizhongxin:before {
	content: "\eb37"
}

.icon-shanchu:before {
	content: "\eb38"
}

.icon-saoyisao:before {
	content: "\eb39"
}

.icon-shipin:before {
	content: "\eb3a"
}

.icon-quanjushezhi:before {
	content: "\eb3b"
}

.icon-shitujuzhen:before {
	content: "\eb3c"
}

.icon-shuliang-zengjia:before {
	content: "\eb3d"
}

.icon-shuaxin:before {
	content: "\eb3e"
}

.icon-shuliangjianshao:before {
	content: "\eb3f"
}

.icon-tishi:before {
	content: "\eb40"
}

.icon-renwuzhongxin:before {
	content: "\eb41"
}

.icon-sousuo:before {
	content: "\eb42"
}

.icon-tuwen:before {
	content: "\eb43"
}

.icon-xinzengdaohangliebiao:before {
	content: "\eb44"
}

.icon-Androidgengduo:before {
	content: "\eb45"
}

.icon-iosgengduo:before {
	content: "\eb46"
}

.icon-xiangji:before {
	content: "\eb47"
}

.icon-yemiankuangjia:before {
	content: "\eb48"
}

.icon-yingyongAPP:before {
	content: "\eb49"
}

.icon-anniu_jiantoushouqi:before {
	content: "\eb4a"
}

.icon-anniu-jiantouxiangyou:before {
	content: "\eb4b"
}

.icon-jiantou_liebiaoxiangyou:before {
	content: "\eb4c"
}

.icon-anniu_jiantouzhankai:before {
	content: "\eb4d"
}

.icon-jiantou_liebiaoshouqi:before {
	content: "\eb4e"
}

.icon-jiantou_liebiaoxiangzuo:before {
	content: "\eb4f"
}

.icon-jiantou_qiehuanxiangxia:before {
	content: "\eb50"
}

.icon-jiantou_liebiaozhankai:before {
	content: "\eb51"
}

.icon-jiantou_qiehuanyou:before {
	content: "\eb52"
}

.icon-jiantou_qiehuanxiangshang:before {
	content: "\eb53"
}

.icon-jiantou_qiehuanzuo:before {
	content: "\eb54"
}

.icon-jiantou_shangyiye:before {
	content: "\eb55"
}

.icon-anniu_jiantouxiangzuo:before {
	content: "\eb56"
}

.icon-jiantou_xiayiye:before {
	content: "\eb57"
}

.icon-jiantou_xiangyou:before {
	content: "\eb58"
}

.icon-jiantou_xiangzuo:before {
	content: "\eb59"
}

.icon-jiantou_xiangyouliangci:before {
	content: "\eb5a"
}

.icon-jiantou_shangxiaqiehuan:before {
	content: "\eb5b"
}

.icon-jiantou_yemian_xiangshang:before {
	content: "\eb5c"
}

.icon-jiantou_xiangxia:before {
	content: "\eb5d"
}

.icon-jiantou_xiangshang:before {
	content: "\eb5e"
}

.icon-jiantou_xiangzuoliangci:before {
	content: "\eb5f"
}

.icon-jiantou_yemian_xiangxia:before {
	content: "\eb60"
}

.icon-jiantou_yemian_xiangyou:before {
	content: "\eb61"
}

.icon-jiantou_youshang:before {
	content: "\eb62"
}

.icon-jiantou_zuoshang:before {
	content: "\eb63"
}

.icon-jiantou_youxia:before {
	content: "\eb64"
}

.icon-jiantou_zuoyouqiehuan:before {
	content: "\eb65"
}

.icon-jiaobiaoweixuanzhong:before {
	content: "\eb66"
}

.icon-jiaobiaoxuanzhong:before {
	content: "\eb67"
}

.icon-moduanshouqi:before {
	content: "\eb68"
}

.icon-jiantou_zuoxia:before {
	content: "\eb69"
}

.icon-jiantou_yemian_xiangzuo:before {
	content: "\eb6a"
}

.icon-moduanzhankai:before {
	content: "\eb6b"
}

.icon-moduanzuoyouzhankai:before {
	content: "\eb6c"
}

.icon-quxiaoquanping:before {
	content: "\eb6d"
}

.icon-sanjiaoxing_shang:before {
	content: "\eb6e"
}

.icon-quanping:before {
	content: "\eb6f"
}

.icon-sanjiaoxing:before {
	content: "\eb70"
}

.icon-moduanzuoyoushouqi:before {
	content: "\eb71"
}

.icon-shangxiazhankai:before {
	content: "\eb72"
}

.icon-xiazai:before {
	content: "\eb73"
}

.icon-xuanzeqishouqi:before {
	content: "\eb74"
}

.icon-shangchuan:before {
	content: "\eb75"
}

.icon-xiangzuo:before {
	content: "\eb76"
}

.icon-xuanzeqixiayige:before {
	content: "\eb77"
}

.icon-xuanzeqizhankai:before {
	content: "\eb78"
}

.icon-zhiding:before {
	content: "\eb79"
}

.icon-dunpaibaowei:before {
	content: "\eb7a"
}

.icon-dunpaibaoxianrenzheng:before {
	content: "\eb7b"
}

.icon-huobiliu:before {
	content: "\eb7c"
}

.icon-dunpaibaoxianzhiliang:before {
	content: "\eb7d"
}

.icon-jisuanqi:before {
	content: "\eb7e"
}

.icon-jiekuan:before {
	content: "\eb7f"
}

.icon-hongbao:before {
	content: "\eb80"
}

.icon-jinbi:before {
	content: "\eb81"
}

.icon-cunkuan:before {
	content: "\eb82"
}

.icon-meiyuan:before {
	content: "\eb83"
}

.icon-qianbao:before {
	content: "\eb84"
}

.icon-yinhangqia:before {
	content: "\eb85"
}

.icon-zhangdan_kong:before {
	content: "\eb86"
}

.icon-zhangdan_xiangqing:before {
	content: "\eb87"
}

.icon-zhangdan_quxiao:before {
	content: "\eb88"
}

.icon-zhangdan_xinzeng:before {
	content: "\eb89"
}

:root {
	--color-primary: #0a59f8;
	--color-primary-curr: #1a66ff;
	--color-dark: #313439;
	--color-danger: #f34141;
	--color-secondary: #6b6b6d;
	--color-muted: #878889;
	--color-light: #ecf0f9;
	--color-info: #6fcba1;
	--color-warning: #f63434;
	--color-body: #4b4d50;
	--btn-primary: #0a59f8;
	--btn-outline-primary: #ecf2ff;
	--btn-dark: #313439;
	--btn-secondary: #474749;
	--btn-danger: #f34141;
	--btn-outline-danger: #fff1ec;
	--btn-success: #49d6ab;
	--btn-muted: #d5d8dd;
	--btn-light: #eff1f5;
	--btn-info: #eaf5f0;
	--btn-warning: #fff3f3;
	--border-primary: #0a59f8;
	--border-dark: #313439;
	--border-secondary: #474749;
	--border-danger: #ffddd3;
	--border-light: #f0f3f7;
	--border-info: #d9eae2;
	--border-warning: #ffe1e1;
	--border-muted: #d6dce0;
	--bg-primary: #0a59f8;
	--bg-outline-primary: #ecf2ff;
	--bg-dark: #2e2e30;
	--bg-secondary: #474749;
	--bg-danger: #f34141;
	--bg-light: #f7f8fa;
	--bg-info: #6fcba1;
	--bg-warning: #f63434;
	--bg-muted: #d6dce0;
	--bg-body: #f6f8fb;
	--bg-white: #fff;
	--radius-xs: 2px;
	--radius-sm: 4px;
	--radius-md: 6px;
	--radius-lg: 10px
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	border: none;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
	margin: 0;
	padding: 0
}

blockquote:before,
blockquote:after {
	content: ""
}

html {
	scroll-behavior: smooth
}

@media (prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: smooth
	}
}

body {
	font-family: OPPOSans2, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: .875rem;
	background-color: var(--bg-body);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

p {
	line-height: inherit
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-transition-duration: 0s !important;
		-o-transition-duration: 0s !important;
		transition-duration: 0s !important
	}
}

a {
	color: var(--color-body);
	text-decoration: none;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s
}

a:hover,
a:active,
a:focus,
a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.screen-reader-text,
.sr-only {
	display: none
}

i {
	font-style: normal
}

em,
q,
dfn {
	font-style: italic
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: 500
}

big {
	font-size: 1.2em
}

small {
	font-size: 75%
}

b,
strong {
	font-weight: 500
}

ins {
	text-decoration: underline
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

abbr,
acronym {
	cursor: help
}

address {
	line-height: 1.5;
	margin: 0 0 2rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0
}

h1,
.h1,
.heading-size-1 {
	font-size: 1.625rem !important;
	line-height: 1.4
}

h2,
.h2,
.heading-size-2 {
	font-size: 1.5rem !important;
	line-height: 1.4
}

h3,
.h3,
.heading-size-3 {
	font-size: 1.3125rem !important
}

h4,
.h4,
.heading-size-4 {
	font-size: 1.25rem !important;
	line-height: 1.4
}

h5,
.h5,
.heading-size-5 {
	font-size: 1.125rem !important;
	line-height: 1.4
}

h6,
.h6,
.heading-size-6 {
	line-height: 1.4
}

@media (max-width:767.98px) {

	h1,
	.h1,
	.heading-size-1 {
		font-size: 1.25rem !important
	}

	h2,
	.h2,
	.heading-size-2 {
		font-size: 1.125rem !important
	}

	h3,
	.h3,
	.heading-size-3 {
		font-size: 1rem !important
	}

	h4,
	.h4,
	.heading-size-4 {
		font-size: .9375rem !important
	}

	h5,
	.h5,
	.heading-size-5 {
		font-size: .9375rem !important
	}

	h6,
	.h6,
	.heading-size-6 {
		font-size: .9375rem !important
	}
}

@media (min-width:768px) and (max-width:991.98px) {

	h1,
	.h1,
	.heading-size-1 {
		font-size: 1.5rem !important
	}

	h2,
	.h2,
	.heading-size-2 {
		font-size: 1.375rem !important
	}

	h3,
	.h3,
	.heading-size-3 {
		font-size: 1.125rem !important
	}

	h4,
	.h4,
	.heading-size-4 {
		font-size: 1rem !important;
		line-height: 1.5
	}

	h5,
	.h5,
	.heading-size-5 {
		font-size: 1rem !important
	}

	h6,
	.h6,
	.heading-size-6 {
		font-size: 1rem !important
	}
}

@media (min-width:992px) and (max-width:1199.98px) {

	h1,
	.h1,
	.heading-size-1 {
		font-size: 1.5rem !important
	}

	h2,
	.h2,
	.heading-size-2 {
		font-size: 1.375rem !important
	}

	h3,
	.h3,
	.heading-size-3 {
		font-size: 1.3125rem !important
	}

	h4,
	.h4,
	.heading-size-4 {
		font-size: 1.25rem !important
	}

	h5,
	.h5,
	.heading-size-5 {
		font-size: 1.125rem !important
	}

	h6,
	.h6,
	.heading-size-6 {
		font-size: 1rem !important
	}
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 85%
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: initial;
	line-height: 1
}

@supports (font-variation-settings:normal) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: initial
	}
}

input,
textarea {
	border-color: var(--border-light);
	color: var(--text-dark)
}

.nice-dark-mode input,
.nice-dark-mode textarea textarea {
	color: var(--night-text-dark)
}

code,
input[type=url],
input[type=email],
input[type=tel] {
	direction: ltr
}

input[type=text],
input[type=password],
input[type=email],
input[type=url] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

textarea {
	line-height: 1.5;
	width: 100%
}

input::-webkit-input-placeholder {
	line-height: normal
}

input:-ms-input-placeholder {
	line-height: normal
}

input::-moz-placeholder {
	line-height: revert
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

button,
button:focus,
button:hover,
.button:focus,
.button:hover {
	-webkit-appearance: none;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0;
	opacity: 1;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	text-decoration: none
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
	outline: 0
}

select {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

textarea {
	height: auto;
	resize: none
}

menu,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0
}

caption {
	color: inherit
}

dt,
dd {
	line-height: 1.5
}

dt {
	font-weight: 500
}

dt+dd {
	margin-top: .5rem
}

dd+dt {
	margin-top: 1.5rem
}

blockquote {
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	background-color: var(--bg-light);
	border-radius: var(--radius-sm);
	border: 1px solid var(--border-light);
	color: inherit
}

cite {
	color: inherit;
	font-size: 85%;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25
}

blockquote cite {
	display: block;
	margin: 2rem 0 0
}

blockquote p,
blockquote>p:last-child {
	margin-bottom: 2rem
}

blockquote p:last-child {
	margin: 0
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-size: inherit
}

code,
kbd,
samp {
	border-radius: var(--radius-xs)
}

pre {
	white-space: pre;
	overflow-x: auto
}

figure {
	margin: 0
}

video,
iframe {
	max-width: 100%;
	height: auto
}

svg,
img,
embed,
object {
	max-width: 100%
}

figcaption a,
.wp-caption-text a {
	color: inherit
}

.gallery {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 3em 0 3em -.8em;
	width: calc(100% + 1.6em)
}

.gallery-item {
	margin: .8em 0;
	padding: 0 .8em;
	width: 100%
}

.gallery-caption {
	display: block;
	margin-top: .8em
}

.w-8 {
	width: 8px !important;
	height: 8px !important
}

.w-12 {
	width: 12px !important;
	height: 12px !important
}

.w-16 {
	width: 16px !important;
	height: 16px !important
}

.w-20 {
	width: 20px !important;
	height: 20px !important;
	font-size: .6em
}

.w-24 {
	width: 24px !important;
	height: 24px !important;
	font-size: .7em
}

.w-28 {
	width: 28px !important;
	height: 28px !important;
	font-size: .8em
}

.w-32 {
	width: 32px !important;
	height: 32px !important;
	font-size: .85em
}

.w-36 {
	width: 36px !important;
	height: 36px !important;
	font-size: .875em
}

.w-40 {
	width: 40px !important;
	height: 40px !important
}

.w-48 {
	width: 48px !important;
	height: 48px !important
}

.w-56 {
	width: 56px !important;
	height: 56px !important
}

.w-64 {
	width: 64px !important;
	height: 64px !important
}

.w-72 {
	width: 72px !important;
	height: 72px !important
}

.w-80 {
	width: 80px;
	height: 80px
}

.w-96 {
	width: 96px;
	height: 96px
}

.w-128 {
	width: 128px;
	height: 128px
}

.w-168 {
	width: 168px;
	height: 168px
}

.w-192 {
	width: 192px
}

.w-xs {
	width: 90px
}

.w-auto {
	width: auto
}

.h-auto {
	height: auto
}

.hv {
	height: 100vh
}

.h-v {
	min-height: 100vh
}

.h-v-30 {
	min-height: 30vh
}

.h-v-33 {
	min-height: 33vh
}

.h-v-50 {
	min-height: 50vh
}

.h-v-66 {
	min-height: 66vh
}

.h-v-75 {
	min-height: 75vh
}

@media (max-width:1199.98px) {
	.w-auto-lg {
		width: auto !important
	}

	.w-100-lg {
		width: 100% !important
	}
}

@media (max-width:991.98px) {
	.w-auto-md {
		width: auto !important
	}

	.w-100-md {
		width: 100% !important
	}
}

@media (max-width:767.98px) {
	.w-auto-sm {
		width: auto !important
	}

	.w-100-sm {
		width: 100% !important
	}
}

@media (max-width:575.98px) {
	.w-auto-xs {
		width: auto !important
	}

	.w-100-xs {
		width: 100% !important
	}
}

@media (min-width:768px) {
	.h-v-25 {
		min-height: 25vh
	}
}

.overflow-y {
	overflow-x: hidden;
	overflow-y: auto
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.scrollable.hover {
	overflow-y: auto;
	overflow: visible
}

.scrollable.hover:hover,
.scrollable.hover:focus,
.scrollable.hover:active {
	overflow: visible;
	overflow-y: auto
}

.text-xx {
	font-size: .6875rem !important
}

.text-xs {
	font-size: .75rem !important
}

.text-sm {
	font-size: .875rem !important
}

.text-md {
	font-size: 1rem !important
}

.text-lg {
	font-size: 1.125rem !important
}

.text-xl {
	font-size: 1.5rem !important
}

.text-xxl {
	font-size: 2.625rem !important
}

.text-40 {
	font-size: 2.5rem !important
}

.text-50 {
	font-size: 3.125rem !important
}

.text-64 {
	font-size: 4rem !important
}

@media (max-width:767.98px) {
	.text-xxl {
		font-size: 2rem !important
	}

	.text-xl {
		font-size: 1.375rem !important
	}

	.text-lg {
		font-size: 1.125rem !important
	}

	.text-md {
		font-size: 1rem !important
	}

	.text-sm {
		font-size: .8125rem !important
	}

	.text-xs {
		font-size: .6875rem !important
	}

	.text-xx {
		font-size: .5625rem !important
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.text-xl {
		font-size: 1.5rem !important
	}

	.text-lg {
		font-size: 1.125rem !important
	}

	.text-xx {
		font-size: .6875rem !important
	}

	.text-sm {
		font-size: .8125rem !important
	}
}

.text-height-xs {
	line-height: 1 !important
}

.text-height-sm {
	line-height: 1.2 !important
}

.text-height-md {
	line-height: 1.75 !important
}

.text-height-lg {
	line-height: 1.85 !important
}

.text-height-xl {
	line-height: 2 !important
}

.text-space-md {
	letter-spacing: 5px
}

.text-space-lg {
	letter-spacing: 15px
}

.iconfont {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}

.btn-sm .iconfont {
	position: relative;
	top: -1px
}

.text-sm .iconfont.text-md,
.text-xs .iconfont.text-md,
.text-xs .iconfont.text-sm,
.text-xx .iconfont.text-sm {
	position: relative;
	top: -1px
}

.icon-svg {
	display: inline-block;
	vertical-align: middle
}

.svg-404 {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTcuOCAxNzAuOTciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzEzNDM5fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLlm77lsYJfMiIgZGF0YS1uYW1lPSLlm77lsYIgMiI+PGcgaWQ9IuWbvuWxgl8xLTIiIGRhdGEtbmFtZT0i5Zu+5bGCIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyOC4xMSAxMTMuNzF2MjQuMUgxMDRWMTcxSDc0di0zMy4xOUgwdi0yMi45TDc5LjQ0IDEuMTFIMTA0djExMi42em0tOTkgMEg3NFY0OS4wNnpNNDU3LjggMTEzLjcxdjI0LjFoLTI0LjFWMTcxaC0zMC4wNnYtMzMuMTloLTczLjk1di0yMi45bDc5LjQ0LTExMy44aDI0LjU3djExMi42em0tOTkgMGg0NC44NVY0OS4wNnoiLz48cGF0aCBkPSJNMjM0LjU5IDBhODUuNDkgODUuNDkgMCAxMDg1LjQ5IDg1LjQ4QTg1LjU4IDg1LjU4IDAgMDAyMzQuNTkgMHptLTYwLjY1IDg1LjQ4YTYwLjY0IDYwLjY0IDAgMDE3NS44Ni01OC43MWwtNjEuMjUgOTguMTVhNjAuMzkgNjAuMzkgMCAwMS0xNC42MS0zOS40NHptNjAuNjUgNjAuNjVhNjAuMzUgNjAuMzUgMCAwMS0yNi4yNi02bDYzLjgtMTAyLjI3YTYwLjYzIDYwLjYzIDAgMDEtMzcuNTQgMTA4LjI1eiIgZmlsbD0iIzBhNTlmOCIvPjwvZz48L2c+PC9zdmc+');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 200px;
	height: 100px
}

.svg-member {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Mi41MSA0Mi41OCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iOS44MSIgeTE9Ii0xNi4zNSIgeDI9IjMzLjI2IiB5Mj0iLTUyLjAxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgLTEyLjQxKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2YyYzk0YyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2YyOTk0YSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJiIiB4MT0iMjQuMDQiIHkxPSItMzMuNTIiIHgyPSIzMi4wNCIgeTI9Ii00MS41MSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIC0xMi40MSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmMjhjNGEiIHN0b3Atb3BhY2l0eT0iLjk2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZjI5OTRhIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYyIgeDE9IjcuNTQiIHkxPSIyMi4wNCIgeDI9IjM1LjIzIiB5Mj0iMjIuMDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wMSIgc3RvcC1jb2xvcj0iI2YyZDk5NiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGRhdGEtbmFtZT0i5Zu+5bGCIDIiPjxnIGRhdGEtbmFtZT0i5Zu+5bGCIDEiPjxwYXRoIGQ9Ik00Mi41MSAyMS40YTIzLjY5IDIzLjY5IDAgMDEtLjUxIDQuODggMjAgMjAgMCAwMS0uODkgMi43N0EyMC45MiAyMC45MiAwIDAxMjkgNDEuMTRjLS40NS4xMS0uNzguMzMtMS4yMi40NEEyMS4zIDIxLjMgMCAxMTIxLjI2IDBhMjEuNDQgMjEuNDQgMCAwMTIxLjI1IDIxLjR6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTQyLjM1IDIyYy0uMzMgMS4zMS0uOTMgMy44Ni0xLjQyIDUuMTctMy43MyA3LjQtNS41NiA5LjgtMTMuNCAxMi45TDE3LjM4IDMybC0yLjQ1LTIuNDUgMTMuMi0xMyA1LjcxLTMuMjcgNy45MSA3LjkyeiIgZmlsbD0idXJsKCNiKSIvPjxwYXRoIGQ9Ik0xNy42NiAzMi4zbC0xMC4xMi0xMCAyLjkzLTIuOTMgNy4xNyA3IDE0LjY1LTE0LjU4IDIuOTQgMi45NHoiIGZpbGw9InVybCgjYykiLz48L2c+PC9nPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: relative;
	top: -1px
}

@media (max-width:767.98px) {
	.svg-member {
		width: 14px;
		height: 14px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.svg-member {
		width: 15px;
		height: 15px
	}
}

.svg-report {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 128px;
	height: 128px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU5IiBoZWlnaHQ9IjE0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNODAuMzgxIDExOGMzMS40MzIgMCA1Ni45MTItMjUuNTIgNTYuOTEyLTU3UzExMS44MTMgNCA4MC4zODEgNEM0OC45NSA0IDIzLjQ3IDI5LjUyIDIzLjQ3IDYxczI1LjQ4IDU3IDU2LjkxMiA1N3pNMjUuNDkyIDI3LjYxYTIuODY4IDIuODY4IDAgMDAxLjgzOC0zLjYxMiAyLjg2MiAyLjg2MiAwIDEwLTUuNDQ1IDEuNzcyIDIuODYyIDIuODYyIDAgMDAzLjYwNyAxLjg0ek0zMS43NDEgMTguMjU2YTEuOTUgMS45NSAwIDAwLTEuMjAzLTMuNzA5IDEuOTUgMS45NSAwIDAwMS4yMDMgMy43MDl6TTEzNy43ODggMjkuNDNhNC4zNjMgNC4zNjMgMCAwMC4yNzctNi4xNTcgNC4zNDcgNC4zNDcgMCAwMC02LjE0OC0uMjc3IDQuMzYzIDQuMzYzIDAgMDAtLjI3NyA2LjE1OCA0LjM0NyA0LjM0NyAwIDAwNi4xNDguMjc3ek0xMzQuODE5IDkxLjY3YTEuODM4IDEuODM4IDAgMDAuMTE3LTIuNTkzIDEuODMgMS44MyAwIDAwLTIuNTg5LS4xMTcgMS44MzcgMS44MzcgMCAwMC0uMTE2IDIuNTkzIDEuODMgMS44MyAwIDAwMi41ODguMTE2eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik0zNy4wOTYgMTA4LjM2NmEyLjI5MiAyLjI5MiAwIDAwMi4yOS0yLjI5NCAyLjI5MiAyLjI5MiAwIDAwLTIuMjktMi4yOTMgMi4yOTIgMi4yOTIgMCAwMC0yLjI5IDIuMjkzIDIuMjkyIDIuMjkyIDAgMDAyLjI5IDIuMjk0eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxwYXRoIGQ9Ik0xMjQuNDY4IDEwLjE5M2ExLjgzMyAxLjgzMyAwIDAwMS44MzItMS44MzVjMC0xLjAxMy0uODItMS44MzUtMS44MzItMS44MzVhMS44MzMgMS44MzMgMCAwMC0xLjgzMiAxLjgzNWMwIDEuMDE0LjgyIDEuODM1IDEuODMyIDEuODM1eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2QpIj48cGF0aCBkPSJNMTM2LjcyIDUzLjU0NWwtMTkuMTIzIDUwLjM0OGMtLjY4NyAxLjcyMS0yLjYzNCAyLjUyNC00LjIzNyAxLjgzNUw2NC42OTMgODYuNTc2Yy0xLjcxOC0uNjg5LTIuNTItMi42MzgtMS44MzItNC4yNDRsMjUuMzA3LTY0LjQ1NWMuNjg3LTEuNzIgMi42MzQtMi41MjMgNC4yMzctMS44MzVsMzUuMjY5IDEzLjg3NyA5LjA0NiAyMy42MjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjxwYXRoIGQ9Ik0xMTQuNzM0IDg0Ljg1NWwtMjkuMi0xMS40NjljLS40NTgtLjExNC0uNTcyLS41NzMtLjQ1OC0xLjAzMi4xMTUtLjQ1OS41NzMtLjU3MyAxLjAzLS40NTlsMjkuMjAxIDExLjQ3Yy40NTguMTE0LjU3Mi41NzMuNDU4IDEuMDMxLS4yMjkuMzQ0LS42ODcuNTc0LTEuMDMxLjQ2ek04MS44NyA3MS44OTVsLTUuMTUzLTIuMDY0Yy0uNDU4LS4xMTUtLjU3My0uNTc0LS40NTgtMS4wMzIuMTE0LS40NTkuNTcyLS41NzQgMS4wMy0uNDU5bDUuMTUzIDIuMDY0Yy40NTguMTE1LjU3My41NzQuNDU4IDEuMDMzLS4xMTQuNDU4LS41NzIuNTczLTEuMDMuNDU4ek0xMTcuNzEyIDc2Ljk0MmwtMTMuMDU1LTUuMTYxYy0uNDU4LS4xMTUtLjU3Mi0uNTc0LS40NTgtMS4wMzIuMTE1LS40Ni41NzMtLjU3NCAxLjAzMS0uNDZsMTMuMDU0IDUuMTYyYy40NTguMTE0LjU3My41NzMuNDU4IDEuMDMyLS4xMTQuNDU5LS41NzIuNTczLTEuMDMuNDU5ek05OS4xNiA2OS42MDJsLTE5LjAwOC03LjQ1NWMtLjQ1OC0uMTE1LS41NzItLjU3NC0uNDU4LTEuMDMyLjExNS0uNDYuNTczLS41NzQgMS4wMy0uNDZsMTkuMDEgNy40NTZjLjQ1Ny4xMTQuNTcyLjU3My40NTggMS4wMzItLjExNS40NTktLjU3My41NzMtMS4wMzEuNDU5ek0xMjEuMDMyIDY5LjE0M2wtNS4wMzgtMS45NWMtLjQ1OC0uMTE1LS41NzMtLjU3My0uNDU4LTEuMDMyLjExNC0uNDU5LjU3Mi0uNTczIDEuMDMxLS40NTlsNS4wMzggMS45NWMuNDU4LjExNS41NzMuNTczLjQ1OCAxLjAzMi0uMTE0LjQ1OS0uNTczLjU3My0xLjAzMS40NTl6TTExMS4yOTkgNjUuMjQzbC0yNy44MjYtMTEuMDFjLS40NTgtLjExNC0uNTczLS41NzMtLjQ1OC0xLjAzMi4xMTQtLjQ1OS41NzItLjU3MyAxLjAzLS40NTlsMjcuODI3IDExLjAxYy40NTguMTE1LjU3Mi41NzQuNDU4IDEuMDMzLS4xMTUuNDU5LS41NzMuNjg4LTEuMDMxLjQ1OXpNODkuMTk4IDg0Ljc0bC0xLjcxNy0uNjg4Yy0uNDU4LS4xMTQtLjU3My0uNTczLS40NTgtMS4wMzIuMTE0LS40NTkuNTcyLS41NzMgMS4wMy0uNDU5bDEuNzE4LjY4OGMuNDU4LjExNS41NzMuNTc0LjQ1OCAxLjAzMy0uMjI5LjQ1OS0uNjg3LjU3My0xLjAzLjQ1OXpNODQuMjc0IDgyLjc5TDczLjk3IDc4LjY2M2MtLjQ1OS0uMTE1LS41NzMtLjU3NC0uNDU5LTEuMDMyLjExNS0uNDU5LjU3My0uNTc0IDEuMDMxLS40NTlMODQuODQ3IDgxLjNjLjQ1OC4xMTUuNTczLjU3My40NTggMS4wMzItLjExNS40NTktLjY4Ny41NzMtMS4wMy40NTl6TTEyNC40NjggNjEuMzQ0bC0xNy45NzgtNy4xMWMtLjQ1OC0uMTE1LS41NzMtLjU3NC0uNDU4LTEuMDMzLjExNC0uNDU5LjU3Mi0uNTczIDEuMDMtLjQ1OWwxNy45NzggNy4xMTFjLjQ1OC4xMTUuNTczLjU3NC40NTggMS4wMzItLjExNC40Ni0uNjg3LjU3NC0xLjAzLjQ2ek0xMDAuNjUgNTEuOTRsLTEzLjg1Ni01LjUwNWMtLjQ1OC0uMTE1LS41NzMtLjU3NC0uNDU4LTEuMDMzLjExNC0uNDU4LjU3Mi0uNTczIDEuMDMtLjQ1OGwxMy44NTYgNS42MmMuNDU4LjExNC41NzMuNTczLjQ1OCAxLjAzMi0uMTE0LjQ1OC0uNTcyLjU3My0xLjAzLjM0NHoiIGZpbGw9IiNFM0VBRjIiLz48cGF0aCBkPSJNMTE3LjQ4MyAzOC4wNjJsLTIzLjM2LTkuMTc1Yy0uNTczLS4yMjktLjgwMi0uODAzLS41NzMtMS4zNzYuMjI5LS41NzMuODAxLS44MDMgMS4zNzQtLjU3M2wyMy4zNiA5LjE3NWMuNTczLjIzLjgwMi44MDMuNTczIDEuMzc2LS4yMjkuNTczLS44MDIuODAzLTEuMzc0LjU3M3pNMTAwLjg3OSAzNy45NDhsLTguOTMyLTMuNTU2Yy0uNTczLS4yMjktLjgwMi0uODAzLS41NzMtMS4zNzYuMjMtLjU3My44MDItLjgwMyAxLjM3NC0uNTczbDguOTMyIDMuNTU1Yy41NzMuMjMuODAyLjgwMy41NzMgMS4zNzYtLjIyOS41NzQtLjkxNi44MDMtMS4zNzQuNTc0eiIgZmlsbD0iI0NFRDdFMiIvPjxwYXRoIGQ9Ik0xMjcuNjc0IDI5LjkybC01LjM4MiAxMy43NjJjLS44MDIgMS45NS4zNDQgNC4yNDMgMi4xNzYgNC45MzJsMTIuMjUyIDQuODE3IiBmaWxsPSIjRTZFREY1Ii8+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZCkiPjxwYXRoIGQ9Ik04Mi42NzEgMzEuODdsMjIuMzMgNDguOTcxYy42ODcgMS43MiAwIDMuNjctMS43MTggNC4zNThsLTQ3Ljg2NSAyMS4xMDNjLTEuNzE4LjY4OC0zLjY2NSAwLTQuMzUyLTEuNzIxTDIzLjI0IDQxLjI3NGMtLjY4Ny0xLjcyIDAtMy42NyAxLjcxOC00LjM1OGwzNC42OTctMTUuMzY5TDgyLjY3IDMxLjg3eiIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNODkuNDI3IDY5LjQ4N2wtMjguNzQyIDEyLjczYy0uMzQzLjIzLS44MDEgMC0xLjAzLS4zNDQtLjIzLS4zNDQgMC0uODAzLjM0My0xLjAzMmwyOC43NDItMTIuNzNjLjM0NC0uMjMuODAyIDAgMS4wMy4zNDQuMjMuMzQ0IDAgLjkxNy0uMzQzIDEuMDMyek01Ny4xMzUgODMuNzA4bC01LjAzOCAyLjE4Yy0uMzQ0LjIyOS0uODAyIDAtMS4wMy0uMzQ1LS4yMy0uMzQ0IDAtLjgwMy4zNDMtMS4wMzJsNS4wMzgtMi4xNzljLjM0NC0uMjMuODAyIDAgMS4wMy4zNDQuMjMuNDU5LjExNS45MTgtLjM0MyAxLjAzMnpNODUuODc4IDYxLjgwM2wtMTIuODI2IDUuNjJjLS4zNDMuMjI5LS44MDEgMC0xLjAzLS4zNDQtLjIzLS4zNDUgMC0uODAzLjM0My0xLjAzM2wxMi44MjYtNS42MmMuMzQzLS4yMjkuODAxIDAgMS4wMy4zNDUuMjMuMzQ0LjExNS44MDItLjM0MyAxLjAzMnpNNjcuNjcgNjkuODMxbC0xOC42NjUgOC4yNThjLS4zNDQuMjI5LS44MDIgMC0xLjAzLS4zNDQtLjIzLS4zNDUgMC0uODAzLjM0My0xLjAzM2wxOC42NjUtOC4yNTdjLjM0NC0uMjMuODAyIDAgMS4wMy4zNDQuMjMuNDU5LjExNS45MTctLjM0MyAxLjAzMnpNODIuNzg2IDUzLjg5bC00LjkyNCAyLjE3OGMtLjM0NC4yMy0uODAyIDAtMS4wMy0uMzQ0LS4yMy0uMzQ0IDAtLjgwMi4zNDMtMS4wMzJsNC45MjQtMi4xNzljLjM0My0uMjMuODAxIDAgMS4wMy4zNDQuMjMuNDU5IDAgLjkxOC0uMzQzIDEuMDMyek03My4xNjcgNTguMTMzTDQ1Ljc5OSA3MC4yOWMtLjM0NC4yMy0uODAyIDAtMS4wMy0uMzQ0LS4yMy0uMzQ0IDAtLjgwMy4zNDMtMS4wMzJsMjcuNDgyLTEyLjE1N2MuMzQ0LS4yMy44MDIgMCAxLjAzLjM0NC4xMTUuNDU4IDAgLjkxNy0uNDU3IDEuMDMyek03MS40NSA4Ny42MDhsLTEuNzE4LjgwMmMtLjM0NC4yMy0uODAyIDAtMS4wMzEtLjM0NC0uMjMtLjM0NCAwLS44MDIuMzQ0LTEuMDMybDEuNzE3LS44MDNjLjM0NC0uMjI5LjgwMiAwIDEuMDMuMzQ0LjIzLjM0NCAwIC44MDMtLjM0MyAxLjAzM3pNNjYuNTI1IDg5Ljc4N2wtMTAuMTkxIDQuNDcyYy0uMzQ0LjIzLS44MDIgMC0xLjAzLS4zNDQtLjIzLS4zNDQgMC0uODAyLjM0My0xLjAzMmwxMC4xOTEtNC40NzNjLjM0NC0uMjI5LjgwMiAwIDEuMDMuMzQ0LjIzLjM0NS4xMTUuODAzLS4zNDMgMS4wMzN6TTc5LjU4IDQ2LjA5bC0xNy42MzUgNy44Yy0uMzQ0LjIyOS0uODAyIDAtMS4wMy0uMzQ1LS4yMy0uMzQ0IDAtLjgwMy4zNDMtMS4wMzJsMTcuNjM0LTcuNzk5Yy4zNDQtLjIzLjgwMiAwIDEuMDMxLjM0NC4yMy4zNDQgMCAuODAzLS4zNDQgMS4wMzJ6TTU2LjIyIDU2LjQxM2wtMTMuNjI3IDUuOTYzYy0uMzQ0LjIzLS44MDIgMC0xLjAzMS0uMzQ0LS4yMy0uMzQ0IDAtLjgwMy4zNDMtMS4wMzJsMTMuNjI3LTUuOTY0Yy4zNDQtLjIzLjgwMiAwIDEuMDMuMzQ0LjIzLjM0NC4xMTUuODAzLS4zNDMgMS4wMzJ6IiBmaWxsPSIjRTNFQUYyIi8+PHBhdGggZD0iTTU4LjE2NiAzNC42MjJMMzUuMTQ5IDQ0LjcxNGMtLjU3Mi4yMy0xLjE0NSAwLTEuMzc0LS41NzMtLjIyOS0uNTc0IDAtMS4xNDcuNTczLTEuMzc2TDU3LjI1IDMyLjY3MmMuNTcyLS4yMyAxLjE0NSAwIDEuMzc0LjU3My4yMjkuNTc0IDAgMS4xNDctLjQ1OCAxLjM3N3pNNDYuMzcxIDQ2LjQzNWwtOC44MTcgMy44OTljLS41NzMuMjMtMS4xNDUgMC0xLjM3NC0uNTczLS4yMy0uNTc0IDAtMS4xNDcuNTcyLTEuMzc3bDguODE4LTMuOWMuNTcyLS4yMjggMS4xNDUgMCAxLjM3NC41NzQuMjI5LjQ2IDAgMS4xNDctLjU3MyAxLjM3N3oiIGZpbGw9IiNDRUQ3RTIiLz48cGF0aCBkPSJNNTkuNjU1IDIxLjY2Mmw1Ljk1NCAxMy41MzNjLjgwMiAxLjgzNSAzLjIwNyAyLjc1MiA1LjAzOSAxLjk1bDEyLjAyMy01LjI3NiIgZmlsbD0iI0U2RURGNSIvPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2QpIj48cGF0aCBkPSJNMTE3LjgyNiAzNS42NTRsLjgwMiA2OC44MTNjMCAyLjI5NC0xLjgzMiA0LjI0My00LjIzNyA0LjI0M2gtNjYuNzZhNC4yMyA0LjIzIDAgMDEtNC4yMzctNC4yNDNWMTYuMDQyYzAtMi4yOTQgMS44MzItNC4yNDMgNC4yMzctNC4yNDNoNDguNDM4bDIxLjc1NyAyMy44NTV6IiBmaWxsPSIjZmZmIi8+PC9nPjxwYXRoIGQ9Ik03NS45MTUgOTQuOTQ4SDczLjUxYy0uNTcyIDAtMS4wMy0uNDYtMS4wMy0xLjAzMiAwLS41NzQuNDU4LTEuMDMzIDEuMDMtMS4wMzNoMi40MDVjLjU3MyAwIDEuMDMuNDYgMS4wMyAxLjAzMiAwIC41NzQtLjQ1NyAxLjAzMy0xLjAzIDEuMDMzek02OS4xNiA5NC45NDhoLTE0LjJjLS41NzMgMC0xLjAzLS40Ni0xLjAzLTEuMDMyIDAtLjU3NC40NTctMS4wMzMgMS4wMy0xLjAzM2gxNC4yYy41NzIgMCAxLjAzLjQ2IDEuMDMgMS4wMzIgMCAuNTc0LS40NTggMS4wMzMtMS4wMyAxLjAzM3oiIGZpbGw9IiNFM0VBRjIiLz48cGF0aCBkPSJNODcuNzEgMjYuMjVINTUuNjQ3Yy0uNjg3IDAtMS4zNzQtLjU3NC0xLjM3NC0xLjM3NyAwLS42ODguNTcyLTEuMzc2IDEuMzc0LTEuMzc2SDg3LjcxYy42ODcgMCAxLjM3NC41NzMgMS4zNzQgMS4zNzYtLjExNS44MDMtLjY4NyAxLjM3Ny0xLjM3NCAxLjM3N3pNNjcuOSAzMy45MzRINTUuNjQ2Yy0uNjg3IDAtMS4zNzQtLjU3NC0xLjM3NC0xLjM3NyAwLS42ODguNTcyLTEuMzc2IDEuMzc0LTEuMzc2aDEyLjI1MmMuNjg4IDAgMS4zNzUuNTczIDEuMzc1IDEuMzc2LS4xMTUuODAzLS42ODggMS4zNzctMS4zNzUgMS4zNzd6IiBmaWxsPSIjQ0VEN0UyIi8+PHBhdGggZD0iTTk2LjA3IDExLjkxM3YxOC45MjRjMCAyLjYzOCAyLjI5IDQuODE3IDQuOTIzIDQuODE3aDE2LjgzMyIgZmlsbD0iI0U2RURGNSIvPjxwYXRoIGQ9Ik0xMDcuMjkxIDQ4LjM4NEg5MC41NzNoLS4xMTUtMTcuMjkxLS4xMTUtMTYuMjZjLTEuODMyIDAtMy4yMDYgMS40OTEtMy4yMDYgMy4zMjZ2MjkuMTMxYzAgMS44MzUgMS40ODggMy4zMjYgMy4yMDYgMy4zMjZoNTAuMzg1YzEuODMyIDAgMy4yMDYtMS40OTEgMy4yMDYtMy4zMjZ2LTI5LjEzYy4xMTQtMS44MzYtMS4zNzQtMy4zMjctMy4wOTItMy4zMjd6TTc0LjA4MyA3NC4xOXYtNi41MzdoMTUuNDU5djYuNTM3SDc0LjA4M3ptMTUuNDU5IDEuOTV2Ni4wNzhINzQuMDgzVjc2LjE0aDE1LjQ1OXptMC0xNy4wODl2Ni41MzhINzQuMDgzVjU5LjA1aDE1LjQ1OXpNNzQuMDgzIDU3LjF2LTYuNzY2aDE1LjQ1OXY2Ljc2N0g3NC4wODN6bTM0LjQ2OCA4LjQ4OEg5MS40ODlWNTkuMDVoMTcuMDYydjYuNTM4em0tMzYuNDE1IDBINTUuNTMyVjU5LjA1aDE2LjQ5djYuNTM4aC4xMTR6bS0xNi42MDQgMi4wNjRoMTYuNDl2Ni41MzdoLTE2LjQ5di02LjUzN3ptMzUuOTU3IDBoMTcuMDYydjYuNTM3SDkxLjQ4OXYtNi41Mzd6TTEwOC41NSA1MS43MXY1LjM5SDkxLjQ4OXYtNi43NjZoMTUuODAyYy42ODcgMCAxLjI2LjU3MyAxLjI2IDEuMzc2em0tNTEuNzYtMS4zNzZoMTUuMjN2Ni43NjdINTUuNTMzdi01LjM5YzAtLjgwNC41NzMtMS4zNzcgMS4yNi0xLjM3N3ptLTEuMjU5IDMwLjUwN3YtNC43MDJoMTYuNDl2Ni4wNzhoLTE1LjIzYy0uNjg3IDAtMS4yNi0uNTczLTEuMjYtMS4zNzZ6bTUxLjc1OSAxLjM3Nkg5MS40ODlWNzYuMTRoMTcuMDYydjQuNzAyYzAgLjgwMy0uNTczIDEuMzc2LTEuMjYgMS4zNzZ6IiBmaWxsPSIjRTNFQUYyIi8+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZCkiPjxwYXRoIGQ9Ik0xMDMuOTcgNDkuOTljLTEuMTQ1IDAtMy44OTMtMS4wMzItNC44MS0xLjM3Ni00LjgwOS0yLjE4LTEyLjcxLTguNjAyLTE3LjA2MS04LjYwMi00LjM1MiAwLTEyLjI1MyA2LjMwOC0xNy4wNjIgOC42MDItLjgwMi4zNDQtMy42NjUgMS4zNzYtNC44MSAxLjM3Ni0xLjgzMi4xMTUtMy4yMDYgMS43Mi0yLjk3NyAzLjQ0LjQ1OCA0LjI0NCAxLjYwMyAxMS44MTMgNC41OCAyMS41NjIgMy44OTQgMTIuMDQyIDE0LjY1OCAxOS4yNjggMTguNzggMjEuNjc2IDEuMDMuNTczIDIuMTc2LjU3MyAzLjIwNiAwIDQuMTIzLTIuNDA4IDE0Ljg4Ny05LjYzNCAxOC41NTEtMjEuNjc2IDIuOTc3LTkuNzQ5IDQuMTIzLTE3LjMxOCA0LjU4MS0yMS41NjEuMjI5LTEuODM1LTEuMTQ2LTMuNDQxLTIuOTc4LTMuNDQxeiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyKSIvPjwvZz48cGF0aCBkPSJNMTAwLjc2NCA1NS4zOGMtLjM0MyAyLjc1My0xLjAzIDYuOTk2LTIuNDA1IDEyLjI3Mi0uMjI5LjkxNy0uNDU4IDEuOTUtLjgwMSAyLjg2Ny0uMjMuOTE4LS40NTggMS43Mi0uODAyIDIuNjM4LTIuODYzIDkuMTc1LTEwLjc2NCAxNC45MS0xNC42NTcgMTcuMjAzaC0uMTE1LS4xMTRjLS4zNDQtLjIzLS42ODctLjQ1OS0xLjE0NS0uNjg4LTQuMTIzLTIuNzUyLTEwLjc2NC04LjE0My0xMy4yODQtMTYuNC0uNTcyLTEuOTUtMS4xNDUtMy43ODUtMS42MDMtNS42Mi0xLjM3NC01LjI3Ni0yLjA2LTkuNTItMi40MDQtMTIuMjcyIDEuOTQ2LS4zNDQgNC4xMjItMS4yNjEgNC41OC0xLjQ5IDEuNzE4LS44MDMgMy43NzktMi4wNjUgNS44NC0zLjMyNyAyLjI5LTEuMzc2IDYuMjk4LTMuODk5IDcuOTAxLTQuMTI4aC4yMjljMS40ODkgMCA1LjcyNiAyLjYzNyA4LjEzIDQuMTI4IDIuMDYyIDEuMjYyIDQuMTIzIDIuNTIzIDUuODQgMy4zMjYuNjg4LjIzIDIuODYzIDEuMTQ3IDQuODEgMS40OTF6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXIpIi8+PHBhdGggZD0iTTc5LjQ2NSA1MC41NjNsMi41Mi00LjEyOEw5OS4zOSA2My44NjdsLTkuODQ4IDE5LjAzOS01LjcyNiAyLjUyMy0xNy44NjMtMTcuNzc3IDMuMDkyLTIuNzUzIDEwLjE5MS0xMy45OTIuMjI5LS4zNDR6IiBmaWxsPSJ1cmwoI3BhaW50NF9saW5lYXIpIi8+PHBhdGggZD0iTTc1LjM0MyA2MS42ODhsLTguMzYgNC41ODgtMS4wMyAxLjM3NiAxNi42MDQgMS4wMzItLjQ1OC0yMi4yNS02Ljc1NiAxNS4yNTR6IiBmaWxsPSIjQzFDQ0Y3Ii8+PHBhdGggZD0iTTgxLjk4NCA0Ni40MzV2MjEuMTAySDY1Ljk1M2MtMS4zNzQtNS4yNzUtMi4wNjItOS41MTktMi40MDUtMTIuMjcxIDEuOTQ3LS4zNDQgNC4xMjItMS4yNjIgNC41OC0xLjQ5MSAxLjcxOC0uODAzIDMuNzgtMi4wNjUgNS44NC0zLjMyNiAyLjQwNS0xLjI2MiA2LjQxMy0zLjc4NSA4LjAxNi00LjAxNHoiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcikiLz48cGF0aCBkPSJNOTguMzYgNjcuNjUyYy0uMjMuOTE3LS40NTkgMS45NS0uODAyIDIuODY3LS4yMy45MTgtLjQ1OCAxLjcyLS44MDIgMi42MzgtMi44NjMgOS4xNzUtMTAuNzY0IDE0LjkxLTE0LjY1NyAxNy4yMDNoLS4xMTVWNjcuNjUySDk4LjM2eiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjM0LjgwNSIgeTE9IjEwNi4wMjEiIHgyPSIzOS4zNDMiIHkyPSIxMDYuMDIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGNjZBOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y1MzY4OSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyIiB4MT0iMTIyLjcwMSIgeTE9IjguMzYiIHgyPSIxMjYuMjU2IiB5Mj0iOC4zNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhciIgeDE9Ijc5LjM4NSIgeTE9IjU3LjY0NSIgeDI9Ijk1LjU0NyIgeTI9IjgwLjI4NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhciIgeDE9Ijk1LjY0OCIgeTE9IjgwLjI2OSIgeDI9IjczLjQyNyIgeTI9IjUyLjAxNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhciIgeDE9Ijc2LjgwNyIgeTE9IjU2LjIzNCIgeDI9Ijg2LjQ2MiIgeTI9IjcxLjc2NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM0RjZBRkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NTdFRkYiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDVfbGluZWFyIiB4MT0iNjMuNjMiIHkxPSI1Ny4wNDMiIHgyPSI4Mi4wNjgiIHkyPSI1Ny4wNDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wMTEiIHN0b3AtY29sb3I9IiNDMkQxRkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ2X2xpbmVhciIgeDE9IjkyLjQzNiIgeTE9IjgxLjE3OCIgeDI9Ijc5LjkxOCIgeTI9IjY4LjY3OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAxMSIgc3RvcC1jb2xvcj0iI0MyRDFGRiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGZpbHRlciBpZD0iZmlsdGVyMF9kIiB4PSI0MC42MTUiIHk9IjQuNzk3IiB3aWR0aD0iMTE4LjEwNSIgaGVpZ2h0PSIxMzQuMTc4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjExIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC4zOTc3MDggMCAwIDAgMCAwLjQ3NzQ5IDAgMCAwIDAgMC41NzUgMCAwIDAgMC4xOCAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iZmlsdGVyMV9kIiB4PSIuOTc3IiB5PSIxMC41NDciIHdpZHRoPSIxMjYuMjg3IiBoZWlnaHQ9IjEyOS4wMTgiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldCBkeT0iMTEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjM5NzcwOCAwIDAgMCAwIDAuNDc3NDkgMCAwIDAgMCAwLjU3NSAwIDAgMCAwLjE4IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJmaWx0ZXIyX2QiIHg9IjIxLjM5NCIgeT0iLjc5OSIgd2lkdGg9IjExOS4yMzQiIGhlaWdodD0iMTQwLjkxMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSIxMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjExIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMzk3NzA4IDAgMCAwIDAgMC40Nzc0OSAwIDAgMCAwIDAuNTc1IDAgMCAwIDAuMTggMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImZpbHRlcjNfZCIgeD0iNDkuMjI1IiB5PSIzNy4wMTIiIHdpZHRoPSI2NS43NDgiIGhlaWdodD0iNzMuMDg2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjUiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMTEyNSAwIDAgMCAwIDAuMjk1OTE2IDAgMCAwIDAgMSAwIDAgMCAwLjIyIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+')
}

.svg-empty {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 128px;
	height: 128px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLlm77lsYJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTI2IDExMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojZWFlZWY5fS5zdDJ7ZmlsbDojZmZmfS5zdDN7ZmlsbDojMmQ1ODg3fS5zdDd7ZmlsbDojZGFlMWVkfS5zdDEye2ZpbGw6bm9uZTtzdHJva2U6I2M5ZDRlMjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2UtZGFzaGFycmF5OjQsNH0uc3QxM3tmaWxsOiNkYWUyZWJ9LnN0MTR7ZmlsbDojMWMzNzU0fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQuNCA0MC4xYzEuMy0uNCAyLTEuOCAxLjYtMy4xLS40LTEuMy0xLjgtMi0zLjEtMS42cy0yIDEuOC0xLjYgMy4xYy40IDEuMyAxLjggMiAzLjEgMS42ek0xMC41IDMzLjdjLjktLjMgMS4zLTEuMiAxLjEtMi4xLS4zLS45LTEuMi0xLjQtMi4xLTEuMS0uOS4zLTEuMyAxLjItMS4xIDIuMS4zLjkgMS4yIDEuNCAyLjEgMS4xeiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCIgeTE9IjU0LjI0OCIgeDI9IjMuMjI1IiB5Mj0iNTQuMjQ4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMTExLjg5KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjODNhNmZmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWE3OGZmIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMS43IDU5LjNjLjkgMCAxLjctLjcgMS43LTEuNyAwLS45LS43LTEuNy0xLjctMS43LTEgLjEtMS43LjgtMS43IDEuNyAwIDEgLjcgMS43IDEuNyAxLjd6IiBmaWxsPSJ1cmwoI1NWR0lEXzFfKSIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTcuMiA0Mi44YzEuNS0xLjQgMS42LTMuNy4yLTUuMy0xLjQtMS41LTMuNy0xLjYtNS4yLS4yLTEuNSAxLjQtMS42IDMuNy0uMiA1LjMgMS40IDEuNCAzLjcgMS41IDUuMi4yek0xMTEuNiA1OC41YzAgMTEuNi0zLjkgMjIuNS0xMC40IDMxLjEtMy42IDQuNy03LjkgOC44LTEyLjkgMTItOCA1LjMtMTcuNyA4LjMtMjggOC4zQzMyIDExMCA5IDg3IDkgNTguNSA5IDMwLjEgMzEuOSA3IDYwLjMgN2MxMC4zIDAgMTkuOSAzIDI4IDguMyA1IDMuMiA5LjMgNy4zIDEyLjkgMTIgNi41IDguNyAxMC40IDE5LjUgMTAuNCAzMS4yeiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zMy4xIDExLjVjLjMgMCAuNS0uMi41LS41cy0uMi0uNS0uNS0uNS0uNS4yLS41LjVjMCAuMi4yLjUuNS41ek0zNC41IDExLjVjLjMgMCAuNS0uMi41LS41cy0uMi0uNS0uNS0uNS0uNS4yLS41LjVjMCAuMi4zLjUuNS41ek0zNS45IDExLjVjLjMgMCAuNS0uMi41LS41cy0uMi0uNS0uNS0uNS0uNS4yLS41LjVjMCAuMi4yLjUuNS41eiIvPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0zMy42IDQyLjloLS40Yy0uMyAwLS41LS4yLS41LS41cy4yLS41LjUtLjVoLjRjLjMgMCAuNS4yLjUuNS0uMS4zLS4yLjUtLjUuNXpNMzMuNiA0NS4xaC0uNGMtLjMgMC0uNS0uMi0uNS0uNXMuMi0uNS41LS41aC40Yy4zIDAgLjUuMi41LjUtLjEuMy0uMi41LS41LjV6TTMzLjYgNDcuM2gtLjRjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWguNGMuMyAwIC41LjIuNS41LS4xLjMtLjIuNS0uNS41ek0zMy42IDQ5LjVoLS40Yy0uMyAwLS41LS4yLS41LS41cy4yLS41LjUtLjVoLjRjLjMgMCAuNS4yLjUuNS0uMS4zLS4yLjUtLjUuNXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNTUuMiA0Mi44aC03LjRjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWg3LjRjLjMgMCAuNS4yLjUuNXMtLjIuNS0uNS41eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNDcuMzkzIiB5MT0iNjIuOTU4IiB4Mj0iNzIuMzEiIHkyPSI2Mi45NTgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCAxMTEuODkpIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZjY2YTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik03MS44IDQ5LjRoLTI0Yy0uMyAwLS41LS4yLS41LS41cy4yLS41LjUtLjVoMjRjLjMgMCAuNS4yLjUuNXMtLjIuNS0uNS41eiIgZmlsbD0idXJsKCNTVkdJRF8yXykiLz48cGF0aCBjbGFzcz0ic3QzIiBkPSJNNTUuMiA0NC45SDQ0LjVjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWgxMC43Yy4zIDAgLjUuMi41LjVzLS4yLjUtLjUuNXpNNjMuNyA0Ny4ySDQ0LjZjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWgxOS4xYy4zIDAgLjUuMi41LjUtLjEuMy0uMy41LS41LjV6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTcxLjkgNDcuMmgtNi43Yy0uMyAwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNi43Yy4zIDAgLjUuMi41LjVzLS4yLjUtLjUuNXoiLz48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzNfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjczLjEwNiIgeTE9IjY1LjIwOSIgeDI9Ijc2Ljc4IiB5Mj0iNjUuMjA5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMTExLjg5KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjODNhNmZmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWE3OGZmIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNNzYuMyA0Ny4yaC0yLjdjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWgyLjdjLjMgMCAuNS4yLjUuNXMtLjIuNS0uNS41eiIgZmlsbD0idXJsKCNTVkdJRF8zXykiLz48cGF0aCBkPSJNMi43IDk3LjlIMTIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNkNmRlZTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNODEgNDEuN3Y1NS42SDMwLjJjLTIgMC0zLjUtMS42LTMuNS0zLjVWNDEuN0g4MXoiLz48cGF0aCBjbGFzcz0ic3Q3IiBkPSJNMTAwLjIgNDEuN3Y1Mi4xYzAgMi0xLjYgMy41LTMuNSAzLjVIODAuOVY0MS43aDE5LjN6Ii8+PHBhdGggZD0iTTEwMC4yIDQxLjdWNjFoLTE0Yy0xLjMgMC0yLjItLjktMi40LTIuMkw4MSA0MS42bDE5LjIuMXoiIGZpbGw9IiNjNWNkZGIiLz48cGF0aCBjbGFzcz0ic3Q3IiBkPSJNMTAwLjIgNDEuN0g4MC45bDkuOCAxNS4xYy43IDEgMS44IDEuNiAyLjkgMS42aDE1YzEgMCAxLjctMS4yIDEuMS0ybC05LjUtMTQuN3pNNTMuOCA3Ni44SDMzLjFjLS43IDAtMS4zLS42LTEuMy0xLjNWNjhjMC0uNy42LTEuMyAxLjMtMS4zaDIwLjdjLjcgMCAxLjMuNiAxLjMgMS4zdjcuNWMtLjEuNy0uNyAxLjMtMS4zIDEuM3pNNTQgODIuMUgzMi43Yy0uNSAwLS45LS40LS45LS45cy40LS45LjktLjlINTRjLjUgMCAuOS40LjkuOXMtLjQuOS0uOS45ek01NCA4Ni41SDMyLjdjLS41IDAtLjktLjQtLjktLjlzLjQtLjkuOS0uOUg1NGMuNSAwIC45LjQuOS45cy0uNC45LS45Ljl6TTQyLjUgOTAuOGgtOS45Yy0uNSAwLS45LS40LS45LS45cy40LS45LjktLjloOS45Yy41IDAgLjkuNC45LjlzLS40LjktLjkuOXoiLz48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzRfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMy4wMjMiIHkxPSIzNi40NDMiIHgyPSI5OC4zOTYiIHkyPSI0MS4wNTYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCAxMTEuODkpIj48c3RvcCBvZmZzZXQ9Ii4wMTEiIHN0b3AtY29sb3I9IiNjMmQxZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmYiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0xMDEuMiA3Mi42aC0zLjFjLS4xIDAtLjMtLjEtLjMtLjN2LS40YzAtLjEuMS0uMy4zLS4zaDMuMWMuMSAwIC4zLjEuMy4zdi40YzAgLjItLjEuMy0uMy4zeiIgZmlsbD0idXJsKCNTVkdJRF80XykiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE5LjYgNTcuOWMxLjYtMS40IDEuNy0zLjkuMi01LjUtMS40LTEuNi0zLjktMS43LTUuNS0uMi0xLjYgMS40LTEuNyAzLjktLjIgNS41IDEuNSAxLjUgNCAxLjYgNS41LjJ6TTMxLjQgMjQuOGMxLjMtLjQgMi4xLTEuOSAxLjYtMy4ycy0xLjktMi4xLTMuMi0xLjZjLTEuMy40LTIuMSAxLjktMS42IDMuMi41IDEuMyAxLjkgMiAzLjIgMS42eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfNV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzQuNzc0IiB5MT0iOTcuMDc5IiB4Mj0iMzguMTQ1IiB5Mj0iOTcuMDc5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMTExLjg5KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmY2NmE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZjUzNjg5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMzYuNSAxNi41YzEgMCAxLjctLjggMS43LTEuN3MtLjgtMS43LTEuNy0xLjdjLTEgMC0xLjcuOC0xLjcgMS43cy43IDEuNyAxLjcgMS43eiIgZmlsbD0idXJsKCNTVkdJRF81XykiLz48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNy4yNzYiIHkxPSI3Mi42NDgiIHgyPSIxMjAuNDQxIiB5Mj0iNzIuNjQ4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMTExLjg5KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmY2NmE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZjUzNjg5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTE4LjkgNDAuOWMuOSAwIDEuNi0uNyAxLjYtMS42IDAtLjktLjctMS42LTEuNi0xLjZzLTEuNi43LTEuNiAxLjZjLS4xLjguNiAxLjYgMS42IDEuNnoiIGZpbGw9InVybCgjU1ZHSURfNl8pIi8+PHBhdGggY2xhc3M9InN0MTIiIGQ9Ik01Ni4yIDU4LjdjLTMuNi03LTQuNC0xNS40LTItMjMgMi4zLTcuNiA3LjgtMTQuMSAxNC42LTE3LjggMi4xLTEuMSA0LjUtMiA2LjktMi4xIDIuNC0uMSA1IC43IDYuNiAyLjcgMS42IDEuOCAxLjkgNC44LjYgNi44LTEuNCAxLjktNC4yIDIuNy02LjUgMi4xLTMuNy0uNy02LjctMy42LTcuNi03LjEtLjktMy41LjMtNy42IDMuMS05LjkgMS44LTEuNiA0LjMtMi41IDYuNi0zLjJDODkuNyA0IDEwMS44IDMuNiAxMTMuMiA2Ii8+PHBhdGggY2xhc3M9InN0MTMiIGQ9Ik0xMTkuMyAzLjRjLS4xIDEuNS0uMiAyLjktMS4zIDMuMi0xLjEuMy0xLjYtLjctMi4zLTIuMS0uNy0xLjMtLjMtMi43LjktMyAxLjEtLjQgMi45IDAgMi43IDEuOXpNMTE4LjEgMTAuNWMuMy0xLjguNi0yLjgtLjQtMy4zLTEuMS0uNS0xLjguNC0zIDEuNi0xIDEuMS0uNCAyLjcuNiAzLjIgMS4yLjcgMi41LjEgMi44LTEuNXoiLz48cGF0aCBjbGFzcz0ic3QxNCIgZD0iTTExOS41IDcuMmMtLjEuNy0uNiAxLjItMS4zIDEuM2gtMWMtMS40LS4yLTIuNS0xLjEtMi40LTIgLjEtLjkgMS40LTEuNCAzLTEuMi4zIDAgLjYuMS44LjIuNi4yIDEgLjkuOSAxLjcgMC0uMSAwIDAgMCAweiIvPjxwYXRoIGNsYXNzPSJzdDEzIiBkPSJNNy45IDM1LjRjMC0xLjcgMC0zLjQgMS4yLTMuOSAxLjMtLjUgMiAuNyAzIDIuNC45IDEuNS41IDMuMS0uOCAzLjYtMS4yLjQtMy40LjEtMy40LTIuMXpNOC42IDI3Yy0uMiAyLjEtLjUgMy4zLjggMy44czItLjYgMy4zLTIuMmMxLTEuNC4zLTMuMi0xLTMuNy0xLjMtLjYtMi45LjMtMy4xIDIuMXoiLz48cGF0aCBjbGFzcz0ic3QxNCIgZD0iTTcuNSAzMWMwLS44LjYtMS40IDEuMy0xLjUuMy0uMS43LS4xIDEuMSAwIDEuNi4xIDMgMSAyLjkgMi0uMSAxLTEuNCAxLjctMy4xIDEuNS0uMyAwLS42LS4xLS45LS4yLS44LS4yLTEuMy0xLTEuMy0xLjh6Ii8+PHBhdGggY2xhc3M9InN0MTIiIGQ9Ik0xNC4zIDMxLjNjMTAuNSAwIDI5LjkgNi4xIDMwLjIgMjguNSIvPjxwYXRoIGNsYXNzPSJzdDciIGQ9Ik04MC45IDQxLjdsLTIuMyAxOGMtLjEuOS0uOSAxLjYtMS45IDEuNmgtNTBWNDIuNGwuMS0uMSA1NC4xLS42eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yNi43IDQxLjdoNTQuMWwtOS43IDE1LjFjLS43IDEtMS44IDEuNi0yLjkgMS42aC01MGMtMSAwLTEuNy0xLjItMS4xLTJsOS42LTE0Ljd6Ii8+PC9zdmc+')
}

.svg-warning {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 96px;
	height: 96px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEwNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTA3LjIyMiA1MC4xMDVjMCAxMS4wOTUtMy43MTcgMjEuMzA2LTkuODggMjkuNTUzLTMuNDI1IDQuNDE4LTcuNTM0IDguMzQ2LTEyLjIzIDExLjM5Qzc3LjQ4MiA5Ni4wNTQgNjguMzg0IDk5IDU4LjYgOTkgMzEuNjk3IDk5IDkuOTggNzcuMTA1IDkuOTggNTAuMjAzYzAtMjcgMjEuODE2LTQ4Ljc5NyA0OC42MjEtNDguNzk3IDkuNzgzIDAgMTguODgyIDIuOTQ2IDI2LjUxMiA3Ljg1NSA0LjY5NiAzLjA0MyA4LjgwNSA2Ljk3IDEyLjIzIDExLjM4OSA2LjI2IDguMTUgOS44OCAxOC4zNiA5Ljg4IDI5LjQ1NXpNMTguNjcgMTEuN2EyLjQ1NiAyLjQ1NiAwIDAwMS41Ny0zLjA5NCAyLjQ0NCAyLjQ0NCAwIDAwLTMuMDgyLTEuNTc1IDIuNDU2IDIuNDU2IDAgMDAtMS41NyAzLjA5MyAyLjQ0NCAyLjQ0NCAwIDAwMy4wODIgMS41NzV6TTI0LjAwOSAzLjY5YTEuNjcgMS42NyAwIDAwMS4wNjctMi4xMDNBMS42NjIgMS42NjIgMCAwMDIyLjk4Mi41MTZhMS42NyAxLjY3IDAgMDAtMS4wNjggMi4xMDMgMS42NjIgMS42NjIgMCAwMDIuMDk2IDEuMDcyeiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik0xLjY2MyA1Ni41ODVjLjkxOSAwIDEuNjYzLS43NDcgMS42NjMtMS42NyAwLS45Mi0uNzQ0LTEuNjY4LTEuNjYzLTEuNjY4LS45MTggMC0xLjY2My43NDctMS42NjMgMS42NjlzLjc0NSAxLjY2OSAxLjY2MyAxLjY2OXoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz48cGF0aCBkPSJNMTE3LjI1NiAzNS44ODVhMy43NDEgMy43NDEgMCAwMC4yMzYtNS4yNyAzLjcwOCAzLjcwOCAwIDAwLTUuMjUyLS4yMzggMy43NCAzLjc0IDAgMDAtLjIzNyA1LjI3MSAzLjcxIDMuNzEgMCAwMDUuMjUzLjIzN3oiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNMTE2LjUxNiAxOS41N2MuODY0IDAgMS41NjUtLjcwMyAxLjU2NS0xLjU3IDAtLjg2OC0uNzAxLTEuNTcyLTEuNTY1LTEuNTcyLS44NjUgMC0xLjU2NS43MDQtMS41NjUgMS41NzEgMCAuODY4LjcgMS41NzEgMS41NjUgMS41NzF6IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXIpIi8+PHBhdGggZD0iTTEwLjg2IDkzLjQwNGgxMDAuNzY1IiBzdHJva2U9IiNFQkYwRjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNOTIuMDU4IDguOTY2VjkwLjM2YzAgMS40NzMtMS4xNzQgMi43NDktMi43MzkgMi43NDloLTU5Ljk3YTIuNzQgMi43NCAwIDAxLTIuNzQtMi43NVY4Ljk2N2MwLTEuNDcyIDEuMjcyLTIuNjUgMi43NC0yLjY1aDYwLjA2OGEyLjYzNSAyLjYzNSAwIDAxMi42NDEgMi42NXoiIGZpbGw9IiNDRUQ3RTIiLz48cGF0aCBkPSJNOTIuMDU4IDE0Ljg1N1Y5MC4zNmMwIDEuNDczLTEuMTc0IDIuNzQ5LTIuNzQgMi43NDlIMzQuNTM1bC00Ljc5NC00LjgxMSA1NC40OTItNzQuODE1IDQuNjk2LTEuNzY4IDMuMTMgMy4xNDJ6IiBmaWxsPSIjQkNDNENGIi8+PHBhdGggZD0iTTg5LjYxMiAxMi45OTJIMzAuMjN2NzUuNmMwIC41OS40ODkuOTgzLjk3OC45ODNoNTguNDA0VjEyLjk5MnoiIGZpbGw9IiNBNkFGQkEiLz48cGF0aCBkPSJNODguMTQ1IDExLjYxN0gzMC42MmMtLjQ5IDAtLjg4LjM5My0uODguODg0djc0LjcxN2MwIC40OTEuMzkuODg0Ljg4Ljg4NGg1Ny41MjRjLjQ5IDAgLjg4LS4zOTMuODgtLjg4NFYxMi42Yy4wOTgtLjQ5LS4yOTMtLjk4Mi0uODgtLjk4MnoiIGZpbGw9IiNFM0VBRjIiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PHBhdGggZD0iTTg5LjAyNSAxMS43MTVzLS4wOTcgNC41MTctMS40NjcgMzMuMDg4di41OWMtMS42NjMgMjguMDgtMjYuNjEgMzMuOTctMjkuNjQzIDM0LjI2NS0xLjM3LjA5OC00LjAxLjI5NC04LjgwNC4zOTMtNS44Ny4xOTYtMTQuODcuMjk0LTI4Ljg2LjQ5LS40OSAwLS43ODMtLjQ5LS41ODctLjg4MyA5Ljc4My0xOS41MzggOS44OC02Ny44NDQgOS44OC02Ny44NDRoNTkuNDgxdi0uMDk5eiIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNNzguMzYyIDI2LjE0OEgzOS41MjRjLS4yOTQgMC0uNTg3LS4yOTQtLjU4Ny0uNTg5IDAtLjI5NC4yOTMtLjU4OS41ODctLjU4OWgzOC44MzhjLjI5NCAwIC41ODcuMjk1LjU4Ny41OSAwIC4yOTQtLjI5My41ODgtLjU4Ny41ODh6TTc4LjE2NiAyOS42ODNINjIuNzFjLS4yOTMgMC0uNTg3LS4yOTUtLjU4Ny0uNTkgMC0uMjk0LjI5NC0uNTg4LjU4Ny0uNTg4aDE1LjQ1N2MuMjk0IDAgLjU4OC4yOTQuNTg4LjU4OSAwIC4yOTQtLjI5NC41ODktLjU4OC41ODl6IiBmaWxsPSIjQ0VEN0UyIi8+PHBhdGggZD0iTTU4LjQwNSAyOS42ODNIMzkuMjNjLS4yOTMgMC0uNTg3LS4yOTUtLjU4Ny0uNTkgMC0uMjk0LjI5NC0uNTg4LjU4Ny0uNTg4aDE5LjE3NWMuMjkzIDAgLjU4Ny4yOTQuNTg3LjU4OSAwIC4yOTQtLjE5Ni41ODktLjU4Ny41ODl6IiBmaWxsPSIjRTNFQUYyIi8+PHBhdGggZD0iTTUyLjUzNSAzMy4xMmgtMTMuNWMtLjI5NCAwLS41ODgtLjI5NS0uNTg4LS41OSAwLS4yOTQuMjk0LS41ODkuNTg3LS41ODloMTMuNTk5Yy4yOTMgMCAuNTg3LjI5NS41ODcuNTkgMCAuMjk0LS4yOTQuNTg4LS42ODUuNTg4ek03Ny4wOSA0MS44NThINTUuNTY3Yy0uMjkzIDAtLjU4Ny0uMjk1LS41ODctLjU5IDAtLjI5NC4yOTQtLjU4OS41ODctLjU4OUg3Ny4wOWMuMjk0IDAgLjU4Ny4yOTUuNTg3LjU5IDAgLjI5NC0uMjkzLjU4OS0uNTg3LjU4OXoiIGZpbGw9IiNDRUQ3RTIiLz48cGF0aCBkPSJNNTEuMTY1IDQxLjg1OEgzOC40NDdjLS4yOTMgMC0uNTg3LS4yOTUtLjU4Ny0uNTkgMC0uMjk0LjI5NC0uNTg5LjU4Ny0uNTg5aDEyLjcxOGMuMjk0IDAgLjU4Ny4yOTUuNTg3LjU5IDAgLjI5NC0uMjkzLjU4OS0uNTg3LjU4OXoiIGZpbGw9IiNFM0VBRjIiLz48cGF0aCBkPSJNNzYuODk1IDQ1LjI5NGgtOS4wOTljLS4yOTMgMC0uNTg3LS4yOTUtLjU4Ny0uNTkgMC0uMjk0LjI5NC0uNTg4LjU4Ny0uNTg4aDkuMDk5Yy4yOTMgMCAuNTg3LjI5NC41ODcuNTg5IDAgLjI5NC0uMjk0LjU4OS0uNTg3LjU4OXoiIGZpbGw9IiNDRUQ3RTIiLz48cGF0aCBkPSJNNjIuODA3IDQ1LjI5NEgzNy45NThjLS4yOTMgMC0uNTg3LS4yOTUtLjU4Ny0uNTkgMC0uMjk0LjI5NC0uNTg4LjU4Ny0uNTg4aDI0Ljg0OWMuMjkzIDAgLjU4Ny4yOTQuNTg3LjU4OSAwIC4yOTQtLjI5NC41ODktLjU4Ny41ODl6TTYwLjg1IDQ4LjgyOUgzNy40N2MtLjI5NCAwLS41ODgtLjI5NS0uNTg4LS41OSAwLS4yOTQuMjk0LS41ODkuNTg3LS41ODlINjAuODVjLjI5NCAwIC41ODcuMjk1LjU4Ny41OSAwIC4yOTQtLjI5My41ODktLjU4Ny41ODl6TTc0Ljg0IDU3Ljc2M0g0OS40MDRjLS4yOTMgMC0uNTg3LS4yOTQtLjU4Ny0uNTg5IDAtLjI5NC4yOTQtLjU4OS41ODctLjU4OUg3NC44NGMuMjkzIDAgLjU4Ny4yOTQuNTg3LjU5IDAgLjI5NC0uMjk0LjU4OC0uNTg3LjU4OHoiIGZpbGw9IiNFM0VBRjIiLz48cGF0aCBkPSJNNDUuMzkzIDU3Ljc2M2gtOS40OWMtLjI5MyAwLS41ODYtLjI5NC0uNTg2LS41ODkgMC0uMjk0LjI5My0uNTg5LjU4Ny0uNTg5aDkuNDljLjI5MyAwIC41ODYuMjk0LjU4Ni41OSAwIC4yOTQtLjE5NS41ODgtLjU4Ny41ODh6TTc0LjU0NyA2MS4yOThINTUuOTU5Yy0uMjkzIDAtLjU4Ny0uMjk1LS41ODctLjU5IDAtLjI5NC4yOTQtLjU4OC41ODctLjU4OGgxOC42ODZjLjI5MyAwIC41ODcuMjk0LjU4Ny41ODkgMCAuMjk0LS4yOTQuNTg5LS42ODUuNTg5eiIgZmlsbD0iI0NFRDdFMiIvPjxwYXRoIGQ9Ik01Mi40MzcgNjEuMjk4SDM1LjUxMmMtLjI5MyAwLS41ODctLjI5NS0uNTg3LS41OSAwLS4yOTQuMjk0LS41ODguNTg3LS41ODhoMTYuOTI1Yy4yOTMgMCAuNTg3LjI5NC41ODcuNTg5IDAgLjI5NC0uMjk0LjU4OS0uNTg3LjU4OXpNNDYuNTY3IDY0LjczNEgzNC43M2MtLjI5NCAwLS41ODctLjI5NC0uNTg3LS41ODkgMC0uMjk0LjI5My0uNTg5LjU4Ny0uNTg5aDExLjgzN2MuMjk0IDAgLjU4Ny4yOTUuNTg3LjU5IDAgLjI5NC0uMjk0LjU4OC0uNTg3LjU4OHoiIGZpbGw9IiNFM0VBRjIiLz48cGF0aCBkPSJNODcuNDYgNDUuMzkyYy0xLjY2MyAyOC4wOC0yNi42MSAzMy45NzEtMjkuNjQyIDM0LjI2Ni0xLjM3LjA5OC00LjAxMS4yOTQtOC44MDUuMzkzIDEyLjQyNS01Ljc5MyAxOS4xNzUtMTYuMTAyIDE4Ljk4LTI0LjE1MyA2LjA2NS4zOTIgMTYuNDM1LS4wOTkgMTkuNDY4LTEwLjUwNnoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNzIuNjg4IDYuMTE5aC05LjM5MmMwLS4xOTcuMDk4LS4yOTUuMDk4LS40OTEgMC0xLjg2Ni0xLjU2NS0zLjQzNi0zLjQyNC0zLjQzNnMtMy40MjQgMS41Ny0zLjQyNCAzLjQzNmMwIC4xOTYgMCAuMzkzLjA5OC40OWgtOS4zOTJhLjk4Mi45ODIgMCAwMC0uOTc4Ljk4M3YzLjA0M2MwIDIuMjU5IDEuODU4IDQuMTI0IDQuMTA5IDQuMTI0aDE5LjE3NGMyLjI1IDAgNC4xMS0xLjg2NSA0LjExLTQuMTI0VjcuMTAxYzAtLjU5LS40OS0uOTgyLS45OC0uOTgyeiIgZmlsbD0iIzFDMzc1NCIvPjxwYXRoIGQ9Ik03Mi4xIDUuNTNoLTkuMzljMC0uMTk3LjA5Ny0uMjk1LjA5Ny0uNDkxIDAtMS44NjYtMS41NjUtMy40MzYtMy40MjQtMy40MzZzLTMuNDI0IDEuNTctMy40MjQgMy40MzZjMCAuMTk2IDAgLjM5My4wOTguNDloLTkuMzkyYS45ODIuOTgyIDAgMDAtLjk3OC45ODN2My4wNDNjMCAyLjI1OSAxLjg1OCA0LjEyNCA0LjEwOSA0LjEyNEg2OC45N2MyLjI1IDAgNC4xMS0xLjg2NSA0LjExLTQuMTI0VjYuNTEyYzAtLjU5LS40OS0uOTgyLS45OC0uOTgyeiIgZmlsbD0iIzJENTg4NyIvPjxwYXRoIGQ9Ik01OS4zODMgNi42MWMuODY1IDAgMS41NjUtLjcwMyAxLjU2NS0xLjU3MXMtLjctMS41NzEtMS41NjUtMS41NzFjLS44NjQgMC0xLjU2NS43MDMtMS41NjUgMS41NyAwIC44NjkuNyAxLjU3MiAxLjU2NSAxLjU3MnoiIGZpbGw9IiNFQUVFRjkiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9kKSI+PHBhdGggZD0iTTEwNS41NzMgNzUuNTQ0bC0uMjk0IDIuMDYyYzAgLjA5OC0uMDk4LjE5Ni0uMDk4LjI5NSAwIC4wOTgtLjA5Ny4xOTYtLjA5Ny4zOTItLjI5NCAxLjM3NS0uNzgzIDIuNjUxLTEuMzcgMy44My0xLjc2MSAzLjMzNy00LjQwMyA1Ljk4OS03LjYzMSA3LjY1OGwtMS4xNzQuNTg5Yy0uOTc4LjM5My0xLjg1OS42ODctMi45MzUuODg0LS4yOTMuMDk4LS40ODkuMDk3LS43ODIuMTk2YTE2Ljg4OCAxNi44ODggMCAwMS02LjY1My0uMDk4Yy05LjQ5LTEuOTY0LTE1LjU1NS0xMS4yOTEtMTMuNTk4LTIwLjgxNSAxLjk1Ni05LjUyNCAxMS4yNS0xNS42MTEgMjAuNzQtMTMuNjQ4IDMuMzI2LjY4OCA2LjQ1NyAyLjM1NyA4LjgwNCA0LjgxMSAzLjcxOCAzLjYzMyA1LjQ3OSA4LjczOSA1LjA4OCAxMy44NDR6IiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXIpIi8+PC9nPjxwYXRoIGQ9Ik0xMDUuNTU5IDc1LjYzMmMwIC42ODgtLjE5NiAxLjM3NS0uMjk0IDIuMDYyIDAgLjA5OSAwIC4xOTctLjA5Ny4yOTUgMCAuMDk4IDAgLjE5Ni0uMDk4LjM5My0uMjk0IDEuMzc0LS43ODMgMi42NS0xLjM3IDMuODI5LTEuNzYxIDMuMzM4LTQuNDAyIDUuOTg5LTcuNjMgNy42NThsLTEuMTc1LjU5LTEyLjAzMy03LjM2NSAyLjQ0Ni04LjQ0MyAzLjMyNi00LjgxMSA3LjQzNS0uNTkgOS40OSA2LjM4MnoiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcikiLz48cGF0aCBkPSJNOTIuNzQzIDc0LjU1MnYtLjE5NnMwLS4wOTguMDk4LS4xOTZjMC0uMDk5IDAtLjA5OS4wOTgtLjE5Ny4wOTgtLjE5Ni4xOTYtLjQ5LjI5NC0uNzg1LjA5Ny0uMDk4LjM5LS43ODYuMzktLjg4NGwtNS42NzMtMy4xNDJjLS4wOTggMC0uMTk2LjI5NS0uMjk0LjQ5MS0uMTk2LjE5Ny0uMjkzLjQ5MS0uMzkxLjQ5MSAwIDAtLjI5NC4yOTUtLjI5NC4zOTNsLS4xOTUuMTk2Yy0uMTk2LjE5Ny0uNDkuNDkxLTEuMTc0Ljc4Ni0uOTc5LjQ5LTEuNzYxLjE5Ni0yLjA1NS4yOTRsLS4xOTUuMDk5Yy0uMDk4IDAtLjE5Ni4wOTgtLjE5Ni4xOTYtLjI5NC4yOTQtLjE5Ni4yOTQtLjM5MSAxMC41MDUgMCAuMjk1LjM5MS4zOTMuNTg3LjE5N2wzLjMyNi01LjY5NWMuMTk2LS4yOTQuNDg5LS4zOTMuNzgyLS4xOTYuMjk0LjE5Ni4zOTIuNDkuMTk2Ljc4NWwtMy41MjIgNS42OTVjLS4xOTUuMjk0LjA5OC41ODkuMzkyLjM5M2wyLjkzNC0xLjc2OC4wOTgtLjA5OCAzLjAzMy0xLjg2NWMyLjM0OC0xLjQ3MyAyLjc0LTEuNTcxIDIuODM3LTIuMDYyLjA5OC0uMzkzLS4xOTUtLjU5LS40ODktMS4zNzUtLjA5OC0uMTk2LS4zOTEtMS4xNzgtLjE5Ni0yLjA2MnptLTMuMTMgMS4zNzVjLS40OS43ODUtMS40NjggMS4wOC0yLjI1LjU5LS43ODMtLjQ5Mi0xLjA3Ni0xLjQ3NC0uNTg3LTIuMjYuNDg5LS43ODUgMS40NjctMS4wOCAyLjI1LS41ODguNzgyLjQ5IDEuMDc2IDEuNDcyLjU4NyAyLjI1OHoiIGZpbGw9InVybCgjcGFpbnQ0X2xpbmVhcikiLz48cGF0aCBkPSJNOTMuNzIyIDcyLjE5NmMtLjA5OC4wOTgtLjM5Mi43ODUtLjM5Mi44ODMtLjA5OC4yOTUtLjI5My41OS0uMjkzLjc4NmwtNS43NzItMy42MzNjLjA5OC0uMDk4LjE5NS0uMjk0LjM5MS0uNDkuMDk4LS4xOTcuMjk0LS40OTIuMjk0LS40OTJsNS43NzIgMi45NDZ6IiBmaWxsPSIjQzREMUZGIi8+PHBhdGggZD0iTTkzLjIzMiA3My4zNzRsLTUuNzcyLTMuNjMzYy0uNDg5LS4yOTQtLjU4Ny0uOTgxLS4yOTMtMS4zNzRsMS41NjUtMi41NTNjLjI5NC0uNDkuOTc4LS41ODkgMS4zNy0uMjk0bDUuNzcyIDMuNjMyYy40ODkuMjk1LjU4Ny45ODIuMjkzIDEuMzc1bC0xLjU2NSAyLjU1M2MtLjI5NC40OS0uOTc4LjU4OS0xLjM3LjI5NHoiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIwIiB5MT0iNTQuOTIxIiB4Mj0iMy4yMzQiIHkyPSI1NC45MjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjODNBNkZGIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNUE3OEZGIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSIxMTQuOTc5IiB5MT0iMTguMDQ3IiB4Mj0iMTE4LjAxNiIgeTI9IjE4LjA0NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhciIgeDE9IjcwLjQ5NiIgeTE9Ijc0LjEwOCIgeDI9IjEwNS42MjUiIHkyPSI3NC4xMDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjODNBNkZGIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNUE3OEZGIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXIiIHgxPSI4OS44NjciIHkxPSI3NC45OTIiIHgyPSI5OC43NTkiIHkyPSI4My44NTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNEY2QUZGIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNjU3RUZGIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhciIgeDE9Ijg5LjgxNCIgeTE9IjgwLjQ0NyIgeDI9Ijg0Ljc1NyIgeTI9IjcxLjU2MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAxMSIgc3RvcC1jb2xvcj0iI0MyRDFGRiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDVfbGluZWFyIiB4MT0iOTIuMjM5IiB5MT0iNzQuMDg2IiB4Mj0iOTEuMzY4IiB5Mj0iNjcuMjU3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMDExIiBzdG9wLWNvbG9yPSIjQzJEMUZGIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+PC9saW5lYXJHcmFkaWVudD48ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHg9IjE1LjYwMiIgeT0iMTEuNzE1IiB3aWR0aD0iNzcuNDIzIiBoZWlnaHQ9Ijc3LjgyNiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSI1Ii8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjM5NzcwOCAwIDAgMCAwIDAuNDc3NDkgMCAwIDAgMCAwLjU3NSAwIDAgMCAwLjE4IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJmaWx0ZXIxX2QiIHg9IjYyLjU3NCIgeT0iNTMuNTIyIiB3aWR0aD0iNTEuMDUyIiBoZWlnaHQ9IjUxLjIxMiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSI1Ii8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjExMjUgMCAwIDAgMCAwLjI5NTkxNiAwIDAgMCAwIDEgMCAwIDAgMC4yMiAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==')
}

.svg-nocomment1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNzEuNzYxMyAxMDUuNzQ0YzI3LjYyNjEgMCA1MC4wMjE3LTIyLjQxNSA1MC4wMjE3LTUwLjA2NTlTOTkuMzg3NCA1LjYxMTc3IDcxLjc2MTMgNS42MTE3N2MtMjcuNjI2MiAwLTUwLjAyMTYgMjIuNDE1NDMtNTAuMDIxNiA1MC4wNjYzM3MyMi4zOTU0IDUwLjA2NTkgNTAuMDIxNiA1MC4wNjU5eiIgZmlsbD0iI0VGRjNGRiIvPjxwYXRoIGQ9Ik0xMTEuOTIgMTEuNzkzNmMyLjExMiAwIDMuODI0LTEuNzEzOSAzLjgyNC0zLjgyODAyIDAtMi4xMTQxNS0xLjcxMi0zLjgyODAxLTMuODI0LTMuODI4MDEtMi4xMTMgMC0zLjgyNSAxLjcxMzg2LTMuODI1IDMuODI4MDEgMCAyLjExNDEyIDEuNzEyIDMuODI4MDIgMy44MjUgMy44MjgwMnpNMjYuMTY4MiAyMS4yNjI5YzEuMzg5NyAwIDIuNTE2Mi0xLjEyNzYgMi41MTYyLTIuNTE4NSAwLTEuMzkwOC0xLjEyNjUtMi41MTg0LTIuNTE2Mi0yLjUxODQtMS4zODk2IDAtMi41MTYyIDEuMTI3Ni0yLjUxNjIgMi41MTg0IDAgMS4zOTA5IDEuMTI2NiAyLjUxODUgMi41MTYyIDIuNTE4NXoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNMTQuNzk1MSAyNy43MWMuOTQ1IDAgMS43MTEtLjc2NjcgMS43MTEtMS43MTI1IDAtLjk0NTgtLjc2Ni0xLjcxMjUtMS43MTEtMS43MTI1LS45NDUgMC0xLjcxMS43NjY3LTEuNzExIDEuNzEyNSAwIC45NDU4Ljc2NiAxLjcxMjUgMS43MTEgMS43MTI1eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxwYXRoIGQ9Ik05Ni4wMTczIDcuMjIzNTljLjg4OTMgMCAxLjYxMDMtLjcyMTYzIDEuNjEwMy0xLjYxMThDOTcuNjI3NiA0LjcyMTYyIDk2LjkwNjYgNCA5Ni4wMTczIDRjLS44ODk0IDAtMS42MTA0LjcyMTYyLTEuNjEwNCAxLjYxMTc5cy43MjEgMS42MTE4IDEuNjEwNCAxLjYxMTh6IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXIpIi8+PHBhdGggZD0iTTY3LjUzNDEgMTA1LjY4MWMwIDQuNzM0LTIuMDEyOSA4Ljk2NS01LjIzMzYgMTEuOTg3LS45MDU4LjgwNi0xLjgxMTcgMS41MTEtMi45MTg4IDIuMTE2LTIuNDE1NSAxLjQxLTUuMjMzNiAyLjIxNi04LjI1MyAyLjIxNnMtNS44Mzc2LS44MDYtOC4yNTMxLTIuMjE2Yy0uNDAyNi0uMjAyLS43MDQ1LS40MDMtMS4xMDcxLS43MDUtNC4yMjcyLTIuOTIyLTcuMDQ1My03Ljg1OC03LjA0NTMtMTMuMzk4IDAtOS4wNjY3IDcuMzQ3Mi0xNi4zMTk4IDE2LjMwNDgtMTYuMzE5OCA5LjE1ODktLjEwMDggMTYuNTA2MSA3LjI1MzEgMTYuNTA2MSAxNi4zMTk4eiIgZmlsbD0iI0RDRTJGMCIvPjxwYXRoIGQ9Ik00Ny44MDczIDEwOS4zMDdjLjIwMTMuMjAxLjQwMjYuNTA0LjcwNDUuNzA1LjIwMTMuMjAxLjQwMjYuMzAyLjYwMzkuNTA0LjEwMDcuMS4zMDIuMjAxLjQwMjYuMzAyIDAgMCAuMTAwNyAwIC4xMDA3LjEwMWwuMTAwNi4xdjEuNDExbC0uMTAwNi0uMTAxYy0uMTAwNy0uMTAxLS4zMDItLjIwMi0uNDAyNi0uMzAyLS4yMDEzLS4xMDEtLjQwMjYtLjMwMi0uNjAzOS0uNDAzLS4xMDA3IDAtLjEwMDctLjEwMS0uMjAxMy0uMTAxLS43MDQ1LS40MDMtMS4zMDg0LS44MDYtMS4zMDg0LTEuMzEuMTAwNi0uMjAxLjMwMTktLjUwMy43MDQ1LS45MDZ6bTE0LjI5MTkgNy44NTdjLS42MDM5LTEuMzA5LTEuNzExLTIuNjE5LTMuMTIwMS0zLjMyNC0uNzA0NS0uMzAyLTEuNTA5Ny0uNjA0LTIuMzE0OC0uNjA0aC0xLjAwNjVjLTEuMTA3MS0uMTAxLTEuMjA3OC0uMzAzLTEuMjA3OC0uMzAzdi0yLjMxN2MuNzA0NS0uNjA0IDEuNDA5MS0xLjMwOSAyLjAxMy0yLjAxNC41MDMyLS43MDUuOTA1OC0xLjUxMSAxLjEwNzEtMi41MTkuOTA1OC0uMjAxIDEuNTA5Ny0xLjAwNyAxLjQwOS0yLjAxNCAwLS40MDMtLjMwMTktLjgwNi0uMzAxOS0xLjIwOXYtLjYwNS0uNDAzLS40MDNjLS4xMDA3LS43MDUtLjMwMTktMS40MS0uNzA0NS0yLjIxNTktMS4yMDc4LTIuMjE2Mi0zLjQyMi0zLjYyNjUtNi4wMzg5LTMuNjI2NS0uNTAzMiAwLTEuMDA2NC4xMDA3LTEuNTA5Ny4yMDE1LS45MDU4LjIwMTUtMS44MTE2LjYwNDQtMi41MTYxIDEuMjA4OC0uMTAwNy4xMDA4LS4zMDIuMjAxNS0uNDAyNi40MDNsLS4xMDA3LjEwMDdjLS44MDUyLjgwNTktMS41MDk3IDEuNzEyNS0xLjgxMTYgMi44MjA0LS40MDI2IDEuMTA4LS40MDI2IDIuMjE2LS4zMDIgMy4zMjV2LjIwMWMwIC4yMDIuMTAwNy4yMDIgMCAuMzAyIDAgLjEwMS0uMTAwNi4xMDEtLjEwMDYuMjAyLS4yMDEzLjMwMi0uMzAxOS43MDUtLjEwMDcgMS4zMDkuNDAyNiAxLjAwOCAxLjAwNjUuOTA3IDEuNzExIDEuNDExIDAgMC0uMTAwNiAwLS4xMDA2LjFsLS43MDQ1LjIwMmMtMy4yMjA3IDEuMDA3LTQuMzI3OSAzLjcyNy0yLjkxODggNS40NC41MDMyLjYwNCAxLjMwODQgMS4xMDggMi41MTYyIDEuNDEtLjMwMiAwLS42MDM5LjIwMS0uODA1Mi40MDMtMS40MDkxIDEuMTA4LTIuMzE0OSAyLjgyMS0yLjUxNjIgNC40MzJ2LjMwM2MuNDAyNi4yMDEuNzA0Ni41MDMgMS4xMDcxLjcwNWgxNi4wMDI5YzEuMDA2NS0uNjA1IDIuMDEzLTEuMzEgMi45MTg4LTIuMTE2LS4xMDA3LS41MDMtLjEwMDctLjcwNS0uMjAxMy0uODA2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02Mi4zMDA1IDExNy42NjhjLS45MDU4LjgwNi0xLjgxMTcgMS41MTEtMi45MTg4IDIuMTE2LTIuNDE1NSAxLjQxLTUuMjMzNiAyLjIxNi04LjI1MyAyLjIxNnMtNS44Mzc2LS44MDYtOC4yNTMxLTIuMjE2Yy0uNDAyNi0uMjAyLS43MDQ1LS40MDMtMS4xMDcxLS43MDV2LS4zMDNjLjIwMTMtMS42MTEgMS4xMDcxLTMuMzI0IDIuNTE2Mi00LjQzMi4yMDEzLS4yMDEuNTAzMi0uMzAyLjgwNTEtLjQwMy0xLjIwNzctLjIwMS0yLjAxMjktLjcwNS0yLjUxNjEtMS40MWgzLjgyNDZjMS4xMDcxIDEuNTExIDIuODE4MSAyLjQxNyA0LjgzMSAyLjQxNyAxLjcxMSAwIDMuMjIwNy0uNzA1IDQuMzI3OC0xLjgxM2gxLjAwNjVjLjgwNTIgMCAxLjYxMDQuMjAyIDIuMzE0OS42MDUgMS40MDkuNzA1IDIuNDE1NSAxLjkxNCAzLjEyIDMuMzI0LjIwMTMuMjAxLjIwMTMuNDAzLjMwMi42MDR6IiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXIpIi8+PHBhdGggZD0iTTU0LjU1MDcgMTEwLjYxN3YyLjExNWwtNi4zNDA3LjIwMi4zMDE5LTEuNDExYy4xMDA2IDAgLjEwMDYuMTAxLjIwMTMuMTAxLjIwMTMuMTAxLjQwMjYuMzAyLjYwMzkuNDAzLjEwMDYuMTAxLjIwMTMuMjAxLjQwMjYuMzAyIDAgMCAuMTAwNiAwIC4xMDA2LjEwMXYtMS40MWwtLjEwMDYtLjEwMWMxLjEwNzEuNjA0IDIuNjE2OCAxLjAwNyA0LjgzMS0uMzAyeiIgZmlsbD0idXJsKCNwYWludDNfbGluZWFyKSIvPjxwYXRoIGQ9Ik01OC42NzcyIDEwMS44NTNjLTEuMjA3OC40MDMtMi42MTY4LjYwNC0zLjkyNTIuNTAzLTIuMTEzNi0uMjAxLTQuMTI2Ni0xLjAwNy01LjczNjktMi40MTc0LS41MDMyIDEuNTExNC0xLjgxMTcgMi42MTk0LTMuMzIxNCAzLjMyNDQtLjIwMTMuMTAxLS40MDI2LjIwMS0uNjAzOC4yMDF2LS4xYy0uMTAwNy0xLjEwOC0uMTAwNy0yLjIxNy4zMDE5LTMuMzI1LjMwMTktMS4xMDc4IDEuMDA2NS0yLjAxNDQgMS44MTE2LTIuODIwM2wuMTAwNy0uMTAwOGMuMTAwNi0uMTAwNy4zMDE5LS4yMDE0LjQwMjYtLjQwMjkuNzA0NS0uNjA0NCAxLjYxMDMtMS4wMDc0IDIuNTE2Mi0xLjIwODkuNTAzMi0uMTAwNyAxLjAwNjQtLjIwMTQgMS41MDk3LS4yMDE0IDIuNjE2OCAwIDQuOTMxNyAxLjQxMDMgNi4wMzg4IDMuNjI2NS40MDI2LjgwNTkuNjAzOSAxLjYxMTguNzA0NSAyLjIxNTguMjAxMy40MDMuMjAxMy42MDUuMjAxMy43MDZ6TTUwLjYyNTUgMTE2Ljc2MmMtLjYwMzkuNzA1LTEuNjEwMy43MDUtMi41MTYyLjcwNS45MDU5LS45MDcuNDAyNi0zLjgyOC0yLjgxODEtMy41MjYtNC40Mjg1LS44MDYtNC4wMjU5LTUuNDQuNDAyNi02Ljg1bC43MDQ1LS4yMDIuMTAwNy4xMDFjLjMwMTkuOTA3LjgwNTIgMS43MTMgMS4zMDg0IDIuMzE3LTEuODExNyAxLjUxMS43MDQ1IDEuOTE0IDEuOTEyMyAzLjEyMyAxLjAwNjUuNjA0IDEuOTEyMyAzLjEyMy45MDU4IDQuMzMyeiIgZmlsbD0iIzFDMzc1NCIvPjxwYXRoIGQ9Ik02Ny41MzQxIDEwNS42ODFjMCA0LjczNC0yLjAxMjkgOC45NjUtNS4yMzM2IDExLjk4Ny0uOTA1OC44MDYtMS44MTE3IDEuNTExLTIuOTE4OCAyLjExNi0yLjQxNTUgMS40MS01LjIzMzYgMi4yMTYtOC4yNTMgMi4yMTZzLTUuODM3Ni0uODA2LTguMjUzMS0yLjIxNmMtLjQwMjYtLjIwMi0uNzA0NS0uNDAzLTEuMTA3MS0uNzA1LTQuMjI3Mi0yLjkyMi03LjA0NTMtNy44NTgtNy4wNDUzLTEzLjM5OCAwLTkuMDY2NyA3LjM0NzItMTYuMzE5OCAxNi4zMDQ4LTE2LjMxOTggOS4xNTg5LS4xMDA4IDE2LjUwNjEgNy4yNTMxIDE2LjUwNjEgMTYuMzE5OHoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjY0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTExMi44MjUgNjUuNTg3MmMwIDQuNTMzMi0xLjgxMSA4LjU2MjctNC42MjkgMTEuNTg0OC0uMjAyLjMwMjItLjUwNC41MDM3LS44MDYuNzA1Mi0zLjAxOSAyLjgyMDYtNy4wNDUgNC41MzMyLTExLjQ3MzQgNC41MzMyLTMuNTIyNyAwLTYuODQ0LTEuMTA4Mi05LjU2MTUtMy4wMjIyLS44MDUyLS41MDM2LTEuNTA5Ny0xLjIwODgtMi4yMTQyLTEuODEzMi0zLjEyMDEtMy4wMjIxLTUuMDMyNC03LjI1MzEtNS4wMzI0LTExLjk4NzggMC05LjI2NzggNy41NDg2LTE2LjgyMyAxNi44MDgxLTE2LjgyMyA5LjM2MDQgMCAxNi45MDg0IDcuNTU1MiAxNi45MDg0IDE2LjgyM3oiIGZpbGw9IiNFOUYwRjgiLz48cGF0aCBkPSJNMTEyLjgyNSA2NS41ODcyYzAgNC45MzYxLTIuMTEzIDkuMjY3OC01LjQzNSAxMi4zOTA2LTMuMDE5IDIuODIwNy03LjA0NSA0LjUzMzItMTEuNDczNCA0LjUzMzItMy41MjI3IDAtNi44NDQtMS4xMDgxLTkuNTYxNS0zLjAyMjEtNC40Mjg1LTMuMDIyMS03LjI0NjYtOC4wNTktNy4yNDY2LTEzLjgwMSAwLTkuMjY3OCA3LjU0ODYtMTYuODIzMSAxNi44MDgxLTE2LjgyMzEgOS4yNTk0IDAgMTYuOTA4NCA3LjQ1NDUgMTYuOTA4NCAxNi43MjI0eiIgZmlsbD0iI0RDRTJGMCIvPjxwYXRoIGQ9Ik0xMDguMTk2IDc3LjE3MmMtLjIwMi4zMDIyLS41MDQuNTAzNy0uODA2LjcwNTItMy4wMTkgMi44MjA2LTcuMDQ1IDQuNTMzMi0xMS40NzM0IDQuNTMzMi0zLjUyMjYgMC02Ljg0NC0xLjEwODItOS41NjE0LTMuMDIyMi0uODA1Mi0uNTAzNi0xLjUwOTctMS4yMDg4LTIuMjE0My0xLjgxMzIuNDAyNi0uNTAzNyAxLjAwNjUtLjgwNTkgMi4zMTQ5LTEuMzA5NmwuNTAzMy0uMjAxNWMxLjAwNjQtLjQwMjkgMi40MTU1LS45MDY2IDQuMjI3MS0xLjcxMjUuMzAyLS4xMDA4LjUwMzMtLjMwMjIuNzA0Ni0uNTAzNy4xMDA2LS4xMDA3LjIwMTItLjIwMTUuMjAxMi0uNDAzLjEwMDctLjIwMTQuMjAxMy0uNTAzNi4yMDEzLS43MDUxdi0zLjQyNTFsLS4yMDEzLS4yMDE1Yy0uMzAxOS0uNDAyOS0uNTAzMi0uOTA2Ni0uNTAzMi0xLjUxMWwtLjIwMTMtLjEwMDdjLS45MDU4LjIwMTQtLjgwNTItLjcwNTItMS4wMDY0LTIuNTE4NS0uMTAwNy0uNzA1MS0uMDAwMS0uOTA2Ni40MDI1LTEuMDA3M2wuMzAyLS40MDNjLS42MDM5LTEuNDEwMy0uOTA1OC0yLjcxOTktLjkwNTgtMy43MjczIDAtMS43MTI1LjcwNDUtMi44MjA2IDEuNzExLTMuMzI0My0uNjAzOS0xLjIwODgtLjYwMzktMS42MTE4LS42MDM5LTEuNjExOHMzLjUyMjYuNjA0NCA0LjczMDQuNDAzYzEuNTA5Ny0uMzAyMiAzLjkyNTIuMTAwNyA0LjgzMDcgMi4xMTU0IDEuNTEuNjA0NSAyLjAxMyAxLjUxMTEgMi4yMTUgMi41MTg1LjIwMSAxLjYxMTgtLjcwNSAzLjMyNDMtLjkwNiA0LjAyOTV2LjEwMDdjLjIwMS4xMDA3LjMwMi4zMDIyLjIwMSAxLjAwNzQtLjIwMSAxLjcxMjUtLjIwMSAyLjcxOTktMS4wMDYgMi41MTg0bC0uODA2IDEuNDEwM2MwIC4yMDE1IDAgLjIwMTUtLjEuMzAyMnYzLjUyNThjMCAuMzAyMi4xLjcwNTIuMzAyLjkwNjcuMS4xMDA3LjEuMjAxNC4yMDEuMjAxNC4yMDEuMjAxNS40MDMuNDAzLjYwNC40MDMgMi4wMTMuODA1OSAzLjQyMiAxLjQxMDMgNC41MjkgMS44MTMyIDEuMDA2LjQwMyAxLjcxMS43MDUyIDIuMTE0IDEuMDA3NHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTA4LjE5NiA3Ny4xNzJjLS4yMDIuMzAyMi0uNTA0LjUwMzctLjgwNi43MDUyLTMuMDE5IDIuODIwNi03LjA0NSA0LjUzMzItMTEuNDczNCA0LjUzMzItMy41MjI2IDAtNi44NDQtMS4xMDgyLTkuNTYxNC0zLjAyMjItLjgwNTItLjUwMzYtMS41MDk3LTEuMjA4OC0yLjIxNDMtMS44MTMyLjQwMjYtLjUwMzcgMS4wMDY1LS44MDU5IDIuMzE0OS0xLjMwOTZsLjUwMzMtLjIwMTVjMS4wMDY0LS40MDI5IDIuNDE1NS0uOTA2NiA0LjIyNzEtMS43MTI1LjMwMi0uMTAwNy41MDMzLS4zMDIyLjcwNDYtLjUwMzcgMS4wMDY0IDEuNDEwMyAyLjYxNjggMi4zMTcgNC41MjkxIDIuMzE3IDEuODExNiAwIDMuNDIyLS45MDY3IDQuNDI4MS0yLjIxNjMuMjAyLjIwMTUuNDAzLjQwMy42MDQuNDAzIDIuMDEzLjgwNTkgMy40MjIgMS40MTAzIDQuNTI5IDEuODEzMyAxLjEwNy40MDI5IDEuODEyLjcwNTEgMi4yMTUgMS4wMDczeiIgZmlsbD0idXJsKCNwYWludDRfbGluZWFyKSIvPjxwYXRoIGQ9Ik0xMDIuMDU2IDYzLjg3NDdjLjEwMS0uNDAyOS0uMTAxLTEuMDA3NC0uMzAyLTEuMzA5NiAwLS4xMDA3LS4xMDEtLjEwMDctLjEwMS0uMjAxNC0uNzA0LTEuNDEwNC0yLjIxMzgtMS45MTQtMy42MjI5LTIuMDE0OC0zLjcyMzktLjIwMTUtNC4wMjU4LjUwMzctNS4xMzMtLjUwMzcuNDAyNi41MDM3LjQwMjYgMS40MTA0LS4yMDEzIDIuNDE3Ny0uNDAyNS43MDUyLTEuMTA3MSAxLjEwODEtMS44MTE2IDEuMzA5Ni0xLjcxMS0zLjgyOC0uODA1Mi02LjI0NTcuODA1Mi03LjA1MTYtLjYwMzktMS4yMDg4LS42MDM5LTEuNjExOC0uNjAzOS0xLjYxMThzMy41MjI2LjYwNDQgNC43MzA0LjQwM2MxLjUwOTctLjMwMjIgMy45MjUyLjEwMDcgNC44MzExIDIuMTE1NCAxLjUxLjYwNDUgMi4wMTMgMS41MTExIDIuMjE0IDIuNTE4NS4zMDIgMS41MTEtLjYwNCAzLjIyMzYtLjgwNSAzLjkyODd6IiBmaWxsPSIjMUMzNzU0Ii8+PHBhdGggZD0iTTkyLjM5MzkgNzIuNzM5NnYtMy40MjUxbC0uMjAxMy0uMjAxNXYtLjIwMTRjLjIwMTMuMzAyMi40MDI2LjYwNDQuNzA0Ni44MDU5bDIuNzE3NCAxLjkxNGMuNjAzOS41MDM3IDEuNTA5Ny41MDM3IDIuMTEzNiAwbDIuNTE1OC0yLjIxNjJjLjEwMS0uMTAwOC4yMDItLjEwMDguMzAyLS4yMDE1djMuNTI1OGMwIC4yMDE1IDAgLjMwMjIuMTAxLjUwMzdoLTguMjUzMWMtLjEwMDYtLjIwMTUgMC0uMzAyMiAwLS41MDM3eiIgZmlsbD0idXJsKCNwYWludDVfbGluZWFyKSIvPjxwYXRoIGQ9Ik0xMTIuODI1IDY1LjU4NzJjMCA0LjkzNjEtMi4xMTMgOS4yNjc4LTUuNDM1IDEyLjM5MDYtMy4wMTkgMi44MjA3LTcuMDQ1IDQuNTMzMi0xMS40NzM0IDQuNTMzMi0zLjUyMjcgMC02Ljg0NC0xLjEwODEtOS41NjE1LTMuMDIyMS00LjQyODUtMy4wMjIxLTcuMjQ2Ni04LjA1OS03LjI0NjYtMTMuODAxIDAtOS4yNjc4IDcuNTQ4Ni0xNi44MjMxIDE2LjgwODEtMTYuODIzMSA5LjI1OTQgMCAxNi45MDg0IDcuNDU0NSAxNi45MDg0IDE2LjcyMjR6IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS42NjA0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0wIDc3LjI3MjdjMCAzLjIyMzYgMi42MTY4MiA1Ljg0MjggNS44Mzc1MyA1Ljg0MjhINTcuNTcwMWMuNTAzMiAwIDEuMDA2NS4yMDE1IDEuMzA4NC41MDM3bDcuMjQ2NiA3LjI1M2MuMjAxMy4zMDIzLjYwMzkuNDAzIDEuMDA2NS4yMDE1LjMwMTktLjEwMDcuNjAzOS0uNTAzNy42MDM5LS44MDU5VjU2LjcyMjRjMC0zLjIyMzYtMi42MTY5LTUuODQyOC01LjgzNzYtNS44NDI4SDUuODM3NTNDMi42MTY4MiA1MC44Nzk2IDAgNTMuNDk4OCAwIDU2LjcyMjR2MjAuNTUwM3oiIGZpbGw9IiNENkRFRUYiLz48cGF0aCBvcGFjaXR5PSIuNyIgZD0iTTU1LjA1NCA2My45NzU0SDEwLjU2OGMtLjQwMjYgMC0uODA1MTgtLjQwMjktLjgwNTE4LS44MDU5di0yLjYxOTFjMC0uNDAzLjQwMjU4LS44MDU5LjgwNTE4LS44MDU5aDQ0LjQ4NmMuNDAyNiAwIC44MDUyLjQwMjkuODA1Mi44MDU5djIuNjE5MWMwIC41MDM3LS4zMDIuODA1OS0uODA1Mi44MDU5eiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyKSIvPjxwYXRoIG9wYWNpdHk9Ii43IiBkPSJNMzcuOTQ0IDc0Ljk1NThIMTAuNTY4Yy0uNDAyNiAwLS44MDUxOC0uNDAzLS44MDUxOC0uODA1OXYtMi42MTkyYzAtLjQwMjkuNDAyNTgtLjgwNTkuODA1MTgtLjgwNTloMjcuMzc2Yy40MDI2IDAgLjgwNTIuNDAzLjgwNTIuODA1OXYyLjYxOTJjMCAuNTAzNy0uMzAyLjgwNTktLjgwNTIuODA1OXoiIGZpbGw9InVybCgjcGFpbnQ3X2xpbmVhcikiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PHBhdGggZD0iTTQzLjA3NyAzMC42MzE1YzAgMi4zMTY5IDEuOTEyMyA0LjIzMDkgNC4yMjcxIDQuMjMwOUg2MC4xODdjLjQwMjUgMCAuNzA0NS4xMDA4IDEuMDA2NC40MDNsNS4zMzQzIDUuMzM5Yy4yMDEzLjIwMTUuNTAzMy4zMDIyLjcwNDYuMjAxNS4yMDEzLS4xMDA3LjQwMjUtLjMwMjIuNDAyNS0uNjA0NFYxNS41MjA5YzAtMi4zMTctMS45MTIzLTQuMjMxLTQuMjI3MS00LjIzMUg0Ny4zMDQxYy0yLjMxNDggMC00LjIyNzEgMS45MTQtNC4yMjcxIDQuMjMxdjE1LjExMDZ6IiBmaWxsPSIjZmZmIi8+PC9nPjxwYXRoIGQ9Ik0xNDAgMzcuNjgzMWMwIDIuOTIxNC0yLjMxNSA1LjIzODMtNS4yMzQgNS4yMzgzSDg4LjI2NzRjLS40MDI2IDAtLjkwNTguMjAxNS0xLjIwNzguNTAzN2wtNi41NDIgNi41NDc5Yy0uMjAxMy4yMDE1LS42MDM5LjMwMjItLjkwNTguMjAxNS0uMzAyLS4xMDA4LS41MDMzLS40MDMtLjUwMzMtLjcwNTJWMTkuMjQ4MmMwLTIuOTIxNCAyLjMxNDktNS4yMzgzIDUuMjMzNy01LjIzODNoNTAuMzIzOGMyLjkxOCAwIDUuMjMzIDIuMzE2OSA1LjIzMyA1LjIzODN2MTguNDM0OUgxNDB6IiBmaWxsPSIjRDZERUVGIi8+PHBhdGggb3BhY2l0eT0iLjciIGQ9Ik0xMjkuNjMzIDI1Ljc5NjFIODkuNjc2NWMtLjQwMjYgMC0uNzA0Ni0uMzAyMi0uNzA0Ni0uNzA1MnYtMi40MTc3YzAtLjQwMjkuMzAyLS43MDUxLjcwNDYtLjcwNTFoMzkuOTU2NWMuNDAzIDAgLjcwNS4zMDIyLjcwNS43MDUxdjIuNDE3N2MwIC40MDMtLjMwMi43MDUyLS43MDUuNzA1MnoiIGZpbGw9InVybCgjcGFpbnQ4X2xpbmVhcikiLz48cGF0aCBvcGFjaXR5PSIuNyIgZD0iTTExNC4zMzUgMzUuNjY4M0g4OS42NzY0Yy0uNDAyNSAwLS43MDQ1LS4zMDIyLS43MDQ1LS43MDUxdi0yLjQxNzdjMC0uNDAzLjMwMi0uNzA1Mi43MDQ1LS43MDUyaDI0LjY1ODZjLjQwMyAwIC43MDUuMzAyMi43MDUuNzA1MnYyLjQxNzdjMCAuMzAyMi0uNDAzLjcwNTEtLjcwNS43MDUxeiIgZmlsbD0idXJsKCNwYWludDlfbGluZWFyKSIvPjxwYXRoIGQ9Ik02MC45OTIgMjAuNDU3Yy0xLjIwNzctMi4wMTQ3LTQuMTI2NS0yLjMxNjktNS42MzYyLS40MDI5LTEuNTA5Ny0xLjkxNC00LjQyODUtMS42MTE4LTUuNjM2Mi40MDI5LTEuMDA2NSAxLjcxMjYtLjMwMiAzLjMyNDQgMS4wMDY1IDQuOTM2MiAxLjMwODQgMS42MTE3IDMuMjIwNyAzLjAyMjEgNC4xMjY1IDMuNTI1Ny4yMDEzLjEwMDguMzAxOS4xMDA4LjUwMzIuMTAwOC4yMDEzIDAgLjQwMjYgMCAuNTAzMy0uMTAwOC45MDU4LS42MDQ0IDIuODE4MS0xLjkxNCA0LjEyNjUtMy41MjU3IDEuMzA4NC0xLjYxMTggMi4xMTM2LTMuMjIzNiAxLjAwNjQtNC45MzYyeiIgZmlsbD0idXJsKCNwYWludDEwX2xpbmVhcikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIxMy4wODgxIiB5MT0iMjUuOTk4NyIgeDI9IjE2LjQxNCIgeTI9IjI1Ljk5ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRkY2NkE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjUzNjg5Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSI5NC40NDg0IiB5MT0iNS41NjM1NCIgeDI9Ijk3LjU3MjciIHkyPSI1LjU2MzU0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzgzQTZGRiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzVBNzhGRiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyIiB4MT0iNDEuODc0NiIgeTE9IjExNy4zMTIiIHgyPSI2Mi4yODI0IiB5Mj0iMTE3LjMxMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhciIgeDE9IjUxLjM2ODEiIHkxPSIxMTIuODYyIiB4Mj0iNTEuMzY4MSIgeTI9IjExMS42NDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIuOTkxMyIgc3RvcC1jb2xvcj0iI0Q2REVFQSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDRfbGluZWFyIiB4MT0iODQuMjAzOCIgeTE9Ijc4LjEyMTciIHgyPSIxMDguMjAyIiB5Mj0iNzguMTIxNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ1X2xpbmVhciIgeDE9Ijk2LjQwMzUiIHkxPSI3My4xMDg0IiB4Mj0iOTYuNDAzNSIgeTI9IjcwLjgzOTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIuOTkxMyIgc3RvcC1jb2xvcj0iI0Q2REVFQSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDZfbGluZWFyIiB4MT0iNTcuMDg2NiIgeTE9IjYxLjg5NCIgeDI9IjEwLjEzOTgiIHkyPSI2MS44OTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wMDY1MSIgc3RvcC1jb2xvcj0iIzlDQTZCRCIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOTI5RUJEIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50N19saW5lYXIiIHgxPSI0MS4xNjU3IiB5MT0iNzIuODUwMiIgeDI9IjkuMzIwMTciIHkyPSI3Mi44NTAyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMDA2NTEiIHN0b3AtY29sb3I9IiM5Q0E2QkQiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzkyOUVCRCIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDhfbGluZWFyIiB4MT0iMTMxLjQ0NCIgeTE9IjIzLjg3MTEiIHgyPSI4OS4yNjM2IiB5Mj0iMjMuODcxMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAwNjUxIiBzdG9wLWNvbG9yPSIjOUNBNkJEIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5MjlFQkQiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ5X2xpbmVhciIgeDE9IjExNy4xMzkiIHkxPSIzMy43MTQ4IiB4Mj0iODguNTI3MiIgeTI9IjMzLjcxNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wMDY1MSIgc3RvcC1jb2xvcj0iIzlDQTZCRCIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOTI5RUJEIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTBfbGluZWFyIiB4MT0iNDkuMjQwNSIgeTE9IjIzLjg3MTEiIHgyPSI2MS41MDY2IiB5Mj0iMjMuODcxMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMjEuMDc3IiB5PSIuMjg5OTQiIHdpZHRoPSI2OC41NTc5IiBoZWlnaHQ9IjczLjU1NTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldCBkeT0iMTEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjM5NzcwOCAwIDAgMCAwIDAuNDc3NDkgMCAwIDAgMCAwLjU3NSAwIDAgMCAwLjE4IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+')
}

.svg-nologin {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1IiBoZWlnaHQ9IjE0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS42IDIyLjIzYTIuOTEgMi45MSAwIDAwMS44ODItMy42NzIgMi45MzUgMi45MzUgMCAwMC0zLjY5NC0xLjg3IDIuOTEgMi45MSAwIDAwLTEuODgyIDMuNjcxQTIuOTM1IDIuOTM1IDAgMDA1LjYgMjIuMjN6TTEyIDEyLjcyNGExLjk3OCAxLjk3OCAwIDAwMS4yOC0yLjQ5NyAxLjk5NiAxLjk5NiAwIDAwLTIuNTEyLTEuMjcxIDEuOTc4IDEuOTc4IDAgMDAtMS4yOCAyLjQ5NkExLjk5NiAxLjk5NiAwIDAwMTIgMTIuNzI0ek0xMDEuNDA3IDEwLjg3N2ExLjUwOCAxLjUwOCAwIDAwLjA5Ny0yLjE0IDEuNTMxIDEuNTMxIDAgMDAtMi4xNTQtLjA5NyAxLjUwOCAxLjUwOCAwIDAwLS4wOTcgMi4xNGMuNTY4LjYxOCAxLjUzMy42NjEgMi4xNTQuMDk3ek0xMy4xMyAxMDguMTE4YTEuODU3IDEuODU3IDAgMDAuMTItMi42MzUgMS44ODQgMS44ODQgMCAwMC0yLjY1MS0uMTE4IDEuODU2IDEuODU2IDAgMDAtLjEyIDIuNjM0Yy43Ljc2IDEuODg2LjgxMyAyLjY1MS4xMTl6TTExMiAzOS4wMzN2NDMuOTM0YzAgLjY5OSAwIDEuMjgyLS4xMTcgMS45OC0uNTg3IDUuMDEyLTMuNTE4IDkuNDQtNy45NzQgMTIuMDA0bC0zOC4yMjggMjEuOTA4Yy0zLjYzNSAyLjA5OC03Ljk3NCAyLjY4LTExLjk2IDEuNjMxLTEuNTI1LS4zNDktMi45MzItLjkzMi00LjIyMi0xLjYzMUwxMS4xNTQgOTYuODM0Yy0yLjkzMi0xLjYzMS01LjE2LTQuMDc5LTYuNTY3LTYuOTkyLTEuMDU1LTIuMDk3LTEuNjQyLTQuNTQ1LTEuNjQyLTYuOTkyVjM5LjAzM2MwLTIuMzMuNDctNC41NDQgMS40MDctNi42NDIgMS40MDgtMy4wMyAzLjYzNi01LjU5NCA2LjY4NC03LjM0Mkw0OS4zODIgMy4xNDFDNTMuMTM0IDEuMDQzIDU3LjM1NS40NjEgNjEuNDYgMS41MWMxLjQwNy4zNSAyLjgxNC45MzIgNC4yMjEgMS42MzFMMTAzLjkxIDI1LjA1YzMuNCAxLjk4MiA1Ljg2MyA1LjAxMSA3LjE1MyA4LjYyNGExNi4xIDE2LjEgMCAwMS45MzggNS4zNnoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNTcuNTkgMjMuMDY4bDkuMTQ3LTE4Ljk5NSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZCkiPjxwYXRoIGQ9Ik05Mi44ODYgMTYuNTQydjg5Ljk2NGMwIDIuNTY0LTIuMTEgNC42NjItNC42OSA0LjY2MkgyNi43NWMtMi41OCAwLTQuNjktMi4wOTgtNC42OS00LjY2MlYxNi41NDJjMC0yLjU2MyAyLjExLTQuNjYgNC42OS00LjY2aDYxLjQ0NmMyLjU4IDAgNC42OSAyLjA5NyA0LjY5IDQuNjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjxwYXRoIGQ9Ik0yNi4zOTggNTMuNkgyNC4xN3YyLjIxNGgyLjIyOFY1My42ek0yNi4zOTggNDkuMTcySDI0LjE3djIuMjE0aDIuMjI4di0yLjIxNHpNMjYuMzk4IDQ0Ljc0NEgyNC4xN3YyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRUFFRUY5Ii8+PHBhdGggZD0iTTI2LjM5OCA0MC40MzJIMjQuMTd2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPjxwYXRoIGQ9Ik0yNi4zOTggMzEuNTc1SDI0LjE3djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNMzAuOTcxIDU3LjkxMmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0ek0zMC45NzEgNTMuNmgtMi4yMjh2Mi4yMTRoMi4yMjhWNTMuNnpNMzAuOTcxIDQwLjQzMmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik0zMC45NzEgMjIuODM1aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXIpIi8+PHBhdGggZD0iTTM1LjU0NSA1Ny45MTJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNMzUuNTQ1IDQ5LjE3MmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0ek0zNS41NDUgNDQuNzQ0aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRUFFRUY5Ii8+PHBhdGggZD0iTTM1LjU0NSA0MC40MzJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcikiLz48cGF0aCBkPSJNMzUuNTQ1IDM2LjAwNGgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0YzRjVGQSIvPjxwYXRoIGQ9Ik0zNS41NDUgMzEuNTc1aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6TTM1LjU0NSAyMi44MzVoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNMzUuNTQ1IDE4LjQwN2gtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0YzRjVGQSIvPjxwYXRoIGQ9Ik00MC4xMTggNTMuNkgzNy44OXYyLjIxNGgyLjIyOFY1My42ek00MC4xMTggNDkuMTcySDM3Ljg5djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNDAuMTE4IDM2LjAwNEgzNy44OXYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRjNGNUZBIi8+PHBhdGggZD0iTTQwLjExOCAyNy4yNjRIMzcuODl2Mi4yMTRoMi4yMjh2LTIuMjE1ek00NC44MDggNTcuOTEySDQyLjU4djIuMjE0aDIuMjI4di0yLjIxNHpNNDQuODA4IDUzLjZINDIuNTh2Mi4yMTRoMi4yMjhWNTMuNnpNNDQuODA4IDQwLjQzMkg0Mi41OHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRUFFRUY5Ii8+PHBhdGggZD0iTTQ0LjgwOCAzNi4wMDRINDIuNTh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0idXJsKCNwYWludDRfbGluZWFyKSIvPjxwYXRoIGQ9Ik00NC44MDggMzEuNTc1SDQyLjU4djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNNDkuMzgyIDU3LjkxMmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0ek00OS4zODIgNTMuNmgtMi4yMjh2Mi4yMTRoMi4yMjhWNTMuNnpNNDkuMzgyIDQ5LjE3MmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0ek00OS4zODIgNDQuNzQ0aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6TTQ5LjM4MiA0MC40MzJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNNDkuMzgyIDM2LjAwNGgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0ek00OS4zODIgMjIuODM1aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6TTUzLjk1NSA1Ny45MTJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNNTMuOTU1IDUzLjZoLTIuMjI4djIuMjE0aDIuMjI4VjUzLjZ6TTUzLjk1NSA0OS4xNzJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNNTMuOTU1IDQwLjQzMmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik01My45NTUgMzYuMDA0aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRjNGNUZBIi8+PHBhdGggZD0iTTU4LjUyOCA1Ny45MTJINTYuM3YyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSJ1cmwoI3BhaW50NV9saW5lYXIpIi8+PHBhdGggZD0iTTU4LjUyOCA1My42SDU2LjN2Mi4yMTRoMi4yMjhWNTMuNnpNNTguNTI4IDQ5LjE3Mkg1Ni4zdjIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNTguNTI4IDQ0Ljc0NEg1Ni4zdjIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNNTguNTI4IDQwLjQzMkg1Ni4zdjIuMjE0aDIuMjI4di0yLjIxNHpNNTguNTI4IDMxLjU3NUg1Ni4zdjIuMjE0aDIuMjI4di0yLjIxNHpNNjMuMTAyIDU3LjkxMmgtMi4yMjh2Mi4yMTRINjMuMXYtMi4yMTR6TTYzLjEwMiA1My42aC0yLjIyOHYyLjIxNEg2My4xVjUzLjZ6IiBmaWxsPSIjRUFFRUY5Ii8+PHBhdGggZD0iTTYzLjEwMiA0OS4xNzJoLTIuMjI4djIuMjE0SDYzLjF2LTIuMjE0eiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyKSIvPjxwYXRoIGQ9Ik02My4xMDIgNDQuNzQ0aC0yLjIyOHYyLjIxNEg2My4xdi0yLjIxNHpNNjMuMTAyIDQwLjQzMmgtMi4yMjh2Mi4yMTRINjMuMXYtMi4yMTR6TTYzLjEwMiAzNi4wMDRoLTIuMjI4djIuMjE0SDYzLjF2LTIuMjE0ek02Ny42NzUgNTcuOTEyaC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6TTY3LjY3NSA1My42aC0yLjIyOHYyLjIxNGgyLjIyOFY1My42ek02Ny42NzUgNDkuMTcyaC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRUFFRUY5Ii8+PHBhdGggZD0iTTY3LjY3NSA0MC40MzJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNNjcuNjc1IDMxLjU3NWgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik02Ny42NzUgMTguNDA3aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRjNGNUZBIi8+PHBhdGggZD0iTTcyLjI0OCA1My42SDcwLjAydjIuMjE0aDIuMjI4VjUzLjZ6IiBmaWxsPSIjRUFFRUY5Ii8+PHBhdGggZD0iTTcyLjI0OCA0OS4xNzJINzAuMDJ2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0YzRjVGQSIvPjxwYXRoIGQ9Ik03Mi4yNDggNDQuNzQ0SDcwLjAydjIuMjE0aDIuMjI4di0yLjIxNHpNNzIuMjQ4IDI3LjI2NEg3MC4wMnYyLjIxNGgyLjIyOHYtMi4yMTV6TTc2LjgyMSA1Ny45MTJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNNzYuODIxIDQ5LjE3MmgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik03Ni44MjEgNDQuNzQ0aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSJ1cmwoI3BhaW50N19saW5lYXIpIi8+PHBhdGggZD0iTTc2LjgyMSA0MC40MzJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNzYuODIxIDM2LjAwNGgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0YzRjVGQSIvPjxwYXRoIGQ9Ik03Ni44MjEgMzEuNTc1aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSJ1cmwoI3BhaW50OF9saW5lYXIpIi8+PHBhdGggZD0iTTgxLjUxMiA1Ny45MTJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNODEuNTEyIDQ0Ljc0NGgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0YzRjVGQSIvPjxwYXRoIGQ9Ik04MS41MTIgMzYuMDA0aC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6TTg2LjA4NSA1Ny45MTJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNODYuMDg1IDUzLjZoLTIuMjI4djIuMjE0aDIuMjI4VjUzLjZ6TTg2LjA4NSA0OS4xNzJoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNHpNODYuMDg1IDQ0Ljc0NGgtMi4yMjh2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik04Ni4wODUgNDAuNDMyaC0yLjIyOHYyLjIxNGgyLjIyOHYtMi4yMTR6IiBmaWxsPSIjRjNGNUZBIi8+PHBhdGggZD0iTTg2LjA4NSAyNy4yNjRoLTIuMjI4djIuMjE0aDIuMjI4di0yLjIxNXpNOTAuNjU4IDU3LjkxMkg4OC40M3YyLjIxNGgyLjIyOHYtMi4yMTR6TTkwLjY1OCA0OS4xNzJIODguNDN2Mi4yMTRoMi4yMjh2LTIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik05MC42NTggNDQuNzQ0SDg4LjQzdjIuMjE0aDIuMjI4di0yLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNODguMzkyIDczLjM4M2gyLjIyOFY3MS4xN2gtMi4yMjh2Mi4yMTV6TTg4LjM5MiA2OC45MjJoMi4yMjh2LTIuMjE0aC0yLjIyOHYyLjIxNHpNODguMzkyIDY0LjU3NmgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek04My43OSA3Ny43MjloMi4yMjl2LTIuMjE0SDgzLjc5djIuMjE0ek04My43OSA3My4zODNoMi4yMjlWNzEuMTdIODMuNzl2Mi4yMTV6TTgzLjc5IDY0LjU3NmgyLjIyOXYtMi4yMTRIODMuNzl2Mi4yMTR6TTc5LjE5IDc3LjcyOWgyLjIyN3YtMi4yMTRINzkuMTl2Mi4yMTR6TTc5LjE5IDczLjM4M2gyLjIyN1Y3MS4xN0g3OS4xOXYyLjIxNXpNNzkuMTkgNjguOTIyaDIuMjI3di0yLjIxNEg3OS4xOXYyLjIxNHpNNzkuMTkgNjQuNTc2aDIuMjI3di0yLjIxNEg3OS4xOXYyLjIxNHpNNzQuNzA1IDc3LjcyOWgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek03NC43MDUgNzMuMzgzaDIuMjI4VjcxLjE3aC0yLjIyOHYyLjIxNXpNNzQuNzA1IDY4LjkyMmgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek03NC43MDUgNjQuNTc2aDIuMjI4di0yLjIxNGgtMi4yMjh2Mi4yMTR6TTcwLjEwNCA3Ny43MjloMi4yMjh2LTIuMjE0aC0yLjIyOHYyLjIxNHpNNzAuMTA0IDczLjM4M2gyLjIyOFY3MS4xN2gtMi4yMjh2Mi4yMTV6TTcwLjEwNCA2OC45MjJoMi4yMjh2LTIuMjE0aC0yLjIyOHYyLjIxNHpNNjUuNTAyIDc3LjcyOWgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek02NS41MDIgNzMuMzgzaDIuMjI4VjcxLjE3aC0yLjIyOHYyLjIxNXpNNjUuNTAyIDY4LjkyMmgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek02NS41MDIgNjQuNTc2aDIuMjI4di0yLjIxNGgtMi4yMjh2Mi4yMTR6TTYwLjkgNzcuNzI5aDIuMjI5di0yLjIxNEg2MC45djIuMjE0ek02MC45IDczLjM4M2gyLjIyOVY3MS4xN0g2MC45djIuMjE1ek02MC45IDY4LjkyMmgyLjIyOXYtMi4yMTRINjAuOXYyLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNTYuMyA3Ny43MjNoMi4yMjh2LTIuMjE1SDU2LjN2Mi4yMTV6IiBmaWxsPSJ1cmwoI3BhaW50OV9saW5lYXIpIi8+PHBhdGggZD0iTTU2LjMgNzMuMzgzaDIuMjI4VjcxLjE3SDU2LjN2Mi4yMTV6TTU2LjMgNjguOTIyaDIuMjI4di0yLjIxNEg1Ni4zdjIuMjE0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik01Ni4zIDY0LjU3NmgyLjIyOHYtMi4yMTRINTYuM3YyLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNNTEuNjk4IDc3LjcyOWgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek01MS42OTggNzMuMzgzaDIuMjI4VjcxLjE3aC0yLjIyOHYyLjIxNXoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNTEuNzI3IDY4Ljk4M2gyLjIyOHYtMi4yMTVoLTIuMjI4djIuMjE1eiIgZmlsbD0idXJsKCNwYWludDEwX2xpbmVhcikiLz48cGF0aCBkPSJNNTEuNjk4IDY0LjU3NmgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek00Ny4wOTcgNzcuNzI5aDIuMjI4di0yLjIxNGgtMi4yMjh2Mi4yMTR6TTQ3LjA5NyA3My4zODNoMi4yMjhWNzEuMTdoLTIuMjI4djIuMjE1ek00Ny4wOTcgNjguOTIyaDIuMjI4di0yLjIxNGgtMi4yMjh2Mi4yMTR6TTQyLjQ5NSA3My4zODNoMi4yMjhWNzEuMTdoLTIuMjI4djIuMjE1eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik00Mi40OTUgNjguOTIyaDIuMjI4di0yLjIxNGgtMi4yMjh2Mi4yMTR6IiBmaWxsPSIjRjNGNUZBIi8+PHBhdGggZD0iTTQyLjQ5NSA2NC41NzZoMi4yMjh2LTIuMjE0aC0yLjIyOHYyLjIxNHpNMzguMDEgNzcuNzI5aDIuMjI5di0yLjIxNEgzOC4wMXYyLjIxNHpNMzguMDEgNjguOTIyaDIuMjI5di0yLjIxNEgzOC4wMXYyLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNMzcuODkgNjQuNTU0aDIuMzQ1VjYyLjM0SDM3Ljg5djIuMjE0eiIgZmlsbD0idXJsKCNwYWludDExX2xpbmVhcikiLz48cGF0aCBkPSJNMzMuNDEgNzcuNzI5aDIuMjI4di0yLjIxNEgzMy40MXYyLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNMzMuNDEgNjQuNTc2aDIuMjI4di0yLjIxNEgzMy40MXYyLjIxNHoiIGZpbGw9IiNGM0Y1RkEiLz48cGF0aCBkPSJNMjguODA4IDc3LjcyOWgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek0yOC44MDggNzMuMzgzaDIuMjI4VjcxLjE3aC0yLjIyOHYyLjIxNXpNMjguODA4IDY4LjkyMmgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0ek0yNC4yMDcgNzcuNzI5aDIuMjI4di0yLjIxNGgtMi4yMjh2Mi4yMTR6TTI0LjIwNyA2OC45MjJoMi4yMjh2LTIuMjE0aC0yLjIyOHYyLjIxNHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNMjQuMjA3IDY0LjU3NmgyLjIyOHYtMi4yMTRoLTIuMjI4djIuMjE0eiIgZmlsbD0iI0YzRjVGQSIvPjxwYXRoIGQ9Ik01Ny40NzMgMjcuNjEzYzIuNzIgMCA0LjkyNS0yLjE5MSA0LjkyNS00Ljg5NCAwLTIuNzAzLTIuMjA1LTQuODk1LTQuOTI1LTQuODk1LTIuNzIgMC00LjkyNSAyLjE5Mi00LjkyNSA0Ljg5NSAwIDIuNzAzIDIuMjA1IDQuODk0IDQuOTI1IDQuODk0eiIgZmlsbD0iI0VBRUVGOSIvPjxwYXRoIGQ9Ik01Ny4zNTUgMjMuMDY4TDQ4LjA5MiA0LjA3MyIgc3Ryb2tlPSJ1cmwoI3BhaW50MTJfbGluZWFyKSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik03OC41OCA3My45OTNjLS40NjkuNDY3LS44Mi45MzMtMS4yOSAxLjI4Mi01LjI3NyA0Ljg5NS0xMi4zMTIgNy44MDgtMjAuMTY5IDcuODA4LTYuMjE1IDAtMTIuMDc4LTEuODY0LTE2Ljg4Ni01LjI0NC0xLjQwNy0uOTMyLTIuNjk3LTIuMDk3LTMuODctMy4yNjMuNTg3LS44MTYgMS43Ni0xLjM5OCA0LjEwNS0yLjMzbC45MzgtLjM1YzEuNzU5LS43IDQuMjIxLTEuNjMyIDcuMzg3LTIuOTEzLjQ3LS4yMzQuOTM4LS40NjcgMS4xNzMtLjkzMy4xMTctLjIzMy4zNTItLjQ2Ni4zNTItLjY5OS4yMzQtLjM1LjIzNC0uODE2LjIzNC0xLjI4MnYtNS45NDNjLS4xMTctLjExNi0uMTE3LS4yMzMtLjIzNC0uMzUtLjQ3LS44MTUtLjgyMS0xLjYzMS0uOTM4LTIuNTYzbC0uNDctLjIzM2MtMS41MjQuMzUtMS40MDctMS4yODItMS43NTgtNC40MjktLjExOC0xLjI4MiAwLTEuNTE1LjU4Ni0xLjc0OGwuNDY5LS42OTljLTEuMTczLTIuNTY0LTEuNjQyLTQuNjYxLTEuNjQyLTYuNTI2IDAtMi45MTMgMS4yOS00Ljg5NCAzLjA1LTUuODI2LS44MjItMS44NjUtLjkzOS0yLjY4LS45MzktMi42OHM2LjIxNSAxLjA0OCA4LjMyNi41ODJjMi42OTctLjU4MyA2LjkxOC4xMTYgOC40NDMgMy43MjkuMzUyLjExNy41ODYuMjMzLjkzOC4zNSAxLjk5MyAxLjA0OCAyLjY5NyAyLjQ0NyAyLjkzMSAzLjk2Mi4zNTIgMi43OTctMS4xNzIgNS44MjctMS41MjQgNy4xMDggMCAwIDAgLjExNy4xMTcuMTE3LjQ3LjIzMy41ODcuNTgyLjM1MiAxLjc0OC0uMzUyIDMuMDMtLjIzNCA0Ljc3OC0xLjc1OSA0LjQyOGwtMS40MDcgMi4zM2MwIC4yMzQtLjExNy4zNS0uMTE3LjU4NHY2LjY0MmMwIC40NjYuMjM0LjgxNi40NjkgMS4xNjVsLjM1Mi4zNWMuMzUxLjM1LjcwMy41ODIgMS4xNzIuODE2IDMuNTE4IDEuNTE0IDYuMDk4IDIuNDQ3IDcuOTc0IDMuMTQ2IDEuNzU5LjgxNiAyLjkzMiAxLjM5OCAzLjYzNSAxLjg2NHoiIGZpbGw9IiNFQUVFRjkiLz48cGF0aCBkPSJNNjguMzc4IDUyLjY2OGMtLjM1MiAzLjAzLS4yMzQgNC43NzgtMS43NTkgNC40MjhsLTEuNDA3IDIuMzNjMCAuMjM0LS4xMTcuMzUtLjExNy41ODR2Ni42NDJoLTYuODAxdi0yNi45Mmg4LjIwOGMxLjk5NCAxLjA1IDIuNjk3IDIuNDQ4IDIuOTMyIDMuOTYzLjM1MSAyLjc5Ny0xLjE3MyA1LjgyNy0xLjUyNSA3LjEwOCAwIDAgMCAuMTE3LjExNy4xMTcuMzUyLjIzMy40Ny41ODMuMzUyIDEuNzQ4eiIgZmlsbD0iI0UzRTdGNSIvPjxwYXRoIGQ9Ik04MS4zOTQgODIuNzM0Yy01LjI3NiA0Ljg5NC0xNi40MTYuNDY2LTI0LjI3My40NjYtNi4yMTUgMC0xOS4yMzEgNC44OTQtMjQuMDM5IDEuNjMxLS45MzgtLjY5OS4yMzUtMy4zOC41ODYtNC4xOTUuNTg3LTEuNjMyIDEuMTczLTMuMjYzIDEuOTk0LTQuNzc4IDEuNzU5LTMuMzggOS44NS01LjAxIDEzLjEzMy02Ljc1OS41ODctLjM1LjkzOC0uNTgzIDEuMTczLS45MzIgMy44NyA1LjM2IDExLjg0NCA1LjM2IDE1LjcxMy4xMTYuMzUyLjM1LjcwNC41ODMgMS4xNzMuODE2LjExNyAwIC4yMzQuMTE3LjM1Mi4xMTcgMTAuOTA1IDQuNDI4IDExLjYwOSAzLjg0NSAxMy4wMTYgNy45MjQuMjM0LjcgMS42NDIgNS4xMjcgMS4xNzIgNS41OTR6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTgxLjM5NCA4Mi43MzRjLTUuMjc2IDQuODk0LTE2LjQxNi40NjYtMjQuMjczLjQ2Ni02LjIxNSAwLTE5LjIzMSA0Ljg5NC0yNC4wMzkgMS42MzEtLjkzOC0uNjk5LjIzNS0zLjM4LjU4Ni00LjE5NS41ODctMS42MzIgMS4xNzMtMy4yNjMgMS45OTQtNC43NzggMS43NTktMy4zOCA5Ljg1LTUuMDEgMTMuMTMzLTYuNzU5aC4xMThjNC40NTYgNi4xNzYgMTMuNzIgNi4xNzYgMTguMTc1LjExN2guMTE4YzEwLjkwNSA0LjQyOCAxMS42MDkgMy44NDUgMTMuMDE2IDcuOTI0LjIzNC43IDEuNjQyIDUuMTI3IDEuMTcyIDUuNTk0eiIgZmlsbD0idXJsKCNwYWludDEzX2xpbmVhcikiLz48cGF0aCBkPSJNNjcuNzkyIDUwLjgwM2MuMTE3LS42OTktLjIzNS0xLjYzMS0uNDctMi4zMyAwLS4xMTctLjExNi0uMjMzLS4xMTYtLjM1LTEuMTczLTIuMzMtMy44Ny0zLjM4LTYuMzMzLTMuNDk2LTYuNDUtLjM1LTcuMDM1LjkzMi05LjE0Ni0uOTMyLjU4Ni45MzIuNzA0IDIuNDQ3LS4yMzUgNC4zMTItLjcwMyAxLjI4MS0xLjk5MyAxLjg2NC0zLjE2NiAyLjIxNC0yLjkzMS02LjY0My0xLjUyNC0xMC44MzggMS40MDctMTIuMzUzLS45MzgtMS45ODEtMS4wNTUtMi43OTctMS4wNTUtMi43OTdzNi4yMTUgMS4wNSA4LjMyNi41ODNjMi42OTctLjU4MyA2LjkxOC4xMTYgOC40NDMgMy43MjkgMi41OCAxLjA0OSAzLjYzNSAyLjY4IDMuODcgNC40MjguNDY4IDIuNzk3LTEuMTczIDUuODI3LTEuNTI1IDYuOTkyeiIgZmlsbD0iIzFDMzc1NCIvPjxwYXRoIGQ9Ik01MC42NzIgNjYuMzAyVjYwLjM2Yy0uMTE4LS4xMTYtLjIzNS0uMjMzLS4yMzUtLjM1di0uMzVjLjM1Mi41ODQuNzA0IDEuMDUgMS4yOSAxLjRsNC42OSAzLjI2MmMxLjA1Ni45MzMgMi42OTcuOTMzIDMuNzUzIDBsNC4zMzktMy45NjJjLjExNy0uMTE2LjM1MS0uMjMzLjQ2OS0uNDY2djYuMTc2YzAgLjM1IDAgLjU4My4xMTcuODE2aC0xNC41NGMuMTE3IDAgLjExNy0uMzUuMTE3LS41ODN6IiBmaWxsPSJ1cmwoI3BhaW50MTRfbGluZWFyKSIvPjxwYXRoIGQ9Ik05Mi44ODYgNzcuOTU2djI4LjU1YzAgMi41NjQtMi4xMSA0LjY2Mi00LjY5IDQuNjYySDI2Ljc1Yy0yLjU4IDAtNC42OS0yLjA5OC00LjY5LTQuNjYydi0yOC41NWg3MC44MjZ6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTY2LjYyIDg4LjkxSDQ4LjMyNWMtLjkzOCAwLTEuNjQyLS43LTEuNjQyLTEuNjMyIDAtLjkzMi43MDQtMS42MzEgMS42NDItMS42MzFINjYuNjJjLjkzOCAwIDEuNjQyLjcgMS42NDIgMS42MzEgMCAuOTMzLS43MDQgMS42MzItMS42NDIgMS42MzJ6IiBmaWxsPSJ1cmwoI3BhaW50MTVfbGluZWFyKSIvPjxwYXRoIGQ9Ik03NC4xMjQgOTYuMTM1SDQwLjkzOWMtLjkzOCAwLTEuNjQyLS43LTEuNjQyLTEuNjMyIDAtLjkzMi43MDQtMS42MzEgMS42NDItMS42MzFoMzMuMTg1Yy45MzggMCAxLjY0Mi43IDEuNjQyIDEuNjMxIDAgLjkzMy0uODIxIDEuNjMyLTEuNjQyIDEuNjMyek02NC4wNCAxMDMuNDc3SDUxLjAyM2ExLjA0OCAxLjA0OCAwIDAxLTEuMDU1LTEuMDQ5di0xLjE2NmMwLS41ODIuNDctMS4wNDggMS4wNTUtMS4wNDhINjQuMDRjLjU4NiAwIDEuMDU1LjQ2NiAxLjA1NSAxLjA0OHYxLjE2NmMwIC41ODItLjQ3IDEuMDQ5LTEuMDU1IDEuMDQ5eiIgZmlsbD0iI0UzRUFGMiIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjYyLjE0OCIgeTE9IjI0LjI2NCIgeDI9IjYyLjE0OCIgeTI9IjIuODk1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMDAzIiBzdG9wLWNvbG9yPSIjODNBNkZGIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNUE3OEZGIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSIyNC4xODIiIHkxPSI0MS41MTYiIHgyPSIyNi40MzMiIHkyPSI0MS41MTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRkY2NkE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjUzNjg5Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSIyOC43NjkiIHkxPSIyMy45NjkiIHgyPSIzMS4wMiIgeTI9IjIzLjk2OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhciIgeDE9IjMzLjM1NyIgeTE9IjQxLjUxNiIgeDI9IjM1LjYwNyIgeTI9IjQxLjUxNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhciIgeDE9IjQyLjUzMSIgeTE9IjM3LjEyOSIgeDI9IjQ0Ljc4MiIgeTI9IjM3LjEyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ1X2xpbmVhciIgeDE9IjU2LjI5NCIgeTE9IjU5LjA2MyIgeDI9IjU4LjU0NCIgeTI9IjU5LjA2MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ2X2xpbmVhciIgeDE9IjYwLjg4MSIgeTE9IjUwLjI4OSIgeDI9IjYzLjEzMSIgeTI9IjUwLjI4OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ3X2xpbmVhciIgeDE9Ijc0LjY0MyIgeTE9IjQ1LjkwMiIgeDI9Ijc2Ljg5MyIgeTI9IjQ1LjkwMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRjY2QTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNTM2ODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ4X2xpbmVhciIgeDE9Ijc0LjY0MyIgeTE9IjMyLjc0MiIgeDI9Ijc2Ljg5MyIgeTI9IjMyLjc0MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ5X2xpbmVhciIgeDE9IjU4LjUzOSIgeTE9Ijc2LjYxOSIgeDI9IjU2LjI4OSIgeTI9Ijc2LjYxOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxMF9saW5lYXIiIHgxPSI1My45NTIiIHkxPSI2Ny44NDUiIHgyPSI1MS43MDEiIHkyPSI2Ny44NDUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRkY2NkE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjUzNjg5Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTFfbGluZWFyIiB4MT0iNDAuMTkiIHkxPSI2My40NTgiIHgyPSIzNy45MzkiIHkyPSI2My40NTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRkY2NkE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjUzNjg5Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTJfbGluZWFyIiB4MT0iNTIuNzIzIiB5MT0iMjQuMjY0IiB4Mj0iNTIuNzIzIiB5Mj0iMi44OTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wMDMiIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxM19saW5lYXIiIHgxPSIzMi43NyIgeTE9Ijc3LjUwNyIgeDI9IjgxLjQ3NiIgeTI9Ijc3LjUwNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM4M0E2RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1QTc4RkYiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxNF9saW5lYXIiIHgxPSI1Ny43ODgiIHkxPSI2Ny4xNTUiIHgyPSI1Ny43ODgiIHkyPSI2My4wMDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUFFRUY5Ii8+PHN0b3Agb2Zmc2V0PSIuOTkxIiBzdG9wLWNvbG9yPSIjQ0VENUU2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTVfbGluZWFyIiB4MT0iNDkuMTQyIiB5MT0iODcuMjgzIiB4Mj0iNjcuMzY5IiB5Mj0iODcuMjgzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGNjZBOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y1MzY4OSIvPjwvbGluZWFyR3JhZGllbnQ+PGZpbHRlciBpZD0iZmlsdGVyMF9kIiB4PSIuMDU5IiB5PSIuODgxIiB3aWR0aD0iMTE0LjgyNyIgaGVpZ2h0PSIxNDMuMjg3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjExIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC4zOTc3MDggMCAwIDAgMCAwLjQ3NzQ5IDAgMCAwIDAgMC41NzUgMCAwIDAgMC4xOCAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==')
}

.fw-bold,
.fw-bolder {
	font-weight: 700 !important
}

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1200px
	}
}

.text-primary {
	color: var(--color-primary) !important
}

.text-body {
	color: var(--color-body) !important
}

.text-dark {
	color: var(--color-dark) !important
}

.text-secondary {
	color: var(--color-secondary) !important
}

.text-muted {
	color: var(--color-muted) !important
}

.text-light {
	color: var(--color-light) !important
}

.text-danger {
	color: var(--color-danger) !important
}

.btn {
	border-radius: var(--radius-sm);
	padding: .4375rem 1.625rem;
	font-size: .875rem;
	font: inherit
}

.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn-primary {
	background-color: var(--btn-primary);
	border-color: #0a59f8
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	background-color: var(--btn-dark);
	border-color: var(--btn-dark)
}

.btn-secondary {
	color: var(--color-light);
	background-color: var(--btn-secondary);
	border-color: var(--btn-secondary)
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--btn-dark);
	border-color: var(--btn-dark)
}

.btn-dark {
	background-color: var(--btn-dark);
	border-color: var(--btn-dark)
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--btn-secondary);
	border-color: var(--btn-secondary)
}

.btn-light {
	color: var(--color-secondary);
	background-color: var(--btn-light);
	border-color: var(--btn-light)
}

.btn-light:hover,
.btn-light:focus,
.btn-light.disabled,
.btn-light:disabled,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
	color: var(--color-dark);
	background-color: var(--btn-light);
	border-color: var(--btn-light)
}

.btn-danger {
	color: #fff;
	background-color: var(--btn-danger);
	border-color: var(--btn-danger)
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--btn-danger);
	border-color: var(--btn-danger)
}

.btn-link {
	color: var(--color-secondary);
	text-decoration: none
}

.btn-link:hover,
.btn-link:focus,
.btn-link.disabled,
.btn-link:disabled,
.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-link:not(:disabled):not(.disabled).active:focus {
	color: var(--color-dark);
	text-decoration: none
}

.btn-outline-primary {
	color: var(--color-primary);
	background-color: var(--btn-outline-primary);
	border-color: var(--btn-outline-primary)
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--btn-primary);
	border-color: var(--btn-primary)
}

.btn-outline-secondary {
	color: var(--color-secondary);
	background-color: transparent;
	border-color: var(--btn-secondary)
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--btn-dark);
	border-color: var(--btn-dark)
}

.btn-outline-light {
	color: var(--color-secondary);
	border-color: var(--btn-light)
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
	color: var(--color-dark);
	border-color: var(--btn-muted)
}

.btn-outline-info {
	color: var(--color-info);
	background-color: var(--btn-info);
	border-color: var(--border-info)
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.disabled,
.btn-outline-info:disabled,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--bg-info);
	border-color: var(--bg-info)
}

.btn-outline-warning {
	color: var(--color-warning);
	background-color: var(--btn-warning);
	border-color: var(--border-warning)
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	background-color: var(--bg-warning);
	border-color: var(--bg-warning)
}

.btn-outline-danger {
	color: var(--color-danger);
	background-color: var(--btn-outline-danger);
	border-color: var(--border-danger)
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
	color: #fff;
	border-width: 0;
	background: linear-gradient(315deg, #ff2b4f 0%, #ff7f6a 100%)
}

.btn-shopping {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6327), color-stop(#f34141), color-stop(#f34141), to(#ff6327));
	background-image: linear-gradient(to right, #ff6327, #f34141, #f34141, #ff6327);
	background-size: 300% 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	border: 0
}

.btn-shopping:hover,
.btn-shopping:focus,
.btn-shopping.focus {
	background-position: 100% 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff
}

.btn-shopping.disabled,
.btn-shopping:disabled,
.btn-shopping:not(:disabled):not(.disabled):active,
.btn-shopping:not(:disabled):not(.disabled).active,
.btn-shopping:not(:disabled):not(.disabled):active:focus,
.btn-shopping:not(:disabled):not(.disabled).active:focus {
	background-position: 100% 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: .6
}

.btn-xs {
	font-size: .75rem;
	padding: .25rem 1rem;
	border-radius: var(--radius-xs)
}

.btn-sm {
	font-size: .875rem;
	padding: .3125rem 1.25rem
}

.btn-lg {
	padding: .625rem 2.5rem;
	font-size: .9375rem
}

.btn-rounded {
	border-radius: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.btn-rounded.btn-xs {
	padding-left: 1rem;
	padding-right: 1rem
}

.btn-nopd {
	padding-left: 5px;
	padding-right: 5px
}

.btn-w-sm {
	min-width: 70px;
	padding-left: .5rem;
	padding-right: .5rem
}

.btn-w-md {
	min-width: 110px;
	padding-left: .5rem;
	padding-right: .5rem
}

.btn-w-md.btn-sm {
	min-width: 95px
}

.btn-w-md.btn-xs {
	min-width: 75px
}

.btn-w-lg {
	min-width: 120px;
	padding-left: 1rem;
	padding-right: 1rem
}

.btn-w-xl {
	min-width: 150px;
	padding-left: 1rem;
	padding-right: 1rem
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: .25rem;
	padding-right: .25rem
}

@media (max-width:767.98px) {
	.btn-sm {
		padding: .3125rem 1rem .25rem;
		border-radius: var(--radius-xs)
	}

	.btn-w-sm {
		min-width: 60px;
		padding-left: .25rem;
		padding-right: .25rem
	}

	.btn-w-md {
		min-width: 90px;
		padding-left: .5rem;
		padding-right: .5rem
	}

	.btn-w-lg {
		min-width: 115px;
		padding-left: 1rem;
		padding-right: 1rem
	}

	.btn-w-md.btn-xs {
		min-width: 65px
	}

	.btn-w-md.btn-sm {
		min-width: 88px
	}

	.btn-rounded {
		border-radius: 4rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.btn-sm {
		border-radius: var(--radius-xs)
	}

	.btn-w-md {
		min-width: 110px;
		padding-left: .5rem;
		padding-right: .5rem
	}

	.btn-rounded {
		border-radius: 4rem
	}
}

.btn-icon {
	text-align: center;
	width: 2.125rem;
	height: 2.125rem;
	padding: 0 !important;
	position: relative;
	font-size: 1.25rem
}

.btn-icon span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.btn-icon.btn-xs {
	width: 1.4375rem;
	height: 1.4375rem;
	font-size: .9375rem
}

.btn-icon.btn-sm {
	width: 1.25rem;
	height: 1.25rem
}

.btn-icon.btn-md {
	width: 2.3125rem;
	height: 2.3125rem;
	font-size: 1.25rem
}

.btn-icon.btn-lg {
	width: 3.375rem;
	height: 3.375rem
}

.btn-icon.btn-xl {
	width: 4rem;
	height: 4rem
}

.bg-primary {
	background-color: var(--bg-primary) !important
}

.bg-outline-primary {
	background-color: var(--bg-outline-primary)
}

.bg-dark {
	background-color: var(--bg-dark) !important
}

.bg-secondary {
	background-color: var(--bg-secondary) !important
}

.bg-light {
	background-color: var(--bg-light) !important
}

.bg-danger {
	background-color: var(--bg-danger) !important
}

.bg-warning {
	background-color: var(--bg-warning) !important
}

.bg-info {
	background-color: var(--bg-info) !important
}

.bg-white-overlay {
	color: #fff;
	background-color: rgba(255, 255, 255, .3)
}

.bg-dark-overlay {
	color: #fff;
	background-color: rgba(0, 0, 0, .3)
}

.bg-dark-overlay:hover {
	background-color: rgba(0, 0, 0, .5)
}

.bg-opacity {
	background-color: rgba(39, 39, 39, .3) !important
}

.bg-effect {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.bg-fixed {
	background-attachment: fixed
}

.overlay {
	position: absolute;
	opacity: .4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-dark);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.overlay-hover:hover .overlay,
a:hover .overlay {
	opacity: .3
}

.overlay-0 {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-dark);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.overlay-hover:hover .overlay-0,
a:hover .overlay-0 {
	opacity: .3
}

.custom-hover {
	position: relative
}

.custom-hover-img {
	max-width: 100%;
	-webkit-transition: all .444s ease-in-out;
	transition: all .444s ease-in-out
}

.custom-hover:hover .custom-hover-img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.badge {
	font-size: .75rem;
	font-weight: 400;
	border-radius: var(--radius-xs);
	padding: .3125rem .625rem;
	vertical-align: middle
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	font-size: .875rem
}

.badge-sm {
	padding: .315rem .5rem
}

.badge-md {
	padding: .5rem .75rem
}

.badge-lg {
	font-size: .875rem;
	padding: .75rem 1rem
}

.badge-w-md {
	min-width: 60px
}

.badge-block {
	width: 100%;
	display: block
}

.badge-opacity {
	background-color: rgba(8, 16, 25, .3)
}

.badge-sticky {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 45px;
	height: 25px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTMwLjQyIDUyLjU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dXJsKCPmnKrlkb3lkI3nmoTmuJDlj5hfNik7fS5jbHMtMiwuY2xzLTN7ZmlsbDojZmZmO30uY2xzLTN7Zm9udC1zaXplOjM2LjMycHg7Zm9udC1mYW1pbHk6T1BQT1NhbnMtTCwgT1BQT1NhbnM7fTwvc3R5bGU+PGxpbmVhckdyYWRpZW50IGlkPSLmnKrlkb3lkI3nmoTmuJDlj5hfNiIgeDE9IjEwOS4wMSIgeTE9IjExLjA1IiB4Mj0iMjEuMDEiIHkyPSI0MS42NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmY2U2NyIvPjxzdG9wIG9mZnNldD0iMC40NCIgc3RvcC1jb2xvcj0iI2ZmYmMzMyIvPjxzdG9wIG9mZnNldD0iMC44MSIgc3RvcC1jb2xvcj0iI2ZmYWYwZSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGlkPSLlm77lsYJfMiIgZGF0YS1uYW1lPSLlm77lsYIgMiI+PGcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTMwLjQyIiBoZWlnaHQ9IjUyLjU2IiByeD0iOC44NSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwNy42NSwxNS4wNWw5LjI2LDIyLjQ3SDk4LjM5WiIvPjx0ZXh0IGNsYXNzPSJjbHMtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEuMTkgMzguNTUpIj7nva7pobY8L3RleHQ+PC9nPjwvZz48L3N2Zz4=')
}

.border-primary {
	border-color: var(--border-primary) !important
}

.border-muted {
	border-color: var(--border-muted) !important
}

.border-light {
	border-color: var(--border-light) !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.form-control {
	font-size: .875rem;
	color: var(--color-muted);
	border: 1px solid var(--bg-light);
	background-color: var(--bg-light);
	border-radius: var(--radius-sm);
	padding: .4375rem .75rem
}

.form-control:focus {
	color: var(--color-secondary);
	border-color: var(--bg-light);
	background-color: var(--bg-light);
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: var(--color-muted);
	opacity: 1
}

.form-control::-moz-placeholder {
	color: var(--color-muted);
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: var(--color-muted);
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: var(--color-muted);
	opacity: 1
}

.form-control::placeholder {
	color: var(--color-muted);
	opacity: 1
}

.form-control:focus::-webkit-input-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.form-control:focus::-moz-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.form-control:focus:-ms-input-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.form-control:focus::-ms-input-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.form-control:focus::placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: var(--bg-light);
	opacity: 1;
	color: var(--color-secondary)
}

.form-control-plaintext {
	color: var(--color-muted);
	border-width: 0;
	padding: .625rem 0
}

.form-control-plaintext:focus {
	-webkit-appearance: none;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-control-lg {
	font-size: .9375rem;
	height: calc(42px + 2px);
	padding: .625rem .875rem
}

textarea.form-control-lg {
	min-height: calc(44px + 2px)
}

.col-form-label {
	font-size: .875rem;
	padding-top: calc(.625rem + 1px);
	padding-bottom: calc(.625rem + 1px)
}

.form-label {
	font-size: .875rem;
	color: var(--color-secondary)
}

textarea.form-control {
	padding: .625rem .75rem
}

.form-select {
	display: block;
	width: 100%;
	padding: .625rem 2.75rem .625rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-secondary);
	background-color: var(--bg-light);
	border: 1px solid var(--bg-light);
	border-radius: var(--radius-sm);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-select:focus {
	border-color: var(--border-light);
	color: var(--color-dark);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	color: var(--color-muted);
	background-color: var(--bg-light)
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}

.form-check {
	min-height: 1.5rem;
	padding-left: 2em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	margin-left: -2em
}

.form-check-input {
	width: 1.5em;
	height: 1.5em;
	background-color: var(--bg-muted);
	border-color: var(--bg-muted);
	margin-top: .08em
}

.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: var(--bg-muted);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-check-input:checked {
	background-color: #49d6ab;
	border-color: #49d6ab
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #49d6ab;
	border-color: #49d6ab
}

.form-switch {
	padding-left: 3.25em
}

.form-switch .form-check-input {
	width: 2.75em;
	margin-left: -3.25em;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+');
	border-radius: 3em
}

.form-switch .form-check-input:focus {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+')
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+')
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.form-floating>label {
	padding: 1rem
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.875rem;
	padding-bottom: .5rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	-webkit-transform: scale(.85) translateY(-.25rem) translateX(.125rem);
	transform: scale(.85) translateY(-.25rem) translateX(.125rem)
}

@media (max-width:991.98px) {
	.form-floating>label {
		padding: 1rem
	}

	.form-floating>.form-control,
	.form-floating>.form-select {
		padding: 1rem
	}

	.form-floating>.form-control:focus,
	.form-floating>.form-control:not(:placeholder-shown) {
		padding-top: 1.875rem;
		padding-bottom: .75rem
	}

	.form-floating>.form-control:focus~label,
	.form-floating>.form-control:not(:placeholder-shown)~label,
	.form-floating>.form-select~label {
		-webkit-transform: scale(.85) translateY(-.3125rem) translateX(.125rem);
		transform: scale(.85) translateY(-.25rem) translateX(.125rem)
	}
}

.flex-avatar {
	position: relative;
	line-height: 1;
	border-radius: 500px;
	white-space: nowrap;
	font-weight: 700;
	border-radius: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: 50%
}

.flex-avatar img {
	border-radius: inherit;
	width: inherit;
	-o-object-fit: cover;
	object-fit: cover
}

.list-avatar .flex-avatar {
	width: 40px;
	height: 40px
}

@media (max-width:767.98px) {
	.list-avatar .flex-avatar {
		width: 32px;
		height: 32px
	}
}

.media {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: inherit
}

.media:after {
	content: '';
	display: block;
	padding-top: 100%
}

.media:not(:first-child):not(:last-child):not(:only-child) {
	border-radius: var(--radius-xs)
}

.media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff
}

.media-overlay.overlay-top {
	bottom: auto
}

.media-overlay.overlay-bottom {
	top: auto;
	background: var(--color-dark);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 8, .33)), to(rgba(6, 6, 8, 0)));
	background: linear-gradient(to top, rgba(6, 6, 8, .33), rgba(6, 6, 8, 0))
}

.media-overlay.overlay-top .badge {
	background-color: rgb(46 46 48/50%)
}

.media-overlay .btn-icon {
	background-color: rgba(33, 36, 40, .68);
	border-color: transparent
}

.media-action {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.media-action.active {
	opacity: 1
}

.media-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	border-radius: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, .1)
}

.media-21x9:after {
	padding-top: 42.857143%
}

.media-16x9:after {
	padding-top: 56.25%
}

.media-4x3:after {
	padding-top: 75%
}

.media-2x3:after {
	padding-top: 150%
}

.media-3x2:after {
	padding-top: 66.66666%
}

.media-3x4:after {
	padding-top: 133.33333%
}

.media-1x2:after {
	padding-top: 200%
}

.media-2x1:after {
	padding-top: 50%
}

.media-3x1:after {
	padding-top: 33%
}

.media-4x1:after {
	padding-top: 25%
}

.media-1-4:after {
	padding-top: 25vh;
	min-height: 10rem
}

.media-1-3:after {
	padding-top: 33vh;
	min-height: 12.5rem
}

.media-1-2:after {
	padding-top: 50vh;
	min-height: 15rem
}

.rounded {
	border-radius: var(--radius-sm) !important
}

.rounded-md {
	border-radius: var(--radius-md) !important
}

.rounded-lg {
	border-radius: var(--radius-lg) !important
}

@media (max-width:767.98px) {
	.rounded-md {
		border-radius: var(--radius-sm) !important
	}

	.rounded-lg {
		border-radius: var(--radius-md) !important
	}
}

.card,
.block {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 1.375rem;
	border: 0;
	border-radius: var(--radius-md)
}

.card-header,
.card-footer {
	background-color: transparent;
	border-width: 0
}

.card-header {
	padding: 1.25rem 1.25rem 0;
	margin: 0 0 -.5rem
}

.card-header:first-child {
	border-radius: 0
}

.card-body {
	padding: 1.25rem
}

.card-body p:last-child {
	margin-bottom: 0
}

.card-title {
	line-height: 1.5
}

.card-sm .card-header {
	padding: 1.25rem 1.25rem 0;
	margin: 0 0 -.5rem
}

.card-sm .card-body {
	padding: 1.25rem
}

.card-md .card-header {
	padding: 1.625rem 1.625rem 0;
	margin: 0 0 -.5rem
}

.card-md .card-body {
	padding: 1.625rem
}

.card-md .card-footer {
	padding: 0 1.625rem 1.625rem
}

@media (max-width:767.98px) {

	.card,
	.block {
		margin-bottom: .75rem
	}

	.card-header {
		padding: .75rem .75rem 0;
		margin: 0 0 -.25rem
	}

	.card-body {
		padding: .75rem
	}

	.card-sm .card-header {
		padding: 1rem 1rem 0;
		margin: 0 0 -.375rem
	}

	.card-sm .card-body {
		padding: 1rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {

	.card,
	.block {
		margin-bottom: 1rem
	}

	.card-header {
		padding: 1rem 1rem 0;
		margin: 0 0 -.375rem
	}

	.card-body {
		padding: 1rem
	}

	.card-sm .card-header {
		padding: 1rem 1rem 0
	}

	.card-sm .card-body {
		padding: 1rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {

	.card,
	.block {
		margin-bottom: 1rem
	}

	.card-header {
		padding: 1rem 1rem 0;
		margin: 0 0 -.4375rem
	}

	.card-body {
		padding: 1rem
	}

	.card-sm .card-header {
		padding: 1rem 1rem 0;
		margin: 0 0 -.25rem
	}

	.card-sm .card-body {
		padding: 1rem
	}
}

.list {
	padding-left: 0;
	padding-right: 0
}

.list-item {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word
}

.list-content {
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.list-body {
	position: relative;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.list-images {
	max-width: 580px
}

.list-footer {
	margin-top: .25rem
}

.list-title {
	display: block;
	line-height: 1.45;
	color: inherit
}

.list-goto {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2
}

@media (max-width:767.98px) {

	.list-price,
	.list-desc {
		font-size: .75rem
	}
}

.list-grid .list-item {
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 0 0 .75rem
}

.list-grid .list-item .media:first-child {
	border-radius: var(--radius-xs);
	padding: 0
}

.list-grid.list-grid-padding .list-item {
	padding: 1rem
}

.list-grid.list-grid-padding .list-item .media {
	border-radius: var(--radius-sm)
}

.list-grid.list-grid-padding .list-item .list-content {
	padding: .125rem 0 .125rem .75rem
}

@media (max-width:767.98px) {
	.list-grid.list-grid-padding .list-item {
		margin-bottom: .5rem;
		padding: .75rem
	}

	.list-grid.list-grid-padding .list-item .media {
		max-width: 90px
	}

	.list-grid.list-grid-padding .list-item .list-images .media {
		max-width: none
	}

	.list-grid.list-grid-padding .list-item .list-content {
		padding: 0 0 0 .5rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.list-grid.list-grid-padding .list-item {
		padding: .75rem
	}

	.list-grid.list-grid-padding .list-item .list-content {
		padding: 0 0 0 .75rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.list-grid.list-grid-padding .list-item {
		padding: .75rem
	}

	.list-grid.list-grid-padding .list-item .list-content {
		padding: 0 0 0 1rem
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.list-grid.list-grid-padding .list-item .media {
		max-width: 125px
	}

	.list-grid.list-grid-padding .list-item .list-images .media {
		max-width: none
	}

	.list-grid.list-grid-padding .list-item .list-content {
		padding: 0 0 0 .75rem
	}
}

@media (min-width:1400px) {
	.list-grid.list-grid-padding .list-item .media {
		max-width: 145px
	}

	.list-grid.list-grid-padding .list-item .list-images .media {
		max-width: none
	}
}

@media (min-width:576px) {
	.list-grouped {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.list-grouped>div {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}

	.list-grouped>div>.list-item {
		-ms-flex-item-align: stretch;
		-webkit-align-self: stretch;
		align-self: stretch;
		-ms-flex: 1 1 auto;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.list-grouped>.list-item {
		border-width: 0;
		-ms-flex: 1 0 0%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.list-grouped>.list-item:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: var(--radius-xs)
	}

	.list-grouped>.list-item:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.list-grouped>.list-item:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
}

.list-row .list-item {
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 1rem 0 0
}

.list-row .list-item:first-child {
	margin: 0
}

.list-row .list-item .num {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	font-size: .75rem;
	line-height: 1;
	white-space: nowrap;
	border-radius: 100%;
	background-color: var(--bg-secondary);
	color: #fff
}

.list-row .list-item:nth-child(1) .num {
	background: red;
	background: -webkit-gradient(linear, left top, right top, from(#ff8d5c), to(red));
	background: linear-gradient(to right, #ff8d5c, red)
}

.list-row .list-item:nth-child(2) .num {
	background: #ff9143;
	background: -webkit-gradient(linear, left top, right top, from(#ff7951), to(#ff5200));
	background: linear-gradient(to right, #ff7951, #ff5200)
}

.list-row .list-item:nth-child(3) .num {
	background: #ff9143;
	background: -webkit-gradient(linear, left top, right top, from(#ff814a), to(#ff561c));
	background: linear-gradient(to right, #ff814a, #ff561c)
}

.list-grid.list-group .list-item {
	padding: 1.5rem
}

.list-grid.list-group .list-item .flex-avatar {
	width: 3rem;
	height: 3rem
}

.list-grid.list-group .list-item .list-content {
	padding: .25rem 0 0 1rem
}

.list-grid.list-group-bordered .list-item {
	background-color: var(--bg-light);
	margin: 0
}

.list-ajax-load .btn.disabled {
	background-color: transparent;
	border-color: transparent;
	color: var(--color-muted)
}

.h-1x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.h-2x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width:767.98px) {
	.h-2x {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}
}

@media (min-width:768px) and (max-width:1199.9px) {
	.h-2x {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}
}

.h-3x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.h-4x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.navbar {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: 0;
	padding-right: 0
}

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
	padding-right: 15px;
	padding-left: 15px
}

.site-main {
	padding: 2rem 0
}

@media (max-width:767.98px) {
	.site-main {
		padding: 1rem 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.site-main {
		padding: 1.5rem 0
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.site-main {
		padding: 1.5rem 0
	}
}

.site-header {
	position: relative
}

.navbar-brand {
	max-width: 200px;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-brand img {
	max-height: 55px
}

@media (max-width:767.98px) {
	.navbar-brand {
		max-width: 100px;
		padding-top: .25rem;
		padding-bottom: .25rem
	}

	.navbar-brand img {
		max-height: 30px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.navbar-brand {
		max-width: 150px
	}

	.navbar-brand img {
		max-height: 40px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.navbar-brand {
		max-width: 150px
	}

	.navbar-brand img {
		max-height: 40px
	}
}

.navbar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.nav-link {
	position: relative;
	padding: .3125rem 1rem
}

.navbar-dark .navbar-menu .nav-link,
.navbar-dark .navbar-nav .nav-link {
	color: #fff
}

.navbar-nav:hover .nav-link {
	opacity: .6
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #fff;
	opacity: 1
}

@media (max-width:767.98px) {
	.nav-link {
		padding: .3125rem .5rem
	}
}

.navbar-top .iconfont {
	margin: 0 0 0 -2px
}

.navbar-footer li {
	display: inline-block;
	margin: 0 .75rem 0 0
}

.navbar-footer li a {
	display: block;
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	opacity: .8
}

.navbar-footer li a:hover {
	opacity: 1
}

.navbar-site li {
	position: relative;
	margin: 0 0 0 20px
}

.navbar-site li sup {
	top: -1em;
	padding: 0 0 0 .25rem
}

.navbar-site li a {
	display: block;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navbar-site:hover li a {
	opacity: .6
}

.navbar-site li a:hover {
	opacity: 1
}

.navbar-site>li.current-menu-item>a,
.navbar-site>li.current>a {
	color: initial
}

.navbar-site>li>a {
	position: relative;
	font-size: .9375rem;
	padding: 1rem 0
}

.navbar-site li.menu-item-has-children>a {
	padding-right: 1rem
}

.navbar-site li.menu-item-has-children .submenu-icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: var(--color-muted)
}

.navbar-site>li.menu-item-has-children>a:hover>.submenu-icon,
.navbar-site>li.menu-item-has-children>.nav-link:hover>.submenu-icon {
	transform: rotate(180deg) translate(0%, 50%);
	-webkit-transform: rotate(180deg) translate(0%, 50%)
}

.navbar-site ul li.menu-item-has-children .submenu-icon {
	transform: rotate(-90deg) translate(50%, -50%);
	-webkit-transform: rotate(-90deg) translate(50%, -50%)
}

.navbar-site li ul {
	position: absolute;
	width: 180px;
	top: 100%;
	left: 0;
	padding: .375rem 0;
	background-color: #fff;
	border: 1px solid var(--border-light);
	border-radius: var(--radius-sm);
	z-index: 99;
	-webkit-box-shadow: 0 0px 20px 0px rgb(38 51 63/5%);
	box-shadow: 0 0px 20px 0px rgb(38 51 63/5%);
	transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px
}

.navbar-site li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.navbar-site li ul a {
	padding: .5rem 1rem;
	font-weight: 400
}

.navbar-site li:last-child>.sub-menu,
.navbar-site li:nth-last-child(2)>.sub-menu {
	right: 0;
	left: auto
}

.navbar-site li:last-child>.sub-menu .sub-menu,
.navbar-site li:nth-last-child(2)>.sub-menu .sub-menu {
	right: 102%;
	left: auto
}

.navbar-site li ul li {
	display: block;
	padding: 0;
	margin: 0
}

.navbar-site li .sub-menu .sub-menu {
	left: 100%;
	top: -7px
}

.navbar-site .menu-icon {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(50%, -50%);
	opacity: .6
}

.navbar-site .menu-icon i {
	display: block
}

.navbar-site .menu-icon i {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.navbar-site>li.menu-item-has-children:hover>a .menu-icon i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.navbar-site li ul>li.menu-item-has-children a .menu-icon i {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg)
}

.navbar-site li ul>li.menu-item-has-children:hover a .menu-icon i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

.navbar-sub {
	font-size: 12px
}

.navbar-sub a {
	margin: 0 5px;
	color: #fff;
	opacity: .6
}

.navbar-sub a:last-child {
	margin: 0 0 0 5px
}

.navbar-sub a:hover {
	opacity: 1
}

.site-header.not-stuck {
	position: static
}

.site-header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0 5px 10px 5px rgb(20 36 68/2%);
	box-shadow: 0 5px 10px 5px rgb(20 36 68/2%)
}

.site-header.stuck .navbar-top {
	display: none
}

@media (min-width:1400px) {
	.site-header.stuck .navbar-brand {
		display: none
	}
}

.site-header.stuck .navbar-site>li>a {
	padding: .75rem 0
}

.site-header.stuck .navbar-site li.menu-item-has-children>a {
	padding-right: 1rem
}

.dropdown-signin-box {
	position: relative
}

.dropdown-signin-box .flex-avatar {
	width: 32px;
	height: 32px
}

.show.dropdown-signin {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	display: initial
}

.dropdown-signin {
	position: absolute;
	display: block;
	width: 160px;
	min-width: auto;
	color: inherit;
	margin: 0;
	padding: 1rem;
	left: auto;
	right: 2%;
	top: 45px;
	border: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 0px 20px 0px rgb(38 51 63/5%);
	box-shadow: 0 0px 20px 0px rgb(38 51 63/5%);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-sm)
}

.dropdown-signin ul a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.dropdown-signin ul:hover a {
	opacity: .8
}

.dropdown-signin ul li {
	margin: .75rem 0 0
}

.dropdown-signin ul li a {
	display: block;
	font-size: .875rem
}

.dropdown-signin ul a:hover {
	opacity: 1
}

.dropdown-signin ul li:first-child {
	margin: 0
}

.dropdown-signin ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: .8125rem;
	color: var(--color-secondary)
}

.dropdown-signin ul li a:hover,
.dropdown-signin ul li a.active {
	opacity: 1;
	color: var(--color-dark)
}

.dropdown-signin ul li .nav-text {
	margin: 0 .5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}

.dropdown-signin ul li a:hover .nav-text,
.dropdown-signin ul li a.active .nav-text {
	font-weight: 700
}

.dropdown-signin ul li .nav-icon {
	font-size: 1rem;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.dropdown-signin ul li:nth-child(1) .nav-icon {
	color: #4cd99c
}

.dropdown-signin ul li:nth-child(2) .nav-icon {
	color: #70a4ef
}

.dropdown-signin ul li:nth-child(3) .nav-icon {
	color: #ef5f5d
}

.dropdown-signin ul li:nth-child(4) .nav-icon {
	color: #4896f2
}

.dropdown-signin ul li:nth-child(5) .nav-icon {
	color: #f7c85e
}

.dropdown-signin ul li:nth-child(6) .nav-icon {
	color: #aebdc9
}

.dropdown-signin ul li:nth-child(7) .nav-icon {
	color: #f3cb5a
}

.dropdown-signin ul li:nth-child(8) .nav-icon {
	color: #b4bbd1
}

.dropdown-signin ul li .menu-icon {
	position: absolute;
	display: inline-block;
	right: 1rem;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	opacity: .3
}

.dropdown-signin ul li .menu-icon i {
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:767.98px) {
	.dropdown-signin-box .flex-avatar {
		width: 24px;
		height: 24px
	}
}

@media (max-width:767.98px) {
	.post-meta {
		font-size: .6875rem
	}
}

.post-meta .badge-sticky {
	margin: 0 1rem 0 0
}

.post-content {
	position: relative;
	font-size: .9375rem;
	line-height: 1.85;
	text-align: justify
}

.post-content a:hover,
.post-content a:focus {
	text-decoration: none
}

.post-content p {
	margin: 0 0 1.5rem
}

.post-content h1,
.post-content h2,
.post-content h3 {
	margin: 2.5rem auto 2rem
}

.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 2.5rem auto 2rem
}

.post-content h2 strong {
	-webkit-box-shadow: 0 -8px 0 0 rgb(255 27 27/50%) inset;
	box-shadow: 0 -8px 0 0 rgb(255 27 27/50%) inset
}

@media (max-width:767.98px) {

	.post-content h1,
	.post-content h2,
	.post-content h3 {
		margin: 2rem auto 1.5rem
	}

	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin: 2rem auto 1.5rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {

	.post-content h1,
	.post-content h2,
	.post-content h3 {
		margin: 1rem auto 1rem
	}

	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin: 1rem auto 1rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {

	.post-content h1,
	.post-content h2,
	.post-content h3 {
		margin: 1.5rem auto 1rem
	}

	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin: 1.5rem auto 1rem
	}
}

.post-content p>a,
.post-content li>a,
.post-content dd>a,
.post-content td a,
.post-content th a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content em a,
.post-content strong a {
	border-bottom: 1px dashed var(--border-primary);
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

.post-content p>a:hover,
.post-content li>a:hover,
.post-content dd>a:hover,
.post-content td a:hover,
.post-content th a:hover,
.post-content h1 a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 a:hover,
.post-content em a:hover,
.post-content strong a:hover {
	border-bottom-style: solid
}

.post-content a:hover,
.post-content a:focus {
	text-decoration: none
}

.wp-block-quote a,
.wp-block-quote p>a {
	border-color: var(--border-light)
}

.wp-block-quote a,
.wp-block-quote a:hover {
	color: inherit
}

.post-content>table,
.post-content div>table {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--border-light);
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}

.post-content>table th,
.post-content div>table th {
	font-weight: 700
}

.post-content>table th,
.post-content>table td,
.post-content div>table th,
.post-content div>table td {
	border: 1px solid var(--border-light);
	padding: .75rem 1.125rem;
	margin: 0;
	overflow: visible
}

.post-content>table thead,
.post-content div>table thead {
	vertical-align: bottom;
	white-space: nowrap
}

.post-content>table tbody tr:nth-child(odd),
.post-content div>table tbody tr:nth-child(odd) {
	background: var(--bg-light)
}

.post-content>.alignleft>table,
.post-content>.alignright>table,
.post-content div>.alignleft>table,
.post-content div>.alignright>table {
	margin: 0
}

.post-content caption {
	background: var(--bg-light);
	font-weight: 600;
	padding: .5em;
	text-align: center
}

.post-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-tags span {
	margin: 0 .5rem .5rem 0
}

.post-hidden-content {
	position: relative;
	margin: 2rem 0 0
}

.post-hidden-login {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.post-hidden-heading {
	position: relative;
	display: table;
	width: 100%;
	white-space: nowrap;
	margin: 0 0 1.5rem
}

.post-hidden-heading span {
	position: relative;
	padding: 0 1rem
}

.post-hidden-heading:after,
.post-hidden-heading:before {
	content: "";
	border-top: 1px solid var(--border-light);
	display: table-cell;
	width: 50%;
	position: relative;
	top: 10px
}

.post-hidden-tips {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	padding: 4rem;
	margin: 2rem 0;
	border-radius: var(--radius-sm)
}

.hidden-blur-poster {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: inherit;
	opacity: .4
}

.post-hidden-tips:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 15%
}

.post-hidden-tips .hidden-tips-text {
	position: relative;
	-webkit-box-shadow: inset 0 -2px 0 var(--bg-primary);
	box-shadow: inset 0 -2px 0 var(--bg-primary)
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: 50%;
	right: 0;
	background: var(--bg-primary);
	-webkit-transform: translate(150%, -50%);
	transform: translate(150%, -50%)
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .tips-arrow-inner {
	width: 100%;
	cursor: pointer;
	position: absolute
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .tips-arrow-inner .arrow {
	left: 23%
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .arrow {
	position: absolute;
	bottom: 0;
	margin-left: 0;
	width: 8px;
	height: 8px;
	background-size: contain;
	top: 6px
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .segunda {
	margin-left: 6px
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==)
}

@-webkit-keyframes bounceAlpha {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1)
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(10px) scale(.9);
		transform: translateX(10px) scale(.9)
	}

	26% {
		opacity: 0;
		-webkit-transform: translateX(-10px) scale(.9);
		transform: translateX(-10px) scale(.9)
	}

	55% {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1)
	}
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1)
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(10px) scale(.9);
		transform: translateX(10px) scale(.9)
	}

	26% {
		opacity: 0;
		-webkit-transform: translateX(-10px) scale(.9);
		transform: translateX(-10px) scale(.9)
	}

	55% {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1)
	}
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .bounceAlpha {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .arrow.primera.bounceAlpha {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .arrow {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.post-hidden-tips .hidden-tips-text .hidden-tips-arrow .arrow.primera {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.post-author-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.75rem;
	background-color: var(--bg-light);
	border-radius: inherit
}

.post-author-meta .flex-avatar {
	width: 48px;
	height: 48px
}

.post-author-meta .flex-avatar img {
	width: inherit;
	height: inherit
}

@media (max-width:767.98px) {
	.post-author-meta {
		padding: 1rem
	}

	.post-author-meta .flex-avatar {
		width: 36px;
		height: 36px
	}
}

.post-related .card-body ul li {
	margin: 0 0 .75rem
}

.post-related .card-body ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 1rem
}

.post-related .card-body ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: var(--bg-muted);
	border-radius: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.post-related .card-body ul li a:hover:before {
	background: #0a59f8;
	background: -webkit-gradient(linear, left bottom, left top, from(#6598ff), to(#0a59f8));
	background: linear-gradient(to top, #6598ff, #0a59f8)
}

.post-related .card-body ul li:last-child {
	margin: 0
}

.product-post-header {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.product-post-content {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 0 0 1rem
}

.product-post-body {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

@media (max-width:767.98px) {
	.product-post-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.product-post-content {
		padding: 0;
		margin: 1rem 0 0
	}

	.product-post-action {
		margin: 1.5rem 0 1rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.product-post-header .media {
		width: 170px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.product-post-header .media {
		width: 170px
	}
}

@media (min-width:1200px) {
	.product-post-header .media {
		width: 210px
	}

	.product-post-content {
		padding: .25rem 0 .25rem 1.5rem
	}

	.product-post-action {
		margin: 2rem 0 0
	}
}

.product-post-table {
	width: 100%;
	margin-bottom: 1.5rem;
	color: var(--color-secondary)
}

.product-post-table td,
.product-post-table th {
	padding: .5rem .625rem;
	vertical-align: top;
	border: 0
}

.product-post-table tbody {
	border-width: 1px;
	border-color: var(--border-light)
}

.product-post-table>tbody>tr:nth-of-type(odd) {
	background-color: var(--bg-light)
}

@media (max-width:767.98px) {
	.product-post-table tbody td:first-child {
		min-width: 70px;
		padding: .5rem
	}
}

.report-radio-custom .iconfont {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s cubic-bezier(.45, 0, .14, 1.03);
	transition: all .3s cubic-bezier(.45, 0, .14, 1.03)
}

.report-radio-custom .item:hover .iconfont {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.report-radio-custom .item .check-label {
	background-color: var(--bg-light)
}

.report-radio-custom .item .check-label .text-xx {
	color: var(--color-muted)
}

.report-radio-custom .item .check-input:checked~.check-label .text-xx {
	color: var(--color-primary)
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important
}

.pagination {
	position: relative;
	display: block;
	text-align: center;
	margin: 2.5rem 0 0
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.page-numbers {
	display: inline-block;
	min-width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: .25rem;
	text-align: center;
	color: var(--color-muted);
	border-radius: var(--radius-sm);
	background-color: transparent
}

.page-numbers:hover,
.page-numbers.current {
	color: #fff;
	background-color: var(--bg-primary)
}

.page-numbers.current,
.page-numbers.prev,
.page-numbers.next {
	display: inline-block
}

@media (max-width:767.98px) {
	.pagination {
		margin: 1rem 0 0
	}

	.page-numbers {
		min-width: 1.875rem;
		height: 1.875rem;
		line-height: 1.875rem;
		border-radius: var(--radius-xs)
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pagination {
		margin: 1.5rem 0 0
	}

	.page-numbers {
		min-width: 2.25rem;
		height: 2.25rem;
		line-height: 2.25rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.pagination {
		margin: 1.5rem 0 0
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.pagination {
		margin: 2rem 0 0
	}
}

.comments {
	position: relative
}

.comment-list {
	margin: 2rem 0 1rem
}

.comment-list .comment-respond {
	position: relative;
	margin: 0 0 2rem
}

.comment {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--border-light)
}

.comment:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

.comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.comment-body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.comment_at {
	font-weight: 700;
	color: var(--color-dark)
}

.comment-from-avatar,
.comment-avatar {
	width: 40px;
	height: 40px;
	margin: 0 .9375rem 0 0
}

.comment .comment-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: .5rem 0 0
}

.comment .comment-inner .apollo-svg-user {
	width: 16px;
	height: 16px
}

.comment .comment-inner .apollo-badge-level {
	padding: .125rem .5rem
}

.comment .comment-content {
	margin: .5rem 0 .5rem
}

.comment .comment-content {
	line-height: 1.85
}

.comment .comment-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.comment .comment-footer .comment-date {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.children {
	font-size: .875rem;
	padding: 1.5rem;
	margin: 1.25rem 0 0 3.5rem;
	border-radius: var(--radius-sm);
	background-color: var(--bg-light)
}

.children .comment {
	margin: 0 0 1rem;
	padding: 0;
	border-bottom: 0
}

.children .comment:last-child {
	margin: 0
}

.children .form-control {
	background-color: var(--bg-white)
}

.children .comment-avatar {
	width: 30px;
	height: 30px;
	margin: 0 .75rem 0 0
}

.children .comment .comment-content {
	margin: .375rem 0 .375rem
}

.children .comment .comment-inner {
	margin: .25rem 0 0
}

.children .comment .comment-footer .comment-date {
	-webkit-box-flex: 0;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none
}

@media only screen and (max-width:767px) {
	.comment-list .comment-respond {
		position: relative;
		margin: 0 0 2rem
	}

	.comment {
		position: relative;
		margin: 0 0 1rem;
		padding: 0 0 1rem
	}

	.comment-from-avatar,
	.comment-avatar {
		width: 28px;
		height: 28px;
		margin: 0 .625rem 0 0
	}

	.comment .comment-inner {
		margin: .125rem 0 0
	}

	.comment .comment-content {
		margin: .5rem 0 .5rem
	}

	.children {
		padding: 1rem;
		margin: 1rem 0 0 2.375rem;
		border-radius: var(--radius-sm);
		background-color: var(--bg-light)
	}

	.children .comment {
		margin: 0 0 1rem;
		padding: 0;
		border-bottom: 0
	}

	.children .comment:last-child {
		margin: 0
	}

	.children .form-control {
		background-color: var(--bg-white)
	}

	.children .comment-from-avatar,
	.children .comment .comment-avatar {
		width: 28px;
		height: 28px
	}

	.children .comment .comment-content {
		margin: .3125rem 0 .3125rem
	}

	.children .comment .comment-inner {
		margin: .125rem 0 0
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.content {
		width: 71%
	}

	.sidebar {
		width: 29%
	}

	.user-main .content {
		width: 75%
	}

	.user-main .sidebar {
		width: 25%
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.content {
		width: 71%
	}

	.sidebar {
		width: 29%
	}

	.user-main .content {
		width: 75%
	}

	.user-main .sidebar {
		width: 25%
	}
}

@media (min-width:1400px) {
	.content {
		width: 71%
	}

	.sidebar {
		width: 29%;
		max-width: 365px
	}

	.user-main .content {
		width: 80%
	}

	.user-main .sidebar {
		width: 20%
	}
}

.widget {
	padding: 1.25rem;
	margin-bottom: .75rem
}

.widget-header {
	position: relative;
	margin: 0 0 1rem;
	padding-left: 1.25rem
}

.widget-header:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #0a59f8;
	background: -webkit-gradient(linear, left bottom, left top, from(#6598ff), to(#0a59f8));
	background: linear-gradient(to top, #6598ff, #0a59f8)
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget {
		padding: 1rem
	}
}

.widget_search label {
	display: block
}

.widget_search .search-field {
	position: relative;
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	border: 0;
	border-radius: var(--radius-sm);
	background-color: var(--bg-light);
	-webkit-box-shadow: none;
	box-shadow: none
}

.widget_search .search-field:hover,
.widget_search .search-field:focus {
	border-color: var(--border-muted);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.widget_search .screen-reader-text,
.widget_search .search-submit {
	display: none
}

.widget_recent_entries ul,
.widget_recent_comments ul {
	padding-left: 1.25rem
}

.widget_recent_entries ul li,
.widget_recent_comments ul li {
	margin-bottom: .75rem;
	list-style-type: circle;
	font-size: inherit
}

.widget_recent_entries ul li a,
.widget_recent_comments ul li a {
	display: block
}

.widget_recent_entries ul li span {
	color: var(--color-muted);
	font-size: inherit
}

.widget_recent_comments ul li span {
	margin-right: 5px;
	color: var(--color-dark);
	font-weight: 700
}

.blogroll li,
.widget_meta li,
.widget_archive li,
.widget_categories li {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: inherit;
	color: var(--color-muted);
	padding: .75rem 0;
	text-transform: uppercase;
	border-top: 1px solid var(--border-light)
}

.blogroll li {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: normal;
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	justify-content: normal;
	-ms-flex-align: normal;
	-webkit-box-align: normal;
	-webkit-align-items: normal;
	align-items: normal
}

.widget_meta li a,
.blogroll li a,
.widget_archive li a,
.widget_categories li a {
	font-size: .875rem
}

.blogroll li a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.blogroll li a img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	margin-right: 10px
}

.blogroll li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
	padding: .75rem 0 0
}

.widget_meta li:first-child,
.blogroll li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child {
	border: none;
	padding: 0 0 .75rem
}

.widget_categories select,
.widget_archive select {
	width: 100%;
	font-size: inherit;
	border: 1px solid var(--border-light);
	border-radius: 0;
	height: 35px
}

.tagcloud a {
	position: relative;
	font-size: inherit !important;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 .25rem .5rem 0;
	border: 1px solid var(--border-light);
	padding: .5rem .9375rem;
	border-radius: var(--radius-xs)
}

.tagcloud>a {
	position: relative
}

.tags a:before,
.tagcloud>a:before {
	content: '#';
	font-size: inherit;
	display: inline-block;
	color: var(--color-muted);
	margin-right: 5px
}

.searchform {
	position: relative
}

.searchform label {
	display: none
}

.searchform input[type=submit] {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0;
	padding: 0 20px;
	color: #fff;
	background-color: var(--bg-dark);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.searchform input[type=submit]:hover {
	background-color: var(--bg-dark)
}

.searchform input[type=text] {
	width: 100%
}

.widget_media_image img {
	max-width: 100%;
	height: auto
}

.widget_nav_menu ul li {
	padding-top: .625rem;
	margin-top: .75rem;
	border-top: 1px solid var(--border-light)
}

.widget_nav_menu ul li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0
}

.widget_calendar table {
	border-collapse: collapse;
	margin: 0 0 .5rem;
	width: 100%;
	caption-side: top
}

.widget_calendar caption {
	border: 0;
	border-bottom: 0;
	padding: 10px 0
}

.widget_calendar caption {
	padding: .25rem 0
}

.widget_calendar th,
.widget_calendar td {
	text-align: center;
	padding: .25rem .5rem
}

@media (min-width:992px) and (max-width:1399.98px) {

	.widget_calendar th,
	.widget_calendar td {
		text-align: center;
		padding: .125rem
	}
}

.widget_calendar tbody td a {
	position: relative
}

.widget_calendar tbody td a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: var(--bg-dark);
	border-radius: var(--radius-lg);
	bottom: -6px;
	left: 50%;
	margin-left: -3px
}

.widget_calendar td#today {
	font-weight: 700;
	color: var(--color-primary)
}

.widget_calendar tfoot {
	border: 1px solid var(--border-light);
	border-top: 0
}

.widget_calendar tfoot td {
	border: 0
}

.widget_calendar .wp-calendar-nav {
	font-size: .75rem
}

.widget_rss .widget-title .rsswidget:first-child {
	float: right
}

.widget_rss ul li {
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 12px;
	border-top: 1px solid var(--border-light)
}

.widget_rss ul li:first-child {
	border: none;
	padding-top: 0
}

.widget_rss ul li .rsswidget {
	font-size: inherit;
	display: block
}

.widget_rss ul li .rss-date {
	font-size: inherit;
	color: var(--color-muted)
}

.widget_rss ul li .rssSummary {
	font-size: inherit;
	margin-top: 5px;
	color: var(--color-secondary)
}

.widget_rss ul li cite {
	font-size: inherit;
	font-style: normal;
	color: var(--color-muted)
}

.widget_recommended_posts .list-grid .list-item {
	margin: 0 0 .75rem;
	padding: 0
}

.widget_recommended_posts .list-grid .list-item .media:first-child {
	border-radius: inherit
}

.widget_recommended_posts .list-grid .list-item:last-child {
	margin: 0
}

.widget_recommended_posts .list-grid .list-item .list-content {
	padding: 0 0 0 1rem
}

.widget_recommended_posts .list-grid .list-item .list-title {
	font-size: inherit
}

.widget_recommended_posts .list-hots .list-item {
	margin: .75rem 0 0
}

.widget_recommended_posts .list-hots .list-item:nth-child(1) .btn-number {
	background-color: #ff4545;
	border-color: #ff4545
}

.widget_recommended_posts .list-hots .list-item:nth-child(2) .btn-number {
	background-color: #ff4545;
	border-color: #ff4545
}

.widget_recommended_posts .list-hots .list-item:nth-child(3) .btn-number {
	background-color: #ff4545;
	border-color: #ff4545
}

.widget_recommended_posts .list-hots .list-body {
	position: relative;
	padding: 0 0 0 1.75rem
}

.widget_recommended_posts .list-hots .list-body .btn-number {
	position: absolute;
	left: 0;
	font-size: .75rem
}

.widget-comments-list .item .item-content {
	margin: 0 0 .75rem;
	padding: 0 0 .75rem;
	border-bottom: 1px solid transparent
}

.widget-comments-list .item:last-child .item-content {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

.widget-authors-list .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.widget-authors-list .item .item-goto {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

.widget-authors-list .item .item-content {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid transparent
}

.widget-authors-list .item:last-child .item-content {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

.widget-featured-topics .list-item {
	margin: 0 0 1rem
}

.widget-featured-topics .list-item:last-child {
	margin: 0
}

.group-info {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.group-info .media {
	width: 96px;
	height: 96px;
	margin: 0 1.25rem 0 0
}

.group-info h1 {
	font-size: 1.5rem !important
}

.group-info .group-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	word-wrap: break-word;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	min-width: 0
}

.group-info .group-info-content {
	position: relative;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.group-info .group-info-body {
	position: relative
}

.group-info .btn.subscribe-group-action,
.group-info .btn.subscribe-group-action:hover {
	border-color: var(--btn-primary);
	background-color: var(--btn-primary);
	color: #fff
}

.group-info .btn.subscribe-group-action:focus,
.group-info .btn.subscribe-group-action.active {
	border-color: var(--btn-light);
	background-color: var(--btn-light);
	color: var(--color-secondary)
}

.group-info .group-info-action {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	position: absolute;
	right: 1.875rem;
	top: 1.875rem
}

.group-info .group-info-footer {
	padding-top: 1.125rem;
	margin-top: 1.5rem
}

@media (max-width:767.98px) {
	.group-info {
		margin: 0 0 1rem
	}

	.group-info h1 {
		font-size: 1.25rem !important
	}

	.group-info .media {
		width: 64px;
		height: 64px;
		margin: 0 .9375rem 0 0
	}

	.group-info .group-info-footer {
		padding-top: .875rem;
		margin-top: 1.375rem
	}

	.group-info .group-info-action {
		right: 1rem;
		top: auto;
		bottom: .75rem
	}

	.group-info .group-info-action .btn {
		font-size: .625rem;
		padding: .25rem .75rem;
		min-width: 60px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.group-info {
		margin: 0 0 1.5rem
	}

	.group-info h1 {
		font-size: 1.3125rem !important
	}

	.group-info .media {
		width: 64px;
		height: 64px;
		margin: 0 1.125rem 0 0
	}

	.group-info .group-info-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.group-info .group-info-footer {
		padding-top: 1.125rem;
		margin-top: 1.5rem
	}

	.group-info .group-info-action {
		right: 1.25rem;
		top: 1.25rem
	}

	.group-info .group-info-action .btn {
		font-size: .8125rem;
		padding: .25rem .75rem;
		min-width: 80px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.group-info .media {
		width: 80px;
		height: 80px
	}

	.group-info h1 {
		font-size: 1.375rem !important
	}

	.group-info .group-info {
		padding: 1.25rem
	}

	.group-info .group-info-action {
		right: 1.25rem;
		top: 1.25rem
	}

	.group-info .group-info-action .btn {
		font-size: .8125rem;
		padding: .25rem .75rem;
		min-width: 80px
	}
}

@media (min-width:1200px) {
	.group-info .card-body {
		padding: 2rem
	}

	.group-info .group-info-desc {
		font-size: 1rem !important
	}
}

.user-follows .item-user-follow .follow-avatar {
	width: 64px;
	height: 64px
}

@media (max-width:767.98px) {
	.user-follows .item-user-follow .follow-avatar {
		width: 48px;
		height: 48px
	}
}

.archive-block-grid .item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 1rem;
	margin: 0
}

.archive-block-grid .item .media {
	width: 48px;
	height: 48px;
	margin: 0 .75rem 0 0
}

.archive-block-grid .item .item-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.archive-block-grid .item .item-body .title {
	font-size: .9375rem
}

@media (max-width:767.98px) {
	.archive-block-grid {
		position: relative;
		padding: .75rem;
		background-color: #fff;
		border-radius: var(--radius-sm)
	}

	.archive-block-grid .item {
		padding: .5rem .25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		border: 0
	}

	.archive-block-grid .item .media {
		width: 42px;
		height: 42px;
		margin: 0 0 .375rem
	}

	.archive-block-grid .item .item-body .title {
		font-size: .625rem;
		font-weight: 400 !important;
		margin: 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.archive-block-grid .item {
		padding: .75rem
	}

	.archive-block-grid .item .media {
		margin: 0 0 0 .5rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.archive-block-grid .item {
		padding: .75rem
	}
}

.swiper-button-style1 {
	position: absolute;
	top: 50%;
	z-index: 2;
	background-color: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgb(38 51 63/20%);
	-ms-box-shadow: 0px 0px 15px 5px rgb(38 51 63/20%);
	-o-box-shadow: 0px 0px 15px 5px rgb(38 51 63/20%);
	box-shadow: 0px 0px 15px 5px rgb(38 51 63/20%)
}

.swiper-button-style1.button-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.swiper-button-style1.button-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.swiper-button-style1.button-next.swiper-button-disabled {
	display: none
}

.swiper-button-style1.button-prev.swiper-button-disabled {
	display: none
}

@media (max-width:991.98px) {
	.swiper-button-style1 {
		display: none
	}
}

.site-banner.banner-pagination .swiper-container-horizontal>.swiper-pagination-bullets,
.site-banner.banner-pagination .swiper-pagination-custom,
.site-banner.banner-pagination .swiper-pagination-fraction {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	padding: 5px 10px;
	text-align: right
}

.archive-navbar {
	position: relative;
	margin: .5rem 0 0
}

.archive-navbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.archive-navbar li {
	margin: .5rem .5rem 0 0
}

@media (max-width:767.98px) {
	.archive-navbar {
		position: relative;
		margin: .125rem 0 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.archive-navbar {
		position: relative;
		margin: .25rem 0 0
	}
}

.loading-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px
}

.loading-ellipsis div {
	position: absolute;
	top: 33px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bg-dark);
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loading-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: loading-ellipsis1 .6s infinite;
	animation: loading-ellipsis1 .6s infinite
}

.loading-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: loading-ellipsis2 .6s infinite;
	animation: loading-ellipsis2 .6s infinite
}

.loading-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: loading-ellipsis2 .6s infinite;
	animation: loading-ellipsis2 .6s infinite
}

.loading-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: loading-ellipsis3 .6s infinite;
	animation: loading-ellipsis3 .6s infinite
}

@-webkit-keyframes loading-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes loading-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes loading-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
}

@keyframes loading-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
}

@-webkit-keyframes loading-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(24px, 0);
		transform: translate(24px, 0)
	}
}

@keyframes loading-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(24px, 0);
		transform: translate(24px, 0)
	}
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(24 24 27/50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999
}

.search-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.search-popup-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	min-height: 350px;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.is-visible .search-popup-container {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.search-popup-container .search-popup-close {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 40px;
	height: 40px;
	background: var(--bg-primary);
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s
}

.search-popup-container .search-popup-close:hover {
	-webkit-transform: rotate(360deg) scale(1.1);
	transform: rotate(360deg) scale(1.1);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s
}

.search-popup-container .search-popup-close:before,
.search-popup-container .search-popup-close:after {
	content: '';
	position: absolute;
	top: 20px;
	width: 20px;
	height: 1px;
	background-color: #fff
}

.search-popup-container .search-popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 10px
}

.search-popup-container .search-popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px
}

@media (max-width:767.98px) {
	.search-popup-container {
		min-height: 200px
	}

	.search-popup-container .search-popup-close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 32px;
		height: 32px
	}

	.search-popup-container .search-popup-close:after {
		right: 8px
	}

	.search-popup-container .search-popup-close:before {
		left: 8px
	}

	.search-popup-container .search-popup-close:before,
	.search-popup-container .search-popup-close:after {
		top: 16px;
		width: 16px
	}
}

.search-popup-body {
	position: relative;
	max-width: 800px;
	padding: 5rem 0 3rem;
	margin: 0 auto
}

.search-popup-form {
	margin: 0 0 2rem
}

.mobile-sidebar {
	width: 320px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	pointer-events: inherit;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.mobile-sidebar.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media (max-width:767.98px) {
	.mobile-sidebar {
		width: 80%
	}
}

.mobile-sidebar-inner {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto
}

.mobile-sidebar-action {
	position: relative;
	text-align: right;
	padding: .75rem 1rem
}

.mobile-sidebar-menu ul li {
	position: relative;
	padding: 1rem 0
}

.mobile-sidebar-menu ul li a {
	display: block;
	font-size: .9375rem
}

.mobile-sidebar-menu ul>li>a {
	font-weight: 700;
	position: relative
}

.mobile-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(0 0 0/10%);
	z-index: 998;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: pointer
}

.modal-open .mobile-overlay {
	display: block;
	opacity: 1
}

.mobile-sidebar-menu {
	position: relative;
	padding: 0 1.5rem
}

.mobile-sidebar-inner {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.mobile-menu-inner {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: var(--radius-md)
}

.mobile-menu-inner>li {
	position: relative;
	margin: 0
}

.mobile-menu-inner>li:last-child {
	border-bottom: 0
}

.mobile-menu-inner li a {
	position: relative;
	display: block;
	font-size: 1rem;
	padding: 10px 0
}

.mobile-menu-inner>li:last-child a {
	border-width: 0
}

.mobile-menu-inner li a i {
	position: relative;
	font-size: 1rem;
	margin: 0 .625rem 0 0;
	top: -1px
}

.mobile-menu-inner li a:hover {
	opacity: 1
}

.mobile-menu-inner>li.in>a {
	color: var(--color-primary)
}

.mobile-sidebar-menu .sub-menu {
	display: none;
	position: relative;
	background-color: var(--bg-light);
	border-radius: var(--radius-sm);
	margin: .5rem 0 0;
	padding: .375rem .9375rem
}

.mobile-sidebar-menu .sub-menu li {
	padding: 0
}

.mobile-sidebar-menu .sub-menu li:last-child {
	margin-bottom: 0;
	border: 0
}

.mobile-sidebar-menu .sub-menu li a {
	font-size: .875rem;
	padding: .5rem 0;
	font-weight: 400
}

.mobile-sidebar-menu>li.current-menu-item>a,
.mobile-sidebar-menu .sub-menu li>a:hover,
.mobile-sidebar-menu .sub-menu li.current_page_item>a,
.mobile-sidebar-menu .sub-menu li.current-menu-item>a,
.mobile-sidebar-menu .sub-menu li.current_page_ancestor>a,
.mobile-sidebar-menu .sub-menu li.current-menu-ancestor>a,
.mobile-sidebar-menu .sub-menu li.current-menu-parent>a {
	color: var(--color-primary)
}

.mobile-sidebar-menu .menu-icon {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: .75rem;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	opacity: .2
}

.mobile-sidebar-menu .menu-icon i {
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.mobile-sidebar-menu .in>a .menu-icon i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.scroll-fixed-menu {
	position: fixed;
	bottom: 100px;
	right: 30px;
	opacity: .6;
	z-index: 999
}

.scroll-fixed-menu:hover {
	opacity: 1
}

@media (max-width:767.98px) {
	.scroll-fixed-menu {
		right: 10px
	}
}

.scroll-to-top {
	display: none
}

.friends-card .list>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.friends-card .list .list-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.friends-card .list .list-item .list-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: start;
	justify-content: start
}

.author-card {
	position: relative;
	padding: 2.5rem 2.5rem 2.125rem
}

.author-card .card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0
}

.author-card .card-footer {
	padding: 0
}

.author-card .author-avatar {
	width: 81px;
	height: 81px
}

.author-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.author-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.author-name .btn.follow-user-action,
.author-name .btn.follow-user-action:hover {
	border-color: var(--btn-primary);
	background-color: var(--btn-primary);
	color: #fff
}

.author-name .btn.follow-user-action:focus,
.author-name .btn.follow-user-action.active {
	border-color: var(--btn-light);
	background-color: var(--btn-light);
	color: var(--color-secondary)
}

.author-data .item {
	display: inline-block;
	position: relative;
	margin: 0 1.5rem 0 0;
	padding: 0 1.5rem 0 0;
	line-height: 1
}

.author-data .item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 13px;
	background-color: var(--border-light);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.author-data .item:last-child:after {
	display: none
}

.author-data .item.current a,
.author-data .item.current .text-secondary {
	color: var(--color-danger) !important
}

@media (max-width:767.98px) {
	.author-card {
		position: relative;
		padding: 1.25rem
	}

	.author-card .author-avatar {
		width: 56px;
		height: 56px
	}

	.author-data {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		white-space: nowrap
	}

	.author-data .item {
		margin: 0 1rem 0 0;
		padding: 0 1rem 0 0
	}

	.author-name .edit-user-info {
		position: relative;
		font-size: .625rem;
		padding: .125rem .625rem;
		min-width: 0;
		top: -1px
	}

	.author-name .follow-user-action {
		font-size: .625rem;
		padding: .1875rem .875rem;
		min-width: 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.author-card {
		position: relative;
		padding: 2rem
	}

	.author-card .author-avatar,
	.author-card .author-avatar img {
		width: 64px;
		height: 64px
	}
}

.user-profile-grid {
	position: relative
}

.user-profile-grid ul li {
	margin: 1.5rem 0 0;
	padding: 1.5rem 0 0;
	border-top: 1px solid var(--border-light)
}

.user-profile-grid ul li:first-child {
	margin: 0;
	padding: 0;
	border-top: 0
}

.user-profile-grid ul li .nav-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.user-profile-grid .nav-text {
	min-width: 80px;
	color: var(--color-muted)
}

.user-profile-grid .nav-desc {
	padding: 0 1rem 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	color: var(--color-dark)
}

.user-profile-grid .nav-icon {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

@media (max-width:767.98px) {
	.user-profile-grid ul li {
		margin: 1.5rem 0 0
	}
}

@media (min-width:992px) {
	.user-profile-grid .nav-text {
		min-width: 120px
	}
}

.item-user-comment {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--border-light)
}

.item-user-comment:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

.user-comment-body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.user-comment-avatar {
	width: 40px;
	height: 40px;
	margin: 0 .9375rem 0 0
}

.item-user-comment .user-comment-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: .25rem 0 0
}

.item-user-comment .user-comment-content {
	margin: .5rem 0 .5rem;
	line-height: 1.85
}

.item-user-comment .user-comment-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

@media only screen and (max-width:767px) {
	.item-user-comment {
		position: relative;
		margin: 0 0 1rem;
		padding: 0 0 1rem
	}

	.user-comment-avatar {
		width: 28px;
		height: 28px;
		margin: 0 .625rem 0 0
	}

	.item-user-comment .user-comment-inner {
		margin: .125rem 0 0
	}

	.item-user-comment .user-comment-content {
		margin: .5rem 0 .5rem
	}
}

.item-user-follow {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--border-light)
}

.item-user-follow:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

.item-user-follow .follow-body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.item-user-follow .media {
	width: 64px;
	height: 64px
}

.item-user-follow .follow-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.item-user-follow .follow-title {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

@media only screen and (max-width:767px) {
	.item-user-follow {
		position: relative;
		margin: 0 0 1rem;
		padding: 0 0 1rem
	}

	.item-user-follow .media {
		width: 56px;
		height: 56px
	}

	.item-user-follow .follow-content {
		margin: .25rem 0 0
	}
}

.item-group-follow {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--border-light)
}

.item-group-follow:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

.item-group-follow .follow-body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.item-group-follow .follow-avatar {
	width: 64px;
	height: 64px
}

.item-group-follow .follow-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.item-group-follow .follow-content {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

@media only screen and (max-width:767px) {
	.item-group-follow {
		position: relative;
		margin: 0 0 1rem;
		padding: 0 0 1rem
	}

	.item-group-follow .follow-avatar {
		width: 56px;
		height: 56px
	}

	.item-group-follow .follow-content {
		margin: .25rem 0 0
	}
}

.widget-user-navbar {
	position: relative
}

.widget-user-navbar ul {
	padding: .5rem 0
}

.widget-user-navbar ul li {
	padding: .5rem 0
}

.widget-user-navbar ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: var(--color-secondary);
	padding: 0 1rem
}

.widget-user-navbar ul li a:hover,
.widget-user-navbar ul li a.active {
	opacity: 1;
	color: var(--color-dark)
}

.widget-user-navbar .nav-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 1;
	margin: 0 .5rem;
	white-space: nowrap;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}

.widget-user-navbar ul li a:hover .nav-text,
.widget-user-navbar ul li a.active .nav-text {
	font-weight: 700
}

.widget-user-navbar .nav-icon {
	font-size: 1.25rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.widget-user-navbar ul li:nth-child(1) .nav-icon {
	color: #4cd99c
}

.widget-user-navbar ul li:nth-child(2) .nav-icon {
	color: #70a4ef
}

.widget-user-navbar ul li:nth-child(3) .nav-icon {
	color: #ef5f5d
}

.widget-user-navbar ul li:nth-child(4) .nav-icon {
	color: #4896f2
}

.widget-user-navbar ul li:nth-child(5) .nav-icon {
	color: #f7c85e
}

.widget-user-navbar ul li:nth-child(6) .nav-icon {
	color: #aebdc9
}

.widget-user-navbar ul li:nth-child(7) .nav-icon {
	color: #f3cb5a
}

.widget-user-navbar ul li:nth-child(8) .nav-icon {
	color: #b4bbd1
}

.widget-user-navbar .menu-icon {
	position: absolute;
	display: inline-block;
	right: 1rem;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	opacity: .3
}

.widget-user-navbar .menu-icon i {
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer-friends {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.footer-friends .friend-item {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	padding-right: 1rem
}

.footer-friends .friend-item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 13px;
	background-color: var(--border-muted);
	-webkit-transform: translate(0, -50%);
	transform: translate(0%, -50%)
}

.footer-friends .friend-item:last-child {
	padding: 0;
	margin: 0
}

.footer-friends .friend-item:last-child:after {
	display: none
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.footer-social .btn {
	margin: .5rem
}

@media (max-width:767.98px) {
	.footer-social .btn {
		margin: .25rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-social .btn {
		margin: .375rem
	}
}

.user-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94, 110, 141, .9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999
}

.user-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	z-index: 999
}

.user-popup-container {
	position: relative;
	width: 90%;
	max-width: 450px;
	margin: 4em auto;
	padding: 2rem;
	background: #fff;
	border-radius: .25em .25em .4em .4em;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.user-popup-container .user-popup-close {
	position: absolute;
	display: inline-block;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	color: transparent;
	overflow: hidden;
	white-space: nowrap
}

.user-popup-container .user-popup-close:before,
.user-popup-container .user-popup-close:after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 1px;
	background-color: var(--bg-secondary)
}

.user-popup-container .user-popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px
}

.user-popup-container .user-popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px
}

.is-visible .user-popup-container {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media only screen and (min-width:1170px) {
	.user-popup-container {
		margin: 8em auto
	}
}

.sign-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.sign-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.sign-box .form-pwd {
	position: relative
}

.sign-box .hide-password {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	padding: 5px 15px 5px 12px;
	border-left-width: 1px;
	border-left-style: solid;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .625rem;
	color: var(--color-muted);
	line-height: 1
}

.sign-main {
	position: relative
}

.sign-header {
	text-align: center
}

.sign-header .logo {
	display: inline-block
}

.sign-header .logo img {
	max-width: 200px;
	max-height: 60px
}

.sign-wechat .wechat-qcode {
	width: 100%
}

@media (max-width:767.98px) {
	.sign-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}

	.sign-box {
		max-width: 350px;
		width: 100%
	}

	.sign-box .card {
		padding: 1.5rem 1rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.sign-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}

	.sign-box {
		max-width: 450px;
		width: 100%
	}

	.sign-box .card {
		padding: 2rem 1.25rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.sign-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}

	.sign-box {
		max-width: 500px;
		width: 100%
	}

	.sign-box .card {
		padding: 3rem 2rem
	}
}

@media (min-width:1200px) {
	.sign-inner {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.sign-box {
		max-width: 500px;
		width: 100%
	}

	.sign-box .card {
		padding: 3rem 2rem
	}
}

input.sign-verify::-webkit-outer-spin-button,
input.sign-verify::-webkit-inner-spin-button {
	-webkit-appearance: none
}

input.sign-verify[type=number] {
	-moz-appearance: textfield
}

.btn-sign-wechat {
	color: #36a95f;
	background-color: transparent;
	border-color: #bfdeca
}

.btn-sign-qq {
	color: #275bc1;
	background-color: transparent;
	border-color: #c0d4fb
}

.btn-sign-wechat:hover,
.btn-sign-wechat:focus,
.btn-sign-wechat:not(:disabled):not(.disabled):active,
.btn-sign-wechat:not(:disabled):not(.disabled).active {
	opacity: .7;
	color: #36a95f;
	background-color: transparent;
	border-color: #bfdeca
}

.btn-sign-qq:hover,
.btn-sign-qq:focus,
.btn-sign-qq:not(:disabled):not(.disabled):active,
.btn-sign-qq:not(:disabled):not(.disabled).active {
	opacity: .7;
	color: #275bc1;
	background-color: transparent;
	border-color: #c0d4fb
}

.sign-hr {
	position: relative
}

.sign-hr span {
	position: relative;
	padding: 0 10px
}

.sign-hr span:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: var(--bg-light);
	display: block
}

.sign-hr span:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: var(--bg-light);
	display: block
}

.radio-custom-style .item {
	position: relative
}

.radio-custom-style .item:hover,
.radio-custom-style .item.current {
	border-color: var(--border-primary) !important
}

.radio-custom-style .item .check-input {
	display: none
}

.radio-custom-style .item .check-label {
	padding: 1.5rem 0;
	display: block;
	cursor: pointer
}

.radio-custom-style .item .check-input:checked~.check-label {
	background-color: var(--btn-outline-primary);
	color: var(--color-primary)
}

@media (max-width:767.98px) {
	.radio-custom-style .item .check-label {
		padding: 1rem 0
	}
}

.post-radio-custom {
	position: relative
}

.post-radio-custom .item {
	display: inline-block;
	margin: 0 .25rem .25rem 0
}

.post-radio-custom .item .check-label {
	padding: .25rem .5rem
}

.post-radio-custom .item .check-input:checked~.check-label {
	position: relative;
	color: var(--color-primary);
	border-color: var(--btn-outline-primary);
	background-color: var(--btn-outline-primary)
}

.post-radio-custom .item .check-label:before {
	content: '';
	position: absolute;
	top: -3px;
	right: -3px;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTUxMiAwYzI4Mi43ODQgMCA1MTIgMjI5LjIxNiA1MTIgNTEycy0yMjkuMjE2IDUxMi01MTIgNTEyUzAgNzk0Ljc4NCAwIDUxMiAyMjkuMjE2IDAgNTEyIDB6bTIzNi4zMiAyOTQuMTQ0TDQwOC44OTYgNjMzLjUzNiAyNTkuODQgNDg0LjU0NCAxOTIgNTUyLjQxNmwyMTYuODk2IDIxNi45MjggNDA3LjI5Ni00MDcuMjk2LTY3Ljg3Mi02Ny45MDR6IiBmaWxsPSIjMGE1OWY4Ii8+PC9zdmc+');
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 1
}

.post-radio-custom .item .check-input:checked~.check-label:before {
	opacity: 1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.fileuploader-theme-thumbnails {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: 0 0
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
	position: relative;
	display: inline-block;
	margin: 16px 0 0 16px;
	padding: 0;
	vertical-align: top;
	width: 25%;
	width: calc(25% - 16px);
	padding-top: calc(25% - 16px)
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px
}

@media (min-width:1400px) {

	.post-edit-main .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
	.post-edit-main .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
		width: 150px;
		padding-top: 150px
	}
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
	background: var(--bg-light);
	border: 2px solid var(--border-light);
	text-align: center;
	font-size: 30px;
	color: var(--color-secondary);
	cursor: pointer;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
	opacity: 1
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
	background: var(--bg-light)
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i {
	position: absolute;
	font-style: normal;
	left: 0;
	top: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-items-list {
	margin: -16px 0 0 -16px
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item {
	border-bottom: 0
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item:last-child {
	margin-bottom: 0
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item-inner {
	background: rgba(0, 0, 0, .02);
	overflow: hidden;
	z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
	width: 100%;
	height: 100%
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
	position: relative;
	background: #ffff;
	text-align: center;
	overflow: hidden
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon {
	background-size: 30%
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon i {
	display: none
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-popup {
	border-radius: 6px;
	z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item .type-holder {
	position: absolute;
	top: 6px;
	left: 6px;
	padding: 3px 6px;
	background: var(--bg-secondary);
	text-transform: uppercase;
	color: #fff;
	font-size: .5rem;
	line-height: 1;
	border-radius: var(--radius-sm);
	z-index: 2
}

.fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	height: 20px
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action {
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action {
	margin-left: 8px
}

.fileuploader-theme-thumbnails .fileuploader-item .content-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
	z-index: 2
}

.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fileuploader-theme-thumbnails .fileuploader-item .content-holder span {
	display: block;
	font-size: .5rem;
	color: var(--color-light)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.upload-failed .fileuploader-item-inner {
	background: #db6868
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
	position: relative;
	top: 50%;
	width: 80%;
	height: 6px;
	margin: 0 auto;
	margin-top: -6px;
	background: var(--bg-light)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting {
	padding-top: 0;
	margin: 0
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
	background: var(--bg-light);
	border-radius: 6px
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
	background: var(--btn-success)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
	background: var(--btn-danger)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
	content: "" !important;
	position: relative;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 14px;
	height: 14px;
	top: 2px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTU3NiA1MTJsMjc3LjMzMyAyNzcuMzMzLTY0IDY0TDUxMiA1NzYgMjM0LjY2NyA4NTMuMzMzbC02NC02NEw0NDggNTEyIDE3MC42NjcgMjM0LjY2N2w2NC02NEw1MTIgNDQ4bDI3Ny4zMzMtMjc3LjMzMyA2NCA2NEw1NzYgNTEyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==')
}

.ck.ck-editor__editable_inline {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

:root {
	--ck-color-base-foreground: #fff !important;
	--ck-color-base-background: #fff !important;
	--ck-color-base-border: var(--border-light) !important;
	--ck-color-base-action: #61b045;
	--ck-color-base-focus: #6cb5f9;
	--ck-color-base-text: var(--color-body) !important;
	--ck-color-base-active: var(--color-primary) !important;
	--ck-color-base-active-focus: var(--color-primary) !important;
	--ck-color-base-error: #db3700;
	--ck-color-focus-border-coordinates: var(--border-light) !important;
	--ck-color-focus-border: var(--border-light) !important;
	--ck-color-focus-outer-shadow: #fff;
	--ck-color-focus-disabled-shadow: var(--color-muted) !important;
	--ck-color-focus-error-shadow: rgba(255, 64, 31, .3);
	--ck-color-text: var(--ck-color-base-text);
	--ck-color-shadow-drop: rgba(0, 0, 0, 0);
	--ck-color-shadow-drop-active: rgba(0, 0, 0, 0);
	--ck-color-shadow-inner: rgba(0, 0, 0, 0);
	--ck-color-button-default-background: 0 0;
	--ck-color-button-default-hover-background: var(--bg-light) !important;
	--ck-color-button-default-active-background: var(--bg-light) !important;
	--ck-color-button-default-active-shadow: var(--bg-light) !important;
	--ck-color-button-default-disabled-background: 0 0;
	--ck-color-button-on-background: var(--btn-light) !important;
	--ck-color-button-on-hover-background: var(--btn-light) !important;
	--ck-color-button-on-active-background: var(--btn-muted) !important;
	--ck-color-button-on-active-shadow: #fff;
	--ck-color-button-on-disabled-background: var(--btn-muted) !important;
	--ck-color-button-action-background: var(--ck-color-base-action);
	--ck-color-button-action-hover-background: #579e3d;
	--ck-color-button-action-active-background: #53973b;
	--ck-color-button-action-active-shadow: #498433;
	--ck-color-button-action-disabled-background: #7ec365;
	--ck-color-button-action-text: var(--ck-color-base-background);
	--ck-color-button-save: #008a00;
	--ck-color-button-cancel: #db3700;
	--ck-color-switch-button-off-background: var(--btn-light) !important;
	--ck-color-switch-button-off-hover-background: var(--btn-light) !important;
	--ck-color-switch-button-on-background: var(--ck-color-button-action-background);
	--ck-color-switch-button-on-hover-background: #579e3d;
	--ck-color-switch-button-inner-background: var(--ck-color-base-background);
	--ck-color-switch-button-inner-shadow: rgba(0, 0, 0, 0);
	--ck-color-dropdown-panel-background: var(--ck-color-base-background);
	--ck-color-dropdown-panel-border: var(--ck-color-base-border);
	--ck-color-input-background: var(--ck-color-base-background);
	--ck-color-input-border: var(--border-light) !important;
	--ck-color-input-error-border: var(--ck-color-base-error);
	--ck-color-input-text: var(--ck-color-base-text);
	--ck-color-input-disabled-background: var(--bg-light) !important;
	--ck-color-input-disabled-border: var(--border-light) !important;
	--ck-color-input-disabled-text: var(--color-muted) !important;
	--ck-color-list-background: var(--ck-color-base-background);
	--ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background);
	--ck-color-list-button-on-background: var(--ck-color-base-active);
	--ck-color-list-button-on-background-focus: var(--ck-color-base-active-focus);
	--ck-color-list-button-on-text: var(--ck-color-base-background);
	--ck-color-panel-background: var(--ck-color-base-background);
	--ck-color-panel-border: var(--ck-color-base-border);
	--ck-color-toolbar-background: var(--ck-color-base-foreground);
	--ck-color-toolbar-border: var(--ck-color-base-border);
	--ck-color-tooltip-background: var(--ck-color-base-text);
	--ck-color-tooltip-text: var(--ck-color-base-background);
	--ck-color-engine-placeholder-text: var(--color-secondary) !important;
	--ck-color-upload-bar-background: var(--bg-primary) !important;
	--ck-color-link-default: var(--color-primary) !important;
	--ck-color-link-selected-background: rgba(31, 177, 255, 0);
	--ck-color-link-fake-selection: rgba(31, 177, 255, 0);
	--ck-disabled-opacity: .5;
	--ck-focus-outer-shadow-geometry: 0 0 0 0;
	--ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);
	--ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);
	--ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);
	--ck-focus-ring: 1px solid var(--ck-color-focus-border);
	--ck-dropdown-max-width: 10vw !important;
	--ck-border-radius: 4px !important;
	--ck-font-size-base: 13px;
	--ck-line-height-base: 1.84615;
	--ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	--ck-font-size-tiny: .7em;
	--ck-font-size-small: .75em;
	--ck-font-size-normal: 1em !important;
	--ck-font-size-big: 1.2em !important;
	--ck-font-size-large: 1.4em !important;
	--ck-ui-component-min-height: 2.3em;
	--ck-inner-shadow: 0 0 0 var(--ck-color-shadow-inner) inset !important;
	--ck-drop-shadow: 0 0 0 0 var(--ck-color-shadow-drop) !important;
	--ck-drop-shadow-active: 0 0 0 0 var(--ck-color-shadow-drop-active) !important;
	--ck-spacing-unit: .6em;
	--ck-spacing-large: calc(var(--ck-spacing-unit)*1.5);
	--ck-spacing-standard: var(--ck-spacing-unit);
	--ck-spacing-medium: calc(var(--ck-spacing-unit)*0.8);
	--ck-spacing-small: calc(var(--ck-spacing-unit)*0.5);
	--ck-spacing-tiny: calc(var(--ck-spacing-unit)*0.3);
	--ck-spacing-extra-tiny: calc(var(--ck-spacing-unit)*0.16)
}

.ck.ck-heading_heading1 {
	font-size: 1.625rem !important
}

.ck.ck-heading_heading2 {
	font-size: 1.5rem !important
}

.ck.ck-heading_heading3 {
	font-size: 1.3125rem !important
}

@media (max-width:767.98px) {
	.ck.ck-heading_heading1 {
		font-size: 1.25rem !important
	}

	.ck.ck-heading_heading2 {
		font-size: 1.125rem !important
	}

	.ck.ck-heading_heading3 {
		font-size: 1rem !important
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.ck.ck-heading_heading1 {
		font-size: 1.625rem !important
	}

	.ck.ck-heading_heading2 {
		font-size: 1.375rem !important
	}

	.ck.ck-heading_heading3 {
		font-size: 1.125rem !important
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.ck.ck-heading_heading1 {
		font-size: 1.75rem !important
	}

	.ck.ck-heading_heading2 {
		font-size: 1.5rem !important
	}

	.ck.ck-heading_heading3 {
		font-size: 1.375rem !important
	}
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
	min-width: 1px !important
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,
.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners {
	border-top-left-radius: inherit
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
	top: 110% !important
}

.ck.ck-dropdown .ck-dropdown__panel .ck-list {
	padding: .5rem 0
}

.ck.ck-button.ck-on:not(.ck-disabled):active,
a.ck.ck-button.ck-on:not(.ck-disabled):active {
	background: 0 0 !important
}

.ck.ck-list__item .ck-button {
	line-height: 1 !important;
	border-radius: 0 !important;
	padding: .625rem .75rem .5rem !important
}

.ck.ck-list__item .ck-button .ck-button__label {
	line-height: 1 !important
}

.ck-content {
	line-height: 1.85;
	text-align: justify
}

.ck-content p {
	margin: 0 0 1.5rem
}

.ck-content h1,
.ck-content h2,
.ck-content h3 {
	margin: 2.5rem auto 2rem
}

.ck-content h4,
.ck-content h5,
.ck-content h6 {
	margin: 2.5rem auto 2rem
}

.ck-content h2 strong {
	-webkit-box-shadow: 0 -8px 0 0 rgb(255 27 27/50%) inset;
	box-shadow: 0 -8px 0 0 rgb(255 27 27/50%) inset
}

@media (max-width:767.98px) {

	.ck-content h1,
	.ck-content h2,
	.ck-content h3 {
		margin: 2rem auto 1.5rem
	}

	.ck-content h4,
	.ck-content h5,
	.ck-content h6 {
		margin: 2rem auto 1.5rem
	}
}

.ck-content p>a,
.ck-content li>a,
.ck-content dd>a,
.ck-content td a,
.ck-content th a,
.ck-content h1 a,
.ck-content h2 a,
.ck-content h3 a,
.ck-content h4 a,
.ck-content h5 a,
.ck-content h6 a,
.ck-content em a,
.ck-content strong a {
	border-bottom: 1px dashed var(--border-primary);
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

.ck-content p>a:hover,
.ck-content li>a:hover,
.ck-content dd>a:hover,
.ck-content td a:hover,
.ck-content th a:hover,
.ck-content h1 a:hover,
.ck-content h2 a:hover,
.ck-content h3 a:hover,
.ck-content h4 a:hover,
.ck-content h5 a:hover,
.pockst-content h6 a:hover,
.ck-content em a:hover,
.ck-content strong a:hover {
	border-bottom-style: solid
}

.ck-content a:hover,
.ck-content a:focus {
	text-decoration: none
}

.ck-content>table,
.ck-content div>table {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--border-light);
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}

.ck-content>table th,
.ck-content div>table th {
	font-weight: 700
}

.ck-content>table th,
.ck-content>table td,
.ck-content div>table th,
.ck-content div>table td {
	border: 1px solid var(--border-light);
	padding: .75rem 1.125rem;
	margin: 0;
	overflow: visible
}

.ck-content>table thead,
.ck-content div>table thead {
	vertical-align: bottom;
	white-space: nowrap
}

.ck-content>table tbody tr:nth-child(odd),
.ck-content div>table tbody tr:nth-child(odd) {
	background: var(--bg-light)
}

.ck-content>.alignleft>table,
.ck-content>.alignright>table,
.ck-content div>.alignleft>table,
.ck-content div>.alignright>table {
	margin: 0
}

.ck-content caption {
	background: var(--bg-light);
	font-weight: 600;
	padding: .5em;
	text-align: center
}

.ck-content ul,
.ck-content ol {
	padding: 0 0 0 1.25rem;
	margin-bottom: 1.5rem
}

.ck-content ul {
	list-style: disc
}

.ck-content ul ul {
	list-style: circle;
	margin: .75rem 0
}

.ck-content ul ul ul {
	list-style: square
}

.ck-content ol {
	list-style: decimal
}

.ck-content ol ol {
	list-style: lower-alpha
}

.ck-content ol ol ol {
	list-style: lower-roman
}

.ck-content li {
	line-height: 1.5;
	margin: 0 0 1rem
}

.ck-content li li {
	margin: 0 0 .5rem
}

.ck-content li {
	line-height: 1.5;
	margin: 0 0 1rem
}

.ck-content li li {
	margin: 0 0 .5rem
}

[data-tooltip] {
	position: relative;
	z-index: 10
}

[data-tooltip]:before,
[data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	bottom: calc(100% + 5px);
	pointer-events: none;
	-webkit-transition: .2s;
	transition: .2s;
	will-change: transform
}

[data-tooltip]:before {
	content: attr(data-tooltip);
	padding: .375rem .75rem;
	min-width: 75px;
	max-width: 300px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: var(--radius-sm);
	font-size: .625rem;
	background-color: rgba(59, 72, 80, .9);
	background-image: linear-gradient(30deg, rgba(59, 72, 80, .44), rgba(59, 68, 75, .44), rgba(60, 82, 88, .44));
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	white-space: pre-wrap;
	-webkit-transform: translate(-50%, -5px) scale(.5);
	transform: translate(-50%, -5px) scale(.5)
}

[data-tooltip]:after {
	content: '';
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: rgba(55, 64, 70, .9) transparent transparent transparent;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0)
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1
}

[data-tooltip]:hover:before {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate(-50%, -5px) scale(1);
	transform: translate(-50%, -5px) scale(1)
}

[data-tooltip]:hover:after {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateX(-50%) scaleY(1);
	transform: translateX(-50%) scaleY(1)
}

[data-tooltip-location=left]:before,
[data-tooltip-location=left]:after {
	left: auto;
	right: calc(100% + 5px);
	bottom: 50%
}

[data-tooltip-location=left]:before {
	-webkit-transform: translate(-5px, 50%) scale(.5);
	transform: translate(-5px, 50%) scale(.5)
}

[data-tooltip-location=left]:hover:before {
	-webkit-transform: translate(-5px, 50%) scale(1);
	transform: translate(-5px, 50%) scale(1)
}

[data-tooltip-location=left]:after {
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent rgba(55, 64, 70, .9);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateY(50%) scaleX(0);
	transform: translateY(50%) scaleX(0)
}

[data-tooltip-location=left]:hover:after {
	-webkit-transform: translateY(50%) scaleX(1);
	transform: translateY(50%) scaleX(1)
}

[data-tooltip-location=right]:before,
[data-tooltip-location=right]:after {
	left: calc(100% + 5px);
	bottom: 50%
}

[data-tooltip-location=right]:before {
	-webkit-transform: translate(5px, 50%) scale(.5);
	transform: translate(5px, 50%) scale(.5)
}

[data-tooltip-location=right]:hover:before {
	-webkit-transform: translate(5px, 50%) scale(1);
	transform: translate(5px, 50%) scale(1)
}

[data-tooltip-location=right]:after {
	border-width: 5px 5px 5px 0;
	border-color: transparent rgba(55, 64, 70, .9) transparent transparent;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: translateY(50%) scaleX(0);
	transform: translateY(50%) scaleX(0)
}

[data-tooltip-location=right]:hover:after {
	-webkit-transform: translateY(50%) scaleX(1);
	transform: translateY(50%) scaleX(1)
}

[data-tooltip-location=bottom]:before,
[data-tooltip-location=bottom]:after {
	top: calc(100% + 5px);
	bottom: auto
}

[data-tooltip-location=bottom]:before {
	-webkit-transform: translate(-50%, 5px) scale(.5);
	transform: translate(-50%, 5px) scale(.5)
}

[data-tooltip-location=bottom]:hover:before {
	-webkit-transform: translate(-50%, 5px) scale(1);
	transform: translate(-50%, 5px) scale(1)
}

[data-tooltip-location=bottom]:after {
	border-width: 0 5px 5px;
	border-color: transparent transparent rgba(55, 64, 70, .9) transparent;
	-webkit-transform-origin: bottom;
	transform-origin: bottom
}

[data-tooltip-location=bottom]:after {
	border-width: 0 5px 5px;
	border-color: transparent transparent rgba(55, 64, 70, .9) transparent;
	-webkit-transform-origin: bottom;
	transform-origin: bottom
}

.nice-embed-block {
	position: relative;
	overflow: hidden;
	background-color: var(--bg-dark);
	margin: 1.5rem 0
}

.nice-embed-block .nice-embed-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 1rem;
	color: #fff;
	min-width: 0;
	border-radius: inherit;
	word-wrap: break-word;
	z-index: 1
}

.nice-embed-block .nice-embed-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .1;
	opacity: .2;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.nice-embed-block .media {
	width: 100px
}

.nice-embed-block .nice-embed-content {
	margin: 0 1rem
}

.nice-embed-block .nice-embed-goto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.nice-embed-block .media {
	width: 100px
}

.nice-embed-block .nice-embed-content {
	margin: 0 1rem
}

.nice-embed-block .nice-embed-goto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.coupon-cats .item {
	position: relative
}

.coupon-cats .item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

-webkit-filter:blur(10px);
filter:blur(10px);
-webkit-transform:scale(1.1);
transform:scale(1.1);

.nice-embed-block .media {
	width: 100px
}

.nice-embed-block .nice-embed-content {
	margin: 0 1rem
}

.nice-embed-block .nice-embed-goto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.nice-embed-block .media {
	width: 100px
}

.nice-embed-block .nice-embed-content {
	margin: 0 1rem
}

.nice-embed-block .nice-embed-goto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.coupon-cats .item {
	position: relative
}

.coupon-cats .item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
}

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@font-face {
	font-family: 'TCloud Number';
	src: url(img/TCloudNumber-Regular.ttf) format("truetype");
	font-style: normal
}

.font-theme {
	font-family: 'TCloud Number', arial, sans-serif
}

@font-face {
	font-family: 'OPPOSans-Regular';
	src: url(img/OPPOSans-Regular.eot);
	src: url(img/OPPOSans-Regular.eot) format("embedded-opentype"), url(img/OPPOSans-Regular.woff2) format("woff2"), url(img/OPPOSans-Regular.woff) format("woff"), url(img/OPPOSans-Regular.ttf) format("truetype");
	font-style: normal
}

body {
	font-family: 'OPPOSans-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
bol}