@charset "UTF-8";

.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 :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	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-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;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
	border: 2px solid;
	padding: .667em 1.333em;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
	color: currentColor;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
	background-color: initial;
	background-image: none;
}

.wp-block-buttons {
	box-sizing: border-box;
}

.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.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons .wp-block-button__link {
	width: 100%;
}

.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-categories .wp-block-categories__label {
	display: block;
	width: 100%;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	direction: ltr;
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	text-align: initial;
	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.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;
}

: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 {
	box-sizing: border-box;
}

.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 {
	font-size: inherit;
	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: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-comment-date {
	box-sizing: border-box;
}

.comment-awaiting-moderation {
	display: block;
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
	box-sizing: border-box;
}

.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;
}

.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.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;
	position: relative;
	width: 100%;
}

.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-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;
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
	z-index: 0;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
	z-index: 1;
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
	z-index: auto;
}

.wp-block-details {
	box-sizing: border-box;
}

.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 :where(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;
	width: fit-content;
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
	margin: 0;
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
	flex-direction: row-reverse;
}

.wp-block-form-input__label-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, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0));
	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, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	bottom: 0;
	left: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	content: "";
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	max-height: 40%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
	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 rgba(0, 0, 0, 0);
	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: rgba(255, 255, 255, .8);
}

.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: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
	}
}

.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;
	text-shadow: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
	content: none;
}

.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;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-image>a, .wp-block-image>figure>a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media not (prefers-reduced-motion) {
	.wp-block-image img.hide {
		visibility: hidden;
	}
	
	.wp-block-image img.show {
		animation: show-content-image .4s;
	}
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull>a, .wp-block-image.alignwide>a {
	width: 100%;
}

.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 :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-image.is-style-circle-mask 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="https://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="https://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;
	}
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
	border-radius: 9999px;
}

.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: rgba(90, 90, 90, .25);
	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;
	width: 20px;
	z-index: 100;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-container button {
		transition: opacity .2s ease;
	}
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto rgba(90, 90, 90, .25);
	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: rgba(90, 90, 90, .25);
	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 {
	visibility: visible;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-overlay.active {
		animation: turn-on-visibility .25s both;
	}
	
	.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;
	}
	
	.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;
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

.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-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;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
}

.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;
	}
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
	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;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-loginout, .wp-block-media-text {
	box-sizing: border-box;
}

.wp-block-media-text {
	direction: ltr;
	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.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.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 {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text>.wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
	grid-column: 2;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
	grid-column: 1;
	grid-row: 1;
}

.wp-block-media-text__media a {
	display: block;
}

.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;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	position: relative;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

@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(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(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.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%;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		transition: opacity .1s linear;
	}
}

.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: rgba(0, 0, 0, 0);
		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__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;
}

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;
	letter-spacing: 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 rgba(0, 0, 0, .15);
}

.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;
}

.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 {
	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), 20rem);
	z-index: 100000;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation: overlay-menu__fade-in-animation .1s ease-out;
		animation-fill-mode: forwards;
	}
}

.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: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0);
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.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;
}

.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;
}

.wp-block-page-list {
	box-sizing: border-box;
}

.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;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

.wp-block-post-author {
	box-sizing: border-box;
	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-author-biography {
	box-sizing: border-box;
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px);
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form :where(input[type=submit]) {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.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-comments-count {
	box-sizing: border-box;
}

.wp-block-post-content {
	display: flow-root;
}

.wp-block-post-comments-link, .wp-block-post-date {
	box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
	box-sizing: border-box;
	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 :where(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-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 :where(a) {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-post-author-name {
	box-sizing: border-box;
}

.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;
	margin: 0 0 1em;
	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;
}

.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.has-text-align-center blockquote {
	text-align: center;
}

.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;
	display: block;
}

.wp-block-post-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.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.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-query-total, .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: fit-content;
}

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;
	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-rss {
	box-sizing: border-box;
	list-style: none;
	padding: 0;
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

: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 {
	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 {
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-left: 0;
	max-width: 100%;
}

.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__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

: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;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.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-separator.is-style-dots {
	background: none !important;
	border: none !important;
}

.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;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

.wp-block-site-tagline, .wp-block-site-title {
	box-sizing: border-box;
}

.wp-block-site-title :where(a) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: 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 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;
}

@media not (prefers-reduced-motion) {
	.wp-block-social-link {
		transition: transform .1s ease;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
}

.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;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
	background-color: #5865f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
	background-color: #0866ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: none;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
	color: #5865f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #0866ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422;
}

:where(.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;
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: .25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: .6666666667em;
	padding-right: .6666666667em;
}

.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;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.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: rgba(0, 0, 0, 0);
}

.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;
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box;
}

:where(.wp-block-term-description) {
	box-sizing: border-box;
	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.3333333333%;
}

.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 :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

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 .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;
}

.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-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-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;
}

: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;
	}
}

.wp-block-audio :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-audio :where(figcaption) {
	color: rgba(255, 255, 255, .65);
}

.wp-block-audio {
	margin: 0 0 1em;
}

.wp-block-code {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Menlo, Consolas, monaco, monospace;
	padding: .8em 1em;
}

.wp-block-embed :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-embed :where(figcaption) {
	color: rgba(255, 255, 255, .65);
}

.wp-block-embed {
	margin: 0 0 1em;
}

.blocks-gallery-caption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .blocks-gallery-caption {
	color: rgba(255, 255, 255, .65);
}

:root :where(.wp-block-image figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
	color: rgba(255, 255, 255, .65);
}

.wp-block-image {
	margin: 0 0 1em;
}

.wp-block-pullquote {
	border-bottom: 4px solid;
	border-top: 4px solid;
	color: currentColor;
	margin-bottom: 1.75em;
}

.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation {
	color: currentColor;
	font-size: .8125em;
	font-style: normal;
	text-transform: uppercase;
}

.wp-block-quote {
	border-left: .25em solid;
	margin: 0 0 1.75em;
	padding-left: 1em;
}

.wp-block-quote cite, .wp-block-quote footer {
	color: currentColor;
	font-size: .8125em;
	font-style: normal;
	position: relative;
}

.wp-block-quote:where(.has-text-align-right) {
	border-left: none;
	border-right: .25em solid;
	padding-left: 0;
	padding-right: 1em;
}

.wp-block-quote:where(.has-text-align-center) {
	border: none;
	padding-left: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote:where(.is-style-plain) {
	border: none;
}

.wp-block-search .wp-block-search__label {
	font-weight: 700;
}

.wp-block-search__button {
	border: 1px solid #ccc;
	padding: .375em .625em;
}

:where(.wp-block-group.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-separator.has-css-opacity {
	opacity: .4;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator.has-alpha-channel-opacity {
	opacity: 1;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px;
}

.wp-block-table {
	margin: 0 0 1em;
}

.wp-block-table td, .wp-block-table th {
	word-break: normal;
}

.wp-block-table :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-table :where(figcaption) {
	color: rgba(255, 255, 255, .65);
}

.wp-block-video :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-video :where(figcaption) {
	color: rgba(255, 255, 255, .65);
}

.wp-block-video {
	margin: 0 0 1em;
}

:root :where(.wp-block-template-part.has-background) {
	margin-bottom: 0;
	margin-top: 0;
	padding: 1.25em 2.375em;
}

.elementor-hidden {
	display: none;
}

.elementor-visibility-hidden {
	visibility: hidden;
}

.elementor-clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.e-logo-wrapper {
	background: var(--e-a-bg-logo);
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	padding: .75em;
}

.e-logo-wrapper i {
	color: var(--e-a-color-logo);
	font-size: 1em;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
	border: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
	direction: ltr;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.elementor .elementor-background-video-container {
	pointer-events: none;
	transition: opacity 1s;
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0;
}

.elementor .elementor-background-video-embed {
	max-width: none;
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor .elementor-background-video {
	max-width: none;
}

.elementor .elementor-background-video-hosted {
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor .elementor-background-overlay {
	inset: 0;
	position: absolute;
}

.elementor .elementor-background-slideshow {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.elementor .elementor-background-slideshow__slide__image {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.e-con-inner>.elementor-element.elementor-absolute, .e-con>.elementor-element.elementor-absolute, .elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute;
}

.e-con-inner>.elementor-element.elementor-fixed, .e-con>.elementor-element.elementor-fixed, .elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%;
}

@media (max-width:991px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%;
	}
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
	z-index: 1;
}

.elementor-invisible {
	visibility: hidden;
}

.elementor-align-center {
	text-align: center;
}

.elementor-align-right {
	text-align: right;
}

.elementor-align-left {
	text-align: left;
}

.elementor-align-center .elementor-button, .elementor-align-left .elementor-button, .elementor-align-right .elementor-button {
	width: auto;
}

.elementor-align-justify .elementor-button {
	width: 100%;
}

.elementor-custom-embed-play {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-custom-embed-play i {
	color: #fff;
	font-size: 100px;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons;
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "";
}

.elementor-tag {
	display: inline-flex;
}

.elementor-ken-burns {
	transition-duration: 10s;
	transition-property: transform;
	transition-timing-function: linear;
}

.elementor-ken-burns--out {
	transform: scale(1.3);
}

.elementor-ken-burns--active {
	transition-duration: 20s;
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1);
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3);
}

@media (min-width:-1) {
	.elementor-widescreen-align-center {
		text-align: center;
	}
	
	.elementor-widescreen-align-right {
		text-align: right;
	}
	
	.elementor-widescreen-align-left {
		text-align: left;
	}
	
	.elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-left .elementor-button, .elementor-widescreen-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-widescreen-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-laptop-align-center {
		text-align: center;
	}
	
	.elementor-laptop-align-right {
		text-align: right;
	}
	
	.elementor-laptop-align-left {
		text-align: left;
	}
	
	.elementor-laptop-align-center .elementor-button, .elementor-laptop-align-left .elementor-button, .elementor-laptop-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-laptop-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-tablet_extra-align-center {
		text-align: center;
	}
	
	.elementor-tablet_extra-align-right {
		text-align: right;
	}
	
	.elementor-tablet_extra-align-left {
		text-align: left;
	}
	
	.elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-left .elementor-button, .elementor-tablet_extra-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-tablet_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:991px) {
	.elementor-tablet-align-center {
		text-align: center;
	}
	
	.elementor-tablet-align-right {
		text-align: right;
	}
	
	.elementor-tablet-align-left {
		text-align: left;
	}
	
	.elementor-tablet-align-center .elementor-button, .elementor-tablet-align-left .elementor-button, .elementor-tablet-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-tablet-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-mobile_extra-align-center {
		text-align: center;
	}
	
	.elementor-mobile_extra-align-right {
		text-align: right;
	}
	
	.elementor-mobile_extra-align-left {
		text-align: left;
	}
	
	.elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-left .elementor-button, .elementor-mobile_extra-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-mobile_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center;
	}
	
	.elementor-mobile-align-right {
		text-align: right;
	}
	
	.elementor-mobile-align-left {
		text-align: left;
	}
	
	.elementor-mobile-align-center .elementor-button, .elementor-mobile-align-left .elementor-button, .elementor-mobile-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-mobile-align-justify .elementor-button {
		width: 100%;
	}
}

.eicon-animation-spin {
	animation: eicon-spin 2s linear infinite;
}

@media (max-width:991px) {}

.elementor-section.elementor-section-items-top>.elementor-container {
	align-items: flex-start;
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: center;
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	align-items: flex-end;
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh;
	}
	
	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%;
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-end;
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - ( var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px) ));
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0;
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0;
}

@media (min-width:768px) {}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-xs-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-xs-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-xs-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-xs-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-xs-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-xs-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-xs-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-xs-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-xs-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-xs-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-xs-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-xs-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-xs-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-xs-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-xs-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-xs-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-xs-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-xs-100 {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-sm-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-sm-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-sm-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-sm-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-sm-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-sm-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-sm-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-sm-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-sm-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-sm-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-sm-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-sm-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-sm-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-sm-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-sm-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-sm-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-sm-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-sm-100 {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.elementor-column.elementor-md-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-md-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-md-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-md-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-md-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-md-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-md-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-md-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-md-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-md-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-md-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-md-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-md-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-md-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-md-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-md-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-md-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-md-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-md-100 {
		width: 100%;
	}
}

@media (min-width:-1) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:992px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:992px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child, .elementor-reverse-laptop>.elementor-container>:nth-child(10), .elementor-reverse-laptop>.elementor-container>:nth-child(2), .elementor-reverse-laptop>.elementor-container>:nth-child(3), .elementor-reverse-laptop>.elementor-container>:nth-child(4), .elementor-reverse-laptop>.elementor-container>:nth-child(5), .elementor-reverse-laptop>.elementor-container>:nth-child(6), .elementor-reverse-laptop>.elementor-container>:nth-child(7), .elementor-reverse-laptop>.elementor-container>:nth-child(8), .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 0;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:-1) and (max-width:991px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:768px) and (max-width:-1) {
	.elementor-reverse-tablet>.elementor-container>:first-child, .elementor-reverse-tablet>.elementor-container>:nth-child(10), .elementor-reverse-tablet>.elementor-container>:nth-child(2), .elementor-reverse-tablet>.elementor-container>:nth-child(3), .elementor-reverse-tablet>.elementor-container>:nth-child(4), .elementor-reverse-tablet>.elementor-container>:nth-child(5), .elementor-reverse-tablet>.elementor-container>:nth-child(6), .elementor-reverse-tablet>.elementor-container>:nth-child(7), .elementor-reverse-tablet>.elementor-container>:nth-child(8), .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 0;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap);
}

.elementor-grid .elementor-grid-item {
	min-width: 0;
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	margin-bottom: calc(-1 * var(--grid-row-gap));
	width: 100%;
	word-spacing: var(--grid-column-gap);
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word;
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr);
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr);
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr);
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr);
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr);
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr);
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr);
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr);
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr);
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr);
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr);
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr);
}

@media (min-width:-1) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-widescreen-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-widescreen-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-widescreen-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-widescreen-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-widescreen-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-widescreen-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-widescreen-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-widescreen-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-widescreen-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-widescreen-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-widescreen-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-widescreen-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-laptop-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-laptop-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-laptop-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-laptop-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-laptop-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-laptop-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-laptop-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-laptop-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-laptop-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-laptop-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-laptop-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-laptop-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:991px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (min-width:992px) {}

@media (min-width:-1) {}

@media (max-width:-1) {}

@media (max-width:-1) {}

@media (max-width:991px) {}

@media (max-width:-1) {}

@media (max-width:767px) {}

@media (prefers-reduced-motion:no-preference) {}

.e-con {
	--border-radius: 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0px;
	--margin-right: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--row-gap: var(--widgets-spacing-row, 20px);
	--column-gap: var(--widgets-spacing-column, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: .3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	border-radius: var(--border-radius);
	height: var(--height);
	min-height: var(--min-height);
	min-width: 0;
	overflow: var(--overflow);
	position: var(--position);
	width: var(--width);
	z-index: var(--z-index);
	--flex-wrap-mobile: wrap;
	margin-block-end: var(--margin-block-end);
	margin-block-start: var(--margin-block-start);
	margin-inline-end: var(--margin-inline-end);
	margin-inline-start: var(--margin-inline-start);
	padding-inline-end: var(--padding-inline-end);
	padding-inline-start: var(--padding-inline-start);
}

.e-con:not(.e-div-block-base) {
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.e-con {
	--margin-block-start: var(--margin-top);
	--margin-block-end: var(--margin-bottom);
	--margin-inline-start: var(--margin-left);
	--margin-inline-end: var(--margin-right);
	--padding-inline-start: var(--padding-left);
	--padding-inline-end: var(--padding-right);
	--padding-block-start: var(--padding-top);
	--padding-block-end: var(--padding-bottom);
	--border-block-start-width: var(--border-top-width);
	--border-block-end-width: var(--border-bottom-width);
	--border-inline-start-width: var(--border-left-width);
	--border-inline-end-width: var(--border-right-width);
}

body.rtl .e-con {
	--padding-inline-start: var(--padding-right);
	--padding-inline-end: var(--padding-left);
	--margin-inline-start: var(--margin-right);
	--margin-inline-end: var(--margin-left);
	--border-inline-start-width: var(--border-right-width);
	--border-inline-end-width: var(--border-left-width);
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full, .e-con>.e-con-inner {
	padding-block-end: var(--padding-block-end);
	padding-block-start: var(--padding-block-start);
	text-align: var(--text-align);
}

.e-con-full.e-flex, .e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction);
}

.e-con, .e-con>.e-con-inner {
	display: var(--display);
}

.e-con.e-grid {
	--grid-justify-content: start;
	--grid-align-content: start;
	--grid-auto-flow: row;
}

.e-con.e-grid, .e-con.e-grid>.e-con-inner {
	align-content: var(--grid-align-content);
	align-items: var(--align-items);
	grid-auto-flow: var(--grid-auto-flow);
	grid-template-columns: var(--e-con-grid-template-columns);
	grid-template-rows: var(--e-con-grid-template-rows);
	justify-content: var(--grid-justify-content);
	justify-items: var(--justify-items);
}

.e-con-boxed.e-flex {
	align-content: normal;
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
}

.e-con-boxed.e-grid {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-items: legacy;
}

.e-con-boxed {
	gap: initial;
	text-align: initial;
}

.e-con.e-flex>.e-con-inner {
	align-content: var(--align-content);
	align-items: var(--align-items);
	align-self: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
}

.e-con.e-grid>.e-con-inner {
	align-items: var(--align-items);
	justify-items: var(--justify-items);
}

.e-con>.e-con-inner {
	gap: var(--row-gap) var(--column-gap);
	height: 100%;
	margin: 0 auto;
	max-width: var(--content-width);
	padding-inline-end: 0;
	padding-inline-start: 0;
	width: 100%;
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
	--margin-left: auto;
	--margin-right: auto;
	max-width: min(100%, var(--width));
}

.e-con .elementor-widget.elementor-widget {
	margin-block-end: 0;
}

.e-con:before, .e-con>.elementor-background-slideshow:before, .e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before, :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	content: var(--background-overlay);
	display: block;
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	position: absolute;
	top: calc(0px - var(--border-top-width));
	transition: var(--overlay-transition, .3s);
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}

.e-con>.elementor-background-slideshow, :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	top: calc(0px - var(--border-top-width));
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

@media (max-width:767px) {
	:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
		display: none;
	}
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1;
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2;
}

.e-con .elementor-widget {
	min-width: 0;
}

.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
	width: 100%;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
	height: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
	max-width: 100%;
}

.e-con .elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px;
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile);
	}
	
	.e-con.e-flex .elementor-widget-archive-posts {
		width: 100%;
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	flex-grow: 1;
}

.elementor-field-group {
	align-items: center;
	flex-wrap: wrap;
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
	background-color: transparent;
	border: 1px solid #69727d;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0;
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-select-wrapper {
	display: flex;
	position: relative;
	width: 100%;
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	flex-basis: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-inline-end: 20px;
	text-transform: inherit;
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "";
	font-family: eicons;
	font-size: 15px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3);
	top: 50%;
	transform: translateY(-50%);
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: "";
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-inline-end: 10px;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	flex-basis: 100%;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline;
}

.elementor-field-label {
	cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
	color: red;
	content: "*";
	padding-inline-start: .2em;
}

.elementor-field-textual {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 5px 14px;
}

.elementor-field-textual.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
}

.elementor-field-textual.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
}

.elementor-field-textual.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
}

.elementor-field-textual.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	flex-basis: 50%;
	flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
	justify-content: center;
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
	justify-content: flex-end;
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: auto;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
	flex-grow: 0;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
	flex-basis: auto;
}

@media screen and (max-width:991px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%;
	}
	
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1;
	}
	
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
		justify-content: center;
	}
	
	.elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto;
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%;
	}
	
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1;
	}
	
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
		justify-content: center;
	}
	
	.elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto;
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f;
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em;
}

.elementor-message {
	font-size: 1em;
	line-height: 1;
	margin: 10px 0;
}

.elementor-message:before {
	content: "";
	display: inline-block;
	font-family: eicons;
	font-style: normal;
	font-weight: 400;
	margin-inline-end: 5px;
	vertical-align: middle;
}

.elementor-message.elementor-message-danger {
	color: #d9534f;
}

.elementor-message.elementor-message-danger:before {
	content: "";
}

.elementor-message.form-message-success {
	color: #5cb85c;
}

.elementor-form .elementor-button {
	border: none;
	padding-block-end: 0;
	padding-block-start: 0;
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px;
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px;
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px;
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px;
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px;
}

.elementor-button {
	background-color: #69727d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	color: #fff;
}

.elementor-button-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-button-icon {
	align-items: center;
	display: flex;
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em;
}

.elementor-button-text {
	display: inline-block;
}

.elementor-button.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	padding: 10px 20px;
}

.elementor-button.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 30px;
}

.elementor-button.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	padding: 20px 40px;
}

.elementor-button.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	padding: 25px 50px;
}

.elementor-button span {
	text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f;
}

.elementor-view-stacked .elementor-icon {
	background-color: #69727d;
	color: #fff;
	padding: .5em;
	fill: #fff;
}

.elementor-view-framed .elementor-icon {
	background-color: transparent;
	border: 3px solid #69727d;
	color: #69727d;
	padding: .5em;
}

.elementor-icon {
	color: #69727d;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.elementor-icon:hover {
	color: #69727d;
}

.elementor-icon i:before, .elementor-icon svg:before {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.elementor-icon i.fad {
	width: auto;
}

.elementor-shape-square .elementor-icon {
	border-radius: 0;
}

.elementor-shape-rounded .elementor-icon {
	border-radius: 10%;
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%;
}

.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
	transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
	transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
	transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.animated {
	animation-duration: 1.25s;
}

.animated.animated-slow {
	animation-duration: 2s;
}

.animated.animated-fast {
	animation-duration: .75s;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none;
	}
}

@media (max-width:767px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-mobile_extra {
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-tablet_extra {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-laptop {
		display: none;
	}
}

@media (min-width:992px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor .elementor-hidden-widescreen {
		display: none;
	}
}

.elementor-kit-224 e-page-transition {
	background-color: #ffbc7d;
}

.e-con {
	--container-max-width: 1200px;
}

 {}

h1.page-title {
	display: var(--page-title-display);
}

@media (max-width:991px) {
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.e-con {
		--container-max-width: 767px;
	}
}

#elementor-popup-modal-2228 .dialog-message {
	width: 640px;
	height: auto;
}

#elementor-popup-modal-2228 .dialog-close-button {
	display: flex;
}

#elementor-popup-modal-2228 .dialog-widget-content {
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
}

.bgnm-txt-plntbl {
	width: 36%;
	top: 60px;
	left: 53%;
}

.bgnm-txt-compare {
	width: 57%;
	top: 60px;
	right: 5%;
}

.plntbl .fa-times {
	color: #db6e6e;
}

.plntbl .fa-star, .plntbl .fa-star-half-alt {
	color: #f07a23;
}

.plntbl-pric-crnc {
	font-size: 70%;
	align-self: flex-start;
}

.data-tbodyhid-tr-active td:after {
	transform: rotate(180deg);
}

.plntbl-pric-rw {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
}

.plntbl-prc-strik {
	margin-right: 15px;
	font-size: 85%;
	color: #61646e;
	position: relative;
	display: flex;
	align-items: center;
}

.plntbl-prc-strik i {
	font-size: 90%;
	margin-right: 1px;
}

.plntbl-prc-strik::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -5%;
	width: 110%;
	height: 1px;
	background: #5c5f67;
	opacity: .7;
}

.plntbl-prc-activ {
	color: #408de4;
	display: flex;
	align-items: center;
}

.plntbl-prc-activ i {
	font-size: 70%;
}

.plntbl-prc-activ span {
	font-size: 120%;
	margin: 0 2px;
}

.plntbl-togl {
	margin-top: 30px;
	text-align: center;
	color: #000;
	font-size: 20px;
}

.plntbl-togl span {
	cursor: pointer;
}

.plntbl-togl span i {
	color: #408de4;
}

.plntbl-tglbtn-hide {
	display: none;
}

.plntbl-trtogl {
	display: none;
}

.plntbl-hdrttl-no-margin {
	margin-bottom: 0;
}

.plntbl-dscnt-wrapr {
	color: #ff4546;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.plntbl-price-strik-wrapr {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
	color: #5c5f67;
}

.plntbl-pric-strik-crnc {
	font-size: 70%;
	align-self: flex-start;
}

.plntbl-pric-strik-num {
	font-weight: 500;
	margin: 0 2px 0 1px;
	position: relative;
}

.plntbl-pric-strik-num:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: calc(100% + 30px);
	height: 1px;
	background: #5c5f67;
}

.plntbl-pric-strik-mo {
	font-size: 50%;
	align-self: flex-end;
	margin-bottom: 3px;
}

.sbtxt-prime1 {
	text-align: center;
	width: 950px;
	margin: 0 auto;
}

.sbtxt-prime1 p {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.sbtxt-prime1 p:last-child {
	margin-bottom: 0;
}

.btn-snova-clr {
	color: #fff;
	background: #feb73b;
	transition: all .3s ease-in-out;
}

.btn-snova-clr:hover {
	background: #eca62c;
}

.btn-green-clr {
	color: #fff;
	background: #13b763;
	transition: all .3s ease-in-out;
}

.btn-green-clr:hover {
	background: #12ac5d;
}

#elementor-popup-modal-2228 .dialog-close-button {
	display: none;
}

.tiptext.left:after {
	left: 10px;
	margin: 0;
}

.tiptext.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

@media screen and (max-width: 1280px) {
	.bgnm-txt-plntbl {
		width: 50%;
		top: 20px;
		left: 20%;
	}
}

@media screen and (max-width: 1024px) {
	.plntbl-prc-strik {
		margin: 0;
	}
	
	.plntbl-prc-activ {
		width: 100%;
		justify-content: center;
		margin: 0;
		margin-top: 5px;
	}
	
	.plntbl-pric-rw {
		font-size: 14px;
	}
	
	.plntbl-prc-activ span {
		font-size: 110%;
	}
}

h1 {
	--porto-h1-ff: "Open Sans";
	--porto-h1-fw: 400;
	--porto-h1-fs: 36px;
	--porto-h1-lh: 44px;
	--porto-h1-color: #212529;
}

h5 {
	--porto-h5-ff: "Open Sans";
	--porto-h5-fw: 400;
	--porto-h5-fs: 14px;
	--porto-h5-lh: 18px;
	--porto-h5-color: #212529;
}

h6 {
	--porto-h6-ff: "Open Sans";
	--porto-h6-fw: 400;
	--porto-h6-fs: 14px;
	--porto-h6-lh: 18px;
	--porto-h6-color: #212529;
}

#header .searchform {
	--porto-searchform-border-color: #eee;
	--porto-searchform-text-color: #555;
}

.page-top .page-title {}

.page-top .page-subtitle {}

.page-top .breadcrumb {}

@media (max-width:575px) {
	h1 {
		--porto-h1-fs: 33.4286px;
		--porto-h1-lh: 36.6667px;
	}
	
	h5 {
		--porto-h5-fs: 13px;
		--porto-h5-lh: 15px;
	}
	
	h6 {
		--porto-h6-fs: 13px;
		--porto-h6-lh: 15px;
	}
}

.side-header-narrow-bar-logo {
	--porto-side-logo-mw: 296px;
}

@media (min-width:992px) and (max-width:1229px) {}

@media (min-width:1230px) {}

@media (max-width:991px) {}

@media (max-width:767px) {}

@media (max-width:575px) {}

@media (prefers-reduced-motion:no-preference) {}

h1, .h1 {
	font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width:1200px) {
	h1, .h1 {
		font-size: 2.1875rem;
	}
}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

h5, .h5 {
	font-size: 1.09375rem;
}

h6, .h6 {
	font-size: .875rem;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

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;
}

pre, code, kbd, 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: 0;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

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;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

.lead {
	font-size: 1.09375rem;
	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.09375rem;
}

.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;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: #6c757d;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1230px) {}

@media (min-width:1420px) {}

.col {
	flex: 1 0 0%;
}

.row-cols-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 {
	width: auto;
}

.col-1 {
	width: 8.3333333333%;
}

.col-2 {
	width: 16.6666666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333333333%;
}

.col-5 {
	width: 41.6666666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333333333%;
}

.col-8 {
	width: 66.6666666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333333333%;
}

.col-11 {
	width: 91.6666666667%;
}

.col-12 {
	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: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .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>* {
		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 {
		width: auto;
	}
	
	.col-sm-1 {
		width: 8.3333333333%;
	}
	
	.col-sm-2 {
		width: 16.6666666667%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-4 {
		width: 33.3333333333%;
	}
	
	.col-sm-5 {
		width: 41.6666666667%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-7 {
		width: 58.3333333333%;
	}
	
	.col-sm-8 {
		width: 66.6666666667%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-10 {
		width: 83.3333333333%;
	}
	
	.col-sm-11 {
		width: 91.6666666667%;
	}
	
	.col-sm-12 {
		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: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .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>* {
		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 {
		width: auto;
	}
	
	.col-md-1 {
		width: 8.3333333333%;
	}
	
	.col-md-2 {
		width: 16.6666666667%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-4 {
		width: 33.3333333333%;
	}
	
	.col-md-5 {
		width: 41.6666666667%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-7 {
		width: 58.3333333333%;
	}
	
	.col-md-8 {
		width: 66.6666666667%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-10 {
		width: 83.3333333333%;
	}
	
	.col-md-11 {
		width: 91.6666666667%;
	}
	
	.col-md-12 {
		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: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .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>* {
		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 {
		width: auto;
	}
	
	.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: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .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:1230px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-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 {
		width: auto;
	}
	
	.col-xl-1 {
		width: 8.3333333333%;
	}
	
	.col-xl-2 {
		width: 16.6666666667%;
	}
	
	.col-xl-3 {
		width: 25%;
	}
	
	.col-xl-4 {
		width: 33.3333333333%;
	}
	
	.col-xl-5 {
		width: 41.6666666667%;
	}
	
	.col-xl-6 {
		width: 50%;
	}
	
	.col-xl-7 {
		width: 58.3333333333%;
	}
	
	.col-xl-8 {
		width: 66.6666666667%;
	}
	
	.col-xl-9 {
		width: 75%;
	}
	
	.col-xl-10 {
		width: 83.3333333333%;
	}
	
	.col-xl-11 {
		width: 91.6666666667%;
	}
	
	.col-xl-12 {
		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: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .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:1420px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-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 {
		width: auto;
	}
	
	.col-xxl-1 {
		width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		width: 25%;
	}
	
	.col-xxl-4 {
		width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		width: 50%;
	}
	
	.col-xxl-7 {
		width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		width: 75%;
	}
	
	.col-xxl-10 {
		width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		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: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .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-accent-bg: transparent;
	--bs-table-striped-color: #777;
	--bs-table-striped-bg: #f9f9f9;
	--bs-table-active-color: #777;
	--bs-table-active-bg: #f5f5f5;
	--bs-table-hover-color: #777;
	--bs-table-hover-bg: #f5f5f5;
	width: 100%;
	margin-bottom: 1rem;
	color: #777;
	vertical-align: top;
	border-color: #ddd;
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.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: #d7e3f6;
	--bs-table-striped-bg: #ccd8ea;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #c2ccdd;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c7d2e4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #c2ccdd;
}

.table-secondary {
	--bs-table-bg: #f9dfde;
	--bs-table-striped-bg: #edd4d3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e0c9c8;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e6cecd;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e0c9c8;
}

.table-success {
	--bs-table-bg: #daedda;
	--bs-table-striped-bg: #cfe1cf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #c4d5c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #cadbca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #c4d5c4;
}

.table-info {
	--bs-table-bg: #def2f8;
	--bs-table-striped-bg: #d3e6ec;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #c8dadf;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #cde0e5;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #c8dadf;
}

.table-warning {
	--bs-table-bg: #fbebd4;
	--bs-table-striped-bg: #eedfc9;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e2d4bf;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e8d9c4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e2d4bf;
}

.table-danger {
	--bs-table-bg: #f6d6d5;
	--bs-table-striped-bg: #eacbca;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #ddc1c0;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e4c6c5;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #ddc1c0;
}

.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: #1d2127;
	--bs-table-striped-bg: #282c32;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #34373d;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #2e3237;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #34373d;
}

.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:1229.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1419.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.7143;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.09375rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .765625rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.7143;
	color: #777;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	appearance: none;
	border-radius: 0;
	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: #777;
	background-color: #fff;
	border-color: #66afe9;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(53, 117, 211, .25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.7143em;
}

.form-control::placeholder {
	color: #999;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #eee;
	opacity: 1;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: #777;
	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;
	margin-inline-end: .75rem;
	color: #777;
	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::-webkit-file-upload-button {
		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.7143;
	color: #777;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.7143em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .765625rem;
	border-radius: 0;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.7143em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	border-radius: 0;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.7143em + .75rem + 2px);
}

textarea.form-control-sm {
	min-height: calc(1.7143em + .5rem + 2px);
}

textarea.form-control-lg {
	min-height: calc(1.7143em + 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.7143em;
	border-radius: 0;
}

.form-control-color::-webkit-color-swatch {
	height: 1.7143em;
	border-radius: 0;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.7143;
	color: #777;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://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 #ccc;
	border-radius: 0;
	appearance: none;
}

.form-select:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(53, 117, 211, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #777;
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .765625rem;
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.09375rem;
}

.form-check {
	display: block;
	min-height: 1.5000125rem;
	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: .35715em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	appearance: none;
	color-adjust: exact;
	transition: all .2s 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: #66afe9;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(53, 117, 211, .25);
}

.form-check-input:checked {
	background-color: #3575d3;
	border-color: #3575d3;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://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='https://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: #3575d3;
	border-color: #3575d3;
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://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='https://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;
	transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2366afe9'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://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;
	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(53, 117, 211, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(53, 117, 211, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #3575d3;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #c2d6f2;
}

.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: #3575d3;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #c2d6f2;
}

.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::placeholder {
	color: transparent;
}

.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: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: .875rem;
	font-weight: 400;
	line-height: 1.7143;
	color: #777;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ccc;
	border-radius: 0;
}

.input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .input-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	border-radius: 0;
}

.input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text, .input-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .765625rem;
	border-radius: 0;
}

.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
	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: #47a447;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .765625rem;
	color: #000;
	background-color: rgba(71, 164, 71, .9);
	border-radius: 0;
}

.was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #47a447;
	padding-right: calc(1.7143em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347a447' 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(.428575em + .1875rem) center;
	background-size: calc(.85715em + .375rem) calc(.85715em + .375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #47a447;
	box-shadow: 0 0 0 .25rem rgba(71, 164, 71, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.7143em + .75rem);
	background-position: top calc(.428575em + .1875rem) right calc(.428575em + .1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #47a447;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://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='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347a447' 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 2.25rem;
	background-size: 16px 12px, calc(.85715em + .375rem) calc(.85715em + .375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #47a447;
	box-shadow: 0 0 0 .25rem rgba(71, 164, 71, .25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #47a447;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #47a447;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 .25rem rgba(71, 164, 71, .25);
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
	color: #47a447;
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
	z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #d2322d;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .765625rem;
	color: #fff;
	background-color: rgba(210, 50, 45, .9);
	border-radius: 0;
}

.was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #d2322d;
	padding-right: calc(1.7143em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d2322d'%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='%23d2322d' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.428575em + .1875rem) center;
	background-size: calc(.85715em + .375rem) calc(.85715em + .375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #d2322d;
	box-shadow: 0 0 0 .25rem rgba(210, 50, 45, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.7143em + .75rem);
	background-position: top calc(.428575em + .1875rem) right calc(.428575em + .1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #d2322d;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://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='https://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d2322d'%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='%23d2322d' stroke='none'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.85715em + .375rem) calc(.85715em + .375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #d2322d;
	box-shadow: 0 0 0 .25rem rgba(210, 50, 45, .25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #d2322d;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #d2322d;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(210, 50, 45, .25);
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
	color: #d2322d;
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
	z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #777;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
}

.btn:hover {
	color: #777;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(53, 117, 211, .25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65;
}

.btn-link {
	font-weight: 400;
	color: #3575d3;
	text-decoration: none;
}

.btn-link:hover {
	color: #2a5ea9;
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
}

.btn-lg, .btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	border-radius: 0;
}

.btn-sm, .btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .765625rem;
	border-radius: 0;
}

.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;
	}
}

.dropup, .dropend, .dropdown, .dropstart {
	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;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: .875rem;
	color: #777;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1230px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1420px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	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[data-bs-popper] {
	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[data-bs-popper] {
	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 #e5e5e5;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #333;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #3575d3;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .765625rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #333;
}

.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:hover, .dropdown-menu-dark .dropdown-item:focus {
	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: #3575d3;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: #e5e5e5;
}

.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>.btn, .btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn, .btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.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:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn, .btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #3575d3;
	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:hover, .nav-link:focus {
	color: #2a5ea9;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #e7e7e7;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e7e7e7;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #e7e7e7;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #3575d3;
}

.nav-fill>.nav-link, .nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link, .nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.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: 0;
}

.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: 0;
	border-top-right-radius: 0;
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.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: 0 0 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 0 0;
}

.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: 0;
}

.card-img, .card-img-top, .card-img-bottom {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.card-group>.card {
	margin-bottom: 15px;
}

@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-img-top, .card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
		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-img-top, .card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: .875rem;
	color: #777;
	text-align: left;
	background-color: #fff;
	border: 0;
	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:not(.collapsed) {
	color: #3069be;
	background-color: #ebf1fb;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233069be'%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='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23777'%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: #66afe9;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(53, 117, 211, .25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
	border-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;
}

@media (prefers-reduced-motion:reduce) {}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3575d3;
	border-color: #3575d3;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #ddd;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.09375rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .765625rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0;
}

.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: #20467f;
	background-color: #d7e3f6;
	border-color: #c2d6f2;
}

.alert-primary .alert-link {
	color: #1a3866;
}

.alert-secondary {
	color: #883a35;
	background-color: #f9dfde;
	border-color: #f7d0cd;
}

.alert-secondary .alert-link {
	color: #6d2e2a;
}

.alert-success {
	color: #2b622b;
	background-color: #daedda;
	border-color: #c8e4c8;
}

.alert-success .alert-link {
	color: #224e22;
}

.alert-info {
	color: #377385;
	background-color: #def2f8;
	border-color: #ceecf5;
}

.alert-info .alert-link {
	color: #2c5c6a;
}

.alert-warning {
	color: #8e5e18;
	background-color: #fbebd4;
	border-color: #fae1bf;
}

.alert-warning .alert-link {
	color: #724b13;
}

.alert-danger {
	color: #7e1e1b;
	background-color: #f6d6d5;
	border-color: #f2c2c0;
}

.alert-danger .alert-link {
	color: #651816;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #111417;
	background-color: #d2d3d4;
	border-color: #bbbcbe;
}

.alert-dark .alert-link {
	color: #0e1012;
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .65625rem;
	background-color: #f5f5f5;
	border-radius: 0;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #3575d3;
	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 {
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='https://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: 0;
	opacity: .5;
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(53, 117, 211, .25);
	opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	user-select: none;
	opacity: .25;
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: Open Sans, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7143;
	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: .765625rem;
	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-top, .bs-tooltip-auto[data-popper-placement^="top"] {
	padding: .4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
	bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
	padding: 0 .4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
	top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
	padding: 0 .4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .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: 0;
}

.vc_column_container {
	position: relative;
}

.form-group {
	margin-bottom: 1rem;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-1 {
	margin-right: .25rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.mr-2 {
	margin-right: .5rem !important;
}

.ml-2 {
	margin-left: .5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-1 {
	padding-right: .25rem !important;
}

.pl-1 {
	padding-left: .25rem !important;
}

.pr-2 {
	padding-right: .5rem !important;
}

.pl-2 {
	padding-left: .5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.mr-sm-0 {
		margin-right: 0 !important;
	}
	
	.ml-sm-0 {
		margin-left: 0 !important;
	}
	
	.mr-sm-1 {
		margin-right: .25rem !important;
	}
	
	.ml-sm-1 {
		margin-left: .25rem !important;
	}
	
	.mr-sm-2 {
		margin-right: .5rem !important;
	}
	
	.ml-sm-2 {
		margin-left: .5rem !important;
	}
	
	.mr-sm-3 {
		margin-right: 1rem !important;
	}
	
	.ml-sm-3 {
		margin-left: 1rem !important;
	}
	
	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-sm-5 {
		margin-right: 3rem !important;
	}
	
	.ml-sm-5 {
		margin-left: 3rem !important;
	}
	
	.pr-sm-0 {
		padding-right: 0 !important;
	}
	
	.pl-sm-0 {
		padding-left: 0 !important;
	}
	
	.pr-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pl-sm-1 {
		padding-left: .25rem !important;
	}
	
	.pr-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pl-sm-2 {
		padding-left: .5rem !important;
	}
	
	.pr-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pl-sm-3 {
		padding-left: 1rem !important;
	}
	
	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pl-sm-5 {
		padding-left: 3rem !important;
	}
	
	.mr-sm-auto {
		margin-right: auto !important;
	}
	
	.ml-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.mr-md-0 {
		margin-right: 0 !important;
	}
	
	.ml-md-0 {
		margin-left: 0 !important;
	}
	
	.mr-md-1 {
		margin-right: .25rem !important;
	}
	
	.ml-md-1 {
		margin-left: .25rem !important;
	}
	
	.mr-md-2 {
		margin-right: .5rem !important;
	}
	
	.ml-md-2 {
		margin-left: .5rem !important;
	}
	
	.mr-md-3 {
		margin-right: 1rem !important;
	}
	
	.ml-md-3 {
		margin-left: 1rem !important;
	}
	
	.mr-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.ml-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-md-5 {
		margin-right: 3rem !important;
	}
	
	.ml-md-5 {
		margin-left: 3rem !important;
	}
	
	.pr-md-0 {
		padding-right: 0 !important;
	}
	
	.pl-md-0 {
		padding-left: 0 !important;
	}
	
	.pr-md-1 {
		padding-right: .25rem !important;
	}
	
	.pl-md-1 {
		padding-left: .25rem !important;
	}
	
	.pr-md-2 {
		padding-right: .5rem !important;
	}
	
	.pl-md-2 {
		padding-left: .5rem !important;
	}
	
	.pr-md-3 {
		padding-right: 1rem !important;
	}
	
	.pl-md-3 {
		padding-left: 1rem !important;
	}
	
	.pr-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pl-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-md-5 {
		padding-right: 3rem !important;
	}
	
	.pl-md-5 {
		padding-left: 3rem !important;
	}
	
	.mr-md-auto {
		margin-right: auto !important;
	}
	
	.ml-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.mr-lg-0 {
		margin-right: 0 !important;
	}
	
	.ml-lg-0 {
		margin-left: 0 !important;
	}
	
	.mr-lg-1 {
		margin-right: .25rem !important;
	}
	
	.ml-lg-1 {
		margin-left: .25rem !important;
	}
	
	.mr-lg-2 {
		margin-right: .5rem !important;
	}
	
	.ml-lg-2 {
		margin-left: .5rem !important;
	}
	
	.mr-lg-3 {
		margin-right: 1rem !important;
	}
	
	.ml-lg-3 {
		margin-left: 1rem !important;
	}
	
	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-lg-5 {
		margin-right: 3rem !important;
	}
	
	.ml-lg-5 {
		margin-left: 3rem !important;
	}
	
	.pr-lg-0 {
		padding-right: 0 !important;
	}
	
	.pl-lg-0 {
		padding-left: 0 !important;
	}
	
	.pr-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pl-lg-1 {
		padding-left: .25rem !important;
	}
	
	.pr-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pl-lg-2 {
		padding-left: .5rem !important;
	}
	
	.pr-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pl-lg-3 {
		padding-left: 1rem !important;
	}
	
	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pl-lg-5 {
		padding-left: 3rem !important;
	}
	
	.mr-lg-auto {
		margin-right: auto !important;
	}
	
	.ml-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1230px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.mr-xl-0 {
		margin-right: 0 !important;
	}
	
	.ml-xl-0 {
		margin-left: 0 !important;
	}
	
	.mr-xl-1 {
		margin-right: .25rem !important;
	}
	
	.ml-xl-1 {
		margin-left: .25rem !important;
	}
	
	.mr-xl-2 {
		margin-right: .5rem !important;
	}
	
	.ml-xl-2 {
		margin-left: .5rem !important;
	}
	
	.mr-xl-3 {
		margin-right: 1rem !important;
	}
	
	.ml-xl-3 {
		margin-left: 1rem !important;
	}
	
	.mr-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.ml-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-xl-5 {
		margin-right: 3rem !important;
	}
	
	.ml-xl-5 {
		margin-left: 3rem !important;
	}
	
	.pr-xl-0 {
		padding-right: 0 !important;
	}
	
	.pl-xl-0 {
		padding-left: 0 !important;
	}
	
	.pr-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pl-xl-1 {
		padding-left: .25rem !important;
	}
	
	.pr-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pl-xl-2 {
		padding-left: .5rem !important;
	}
	
	.pr-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pl-xl-3 {
		padding-left: 1rem !important;
	}
	
	.pr-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pl-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pl-xl-5 {
		padding-left: 3rem !important;
	}
	
	.mr-xl-auto {
		margin-right: auto !important;
	}
	
	.ml-xl-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1420px) {
	.float-xxl-left {
		float: left !important;
	}
	
	.float-xxl-right {
		float: right !important;
	}
	
	.text-xxl-left {
		text-align: left !important;
	}
	
	.text-xxl-right {
		text-align: right !important;
	}
	
	.mr-xxl-0 {
		margin-right: 0 !important;
	}
	
	.ml-xxl-0 {
		margin-left: 0 !important;
	}
	
	.mr-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.ml-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.mr-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.ml-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.mr-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.ml-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.mr-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.ml-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.ml-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.pr-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pl-xxl-0 {
		padding-left: 0 !important;
	}
	
	.pr-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pl-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.pr-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pl-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.pr-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pl-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.pr-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pl-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pl-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.mr-xxl-auto {
		margin-right: auto !important;
	}
	
	.ml-xxl-auto {
		margin-left: auto !important;
	}
}

.link-primary {
	color: #3575d3;
}

.link-primary:hover, .link-primary:focus {
	color: #2a5ea9;
}

.link-secondary {
	color: #e36159;
}

.link-secondary:hover, .link-secondary:focus {
	color: #e9817a;
}

.link-success {
	color: #47a447;
}

.link-success:hover, .link-success:focus {
	color: #6cb66c;
}

.link-info {
	color: #5bc0de;
}

.link-info:hover, .link-info:focus {
	color: #7ccde5;
}

.link-warning {
	color: #ed9c28;
}

.link-warning:hover, .link-warning:focus {
	color: #f1b053;
}

.link-danger {
	color: #d2322d;
}

.link-danger:hover, .link-danger:focus {
	color: #a82824;
}

.link-light {
	color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
	color: #f9fafb;
}

.link-dark {
	color: #1d2127;
}

.link-dark:hover, .link-dark:focus {
	color: #171a1f;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--bs-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: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1230px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1420px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	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: 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-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: #3575d3 !important;
}

.border-secondary {
	border-color: #e36159 !important;
}

.border-success {
	border-color: #47a447 !important;
}

.border-info {
	border-color: #5bc0de !important;
}

.border-warning {
	border-color: #ed9c28 !important;
}

.border-danger {
	border-color: #d2322d !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #1d2127 !important;
}

.border-white {
	border-color: #fff !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;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-2 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-3 {
	font-size: calc(1.278125rem + .3375vw) !important;
}

.fs-4 {
	font-size: calc(1.25625rem + .075vw) !important;
}

.fs-5 {
	font-size: 1.09375rem !important;
}

.fs-6 {
	font-size: .875rem !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;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.7143 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !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-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #3575d3 !important;
}

.text-secondary {
	color: #e36159 !important;
}

.text-success {
	color: #47a447 !important;
}

.text-info {
	color: #5bc0de !important;
}

.text-warning {
	color: #ed9c28 !important;
}

.text-danger {
	color: #d2322d !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #1d2127 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #777 !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;
}

.bg-primary {
	background-color: #3575d3 !important;
}

.bg-secondary {
	background-color: #e36159 !important;
}

.bg-success {
	background-color: #47a447 !important;
}

.bg-info {
	background-color: #5bc0de !important;
}

.bg-warning {
	background-color: #ed9c28 !important;
}

.bg-danger {
	background-color: #d2322d !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #1d2127 !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;
}

.user-select-all {
	user-select: all !important;
}

.user-select-auto {
	user-select: auto !important;
}

.user-select-none {
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: 0 !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: 0 !important;
}

.rounded-2 {
	border-radius: 0 !important;
}

.rounded-3 {
	border-radius: 0 !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-end {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-start {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !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:1230px) {
	.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:1420px) {
	.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.1875rem !important;
	}
	
	.fs-2 {
		font-size: 1.75rem !important;
	}
	
	.fs-3 {
		font-size: 1.53125rem !important;
	}
	
	.fs-4 {
		font-size: 1.3125rem !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;
	}
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-row>* {
	max-width: 100%;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: 0.0833333337em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: 0.0714285718em;
	vertical-align: 0.0535714295em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: 0.0416666682em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, .1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, .08em);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	animation-name: fa-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	animation-name: fa-shake;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
	animation-name: fa-spin;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1);
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-fill-drip:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

.fa-circle-chevron-right:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-at:before {
	content: "@";
}

.fa-trash-can:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-user-xmark:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-message:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

.fa-file-lines:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-calendar-days:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-anchor-circle-check:before {
	content: "";
}

.fa-building-circle-arrow-right:before {
	content: "";
}

.fa-volleyball:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-desc:before {
	content: "";
}

.fa-circle-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-right-from-bracket:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-heart-music-camera-bolt:before {
	content: "";
}

.fa-microphone-lines-slash:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-bridge-circle-check:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-magnifying-glass-location:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-forward-step:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-face-smile-beam:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-football:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-school-circle-exclamation:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-angles-down:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-users-rectangle:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

.fa-beer-mug-empty:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-diagram-predecessor:before {
	content: "";
}

.fa-arrow-up-long:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-fire-flame-simple:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-person:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-face-grin-stars:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-envelopes-bulk:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-file-circle-exclamation:before {
	content: "";
}

.fa-circle-h:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-contact-book:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-file-clipboard:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-truck-ramp-box:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-scroll-torah:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-broom-ball:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quidditch-broom-ball:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-box-archive:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-person-drowning:before {
	content: "";
}

.fa-arrow-down-9-1:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-face-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-earth-africa:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-tablet-screen-button:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-trowel-bricks:before {
	content: "";
}

.fa-face-flushed:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-legal:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-bell-concierge:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-pen-ruler:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-arrows-left-right:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

.fa-square-caret-right:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-scissors:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-tachograph-digital:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-mail-reply:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

.fa-square-minus:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-square-caret-down:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-file-circle-question:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-navicon:before {
	content: "";
}

.fa-people-group:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-3:before {
	content: "";
}

.fa-heart-crack:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-square-up-right:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-face-kiss-beam:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-circle-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-school-circle-xmark:before {
	content: "";
}

.fa-arrow-right-from-bracket:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-circle-chevron-down:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-unlock-keyhole:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-headphones-simple:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-circle-dollar-to-slot:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-volume-low:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-wheat-awn:before {
	content: "";
}

.fa-wheat-alt:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-square-check:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-squares:before {
	content: "";
}

.fa-square-phone-flip:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-circle-dot:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-face-dizzy:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-futbol-ball:before {
	content: "";
}

.fa-soccer-ball:before {
	content: "";
}

.fa-paintbrush:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-hot-tub-person:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-map-location:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-bridge-lock:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-pen-to-square:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-share-nodes:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-heart-circle-minus:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-2:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-bag-shopping:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-arrow-down-z-a:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-flask-vial:before {
	content: "";
}

.fa-hand:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-face-kiss:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-face-grin-tongue:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-face-grin-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-ear-deaf:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deafness:before {
	content: "";
}

.fa-hard-of-hearing:before {
	content: "";
}

.fa-road-circle-check:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-square-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-land-mine-on:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-hryvnia-sign:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-face-grin-wide:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-bangladeshi-taka-sign:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-staff-snake:before {
	content: "";
}

.fa-rod-asclepius:before {
	content: "";
}

.fa-rod-snake:before {
	content: "";
}

.fa-staff-aesculapius:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-truck-medical:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-g:before {
	content: "G";
}

.fa-notes-medical:before {
	content: "";
}

.fa-temperature-half:before {
	content: "";
}

.fa-temperature-2:before {
	content: "";
}

.fa-thermometer-2:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poo-bolt:before {
	content: "";
}

.fa-face-frown-open:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-folder-blank:before {
	content: "";
}

.fa-file-waveform:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-gauge:before {
	content: "";
}

.fa-dashboard:before {
	content: "";
}

.fa-gauge-med:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-wand-magic-sparkles:before {
	content: "";
}

.fa-magic-wand-sparkles:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-pen-clip:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-bridge-circle-exclamation:before {
	content: "";
}

.fa-school-circle-check:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-van-shuttle:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

.fa-square-caret-left:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-tablet-button:before {
	content: "";
}

.fa-building-lock:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-house-flag:before {
	content: "";
}

.fa-person-circle-minus:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-cancel:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-spray-can-sparkles:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-arrow-pointer:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-maximize:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-triangle-circle-square:before {
	content: "";
}

.fa-shuffle:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-person-running:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-plane-circle-exclamation:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-computer-mouse:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-arrow-right-to-bracket:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-shop-slash:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-virus-covid-slash:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-1:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-right-to-bracket:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-heart-pulse:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-people-carry-box:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-weight-scale:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-user-group:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-arrow-up-a-z:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-face-laugh-squint:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-circle-arrow-up:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-person-walking:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-fire:before {
	content: "";
}

.fa-bed-pulse:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-shuttle-space:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-face-laugh:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-heart-circle-plus:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-microphone-lines:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-mars-stroke-up:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-champagne-glasses:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-house-circle-exclamation:before {
	content: "";
}

.fa-file-arrow-up:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-3:before {
	content: "";
}

.fa-wifi-strong:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-bathtub:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-user-pen:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-anchor-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-border-top-left:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-map-location-dot:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-square-poll-vertical:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-battery-car:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-building-circle-check:before {
	content: "";
}

.fa-person-chalkboard:before {
	content: "";
}

.fa-mars-stroke-right:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-hand-back-fist:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-square-caret-up:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-cloud-showers-water:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-bar-chart:before {
	content: "";
}

.fa-hands-bubbles:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-eye-low-vision:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-square-plus:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-martini-glass:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-rotate-left:before {
	content: "";
}

.fa-rotate-back:before {
	content: "";
}

.fa-rotate-backward:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-table-columns:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-box:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-minimize:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-angles-right:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-circle-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-eur:before {
	content: "";
}

.fa-euro:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-circle-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-circle-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-compass-drafting:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-face-laugh-beam:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-circle-chevron-up:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-sterling-sign:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-arrow-down-long:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-tent-arrow-down-to-line:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-mail-reply-all:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-person-skating:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-filter-circle-dollar:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-arrow-right-to-file:before {
	content: "";
}

.fa-square-arrow-up-right:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-hill-avalanche:before {
	content: "";
}

.fa-temperature-empty:before {
	content: "";
}

.fa-temperature-0:before {
	content: "";
}

.fa-thermometer-0:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-contact-card:before {
	content: "";
}

.fa-vcard:before {
	content: "";
}

.fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-diamond-turn-right:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-house-laptop:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-face-tired:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cloud-arrow-up:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sprout:before {
	content: "";
}

.fa-left-right:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

.fa-circle-arrow-left:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-arrow-down-wide-short:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-cloud-bolt:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-text-slash:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-face-smile-wink:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-arrows-left-right:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-house-lock:before {
	content: "";
}

.fa-cloud-arrow-down:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-blackboard:before {
	content: "";
}

.fa-user-large-slash:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-handshake-simple-slash:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-arrows-rotate:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-shield-halved:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-book-atlas:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-envelope-circle-check:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-heart-circle-check:before {
	content: "";
}

.fa-house-chimney-crack:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-file-zipper:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-martini-glass-empty:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-person-skiing:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-a:before {
	content: "A";
}

.fa-temperature-arrow-down:before {
	content: "";
}

.fa-temperature-down:before {
	content: "";
}

.fa-feather-pointed:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-snowflake:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-rectangle-ad:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-circle-arrow-right:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-unsorted:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-1-2:before {
	content: "";
}

.fa-list-numeric:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-money-check-dollar:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-face-kiss-wink-heart:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-file-signature:before {
	content: "";
}

.fa-up-down-left-right:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-star-half-stroke:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-whiskey-glass:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-building-circle-exclamation:before {
	content: "";
}

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-arrow-up-right-from-square:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-krw:before {
	content: "";
}

.fa-won:before {
	content: "";
}

.fa-virus-covid:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-leaf:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-cab:before {
	content: "";
}

.fa-person-circle-plus:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-bolt-lightning:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-face-grin-beam:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-location-pin:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-helmet-safety:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hat-hard:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-plane-circle-check:before {
	content: "";
}

.fa-face-rolling-eyes:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-mask-ventilator:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-signs-post:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-person-circle-question:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-tarp:before {
	content: "";
}

.fa-screwdriver-wrench:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-home-user:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-martini-glass-citrus:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-face-surprise:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

.fa-circle-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-apple-whole:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-temperature-quarter:before {
	content: "";
}

.fa-temperature-1:before {
	content: "";
}

.fa-thermometer-1:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-square-poll-horizontal:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-backward-fast:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-basketball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-circle-up:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-mobile-screen-button:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-volume-high:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-users-rays:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-burger:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-bugs:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rupee:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-circle-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-phone-flip:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-anchor-circle-exclamation:before {
	content: "";
}

.fa-truck-field:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-file-circle-minus:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-forward-fast:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-face-meh-blank:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-square-parking:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-bars-progress:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-cart-flatbed:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-ban-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-house-medical-flag:before {
	content: "";
}

.fa-basket-shopping:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-bus-simple:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-face-sad-cry:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-person-military-to-person:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-5:before {
	content: "";
}

.fa-signal-perfect:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-house-chimney:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-face-frown:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-shop:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-floppy-disk:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-scale-unbalanced:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-sort-asc:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-face-grin-squint:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-hand-holding-dollar:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hands-praying:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-arrow-rotate-right:before {
	content: "";
}

.fa-arrow-right-rotate:before {
	content: "";
}

.fa-arrow-rotate-forward:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-location-crosshairs:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-face-grin-tears:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-calendar-xmark:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-user-gear:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-arrow-up-1-9:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-person-digging:before {
	content: "";
}

.fa-digging:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-gauge-simple:before {
	content: "";
}

.fa-gauge-simple-med:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quote-right-alt:before {
	content: "";
}

.fa-shirt:before {
	content: "";
}

.fa-t-shirt:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-tenge-sign:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-up-right-from-square:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-table-cells:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-book-bible:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-suitcase-medical:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-person-dress:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-briefcase-clock:before {
	content: "";
}

.fa-table-cells-large:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-book-tanakh:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-cake-candles:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-cake:before {
	content: "";
}

.fa-angles-up:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-arrow-up-9-1:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-empty:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-user-doctor:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-circle-info:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-arrow-down-1-9:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-hand-holding-droplet:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-prescription-bottle-medical:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-arrow-down-a-z:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-arrow-rotate-left:before {
	content: "";
}

.fa-arrow-left-rotate:before {
	content: "";
}

.fa-arrow-rotate-back:before {
	content: "";
}

.fa-arrow-rotate-backward:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-hard-drive:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-face-grin-squint-tears:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-rectangle-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-person-skiing-nordic:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-train-subway:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-indian-rupee-sign:before {
	content: "";
}

.fa-indian-rupee:before {
	content: "";
}

.fa-inr:before {
	content: "";
}

.fa-crop-simple:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-money-bill-1:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-left-long:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-subtract:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-arrow-left-long:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-hands-asl-interpreting:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-asl-interpreting:before {
	content: "";
}

.fa-hands-american-sign-language-interpreting:before {
	content: "";
}

.fa-gear:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-droplet-slash:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-cart-shopping:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-arrow-turn-up:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-square-root-variable:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clock-four:before {
	content: "";
}

.fa-backward-step:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-timeline:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-house-chimney-medical:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-temperature-three-quarters:before {
	content: "";
}

.fa-temperature-3:before {
	content: "";
}

.fa-thermometer-3:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-mobile-screen:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-3:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-ellipsis-vertical:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-right-long:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-teletype:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-person-hiking:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-cable-car:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-face-grin:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-delete-left:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-dropper-empty:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-phone:before {
	content: "";
}

.fa-face-meh:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-book-skull:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-drivers-license:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-dedent:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-house:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-file-medical:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-arrow-right-arrow-left:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-rotate-right:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-rotate-forward:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-arrow-up-wide-short:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-tower-broadcast:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-up-long:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-file-arrow-down:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-zap:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-cny:before {
	content: "";
}

.fa-jpy:before {
	content: "";
}

.fa-rmb:before {
	content: "";
}

.fa-yen:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-rouble:before {
	content: "";
}

.fa-rub:before {
	content: "";
}

.fa-ruble:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-face-laugh-wink:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-arrow-down-short-wide:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-angle-down:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-arrow-right-long:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-ellipsis:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-kit-medical:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-automobile:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-book-open-reader:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-temperature-arrow-up:before {
	content: "";
}

.fa-temperature-up:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-square-h:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-temperature-full:before {
	content: "";
}

.fa-temperature-4:before {
	content: "";
}

.fa-thermometer-4:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-handshake-angle:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-location-dot:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-person-swimming:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-droplet:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-earth-americas:before {
	content: "";
}

.fa-earth:before {
	content: "";
}

.fa-earth-america:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-0:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-gauge-high:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-wide:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-bars-staggered:before {
	content: "";
}

.fa-reorder:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-person-walking-with-cane:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-check-to-slot:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-boxes-stacked:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-chain:before {
	content: "";
}

.fa-ear-listen:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-magnifying-glass:before {
	content: "";
}

.fa-table-tennis-paddle-ball:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-person-dots-from-line:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-trash-can-arrow-up:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-naira-sign:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-file-pen:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-square-pen:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery:before {
	content: "";
}

.fa-battery-5:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-dots:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-down-long:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-landmark-dome:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-television:before {
	content: "";
}

.fa-tv-alt:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-list-check:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-circle-user:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-car-burst:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-person-snowboarding:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-truck-fast:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-circle-half-stroke:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-circle-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-diagram-project:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-volume-xmark:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-times:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-grip:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-share-from-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-child-combatant:before {
	content: "";
}

.fa-child-rifle:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-square-phone:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-plus:before {
	content: "+";
}

.fa-add:before {
	content: "+";
}

.fa-expand:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-xmark:before {
	content: "";
}

.fa-close:before {
	content: "";
}

.fa-multiply:before {
	content: "";
}

.fa-remove:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-arrows-up-down-left-right:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-chalkboard-user:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-left-alt:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trash-arrow-up:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-blender:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-ils:before {
	content: "";
}

.fa-shekel:before {
	content: "";
}

.fa-sheqel:before {
	content: "";
}

.fa-sheqel-sign:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-photo-film:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-sign-hanging:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-notdef:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-car-rear:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-2:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-carriage-baby:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-percent:before {
	content: "%";
}

.fa-percentage:before {
	content: "%";
}

.fa-truck-moving:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-face-smile:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-person-praying:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-rotate:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-gears:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-face-grin-hearts:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-arrow-turn-down:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-ticket-simple:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-angles-left:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-clock-rotate-left:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-face-grin-beam-sweat:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-arrow-right-from-file:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-blank:before {
	content: "";
}

.fa-arrow-up-short-wide:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-golf-ball-tee:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-circle-chevron-left:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-wine-glass-empty:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-person-biking:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-earth-oceania:before {
	content: "";
}

.fa-globe-oceania:before {
	content: "";
}

.fa-square-xmark:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-xmark-square:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-hippo:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-up-down:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-circle-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-face-grin-tongue-wink:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-link-slash:before {
	content: "";
}

.fa-chain-broken:before {
	content: "";
}

.fa-chain-slash:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-arrow-up-z-a:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-fire-flame-curved:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-book-quran:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-face-angry:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-feed:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-scale-balanced:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-gauge-simple-high:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-table-list:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-comment-sms:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-4:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-hand-fist:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-image-portrait:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-earth-europe:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-rectangle-xmark:before {
	content: "";
}

.fa-rectangle-times:before {
	content: "";
}

.fa-times-rectangle:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-journal-whills:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-triangle-exclamation:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-warning:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-arrow-turn-right:before {
	content: "";
}

.fa-mail-forward:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-right-left:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-money-bill-1-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-signing:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-water-ladder:before {
	content: "";
}

.fa-ladder-water:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-arrows-up-down:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-face-grimace:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-wheelchair-move:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-turn-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-square-envelope:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bandage:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-circle-xmark:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-xmark-circle:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-earth-asia:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-id-card-clip:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-magnifying-glass-plus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-hand-dots:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-mug-saucer:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-magnifying-glass-minus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-user-large:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-jar:before {
	content: "";
}

.fa-note-sticky:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-face-sad-tear:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-turkish-lira-sign:before {
	content: "";
}

.fa-try:before {
	content: "";
}

.fa-turkish-lira:before {
	content: "";
}

.fa-dollar:before {
	content: "$";
}

.fa-usd:before {
	content: "$";
}

.fa-x:before {
	content: "X";
}

.fa-magnifying-glass-dollar:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-users-gear:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-building-columns:before {
	content: "";
}

.fa-bank:before {
	content: "";
}

.fa-institution:before {
	content: "";
}

.fa-museum:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-stapler:before {
	content: "";
}

.fa-masks-theater:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-handshake-simple:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-jet-fighter:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-square-share-nodes:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-plus-minus:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-mortar-board:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-turn-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-sr-only, .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fa-sr-only-focusable:not(:focus), .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-square-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-square-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-square-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-square-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-square-snapchat:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-square-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-rendact:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-square-github:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-square-gitlab:before {
	content: "";
}

.fa-gitlab-square:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-square-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-square-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-square-google-plus:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-square-pied-piper:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-square-facebook:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-square-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before {
	content: "";
}

.fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-square-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-square-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-square-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

.owl-height {
	transition: height .3s ease-in-out;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

@media (min-width:992px) {
	.owl-carousel.flick-carousel {
		width: calc(var(--porto-flick-carousel-width, var(--porto-container-width)) - var(--porto-flick-carousel-space, 15px) * 2) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.e-con-inner .owl-carousel.flick-carousel {
		--porto-flick-carousel-width: var(--content-width);
		--porto-flick-carousel-space: 0px;
	}
	
	.slider-wrapper .owl-carousel.flick-carousel {
		width: calc(var(--porto-flick-carousel-width, var(--porto-container-width)) - var(--porto-flick-carousel-space, 15px) * 2 + var(--porto-el-spacing, 30px)) !important;
	}
	
	.owl-carousel.flick-carousel .owl-item:not(.active) {
		pointer-events: none;
	}
	
	.owl-carousel.flick-carousel>.owl-stage-outer {
		width: 100vw !important;
		left: calc(( ( var(--porto-flick-carousel-width, var(--porto-container-width)) ) - 100vw ) / 2 - var(--porto-flick-carousel-space, 15px)) !important;
	}
	
	.slider-wrapper .owl-carousel.flick-carousel>.owl-stage-outer {
		left: calc(( var(--porto-flick-carousel-width, var(--porto-container-width)) + var(--porto-el-spacing, 30px) - 100vw ) / 2 - var(--porto-flick-carousel-space, 15px)) !important;
	}
	
	.owl-carousel.flick-carousel>.owl-stage-outer>.owl-stage {
		margin-left: calc(( 100vw - ( var(--porto-flick-carousel-width, var(--porto-container-width)) ) ) / 2 + var(--porto-flick-carousel-space, 15px)) !important;
	}
	
	.slider-wrapper .owl-carousel.flick-carousel>.owl-stage-outer>.owl-stage {
		margin-left: calc(( 100vw - ( var(--porto-flick-carousel-width, var(--porto-container-width)) + var(--porto-el-spacing, 30px) ) ) / 2 + var(--porto-flick-carousel-space, 15px)) !important;
	}
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://webhoster.pk/wp-content/themes/porto/images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/owl.video.play.png";
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: #2b69c4;
	color: #fff;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s;
	border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background: #2b69c4;
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-inner, .fancybox-outer {
	position: relative;
}

.fancybox-container>.fancybox-inner {
	position: absolute;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/wp-content/uploads/porto_merged_resources/images/blank.gif");
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
	--lzl-bg-img: "/wp-content/uploads/porto_merged_resources/images/blank.gif";
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-nav.lzl:not(.lzl-ed), .fancybox-nav.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #444645;
	background: rgba(68, 70, 69, .65);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {}

.fancybox-overlay .page-top {
	display: none;
}

a.fancybox-close {
	background: transparent;
	transition: all .2s;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 41px;
	height: 41px;
	top: 0;
	right: 0;
}

a.fancybox-close:after, a.fancybox-close:before {
	content: "";
	position: absolute;
	color: #838383;
}

a.fancybox-close:before {
	width: 21px;
	top: 20px;
	left: 10px;
	border-top: 1px solid;
}

a.fancybox-close:after {
	height: 21px;
	top: 10px;
	left: 20px;
	border-left: 1px solid;
}

a.fancybox-close:hover {
	text-decoration: none;
	opacity: .65;
	filter: alpha(opacity=65);
}

a.fancybox-close.fancybox-newsletter-close {
	top: 10px;
	right: 10px;
}

.fancybox-wrap .product_title a:hover {
	color: #555;
}

.fancybox-skin {
	background: #fff;
}

.Simple-Line-Icons-user-female:before {
	content: "";
}

.Simple-Line-Icons-people:before, .Simple-Line-Icons-users:before {
	content: "";
}

.Simple-Line-Icons-user-follow:before {
	content: "";
}

.Simple-Line-Icons-user-following:before {
	content: "";
}

.Simple-Line-Icons-user-unfollow:before {
	content: "";
}

.Simple-Line-Icons-user:before {
	content: "";
}

.Simple-Line-Icons-trophy:before {
	content: "";
}

.Simple-Line-Icons-speedometer:before {
	content: "";
}

.Simple-Line-Icons-social-youtube:before {
	content: "";
}

.Simple-Line-Icons-social-twitter:before {
	content: "";
}

.Simple-Line-Icons-social-tumblr:before {
	content: "";
}

.Simple-Line-Icons-social-facebook:before {
	content: "";
}

.Simple-Line-Icons-social-dropbox:before {
	content: "";
}

.Simple-Line-Icons-social-dribbble:before {
	content: "";
}

.Simple-Line-Icons-shield:before {
	content: "";
}

.Simple-Line-Icons-screen-tablet:before {
	content: "";
}

.Simple-Line-Icons-screen-smartphone:before {
	content: "";
}

.Simple-Line-Icons-screen-desktop:before {
	content: "";
}

.Simple-Line-Icons-plane:before {
	content: "";
}

.Simple-Line-Icons-notebook:before {
	content: "";
}

.Simple-Line-Icons-moustache:before, .Simple-Line-Icons-mustache:before {
	content: "";
}

.Simple-Line-Icons-mouse:before {
	content: "";
}

.Simple-Line-Icons-magnet:before {
	content: "";
}

.Simple-Line-Icons-magic-wand:before {
	content: "";
}

.Simple-Line-Icons-hourglass:before {
	content: "";
}

.Simple-Line-Icons-graduation:before {
	content: "";
}

.Simple-Line-Icons-ghost:before {
	content: "";
}

.Simple-Line-Icons-game-controller:before {
	content: "";
}

.Simple-Line-Icons-fire:before {
	content: "";
}

.Simple-Line-Icons-eyeglass:before, .Simple-Line-Icons-eyeglasses:before {
	content: "";
}

.Simple-Line-Icons-envelope-open:before {
	content: "";
}

.Simple-Line-Icons-envelope-letter:before, .Simple-Line-Icons-envolope-letter:before {
	content: "";
}

.Simple-Line-Icons-energy:before {
	content: "";
}

.Simple-Line-Icons-emotsmile:before {
	content: "";
}

.Simple-Line-Icons-disc:before {
	content: "";
}

.Simple-Line-Icons-cursor-move:before {
	content: "";
}

.Simple-Line-Icons-crop:before {
	content: "";
}

.Simple-Line-Icons-credit-card:before {
	content: "";
}

.Simple-Line-Icons-chemistry:before {
	content: "";
}

.Simple-Line-Icons-bell:before {
	content: "";
}

.Simple-Line-Icons-badge:before {
	content: "";
}

.Simple-Line-Icons-anchor:before {
	content: "";
}

.Simple-Line-Icons-wallet:before {
	content: "";
}

.Simple-Line-Icons-vector:before {
	content: "";
}

.Simple-Line-Icons-speech:before {
	content: "";
}

.Simple-Line-Icons-puzzle:before {
	content: "";
}

.Simple-Line-Icons-printer:before {
	content: "";
}

.Simple-Line-Icons-present:before {
	content: "";
}

.Simple-Line-Icons-playlist:before {
	content: "";
}

.Simple-Line-Icons-pin:before {
	content: "";
}

.Simple-Line-Icons-picture:before {
	content: "";
}

.Simple-Line-Icons-map:before {
	content: "";
}

.Simple-Line-Icons-layers:before {
	content: "";
}

.Simple-Line-Icons-handbag:before {
	content: "";
}

.Simple-Line-Icons-globe-alt:before {
	content: "";
}

.Simple-Line-Icons-globe:before {
	content: "";
}

.Simple-Line-Icons-frame:before {
	content: "";
}

.Simple-Line-Icons-folder-alt:before {
	content: "";
}

.Simple-Line-Icons-film:before {
	content: "";
}

.Simple-Line-Icons-feed:before {
	content: "";
}

.Simple-Line-Icons-earphones-alt:before {
	content: "";
}

.Simple-Line-Icons-earphones:before {
	content: "";
}

.Simple-Line-Icons-drop:before {
	content: "";
}

.Simple-Line-Icons-drawar:before, .Simple-Line-Icons-drawer:before {
	content: "";
}

.Simple-Line-Icons-docs:before {
	content: "";
}

.Simple-Line-Icons-directions:before {
	content: "";
}

.Simple-Line-Icons-direction:before {
	content: "";
}

.Simple-Line-Icons-diamond:before {
	content: "";
}

.Simple-Line-Icons-cup:before {
	content: "";
}

.Simple-Line-Icons-compass:before {
	content: "";
}

.Simple-Line-Icons-call-out:before {
	content: "";
}

.Simple-Line-Icons-call-in:before {
	content: "";
}

.Simple-Line-Icons-call-end:before {
	content: "";
}

.Simple-Line-Icons-calculator:before {
	content: "";
}

.Simple-Line-Icons-bubbles:before {
	content: "";
}

.Simple-Line-Icons-briefcase:before {
	content: "";
}

.Simple-Line-Icons-book-open:before {
	content: "";
}

.Simple-Line-Icons-basket-loaded:before {
	content: "";
}

.Simple-Line-Icons-basket:before {
	content: "";
}

.Simple-Line-Icons-bag:before {
	content: "";
}

.Simple-Line-Icons-action-undo:before {
	content: "";
}

.Simple-Line-Icons-action-redo:before {
	content: "";
}

.Simple-Line-Icons-wrench:before {
	content: "";
}

.Simple-Line-Icons-umbrella:before {
	content: "";
}

.Simple-Line-Icons-trash:before {
	content: "";
}

.Simple-Line-Icons-tag:before {
	content: "";
}

.Simple-Line-Icons-support:before {
	content: "";
}

.Simple-Line-Icons-size-fullscreen:before {
	content: "";
}

.Simple-Line-Icons-size-actual:before {
	content: "";
}

.Simple-Line-Icons-shuffle:before {
	content: "";
}

.Simple-Line-Icons-share-alt:before {
	content: "";
}

.Simple-Line-Icons-share:before {
	content: "";
}

.Simple-Line-Icons-rocket:before {
	content: "";
}

.Simple-Line-Icons-question:before {
	content: "";
}

.Simple-Line-Icons-pie-chart:before {
	content: "";
}

.Simple-Line-Icons-pencil:before {
	content: "";
}

.Simple-Line-Icons-note:before {
	content: "";
}

.Simple-Line-Icons-music-tone-alt:before {
	content: "";
}

.Simple-Line-Icons-music-tone:before {
	content: "";
}

.Simple-Line-Icons-microphone:before {
	content: "";
}

.Simple-Line-Icons-loop:before {
	content: "";
}

.Simple-Line-Icons-logout:before {
	content: "";
}

.Simple-Line-Icons-login:before {
	content: "";
}

.Simple-Line-Icons-list:before {
	content: "";
}

.Simple-Line-Icons-like:before {
	content: "";
}

.Simple-Line-Icons-home:before {
	content: "";
}

.Simple-Line-Icons-grid:before {
	content: "";
}

.Simple-Line-Icons-graph:before {
	content: "";
}

.Simple-Line-Icons-equalizer:before {
	content: "";
}

.Simple-Line-Icons-dislike:before {
	content: "";
}

.Simple-Line-Icons-cursor:before {
	content: "";
}

.Simple-Line-Icons-control-start:before {
	content: "";
}

.Simple-Line-Icons-control-rewind:before {
	content: "";
}

.Simple-Line-Icons-control-play:before {
	content: "";
}

.Simple-Line-Icons-control-pause:before {
	content: "";
}

.Simple-Line-Icons-control-forward:before {
	content: "";
}

.Simple-Line-Icons-control-end:before {
	content: "";
}

.Simple-Line-Icons-calendar:before, .Simple-Line-Icons-calender:before {
	content: "";
}

.Simple-Line-Icons-bulb:before {
	content: "";
}

.Simple-Line-Icons-bar-chart:before, .Simple-Line-Icons-chart:before {
	content: "";
}

.Simple-Line-Icons-arrow-up-circle:before {
	content: "";
}

.Simple-Line-Icons-arrow-right-circle:before {
	content: "";
}

.Simple-Line-Icons-arrow-left-circle:before {
	content: "";
}

.Simple-Line-Icons-arrow-down-circle:before {
	content: "";
}

.Simple-Line-Icons-ban:before {
	content: "";
}

.Simple-Line-Icons-bubble:before {
	content: "";
}

.Simple-Line-Icons-camcorder:before, .Simple-Line-Icons-camrecorder:before {
	content: "";
}

.Simple-Line-Icons-camera:before {
	content: "";
}

.Simple-Line-Icons-check:before {
	content: "";
}

.Simple-Line-Icons-clock:before {
	content: "";
}

.Simple-Line-Icons-close:before {
	content: "";
}

.Simple-Line-Icons-cloud-download:before {
	content: "";
}

.Simple-Line-Icons-cloud-upload:before {
	content: "";
}

.Simple-Line-Icons-doc:before {
	content: "";
}

.Simple-Line-Icons-envelope:before, .Simple-Line-Icons-envolope:before {
	content: "";
}

.Simple-Line-Icons-eye:before {
	content: "";
}

.Simple-Line-Icons-flag:before {
	content: "";
}

.Simple-Line-Icons-folder:before {
	content: "";
}

.Simple-Line-Icons-heart:before {
	content: "";
}

.Simple-Line-Icons-info:before {
	content: "";
}

.Simple-Line-Icons-key:before {
	content: "";
}

.Simple-Line-Icons-link:before {
	content: "";
}

.Simple-Line-Icons-lock:before {
	content: "";
}

.Simple-Line-Icons-lock-open:before {
	content: "";
}

.Simple-Line-Icons-magnifier:before {
	content: "";
}

.Simple-Line-Icons-magnifier-add:before {
	content: "";
}

.Simple-Line-Icons-magnifier-remove:before {
	content: "";
}

.Simple-Line-Icons-paper-clip:before {
	content: "";
}

.Simple-Line-Icons-paper-plane:before {
	content: "";
}

.Simple-Line-Icons-plus:before {
	content: "";
}

.Simple-Line-Icons-location-pin:before, .Simple-Line-Icons-pointer:before {
	content: "";
}

.Simple-Line-Icons-power:before {
	content: "";
}

.Simple-Line-Icons-refresh:before {
	content: "";
}

.Simple-Line-Icons-reload:before {
	content: "";
}

.Simple-Line-Icons-settings:before {
	content: "";
}

.Simple-Line-Icons-star:before {
	content: "";
}

.Simple-Line-Icons-symbol-female:before, .Simple-Line-Icons-symbol-fermale:before {
	content: "";
}

.Simple-Line-Icons-symbol-male:before {
	content: "";
}

.Simple-Line-Icons-target:before {
	content: "";
}

.Simple-Line-Icons-volume-1:before {
	content: "";
}

.Simple-Line-Icons-volume-2:before {
	content: "";
}

.Simple-Line-Icons-volume-off:before {
	content: "";
}

.Simple-Line-Icons-phone:before {
	content: "";
}

.Simple-Line-Icons-menu:before {
	content: "";
}

.Simple-Line-Icons-options-vertical:before {
	content: "";
}

.Simple-Line-Icons-options:before {
	content: "";
}

.Simple-Line-Icons-arrow-down:before {
	content: "";
}

.Simple-Line-Icons-arrow-left:before {
	content: "";
}

.Simple-Line-Icons-arrow-right:before {
	content: "";
}

.Simple-Line-Icons-arrow-up:before {
	content: "";
}

.Simple-Line-Icons-paypal:before {
	content: "";
}

.Simple-Line-Icons-social-instagram:before {
	content: "";
}

.Simple-Line-Icons-social-linkedin:before {
	content: "";
}

.Simple-Line-Icons-social-pinterest:before {
	content: "";
}

.Simple-Line-Icons-social-github:before {
	content: "";
}

.Simple-Line-Icons-social-google:before {
	content: "";
}

.Simple-Line-Icons-social-reddit:before {
	content: "";
}

.Simple-Line-Icons-social-skype:before {
	content: "";
}

.Simple-Line-Icons-social-behance:before {
	content: "";
}

.Simple-Line-Icons-social-foursqare:before {
	content: "";
}

.Simple-Line-Icons-social-soundcloud:before {
	content: "";
}

.Simple-Line-Icons-social-spotify:before {
	content: "";
}

.Simple-Line-Icons-social-stumbleupon:before {
	content: "";
}

.Simple-Line-Icons-minus:before {
	content: "";
}

.Simple-Line-Icons-organization:before {
	content: "";
}

.Simple-Line-Icons-exclamation:before {
	content: "";
}

.Simple-Line-Icons-social-vkontakte:before {
	content: "";
}

.owl-carousel .owl-video-play-icon.lzl:not(.lzl-ed), .owl-carousel .owl-video-play-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAiElEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMDLwABkUAABIPtCMQAAAABJRU5ErkJggg==");
}

.Simple-Line-Icons-event:before {
	content: "";
}

.Simple-Line-Icons-social-steam:before {
	content: "";
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 9045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 9044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 9046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: fixed;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.2%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	max-height: none !important;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #ddd;
	position: relative;
}

.selectric .label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 12px;
	line-height: 38px;
	color: #444;
	height: 38px;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	opacity: .5;
	cursor: default;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items li, .selectric-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	color: #666;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #efefef;
	color: #444;
}

.selectric-items li:hover {
	background: #f0f0f0;
	color: #444;
}

.selectric-items .disabled {
	opacity: .5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.porto-icon-spin1:before {
	content: "";
}

.porto-icon-spin2:before {
	content: "";
}

.porto-icon-spin3:before {
	content: "";
}

.porto-icon-spin4:before {
	content: "";
}

.porto-icon-spin5:before {
	content: "";
}

.porto-icon-spin6:before {
	content: "";
}

.porto-icon-firefox:before {
	content: "";
}

.porto-icon-chrome:before {
	content: "";
}

.porto-icon-opera:before {
	content: "";
}

.porto-icon-ie:before {
	content: "";
}

.porto-icon-phone:before {
	content: "";
}

.porto-icon-down-dir:before {
	content: "";
}

.porto-icon-cart:before {
	content: "";
}

.porto-icon-up-dir:before {
	content: "";
}

.porto-icon-mode-grid:before {
	content: "";
}

.porto-icon-mode-list:before {
	content: "";
}

.porto-icon-compare:before {
	content: "";
}

.porto-icon-wishlist:before {
	content: "";
}

.porto-icon-search:before {
	content: "";
}

.porto-icon-left-dir:before {
	content: "";
}

.porto-icon-right-dir:before {
	content: "";
}

.porto-icon-down-open:before {
	content: "";
}

.porto-icon-left-open:before {
	content: "";
}

.porto-icon-right-open:before {
	content: "";
}

.porto-icon-up-open:before {
	content: "";
}

.porto-icon-angle-left:before {
	content: "";
}

.porto-icon-angle-right:before {
	content: "";
}

.porto-icon-angle-up:before {
	content: "";
}

.porto-icon-angle-down:before {
	content: "";
}

.porto-icon-down:before {
	content: "";
}

.porto-icon-left:before {
	content: "";
}

.porto-icon-right:before {
	content: "";
}

.porto-icon-up:before {
	content: "";
}

.porto-icon-angle-double-left:before {
	content: "";
}

.porto-icon-angle-double-right:before {
	content: "";
}

.porto-icon-angle-double-up:before {
	content: "";
}

.porto-icon-angle-double-down:before {
	content: "";
}

.porto-icon-mail:before {
	content: "";
}

.porto-icon-location:before {
	content: "";
}

.porto-icon-skype:before {
	content: "";
}

.porto-icon-right-open-big:before {
	content: "";
}

.porto-icon-left-open-big:before {
	content: "";
}

.porto-icon-down-open-big:before {
	content: "";
}

.porto-icon-up-open-big:before {
	content: "";
}

.porto-icon-cancel:before {
	content: "";
}

.porto-icon-user:before {
	content: "";
}

.porto-icon-mail-alt:before {
	content: "";
}

.porto-icon-fax:before {
	content: "";
}

.porto-icon-lock:before {
	content: "";
}

.porto-icon-company:before {
	content: "";
}

.porto-icon-city:before {
	content: "";
}

.porto-icon-post:before {
	content: "";
}

.porto-icon-country:before {
	content: "";
}

.porto-icon-calendar:before {
	content: "";
}

.porto-icon-doc:before {
	content: "";
}

.porto-icon-mobile:before {
	content: "";
}

.porto-icon-clock:before {
	content: "";
}

.porto-icon-chat:before {
	content: "";
}

.porto-icon-tag:before {
	content: "";
}

.porto-icon-folder:before {
	content: "";
}

.porto-icon-folder-open:before {
	content: "";
}

.porto-icon-forward:before {
	content: "";
}

.porto-icon-reply:before {
	content: "";
}

.porto-icon-cog:before {
	content: "";
}

.porto-icon-cog-alt:before {
	content: "";
}

.porto-icon-wrench:before {
	content: "";
}

.porto-icon-quote-left:before {
	content: "";
}

.porto-icon-quote-right:before {
	content: "";
}

.porto-icon-gift:before {
	content: "";
}

.porto-icon-dollar:before {
	content: "";
}

.porto-icon-euro:before {
	content: "";
}

.porto-icon-pound:before {
	content: "";
}

.porto-icon-rupee:before {
	content: "";
}

.porto-icon-yen:before {
	content: "";
}

.porto-icon-rouble:before {
	content: "";
}

.porto-icon-try:before {
	content: "";
}

.porto-icon-won:before {
	content: "";
}

.porto-icon-bitcoin:before {
	content: "";
}

.porto-icon-ok:before {
	content: "";
}

.porto-icon-chevron-left:before {
	content: "";
}

.porto-icon-chevron-right:before {
	content: "";
}

.porto-icon-export:before {
	content: "";
}

.porto-icon-star:before {
	content: "";
}

.porto-icon-star-empty:before {
	content: "";
}

.porto-icon-plus-squared:before {
	content: "";
}

.porto-icon-minus-squared:before {
	content: "";
}

.porto-icon-plus-squared-alt:before {
	content: "";
}

.porto-icon-minus-squared-alt:before {
	content: "";
}

.porto-icon-truck:before {
	content: "";
}

.porto-icon-lifebuoy:before {
	content: "";
}

.porto-icon-pencil:before {
	content: "";
}

.porto-icon-users:before {
	content: "";
}

.porto-icon-video:before {
	content: "";
}

.porto-icon-menu:before {
	content: "";
}

.porto-icon-desktop:before {
	content: "";
}

.porto-icon-doc-inv:before {
	content: "";
}

.porto-icon-circle:before {
	content: "";
}

.porto-icon-circle-empty:before {
	content: "";
}

.porto-icon-circle-thin:before {
	content: "";
}

.porto-icon-mini-cart:before {
	content: "";
}

.porto-icon-paper-plane:before {
	content: "";
}

.porto-icon-attention-alt:before {
	content: "";
}

.porto-icon-info:before {
	content: "";
}

.porto-icon-compare-link:before {
	content: "";
}

.porto-icon-cat-default:before {
	content: "";
}

.porto-icon-cat-computer:before {
	content: "";
}

.porto-icon-cat-couch:before {
	content: "";
}

.porto-icon-cat-garden:before {
	content: "";
}

.porto-icon-cat-gift:before {
	content: "";
}

.porto-icon-cat-shirt:before {
	content: "";
}

.porto-icon-cat-sport:before {
	content: "";
}

.porto-icon-cat-toys:before {
	content: "";
}

.porto-icon-tag-line:before {
	content: "";
}

.porto-icon-bag:before {
	content: "";
}

.porto-icon-search-1:before {
	content: "";
}

.porto-icon-plus:before {
	content: "";
}

.porto-icon-minus:before {
	content: "";
}

.porto-icon-search-2:before {
	content: "";
}

.porto-icon-bag-1:before {
	content: "";
}

.porto-icon-online-support:before {
	content: "";
}

.porto-icon-shopping-bag:before {
	content: "";
}

.porto-icon-us-dollar:before {
	content: "";
}

.porto-icon-shipped:before {
	content: "";
}

.porto-icon-list:before {
	content: "";
}

.porto-icon-money:before {
	content: "";
}

.porto-icon-shipping:before {
	content: "";
}

.porto-icon-support:before {
	content: "";
}

.porto-icon-bag-2:before {
	content: "";
}

.porto-icon-grid:before {
	content: "";
}

.porto-icon-bag-3:before {
	content: "";
}

.porto-icon-direction:before {
	content: "";
}

.porto-icon-home:before {
	content: "";
}

.porto-icon-magnifier:before {
	content: "";
}

.porto-icon-magnifier-add:before {
	content: "";
}

.porto-icon-magnifier-remove:before {
	content: "";
}

.porto-icon-phone-1:before {
	content: "";
}

.porto-icon-clock-1:before {
	content: "";
}

.porto-icon-heart:before {
	content: "";
}

.porto-icon-heart-1:before {
	content: "";
}

.porto-icon-earphones-alt:before {
	content: "";
}

.porto-icon-credit-card:before {
	content: "";
}

.porto-icon-action-undo:before {
	content: "";
}

.porto-icon-envolope:before {
	content: "";
}

.porto-icon-chart:before {
	content: "";
}

.porto-icon-shopping-cart:before {
	content: "";
}

.porto-icon-phone-2:before {
	content: "";
}

.porto-icon-percent-circle:before {
	content: "";
}

.porto-icon-pulley:before {
	content: "";
}

.porto-icon-password-lock:before {
	content: "";
}

.porto-icon-pin:before {
	content: "";
}

.porto-icon-rotulo:before {
	content: "";
}

.porto-icon-comida-organica:before {
	content: "";
}

.porto-icon-estrela:before {
	content: "";
}

.porto-icon-fazer-compras:before {
	content: "";
}

.porto-icon-gluten:before {
	content: "";
}

.porto-icon-arrow-forward-right:before {
	content: "";
}

.porto-icon-cart-thick:before {
	content: "";
}

.porto-icon-check-circle:before {
	content: "";
}

.porto-icon-envelope:before {
	content: "";
}

.porto-icon-business-book:before {
	content: "";
}

.porto-icon-long-arrow-right:before {
	content: "";
}

.porto-icon-percent-shape:before {
	content: "";
}

.porto-icon-sale-label:before {
	content: "";
}

.porto-icon-help-circle:before {
	content: "";
}

.porto-icon-sale-discount:before {
	content: "";
}

.porto-icon-shipping-truck:before {
	content: "";
}

.porto-icon-user-3:before {
	content: "";
}

.porto-icon-long-arrow-alt:before {
	content: "";
}

.porto-icon-map-location:before {
	content: "";
}

.porto-icon-phone-call:before {
	content: "";
}

.porto-icon-tablet:before {
	content: "";
}

.porto-icon-category-home:before {
	content: "";
}

.porto-icon-category-motors:before {
	content: "";
}

.porto-icon-category-music:before {
	content: "";
}

.porto-icon-category-gifts:before {
	content: "";
}

.porto-icon-category-electronics:before {
	content: "";
}

.porto-icon-category-fashion:before {
	content: "";
}

.porto-icon-category-hot-deals:before {
	content: "";
}

.porto-icon-tag-percent:before {
	content: "";
}

.porto-icon-joystick:before {
	content: "";
}

.porto-icon-category-furniture:before {
	content: "";
}

.porto-icon-category-garden:before {
	content: "";
}

.porto-icon-category-lanterns-lighting:before {
	content: "";
}

.porto-icon-category-mechanics:before {
	content: "";
}

.porto-icon-category-motorcycles:before {
	content: "";
}

.porto-icon-category-sound-video:before {
	content: "";
}

.porto-icon-category-steering:before {
	content: "";
}

.porto-icon-category-external-accessories:before {
	content: "";
}

.porto-icon-category-fluids:before {
	content: "";
}

.porto-icon-category-internal-accessories:before {
	content: "";
}

.porto-icon-category-chains:before {
	content: "";
}

.porto-icon-category-frames:before {
	content: "";
}

.porto-icon-category-pedals:before {
	content: "";
}

.porto-icon-category-saddle:before {
	content: "";
}

.porto-icon-category-tools:before {
	content: "";
}

.porto-icon-search-3:before {
	content: "";
}

.porto-icon-secure-payment:before {
	content: "";
}

.porto-icon-user-2:before {
	content: "";
}

.porto-icon-wishlist-2:before {
	content: "";
}

.porto-icon-gift-2:before {
	content: "";
}

.porto-icon-edit:before {
	content: "";
}

.porto-icon-chef:before {
	content: "";
}

.porto-icon-smiling-girl:before {
	content: "";
}

.porto-icon-tshirt:before {
	content: "";
}

.porto-icon-boy-broad-smile:before {
	content: "";
}

.porto-icon-smiling-baby:before {
	content: "";
}

.porto-icon-bars:before {
	content: "";
}

.porto-icon-twitter:before {
	content: "";
}

.porto-icon-facebook:before {
	content: "";
}

.porto-icon-spinner:before {
	content: "";
}

.porto-icon-instagram:before {
	content: "";
}

.porto-icon-check-empty:before {
	content: "";
}

.porto-icon-check:before {
	content: "";
}

.porto-icon-rotate:before {
	content: "";
}

.porto-icon-help-2:before {
	content: "";
}

.porto-icon-package:before {
	content: "";
}

.porto-icon-callin:before {
	content: "";
}

.porto-icon-atmark:before {
	content: "";
}

.porto-icon-paypal:before {
	content: "";
}

.porto-icon-verisign:before {
	content: "";
}

.porto-icon-visa:before {
	content: "";
}

.porto-icon-bird:before {
	content: "";
}

.porto-icon-cat:before {
	content: "";
}

.porto-icon-dog:before {
	content: "";
}

.porto-icon-fish:before {
	content: "";
}

.porto-icon-pet:before {
	content: "";
}

.porto-icon-special-offer:before {
	content: "";
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-wrapper.scroll--rtl {
	direction: rtl;
}

.scroll-element {
	box-sizing: content-box;
	display: none;
}

.scroll-element div {
	box-sizing: content-box;
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
	cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scrollbar-inner>.scroll-element, .scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-bar, .scrollbar-inner>.scroll-element .scroll-element_outer, .scrollbar-inner>.scroll-element .scroll-element_track {
	border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-bar, .scrollbar-inner>.scroll-element .scroll-element_track {
	filter: alpha(opacity=40);
	opacity: .4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}

.scrollbar-outer>.scroll-element, .scrollbar-outer>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-outer>.scroll-element {
	background-color: #fff;
}

.scrollbar-outer>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #eee;
}

.scrollbar-outer>.scroll-element .scroll-bar, .scrollbar-outer>.scroll-element .scroll-element_outer, .scrollbar-outer>.scroll-element .scroll-element_track {
	border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px;
}

.scrollbar-macosx>.scroll-element, .scrollbar-macosx>.scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 7px;
	transition: opacity .2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar, .scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	filter: alpha(opacity=70);
	opacity: .7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.scrollbar-light>.scroll-element, .scrollbar-light>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-light>.scroll-element {
	background-color: #fff;
}

.scrollbar-light>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
	border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
	background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
	border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
	background: #fefefe;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
	background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	border-radius: 10px;
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
	left: 0px;
	min-height: 10px;
	width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}

.scrollbar-rail>.scroll-element, .scrollbar-rail>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-rail>.scroll-element {
	background-color: #fff;
}

.scrollbar-rail>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0, 0, 0, .3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0, 0, 0, .5);
}

.scrollbar-rail>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
	background-color: #d0b9a0;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px;
}

.scrollbar-dynamic>.scroll-element, .scrollbar-dynamic>.scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
	opacity: .3;
	border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
	background-color: #ccc;
	opacity: 0;
	border-radius: 12px;
	transition: opacity .2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	border-radius: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	transition: height .2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	transition: width .2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic>.scroll-element:hover .scroll-element_outer {
	overflow: hidden;
	filter: alpha(opacity=70);
	opacity: .7;
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size {
	opacity: 1;
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer {
	height: 20px;
	min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer {
	min-width: 7px;
	width: 20px;
}

.scrollbar-chrome>.scroll-element, .scrollbar-chrome>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-chrome>.scroll-element {
	background-color: #fff;
}

.scrollbar-chrome>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
	border-color: #7e7e7e;
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}

.fa-x-twitter:before {
	content: "" !important;
}

@media (prefers-reduced-motion:no-preference) {}

.color-body, .color-body a, .color-body a:focus, .color-body a:hover {
	color: #0a0a0a;
}

.clear {
	float: none;
	clear: both;
}

.f-left, .pull-left {
	float: left;
}

.f-right, .pull-right {
	float: right;
}

.f-none {
	float: none;
}

.hide, .sticky-header .d-sticky-header-none {
	display: none !important;
}

.row-align-items-center .row {
	align-items: center;
}

a.nolink {
	pointer-events: none;
}

.pin-wrapper {
	width: 100%;
}

.z-index-1 {
	z-index: 1;
}

@media (min-width:992px) {
	.w-lg-8 {
		width: 8.3333333333% !important;
	}
	
	.w-lg-16 {
		width: 16.6666666667% !important;
	}
	
	.w-lg-25 {
		width: 25% !important;
	}
	
	.w-lg-33 {
		width: 33.3333333333% !important;
	}
	
	.w-lg-41 {
		width: 41.6666666667% !important;
	}
	
	.w-lg-50 {
		width: 50% !important;
	}
	
	.w-lg-58 {
		width: 58.3333333333% !important;
	}
	
	.w-lg-66 {
		width: 66.6666666667% !important;
	}
	
	.w-lg-75 {
		width: 75% !important;
	}
	
	.w-lg-83 {
		width: 83.3333333333% !important;
	}
	
	.w-lg-91 {
		width: 91.6666666667% !important;
	}
	
	.w-lg-100 {
		width: 100% !important;
	}
}

@media (max-width:767px) {
	.porto-dm-animate .appear-animation, .porto-dm-animate .elementor-invisible, .porto-dm-animate [data-appear-animation], .porto-dm-animate [data-vce-animate] {
		opacity: 1;
		visibility: visible;
	}
}

h1 {
	font: var(--porto-h1-fst, normal) 400 var(--porto-h1-fs, 2.6em)/var(--porto-h1-lh, 44px) "Open Sans", sans-serif;
	color: #212529;
	letter-spacing: var(--porto-h1-ls, -.05em);
	margin-bottom: 32px;
}

h5 {
	font: var(--porto-h5-fst, normal) 400 var(--porto-h5-fs, 1em)/var(--porto-h5-lh, 18px) "Open Sans", sans-serif;
	color: #212529;
	letter-spacing: var(--porto-h5-ls, -.05em);
	margin: 0 0 14px 0;
}

h6 {
	font: var(--porto-h6-fst, normal) 400 var(--porto-h6-fs, 1em)/var(--porto-h6-lh, 18px) "Open Sans", sans-serif;
	color: #212529;
	letter-spacing: var(--porto-h6-ls, -.05em);
	margin: 0 0 14px 0;
}

h1.big {
	font-size: 4.2em;
	line-height: 54px;
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600;
}

h1.short {
	margin-bottom: 15px;
}

h2.short {
	margin-bottom: 15px;
}

h3.short, h4.short, h5.short, h6.short {
	margin-bottom: 9px;
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
	margin-bottom: 0;
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
	margin-bottom: 33px;
}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
	margin-bottom: 44px;
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
	margin-top: 22px;
}

h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced {
	margin-top: 44px;
}

h1.light, h1.white, h2.light, h2.white, h3.light, h3.white, h4.light, h4.white, h5.light, h5.white, h6.light, h6.white {
	color: #fff;
}

h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.heading-border {
	margin-bottom: 1.5625rem;
}

.heading-border h1, .heading-border h2, .heading-border h3, .heading-border h4, .heading-border h5, .heading-border h6 {
	padding: 0;
	margin: 0;
}

.heading-border .heading-tag {
	border-top-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
}

.heading-bottom-border h1 {
	border-bottom: 5px solid;
	padding-bottom: 10px;
}

.heading-bottom-border h2, .heading-bottom-border h3 {
	border-bottom: 2px solid;
	padding-bottom: 10px;
}

.heading-bottom-border div, .heading-bottom-border h4, .heading-bottom-border h5, .heading-bottom-border h6, .heading-bottom-border p {
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.heading-bottom-double-border .heading-tag {
	border-bottom: 3px double;
	padding-bottom: 10px;
}

.heading-bottom-double-border h4, .heading-bottom-double-border h5, .heading-bottom-double-border h6 {
	padding-bottom: 5px;
}

.heading-middle-border .heading-tag {
	position: relative;
	display: flex;
	align-items: center;
}

.heading-middle-border .heading-tag:after, .heading-middle-border .heading-tag:before {
	height: 0;
	border-top: 1px solid;
	border-top-color: inherit;
	flex: 1;
}

.heading-middle-border .heading-tag:after {
	content: "";
}

.heading-middle-border h1:before {
	margin-right: 20px;
}

.heading-middle-border h1:after {
	margin-left: 20px;
}

.heading-middle-border h2:before, .heading-middle-border h3:before {
	margin-right: 15px;
}

.heading-middle-border h2:after, .heading-middle-border h3:after {
	margin-left: 15px;
}

.heading-middle-border h4:before, .heading-middle-border h5:before, .heading-middle-border h6:before {
	margin-right: 8px;
}

.heading-middle-border h4:after, .heading-middle-border h5:after, .heading-middle-border h6:after {
	margin-left: 8px;
}

.heading-middle-border-reverse .heading-tag:before {
	content: "";
}

.heading-middle-border-reverse .heading-tag:after {
	content: none;
}

.heading-middle-border-center .heading-tag:before {
	content: "";
}

.heading-border-xs .heading-tag {
	border-bottom-width: 1px;
}

.heading-border-xs .heading-tag:after, .heading-border-xs .heading-tag:before {
	border-top-width: 1px;
}

.heading-border-sm .heading-tag {
	border-bottom-width: 2px;
}

.heading-border-sm .heading-tag:after, .heading-border-sm .heading-tag:before {
	border-top-width: 2px;
}

.heading-border-lg .heading-tag {
	border-bottom-width: 3px;
}

.heading-border-lg .heading-tag:after, .heading-border-lg .heading-tag:before {
	border-top-width: 3px;
}

.heading-border-xl .heading-tag {
	border-bottom-width: 5px;
}

.heading-border-xl .heading-tag:after, .heading-border-xl .heading-tag:before {
	border-top-width: 5px;
}

@media (max-width:575px) {}

@media (max-width:767px) {
	h1.big {
		font-size: 3.2em;
		line-height: 42px;
	}
}

.heading-bold {
	font-weight: 600 !important;
}

.heading-bold strong {
	font-weight: 800 !important;
}

blockquote {
	font-size: 1em;
}

p.featured {
	font-size: 1.6em;
	line-height: 1.5em;
}

p .alternative-font {
	display: inline-block;
	margin-top: -15px;
	position: relative;
	top: 3px;
	margin-bottom: -6px;
}

.label-dark, .label-dark:hover {
	background: #111;
	text-decoration: none;
	font-weight: normal;
}

.alternative-font {
	font-family: "Open Sans", sans-serif;
	font-size: 1.6em;
	color: #3575d3;
}

.nav {}

.nav i.icon-image {
	display: inline-block;
	max-width: 20px;
}

ul.nav-list li.active>a, ul.nav-list li>a.active, ul[class^=wsp-] li.active>a, ul[class^=wsp-] li>a.active {
	font-weight: 700;
}

ul.nav-list li .wsp-category-title, ul[class^=wsp-] li .wsp-category-title {
	margin-top: 10px;
}

ul.nav-list li .wsp-category-title a, ul[class^=wsp-] li .wsp-category-title a {
	display: inline-block;
	padding-left: 0;
	font-size: 1em;
}

ul.nav-list li .wsp-category-title a:before, ul[class^=wsp-] li .wsp-category-title a:before {
	display: none;
}

ul.nav-list li .wsp-category-title a:hover, ul[class^=wsp-] li .wsp-category-title a:hover {
	background-color: transparent;
}

ul.nav-list.hide-not-active li ul, ul[class^=wsp-].hide-not-active li ul {
	display: none;
}

ul.nav-list.hide-not-active li.active ul, ul[class^=wsp-].hide-not-active li.active ul {
	display: block;
}

ul.nav-list.show-bg-active .active>a, ul.nav-list.show-bg-active a.active, ul[class^=wsp-].show-bg-active .active>a, ul[class^=wsp-].show-bg-active a.active {
	background-color: #f4f4f4;
}

ul.nav-list.show-bg-active .active>a:hover, ul.nav-list.show-bg-active a.active:hover, ul[class^=wsp-].show-bg-active .active>a:hover, ul[class^=wsp-].show-bg-active a.active:hover {
	background-color: #e7e7e7;
}

ul.narrow li a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav-pills>li.active>a, .nav-pills>li>a.active {
	background-color: #3575d3;
	color: #fff;
}

.nav-pills-center {
	text-align: center;
	justify-content: center;
}

.nav-pills-center>li {
	display: inline-block;
	float: none;
}

.nav-pills-left {
	justify-content: flex-start;
}

.nav-pills-right {
	justify-content: flex-end;
}

.nav-pills-justify>li {
	text-align: center;
	width: 100%;
}

.nav-pills .nav-link .active {
	background-color: transparent;
}

.show>.nav-pills .nav-link {
	background-color: transparent;
}

.nav-secondary {
	background: #fafafa;
	padding: 20px 0;
	z-index: 100;
}

.nav-secondary .nav-pills {
	justify-content: center;
}

.nav-secondary .nav-pills>li a, .nav-secondary .nav-pills>li span {
	display: block;
	font-size: .75rem;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 13px;
	text-transform: uppercase;
}

.nav-secondary .nav-pills>li a i, .nav-secondary .nav-pills>li span i {
	font-size: .875rem;
	margin-right: .3125rem;
}

.nav-secondary.sticky-active {
	border-bottom-color: #e9e9e9;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.page-wrapper.sticky-scroll-up .nav-secondary.sticky-ready {
	transition: left .3s, visibility .3s, opacity .3s, transform .3s, top .3s ease;
}

.page-wrapper.sticky-scroll-up .nav-secondary.sticky-active.scroll-down {
	opacity: 0 !important;
	visibility: hidden;
	transform: translate3d(0, -100%, 0);
}

.page-wrapper.sticky-scroll-up .nav-secondary.sticky-active:not(.scroll-down) {
	opacity: 1 !important;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

textarea {
	resize: vertical;
}

input[type=color].input-lg, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=datetime].input-lg, input[type=email].input-lg, input[type=month].input-lg, input[type=number].input-lg, input[type=password].input-lg, input[type=search].input-lg, input[type=tel].input-lg, input[type=text].input-lg, input[type=time].input-lg, input[type=url].input-lg, input[type=week].input-lg, select.input-lg, textarea.input-lg {
	padding: 10px 12px;
	font-size: 18px;
}

input[type=color].input-sm, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=datetime].input-sm, input[type=email].input-sm, input[type=month].input-sm, input[type=number].input-sm, input[type=password].input-sm, input[type=search].input-sm, input[type=tel].input-sm, input[type=text].input-sm, input[type=time].input-sm, input[type=url].input-sm, input[type=week].input-sm, select.input-sm, textarea.input-sm {
	padding: 5px 7px;
	font-size: 12px;
}

select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDMwIDYwIj48cGF0aCBmaWxsPSIjRjJFQkRFIiBmaWxsLW9wYWNpdHk9IjAiIGQ9Ik0wIDBoMzB2NjBIMHoiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNBREE4OUUiIHN0cm9rZS1vcGFjaXR5PSIwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0uNSA2MFYwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiIGQ9Ik0xNS42NzYgMzMuMDM3bDUuMTAyLTUuMTAzLS43MDctMS4wODYtNC40OSA0LjQ5Mi00LjQ5LTQuNDkyLS43MDIgMS4wODYgNS4xMDIgNS4xMDMuMDc1LjExNS4wMi0uMDIuMDIuMDJ6Ii8+PC9zdmc+") 96% 49%/26px 60px no-repeat;
	text-indent: .01em;
	border-radius: 0;
	padding-right: 25px;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	select::-ms-expand {
		display: none;
	}
	
	select:focus::-ms-value {
		background: transparent;
		color: currentColor;
	}
}

label.checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-control:focus {
	border-color: rgba(0, 0, 0, .08);
}

.form-control:focus, select:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #c10000;
	font-size: .9em;
	margin-top: -5px;
	padding: 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

legend {
	border: none;
}

fieldset legend {
	margin-top: 15px;
}

#searchform .input-group {
	margin-bottom: 1em;
}

.form-table td, .form-table th {
	padding: 10px 10px 10px 0;
}

.form-table td label, .form-table th label {
	margin-right: 15px;
}

.form-table td h3, .form-table th h3 {
	color: inherit;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0 0 -10px !important;
}

body #wp-link-wrap .screen-reader-text {
	display: none;
}

body #wp-link-wrap .submitbox {
	background: #f4f4f4;
	border-top: 1px solid #e7e7e7;
}

.flag-ad {
	background-position: -16px 0;
}

.flag-ae {
	background-position: -32px 0;
}

.flag-af {
	background-position: -48px 0;
}

.flag-ag {
	background-position: -64px 0;
}

.flag-ai {
	background-position: -80px 0;
}

.flag-al {
	background-position: -96px 0;
}

.flag-am {
	background-position: -112px 0;
}

.flag-an {
	background-position: -128px 0;
}

.flag-ao {
	background-position: -144px 0;
}

.flag-ar {
	background-position: -160px 0;
}

.flag-as {
	background-position: -176px 0;
}

.flag-at {
	background-position: -192px 0;
}

.flag-au {
	background-position: -208px 0;
}

.flag-aw {
	background-position: -224px 0;
}

.flag-az {
	background-position: -240px 0;
}

.flag-ba {
	background-position: 0 -11px;
}

.flag-bb {
	background-position: -16px -11px;
}

.flag-bd {
	background-position: -32px -11px;
}

.flag-be {
	background-position: -48px -11px;
}

.flag-bf {
	background-position: -64px -11px;
}

.flag-bg {
	background-position: -80px -11px;
}

.flag-bh {
	background-position: -96px -11px;
}

.flag-bi {
	background-position: -112px -11px;
}

.flag-bj {
	background-position: -128px -11px;
}

.flag-bm {
	background-position: -144px -11px;
}

.flag-bn {
	background-position: -160px -11px;
}

.flag-bo {
	background-position: -176px -11px;
}

.flag-br {
	background-position: -192px -11px;
}

.flag-bs {
	background-position: -208px -11px;
}

.flag-bt {
	background-position: -224px -11px;
}

.flag-bv {
	background-position: -240px -11px;
}

.flag-bw {
	background-position: 0 -22px;
}

.flag-by {
	background-position: -16px -22px;
}

.flag-bz {
	background-position: -32px -22px;
}

.flag-ca {
	background-position: -48px -22px;
}

.flag-catalonia {
	background-position: -64px -22px;
}

.flag-cd {
	background-position: -80px -22px;
}

.flag-cf {
	background-position: -96px -22px;
}

.flag-cg {
	background-position: -112px -22px;
}

.flag-ch {
	background-position: -128px -22px;
}

.flag-ci {
	background-position: -144px -22px;
}

.flag-ck {
	background-position: -160px -22px;
}

.flag-cl {
	background-position: -176px -22px;
}

.flag-cm {
	background-position: -192px -22px;
}

.flag-cn {
	background-position: -208px -22px;
}

.flag-co {
	background-position: -224px -22px;
}

.flag-cr {
	background-position: -240px -22px;
}

.flag-cu {
	background-position: 0 -33px;
}

.flag-cv {
	background-position: -16px -33px;
}

.flag-cw {
	background-position: -32px -33px;
}

.flag-cy {
	background-position: -48px -33px;
}

.flag-cz {
	background-position: -64px -33px;
}

.flag-de {
	background-position: -80px -33px;
}

.flag-dj {
	background-position: -96px -33px;
}

.flag-dk {
	background-position: -112px -33px;
}

.flag-dm {
	background-position: -128px -33px;
}

.flag-do {
	background-position: -144px -33px;
}

.flag-dz {
	background-position: -160px -33px;
}

.flag-ec {
	background-position: -176px -33px;
}

.flag-ee {
	background-position: -192px -33px;
}

.flag-eg {
	background-position: -208px -33px;
}

.flag-eh {
	background-position: -224px -33px;
}

.flag-england {
	background-position: -240px -33px;
}

.flag-er {
	background-position: 0 -44px;
}

.flag-es {
	background-position: -16px -44px;
}

.flag-et {
	background-position: -32px -44px;
}

.flag-eu {
	background-position: -48px -44px;
}

.flag-fi {
	background-position: -64px -44px;
}

.flag-fj {
	background-position: -80px -44px;
}

.flag-fk {
	background-position: -96px -44px;
}

.flag-fm {
	background-position: -112px -44px;
}

.flag-fo {
	background-position: -128px -44px;
}

.flag-fr {
	background-position: -144px -44px;
}

.flag-ga {
	background-position: -160px -44px;
}

.flag-gb {
	background-position: -176px -44px;
}

.flag-gd {
	background-position: -192px -44px;
}

.flag-ge {
	background-position: -208px -44px;
}

.flag-gf {
	background-position: -224px -44px;
}

.flag-gg {
	background-position: -240px -44px;
}

.flag-gh {
	background-position: 0 -55px;
}

.flag-gi {
	background-position: -16px -55px;
}

.flag-gl {
	background-position: -32px -55px;
}

.flag-gm {
	background-position: -48px -55px;
}

.flag-gn {
	background-position: -64px -55px;
}

.flag-gp {
	background-position: -80px -55px;
}

.flag-gq {
	background-position: -96px -55px;
}

.flag-gr {
	background-position: -112px -55px;
}

.flag-gs {
	background-position: -128px -55px;
}

.flag-gt {
	background-position: -144px -55px;
}

.flag-gu {
	background-position: -160px -55px;
}

.flag-gw {
	background-position: -176px -55px;
}

.flag-gy {
	background-position: -192px -55px;
}

.flag-hk {
	background-position: -208px -55px;
}

.flag-hm {
	background-position: -224px -55px;
}

.flag-hn {
	background-position: -240px -55px;
}

.flag-hr {
	background-position: 0 -66px;
}

.flag-ht {
	background-position: -16px -66px;
}

.flag-hu {
	background-position: -32px -66px;
}

.flag-ic {
	background-position: -48px -66px;
}

.flag-id {
	background-position: -64px -66px;
}

.flag-ie {
	background-position: -80px -66px;
}

.flag-il {
	background-position: -96px -66px;
}

.flag-im {
	background-position: -112px -66px;
}

.flag-in {
	background-position: -128px -66px;
}

.flag-io {
	background-position: -144px -66px;
}

.flag-iq {
	background-position: -160px -66px;
}

.flag-ir {
	background-position: -176px -66px;
}

.flag-is {
	background-position: -192px -66px;
}

.flag-it {
	background-position: -208px -66px;
}

.flag-je {
	background-position: -224px -66px;
}

.flag-jm {
	background-position: -240px -66px;
}

.flag-jo {
	background-position: 0 -77px;
}

.flag-jp {
	background-position: -16px -77px;
}

.flag-ke {
	background-position: -32px -77px;
}

.flag-kg {
	background-position: -48px -77px;
}

.flag-kh {
	background-position: -64px -77px;
}

.flag-ki {
	background-position: -80px -77px;
}

.flag-km {
	background-position: -96px -77px;
}

.flag-kn {
	background-position: -112px -77px;
}

.flag-kp {
	background-position: -128px -77px;
}

.flag-kr {
	background-position: -144px -77px;
}

.flag-kurdistan {
	background-position: -160px -77px;
}

.flag-kw {
	background-position: -176px -77px;
}

.flag-ky {
	background-position: -192px -77px;
}

.flag-kz {
	background-position: -208px -77px;
}

.flag-la {
	background-position: -224px -77px;
}

.flag-lb {
	background-position: -240px -77px;
}

.flag-lc {
	background-position: 0 -88px;
}

.flag-li {
	background-position: -16px -88px;
}

.flag-lk {
	background-position: -32px -88px;
}

.flag-lr {
	background-position: -48px -88px;
}

.flag-ls {
	background-position: -64px -88px;
}

.flag-lt {
	background-position: -80px -88px;
}

.flag-lu {
	background-position: -96px -88px;
}

.flag-lv {
	background-position: -112px -88px;
}

.flag-ly {
	background-position: -128px -88px;
}

.flag-ma {
	background-position: -144px -88px;
}

.flag-mc {
	background-position: -160px -88px;
}

.flag-md {
	background-position: -176px -88px;
}

.flag-me {
	background-position: -192px -88px;
}

.flag-mg {
	background-position: -208px -88px;
}

.flag-mh {
	background-position: -224px -88px;
}

.flag-mk {
	background-position: -240px -88px;
}

.flag-ml {
	background-position: 0 -99px;
}

.flag-mm {
	background-position: -16px -99px;
}

.flag-mn {
	background-position: -32px -99px;
}

.flag-mo {
	background-position: -48px -99px;
}

.flag-mp {
	background-position: -64px -99px;
}

.flag-mq {
	background-position: -80px -99px;
}

.flag-mr {
	background-position: -96px -99px;
}

.flag-ms {
	background-position: -112px -99px;
}

.flag-mt {
	background-position: -128px -99px;
}

.flag-mu {
	background-position: -144px -99px;
}

.flag-mv {
	background-position: -160px -99px;
}

.flag-mw {
	background-position: -176px -99px;
}

.flag-mx {
	background-position: -192px -99px;
}

.flag-my {
	background-position: -208px -99px;
}

.flag-mz {
	background-position: -224px -99px;
}

.flag-na {
	background-position: -240px -99px;
}

.flag-nc {
	background-position: 0 -110px;
}

.flag-ne {
	background-position: -16px -110px;
}

.flag-nf {
	background-position: -32px -110px;
}

.flag-ng {
	background-position: -48px -110px;
}

.flag-ni {
	background-position: -64px -110px;
}

.flag-nl {
	background-position: -80px -110px;
}

.flag-no {
	background-position: -96px -110px;
}

.flag-np {
	background-position: -112px -110px;
}

.flag-nr {
	background-position: -128px -110px;
}

.flag-nu {
	background-position: -144px -110px;
}

.flag-nz {
	background-position: -160px -110px;
}

.flag-om {
	background-position: -176px -110px;
}

.flag-pa {
	background-position: -192px -110px;
}

.flag-pe {
	background-position: -208px -110px;
}

.flag-pf {
	background-position: -224px -110px;
}

.flag-pg {
	background-position: -240px -110px;
}

.flag-ph {
	background-position: 0 -121px;
}

.flag-pk {
	background-position: -16px -121px;
}

.flag-pl {
	background-position: -32px -121px;
}

.flag-pm {
	background-position: -48px -121px;
}

.flag-pn {
	background-position: -64px -121px;
}

.flag-pr {
	background-position: -80px -121px;
}

.flag-ps {
	background-position: -96px -121px;
}

.flag-pt {
	background-position: -112px -121px;
}

.flag-pw {
	background-position: -128px -121px;
}

.flag-py {
	background-position: -144px -121px;
}

.flag-qa {
	background-position: -160px -121px;
}

.flag-re {
	background-position: -176px -121px;
}

.flag-ro {
	background-position: -192px -121px;
}

.flag-rs {
	background-position: -208px -121px;
}

.flag-ru {
	background-position: -224px -121px;
}

.flag-rw {
	background-position: -240px -121px;
}

.flag-sa {
	background-position: 0 -132px;
}

.flag-sb {
	background-position: -16px -132px;
}

.flag-sc {
	background-position: -32px -132px;
}

.flag-scotland {
	background-position: -48px -132px;
}

.flag-sd {
	background-position: -64px -132px;
}

.flag-se {
	background-position: -80px -132px;
}

.flag-sg {
	background-position: -96px -132px;
}

.flag-sh {
	background-position: -112px -132px;
}

.flag-si {
	background-position: -128px -132px;
}

.flag-sk {
	background-position: -144px -132px;
}

.flag-sl {
	background-position: -160px -132px;
}

.flag-sm {
	background-position: -176px -132px;
}

.flag-sn {
	background-position: -192px -132px;
}

.flag-so {
	background-position: -208px -132px;
}

.flag-somaliland {
	background-position: -224px -132px;
}

.flag-sr {
	background-position: -240px -132px;
}

.flag-ss {
	background-position: 0 -143px;
}

.flag-st {
	background-position: -16px -143px;
}

.flag-sv {
	background-position: -32px -143px;
}

.flag-sx {
	background-position: -48px -143px;
}

.flag-sy {
	background-position: -64px -143px;
}

.flag-sz {
	background-position: -80px -143px;
}

.flag-tc {
	background-position: -96px -143px;
}

.flag-td {
	background-position: -112px -143px;
}

.flag-tf {
	background-position: -128px -143px;
}

.flag-tg {
	background-position: -144px -143px;
}

.flag-th {
	background-position: -160px -143px;
}

.flag-tibet {
	background-position: -176px -143px;
}

.flag-tj {
	background-position: -192px -143px;
}

.flag-tk {
	background-position: -208px -143px;
}

.flag-tl {
	background-position: -224px -143px;
}

.flag-tm {
	background-position: -240px -143px;
}

.flag-tn {
	background-position: 0 -154px;
}

.flag-to {
	background-position: -16px -154px;
}

.flag-tr {
	background-position: -32px -154px;
}

.flag-tt {
	background-position: -48px -154px;
}

.flag-tv {
	background-position: -64px -154px;
}

.flag-tw {
	background-position: -80px -154px;
}

.flag-tz {
	background-position: -96px -154px;
}

.flag-ua {
	background-position: -112px -154px;
}

.flag-ug {
	background-position: -128px -154px;
}

.flag-um {
	background-position: -144px -154px;
}

.flag-us {
	background-position: -160px -154px;
}

.flag-uy {
	background-position: -176px -154px;
}

.flag-uz {
	background-position: -192px -154px;
}

.flag-va {
	background-position: -208px -154px;
}

.flag-vc {
	background-position: -224px -154px;
}

.flag-ve {
	background-position: -240px -154px;
}

.flag-vg {
	background-position: 0 -165px;
}

.flag-vi {
	background-position: -16px -165px;
}

.flag-vn {
	background-position: -32px -165px;
}

.flag-vu {
	background-position: -48px -165px;
}

.flag-wales {
	background-position: -64px -165px;
}

.flag-wf {
	background-position: -80px -165px;
}

.flag-ws {
	background-position: -96px -165px;
}

.flag-xk {
	background-position: -112px -165px;
}

.flag-ye {
	background-position: -128px -165px;
}

.flag-yt {
	background-position: -144px -165px;
}

.flag-za {
	background-position: -160px -165px;
}

.flag-zanzibar {
	background-position: -176px -165px;
}

.flag-zm {
	background-position: -192px -165px;
}

.flag-zw {
	background-position: -208px -165px;
}

.img-box-shadow {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.img-box-shadow:hover {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, .4);
}

.img-thumbnail.full {
	width: 100%;
}

.img-thumbnail.full img {
	width: 100%;
}

.img-thumbnail video {
	width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

.img-thumbnail .link {
	transition: .3s;
	background: #3575d3;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	border-radius: 0 0 0 4px;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
}

.img-thumbnail .link i {
	font-size: 20px;
	position: relative;
	top: -4px;
}

.img-thumbnail:hover .link {
	right: 0;
	top: 0;
}

.img-thumbnail .inner {
	display: block;
	overflow: hidden;
	position: relative;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.img-thumbnail.img-thumbnail-no-borders {
	border-radius: 0;
	padding: 0;
	max-width: 100% !important;
	border-width: 0;
}

.img-thumbnail.img-thumbnail-no-borders .inner, .img-thumbnail.img-thumbnail-no-borders img {
	border-radius: 0;
}

.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper, .img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper li.tp-revslider-slidesli {
	border-radius: 0 !important;
}

.porto-image-frame>.img-thumbnail {
	display: block;
}

.porto-image-frame {
	margin-bottom: 30px;
}

.gallery-row {
	margin: 0 -4px;
}

.img-opacity-effect a img {
	transition: opacity .2s ease-in-out;
	overflow: hidden;
}

.img-opacity-effect a img:hover {
	opacity: .9;
}

.owl-item .thumb-gallery-thumbs-item img {
	border: 2px solid transparent;
}

.owl-item.selected .thumb-gallery-thumbs-item img {
	border-color: #3575d3;
}

.masonry:after {
	content: " ";
	display: table;
	clear: both;
}

.masonry .masonry-item {
	width: 25%;
	float: left;
}

.masonry .masonry-item.w2 {
	width: 50%;
}

.masonry .masonry-item img {
	border-radius: 0 !important;
}

.img-zoom-in .img-thumbnail, .img-zoom-overlay .img-thumbnail {
	overflow: hidden;
}

.img-zoom-in .img-thumbnail:hover img, .img-zoom-overlay .img-thumbnail:hover img {
	transform: scale(1.1, 1.1);
}

.img-zoom-overlay .img-thumbnail:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	opacity: 0;
	z-index: 1;
	background-color: #fff;
	transition: background-color .2s, opacity .2s;
}

.img-zoom-overlay .img-thumbnail:hover:after {
	opacity: 1;
	background-color: rgba(33, 37, 41, .8);
}

.btn-inverse {
	color: #fff;
	background-color: #333;
	border-color: #2d2d2d;
}

.btn-inverse:focus {
	color: #fff;
	background-color: #262626;
	border-color: #202020;
}

.btn-inverse:hover {
	color: #fff;
	background-color: #262626;
	border-color: #202020;
}

.btn-inverse.active, .btn-inverse:active, .open>.btn-inverse.dropdown-toggle {
	color: #fff;
	background-color: #262626;
	border-color: #202020;
}

.btn-inverse.active, .btn-inverse:active, .open>.btn-inverse.dropdown-toggle {
	background-image: none;
}

.btn-inverse.disabled, .btn-inverse.disabled.active, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled], .btn-inverse[disabled].active, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
	background-color: #333;
	border-color: #2d2d2d;
}

.btn-inverse .badge {
	color: #333;
	background-color: #fff;
}

.btn {
	margin: 0;
}

.btn-block {
	padding-right: 0;
	padding-left: 0;
}

.vc_btn3.vc_btn3-size-md {
	border-radius: 4px;
}

.btn, .btn-group-md>.btn, .vc_btn3.vc_btn3-size-md {
	padding: .533rem .933rem;
	font-size: .8rem;
	line-height: 1.42857;
}

.btn-xl, .vc_btn3.vc_btn3-size-xl {
	font-size: 1rem;
	padding: .8rem 2rem;
}

.btn-group-sm>.btn, .btn-sm, .vc_btn3.vc_btn3-size-sm {
	padding: .3rem .65rem;
	font-size: .75rem;
	line-height: 1.5;
}

.btn-group-xs>.btn .vc_btn3.vc_btn3-size-xs, .btn-xs {
	padding: .2rem .5rem;
	font-size: .7rem;
	line-height: 1.5;
}

.button {
	display: inline-block;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	touch-action: manipulation;
	padding: 8px 12px;
	white-space: nowrap;
	line-height: 1.5;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button:disabled {
	cursor: default;
}

.button:hover {
	text-decoration: none;
}

.btn-default {
	color: #666;
}

.btn-default.btn {
	background: #fff;
	box-shadow: none !important;
	border-color: rgba(0, 0, 0, .08);
}

.btn-default.btn[disabled], .btn-default.btn[disabled]:hover {
	background: #fff;
	border-color: rgba(0, 0, 0, .09);
}

.btn-default.btn:hover {
	background-color: #f2f2f2;
	border-color: rgba(0, 0, 0, .06);
}

.btn-default.btn-borders {
	background: none;
}

.btn-outline {
	border-width: 2px;
}

.btn-icon {
	display: inline-flex;
	align-items: center;
}

.btn-icon i {
	margin-right: 10px;
}

.btn-icon-right i {
	margin-right: 0;
	margin-left: 10px;
}

.btn-icon-only i {
	margin-right: 0;
}

.btn-success {
	background-color: #47a447;
	border-color: #47a447 #47a447 #388038;
	color: #fff;
}

.btn-success:active, .btn-success:focus, .btn-success:hover {
	border-color: #63bb63 #63bb63 #47a447;
	background-color: #58b758;
	color: #fff;
}

.btn-warning {
	background-color: #ed9c28;
	border-color: #ed9c28 #ed9c28 #d18211;
	color: #fff;
}

.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
	border-color: #f1b257 #f1b257 #ed9c28;
	background-color: #f0ab49;
	color: #fff;
}

.btn-danger {
	background-color: #d2322d;
	border-color: #d2322d #d2322d #a82824;
	color: #fff;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
	border-color: #db5b57 #db5b57 #d2322d;
	background-color: #d84f4a;
	color: #fff;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de #5bc0de #31b0d5;
	color: #fff;
}

.btn-info:active, .btn-info:focus, .btn-info:hover {
	border-color: #85d0e7 #85d0e7 #5bc0de;
	background-color: #79cbe4;
	color: #fff;
}

.btn-primary {
	background-color: #3575d3;
	border-color: #3575d3 #3575d3 #275eaf;
	color: #fff;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	border-color: #5f92dd #5f92dd #3575d3;
	background-color: #538ada;
	color: #fff;
}

.btn-primary.dropdown-toggle {
	border-left-color: #2b69c4;
}

.btn-secondary {
	background-color: #e36159;
	border-color: #e36159 #e36159 #dc382e;
	color: #fff;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	border-color: #eb8b85 #eb8b85 #e36159;
	background-color: #e97f78;
	color: #fff;
}

.btn-secondary.dropdown-toggle {
	border-left-color: #e04d44;
}

.btn-tertiary {
	background-color: #2baab1;
	border-color: #2baab1 #2baab1 #228388;
	color: #fff;
}

.btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:hover {
	border-color: #3fc9d1 #3fc9d1 #2baab1;
	background-color: #33c6ce;
	color: #fff;
}

.btn-tertiary.dropdown-toggle {
	border-left-color: #27979d;
}

.btn-quaternary {
	background-color: #383f48;
	border-color: #383f48 #383f48 #22262c;
	color: #fff;
}

.btn-quaternary:active, .btn-quaternary:focus, .btn-quaternary:hover {
	border-color: #4f5965 #4f5965 #383f48;
	background-color: #48515d;
	color: #fff;
}

.btn-quaternary.dropdown-toggle {
	border-left-color: #2d333a;
}

.btn-dark {
	background-color: #212529;
	border-color: #212529 #212529 #0b0c0d;
	color: #fff;
}

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
	border-color: #383f46 #383f46 #212529;
	background-color: #31373d;
	color: #fff;
}

.btn-dark.dropdown-toggle {
	border-left-color: #16191b;
}

.btn-light {
	background-color: #fff;
	border-color: #fff #fff #e6e6e6;
	color: #212529;
}

.btn-light:active, .btn-light:focus, .btn-light:hover {
	border-color: #fff #fff #fff;
	background-color: #fff;
	color: #212529;
}

.btn-light.dropdown-toggle {
	border-left-color: #f3f3f3;
}

.btn-borders {
	border-width: 2px;
	background: transparent;
	padding: .483rem 1.0625rem;
}

.btn-borders.btn-success {
	border-color: #47a447;
	color: #47a447;
}

.btn-borders.btn-success:active, .btn-borders.btn-success:focus, .btn-borders.btn-success:hover {
	background-color: #47a447;
	border-color: #47a447 !important;
	color: #fff;
}

.btn-borders.btn-warning {
	border-color: #ed9c28;
	color: #ed9c28;
}

.btn-borders.btn-warning:active, .btn-borders.btn-warning:focus, .btn-borders.btn-warning:hover {
	background-color: #ed9c28;
	border-color: #ed9c28 !important;
	color: #fff;
}

.btn-borders.btn-danger {
	border-color: #d2322d;
	color: #d2322d;
}

.btn-borders.btn-danger:active, .btn-borders.btn-danger:focus, .btn-borders.btn-danger:hover {
	background-color: #d2322d;
	border-color: #d2322d !important;
	color: #fff;
}

.btn-borders.btn-info {
	border-color: #5bc0de;
	color: #5bc0de;
}

.btn-borders.btn-info:active, .btn-borders.btn-info:focus, .btn-borders.btn-info:hover {
	background-color: #5bc0de;
	border-color: #5bc0de !important;
	color: #fff;
}

.btn-borders.btn-primary {
	border-color: #3575d3;
	color: #3575d3;
}

.btn-borders.btn-primary:active, .btn-borders.btn-primary:focus, .btn-borders.btn-primary:hover {
	background-color: #3575d3;
	border-color: #3575d3 !important;
	color: #fff;
}

.btn-borders.btn-secondary {
	border-color: #e36159;
	color: #e36159;
}

.btn-borders.btn-secondary:active, .btn-borders.btn-secondary:focus, .btn-borders.btn-secondary:hover {
	background-color: #e36159;
	border-color: #e36159 !important;
	color: #fff;
}

.btn-borders.btn-tertiary {
	border-color: #2baab1;
	color: #2baab1;
}

.btn-borders.btn-tertiary:active, .btn-borders.btn-tertiary:focus, .btn-borders.btn-tertiary:hover {
	background-color: #2baab1;
	border-color: #2baab1 !important;
	color: #fff;
}

.btn-borders.btn-quaternary {
	border-color: #383f48;
	color: #383f48;
}

.btn-borders.btn-quaternary:active, .btn-borders.btn-quaternary:focus, .btn-borders.btn-quaternary:hover {
	background-color: #383f48;
	border-color: #383f48 !important;
	color: #fff;
}

.btn-borders.btn-dark {
	border-color: #212529;
	color: #212529;
}

.btn-borders.btn-dark:active, .btn-borders.btn-dark:focus, .btn-borders.btn-dark:hover {
	background-color: #212529;
	border-color: #212529 !important;
	color: #fff;
}

.btn-borders.btn-light {
	border-color: #fff;
	color: #fff;
}

.btn-borders.btn-light:active, .btn-borders.btn-light:focus, .btn-borders.btn-light:hover {
	background-color: #fff;
	border-color: #fff !important;
	color: #212529;
}

.btn-borders.btn-xl {
	padding: .75rem 2rem;
}

.btn-borders.btn-lg, .btn-group-lg>.btn-borders.btn {
	padding: .45rem 1rem;
}

.btn-borders.btn-sm, .btn-group-sm>.btn-borders.btn {
	border-width: 2px;
	padding: .25rem .65rem;
}

.btn-borders.btn-xs, .btn-group-xs>.btn-borders.btn {
	padding: .15rem .5rem;
	border-width: 1px;
}

.btn-3d {
	border-bottom-width: 3px;
}

.btn-3d.btn-sm, .btn-group-sm>.btn-3d.btn {
	border-width: 2px;
}

.btn-3d.btn-xs, .btn-group-xs>.btn-3d.btn {
	border-width: 1px;
}

.btn-flat {
	display: inline-block;
}

.btn-modern {
	text-transform: uppercase;
	font-size: .75rem;
	padding: .75rem 1.5rem;
	font-weight: 600;
}

.btn-modern.btn-xl {
	font-size: 1rem;
	padding: 1.25em 3.125em;
}

.btn-modern.btn-lg {
	font-size: .875rem;
	padding: 1rem 2.25rem;
}

.btn-modern.btn-sm {
	font-size: .7rem;
	padding: .7rem 1.4rem;
}

.btn-modern.btn-xs {
	font-size: .625rem;
	padding: .6rem 1.2rem;
}

.box-shadow-2 .btn, .btn.box-shadow-2 {
	box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .45);
}

.btn-arrow {
	font-weight: 600;
}

.btn-arrow:not(.btn-borders) {
	background: none !important;
	border: none !important;
}

.btn-arrow:focus {
	box-shadow: none !important;
}

.btn-arrow .icon-wrapper {
	background-color: #ccc;
	display: inline-block;
	height: 25px;
	line-height: 24px;
	width: 24px;
	border-radius: 50%;
	margin-left: 8px;
	transition: .1s linear;
}

.btn-arrow:hover .icon-wrapper {
	transform: translateX(5px);
}

.btn-arrow i {
	color: #fff;
	font-size: 8px;
	top: -1px;
	position: relative;
}

.btn-arrow.btn-primary {
	color: #3575d3;
}

.btn-arrow.btn-primary .icon-wrapper {
	background-color: #3575d3;
	box-shadow: 2px 3px 18px -3px #3575d3;
}

.btn-arrow.btn-secondary {
	color: #e36159;
}

.btn-arrow.btn-secondary .icon-wrapper {
	background-color: #e36159;
	box-shadow: 2px 3px 18px -3px #e36159;
}

.btn-arrow.btn-tertiary {
	color: #2baab1;
}

.btn-arrow.btn-tertiary .icon-wrapper {
	background-color: #2baab1;
	box-shadow: 2px 3px 18px -3px #2baab1;
}

.btn-arrow.btn-quaternary {
	color: #383f48;
}

.btn-arrow.btn-quaternary .icon-wrapper {
	background-color: #383f48;
	box-shadow: 2px 3px 18px -3px #383f48;
}

.btn-arrow.btn-dark {
	color: #212529;
}

.btn-arrow.btn-dark .icon-wrapper {
	background-color: #212529;
	box-shadow: 2px 3px 18px -3px #212529;
}

.btn-arrow.btn-light {
	color: #fff;
}

.btn-arrow.btn-light .icon-wrapper {
	background-color: #fff;
	box-shadow: 2px 3px 18px -3px #fff;
}

.btn.btn-full-rounded {
	border-radius: 2em;
}

.btn-gray {
	background-color: #eee;
	color: #222529;
}

.btn-gray:hover {
	background-color: #f4f4f4;
	color: #222529;
}

.btn i {
	display: inline-block;
	transition: transform .25s linear;
	line-height: 1;
}

.btn.hover-icon-zoom:hover i, .porto-u-icons.hover-icon-zoom .porto-icon:hover {
	transform: scale(1.15, 1.15);
}

.btn.hover-icon-up:hover i, .porto-u-icons.hover-icon-up .porto-icon:hover {
	transform: translateY(-4px);
}

.btn.hover-icon-left:hover i, .porto-u-icons.hover-icon-left .porto-icon:hover {
	transform: translateX(-6px);
}

.btn.hover-icon-right:hover i, .porto-u-icons.hover-icon-right .porto-icon:hover {
	transform: translateX(6px);
}

.btn.hover-icon-pulse-left-right:hover i, .porto-u-icons.hover-icon-pulse-left-right .porto-icon:hover {
	animation: btnArrowEffect1 ease-out .3s;
}

.btn.hover-icon-pulse-infnite:hover i, .porto-u-icons.hover-icon-pulse-infnite .porto-icon:hover {
	left: auto !important;
	animation: navItemArrow .6s linear infinite;
}

.btn-hover-text-effect {
	overflow: hidden;
}

.btn-hover-text-effect .btn-text {
	transition: opacity .65s, transform .85s;
}

.btn-hover-text-effect .btn-text:after {
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
	top: 50%;
	opacity: 0;
	transition: inherit;
}

.btn-hover-text-effect:hover .btn-text:after {
	opacity: 1;
}

.btn-text {
	display: inline-block;
	position: relative;
	z-index: 3;
}

.btn.hover-text-switch-left .btn-text:after {
	left: 100%;
	transform: translate(50%, -50%);
}

.btn.hover-text-switch-left:hover .btn-text {
	transform: translateX(-200%);
}

.btn.hover-text-switch-left:hover .btn-text:after {
	transform: translate(100%, -50%);
}

.btn.hover-text-switch-up .btn-text:after {
	left: 50%;
	transform: translate(-50%, 100%);
}

.btn.hover-text-switch-up:hover .btn-text {
	transform: translateY(-200%);
}

.btn.hover-text-switch-up:hover .btn-text:after {
	transform: translate(-50%, 150%);
}

.btn.hover-text-marquee-left .btn-text:after {
	left: 100%;
	transform: translate(100%, -50%);
}

.btn.hover-text-marquee-left:hover .btn-text {
	animation: btnMarqueeLeft 2s linear infinite;
}

.btn.hover-text-marquee-up .btn-text:after {
	top: 100%;
	left: 50%;
	transform: translate(-50%, 100%);
}

.btn.hover-text-marquee-up:hover .btn-text {
	animation: btnMarqueeUp 1s linear infinite;
}

.btn.hover-text-marquee-down .btn-text:after {
	top: -100%;
	left: 50%;
	transform: translate(-50%, -100%);
}

.btn.hover-text-marquee-down:hover .btn-text {
	animation: btnMarqueeDown 1s linear infinite;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
}

.overlay-show {
	margin-bottom: 30px;
}

.card-body>:last-child, .tab-pane>:last-child {
	margin-bottom: 0;
}

.video-cover {
	overflow: hidden !important;
}

.map_info_text p {
	margin-bottom: 10px;
}

.map_info_text p:last-child {
	margin-bottom: 0;
}

.alignleft {
	float: left;
	margin: 4px 24px 7px 0;
}

.alignright {
	float: right;
	margin: 4px 0 7px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 4px auto 7px;
	text-align: center;
}

blockquote.alignleft, blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p, blockquote.alignright p {
	margin-bottom: 17px;
}

.mceItemTable {
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.mceItemTable caption, .mceItemTable th {
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

.mceItemTable td {
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}

.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 100%;
	padding: 0;
	text-align: left;
}

.html5-captions .wp-caption {
	padding: 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
	text-align: left;
}

.html5-captions .wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
	text-align: right;
}

.wp-caption.alignright .wp-caption-dd, .wp-caption.alignright img {
	padding-left: 10px;
}

.html5-captions .wp-caption.alignright {
	margin-left: 24px;
}

.html5-captions .wp-caption.alignright .wp-caption-dd, .html5-captions .wp-caption.alignright img {
	padding: 0;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text, .wp-caption-dd {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0;
	text-align: left;
}

.mceTemp+ol, .mceTemp+ul {
	list-style-position: inside;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	width: 100%;
	padding: 15px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.1111111111%;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	padding: 6px 8px;
	text-align: center;
	width: 100%;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

ul.list.icons li a {
	color: #0a0a0a;
}

ul.list.icons li i {
	margin-right: 5px;
}

ul.icons {
	list-style: none;
}

.list li {
	margin-bottom: 13px;
}

.list.pull-left li {
	text-align: left;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #3575d3;
	border-color: #3575d3;
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li i {
	border: 1px solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li i {
	background-color: #3575d3;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li i {
	font-size: .9em;
	top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li i {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li i {
	width: 20px;
	height: 20px;
	padding: 5px 3px 3px;
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 32px;
}

.list.list-icons.list-icons-lg li i {
	font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li i {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li i {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0;
}

.list.list-icons.list-icons-reverse li i {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px;
}

.list.list-borders li {
	border-bottom: 1px solid #eaeaea;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px;
}

.list.list-borders li:last-child {
	border-bottom: 0;
}

.list.list-side-borders {
	border-left: 1px solid #eaeaea;
	padding-left: 10px;
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: 700;
	color: #3575d3;
	border-color: #3575d3;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background: #3575d3;
	color: #fff;
	border: 0;
}

.list.list-unstyled {
	padding-left: 0;
	padding-right: 0;
}

.fontawesome-icon-list, .sample-icon-list {
	margin-top: 22px;
}

.fontawesome-icon-list>div, .sample-icon-list>div {
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	color: #444;
}

.fontawesome-icon-list>div:hover, .fontawesome-icon-list>div:hover .text-muted, .sample-icon-list>div:hover, .sample-icon-list>div:hover .text-muted {
	color: #3575d3;
}

.fontawesome-icon-list>div:hover i, .sample-icon-list>div:hover i {
	font-size: 28px;
	vertical-align: -6px;
}

.fontawesome-icon-list i, .sample-icon-list i {
	display: inline-block;
	background-image: none;
	font-size: 14px;
	margin-right: 4px;
	text-align: center;
	width: 32px;
}

.link-hover-style-1 a {
	display: inline-block;
}

.link-hover-style-1 a:hover {
	transform: translateX(3px);
}

.list-secondary .list-icons li i, .list-secondary.list-ordened li:before {
	border-color: #e36159;
	color: #e36159;
}

.list-secondary.list-icons.list-icons-style-3 li i, .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #e36159;
	color: #fff;
}

.list-tertiary .list-icons li i, .list-tertiary.list-ordened li:before {
	border-color: #2baab1;
	color: #2baab1;
}

.list-tertiary.list-icons.list-icons-style-3 li i, .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #2baab1;
	color: #fff;
}

.list-quaternary .list-icons li i, .list-quaternary.list-ordened li:before {
	border-color: #383f48;
	color: #383f48;
}

.list-quaternary.list-icons.list-icons-style-3 li i, .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #383f48;
	color: #fff;
}

.list-dark .list-icons li i, .list-dark.list-ordened li:before {
	border-color: #212529;
	color: #212529;
}

.list-dark.list-icons.list-icons-style-3 li i, .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #212529;
	color: #fff;
}

.list-light .list-icons li i, .list-light.list-ordened li:before {
	border-color: #fff;
	color: #fff;
}

.list-light.list-icons.list-icons-style-3 li i, .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #fff;
	color: #212529;
}

.porto-carousel .owl-item>.elementor-column, .porto-carousel>.elementor-column {
	width: 100%;
}

.porto-half-slider:not(.owl-loaded)>* {
	--porto-cw: var(--porto-col-xs);
}

.porto-half-slider:not(.owl-loaded)>li.product-col {
	width: var(--porto-col-xs, 100%);
}

@media (min-width:576px) {
	.porto-half-slider:not(.owl-loaded)>* {
		--porto-cw: var(--porto-col-sm);
	}
	
	.porto-half-slider:not(.owl-loaded)>li.product-col {
		width: var(--porto-col-sm, 100%);
	}
}

@media (min-width:768px) {
	.porto-half-slider:not(.owl-loaded)>* {
		--porto-cw: var(--porto-col-md);
	}
	
	.porto-half-slider:not(.owl-loaded)>li.product-col {
		width: var(--porto-col-md, 100%);
	}
}

@media (min-width:992px) {
	.porto-half-slider:not(.owl-loaded)>* {
		--porto-cw: var(--porto-col-lg);
	}
	
	.porto-half-slider:not(.owl-loaded)>li.product-col {
		width: var(--porto-col-lg, 100%);
	}
}

.has-ccols.owl-loaded>div {
	flex: none;
	width: auto;
	max-width: none;
}

.has-ccols.owl-loaded>.owl-nav {
	width: 100%;
}

.elementor-widget-wrap.has-ccols>.owl-nav {
	width: calc(100% - var(--porto-el-section-space, 15px) * 2);
}

.row>.porto-carousel {
	padding-left: 0;
	padding-right: 0;
}

.has-ccols-spacing.owl-loaded {
	--porto-el-spacing: 0;
}

.fullscreen-carousel {
	height: 100vh;
	position: relative;
}

.fullscreen-carousel .owl-carousel:not(.owl-loaded)>*, .fullscreen-carousel .owl-item>* {
	height: 100vh;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 1;
}

.owl-carousel.row {
	width: auto;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav button {
	outline: none;
}

.owl-carousel .item-video {
	height: 300px;
}

.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	margin-top: 0;
	width: 100%;
	flex: none;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 22px;
	margin: 0;
	transform: translateY(-50%);
	background-color: #3575d3;
	border-color: #3575d3;
	color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: "Porto";
	content: "";
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav .owl-next:before {
	font-family: "Porto";
	content: "";
}

.owl-carousel .owl-nav [class*=owl-]:active, .owl-carousel .owl-nav [class*=owl-]:focus, .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #2b69c4;
	border-color: #2b69c4;
}

.owl-carousel .owl-dots {
	margin-top: 1em;
}

.owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 40px;
	margin-right: 40px;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.owl-carousel.nav-bottom .owl-stage-outer {
	margin-bottom: 10px;
}

.owl-carousel.show-nav-hover .owl-prev {
	transform: translate(-10px, -50%);
}

.owl-carousel.show-nav-hover .owl-next {
	transform: translate(10px, -50%);
}

@media (max-width:991px) {
	.owl-carousel.show-nav-hover .owl-prev {
		left: 0;
		transform: translate(10px, -50%);
	}
	
	.owl-carousel.show-nav-hover .owl-next {
		right: 0;
		transform: translate(-10px, -50%);
	}
}

.owl-carousel.show-nav-hover .owl-next, .owl-carousel.show-nav-hover .owl-prev {
	transition: opacity .2s, transform .4s;
	opacity: 0;
}

.owl-carousel.show-nav-hover:hover .owl-next, .owl-carousel.show-nav-hover:hover .owl-prev {
	opacity: 1;
	transform: translate(0, -50%);
}

.owl-carousel.show-nav-hover:hover .owl-next.disabled, .owl-carousel.show-nav-hover:hover .owl-prev.disabled {
	opacity: .5;
}

.owl-carousel.show-nav-title .owl-nav {
	top: 0;
	right: 0;
	margin-top: -26px;
	width: auto;
}

.owl-carousel.show-nav-title .owl-nav [class*=owl-] {
	color: #212529;
}

.owl-carousel.show-nav-title .owl-nav [class*=owl-], .owl-carousel.show-nav-title .owl-nav [class*=owl-]:active, .owl-carousel.show-nav-title .owl-nav [class*=owl-]:hover {
	background: transparent !important;
	width: 18px;
	font-size: 18px;
	padding-left: 0;
	padding-right: 0;
}

.owl-carousel.show-nav-title .owl-nav .owl-prev {
	left: -45px;
}

.owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
}

.owl-carousel.nav-bottom .owl-nav .owl-next, .owl-carousel.nav-bottom .owl-nav .owl-prev {
	position: static;
	transform: none;
	margin: 0 3px;
}

.owl-carousel.rounded-nav .owl-nav [class*=owl-], .owl-carousel.rounded-nav .owl-nav [class*=owl-]:hover {
	padding: 3px 7px;
	border-radius: 50%;
	background: transparent !important;
	border: 1px solid #999;
	color: #999;
	width: 30px;
}

.owl-carousel.nav-style-1 .owl-nav [class*=owl-] {
	width: 20px;
	background: none !important;
	color: #3575d3;
	font-size: 20px;
}

.owl-carousel.show-dots-title .owl-dots {
	position: absolute;
	left: 155px;
	top: -54px;
	margin-top: 0 !important;
	line-height: 0;
}

.owl-carousel.show-dots-title-right .owl-dots {
	display: flex;
	align-items: center;
	position: absolute;
	left: auto;
	right: calc(15px - 2px);
	margin-top: 0 !important;
	top: -33px;
}

.owl-carousel.show-dots-title-right .owl-dots.disabled {
	display: none;
}

.owl-carousel.custom-dots .owl-dots {
	position: absolute;
	margin-top: 0 !important;
	line-height: 1;
}

.owl-carousel.custom-dots .owl-dots .owl-dot {
	vertical-align: middle;
}

.owl-carousel.custom-dots .owl-dots.disabled {
	display: none;
}

.owl-carousel.nav-inside .owl-dots {
	bottom: 2px;
	margin-top: 10px;
	position: absolute;
	right: 6px;
	z-index: 1;
}

.owl-carousel.nav-inside-left .owl-dots {
	left: 6px;
	right: auto;
}

.owl-carousel.nav-inside-center .owl-dots {
	right: 36px;
	left: 36px;
}

.owl-carousel.big-nav .owl-nav [class*=owl-], .owl-carousel.big-nav .owl-nav [class*=owl-]:hover, .owl-carousel.full-width .owl-nav [class*=owl-], .owl-carousel.full-width .owl-nav [class*=owl-]:hover {
	height: auto;
	padding: 20px 0;
	margin: 0;
}

.owl-carousel.nav-style-2 .owl-nav [class*=owl-] {
	background: none !important;
	color: #fff;
	font-size: 1.5rem;
}

.owl-carousel.nav-style-3 .owl-nav [class*=owl-] {
	width: 35px;
	height: 45px;
	line-height: 33px;
	background-color: rgba(38, 42, 47, .4);
	border-color: transparent !important;
}

.owl-carousel.nav-style-4 .owl-nav [class*=owl-] {
	width: 30px;
	background: none !important;
	color: #222529;
	font-size: 24px;
}

.owl-carousel.nav-style-4 .owl-prev:before {
	content: "";
}

.owl-carousel.nav-style-4 .owl-next:before {
	content: "";
}

.owl-carousel.nav-pos-inside .owl-nav .owl-prev {
	left: 15px;
}

.owl-carousel.nav-pos-inside .owl-nav .owl-next {
	right: 15px;
}

.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
	left: -30px;
}

.owl-carousel.nav-pos-outside .owl-nav .owl-next {
	right: -30px;
}

@media (max-width:991px) {
	.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
		left: -10px;
	}
	
	.owl-carousel.nav-pos-outside .owl-nav .owl-next {
		right: -10px;
	}
}

.owl-carousel.nav-center-images-only .owl-nav {
	top: 37%;
}

.owl-carousel.top-border {
	padding-top: 18px;
	border-top: 1px solid #dfdfdf;
}

.owl-carousel .owl-item .owl-lazy {
	transition: all .2s linear, opacity .4s;
}

.owl-carousel .owl-item .owl-lazy-loaded {
	opacity: 1;
}

.owl-carousel .wpb_content_element {
	margin-bottom: 0;
}

.owl-carousel.carousel-center-active-item .owl-item {
	opacity: .2;
	transition: opacity .3s;
}

.owl-carousel.carousel-center-active-item .owl-item.center {
	opacity: 1;
}

.owl-carousel.carousel-center-active-item-style-2 .owl-item {
	opacity: .7;
}

.owl-carousel.dots-style-1 .owl-dots span {
	width: 14px;
	height: 14px;
	border: 2px solid #e7e7e7;
	background: none !important;
	margin: 2px;
	position: relative;
}

.owl-carousel.dots-style-1 .owl-dot.active span, .owl-carousel.dots-style-1 .owl-dot:hover span {
	color: #3575d3;
	border: 2px solid;
}

.owl-carousel.dots-style-1 .owl-dot.active span:after, .owl-carousel.dots-style-1 .owl-dot:hover span:after {
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border-radius: 30px;
	border: 2px solid;
}

.owl-carousel.dots-light .owl-dots .owl-dot span {
	background: #fff;
	opacity: .6;
}

.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span {
	opacity: 1;
}

.owl-carousel-shadow .owl-stage-outer {
	margin-left: calc(-1 * var(--porto-el-spacing, 5px));
	margin-right: calc(-1 * var(--porto-el-spacing, 5px));
	padding-left: var(--porto-el-spacing, 5px);
	padding-right: var(--porto-el-spacing, 5px);
}

.owl-carousel-spaced {
	margin-left: -5px;
}

.owl-carousel-spaced .owl-item>div {
	margin: 5px;
}

.owl-carousel.testimonials img {
	display: inline-block;
	height: 70px;
	width: 70px;
}

@media (max-width:575px) {
	.owl-carousel-spaced {
		margin-left: 0;
	}
}

.slick-slider .slick-dots li {
	opacity: 1 !important;
}

.slick-slider .slick-dots li i {
	color: #e7e7e7;
}

.slick-slider .slick-dots li.slick-active i, .slick-slider .slick-dots li:hover i {
	color: #2b69c4 !important;
}

.slick-slider .slick-prev {
	width: auto;
	height: auto;
	left: 0;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, .3);
}

.slick-slider .slick-next {
	width: auto;
	height: auto;
	right: 0;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, .3);
}

@media (max-width:767px) {
	.slick-slider .slick-next, .slick-slider .slick-prev {
		display: none !important;
	}
}

.dots-inner .slick-slider ul.slick-dots, .slick-slider.dots-inner ul.slick-dots {
	position: absolute !important;
	bottom: 10px !important;
}

[dir=rtl] .slick-next:before, [dir=rtl] .slick-prev:before {
	display: none;
}

.yith-wcan-loading {
	position: relative;
}

.fullscreen-carousel>.owl-carousel:before {
	z-index: 0;
}

.fullscreen-carousel>.owl-carousel:after {
	z-index: 0;
	animation: spin .5s infinite linear;
}

.fullscreen-carousel>.owl-carousel .owl-dots, .fullscreen-carousel>.owl-carousel .owl-nav, .fullscreen-carousel>.owl-carousel .owl-stage-outer {
	z-index: 1;
}

.fullscreen-carousel>.owl-loaded:after, .fullscreen-carousel>.owl-loaded:before {
	content: none;
}

.porto-loading-icon {
	z-index: -1;
	visibility: hidden;
}

.mfp-preloader .porto-loading-icon, .porto-ajax-loading .porto-loading-icon, .yith-wcan-loading .porto-loading-icon {
	z-index: 2;
	visibility: visible;
}

.mfp-preloader .porto-loading-icon:before, .porto-ajax-loading .porto-loading-icon:before, .yith-wcan-loading .porto-loading-icon:before {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
	border-top-color: inherit;
	animation: spin 1.5s infinite;
}

.porto-ajax-loading {
	position: relative;
}

.porto-ajax-loading:before {
	z-index: 2;
}

.porto-ajax-loading:after {
	content: " ";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .2;
	z-index: 1;
	background-color: #fff;
}

.porto-ajax-loading.skeleton-body:after {
	content: none;
}

.porto-standable-carousel {
	display: block;
	min-height: 100px;
}

.porto-standable-carousel:not(.owl-loaded)>:not(:first-child) {
	display: none;
}

.porto-standable-carousel .owl-item .vc_single_image-wrapper {
	display: block;
}

.video-slide .ms-slide-bgvideocont:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
}

.fit-video {
	line-height: 1;
	position: relative;
	width: 100%;
}

.fit-video .wp-video, .fit-video iframe {
	width: 100% !important;
}

.video-bg {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	outline: none;
}

.text-muted {
	color: #999 !important;
}

.text-light {
	color: #fff !important;
}

.text-light.wpb_text_column p {
	color: #fff !important;
}

.font-weight-light, .text-weight-light {
	font-weight: 300;
}

.font-weight-light *, .text-weight-light * {
	font-weight: 300;
}

.font-weight-normal, .text-weight-normal {
	font-weight: 400;
}

.font-weight-normal *, .text-weight-normal * {
	font-weight: 400;
}

.font-weight-semibold, .text-weight-semibold {
	font-weight: 600;
}

.font-weight-semibold *, .text-weight-semibold * {
	font-weight: 600;
}

.font-weight-bold, .text-weight-bold {
	font-weight: 700;
}

.font-weight-bold *, .text-weight-bold * {
	font-weight: 700;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-extra-bold {
	font-weight: 800;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
	text-indent: -9999px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 41px;
	height: 41px;
	color: #838383;
}

.mfp-close-btn-in .mfp-close:after, .mfp-close-btn-in .mfp-close:before, .mfp-close:after, .mfp-close:before {
	content: "";
	position: absolute;
}

.mfp-close-btn-in .mfp-close:before, .mfp-close:before {
	width: 17px;
	top: 20px;
	left: 12px;
	border-top: 1px solid;
}

.mfp-close-btn-in .mfp-close:after, .mfp-close:after {
	height: 17px;
	top: 12px;
	left: 20px;
	border-left: 1px solid;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	text-align: left;
}

.mfp-iframe-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:before, .mfp-image-holder .mfp-close:after, .mfp-image-holder .mfp-close:before {
	color: #fff;
}

.mfp-iframe-holder .mfp-close {
	top: -37px;
	width: 40px;
	height: 40px;
}

.mfp-iframe-holder .mfp-close:before {
	width: 16px;
	top: 19px;
	left: 12px;
	border-top-width: 2px;
}

.mfp-iframe-holder .mfp-close:after {
	height: 16px;
	top: 12px;
	left: 19px;
	border-left-width: 2px;
}

.mfp-wrap {
	direction: ltr;
}

body.rtl .mfp-wrap {
	direction: rtl;
}

.mfp-wrap~.select2-container {
	z-index: 9043;
}

.mfp-content {
	direction: ltr;
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-content .mfp-figure figure:before {
	background: #f3f3f3;
	content: "";
	position: absolute;
	width: 100%;
	top: 40px;
	bottom: 40px;
}

.mfp-content .mfp-figure img.mfp-img {
	position: relative;
}

.mfp-content figcaption {
	margin-top: 0;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: .001;
	-webkit-backface-visibility: hidden;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	transform: scale(.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: .001;
	transition: opacity .3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all .2s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: .01;
	transition: opacity .3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup-builder .mfp-content {
	position: static;
}

.dialog {
	padding: 20px 25px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	background: #fff;
}

.dialog.dialog-xs {
	max-width: 200px;
}

.dialog.dialog-sm {
	max-width: 400px;
}

.dialog.dialog-md {
	max-width: 600px;
}

.dialog.dialog-lg {
	max-width: 900px;
}

.white-popup-block {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block.white-popup-block-xs {
	max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
	max-width: 400px;
}

.white-popup-block.white-popup-block-md {
	max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
	max-width: 900px;
}

.mfp-content .ajax-container, .popup-inline-content {
	background: #fff;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 25px;
	position: relative;
	text-align: left;
	display: none;
}

@media (max-width:767px) {
	.mfp-content .ajax-container, .popup-inline-content {
		padding: 20px 12px;
	}
}

.loading-overlay {
	background: #fff;
}

.mfp-content .ajax-container, .mfp-wrap .popup-inline-content {
	display: block;
}

.inline {
	display: inline;
}

.center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.push-bottom {
	margin-bottom: 35px;
}

.push-top {
	margin-top: 35px;
}

.block-nowrap {
	display: inline-block;
	white-space: nowrap;
}

@media (max-width:575px) {
	.block-nowrap {
		display: inline;
	}
}

.block-inline {
	display: inline-block;
}

@media (max-width:575px) {
	.block-inline {
		display: inline;
	}
}

.pt-left {
	float: left !important;
}

.pt-right {
	float: right !important;
}

.pt-none {
	float: none !important;
}

.bold {
	font-weight: bold;
}

.font-light {
	font-weight: 200;
}

.inverted {
	color: #fff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.ms-btn, .text-decoration-none {
	text-decoration: none !important;
}

.alert i {
	margin-right: 8px;
	font-size: 1.1em;
}

.alert ul {
	padding: 0;
	margin: 7px 0 0 25px;
}

.alert ul li {
	font-size: .9em;
}

.alert.alert-sm {
	padding: 5px 10px;
	font-size: .9em;
}

.alert.alert-lg {
	padding: 20px;
	font-size: 1.2em;
}

.alert.alert-default {
	background-color: #f2f2f2;
	border-color: #eaeaea;
	color: #737373;
}

.alert.alert-default .alert-link {
	color: #4c4c4c;
}

.br-none {
	border-radius: 0 !important;
}

.b-none {
	border: medium none !important;
}

.tf-none, .tf-none img {
	transform: none !important;
	transition: none !important;
}

.bg-pos-bottom {
	background-position: center bottom !important;
}

.bg-pos-bottom-zero {
	background-position: center 0 !important;
}

.bg-pos-top {
	background-position: center top !important;
}

.bg-pos-center {
	background-position: center center !important;
}

.bg-pos-left-top {
	background-position: left top !important;
}

.bg-pos-left-bottom {
	background-position: left bottom !important;
}

.bg-pos-left-center {
	background-position: left center !important;
}

body .bg-pos-right-top {
	background-position: right top !important;
}

.bg-pos-right-bottom {
	background-position: right bottom !important;
}

.bg-pos-right-center {
	background-position: right center !important;
}

.bg-attach-fixed {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling:touch) {
	.bg-attach-fixed {
		background-attachment: scroll;
	}
}

.color-white {
	color: #fff !important;
}

.color-white a {
	color: #fff !important;
}

table p {
	margin: 0;
}

dl dd {
	margin-bottom: 15px;
}

blockquote {
	border-left: 5px solid #eee;
	margin: 0 0 1rem 0;
	padding: .5rem 1rem;
	font-size: 1em;
}

blockquote.with-borders {
	border: 1px solid #e7e7e7;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04);
	padding: 1.3rem;
}

.content-grid {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.content-grid .content-grid-item {
	position: relative;
	padding: 10px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-grid .content-grid-item.vc_column_container {
	align-items: center;
}

.content-grid .content-grid-item:after, .content-grid .content-grid-item:before {
	content: "";
	position: absolute;
}

.content-grid .content-grid-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #e7e7e7;
}

.content-grid .content-grid-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #e7e7e7;
}

.content-grid .content-grid-item .img-fluid, .content-grid .content-grid-item .img-responsive {
	display: inline-block;
	flex: 0 0 auto;
}

.content-grid.content-grid-dashed .content-grid-item:before {
	border-left: 1px dashed #e7e7e7;
}

.content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom: 1px dashed #e7e7e7;
}

.cur-pointer {
	cursor: pointer;
}

.font-size-xs {
	font-size: .8em !important;
}

.font-size-sm {
	font-size: .9em !important;
}

.font-size-sm>.vc_btn3 {
	font-size: 1em !important;
}

.font-size-md {
	font-size: 1em !important;
}

.font-size-md>.vc_btn3 {
	font-size: 1em !important;
}

.font-size-lg {
	font-size: 1.1em !important;
}

.font-size-xl {
	font-size: 1.2em !important;
}

.font-size-sl {
	font-size: 1.4em !important;
}

.text-xs {
	font-size: .625rem !important;
}

.text-sm {
	font-size: .8125rem !important;
}

.text-md {
	font-size: 1rem !important;
}

.text-lg {
	font-size: 1.1875rem !important;
}

.text-xl {
	font-size: 1.375rem !important;
}

.line-height-xs {
	line-height: 16px !important;
}

.line-height-sm {
	line-height: 20px !important;
}

.line-height-md {
	line-height: 24px !important;
}

.line-height-lg {
	line-height: 28px !important;
}

.line-height-xl {
	line-height: 32px !important;
}

.sticky-transition[data-plugin-sticky] {
	transition: top .3s ease-in-out;
}

.bounce-loader {
	transition: all .2s;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
	animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
	background-color: #ccc;
	border-radius: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader .bounce1 {
	animation-delay: -.32s;
}

.bounce-loader .bounce2 {
	animation-delay: -.16s;
}

.ajax-box {
	transition: all .2s;
	position: relative;
}

.ajax-box .ajax-box-content {
	transition: all .2s;
	opacity: 1;
	height: auto;
}

.ajax-box .bounce-loader, .ajax-box .porto-ajax-loading {
	opacity: 0;
}

.ajax-box.ajax-box-init {
	height: 0px;
}

.ajax-box.ajax-box-loading {
	height: 300px;
}

.ajax-box.ajax-box-loading .ajax-box-content {
	opacity: 0;
	height: 300px;
}

.ajax-box.ajax-box-loading .bounce-loader, .ajax-box.ajax-box-loading .porto-ajax-loading {
	opacity: 1;
}

.no-transition, .transition-none {
	transition: none !important;
}

.media-left, .media>.pull-left {
	padding-right: 10px;
	float: none;
}

.media-right, .media>.pull-right {
	padding-left: 10px;
	float: none;
	order: 2;
}

.hover-effect-3 img {
	opacity: .3;
	transition: opacity .3s;
}

.hover-effect-3 img:hover {
	opacity: 1;
}

.hover-effect-5 img {
	opacity: .5;
	transition: opacity .5s;
}

.hover-effect-5 img:hover {
	opacity: 1;
}

.box-shadow-gray {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-6 {
	opacity: .6;
}

.opacity-7 {
	opacity: .7;
}

.opacity-8 {
	opacity: .8;
}

.ls-0 {
	letter-spacing: 0;
}

.ls-negative-2 {
	letter-spacing: -2px;
}

.ls-negative-1 {
	letter-spacing: -1px;
}

.curved-border {
	min-height: 7.2vw;
	position: relative;
}

.curved-border:after {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgaWQ9IiIgdmlld0JveD0iMCAwIDE5MjAgMTM2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTkyMHB4IiBoZWlnaHQ9IjEzNnB4Ig0KPg0KCTxnIGlkPSJsYXllcjEiPg0KCQk8cGF0aCBkPSJNIDAgMC4xMSBMIDAgMTM2IEwgMTkyMCAxMzYgTCAxOTIwIDEuOSBDIDE2NTAuMDQ4MiA3OS4wOTU1IDEzMjcuMDY0OCAxMzQgOTgwIDEzNCBDIDYxNS42MjE4IDEzNCAyNzcuNzg3OCA4NC41MDU5IDAgMC4xMSBaIiBmaWxsPSIjZmZmZmZmIi8+DQoJPC9nPg0KPC9zdmc+") center/100% 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100vw;
	height: 7.2vw;
	z-index: 20;
}

.curved-border.curved-border-top:after {
	top: -2px;
	bottom: auto;
	transform: rotateX(180deg);
}

.fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

.hover-effect-dir .fill {
	top: auto;
	left: auto;
	background: rgba(33, 37, 41, .8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fill .centered-icon {
	background: #fff;
	color: #222529;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
}

.particles-wrapper canvas {
	position: relative;
	z-index: 1;
}

.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	transition: opacity .3s ease .1s;
}

.section-primary .read-more, .section-primary .read-more-block {
	color: #fff;
}

.p-relative {
	position: relative;
}

.porto_bundle_cart.loading {
	pointer-events: none;
	opacity: .75;
}

hr.hide {
	display: none !important;
}

hr.short {
	margin: 11px 0;
}

hr.taller {
	margin: 66px 0;
}

hr.invisible {
	background: none;
}

.divider {
	border: 0;
	height: 1px;
	margin: 44px auto;
	text-align: center;
	position: relative;
	clear: both;
}

.divider.taller {
	margin: 66px auto;
}

.divider i {
	text-align: center;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	color: #a9a9a9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	width: 50px;
	font-size: 20px;
	margin: 0 auto 0 -25px;
	top: -25px;
	left: 50%;
	z-index: 1;
}

.divider.divider-icon-sm i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: -15px;
	font-size: 15px;
	margin-left: -16px;
}

.divider.divider-icon-lg {
	margin: 86px 0;
}

.divider.divider-icon-lg i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: -30px;
	font-size: 30px;
	margin-left: -30px;
}

.divider.divider-icon-lg.taller {
	margin: 100px auto;
}

.divider.divider-xs {
	width: 35%;
}

.divider.divider-sm {
	width: 67%;
}

.divider.divider-left i {
	left: 0;
	margin-left: 0;
	margin-right: 0;
	right: auto;
}

.divider.divider-right i {
	left: auto;
	margin-left: 0;
	margin-right: 0;
	right: 0;
}

.divider.divider-style-2 i {
	background: #f4f4f4;
	color: #a9a9a9;
}

.divider.divider-style-3 i, .divider.divider-style-4 i {
	border: 1px solid #e7e7e7;
}

.divider.divider-style-4 i:after {
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 100%;
	left: -4px;
	padding: 1px;
	position: absolute;
	top: -4px;
	width: 100%;
}

.divider.divider-small {
	margin: 22px auto;
	background: transparent;
}

.divider.divider-small hr {
	width: 50px;
	height: 1px;
}

.divider.divider-small.divider-small-center {
	text-align: center;
}

.divider.divider-small.divider-small-center hr {
	margin-left: auto;
	margin-right: auto;
}

.divider.divider-small.divider-small-right {
	text-align: right;
}

.divider.divider-small.divider-small-right hr {
	margin-left: auto;
}

.divider.divider-small.divider-small-sm hr {
	height: 1px;
}

.divider.divider-small.divider-small-lg hr {
	height: 6px;
}

.divider.divider-small.tall {
	margin: 34px 0;
}

.divider.divider-small.taller {
	margin: 46px 0;
}

.divider.divider-small.divider-light hr {
	background: #e7e7e7;
}

.divider.dashed, hr.dashed {
	background: none;
	position: relative;
}

.divider.dashed:after, hr.dashed:after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .06);
}

.divider.pattern, hr.pattern {
	background: none;
	position: relative;
}

.divider.pattern:after, hr.pattern:after {
	background: transparent url("https://webhoster.pk/wp-content/themes/porto/images/patterns/worn_dots.png") repeat 0 0;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/patterns/worn_dots.png";
}

.divider.pattern.pattern-2:after, hr.pattern.pattern-2:after {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAD1BMVEXl5eXp6enu7u7g4ODm5uY5xL5yAAAAcElEQVR42u3TQQrAIBAEwTX6/zcHXfKCMBcpYaFvc5CqGs95NYI1V+dcuaq91Jer2kt9qToj326seqR3c3XPn9zjhHjiiSeeeOKJJ5544oknnnjiiSeeeOKJJ5544oknnnjiiSeeeOKJJ5544on/Uy94A04hgY0X2QAAAABJRU5ErkJggg==");
}

.divider.divider-solid, hr.solid {
	background: rgba(0, 0, 0, .06);
}

.porto-separator {
	margin: 0 0 22px;
}

.porto-separator.short {
	margin: -11px 0 11px;
}

.porto-separator.tall {
	margin: 22px 0 44px;
}

.porto-separator.taller {
	margin: 44px 0 66px;
}

.porto-separator .separator-line {
	margin: 0 auto;
}

.porto-separator .separator-line.align_left {
	margin: 0 auto 0 0;
}

.porto-separator .separator-line.align_right {
	margin: 0 0 0 auto;
}

.separator {
	display: inline-block;
	height: 1.2em;
	vertical-align: middle;
	border-left: 1px solid rgba(0, 0, 0, .06);
}

.icon-featured {
	--porto-icon-featured: 110px;
	display: inline-block;
	position: relative;
	width: var(--porto-icon-featured);
	height: var(--porto-icon-featured);
	line-height: var(--porto-icon-featured);
	margin: 15px;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	z-index: 1;
}

.icon-featured:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	box-sizing: content-box;
}

.icon-featured img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
}

.featured-box .icon-featured:after {
	border-color: #3575d3;
}

.featured-box {
	position: relative;
	min-height: 100px;
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .05);
	margin: 20px auto;
	text-align: center;
	z-index: 1;
}

.featured-box.align-left {
	text-align: left;
}

.featured-box.align-center {
	text-align: center;
}

.featured-box.align-right {
	text-align: right;
}

.featured-box.align-justify {
	text-align: justify;
}

.woocommerce .featured-box h2, .woocommerce .featured-box h3, .woocommerce .featured-box h4, .woocommerce-page .featured-box h2, .woocommerce-page .featured-box h3, .woocommerce-page .featured-box h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -.7px;
	line-height: 1.42857;
	color: #3575d3;
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.woocommerce .featured-box h2:first-child, .woocommerce .featured-box h3:first-child, .woocommerce .featured-box h4:first-child, .woocommerce-page .featured-box h2:first-child, .woocommerce-page .featured-box h3:first-child, .woocommerce-page .featured-box h4:first-child {
	margin-top: -5px;
}

.woocommerce .featured-box header h2, .woocommerce .featured-box header h3, .woocommerce .featured-box header h4, .woocommerce-page .featured-box header h2, .woocommerce-page .featured-box header h3, .woocommerce-page .featured-box header h4 {
	font-size: 1.1em;
	margin-top: 0 !important;
}

.featured-box .wpb_heading, .featured-box h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -.7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.featured-box .box-content {
	padding: 30px 30px 10px 30px;
	border-top: 4px solid #dfdfdf;
	position: relative;
	top: -1px;
}

@media (max-width:767px) {
	.featured-box .box-content {
		padding: 25px 15px 5px 15px;
	}
}

.featured-box .learn-more {
	display: block;
	margin-top: 10px;
}

.featured-box .porto-sicon-box {
	margin-top: 15px;
	margin-bottom: 25px;
}

.featured-box .wpb_content_element {
	margin-bottom: 20px;
}

.featured-box h2 {
	margin-bottom: 0px;
	padding: 10px 0px;
}

.featured-box.porto-user-box {
	border-top-color: #3575d3;
}

.featured-box-text-left, .featured-box-text-start {
	text-align: left;
}

.featured-boxes-flat .featured-box {
	box-shadow: none;
	margin: 10px 0;
}

.featured-boxes-flat .featured-box .box-content {
	background: #fff;
	margin-top: 65px;
}

.featured-boxes-flat .featured-box .icon-featured {
	--porto-icon-featured: 90px;
	position: relative;
	top: -37px;
	padding: 0;
	margin: -100px 0 -15px;
	font-size: 38px;
}

.featured-boxes-style-2 .featured-box {
	background: none;
	border: 0;
	margin: 10px 0;
	box-shadow: none;
}

.featured-boxes-style-2 .featured-box .box-content {
	border: 0;
	padding: 0;
}

.featured-boxes-style-2 .featured-box .icon-featured {
	--porto-icon-featured: 75px;
	font-size: 30px;
	padding: 0;
	margin-top: 0;
}

.featured-boxes-style-3 .featured-box {
	margin: 10px 0;
}

.featured-boxes-style-3 .featured-box .icon-featured {
	--porto-icon-featured: 75px;
	padding: 0;
	margin-top: -35px;
	font-size: 30px;
	background: #fff;
	border: 3px solid #ccc;
}

.featured-boxes-style-3 .featured-box .box-content {
	display: inline-block;
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
	background: none;
	border: 0;
	box-shadow: none;
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
	border: 0;
	padding: 0;
}

.featured-boxes-style-4 .featured-box {
	background: none;
	border: 0;
	margin: 10px 0;
	box-shadow: none;
}

.featured-boxes-style-4 .featured-box .box-content {
	border: 0;
	padding: 0;
}

.featured-boxes-style-4 .featured-box .icon-featured {
	--porto-icon-featured: 45px;
	font-size: 40px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	background: transparent;
	border-radius: 0;
}

.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
	background: none;
	border: 0;
	box-shadow: none;
	margin: 10px 0;
}

.featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
	border: 0;
	padding: 0;
}

.featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
	color: #222529;
}

.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
	--porto-icon-featured: 75px;
	font-size: 30px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.featured-boxes-style-6 .featured-box .icon-featured:after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 100%;
	left: -6px;
	padding: 1px;
	position: absolute;
	top: -6px;
	width: 100%;
	border: 5px solid #f4f4f4;
}

.featured-boxes-style-8 .featured-box .icon-featured {
	--porto-icon-featured: 75px;
	font-size: 30px;
	padding: 0;
	margin: -38px 0 -16px;
	border: 0;
	background: #fff;
}

.featured-boxes-style-8 .featured-box .icon-featured:after {
	display: none;
}

.featured-box-effect-1 .icon-featured:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	transition: transform .2s, opacity .2s;
	transform: scale(1);
	opacity: 0;
	box-shadow: 0 0 0 3px #fff;
}

.featured-box-effect-1:hover .icon-featured:after {
	transform: scale(.8);
	opacity: 1;
}

.featured-box-effect-2 .icon-featured:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 3px #3575d3;
	transition: transform .2s, opacity .2s;
	transform: scale(.8);
	opacity: 0;
}

.featured-box-effect-2:hover .icon-featured:after {
	transform: scale(.95);
	opacity: 1;
}

.featured-box-effect-3 .icon-featured:after {
	top: 0;
	left: 0;
	box-shadow: 0 0 0 10px #3575d3;
	transform: scale(.9);
	transition: transform .2s, opacity .2s;
	opacity: 0;
}

.featured-box-effect-3:hover .icon-featured {
	background: #3575d3;
	color: #fff !important;
}

.featured-box-effect-3:hover .icon-featured:after {
	transform: scale(1);
	opacity: .8;
}

.featured-box-effect-4 .icon-featured {
	transform: scale(1);
	transition: transform .2s, transform .2s;
}

.featured-box-effect-4:hover .icon-featured {
	transform: scale(1.15);
}

.featured-box-effect-5 .icon-featured {
	overflow: hidden;
	transition: all .3s;
}

.featured-box-effect-5:hover .icon-featured {
	animation: toRightFromLeft .3s forwards;
}

.featured-box-effect-6 .icon-featured:after {
	transition: all .2s;
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
	transform: scale(1.1);
}

.featured-box-effect-7 .icon-featured:after {
	opacity: 0;
	box-shadow: 3px 3px #d5d5d5;
	transform: rotate(-90deg);
	transition: opacity .2s, transform .2s;
	left: 0;
	top: -1px;
}

.featured-box-effect-7:hover .icon-featured:after {
	opacity: 1;
	transform: rotate(0deg);
}

.featured-box-effect-7 .icon-featured:before {
	transform: scale(.8);
	opacity: .7;
	transition: transform .2s, opacity .2s;
}

.featured-box-effect-7:hover .icon-featured:before {
	transform: scale(1);
	opacity: 1;
}

.feature-box {
	display: flex;
}

.feature-box h4 {
	color: #222529;
}

.porto-feature-box .feature-box .feature-box-icon {
	background-color: transparent;
}

.feature-box.align-items-center .feature-box-icon {
	top: 0;
}

.feature-box .feature-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 7px;
	height: 1px;
	min-width: 4.32em;
	min-height: 4.32em;
	padding: .8em;
	font-size: 10px;
	color: #fff;
	border-radius: 50%;
}

.feature-box .feature-box-icon i {
	color: #3575d3;
}

.feature-box .feature-box-info {
	flex: 1;
	padding-left: 15px;
}

.feature-box.feature-box-style-1 .feature-box-icon {
	background-color: #3575d3;
}

.feature-box.feature-box-style-1 .feature-box-icon i {
	color: #fff;
}

.feature-box.feature-box-style-2 .feature-box-icon {
	top: 0;
}

.feature-box.feature-box-style-2 .feature-box-icon i {
	font-size: 2.7em;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border: 1px solid #3575d3;
	line-height: 32px;
}

.feature-box.feature-box-style-4 {
	flex-wrap: wrap;
}

.feature-box.feature-box-style-4 .feature-box-icon {
	flex-basis: 100%;
	justify-content: flex-start;
	padding: 0 0 1.2rem 0;
}

.feature-box.feature-box-style-4 .feature-box-icon i {
	font-size: 2.35em;
	width: auto;
	height: auto;
}

.feature-box.feature-box-style-4 .feature-box-info {
	clear: both;
	padding-left: 0;
}

.feature-box.feature-box-style-5 .feature-box-icon {
	top: 0;
	padding: 1em 1.4em;
	min-width: 5em;
}

.feature-box.feature-box-style-5 .feature-box-icon i {
	font-size: 2.75em;
}

.feature-box.feature-box-style-6 .feature-box-icon {
	line-height: 32px;
	border: 1px solid #e7e7e7;
}

.feature-box.feature-box-style-6 .feature-box-icon:after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	width: 100%;
	height: 100%;
	left: -4px;
	padding: 1px;
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	box-sizing: initial;
}

.feature-box.feature-box-style-6 .feature-box-icon i {
	color: #a9a9a9;
}

.feature-box.reverse-allres {
	text-align: right;
	flex-direction: row-reverse;
}

.feature-box.reverse-allres .feature-box-info {
	padding-right: 15px;
	padding-left: 0;
}

.divider.pattern:after.lzl:not(.lzl-ed), hr.pattern:after.lzl:not(.lzl-ed), .divider.pattern:after.lzl-ing:not(.lzl-ed), hr.pattern:after.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC0UlEQVR4Ae3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgIGvgQFx5gABkajORgAAAABJRU5ErkJggg==");
}

.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
	justify-content: flex-end;
}

.feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
	padding-right: 0;
}

@media (min-width:992px) {
	.feature-box.reverse {
		text-align: right;
		flex-direction: row-reverse;
	}
	
	.feature-box.reverse .feature-box-info {
		padding-right: 15px;
		padding-left: 0;
	}
	
	.feature-box.reverse .feature-box-icon {
		justify-content: flex-end;
	}
	
	.feature-box.reverse.feature-box-style-2 .feature-box-info {
		padding-right: 60px;
	}
	
	.feature-box.reverse.feature-box-style-4 .feature-box-info {
		padding-right: 0;
	}
}

.featured-boxes-full .featured-box-full {
	text-align: center;
	padding: 55px;
}

.featured-boxes-full .featured-box-full a, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full i, .featured-boxes-full .featured-box-full p {
	color: #fff;
	padding: 0;
	margin: 0;
}

.featured-boxes-full .featured-box-full i {
	font-size: 3.9em;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.featured-boxes-full .featured-box-full p {
	padding-top: 12px;
	opacity: .8;
}

.thumb-info .thumb-info-action-icon {
	transition: .3s;
	border-radius: 0 0 0 4px;
	display: inline-block;
	font-size: 25px;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	top: -100px;
	width: 50px;
	z-index: 2;
	overflow: hidden;
	background: #3575d3;
	color: #fff;
}

.thumb-info .thumb-info-action-icon i {
	color: #fff;
}

.thumb-info .thumb-info-action-icon i img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: none !important;
}

.thumb-info .thumb-info-action-icon.thumb-info-plus {
	visibility: hidden;
	transform: none !important;
}

.thumb-info .thumb-info-inner {
	transition: .3s;
	display: block;
	font: inherit;
	color: inherit;
	margin-bottom: 0;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-title {
	transition: .3s;
	background: rgba(33, 37, 41, .8);
	bottom: 13%;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	left: 0;
	letter-spacing: -.05em;
	padding: 13px 21px 2px;
	position: absolute;
	z-index: 2;
	max-width: 90%;
}

.thumb-info .thumb-info-title a, .thumb-info .thumb-info-title a:hover {
	color: #fff;
	text-decoration: none;
}

.thumb-info .thumb-info-type {
	display: inline-block;
	float: left;
	font-size: .6em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0;
	padding: 2px 12px;
	text-transform: uppercase;
	z-index: 2;
	line-height: 2.3;
	background: #3575d3;
}

.thumb-info .owl-carousel {
	z-index: auto;
}

.thumb-info .owl-carousel .owl-dots, .thumb-info .owl-carousel .owl-nav {
	z-index: 2;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover .thumb-info-title {
	background: #000;
}

.thumb-info:hover .owl-carousel.show-nav-hover .owl-nav {
	opacity: 1;
}

.thumb-info .owl-item.active {
	z-index: 1;
}

.thumb-info.thumb-info-no-zoom img {
	transition: none;
}

.thumb-info.thumb-info-no-zoom:hover img {
	transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
	background: rgba(23, 23, 23, .25);
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
	transition: transform .2s ease-out, opacity .2s ease-out;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	top: 50%;
	left: 3px;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 45px;
	margin-top: -20px;
	text-align: center;
	position: absolute;
	opacity: 0;
	z-index: 2;
	padding-top: 5px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
	transition: .1s;
	display: inline-block;
	position: relative;
	z-index: 2;
	left: auto;
	right: auto;
	top: 50%;
	bottom: auto;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	margin-right: 6px;
	font-size: 14px;
	transform: translateY(-50%);
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
	transform: scale(1.15, 1.15);
}

.thumb-info.thumb-info-centered-icons:hover .thumb-info-action {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon {
	position: relative;
	transform: translateY(-50%) scale(1.15, 1.15);
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
	background: transparent;
	left: 5%;
	width: 90%;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate(0%, -30%);
	top: 50%;
	bottom: auto;
	opacity: 0;
	text-align: center;
	padding: 0;
	position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
	opacity: 1;
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	left: 0;
	width: 100%;
	max-width: 100%;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(0, 100px, 0);
	top: auto;
	bottom: 0;
	opacity: 0;
	padding: 15px;
	text-shadow: none;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}

.thumb-info.thumb-info-bottom-info .thumb-info-inner {
	line-height: 1;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
	transform: sacle(1.1);
}

.thumb-info.thumb-info-bottom-info:not(.thumb-info-bottom-info-dark) .thumb-info-title {
	background: #fff;
}

.thumb-info.thumb-info-bottom-info:not(.thumb-info-bottom-info-dark) .thumb-info-inner {
	color: #222529;
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
	background: linear-gradient(to top, rgba(23, 23, 23, .8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title a, .thumb-info.thumb-info-bottom-info-dark .thumb-info-title a:focus, .thumb-info.thumb-info-bottom-info-dark .thumb-info-title a:hover {
	color: inherit;
}

.thumb-info.thumb-info-push-hor img {
	transform: translateX(-18px);
	width: calc(100% + 19px);
	max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
	transform: translateX(0);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
	opacity: .65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
	opacity: 1;
	top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
	opacity: .1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
	opacity: 0;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders .thumb-info-wrapper, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
	min-height: 232px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: background-position .8s linear;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
	transition: background-position 2.5s linear;
	background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
	transition: background-position 1s linear;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
	transition: background-position 5s linear;
}

.thumb-info.thumb-info-preview.thumb-info-preview-fixed .thumb-info-image, .thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image {
	background-position: center center;
	transition: none;
}

.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top .thumb-info-image, .thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image {
	background-position: center top;
}

.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom .thumb-info-image, .thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image {
	background-position: center bottom;
}

.thumb-info.thumb-info-box-shadow {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.thumb-info.thumb-info-box-shadow:hover {
	box-shadow: 10px 10px 74px 0 rgba(0, 0, 0, .1);
}

.thumb-info.thumb-info-left-no-bg .thumb-info-title, .thumb-info.thumb-info-left-no-bg .thumb-info-type {
	background: none;
}

.thumb-info.thumb-info-left-no-bg .thumb-info-title {
	bottom: 0;
	padding: 1.5rem;
	color: #212529;
}

.thumb-info.thumb-info-left-no-bg .thumb-info-type {
	padding: 0;
	margin: 0;
	opacity: .6;
}

.thumb-info.thumb-info-left-no-bg .thumb-info-inner {
	font-weight: 700;
	font-size: 1.2em;
}

.full-width .thumb-info img {
	border-radius: 0 !important;
}

.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text {
	display: block;
	margin: 0 0 8px;
	font-size: .9em;
	padding: 10px;
}

.thumb-info-caption .thumb-info-caption-text>:last-child {
	margin-bottom: 0;
}

.thumb-info-caption .thumb-info-caption-text .thumb-info-date {
	display: block;
	font-style: normal;
	font-weight: normal;
}

.thumb-info-caption .thumb-info-caption-text img {
	width: auto;
}

.thumb-info-caption p {
	line-height: 20px;
	margin: 0 0 8px;
}

.thumb-info-side-image {
	border: 1px solid #e7e7e7;
}

.thumb-info-side-image:after {
	content: " ";
	display: table;
	clear: both;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
	position: relative;
	padding: 0;
	float: left;
	margin-right: 20px;
}

.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
	padding: 17px;
	margin: 0;
}

.thumb-info-side-image .thumb-info-social-icons {
	border-width: 0;
	padding-bottom: 0;
}

.thumb-info-side-image.thumb-info-no-borders .thumb-info-side-image-wrapper {
	padding: 0;
}

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

.thumb-info-social-icons {
	margin: 0;
	padding: 15px 10px;
	display: block;
}

.thumb-info-social-icons a {
	position: relative;
	margin: 2px;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #3575d3;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: none !important;
}

.thumb-info-social-icons.share-links a {
	margin: 2px;
	border-radius: 25px;
}

.thumb-info-icons.position-style-2 {
	position: absolute;
	top: -15px;
	left: 50%;
	z-index: 3;
	transform: translateX(-51%);
}

.thumb-info-icons .thumb-info-icon {
	display: inline-block;
	padding: 5px 11px;
	border-radius: 20px;
	transition: all .3s;
}

.thumb-info-icons .thumb-info-icon.love {
	margin-left: .2em;
}

.thumb-info-icons .thumb-info-icon i {
	margin-left: 8px;
}

.thumb-info-icons.position-style-1 {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 2;
}

.thumb-info-icons.position-style-3 {
	bottom: 7%;
	position: absolute;
	right: 2%;
}

.thumb-info-plus:before {
	opacity: 1;
	transition: auto;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.thumb-info-plus:after {
	opacity: 1;
	transition: auto;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #fff;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.thumb-info .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: all .3s;
}

.thumb-info:hover .thumb-info-plus {
	opacity: 1;
	width: 30%;
}

.thumb-info:hover .thumb-info-plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.portfolio-parallax .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	width: 2%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: .3s;
}

.portfolio-parallax:hover .thumb-info-plus {
	opacity: 1;
	width: 8%;
}

.portfolio-parallax:hover .thumb-info-plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.portfolio-parallax .container-fluid {
	position: static;
}

.portfolio-parallax.hidden-plus .thumb-info-plus {
	display: none;
}

.thumb-info.thumb-info-bottom-info.alternate-info-hide:hover img {
	transform: scale(1.1, 1.1);
}

.thumb-info-slow-zoom {
	transition: box-shadow .3s;
}

.thumb-info-slow-zoom:hover {
	box-shadow: 0 0 59px -16px rgba(0, 0, 0, .4);
}

.thumb-info-slow-zoom:hover img {
	-webkit-transform: translate3d(0, 3%, 0) scale(1.3) !important;
	transform: translate3d(0, 3%, 0) scale(1.3) !important;
}

.thumb-info-slow-zoom img {
	-webkit-transform: translate3d(-2%, -2%, 0) scale(1.2);
	transform: translate3d(-2%, -2%, 0) scale(1.2);
	transition: 5s;
}

.thumb-info-slow-zoom .thumb-info-plus {
	display: none;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom:hover .thumb-info-wrapper .background-image {
	-webkit-transform: translate3d(0, 3%, 0) scale(1.3) !important;
	transform: translate3d(0, 3%, 0) scale(1.3) !important;
	box-shadow: none;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom .thumb-info-wrapper .background-image {
	-webkit-transform: translate3d(-2%, -2%, 0) scale(1.2) !important;
	transform: translate3d(-2%, -2%, 0) scale(1.2) !important;
	transition: 5s;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper:after {
	opacity: 0;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper:before {
	bottom: -41px;
}

.thumb-info-bottom-info .thumb-info-title, .thumb-info-bottom-info .thumb-info-title a, .thumb-info-bottom-info .thumb-info-title a:hover {
	color: #0a0a0a;
}

.thumb-info .thumb-info-action .thumb-info-action-icon-secondary {
	background-color: #e36159;
}

.thumb-info .thumb-info-action-icon-secondary i {
	color: #fff;
}

.thumb-info .thumb-info-action .thumb-info-action-icon-tertiary {
	background-color: #2baab1;
}

.thumb-info .thumb-info-action-icon-tertiary i {
	color: #fff;
}

.thumb-info .thumb-info-action .thumb-info-action-icon-quaternary {
	background-color: #383f48;
}

.thumb-info .thumb-info-action-icon-quaternary i {
	color: #fff;
}

.thumb-info .thumb-info-action .thumb-info-action-icon-dark {
	background-color: #212529;
}

.thumb-info .thumb-info-action-icon-dark i {
	color: #fff;
}

.thumb-info .thumb-info-action .thumb-info-action-icon-light {
	background-color: #fff;
}

.thumb-info .thumb-info-action-icon-light i {
	color: #212529;
}

@media (max-width:991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}
	
	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
	
	.portfolio-parallax:hover .thumb-info-plus {
		width: 20%;
	}
}

section.timeline {
	width: 100%;
	margin: 50px 0 0;
	position: relative;
	float: left;
	padding-bottom: 120px;
}

section.timeline:after {
	background: #505050;
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 3px;
	z-index: 0;
	opacity: .35;
}

section.timeline .timeline-box, section.timeline .timeline-date {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
	position: relative;
	z-index: 1;
}

section.timeline .timeline-date {
	display: block;
	clear: both;
	width: 200px;
	height: 45px;
	padding: 5px;
	margin: 0 auto 10px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

section.timeline .timeline-date h3 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #3575d3;
	font-size: .9em;
	font-weight: 700;
	line-height: 32px;
	margin: 2px 0 0;
}

section.timeline .timeline-title {
	padding: 12px;
	background: #f4f4f4;
}

section.timeline .timeline-title h4 {
	padding: 0;
	margin: 0;
	color: #171717;
	font-size: 1.4em;
}

section.timeline .timeline-title a {
	color: #171717;
}

section.timeline .timeline-title .timeline-title-tags {
	color: #b1b1b1;
	font-size: .9em;
}

section.timeline .timeline-title .timeline-title-tags a {
	color: #b1b1b1;
	font-size: .9em;
}

section.timeline .timeline-box {
	margin: 20px 22px 10px;
	padding: 18px;
	width: calc(50% - 44px);
	float: left;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

section.timeline .timeline-box:before {
	background: #3575d3;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #3575d3;
}

section.timeline .timeline-box.left {
	clear: both;
}

section.timeline .timeline-box.left:before {
	content: "";
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	right: -27px;
	top: 22px;
}

section.timeline .timeline-box.left:after {
	content: "";
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	position: absolute;
	right: -8px;
	top: 20px;
	z-index: 0;
	background: inherit;
	border-right: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}

section.timeline .timeline-box.right {
	clear: right;
	float: right;
	margin-top: 40px;
}

section.timeline .timeline-box.right:before {
	content: "";
	border-radius: 50%;
	height: 8px;
	left: -27px;
	position: absolute;
	top: 32px;
	width: 8px;
}

section.timeline .timeline-box.right:after {
	content: "";
	transform: rotate(45deg);
	left: -8px;
	height: 14px;
	position: absolute;
	top: 30px;
	width: 14px;
	z-index: 0;
	background: inherit;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

section.timeline .timeline-box .img-thumbnail, section.timeline .timeline-box .img-thumbnail img {
	padding: 0;
	border: 0;
}

section.timeline .timeline-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

section.timeline .timeline-box .owl-carousel .owl-stage-outer {
	border-radius: 0;
}

section.timeline .timeline-box .thumb-info, section.timeline .timeline-box .thumb-info img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

section.timeline .timeline-box .thumb-info .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

section.timeline .timeline-box .thumb-info .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

section.timeline .timeline-box .thumb-info-side-image .thumb-info-side-image-wrapper {
	padding: 0;
}

.timeline .timeline-item-title {
	font-size: 1em;
	margin: 1rem 0 .25rem;
	font-weight: 700;
}

.timeline .timeline-item-content {
	font-size: .9em;
}

.timeline .timeline-item-content p {
	font-size: inherit;
}

.timeline .timeline-item-content p:last-child {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.column2 section.timeline {
		width: 74%;
		margin: 50px 13% 0;
	}
	
	section.timeline .timeline-box {
		float: none;
		clear: both;
		right: auto;
		left: auto;
		margin: 25px auto;
		max-width: 80%;
		width: auto;
	}
	
	.column2 section.timeline .timeline-box {
		max-width: 80%;
	}
	
	section.timeline .timeline-box.right {
		float: none;
		clear: both;
		right: auto;
		left: auto;
		margin: 25px auto;
		max-width: 80%;
		width: auto;
	}
	
	.column2 section.timeline .timeline-box.right {
		max-width: 80%;
	}
	
	section.timeline .timeline-box.left:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:after, section.timeline .timeline-box.right:before {
		display: none;
	}
}

@media (max-width:575px) {
	section.timeline {
		width: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	
	.column2 section.timeline {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	section.timeline .timeline-box {
		margin: 15px auto;
		max-width: 90%;
	}
	
	.column2 section.timeline .timeline-box {
		max-width: 90%;
	}
	
	section.timeline .timeline-box.right {
		margin: 15px auto;
		max-width: 90%;
	}
	
	.column2 section.timeline .timeline-box.right {
		max-width: 90%;
	}
}

.pagination.load-more .next:before, .pagination.load-more a, .pagination.load-more span {
	display: none;
}

.pagination.load-more .next {
	display: block;
	float: none;
	padding: 1.0833em 2.5em;
	font-size: 12px;
	line-height: 1.3333;
	border-width: 1px;
	width: 100%;
	height: auto;
	text-indent: 0;
	border-color: #e7e7e7;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
	transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
}

.pagination-wrap.load-more {
	position: relative;
	margin: 25px 0;
}

.pagination-wrap.load-more .bounce-loader {
	display: none;
}

.share-links.disable-br a {
	border-radius: 0 !important;
}

.share-links .share-rss {
	background: #ff8201;
}

.share-links .share-rss:before {
	content: "";
}

.share-links .share-pinterest {
	background: #cc2127;
}

.share-links .share-pinterest:before {
	content: "";
}

.share-links .share-youtube {
	background: #c3191e;
}

.share-links .share-youtube:before {
	content: "";
}

.share-links .share-instagram {
	background: #7c4a3a;
}

.share-links .share-instagram:before {
	content: "";
}

.share-links .share-spotify {
	background: #2ebd59;
}

.share-links .share-spotify:before {
	content: "";
}

.share-links .share-skype {
	background: #00b0f6;
}

.share-links .share-skype:before {
	content: "";
}

.share-links .share-vk {
	background: #6383a8;
}

.share-links .share-vk:before {
	content: "";
}

.share-links .share-xing {
	background: #1a7576;
}

.share-links .share-xing:before {
	content: "";
}

.share-links .share-tumblr {
	background: #304e6c;
}

.share-links .share-tumblr:before {
	content: "";
}

.share-links .share-reddit {
	background: #ff4107;
}

.share-links .share-reddit:before {
	content: "";
}

.share-links .share-vimeo {
	background: #52b8ea;
}

.share-links .share-vimeo:before {
	content: "";
}

.share-links .share-telegram {
	background: #08c;
}

.share-links .share-telegram:before {
	content: "";
}

.share-links .share-yelp {
	background: #c41200;
}

.share-links .share-yelp:before {
	content: "";
}

.share-links .share-flickr {
	background: #0063dc;
}

.share-links .share-flickr:before {
	content: "";
}

.share-links .share-whatsapp {
	background: #3c8a38;
}

.share-links .share-whatsapp:before {
	content: "";
}

.share-links .share-wechat {
	background: #7bb22e;
}

.share-links .share-wechat:before {
	content: "";
}

.share-links .share-tiktok {
	background: #010101;
}

.share-links .share-tiktok:before {
	content: "";
}

.share-links.default-skin a {
	color: #fff !important;
}

.share-links.default-skin a:hover {
	opacity: .8;
}

.share-links.default-skin .share-twitter {
	background: #1aa9e1 !important;
}

.share-links.default-skin .share-facebook {
	background: #3b5a9a !important;
}

.share-links.default-skin .share-linkedin {
	background: #0073b2 !important;
}

.share-links.default-skin .share-rss {
	background: #ff8201 !important;
}

.share-links.default-skin .share-googleplus {
	background: #dd4b39 !important;
}

.share-links.default-skin .share-pinterest {
	background: #cc2127 !important;
}

.share-links.default-skin .share-youtube {
	background: #c3191e !important;
}

.share-links.default-skin .share-instagram {
	background: #7c4a3a !important;
}

.share-links.default-skin .share-spotify {
	background: #2ebd59 !important;
}

.share-links.default-skin .share-skype {
	background: #00b0f6 !important;
}

.share-links.default-skin .share-email {
	background: #dd4b39 !important;
}

.share-links.default-skin .share-vk {
	background: #6383a8 !important;
}

.share-links.default-skin .share-xing {
	background: #1a7576 !important;
}

.share-links.default-skin .share-tumblr {
	background: #304e6c !important;
}

.share-links.default-skin .share-reddit {
	background: #ff4107 !important;
}

.share-links.default-skin .share-vimeo {
	background: #52b8ea !important;
}

.share-links.default-skin .share-telegram {
	background: #08c !important;
}

.share-links.default-skin .share-yelp {
	background: #c41200 !important;
}

.share-links.default-skin .share-flickr {
	background: #0063dc !important;
}

.share-links.default-skin .share-whatsapp {
	background: #3c8a38 !important;
}

.share-links.default-skin .share-wechat {
	background: #7bb22e !important;
}

.share-links.default-skin .share-tiktok {
	background: #010101 !important;
}

.follow-us .share-links, .header-corporate .share-links, .header-wrapper.header-side-nav .share-links {}

.follow-us .share-links a:hover, .header-corporate .share-links a:hover, .header-wrapper.header-side-nav .share-links a:hover {
	opacity: 1;
}

.member-share-advance.post-share-advance-bg {
	background: transparent;
	padding: 0 0 30px;
	height: 35px;
	transition: max-height .4s, background .4s;
}

.member-share-advance.post-share-advance-bg:hover {
	background: #fff;
}

.member-share-advance.post-share-advance-bg:hover .fa-share-alt {
	background: #4dbb6d;
}

.thumb-info .thumb-info-wrapper.member-social-adv-main {
	overflow: visible;
}

.thumb-member-container {
	display: block;
	position: relative;
}

.thumb-member-container>a {
	overflow: hidden;
	display: block;
}

.member-social-adv-main .member-image {
	margin-bottom: 0;
}

.member-share-advance.share-links {
	z-index: 9;
}

.member-share-advance.share-links .fa-share-alt {
	background: #58605a;
}

.member-share-advance.share-links .share-links a {
	background: none !important;
}

.member-share-advance.share-links .post-share-advance-bg {
	background: transparent;
	transition: max-height .4s, background .4s;
}

.member-share-advance.share-links .post-share-advance-bg:hover {
	background: #fff;
}

.member-share-advance.share-links .post-share-advance-bg:hover .fa-share-alt {
	background: #4dbb6d;
}

.member-share-advance.share-links .thumb-info-social-icons {
	padding: 8px 0 !important;
}

.member-share-advance.share-links a {
	width: 100%;
}

.member-share-advance.share-links .share-facebook {
	color: #4d70a8 !important;
}

.member-share-advance.share-links .share-twitter {
	color: #1aa9e1 !important;
}

.member-share-advance.share-links .share-linkedin {
	color: #0077b5 !important;
}

.member-share-advance.share-links .share-googleplus {
	color: #dd4b39 !important;
}

.member-share-advance.share-links .share-pinterest {
	color: #cc2127 !important;
}

.member-share-advance.share-links .share-email {
	color: #dd4b39 !important;
}

.member-share-advance.share-links .share-vk {
	color: #6383a8 !important;
}

.member-share-advance.share-links .share-xing {
	color: #1a7576 !important;
}

.member-share-advance.share-links .share-tumblr {
	color: #304e6c !important;
}

.member-share-advance.share-links .share-reddit {
	color: #ff4107 !important;
}

.member-share-advance.share-links .share-vimeo {
	color: #52b8ea !important;
}

.member-share-advance.share-links .share-instagram {
	color: #964b00 !important;
}

.member-share-advance.share-links .share-whatsapp {
	color: #3c8a38 !important;
}

.member-share-advance.post-share-advance-bg:hover .share-links a {
	opacity: .5;
}

.member-share-advance.post-share-advance-bg:hover .share-links a:hover {
	opacity: 1;
}

.page-share[class*=position].position-left {
	left: 0;
}

.page-share[class*=position].position-right {
	right: 0;
}

.dir-arrow {
	width: 47px;
	height: 120px;
	display: inline-block;
	position: relative;
}

.dir-arrow.vtl {
	background-position: 0 0;
	width: 47px;
	height: 96px;
}

.dir-arrow.vtr {
	background-position: -101px 0;
	width: 47px;
	height: 96px;
}

.dir-arrow.vbl {
	background-position: 0 -144px;
	width: 47px;
	height: 96px;
}

.dir-arrow.vbr {
	background-position: -101px -144px;
	width: 47px;
	height: 96px;
}

.dir-arrow.hlt {
	background-position: -209px 0;
	width: 120px;
	height: 47px;
}

.dir-arrow.hlb {
	background-position: -209px -101px;
	width: 120px;
	height: 47px;
}

.dir-arrow.hrt {
	background-position: -329px 0;
	width: 120px;
	height: 47px;
}

.dir-arrow.hrb {
	background-position: -329px -101px;
	width: 120px;
	height: 47px;
}

@media (max-width:575px) {
	.dir-arrow {
		display: none;
	}
}

@media (max-width:767px) {}

.wpcf7 .ajax-loader, .wpcf7 .wpcf7-validation-errors {
	display: none !important;
	background: none !important;
}

span.wpcf7-spinner {
	position: absolute;
}

.wpcf7-submit-wrap {
	position: relative;
}

.wpcf7-submit-wrap>.wpcf7-spinner {
	top: 50%;
	transform: translateY(-50%);
}

rs-module i[class*=" fa-"], rs-module i[class^=fa-] {
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-weight: 900;
}

rs-module [class*=" fa-"]:before, rs-module [class^=fa-]:before {
	font-family: inherit;
	font-weight: inherit;
}

.porto-tooltip-wrap .tooltip-inner {
	display: flex;
	max-width: none;
	padding: 0;
	background-color: transparent;
}

.porto-block.has-pb-edit:hover {
	outline: 1px solid rgba(0, 136, 204, .4);
}

[data-bs-original-title] .tooltip {
	z-index: 999;
}

[data-bs-original-title] .tooltip a {
	color: #fff !important;
}

[data-bs-original-title]:hover .porto-tooltip-wrap.show {
	z-index: 1000;
}

.porto-tooltip-wrap span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.porto-tooltip-wrap.bs-tooltip-top {
	margin-bottom: -45px !important;
}

.porto-tooltip-wrap.bs-tooltip-top .tooltip-inner a:after {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top-color: #0071a1;
	border-width: .4rem .4rem 0;
}

.porto-tooltip-wrap.bs-tooltip-top .tooltip-inner a:nth-child(2):after {
	border-top-color: #47a447;
}

.porto-tooltip-wrap.bs-tooltip-bottom {
	margin-top: -45px !important;
}

.porto-tooltip-wrap.bs-tooltip-bottom .tooltip-inner a:after {
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 .4rem .4rem;
	border-bottom-color: #0071a1;
}

.porto-tooltip-wrap.bs-tooltip-bottom .tooltip-inner a:nth-child(2):after {
	border-bottom-color: #47a447;
}

.porto-tooltip-wrap.bs-tooltip-end .tooltip-inner {
	flex-direction: column;
}

.porto-tooltip-wrap.bs-tooltip-end .tooltip-inner a:after {
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	border-right-color: #0071a1;
	border-width: .4rem .4rem .4rem 0;
}

.porto-tooltip-wrap.bs-tooltip-end .tooltip-inner a:nth-child(2):after {
	border-right-color: #47a447;
}

.porto-tooltip-wrap.bs-tooltip-start .tooltip-inner {
	flex-direction: column;
}

.porto-tooltip-wrap.bs-tooltip-start .tooltip-inner a:after {
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	border-left-color: #0071a1;
	border-width: .4rem 0 .4rem .4rem;
}

.porto-tooltip-wrap.bs-tooltip-start .tooltip-inner a:nth-child(2):after {
	border-left-color: #47a447;
}

.porto-tooltip-wrap.empty-tooltip .tooltip-inner {
	margin: 15px;
	border: 2px dotted #3575d3;
	border-radius: 4px;
}

.porto-tooltip-wrap.empty-tooltip .tooltip-inner a {
	flex: 1;
	max-width: none;
	justify-content: center;
	background-color: transparent;
	border-radius: 4px;
	color: #3575d3;
	transition: color .3s, background-color .3s;
}

.porto-tooltip-wrap.empty-tooltip .tooltip-inner i {
	font-size: 18px;
}

.porto-tooltip-wrap.empty-tooltip .tooltip-inner:hover a {
	background-color: #3575d3;
	color: #fff;
}

.container .porto-tooltip-wrap.empty-tooltip .tooltip-inner, .container-fluid .porto-tooltip-wrap.empty-tooltip .tooltip-inner {
	margin-left: 0;
	margin-right: 0;
}

.porto-tooltip-wrap .tooltip-inner a {
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	font-family: inherit !important;
	font-weight: 600 !important;
	font-size: .765625rem !important;
	text-decoration: none !important;
	max-width: 300px;
	margin: 5px;
	background-color: rgba(0, 113, 161, .7);
	padding: .25rem .5rem;
	transition: background-color .3s;
}

.porto-tooltip-wrap .tooltip-inner a:hover {
	background-color: #0071a1;
}

.porto-tooltip-wrap .tooltip-inner a:hover:after {
	opacity: 1;
}

.porto-tooltip-wrap .tooltip-inner a:nth-child(2) {
	background-color: rgba(71, 164, 71, .7);
}

.porto-tooltip-wrap .tooltip-inner a:nth-child(2):hover {
	background-color: #47a447;
}

.porto-tooltip-wrap .tooltip-inner a:after {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
	opacity: .7;
	transition: opacity .3s;
}

.porto-wpforms-inline form {
	display: flex;
}

.porto-wpforms-inline .wpforms-field-container {
	flex: 1;
}

.porto-wpforms-inline .wpforms-field-label {
	display: none;
}

.porto-wpforms-inline label.wpforms-error {
	display: block;
	color: var(--bs-danger);
	font-size: .8em;
	margin-top: .25rem;
}

.porto-wpforms-inline input {
	width: 100%;
	height: 2.8125rem;
}

.porto-wpforms-inline .wpforms-submit {
	height: 2.8125rem;
}

.porto-wpforms-inline ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.porto-wpforms-inline .wpforms-field:not(:last-child) {
	margin-bottom: .875rem;
}

.page-wrapper .fdm-item-image {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 0;
}

.fdm-item-panel .fdm-item-title {
	color: #212529;
}

.mouse-hover-split.slide-wrapper {
	flex-wrap: nowrap !important;
	display: block !important;
	overflow: hidden;
	position: relative !important;
}

.mouse-hover-split.slide-wrapper>.split-slide {
	display: grid;
	overflow: hidden;
	position: absolute;
	height: 100%;
}

.mouse-hover-split.slide-wrapper>.split-slide:not(.slide-left) {
	width: 100% !important;
}

.mouse-hover-split.slide-wrapper>.split-slide>* {
	margin: 0px;
	width: 100%;
}

.mouse-hover-split.slide-wrapper>.split-slide:first-child {
	z-index: 2;
	width: 100%;
}

.mouse-hover-split.slide-wrapper>.split-slide:nth-child(2) {
	z-index: 1;
}

.horizontal-scroller-wrapper {
	width: 100%;
}

.horizontal-scroller {
	height: 100vh;
}

.horizontal-scroller .horizontal-scroller-scroll {
	height: 100%;
}

.horizontal-scroller .horizontal-scroller-items {
	height: 100%;
	display: flex;
	overflow: hidden;
}

.horizontal-scroller .horizontal-scroller-items>* {
	width: calc(100% / var(--porto-hscroll-md-width, 1)) !important;
	flex: 0 0 auto;
}

@media (min-width:992px) {
	.horizontal-scroller .horizontal-scroller-items>* {
		width: calc(100% / var(--porto-hscroll-lg-width, 3)) !important;
	}
}

.horizontal-scroller .horizontal-scroller-item {
	flex: 0 0 auto;
}

.view-scale-wrapper {
	position: relative;
	overflow: hidden !important;
	z-index: 2;
}

.view-scale-wrapper .scale-expand {
	z-index: -1;
	max-width: 150vmax !important;
	max-height: 150vmax !important;
}

.content-collapse-wrap.e-con.e-con-full, .content-collapse-wrap.e-con>.e-con-inner, .content-collapse-wrap.elementor-column-wrap>.elementor-widget-wrap, .content-collapse-wrap.elementor-widget-wrap, .content-collapse-wrap.wpb_wrapper, .content-collapse-wrap>.elementor-column-wrap>.elementor-widget-wrap, .content-collapse-wrap>.elementor-widget-wrap {
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

.content-collapse-wrap.opened.e-con.e-con-full, .content-collapse-wrap.opened.e-con>.e-con-inner, .content-collapse-wrap.opened.elementor-column-wrap>.elementor-widget-wrap, .content-collapse-wrap.opened.elementor-widget-wrap, .content-collapse-wrap.opened.wpb_wrapper, .content-collapse-wrap.opened>.elementor-column-wrap>.elementor-widget-wrap, .content-collapse-wrap.opened>.elementor-widget-wrap {
	max-height: 100% !important;
}

.content-collapse-wrap.e-con.e-con-full:not(.opened)>.btn-read-more-wrap, .content-collapse-wrap.e-con:not(.opened)>.e-con-inner>.btn-read-more-wrap, .content-collapse-wrap.elementor-column-wrap:not(.opened)>.elementor-widget-wrap>.btn-read-more-wrap, .content-collapse-wrap.elementor-widget-wrap:not(.opened)>.btn-read-more-wrap, .content-collapse-wrap.wpb_wrapper:not(.opened)>.btn-read-more-wrap, .content-collapse-wrap:not(.opened)>.elementor-column-wrap>.elementor-widget-wrap>.btn-read-more-wrap, .content-collapse-wrap:not(.opened)>.elementor-widget-wrap>.btn-read-more-wrap {
	position: absolute;
	bottom: var(--bc-padding-block-end, var(--padding-block-end, 15px));
	z-index: 11;
	left: 0;
	right: 0;
	padding-left: inherit;
	padding-right: inherit;
}

.content-collapse-wrap.e-con.e-con-full:not(.opened):after, .content-collapse-wrap.e-con:not(.opened)>.e-con-inner:after, .content-collapse-wrap.elementor-column-wrap:not(.opened)>.elementor-widget-wrap:after, .content-collapse-wrap.elementor-widget-wrap:not(.opened):after, .content-collapse-wrap.wpb_wrapper:not(.opened):after, .content-collapse-wrap:not(.opened)>.elementor-column-wrap>.elementor-widget-wrap:after, .content-collapse-wrap:not(.opened)>.elementor-widget-wrap:after {
	display: block;
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 10;
	height: calc(120px + var(--padding-block-end, 0px));
	background-image: linear-gradient(transparent, currentcolor 70%);
	color: #fff;
}

.content-collapse-wrap .btn-read-more-action, .content-collapse-wrap .btn-read-more-wrap>button {
	box-shadow: none !important;
}

.widget .wp-block-group h2, .widget .wp-block-search__label {
	margin-bottom: 15px;
	font-size: 1em;
	margin-top: 0;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.widget .widget-title img, .widget .widgettitle img {
	margin-right: 3px;
	margin-top: -2px;
}

.widget>div>ul li p, .widget>ul li p {
	margin-bottom: 0;
}

.widget>div>ul li>ol, .widget>div>ul li>ul, .widget>ul li>ol, .widget>ul li>ul {
	margin-top: 8px;
	margin-bottom: -8px;
	margin-left: 10px;
}

.widget select {
	max-width: 100%;
	font-size: .9em;
}

.widget .post-date, .widget .rss-date {
	display: inline;
	font-size: .9em;
}

.widget .post-date, .widget .rss-date {
	display: block;
}

.widget .rss-date {
	margin-bottom: 3px;
}

.widget .rssSummary {
	font-size: .95em;
	line-height: 1.42857;
}

.widget cite {
	display: block;
	font-size: .9em;
	text-align: right;
}

.widget .view-more {
	padding: 12px;
}

.widget .owl-carousel .owl-dots {
	margin-bottom: -10px;
}

.widget .slick-dots {
	margin-bottom: -5px;
}

.widget li.current-cat-parent>a, .widget li.current-cat>a, .widget li.current-menu-item>a {
	font-weight: 600;
}

.wp-block-latest-comments__comment {
	padding: 6px 0;
	margin-bottom: 0;
}

.wp-block-latest-comments__comment:first-child {
	padding-top: 0;
}

.widget .wp-block-latest-comments__comment:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.wp-block-latest-posts:not(.wp-block-latest-posts__list)>li {
	line-height: 1.1;
}

.wp-block-latest-posts:not(.wp-block-latest-posts__list)>li:first-child {
	padding-top: 0;
}

.widget_calendar caption {
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
	color: #222529;
}

.widget_calendar table {
	width: 100%;
	font-size: .9286em;
}

.widget_calendar table td, .widget_calendar table th {
	text-align: center;
	vertical-align: middle;
}

.widget_calendar table td#prev {
	text-align: left;
	padding: 8px 0;
}

.widget_calendar table td#next {
	text-align: right;
	padding: 8px 0;
}

.widget.widget_text li p, .widget.widget_text ul p {
	margin-bottom: 10px;
}

.widget .tagcloud, .widget .wp-block-tag-cloud {
	margin-top: -.3846em;
	margin-bottom: -.3846em;
}

.widget .tagcloud a, .widget .wp-block-tag-cloud a {
	margin: .3846em .3846em .3846em 0;
	padding: .25rem .5rem;
	line-height: 1;
	display: inline-block;
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	background: #222529;
	color: #fff;
}

.widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover {
	background: #353a40;
}

.flickr_badge_image, .wpb_content_element .flickr_badge_image {
	float: none;
	margin: 10px 5px 20px;
	display: inline-block;
	background: #fff;
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	transition: opacity .3s ease-in-out;
}

.flickr_badge_image img, .wpb_content_element .flickr_badge_image img {
	width: 75px;
	height: 75px;
}

.widget.widget_wysija h3 {
	margin-bottom: 10px;
}

.widget.widget_wysija .wysija-checkbox-label, .widget.widget_wysija .wysija-checkbox-paragraph, .widget.widget_wysija .wysija-paragraph {
	font-size: 1em;
}

.widget.widget_wysija .wysija-checkbox-label, .widget.widget_wysija .wysija-paragraph label {
	font-size: .9286em;
}

.widget.widget_wysija .wysija-checkbox-label {
	margin-bottom: 0;
}

.widget.widget_wysija .formError {
	position: static !important;
	display: none !important;
}

.widget.widget_wysija .formError .formErrorContent {
	width: 100%;
	line-height: 1.4;
	padding: 5px 0;
	background: none;
	border: none;
	color: #eb340e;
}

.widget.widget_wysija .formError+.wysija-input {
	border-color: #a94442;
}

.widget.widget_wysija .wysija-paragraph .formError .formErrorContent {
	padding: 5px 0 10px;
}

.widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .message, .widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	color: inherit;
	line-height: inherit;
}

.widget.widget_wysija .widget_wysija_cont .message, .widget.widget_wysija .widget_wysija_cont .updated {
	color: #3c763d;
}

.widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
	color: #eb340e;
}

.widget.widget_wysija .widget_wysija_cont .showerrors {
	display: block;
}

.widget.widget_wysija .wysija-input {
	width: 100%;
}

.widget_wysija .wysija-paragraph {
	margin-bottom: 10px;
}

.sidebar-content .widget.widget_wysija {
	margin-bottom: 30px;
	min-height: 100px;
	position: relative;
	background: #f4f4f4;
}

.sidebar-content .wpcf7-form .widget_wysija {
	background: #f4f4f4;
}

.sidebar-content .widget_wysija .box-content {
	position: relative;
	padding: 30px 36px 45px 36px;
	border-top-color: #3575d3;
}

.sidebar-content .widget_wysija .wysija-input {
	border-radius: 3px;
	padding: 12px;
}

.sidebar-content .widget_wysija .wysija-submit {
	margin: 0;
	width: 100%;
	border-radius: 3px;
	padding: 12px 0;
}

.footer .widget .widget_wysija {
	position: relative;
	display: table;
	border-collapse: separate;
	max-width: 550px;
}

.footer .widget .widget_wysija>p:not(.wysija-paragraph) {
	display: table-caption;
}

@media (min-width:768px) {
	.footer .row>div:not(:last-child) .widget_wysija {
		margin-right: 1.5rem;
	}
}

.footer .widget_wysija_cont .wysija-paragraph {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.footer .widget_wysija_cont label {
	display: none;
}

.footer .widget_wysija_cont .d-table-cell>.wysija-submit {
	display: block;
}

.footer .wysija-input, .footer .wysija-submit {
	height: 44px;
	font-size: .75rem;
	border-width: 0;
	background-clip: border-box;
}

.footer .wysija-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 1px;
	width: 100%;
}

.footer .wysija-submit {
	border-left: none;
	display: table-cell;
	vertical-align: top;
	margin: 0 0 0 -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.widget.twitter-tweets .fa-twitter {
	clear: both;
	font-size: 1.5em;
	color: #222529;
	position: relative;
	top: 3px;
	margin-right: -22px;
	left: -30px;
}

.widget.twitter-tweets .meta {
	color: #999;
	display: block;
	font-size: .9em;
	padding-top: 3px;
	margin-bottom: 20px;
}

.widget.twitter-tweets .meta:last-child {
	margin-bottom: 0;
}

.widget.twitter-tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.widget.twitter-tweets ul li {
	border-width: 0;
	padding: 20px 0 0 30px;
}

.widget.twitter-tweets ul li:first-child {
	padding-top: 0;
}

.twitter-account {
	color: #fff;
	display: block;
	font-size: .9em;
	margin: -15px 0 5px;
	opacity: .55;
}

.twitter-account:hover {
	opacity: 1;
}

.widget.contact-info li, .widget.contact-info ul {
	border-width: 0;
	margin: 0;
	padding: 0;
}

.widget.contact-info li a:hover {
	text-decoration: underline;
}

.widget.contact-info li:not(:last-child) {
	margin-bottom: 10px;
}

.widget.contact-info p {
	margin-bottom: 10px;
}

.widget.contact-info i {
	clear: both;
	float: left;
	text-align: center;
	width: 16px;
	top: -2px;
	margin: 4px 9px 10px 0;
	font-size: 1.3em;
	position: static !important;
}

.widget.contact-info .contact-info-block .contact-details span, .widget.contact-info .contact-info-block .contact-details strong {
	display: block;
	padding-left: 25px;
}

.follow-us .share-links a {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: 2px;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
}

.follow-us .share-links a:not(:hover) {
	color: #525252;
	background-color: #fff;
}

.follow-us .share-links a:hover {
	color: #fff;
}

.footer .twitter-tweets .meta {
	opacity: .5;
}

.widget-recent-portfolios, .widget-recent-posts {
	overflow: hidden;
}

.sidebar-content .filter-title {
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4;
}

.portfolio-item-title {
	margin: .25rem 0;
}

.widget-recent-portfolios .portfolio-item {
	margin-bottom: 20px;
}

.wp-block-search__label {
	color: #222529;
}

.wp-block-search .wp-block-search__inside-wrapper>input {
	border-color: rgba(0, 0, 0, .09);
}

.wp-block-search .wp-block-search__inside-wrapper>button {
	margin-left: 0;
}

.widget .wp-block-search button {
	background-color: #222529;
	border-color: #222529;
	fill: #fff;
	color: #fff;
	transition: .2s;
}

.widget .wp-block-search button:hover {
	opacity: .9;
}

.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) article {
	display: inline-flex;
}

.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) article footer {
	line-height: 2em;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-link {
	color: inherit;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
	color: #3575d3;
}

.wp-block-latest-posts__list li {
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.wp-block-latest-posts__list li:first-child {
	border-top-width: 0;
}

.wp-block-latest-posts__list time {
	font-size: .9em;
}

.widget_categories>ul li {
	border-top: none;
}

.widget_categories form select {
	width: 100%;
}

.tm-extra-product-options .tm-epo-field-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #3575d3;
}

.tm-collapse {
	background-image: none;
	background-color: transparent;
	border: 1px solid #ddd;
	padding: 0;
}

.tm-collapse .tm-section-label {
	background: #f4f4f4;
	padding: 10px 15px;
}

.tm-collapse .tm-section-label .tm-arrow {
	right: 10px;
	left: auto;
}

.tm-collapse .tm-collapse-wrap {
	padding: 15px;
	margin: 0;
}

.tm-description {
	margin-top: 5px;
	margin-bottom: 5px;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	padding: 5px 0 0;
}

.tm-box {
	padding: 10px 15px;
	margin: 15px 0 0;
	border: 1px solid #e7e7e7;
}

.tm-epo-totals {
	padding-top: 0;
}

.tm-extra-product-options-totals {
	margin-bottom: 0;
}

.tm-extra-product-options-totals dt {
	margin-top: 10px;
}

.tm-extra-product-options-totals dd, .tm-extra-product-options-totals dt {
	margin-bottom: 5px;
}

.tm-extra-product-options-totals .amount.final, .tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee {
	font-weight: 600;
	line-height: 1;
}

.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee {
	font-size: 2em;
}

.tm-extra-product-options-totals .amount.final {
	font-size: 2.5714em;
	color: #3575d3;
}

.tm-cart-edit-options {
	font-size: 11px;
	margin-right: 10px;
	margin-left: auto;
}

.tm-button {
	box-shadow: none;
}

.star-rating {
	display: block;
	cursor: pointer;
	float: none;
	position: relative;
	position: relative;
	font-size: 11px;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	width: 6em;
	letter-spacing: .1em;
	text-align: left;
	white-space: nowrap;
}

.star-rating:before {
	content: "" "" "" "" "";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	color: #6a6a6d;
	content: "" "" "" "" "";
	left: 0;
	position: absolute;
	top: 0;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m {
	margin: 15px !important;
}

.m-md {
	margin: 20px !important;
}

.m-lg {
	margin: 30px !important;
}

.m-xl {
	margin: 40px !important;
}

.m-xlg {
	margin: 50px !important;
}

.m-xxl {
	margin: 60px !important;
}

.m-n, .m-none {
	margin: 0 !important;
}

.m-l-none {
	margin-left: 0 !important;
}

.m-l-xs {
	margin-left: 5px !important;
}

.m-l-sm {
	margin-left: 10px !important;
}

.m-l {
	margin-left: 15px !important;
}

.m-l-md {
	margin-left: 20px !important;
}

.m-l-lg {
	margin-left: 30px !important;
}

.m-l-xl {
	margin-left: 40px !important;
}

.m-l-xlg {
	margin-left: 50px !important;
}

.m-l-xxl {
	margin-left: 60px !important;
}

.m-l-n-xxs {
	margin-left: -1px !important;
}

.m-l-n-xs {
	margin-left: -5px !important;
}

.m-l-n-sm {
	margin-left: -10px !important;
}

.m-l-n {
	margin-left: -15px !important;
}

.m-l-n-md {
	margin-left: -20px !important;
}

.m-l-n-lg {
	margin-left: -30px !important;
}

.m-l-n-xl {
	margin-left: -40px !important;
}

.m-l-n-xlg {
	margin-left: -50px !important;
}

.m-l-n-xxl {
	margin-left: -60px !important;
}

.m-t-none {
	margin-top: 0 !important;
}

.m-t-xxs {
	margin-top: 1px !important;
}

.m-t-xs {
	margin-top: 5px !important;
}

.m-t-sm {
	margin-top: 10px !important;
}

.m-t {
	margin-top: 15px !important;
}

.m-t-md {
	margin-top: 20px !important;
}

.m-t-lg {
	margin-top: 30px !important;
}

.m-t-xl {
	margin-top: 40px !important;
}

.m-t-xlg {
	margin-top: 50px !important;
}

.m-t-xxl {
	margin-top: 60px !important;
}

.m-t-n-xxs {
	margin-top: -1px !important;
}

.m-t-n-xs {
	margin-top: -5px !important;
}

.m-t-n-sm {
	margin-top: -10px !important;
}

.m-t-n {
	margin-top: -15px !important;
}

.m-t-n-md {
	margin-top: -20px !important;
}

.m-t-n-lg {
	margin-top: -30px !important;
}

.m-t-n-xl {
	margin-top: -40px !important;
}

.m-t-n-xlg {
	margin-top: -50px !important;
}

.m-t-n-xxl {
	margin-top: -60px !important;
}

.m-r-none {
	margin-right: 0 !important;
}

.m-r-xs {
	margin-right: 5px !important;
}

.m-r-sm {
	margin-right: 10px !important;
}

.m-r {
	margin-right: 15px !important;
}

.m-r-md {
	margin-right: 20px !important;
}

.m-r-lg {
	margin-right: 30px !important;
}

.m-r-xl {
	margin-right: 40px !important;
}

.m-r-xlg {
	margin-right: 50px !important;
}

.m-r-xxl {
	margin-right: 60px !important;
}

.m-r-n-xxs {
	margin-right: -1px !important;
}

.m-r-n-xs {
	margin-right: -5px !important;
}

.m-r-n-sm {
	margin-right: -10px !important;
}

.m-r-n {
	margin-right: -15px !important;
}

.m-r-n-md {
	margin-right: -20px !important;
}

.m-r-n-lg {
	margin-right: -30px !important;
}

.m-r-n-xl {
	margin-right: -40px !important;
}

.m-r-n-xlg {
	margin-right: -50px !important;
}

.m-r-n-xxl {
	margin-right: -60px !important;
}

.m-b-none {
	margin-bottom: 0 !important;
}

.m-b-xs {
	margin-bottom: 5px !important;
}

.m-b-sm {
	margin-bottom: 10px !important;
}

.m-b {
	margin-bottom: 15px !important;
}

.m-b-lg {
	margin-bottom: 30px !important;
}

.m-b-xl {
	margin-bottom: 40px !important;
}

.m-b-xlg {
	margin-bottom: 50px !important;
}

.m-b-xxl {
	margin-bottom: 60px !important;
}

.m-b-n-xxs {
	margin-bottom: -1px !important;
}

.m-b-n-xs {
	margin-bottom: -5px !important;
}

.m-b-n-sm {
	margin-bottom: -10px !important;
}

.m-b-n {
	margin-bottom: -15px !important;
}

.m-b-n-md {
	margin-bottom: -20px !important;
}

.m-b-n-lg {
	margin-bottom: -30px !important;
}

.m-b-n-xl {
	margin-bottom: -40px !important;
}

.m-b-n-xlg {
	margin-bottom: -50px !important;
}

.m-b-n-xxl {
	margin-bottom: -60px !important;
}

.custom-margin-1 {
	margin-left: 90px;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p {
	padding: 15px !important;
}

.p-md {
	padding: 20px !important;
}

.p-lg {
	padding: 30px !important;
}

.p-xl {
	padding: 40px !important;
}

.p-xlg {
	padding: 50px !important;
}

.p-xxl {
	padding: 60px !important;
}

.p-n, .p-none {
	padding: 0 !important;
}

.p-l-none {
	padding-left: 0 !important;
}

.p-l-xs {
	padding-left: 5px !important;
}

.p-l-sm {
	padding-left: 10px !important;
}

.p-l {
	padding-left: 15px !important;
}

.p-l-md {
	padding-left: 20px !important;
}

.p-l-lg {
	padding-left: 30px !important;
}

.p-l-xl {
	padding-left: 40px !important;
}

.p-l-xlg {
	padding-left: 50px !important;
}

.p-l-xxl {
	padding-left: 60px !important;
}

.p-t-none {
	padding-top: 0 !important;
}

.p-t-xxs {
	padding-top: 1px !important;
}

.p-t-xs {
	padding-top: 5px !important;
}

.p-t-sm {
	padding-top: 10px !important;
}

.p-t {
	padding-top: 15px !important;
}

.p-t-md {
	padding-top: 20px !important;
}

.p-t-lg {
	padding-top: 30px !important;
}

.p-t-xl {
	padding-top: 40px !important;
}

.p-t-xlg {
	padding-top: 50px !important;
}

.p-t-xxl {
	padding-top: 60px !important;
}

.p-r-none {
	padding-right: 0 !important;
}

.p-r-xs {
	padding-right: 5px !important;
}

.p-r-sm {
	padding-right: 10px !important;
}

.p-r {
	padding-right: 15px !important;
}

.p-r-md {
	padding-right: 20px !important;
}

.p-r-lg {
	padding-right: 30px !important;
}

.p-r-xl {
	padding-right: 40px !important;
}

.p-r-xlg {
	padding-right: 50px !important;
}

.p-r-xxl {
	padding-right: 60px !important;
}

.p-b-none {
	padding-bottom: 0 !important;
}

.p-b-xs {
	padding-bottom: 5px !important;
}

.p-b-sm {
	padding-bottom: 10px !important;
}

.p-b {
	padding-bottom: 15px !important;
}

.p-b-md {
	padding-bottom: 20px !important;
}

.p-b-lg {
	padding-bottom: 30px !important;
}

.p-b-xl {
	padding-bottom: 40px !important;
}

.p-b-xlg {
	padding-bottom: 50px !important;
}

.p-b-xxl {
	padding-bottom: 60px !important;
}

.porto-checkbox, .porto-radio {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.6rem;
	vertical-align: middle !important;
}

.porto-checkbox:focus, .porto-radio:focus {
	outline: none;
}

.porto-checkbox .porto-control-label, .porto-radio .porto-control-label {
	position: static;
	margin-bottom: 0;
	font-size: 12px;
}

.porto-checkbox .porto-control-label:after, .porto-checkbox .porto-control-label:before, .porto-radio .porto-control-label:after, .porto-radio .porto-control-label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.porto-checkbox .porto-control-input, .porto-radio .porto-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.porto-checkbox.porto-control-disable, .porto-radio.porto-control-disable {
	padding-left: 0;
}

.porto-checkbox.porto-control-disable .porto-control-label:after, .porto-checkbox.porto-control-disable .porto-control-label:before, .porto-radio.porto-control-disable .porto-control-label:after, .porto-radio.porto-control-disable .porto-control-label:before {
	content: none;
}

.porto-checkbox .porto-control-label:before {
	pointer-events: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #c2c0ca;
}

.porto-checkbox .porto-control-label:after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	opacity: 0;
	transition: opacity .3s;
}

.porto-checkbox .porto-control-input:checked~.porto-control-label:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiIHN0eWxlPSImIzEwOyI+DQoJPHBhdGggZmlsbD0iIzhhOGI4ZSIgZD0iTTYuNTY0Ljc1bC0zLjU5IDMuNjEyLTEuNTM4LTEuNTVMMCA0LjI2IDIuOTc0IDcuMjUgOCAyLjE5M3oiIHN0eWxlPSImIzEwOyIvPg0KPC9zdmc+");
	opacity: 1;
}

.porto-checkbox .porto-control-input:checked~.porto-control-label:before {
	background-color: transparent;
}

.porto-radio {
	padding-left: 1.8rem;
}

.porto-radio .porto-control-label {
	font-size: 13px;
}

.porto-radio .porto-control-label:before {
	left: 0;
	pointer-events: none;
	user-select: none;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.porto-radio .porto-control-label:after {
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #3575d3;
	opacity: 0;
	transition: opacity .3s;
	margin-top: -6px;
}

.porto-radio .porto-control-input:checked~.porto-control-label:after {
	opacity: 1;
}

.single-post .entry-title {
	font-weight: 700;
	color: #3575d3;
}

.comment-form-cookies-consent>* {
	vertical-align: middle;
}

.comment-form-cookies-consent>label {
	display: inline;
}

.entry-title {
	margin-top: 0;
}

.post-item .post-date .sticky, article.post .post-date .sticky {
	background: var(--porto-hot-color, #62b959);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
	color: var(--porto-hot-color-inverse, #fff);
	font-size: .9em;
	padding: 2px 0 0;
	margin-top: 5px;
	display: block;
}

.post-item .post-date .format, article.post .post-date .format {
	font-size: 1.2857em;
	padding: 0;
	line-height: 40px;
	margin: 5px 0;
}

.post-item .read-more-block, article.post .read-more-block {
	display: block;
	margin-top: 20px;
}

.post-item h4.title-short, article.post h4.title-short {
	margin-bottom: 2px;
	padding-top: 8px;
}

.post-item .author-name a, article.post .author-name a {
	color: inherit;
}

article.post h2 a, article.post h4 a {
	text-decoration: none;
}

article.post-full .entry-title, article.post-large .entry-title {
	margin-bottom: 5px;
}

@media (max-width:575px) {}

@media (max-width:575px) {}

article.post-grid .owl-carousel .owl-dots, article.post-timeline .owl-carousel .owl-dots {
	margin-top: 5px;
}

article.post-grid .post-image.thumb-info-side-image-wrapper, article.post-timeline .post-image.thumb-info-side-image-wrapper {
	margin-bottom: 0;
}

.post-item .wp-video, .post-item video, .post-item>iframe {
	max-width: 100%;
	height: auto;
}

.post-item>.wp-video, .post-item>iframe, .post-item>video {
	margin-bottom: 20px;
}

.post-item.style-5>.wp-video, .post-item.style-5>iframe, .post-item.style-5>video {
	margin-bottom: 30px;
}

.owl-carousel .mejs-poster img {
	display: none;
}

.post-block h3 i, .post-share h3 i, article.portfolio .comment-respond h3 i, article.post .comment-respond h3 i {
	margin-right: 7px;
}

.post-share-advance .fa-share-alt {
	background: #383f48;
	border-radius: 50px;
	bottom: 0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 1px;
	width: 40px;
}

.post-share-advance .share-links .tooltip {
	display: none !important;
}

@media (max-width:767px) {}

.post-author p .name {
	font-size: 1.3em;
}

@media (max-width:767px) {}

ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comments ul.children {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.comments ul.children>li, ul.comments>li {
	clear: both;
	padding: 10px 0 0 115px;
}

ul.comments ul.children>li img.avatar, ul.comments>li img.avatar {
	height: auto;
	max-width: 80px;
}

ul.comments ul.children>li a, ul.comments>li a {
	text-decoration: none;
}

ul.comments ul.children>li .img-thumbnail, ul.comments>li .img-thumbnail {
	margin-left: -115px;
	position: absolute;
}

ul.comments ul.children>li .comment-body, ul.comments>li .comment-body {
	margin-bottom: 10px;
}

ul.comments ul.children>li .pull-right span, ul.comments>li .pull-right span {
	margin-left: 5px;
}

ul.comments .comment-arrow {
	border-bottom: 15px solid transparent;
	left: -15px;
	border-top: 15px solid transparent;
	border-right: 15px solid #f4f4f4;
	height: 0;
	position: absolute;
	top: 28px;
	width: 0;
}

ul.comments .comment-block {
	background: #f4f4f4;
	padding: 20px 20px 35px;
	position: relative;
}

ul.comments .comment-block p {
	font-size: .9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

ul.comments .comment-block .comment-by {
	display: block;
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.comments .comment-block .comment-by span {
	display: inline-block;
	margin-left: 8px;
}

ul.comments .comment-block .date {
	color: #999;
	font-size: .9em;
	margin-top: 5px;
}

@media (max-width:767px) {
	ul.comments li {
		padding-left: 10px;
		border-left: 8px solid #e7e7e7;
	}
	
	ul.comments ul.children>li, ul.comments>li {
		padding: 0 0 0 10px;
	}
	
	ul.comments ul.children>li .comment-body:after, ul.comments>li .comment-body:after {
		content: " ";
		display: table;
		clear: both;
	}
	
	ul.comments ul.children>li .img-thumbnail, ul.comments>li .img-thumbnail {
		margin: 20px 12px 10px 20px;
		float: left;
		position: static;
	}
	
	ul.comments ul.children>li img.avatar, ul.comments>li img.avatar {
		max-width: 60px;
	}
	
	ul.comments .comment-block {
		position: static;
	}
	
	ul.comments .comment-arrow {
		display: none;
	}
}

.comment-respond {
	margin-top: 3rem;
	padding-bottom: 0;
}

.comment-respond h3 {
	margin: 0 0 40px;
}

.comment-form {
	padding: 30px 30px 10px;
	background: #f4f4f4;
	border-radius: 5px;
}

.comment-form label {
	font-weight: 700;
	color: #222529;
}

.comment-form label:first-child {
	display: block;
}

.comment-form input[type=color], .comment-form input[type=date], .comment-form input[type=datetime-local], .comment-form input[type=datetime], .comment-form input[type=email], .comment-form input[type=month], .comment-form input[type=number], .comment-form input[type=password], .comment-form input[type=search], .comment-form input[type=tel], .comment-form input[type=text], .comment-form input[type=time], .comment-form input[type=url], .comment-form input[type=week], .comment-form select, .comment-form textarea {
	width: 100%;
}

.tab-content .comment-form {
	padding-bottom: 22px;
}

.post-carousel .post-slide.no-single .post-item {
	margin-bottom: 20px;
}

.post-carousel.owl-carousel .owl-dots {
	margin-top: 0;
}

.post-carousel .post-item.style-2 .post-excerpt, .post-grid .post-item.style-2 .post-excerpt, .post-timeline .post-item.style-2 .post-excerpt {
	margin-bottom: 20px;
}

.post-carousel .post-item.style-4 .post-meta, .post-grid .post-item.style-4 .post-meta, .post-timeline .post-item.style-4 .post-meta {
	font-size: 1em;
}

.post-carousel .post-item.style-4 .read-more, .post-grid .post-item.style-4 .read-more, .post-timeline .post-item.style-4 .read-more {
	margin-top: 15px;
}

.post-carousel .post-item.style-5 .cat-names, .post-grid .post-item.style-5 .cat-names, .post-timeline .post-item.style-5 .cat-names {
	font-weight: 600;
	text-transform: uppercase;
	color: #3575d3;
}

.post-carousel .post-item.style-5 .cat-names a, .post-grid .post-item.style-5 .cat-names a, .post-timeline .post-item.style-5 .cat-names a {
	text-decoration: none;
	text-transform: uppercase;
}

.post-carousel .post-item.style-5 .post-views, .post-grid .post-item.style-5 .post-views, .post-timeline .post-item.style-5 .post-views {
	float: right;
}

.post-item.style-5 .post-meta a {
	color: #e36159;
}

.post-item.style-5 .post-meta .post-views-icon.dashicons {
	color: #3575d3;
}

.post-item.style-7 h4 {
	font-size: 1.5em;
	line-height: 1.3;
	letter-spacing: normal;
	margin-bottom: 15px;
}

.post-item.style-7 .post-meta {
	margin-top: 20px;
}

.post-item.style-7 .meta-author {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 700;
}

.post-item.style-7 .meta-author img {
	display: inline-block;
	max-width: 25px;
	border-radius: 20px;
	margin-right: 5px;
}

.post-item.style-7 .meta-date {
	display: none;
}

@media (max-width:480px) {
	.post-item.style-4 .thumb-info-side-image .thumb-info-side-image-wrapper {
		display: inline-block;
		float: none;
	}
}

.post-item-small h5 {
	margin-bottom: 0;
}

.elementor-widget .row .post-item-small, .widget .row .post-item-small {
	margin: 0 15px;
}

.post-views.entry-meta>span {
	vertical-align: middle;
	display: inline-block;
	height: 1em;
	line-height: 1;
}

.blog-posts .post-large {
	margin-left: 60px;
}

.blog-posts .post-large .post-date, .blog-posts .post-large .post-image {
	margin-left: -60px;
}

.blog-posts .blog-post-item .post-item-title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
}

.blog-posts .blog-post-item .post-item-title>a {
	color: inherit;
	text-decoration: none;
}

.blog-posts .blog-post-item h4 {
	font-size: 1.2em;
}

.blog-posts .blog-post-item .post-date {
	font-size: .8em;
}

.blog-posts .blog-post-item .post-image {
	margin-bottom: .5rem;
}

.blog-posts .blog-post-item .meta-cats {
	font-size: .6em;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.blog-posts .blog-post-item .meta-cats a {
	background-color: #212529;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 .8em;
	border-radius: 2px;
	margin: 0 .6em .6em 0;
}

.blog-posts .post-item-list {
	margin-bottom: 30px;
}

@media (min-width:576px) {
	.blog-posts .post-item-list {
		display: flex;
		align-items: center;
	}
	
	.blog-posts .post-item-list .post-image {
		flex: 0 0 auto;
		width: 34%;
		margin-bottom: 0;
	}
	
	.blog-posts .post-item-list .post-item-content {
		flex: 0 0 auto;
		width: 66%;
		padding-left: 4%;
	}
}

.blog-posts .post-item-grid {
	margin-bottom: 1rem;
}

.blog-posts .post-item-small .post-image {
	margin-bottom: 0;
}

.blog-posts .post-item-small .post-item-title {
	font-weight: 400;
	margin-top: .4em;
}

@media (min-width:992px) {}

.post-modern .entry-title a {
	color: inherit;
}

.post-modern .btn-readmore {
	font-size: .8125rem;
	font-weight: 600;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

.blog-posts .post-modern {
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
}

.blog-posts .post-modern .entry-title {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -.025em;
	margin-bottom: .25rem;
}

.format {
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
	background: #3575d3;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
}

.format i {
	padding: 11px;
}

.blog-posts {
	position: relative;
}

.blog-posts:after {
	content: " ";
	display: table;
	clear: both;
}

.blog-posts article {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin-bottom: 50px;
	padding-bottom: 1rem;
}

.blog-posts article h2.show-content {
	margin-bottom: 25px;
}

.blog-posts .pagination {
	margin: -10px 0 20px;
}

.blog-posts .post .entry-title {
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 1rem;
	word-break: break-word;
}

.blog-posts .post-full .entry-title, .blog-posts .post-large .entry-title, .blog-posts .post-large-alt .entry-title {
	font-size: 1.8em;
}

.blog-posts-widget {
	overflow: hidden;
}

.pagination-wrap {
	text-align: center;
}

.pagination-wrap .page-links, .pagination-wrap .pagination {
	float: none;
	justify-content: center;
}

.pagination-wrap .page-links>a, .pagination-wrap .page-links>span, .pagination-wrap .pagination>a, .pagination-wrap .pagination>span {
	float: none;
}

.page-links>a, .page-links>span, .pagination>a, .pagination>span {
	border: 1px solid #e7e7e7;
	margin-left: -1px;
	float: left;
	display: inline-block;
	padding: .5rem .75rem;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	min-width: 2.125rem;
}

.page-links span.dots, .pagination span.dots {
	border-width: 0;
	position: relative;
	top: -2px;
}

.page-links span.current, .pagination span.current {
	color: #fff;
	background: #3575d3;
	border-color: #3575d3;
}

.page-links .nextpostslink, .page-links .previouspagelink, .pagination .next, .pagination .prev {
	text-indent: -9999px;
	width: 2.48em;
	overflow: hidden;
	position: relative;
}

.page-links .nextpostslink:before, .page-links .previouspagelink:before, .pagination .next:before, .pagination .prev:before {
	position: absolute;
	top: .5rem;
	left: 0;
	right: 0;
	text-indent: 0;
}

.page-links .previouspagelink:before, .pagination .prev:before {
	content: "";
}

.page-links .nextpagelink:before, .pagination .next:before {
	content: "";
}

.load-infinite .pagination {
	display: none;
}

.page-links .screen-reader-text {
	display: none !important;
}

.page-links .page-links-title {
	border-width: 0;
	margin: 0;
	padding: 0;
}

.blog-posts article.post-grid, .blog-posts article.post-masonry {
	border-width: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
}

@media (max-width:767px) {
	.posts-grid .post {
		position: static !important;
		width: 100%;
		transition: none !important;
		transform: none !important;
	}
}

.blog-share {
	margin-bottom: 25px;
}

.blog-share .share-links a {
	margin: .2857em 0 .2857em .5714em;
}

.blog-posts-hover_info .post .post-image, .blog-posts-hover_info2 .post .post-image, .blog-posts-no_margin .post .post-image {
	margin-bottom: 0;
}

.blog-posts-hover_info article:not(.timeline-box), .blog-posts-hover_info2 article:not(.timeline-box), .blog-posts-no_margin article:not(.timeline-box) {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-posts-no_margin .posts-container {
	margin: 0;
}

.blog-posts-no_margin article.post:not(.timeline-box) {
	padding: 0;
	margin-bottom: 0;
}

.blog-posts-hover_info2 .post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: .5rem 0 0;
}

.blog-posts-hover_info2 .thumb-info-show-more-content {
	font-size: .8em;
	opacity: .5;
	max-height: 0;
	overflow: hidden;
	transition: max-height .8s;
}

.blog-posts-hover_info2 .thumb-info-inner {
	margin: .25rem 0 0;
	font-size: 1.2em;
	font-weight: 700;
}

.blog-posts-hover_info2 .thumb-info img {
	transform: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-title {
	padding: 0 1.5rem 1.5rem;
	z-index: 3;
	opacity: 1;
	transform: none;
	background: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action {
	margin: 0;
	transform: none;
	padding: 0;
	top: 0;
	left: 0;
	height: 100%;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action .thumb-info-action-icon {
	background: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon {
	display: block;
	width: auto;
	height: 100%;
	margin: 0;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon i {
	display: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-inner {
	line-height: 1.2;
}

.blog-posts-hover_info2 .thumb-info:hover .thumb-info-show-more-content {
	max-height: 300px;
}

.blog-posts-hover_info2 .thumb-info-wrapper:after {
	opacity: .6;
}

.blog-posts-hover_info2 .thumb-info-type {
	overflow: hidden;
	display: block;
	margin: 0;
}

.blog-posts-hover_info2 .thumb-info-type a {
	float: left;
	padding: 0 .6em;
	border-radius: 2px;
	margin: 0 .6em .6em 0;
	background: #3575d3;
}

.blog-posts-hover_info article.post, .blog-posts-hover_info2 article.post {
	margin-bottom: 30px;
}

.blog-posts-hover_info .post-date, .blog-posts-hover_info2 .post-date {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
}

.posts-medium-alt>article:last-child {
	border-bottom: none;
}

.posts-medium-alt .img-thumbnail {
	padding: 0;
	border: none;
}

.posts-medium-alt .custom-border-radius {
	padding: 11px 30px !important;
	border-radius: 35px !important;
}

.posts-medium-alt .blog-post-date {
	position: absolute;
	top: 60%;
	right: 10px;
	padding: 25px 15px;
	z-index: 6;
	font-size: 3em;
	line-height: 1;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.posts-medium-alt .blog-post-date .month-year {
	display: block;
	font-size: .4em;
}

.blog-posts-padding .grid-box {
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
	padding: 18px;
	position: relative;
	z-index: 1;
}

.blog-posts-padding .grid-box .img-thumbnail {
	max-width: 100%;
}

.blog-posts-padding .grid-box .img-thumbnail, .blog-posts-padding .grid-box .img-thumbnail img {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.blog-posts-padding .grid-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.blog-posts-padding .grid-box .owl-carousel .owl-stage-outer {
	border-radius: 0;
}

.blog-like i {
	display: none;
}

.blog-liked i {
	display: none;
}

.porto-post-title a {
	color: inherit;
}

.porto-post-title a:hover {
	color: #3575d3;
}

.share-links-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.share-links-block .share-links a {
	border-radius: 50%;
	width: 28px;
	height: 28px;
	font-size: .8rem;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
	margin: 2px;
}

.share-links-block .share-links a:not(:hover) {
	background: none;
	color: #222529;
}

.share-links-block h5 {
	margin: 0 15px 0 0;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
}

.sort-source {
	clear: both;
}

.sort-source>li>a {
	display: inline-block;
	cursor: pointer;
	padding: 6px 12px;
}

.sort-source-style-2 {
	background: #3575d3;
	margin: 0 auto;
}

.sort-source-style-2>li {
	float: none;
	display: inline-block;
}

.sort-source-style-2>li>a, .sort-source-style-2>li>a:focus, .sort-source-style-2>li>a:hover {
	background: none;
	color: #fff;
	border-radius: 0;
	margin: 0;
	padding: 18px 28px;
	position: relative;
}

.sort-source-style-2>li>a:after {
	transition: margin .3s;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #3575d3;
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	margin-top: 0;
	opacity: 0;
	z-index: 1;
}

.sort-source-style-2>li.active>a, .sort-source-style-2>li.active>a:focus, .sort-source-style-2>li.active>a:hover {
	background: transparent;
}

.sort-source-style-2>li.active>a:after {
	opacity: 1;
	margin-top: 18px;
}

.sort-source-style-3 {
	margin-bottom: 2rem;
	justify-content: center;
	font-size: .8em;
	text-transform: uppercase;
}

.sort-source-style-3>li>a {
	color: #0a0a0a;
}

.sort-source-style-3>li.active>a {
	background: none !important;
	border-bottom: 3px solid #3575d3;
	border-radius: 0;
	color: #3575d3;
}

@media (max-width:767px) {
	.sort-source-style-2>li {
		display: block;
	}
	
	.sort-source-style-2>li.active>a:after {
		display: none !important;
	}
}

.ajax-box .bounce-loader, .ajax-box .porto-ajax-loading {
	z-index: 1;
}

.page-share h3 i {
	margin-right: 7px;
}

.page-share.container {
	margin-bottom: 70px;
}

.animated, .appear-animation {
	animation-fill-mode: both;
	animation-duration: 1s;
}

[data-plugin-animated-letters] .animated.letter, [data-plugin-animated-words] .animated-words-item {
	display: inline-block;
}

.appear-animation-visible {
	opacity: 1;
}

.flash {
	animation-name: flash;
}

.shake {
	animation-name: shake;
}

.rubberBand {
	animation-name: rubberBand;
}

.bounce {
	animation-name: bounce;
}

.tada {
	animation-name: tada;
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

.wobble {
	animation-name: wobble;
}

.wiggle {
	animation-name: wiggle;
	animation-timing-function: ease-in;
}

.pulse {
	animation-name: pulse;
}

.fadeIn {
	animation-name: fadeIn;
}

.fadeInUp {
	animation-name: fadeInUp;
}

.fadeInDown {
	animation-name: fadeInDown;
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

.fadeInRight {
	animation-name: fadeInRight;
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

.bounceIn {
	animation-name: bounceIn;
}

.bounceInUp {
	animation-name: bounceInUp;
}

.bounceInDown {
	animation-name: bounceInDown;
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

.bounceInRight {
	animation-name: bounceInRight;
}

.rotateIn {
	animation-name: rotateIn;
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

.zoomIn {
	animation-name: zoomIn;
}

.slideInRight {
	animation-name: slideInRight;
}

.slideInUp {
	animation-name: slideInUp;
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

.maskUp {
	animation-name: maskUp;
}

.slideInLeft {
	animation-name: slideInLeft;
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

.highlight {
	position: relative;
	animation-name: highlightAnim;
	background-size: 200%;
	background-position: 0;
	transition: background-position .8s;
	background-image: none;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(0, 136, 204, .2) 0);
}

.blinker-effect {
	animation: blinker 1s linear infinite;
}

.rotate-effect {
	animation: rotate-animation 10s linear infinite;
}

.revealDirTop.animated:after, [data-appear-animation^=revealDir].revealDirTop:after {
	animation-name: blockSlideToTop;
}

.revealDirLeft.animated:after, [data-appear-animation^=revealDir].revealDirLeft:after {
	animation-name: blockSlideToLeft;
}

.revealDirRight.animated:after, [data-appear-animation^=revealDir].revealDirRight:after {
	animation-name: blockSlideToRight;
}

.revealDirDown.animated:after, [data-appear-animation^=revealDir].revealDirDown:after {
	animation-name: blockSlideToDown;
}

.elementor-edit-area [class*=revealDir].animated {
	animation-fill-mode: both !important;
}

.col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-lg-1-5, .col-lg-2-5, .col-lg-3-5, .col-lg-4-5, .col-md-1-5, .col-md-2-5, .col-md-3-5, .col-md-4-5, .col-sm-1-5, .col-sm-2-5, .col-sm-3-5, .col-sm-4-5, .col-xl-1-5, .col-xl-2-5, .col-xl-3-5, .col-xl-4-5 {
	position: relative;
	min-height: 1px;
	width: 100%;
	flex: 0 0 auto;
	max-width: 100%;
	padding-left: calc(var(--bs-gutter-x, 30px) / 2);
	padding-right: calc(var(--bs-gutter-x, 30px) / 2);
}

.col-1-5 {
	width: 20%;
}

.col-2-5 {
	width: 40%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

.offset-1\/5 {
	margin-left: 20%;
}

.offset-2\/5 {
	margin-left: 40%;
}

.offset-3\/5 {
	margin-left: 60%;
}

.offset-4\/5 {
	margin-left: 80%;
}

@media (min-width:576px) {
	.col-sm-1-5 {
		width: 80%;
	}
	
	.col-sm-2-5 {
		width: 80%;
	}
	
	.col-sm-3-5 {
		width: 60%;
	}
	
	.col-sm-4-5 {
		width: 80%;
	}
}

@media (min-width:768px) {
	.col-md-1-5 {
		width: 20%;
	}
	
	.col-md-2-5 {
		width: 40%;
	}
	
	.col-md-3-5 {
		width: 60%;
	}
	
	.col-md-4-5 {
		width: 80%;
	}
	
	.offset-md-1\/5 {
		margin-left: 20%;
	}
	
	.offset-md-2\/5 {
		margin-left: 40%;
	}
	
	.offset-md-3\/5 {
		margin-left: 60%;
	}
	
	.offset-md-4\/5 {
		margin-left: 80%;
	}
}

@media (min-width:992px) {
	.col-lg-1-5 {
		width: 20%;
	}
	
	.col-lg-2-5 {
		width: 40%;
	}
	
	.col-lg-3-5 {
		width: 60%;
	}
	
	.col-lg-4-5 {
		width: 80%;
	}
	
	.offset-lg-1\/5 {
		margin-left: 20%;
	}
	
	.offset-lg-2\/5 {
		margin-left: 40%;
	}
	
	.offset-lg-3\/5 {
		margin-left: 60%;
	}
	
	.offset-lg-4\/5 {
		margin-left: 80%;
	}
}

.grid-creative .portfolio-item, .grid-creative .portfolio-item .post-image, .grid-creative .portfolio-item .thumb-info-wrapper, .grid-creative .thumb-info, .grid-creative .thumb-info .post-image, .grid-creative .thumb-info .thumb-info-wrapper {
	height: 100%;
}

.grid-creative .thumb-info img, .grid-creative li.product-col .product-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	padding: 0;
}

.grid-creative>article.post {
	width: 100%;
}

.grid-creative article.post {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.grid-col-sizer {
	width: 1.6666%;
	height: 0;
	flex: 0 0 1.6666%;
}

.no-padding, .vc_row-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row.no-padding, .vc_row.no-padding>.container>.row {
	margin-left: 0;
	margin-right: 0;
}

.row.no-padding>.vc_column_container, .vc_row.no-padding>.container>.row>.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width:991px) {
	.px-gutter {
		padding-left: var(--porto-res-spacing, 20px) !important;
		padding-right: var(--porto-res-spacing, 20px) !important;
	}
}

.vc_row.wpb_row {
	margin-bottom: 0;
}

.vc_row.wpb_row.vc_row-no-padding>.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.vc_row.wpb_row.vc_row-no-padding>.vc_column_container.section {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width:767px) {
	.vc_row.wpb_row.vc_row-no-padding>.vc_column_container.section {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.vc_row.section-with-divider {
	overflow: visible;
}

.vc_row:not(.row) {
	margin-left: 0;
	margin-right: 0;
}

.container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.container-fluid .vc_section {
	margin-left: calc(var(--porto-fluid-spacing) * -1);
	margin-right: calc(var(--porto-fluid-spacing) * -1);
}

.alignfull .porto-ibanner-desc>.container, .container-fluid .top-row:not(.porto-inner-container), .vc_section.alignfull>.container {
	padding-left: var(--porto-container-spacing);
	padding-right: var(--porto-container-spacing);
}

@media (max-width:991px) {}

.grid-creative>.post, .porto-column, .vc_section {
	padding-left: 15px;
	padding-right: 15px;
}

#main.main-boxed #portfolioAjaxBox .portfolio-image.wide, #main.main-boxed #portfolioAjaxBox hr.solid, #main.main-boxed .portfolio .portfolio-image.wide, #main.main-boxed .portfolio hr.solid, #main.wide .page-image.single, #main.wide .portfolio .portfolio-image.wide, .mfp-content .ajax-container hr.solid, .popup-inline-content hr.solid, .portfolio .portfolio-image.wide, body.boxed #portfolioAjaxBox .portfolio-image.wide, body.boxed #portfolioAjaxBox hr.solid, body.boxed .portfolio hr.solid, body.boxed .portfolio-row.full {
	margin-left: calc(30px * -1);
	margin-right: calc(30px * -1);
}

.slider-wrapper {
	margin-left: calc(var(--porto-el-spacing, 30px) / -2);
	margin-right: calc(var(--porto-el-spacing, 30px) / -2);
}

.menuFadeInUp {
	animation-name: menuFadeInUp;
}

.menuFadeInDown {
	animation-name: menuFadeInDown;
}

.menuFadeInLeft {
	animation-name: menuFadeInLeft;
}

.menuFadeInRight {
	animation-name: menuFadeInRight;
}

.menuFadeInFromLeft {
	animation-name: menuFadeInFromLeft;
}

.mega-menu li.menu-item>a>.avatar img, .sidebar-menu li.menu-item>a>.avatar img {
	margin-top: -5px;
	margin-bottom: -4px;
}

.mega-menu li.menu-item>a>.thumb-info-preview, .sidebar-menu li.menu-item>a>.thumb-info-preview {
	position: absolute;
	display: block;
	left: 100%;
	border: 0;
	padding-left: 10px;
	background: transparent;
	overflow: visible;
	margin: 15px 0 0;
	top: -1000px;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(-30px, 0, 0);
	opacity: 0;
	max-width: none;
}

.mega-menu li.menu-item>a>.thumb-info-preview .thumb-info-wrapper, .sidebar-menu li.menu-item>a>.thumb-info-preview .thumb-info-wrapper {
	display: block;
	background: #fff;
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	margin: 0;
	padding: 0;
	text-align: left;
}

.mega-menu li.menu-item>a>.thumb-info-preview .thumb-info-image, .sidebar-menu li.menu-item>a>.thumb-info-preview .thumb-info-image {
	width: 182px;
	height: 136px;
	min-height: 0;
	transition: 5s linear 0s;
}

.mega-menu li.menu-item>a>.thumb-info-preview .thumb-info-image.fixed-image, .sidebar-menu li.menu-item>a>.thumb-info-preview .thumb-info-image.fixed-image {
	background-position: left top;
	background-size: auto 100%;
}

.mega-menu li.menu-item>a:hover.has-preview, .sidebar-menu li.menu-item>a:hover.has-preview {
	z-index: 111;
}

.mega-menu li.menu-item>a:hover>.thumb-info-preview, .sidebar-menu li.menu-item>a:hover>.thumb-info-preview {
	transform: translate3d(0, 0, 0);
	top: 0;
	opacity: 1;
	margin-top: -5px;
}

li.menu-item>.nolink {
	cursor: default;
}

.porto-narrow-sub-menu li.menu-item-has-children>a:before {
	content: "";
	float: right;
	margin-right: -1px;
	font-size: .5rem;
	opacity: .7;
	transition: margin-right .2s;
}

.porto-narrow-sub-menu li.menu-item-has-children>a .thumb-info-preview {
	display: none;
}

.porto-narrow-sub-menu li.menu-item-has-children>.arrow {
	display: none;
}

.porto-narrow-sub-menu li.menu-item-has-children:hover>a:before {
	margin-right: -7px;
}

.sidebar-menu.side-menu-accordion .porto-narrow-sub-menu li.menu-item-has-children>a:before, .sidebar-menu.side-menu-columns .porto-narrow-sub-menu li.menu-item-has-children>a:before, .sidebar-menu.side-menu-slide .porto-narrow-sub-menu li.menu-item-has-children>a:before {
	content: none;
}

.menu-custom-block a>i {
	margin-right: .5rem;
}

.accordion-menu .tip.hot, .mega-menu .tip.hot, .menu-custom-block .tip.hot, .sidebar-menu .tip.hot {
	background-color: #eb2771;
	border-color: #eb2771;
}

.mega-menu>li.menu-item.has-sub>a .thumb-info-preview {
	display: none;
}

.mega-menu>li.menu-item>a>.thumb-info-preview {
	left: -100%;
	right: -100%;
	padding-left: 0;
	padding-top: 10px;
	transform: translate3d(0, 20px, 0);
	opacity: 0;
	margin: auto;
	width: 190px;
}

.mega-menu>li.menu-item>a:hover>.thumb-info-preview {
	top: 100%;
	transform: translate3d(0, 0, 0);
}

.mega-menu .wide .popup {
	border-top: 3px solid #3575d3;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	display: none;
	right: auto;
	left: 0;
	color: #0a0a0a;
}

.mega-menu .wide .popup>.inner {
	padding: 10px;
	background: #fff;
}

.mega-menu .menu-block-after>.porto-block>div, .mega-menu .menu-block-after>.porto-block>div>.elementor-element {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.mega-menu .menu-block-after>.porto-block>div.container-fluid {
	padding-left: var(--porto-fluid-spacing);
	padding-right: var(--porto-fluid-spacing);
}

.porto-narrow-sub-menu ul.sub-menu, .porto-wide-sub-menu ul.sub-menu {
	position: relative;
}

.porto-narrow-sub-menu li.menu-item>a.has-preview, .porto-wide-sub-menu li.menu-item>a.has-preview {
	display: inline-block;
}

.porto-wide-sub-menu {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:991px) {
	.porto-wide-sub-menu {
		display: block;
	}
}

.porto-wide-sub-menu>li.menu-block-item {
	margin-bottom: -20px;
}

@media (max-width:991px) {
	.porto-wide-sub-menu>li.menu-block-item {
		margin-bottom: 0;
	}
}

.porto-wide-sub-menu .container {
	width: auto;
	padding: 0;
}

.porto-wide-sub-menu>li.sub {
	padding: var(--porto-wide-subitem-pd, 15px 15px 10px);
}

.porto-wide-sub-menu>li>a {
	font-weight: 600;
	padding-bottom: 5px;
	color: #222529;
	text-transform: capitalize;
	transform: translate3d(0, 0, 0);
}

.porto-wide-sub-menu>li>ul.sub-menu {
	padding-bottom: 5px;
}

.porto-wide-sub-menu li.menu-item li.menu-item>a {
	color: #0a0a0a;
}

.porto-wide-sub-menu li.menu-item li.menu-item>a:hover {
	background: #f4f4f4;
}

.porto-wide-sub-menu li.sub li.menu-item>a {
	margin-left: -8px;
	padding: 7px 8px;
}

.porto-wide-sub-menu li.sub li.menu-item>ul.sub-menu {
	padding-left: 10px;
}

.porto-narrow-sub-menu ul.sub-menu {
	position: absolute;
	left: 100%;
	display: none;
	opacity: 0;
	top: -5px;
}

.porto-narrow-sub-menu li.menu-item.open>ul.sub-menu, .porto-narrow-sub-menu li.menu-item:hover>ul.sub-menu {
	opacity: 1;
	display: block;
}

.mega-menu {}

.mega-menu .narrow.pos-left .popup {
	left: 0px;
	right: auto;
}

.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu {
	left: 100%;
	right: auto;
}

.mega-menu .narrow.pos-left li.menu-item-has-children>a:before {
	content: "";
}

.mega-menu .narrow.pos-left li.menu-item>a>.thumb-info-preview {
	left: 100%;
	right: auto;
	padding-left: 10px;
	padding-right: 0;
	transform: translate3d(-30px, 0, 0);
}

.mega-menu .narrow.pos-left li.menu-item>a:hover>.thumb-info-preview {
	transform: translate3d(0, 0, 0);
}

.mega-menu .narrow.pos-right .popup {
	right: 0px;
	left: auto;
}

.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu {
	right: 100%;
	left: auto;
}

.mega-menu .narrow.pos-right li.menu-item-has-children>a:before {
	content: "";
}

.mega-menu .narrow.pos-right li.menu-item>a>.thumb-info-preview {
	left: auto;
	right: 100%;
	padding-left: 0;
	padding-right: 10px;
	transform: translate3d(30px, 0, 0);
}

.mega-menu .narrow.pos-right li.menu-item>a:hover>.thumb-info-preview {
	transform: translate3d(0, 0, 0);
}

.mega-menu .narrow ul.sub-menu ul.sub-menu {
	animation: menuFadeInLeft .2s ease-out;
}

.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu {
	animation: menuFadeInLeft .2s ease-out;
}

.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu {
	animation: menuFadeInRight .2s ease-out;
}

.mega-menu .porto-narrow-sub-menu.pos-left ul.sub-menu {
	right: 100%;
	left: auto;
}

.sub-menu.pos-left li.menu-item-has-children:hover>a:before {
	margin-right: 6px;
	content: "";
}

.mega-menu.menu-flat li.menu-item>a>.thumb-info-preview .thumb-info-wrapper {
	border-radius: 0 !important;
}

.mega-menu.menu-flat>li.menu-item {
	margin-right: 0;
}

.mega-menu.menu-flat>li.menu-item.active>a, .mega-menu.menu-flat>li.menu-item:hover>a {
	border-radius: 0 !important;
}

.mega-menu.menu-flat>li.menu-item.has-sub:hover>a {
	border-radius: 0 !important;
}

.mega-menu.menu-flat .popup {
	margin: 0;
}

.menu-flat .porto-narrow-sub-menu, .menu-flat .porto-narrow-sub-menu ul.sub-menu, .menu-flat .wide .popup, .menu-flat .wide .popup>.inner .porto-wide-sub-menu li.menu-item li.menu-item>a {
	border-radius: 0 !important;
}

.mega-menu.menu-flat-border>li.menu-item>a {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.mega-menu.menu-flat-border>li.menu-item:last-child>a {
	border-right: 0 none;
}

.mega-menu.menu-hover-line>li.menu-item>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
	opacity: 0;
	background: #3575d3;
}

.mega-menu.menu-hover-line:not(:hover)>li.menu-item.active>a:before, .mega-menu.menu-hover-line>li.menu-item:hover>a:before {
	opacity: 1;
}

.mega-menu.menu-hover-underline>li.menu-item>a:before {
	top: 50%;
	margin-top: 15px;
	width: auto;
	left: 0;
	right: 15px;
	transition: cubic-bezier(.55, 0, .1, 1) right .3s, opacity .3s;
}

.mega-menu.menu-hover-underline>li.menu-item.active>a:before, .mega-menu.menu-hover-underline>li.menu-item:hover>a:before {
	right: 0;
}

.currency-switcher .sub-menu .menu-item {
	cursor: pointer;
	white-space: nowrap;
}

@media (min-width:992px) {
	.accordion-menu .desktop-link-hide, .mega-menu .desktop-link-hide, .sidebar-menu .desktop-link-hide {
		display: none !important;
	}
}

@media (max-width:991px) {
	.accordion-menu .menu-block-after.mobile-hide, .accordion-menu .menu-item-has-children.hidden-item>.arrow, .accordion-menu .mobile-link-hide, .mega-menu .menu-block-after.mobile-hide, .mega-menu .menu-item-has-children.hidden-item>.arrow, .mega-menu .mobile-link-hide, .sidebar-menu .menu-block-after.mobile-hide, .sidebar-menu .menu-item-has-children.hidden-item>.arrow, .sidebar-menu .mobile-link-hide {
		display: none !important;
	}
}

.accordion-menu li.menu-item>a>.avatar img {
	margin-top: -5px;
	margin-bottom: -4px;
}

.accordion-menu .open>.arrow:before {
	content: "";
}

@media (max-width:991px) {}

@media (max-width:991px) {}

.widget_sidebar_menu.closed .widget-title {
	margin-bottom: -1px;
}

.widget_sidebar_menu .widget-title .toggle {
	display: inline-block;
	width: 1.8571em;
	height: 1.8571em;
	line-height: 1.7572em;
	position: absolute;
	right: 1.0714em;
	top: 50%;
	margin-top: -.9em;
	padding: 0;
	cursor: pointer;
	text-align: center;
	transition: .25s;
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #ccc;
}

.widget_sidebar_menu .widget-title .toggle:before {
	content: "";
}

.widget_sidebar_menu .widget-title .toggle:hover {
	color: #fff;
	border-color: #3575d3;
	background: #3575d3;
}

.widget_sidebar_menu .widget-title .toggle.closed:before {
	content: "";
}

.sidebar-menu {}

.sidebar-menu>li.menu-item.has-sub>a .thumb-info-preview {
	display: none;
}

.sidebar-menu>li.menu-item.active>a {
	color: #3575d3;
}

.sidebar-menu>li.menu-item.active:hover>a {
	color: #fff;
}

@media (max-width:991px) {
	.sidebar-menu li.menu-item.open>.arrow {
		margin-top: 1px;
		transform: rotate(90deg);
	}
}

@media (max-width:991px) {}

.sidebar-menu .wide .popup {
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	margin-left: -1px;
	border-left: 10px solid #3575d3;
}

.sidebar-menu .wide .popup .arrow {
	display: none;
}

.right-sidebar .sidebar-menu .wide .popup {
	border-left-width: 0;
	border-right: 10px solid #275eaf;
	margin-left: 0;
	margin-right: -1px;
}

.sidebar-menu .wide .popup>.inner {
	padding: 10px;
	background: #fff;
}

@media (max-width:991px) {
	.right-sidebar .sidebar-menu .wide .popup, .sidebar-menu .wide .popup {
		border-radius: 0;
		box-shadow: none;
		border: none;
		margin: 0;
	}
	
	.right-sidebar .sidebar-menu .wide .popup .inner, .sidebar-menu .wide .popup .inner {
		border-radius: 0;
		margin: 0;
	}
}

.sidebar-menu .wide li.sub {}

.sidebar-menu .wide li.sub>a:not(.nolink):hover {
	text-decoration: underline;
}

.sidebar-menu .wide li.sub li.menu-item>a {
	margin-left: -8px;
	padding: 7px 8px;
}

.sidebar-menu .wide li.sub li.menu-item>a:hover {
	text-decoration: underline;
}

.sidebar-menu .wide li.sub li.menu-item>ul.sub-menu {
	padding-left: 10px;
}

@media (max-width:991px) {}

@media (max-width:991px) {
	.sidebar-menu .narrow ul.sub-menu ul.sub-menu {
		display: block;
		position: static;
		padding: 0 0 0 5px;
		animation: none !important;
	}
}

.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu, .side-nav-right .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
	left: auto;
	right: 100%;
}

.right-sidebar .sidebar-menu .narrow li.menu-item>a>.thumb-info-preview {
	left: auto;
	right: 100%;
	padding-left: 0;
	padding-right: 10px;
	transform: translateX(30px);
}

.right-sidebar .sidebar-menu .narrow li.menu-item>a:hover>.thumb-info-preview {
	transform: translateX(0);
}

.sidebar-menu .narrow li.menu-item-has-children>a {
	padding-right: 15px;
}

.sidebar-menu .narrow li.menu-item-has-children>a .thumb-info-preview {
	display: none;
}

.sidebar-menu .menu-custom-block span {
	display: none;
}

.sidebar-menu .menu-custom-block a {
	line-height: 18px;
	margin: 0 10px -1px;
	padding: 11.5px 5px;
	display: block;
	border-top: 1px solid #e7e7e7;
	color: #444;
}

.sidebar-menu .menu-custom-block a:hover {
	background: #3575d3;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}

.sidebar-menu.has-main-menu>li.menu-item:first-child>a {
	border-top-width: 1px;
}

.sidebar-menu.has-side-menu>li.menu-item:last-child:hover {
	border-radius: 0;
}

.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {
	border-radius: 0;
}

.sidebar-menu .narrow ul.sub-menu ul.sub-menu {
	animation: menuFadeInLeft .2s ease-out;
}

.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
	animation: menuFadeInRight .2s ease-out;
}

.hamburguer-btn {
	background: transparent;
	outline: 0 !important;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.hamburguer-btn .hamburguer span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transition: width .3s;
	transform: translateY(-50%);
	background: #333;
	-webkit-backface-visibility: hidden;
}

.hamburguer-btn .hamburguer span:first-child {
	top: 30%;
}

.hamburguer-btn .hamburguer span:nth-child(2) {
	transition-delay: .1s;
}

.hamburguer-btn .hamburguer span:nth-child(3) {
	top: 70%;
	transition-delay: .2s;
}

.hamburguer-btn .close {
	opacity: 0;
	transition: .3s;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.hamburguer-btn .close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	background: #333;
	transition: .3s;
	transform-origin: 50% 0;
}

.hamburguer-btn .close span:first-child {
	transform: translateX(-50%) rotate(45deg);
}

.hamburguer-btn .close span:nth-child(2) {
	transform: translateX(-50%) rotate(-45deg);
}

.hamburguer-btn.active .close {
	opacity: 1;
	transition: .3s;
}

.hamburguer-btn.active .close span {
	width: 80%;
	transition: inherit;
}

.hamburguer-btn.active .close span:nth-child(2) {
	transition-delay: .3s;
}

.hamburguer-btn.active .hamburguer {
	opacity: 0;
}

.hamburguer-btn.active .hamburguer span {
	width: 0;
}

#header>.hamburguer-btn {
	align-self: flex-end;
	margin: 30px 20px;
}

.toggle-menu-wrap .sidebar-menu .narrow li.menu-item-has-children>a .thumb-info-preview {
	display: none;
}

.toggle-menu-wrap .sidebar-menu .narrow li.menu-item-has-children:hover>a:before {
	margin-right: -7px;
}

.side-menu-accordion li.menu-item>.arrow, .side-menu-slide li.menu-item>.arrow {
	display: inline-block;
	width: 30px;
	right: 10px;
	cursor: pointer;
	bottom: auto;
	top: 2.5px;
	z-index: 2;
}

.side-menu-accordion .menu-item .popup:before, .side-menu-slide .menu-item .popup:before {
	display: none;
}

.side-menu-accordion .menu-item .popup>.inner, .side-menu-slide .menu-item .popup>.inner {
	padding: 10px 0 0 5px;
}

.side-menu-accordion .menu-item .popup .sub-menu, .side-menu-slide .menu-item .popup .sub-menu {
	padding: 5px 0 5px 15px;
}

.side-menu-accordion .wide .popup>.inner, .side-menu-slide .wide .popup>.inner {
	padding-left: 12px;
}

.side-menu-accordion .wide .popup li.sub, .side-menu-slide .wide .popup li.sub {
	padding: 0;
}

.side-menu-accordion .wide .popup li.sub>.arrow, .side-menu-slide .wide .popup li.sub>.arrow {
	top: -3px;
}

.side-menu-accordion .narrow ul.sub-menu ul.sub-menu, .side-menu-accordion>li.menu-item .popup, .side-menu-slide .narrow ul.sub-menu ul.sub-menu, .side-menu-slide>li.menu-item .popup {
	animation: none;
}

.side-menu-accordion .narrow ul.sub-menu ul.sub-menu, .side-menu-accordion .popup, .side-menu-slide .narrow ul.sub-menu ul.sub-menu, .side-menu-slide .popup {
	position: static;
}

.side-menu-accordion .narrow li.menu-item:hover>ul.sub-menu, .side-menu-slide .narrow li.menu-item:hover>ul.sub-menu {
	display: none;
}

.side-menu-accordion .narrow ul.sub-menu, .side-menu-slide .narrow ul.sub-menu {
	box-shadow: none;
	padding: 0;
}

.side-menu-accordion .wide .popup, .side-menu-slide .wide .popup {
	box-shadow: none;
}

.side-menu-accordion .wide .popup>.inner>ul.sub-menu, .side-menu-slide .wide .popup>.inner>ul.sub-menu {
	display: block;
	width: auto !important;
}

.side-menu-accordion>li.menu-item>a {
	padding: 11px 12px;
}

.side-menu-columns a.nolink {
	pointer-events: auto;
}

.side-menu-columns li.menu-item {
	position: static;
}

.side-menu-columns li.menu-item .popup:before, .side-menu-columns li.menu-item>.arrow {
	display: none;
}

.side-menu-columns .narrow ul.sub-menu ul.sub-menu, .side-menu-columns>li.menu-item .popup {
	animation-name: menuFadeInFromLeft;
}

.side-menu-columns .narrow li.menu-item:hover>ul.sub-menu, .side-menu-columns>li.menu-item:hover>.popup {
	margin-left: 0;
}

.side-menu-columns .narrow .menu-item-has-children>a, .side-menu-columns>.menu-item-has-children>a {
	position: relative;
}

.side-menu-columns .narrow .menu-item-has-children>a:after, .side-menu-columns>.menu-item-has-children>a:after {
	content: "";
	right: 18px;
	font-family: "porto";
	opacity: .7;
	position: absolute;
	font-size: 8px;
	transition: right .2s;
}

.side-menu-columns .narrow .menu-item-has-children:hover>a:after, .side-menu-columns>.menu-item-has-children:hover>a:after {
	right: 12px;
}

.side-menu-columns .narrow ul.sub-menu ul.sub-menu, .side-menu-columns .popup {
	top: 50%;
	transform: translateY(-50%) translateZ(0);
}

.side-menu-columns .narrow .popup, .side-menu-columns .narrow ul.sub-menu, .side-menu-columns .wide .popup {
	box-shadow: none;
}

.side-menu-columns .narrow ul.sub-menu {
	padding: 0;
}

.side-menu-columns .narrow li.menu-item>a {
	padding-left: 20px;
}

.side-menu-columns .narrow ul.sub-menu ul.sub-menu {
	position: absolute;
}

.side-menu-slide {
	transition: .35s;
}

.side-menu-slide.next-menu {
	-webkit-transform: translate3d(-100%, 0, 0) !important;
	transform: translate3d(-100%, 0, 0) !important;
}

.side-nav-right .side-menu-slide.next-menu {
	-webkit-transform: translate3d(100%, 0, 0) !important;
	transform: translate3d(100%, 0, 0) !important;
}

.side-menu-slide ul.sub-menu {
	position: absolute !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 50% !important;
	left: 100%;
	padding: 0;
	margin: 0 !important;
	opacity: 1;
	border-top: none;
	box-shadow: none;
	-webkit-transform: translate3d(0, -50%, 0) !important;
	transform: translate3d(0, -50%, 0) !important;
	visibility: hidden;
	transition: .35s;
}

.side-nav-right .side-menu-slide ul.sub-menu {
	right: 100%;
	left: auto;
}

.side-menu-slide ul.sub-menu.next-menu {
	-webkit-transform: translate3d(-100%, -50%, 0) !important;
	transform: translate3d(-100%, -50%, 0) !important;
}

.side-nav-right .side-menu-slide ul.sub-menu.next-menu {
	-webkit-transform: translate3d(100%, -50%, 0) !important;
	transform: translate3d(100%, -50%, 0) !important;
}

.side-menu-slide .popup {
	display: block;
}

.side-menu-slide .menu-item .popup>.inner {
	padding: 0;
}

.side-menu-slide .menu-item .popup .sub-menu {
	padding-left: 0;
}

.side-menu-slide li.menu-item {
	position: static;
}

.side-menu-slide li.menu-item .arrow {
	display: none;
}

.side-menu-slide li.menu-item>a {
	text-align: center;
}

.side-menu-slide .popup .sub-menu li.menu-item>a {
	padding: 7px 8px;
}

.side-menu-slide .porto-wide-sub-menu {
	flex-wrap: nowrap;
}

.side-menu-slide .wide .popup li.sub li.menu-item>a {
	margin-left: 0;
}

.side-menu-slide .wide .popup>.inner>ul.sub-menu {
	width: 100% !important;
}

.side-menu-slide .menu-item-has-children>a:after, .side-menu-slide .menu-item>.go-back:before {
	display: inline-block;
	position: relative;
	transform: translateZ(0);
	font-size: .5rem;
	opacity: .7;
	line-height: 1;
	vertical-align: middle;
}

.side-menu-slide .menu-item-has-children:hover>a:after, .side-menu-slide .menu-item>.go-back:hover:before {
	animation: arrowLeftRight .6s linear infinite;
}

.side-menu-slide .menu-item-has-children>a:after {
	content: "";
	left: 8px;
}

.side-menu-slide .menu-item>.go-back:before {
	content: "";
	right: 8px;
}

.right-sidebar .side-menu-slide .narrow ul.sub-menu ul.sub-menu {
	left: 100%;
	right: auto;
}

.porto-popup-menu {
	line-height: 0;
}

.porto-popup-menu .main-menu {
	display: none;
	max-height: 80%;
}

.porto-popup-menu .main-menu:not(.scroll-content) {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	min-width: 80%;
}

@media (min-width:992px) {
	.porto-popup-menu .main-menu {
		max-height: 50%;
	}
}

.porto-popup-menu .main-menu>li.menu-item .popup {
	transform: none;
}

.porto-popup-menu .main-menu .sub-menu {
	display: none;
	padding: 10px 0;
}

.porto-popup-menu .main-menu li.menu-item>a {
	position: relative;
	left: 0;
}

.porto-popup-menu .main-menu li.menu-item:hover>a {
	left: 5px;
}

.porto-popup-menu .main-menu li.menu-item.opened>.sub-menu {
	display: block;
}

.porto-popup-menu .sub-menu {
	line-height: 30px;
}

.porto-popup-menu .sub-menu li.menu-item, .porto-popup-menu .sub-menu li.menu-item>a {
	line-height: inherit;
}

.porto-popup-menu .sub-menu li.menu-item>a {
	padding: .25rem 1rem;
}

.porto-popup-menu .sub-menu .sub-menu {
	font-size: .8em;
	opacity: .7;
}

.porto-popup-menu .hamburguer-btn {
	margin: 0 15px;
}

.porto-popup-menu.opened {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9047;
	background: rgba(51, 51, 51, .99);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s;
	margin: 0 !important;
}

.porto-popup-menu.opened .hamburguer-btn {
	position: absolute;
	right: 15px;
	top: 30px;
	z-index: 9;
}

.porto-popup-menu.opened .main-menu {
	display: block;
}

.porto-popup-menu.opened .main-menu>li.menu-item {
	float: none;
}

.porto-popup-menu.opened .main-menu li.menu-item>a {
	width: 100%;
	text-align: center;
	transition: color .25s, left .25s;
}

.porto-popup-menu.opened .scroll-wrapper {
	width: 100%;
	max-width: 600px;
}

@media (min-width:992px) {
	.porto-popup-menu.opened .scroll-wrapper {
		width: 50%;
	}
}

.porto-popup-menu .hamburguer-btn .close span {
	background: #fff;
}

.admin-bar .porto-popup-menu.opened .hamburguer-btn {
	top: 60px;
}

#mini-cart .cart-subtotal, #mini-cart .minicart-icon, #mini-cart.minicart-arrow-alt .cart-head:after {
	color: var(--porto-minicart-icon-color, #999);
}

.yith-woocompare-open .compare-icon {
	position: relative;
	margin-right: 5px;
}

.yith-woocompare-open .hicon-label {
	font-size: .54em;
}

.yith-woocompare-open span {
	display: inline-block;
	vertical-align: middle;
}

.yith-woocompare-open>:last-child {
	margin-right: 0;
}

#header .header-main .container, #header .header-top .container {
	position: relative;
	display: table;
}

#header .header-main .container>div, #header .header-top .container>div {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

#header.header-loaded .header-main {
	-webkit-backface-visibility: hidden;
}

#header .header-main .container {
	min-height: 68px;
}

@media (max-width:575px) {
	#header .header-main .container {
		min-height: 43px;
	}
}

.fixed-header #header .header-main .container {
	min-height: 0;
}

#header .header-main.header-main-auto .container {
	min-height: auto !important;
}

@media (max-width:991px) {}

@media (max-width:991px) {}

@media (max-width:991px) {
	#header .header-top .gap {
		display: none;
	}
	
	#header .header-top .switcher-gap {
		display: inline;
	}
}

#header.logo-center .header-main .container {
	display: flex;
}

#header.logo-center .header-main .container>div {
	display: flex;
	align-items: center;
}

@media (min-width:992px) {
	#header.logo-center .header-main .header-left {
		flex: 1;
	}
	
	#header.logo-center .header-main .header-center {
		justify-content: center;
	}
	
	#header.logo-center .header-main .header-center .logo img {
		transform-origin: 50% 50%;
	}
}

#header.logo-center .header-main .header-right {
	flex: 1;
	justify-content: flex-end;
}

#header .gap {
	font-weight: 300;
	margin: 0 10px;
	font-size: .95em;
	opacity: .8;
}

#header .gap.switcher-gap {
	margin: 0 5px;
}

#header .mobile-show {
	display: none;
}

@media (max-width:991px) {
	#header .mobile-hide {
		display: none;
	}
	
	#header .mobile-show {
		display: inline;
	}
}

#header.sticky-header .header-main {
	transition: none;
}

#header.sticky-header .header-main .container {
	min-height: 60px;
}

#header.sticky-header .header-main.change-logo .logo img {
	transform: scale(.8);
}

#header.sticky-header .header-main.sticky {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index: 1001;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .06);
}

#header.sticky-header .header-main.sticky .container.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.header-reveal #header.sticky-header .header-main.sticky {
	margin-top: 0;
	animation: header-reveal .4s ease-in;
}

#header.sticky-header .logo {
	min-width: 0;
}

#header.sticky-header .main-menu-wrap {
	position: fixed;
	border-bottom-width: 0 !important;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1001;
	padding: 8px 0;
}

.header-reveal #header.sticky-header .main-menu-wrap {
	margin-top: 0;
	animation: header-reveal .4s ease-in;
}

#header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .06);
}

#header.sticky-header .main-menu-wrap.menu-flat, #header.sticky-header .main-menu-wrap.menu-flat-border, .fixed-header #header.sticky-header .main-menu-wrap.menu-flat, .fixed-header #header.sticky-header .main-menu-wrap.menu-flat-border {
	padding: 0;
}

#header.sticky-header-calc .header-main.change-logo .header-center, #header.sticky-header-calc .header-main.change-logo .header-left, #header.sticky-header-calc .header-main.change-logo .header-right, #header.sticky-header-calc .header-main.sticky .header-center, #header.sticky-header-calc .header-main.sticky .header-left, #header.sticky-header-calc .header-main.sticky .header-right, #header.sticky-header-calc .logo img .header-center, #header.sticky-header-calc .logo img .header-left, #header.sticky-header-calc .logo img .header-right, #header.sticky-header-calc .main-menu-wrap .header-center, #header.sticky-header-calc .main-menu-wrap .header-left, #header.sticky-header-calc .main-menu-wrap .header-right {
	transition: none;
}

.fixed-header.header-transparent-bottom-border #header {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fixed-header #header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: auto;
	z-index: 1001;
	border-top-width: 0;
}

.fixed-header #header .header-main, .fixed-header #header .main-menu-wrap {
	position: relative;
	top: 0;
}

.fixed-header #header.sticky-header {
	padding-bottom: 0 !important;
	border-bottom: none;
}

.fixed-header #header.sticky-header .header-main, .fixed-header #header.sticky-header .main-menu-wrap {
	position: fixed;
}

.fixed-header #header .header-main .header-center, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width:991px) {
	.fixed-header #header .header-main .header-center, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.fixed-header #header .searchform {
	transition: background .3s, border .3s;
}

.fixed-header #header .main-menu-wrap .main-menu {
	background: none;
}

.fixed-header #header .main-menu {
	transition: background .3s;
}

.fixed-header #header.sticky-header .main-menu-wrap {
	padding: 8px 0;
}

@media (min-width:768px) {
	#header-boxed .sticky-header .header-main.sticky {
		max-width: calc(720px + 30px);
	}
}

#header-boxed .sticky-header .header-main.sticky, #header-boxed .sticky-header .main-menu-wrap {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:992px) {
	#header-boxed .sticky-header .header-main.sticky, #header-boxed .sticky-header .main-menu-wrap {
		max-width: calc(960px + 30px);
	}
}

#header .header-main.e-con {
	--background-transition: 0;
}

#header .header-main.elementor-section {
	transition: border .3s, border-radius .3s, box-shadow .3s;
}

.page-wrapper.sticky-scroll-up #header .header-main.sticky, .page-wrapper.sticky-scroll-up #header.sticky-header .main-menu-wrap {
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

.page-wrapper.sticky-scroll-up #header:not(.sticky-ready) .header-main {
	--e-con-transform-transition-duration: 0;
}

.page-wrapper.sticky-scroll-up #header.sticky-header.sticky-ready .main-menu-wrap, .page-wrapper.sticky-scroll-up #header.sticky-ready .header-main.sticky {
	transition: transform .3s, opacity .3s, visibility .3s, left .3s ease !important;
}

.page-wrapper.sticky-scroll-up #header.scroll-down .header-main.sticky, .page-wrapper.sticky-scroll-up #header.sticky-header.scroll-down .main-menu-wrap {
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	visibility: hidden;
}

.custom-notice button.mfp-close, .porto-block-html-top button.mfp-close {
	z-index: 999;
}

#header.sticky-header .logo {
	max-width: 225px;
}

@media (max-width:767px) {
	#header.sticky-header .logo {
		max-width: min(225px, var(--porto-logo-mw));
	}
}

#header.sticky-header .logo .sticky-logo {
	display: inline-block;
}

#header.sticky-header .sticky-logo~img {
	display: none;
}

@media not all,only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi) {
	#header.sticky-header .sticky-retina-logo+.retina-logo {
		display: none;
	}
}

#header .logo-transition img {
	transition: .3s;
}

#header .logo-text {
	display: inline-block;
}

.no-flag li.menu-item>a>[class*=flag-] {
	display: none;
}

.switcher-wrap ul+ul {
	margin-left: 11px;
}

.porto-view-switcher img, .wpml-ls-menu-item .wpml-ls-flag {
	max-width: 18px;
}

.porto-view-switcher .flag {
	margin-right: .25rem;
}

#header .welcome-msg {
	display: inline-block;
	vertical-align: middle;
}

#header .welcome-msg p {
	margin: 12px 0;
}

#header .switcher-wrap {
	display: inline-block;
	white-space: nowrap;
}

#header .switcher-wrap img {
	position: relative;
	top: -1px;
	margin-right: 3px;
}

#header .woocs-switcher li, #header .woocs-switcher li>.nolink {
	cursor: pointer !important;
}

#header .header-top {}

#header .header-top .welcome-msg {
	line-height: 30px;
	letter-spacing: .025em;
}

@media (max-width:991px) {
	#header .search-lg-auto .searchform-popup .searchform, #header .search-lg-auto.searchform-popup .searchform {
		width: auto;
	}
}

#header .searchform {
	display: inline-block;
	border: 1px solid #eee;
	line-height: 38px;
	font-size: .8125rem;
	padding: 0;
	vertical-align: middle;
}

@media (max-width:991px) {
	#header .searchform {
		border-width: 5px;
		display: none;
		position: absolute;
		right: -25px;
		top: 100%;
		margin-top: 8px;
		z-index: 1003;
		box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
	}
}

@media (max-width:375px) {
	#header .searchform {
		right: -80px;
	}
}

#header .searchform .searchform-fields, #header .searchform fieldset {
	display: flex;
}

#header .searchform .button-wrap, #header .searchform .cat, #header .searchform .selectric-cat, #header .searchform .text {
	display: block;
	text-align: left;
}

#header .searchform .button-wrap {
	margin: 0;
}

#header .searchform button, #header .searchform input, #header .searchform select {
	background: none;
	border-radius: 0;
	border: none;
	outline: none;
	box-shadow: none;
	margin-bottom: 0;
	display: block;
	color: #555;
}

#header .searchform input::placeholder {
	opacity: .7;
}

#header .searchform input:-ms-input-placeholder {
	opacity: .7;
}

#header .searchform input::-ms-input-placeholder {
	opacity: .7;
}

#header .searchform .selectric .label, #header .searchform button, #header .searchform input, #header .searchform select {
	height: 40px;
}

#header .searchform input {
	padding: 0 15px 0 15px;
	width: 398px;
	font-size: inherit;
}

@media (max-width:767px) {
	#header .searchform input {
		width: 280px;
	}
}

@media (max-width:575px) {
	#header .searchform input {
		width: 234px;
	}
}

@media (max-width:374px) {
	#header .searchform input {
		width: 200px;
	}
}

@media (max-width:320px) {
	#header .searchform input {
		width: 190px;
	}
}

#header .searchform select {
	padding: 0 15px 0 15px;
	width: 130px;
}

#header .searchform select::-ms-expand {
	display: none;
}

#header .searchform .selectric-cat {
	width: 129px;
}

#header .searchform .selectric {
	border-width: 0;
}

#header .searchform .selectric .label {
	display: flex;
	padding: 0 15px 0 15px;
	margin: 0;
	font-weight: normal;
	font-size: inherit;
	border-radius: 0;
	text-align: left;
	letter-spacing: .005em;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#header .searchform .selectric .label:after {
	content: "";
	font-family: "porto";
	font-size: 14px;
	margin-left: 4px;
}

#header .searchform .selectric-open {
	z-index: 10000;
}

#header .searchform .selectric-items {
	left: 0px;
	max-width: 250px;
}

#header .searchform .selectric-items li, #header .searchform .selectric-items ul {
	line-height: 18px;
	min-height: 18px;
}

#header .searchform .selectric-items li {
	border-width: 0;
	padding: 6px 8px;
}

#header .searchform .selectric-items:focus {
	outline: none;
}

#header .searchform .selectric, #header .searchform input, #header .searchform select {
	border-right: 1px solid #eee;
}

#header .searchform .autocomplete-suggestions {
	width: auto !important;
	border-radius: 0;
}

#header .searchform .autocomplete-suggestion {
	padding: 10px 20px;
	line-height: 1.5em;
	min-height: 0;
	text-align: left;
}

#header .searchform .autocomplete-suggestion .yith_wcas_result_image {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

#header .searchform .autocomplete-suggestion .yith_wcas_result_content {
	margin: 0;
}

#header .searchform .autocomplete-suggestion span.yith_wcas_result_featured, #header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale {
	padding: 3px 5px;
}

#header .searchform .autocomplete-suggestion div.badges {
	left: auto;
	right: 8px;
	line-height: 1;
}

#header .searchform .autocomplete-suggestion del {
	font-size: .8em;
}

#header .searchform .autocomplete-suggestion ins {
	text-decoration: none;
}

#header .searchform-popup {
	display: inline-block;
	position: relative;
}

@media (max-width:991px) {
	#header .searchform-popup.ssm-advanced-search-layout {
		display: block;
	}
	
	#header .searchform-popup.ssm-advanced-search-layout .search-toggle {
		display: none;
	}
	
	#header .searchform-popup.ssm-advanced-search-layout .searchform {
		display: block;
		position: static;
		border-width: 1px;
		margin-top: 0;
	}
}

#header .searchform-popup .search-toggle {
	cursor: pointer;
	display: none;
	text-align: center;
	position: relative;
	font-size: 26px;
	vertical-align: middle;
}

#header .searchform-popup .search-toggle:after {
	content: "";
	position: absolute;
	z-index: 1003;
	display: none;
	left: 50%;
	top: 100%;
	margin-left: -11px;
	margin-top: -13px;
	width: 22px;
	height: 22px;
	border: 11px solid transparent;
	border-bottom-color: inherit;
	transition: border-bottom-color .3s;
}

#header .searchform-popup .search-toggle.opened:after {
	display: block;
}

@media (max-width:991px) {
	#header .searchform-popup .search-toggle {
		display: inline-block;
	}
}

@media (max-width:575px) {
	#header .searchform-popup .searchform {
		border-width: 3px;
		margin-top: 6px;
	}
}

@media (max-width:991px) {
	#header div.searchform-popup.ssm-advanced-search-layout .searchform {
		box-shadow: none;
	}
}

#header .search-rounded.simple-search-layout .searchform-fields {
	border-radius: 20px;
}

#header .search-rounded.simple-search-layout .selectric .label, #header .search-rounded.simple-search-layout button, #header .search-rounded.simple-search-layout input, #header .search-rounded.simple-search-layout select {
	height: 36px;
}

#header .search-rounded:not(.simple-search-layout) .searchform {
	border-radius: 25px;
	line-height: 40px;
}

#header .search-rounded:not(.simple-search-layout) .live-search-list {
	left: 15px;
	right: 46px;
	width: auto;
}

#header .search-rounded input {
	padding: 0 15px 0 20px;
	border-radius: 20px 0 0 20px;
}

#header .search-rounded button {
	padding: 0 16px 0 13px;
	border-radius: 0 20px 20px 0;
}

#header .search-rounded .selectric .label, #header .search-rounded select {
	padding: 0 15px 0 10px;
	line-height: inherit;
}

@media (max-width:991px) {
	#header .header-left .searchform {
		left: -10px;
		right: auto;
	}
}

@media (max-width:767px) {
	#header .header-right .searchform {
		left: auto;
		right: -22px;
	}
}

@media (max-width:575px) {
	#header .header-right .searchform {
		right: -18px;
	}
}

#header .search-dropdown .search-toggle {
	display: inline-block;
}

#header .search-dropdown .searchform {
	border-width: 5px;
	display: none;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	z-index: 1003;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
}

@media (min-width:992px) {
	#header .search-dropdown .searchform {
		left: -25px;
	}
}

#header .header-left .search-dropdown .searchform {
	left: -10px;
	right: auto;
}

#header .header-right .search-dropdown .searchform {
	left: auto;
	right: -22px;
}

#header .search-dropdown.search-popup-left .searchform {
	left: auto;
	right: -1.25rem;
}

#header .search-dropdown.search-popup-center .searchform {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

#header .search-dropdown.search-popup-right .searchform {
	left: -1.25rem;
	right: auto;
}

@media (max-width:991px) {
	#header .advanced-search-layout.search-popup-left .searchform {
		left: auto;
		right: -1.25rem;
	}
	
	#header .advanced-search-layout.search-popup-center .searchform {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	
	#header .advanced-search-layout.search-popup-right .searchform {
		left: -1.25rem;
		right: auto;
	}
}

#header .simple-search-layout .searchform {
	padding: 15px 17px;
	border: none;
	z-index: 1002;
	top: 100%;
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
}

#header .simple-search-layout .searchform:not(.searchform-cats) input {
	border: none;
}

#header .simple-search-layout .searchform-fields {
	border: 1px solid #eee;
}

#header .simple-search-layout input {
	max-width: 220px;
}

#header .reveal-search-layout {
	position: static;
}

#header .reveal-search-layout .search-toggle {
	display: inline-block;
}

#header .reveal-search-layout .search-toggle:after {
	content: none;
}

#header .reveal-search-layout .searchform {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1003;
	border: none;
	left: 0;
	right: 0;
	height: 100%;
	margin-top: 0;
	box-shadow: none;
}

#header .reveal-search-layout.search-popup .searchform {
	border-radius: 0;
}

#header .reveal-search-layout .searchform .searchform-fields {
	transition: opacity .8s, clip-path cubic-bezier(.215, .61, .355, 1) .8s, -webkit-clip-path cubic-bezier(.215, .61, .355, 1) .8s;
	opacity: 0;
	visibility: hidden;
	-webkit-clip-path: polygon(40% 0%, 60% 0%, 60% 100%, 40% 100%);
	clip-path: polygon(40% 0%, 60% 0%, 60% 100%, 40% 100%);
}

#header .reveal-search-layout .searchform-fields {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
}

#header .reveal-search-layout input {
	font-size: 22px;
	width: 100% !important;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-radius: 0;
	padding: 0 15px;
}

#header .reveal-search-layout input::placeholder {
	font-size: 22px;
}

#header .reveal-search-layout .searchform input {
	height: 44px;
}

#header .reveal-search-layout .text {
	flex: 1;
}

#header .reveal-search-layout .selectric-cat {
	display: none;
}

#header .reveal-search-layout .button-wrap {
	display: flex;
	align-items: center;
	position: absolute;
}

#header .reveal-search-layout .button-wrap .porto-icon-magnifier:before {
	content: "";
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-weight: 900;
}

#header .reveal-search-layout .btn-close-search-form {
	font-size: 20px;
}

#header .reveal-search-layout button {
	padding: 0 5px;
	font-size: 16px;
}

.porto-search-opened #header .reveal-search-layout .searchform .searchform-fields {
	visibility: visible;
	opacity: 1;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#header .overlay-search-layout .search-toggle {
	display: inline-block;
	min-width: 25px;
}

#header .overlay-search-layout .search-toggle:after {
	content: none;
}

#header .overlay-search-layout .searchform {
	display: flex;
	position: fixed;
	top: 100%;
	z-index: 1003;
	border: none;
	left: 0;
	width: 100vw !important;
	height: 100vh !important;
	margin-top: 0;
	box-shadow: none;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	visibility: hidden;
	opacity: 0;
	transition: top .3s, visibility .3s, opacity .3s;
}

#header .overlay-search-layout.search-popup .searchform {
	border-radius: 0;
}

#header .overlay-search-layout .searchform-fields {
	align-items: center;
	position: static;
	padding-left: 0;
	padding-right: 0;
}

#header .overlay-search-layout .live-search-list {
	position: static;
	max-width: var(--porto-container-width);
	margin: 0 auto;
}

#header .overlay-search-layout.search-popup .live-search-list {
	width: 100%;
}

#header .overlay-search-layout .selectric, #header .overlay-search-layout .selectric .label, #header .overlay-search-layout button, #header .overlay-search-layout input, #header .overlay-search-layout select {
	border-width: 0;
	line-height: 44px;
}

#header .overlay-search-layout .searchform .selectric, #header .overlay-search-layout .searchform .selectric .label, #header .overlay-search-layout .searchform button, #header .overlay-search-layout .searchform input, #header .overlay-search-layout .searchform select {
	height: 44px;
}

#header .overlay-search-layout input {
	max-width: none;
	width: 100% !important;
	font-size: 22px;
	padding: 0 15px;
	border-radius: 0;
}

#header .overlay-search-layout .text {
	flex: 1;
}

#header .overlay-search-layout .btn-close-search-form {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

#header .overlay-search-layout button {
	font-size: 1rem;
	padding: 0 5px;
}

.porto-search-opened #header .overlay-search-layout .searchform.show {
	top: 0;
	opacity: 1;
	visibility: visible;
}

#header .advanced-search-layout button {
	font-size: 16px;
	padding: 0 15px;
}

#header.header-builder .advanced-search-layout .selectric .label, #header.header-builder .advanced-search-layout button, #header.header-builder .advanced-search-layout select, #header.header-builder .large-search-layout .selectric .label, #header.header-builder .large-search-layout button, #header.header-builder .large-search-layout select {
	height: 34px;
	line-height: 34px;
}

#header.header-builder .advanced-search-layout input, #header.header-builder .large-search-layout input {
	border: none;
	line-height: 1.5;
	height: 34px;
	width: 200px;
}

#header.header-builder .advanced-search-layout select, #header.header-builder .large-search-layout select {
	border-left: 1px solid #eee;
	padding-left: 8px;
	margin-right: -3px;
	font-size: 13px;
}

#header.header-builder .advanced-search-layout .selectric, #header.header-builder .large-search-layout .selectric {
	border-left: 1px solid #eee;
}

#header.header-builder .advanced-search-layout .selectric .label, #header.header-builder .large-search-layout .selectric .label {
	padding-left: 8px;
	margin-right: -3px;
}

#header.header-builder .advanced-search-layout button, #header.header-builder .large-search-layout button {
	padding: 0 12px;
}

#header.header-builder .advanced-search-layout .searchform {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

@media (min-width:992px) {
	#header.header-builder .advanced-search-layout .searchform {
		box-shadow: none;
	}
}

.fixed-header #header.sticky-header .advanced-search-layout.search-rounded .searchform, .fixed-header #header.sticky-header .large-search-layout.search-rounded .searchform, .fixed-header #header.sticky-header .reveal-search-layout.search-rounded .searchform {
	border-radius: 20px;
}

.fixed-header #header.sticky-header .advanced-search-layout .searchform, .fixed-header #header.sticky-header .large-search-layout .searchform, .fixed-header #header.sticky-header .reveal-search-layout .searchform {
	border-radius: 0;
}

#header .searchform.searchform-cats input {
	width: 266px;
}

@media (max-width:767px) {
	#header .searchform.searchform-cats input {
		width: 150px;
	}
}

@media (max-width:575px) {
	#header .searchform.searchform-cats input {
		width: 118px;
		padding-right: 10px;
	}
	
	#header .searchform.searchform-cats select {
		width: 116px;
		padding: 0 8px;
	}
	
	#header .searchform.searchform-cats .selectric-cat {
		width: 116px;
	}
	
	#header .searchform.searchform-cats .selectric .label {
		padding: 0 8px;
	}
}

.dark #header .search-dropdown .search-form {
	box-shadow: 0 5px 8px rgba(255, 255, 255, .08);
}

.dark #header .simple-search-layout .searchform {
	box-shadow: 0 10px 30px 10px rgba(255, 255, 255, .02);
}

#header .search-toggle .search-text {
	display: none;
	text-transform: uppercase;
	margin-left: 5px;
}

#header .header-contact p {
	margin-bottom: 0;
}

#header .header-contact .gap {
	margin: 0 12px;
}

#header .nav-top>.nav-item-anim-icon>a:hover i {
	animation: navItemArrow .6s linear infinite;
}

#header .nav-top .nav-item-borders {
	border-right: 1px solid rgba(0, 0, 0, .06);
	padding-left: 12px;
	padding-right: 12px;
}

#header .nav-top .nav-item-borders:last-child {
	border-right: none;
}

#header .nav-top .nav-item-borders:first-child {
	padding-left: 0;
}

#header .nav-item-left-border, #header .nav-item-right-border {
	position: relative;
}

#header .nav-item-left-border:before, #header .nav-item-right-border:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background: rgba(0, 0, 0, .05);
}

#header .nav-item-left-border {
	padding-left: 10px;
	margin-left: 10px;
}

#header .nav-item-left-border:before {
	left: 0;
}

#header .nav-item-right-border {
	padding-right: 10px;
	margin-right: 10px;
}

#header .nav-item-right-border:last-child {
	margin-right: 0;
}

#header .nav-item-right-border:after {
	right: 0;
}

#header .header-top .share-links>a {
	box-shadow: none;
}

#mini-cart .cart-head {
	position: relative;
	cursor: pointer;
	justify-content: center;
	font-size: 26px;
}

#mini-cart .cart-head:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 15px;
	left: 0;
	width: 100%;
	z-index: 1;
}

#mini-cart .cart-icon {
	position: relative;
}

#mini-cart .cart-icon:after, #mini-cart.minicart-text .cart-head:after {
	content: "";
	border-width: 1px 1px 0 0;
	border-color: #f5f5f5;
	border-style: solid;
	background: #fff;
	width: 14px;
	height: 14px;
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	margin-left: -7px;
	transform: rotate(-45deg);
	z-index: 1006;
	display: none;
	animation: arrowFadeInDown .2s ease-out;
}

#mini-cart.minicart-text .cart-icon:after {
	content: none;
}

#mini-cart .minicart-icon {
	display: block;
	font-style: normal;
	transition: .2s ease;
}

#mini-cart .cart-popup {
	position: absolute;
	width: 320px;
	-webkit-backface-visibility: hidden;
	z-index: 1005;
	top: 100%;
	margin-top: 8px;
	right: 0;
	padding: 0;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
	text-align: left;
	display: none;
	animation: menuFadeInDown .2s ease-out;
}

@media (max-width:767px) {
	#mini-cart .cart-popup {
		width: 300px;
	}
}

#mini-cart .widget_shopping_cart_content {
	padding: 10px 15px 5px;
	font-weight: 700;
	font-size: .8125rem;
	line-height: 1.5;
	border-radius: 0;
	background: #fff;
}

#mini-cart .widget_shopping_cart li.empty {
	text-align: center;
	justify-content: center;
	font-weight: 400;
}

#mini-cart .widget_shopping_cart .buttons {
	padding: 0 10px 10px;
}

#mini-cart .widget_shopping_cart .total {
	padding: 15px 10px 25px;
	text-align: left;
	text-transform: uppercase;
}

#mini-cart .widget_shopping_cart .total .amount {
	float: right;
	font-size: 15px;
	font-weight: 700;
	color: inherit;
}

#mini-cart .cart-loading {
	height: 64px;
	width: 100%;
	background: transparent url("https://webhoster.pk/wp-content/themes/porto/images/ajax-loader@2x.gif") no-repeat scroll center center/16px 16px;
	opacity: .6;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/ajax-loader@2x.gif";
}

#mini-cart .product-details, .wishlist-popup .product-details {
	position: static;
	padding-top: 0;
}

#mini-cart .product-details a, .wishlist-popup .product-details a {
	overflow: visible;
	white-space: normal;
	overflow-wrap: break-word;
	font-weight: 500;
}

#mini-cart .product-image, .wishlist-popup .product-image {
	margin-right: 0 !important;
	order: 2;
}

#mini-cart .product-image, .wishlist-popup .wishlist-item .product-image {
	width: 80px;
	flex: 0 0 80px;
	border-width: 0;
}

#mini-cart .product-details, .wishlist-popup .wishlist-item .product-details {
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
}

.wishlist-popup>h3 {
	text-transform: uppercase;
	border-bottom: solid 1px #e7e7e7;
	font-size: inherit;
	line-height: 1.5;
	padding: 12px 10px;
	margin-bottom: 0;
}

#mini-cart {}

#mini-cart .cart_list {
	min-height: 45px;
	max-height: 300px;
	margin: 0;
}

#mini-cart .cart_list.scroll-scrolly_visible li {
	padding-right: 20px;
}

#mini-cart .total-count {
	padding: 12px 10px;
	border-bottom: solid 1px #e7e7e7;
}

#mini-cart .total-count a {
	color: #222529;
}

#mini-cart .total-count a:hover {
	text-decoration: underline;
}

#mini-cart .remove-product {
	top: -10px;
	right: -7px;
}

#mini-cart .product-image .inner {
	overflow: unset;
}

#mini-cart .quantity, #mini-cart .quantity .amount {
	font-weight: 400;
	font-size: .8125rem;
}

#mini-cart .quantity+span.quantity {
	margin-left: 5px;
}

#mini-cart .buttons a {
	font: 600 .75rem/1.5 var(--porto-add-to-cart-ff, "Open Sans"), sans-serif;
	letter-spacing: .025em;
	text-transform: uppercase;
	padding: .875rem 1.5rem;
	border-radius: 2px;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

#mini-cart .cart-items-text {
	font-size: var(--porto-body-fs, 14px);
}

#mini-cart.minicart-arrow-alt .cart-head:after {
	content: "";
	font-family: "porto";
	font-size: .654em;
	margin-left: .706em;
	transition: .2s ease;
}

#mini-cart.minicart-arrow-alt .cart-items-text {
	display: none;
}

#mini-cart.simple .cart-items-text {
	display: none;
}

#mini-cart .cart-subtotal {
	font-size: .54em;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
}

#mini-cart.minicart-inline .cart-head {
	white-space: nowrap;
}

.main-menu-wrap #mini-cart.minicart-inline {
	margin-top: 3px;
	margin-left: 5px;
}

@media (min-width:992px) {
	#mini-cart.minicart-inline .cart-items, #mini-cart.minicart-inline .minicart-icon {
		display: none;
	}
	
	#mini-cart.minicart-inline .cart-icon {
		position: static;
	}
}

@media (max-width:991px) {
	#mini-cart.minicart-inline {
		margin-left: 0;
	}
	
	#mini-cart.minicart-inline .cart-subtotal {
		display: none;
	}
}

#mini-cart.minicart-text .cart-price {
	display: block;
}

#mini-cart.minicart-offcanvas .cart-icon:after, #mini-cart.minicart-offcanvas.minicart-text .cart-head:after {
	content: none;
}

#mini-cart.minicart-offcanvas .cart-popup {
	position: fixed;
	top: 0;
	height: 100%;
	min-height: 100vh;
	display: block;
	margin-top: 0;
	animation: none;
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content {
	padding: 1.75rem 1.25rem .5rem;
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content .buttons {
	padding-left: 0;
	padding-right: 0;
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content .total {
	padding: 1.5rem 0;
}

#mini-cart.minicart-offcanvas .cart-loading {
	height: 100%;
}

#mini-cart.minicart-offcanvas li:not(.empty) {
	padding: 1.25rem 0;
}

#mini-cart:not(.minicart-offcanvas) .buttons>a:first-child {
	display: none;
}

.minicart-text .cart-icon {
	margin-right: .35em;
}

#mini-cart.simple .cart-items {
	box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, .3);
}

#mini-cart .cart_list, .minicart-offcanvas .widget_shopping_cart_content, .wishlist-offcanvas .product_list_widget, .wishlist-offcanvas .wishlist-popup {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#mini-cart .cart_list::-webkit-scrollbar, .minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar, .wishlist-offcanvas .product_list_widget::-webkit-scrollbar, .wishlist-offcanvas .wishlist-popup::-webkit-scrollbar {
	width: 6px;
}

.minicart-offcanvas .widget_shopping_cart_content, .wishlist-offcanvas .wishlist-popup {
	display: flex;
	flex-direction: column;
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content .cart_list, .wishlist-offcanvas .wishlist-popup .product_list_widget {
	flex: 1;
	padding-right: 15px;
	max-height: unset;
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb, .wishlist-offcanvas .wishlist-popup .product_list_widget::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e7e7e7;
}

.minicart-offcanvas h3 {
	font-size: 1.25rem;
}

.minicart-offcanvas .widget_shopping_cart_content {
	font-family: "Open Sans", sans-serif;
	height: 100%;
}

.minicart-offcanvas .cart-popup {
	transform: translateX(105%);
	transition: transform .35s;
}

.minicart-offcanvas.minicart-opened .cart-popup {
	transform: translateX(0);
}

.minicart-offcanvas .button {
	background: #e7e7e7;
	color: #222529;
}

.minicart-offcanvas .button:focus, .minicart-offcanvas .button:hover {
	background: #f1f1f1;
	color: #222529;
}

.minicart-overlay {
	position: fixed;
	z-index: 1004;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	min-height: 100vh;
	background: rgba(0, 0, 0, .4);
	display: none;
}

@media (max-width:767px) {}

.minicart-opened .minicart-overlay {
	display: block;
}

#mini-cart .cart-items, .gutenberg-hb .compare-count, .my-wishlist .wishlist-count, header .compare-count {
	--porto-badge-size: 1.6em;
	position: absolute;
	right: calc(-1 * var(--porto-badge-size) / 2 + .2em);
	top: -.5em;
	font-size: .385em;
	font-weight: 600;
	text-align: center;
	width: var(--porto-badge-size);
	height: var(--porto-badge-size);
	line-height: var(--porto-badge-size);
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	background-color: #ff5b5b;
}

#mini-cart .cart-items.count-updating, .gutenberg-hb .compare-count.count-updating, .my-wishlist .wishlist-count.count-updating, header .compare-count.count-updating {
	animation: topDown .6s ease-in;
}

#mini-cart .cart-items .items-loading, .gutenberg-hb .compare-count .items-loading, .my-wishlist .wishlist-count .items-loading, header .compare-count .items-loading {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: transparent url("https://webhoster.pk/wp-content/themes/porto/images/ajax-loader@2x.gif") no-repeat scroll center center/16px 16px;
	margin-top: -4px;
	vertical-align: middle;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/ajax-loader@2x.gif";
}

#mini-cart .cart-items i, .gutenberg-hb .compare-count i, .my-wishlist .wishlist-count i, header .compare-count i {
	line-height: inherit;
}

html.no-touch #mini-cart:hover .cart-head:after, html.no-touch #mini-cart:hover .cart-icon:after, html.no-touch #mini-cart:hover .cart-popup, html.touch #mini-cart.open .cart-head:after, html.touch #mini-cart.open .cart-icon:after, html.touch #mini-cart.open .cart-popup, html:not(.touch):not(.no-touch) #mini-cart:hover .cart-head:after, html:not(.touch):not(.no-touch) #mini-cart:hover .cart-icon:after, html:not(.touch):not(.no-touch) #mini-cart:hover .cart-popup {
	display: block;
}

.woocommerce-cart #mini-cart:hover .cart-icon:after, .woocommerce-cart #mini-cart:hover .cart-popup, .woocommerce-checkout #mini-cart:hover .cart-icon:after, .woocommerce-checkout #mini-cart:hover .cart-popup {
	display: none !important;
}

#mini-cart .cart-items .items-loading.lzl:not(.lzl-ed), .gutenberg-hb .compare-count .items-loading.lzl:not(.lzl-ed), .my-wishlist .wishlist-count .items-loading.lzl:not(.lzl-ed), header .compare-count .items-loading.lzl:not(.lzl-ed), #mini-cart .cart-items .items-loading.lzl-ing:not(.lzl-ed), .gutenberg-hb .compare-count .items-loading.lzl-ing:not(.lzl-ed), .my-wishlist .wishlist-count .items-loading.lzl-ing:not(.lzl-ed), header .compare-count .items-loading.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAKElEQVRYCe3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgy8DwwQIAABziq1xwAAAABJRU5ErkJggg==");
}

.woocommerce-cart #mini-cart:hover.minicart-text .cart-head:after, .woocommerce-checkout #mini-cart:hover.minicart-text .cart-head:after {
	display: none !important;
}

@media (max-width:991px) {
	#header.sticky-header .main-menu-wrap, .main-menu-wrap {
		display: none;
	}
}

.main-menu-wrap .menu-center {
	flex: 1;
}

.main-menu-wrap .menu-left, .main-menu-wrap .menu-right {
	display: none;
}

.main-menu-wrap .menu-left {
	text-align: left;
}

.main-menu-wrap .menu-right {
	padding-left: 10px;
	text-align: right;
}

.main-menu-wrap #mini-cart {
	position: relative;
}

#header:not(.header-builder) .main-menu-wrap .searchform-popup {
	display: none;
}

#header:not(.header-builder) .main-menu-wrap .search-toggle {
	display: block;
}

#header:not(.header-builder) .main-menu-wrap .searchform {
	display: none;
	border-width: 5px;
	position: absolute;
	left: auto;
	right: -22px;
	margin-top: 6px;
	top: 100%;
	z-index: 1003;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
}

.sticky-header .main-menu-wrap .logo img {
	transform: scale(.8);
	transform-origin: left center;
	transition: none !important;
}

.sticky-header .main-menu-wrap .hide-sticky-content .menu-custom-content {
	display: none;
}

.sticky-header .main-menu-wrap .menu-left {
	padding-right: 25px;
	animation: menuFadeInDown .3s;
}

.sticky-header .main-menu-wrap .menu-left, .sticky-header .main-menu-wrap .menu-right {
	display: block;
	min-width: 75px;
	white-space: nowrap;
}

#header.sticky-header .main-menu-wrap .searchform-popup {
	display: inline-block;
}

.main-menu-wrap .mega-menu>li.menu-item>a {
	padding: 10px 13px;
}

#header .main-menu-wrap .main-menu .menu-custom-block {
	padding: 0;
	margin: 0;
}

#header .main-menu-wrap .main-menu .menu-custom-block .tip {
	top: -5px;
}

@media (max-width:991px) {}

@media (max-width:991px) {
	#header .porto-popup-menu.opened .main-menu {
		display: block;
	}
}

#main-menu.centered .mega-menu {
	justify-content: center;
}

#main-menu.centered .mega-menu>li.menu-item {
	margin: 0 1px;
}

#header .menu-custom-block {
	padding: 10px 0 9px;
	line-height: 22px;
	font-weight: 600;
	font-size: .8571em;
}

#header .menu-custom-block a {
	text-transform: capitalize;
}

#header .menu-custom-block a, #header .menu-custom-block span {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	font-weight: 700;
}

#header .menu-custom-block i {
	text-align: center;
}

#header .menu-custom-block .avatar, #header .menu-custom-block i {
	margin-right: 5px;
}

#header .menu-custom-block .avatar img {
	margin-top: -5px;
	margin-bottom: -4px;
}

#header:not(.header-builder) .menu-custom-block {
	margin-left: -10px;
}

@media (max-width:991px) {}

@media (max-width:767px) {}

@media (max-width:991px) {}

#main-toggle-menu .menu-title {
	color: #fff;
	cursor: pointer;
	background: #303030;
	font-size: .8571em;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	transition: .25s;
}

#main-toggle-menu .menu-title:hover {
	background-color: #555;
}

#main-toggle-menu .menu-title .toggle {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}

#main-toggle-menu .menu-title .toggle:before {
	content: "";
}

#main-toggle-menu .toggle-menu-wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	z-index: 1001;
}

#main-toggle-menu .toggle-menu-wrap>ul {
	border-bottom: 5px solid #303030;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

#main-toggle-menu.closed .toggle-menu-wrap {
	display: none;
}

#main-toggle-menu.show-always .menu-title {
	background: #303030;
	cursor: default;
}

#main-toggle-menu.show-always .toggle-menu-wrap {
	height: auto !important;
	display: block !important;
}

#main-toggle-menu.show-hover .toggle-menu-wrap {
	animation: .3s linear menuFadeInDown;
}

#main-toggle-menu.show-hover:hover .toggle-menu-wrap {
	display: block;
}

@media (max-width:991px) {}

#header.sticky-header .mobile-toggle {
	margin-top: 0;
	margin-bottom: 0;
}

.header-extra-info {
	list-style: none;
	margin: 0;
}

.header-extra-info:after {
	content: " ";
	display: table;
	clear: both;
}

.header-extra-info li {
	text-align: left;
	float: left;
	margin-left: 25px;
}

#header.logo-overlay-header .overlay-logo {
	display: none;
}

@media (min-width:992px) {
	#header.logo-overlay-header .overlay-logo {
		display: inline-block;
		position: absolute;
		top: 0;
		z-index: 1;
		opacity: 1;
	}
	
	#header.logo-overlay-header .logo-transition, #header.logo-overlay-header .overlay-logo-transition {
		transition: .3s;
	}
	
	#header.logo-overlay-header .logo {
		opacity: 0;
		-webkit-transform: translate3d(87px, 0, 0);
		transform: translate3d(87px, 0, 0);
	}
	
	#header.logo-overlay-header.sticky-header .overlay-logo {
		opacity: 0;
		top: -90px;
		visibility: hidden;
	}
	
	#header.logo-overlay-header.sticky-header .logo {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#header.sticky-header #menu-main-menu #mini-cart.minicart-arrow-alt, #menu-main-menu #mini-cart.minicart-arrow-alt {
	margin: 0 !important;
}

@media (max-width:991px) {
	.header-builder .menu-custom-block {
		display: none;
	}
}

.header-row .header-grow {
	flex: 1;
}

.header-row .header-col-wide {
	align-items: center;
	width: 100%;
}

.header-center .header-col-wide {
	justify-content: center;
}

.header-has-center .header-row>div:not(.header-center) {
	flex: 1;
}

.header-side-nav #header .header-main .header-center, .header-side-nav .header-row .header-center {
	padding-left: 0;
	padding-right: 0;
}

.header-side-nav .sidebar-menu {
	width: 100%;
	margin-left: 0;
}

@media (min-width:992px) {}

@media (max-width:991px) {
	.header-has-not-center-sm .header-row>div:not(.header-center) {
		flex: 0 0 auto;
	}
}

.searchform {
	position: relative;
}

.searchform .live-search-list {
	font-size: 14px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	min-width: 200px;
	z-index: 112;
	max-height: 0;
	transition: max-height .6s;
}

.searchform .live-search-list.porto-opened {
	max-height: 70vh;
}

.searchform .live-search-list .autocomplete-suggestions {
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .06);
	max-height: 80vh;
}

.searchform .live-search-list .autocomplete-suggestion:hover {
	background-color: rgba(0, 0, 0, .05);
}

#header .searchform .button-wrap .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform .btn i {
	padding: 0 .4rem;
}

.searchform .btn .porto-loading-icon {
	width: 1.25em;
	height: 1.25em;
}

.searchform .btn .porto-loading-icon:before {
	margin: 0;
}

.searchform .btn:not(.porto-ajax-loading) .porto-loading-icon {
	display: none !important;
}

.searchform .porto-ajax-loading i {
	visibility: hidden;
}

.autocomplete-suggestion {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	white-space: normal;
}

@media (max-width:576px) {
	.autocomplete-suggestion {
		flex-wrap: wrap;
	}
}

.autocomplete-suggestion:last-child {
	border-bottom-color: transparent;
}

.autocomplete-suggestion img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 10px;
}

.autocomplete-suggestion img+.search-name {
	padding-left: .5em;
}

.autocomplete-suggestion>.search-info-wrap, .autocomplete-suggestion>.search-name {
	flex: 1;
}

.autocomplete-suggestion .search-price {
	margin-left: 5px;
	font-size: .8571em;
	text-align: right;
}

@media (max-width:576px) {
	.autocomplete-suggestion .search-price {
		width: 100%;
		text-align: left;
		margin-left: 57px;
	}
}

.porto-search-overlay-wrap {
	overflow: hidden;
}

.header-builder-p #nav-panel {
	padding-top: 15px;
	flex: 0 0 100%;
	max-width: 100%;
}

#nav-panel .mobile-nav-wrap {
	padding: 0 !important;
	min-height: 6rem;
}

#nav-panel .mobile-nav-wrap::-webkit-scrollbar {
	width: 5px;
}

#nav-panel .mobile-nav-wrap::-webkit-scrollbar-thumb {
	border-radius: 0px;
}

#nav-panel .menu-empty {
	font-size: 14px;
}

#nav-panel .welcome-msg {
	text-align: center;
	display: block;
	padding: 15px 10px;
}

#nav-panel .welcome-msg p {
	margin: 5px 0;
}

#nav-panel .welcome-msg .pull-left, #nav-panel .welcome-msg .pull-right {
	float: none !important;
}

#nav-panel .accordion-menu li.menu-item.active>.arrow, #nav-panel .accordion-menu li.menu-item.active>a {
	color: #fff;
}

#nav-panel .switcher-wrap {
	margin: 15px 0;
}

#nav-panel .woocs-switcher li, #nav-panel .woocs-switcher li>h5 {
	cursor: pointer !important;
}

#nav-panel .menu-custom-block {
	margin: 15px 0;
}

#nav-panel .menu-custom-block a, #nav-panel .menu-custom-block span {
	display: block;
}

#nav-panel .menu-custom-block a {
	padding: 5px 6px;
	text-decoration: none;
}

.mobile-tabs {
	margin: 15px 0 15px;
}

.mobile-tabs .mobile-tab-items {
	border-bottom: 2px solid #e7e7e7;
}

.mobile-tabs .mobile-tab-item {
	padding: 10px;
	margin-bottom: -2px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}

.mobile-tabs .mobile-tab-item.active {
	border-bottom-color: #3575d3;
	color: #3575d3;
}

.mobile-tabs .mobile-tab-item a {
	color: inherit;
}

.mobile-tabs .mobile-tab-content {
	position: relative;
	width: 100%;
}

.mobile-tabs .tab-pane {
	display: none;
}

.mobile-tabs .tab-pane.active {
	display: block;
}

#nav-panel .mobile-nav-wrap {
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: auto;
	transition: max-height 1.2s;
}

#nav-panel .skeleton-body {
	max-height: 6rem;
}

#side-nav-panel>.porto-ajax-loading {
	top: 50%;
}

#side-nav-panel.panel-right {
	right: 0;
	left: auto;
	transform: translateX(290px);
}

#side-nav-panel .accordion-menu .hidden-item .arrow {
	display: none;
}

#side-nav-panel .accordion-menu .open>.arrow:before {
	content: "";
}

#side-nav-panel .menu-empty {
	padding: 20px 10px;
}

html.panel-opened .side-nav-panel-close {
	display: block;
	color: #fff;
	top: 10px;
	right: 14.5px;
	padding: 4px 8px;
	opacity: 1;
	visibility: visible;
	z-index: 9999 !important;
}

.panel-overlay.active {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8999;
	min-height: 100vh;
	opacity: .35;
	transition: opacity .2s;
}

html.panel-opened body>* {
	z-index: 0;
}

html.panel-opened #side-nav-panel {
	transform: translateX(0);
}

#side-nav-panel .welcome-msg {
	text-align: center;
	display: block;
	margin: 15px 0;
	padding: 0 10px;
}

#side-nav-panel .welcome-msg p {
	margin: 5px 0;
}

#side-nav-panel .welcome-msg .pull-left, #side-nav-panel .welcome-msg .pull-right {
	float: none !important;
}

#side-nav-panel .woocs-switcher li, #side-nav-panel .woocs-switcher li>h5 {
	cursor: pointer !important;
}

#side-nav-panel .menu-custom-block {
	padding: 0 10px;
}

#side-nav-panel .menu-custom-block a, #side-nav-panel .menu-custom-block span {
	display: block;
}

#side-nav-panel .menu-custom-block a, #side-nav-panel .menu-custom-block span {
	padding: 14px 6px;
	text-decoration: none;
}

#side-nav-panel .switcher-wrap ul {
	margin-left: 0;
}

#side-nav-panel .searchform-fields {
	background-color: #f4f4f4;
}

#side-nav-panel .searchform {
	margin-top: 15px;
}

#side-nav-panel .searchform .btn i {
	font-size: 18px;
}

@media (max-width:991px) {
	#nav-panel .mobile-menu .hidden-item, #side-nav-panel .mobile-menu .hidden-item {
		padding: 0;
		border: none;
	}
	
	#nav-panel .mobile-menu .hidden-item:last-child {
		margin-bottom: -2px;
	}
	
	#side-nav-panel .mobile-menu .hidden-item:last-child {
		margin-bottom: -1px;
	}
}

.page-top.wide .container {
	width: 100%;
	max-width: none;
}

.page-top .breadcrumbs-wrap {
	font-size: .75rem;
	position: relative;
}

.page-top .breadcrumbs-prefix {
	margin-right: 10px;
}

.page-top ul.breadcrumb {
	border-radius: 0;
	background: none;
	margin: 0;
	padding: 0;
}

.page-top ul.breadcrumb>li {
	text-shadow: none;
	text-transform: uppercase;
	line-height: inherit;
}

.page-top ul.breadcrumb>li a {
	display: inline-block;
	border-color: transparent;
	background: transparent;
}

.page-top ul.breadcrumb>li+li:before {
	display: none;
}

.page-top ul.breadcrumb li span {
	margin-left: 5px;
}

.page-top ul.breadcrumb li span:first-child {
	margin-left: 0;
}

.page-top .yoast-breadcrumbs {
	font-size: 12px;
}

.page-top .yoast-breadcrumbs a {
	margin-right: 5px;
}

.page-top .yoast-breadcrumbs .breadcrumb_last, .page-top .yoast-breadcrumbs span {
	margin-left: 5px;
}

.page-top .page-title {
	display: inline-block;
	font: 400 2.2em/1.2 "Open Sans", sans-serif;
	margin: 0;
	position: relative;
	letter-spacing: -.05em;
	text-transform: none;
	z-index: 2;
}

@media (max-width:767px) {
	.page-top .page-title {
		font-size: 2em;
	}
}

.page-top .page-sub-title {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5em;
	opacity: .8;
}

@media (max-width:767px) {
	.page-top .page-sub-title {
		font-size: 1.2em;
	}
}

.page-top .sort-source {
	position: absolute;
	bottom: 0;
	right: 15px;
}

.page-top .sort-source>li {
	float: none;
	display: inline-block;
}

.page-top .sort-source>li.active>a {
	background: transparent !important;
	color: #3575d3;
}

@media (max-width:767px) {
	.page-top .sort-source {
		position: relative;
		text-align: right;
		left: 0;
		right: 0;
		z-index: 1;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.page-top .hide-title .sort-source {
	bottom: -6px;
}

body.single-product .entry-summary .page-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	background: transparent !important;
	border: none !important;
}

body.single-product .entry-summary .page-top .product-nav .product-link {
	color: #000;
}

.page-header-8 .delimiter, .page-top ul.breadcrumb>li .delimiter {
	display: block;
	float: right;
	margin: 0 4px;
	width: 20px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
}

.page-header-8 .delimiter:before, .page-top ul.breadcrumb>li .delimiter:before {
	content: "/ ";
	position: relative;
	right: -2px;
}

.page-header-8 .delimiter.delimiter-2, .page-top ul.breadcrumb>li .delimiter.delimiter-2 {
	font-family: "Porto";
	font-weight: 400;
}

.page-header-8 .delimiter.delimiter-2:before, .page-top ul.breadcrumb>li .delimiter.delimiter-2:before {
	content: "";
	right: -1px;
}

#breadcrumbs-boxed .page-top {
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-sidebar .sidebar-toggle {
	display: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 20%;
	margin: auto;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .08);
	border-left-width: 0;
	color: #0a0a0a;
	transition: .2s ease-in-out;
}

.mobile-sidebar .sidebar-toggle i:before {
	content: "";
}

.mobile-sidebar .sidebar-toggle:hover {
	color: #3575d3;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}

.mobile-sidebar.right-sidebar .sidebar-toggle {
	left: -40px;
	right: unset;
	border-width: 1px 0 1px 1px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .15);
}

.sidebar-overlay {
	display: none;
}

.sidebar-overlay.active {
	display: block;
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8999;
	min-height: 100vh;
	opacity: .35;
	transition: opacity .2s ease-in-out;
}

@media (max-width:991px) {
	.mobile-sidebar {
		margin-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		height: 100%;
		width: 260px;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 9000;
		transform: translateX(-100%);
		transition: transform .2s ease-in-out;
		background: #fff;
	}
	
	.mobile-sidebar.sidebar {
		position: fixed;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.mobile-sidebar .sidebar-toggle {
		display: block;
		background: #fff;
	}
	
	.mobile-sidebar>[data-plugin-sticky] {
		height: 100%;
	}
	
	.mobile-sidebar .widget {
		margin-top: 0;
	}
	
	.mobile-sidebar .sidebar-content {
		display: block;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%;
		padding: 20px;
		-webkit-overflow-scrolling: touch;
	}
	
	.mobile-sidebar .sidebar-content::-webkit-scrollbar {
		width: 5px;
	}
	
	.mobile-sidebar .sidebar-content::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background: #e7e7e7;
	}
	
	.column2-right-sidebar .mobile-sidebar, .column2-wide-right-sidebar .mobile-sidebar, .mobile-sidebar.right-sidebar {
		right: 0;
		left: auto;
		transform: translateX(100%);
	}
	
	html.sidebar-opened body>:not(.mfp-bg):not(.mfp-wrap) {
		z-index: 0;
	}
	
	html.sidebar-opened .mobile-sidebar {
		z-index: 9000;
		transition: transform .3s;
		transform: translateX(0);
	}
	
	html.sidebar-opened .mobile-sidebar .sidebar-toggle i:before {
		content: "";
	}
	
	html.sidebar-opened .page-wrapper {
		left: 260px;
		overflow: visible;
	}
	
	html.sidebar-opened #header.sticky-header .header-main.sticky {
		left: 260px;
	}
	
	html.sidebar-opened.sidebar-right-opened #header.sticky-header .header-main.sticky, html.sidebar-opened.sidebar-right-opened .page-wrapper {
		left: -260px;
	}
}

.section {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px 0;
	background-color: #f4f4f4;
	border-top: 5px solid #f1f1f1;
}

.section.section-center {
	text-align: center;
}

.section.section-text-light {
	color: #fff;
}

.section.section-text-light h1, .section.section-text-light h2, .section.section-text-light h3, .section.section-text-light h4, .section.section-text-light h5, .section.section-text-light h6 {
	color: #fff;
}

.section.section-text-light p {
	color: #e6e6e6;
}

.section.section-background {
	background-repeat: repeat;
	border: 0;
}

.section.section-overlay {
	position: relative;
}

.section.section-overlay:before {
	content: "";
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMDBGQ0Y5NEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMDBGQ0ZBNEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRjc0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZDRjg0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6C0EmkAAAAGElEQVR42mJiYGD4DwQMTECCEchhAAgwAEcGBv9dngKPAAAAAElFTkSuQmCC") repeat scroll 0 0 transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.section.section-video {
	background: none !important;
	border: 0;
}

.section.section-parallax {
	background-color: transparent;
	border: 0;
}

.section.section-with-divider {
	position: relative;
	margin: 56px 0 35px;
}

.section.section-with-divider .section-divider {
	margin: -56px 0 44px;
}

.section.section-with-divider-footer {
	margin: 35px 0 56px;
	position: relative;
}

.section.section-with-divider-footer .section-divider {
	margin: 44px 0 -56px;
}

.section.section-footer {
	margin-bottom: -50px;
}

.section .porto-section:last-child>div>:last-child {
	margin-bottom: 0;
}

.section.section-no-borders {
	border-width: 0;
}

.porto-section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.flex-container {
	display: flex;
}

.section-parallax>.parallax-background {
	z-index: 0;
}

.section-parallax>* {
	position: relative;
	z-index: 1;
}

.section-with-shape-divider {
	position: relative;
	overflow: hidden;
}

.section-with-shape-divider .shape-divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1;
}

.section-with-shape-divider .shape-divider.shape-divider-bottom {
	top: auto;
	bottom: 0;
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
	transform: rotateX(180deg);
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
	transform: rotateY(180deg);
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
	transform: rotateY(180deg) rotateX(180deg);
}

@media (min-width:1921px) {}

.col-half-section {
	width: 100%;
	min-height: 1px;
	position: relative;
	max-width: calc(var(--porto-container-width) / 2 - 30px);
}

.elementor-column .col-half-section {
	max-width: calc(var(--porto-container-width) / 2);
}

.col-half-section-right {
	justify-self: flex-end;
	margin-left: auto;
}

.elementor-column-gap-no .col-half-section, .row.no-padding .col-half-section {
	padding-left: var(--porto-res-spacing);
	padding-right: var(--porto-res-spacing);
}

@media (min-width:992px) {
	.row.no-padding .col-half-section {
		max-width: calc(var(--porto-container-width) / 2);
	}
	
	.row.no-padding>.section .col-half-section {
		max-width: calc(var(--porto-container-width) / 2 - 30px);
	}
}

@media (max-width:991px) {
	.col-half-section {
		max-width: none;
	}
}

.section.section-text-dark, .section.section-text-dark h1, .section.section-text-dark h2, .section.section-text-dark h3, .section.section-text-dark h4, .section.section-text-dark h5, .section.section-text-dark h6 {
	color: #222529;
}

.section.section-text-dark p {
	color: #393e45;
}

.section.section-primary {
	background-color: #3575d3 !important;
	color: #fff;
	border-color: #2b69c4 !important;
}

.section.section-primary:not([class*=" section-text-"]) p {
	color: #e6e6e6;
}

.section.section-primary-scale-2 .sort-source-style-2>li>a, .section.section-primary-scale-2 .sort-source-style-2>li>a:focus, .section.section-primary-scale-2 .sort-source-style-2>li>a:hover, .section.section-primary:not([class*=" section-text-"]) h1, .section.section-primary:not([class*=" section-text-"]) h2, .section.section-primary:not([class*=" section-text-"]) h3, .section.section-primary:not([class*=" section-text-"]) h4, .section.section-primary:not([class*=" section-text-"]) h5, .section.section-primary:not([class*=" section-text-"]) h6 {
	color: #fff;
}

.section.section-primary-scale-2 {
	background-color: #275eaf !important;
	border-color: #22539a !important;
}

.section.section-primary-scale-2 .sort-source-style-2>li.active>a:after {
	border-top-color: #275eaf;
}

.section.section-secondary {
	background-color: #e36159 !important;
	color: #fff;
	border-color: #e04d44 !important;
}

.section.section-secondary:not([class*=" section-text-"]) p {
	color: #e6e6e6;
}

.section.section-secondary-scale-2 .sort-source-style-2>li>a, .section.section-secondary-scale-2 .sort-source-style-2>li>a:focus, .section.section-secondary-scale-2 .sort-source-style-2>li>a:hover, .section.section-secondary:not([class*=" section-text-"]) h1, .section.section-secondary:not([class*=" section-text-"]) h2, .section.section-secondary:not([class*=" section-text-"]) h3, .section.section-secondary:not([class*=" section-text-"]) h4, .section.section-secondary:not([class*=" section-text-"]) h5, .section.section-secondary:not([class*=" section-text-"]) h6 {
	color: #fff;
}

.section.section-secondary-scale-2 {
	background-color: #dc382e !important;
	border-color: #cd2d23 !important;
}

.section.section-secondary-scale-2 .sort-source-style-2>li.active>a:after {
	border-top-color: #dc382e;
}

.section.section-tertiary {
	background-color: #2baab1 !important;
	color: #fff;
	border-color: #27979d !important;
}

.section.section-tertiary:not([class*=" section-text-"]) p {
	color: #e6e6e6;
}

.section.section-tertiary-scale-2 .sort-source-style-2>li>a, .section.section-tertiary-scale-2 .sort-source-style-2>li>a:focus, .section.section-tertiary-scale-2 .sort-source-style-2>li>a:hover, .section.section-tertiary:not([class*=" section-text-"]) h1, .section.section-tertiary:not([class*=" section-text-"]) h2, .section.section-tertiary:not([class*=" section-text-"]) h3, .section.section-tertiary:not([class*=" section-text-"]) h4, .section.section-tertiary:not([class*=" section-text-"]) h5, .section.section-tertiary:not([class*=" section-text-"]) h6 {
	color: #fff;
}

.section.section-tertiary-scale-2 {
	background-color: #228388 !important;
	border-color: #1d6f74 !important;
}

.section.section-tertiary-scale-2 .sort-source-style-2>li.active>a:after {
	border-top-color: #228388;
}

.section.section-quaternary {
	background-color: #383f48 !important;
	color: #fff;
	border-color: #2d333a !important;
}

.section.section-quaternary:not([class*=" section-text-"]) p {
	color: #e6e6e6;
}

.section.section-quaternary-scale-2 .sort-source-style-2>li>a, .section.section-quaternary-scale-2 .sort-source-style-2>li>a:focus, .section.section-quaternary-scale-2 .sort-source-style-2>li>a:hover, .section.section-quaternary:not([class*=" section-text-"]) h1, .section.section-quaternary:not([class*=" section-text-"]) h2, .section.section-quaternary:not([class*=" section-text-"]) h3, .section.section-quaternary:not([class*=" section-text-"]) h4, .section.section-quaternary:not([class*=" section-text-"]) h5, .section.section-quaternary:not([class*=" section-text-"]) h6 {
	color: #fff;
}

.section.section-quaternary-scale-2 {
	background-color: #22262c !important;
	border-color: #171a1d !important;
}

.section.section-quaternary-scale-2 .sort-source-style-2>li.active>a:after {
	border-top-color: #22262c;
}

.section.section-dark {
	background-color: #212529 !important;
	color: #fff;
	border-color: #16191b !important;
}

.section.section-dark:not([class*=" section-text-"]) p {
	color: #e6e6e6;
}

#mini-cart .cart-loading.lzl:not(.lzl-ed), #mini-cart .cart-loading.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAKElEQVRYCe3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgy8DwwQIAABziq1xwAAAABJRU5ErkJggg==");
}

.section.section-dark-scale-2 .sort-source-style-2>li>a, .section.section-dark-scale-2 .sort-source-style-2>li>a:focus, .section.section-dark-scale-2 .sort-source-style-2>li>a:hover, .section.section-dark:not([class*=" section-text-"]) h1, .section.section-dark:not([class*=" section-text-"]) h2, .section.section-dark:not([class*=" section-text-"]) h3, .section.section-dark:not([class*=" section-text-"]) h4, .section.section-dark:not([class*=" section-text-"]) h5, .section.section-dark:not([class*=" section-text-"]) h6 {
	color: #fff;
}

.section.section-dark-scale-2 {
	background-color: #0b0c0d !important;
	border-color: #000 !important;
}

.section.section-dark-scale-2 .sort-source-style-2>li.active>a:after {
	border-top-color: #0b0c0d;
}

.section.section-light {
	background-color: #fff !important;
	color: #212529;
	border-color: #f3f3f3 !important;
}

.section.section-light:not([class*=" section-text-"]) p {
	color: #0b0c0d;
}

.section.section-light-scale-2 .sort-source-style-2>li>a, .section.section-light-scale-2 .sort-source-style-2>li>a:focus, .section.section-light-scale-2 .sort-source-style-2>li>a:hover, .section.section-light:not([class*=" section-text-"]) h1, .section.section-light:not([class*=" section-text-"]) h2, .section.section-light:not([class*=" section-text-"]) h3, .section.section-light:not([class*=" section-text-"]) h4, .section.section-light:not([class*=" section-text-"]) h5, .section.section-light:not([class*=" section-text-"]) h6 {
	color: #212529;
}

.section.section-light-scale-2 {
	background-color: #e6e6e6 !important;
	border-color: #d9d9d9 !important;
}

.section.section-light-scale-2 .sort-source-style-2>li.active>a:after {
	border-top-color: #e6e6e6;
}

.parallax-scale-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-title, .slider-title {
	font-size: 1.1429em;
	line-height: 1.4;
	letter-spacing: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #222529;
	margin-top: 0;
	margin-bottom: 1.25rem;
	position: relative;
}

.section-title .line, .slider-title .line {
	display: block;
	height: 1px;
	position: relative;
	bottom: .65em;
	width: 0;
}

@media (max-width:575px) {
	.section-title .line, .slider-title .line {
		display: none !important;
	}
}

.master-slider .ms-slide {
	overflow: hidden;
}

#content .master-slider, #content-inner-bottom .master-slider, #content-inner-top .master-slider {
	overflow: hidden;
}

#content .master-slider .ms-slide .ms-slide-bgcont, #content .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
	overflow: hidden;
}

#content .rev_slider_wrapper, #content-inner-bottom .rev_slider_wrapper, #content-inner-top .rev_slider_wrapper {
	overflow: hidden;
}

#content .rev_slider_wrapper li.tp-revslider-slidesli, #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli, #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
	overflow: hidden;
}

.column1.wide #content .master-slider, .column1.wide #content-inner-bottom .master-slider, .column1.wide #content-inner-top .master-slider, body.wide #content .master-slider, body.wide #content-inner-bottom .master-slider, body.wide #content-inner-top .master-slider {
	border-radius: 0;
}

.column1.wide #content .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content .master-slider .ms-slide .ms-slide-bgcont, body.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
	border-radius: 0;
}

.column1.wide #content .rev_slider_wrapper, .column1.wide #content-inner-bottom .rev_slider_wrapper, .column1.wide #content-inner-top .rev_slider_wrapper, body.wide #content .rev_slider_wrapper, body.wide #content-inner-bottom .rev_slider_wrapper, body.wide #content-inner-top .rev_slider_wrapper {
	border-radius: 0;
}

.column1.wide #content .rev_slider_wrapper li.tp-revslider-slidesli, .column1.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli, .column1.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli, body.wide #content .rev_slider_wrapper li.tp-revslider-slidesli, body.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli, body.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
	border-radius: 0;
}

#main.wide #content .master-slider, #main.wide #content-inner-bottom .master-slider, #main.wide #content-inner-top .master-slider {
	border-radius: 0;
	overflow: visible;
}

#main.wide #content .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
	border-radius: 0;
	overflow: visible;
}

#main.wide #content .rev_slider_wrapper, #main.wide #content-inner-bottom .rev_slider_wrapper, #main.wide #content-inner-top .rev_slider_wrapper {
	border-radius: 0;
}

#main.wide #content .rev_slider_wrapper li.tp-revslider-slidesli, #main.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli, #main.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
	border-radius: 0;
	overflow: visible;
}

.rev_slider_wrapper {
	z-index: 0;
	line-height: 1.4285;
}

.tparrows.tparrows-carousel {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: auto;
	padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow {
	background-color: #3575d3;
	border-color: #3575d3;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:active, .tparrows.tparrows-carousel.tp-leftarrow:focus, .tparrows.tparrows-carousel.tp-leftarrow:hover, .tparrows.tparrows-carousel.tp-rightarrow:active, .tparrows.tparrows-carousel.tp-rightarrow:focus, .tparrows.tparrows-carousel.tp-rightarrow:hover {
	background-color: #2b69c4;
	border-color: #2b69c4;
}

.tparrows.tparrows-carousel.tp-leftarrow {
	left: -30px !important;
	right: auto !important;
	border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
	content: "";
	position: relative;
	left: -1px;
	top: 1px;
	color: inherit;
}

.tparrows.tparrows-carousel.tp-rightarrow {
	right: -60px !important;
	left: auto !important;
	border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
	content: "";
	position: relative;
	left: 2px;
	top: 1px;
	color: inherit;
}

.tp-visible {
	opacity: 1 !important;
	visibility: visible !important;
}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
	border: none !important;
}

.caption.fullscreenvideo, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
	left: 0;
	right: auto;
}

.hesperiden .tp-tab-content {
	padding: 15px 15px 15px 85px;
}

.hesperiden .tp-tab-image {
	float: left;
}

.hesperiden .tp-tab-title {
	text-align: left;
}

@media (max-width:767px) {}

.rev_slider_wrapper #revolutionSliderCarousel {
	border-radius: 0;
}

.rev_slider_wrapper #revolutionSliderCarousel li.tp-revslider-slidesli {
	border-radius: 0;
	overflow: visible;
}

.slider-scroll-button {
	position: relative;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	display: inline-block;
}

.slider-scroll-button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 49%;
	width: 23px;
	height: 34px;
	border: 1px solid;
	border-radius: 15px;
	transform: translate3d(-50%, -50%, 0);
}

.slider-scroll-button:after {
	content: "";
	width: 6px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid;
	position: absolute;
	top: 19px;
	left: 49%;
	transform: translate3d(-50%, 0, 0);
	animation: sliderScrollButton 2s ease infinite;
}

body.porto-dm-slider .owl-carousel:not(.owl-loaded) {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.porto-dm-slider .owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
	height: 7px;
	width: 4px;
}

body.porto-dm-slider .owl-carousel:not(.owl-loaded)::-webkit-scrollbar-thumb {
	margin-right: 2px;
	background: rgba(0, 0, 0, 0);
	border-radius: 5px;
	cursor: pointer;
	transition: background .3s;
}

body.porto-dm-slider .owl-carousel:not(.owl-loaded):hover::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .25);
}

body.porto-dm-slider .product-thumbnails {
	display: none;
}

.page-content>.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media only screen and (min-width:768px) {
	.page-content>.alignwide {
		width: 100%;
		max-width: 100%;
	}
}

.page-content>.alignfull {
	position: relative;
	max-width: none;
}

.wp-block-archives-list, .wp-block-archives-list ul, .wp-block-categories-list, .wp-block-categories-list ul, .wp-block-latest-posts, .wp-block-latest-posts ul {
	list-style: none;
	padding-left: 0;
}

.wp-block-archives-list li>ul, .wp-block-categories-list li>ul, .wp-block-latest-posts li>ul {
	margin-top: 8px;
	margin-bottom: -8px;
	margin-left: -5px;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 5px solid #eee;
	margin: 0 0 1rem 0;
	padding: .5rem 1rem;
}

.wp-block-pullquote {
	padding: 0;
	border: none;
}

.wp-block-pullquote blockquote {
	padding: 2em;
	text-align: left;
	border-left-color: #3575d3;
}

.wp-block-pullquote blockquote cite {
	color: #666;
}

.porto-heading>a {
	color: inherit;
	transition: color .3s;
}

.banner-container {
	position: relative;
	z-index: 0;
}

.banner-container .banner-fixed {
	position: fixed;
	top: 0;
}

.banner-container .master-slider {
	max-width: 100%;
	overflow: hidden;
}

.banner-container .ms-thumb-list {
	padding-bottom: 6px;
}

.banner-container .ms-thumb-frame {
	opacity: 1;
	border: 3px solid rgba(0, 0, 0, .25);
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .25) inset;
	transition: .3s ease-out;
}

.banner-container .ms-thumb-frame-selected, .banner-container .ms-thumb-frame:hover {
	border-color: #fff;
}

.side-nav .banner-container {
	margin-top: -1px;
}

.side-nav .banner-container .master-slider {
	max-width: none;
}

#banner-wrapper.banner-wrapper-boxed {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

body .banner-container strong {
	font-weight: 600;
}

body .banner-container small {
	font-size: 11px;
	display: block;
}

body .banner-container .porto-ibanner-title {
	line-height: 1;
	text-align: left;
}

body .banner-title-bottom .porto-ibanner-title {
	left: 0;
}

body .banner-title-top .porto-ibanner-title {
	top: 0;
	left: 0;
}

body .banner-title-top .porto-ibanner-title small {
	font-size: 8px;
}

.highlighted-word {
	position: relative;
}

.highlighted-word.highlighted-word-animation-1:after {
	content: "";
	position: absolute;
	right: calc(100% - 74px);
	bottom: -6px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAPCAMAAAB0m6mcAAAAM1BMVEUAAAAAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8sAh8s5eh7xAAAAEHRSTlMAwECAsGDwkBDg0FAwIKBw5jdQzAAAAJtJREFUOMut0wsOhCAMBFBLPwgozP1Pu5psgmSNsMF3gKGdlOUNq2PPaTZlUyaLvE2F7I4lAia6TkySOBNOwbtm0aDjnShTxJeUfWkxYN71llEWQhV8unnJcDLh9NudOyIyBTRMdF/uKK4iVbgTHxYQDLN8jPPAMIZK93aGYrhuNRFFtZyJqCClG9OvnXJx//8HlXC9Bc+pCRn3Ac5JFNeZgoFnAAAAAElFTkSuQmCC");
	width: 0;
	height: 15px;
	animation: pencilAnimation .5s ease 2s;
	animation-fill-mode: forwards;
	overflow: hidden;
	transform: rotate(180deg);
}

.highlighted-word.highlighted-word-animation-1.light:after {
	filter: brightness(0) invert(1);
}

.newsletter-wrap input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #ccc;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: -.2rem;
	margin-left: 1px;
	outline: none;
	border-radius: 3px;
	color: #555;
}

.newsletter-wrap input[type=checkbox]:checked:before {
	content: "";
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-weight: 900;
	display: flex;
	align-items: center;
	line-height: 20px;
	justify-content: center;
}

@media (max-width:575px) {}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

span.wpcf7-not-valid-tip {
	color: #c10000;
	margin-top: 3px;
	padding: 0;
	font-size: .9em;
}

div.wpcf7-response-output {
	padding: 15px;
	margin: 0 0 20px;
	border: 1px solid transparent;
}

div.wpcf7-response-output h4 {
	margin-top: 0;
	color: inherit;
}

div.wpcf7-response-output .alert-link {
	font-weight: 700;
}

div.wpcf7-response-output>p, div.wpcf7-response-output>ul {
	margin-bottom: 0;
}

div.wpcf7-response-output>p+p {
	margin-top: 5px;
}

div.wpcf7-validation-ok {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

div.wpcf7-validation-errors {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 1em;
}

.wpcf7-captchac {
	margin-top: 5px;
}

.footer-top .widget:last-child {
	margin-bottom: 0;
}

.footer ul.list li {
	margin-bottom: 5px;
}

.footer .widget-title img {
	margin-right: 3px;
	margin-top: -2px;
}

.footer .widget .tagcloud a {
	background: #000;
	color: #fff;
	padding: .5rem .8em;
	border-radius: .25rem;
}

.footer .widget.contact-info .contact-details strong {
	font-weight: 400;
}

#footer .footer-ribbon {
	position: absolute;
	top: 0;
	margin: -16px 0 0;
	padding: 10px 20px 6px;
	color: #fff;
	font-size: 20.8px;
	line-height: 23px;
	z-index: 101;
	font-family: "Open Sans", sans-serif;
}

#footer .footer-ribbon:before {
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	width: 7px;
	right: 100%;
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
}

@media (max-width:991px) {}

@media (max-width:991px) {}

@media (max-width:991px) {}

#footer .footer-bottom .footer-left {
	padding: 10px 8px 10px 0;
	text-align: left;
}

#footer .footer-bottom .footer-right {
	padding: 10px 0 10px 8px;
	text-align: right;
}

@media (max-width:991px) {}

#footer .footer-bottom .footer-left {}

#footer .footer-bottom .footer-left .widget {
	margin-right: calc(15px + 5px);
}

@media (max-width:991px) {
	#footer .footer-bottom .footer-left .widget {
		margin-right: 0;
	}
}

#footer .footer-bottom .footer-right {}

#footer .footer-bottom .footer-right .widget {
	margin-left: calc(15px + 5px);
}

@media (max-width:991px) {
	#footer .footer-bottom .footer-right .widget {
		margin-left: 0;
	}
}

#footer .footer-bottom .tooltip {
	display: none !important;
}

.footer-wrapper.fixed #footer, .footer-wrapper.simple #footer {
	padding-top: 0;
	background: none;
}

.footer-wrapper.fixed #footer .footer-bottom, .footer-wrapper.simple #footer .footer-bottom {
	padding: 0;
}

.footer-wrapper.fixed #footer .footer-bottom .logo, .footer-wrapper.simple #footer .footer-bottom .logo {
	display: none;
}

@media (max-width:991px) {
	.footer-wrapper.fixed #footer .footer-bottom .footer-center, .footer-wrapper.simple #footer .footer-bottom .footer-center {
		display: none;
	}
}

@media (max-width:575px) {
	.footer-wrapper.fixed #footer .footer-bottom .footer-right, .footer-wrapper.simple #footer .footer-bottom .footer-right {
		display: none;
	}
	
	.footer-wrapper.fixed #footer .footer-bottom .footer-left, .footer-wrapper.simple #footer .footer-bottom .footer-left {
		text-align: center;
	}
}

.footer-wrapper .post-item-small h5 {
	font-size: inherit;
}

.footer a:not(.btn).link-hover-style-1 {
	position: relative;
	left: 0;
	transition: left .1s ease-in-out;
}

.footer a:not(.btn).link-hover-style-1:hover {
	left: 3px;
}

.footer-reveal, .footer-wrapper.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.footer-reveal {
	z-index: -10;
}

.payment-icons .payment-icon {
	display: inline-flex;
	vertical-align: middle;
	margin: 0 1px 5px;
	width: 55px;
	height: 32px;
	transition: opacity .25s;
	filter: invert(1);
	border-radius: 4px;
	color: #000;
	font-size: 43px;
	padding-top: 2px;
	align-items: center;
	justify-content: center;
	background-color: #d6d3cf;
}

.payment-icons .payment-icon:hover {
	opacity: .7;
}

.payment-icons .stripe {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAn1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3kz5EAAAANHRSTlMAPPec3rzzPhC2EgoXVB+/hyzNx66U+9oG5uPQsoszdO7qppeDd2lOw0hDJ3teN9VuZKBbuhfhawAAAthJREFUaN7t1emymjAYBuBXEQoCAoKyHD3HBXHfau7/2jpIFuRQxpE67Uzz/DEThJckHwkkSZIkSZIkSfq3ZFMbb7YfEkIME281Izkf73QhhU/8EScdNSY05Ia2op1rxGSAGlMaskNLyznJWahhFRla25Xfk7txbQjse0brJbEbQ7BfjS5W+wKqD2kvMsUkKzQEFabedD+qzIeuKFPDuabFH4tbhNQINFLYqM5mAMUxVFXdQTe0brJGZgS5iQd4qmEYTnCCtQxnWuLY4DzlI8mfqOxRuM0J94WQPOij+J1bfv6T8u9kC+xooaVd2veTjWFCuANbZiGFSsp6QK9ozehLKKTwA+iQqityelzuc/MeUnaohCx5CHkmZI6c/9h5AjJStqpM11dzSO1QbLakPp8Nh3bNVD8ekxHW2TVhicfjoBJyqA0Z99iqLACci6YB0GnzoNH/mQCs7ak8XOR4SNdfGOG1LiS0sGVvD+jjonkEgqKVYfx9w/ugXQMeIvb2upAJAI0vyprwkJQV3ZBQP/eNId3otyFq6R4LI/FSW3b9i3CK1RCi6Y0hBm3veXleOh36bB99InTXDSPpN4ZM+Pv7pOpM55DpAMCwVciQVIUA1qUi7b0aYjSMREPOnfEO78UQn9/jsLnXulSMO33JKnn9Wkik0ZeOsKS9tqkXxAmRsUulEP35kL34GG3+nQi3qX3SYS34Di6qy/U6a/25EFdsK322EteT5+3s1cSJMMofkFTWRPh8IkRTFqUNFSF5NAMOj3t1BGBBBK8xpKprArC/V/CqurUD2cshKXLOtxCXlPjI9Wcvhpzp6ftRna4jYcQZ7c1La8JadGMzRIVUQ4II1Gj8eLri87CcDJPeMHA7YPppEMbJMBitTKzcu9TEnT0tDERIstj04o1iQ7BWinFO4rOhHHZoRZwnbyNCHAgy5D8I2bISxhsNRnfLCyRJkiRJkiRJ+nt+ASLySoFlksFlAAAAAElFTkSuQmCC");
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.paypal:before, .verisign:before, .visa:before {
	font-family: "porto";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.paypal:before {
	content: "";
}

.verisign:before {
	content: "";
}

.visa:before {
	content: "";
}

body.wide .container:not(.inner-container) {
	width: 100%;
	max-width: 100%;
	padding-left: var(--porto-fluid-spacing);
	padding-right: var(--porto-fluid-spacing);
}

body.wide .container .container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width:767px) {}

@media (max-width:991px) {}

@media (max-width:991px) {}

@media (min-width:992px) {
	.column2-left-sidebar .main-content {
		margin-left: auto;
	}
}

body.wide #main {
	max-width: 100%;
}

@media (max-width:991px) {}

@media (max-width:767px) {
	.no-breadcrumbs .right-sidebar.col-md-4, .right-sidebar.col-md-4 {
		padding-top: 0;
		margin-top: -20px;
	}
}

.content-bottom-wrapper {
	padding-bottom: 20px;
}

body.modal-open {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.page-wrapper.coming-soon #header .header-top {
	display: block;
}

.page-wrapper.coming-soon #header .header-top .container {
	min-height: 50px;
}

.page-wrapper.coming-soon #header .header-top .header-contact {
	display: block;
}

@media (max-width:767px) {
	.page-wrapper.coming-soon #header .header-top .header-right {
		display: none;
	}
}

.page-wrapper.coming-soon .footer .footer-bottom {
	background: transparent;
}

body.boxed {
	padding: 25px 0;
}

@media (max-width:767px) {
	body.boxed {
		padding: 0;
	}
}

body.boxed #header {
	border-top-width: 0;
}

body.boxed .banner-container {
	overflow: hidden;
}

body.boxed .page-wrapper {
	background: #fff;
	border-top: 5px solid #3575d3;
	border-bottom-color: #212529;
	margin: 0 auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

@media (max-width:767px) {
	body.boxed .page-wrapper {
		width: 100% !important;
		border-width: 0;
		border-radius: 0;
		overflow: hidden;
	}
}

#main.boxed .porto-container, #main.main-boxed .porto-container {
	padding-left: 0;
	padding-right: 0;
}

body.boxed #main.wide .porto-wrap-container {
	max-width: none;
	margin: 0;
	padding: 0;
}

@media (min-width:768px) {
	body.boxed #header.sticky-header .header-main.sticky {
		max-width: calc(720px + 30px);
	}
}

body.boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:992px) {
	body.boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap {
		max-width: calc(960px + 30px);
	}
}

body.boxed .fixed-header #header, body.boxed .footer-wrapper.fixed {
	position: absolute;
}

#header .porto-tooltip, .footer .porto-tooltip {
	position: absolute !important;
	right: 0;
	top: 5px;
	width: 20px;
}

@media (max-width:575px) {
	#header .porto-tooltip, .footer .porto-tooltip {
		display: none !important;
	}
}

#header .tooltip-icon, .footer .tooltip-icon {
	cursor: pointer;
	border: 1px solid #000;
	color: #000;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	position: relative;
	right: 5px;
	transition: all .2s ease-in-out;
	animation: tooltip-animation 1s ease-in infinite;
}

#header .tooltip-popup, .footer .tooltip-popup {
	display: none;
	position: absolute;
	right: 0;
	text-align: left;
	top: -2px;
	width: 300px;
	background-color: #111;
	box-shadow: 0 0 8px rgba(255, 255, 255, .5);
	padding: 20px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	z-index: 2000;
}

#header .tooltip-popup h4, .footer .tooltip-popup h4 {
	font-size: 16px;
	color: #fff;
}

#header .tooltip-popup p, .footer .tooltip-popup p {
	margin-bottom: 10px;
	color: #fff;
}

#header .tooltip-popup em, .footer .tooltip-popup em {
	font-size: 10px;
}

#header .tooltip-close, .footer .tooltip-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
}

#header .porto-tooltip {
	z-index: 1000;
}

.footer .porto-tooltip {
	top: 30px;
	right: 15px;
}

@media (min-width:992px) {
	.header-wrapper.header-side-nav #header .tooltip-popup {
		left: -5px;
		right: auto;
	}
}

.porto-sicon-description p, .porto-sicon-description div, .info-circle-text p, .info-circle-text div, .timeline-header>div p, .timeline-header>div div, .porto-u-list-desc p, .porto-u-list-desc div, .porto-btn-text, span.middle-text p, span.middle-text div {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
}

.porto-btn-ctn-center, .porto-btn-ctn-left, .porto-btn-ctn-right, .porto-map-wrapper.porto-adjust-bottom-margin, .info-wrapper.porto-adjust-bottom-margin, .porto-u-list-icon-wrapper.porto-adjust-bottom-margin {
	margin-bottom: 35px;
}

.porto-portfolio {
	position: relative;
}

.call-to-action-in-footer {
	position: relative;
	padding: 60px 0;
}

.call-to-action-in-footer .vc_cta3-container {
	margin-bottom: 0;
}

.call-to-action-in-footer:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 50%;
	margin-left: -20px;
}

.porto-modal-trigger {
	cursor: pointer;
}

[data-plugin-animated-letters].initialized, [data-plugin-animated-words].initialized {
	opacity: 1;
	visibility: visible;
}

.letters-wrapper+.typeWriter:last-child {
	position: relative;
	padding-right: 4px;
}

.letters-wrapper+.typeWriter:last-child:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: #212121;
	animation-name: typeWriterFlash;
	animation-iteration-count: infinite;
	animation-duration: 600ms;
}

.porto-focus-slider {
	cursor: pointer;
}

.resp-tab-content {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
	border-top: 0;
	padding: 15px;
}

@media (max-width:767px) {
	.resp-tab-content {
		border-radius: 0 !important;
		border-top: none;
		box-shadow: none;
	}
	
	.resp-tab-content, .resp-vtabs .resp-tab-content {
		border-color: #e7e7e7;
	}
}

.resp-tab-content .panel {
	display: block !important;
}

.resp-tabs-list {
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
}

.resp-tabs-list li {
	display: inline-block;
	float: none;
	font-size: 1em;
	font-weight: normal;
	color: #3575d3;
	margin-right: 1px;
	padding: 10px 15px;
}

.resp-tabs-list li:last-child {
	margin-right: 0;
}

.resp-tabs-list li, .resp-tabs-list li:hover {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	border-top-width: 3px;
	border-bottom: none;
}

.resp-tabs-list li:hover {
	border-top-color: #3575d3;
	box-shadow: none;
}

.resp-tabs-list li:active, .resp-tabs-list li:focus {
	border-bottom: 0;
}

.resp-tabs-list li.resp-tab-active {
	background: #fff;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-top: 3px solid #3575d3;
	padding: 10px 15px 11px !important;
}

.resp-vtabs {
	display: table !important;
	width: 100%;
}

@media (max-width:767px) {
	.resp-vtabs {
		display: block;
	}
}

.resp-vtabs ul.resp-tabs-list, .resp-vtabs .resp-tabs-container {
	display: table-cell;
	width: auto;
	float: none;
	vertical-align: top;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.resp-vtabs ul.resp-tabs-list {
	width: 25%;
}

@media (max-width:767px) {
	.resp-vtabs ul.resp-tabs-list {
		display: none;
	}
}

.resp-vtabs .resp-tabs-container {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
}

@media (max-width:767px) {
	.resp-vtabs .resp-tabs-container {
		display: block;
		box-shadow: none;
		border: none;
	}
}

.resp-vtabs .resp-tab-content {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border-width: 0;
}

.resp-vtabs .resp-tab-content:before {
	content: "";
	display: block;
}

@media (max-width:767px) {
	.resp-vtabs .resp-tab-content {
		border: 1px solid #e7e7e7;
		border-top: none;
	}
}

.resp-vtabs .resp-tabs-list {
	border-bottom: 0;
}

.resp-vtabs .resp-tabs-list li {
	border-radius: 0;
	margin-right: 0;
	padding: 10px 15px !important;
}

.resp-vtabs .resp-tabs-list li, .resp-vtabs .resp-tabs-list li:hover {
	border-left: 3px solid #e7e7e7;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.resp-vtabs .resp-tabs-list li:hover {
	border-right-color: transparent;
	border-left: 3px solid #3575d3;
}

.resp-vtabs .resp-tabs-list li:active, .resp-vtabs .resp-tabs-list li:focus {
	border-right: 0;
}

.resp-vtabs .resp-tabs-list li:first-child {
	border-top: 1px solid #e7e7e7 !important;
}

.resp-vtabs .resp-tabs-list li:last-child {
	border-bottom: 1px solid #e7e7e7 !important;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active {
	margin-bottom: 0 !important;
	padding: 10px 16px 10px 15px !important;
	background: #fff;
	border-left: 3px solid #3575d3;
	margin-right: -1px !important;
}

h2.resp-accordion {
	padding: 15px !important;
	line-height: 1.4;
	font-size: 1em;
	font-weight: 400;
	background: #f4f4f4 !important;
	border-color: #e7e7e7;
}

h2.resp-accordion:first-child {
	border-top-color: #e7e7e7 !important;
}

h2.resp-tab-active {
	background: #f4f4f4 !important;
	border-bottom: 1px solid #e7e7e7 !important;
}

.resp-arrow {
	display: none;
}

.resp-easy-accordion .resp-tab-content {
	background: #fff;
	border-color: #e7e7e7;
	border-radius: 0;
	border-top: none;
	box-shadow: none;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-color: #e7e7e7 !important;
}

.tab-content {
	padding: 15px;
}

.tab-content h2 {
	font-size: 1.4286em;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 1.0714em;
}

.tab-content p {
	margin-bottom: 10px;
}

.tab-content table {
	margin-top: 20px;
}

.tab-content table p {
	margin: 0;
}

.tab-content *:last-child {
	margin-bottom: 0;
}

.tabs {
	margin-bottom: 35px;
}

.nav-tabs {
	margin: 0;
	text-align: left;
	border-bottom-color: #e7e7e7;
}

.nav-tabs.text-left, .nav-tabs.text-start {
	text-align: left;
}

.nav-tabs.text-right, .nav-tabs.text-end {
	text-align: right;
}

.nav-tabs.text-center {
	text-align: center;
}

.nav-tabs .nav-link {
	margin-right: 1px;
	font-size: 14px;
	color: #3575d3;
}

.nav-tabs .nav-link.active {
	color: #3575d3;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	background: #f4f4f4;
	border-top-width: 3px;
	border-color: #e7e7e7;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
	border-bottom: none;
}

.nav-tabs .nav-link:hover {
	border-top-color: #3575d3;
	border-bottom-color: transparent;
	box-shadow: none;
}

.nav-tabs .nav-link:active, .nav-tabs .nav-link:focus {
	border-bottom: 0;
}

.nav-tabs .nav-link i {
	margin-right: 4px;
}

.nav-tabs .nav-link i.icon-image {
	display: inline-block;
	max-width: 20px;
}

.nav-tabs .nav-link i.icon-featured.icon-image {
	max-width: 75px;
}

.nav-tabs .nav-link .featured-box, .nav-tabs .nav-link .featured-box .box-content {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border-width: 0;
	padding: 0;
	margin: 0;
}

.nav-tabs .nav-link .featured-box i.icon-featured {
	margin-left: auto;
	margin-right: auto;
}

.nav-tabs .nav-link .tab-title {
	display: block;
	margin-top: 3px;
}

.nav-tabs li:last-child .nav-link {
	margin-right: 0;
}

.nav-tabs li.active .nav-link {
	background: #fff;
	border-color: #e7e7e7;
	border-top-color: #3575d3;
}

.tab-content {
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
	border-top-width: 0;
	padding: 15px;
}

.tabs.tabs-bottom .nav-tabs li {
	margin-bottom: 0;
	margin-top: -1px;
}

.tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
	margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs li .nav-link {
	margin-right: 1px;
	font-size: 14px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 3px solid #e7e7e7;
}

.tabs.tabs-bottom .nav-tabs li.active .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
	border-top-color: transparent;
	border-bottom-color: #3575d3;
}

.tabs.tabs-bottom .tab-content, .tabs.tabs-bottom .nav-tabs {
	border-bottom: none;
	border-top-width: 1px;
}

.tabs-vertical {
	display: table;
	table-layout: fixed;
	width: 100%;
	direction: ltr;
	border-top: 1px solid #e7e7e7;
}

.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	text-align: left;
}

.tabs-vertical .nav-tabs {
	border-bottom: none;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top;
	width: 25%;
}

.tabs-vertical .nav-tabs>li {
	display: block;
}

.tabs-vertical .nav-tabs>li .nav-link {
	border-radius: 0;
	display: block;
	padding-top: 10px;
	text-align: left;
}

.tabs-vertical .nav-tabs>li .nav-link, .tabs-vertical .nav-tabs>li .nav-link:hover, .tabs-vertical .nav-tabs>li .nav-link:focus {
	border-bottom: none;
	border-top: none;
}

.tabs-vertical .nav-tabs>li.active a, .tabs-vertical .nav-tabs>li.active a:hover, .tabs-vertical .nav-tabs>li.active:focus {
	border-top: none;
}

.tabs-left .nav-tabs>li .nav-link, .tabs-right .nav-tabs>li .nav-link {
	margin-right: 1px;
	margin-left: 1px;
}

.tabs-left .nav-tabs>li:last-child .nav-link, .tabs-right .nav-tabs>li:last-child .nav-link {
	border-bottom: 1px solid #e7e7e7;
}

.tabs-left .tab-content {
	border-left: none;
}

.tabs-left .nav-tabs>li {
	margin-right: -1px;
}

.tabs-left .nav-tabs>li .nav-link {
	border-right: 1px solid #e7e7e7;
	border-left: 3px solid #e7e7e7;
}

.tabs-left .nav-tabs>li.active .nav-link {
	border-right-color: transparent;
}

.tabs-left .nav-tabs>li .nav-link:hover, .tabs-left .nav-tabs>li.active .nav-link {
	border-left-color: #3575d3;
}

.tabs-right .tab-content {
	border-right: none;
}

.tabs-right .nav-tabs>li {
	margin-left: -1px;
}

.tabs-right .nav-tabs>li .nav-link {
	border-left: 1px solid #e7e7e7;
	border-right: 3px solid #e7e7e7;
}

.tabs-right .nav-tabs>li.active .nav-link {
	border-left-color: transparent;
}

.tabs-right .nav-tabs>li .nav-link:hover, .tabs-right .nav-tabs>li.active .nav-link {
	border-right-color: #3575d3;
}

.nav-tabs.nav-justified {
	padding: 0;
	margin-bottom: -1px;
}

.nav-tabs.nav-justified li {
	margin-bottom: 0;
}

.nav-tabs.nav-justified li .nav-link {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
	margin-right: 0;
}

.nav-tabs.nav-justified li.active .nav-link {
	border-bottom-color: transparent;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
	border-top: none;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
	margin-right: 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
	margin-right: 0;
}

.tabs-center .nav-tabs {
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

.tabs-navigation {
	border-width: 0;
}

.tabs-navigation .nav-tabs>li {
	margin-bottom: 1px;
}

.tabs-navigation .nav-tabs>li .nav-link {
	color: #777;
	padding: 14px;
	line-height: 100%;
	position: relative;
}

.tabs-navigation .nav-tabs>li .nav-link:before {
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-weight: 900;
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.tabs-navigation .nav-tabs>li .nav-link i {
	margin-right: 6px;
}

.tabs-navigation .nav-tabs>li:first-child .nav-link {
	border-top: 1px solid #e7e7e7 !important;
}

.tabs-navigation .nav-tabs>li.active .nav-link {
	border-right-color: #e7e7e7;
}

.tabs-navigation .tab-content {
	background: transparent;
	border-width: 0;
	box-shadow: none;
	padding: 0 25px;
}

.tabs.tabs-horizontal {
	display: block;
}

.tabs.tabs-simple .nav-tabs {
	justify-content: center;
	border: 0;
	margin-bottom: 10px;
}

.tabs.tabs-simple .nav-tabs>li {
	margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
}

.tabs.tabs-simple .nav-tabs>li .nav-link {
	padding: 15px 30px;
	background: none;
	border-radius: 0;
	font-size: 16px;
	border: 0;
	color: #0a0a0a;
	border-bottom: 3px solid #e7e7e7;
}

.tabs.tabs-simple .nav-tabs>li.active .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
	border-bottom-color: #3575d3;
}

.tabs.tabs-simple .tab-content {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.tabs-secondary ul.nav-tabs .nav-link {
	color: #e36159;
}

.tabs-secondary ul.nav-tabs li.active .nav-link, .tabs-secondary ul.nav-tabs li .nav-link:hover {
	border-top-color: #e36159;
}

.tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link {
	border-bottom-color: #e36159;
}

.tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link {
	border-left-color: #e36159;
}

.tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link {
	border-right-color: #e36159;
}

.tabs-tertiary ul.nav-tabs .nav-link {
	color: #2baab1;
}

.tabs-tertiary ul.nav-tabs li.active .nav-link, .tabs-tertiary ul.nav-tabs li .nav-link:hover {
	border-top-color: #2baab1;
}

.tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link {
	border-bottom-color: #2baab1;
}

.tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link {
	border-left-color: #2baab1;
}

.tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link {
	border-right-color: #2baab1;
}

.tabs-quaternary ul.nav-tabs .nav-link {
	color: #383f48;
}

.tabs-quaternary ul.nav-tabs li.active .nav-link, .tabs-quaternary ul.nav-tabs li .nav-link:hover {
	border-top-color: #383f48;
}

.tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link {
	border-bottom-color: #383f48;
}

.tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link {
	border-left-color: #383f48;
}

.tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link {
	border-right-color: #383f48;
}

.tabs-dark ul.nav-tabs .nav-link {
	color: #212529;
}

.tabs-dark ul.nav-tabs li.active .nav-link, .tabs-dark ul.nav-tabs li .nav-link:hover {
	border-top-color: #212529;
}

.tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link {
	border-bottom-color: #212529;
}

.tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, .tabs-dark.tabs-vertical.tabs-left li.active .nav-link {
	border-left-color: #212529;
}

.tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, .tabs-dark.tabs-vertical.tabs-right li.active .nav-link {
	border-right-color: #212529;
}

.tabs-light ul.nav-tabs .nav-link {
	color: #fff;
}

.tabs-light ul.nav-tabs li.active .nav-link, .tabs-light ul.nav-tabs li .nav-link:hover {
	border-top-color: #fff;
}

.tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, .tabs-light.tabs-bottom .nav-tabs li.active .nav-link {
	border-bottom-color: #fff;
}

.tabs-light.tabs-vertical.tabs-left li .nav-link:hover, .tabs-light.tabs-vertical.tabs-left li.active .nav-link {
	border-left-color: #fff;
}

.tabs-light.tabs-vertical.tabs-right li .nav-link:hover, .tabs-light.tabs-vertical.tabs-right li.active .nav-link {
	border-right-color: #fff;
}

@media (max-width:991px) {
	.tabs-navigation {
		display: block;
	}
	
	.tabs-navigation .nav-tabs {
		display: block;
		width: auto;
	}
	
	.tabs-navigation .tab-content {
		padding: 25px 0;
	}
}

@media (max-width:575px) {
	.tabs .nav.nav-tabs.nav-justified li {
		display: block;
		margin-bottom: -5px;
	}
	
	.tabs .nav.nav-tabs.nav-justified li .nav-link {
		border-top-width: 3px !important;
		border-bottom-width: 0 !important;
	}
	
	.tabs .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
		border-radius: 0;
	}
	
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
		margin-bottom: 0;
		margin-top: -5px;
	}
	
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
		border-bottom-width: 3px !important;
		border-top-width: 0 !important;
	}
	
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
		border-radius: 0;
	}
}

.section-tabs.tabs {
	--porto-section-tab-nav-color: #e7e7e7;
	--porto-section-tab-nav-active-color: #3575d3;
	--porto-section-tab-nav-width: 3px;
	margin-bottom: 0;
}

.section-tabs.tabs .tab-pane {
	width: 100%;
}

.section-tabs.tabs .tab-pane>.elementor-widget-wrap, .section-tabs.tabs .tab-pane>.elementor-column-wrap {
	height: 100%;
}

.section-tabs.tabs.tabs-simple.tabs-horizontal .nav-tabs>li {
	margin-bottom: 0;
}

.section-tabs.tabs .nav-link {
	height: calc(100% + 1px);
}

.section-tabs.tabs .nav-item.nav-icon-up i {
	display: block;
	margin-right: 0;
}

.section-tabs.tabs .nav-item:not(.nav-icon-up) .nav-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.section-tabs.tabs .tab-content {
	flex: 1;
}

.section-tabs.tabs.tabs-vertical .tab-pane {
	height: 100%;
}

.section-tabs.tabs.tabs-vertical .nav, .section-tabs.tabs.tabs-vertical .nav-item {
	margin-bottom: 0;
}

.section-tabs.tabs:not(.tabs-vertical):not(.tabs-bottom) .nav-item .nav-link {
	border-top-color: var(--porto-section-tab-nav-color);
	border-top-width: var(--porto-section-tab-nav-width);
}

.section-tabs.tabs:not(.tabs-vertical):not(.tabs-bottom) .nav-item.active .nav-link, .section-tabs.tabs:not(.tabs-vertical):not(.tabs-bottom) .nav-link:hover {
	border-top-color: var(--porto-section-tab-nav-active-color);
}

.section-tabs.tabs.tabs-bottom .nav-item .nav-link, .section-tabs.tabs.tabs.tabs-simple .nav-tabs .nav-item .nav-link {
	border-bottom-color: var(--porto-section-tab-nav-color);
	border-bottom-width: var(--porto-section-tab-nav-width);
}

.section-tabs.tabs.tabs-bottom .nav-item.active .nav-link, .section-tabs.tabs.tabs-bottom .nav-link:hover, .section-tabs.tabs.tabs.tabs-simple .nav-tabs .nav-item.active .nav-link, .section-tabs.tabs.tabs.tabs-simple .nav-tabs .nav-link:hover {
	border-bottom-color: var(--porto-section-tab-nav-active-color);
}

.section-tabs.tabs.tabs-vertical.after-nav .nav-item .nav-link {
	border-right-color: var(--porto-section-tab-nav-color);
	border-right-width: var(--porto-section-tab-nav-width);
}

.section-tabs.tabs.tabs-vertical.after-nav .nav-item.active .nav-link, .section-tabs.tabs.tabs-vertical.after-nav .nav-link:hover {
	border-right-color: var(--porto-section-tab-nav-active-color);
}

.section-tabs.tabs.tabs-vertical:not(.after-nav) .nav-item .nav-link {
	border-left-color: var(--porto-section-tab-nav-color);
	border-left-width: var(--porto-section-tab-nav-width);
}

.section-tabs.tabs.tabs-vertical:not(.after-nav) .nav-item.active .nav-link, .section-tabs.tabs.tabs-vertical:not(.after-nav) .nav-link:hover {
	border-left-color: var(--porto-section-tab-nav-active-color);
}

.toggle {
	padding: 0 0 10px 0;
	position: relative;
	clear: both;
}

.toggle>input {
	cursor: pointer;
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.toggle>label {
	transition: .15s ease-out;
	padding: 12px 20px 12px 15px;
	border-left: 3px solid #3575d3;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	background: #f5f5f5;
}

.toggle>label:-moz-selection {
	background: none;
}

.toggle>label:selection {
	background: none;
}

.toggle>label:before {
	content: "";
	position: absolute;
	font-size: 8px;
	top: calc(50% + .25em);
	right: 14px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: inherit;
	width: 1em;
	height: 1em;
	transition: transform .3s, top .3s;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, -50%, 0) rotate(-45deg);
	transform-origin: center;
	text-align: center;
}

.toggle>label:hover {
	background: #fbfbfb;
}

.toggle>label+p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}

.toggle>label i {
	margin-right: 7px;
	position: relative;
	top: -1px;
}

.toggle>label i.icon-image {
	display: inline-block;
	max-width: 20px;
}

.toggle>.toggle-content {
	display: none;
	padding: 10px 0;
}

.toggle>.toggle-content>p:last-child {
	margin-bottom: 0;
}

.toggle.active>label {
	background: #f4f4f4;
}

.toggle.active>label:before {
	top: calc(50% - .75em);
	transform: rotate(135deg);
	border-color: #fff;
}

.toggle.active>p {
	white-space: normal;
}

.toggle>p.preview-active {
	height: auto;
	white-space: normal;
}

.toggle-sm .toggle>label {
	font-size: .9em;
	padding: 6px 20px 6px 10px;
}

.toggle-sm .toggle>.toggle-content>p {
	font-size: .9em;
}

.toggle-lg .toggle>label {
	font-size: 1.1em;
	padding: 16px 20px 16px 20px;
}

.toggle-lg .toggle>.toggle-content>p {
	font-size: 1.1em;
}

.toggle-simple .toggle .toggle-content {
	padding-left: 0;
}

.toggle-simple .toggle>label {
	border-radius: 0;
	border: 0;
	background: transparent;
	padding-left: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #222529;
}

.toggle-simple .toggle>label:after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	z-index: 1;
	background-color: #3575d3;
}

.toggle-simple .toggle>label:before {
	border: 0;
	right: auto;
	left: 9px;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	height: 22px;
	font-size: 14px;
	font-size: 8px;
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-weight: 900;
	content: "";
	z-index: 2;
	color: #fff;
	width: auto;
	transform: none;
}

.toggle-simple .toggle.active>label {
	background: transparent;
	color: #222529;
}

.toggle-simple .toggle.active>label:before {
	content: "";
}

section.toggle label {
	color: #3575d3;
}

section.toggle.active label {
	background-color: #3575d3;
	border-color: #3575d3;
	color: #fff;
}

.toggle-primary .toggle label {
	color: #3575d3;
}

.toggle-primary .toggle.active>label, .toggle-primary.toggle-simple .toggle>label:after {
	background-color: #3575d3;
}

.toggle-primary .toggle.active>label {
	color: #fff;
}

.toggle-primary .toggle.active>label {
	border-color: #3575d3;
}

.toggle-primary .toggle label {
	border-left-color: #3575d3;
	border-right-color: #3575d3;
}

.toggle-primary.toggle-simple .toggle>label {
	background: transparent;
	color: #212529;
}

.toggle-secondary .toggle label {
	color: #e36159;
}

.toggle-secondary .toggle.active>label, .toggle-secondary.toggle-simple .toggle>label:after {
	background-color: #e36159;
}

.toggle-secondary .toggle.active>label {
	color: #fff;
}

.toggle-secondary .toggle.active>label {
	border-color: #e36159;
}

.toggle-secondary .toggle label {
	border-left-color: #e36159;
	border-right-color: #e36159;
}

.toggle-secondary.toggle-simple .toggle>label {
	background: transparent;
	color: #212529;
}

.toggle-tertiary .toggle label {
	color: #2baab1;
}

.toggle-tertiary .toggle.active>label, .toggle-tertiary.toggle-simple .toggle>label:after {
	background-color: #2baab1;
}

.toggle-tertiary .toggle.active>label {
	color: #fff;
}

.toggle-tertiary .toggle.active>label {
	border-color: #2baab1;
}

.toggle-tertiary .toggle label {
	border-left-color: #2baab1;
	border-right-color: #2baab1;
}

.toggle-tertiary.toggle-simple .toggle>label {
	background: transparent;
	color: #212529;
}

.toggle-quaternary .toggle label {
	color: #383f48;
}

.toggle-quaternary .toggle.active>label, .toggle-quaternary.toggle-simple .toggle>label:after {
	background-color: #383f48;
}

.toggle-quaternary .toggle.active>label {
	color: #fff;
}

.toggle-quaternary .toggle.active>label {
	border-color: #383f48;
}

.toggle-quaternary .toggle label {
	border-left-color: #383f48;
	border-right-color: #383f48;
}

.toggle-quaternary.toggle-simple .toggle>label {
	background: transparent;
	color: #212529;
}

.toggle-dark .toggle label {
	color: #212529;
}

.toggle-dark .toggle.active>label, .toggle-dark.toggle-simple .toggle>label:after {
	background-color: #212529;
}

.toggle-dark .toggle.active>label {
	color: #fff;
}

.toggle-dark .toggle.active>label {
	border-color: #212529;
}

.toggle-dark .toggle label {
	border-left-color: #212529;
	border-right-color: #212529;
}

.toggle-dark.toggle-simple .toggle>label {
	background: transparent;
	color: #212529;
}

.toggle-light .toggle label {
	color: #fff;
}

.toggle-light .toggle.active>label, .toggle-light.toggle-simple .toggle>label:after {
	background-color: #fff;
}

.toggle-light .toggle.active>label {
	color: #212529;
}

.toggle-light .toggle.active>label {
	border-color: #fff;
}

.toggle-light .toggle label {
	border-left-color: #fff;
	border-right-color: #fff;
}

.toggle-light.toggle-simple .toggle>label {
	background: transparent;
	color: #212529;
}

.testimonial {
	margin-bottom: 20px;
}

.slick-slider .testimonial {
	margin-bottom: 0;
}

.testimonial blockquote {
	border: 0;
	background: #4a84d8;
	color: #fff;
	margin: 0;
	padding: 2.5rem 4rem 2.5rem 4.5rem;
	position: relative;
}

.testimonial blockquote:before {
	left: 20px;
	top: 20px;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial blockquote p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 0;
	color: inherit;
}

.testimonial .testimonial-arrow-down {
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 8px solid #4a84d8;
	height: 0;
	margin: 0 0 0 40px;
	width: 0;
}

.testimonial .testimonial-arrow-down.reversed {
	border-top: none;
	border-bottom: 8px solid #4a84d8;
}

.testimonial .testimonial-author {
	display: flex;
	margin: 12px 0 0 0;
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
	width: auto;
}

.testimonial .testimonial-author img {
	max-width: 25px;
}

.testimonial .testimonial-author strong {
	display: block;
	margin-bottom: 2px;
	font-size: 1rem;
	font-weight: 700;
	color: #222529;
}

.testimonial .testimonial-author span {
	color: #666;
	display: block;
	font-size: .8rem;
	font-weight: 600;
}

.testimonial .testimonial-author p {
	color: #999;
	margin-left: .75rem;
	text-align: left;
	line-height: 1.2;
}

.testimonial.testimonial-style-2 {
	text-align: center;
}

.testimonial.testimonial-style-2 blockquote {
	background: transparent !important;
	padding: 20px;
	color: #0a0a0a;
}

.testimonial.testimonial-style-2 blockquote:before {
	display: none;
}

.testimonial.testimonial-style-2 .testimonial-arrow-down {
	display: none;
}

.testimonial.testimonial-style-2 .testimonial-author {
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 6px 0 0;
}

.testimonial.testimonial-style-2 .testimonial-author img {
	margin: 0 auto 10px;
	max-width: 60px;
}

.testimonial.testimonial-style-2 .testimonial-author p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.testimonial.testimonial-style-3 blockquote {
	background: #f4f4f4;
	padding: 12px 30px;
	color: #0a0a0a;
}

.testimonial.testimonial-style-3 blockquote:before {
	top: 5px;
	left: 9px;
	font-size: 35px;
}

.testimonial.testimonial-style-3 blockquote:after {
	font-size: 35px;
	bottom: -5px;
}

.testimonial.testimonial-style-3 blockquote p {
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-style: normal;
}

.testimonial.testimonial-style-3 .testimonial-author {
	margin-left: 8px;
}

.testimonial.testimonial-style-3 .testimonial-author img {
	max-width: 55px;
}

.testimonial.testimonial-style-3 .testimonial-arrow-down {
	border-top: 10px solid #f4f4f4;
	margin-left: 20px;
}

.testimonial.testimonial-style-4 {
	padding: 7px;
	border: 1px solid #dfdfdf;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04);
	border-left-color: #e7e7e7;
	border-right-color: #e7e7e7;
}

.testimonial.testimonial-style-4 blockquote {
	background: transparent !important;
	padding: 12px 30px;
	color: #0a0a0a;
}

.testimonial.testimonial-style-4 blockquote:before {
	top: 5px;
	left: 9px;
	font-size: 35px;
}

.testimonial.testimonial-style-4 blockquote:after {
	font-size: 35px;
	bottom: -5px;
}

.testimonial.testimonial-style-4 blockquote p {
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-style: normal;
}

.testimonial.testimonial-style-4 .testimonial-arrow-down {
	display: none;
}

.testimonial.testimonial-style-4 .testimonial-author {
	margin-left: 30px;
	margin-bottom: 15px;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial.testimonial-style-4 .testimonial-author img {
	max-width: 55px;
}

.testimonial.testimonial-style-4 .testimonial-author p {
	margin-bottom: 0;
}

.testimonial.testimonial-style-5 {
	text-align: center;
}

.testimonial.testimonial-style-5 blockquote {
	background: transparent !important;
	padding: 6px 20px;
	color: #0a0a0a;
}

.testimonial.testimonial-style-5 blockquote:before {
	display: none;
}

.testimonial.testimonial-style-5 blockquote p {
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	font-style: normal;
}

.testimonial.testimonial-style-5 .testimonial-arrow-down {
	display: none;
}

.testimonial.testimonial-style-5 .testimonial-author {
	display: block;
	padding: 15px 0 0;
	margin: 12px 0 0;
	border-top: 1px solid #f4f4f4;
}

.testimonial.testimonial-style-5 .testimonial-author img {
	margin: 0 auto 10px;
}

.testimonial.testimonial-style-5 .testimonial-author p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.testimonial.testimonial-style-6 {
	text-align: center;
}

.testimonial.testimonial-style-6 blockquote {
	background: transparent !important;
	border: 0;
	padding: 0 10%;
	color: #0a0a0a;
}

.testimonial.testimonial-style-6 blockquote:before {
	display: none;
}

.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.testimonial.testimonial-style-6 blockquote p {
	font-size: 24px;
	line-height: 30px;
}

.testimonial.testimonial-style-6 blockquote span {
	font-size: 16px;
	line-height: 20px;
	color: #999;
	position: relative;
	left: -5px;
}

.testimonial.testimonial-style-6 .testimonial-arrow-down {
	display: none;
}

.testimonial.testimonial-style-6 .testimonial-author {
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 6px 0 0;
}

.testimonial.testimonial-style-6 .testimonial-author img {
	margin: 15px auto 10px;
}

.testimonial.testimonial-style-6 .testimonial-author p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.testimonial.testimonial-with-quotes {
	text-align: center;
}

.testimonial.testimonial-with-quotes blockquote {
	background: transparent !important;
	color: #0a0a0a;
}

.testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
	display: block !important;
	left: 10px;
	top: 0;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

@media (max-width:575px) {
	.testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
		display: none !important;
	}
}

.testimonial.testimonial-with-quotes blockquote:after {
	content: "”";
	left: auto;
	right: 10px;
	top: auto;
	bottom: -.5em;
}

.testimonial.testimonial-with-quotes blockquote p {
	padding: 0 40px;
}

@media (max-width:575px) {
	.testimonial.testimonial-with-quotes blockquote p {
		padding: 0;
	}
}

.testimonial.testimonial-with-quotes img {
	margin: 15px auto 10px;
	width: 60px;
}

.testimonial.testimonial-with-quotes .testimonial-author p {
	margin: 0 auto;
	text-align: center;
}

.testimonial.testimonial-with-quotes.testimonial-light blockquote {
	color: #fff;
}

.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span, .testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
	opacity: .6;
	color: #fff;
}

.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
	content: none;
}

.testimonial.testimonial-transparent-background blockquote {
	background: transparent !important;
}

.testimonial.testimonial-alternarive-font blockquote p {
	font-family: Georgia, serif !important;
	font-style: italic;
	font-size: 1.2em;
}

.testimonial-no-borders.testimonial {
	border-width: 0;
	box-shadow: none;
}

.testimonial.testimonial-advance {
	text-align: left;
}

.testimonial.testimonial-advance blockquote {
	padding-left: 0;
	padding-right: 1rem;
}

.testimonial.testimonial-advance blockquote:before {
	line-height: .75;
	left: 0;
}

.testimonial.testimonial-advance blockquote p {
	padding: 0;
}

.testimonial.testimonial-advance .testimonial-author p {
	text-align: inherit;
}

.custom-rounded-image {
	border-radius: 100%;
}

.vc_parallax blockquote p {
	line-height: 1.6;
}

html .testimonial-primary blockquote {
	background-color: #4a84d8;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #4a84d8;
}

html .testimonial-secondary blockquote {
	background-color: #e7766f;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #e7766f;
}

html .testimonial-tertiary blockquote {
	background-color: #30bec6;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #30bec6;
}

html .testimonial-quaternary blockquote {
	background-color: #444c57;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #444c57;
}

html .testimonial-dark blockquote {
	background-color: #2d3238;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #2d3238;
}

html .testimonial-light blockquote {
	background-color: #fff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #fff;
}

.porto_countdown {
	width: 100%;
	height: auto;
	display: block;
	line-height: 1;
	margin-bottom: 35px;
	text-align: center;
}

.porto_countdown:after {
	content: "";
	display: table;
	clear: both;
}

.porto_countdown .porto_countdown-row {
	display: block;
	margin: 0 auto;
}

.porto_countdown .porto_countdown-section {
	display: inline-block;
	margin-bottom: 15px;
}

.porto_countdown .porto_countdown-section .porto_countdown-amount {
	min-width: 1em;
	max-width: 100%;
	min-height: 1em;
	line-height: 1em;
	padding: 0;
	margin: 0 auto;
	box-sizing: content-box;
}

.porto_countdown .porto_countdown-section .porto_countdown-period {
	padding: 0 4px;
}

.porto_countdown.porto-cd-s1 .porto_countdown-section {
	padding: 0 7px;
}

.porto_countdown.porto-cd-s1 .porto_countdown-section .porto_countdown-amount {
	display: inline-block;
}

.porto_countdown.porto-cd-s2 .porto_countdown-section {
	padding: 0 15px;
}

.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-amount {
	text-align: center;
	display: block;
}

.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-period {
	margin-top: 7px;
	width: 100%;
	display: block;
}

.countdown-label+.porto_countdown-div {
	display: inline-block;
}

.porto-icon {
	display: inline-block;
	font-size: 32px;
	height: 2em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	box-sizing: content-box !important;
}

.porto-icon i {
	line-height: inherit;
}

.porto-icon.none {
	font-size: 35px;
	height: 1em;
	width: auto;
	line-height: 1;
}

.porto-just-icon-wrapper[class*="porto-icon-pos-"] {
	display: block;
}

.porto-icon-pos-center {
	margin-left: auto;
	margin-right: auto;
}

.porto-icon-pos-right {
	margin-left: auto;
}

.porto-icon-pos-left.none {
	text-align: left;
}

.porto-icon-pos-right.none {
	text-align: right;
}

.porto-icon.circle {
	border-radius: 50%;
}

.porto-sicon-img {
	display: inline-block;
	font-size: 48px;
	text-align: center;
	width: 1em;
	max-width: 100%;
	box-sizing: content-box !important;
}

.porto-sicon-img.porto-u-circle {
	width: 1em;
	min-height: 1em;
	background: rgba(214, 214, 214, .44);
	border-radius: 50%;
	padding: .5em;
}

.porto-sicon-img.porto-u-circle-img {
	width: 1em;
	min-height: 1em;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.porto-sicon-img.porto-u-circle-img img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	z-index: 0;
	max-width: none !important;
	transform: translate3d(-50%, -50%, 0);
}

.porto-sicon-img.porto-u-circle-img.porto-u-img-tall img {
	width: 100%;
	height: auto;
}

.porto-sicon-img.porto-u-circle-img:before {
	content: "";
	position: absolute;
	top: 0;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	border: 0px solid #fff;
	border-radius: 100%;
	z-index: 1;
}

.porto-sicon-img.porto-u-square {
	width: 1em;
	min-height: 1em;
	background: rgba(214, 214, 214, .44);
	border-radius: 0;
	padding: .5em;
}

.porto-sicon-img .img-icon {
	width: 1em;
	max-width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block;
	font-size: inherit;
}

.porto-sicon-box .porto-icon, .porto-sicon-box .img-icon {
	transition: transform .3s, color .3s, background-color .3s linear;
}

.porto-sicon-box .porto-sicon-img {
	overflow: hidden;
}

.porto-sicon-title {
	margin: 3px 0;
}

.default-icon .porto-sicon-title:not(:last-child) {
	margin: 0 0 3px;
}

.porto-sicon-header>p:last-child {
	margin-bottom: 0;
}

.porto-sicon-description {
	width: 100%;
	display: block;
	line-height: var(--porto-body-lh, 24px);
	margin-top: 0;
}

.porto-sicon-header+.porto-sicon-description {
	margin-top: 16px;
}

.porto-sicon-read {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.wpb_wrapper .porto-sicon-read {
	color: #3575d3;
}

.wpb_wrapper .porto-sicon-read:hover {
	color: #4a84d8;
}

a.porto-sicon-box-link {
	text-decoration: none;
	border: none;
	display: block;
}

.porto-sicon-box-link:hover>.porto-sicon-title {
	color: inherit;
}

.porto-sicon-box.default-icon {
	display: flex;
	align-items: center;
}

.porto-sicon-box.flex-wrap .porto-sicon-header {
	flex: 1;
	min-width: 50%;
}

.default-icon .porto-sicon-default .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img {
	margin-right: 15px;
}

.top-icon .porto-sicon-header, .top-icon .porto-sicon-description {
	display: block;
	margin: 0 auto;
}

.top-icon .porto-sicon-header {
	margin-bottom: 1rem;
}

.top-icon .porto-sicon-header p:last-child {
	margin-bottom: 0;
}

.top-icon .porto-sicon-description {
	margin-top: 15px;
}

.top-icon .porto-sicon-header+.porto-sicon-description {
	margin-top: 0;
}

.porto-sicon-box.left-icon, .porto-sicon-box.right-icon {
	display: flex;
}

.left-icon .porto-sicon-left .porto-icon, .left-icon .porto-sicon-left .porto-sicon-img {
	margin-right: 20px;
}

.left-icon .porto-sicon-body, .right-icon .porto-sicon-body {
	flex: 1;
	max-width: 100%;
}

.porto-sicon-box.top-icon {
	text-align: center;
}

.right-icon .porto-sicon-right .porto-icon, .right-icon .porto-sicon-right .porto-sicon-img {
	margin-left: 15px;
}

.right-icon .porto-sicon-body, .right-icon .porto-sicon-body *, .right-icon .porto-sicon-header .porto-sicon-title, .right-icon .porto-sicon-description {
	text-align: right;
}

.heading-right-icon .porto-sicon-heading-right {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.porto-sicon-heading-right+.porto-sicon-description {
	margin-top: 10px;
}

.heading-right-icon .porto-sicon-heading-right .porto-icon, .heading-right-icon .porto-sicon-heading-right .porto-sicon-img {
	margin-left: 15px;
}

.heading-right-icon .porto-sicon-header {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.heading-right-icon .porto-sicon-header, .heading-right-icon .porto-sicon-description, .heading-right-icon .porto-sicon-description * {
	text-align: right;
}

html .top-icon .porto-just-icon-wrapper {
	margin-bottom: 15px;
}

html .top-icon h3.porto-sicon-title {
	margin-top: 0;
}

html .top-icon h2.porto-sicon-title {
	margin-top: 0;
}

h3.porto-sicon-title {
	font-size: 1.4em;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
}

h3.porto-sicon-title small {
	font-size: 75%;
	display: block;
	margin: 2px 0 4px;
}

.featured-box .porto-sicon-header h3.porto-sicon-title {
	color: #3575d3;
}

.porto-sicon-read {
	margin-top: 10px;
}

.info-box-small .porto-sicon-box, .info-box-small-wrap .porto-sicon-box {
	margin-bottom: 15px;
}

.info-box-small .porto-sicon-header+.porto-sicon-description, .info-box-small-wrap .porto-sicon-header+.porto-sicon-description {
	margin-top: 7px;
}

.porto-sicon-box {
	margin-bottom: 20px;
}

.porto-sicon-box.top-icon.text-left .porto-sicon-header, .porto-sicon-box.top-icon.text-left .porto-sicon-description, .porto-sicon-box.bottom-icon.text-left .porto-sicon-header, .porto-sicon-box.bottom-icon.text-left .porto-sicon-description, .porto-sicon-box.top-icon.text-start .porto-sicon-header, .porto-sicon-box.top-icon.text-start .porto-sicon-description, .porto-sicon-box.bottom-icon.text-start .porto-sicon-header, .porto-sicon-box.bottom-icon.text-start .porto-sicon-description {
	text-align: left !important;
}

.porto-sicon-box.top-icon.text-right .porto-sicon-header, .porto-sicon-box.top-icon.text-right .porto-sicon-description, .porto-sicon-box.bottom-icon.text-right .porto-sicon-header, .porto-sicon-box.bottom-icon.text-right .porto-sicon-description, .porto-sicon-box.top-icon.text-end .porto-sicon-header, .porto-sicon-box.top-icon.text-end .porto-sicon-description, .porto-sicon-box.bottom-icon.text-end .porto-sicon-header, .porto-sicon-box.bottom-icon.text-end .porto-sicon-description {
	text-align: right !important;
}

.porto-sicon-box.style_2:hover .porto-icon, .porto-sicon-box.style_2:hover .img-icon {
	transform: scale(1.15, 1.15);
}

.porto-sicon-box.style_2:hover .porto-u-circle-img .img-icon {
	transform: translate(-50%, -50%) scale(1.15, 1.15);
}

.porto-sicon-box.style_3:hover .porto-icon, .porto-sicon-box.style_3:hover .img-icon {
	transform: translateY(-4px);
}

.porto-sicon-box.style_3:hover .porto-u-circle-img .img-icon {
	transform: translate(-50%, -60%);
}

.porto-sicon-box.hover-icon-left:hover .porto-icon, .porto-sicon-box.hover-icon-left:hover .img-icon {
	transform: translateX(-6px);
}

.porto-sicon-box.hover-icon-left:hover .porto-u-circle-img .img-icon {
	transform: translate(-60%, -50%);
}

.porto-sicon-box.hover-icon-right:hover .porto-icon, .porto-sicon-box.hover-icon-right:hover .img-icon {
	transform: translateX(6px);
}

.porto-sicon-box.hover-icon-right:hover .porto-u-circle-img .img-icon {
	transform: translate(-40%, -50%);
}

.porto-sicon-box .porto-icon, .porto-sicon-box .porto-sicon-img {
	vertical-align: middle;
}

.porto-sicon-box.featured-icon h3.porto-sicon-title {
	font-weight: 600;
}

.porto-sicon-box.featured-icon .porto-icon {
	border-radius: 35px;
	color: #fff;
	margin-right: 10px;
	height: 35px;
	position: relative;
	text-align: center;
	width: 35px;
	background: transparent;
	border: 1px solid #e7e7e7;
	line-height: 32px;
}

.porto-sicon-box.featured-icon .porto-icon:after {
	border-radius: 50%;
	box-sizing: initial;
	content: "";
	display: block;
	height: 100%;
	left: -4px;
	padding: 1px;
	position: absolute;
	top: -4px;
	width: 100%;
	border: 3px solid #f4f4f4;
}

.porto-sicon-box.featured-icon .porto-icon i {
	line-height: 35px;
}

@media (max-width:575px) {
	.porto-sicon-box.porto-sicon-mobile {
		flex-direction: var(--porto-infobox-mpos);
		align-items: var(--porto-infobox-mpos-align);
		text-align: var(--porto-infobox-mpos-align);
	}
	
	.porto-sicon-box.porto-sicon-mobile.porto-sicon-mspace .porto-icon {
		margin: var(--porto-infobox-mmargin) !important;
	}
	
	.porto-sicon-mobile .porto-sicon-default .porto-icon, .porto-sicon-mobile .porto-sicon-default .porto-sicon-img, .porto-sicon-mobile .porto-sicon-left .porto-icon, .porto-sicon-mobile .porto-sicon-left .porto-sicon-img {
		margin-right: 0;
	}
	
	.porto-sicon-mobile .porto-sicon-heading-right .porto-icon, .porto-sicon-mobile .porto-sicon-heading-right .porto-sicon-img, .porto-sicon-mobile .porto-sicon-right .porto-icon, .porto-sicon-mobile .porto-sicon-right .porto-sicon-img {
		margin-left: 0;
	}
	
	.heading-right-icon.porto-sicon-mobile {
		display: flex;
	}
	
	.heading-right-icon.porto-sicon-mobile .porto-sicon-heading-right {
		order: -1;
	}
	
	.heading-right-icon.porto-sicon-mobile .porto-sicon-header, .heading-right-icon.porto-sicon-mobile .porto-sicon-description, .heading-right-icon.porto-sicon-mobile .porto-sicon-description * {
		text-align: var(--porto-infobox-mpos-align);
	}
	
	.right-icon.porto-sicon-mobile .porto-sicon-right {
		order: -1;
	}
	
	.right-icon.porto-sicon-mobile .porto-sicon-body, .right-icon.porto-sicon-mobile .porto-sicon-body *, .right-icon.porto-sicon-mobile .porto-sicon-header .porto-sicon-title, .right-icon.porto-sicon-mobile .porto-sicon-description {
		text-align: var(--porto-infobox-mpos-align);
	}
}

.vc_progress_bar .vc_single_bar.progress, .progress {
	height: 20px;
	margin-bottom: 15px;
	box-shadow: none;
	overflow: visible;
	background: #f4f4f4;
}

.vc_progress_bar .vc_single_bar.progress, .vc_progress_bar .vc_single_bar.progress .progress-bar, .progress, .progress .progress-bar {
	border-radius: 20px;
}

.vc_progress_bar .vc_single_bar.progress.progress-border-radius, .vc_progress_bar .vc_single_bar.progress.progress-border-radius .progress-bar, .progress.progress-border-radius, .progress.progress-border-radius .progress-bar {
	border-radius: 3px;
}

.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius, .vc_progress_bar .vc_single_bar.progress.progress-no-border-radius .progress-bar, .progress.progress-no-border-radius, .progress.progress-no-border-radius .progress-bar {
	border-radius: 0;
}

.vc_progress_bar .vc_single_bar.progress.progress-sm, .progress.progress-sm {
	height: 10px;
}

.vc_progress_bar .vc_single_bar.progress.progress-sm .progress-bar, .progress.progress-sm .progress-bar {
	line-height: 10px;
}

.vc_progress_bar .vc_single_bar.progress.progress-lg, .progress.progress-lg {
	height: 35px;
}

.vc_progress_bar .vc_single_bar.progress.progress-lg .progress-bar, .progress.progress-lg .progress-bar {
	font-size: 13px;
	line-height: 35px;
}

.section-dark .vc_progress_bar .vc_single_bar.progress {
	background: #31373d;
}

.vc_progress_bar .vc_single_bar.progress .vc_bar, .progress-bar {
	float: left;
	background-color: #ccc;
	box-shadow: none;
	position: relative;
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-success, .progress-bar.progress-bar-success {
	background-color: #47a447;
	color: #fff;
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-warning, .progress-bar.progress-bar-warning {
	background-color: #ed9c28;
	color: #fff;
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-danger, .progress-bar.progress-bar-danger {
	background-color: #d2322d;
	color: #fff;
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-info, .progress-bar.progress-bar-info {
	background-color: #5bc0de;
	color: #fff;
}

.progress-bar-tooltip {
	position: absolute;
	position: absolute;
	padding: 4px 8px;
	background-color: #333;
	color: #fff;
	line-height: 15px;
	font-size: 11px;
	display: block;
	bottom: 100%;
	margin-bottom: 5px;
	right: 5px;
	opacity: 0;
	transition: opacity .4s;
}

.progress-bar-tooltip:after {
	border-color: #333 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	left: 13px;
	position: absolute;
	width: 0;
}

.vc_progress_bar .vc_single_bar.progress.bar_blue .vc_bar {
	background-color: #0074cc;
}

.vc_progress_bar .vc_single_bar.progress.bar_turquoise .vc_bar {
	background-color: #49afcd;
}

.vc_progress_bar .vc_single_bar.progress.bar_green .vc_bar {
	background-color: #5bb75b;
}

.vc_progress_bar .vc_single_bar.progress.bar_orange .vc_bar {
	background-color: #faa732;
}

.vc_progress_bar .vc_single_bar.progress.bar_red .vc_bar {
	background-color: #da4f49;
}

.vc_progress_bar .vc_single_bar.progress.bar_black .vc_bar {
	background-color: #414141;
}

.vc_progress_bar .vc_single_bar .progress-bar {
	display: flex;
	overflow: visible;
	flex-direction: row;
	align-items: center;
}

.vc_progress_bar .vc_label_units {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
	animation-name: progress-bar-stripes1;
}

.vc_progress_bar .progress-bar-tooltip .vc_label_units {
	padding-left: 0;
	padding-right: 0;
}

.progress-bar {
	width: 0%;
}

.inline-block {
	display: inline-block;
}

.shop-loop-before.elementor-section {
	display: block;
}

.shop-loop-before>.elementor-container {
	margin-left: auto;
	margin-right: auto;
}

.shop-loop-before .elementor-widget-wrap {
	align-items: center;
}

.shop-loop-before .elementor-widget-wrap>.elementor-element:not(.elementor-section) {
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
	max-width: 100%;
}

.elementor-editor-active .shop-loop-before .elementor-widget-wrap>.elementor-widget-porto_sb_filter {
	min-width: 100px;
}

.container-fluid .elementor-top-section.elementor-section-full_width>.elementor-column-gap-no {
	margin-left: calc(var(--porto-fluid-spacing) * -1);
	margin-right: calc(var(--porto-fluid-spacing) * -1);
	width: calc(100% + 2 * var(--porto-fluid-spacing));
}

@media (max-width:991px) {
	.container-fluid .porto-full-no-gap .elementor-section-boxed {
		padding-left: var(--porto-fluid-spacing);
		padding-right: var(--porto-fluid-spacing);
	}
}

.elementor .pricing-table {
	padding-left: 0;
	padding-right: 0;
}

.elementor-container>.porto-carousel {
	width: 100%;
}

.elementor-container>.porto-carousel.has-ccols-spacing {
	width: calc(100% + var(--porto-el-spacing, 30px));
}

.elementor-section>.elementor-column-gap-narrow {
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}

.elementor-section>.elementor-column-gap-extended {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

.elementor-section>.elementor-column-gap-wide {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}

.elementor-section>.elementor-column-gap-wider {
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);
}

.elementor-column-gap-narrow>.elementor-row>.porto-ibanner, .porto-gap-narrow {
	padding: 5px;
}

.elementor-column-gap-extended>.elementor-row>.porto-ibanner, .porto-gap-extended {
	padding: 15px;
}

.elementor-column-gap-wide>.elementor-row>.porto-ibanner, .porto-gap-wide {
	padding: 20px;
}

.elementor-column-gap-wider>.elementor-row>.porto-ibanner, .porto-gap-wider {
	padding: 30px;
}

.elementor-section.elementor-section-boxed>.elementor-column-gap-no {
	max-width: calc(var(--porto-container-width) - 30px);
	--porto-flick-carousel-width: calc(var(--porto-container-width) - 30px);
	--porto-flick-carousel-space: 0px;
}

.elementor-section.elementor-section-boxed>.elementor-column-gap-narrow {
	max-width: calc(var(--porto-container-width) - 30px + 10px);
	--porto-flick-carousel-width: calc(var(--porto-container-width) - 30px + 10px);
	--porto-flick-carousel-space: 5px;
}

.elementor-section.elementor-section-boxed>.elementor-column-gap-extended {
	max-width: calc(var(--porto-container-width) - 30px + 30px);
	--porto-flick-carousel-width: calc(var(--porto-container-width) - 30px + 30px);
	--porto-flick-carousel-space: 15px;
}

.elementor-section.elementor-section-boxed>.elementor-column-gap-wide {
	max-width: calc(var(--porto-container-width) - 30px + 40px);
	--porto-flick-carousel-width: calc(var(--porto-container-width) - 30px + 40px);
	--porto-flick-carousel-space: 20px;
}

.elementor-section.elementor-section-boxed>.elementor-column-gap-wider {
	max-width: calc(var(--porto-container-width) - 30px + 60px);
	--porto-flick-carousel-width: calc(var(--porto-container-width) - 30px + 60px);
	--porto-flick-carousel-space: 30px;
}

@media (min-width:992px) {
	.elementor-section-boxed [class*=elementor-column-gap-]>.elementor-column>.elementor-element-populated.flick-carousel, .elementor-section-boxed [class*=elementor-column-gap-]>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap.flick-carousel {
		width: 100% !important;
	}
}

.elementor-section>.elementor-column-gap-no {
	--porto-el-section-space: 0px;
}

.elementor-section>.elementor-column-gap-narrow {
	--porto-el-section-space: 5px;
}

.elementor-section>.elementor-column-gap-extended {
	--porto-el-section-space: 15px;
}

.elementor-section>.elementor-column-gap-wide {
	--porto-el-section-space: 20px;
}

.elementor-section>.elementor-column-gap-wider {
	--porto-el-section-space: 30px;
}

.elementor-column-wrap>.porto-carousel, .elementor-column>.porto-carousel, .elementor-editor-active .elementor-widget-wrap>.owl-stage-outer {
	width: 100%;
}

.elementor-column-wrap>.porto-carousel.has-ccols-spacing, .elementor-column>.porto-carousel.has-ccols-spacing {
	width: calc(100% + var(--porto-el-spacing, 30px));
}

.porto-ibanner>.elementor-row {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.porto-ibanner-layer {
	width: auto;
}

.elementor-editor-active .elementor-element-empty>.porto-ibanner-layer {
	width: calc(100% - 20px);
}

.porto-ibanner.elementor-column>.container, .porto-ibanner>.elementor-column, .porto-ibanner>.elementor-row>.elementor-column {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.porto-ibanner .container>.elementor-column-wrap, .porto-ibanner.elementor-column>.container>.elementor-column-wrap, .porto-ibanner.elementor-column>.elementor-column-wrap {
	position: static;
}

.container>.elementor-column-wrap>.porto-ibanner-layer, .container>.porto-ibanner-layer {
	margin-left: var(--porto-res-spacing);
	margin-right: var(--porto-res-spacing);
}

.porto-ibanner .porto-ibanner-layer.elementor-widget-wrap {
	display: block;
}

@media (max-width:991px) {}

.elementor-widget-container>.btn {
	position: relative;
}

.elementor-widget-container>.btn .dir-arrow {
	position: absolute;
	top: -35px;
	left: 85%;
}

.fullscreen-carousel .elementor-section, .fullscreen-carousel .elementor-section>* {
	height: 100%;
}

.elementor-section.header-main {
	flex-wrap: wrap;
}

.header-builder-p .elementor-widget-wrap>.elementor-element:not(.elementor-section) {
	width: auto;
	margin-right: .875rem;
	margin-bottom: 0;
	max-width: 100%;
}

.header-builder-p .elementor-widget-wrap>.elementor-element:last-child {
	margin-right: 0;
}

.elementor-column>.elementor-element-empty {
	min-width: 100px;
}

body.porto-popup-template:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
}

body.porto-popup-template .elementor-edit-area {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	max-width: 600px;
	margin: auto;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
	z-index: 10000;
}

.elementor .sort-source {
	margin-bottom: 1.5rem;
}

@media (max-width:767px) {
	.elementor .elementor-hidden-phone {
		display: none;
	}
}

.container-fluid .e-parent {
	margin-left: calc(var(--porto-fluid-spacing) * -1);
	margin-right: calc(var(--porto-fluid-spacing) * -1);
	max-width: calc(100% + 2 * var(--porto-fluid-spacing));
	width: calc(100% + 2 * var(--porto-fluid-spacing));
}

.container-fluid .e-parent.e-con {
	--padding-inline-start: calc(var(--porto-fluid-spacing) * 1);
	--padding-inline-end: calc(var(--porto-fluid-spacing) * 1);
}

.container-fluid .e-parent.e-con-full {
	--padding-inline-start: 0;
	--padding-inline-end: 0;
}

.container-fluid .e-parent.e-con-full .e-con-boxed {
	--padding-inline-start: calc(var(--porto-fluid-spacing) * 1);
	--padding-inline-end: calc(var(--porto-fluid-spacing) * 1);
}

.e-con {
	--content-width: calc(var(--container-max-width, 1140px) - 30px);
}

.e-con.porto_stretch_css, .elementor-section.porto_stretch_css {
	position: relative;
	left: calc(50% - 50vw + var(--porto-scroll-w, 0px) / 2);
	min-width: calc(100vw - var(--porto-scroll-w, 0px));
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.elementor-section.stretch_row_css {
	padding-left: calc(( 100vw - 100% - var(--porto-scroll-w, 0px) ) / 2) !important;
	padding-right: calc(( 100vw - 100% - var(--porto-scroll-w, 0px) ) / 2) !important;
}

.elementor-section.stretch_row_content_css.elementor-section-boxed {
	padding-left: var(--porto-fluid-spacing, 0px);
	padding-right: var(--porto-fluid-spacing, 0px);
}

.elementor-section.stretch_row_content_css.elementor-section-boxed>.elementor-container {
	max-width: none;
}

.e-con.e-con-boxed.porto_stretch_css {
	--padding-inline-start: var(--porto-fluid-spacing, 0px);
	--padding-inline-end: var(--porto-fluid-spacing, 0px);
}

.e-con.e-con-boxed.stretch_row_content_css {
	--content-width: none;
}

.custom-font1 {
	font-family: Open Sans, sans-serif;
}

.custom-font2 {
	font-family: Open Sans, sans-serif;
}

.custom-font3 {
	font-family: Open Sans, sans-serif;
}

#header .porto-view-switcher:first-child > li.menu-item:first-child > a {
	padding-left: 0;
}

#header .reveal-search-layout .searchform-fields {
	padding: 0 15px;
}

#header .reveal-search-layout input {
	border-bottom-color: #eee;
}

#header .reveal-search-layout .button-wrap {
	right: 35px;
}

#header .reveal-search-layout .btn-close-search-form {
	color: #333;
}

#header .overlay-search-layout .selectric-cat, #header .overlay-search-layout .text, #header .overlay-search-layout .button-wrap {
	border-bottom: 2px solid #eee;
}

#header .overlay-search-layout .btn-close-search-form {
	color: #333;
}

#header .large-search-layout .search-toggle:after {
	border-bottom-color: #fff;
}

.searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar {
	width: 5px;
}

.searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: rgba(204, 204, 204, .5);
}

.live-search-list .autocomplete-suggestion .search-price {
	color: #222529;
	font-weight: 600;
}

@media (min-width:768px) and (max-width:1229px) {
	#header .searchform input {
		width: 318px;
	}
	
	#header .searchform.searchform-cats input {
		width: 190px;
	}
}

#mini-cart .cart_list::-webkit-scrollbar-thumb, .wishlist-offcanvas .wishlist-popup::-webkit-scrollbar-thumb, .minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: rgba(204, 204, 204, .5);
}

.mega-menu > li.sub-ready:hover:before, .mega-menu > li.sub-ready:hover:after {
	opacity: 1;
}

.header-corporate .share-links a, .header-builder .share-links a {
	width: 28px;
	height: 28px;
	border-radius: 28px;
	margin: 0 1px;
	overflow: hidden;
	font-size: .8rem;
}

.header-corporate .share-links a:not(:hover), .header-builder .share-links a:not(:hover) {
	background-color: #fff;
	color: #333;
}

.footer .wysija-input {
	border-radius: 30px 0 0 30px;
	padding-left: 1rem;
}

.footer .wysija-submit {
	border-radius: 0 30px 30px 0;
}

@media (min-width:1230px) {
	.ccols-xl-2 > * {
		--porto-cw: 50%;
	}
	
	.ccols-xl-3 > * {
		--porto-cw: 33.3333%;
	}
	
	.ccols-xl-4 > * {
		--porto-cw: 25%;
	}
	
	.ccols-xl-5 > * {
		--porto-cw: 20%;
	}
	
	.ccols-xl-6 > * {
		--porto-cw: 16.6666%;
	}
	
	.ccols-xl-7 > * {
		--porto-cw: 14.2857%;
	}
	
	.ccols-xl-8 > * {
		--porto-cw: 12.5%;
	}
	
	.ccols-xl-9 > * {
		--porto-cw: 11.1111%;
	}
	
	.ccols-xl-10 > * {
		--porto-cw: 10%;
	}
	
	.porto-half-slider:not(.owl-loaded) > * {
		--porto-cw: var(--porto-col-xl);
	}
	
	.porto-half-slider:not(.owl-loaded) > li.product-col {
		width: var(--porto-col-xl, 100%);
	}
}

@media (min-width:1420px) {
	.ccols-sl-10 > * {
		--porto-cw: 10%;
	}
	
	.ccols-sl-9 > * {
		--porto-cw: 11.1111%;
	}
	
	.ccols-sl-8 > * {
		--porto-cw: 12.5%;
	}
	
	.ccols-sl-7 > * {
		--porto-cw: 14.2857%;
	}
	
	.ccols-sl-6 > * {
		--porto-cw: 16.6666%;
	}
	
	.ccols-sl-5 > * {
		--porto-cw: 20%;
	}
	
	.ccols-sl-4 > * {
		--porto-cw: 25%;
	}
	
	.ccols-sl-3 > * {
		--porto-cw: 33.3333%;
	}
	
	.porto-half-slider:not(.owl-loaded) > * {
		--porto-cw: var(--porto-col-sl);
	}
	
	.porto-half-slider:not(.owl-loaded) > li.product-col {
		width: var(--porto-col-sl, 100%);
	}
}

@media (max-width:575px) {
	.page-wrapper .device-hidden-mobile {
		display: none;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.page-wrapper .device-hidden-mobile-extra {
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.page-wrapper .device-hidden-tablet {
		display: none;
	}
}

@media (min-width:992px) and (max-width:1229px) {
	.page-wrapper .device-hidden-tablet-extra {
		display: none;
	}
}

@media (min-width:1230px) and (max-width:1419px) {
	.page-wrapper .device-hidden-desktop {
		display: none;
	}
}

@media (min-width:1420px) {
	.page-wrapper .device-hidden-large-desktop {
		display: none;
	}
}

@media (max-width:1229px) {
	.sidebar-menu .menu-custom-block a {
		font-size: .9286em;
		line-height: 16px;
		padding: 9px 5px;
	}
	
	.porto-links-block {
		font-size: 13px;
	}
}

@media (min-width:992px) and (max-width:1229px) {
	.portfolio-row .portfolio-col-6 {
		width: 20%;
	}
	
	.portfolio-row .portfolio-col-6.w2 {
		width: 40%;
	}
}

@media (min-width:768px) and (max-width:1229px) {
	.column2 .portfolio-row .portfolio-col-4 {
		width: 33.3333%;
	}
	
	.column2 .portfolio-row .portfolio-col-4.w2 {
		width: 66.6666%;
	}
	
	.column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {
		width: 25%;
	}
	
	.column2 .portfolio-row .portfolio-col-5.w2, .column2 .portfolio-row .portfolio-col-6.w2 {
		width: 50%;
	}
}

.thumb-info-caption .thumb-info-caption-text {
	padding: 15px 0;
	margin-bottom: 0;
}

.thumb-info-social-icons {
	padding: 0;
}

.thumb-info-social-icons:first-child {
	padding: 10px 0;
}

.thumb-info .share-links a {
	background: #3575d3;
}

.thumb-info .share-links a:hover {
	opacity: .9;
}

.dir-arrow {
	background: transparent url("https://webhoster.pk/wp-content/themes/porto/images/arrows.png") no-repeat 0 0;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/arrows.png";
}

.dir-arrow.arrow-light {
	background: transparent url("https://webhoster.pk/wp-content/themes/porto/images/arrows-dark.png") no-repeat 0 0;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/arrows-dark.png";
}

.dir-arrow.arrow-light.lzl:not(.lzl-ed), .dir-arrow.arrow-light.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcEAAADwCAYAAAB46t9UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAHcElEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMvA8MlQoAAQa0l0wAAAAASUVORK5CYII=");
}

hr.light {
	background: rgba(255, 255, 255, .06);
}

.porto-history .thumb {
	background: transparent url("https://webhoster.pk/wp-content/themes/porto/images/history-thumb.png") no-repeat 0 0;
	--lzl-bg-img: "https://webhoster.pk/wp-content/themes/porto/images/history-thumb.png";
}

[type="submit"].btn-default {
	color: #333;
}

.porto-history .thumb.lzl:not(.lzl-ed), .porto-history .thumb.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOMAAAFoCAYAAACljkzjAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFq0lEQVR4Ae3QMQEAAADCoPVPbQo/iEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwICB78AA/oQAAS0/zm0AAAAASUVORK5CYII=");
}

.btn-default.btn:hover {
	color: #333;
}

.divider.divider-small hr {
	background: #555;
}

.btn-default.btn {
	border-bottom-color: rgba(0, 0, 0, .2);
}

.text-dark, .text-dark.wpb_text_column p {
	color: #222529 !important;
}

.alert.alert-dark {
	background-color: #3a3f45;
	border-color: #0b0c0e;
	color: #d5d8dc;
}

.alert.alert-dark .alert-link {
	color: #fff;
}

html.dark .text-muted {
	color: #505562 !important;
}

.footer-top {
	background-color: #f8f8f8;
}

@media (min-width:992px) {
	.header-wrapper.header-side-nav:not(.fixed-header) #header {
		background-color: #fff;
	}
}

#main .content-bottom-wrapper {
	padding-bottom: 20px;
}

.footer-top {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width:768px) {
	#banner-wrapper.banner-wrapper-boxed {
		max-width: 750px;
	}
}

@media (min-width:992px) {
	#banner-wrapper.banner-wrapper-boxed {
		max-width: 990px;
	}
}

@media (min-width:1230px) {
	#banner-wrapper.banner-wrapper-boxed {
		max-width: 1230px;
	}
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1230px) {}

@media (min-width:768px) {
	body.boxed .page-wrapper {
		max-width: 750px;
	}
}

@media (min-width:992px) {
	body.boxed .page-wrapper {
		max-width: 990px;
	}
}

@media (min-width:1230px) {
	body.boxed .page-wrapper {
		max-width: 1230px;
	}
}

@media (min-width:768px) {
	#main.main-boxed .vc_row[data-vc-stretch-content] {
		max-width: 750px;
	}
}

@media (min-width:992px) {
	#main.main-boxed .vc_row[data-vc-stretch-content] {
		max-width: 990px;
	}
}

@media (min-width:1230px) {
	#main.main-boxed .vc_row[data-vc-stretch-content] {
		max-width: 1230px;
	}
}

@media (min-width:1230px) {
	body.boxed .vc_row[data-vc-stretch-content], body.boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap, body.boxed #header.sticky-header .header-main.sticky, #header-boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap, #header-boxed #header.sticky-header .main-menu-wrap {
		max-width: 1230px;
	}
	
	.col-xl-1-5 {
		width: 20%;
	}
	
	.col-xl-2-5 {
		width: 40%;
	}
	
	.col-xl-3-5 {
		width: 60%;
	}
	
	.col-xl-4-5 {
		width: 80%;
	}
	
	.offset-xl-1\/5 {
		margin-left: 20%;
	}
	
	.offset-xl-2\/5 {
		margin-left: 40%;
	}
	
	.offset-xl-3\/5 {
		margin-left: 60%;
	}
	
	.offset-xl-4\/5 {
		margin-left: 80%;
	}
}

@media (min-width:1420px) {
	.col-xxl-1-5 {
		width: 20%;
	}
	
	.col-xxl-2-5 {
		width: 40%;
	}
	
	.col-xxl-3-5 {
		width: 60%;
	}
	
	.col-xxl-4-5 {
		width: 80%;
	}
	
	.offset-xxl-1\/5 {
		margin-left: 20%;
	}
	
	.offset-xxl-2\/5 {
		margin-left: 40%;
	}
	
	.offset-xxl-3\/5 {
		margin-left: 60%;
	}
	
	.offset-xxl-4\/5 {
		margin-left: 80%;
	}
}

.header-wrapper .separator {
	border-left-color: rgba(255, 255, 255, .09);
}

.header-top .separator {
	border-left-color: rgba(0, 0, 0, .04);
}

#header .header-top .share-links > a:not(:hover) {
	background: none;
}

.fixed-header header .header-main {
	background-color: rgba(255, 255, 255, .8);
}

.fixed-header #header .header-top {
	background-color: rgba(244, 244, 244, .8);
}

@media (min-width:992px) {
	.header-wrapper.header-side-nav.fixed-header #header {
		background-color: rgba(255, 255, 255, .8);
	}
}

#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
	background-color: rgba(255, 255, 255, 1);
}

#header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap {
	background-color: rgba(255, 255, 255, 1);
}

.fixed-header #header .searchform {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(238, 238, 238, .5);
}

@media (max-width:991px) {
	.fixed-header #header .searchform {
		background-color: rgba(255, 255, 255, 1);
	}
}

.fixed-header #header .searchform-popup .searchform {
	background-color: rgba(255, 255, 255, 1);
}

.fixed-header #header .main-menu-wrap {
	box-shadow: none;
}

.fixed-header #header .main-menu {
	box-shadow: none;
}

#header .searchform, .fixed-header #header.sticky-header .searchform {
	border-color: #eee;
}

#header .searchform, .fixed-header #header.sticky-header .searchform {
	background: #fff;
}

#header .overlay-search-layout .searchform, .fixed-header #header.sticky-header .overlay-search-layout .searchform {
	background: rgba(255, 255, 255, .95);
}

#header .tooltip-icon {
	border-color: #999;
}

.sidebar-menu .menu-custom-block a:hover, .sidebar-menu .menu-custom-block a:hover + a {
	border-top-color: #fff;
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1230px) {}

#header .header-top .gap {
	visibility: hidden;
}

.main-menu-wrap {
	background-color: transparent;
	padding: 0 0 0 0;
}

#header.sticky-header .main-menu-wrap, #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
}

.header-builder-p.sticky-header .header-main.sticky {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#header.sticky-header .header-main.sticky .header-center {
	padding-top: 8px;
	padding-bottom: 8px;
}

.main-menu-wrap .main-menu > li.menu-item > a .tip {
	right: 11px;
	top: -5px;
}

#header .main-menu-wrap .menu-custom-block a, #header .main-menu-wrap .menu-custom-block span {
	padding: 10px 11px 10px 11px;
}

#header .main-menu-wrap .menu-custom-block {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width:1229px) {
	.main-menu-wrap .main-menu > li.menu-item > a .tip {
		right: 14px;
		top: -6px;
	}
	
	#header .main-menu-wrap .menu-custom-block a, #header .main-menu-wrap .menu-custom-block span {
		padding: 9px 14px 9px 14px;
	}
}

#header .main-menu-wrap .menu-custom-block .tip {
	right: 6px;
	top: -5px;
}

#header .main-menu > li.menu-item.active > a {
	background-color: transparent;
	color: #fff;
}

.sidebar-menu .porto-wide-sub-menu > li > a, #header .porto-wide-sub-menu > li > a {
	font-weight: 600;
	--porto-heading-color: #333;
}

#header .main-menu .wide .popup {
	border-top: 3px solid #3575d3;
}

#header .main-menu .narrow li.menu-item:hover > ul.sub-menu {
	top: -8px;
}

#header .menu-custom-block, #header .menu-custom-block span {
	color: #777;
}

#header .menu-custom-block span, #header .menu-custom-block a {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
}

#header .menu-custom-block a {
	color: #08c;
}

#header .menu-custom-block a:hover {
	color: #006fa4;
}

#header .porto-view-switcher > li.menu-item:before, #header .porto-view-switcher > li.menu-item > a {
	color: #777;
}

#header .porto-view-switcher > li.menu-item > a {
	background-color: transparent;
}

#header .porto-view-switcher .narrow ul.sub-menu {
	background: #fff;
}

#header .porto-view-switcher .narrow li.menu-item > a {
	color: #777;
}

#header .porto-view-switcher .narrow li.menu-item > a.active, #header .porto-view-switcher .narrow li.menu-item:hover > a {
	color: #777;
	background: #f3f3f3;
}

#header .porto-view-switcher > li.has-sub:before, #header .porto-view-switcher > li.has-sub:after {
	border-bottom-color: #fff;
}

#header .searchform .selectric .label, #header .searchform .selectric-items li, #header .searchform .selectric-items li:hover, #header .searchform .selectric-items li.selected, #header .searchform .autocomplete-suggestion .yith_wcas_result_content .title {
	color: #555;
}

#header .searchform input:-ms-input-placeholder {
	color: #555;
}

#header .searchform input::-ms-input-placeholder {
	color: #555;
}

#header .searchform input::placeholder {
	color: #555;
}

#header .simple-search-layout .searchform-fields, #header .searchform .selectric-hover .selectric, #header .searchform .selectric-open .selectric, #header .searchform .autocomplete-suggestions, #header .searchform .selectric-items {
	border-color: #eee;
}

#header .searchform button {
	color: #333;
}

#header .searchform select option, #header .searchform .autocomplete-suggestion, #header .searchform .autocomplete-suggestions, #header .searchform .selectric-items {
	color: #555;
	background-color: #fff;
}

#header .searchform .selectric-items li:hover, #header .searchform .selectric-items li.selected {
	background-color: #e6e6e6;
}

#header .searchform .autocomplete-selected, #header .searchform .autocomplete-suggestion:hover {
	background-color: #f8f8f8;
}

#header .large-search-layout .search-toggle:after, #header .advanced-search-layout .search-toggle:after {
	border-bottom-color: #ccc;
}

#header .large-search-layout .searchform {
	border-color: #ccc;
}

@media (max-width:991px) {
	#header .large-search-layout .searchform, #header .advanced-search-layout .searchform {
		border-color: #ccc;
	}
}

#header .simple-search-layout .search-toggle:after {
	border-bottom-color: #fff;
}

@media (max-width:1229px) {
	#header .main-menu-wrap .menu-custom-block .tip {
		right: 9px;
		top: -6px;
	}
}

.cart-popup .quantity, .cart-popup .quantity .amount, .wishlist-popup .quantity, .wishlist-popup .amount {
	color: #696969 !important;
}

#side-nav-panel .accordion-menu li.menu-item.active > a, #side-nav-panel .menu-custom-block a:hover {
	background-color: #003266;
}

html.panel-opened .page-wrapper, html.panel-opened #header.sticky-header .header-main.sticky {
	left: 260px;
}

.fixed-header #nav-panel .mobile-nav-wrap {
	padding: 15px !important;
}

.footer-wrapper.fixed #footer .footer-bottom {
	background-color: rgba(0, 11, 41, .8);
}

.widget .rss-date, .widget .post-date, .widget .comment-author-link, .wp-block-latest-posts__list time, .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
	color: #1c1c1c;
}

.highlight {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(53, 117, 211, .2) 0);
}

html .divider.divider-primary i, .featured-box-primary h4, .featured-box-effect-7.featured-box-primary .icon-featured:before, .has-primary-color {
	color: #3575d3;
}

html .heading-primary, html .lnk-primary, .text-color-primary {
	color: #3575d3 !important;
}

.dir-arrow.lzl:not(.lzl-ed), .dir-arrow.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcEAAADwCAYAAAB46t9UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAHcElEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMvA8MlQoAAQa0l0wAAAAASUVORK5CYII=");
}

html .label-primary, html .alert-primary, html .divider.divider-primary.divider-small hr, html .divider.divider-style-2.divider-primary i, .featured-box-primary .icon-featured, html .inverted-primary, .has-primary-background-color {
	background-color: #3575d3;
}

html .background-color-primary, .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background-color: #3575d3 !important;
}

html .alert-primary, html .alert-primary .alert-link, html .divider.divider-style-2.divider-primary i {
	color: #fff;
}

html .label-primary, html .divider.divider-style-3.divider-primary i, .featured-box-primary .icon-featured:after, html .heading.heading-primary .heading-tag {
	border-color: #3575d3;
}

.border-color-primary {
	border-color: #3575d3 !important;
}

.featured-box-primary .box-content {
	border-top-color: #3575d3;
}

html .alert-primary {
	border-color: #2d6ecd;
}

.featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #3575d3;
}

.featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 10px #3575d3;
}

.nav-pills-secondary a, html .divider.divider-secondary i, .featured-box-secondary h4, .featured-box-effect-7.featured-box-secondary .icon-featured:before, .has-secondary-color {
	color: #e36159;
}

html .heading-secondary, html .lnk-secondary, .text-color-secondary {
	color: #e36159 !important;
}

.nav-pills-secondary a:hover, .nav-pills-secondary a:focus {
	color: #e7766f;
}

.nav-pills-secondary > li.active > a, html .label-secondary, html .alert-secondary, html .divider.divider-secondary.divider-small hr, html .divider.divider-style-2.divider-secondary i, .featured-box-secondary .icon-featured, html .inverted-secondary, .has-secondary-background-color {
	background-color: #e36159;
}

html .background-color-secondary, .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background-color: #e36159 !important;
}

html .alert-secondary, html .alert-secondary .alert-link, html .divider.divider-style-2.divider-secondary i {
	color: #fff;
}

html .label-secondary, html .divider.divider-style-3.divider-secondary i, .featured-box-secondary .icon-featured:after, html .heading.heading-secondary .heading-tag {
	border-color: #e36159;
}

.border-color-secondary {
	border-color: #e36159 !important;
}

.featured-box-secondary .box-content {
	border-top-color: #e36159;
}

html .alert-secondary {
	border-color: #e1554c;
}

.featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #e36159;
}

.featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #e36159;
}

.nav-pills-tertiary a, html .divider.divider-tertiary i, .featured-box-tertiary h4, .featured-box-effect-7.featured-box-tertiary .icon-featured:before, .has-tertiary-color {
	color: #2baab1;
}

html .heading-tertiary, html .lnk-tertiary, .text-color-tertiary {
	color: #2baab1 !important;
}

.nav-pills-tertiary a:hover, .nav-pills-tertiary a:focus {
	color: #30bec6;
}

.nav-pills-tertiary > li.active > a, html .label-tertiary, html .alert-tertiary, html .divider.divider-tertiary.divider-small hr, html .divider.divider-style-2.divider-tertiary i, .featured-box-tertiary .icon-featured, html .inverted-tertiary, .has-tertiary-background-color {
	background-color: #2baab1;
}

html .background-color-tertiary, .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background-color: #2baab1 !important;
}

html .alert-tertiary, html .alert-tertiary .alert-link, html .divider.divider-style-2.divider-tertiary i {
	color: #fff;
}

html .label-tertiary, html .divider.divider-style-3.divider-tertiary i, .featured-box-tertiary .icon-featured:after, html .heading.heading-tertiary .heading-tag {
	border-color: #2baab1;
}

.border-color-tertiary {
	border-color: #2baab1 !important;
}

.featured-box-tertiary .box-content {
	border-top-color: #2baab1;
}

html .alert-tertiary {
	border-color: #299fa5;
}

.featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #2baab1;
}

.featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #2baab1;
}

.nav-pills-quaternary a, html .divider.divider-quaternary i, .featured-box-quaternary h4, .featured-box-effect-7.featured-box-quaternary .icon-featured:before, .has-quaternary-color {
	color: #383f48;
}

html .heading-quaternary, html .lnk-quaternary, .text-color-quaternary {
	color: #383f48 !important;
}

.nav-pills-quaternary a:hover, .nav-pills-quaternary a:focus {
	color: #444c57;
}

.nav-pills-quaternary > li.active > a, html .label-quaternary, html .alert-quaternary, html .divider.divider-quaternary.divider-small hr, html .divider.divider-style-2.divider-quaternary i, .featured-box-quaternary .icon-featured, html .inverted-quaternary, .has-quaternary-background-color {
	background-color: #383f48;
}

html .background-color-quaternary, .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background-color: #383f48 !important;
}

html .alert-quaternary, html .alert-quaternary .alert-link, html .divider.divider-style-2.divider-quaternary i {
	color: #fff;
}

html .label-quaternary, html .divider.divider-style-3.divider-quaternary i, .featured-box-quaternary .icon-featured:after, html .heading.heading-quaternary .heading-tag {
	border-color: #383f48;
}

.border-color-quaternary {
	border-color: #383f48 !important;
}

.featured-box-quaternary .box-content {
	border-top-color: #383f48;
}

html .alert-quaternary {
	border-color: #323840;
}

.featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #383f48;
}

.featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #383f48;
}

.nav-pills-dark a, html .divider.divider-dark i, .featured-box-dark h4, .featured-box-effect-7.featured-box-dark .icon-featured:before, .has-dark-color {
	color: #212529;
}

html .heading-dark, html .lnk-dark, .text-color-dark {
	color: #212529 !important;
}

.nav-pills-dark a:hover, .nav-pills-dark a:focus {
	color: #2d3238;
}

.nav-pills-dark > li.active > a, html .label-dark, html .alert-dark, html .divider.divider-dark.divider-small hr, html .divider.divider-style-2.divider-dark i, .featured-box-dark .icon-featured, html .inverted-dark, .has-dark-background-color {
	background-color: #212529;
}

html .background-color-dark, .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background-color: #212529 !important;
}

html .alert-dark, html .alert-dark .alert-link, html .divider.divider-style-2.divider-dark i {
	color: #fff;
}

html .label-dark, html .divider.divider-style-3.divider-dark i, .featured-box-dark .icon-featured:after, html .heading.heading-dark .heading-tag {
	border-color: #212529;
}

.border-color-dark {
	border-color: #212529 !important;
}

.featured-box-dark .box-content {
	border-top-color: #212529;
}

html .alert-dark {
	border-color: #1b1e21;
}

.featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #212529;
}

.featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #212529;
}

.nav-pills-light a, html .divider.divider-light i, .featured-box-light h4, .featured-box-effect-7.featured-box-light .icon-featured:before, .has-light-color {
	color: #fff;
}

html .heading-light, html .lnk-light, .text-color-light {
	color: #fff !important;
}

.nav-pills-light a:hover, .nav-pills-light a:focus {
	color: #fff;
}

.nav-pills-light > li.active > a, html .label-light, html .alert-light, html .divider.divider-light.divider-small hr, html .divider.divider-style-2.divider-light i, .featured-box-light .icon-featured, html .inverted-light, .has-light-background-color {
	background-color: #fff;
}

html .background-color-light, .featured-box-effect-3.featured-box-light:hover .icon-featured {
	background-color: #fff !important;
}

html .alert-light, html .alert-light .alert-link, html .divider.divider-style-2.divider-light i {
	color: #212529;
}

html .label-light, html .divider.divider-style-3.divider-light i, .featured-box-light .icon-featured:after, html .heading.heading-light .heading-tag {
	border-color: #fff;
}

.border-color-light {
	border-color: #fff !important;
}

.featured-box-light .box-content {
	border-top-color: #fff;
}

html .alert-light {
	border-color: #f8f8f8;
}

.featured-box-effect-2.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 3px #fff;
}

.featured-box-effect-3.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 10px #fff;
}

html .section.section-default-scale-1 {
	background-color: #dbdbdb !important;
	border-top-color: #d4d4d4 !important;
}

html .section.section-default-scale-2 {
	background-color: #c1c1c1 !important;
	border-top-color: #bababa !important;
}

html .section.section-default-scale-3 {
	background-color: #a8a8a8 !important;
	border-top-color: #a1a1a1 !important;
}

html .section.section-default-scale-4 {
	background-color: #8e8e8e !important;
	border-top-color: #878787 !important;
}

html .section.section-default-scale-5 {
	background-color: #757575 !important;
	border-top-color: #6e6e6e !important;
}

html .section.section-default-scale-6 {
	background-color: #5b5b5b !important;
	border-top-color: #545454 !important;
}

html .section.section-default-scale-7 {
	background-color: #424242 !important;
	border-top-color: #3b3b3b !important;
}

html .section.section-default-scale-8 {
	background-color: #282828 !important;
	border-top-color: #212121 !important;
}

html .section.section-default-scale-9 {
	background-color: #0f0f0f !important;
	border-top-color: #080808 !important;
}

.side-nav-wrap .sidebar-menu > li.menu-item > a, .side-nav-wrap .sidebar-menu > li.menu-item > .arrow:before, .side-nav-wrap .sidebar-menu .menu-custom-block a {
	color: #000;
}

.side-nav-wrap .sidebar-menu > li.menu-item:hover, .side-nav-wrap .sidebar-menu > li.menu-item.active, .side-nav-wrap .sidebar-menu .menu-custom-block a:hover {
	background-color: transparent;
}

.side-nav-wrap .sidebar-menu > li.menu-item > a {
	border-top-color: transparent;
}

.side-nav-wrap .sidebar-menu > li.menu-item:hover > a, .side-nav-wrap .sidebar-menu > li.menu-item.active > a, .side-nav-wrap .sidebar-menu > li.menu-item.active > .arrow:before, .side-nav-wrap .sidebar-menu > li.menu-item:hover > .arrow:before, .side-nav-wrap .sidebar-menu .menu-custom-block a:hover {
	color: #fff;
}

.toggle-menu-wrap .sidebar-menu > li.menu-item > a {
	border-top-color: rgba(0, 0, 0, .125);
}

.page-top > .container {
	padding-top: 1px;
	padding-bottom: 1px;
}

.page-top .yoast-breadcrumbs, .page-top .breadcrumbs-wrap {
	color: #777;
}

.page-top .yoast-breadcrumbs a, .page-top .breadcrumbs-wrap a, .page-top .product-nav .product-link {
	color: #08c;
}

.page-top .page-title {
	color: #fff;
}

.page-top .page-sub-title {
	color: #e6e6e6;
	margin: 0 0 0 0;
}

.page-top .breadcrumbs-wrap {
	margin-left: 0;
}

.page-top .breadcrumb {
	margin: 0 0 0 0;
}

.page-top .sort-source > li > a {
	color: #fff;
}

@media (max-width:767px) {
	.page-top .sort-source {
		background: #212529;
		margin-bottom: -0px;
		bottom: -1px;
	}
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1230px) {}

.btn.btn-lg, .button.btn-lg, input.submit.btn-lg, [type="submit"].btn-primary.btn-lg, [type="submit"].btn-lg, .btn-group-lg > .btn, .btn-group-lg > .button, .btn-group-lg > input.submit, .btn-group-lg > [type="submit"].btn-primary, .btn-group-lg > [type="submit"] {
	padding: 8px 14px;
}

.btn.btn-sm, .button.btn-sm, input.submit.btn-sm, [type="submit"].btn-primary.btn-sm, [type="submit"].btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button, .btn-group-sm > input.submit, .btn-group-sm > [type="submit"].btn-primary, .btn-group-sm > [type="submit"] {
	border-width: 2px;
	padding: 4px 10px;
}

.btn.btn-xs, .button.btn-xs, input.submit.btn-xs, [type="submit"].btn-primary.btn-xs, [type="submit"].btn-xs, .btn-group-xs > .btn, .btn-group-xs > .button, .btn-group-xs > input.submit, .btn-group-xs > [type="submit"].btn-primary, .btn-group-xs > [type="submit"] {
	padding: 1px 5px;
	border-width: 1px;
}

.btn-default, [type="submit"].btn-default {
	border-color: #ccc;
	color: #333;
}

.btn-default:hover, [type="submit"].btn-default:hover, .btn-default:focus, [type="submit"].btn-default:focus, .btn-default:active, [type="submit"].btn-default:active {
	background-color: #e6e6e6;
	border-color: #adadad !important;
	color: #333;
}

.btn-primary, [type="submit"].btn-primary {
	background: transparent;
	border-color: #3575d3;
	color: #3575d3;
	text-shadow: none;
	border-width: 3px;
}

.btn-primary:hover, [type="submit"].btn-primary:hover, .btn-primary:focus, [type="submit"].btn-primary:focus, .btn-primary:active, [type="submit"].btn-primary:active {
	background-color: #2b69c4;
	border-color: #3575d3 !important;
	color: #fff;
}

.btn-secondary, [type="submit"].btn-secondary {
	background: transparent;
	border-color: #e36159;
	color: #e36159;
	text-shadow: none;
	border-width: 3px;
}

.btn-secondary:hover, [type="submit"].btn-secondary:hover, .btn-secondary:focus, [type="submit"].btn-secondary:focus, .btn-secondary:active, [type="submit"].btn-secondary:active {
	background-color: #e04d44;
	border-color: #e36159 !important;
	color: #fff;
}

.btn-tertiary, [type="submit"].btn-tertiary {
	background: transparent;
	border-color: #2baab1;
	color: #2baab1;
	text-shadow: none;
	border-width: 3px;
}

.btn-tertiary:hover, [type="submit"].btn-tertiary:hover, .btn-tertiary:focus, [type="submit"].btn-tertiary:focus, .btn-tertiary:active, [type="submit"].btn-tertiary:active {
	background-color: #27979d;
	border-color: #2baab1 !important;
	color: #fff;
}

.btn-quaternary, [type="submit"].btn-quaternary {
	background: transparent;
	border-color: #383f48;
	color: #383f48;
	text-shadow: none;
	border-width: 3px;
}

.btn-quaternary:hover, [type="submit"].btn-quaternary:hover, .btn-quaternary:focus, [type="submit"].btn-quaternary:focus, .btn-quaternary:active, [type="submit"].btn-quaternary:active {
	background-color: #2d333a;
	border-color: #383f48 !important;
	color: #fff;
}

.btn-dark, [type="submit"].btn-dark {
	background: transparent;
	border-color: #212529;
	color: #212529;
	text-shadow: none;
	border-width: 3px;
}

.btn-dark:hover, [type="submit"].btn-dark:hover, .btn-dark:focus, [type="submit"].btn-dark:focus, .btn-dark:active, [type="submit"].btn-dark:active {
	background-color: #16191b;
	border-color: #212529 !important;
	color: #fff;
}

.btn-light, [type="submit"].btn-light {
	background: transparent;
	border-color: #fff;
	color: #fff;
	text-shadow: none;
	border-width: 3px;
}

.btn-light:hover, [type="submit"].btn-light:hover, .btn-light:focus, [type="submit"].btn-light:focus, .btn-light:active, [type="submit"].btn-light:active {
	background-color: #f3f3f3;
	border-color: #fff !important;
	color: #212529;
}

.porto-vc-testimonial blockquote, .testimonial blockquote, .testimonial blockquote p {
	font-family: Open Sans, Georgia, serif;
}

.footer .tooltip-icon {
	border-color: #fff;
}

#footer .footer-ribbon {
	background-color: #08c;
}

#footer .footer-ribbon:before {
	border-right-color: #005580;
}

#footer .footer-ribbon, #footer .footer-ribbon a, #footer .footer-ribbon a:hover, #footer .footer-ribbon a:focus {
	color: #fff;
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1230px) {}

.alternative-font, #footer .footer-ribbon {
	font-weight: 400;
}

@media (min-width:992px) and (max-width:1229px) {
	.e-con {
		--container-max-width: 960px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-column-gap-no {
		max-width: 930px;
		--porto-flick-carousel-width: 930px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
		max-width: 940px;
		--porto-flick-carousel-width: 940px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
		max-width: 960px;
		--porto-flick-carousel-width: 960px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
		max-width: 970px;
		--porto-flick-carousel-width: 970px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
		max-width: 990px;
		--porto-flick-carousel-width: 990px;
	}
}

.elementor-products-grid .products li.product-col {
	max-width: none;
	padding: 0;
	margin-bottom: 0;
}

.elementor-products-grid .products li.product-col .woocommerce-loop-product__title, .elementor-products-grid .products .category-list {
	white-space: normal;
}

.elementor-products-grid nav.woocommerce-pagination {
	margin-top: 0 !important;
}

.elementor-widget-wc-archive-products #infscr-loading {
	top: calc(100% + 20px);
}

@media (min-width:576px) {
	.elementor-widget-wc-archive-products .woocommerce ul.products.list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.wp-block-columns, .page-content > .wp-block-columns.alignwide {
	margin-left: calc(-1 * 15px);
	margin-right: calc(-1 * 15px);
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.wp-block-columns.alignwide {
		max-width: none;
		width: auto;
	}
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child), .wp-block-columns .wp-block-column {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:781px) and (min-width:600px) {
	.wp-block-column:not(:only-child), .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: 50% !important;
		flex-grow: 0;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 0;
		margin-right: 0;
	}
}

.btn.btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.gutenberg-hb > .porto-block, .gutenberg-hb .porto-section, .gutenberg-hb .porto-section > .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gutenberg-hb .porto-section {
	flex: 0 0 auto;
	width: 100%;
}

.gutenberg-hb > .porto-block > *:not(.porto-section), .gutenberg-hb .porto-section > *:not(.container), .gutenberg-hb .porto-section > .container > * {
	margin-right: .875rem;
}

.gutenberg-hb > .porto-block > *:last-child, .gutenberg-hb .porto-section > *:not(.container):last-child, .gutenberg-hb .porto-section > .container > *:last-child {
	margin-right: 0;
}

.bypostauthor {
	display: block;
}

.side-header-narrow-bar-logo {
	max-width: 296px;
}

@media (min-width:992px) {}

.page-top .sort-source {
	position: static;
	text-align: center;
	margin-top: 5px;
	border-width: 0;
}

.page-top ul.breadcrumb {
	-ms-flex-pack: center;
	justify-content: center;
}

.page-top .page-title {
	font-weight: 700;
}

@media (min-width:1500px) {}

.logo.logo-transition img {
	width: 275px !important;
	height: 50px !important;
	aspect-ratio: 275/50;
	display: block !important;
}