
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 2.2em;
}

button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

input.ui-button {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-progressbar-indeterminate .ui-progressbar-value.nitro-lazy {
	background-image: none !important;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
	right: .5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: .4em 2.1em .4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
	border-width: 2px;
}

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222;
}

.ui-widget-content.nitro-lazy {
	background: none !important;
}

.ui-widget-content a {
	color: #222;
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222;
	font-weight: bold;
}

.ui-widget-header.nitro-lazy {
	background: none !important;
}

.ui-widget-header a {
	color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
}

.ui-state-default.nitro-lazy, .ui-widget-content .ui-state-default.nitro-lazy, .ui-widget-header .ui-state-default.nitro-lazy {
	background: none !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-hover.nitro-lazy, .ui-widget-content .ui-state-hover.nitro-lazy, .ui-widget-header .ui-state-hover.nitro-lazy, .ui-state-focus.nitro-lazy, .ui-widget-content .ui-state-focus.nitro-lazy, .ui-widget-header .ui-state-focus.nitro-lazy {
	background: none !important;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-active.nitro-lazy, .ui-widget-content .ui-state-active.nitro-lazy, .ui-widget-header .ui-state-active.nitro-lazy {
	background: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}

.ui-state-highlight.nitro-lazy, .ui-widget-content .ui-state-highlight.nitro-lazy, .ui-widget-header .ui-state-highlight.nitro-lazy {
	background: none !important;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}

.ui-state-error.nitro-lazy, .ui-widget-content .ui-state-error.nitro-lazy, .ui-widget-header .ui-state-error.nitro-lazy {
	background: none !important;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-default .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_888888_256x240.png");
}

.ui-state-default .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-highlight .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_cd0a0a_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
	background: #aaa url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-overlay.nitro-lazy {
	background: none !important;
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.ui-widget-shadow.nitro-lazy {
	background: none !important;
}

/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-23
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 40% 10px 10px;
}

.prevent_mainpage_scroll, .prevent_content_scroll {
	overflow: hidden;
}

.dipi-popup-container .dipi_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(61, 61, 61, .9);
	left: 0;
	top: 0;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.dipi_popup.dipi_popup.dipi_popup:not(.open) * {
	visibility: unset;
}

.dipi-popup-container .dipi_popup::-webkit-scrollbar {
	display: none;
}

.dipi-popup-container .dipi_popup.close, .dipi-popup-container .dipi_popup.open {
	z-index: 9999999;
}

.dipi-popup-container .dipi_popup-close {
	align-items: center;
	display: flex;
	justify-content: center;
	position: fixed;
	right: 0px;
	top: 0px;
	margin: 10px;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 999990;
	font-size: 100px;
	min-height: 15px;
	min-width: 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	font-family: inherit;
	font-weight: 300;
	line-height: 1em;
	width: 1em;
	height: 1em;
	cursor: pointer;
	padding-inline: unset;
}

.dipi_popup-hugeinc {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s;
}

.dipi_popup-hugeinc.open {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s, visibility 1s;
}

.dipi-popup-container .dipi_popup .dipi-popup-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	min-width: 100%;
}

.dipi-popup-container .dipi_popup .dipi-popup-wrapper {
	max-width: 100%;
}

.closebtn-within-popup .dipi-popup-wrapper {
	position: relative;
}

.closebtn-within-popup .dipi-popup-wrapper .dipi_popup-close {
	position: absolute;
	cursor: pointer;
}

.dipi-popup-container .dipi_popup .dipi-popup-inner .et_pb_section.dipi_popup_section {
	background: rgba(0, 0, 0, 0);
	padding: 0;
	min-width: 100px;
}

.dipi-popup-container .dipi_popup .dipi-popup-inner .et_pb_section.dipi_popup_section>.et_pb_row {
	width: 100%;
}

.dipi-popup-container .dipi_popup.clickable-under-overlay {
	pointer-events: none;
}

.dipi-popup-container .dipi_popup.clickable-under-overlay .dipi-popup-wrapper {
	pointer-events: none;
}

.dipi-popup-container .dipi_popup.clickable-under-overlay .dipi-popup-wrapper>* {
	pointer-events: all;
}

.dipi-popup-wrapper .dipi_popup_row.et_pb_row .dipi_popup_column.et_pb_column {
	margin: auto !important;
	float: none !important;
	width: -moz-fit-content;
	width: fit-content;
}

.dp-divi-pixel, .dp-divi-pixel-full, .dp-settings, .dp-customizer, .dp-cart, .dp-back-to-top, .dp-click, .dp-check-mark, .dp-shield, .dp-layers, .dp-switches, .dp-divi, .dp-devices, .dp-blog, .dp-preloader, .dp-share, .dp-header, .dp-footer, .dp-hamburger, .dp-import, .dp-cart1, .dp-quick-view, .dp-documentation, .dp-support, .dp-export-import, .dp-info, .dp-clear-cache {
	font-family: "divipixel" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dp-divi-pixel:before {
	content: "";
}

.dp-divi-pixel-full:before {
	content: "";
}

.dp-settings:before {
	content: "";
}

.dp-customizer:before {
	content: "";
}

.dp-cart:before {
	content: "";
}

.dp-back-to-top:before {
	content: "";
}

.dp-click:before {
	content: "";
}

.dp-check-mark:before {
	content: "";
}

.dp-shield:before {
	content: "";
}

.dp-layers:before {
	content: "";
}

.dp-switches:before {
	content: "";
}

.dp-divi:before {
	content: "";
}

.dp-devices:before {
	content: "";
}

.dp-blog:before {
	content: "";
}

.dp-preloader:before {
	content: "";
}

.dp-share:before {
	content: "";
}

.dp-header:before {
	content: "";
}

.dp-footer:before {
	content: "";
}

.dp-hamburger:before {
	content: "";
}

.dp-import:before {
	content: "";
}

.dp-cart1:before {
	content: "";
}

.dp-quick-view:before {
	content: "";
}

.dp-documentation:before {
	content: "";
}

.dp-support:before {
	content: "";
}

.dp-export-import:before {
	content: "";
}

.dp-info:before {
	content: "";
}

.dp-clear-cache:before {
	content: "";
}

:root {
	--dipi-vb-module-selection-icon-color: #fff;
	--dipi-vb-module-selection-text-color: #fff;
	--dipi-vb-module-selection-background-color: #2c3d49;
}

button[value^="dipi/"] {
	background-color: var(--dipi-vb-module-selection-background-color) !important;
	color: var(--dipi-vb-module-selection-text-color) !important;
	font-size: 10px !important;
	padding: 5px !important;
	border: none !important;
}

button[value^="dipi/"] div svg {
	fill: var(--dipi-vb-module-selection-icon-color) !important;
	scale: .8;
}

button[value^="dipi/"].et-vb-module-picker-option--selected {
	transition: all .2s ease;
}

[class*=dipi_].et_pb_module .et_pb_button {
	transition: all .2s ease !important;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_]:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_] {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_] span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li[class^=dipi_] .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px auto !important;
}

.dipi-related-articles {
	padding: 25px 0;
}

.dipi-related-section-articles-title {
	text-align: center;
	margin-bottom: 25px;
	transition: all .5s ease-in-out;
	padding-right: 30px;
}

.dipi-related-articles-row {
	display: flex;
	flex: 1 1 auto;
}

.dipi-related-articles-row.et_pb_row {
	padding: 1% 0 1%;
}

.dipi-related-article-column {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	border-style: solid;
	transition-duration: .6s;
}

.dipi-related-article-column:hover {
	transition-duration: .6s;
}

.dipi-column-2 {
	width: 46%;
	margin-right: 4%;
}

.dipi-column-3 {
	width: 30%;
	margin-right: 5%;
}

.dipi-column-4 {
	width: 21.25%;
	margin-right: 5%;
}

@media (min-width: 981px) {
	.dipi-column-2 {
		width: 48.5%;
	}
	
	.dipi-column-3 {
		width: 31.333%;
	}
	
	.dipi-column-4 {
		width: 22.75%;
	}
}

@media (min-width: 981px) {
	.dipi-column-2, .dipi-column-3, .dipi-column-4 {
		margin-right: 3%;
	}
}

@media (max-width: 767px) {
	.dipi-column-2 {
		width: 100%;
		margin-right: 0;
	}
	
	.dipi-column-3 {
		width: 100%;
		margin-right: 0;
	}
	
	.dipi-column-4 {
		width: 100%;
		margin-right: 0;
	}
	
	.dipi-related-articles-row {
		flex-flow: row wrap;
	}
}

.dipi-related-articles-row .dipi-column-2:last-child {
	margin-right: 0 !important;
}

.dipi-related-articles-row .dipi-column-3:last-child {
	margin-right: 0 !important;
}

.dipi-related-articles-row .dipi-column-4:last-child {
	margin-right: 0 !important;
}

.dipi-related-article-content {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.dipi-related-article-thumb-wrap {
	overflow: hidden;
}

.dipi-related-article-thumb {
	overflow: hidden;
	position: relative;
	transition: all 1s ease-in-out;
}

.dipi-related-article-thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: center bottom 0;
	box-shadow: 0 10px 100px #e1edf9;
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	min-height: auto;
}

.dipi-related-article-bottom {
	display: flex;
	align-items: center;
}

.dipi-related-article-bottom.dipi-content-over-image {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%) repeat scroll 0 0;
}

.dipi-related-article-bottom.dipi-content-over-image .dipi-related-article-title {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.dipi-related-article-bottom .dipi-related-article-arrow {
	position: absolute;
	right: 5px;
	bottom: 10px;
	padding: 0 10px;
}

.dipi-readmore-arrow:hover:before, .dipi-related-article-arrow-hover .dipi-readmore-arrow:before, .dipi-readmore-arrow:before {
	transition-duration: .6s;
}

.dipi-content-bottom-image {
	padding: 15px 10px;
	width: 100%;
}

.dipi-related-article-thumb .dipi-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .1);
}

.dipi-related-article-title {
	transition: all .6s ease-in-out;
	font-size: 16px;
	font-weight: 500;
	line-height: inherit;
	padding: 0;
}

.dipi-content-over-image .dipi-related-article-title {
	color: #fff;
	text-shadow: 0 4px 10px rgba(7, 15, 27, .4);
}

.dipi-icon-always, .dipi-icon-hideonhover {
	transition: all .6s ease-in-out;
	opacity: 1;
}

.dipi-icon-onhover {
	opacity: 0;
	transition: all .6s ease-in-out;
	transform: translateX(-5px);
}

.dipi-related-article-column:hover .dipi-icon-onhover, .dipi-icon-onhover.dipi-related-article-arrow-hover {
	opacity: 1;
	transition: all .6s ease-in-out;
	transform: translateX(0px);
}

.dipi-related-article-column:hover .dipi-icon-hideonhover, .dipi-icon-hideonhover.dipi-related-article-arrow-hover {
	transition: all .6s ease-in-out;
	opacity: 0;
	transform: translateX(-5px);
}

.dipi-readmore-arrow:before {
	margin-left: 15px;
	content: "$";
}

.dipi-content-over-image .dipi-readmore-arrow:before {
	color: #fff;
}

.dipi-content-bottom-image .dipi-readmore-arrow:before {
	color: #000;
}

.dipi-related-article-column.dipi-zoom-in {
	transition-duration: .6s;
	transform: scale(1);
}

.dipi-related-article-column.dipi-zoom-in:hover {
	transition-duration: .6s;
	transform: scale(1.05);
}

.dipi-related-article-column.dipi-zoom-out {
	transition-duration: .6s;
	transform: scale(1);
}

.dipi-related-article-column.dipi-zoom-out:hover {
	transition-duration: .6s;
	transform: scale(.95);
}

.dipi-related-article-column.dipi-move-up {
	transition-property: all;
	transition-duration: .6s;
}

.dipi-related-article-column.dipi-move-up:hover {
	transition-duration: .6s;
	transform: translateY(-8px);
}

body.dipi-hide-bottom-bar #footer-bottom {
	display: none;
}

body.dipi-fixed-footer .fixed-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

body.dipi-reveal-footer .reveal-footer {
	z-index: -1;
	position: fixed;
	bottom: 0;
	width: 100%;
}

body.dipi-reveal-footer #et-main-area {
	overflow-x: hidden;
	background: #fff;
}

.dipi-social-icon-zoom {
	transform: scale(1);
	transition-duration: .6s;
}

.dipi-social-icon-zoom:hover {
	transform: scale(1.2);
	transition-duration: .6s;
}

.dipi-social-icon-slideup {
	transition-duration: .6s;
}

.dipi-social-icon-slideup:hover {
	transition-duration: .6s;
	transform: translateY(-5px);
}

.dipi-social-icon-rotate {
	transition-duration: .6s;
	transform: rotate(0deg);
}

.dipi-social-icon-rotate:hover {
	transform: rotate(360deg);
}

.dipi-social-icon-box {
	transition: all .5s ease-in-out;
	padding: 20px;
	display: flex;
	align-items: center;
}

.dipi-hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #0087ca;
}

.dipi-hover-underline-animation::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #0087ca;
	transform-origin: bottom right;
	transition: transform .6s ease-in-out;
}

.dipi-hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

body.dipi-header-underline #main-header {
	box-shadow: none !important;
}

@media (min-width: 981px) {
	body.dipi-remove-sidebar.archive #sidebar, body.dipi-remove-sidebar.blog #sidebar {
		display: none;
	}
	
	body.dipi-remove-sidebar.archive #left-area, body.dipi-remove-sidebar.blog #left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
	
	body.dipi-remove-sidebar.archive #main-content .container:before, body.dipi-remove-sidebar.blog #main-content .container:before {
		width: 0px !important;
		background: none !important;
	}
}

body.dipi-remove-sidebar-line #main-content .container:before {
	width: 0px !important;
	background: none !important;
}

body.dipi-zoom-logo .logo_container a #logo, body.dipi-zoom-logo .et_pb_menu__logo {
	transform: scale(1);
	transition: all .6s ease-in-out;
}

body.dipi-zoom-logo .logo_container a:hover #logo, body.dipi-zoom-logo .et_pb_menu__logo:hover {
	transform: scale(1.1);
}

.dipi-author-section {
	padding: 30px 0 !important;
	position: relative;
	margin-top: 10px;
}

.dipi-author-row {
	display: flex;
	flex-direction: row;
	background: #f5f5f5;
	padding: 30px;
	border-style: solid;
}

.dipi-author-left {
	margin-right: 30px;
}

@media (max-width: 600px) {
	.dipi-author-left {
		margin-right: 15px;
	}
	
	.dipi-author-section .dipi-author-left img {
		width: 50px !important;
		height: 50px !important;
	}
	
	.dipi-author-right {
		width: calc(100% - 60px);
	}
	
	.dipi-author-section .dipi-author-row {
		padding: 40px 20px !important;
	}
}

.et_pb_scroll_top.dipi-btt-zoomin .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(1);
}

.et_pb_scroll_top.dipi-btt-zoomin:hover .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(1.1);
}

.et_pb_scroll_top.dipi-btt-zoomout .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(1);
}

.et_pb_scroll_top.dipi-btt-zoomout:hover .dipi_btt_wrapper {
	transition: all .3s ease-in;
	transform: scale(.9);
}

.et_pb_scroll_top.dipi-btt-zoomup .dipi_btt_wrapper {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.et_pb_scroll_top.dipi-btt-zoomup:hover .dipi_btt_wrapper {
	transform: translateY(-6px);
}

.et_pb_scroll_top.dipi-btt-zoomdown .dipi_btt_wrapper {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-property: transform;
	transition-timing-function: ease-out;
}

.et_pb_scroll_top.dipi-btt-zoomdown:hover .dipi_btt_wrapper {
	transform: translateY(6px);
}

.dipi-read-more-wrap {
	position: relative;
	clear: both;
	height: auto;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.dipi-read-more-button {
	position: relative;
	transition: all .3s ease-in-out;
	line-height: 0;
	overflow: hidden;
}

.dipi-read-more-button.et-pb-icon {
	position: relative;
	transition: all .3s ease-in-out;
	line-height: 1;
	text-align: center;
}

.dipi-button-icon-none:after {
	content: "" !important;
	transition: all .3s ease-in-out;
}

.dipi-read-more-button:after {
	position: absolute;
	font-family: ETmodules !important;
	opacity: 0;
	text-shadow: none;
	font-size: 32px;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1;
	text-transform: none;
	transition: all .3s;
}

.dipi-button-none {
	justify-content: flex-start;
}

.dipi-button-center {
	justify-content: center;
}

.dipi-button-right {
	justify-content: flex-end;
}

.dipi-post-nav-section.et_pb_section {
	padding: 0;
}

.dipi-post-row {
	padding: 20px 0 !important;
	margin: auto;
}

.dipi-post-row {
	border-top: solid 1px #f2f2f2;
}

.dipi-post-left {
	float: left;
	padding: 10px;
	border-radius: 100px;
	transition: all .6s ease-in-out;
}

.dipi-post-right {
	float: right;
	padding: 10px;
	border-radius: 100px;
	transition: all .6s ease-in-out;
}

.dipi-post-left a, .dipi-post-right a {
	padding: 0 5px;
}

.dipi-post-left .et-pb-icon, .dipi-post-right .et-pb-icon {
	font-size: 24px;
	line-height: 0;
	vertical-align: middle;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container>div, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container>div {
	width: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page.search:not(.woocommerce) #left-area, body.archive:not(.woocommerce) #left-area, body.blog #left-area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	transition: .3s ease;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container, body.dipi-custom-archive-page.dipi-archive-style4.search:not(.woocommerce) #left-area, body.archive.dipi-archive-style4:not(.woocommerce) #left-area, body.blog.dipi-archive-style4 #left-area {
	-moz-column-gap: 40px;
	column-gap: 40px;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page:not(.dipi-archive-style5) .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container .et_pb_salvattore_content>.column, body.dipi-custom-archive-page.search:not(.dipi-archive-style5) #left-area article.et_pb_post, body.archive #left-area article.et_pb_post, body.blog #left-area article.et_pb_post {
	flex-basis: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.search #main-content article.et_pb_post .dipi-post-wrap, #main-content .dipi-post-wrap {
	cursor: default;
	position: relative;
	padding: 30px;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .entry-featured-image-wrap, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .entry-featured-image-wrap, body.dipi-custom-archive-page.search #main-content .entry-featured-image-wrap, body.blog #main-content .entry-featured-image-wrap, body.archive #main-content .entry-featured-image-wrap {
	overflow: hidden;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .entry-featured-image-wrap .entry-featured-image-url, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .entry-featured-image-wrap .entry-featured-image-url, body.dipi-custom-archive-page.search .entry-featured-image-wrap .entry-featured-image-url, body.blog .entry-featured-image-wrap .entry-featured-image-url, body.archive .entry-featured-image-wrap .entry-featured-image-url {
	margin-bottom: 0px;
	height: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .entry-featured-image-wrap img, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .entry-featured-image-wrap img, body.dipi-custom-archive-page.search #left-area article.et_pb_post .entry-featured-image-wrap img, body.archive #left-area article.et_pb_post .entry-featured-image-wrap img, body.blog #left-area article.et_pb_post .entry-featured-image-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: center bottom 0;
}

body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style2 #left-area article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post, body.archive.dipi-archive-style2 #main-content #left-area article.et_pb_post, body.blog.dipi-archive-style2 #left-area article.et_pb_post, body.archive.dipi-archive-style3 #left-area article.et_pb_post, body.blog.dipi-archive-style3 #left-area article.et_pb_post {
	display: flex;
	flex-direction: row;
}

body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0), body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0), body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) {
	display: flex;
	flex-direction: row-reverse;
}

body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style2 #main-content .dipi-post-wrap, body.blog.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.archive.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.blog.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
	flex-basis: 50%;
}

body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area .dipi-post-wrap article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area .dipi-post-wrap article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.archive.dipi-archive-style2 #main-content .dipi-post-wrap, body.blog.dipi-archive-style2 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #main-content .dipi-post-wrap, body.blog.dipi-archive-style3 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
	flex-basis: 50%;
}

body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style4 #left-area article.et_pb_post, body.archive.dipi-archive-style4 #left-area article.et_pb_post, body.blog.dipi-archive-style4 #left-area article.et_pb_post {
	flex-basis: calc(50% - 20px);
	margin-right: 0px;
}

body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post, body.archive.dipi-archive-style5 #left-area article.et_pb_post, body.blog.dipi-archive-style5 #left-area article.et_pb_post {
	flex-basis: calc(33.33333% - 13.5px);
	margin-right: 0px;
}

@media (max-width: 980px) {
	body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post, body.archive.dipi-archive-style5 #left-area article.et_pb_post, body.blog.dipi-archive-style5 #left-area article.et_pb_post {
		flex-basis: calc(50% - 10px);
		margin-right: 0px !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(even), body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(even), body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post:nth-child(even), body.archive.dipi-archive-style5 #left-area article.et_pb_post:nth-child(even), body.blog.dipi-archive-style5 #left-area article.et_pb_post:nth-child(even) {
		margin-right: 0px !important;
	}
}

@media (min-width: 981px) {
	body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(3n+0), body.dipi-custom-archive-page.dipi-archive-style5 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(3n+0), body.dipi-custom-archive-page.search.dipi-archive-style5 #left-area article.et_pb_post:nth-child(3n+0), body.archive.dipi-archive-style5 #left-area article.et_pb_post:nth-child(3n+0), body.blog.dipi-archive-style5 #left-area article.et_pb_post:nth-child(3n+0) {
		margin-right: 0px !important;
	}
}

body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.dipi-archive-style4 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.search.dipi-archive-style4 #left-area article.et_pb_post:nth-child(2n+0), body.archive.dipi-archive-style4 #left-area article.et_pb_post:nth-child(2n+0), body.blog.dipi-archive-style4 #left-area article.et_pb_post:nth-child(2n+0) {
	margin-right: 0px !important;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post, body.archive.dipi-archive-style6 #left-area article.et_pb_post, body.blog.dipi-archive-style6 #left-area article.et_pb_post {
	display: flex;
	flex-direction: row;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0), body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0), body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0), body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) {
	display: flex;
	flex-direction: row-reverse;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
	flex-basis: 30%;
}

body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
	flex-basis: 70%;
}

@media screen and (max-width: 768px) {
	body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post, body.dipi-custom-archive-page.search #left-area article.et_pb_post, body.archive #left-area article.et_pb_post, body.blog #left-area article.et_pb_post {
		flex-basis: 100% !important;
		margin-right: 0px !important;
		display: block !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .entry-featured-image-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
		flex-basis: 100% !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style6 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post .dipi-post-wrap, body.archive.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
		flex-basis: 100% !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.archive.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.blog.dipi-archive-style2 #main-content .entry-featured-image-wrap, body.archive.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.blog.dipi-archive-style3 #main-content .entry-featured-image-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
		flex-basis: 100% !important;
	}
	
	body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style2 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post .dipi-post-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.dipi-archive-style3 .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.dipi-custom-archive-page.search.dipi-archive-style2 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #main-content .dipi-post-wrap, body.dipi-custom-archive-page.search.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.archive.dipi-archive-style2 #main-content .dipi-post-wrap, body.blog.dipi-archive-style2 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #main-content .dipi-post-wrap, body.blog.dipi-archive-style3 #main-content .dipi-post-wrap, body.archive.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap, body.blog.dipi-archive-style3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
		flex-basis: 100% !important;
	}
}

.dipi-post-inner-wrap .entry-title {
	width: 100%;
}

.dipi-image-icon-active .dipi-icon-wrap, .dipi-image-overlay-active .dipi-image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .3s ease;
}

.dipi-image-icon-active .dipi-image-icon, .dipi-image-overlay-active .dipi-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	text-align: center;
}

.dipi-image-overlay-icon-always {
	transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.dipi-image-overlay-icon-onhover {
	transition: all .6s ease-in-out;
	opacity: 0 !important;
}

.dipi-image-icon-active:hover .dipi-image-overlay-icon-onhover, .dipi-image-overlay-active:hover .dipi-image-overlay-icon-onhover {
	transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.dipi-image-icon-active .dipi-image-overlay-icon-hideonhover, .dipi-image-overlay-active .dipi-image-overlay-icon-hideonhover {
	transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.dipi-image-icon-active:hover .dipi-image-overlay-icon-hideonhover, .dipi-image-overlay-active:hover .dipi-image-overlay-icon-hideonhover {
	opacity: 0 !important;
	transition: all .6s ease-in-out;
}

.dipi-post-left .et-pb-icon {
	padding-right: 5px;
}

.dipi-post-right .et-pb-icon {
	padding-left: 5px;
}

#commentform .form-submit .et_pb_button.dipi-zoom-in, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomin, .dipi-cta-button-effect-zoomin {
	transition: all .3s ease-in-out;
	transform: scale(1);
}

#commentform .form-submit .et_pb_button.dipi-zoom-in:hover, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomin:hover, .dipi-cta-button-effect-zoomin:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.1);
}

#commentform .form-submit .et_pb_button.dipi-zoom-out, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomout, .dipi-cta-button-effect-zoomout {
	transition: all .3s ease-in;
	transform: scale(1);
}

#commentform .form-submit .et_pb_button.dipi-zoom-out:hover, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomout:hover, .dipi-cta-button-effect-zoomout:hover {
	transition: all .3s ease-in-out;
	transform: scale(.9);
}

#commentform .form-submit .et_pb_button.dipi-move-up, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-moveup, .dipi-cta-button-effect-moveup {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-property: transform;
	transition-timing-function: ease-out;
}

#commentform .form-submit .et_pb_button.dipi-move-up:hover, .et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-moveup:hover, .dipi-cta-button-effect-moveup:hover {
	transform: translateY(-2px);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomin .entry-featured-image-wrap a, body.archive article.dipi-post-zoomin .entry-featured-image-wrap a, body.blog article.dipi-post-zoomin .entry-featured-image-wrap a, .dipi-related-article-thumb.dipi-zoom-in {
	transition: all .6s ease-in-out;
	transform: scale(1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.archive article.dipi-post-zoomin:hover .entry-featured-image-wrap a, body.blog article.dipi-post-zoomin:hover .entry-featured-image-wrap a, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-in, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-in-hover {
	transition: all .6s ease-in-out;
	transform: scale(1.1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomout .entry-featured-image-wrap a, body.archive article.dipi-post-zoomout .entry-featured-image-wrap a, body.blog article.dipi-post-zoomout .entry-featured-image-wrap a, .dipi-related-article-thumb.dipi-zoom-out {
	transition: all .6s ease-in-out;
	transform: scale(1.1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.archive article.dipi-post-zoomout:hover .entry-featured-image-wrap a, body.blog article.dipi-post-zoomout:hover .entry-featured-image-wrap a, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-out, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-out-hover {
	transition: all .6s ease-in-out;
	transform: scale(1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.archive article.dipi-post-zoomrotate .entry-featured-image-wrap a, body.blog article.dipi-post-zoomrotate .entry-featured-image-wrap a, .dipi-related-article-thumb.dipi-zoom-rotate {
	transition: all .6s ease-in-out;
	height: 100%;
	width: 100%;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.archive article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, body.blog article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-rotate, .dipi-related-article-column:hover .dipi-related-article-thumb.dipi-zoom-rotate-hover {
	transform: scale(1.1) rotate(2deg);
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.dipi-custom-archive-page.search article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.archive article.dipi-post-blacktocolor .entry-featured-image-wrap a, body.blog article.dipi-post-blacktocolor .entry-featured-image-wrap a {
	filter: grayscale(100%);
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a body.dipi-custom-archive-page.search article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a, body.archive article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a, body.blog article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a {
	filter: grayscale(0%);
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox, body.dipi-custom-archive-page.search article.dipi-post-zoombox, body.archive article.dipi-post-zoombox, body.blog article.dipi-post-zoombox {
	transition: all .6s ease-in-out;
	transform: scale(1);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox:hover, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-zoombox:hover, body.dipi-custom-archive-page.search article.dipi-post-zoombox:hover, body.archive article.dipi-post-zoombox:hover, body.blog article.dipi-post-zoombox:hover {
	transition: all .6s ease-in-out;
	transform: scale(1.04);
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox, body.dipi-custom-archive-page.search article.dipi-post-slideupbox, body.archive article.dipi-post-slideupbox, body.blog article.dipi-post-slideupbox {
	transition: all .6s ease-in-out;
}

body.dipi-custom-archive-page .et_pb_module.et_pb_posts.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox:hover, body.dipi-custom-archive-page .et_pb_module.et_pb_blog_grid_wrapper.dipi-styled-blog .et_pb_ajax_pagination_container article.dipi-post-slideupbox:hover, body.dipi-custom-archive-page.search article.dipi-post-slideupbox:hover, body.archive article.dipi-post-slideupbox:hover, body.blog article.dipi-post-slideupbox:hover {
	transition: all .6s ease-in-out;
	transform: translateY(-10px);
}

@media (min-width: 320px)and (max-width: 480px) {
	body.dipi-fix-search-icon #et_top_search {
		margin: 0 15px 0 0 !important;
	}
	
	.dipi-hide-search-icon #et_top_search, .dipi-hide-search-icon .et_pb_menu__search-button {
		display: none !important;
	}
}

.et_pb_scroll_top {
	animation-fill-mode: forwards !important;
}

.pnlm-controls {
	margin-top: 20px;
	margin-left: 15px;
}

.animation-orgLogo {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInRightShort;
}

.animation-replaceLogo {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInLeftShort;
}

@keyframes fadeInRightShort {
	from {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInLeftShort {
	from {
		opacity: 0;
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

#dipi-particles-1, #dipi-particles-2 {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

#dipi-particles-1 canvas, #dipi-particles-2 canvas {
	left: 0;
	position: absolute;
	top: 0;
}

#wpadminbar ul li.divi-comingsoon-mode {
	display: flex;
	padding: 0 10px;
	background-color: #fa4907;
	color: #fff;
}

#wpadminbar ul li.divi-comingsoon-mode>.ab-item {
	line-height: 30px;
}

#wpadminbar ul li.divi-comingsoon-mode:hover>.ab-item {
	background-color: #fa4907 !important;
	color: #fff !important;
}

#wpadminbar ul li.divi-comingsoon-mode:before {
	content: "";
	font-family: "divipixel";
	padding-right: 5px;
}

/*
 *  Menu Language Switcher
 */
.menu-item-object-language_switcher .trp-flag-image {
	display: inline-block;
	margin: -1px 5px;
	vertical-align: baseline;
	padding: 0;
	border: 0;
	border-radius: 0;
}

#wp-admin-bar-wp-rocket .trp-flag-image {
	width: 18px !important;
	height: 12px !important;
}

/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher {
	height: 42px;
	position: relative;
	box-sizing: border-box;
	width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trp-language-switcher > div {
	box-sizing: border-box;
	padding: 4px 20px 3px 13px;
	border: 1.5px solid #949494;
	border-radius: 2px;
	background-image: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/isla-travel.de/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg");
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
	background-size: 8px 8px, 8px 8px;
	background-color: #fff;
}

.trp-language-switcher > div.nitro-lazy {
	background-image: none !important;
}

.trp-language-switcher > div:hover {
	background-image: none;
}

.trp-language-switcher > div:hover.nitro-lazy {
	background-image: none !important;
}

.trp-language-switcher > div > a {
	display: block;
	padding: 7px 12px;
	border-radius: 3px;
	text-decoration: none;
	color: #1e1e1e;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

.trp-language-switcher > div > a:hover {
	background: #f0f0f0;
	border-radius: 2px;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
	cursor: default;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
	background: none;
}

.trp-language-switcher > div > a > img {
	display: inline;
	margin: 0 3px;
	width: 18px;
	height: 12px;
	border-radius: 0;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
	display: inline-block;
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
	visibility: hidden;
}

.trp-language-switcher .trp-ls-shortcode-language {
	display: inline-block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
	max-height: 250px;
	overflow-y: auto;
	left: 0;
	top: 0;
	min-height: auto;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	visibility: visible;
	max-height: 250px;
	padding: 4px 13px;
	height: auto;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block !important;
	min-height: auto;
}

/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
	content: "";
	top: 3px;
}

@media screen and ( max-width: 782px ) {
	#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
		text-indent: 0;
	}
	
	#wpadminbar li#wp-admin-bar-trp_edit_translation {
		display: block;
	}
}

/*
 * Fix Language Switcher Shortcode in Elementor Popup
 */
.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
	width: 300px !important;
}

.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}

[data-tippy-root] {
	max-width: calc(100vw - 10px);
}

.tippy-box {
	position: relative;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
	outline: 0;
	transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top]>.tippy-arrow {
	bottom: 0;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	transform-origin: center top;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
	top: 0;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	transform-origin: center bottom;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
	right: 0;
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	transform-origin: center left;
}

.tippy-box[data-placement^=right]>.tippy-arrow {
	left: 0;
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333;
}

.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1;
}

.litepicker, .litepicker__backdrop, .tippy-box {
	--color-currentcolor: currentColor;
	--color-white: #fff;
	--color-white-transparent: rgba(255, 255, 255, .8);
	--color-white-65: rgba(255, 255, 255, .65);
	--color-white-35: rgba(255, 255, 255, .35);
	--color-white-15: rgba(255, 255, 255, .15);
	--color-black: #000;
	--color-black-transparent: rgba(0, 0, 0, .6);
	--color-black-transparent-low: rgba(0, 0, 0, .21);
	--color-black-32: rgba(0, 0, 0, .32);
	--color-black-75: rgba(0, 0, 0, .75);
	--color-text-primary: #000;
	--color-text-secondary: rgba(0, 0, 0, .85);
	--color-text-tertiary: rgba(0, 0, 0, .75);
	--color-text-quaternary: rgba(0, 0, 0, .65);
	--color-text: var(--color-text-primary);
	--color-primary-low: #fae6ee;
	--color-primary-moderate: #efb0c9;
	--color-primary-high: #dd548b;
	--color-primary: #cc0052;
	--color-primary-important: #cc0052;
	--color-primary-critical: #91003a;
	--color-secondary-low: #e6f2f1;
	--color-secondary-moderate: #b0d6d5;
	--color-secondary-high: #54a6a3;
	--color-secondary: #007a76;
	--color-secondary-important: #007a76;
	--color-secondary-critical: #005754;
	--color-tertiary-low: #e6f9ed;
	--color-tertiary-moderate: #b0ebc8;
	--color-tertiary-high: #00bf4c;
	--color-tertiary: #008836;
	--color-tertiary-important: #008836;
	--color-tertiary-critical: #00692a;
	--color-highlight-low: #fffce6;
	--color-highlight-moderate: #fff4b0;
	--color-highlight-high: #fd0;
	--color-highlight: #e8c900;
	--color-highlight-important: #e8c900;
	--color-highlight-critical: #b59d00;
	--color-ui-root: #fff;
	--color-ui-root-half-transparent: rgba(255, 255, 255, .5);
	--color-ui-root-transparent: rgba(255, 255, 255, .9);
	--color-ui-ground: #fff;
	--color-ui-low: #f6f9fb;
	--color-ui-moderate: #e2ecf1;
	--color-ui-high: #a3c3d2;
	--color-ui-high-transparent: rgba(163, 195, 210, .5);
	--color-ui: #748a95;
	--color-ui-important: #748a95;
	--color-ui-critical: #5a6b74;
	--color-info-low: #e6f8ff;
	--color-info-moderate: #b2e8ff;
	--color-info-high: #06b4ff;
	--color-info: #0480b5;
	--color-info-important: #0480b5;
	--color-info-critical: #03638c;
	--color-success-low: #e6f9ed;
	--color-success-moderate: #b0ebc8;
	--color-success-high: #00bf4c;
	--color-success: #008836;
	--color-success-important: #008836;
	--color-success-critical: #00692a;
	--color-error-low: #fee6e6;
	--color-error-moderate: #fbb0b0;
	--color-error-high: #f10000;
	--color-error: #ab0000;
	--color-error-important: #ab0000;
	--color-error-critical: #850000;
	--color-warning-low: #fff3e6;
	--color-warning-moderate: #ffdbb1;
	--color-warning-high: #ff8a02;
	--color-warning: #b56201;
	--color-warning-important: #b56201;
	--color-warning-critical: #8c4c01;
	--color-selected-low: #e6f2f1;
	--color-selected-moderate: #b0d6d5;
	--color-selected-high: #54a6a3;
	--color-selected: #007a76;
	--color-selected-important: #007a76;
	--color-selected-critical: #004341;
	--color-focus-low: #f6f9fb;
	--color-focus-moderate: #e2ecf1;
	--color-focus-high: #a3c3d2;
	--color-focus: #748a95;
	--color-focus-important: #748a95;
	--color-focus-critical: #5a6b74;
	--color-focus-gray: #bfbfbf;
	--color-frame-dominant-50: #e6f2f1;
	--color-frame-dominant-100: #b0d6d5;
	--color-frame-dominant-200: #8ac2c0;
	--color-frame-dominant-300: #54a6a3;
	--color-frame-dominant-400: #339591;
	--color-frame-dominant-500: #007a76;
	--color-frame-dominant-600: #006f6b;
	--color-frame-dominant-700: #005754;
	--color-frame-dominant-800: #004341;
	--color-frame-dominant-900: #003332;
	--color-heading: var(--color-secondary);
	--color-subheading: var(--color-black);
	--color-header-footer-background-low: var(--color-secondary-low);
	--color-header-footer-background-moderate: var(--color-secondary-moderate);
	--color-header-footer-background-high: var(--color-secondary-high);
	--color-header-footer-background: var(--color-secondary);
	--color-header-footer-background-important: var(--color-secondary-important);
	--color-header-footer-background-critical: var(--color-secondary-critical);
	--color-header-navigation-background: rgba(0, 0, 0, .1);
	--color-widget-heading: var(--color-heading);
	--color-widget-subheading: var(--color-subheading);
	--color-widget-text: var(--color-text);
	--color-widget-submit-background: var(--color-primary);
	--color-widget-background: transparent;
	--color-pill: #aceaa8;
	--color-reviews: #00bf4c;
	--color-badge-background: #00bf4c;
	--color-badge-text: #fff;
	--color-badge-icon: #fff;
	--color-success-active: #00ae45;
	--color-modal-backdrop: rgba(0, 51, 50, .48);
	--color-facebook: #3b5998;
	--color-twitter: #00a0d1;
	--color-linkedin: #0e76a8;
	--color-youtube: #c4302b;
	--color-pinterest: #c8232c;
	--color-instagram: #d93175;
	--color-vimeo: #00adef;
	--color-anvr: #419fe1;
}

.litepicker, .litepicker__backdrop, .tippy-box {
	--border-radius: 8px;
}

.litepicker ::selection, .litepicker__backdrop ::selection, .tippy-box ::selection {
	background: rgba(255, 221, 0, .5);
}

.litepicker ::-moz-selection, .litepicker__backdrop ::-moz-selection, .tippy-box ::-moz-selection {
	background: rgba(255, 221, 0, .5);
}

.litepicker, .litepicker__backdrop, .tippy-box {
	--font-family-heading: "Calibri";
	--font-family-text: "Calibri";
}

.litepicker h1, .litepicker h2, .litepicker__backdrop h1, .litepicker__backdrop h2, .tippy-box h1, .tippy-box h2 {
	font-family: var(--font-family-heading), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.litepicker {
	--litepicker-container-months-color-bg: var(--color-ui-root);
	--litepicker-month-header-color: var(--color-black);
	--litepicker-month-width: calc(var(--litepicker-day-width) * 7);
	--litepicker-month-weekday-color: var(--color-secondary);
	--litepicker-day-width: 40px;
	--litepicker-day-color: var(--color-black);
	--litepicker-day-color-hover: var(--color-selected-moderate);
	--litepicker-is-today-color: var(--color-black);
	--litepicker-is-in-range-color: var(--color-selected-low);
	--litepicker-is-locked-color: var(--color-black-transparent-low);
	--litepicker-is-start-color: var(--color-black);
	--litepicker-is-start-color-bg: var(--color-selected-moderate);
	--litepicker-is-start-color-bg-half: linear-gradient(to right, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%) 50%, var(--color-selected-low) 50%, var(--color-selected-low));
	--litepicker-is-start-color-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\'%3E%3Ccircle fill=\'%23a0d9d6\' cx=\'16\' cy=\'16\' r=\'16\'/%3E%3C/svg%3E");
	--litepicker-is-end-color: var(--color-white);
	--litepicker-is-end-color-bg: var(--color-selected-critical);
	--litepicker-is-end-color-bg-half: linear-gradient(to left, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 0%) 50%, var(--color-selected-low) 50%, var(--color-selected-low));
	--litepicker-is-end-color-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\'%3E%3Ccircle fill=\'%2310a29b\' cx=\'16\' cy=\'16\' r=\'16\'/%3E%3C/svg%3E");
}

:not(.datepicker-inlined-scroll)>.litepicker .month-item-name {
	font-size: calc(1.125 * var(--custom-rem, 16px));
	line-height: 1.375;
	font-weight: 600;
}

:not(.datepicker-inlined-scroll)>.litepicker .month-item-year {
	font-size: calc(1.125 * var(--custom-rem, 16px));
	line-height: 1.375;
	font-weight: 400;
}

:not(.datepicker-inlined-scroll)>.litepicker .month-item-weekdays-row {
	font-size: calc(.875 * var(--custom-rem, 16px));
	line-height: calc(1.25 * var(--custom-rem, 16px));
	font-weight: 700;
}

:not(.datepicker-inlined-scroll)>.litepicker .container__days>div {
	margin-top: calc(.25 * var(--custom-rem, 16px));
	margin-bottom: calc(.25 * var(--custom-rem, 16px));
	padding: 0;
}

@media screen and (max-width: 639px) {
	:not(.datepicker-inlined-scroll)>.litepicker .month-item-header {
		height: calc(2.75 * var(--custom-rem, 16px));
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .month-item-weekdays-row {
		width: 100%;
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__days {
		width: 100%;
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__days>div {
		margin-top: calc(.125 * var(--custom-rem, 16px));
		margin-bottom: calc(.125 * var(--custom-rem, 16px));
		height: calc(2.75 * var(--custom-rem, 16px));
	}
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(.875 * var(--custom-rem, 16px));
	line-height: calc(1.25 * var(--custom-rem, 16px));
	height: var(--litepicker-day-width);
}

@media screen and (min-width: 640px) {
	:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-today:not(.is-start-date) {
		box-sizing: border-box;
		border-radius: 99999px;
		border-width: 1px;
		border-style: solid;
		border-color: var(--color-ui-high);
	}
}

@media screen and (max-width: 639px) {
	:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-today:not(.is-start-date) {
		position: relative;
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-today:not(.is-start-date):before {
		width: 44px;
		content: "";
		position: absolute;
		top: 0;
		box-sizing: border-box;
		height: 100%;
		border-radius: 99999px;
		border-width: 1px;
		border-style: solid;
		border-color: var(--color-ui-high);
	}
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-start-date, :not(.datepicker-inlined-scroll)>.litepicker .day-item.is-end-date {
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--color-ui-root) !important;
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-start-date {
	background-image: var(--litepicker-is-start-color-bg-image), var(--litepicker-is-start-color-bg-half);
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-start-date.is-flipped {
	background-image: var(--litepicker-is-end-color-bg-image), var(--litepicker-is-end-color-bg-half);
	color: var(--litepicker-is-end-color) !important;
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-end-date {
	background-image: var(--litepicker-is-end-color-bg-image), var(--litepicker-is-end-color-bg-half);
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-end-date.is-flipped {
	background-image: var(--litepicker-is-start-color-bg-image), var(--litepicker-is-start-color-bg-half);
	color: var(--litepicker-is-start-color) !important;
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-start-date.is-end-date {
	background-image: var(--litepicker-is-end-color-bg-image);
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item:not(.is-locked, .is-end-date, .is-start-date):hover {
	box-shadow: none !important;
	color: var(--litepicker-day-color) !important;
}

@media (hover: hover) {
	:not(.datepicker-inlined-scroll)>.litepicker .day-item:not(.is-locked, .is-end-date, .is-start-date):hover {
		background-position: center;
		background-repeat: no-repeat;
		background-image: var(--litepicker-is-start-color-bg-image);
	}
}

:not(.datepicker-inlined-scroll)>.litepicker .day-item.is-start-date:hover, :not(.datepicker-inlined-scroll)>.litepicker .day-item.is-in-range:hover, :not(.datepicker-inlined-scroll)>.litepicker .day-item.is-end-date:hover {
	box-shadow: none !important;
}

:not(.datepicker-inlined-scroll)>.litepicker .month-item:not(:first-child) .button-previous-month, :not(.datepicker-inlined-scroll)>.litepicker .month-item:not(:last-child) .button-next-month {
	display: none !important;
}

:not(.datepicker-inlined-scroll)>.litepicker .button-previous-month, :not(.datepicker-inlined-scroll)>.litepicker .button-next-month {
	height: calc(2 * var(--custom-rem, 16px));
	width: calc(2 * var(--custom-rem, 16px));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
}

:not(.datepicker-inlined-scroll)>.litepicker .button-previous-month svg, :not(.datepicker-inlined-scroll)>.litepicker .button-next-month svg {
	display: none;
}

@media screen and (max-width: 639px) {
	:not(.datepicker-inlined-scroll)>.litepicker .button-previous-month, :not(.datepicker-inlined-scroll)>.litepicker .button-next-month {
		display: none;
	}
}

:not(.datepicker-inlined-scroll)>.litepicker .button-previous-month {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"%3E%3Cpath fill=\"%23000000\" d=\"M8.1 18.9C7.3 18.1 6.8 17.3 6.8 16 6.8 14.8 7.3 13.9 8.1 13.1L20.3 0.8C21.5-0.3 23.3-0.3 24.4 0.8 25.5 2 25.5 3.8 24.4 4.9L13.3 16 24.4 27.1C25.5 28.2 25.5 30 24.4 31.2 23.3 32.3 21.5 32.3 20.3 31.2L8.1 18.9Z\"/%3E%3C/svg%3E");
}

:not(.datepicker-inlined-scroll)>.litepicker .button-next-month {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"%3E%3Cpath fill=\"%23000000\" d=\"M23.9 18.9L11.7 31.2C10.5 32.3 8.7 32.3 7.6 31.2 6.5 30 6.5 28.2 7.6 27.1L18.7 16 7.6 4.9C6.5 3.8 6.5 2 7.6 0.8 8.7-0.3 10.5-0.3 11.7 0.8L23.9 13.1C24.7 13.9 25.3 14.8 25.3 16 25.3 17.3 24.7 18.1 23.9 18.9Z\"/%3E%3C/svg%3E");
}

:not(.datepicker-inlined-scroll)>.litepicker .button-next-month.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width: 640px) {
	:not(.datepicker-inlined-scroll)>.litepicker .container__months {
		width: auto;
		flex-wrap: nowrap;
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__footer {
		display: none;
	}
}

@media screen and (max-width: 399px) {
	:not(.datepicker-inlined-scroll)>.litepicker {
		bottom: 0 !important;
		height: 90%;
	}
}

@media screen and (min-width: 400px) and (max-width: 639px) {
	:not(.datepicker-inlined-scroll)>.litepicker {
		bottom: 0 !important;
		height: 90%;
	}
}

@media screen and (max-width: 639px) {
	:not(.datepicker-inlined-scroll)>.litepicker {
		--litepicker-month-width: 100%;
		--litepicker-day-width: calc(100% / 7);
		width: 100%;
		position: fixed !important;
		top: unset !important;
		right: 0 !important;
		left: 0 !important;
		transform: translateZ(0) !important;
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__main {
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		border-top-left-radius: calc(var(--border-radius) * 1.5);
		border-top-right-radius: calc(var(--border-radius) * 1.5);
		background-color: var(--color-ui-root);
	}
	
	@media (min-width: 640px) {
		:not(.datepicker-inlined-scroll)>.litepicker .container__main {
			border-radius: 0;
		}
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__months {
		margin-left: auto;
		margin-right: auto;
		margin-top: calc(3 * var(--custom-rem, 16px));
		width: 100%;
		--tw-shadow: 0 0 rgba(0, 0, 0, 0);
		--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__months .month-item {
		padding-left: calc(.75 * var(--custom-rem, 16px));
		padding-right: calc(.75 * var(--custom-rem, 16px));
	}
	
	@media (min-width: 400px) {
		:not(.datepicker-inlined-scroll)>.litepicker .container__months .month-item {
			padding-left: calc(1.25 * var(--custom-rem, 16px));
			padding-right: calc(1.25 * var(--custom-rem, 16px));
		}
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .container__months .month-item-header {
		position: sticky;
		z-index: 10;
		background-color: var(--color-ui-root-transparent);
		padding-left: 0;
		padding-right: 0;
		font-size: calc(1.125 * var(--custom-rem, 16px));
		line-height: 1.375;
		top: 60px;
		text-align: left !important;
	}
}

@media screen and (max-width: 639px) and (max-width: 399px) {
	:not(.datepicker-inlined-scroll)>.litepicker .container__months .month-item-header {
		top: 44px;
	}
}

@media screen and (max-width: 639px) {
	:not(.datepicker-inlined-scroll)>.litepicker .container__footer {
		position: absolute;
		top: 0;
		z-index: 10;
		margin: 0;
		box-sizing: border-box;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		border-radius: calc(var(--border-radius) * 1.5);
		background-color: var(--color-ui-root-transparent);
		padding: calc(.75 * var(--custom-rem, 16px));
		font-size: calc(.875 * var(--custom-rem, 16px));
		line-height: calc(1.25 * var(--custom-rem, 16px));
		font-weight: 700;
		--tw-shadow: 0 0 rgba(0, 0, 0, 0);
		--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	}
	
	@media (min-width: 400px) {
		:not(.datepicker-inlined-scroll)>.litepicker .container__footer {
			padding: calc(1.25 * var(--custom-rem, 16px));
		}
	}
	
	@media (min-width: 640px) {
		:not(.datepicker-inlined-scroll)>.litepicker .container__footer {
			display: none;
			border-radius: 0;
		}
	}
	
	:not(.datepicker-inlined-scroll)>.litepicker .day-item {
		max-height: 50px;
	}
}

.datepicker-inlined-scroll>.litepicker {
	--litepicker-container-months-color-bg: transparent;
	--litepicker-month-weekday-color: var(--color-text-tertiary);
	--litepicker-month-width: 100%;
	--litepicker-day-width: calc(100% / 7);
	width: 100%;
	position: relative !important;
	display: block !important;
	transform: translateZ(0) !important;
}

.datepicker-inlined-scroll>.litepicker .month-item-name {
	font-size: calc(1.125 * var(--custom-rem, 16px));
	line-height: 1.375;
	font-weight: 600;
}

.datepicker-inlined-scroll>.litepicker .month-item-year {
	font-size: calc(1.125 * var(--custom-rem, 16px));
	line-height: 1.375;
	font-weight: 400;
}

.datepicker-inlined-scroll>.litepicker .month-item-weekdays-row {
	width: 100%;
	border-bottom-width: 1px;
	border-color: var(--color-ui-high);
	padding-left: calc(.75 * var(--custom-rem, 16px));
	padding-right: calc(.75 * var(--custom-rem, 16px));
	font-size: calc(.875 * var(--custom-rem, 16px));
	line-height: calc(1.25 * var(--custom-rem, 16px));
	font-weight: 700;
}

@media (min-width: 400px) {
	.datepicker-inlined-scroll>.litepicker .month-item-weekdays-row {
		padding-left: calc(1.25 * var(--custom-rem, 16px));
		padding-right: calc(1.25 * var(--custom-rem, 16px));
	}
}

.datepicker-inlined-scroll>.litepicker .container__days>div {
	margin-top: calc(.125 * var(--custom-rem, 16px));
	margin-bottom: calc(.125 * var(--custom-rem, 16px));
	height: calc(2.75 * var(--custom-rem, 16px));
	padding: 0;
}

.datepicker-inlined-scroll>.litepicker .month-item-header {
	height: calc(2.75 * var(--custom-rem, 16px));
}

.datepicker-inlined-scroll>.litepicker .container__days {
	box-sizing: border-box;
	width: 100%;
	padding-left: calc(.75 * var(--custom-rem, 16px));
	padding-right: calc(.75 * var(--custom-rem, 16px));
}

@media (min-width: 400px) {
	.datepicker-inlined-scroll>.litepicker .container__days {
		padding-left: calc(1.25 * var(--custom-rem, 16px));
		padding-right: calc(1.25 * var(--custom-rem, 16px));
	}
}

:not(.datepicker-inlined-scroll)>.litepicker .button-previous-month.nitro-lazy {
	background-image: none !important;
}

.datepicker-inlined-scroll>.litepicker .day-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(.875 * var(--custom-rem, 16px));
	line-height: calc(1.25 * var(--custom-rem, 16px));
	height: var(--litepicker-day-width);
}

.datepicker-inlined-scroll>.litepicker .day-item.is-today:not(.is-start-date) {
	position: relative;
}

.datepicker-inlined-scroll>.litepicker .day-item.is-today:not(.is-start-date):before {
	width: 44px;
	content: "";
	position: absolute;
	top: 0;
	box-sizing: border-box;
	height: 100%;
	border-radius: 99999px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-ui-high);
}

.datepicker-inlined-scroll>.litepicker .day-item.is-start-date, .datepicker-inlined-scroll>.litepicker .day-item.is-end-date {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.datepicker-inlined-scroll>.litepicker .day-item.is-start-date {
	background-image: var(--litepicker-is-start-color-bg-image), var(--litepicker-is-start-color-bg-half);
}

.datepicker-inlined-scroll>.litepicker .day-item.is-start-date.is-flipped {
	background-image: var(--litepicker-is-end-color-bg-image), var(--litepicker-is-end-color-bg-half);
	color: var(--litepicker-is-end-color) !important;
}

.datepicker-inlined-scroll>.litepicker .day-item.is-end-date {
	background-image: var(--litepicker-is-end-color-bg-image), var(--litepicker-is-end-color-bg-half);
}

.datepicker-inlined-scroll>.litepicker .day-item.is-end-date.is-flipped {
	background-image: var(--litepicker-is-start-color-bg-image), var(--litepicker-is-start-color-bg-half);
	color: var(--litepicker-is-start-color) !important;
}

.datepicker-inlined-scroll>.litepicker .day-item.is-start-date.is-end-date {
	background-image: var(--litepicker-is-end-color-bg-image);
}

.datepicker-inlined-scroll>.litepicker .day-item:not(.is-locked, .is-end-date, .is-start-date):hover {
	box-shadow: none !important;
	color: var(--litepicker-day-color) !important;
}

@media (hover: hover) {
	.datepicker-inlined-scroll>.litepicker .day-item:not(.is-locked, .is-end-date, .is-start-date):hover {
		background-position: center;
		background-repeat: no-repeat;
		background-image: var(--litepicker-is-start-color-bg-image);
	}
}

.datepicker-inlined-scroll>.litepicker .day-item.is-start-date:hover, .datepicker-inlined-scroll>.litepicker .day-item.is-in-range:hover, .datepicker-inlined-scroll>.litepicker .day-item.is-end-date:hover {
	box-shadow: none !important;
}

.datepicker-inlined-scroll>.litepicker .button-previous-month, .datepicker-inlined-scroll>.litepicker .button-next-month {
	display: none !important;
}

.datepicker-inlined-scroll>.litepicker .container__months {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.datepicker-inlined-scroll>.litepicker .container__months .month-item {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.datepicker-inlined-scroll>.litepicker .container__months .month-item-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: rgba(246, 249, 251, var(--tw-bg-opacity));
	--tw-bg-opacity: .5;
	padding-left: calc(.75 * var(--custom-rem, 16px));
	padding-right: calc(.75 * var(--custom-rem, 16px));
	font-size: calc(1.125 * var(--custom-rem, 16px));
	line-height: 1.375;
	--tw-backdrop-blur: blur(4px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 400px) {
	.datepicker-inlined-scroll>.litepicker .container__months .month-item-header {
		padding-left: calc(1.25 * var(--custom-rem, 16px));
		padding-right: calc(1.25 * var(--custom-rem, 16px));
	}
}

.datepicker-inlined-scroll>.litepicker .container__months .month-item-header {
	text-align: left !important;
}

.datepicker-inlined-scroll>.litepicker .container__footer {
	display: none;
}

.datepicker-inlined-scroll>.litepicker .day-item {
	max-height: 50px;
}

.litepicker__backdrop {
	position: fixed;
	inset: 0;
	z-index: 50;
	max-height: 90%;
	background-color: var(--color-modal-backdrop);
}

@media (max-width: 399px) {
	.popover {
		position: fixed !important;
		right: 0 !important;
		left: 0 !important;
		transform: translateZ(0) !important;
	}
	
	.popover:not(.popover--top) {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		top: auto !important;
		bottom: 0 !important;
		max-height: 90%;
	}
}

@media (min-width: 400px) and (max-width: 639px) {
	.popover {
		position: fixed !important;
		right: 0 !important;
		left: 0 !important;
		transform: translateZ(0) !important;
	}
	
	.popover:not(.popover--top) {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		top: auto !important;
		bottom: 0 !important;
		max-height: 90%;
	}
}

@media (min-width: 640px) and (max-width: 1039px) {
	.popover--mobile-view-up-to-lg {
		position: fixed !important;
		right: 0 !important;
		left: 0 !important;
		transform: translateZ(0) !important;
	}
	
	.popover--mobile-view-up-to-lg:not(.popover--top) {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		top: auto !important;
		bottom: 0 !important;
	}
}

@media (min-width: 640px) {
	.popover__arrow, .popover__arrow:before {
		position: absolute;
		width: 8px;
		height: 8px;
		background: var(--color-ui-root);
	}
	
	.popover__arrow {
		visibility: hidden;
	}
	
	.popover__arrow:before {
		content: "";
		transform: rotate(45deg);
		visibility: visible;
	}
	
	.popover[aria-expanded^=true] {
		height: auto;
	}
	
	.popover[data-popper-placement^=top]>.popover__arrow {
		bottom: -4px;
	}
	
	.popover[data-popper-placement^=bottom]>.popover__arrow {
		top: -4px;
	}
	
	.popover[data-popper-placement^=left]>.popover__arrow {
		right: -4px;
	}
	
	.popover[data-popper-placement^=right]>.popover__arrow {
		left: -4px;
	}
}

.tippy-box[data-theme~=sc-theme] {
	background-color: var(--color-ui-critical);
	font-family: var(--font-family-heading), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: calc(.75 * var(--custom-rem, 16px));
	line-height: calc(1 * var(--custom-rem, 16px));
	color: var(--color-white-transparent);
}

.tippy-box[data-theme~=sc-theme][data-placement^=top]>.tippy-arrow:before {
	border-top-color: var(--color-ui-critical);
}

.tippy-box[data-theme~=sc-theme][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: var(--color-ui-critical);
}

.tippy-box[data-theme~=sc-theme][data-placement^=left]>.tippy-arrow:before {
	border-left-color: var(--color-ui-critical);
}

.tippy-box[data-theme~=sc-theme][data-placement^=right]>.tippy-arrow:before {
	border-right-color: var(--color-ui-critical);
}

/**
 * Primary Styles for EventON Calendar Front-end
 * @version	5.0
 * @license EventON CSS Assets

 Copyright (C) 2011-2025 AshanJay Designs LLC.

 PROPRIETARY LICENSE - All Rights Reserved

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of these CSS files (the "Assets") solely for personal use in conjunction with
 a valid EventON license, subject to the following conditions:

 1. You may use these Assets on websites you own or manage.
 2. You may NOT redistribute, resell, sublicense, or publish these Assets
    in whole or in part, including in plugin/theme bundles, marketplaces,
    or GPL download sites.
 3. You may NOT remove or modify this copyright notice.
 4. These Assets are provided "AS IS" WITHOUT WARRANTY OF ANY KIND.
 5. Violation of these terms may result in license revocation and legal action.

 Trademark: "EventON" is a trademark of AshanJay Designs LLC.
 Contact: info@myeventon.com

 THE ASSETS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR   
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 STYLEMIXTHEMES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE ASSETS OR THE USE OR OTHER DEALINGS IN THE ASSETS.

*/

/* ROOT */
:root {
	--evo_font_1: "Poppins", sans-serif;
	--evo_font_2: "Noto Sans", arial;
	--evo_font_weight: 800;
	--evo_color_1: #202124;
	--evo_color_2: #656565;
	--evo_cl_b40: rgba(0, 0, 0, 40%);
	--evo_cl_b30: rgba(0, 0, 0, 30%);
	--evo_cl_b20: rgba(0, 0, 0, 20%);
	--evo_cl_b10: rgba(0, 0, 0, 10%);
	--evo_cl_b5: rgba(0, 0, 0, 5%);
	--evo_cl_w: rgba(256, 256, 256, 100%);
	--evo_boxcolor_1: #f0f0f0;
	--evo_linecolor_1: #d4d4d4;
	--evo_cl_link: #2b97ed;
	--evo_color_link: #656565;
	--evo_color_prime: #00aafb;
	--evo_color_second: #fed584;
	--evo_color_white: #fff;
	--evo_color_green: #69c33b;
	--evo_color_red: #ff5953;
	--evo-image-size: 140px;
	--evo_ett_color: var(--evo_color_1);
}

/* animations */
@keyframes evo_blinking_red {
	0% {
		opacity: 1;
	}
	
	49% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes initloader {
	0% {
		left: 0%;
		margin-left: -300px;
	}
	
	100% {
		left: 100%;
		margin-left: 200px;
	}
}

@keyframes preload_anim {
	0% {}
	
	100% {
		transform: translateX(140%);
	}
}

@keyframes pinupdown {
	100% {
		top: 45%;
		bottom: 60px;
	}
}

/* General reusable styles @since 4.3.5 u4.7.2 */

/* padding and margin */
.pad0, .evopad0 {
	padding: 0px;
}

.pad5, .evopad5 {
	padding: 5px;
}

.pad10, .evopad10 {
	padding: 10px;
}

.pad15, .evopad15 {
	padding: 15px;
}

.pad20, .evopad20 {
	padding: 20px;
}

.pad25, .evopad25 {
	padding: 25px;
}

.pad30, .evopad30 {
	padding: 30px;
}

.pad35, .evopad {
	padding: 35px;
}

.pad40, .evopad40 {
	padding: 40px;
}

.pad45, .evopad45 {
	padding: 45px;
}

.pad50, .evopad50 {
	padding: 50px;
}

.pad60, .evopad60 {
	padding: 60px;
}

.pad70, .evopad70 {
	padding: 70px;
}

.pad80, .evopad80 {
	padding: 80px;
}

.mar0, .evomar0 {
	margin: 0px;
}

.mar5, .evomar5 {
	margin: 5px;
}

.mar10, .evomar10 {
	margin: 10px;
}

.mar15, .evomar15 {
	margin: 15px;
}

.mar20, .evomar20 {
	margin: 20px;
}

.mar25, .evomar25 {
	margin: 25px;
}

.mar30, .evomar30 {
	margin: 30px;
}

.evomar35, .mar35 {
	margin: 35px;
}

.mar40, .evomar40 {
	margin: 40px;
}

.mar5, .evomar5 {
	margin: 5px;
}

.mar10, .evomar10 {
	margin: 10px;
}

.mar15, .evomar15 {
	margin: 15px;
}

.mar20, .evomar20 {
	margin: 20px;
}

.mar25, .evomar25 {
	margin: 25px;
}

.mar30, .evomar30 {
	margin: 30px;
}

.mar35, .evomar35 {
	margin: 35px;
}

.mar40, .evomar40 {
	margin: 40px;
}

.mar45, .evomar45 {
	margin: 45px;
}

.mar50, .evomar50 {
	margin: 50px;
}

.mar55, .evomar55 {
	margin: 55px;
}

.mar60, .evomar60 {
	margin: 60px;
}

.mar65, .evomar65 {
	margin: 65px;
}

.mar70, .evomar70 {
	margin: 70px;
}

.mar75, .evomar75 {
	margin: 75px;
}

.mar80, .evomar80 {
	margin: 80px;
}

.mar85, .evomar85 {
	margin: 85px;
}

.mar90, .evomar90 {
	margin: 90px;
}

.mart5, .evomart5 {
	margin-top: 5px;
}

.mart10, .evomart10 {
	margin-top: 10px;
}

.mart15, .evomart15 {
	margin-top: 15px;
}

.mart20, .evomart20 {
	margin-top: 20px;
}

.mart25, .evomart25 {
	margin-top: 25px;
}

.mart30, .evomart30 {
	margin-top: 30px;
}

.mart35, .evomart35 {
	margin-top: 35px;
}

.mart40, .evomart40 {
	margin-top: 40px;
}

.mart45, .evomart45 {
	margin-top: 45px;
}

.mart50, .evomart50 {
	margin-top: 50px;
}

.mart55, .evomart55 {
	margin-top: 55px;
}

.mart60, .evomart60 {
	margin-top: 60px;
}

.mart65, .evomart65 {
	margin-top: 65px;
}

.mart70, .evomart70 {
	margin-top: 70px;
}

.mart75, .evomart75 {
	margin-top: 75px;
}

.mart80, .evomart80 {
	margin-top: 80px;
}

.mart85, .evomart85 {
	margin-top: 85px;
}

.mart90, .evomart90 {
	margin-top: 90px;
}

.marb5, .evomarb5 {
	margin-bottom: 5px;
}

.marb10, .evomarb10 {
	margin-bottom: 10px;
}

.marb15, .evomarb15 {
	margin-bottom: 15px;
}

.marb20, .evomarb20 {
	margin-bottom: 20px;
}

.marb25, .evomarb25 {
	margin-bottom: 25px;
}

.marb30, .evomarb30 {
	margin-bottom: 30px;
}

.marb35, .evomarb35 {
	margin-bottom: 35px;
}

.marb40, .evomarb40 {
	margin-bottom: 40px;
}

.marb45, .evomarb45 {
	margin-bottom: 45px;
}

.marb50, .evomarb50 {
	margin-bottom: 50px;
}

.marb55, .evomarb55 {
	margin-bottom: 55px;
}

.marb60, .evomarb60 {
	margin-bottom: 60px;
}

.marb65, .evomarb65 {
	margin-bottom: 65px;
}

.marb70, .evomarb70 {
	margin-bottom: 70px;
}

.marb75, .evomarb75 {
	margin-bottom: 75px;
}

.marb80, .evomarb80 {
	margin-bottom: 80px;
}

.marb85, .evomarb85 {
	margin-bottom: 85px;
}

.marb90, .evomarb90 {
	margin-bottom: 90px;
}

.marl5, .evomarl5 {
	margin-left: 5px;
}

.marl10, .evomarl10 {
	margin-left: 10px;
}

.marl15, .evomarl15 {
	margin-left: 15px;
}

.marl20, .evomarl20 {
	margin-left: 20px;
}

.marl25, .evomarl25 {
	margin-left: 25px;
}

.marl30, .evomarl30 {
	margin-left: 30px;
}

.marl35, .evomarl35 {
	margin-left: 35px;
}

.marl40, .evomarl40 {
	margin-left: 40px;
}

.marl45, .evomarl45 {
	margin-left: 45px;
}

.marl50, .evomarl50 {
	margin-left: 50px;
}

.marl55, .evomarl55 {
	margin-left: 55px;
}

.marl60, .evomarl60 {
	margin-left: 60px;
}

.marl65, .evomarl65 {
	margin-left: 65px;
}

.marl70, .evomarl70 {
	margin-left: 70px;
}

.marl75, .evomarl75 {
	margin-left: 75px;
}

.marl80, .evomarl80 {
	margin-left: 80px;
}

.marl85, .evomarl85 {
	margin-left: 85px;
}

.marl90, .evomarl90 {
	margin-left: 90px;
}

.marr5, .evomarr5 {
	margin-right: 5px;
}

.marr10, .evomarr10 {
	margin-right: 10px;
}

.marr15, .evomarr15 {
	margin-right: 15px;
}

.marr20, .evomarr20 {
	margin-right: 20px;
}

.marr25, .evomarr25 {
	margin-right: 25px;
}

.marr30, .evomarr30 {
	margin-right: 30px;
}

.marr35, .evomarr35 {
	margin-right: 35px;
}

.marr40, .evomarr40 {
	margin-right: 40px;
}

.marr45, .evomarr45 {
	margin-right: 45px;
}

.marr50, .evomarr50 {
	margin-right: 50px;
}

.marr55, .evomarr55 {
	margin-right: 55px;
}

.marr60, .evomarr60 {
	margin-right: 60px;
}

.marr65, .evomarr65 {
	margin-right: 65px;
}

.marr70, .evomarr70 {
	margin-right: 70px;
}

.marr75, .evomarr75 {
	margin-right: 75px;
}

.marr80, .evomarr80 {
	margin-right: 80px;
}

.marr85, .evomarr85 {
	margin-right: 85px;
}

.marr90, .evomarr90 {
	margin-right: 90px;
}

.pad5, .evopad5 {
	padding: 5px;
}

.pad10, .evopad10 {
	padding: 10px;
}

.pad15, .evopad15 {
	padding: 15px;
}

.pad20, .evopad20 {
	padding: 20px;
}

.pad25, .evopad25 {
	padding: 25px;
}

.pad30, .evopad30 {
	padding: 30px;
}

.pad35, .evopad35 {
	padding: 35px;
}

.pad40, .evopad40 {
	padding: 40px;
}

.pad45, .evopad45 {
	padding: 45px;
}

.pad50, .evopad50 {
	padding: 50px;
}

.pad55, .evopad55 {
	padding: 55px;
}

.pad60, .evopad60 {
	padding: 60px;
}

.pad65, .evopad65 {
	padding: 65px;
}

.pad70, .evopad70 {
	padding: 70px;
}

.pad75, .evopad75 {
	padding: 75px;
}

.pad80, .evopad80 {
	padding: 80px;
}

.pad85, .evopad85 {
	padding: 85px;
}

.pad90, .evopad90 {
	padding: 90px;
}

.padt5, .evopadt5 {
	padding-top: 5px;
}

.padt10, .evopadt10 {
	padding-top: 10px;
}

.padt15, .evopadt15 {
	padding-top: 15px;
}

.padt20, .evopadt20 {
	padding-top: 20px;
}

.padt25, .evopadt25 {
	padding-top: 25px;
}

.padt30, .evopadt30 {
	padding-top: 30px;
}

.padt35, .evopadt35 {
	padding-top: 35px;
}

.padt40, .evopadt40 {
	padding-top: 40px;
}

.padt45, .evopadt45 {
	padding-top: 45px;
}

.padt50, .evopadt50 {
	padding-top: 50px;
}

.padt55, .evopadt55 {
	padding-top: 55px;
}

.padt60, .evopadt60 {
	padding-top: 60px;
}

.padt65, .evopadt65 {
	padding-top: 65px;
}

.padt70, .evopadt70 {
	padding-top: 70px;
}

.padt75, .evopadt75 {
	padding-top: 75px;
}

.padt80, .evopadt80 {
	padding-top: 80px;
}

.padt85, .evopadt85 {
	padding-top: 85px;
}

.padt90, .evopadt90 {
	padding-top: 90px;
}

.padb5, .evopadb5 {
	padding-bottom: 5px;
}

.padb10, .evopadb10 {
	padding-bottom: 10px;
}

.padb15, .evopadb15 {
	padding-bottom: 15px;
}

.padb20, .evopadb20 {
	padding-bottom: 20px;
}

.padb25, .evopadb25 {
	padding-bottom: 25px;
}

.padb30, .evopadb30 {
	padding-bottom: 30px;
}

.padb35, .evopadb35 {
	padding-bottom: 35px;
}

.padb40, .evopadb40 {
	padding-bottom: 40px;
}

.padb45, .evopadb45 {
	padding-bottom: 45px;
}

.padb50, .evopadb50 {
	padding-bottom: 50px;
}

.padb55, .evopadb55 {
	padding-bottom: 55px;
}

.padb60, .evopadb60 {
	padding-bottom: 60px;
}

.padb65, .evopadb65 {
	padding-bottom: 65px;
}

.padb70, .evopadb70 {
	padding-bottom: 70px;
}

.padb75, .evopadb75 {
	padding-bottom: 75px;
}

.padb80, .evopadb80 {
	padding-bottom: 80px;
}

.padb85, .evopadb85 {
	padding-bottom: 85px;
}

.padb90, .evopadb90 {
	padding-bottom: 90px;
}

.padl5, .evopadl5 {
	padding-left: 5px;
}

.padl10, .evopadl10 {
	padding-left: 10px;
}

.padl15, .evopadl15 {
	padding-left: 15px;
}

.padl20, .evopadl20 {
	padding-left: 20px;
}

.padl25, .evopadl25 {
	padding-left: 25px;
}

.padl30, .evopadl30 {
	padding-left: 30px;
}

.padl35, .evopadl35 {
	padding-left: 35px;
}

.padl40, .evopadl40 {
	padding-left: 40px;
}

.padl45, .evopadl45 {
	padding-left: 45px;
}

.padl50, .evopadl50 {
	padding-left: 50px;
}

.padl55, .evopadl55 {
	padding-left: 55px;
}

.padl60, .evopadl60 {
	padding-left: 60px;
}

.padl65, .evopadl65 {
	padding-left: 65px;
}

.padl70, .evopadl70 {
	padding-left: 70px;
}

.padl75, .evopadl75 {
	padding-left: 75px;
}

.padl80, .evopadl80 {
	padding-left: 80px;
}

.padl85, .evopadl85 {
	padding-left: 85px;
}

.padl90, .evopadl90 {
	padding-left: 90px;
}

.padr5, .evopadr5 {
	padding-right: 5px;
}

.padr10, .evopadr10 {
	padding-right: 10px;
}

.padr15, .evopadr15 {
	padding-right: 15px;
}

.padr20, .evopadr20 {
	padding-right: 20px;
}

.padr25, .evopadr25 {
	padding-right: 25px;
}

.padr30, .evopadr30 {
	padding-right: 30px;
}

.padr35, .evopadr35 {
	padding-right: 35px;
}

.padr40, .evopadr40 {
	padding-right: 40px;
}

.padr45, .evopadr45 {
	padding-right: 45px;
}

.padr50, .evopadr50 {
	padding-right: 50px;
}

.padr55, .evopadr55 {
	padding-right: 55px;
}

.padr60, .evopadr60 {
	padding-right: 60px;
}

.padr65, .evopadr65 {
	padding-right: 65px;
}

.padr70, .evopadr70 {
	padding-right: 70px;
}

.padr75, .evopadr75 {
	padding-right: 75px;
}

.padr80, .evopadr80 {
	padding-right: 80px;
}

.padr85, .evopadr85 {
	padding-right: 85px;
}

.padr90, .evopadr90 {
	padding-right: 90px;
}

/* padding combinations */
.evopad0-10 {
	padding: 0px 10px;
}

.evopad0-15 {
	padding: 0px 15px;
}

.evopad0-20 {
	padding: 0px 20px;
}

.evopad0-10 {
	padding: 0px 10px;
}

.evopad5-10 {
	padding: 5px 10px;
}

.evopad5-15 {
	padding: 5px 15px;
}

.evopad5-20 {
	padding: 5px 20px;
}

.evopad10-15 {
	padding: 10px 15px;
}

.evopad10-20 {
	padding: 10px 20px;
}

.evopad5-25 {
	padding: 5px 25px;
}

.evopad10-25 {
	padding: 10px 25px;
}

.evopad5-30 {
	padding: 5px 30px;
}

.evopad10-30 {
	padding: 10px 30px;
}

.evopad15-30 {
	padding: 15px 30px;
}

/* important padding push */
.evopad0i {
	padding: 0 !important;
}

.evopad5i {
	padding: 5px !important;
}

.evopad10i {
	padding: 10px !important;
}

.evopad15i {
	padding: 15px !important;
}

.evopad20i {
	padding: 20px !important;
}

.evopad25i {
	padding: 25px !important;
}

.evopad30i {
	padding: 30px !important;
}

.evopad35i {
	padding: 35px !important;
}

.evopad40i {
	padding: 40px !important;
}

.evopad45i {
	padding: 45px !important;
}

.evopad50i {
	padding: 50px !important;
}

.evopad55i {
	padding: 55px !important;
}

.evopad60i {
	padding: 60px !important;
}

.evopad65i {
	padding: 65px !important;
}

.evopad70i {
	padding: 70px !important;
}

.evopad75i {
	padding: 75px !important;
}

.evopad80i {
	padding: 80px !important;
}

.evopad85i {
	padding: 85px !important;
}

.evopad90i {
	padding: 90px !important;
}

.evopad95i {
	padding: 95px !important;
}

.evopad100i {
	padding: 100px !important;
}

.evopadt0i {
	padding-top: 0 !important;
}

.evopadt5i {
	padding-top: 5px !important;
}

.evopadt10i {
	padding-top: 10px !important;
}

.evopadt15i {
	padding-top: 15px !important;
}

.evopadt20i {
	padding-top: 20px !important;
}

.evopadt25i {
	padding-top: 25px !important;
}

.evopadt30i {
	padding-top: 30px !important;
}

.evopadl0i {
	padding-left: 0 !important;
}

.evopadl5i {
	padding-left: 5px !important;
}

.evopadl10i {
	padding-left: 10px !important;
}

.evopadl15i {
	padding-left: 15px !important;
}

.evopadl20i {
	padding-left: 20px !important;
}

.evopadl25i {
	padding-left: 25px !important;
}

.evopadl30i {
	padding-left: 30px !important;
}

.evopadb0i {
	padding-bottom: 0 !important;
}

.evopadb5i {
	padding-bottom: 5px !important;
}

.evopadb10i {
	padding-bottom: 10px !important;
}

.evopadb15i {
	padding-bottom: 15px !important;
}

.evopadb20i {
	padding-bottom: 20px !important;
}

.evopadb25i {
	padding-bottom: 25px !important;
}

.evopadb30i {
	padding-bottom: 30px !important;
}

.evopadr0i {
	padding-right: 0 !important;
}

.evopadr5i {
	padding-right: 5px !important;
}

.evopadr10i {
	padding-right: 10px !important;
}

.evopadr15i {
	padding-right: 15px !important;
}

.evopadr20i {
	padding-right: 20px !important;
}

.evopadr25i {
	padding-right: 25px !important;
}

.evopadr30i {
	padding-right: 30px !important;
}

/* important margin push */
.evomar0i {
	margin: 0 !important;
}

.evomar5i {
	margin: 5px !important;
}

.evomar10i {
	margin: 10px !important;
}

.evomar15i {
	margin: 15px !important;
}

.evomar20i {
	margin: 20px !important;
}

.evomar25i {
	margin: 25px !important;
}

.evomar30i {
	margin: 30px !important;
}

.evomar35i {
	margin: 35px !important;
}

.evomar40i {
	margin: 40px !important;
}

.evomar45i {
	margin: 45px !important;
}

.evomar50i {
	margin: 50px !important;
}

.evomar55i {
	margin: 55px !important;
}

.evomar60i {
	margin: 60px !important;
}

.evomar65i {
	margin: 65px !important;
}

.evomar70i {
	margin: 70px !important;
}

.evomar75i {
	margin: 75px !important;
}

.evomar80i {
	margin: 80px !important;
}

.evomar85i {
	margin: 85px !important;
}

.evomar90i {
	margin: 90px !important;
}

.evomar95i {
	margin: 95px !important;
}

.evomar100i {
	margin: 100px !important;
}

.evomart0i {
	margin-top: 0 !important;
}

.evomart5i {
	margin-top: 5px !important;
}

.evomart10i {
	margin-top: 10px !important;
}

.evomart15i {
	margin-top: 15px !important;
}

.evomart20i {
	margin-top: 20px !important;
}

.evomart25i {
	margin-top: 25px !important;
}

.evomart30i {
	margin-top: 30px !important;
}

.evomarl0i {
	margin-left: 0 !important;
}

.evomarl5i {
	margin-left: 5px !important;
}

.evomarl10i {
	margin-left: 10px !important;
}

.evomarl15i {
	margin-left: 15px !important;
}

.evomarl20i {
	margin-left: 20px !important;
}

.evomarl25i {
	margin-left: 25px !important;
}

.evomarl30i {
	margin-left: 30px !important;
}

.evomarb0i {
	margin-bottom: 0 !important;
}

.evomarb5i {
	margin-bottom: 5px !important;
}

.evomarb10i {
	margin-bottom: 10px !important;
}

.evomarb15i {
	margin-bottom: 15px !important;
}

.evomarb20i {
	margin-bottom: 20px !important;
}

.evomarb25i {
	margin-bottom: 25px !important;
}

.evomarb30i {
	margin-bottom: 30px !important;
}

.evomarr0i {
	margin-right: 0 !important;
}

.evomarr5i {
	margin-right: 5px !important;
}

.evomarr10i {
	margin-right: 10px !important;
}

.evomarr15i {
	margin-right: 15px !important;
}

.evomarr20i {
	margin-right: 20px !important;
}

.evomarr25i {
	margin-right: 25px !important;
}

.evomarr30i {
	margin-right: 30px !important;
}

/*-- transition --*/
#evcal_list .eventon_list_event .desc_trig, .evcal_evdata_img, .event_description .evcal_close, .evcal_btn, .evo_sort_btn, .calendar_header  .evcal_arrows, .desc_trig, .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after, .evcal_desc .evcal_desc3 em.evocmd_button, .evo_metarow_socialmedia a.evo_ss, a.evo_ss, .evo_metarow_socialmedia a.evo_ss i, .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop, .evo_trans_sc1-1, .evo_btn_arr, .evo_btn_arr i, .evo_btn_arr_circ, .evo_transit_all {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.evo_trans_sc1_1 {
	transform: scale(1);
}

.evo_trans_sc1_1:hover {
	transform: scale(1.1);
}

.evo_trans_sc1_09:hover {
	transform: scale(1.09);
}

.evo_trans_sc1_08:hover {
	transform: scale(1.08);
}

.evo_trans_sc1_07:hover {
	transform: scale(1.07);
}

.evo_trans_sc1_06:hover {
	transform: scale(1.06);
}

.evo_trans_sc1_05:hover {
	transform: scale(1.05);
}

.evo_trans_sc1_04:hover {
	transform: scale(1.04);
}

.evo_trans_sc1_03:hover {
	transform: scale(1.03);
}

.evo_trans_sc1_02:hover {
	transform: scale(1.02);
}

.evo_boxsh_1:hover {
	box-shadow: 0px 0px 14px 0px #acbbca !important;
}

/* border radius */
.evobr50p {
	border-radius: 50%;
}

.borderr5, .evobr5 {
	border-radius: 5px;
}

.borderr8, .evobr8 {
	border-radius: 8px;
}

.borderr10, .evobr10 {
	border-radius: 10px;
}

.borderr15, .evobr15 {
	border-radius: 15px;
}

.borderr20, .evobr20 {
	border-radius: 20px;
}

.borderr25, .evobr25 {
	border-radius: 25px;
}

.borderr30, .evobr30 {
	border-radius: 30px;
}

.borderr40, .evobr40 {
	border-radius: 40px;
}

.borderr50, .evobr50 {
	border-radius: 50px;
}

.evobr5i {
	border-radius: 5px !important;
}

.evobr10i {
	border-radius: 10px !important;
}

.evobr15i {
	border-radius: 15px !important;
}

.evobr20i {
	border-radius: 20px !important;
}

.evobr25i {
	border-radius: 25px !important;
}

.evobr30i {
	border-radius: 30px !important;
}

.evobr45i {
	border-radius: 45px !important;
}

.evobr50i {
	border-radius: 50px !important;
}

/* border */

/* border */
.evo_borderb, .evoborderb {
	border-bottom: 1px solid var(--evo_linecolor_1);
}

.evo_bordert, .evobordert {
	border-top: 1px solid var(--evo_linecolor_1);
}

.evo_border, .evoborder {
	border: 1px solid var(--evo_linecolor_1);
}

.evo_border, .evobrdA1 {
	border: 1px solid var(--evo_linecolor_1);
}

.evobrc1 {
	border-color: var(--evo_color_1);
}

.evobrdA2 {
	border: 2px solid var(--evo_linecolor_1);
}

.evobrdB1 {
	border: 1px solid var(--evo_color_1);
}

.evobrdB2 {
	border: 2px solid var(--evo_color_1);
}

.evo_bordern, .evobrn {
	border: none;
}

/* color */
.evocl1 {
	color: var(--evo_color_1);
}

.evocl1i {
	color: var(--evo_color_1) !important;
}

.evocl2 {
	color: var(--evo_color_2);
}

.evocl2i {
	color: var(--evo_color_2) !important;
}

.evoclw {
	color: var(--evo_color_white);
}

.evoclp {
	color: var(--evo_color_prime);
}

.evocls {
	color: var(--evo_color_second);
}

/* background color */
.evobgc1, .evobgcl1 {
	background-color: var(--evo_color_1);
}

.evobgc2, .evobgcl2 {
	background-color: var(--evo_color_2);
}

.evobgc3 {
	background-color: var(--evo_boxcolor_1);
}

.evobgcw, .evobgclw {
	background-color: var(--evo_color_white);
}

.evobgcwi, .evobgclwi {
	background-color: var(--evo_color_white) !important;
}

.evobgcp, .evobgclp {
	background-color: var(--evo_color_prime);
}

.evobgcs, .evobgcls {
	background-color: var(--evo_color_second);
}

.evobgclt {
	background-color: transparent;
}

.evobgpc {
	background-position: center;
}

.evobgsc {
	background-size: cover;
}

/* flex & display */
.dfx, .evodfx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.dfxi, .evodfxi {
	display: flex !important;
}

.difx, .evodifx {
	display: inline-flex;
}

.difxi, .evodifxi {
	display: inline-flex !important;
}

.fx_wrap, .fww {
	flex-wrap: wrap;
}

.dtb {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.dtbr {
	display: table-row;
}

.dtbc {
	display: table-cell;
	position: relative;
}

.evogap5 {
	gap: 5px;
}

.evogap10 {
	gap: 10px;
}

.evogap15 {
	gap: 15px;
}

.evogap20 {
	gap: 20px;
}

.fx_jc_c, .jcc, .evo_fx_jc_c, .evofx_jc_c, .evofxjcc {
	-ms-flex-pack: center;
	justify-content: center;
}

.fx_jc_sb, .evofx_jc_sb, .evofxjcsb {
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.fx_jc_se, .evofxjcse {
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.fx_jc_sa, .evofxjcsa {
	-ms-flex-pack: space-around;
	justify-content: space-around;
}

.fx_jc_fe, .evofxjcfe {
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.fx_jc_fs, .evofxjcfs {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.fx_ai_c, .aic, .evo_fx_ai_c, .evofx_ai_c, .evofxaic {
	align-items: center;
}

.fx_ai_fe, .evofx_ai_fe, .evofxaife {
	align-items: flex-end;
}

.fx_ai_fs, .evofx_ai_fs, .evofxaifs {
	align-items: flex-start;
}

.fx_dr_c, .evofx_dr_c, .evofxdrc {
	flex-direction: column;
}

.fx_dr_cr, .evofx_dr_cr, .evofxdrcr {
	flex-direction: column-reverse;
}

.fx_dr_r, .evofx_dr_r, .evofxdrr {
	flex-direction: row;
}

.fx_dr_rr, .evofx_dr_rr, .evofxdrrr {
	flex-direction: row-reverse;
}

.evofx_ww, .evofxww {
	flex-wrap: wrap;
}

.fx_b_50, .evofx_b_50 {
	flex-basis: 50%;
}

.fx_1_1, .evofx_1_1, .evofx_1, .evofx1 {
	flex: 1 1;
}

.evofx_110, .evofx110 {}

.evofx_100, .evofx100 {
	flex: 1 0 0%;
}

.evofx_10a, .evofx10a {
	flex: 1 0 auto;
}

.evofx00a {
	flex: 0 0 auto;
}

.fx_g1, .evo_fx_g1, .evofx_g1 {
	flex-grow: 1;
}

.dn, .evo_dn, .evodn {
	display: none;
}

.evodni {
	display: none !important;
}

.db, .evo_db, .evodb {
	display: block;
}

.dib, .evo_dib, .evodib {
	display: inline-block;
}

/* font */
.fsn, .evofsn {
	font-style: normal;
}

.evofsi {
	font-style: italic;
}

.fwb, .evofwb {
	font-weight: bold;
}

.fwn, .evofwn {
	font-weight: normal;
}

.fw400, .evofw400 {
	font-weight: 400;
}

.fw700, .evofw700 {
	font-weight: 700;
}

.fw900, .evofw900 {
	font-weight: 900;
}

.fw900i, .evofw900i {
	font-weight: 900 !important;
}

.evofz12 {
	font-size: 12px;
}

.evofz14 {
	font-size: 14px;
}

.evofz16 {
	font-size: 16px;
}

.evofz18 {
	font-size: 18px;
}

.evofz24 {
	font-size: 24px;
}

.evofz30 {
	font-size: 30px;
}

.evofz36 {
	font-size: 36px;
}

.evofz42 {
	font-size: 42px;
}

.evofz48 {
	font-size: 48px;
}

.evofz54 {
	font-size: 54px;
}

.evofz60 {
	font-size: 60px;
}

.evofz72 {
	font-size: 72px;
}

.evofz12i {
	font-size: 12px !important;
}

.evofz14i {
	font-size: 14px !important;
}

.evofz16i {
	font-size: 16px !important;
}

.evofz18i {
	font-size: 18px !important;
}

.evofz24i {
	font-size: 24px !important;
}

.evofz30i {
	font-size: 30px !important;
}

.evofz36i {
	font-size: 36px !important;
}

.evofz42i {
	font-size: 42px !important;
}

.evofz48i {
	font-size: 48px !important;
}

.evofz54i {
	font-size: 54px !important;
}

.evofz60i {
	font-size: 60px !important;
}

.evofz72i {
	font-size: 72px !important;
}

.evoff_1 {
	font-family: var(--evo_font_1);
}

.evoff_1i {
	font-family: var(--evo_font_1) !important;
}

.evoff_2 {
	font-family: var(--evo_font_2);
}

.evoff_2i {
	font-family: var(--evo_font_2) !important;
}

.evolh1 {
	line-height: 1;
}

.evolh12 {
	line-height: 1.2;
}

.evolh13 {
	line-height: 1.3;
}

.evolh14 {
	line-height: 1.4;
}

.evolh15 {
	line-height: 1.5;
}

/* hover effects */
.evoHbc:hover {
	border-color: var(--evo_color_1);
}

.evoHbgc:hover {
	background-color: var(--evo_color_1);
}

.evoHbgci:hover {
	background-color: var(--evo_color_1) !important;
}

.evoHbgcw:hover {
	background-color: var(--evo_cl_w);
}

.evoHbgcwi:hover {
	background-color: var(--evo_cl_w) !important;
}

.evoHbgcprime:hover {
	background-color: var(--evo_color_prime);
}

.evoHbrc1:hover {
	border-color: var(--evo_color_1);
}

.evoHcw:hover {
	color: var(--evo_cl_w);
}

.evoHcwi:hover {
	color: var(--evo_cl_w) !important;
}

.evoHcl1:hover {
	color: var(--evo_color_1);
}

.evo_curp, .evocurp {
	cursor: pointer;
}

.evo_hover_op4:hover {
	opacity: .4;
}

.evo_hover_op5:hover {
	opacity: .5;
}

.evo_hover_op6:hover {
	opacity: .6;
}

.evo_hover_op7:hover {
	opacity: .7;
}

.evohoon:hover {
	outline: none;
}

.evohoop6:hover {
	opacity: .6;
}

.evohoop7:hover {
	opacity: .7;
}

.evohoop8:hover {
	opacity: .8;
}

/* opacity */
.evoop0 {
	opacity: 0;
}

.evoop1 {
	opacity: .1;
}

.evoop2 {
	opacity: .2;
}

.evoop3 {
	opacity: .3;
}

.evoop4 {
	opacity: .4;
}

.evoop5 {
	opacity: .5;
}

.evoop6 {
	opacity: .6;
}

.evoop7 {
	opacity: .7;
}

.evoop8 {
	opacity: .8;
}

.evoop9 {
	opacity: .9;
}

.evoop10 {
	opacity: 1;
}

/* position */
.evoposr {
	position: relative;
}

.evoposa {
	position: absolute;
}

.evoposf {
	position: fixed;
}

.evoposri {
	position: relative !important;
}

.evoposai {
	position: absolute !important;
}

.evoposfi {
	position: fixed !important;
}

/* Top position classes */
.evotop0 {
	top: 0px;
}

.evotop5 {
	top: 5px;
}

.evotop10 {
	top: 10px;
}

.evotop15 {
	top: 15px;
}

.evotop20 {
	top: 20px;
}

.evotop25 {
	top: 25px;
}

.evotop30 {
	top: 30px;
}

.evotop35 {
	top: 35px;
}

.evotop40 {
	top: 40px;
}

.evotop45 {
	top: 45px;
}

.evotop50 {
	top: 50px;
}

/* Bottom position classes */
.evobot0 {
	bottom: 0px;
}

.evobot5 {
	bottom: 5px;
}

.evobot10 {
	bottom: 10px;
}

.evobot15 {
	bottom: 15px;
}

.evobot20 {
	bottom: 20px;
}

.evobot25 {
	bottom: 25px;
}

.evobot30 {
	bottom: 30px;
}

.evobot35 {
	bottom: 35px;
}

.evobot40 {
	bottom: 40px;
}

.evobot45 {
	bottom: 45px;
}

.evobot50 {
	bottom: 50px;
}

/* Left position classes */
.evoleft0 {
	left: 0px;
}

.evoleft5 {
	left: 5px;
}

.evoleft10 {
	left: 10px;
}

.evoleft15 {
	left: 15px;
}

.evoleft20 {
	left: 20px;
}

.evoleft25 {
	left: 25px;
}

.evoleft30 {
	left: 30px;
}

.evoleft35 {
	left: 35px;
}

.evoleft40 {
	left: 40px;
}

.evoleft45 {
	left: 45px;
}

.evoleft50 {
	left: 50px;
}

/* Right position classes */
.evoright0 {
	right: 0px;
}

.evoright5 {
	right: 5px;
}

.evoright10 {
	right: 10px;
}

.evoright15 {
	right: 15px;
}

.evoright20 {
	right: 20px;
}

.evoright25 {
	right: 25px;
}

.evoright30 {
	right: 30px;
}

.evoright35 {
	right: 35px;
}

.evoright40 {
	right: 40px;
}

.evoright45 {
	right: 45px;
}

.evoright50 {
	right: 50px;
}

/* visibility 4.8.2*/

/* sizing */
.evow100p {
	width: 100%;
}

.evow50p {
	width: 50%;
}

.wid33, .evow33p {
	width: 33.3%;
}

.wid66, .evow66p {
	width: 66.6%;
}

.evoh100p {
	height: 100%;
}

.evoh50p {
	height: 50%;
}

.evoh33p {
	height: 33.3%;
}

.evoh66p {
	height: 66.6%;
}

.evow100pi {
	width: 100% !important;
}

.evoh100pi {
	height: 100% !important;
}

.evow100pi {
	width: 50% !important;
}

/* text decoration */
.ttu, .evottu, .evottuc {
	text-transform: uppercase;
}

.evottc {
	text-transform: capitalize;
}

.evottlc {
	text-transform: lowercase;
}

.evottn {
	text-transform: none;
}

.evottui {
	text-transform: none !important;
}

.tal, .evotal {
	text-align: left;
}

.tar, .evotar {
	text-align: right;
}

.tac, .evotac {
	text-align: center;
}

.evotdn {
	text-decoration: none;
}

.evotdu {
	text-decoration: underline;
}

/* Other */
.wid33 {
	width: 33.3%;
}

.wid66 {
	width: 66.6%;
}

.fleft {
	float: left;
}

.evoboxbb {
	box-sizing: border-box;
}

.evoboxcb {
	box-sizing: content-box;
}

.evo_of_h {
	overflow: hidden;
}

.evoboxsn {
	box-shadow: none;
}

.evoboxsni {
	box-shadow: none !important;
}

.evooln {
	outline: none;
}

/*-- calendar general styles --*/

/* data box */
.evo_databox {
	background-color: var(--evo_boxcolor_1);
	border-radius: 15px;
}

.ajde_evcal_calendar {
	width: 100%;
	text-align: left;
	white-space: normal;
	position: relative;
	color: var(--evo_color_1);
	padding-bottom: 10px;
}

.ajde_evcal_calendar img, .evo_location_map img {
	max-width: none;
	box-shadow: none !important;
	display: block;
}

.ajde_evcal_calendar .gmnoprint img {
	max-width: none !important;
}

.ajde_evcal_calendar > * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.evcal_evdata_row .padt5 {
	padding-top: 5px;
}

.evcal_evdata_row .padb10 {
	padding-bottom: 10px;
}

.evcal_evdata_row {
	box-sizing: border-box;
}

.bordr {
	border-right: 1px solid #f1f1f1;
}

body .ajde_evcal_calendar a, .ajde_evcal_calendar a:hover {
	text-decoration: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.ajde_evcal_calendar ul, #evcal_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ajde_evcal_calendar .eventon_list_event {
	margin-left: 0px;
	list-style: none;
}

.ajde_evcal_calendar strong {
	font-weight: normal;
}

.ajde_evcal_calendar .eventon_desc_in strong {
	font-weight: bold;
}

.eventon_desc_in img {
	max-width: 100%;
}

.ajde_evcal_calendar .eventon_events_list p {
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* event details text */
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul {
	font-style: normal;
	font-size: 13px;
	padding-left: 15px;
	color: #808080;
}

.ajde_evcal_calendar .eventon_list_event  .desc_trig_outter, .ajde_evcal_calendar.eventon_single_event #evcal_list p.desc_trig_outter, .eventon_events_list .desc_trig_outter, .desc_trig_outter a.evcal_list_a {
	margin: 0;
}

body .evo_hide {
	display: none;
}

.ajde_evcal_calendar .eventon_list_event  .desc_trig_outter, .eventon_events_list .desc_trig_outter {
	margin-bottom: 0 !important;
}

/* general Fonts */
body .ajde_evcal_calendar h4.evo_h4, .evo_lightbox h4.evo_h4, .evo_content_in h4.evo_h4 {
	color: var(--evo_color_1);
	padding: 0px;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
}

/* font styles */
.eventon_list_event .evoet_cx span.evcal_event_title, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, h2.evo_h2, h3.evo_h3, h4.evo_h4, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .eventon_main_section  #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .ajde_evcal_calendar .evcal_month_line p, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title, .evo_eventon_live_now_section h3 {
	font-weight: 800;
}

/* primary font */
.ajde_evcal_calendar .calendar_header p, .eventon_events_list .eventon_list_event .evoet_cx span.evoet_dayblock span, .evo_pop_body .evoet_cx span.evoet_dayblock span, .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evo_lightbox_content h3.evo_h3, h2.evo_h2, h3.evo_h3, h4.evo_h4, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .evo_metarow_ICS .evcal_evdata_cell p a, .eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2, .eventon_list_event .evoet_cx span.evcal_event_title, .evoet_cx span.evcal_desc2, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, .evotax_term_card .evotax_term_details h2, .evotax_term_card h3.evotax_term_subtitle, .ajde_evcal_calendar .evo_sort_btn, .eventon_main_section  #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar .evcal_month_line, .eventon_event .event_excerpt_in h3, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title, .evo_eventon_live_now_section h3, .evo_tab_view .evo_tabs p.evo_tab, .evo_metarow_virtual .evo_live_now_tag {
	font-family: var(--evo_font_1);
}

/* secondary */
.ajde_evcal_calendar .eventon_events_list p, .evo_lightbox p, .eventon_events_list .eventon_list_event .evoet_cx span, .evo_pop_body .evoet_cx span, .eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .evo_pop_body .evoet_cx span.evcal_event_subtitle, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn, .evcal_btn, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput, .evcal_evdata_row .evcal_evdata_cell p, #evcal_list .eventon_list_event p.no_events, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evoGuideCall em, .evo_cal_above span, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, .eventon_sort_line p, .eventon_filter_line p, .evo_filter_menu p, .evcal_evdata_row {
	font-family: var(--evo_font_2);
}

.evopopclose, .evolbclose {
	font-family: var(--evo_font_2);
}

/* font awesome icon override for backword compatibility */
.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i, .eventon_list_event .fa, .evo_lightbox .fa {
	font-family: "evo_FontAwesome", "evo_FontAwesomeB" !important;
	font-size: 18px;
	font-weight: bold !important;
}

/** eventON Button **/
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_lightbox .evcal_btn, body .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn, .evcal_btn {
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	padding: 12px 25px !important;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 20px;
	border: none;
	color: #fff;
	background: var(--evo_color_prime);
	font-style: normal;
	cursor: pointer;
	line-height: 1;
}

.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover, .evcal_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.eventon_list_event .evo_btn_secondary, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary, .evo_lightbox .evcal_btn.evo_btn_secondary, body .evcal_btn.evo_btn_secondary, #evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary, .evcal_btn.evo_btn_secondary, .evo_btn_secondary {
	color: #fff;
	text-transform: uppercase;
	background-color: #d2d2d2;
	cursor: pointer;
}

.eventon_list_event .evo_btn_secondary:hover, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover, .evo_lightbox .evcal_btn.evo_btn_secondary:hover, body .evcal_btn.evo_btn_secondary:hover, #evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover, .eventon_list_event .evo_btn_secondary:hover, .evcal_btn.evo_btn_secondary:hover, .evo_btn_secondary:hover {
	color: #fff;
	background-color: #bebebe;
	text-decoration: none;
}

.evo_expand_more_btn {
	background-color: var(--evo_color_second);
	height: 50px;
	width: 50px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex: 1 0 auto;
}

.evo_expand_more_btn.sm {
	height: 30px;
	width: 30px;
	flex: 0 0 30px;
}

.evo_expand_more_btn.sm i {
	font-size: 14px;
}

/* button with arrow to right */
.evo_btn_arr {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	background-color: var(--evo_color_prime);
	border-radius: 25px;
	padding: 3px 20px !important;
	color: var(--evo_cl_w) !important;
	text-transform: uppercase;
	font-family: var(--evo_font_1);
	line-height: 1;
	outline: none;
	box-shadow: none;
	border: none;
}

.evo_btn_arr:hover {
	opacity: .7;
}

.evo_btn_arr:hover i, .evcal_evdata_row .evo_btn_arr:hover i.fa-chevron-right {
	transform: translateX(4px);
}

.evo_btn_arr i, .evcal_evdata_row .evo_btn_arr i.fa-chevron-right {
	height: 25px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	color: var(--evo_cl_w);
	font-size: 10px;
	margin-left: 10px;
	font-weight: 700;
}

/* button - circle with chevron-right */
.evo_btn_arr_circ {
	border: none;
	box-shadow: none;
	border-radius: 50%;
	font-size: 30px;
	display: flex;
	flex: 0 0 auto;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	background-color: var(--evo_color_prime);
	color: var(--evo_cl_w);
	cursor: pointer;
	padding: 0;
	box-sizing: border-box;
}

.evo_btn_arr_circ i {
	font-size: 18px;
	padding: 0;
}

.evo_btn_arr_circ:hover {
	transform: scale(1.2);
}

/* Button with curved border - just curved border*/
.evobtn_jcb {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 10px !important;
	border-radius: 25px;
	border: 1px solid var(--evo_linecolor_1);
	background-color: var(--evo_color_white);
}

.evobtn_jcb:hover {
	border: 1px solid var(--evo_color_1);
	background-color: var(--evo_linecolor_1);
	text-decoration: none !important;
}

/* remove default button styles @4.9.13*/
.evo_nonbtn {
	border: none;
	box-shadow: none;
	background-color: transparent;
	outline: none;
}

/*-- event calendar head --*/
.ajde_evcal_calendar .calendar_header {
	/*min-height:37px;*/
	padding: 0px;
	margin: 5px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ajde_evcal_calendar .evo_layout_changer {
	position: absolute;
	right: 0;
	z-index: 3;
}

.ajde_evcal_calendar .evo_layout_changer i {
	margin-left: 5px;
	opacity: .3;
	cursor: pointer;
}

.ajde_evcal_calendar .evo_layout_changer i:hover {
	opacity: .5;
}

.ajde_evcal_calendar .evo_layout_changer i.on {
	opacity: .7;
}

.ajde_evcal_calendar.ul .calendar_header {
	min-height: 0;
	margin: 0;
}

/*.ajde_evcal_calendar #evcal_prev .fa{ margin-left: -6px;}*/
.ajde_evcal_calendar #evcal_next {
	margin-left: 7px;
}

/*.ajde_evcal_calendar #evcal_next .fa{margin-left: -4px;}*/
.ajde_evcal_calendar a#evcal_prev:hover {
	background-position: -5px -17px;
}

.ajde_evcal_calendar a#evcal_next:hover {
	background-position: -20px -17px;
}

.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evo_footer_nav p {
	line-height: 1.3;
	margin: 0 !important;
	font-size: 42px;
	font-weight: normal;
	color: var(--evo_color_1);
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 0px;
	width: auto;
}

.ajde_evcal_calendar .calendar_header p.evo_cal_other_header {
	font-weight: 700;
	padding-bottom: 10px;
	margin: 0px;
	display: block;
	line-height: 100%;
	height: auto;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i, .evo_footer_nav .evcal_arrows:hover i {
	border-color: #fff;
}

.ajde_evcal_calendar .calendar_header .evo_arrow, .ajde_evcal_calendar .calendar_header .evcal_arrows, .evo_footer_nav .evcal_arrows {
	height: 35px;
	width: 35px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid var(--evo_color_1);
	border-radius: 50%;
	color: var(--evo_color_1);
	position: relative;
	padding: 0;
}

.ajde_evcal_calendar .calendar_header p.evo_arrows, .evo_footer_nav p.evo_arrows {
	display: flex;
}

.ajde_evcal_calendar .calendar_header .evo_header_title.right .evo_header_mo, .ajde_evcal_calendar .evo_footer_nav.right {
	justify-content: space-between;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover, .evo_footer_nav .evcal_arrows:hover {
	background-color: var(--evo_color_1);
	color: var(--evo_cl_w);
}

.evo_footer_nav {
	padding-top: 10px;
	display: flex;
	align-items: center;
}

.evo_cal_above_right {
	float: right;
}

.evo_month_title em {
	font-style: normal;
}

/* EventON Loader animation @updated 4.9 */

/* HTML: <div class="evoloading_2"></div> */
.evoloading_2 {
	position: relative;
	overflow: hidden;
}

.evoloading_2:before {
	content: "";
	position: absolute;
	backdrop-filter: blur(3px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.evoloading_2:after {
	content: "";
	position: absolute;
	z-index: 60;
	width: 60px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(circle closest-side, #2c2c2c 90%, rgba(0, 0, 0, 0));
	background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
	background-size: calc(100% / 3) 100%;
	animation: evoloader_2 1s infinite linear;
	top: 50%;
	left: 0;
	margin-left: calc(50% - 30px);
	margin-top: -7px;
}

@keyframes evoloader_2 {
	33% {
		background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
	}
	
	50% {
		background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
	}
	
	66% {
		background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
	}
}

/* loader @version 3 - prime color circle @4.7.2 @u 4.9*/
@keyframes evo_loader_ring {
	to {
		transform: rotate(360deg);
	}
}

.evoloading_3, body .evorow.loading, body .evorow.evoloading, body .evoloading {
	position: relative;
	min-height: 120px;
}

.evoloading_3:before, body .evorow.loading:before, body .evorow.evoloading:before, body .evoloading:before {
	content: "";
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 8px;
	border-radius: 50%;
	animation: evo_loader_ring .7s linear infinite;
	border-top: 8px solid var(--evo_color_prime);
	border-right: 8px solid transparent;
	left: calc(50% - 32px);
	top: calc(50% - 50px);
	z-index: 3;
}

.evoloading_3:after, body .evorow.loading:after, body .evorow.evoloading:after, body .evoloading:after {
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, .55);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	box-sizing: border-box;
	left: 0;
	backdrop-filter: blur(2px);
	border-radius: 20px;
}

/* Pre loading animations u4.6 */
.evo_ajax_load_events span {
	display: block;
	height: 90px;
	width: 100%;
	margin: 0 0 5px 0;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.evo_ajax_load_events span:before {
	content: "";
	width: 300px;
	height: 100%;
	display: block;
	background: #f7f7f7;
	background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(241, 240, 240, 1) 25%, rgba(241, 240, 240, 1) 75%, rgba(247, 247, 247, 1) 100%);
	position: absolute;
	left: 0;
	animation-name: initloader;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode: none;
	animation-delay: 0s;
}

.evo_ajax_load_events span:nth-child(2):before {
	animation-delay: .1s;
}

.evo_ajax_load_events span:nth-child(3):before {
	animation-delay: .2s;
}

.ajde_evcal_calendar.ajax_loading_cal #evcal_list {
	border: none;
}

.evo_preloading {
	position: relative;
	overflow: hidden;
	background-color: #e2e2e2 !important;
}

.evo_preloading:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #f7f7f7;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .3) 50%, transparent 100%);
	position: absolute;
	left: 0;
	animation: preload_anim 1.5s ease-in-out 0s infinite normal none running;
	top: 0;
	transform: translateX(-100%);
}

/* use this from 4.6*/
.evo_loading_bar_holder {
	display: flex;
	width: 100%;
	flex-direction: column;
	min-height: 300px;
}

.evolb_content.evopad0 .evo_loading_bar_holder {
	padding: 20px;
	box-sizing: border-box;
}

.evo_loading_bar_holder.noMinH {
	min-height: auto;
}

.evo_loading_bar_holder .nest1 {
	display: flex;
	gap: 10px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	border-radius: 15px;
	padding: 10px 10px 0;
	margin-bottom: 5px;
}

.evo_loading_bar_holder .nesthold {
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
}

.evo_loading_bar_holder .nesthold.c {
	flex-direction: column;
}

.evo_loading_bar_holder .nesthold.r {
	flex-direction: row;
}

.evo_loading_bar_holder .nesthold.g5 {
	gap: 5px;
}

.evo_loading_bar_holder .nesthold.g10 {
	gap: 10px;
}

.evo_loading_bar_holder .nesthold.g20 {
	gap: 20px;
}

.evo_loading_bar_holder .nest1 .evo_loading_bar {
	background-color: #e9e9e9;
}

body .evo_loading_bar {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 30px;
	background-color: #e9e9e9;
	border-radius: 10px;
}

body .evorow .evo_loading_bar {
	background-color: #e6e6e6 !important;
}

body .evorow .evo_loading_bar:before, .evo_loading_bar:before {
	background: linear-gradient(90deg, rgba(233, 233, 233, 1) 0%, rgba(226, 226, 226, 1) 25%, rgba(226, 226, 226, 1) 75%, rgba(233, 233, 233, 1) 100%);
}

.evo_loading_bar.wid_90 {
	width: 90%;
}

.evo_loading_bar.wid_80 {
	width: 80%;
}

.evo_loading_bar.wid_70 {
	width: 70%;
}

.evo_loading_bar.wid_50 {
	width: 50%;
}

.evo_loading_bar.wid_40 {
	width: 40%;
}

.evo_loading_bar.wid_30 {
	width: 30%;
}

.evo_loading_bar.wid_25 {
	width: 25%;
}

.evo_loading_bar.hi_150 {
	height: 150px;
	flex: 0 1 150px;
}

.evo_loading_bar.hi_100 {
	height: 100px;
	flex: 0 1 100px;
}

.evo_loading_bar.hi_50 {
	height: 50px;
	flex: 0 1 50px;
}

.evo_loading_bar.hi_30 {
	height: 30px;
	flex: 0 1 30px;
}

.evo_loading_bar:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	animation: preload_anim 1.5s ease-in-out 0s infinite normal none running;
	top: 0;
	transform: translateX(-100%);
}

/* more specific */
.evo_loading_bar_holder.loading_e .e1 {
	flex: 0 1 100px;
}

.evo_loading_bar_holder.loading_e .e2 {
	flex: 1;
}

.evo_loading_bar_holder.loading_e_tile {
	flex-direction: row;
	flex-wrap: wrap;
}

.evo_loading_bar_holder.loading_e_tile .nesthold {
	flex-direction: column;
	gap: 0;
}

.evo_loading_bar_holder.loading_e_tile .nest1 {
	width: calc(50% - 10px);
	margin: 0 10px 10px 0;
}

.evo_loading_bar_holder.loading_taxlb {
	align-items: center;
}

.evo_loading_bar_holder.loading_taxlb .nest2 {
	flex: 1;
}

/* loader on button 4.7.4*/
@keyframes evoanim_001 {
	100% {
		transform: rotate(1turn);
	}
}

.evo_btn_loader, .evobtn_loader, body .evobtn_loader, body .evcal_btn.evobtn_loader {
	position: relative;
	padding-right: 35px !important;
}

.evo_btn_loader:after, .evobtn_loader:after {
	content: "";
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(farthest-side, var(--evo_color_1) 94%, rgba(0, 0, 0, 0)) top/5px 5px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, var(--evo_color_1));
	-webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 5px), #000 0);
	animation: evoanim_001 1s infinite linear;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
}

/* replace button text with loader circle @4.9.8 */
.evobtn_loader.full {
	text-indent: -99999px;
}

.evobtn_loader.full:after {
	content: "";
	right: auto;
	margin-left: -10px;
}

/*-- event loading deprecating 4.6 --*/
#eventon_loadbar {
	height: 5px;
	width: 100%;
	border-radius: 10px;
	margin: 10px 0;
	background-color: #efefef;
	display: none;
	position: relative;
	overflow: hidden;
}

@keyframes fontbulger {
	0% {
		left: 0%;
		margin-left: -50px;
	}
	
	100% {
		left: 100%;
		margin-left: -50px;
	}
}

#eventon_loadbar:before {
	content: "";
	width: 100px;
	height: 100%;
	display: block;
	background-color: #f5b87a;
	position: absolute;
	left: 0;
	animation-name: fontbulger;
	animation-duration: .7s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-fill-mode: none;
	animation-delay: 0s;
}

#eventon_loadbar_section {
	height: auto;
	width: 100%;
	margin-top: 6px;
}

.evoloadbar:before {
	content: "";
	display: block;
	height: 5px;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	border-bottom: 5px solid #efefef;
}

.evoloadbar:after {
	content: "";
	width: 100px;
	height: 5px;
	display: block;
	background-color: #f5b87a;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	animation-name: fontbulger;
	animation-duration: .7s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-fill-mode: none;
	animation-delay: 0s;
}

.evoloadbar.bottom:before {
	bottom: 0;
	top: auto;
}

.evoloadbar.bottom:after {
	bottom: 0;
	top: auto;
}

/* cal header buttons */
.calendar_header .cal_head_btn {}

.calendar_header button.cal_head_btn .eventon_sort_line {
	display: none;
}

.calendar_header button.cal_head_btn.show .eventon_sort_line {
	display: block;
}

/* Jumper */
.evo-jumper {
	margin-bottom: 5px;
	position: relative;
}

.calendar_header .cal_head_btn {
	background-color: var(--evo_color_2);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 10px;
	margin-bottom: 5px;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 4px;
	min-height: 25px;
	line-height: 25px;
	position: relative;
	border: none;
}

.calendar_header button.cal_head_btn.vis, .calendar_header button.cal_head_btn.vis.evo-gototoday-btn {
	display: inline-block;
}

.calendar_header button.cal_head_btn.evo-gototoday-btn {
	display: none;
}

.calendar_header button.evo-search {
	min-height: 20px;
}

.calendar_header button:hover {
	opacity: .8;
}

.calendar_header button.cal_head_btn.vis {
	background-color: var(--evo_color_1);
}

.evo_j_container {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
}

.ajde_evcal_calendar .calendar_header .evo_j_dates {
	margin-bottom: 5px;
}

body .ajde_evcal_calendar .calendar_header .evo_j_dates .legend {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 12px;
	padding: 0px;
	border-radius: 5px;
	line-height: 100%;
	height: auto;
	background-color: transparent;
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover {
	opacity: .7;
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current {
	background-color: #cfcfcf;
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
	background-color: var(--evo_color_second);
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a {
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	color: var(--evo_color_2);
	background-color: #f5f5f5;
	margin: 0 5px 5px 0;
	border-radius: 8px;
	font-size: 13px;
	line-height: 18px;
	font-family: var(--evo_font_1);
	font-weight: bold;
	text-align: center;
}

.ajde_evcal_calendar .calendar_header .evo_j_dates.evo_j_years .legend a {
	width: auto;
}

.ajde_evcal_calendar .calendar_header .evo_j_months {
	position: relative;
}

/* widget */
#evcal_widget .ajde_evcal_calendar .calendar_header .evo_j_dates .legend {
	font-size: 10px;
}

#evcal_widget #evcal_head .evo_j_dates .legend a {
	padding: 4px;
	font-size: 9px;
	min-width: 15px;
}

#evcal_widget .event_description .evo_metarow_time_location .evcal_col50 {
	display: block;
	width: 100%;
	border-right: none;
}

/* Calendar FILERING */
.eventon_sorting_section, .evo_filter_bar {
	margin: 0 0 10px;
	padding: 10px;
	background-color: #f3f3f3;
	border-radius: 15px;
	position: relative;
	display: none;
}

.eventon_sorting_section.vis, .evo_filter_bar.vis {
	display: flex;
	justify-content: space-between;
}

.eventon_sort_line .evs, .eventon_sort_line .evs_3 p, .eventon_sf_field, .eventon_filter_selection {
	margin-right: 5px;
	position: relative;
}

.evo_filter_menu {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 1000;
}

.evo_filter_menu .eventon_filter_dropdown {
	width: 250px;
	max-height: 400px;
	overflow: auto;
}

.evo_filter_menu .eventon_filter_dropdown::-webkit-scrollbar {
	width: 8px;
}

.evo_filter_menu .eventon_filter_dropdown::-webkit-scrollbar-thumb {
	background-color: var(--evo_color_2);
	border-radius: 10px;
}

.evo_filter_menu .eventon_filter_dropdown::-webkit-scrollbar-track {}

.evo_filter_menu .eventon_filter_dropdown p {}

.evo_filter_menu .evo_filter_inside {}

/* filter nav */
.evo_filter_bar .evo_filter_nav {
	position: absolute;
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, rgba(224, 224, 224, 0) 0%, #f3f3f3 60%);
	display: none;
	align-items: center;
}

.evo_filter_bar .evo_filter_nav.vis {
	display: flex;
}

.evo_filter_bar .evo_filter_nav .fa {
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid var(--evo_cl_b40);
	display: flex;
	height: 30px;
	width: 30px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
	transition: box-shadow .2s cubic-bezier(.2, 0, 0, 1);
}

.evo_filter_bar .evo_filter_nav .fa:hover {
	transform: scale(1.04);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.evo_filter_bar .evo_filter_nav.evo_filter_l {
	padding-right: 50px;
	left: 0px;
	padding-left: 10px;
	background: linear-gradient(90deg, #f3f3f3 60%, rgba(224, 224, 224, 0) 100%);
}

.evo_filter_bar .evo_filter_nav.evo_filter_r {
	right: -1px;
	padding-left: 50px;
	padding-right: 10px;
}

.evs_sec_list p {
	cursor: pointer;
}

.eventon_filter_line .filtering_static_val.set, .eventon_filter_line .filtering_static_val.set:hover {
	background-color: var(--evo_color_1);
	color: var(--evo_cl_w);
}

.eventon_filter_line .filtering_set_val, .eventon_filter_line .filtering_static_val {
	color: var(--evo_color_1);
	margin: 0;
}

.eventon_filter_line .filtering_set_val em.fa-caret-down {
	margin-left: 12px;
	color: var(--evo_cl_b20);
}

.eventon_filter_line .filtering_set_val i.fa-check {
	display: none;
}

.eventon_filter_line .evo_filter_tax_box.set i.fa-check {
	display: inline-block;
}

.eventon_filter_line .evo_filter_tax_box.set em {
	margin-left: 5px;
	display: inline-block;
}

.eventon_filter_line .filtering_set_val, .eventon_filter_line .filtering_static_val, .eventon_sort_line .eventon_sf_cur_val p {
	cursor: pointer;
	padding: 5px 12px !important;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid var(--evo_linecolor_1);
	flex: 1 0 auto;
}

.ajde_evcal_calendar.flhi .eventon_filter_line .filtering_set_val i.fa-check {
	display: none;
}

.eventon_filter_line .filtering_set_val i.fa {
	margin-right: 5px;
}

.eventon_filter_line .filtering_set_val:hover, .eventon_filter_line .filtering_static_val:hover {
	background-color: var(--evo_cl_b5);
	color: var(--evo_color_1);
}

.eventon_filter_line .filtering_set_val.show, .eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val, .eventon_filter_line .evo_filter_tax_box.set .filtering_set_val:hover, .eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val:hover, .eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val em, .eventon_filter_line .evo_filter_tax_box.set .filtering_set_val {
	background-color: var(--evo_color_1);
	color: var(--evo_cl_w);
}

.eventon_filter_line .filtering_set_val.set {}

.eventon_filter_line .filtering_set_val.show em.fa, .eventon_filter_line .evo_filter_tax_box.set em.fa {
	color: var(--evo_cl_w);
}

.eventon_filter_line .eventon_sf_field p {
	padding: 1px 0;
}

.eventon_sort_line p, .eventon_filter_line p, .eventon_sf_field p, .evo_filter_menu_in p {
	color: var(--evo_color_1);
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.eventon_filter_selection .eventon_filter_dropdown {
	max-height: 300px;
	overflow: auto;
	position: relative;
}

.evo_filter_menu .evo_filter_inside, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line, .evo_header_drop_menu {
	position: absolute;
	left: 0;
	margin-top: 6px;
	background-color: #fff;
	z-index: 500;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid var(--evo_color_1);
	min-width: 150px;
	display: flex;
	flex-direction: column;
}

.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line {
	left: 0;
}

.evo_filter_menu p, .eventon_filter_dropdown p, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p, .eventon_filter_dropdown p, .ajde_evcal_calendar .calendar_header .evo_header_drop_menu p {
	border-bottom: 1px solid #d9d9d9;
	padding: 12px;
	line-height: 130%;
	margin: 0;
	cursor: pointer;
	display: block;
	border-left: 4px solid transparent;
	color: var(--evo_color_1);
	position: relative;
	height: auto;
	float: none;
	font-size: 13px;
}

.eventon_filter_dropdown p.evo_filter_val:hover, .ajde_evcal_calendar .calendar_header .evo_header_drop_menu p:hover, .evo-sort-btn .eventon_sort_line p:hover {
	background-color: #fff;
	color: #606060;
	border-left-color: #c7c7c7;
}

.eventon_filter_dropdown p.select {
	margin: 0;
}

.eventon_filter_dropdown p.select, .ajde_evcal_calendar .calendar_header .evo_header_drop_menu p.select, .evo_filter_menu_in p.select, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select {
	background-color: #f7f7f7;
	padding-left: 30px;
	min-height: 40px;
	box-sizing: border-box;
	word-wrap: break-word;
}

.evo-sort-btn .eventon_sort_line p.evo_sort_option {
	text-align: left;
}

.ajde_evcal_calendar .calendar_header .evo_header_drop_menu p.select:before, .evo_filter_menu .eventon_filter_dropdown p.select:before, .eventon_filter_line .eventon_filter_dropdown p.select:before, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before {
	content: "";
	display: inline-block;
	font-family: "evo_FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	left: 5px;
	position: absolute;
	color: var(--evo_color_1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 12px;
}

.eventon_filter_dropdown p.has_icon {
	padding-left: 35px;
}

.eventon_filter_dropdown p.has_icon.select {
	padding-left: 55px;
}

.eventon_filter_dropdown p.np {
	border-left: 5px solid #e0e0e0;
}

.eventon_filter_dropdown p.select.has_icon i.fa {
	left: 30px;
}

.eventon_filter_dropdown p i.fa {
	display: block;
	position: absolute;
	left: 5px;
	font-size: 14px;
}

.ajde_evcal_calendar .evo_sort_btn {
	height: 15px;
	width: auto;
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: none;
	color: #808080;
}

.evo_filter_aply_btns p, .eventon_sorting_section p.evo_filter_submit, .eventon_sorting_section p.evo_filter_clear {
	margin: 0;
	color: #fff;
	padding: 1px 15px 2px;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--evo_font_1);
	background-color: var(--evo_color_prime);
	height: 35px;
	line-height: 35px;
}

.evo_filter_bar .evo_filter_aply_btns {
	flex: 0 0 auto;
}

.evo_filter_bar .evo_filter_container {
	position: relative;
	max-width: 100%;
	width: 100%;
}

.evo_filter_bar .evo_filter_container_in {
	overflow: auto;
	position: relative;
	width: 100%;
}

.evo_filter_bar .evo_filter_container_in::-webkit-scrollbar {
	display: none;
}

.evo_filter_bar .evo_filter_aply_btns p {
	display: none;
}

.evo_filter_bar p.evo_filter_clear, .evo_filter_aply_btns p.evo_filter_clear {
	background-color: transparent;
	color: var(--evo_color_1);
	padding: 1px 10px;
}

.eventon_sorting_section .evo_filter_aply_btns.vis {
	border-left: 1px solid var(--evo_linecolor_1);
	margin-left: 10px;
}

.eventon_sorting_section .evo_filter_aply_btns.vis p {
	display: inline-block;
}

.eventon_sorting_section p.evo_filter_submit:hover, .eventon_sorting_section p.evo_filter_clear:hover, .evo_filter_aply_btns p:hover {
	opacity: .7;
}

/* 2.2.10 */
.ajde_evcal_calendar .eventon_sort_line, .eventon_filter_line {
	padding-left: 0px;
	position: relative;
	margin: 0;
	display: flex;
}

.eventon_sorting_section .eventon_sort_line+.eventon_filter_line {
	border-left: 1px solid #c4c4c4;
	padding-left: 10px;
}

.eventon_filter_line .eventon_filter, .eventon_filter_line .filtering_static_val {
	flex: 0 0 auto;
	display: block;
	float: left;
	margin-right: 10px;
}

.evo_fc_widget .eventon_filter_line {
	padding-left: 0;
	border-left: none;
}

.calendar_header .evo-filter-btn:before, .calendar_header .evo-sort-btn:before {
	content: "";
	display: inline-block;
	font-family: "evo_FontAwesome";
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.calendar_header .evo-sort-btn:before {
	content: "";
	text-align: center;
	font-style: 14px;
}

/* widget */
#evcal_widget .eventon_filter_line .eventon_filter {
	float: none;
}

/* sorting */
.evo-sort-btn.show, .evo-sort-btn.show:hover, .evo-filter-btn.show, .cal_head_btn.show:hover {
	opacity: 1;
	display: inline-block !important;
}

#evcal_widget .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p {
	font-size: 12px;
}

.evo-filter-btn em {
	display: none;
}

.evo-filter-btn em.o {
	display: inline-block;
	position: absolute;
	font-style: normal;
	top: 0;
	margin-top: -8px;
	background-color: var(--evo_color_prime);
	border-radius: 20px;
	padding: 4px 5px;
	font-size: 10px;
	line-height: 1;
}

/* styles based on calendar size v 4.6 */
.ajde_evcal_calendar.szS .calendar_header .evo_month_title {
	font-size: 20px;
}

.ajde_evcal_calendar.szS .calendar_header .evcal_arrows {
	height: 20px;
	width: 20px;
	font-size: 10px;
	padding: 0;
}

.ajde_evcal_calendar.szS .evo_filter_bar .evo_filter_nav {
	padding-left: 20px;
	padding-right: 0px;
}

.ajde_evcal_calendar.szS .evo_filter_bar .evo_filter_nav.evo_filter_l {
	padding-right: 20px;
	padding-left: 0px;
}

.ajde_evcal_calendar.szS .evo_filter_bar .evo_filter_nav .fa {
	height: 20px;
	width: 20px;
	font-size: 10px;
}

.ajde_evcal_calendar.szS .calendar_header .evo_header_mo, .ajde_evcal_calendar.szM .calendar_header .evo_header_mo {
	justify-content: space-between;
}

/* medium cal size */
.ajde_evcal_calendar.szM .calendar_header .evo_month_title, .ajde_evcal_calendar.szM .evo_footer_nav .evo_month_title {
	font-size: 28px;
}

.ajde_evcal_calendar.szM .calendar_header .evcal_arrows, .ajde_evcal_calendar.szM .evo_footer_nav .evcal_arrows {
	height: 25px;
	width: 25px;
	font-size: 12px;
}

.ajde_evcal_calendar.szM .evo_filter_bar .evo_filter_nav {
	padding-left: 40px;
	padding-right: 0px;
}

.ajde_evcal_calendar.szM .evo_filter_bar .evo_filter_nav.evo_filter_l {
	padding-right: 40px;
	padding-left: 0px;
}

.ajde_evcal_calendar.szM .evo_filter_bar .evo_filter_nav .fa {
	height: 25px;
	width: 25px;
	font-size: 11px;
}

/* element styles @updated 4.9
 * For frontend of the calendar
 */
.evo_elm_HCS {
	position: relative;
}

.evo_elm_HCS.evo_repeat_series {
	height: 110px;
	overflow: hidden;
}

.evo_elmHCS_nav {
	position: absolute;
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, #f3f3f3 60%, rgba(224, 224, 224, 0) 100%);
	padding: 0 50px 0 0;
	align-items: center;
	display: none;
	z-index: 10;
}

.evo_elmHCS_nav.vis {
	display: flex;
}

.evo_elmHCS_nav.HCSnavR {
	right: 0;
	background: linear-gradient(90deg, rgba(224, 224, 224, 0) 0%, #f3f3f3 60%);
	padding: 0 0 0 50px;
}

.evo_elmHCS_nav i.fa, .evcal_evdata_row .evo_elmHCS_nav i.fa {
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid var(--evo_cl_b40);
	display: flex;
	height: 30px;
	width: 30px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
	transition: box-shadow .2s cubic-bezier(.2, 0, 0, 1);
}

.evo_elmHCS_nav i.fa:hover {
	transform: scale(1.04);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.evo_elm_HCS .evo_elm_HCS_in::-webkit-scrollbar {
	display: none;
}

.evo_elm_HCS_in {
	position: absolute;
	padding: 5px;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	box-sizing: border-box;
}

.evo_elm_row {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.evo_elm_row p.evo_field_label, .evo_elm_row label {
	margin: 0 0 5px !important;
	padding: 0 !important;
	font-size: 14px;
	position: relative;
}

.evo_elm_row p.evo_field_container {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.evo_nesting {
	display: flex;
	gap: 15px;
}

.evo_elm_row p.evo_field_container input, .evo_elm_row p.evo_field_container textarea {
	border-radius: 8px;
	background-color: #e5e5e5;
	width: 100%;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 2;
	font-family: var(--evo_font_2);
}

/* yea no button */
.evo_elm_row .evo_elm.ajde_yn_btn {
	position: relative;
}

.evo_elm_row .ajde_yn_btn_label.evo_elm {
	padding: 0 0 0 10px;
}

/* select an image */
.media-modal {
	z-index: 960000;
}

.evo_metafield_image span.image_src {
	height: 50px;
	width: 200px;
	display: inline-block;
	background-color: #c3c3c3;
	border: 2px dashed #333;
}

.evo_metafield_image.has_img .evolm_img_select_trig, .evo_metafield_image .image_src .evoel_img_remove_trig, .evo_metafield_image span.image_src .evoelm_img_holder {
	display: none;
}

.evo_metafield_image.has_img span.image_src {
	height: 100px;
	width: 200px;
	border: none;
}

.evo_metafield_image.has_img span.image_src .evoelm_img_holder {
	display: flex;
}

.evo_metafield_image.has_img .image_src .evoel_img_remove_trig {
	display: flex;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	height: 30px;
	width: 30px;
}

/* dynamic select - updated @4.9.2*/
.evo_elm_dynamic_select.evo_elm_row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.evo_elm_dynamic_select button {
	border-color: transparent;
	border-radius: 9999px;
	padding: 4px 12px;
	line-height: 1.3;
	font-size: 13px;
}

.evo_elm_dynamic_select button .evoelm_ds_in {}

.evo_elm_dynamic_select button .fa {}

.evo_elm_dynamic_select button.open {
	box-shadow: 0 0 0 2px #222;
	border-color: transparent;
}

.evo_elm_dynamic_select button.open .fa {
	transform: rotate(180deg);
}

.evo_elm_dynamic_select .evoelm_ds_list {
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .28);
	margin-top: 10px;
	min-width: 100%;
	z-index: 999;
	overflow: hidden;
}

.evo_elm_dynamic_select .evoelm_ds_list span:last-child {
	border: none;
}

.evo_elm_dynamic_select .evoelm_ds_list span {
	color: var(--evo_color_1);
}

.evo_elm_dynamic_select .evoelm_ds_list span:hover {
	background-color: var(--evo_color_2);
	color: var(--evo_color_white);
}

/* form fields from lightbox @4.8.2 */
.evo_lightbox .evolb_content input.input:focus, .evo_lightbox .evolb_content textarea.input:focus {
	outline: none;
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, .61);
}

.evo_lightbox .evolb_content input.input.err, .evo_lightbox .evolb_content textarea.input.err {
	box-shadow: 0px 0px 0px 2px #ffa1a1;
}

.evo_lightbox .evolb_content .evoelm_field_errmsg {
	color: #ff6464;
}

/* plus minus @5.0 */
.evoelm_plusminus.evo_elm_row {
	gap: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.evo_plusminus_adjuster {
	display: flex;
	flex-direction: row;
	position: relative;
}

.evo_plusminus_adjuster .evo_plusminus_change {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	color: #fff;
	background-color: #c9c9c9;
	display: inline-block;
	line-height: 26px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 0;
	box-sizing: border-box;
	flex: 1 0 auto;
}

.evo_plusminus_adjuster .evo_plusminus_change i.fa {
	font-size: 16px;
}

.evo_plusminus_adjuster .evo_plusminus_change.plu {
	left: auto;
	right: 5px;
}

.evo_elm_row .evo_field_plusminus_container.evo_field_container {
	display: inline-block;
	background-color: #f1f1f1;
	border-radius: 25px;
	padding: 0px;
}

.evo_plusminus_adjuster .evo_plusminus_change:hover {
	opacity: .7;
}

.evo_plusminus_adjuster .evo_plusminus_change.plu {
	background-color: #3091d4;
	line-height: 28px;
}

.evo_plusminus_adjuster em {
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
}

body .evo_elm_row .evo_plusminus_adjuster input.evo_plusminus_change_input {
	border: none;
	box-shadow: none;
	margin: 0 !important;
	background-color: transparent;
	text-align: center;
	padding: 5px 30px !important;
	width: 130px !important;
	height: 40px !important;
	border-radius: 20px;
}

/* Genral layout support since 4.2 */
.evo_row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.evo_row_item {
	box-sizing: border-box;
	min-width: 0px;
	display: flex;
	flex-direction: column;
}

.evo_row1_l {
	flex-basis: 8.33%;
	max-width: 8.33%;
}

.evo_row2_l {
	flex-basis: 16.66%;
	max-width: 16.66%;
}

.evo_row3_l {
	flex-basis: 25%;
	max-width: 25%;
}

.evo_row4_l {
	flex-basis: 33.33333%;
	max-width: 33.33333%;
}

.evo_row5_l {
	flex-basis: 41.6667%;
	max-width: 41.6667%;
}

.evo_row6_l, .large_6 {
	flex-basis: 50%;
	max-width: 50%;
}

.evo_row7_l {
	flex-basis: 58.33%;
	max-width: 58.33%;
}

.evo_row8_l {
	flex-basis: 66.6667%;
	max-width: 66.6667%;
}

.evo_row9_l {
	flex-basis: 75%;
	max-width: 75%;
}

.evo_row12_l {
	flex-basis: 100%;
	max-width: 100%;
}

@media only screen and (max-width:1068px) and (min-width: 735px) {
	.evo_grid_item.evo_span1_m {
		grid-column: span 1;
	}
	
	.evo_grid_item.evo_span2_m {
		grid-column: span 2;
	}
	
	.evo_grid_item.evo_span3_m {
		grid-column: span 3;
	}
	
	.evo_grid_item.evo_span4_m {
		grid-column: span 4;
	}
	
	.evo_grid_item.evo_span5_m {
		grid-column: span 5;
	}
	
	.evo_grid_item.evo_span6_m {
		grid-column: span 6;
	}
	
	.evo_grid_item.evo_span7_m {
		grid-column: span 7;
	}
	
	.evo_grid_item.evo_span8_m {
		grid-column: span 8;
	}
	
	.evo_grid_item.evo_span9_m {
		grid-column: span 9;
	}
	
	.evo_grid_item.evo_span10_m {
		grid-column: span 10;
	}
	
	.evo_grid_item.evo_span11_m {
		grid-column: span 11;
	}
	
	.evo_grid_item.evo_span12_m {
		grid-column: span 12;
	}
	
	.evo_row_item.evo_row1_m {
		flex-basis: 8.33%;
		max-width: 8.33%;
	}
	
	.evo_row_item.evo_row2_m {
		flex-basis: 16.66%;
		max-width: 16.66%;
	}
	
	.evo_row_item.evo_row3_m {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.evo_row_item.evo_row4_m {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	
	.evo_row_item.evo_row6_m {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.evo_row_item.evo_row8_m {
		flex-basis: 66.6667%;
		max-width: 66.6667%;
	}
	
	.evo_row_item.evo_row9_m {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.evo_row_item.evo_row12_m {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.evo_grid_item.evo_span1_s {
		grid-column: span 1;
	}
	
	.evo_grid_item.evo_span2_s {
		grid-column: span 2;
	}
	
	.evo_grid_item.evo_span3_s {
		grid-column: span 3;
	}
	
	.evo_grid_item.evo_span4_s {
		grid-column: span 4;
	}
	
	.evo_grid_item.evo_span5_s {
		grid-column: span 5;
	}
	
	.evo_grid_item.evo_span6_s {
		grid-column: span 6;
	}
	
	.evo_grid_item.evo_span7_s {
		grid-column: span 7;
	}
	
	.evo_grid_item.evo_span8_s {
		grid-column: span 8;
	}
	
	.evo_grid_item.evo_span9_s {
		grid-column: span 9;
	}
	
	.evo_grid_item.evo_span10_s {
		grid-column: span 10;
	}
	
	.evo_grid_item.evo_span11_s {
		grid-column: span 11;
	}
	
	.evo_grid_item.evo_span12_s {
		grid-column: span 12;
	}
	
	.evo_row_item.evo_row1_s {
		flex-basis: 8.33%;
		max-width: 8.33%;
	}
	
	.evo_row_item.evo_row2_s {
		flex-basis: 16.66%;
		max-width: 16.66%;
	}
	
	.evo_row_item.evo_row3_s {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.evo_row_item.evo_row4_s {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	
	.evo_row_item.evo_row6_s {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.evo_row_item.evo_row8_s {
		flex-basis: 66.6667%;
		max-width: 66.6667%;
	}
	
	.evo_row_item.evo_row9_s {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.evo_row_item.evo_row12_s {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 500px) {}

/* view switcher */
.evo_cal_view_switcher_list {
	display: none;
}

.evo-viewswitcher-btn.show .evo_cal_view_switcher_list {
	display: flex;
}

/* shortcode based cal alterations */
.ajde_evcal_calendar.het .evcal_cblock .evo_end {
	display: none;
}

/* single event box */
.eventon_event .eventon_events_list {
	border-top: 1px solid #e5e5e5;
}

.eventon_single_event .evcal_evdata_row.evcal_close {
	display: none;
}

.eventon_single_event .event_description.evcal_eventcard {
	padding-bottom: 0px;
}

.eventon_event .evcal_list_a .evo_month {
	display: block;
	font-style: normal;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 130%;
}

.eventon_event .event_excerpt_in {
	padding: 20px;
	border-left: 1px solid #e5e5e5;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 5px 5px 0;
}

.eventon_event .event_excerpt_in h3 {
	font-weight: 700;
	font-size: 16px;
	color: #6b6b6b;
	text-transform: uppercase;
	margin: 0;
}

.eventon_event #evcal_list .event_excerpt_in p {
	font-size: 12px;
	color: #a0a0a0;
	display: inline-block;
}

.noaction.eventon_events_list .desc_trig {
	cursor: default;
}

.eventon_single_event.evo_sin_box.esty_0 #evcal_list {
	border-radius: 15px;
}

.eventon_single_event.event_parts {}

.eventon_single_event.event_parts .eventon_list_event {
	display: flex;
	flex-direction: column;
}

.eventon_single_event.event_parts .evcal_cblock {}

.eventon_single_event.event_parts .evo_above_title {}

.eventon_single_event.event_parts .evcal_desc_info {}

.eventon_single_event.event_parts .evcal_desc3 {}

.eventon_single_event.event_parts #evcal_list {
	border-radius: 15px;
}

/* tiles_style=1*/
.eventon_single_event.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
	border-radius: 15px 15px 0 0;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .desc_trig_outter {
	border: none;
}

/* ligtbox eventcard nav */
button.evocard_nav_trig {
	top: 50px;
	left: 0;
	margin-left: -70px;
	width: 50px;
	height: 50px;
	opacity: 0;
	transform: translateX(70px);
	outline: none;
	border: none;
	box-shadow: none;
}

.evocard_nav_trig.show.next, .evocard_nav_trig.show {
	opacity: 1;
	transform: translateX(0px);
}

.evocard_nav_trig.show.next:hover, .evocard_nav_trig.show:hover {
	transform: scale(1.1);
}

.evocard_nav_trig.next {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -70px;
	transform: translateX(-70px);
}

.evocard_nav_trig i {
	color: var(--evo_color_1);
}

/*-- NO Events --*/
#evcal_list .eventon_list_event p.no_events, .evo_eventon_now .no_events {
	padding: 8px 12px;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.ajde_evcal_calendar.boxy .eventon_list_event p.no_events {
	background-color: #ededed;
}

.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable, .no_events.clickable {
	padding: 0;
}

.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable:hover, .no_events.clickable:hover {
	opacity: .7;
}

.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a, .no_events.clickable a {
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	color: var(--evo_color_link);
}

.ajde_evcal_calendar.boxy #evcal_list .no_events .no_events.clickable a {
	padding: 30px;
}

.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a span, .no_events.clickable a span {
	display: block;
}

.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a span.t, .no_events.clickable a span.t {
	font-weight: 700;
	font-size: 18px;
}

.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a span.st, .no_events.clickable a span.st {
	text-transform: none;
}

.ajde_evcal_calendar.esty_1 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_3 #evcal_list .eventon_list_event.no_events p.no_events {
	background-color: #fff;
}

.ajde_evcal_calendar.esty_1 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_3 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_1 #evcal_list .eventon_list_event.no_events p.no_events a, .ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events a, .ajde_evcal_calendar.esty_3 #evcal_list .eventon_list_event.no_events p.no_events a {
	color: var(--evo_color_1);
}

.ajde_evcal_calendar.esty_0 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_4 #evcal_list .eventon_list_event.no_events p.no_events {
	background-color: #fff;
}

.ajde_evcal_calendar.esty_0 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_4 #evcal_list .eventon_list_event.no_events p.no_events, .ajde_evcal_calendar.esty_0 #evcal_list .eventon_list_event.no_events p.no_events a, .ajde_evcal_calendar.esty_4 #evcal_list .eventon_list_event.no_events p.no_events a {
	color: var(--evo_color_1);
}

/* extra <p> addition fix */

/* @added 2.5.3 */
#evcal_list p {
	display: none;
	text-decoration: none;
}

#evcal_list p.desc_trig_outter {
	border-bottom: 1px solid #d5d5d5;
}

#evcal_list .eventon_list_event .event_description p, #evcal_list .eventon_list_event p.desc_trig_outter, #evcal_list p.no_events, #evcal_list .evcal_month_line p {
	display: block;
}

/*-- event list --*/
#evcal_list {
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-radius: 5px;
	overflow: hidden;
}

#evcal_list.sep_months, #evcal_list.sep_months .evcal_month_line p, #evcal_list.evcal_list_month {
	border: none;
}

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}

.eventon_events_list .eventon_list_event .desc_trig {
	cursor: pointer;
}

.eventon_events_list .eventon_list_event .desc_trig:hover {
	background-color: #fdfdfd;
	border-left-width: 7px;
}

.eventon_events_list .eventon_list_event a {
	text-decoration: none;
	border-bottom: none;
	color: var(--evo_color_link);
}

.eventon_events_list .eventon_list_event .evcal_list_a {
	background-color: #f1f1f1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	padding: 20px;
	overflow: hidden;
	border-left-width: 3px;
	border-left-style: solid;
	min-height: 63px;
	border-bottom: none;
	float: none;
	box-sizing: border-box;
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event {
	background-color: #fff6e2;
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover {
	background-color: #ffecc5;
}

.eventon_events_list a, .eventon_events_list a:hover {
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.ajde_evcal_calendar .clear, .evo_lightbox .clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	display: block;
}

.eventon_events_list .eventon_list_event .evoet_dayblock, .eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock span, .evo_pop_body .evoet_dayblock {
	background-color: transparent !important;
	color: var(--ett_dateblock_color);
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	line-height: 110%;
	min-height: 15px;
	margin: 0;
	display: flex;
	align-items: flex-start;
}

.eventon_events_list .eventon_list_event .evcal_cblock.mnl, .evo_pop_body .evcal_cblock.mnl {
	display: none;
}

/*sep month event list */
#evcal_list .sep_month_events {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
}

.esty_4 #evcal_list .sep_month_events {
	border: none;
}

.ajde_evcal_calendar.boxy #evcal_list .sep_month_events {
	border: none;
	flex-direction: row;
	flex-wrap: wrap;
}

#evcal_list .sep_month_events.no_event {
	border: 1px solid #e5e5e5;
}

.eventon_events_list .eventon_list_event.no_events {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	border-top: none;
	border-right: none;
}

/* eventtop date info */
#evcal_list .eventon_list_event .evoet_cx em, .evo_lightboxes .evoet_cx em {
	font-style: normal;
}

.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock, .evo_lightbox.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.eventon_events_list .eventon_list_event .evoet_dayblock .evo_end, .eventon_list_event .evoet_cx .evoet_dayblock .evo_end, .eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock span.evo_end {
	padding-left: 10px;
	font-size: 14px;
	margin-top: 4px;
}

.evcal_cblock .evo_start {
	float: left;
	font-size: 30px;
	clear: both;
}

.evcal_cblock .evo_end {
	float: left;
	padding-left: 8px;
	font-size: 14px;
	position: relative;
	margin-top: 4px;
}

.evcal_cblock .evo_end:before {
	background-color: var(--ett_dateblock_color);
	height: 2px;
	width: 4px;
	margin-left: 2px;
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
}

.evcal_cblock .evo_start em.month, .evcal_cblock .evo_end em.month, .evcal_cblock .evo_start em.day {
	font-size: 11px;
	font-weight: normal;
	display: block;
}

.evcal_cblock .evo_end em.month {
	font-size: 8px;
}

.evcal_cblock .evo_end em.year {
	font-size: 8px;
}

.evcal_cblock em.time {
	font-size: 10px;
}

.evcal_cblock .year {
	font-size: 10px;
	display: block;
	line-height: 10px;
	opacity: .7;
}

.evcal_cblock .time, .evcal_cblock .evo_end.only_time, .eventon_events_list .eventon_list_event .evcal_cblock .evo_end.only_time, .evo_pop_body .evcal_cblock .evo_end.only_time {
	display: none;
}

.eventon_events_list .eventon_list_event .evcal_cblock em, .evo_pop_body .evcal_cblock em {
	font-style: normal;
	text-transform: uppercase;
	line-height: 110%;
}

.evcal_cblock .evo_end em.day {
	display: block;
	font-size: 8px;
	font-weight: normal;
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_date, .evo_pop_body .evcal_cblock em.evo_date {
	display: block;
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_year, .evo_pop_body .evcal_cblock em.evo_year {
	font-size: 10px;
	display: block;
	line-height: 10px;
	opacity: .7;
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day, .evo_pop_body .evcal_cblock em.evo_day {
	font-size: 8px;
	font-weight: normal;
	display: block;
	float: left;
	padding-right: 6px;
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day {
	color: #b7b7b7;
	margin-bottom: 3px;
}

.EvcalWidget .eventon_events_list .evcal_cblock .evo_date em.evo_day, .widget .eventon_events_list .evcal_cblock .evo_date em.evo_day {
	padding-bottom: 3px;
}

.eventon_events_list .eventon_list_event .ev_ftImg {
	background-repeat: no-repeat;
	width: var(--evo-image-size);
	height: var(--evo-image-size);
	max-height: var(--evo-image-size);
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	display: block;
	flex: 0 1 auto;
	border-radius: 10px;
}

.eventon_events_list .eventon_list_event .evcal_cblock span, .evo_pop_body .evcal_cblock span {
	line-height: 100%;
	vertical-align: super;
}

.evcal_cblock .evo_date .start {
	float: left;
	font-size: 30px;
	clear: both;
}

.evcal_cblock .evo_date .start em, .evcal_cblock .evo_date .end em {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-left: 6px;
}

.evcal_cblock .evo_date .start em {
	margin-left: 0;
	margin-top: 3px;
}

.evcal_cblock .evo_date .end em {
	font-size: 8px;
	margin-top: 3px;
}

.evcal_cblock .evo_date .end {
	float: left;
	margin-left: 4px;
	font-size: 14px;
}

/* time */
.evcal_cblock .evo_time span.start, .evcal_cblock .evo_time span.end {
	float: left;
	font-size: 14px;
	clear: both;
	font-weight: normal;
	padding-top: 4px;
}

.evcal_cblock .evo_time .evo_day.end {
	clear: both;
	padding-top: 5px;
}

.ajde_evcal_calendar #evcal_list .evcal_cblock .evo_time {
	display: none;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.start {
	font-size: 12px;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.end {
	font-size: 11px;
}

.eventon_events_list .eventon_list_event .evoet_c3, .evo_pop_body .evoet_c3 {
	padding: 0px;
	margin: 0px;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.eventon_events_list .eventon_list_event .evoet_c4, .evo_pop_body .evoet_c4 {
	display: flex;
	flex-basis: 40%;
	flex-direction: column;
	flex: 1;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3, .evo_pop_body .evcal_desc .evcal_desc3, #page-content p.evcal_desc .evcal_desc3 {
	display: flex;
	flex-direction: column;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 span, .evo_pop_body .evcal_desc .evcal_desc3 span, #page-content p.evcal_desc .evcal_desc3 span {
	padding-bottom: 2px;
}

.eventon_events_list .eventon_list_event .no_val .evcal_cblock {
	display: none;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 > *, .evo_pop_body .evcal_desc .evcal_desc3 > * {
	display: inline-block;
}

.eventon_events_list .eventon_list_event .evoet_cx, .evo_pop_body .evoet_cx {
	margin-right: 10px;
}

/* eventtop tags */
.eventon_events_list .eventon_list_event .evoet_cx .evoet_location, .eventon_events_list .eventon_list_event .evoet_cx .evoet_time_expand {
	padding-left: 1px;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags, .evo_pop_body .evoet_cx span.evoet_tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span, .evo_pop_body .evoet_cx span.evoet_tags span {
	display: inline-block;
	color: #fff;
	background-color: #f79191;
	border-radius: 5px;
	padding: 4px 9px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	line-height: 1;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.postponed, .evo_pop_body .evoet_cx span.evoet_tags span.postponed, .evosv_grid .evosv_tag.postponed {
	background-color: #e3784b;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.vir, .evo_pop_body .evoet_cx span.evoet_tags span.vir, .evosv_grid .evosv_tag.vir {
	background-color: #5bdaf7;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.rescheduled, .evo_pop_body .evoet_cx span.evoet_tags span.rescheduled, .evosv_grid .evosv_tag.rescheduled {
	background-color: #67ef78;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.movedonline, .evo_pop_body .evoet_cx span.evoet_tags span.movedonline, .evosv_grid .evosv_tag.movedonline {
	background-color: #6edccd;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.featured, .evo_pop_body .evoet_cx span.evoet_tags span.featured, .evosv_grid .evosv_tag.featured {
	background-color: #ffcb55;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.completed, .evo_pop_body .evoet_cx span.evoet_tags span.completed, .evosv_grid .evosv_tag.completed {
	background-color: #585858;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.repeating, .evo_pop_body .evoet_cx span.evoet_tags span.repeating, .evosv_grid .evosv_tag.repeating {
	background-color: var(--evo_color_second);
}

/* status reason */
.evoet_cx span.evoet_cy.evoet_status_reason .evoet_sr_text, .evoet_cx span.evoet_subtitle span.status_reason {
	display: block;
	display: inline-block;
	background: transparent;
	color: var(--evo_color_1);
	padding: 0;
	padding: 3px 10px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

/* top line for eventtop */
.eventon_events_list .eventon_list_event .evoet_cx.evoet_c0, .evo_pop_body .evoet_cx.evoet_c0 {
	flex-basis: 100%;
}

/* event top level 3 items */
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .eventon_events_list .eventon_list_event .evoet_cx .level_3, .evo_pop_body .evcal_desc .evcal_desc_info, .evo_pop_body .evoet_cx .level_3 {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 2px;
	display: flex;
	margin-bottom: 5px;
}

.eventon_list_event:hover .evcal_desc .evcal_desc_info {
	opacity: 1;
}

.eventon_events_list .eventon_list_event .evoet_cx .level_3.evoet_time_expand, .evo_pop_body .evoet_cx .level_3.evoet_time_expand {
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	gap: 5px;
}

/* level 4 items */
.eventon_events_list .eventon_list_event .evoet_cx .level_4, .evo_pop_body .evoet_cx .level_4 {
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
	align-items: center;
}

.eventon_events_list .eventon_list_event .evoet_cx .level_4:last-child {
	margin: 0;
}

.eventon_events_list .eventon_list_event .evoet_cx .level_4 em, .evo_pop_body .evoet_cx .level_4 em {
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
}

.eventon_events_list .eventon_list_event .evoet_cx .level_4 em i {
	opacity: .7;
}

.eventon_events_list .eventon_list_event .evoet_cx .evcal_event_types em.evoetet_val, .evo_pop_body .evoet_cx .evcal_event_types em.evoetet_val {}

/* eventtop block format */
.eventon_events_list .eventon_list_event .evoet_cx .evoet_b1 {
	background-color: rgba(128, 128, 128, .2);
	padding: 5px 10px;
	border-radius: 8px;
}

.clear .eventon_events_list .eventon_list_event .evoet_cx .evoet_b1 {
	background-color: rgba(128, 128, 128, .12);
}

.color .eventon_events_list .eventon_list_event .evoet_cx .evoet_b1 {
	background-color: rgba(255, 255, 255, .24);
}

.evoet_cx .evoet_box_1 {
	background-color: rgba(255, 255, 255, .16);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 5px;
}

/* CMF values */
.eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf {
	font-size: 12px;
	padding-bottom: 5px;
}

.eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf em {
	font-style: normal;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2, .evo_pop_body .evoet_cx span.evcal_desc2 {
	color: var(--evo_color_1);
	text-transform: uppercase;
	font-size: 24px;
}

.evo_pop_body .evoet_cx span.evcal_desc2 {
	line-height: 130%;
}

.evoet_cx .evcal_desc3 em {
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	float: left;
	display: block;
	padding-right: 6px;
}

.evoet_cx span.evcal_event_types em i.fa {
	margin-right: 6px;
}

.evoet_cx .evcal_cmd i.fa {
	margin-right: 5px;
}

.eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .evo_pop_body .evoet_cx span.evcal_event_subtitle {
	text-transform: uppercase;
	font-size: 16px;
}

.editEventBtnET {
	cursor: pointer;
	margin-left: 5px;
}

.editEventBtnET:hover {
	opacity: .5;
}

/* lightbox trigger from eventtop */
.evoet_cx .evolb_trigger {
	cursor: pointer;
}

.evoet_cx .evolb_trigger:hover {
	opacity: .7;
}

/* event progress */
.evoet_cx .evo_ep_pre {
	margin-right: 10px;
}

.evoet_cx .evo_event_progress {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	font-size: 13px;
	flex-wrap: wrap;
	line-height: 1.3;
}

.color .evoet_cx .evo_epbar_o {
	background-color: #f1f1f1;
}

.color .evoet_cx .evo_ep_bar {
	background-color: #e2e2e2;
}

.evoet_cx .evo_epbar_o {
	width: 100%;
	background-color: #ddd;
	padding: 5px 10px !important;
	border-radius: 15px;
	flex: 1 0 50%;
	margin-right: 10px;
}

.evo_sin_page.white .evoet_cx .evo_epbar_o {
	background-color: #f9f9f9;
}

.evoet_cx .evo_event_progress >* {
	margin-bottom: 5px;
}

.boxy .evoet_cx .evo_epbar_o {
	background-color: #fbfbfb;
}

.evoet_cx .evo_ep_bar {
	background-color: #efefef;
	border-radius: 20px;
	height: 4px;
	box-sizing: border-box;
	display: flex;
}

.sev.cev .evoet_cx .evo_ep_bar {
	background-color: rgba(255, 255, 255, .38);
}

.sev.cev .evoet_cx .evo_epbar_o {
	background-color: rgba(255, 255, 255, .28);
}

.sev.cev .evoet_cx .evo_ep_bar b, .sev.cev .evoet_cx .evo_ep_bar b:before {
	background-color: #fff;
}

.evoet_cx .evo_ep_bar b {
	background-color: #f79191;
	display: flex;
	height: 4px;
	position: relative;
	border-radius: 20px;
}

.evoet_cx .evo_ep_bar b:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #f79191;
	border-radius: 50%;
	right: 0;
	position: absolute;
	margin-top: -3px;
}

.evoet_cx .evo_ep_bar.evo_completed b {
	background-color: #9a9a9a;
}

.evoet_cx .evo_ep_bar.evo_completed b:before {
	content: none;
}

/* show more events button */
.eventon_events_list .evoShow_more_events:hover {
	opacity: .7;
}

.eventon_events_list .evoShow_more_events {
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.eventon_events_list .evoShow_more_events span {
	text-align: center;
	background-color: #b4b4b4;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	display: block;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 10px;
}

/* live now view */
.evo_eventon_live_now_section h3, .evo_eventon_live_now_section .evo_eventon_now_next h3 {
	color: var(--evo_color_1);
	font-size: 36px;
	margin-bottom: 10px;
}

.evo_eventon_live_now_section .evo_eventon_now_next h3 {
	display: flex;
	flex-wrap: wrap;
}

.evo_eventon_live_now_section .evo_eventon_no_events_now {
	background-color: #d6f5d2;
	border-radius: 15px;
	padding: 20px;
	color: #888;
}

.evo_eventon_live_now_section .evo_eventon_now #evcal_list.eventon_events_list {
	background-color: transparent !important;
	margin: 0;
}

.evo_eventon_live_now_section .evo_eventon_now #evcal_list .evcal_list_a {
	padding: 50px 0;
}

.evo_eventon_live_now_section .evo_eventon_now .boxy #evcal_list .evcal_list_a {
	padding: 50px 20px;
}

.evo_eventon_live_now_section .evo_eventon_now .evcal_cblock {
	display: none;
}

.evo_eventon_live_now_section .evo_eventon_now #evcal_list .evcal_event_title {
	padding: 5px 0;
	font-size: 30px;
}

.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event {
	border-radius: 20px;
}

.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list .evcal_desc_info {
	background-color: rgba(255, 255, 255, .2);
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 10px;
}

/* live now with bigger image */
.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a.desc_trig {
	padding: 25px;
	display: flex;
}

.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a.desc_trig:hover {
	border-width: 15px;
	opacity: .8;
}

.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .ev_ftImg {
	margin: 0;
	max-height: none;
	border-radius: 20px;
	position: relative;
	flex: 1 0 auto;
}

.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .evo_info {
	padding: 40px !important;
	margin: 0;
}

.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time {
	padding: 10px 15px;
	display: inline-flex;
	margin: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time em {
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}

.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time em, .evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time span {
	color: #333 !important;
}

.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evcal_desc_info em.evcal_time {}

.evo_eventon_live_now_section .evo_eventon_now_next .evo_img_time {
	display: none;
}

.evo_eventon_live_now_section .evo_eventon_now_next {
	margin-top: 10px;
	background-color: #ececec;
	border-radius: 20px;
	padding: 15px 25px;
}

.evo_eventon_live_now_section .evo_eventon_now_next h3 {
	font-size: 24px;
}

.evo_eventon_live_now_section .evo_eventon_now_next h3 .evo_countdowner {
	background-color: var(--evo_color_2);
	border-radius: 30px;
	padding: 4px 20px;
	color: #fff;
	font-size: 24px;
}

/*.evo_eventon_live_now_section .evo_eventon_now_next .eventon_events_list {opacity: 0.7}*/

/* Schedule View */
.evosv_grid {
	background-color: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 10px;
}

.evosv_grid .date_row {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #dadce0;
}

.evosv_grid .date_row:last-child {
	border: none;
}

.evosv_grid .row {
	display: flex;
	padding: 5px 10px;
	margin-left: 120px;
	font-size: 14px;
}

.evosv_grid .row .evosv_date {
	box-sizing: border-box;
	font-weight: 700;
	flex: none;
	width: 120px;
	padding: 5px;
	text-transform: uppercase;
	display: none;
}

.evosv_grid .row .evosv_date b {
	margin-right: 5px;
}

.evosv_grid .row:first-of-type .evosv_date {
	display: flex;
}

.evosv_grid .row:first-of-type {
	margin-left: 0px;
}

.evosv_grid .row:hover .evosv_items {
	background-color: #fed582;
}

.evosv_grid .row .llxvl {
	display: flex;
	align-items: center;
}

.evosv_grid .row .evosv_items {
	display: flex;
	flex: 1 1 auto;
	cursor: pointer;
	padding: 5px 15px;
	border-radius: 20px;
	min-width: 0px;
}

.evosv_grid .row .evosv_items .evosv_time {
	width: 160px;
	flex: none;
	margin: 0px 15px auto 0px;
}

.evosv_grid .row .evosv_items .evosv_event {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	display: block;
}

.evosv_grid .row .evosv_items .evosv_clr {
	width: 20px;
	height: 15px;
	margin: 4px 15px auto 0px;
	border-radius: 20px;
	flex: none;
}

.evosv_grid .row.no_events p.no_events {
	margin: 0;
}

.evosv_grid .evosv_items .evosv_event .evosv_subdata {
	flex: 1;
	flex-basis: 100%;
	opacity: .5;
	padding-left: 2px;
}

/* RTL Schedule view */
.evortl .evosv_grid .row {
	flex-direction: row-reverse;
	margin-right: 120px;
	margin-left: 0;
}

.evortl .evosv_grid .row .evosv_items {
	flex-direction: row-reverse;
}

.evortl .evosv_grid .row:first-of-type {
	margin-right: 0;
}

/* event tags */
.evosv_grid .evosv_items .evosv_event .evosv_subdata.evosv_tags {
	opacity: 1;
}

.evosv_grid .evosv_tag {
	display: inline-block;
	color: #fff;
	background-color: #f79191;
	border-radius: 5px;
	padding: 4px 9px;
	margin-bottom: 2px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	line-height: 1;
	font-family: var(--evo_font_2);
}

/* widget */
#evcal_widget .evosv_grid .row {
	flex-wrap: wrap;
}

#evcal_widget .evosv_grid .row .evosv_items {
	flex-wrap: wrap;
	padding: 5px;
	border-radius: 8px;
}

/* featured event */
.eventon_events_list .ft_event.evcal_list_a .evcal_desc .evcal_event_title {
	font-size: 20px;
	font-weight: 400;
}

.eventon_events_list .ft_event.evcal_list_a {
	background-color: #f9f9f9;
}

.eventon_events_list .eventon_list_event a.ft_event .evcal_cblock em.evo_date {
	color: #6b6b6b;
}

.eventon_events_list .eventon_list_event .evcal_desc em.evcal_alldayevent_text {
	text-transform: capitalize;
}

/* eventtop button custom field */
.evoet_cx em.evocmd_button.evcal_cmd, #evcal_list .evoet_cx .evcal_desc3 em.evocmd_button, #evcal_list .eventon_list_event .evoet_cx em.evocmd_button, .evo_lightboxes .evoet_cx em.evocmd_button {
	padding: 4px 12px;
	border-radius: 5px;
	background-color: #237dbd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.evoet_cx em.evocmd_button.evcal_cmd:hover {
	opacity: .5;
}

/* date and location fields on event top */
.evoet_cx .evoet_time_expand .evcal_time i.fa, .evoet_cx .evoet_location .evcal_location i.fa {
	font-size: 12px;
	padding-right: 8px;
}

.eventon_events_list .eventon_list_event .evoet_cx .evcal_location, .evo_pop_body .evoet_cx .evcal_location, .eventon_events_list .eventon_list_event .evoet_cx .evcal_time, .evo_pop_body .evoet_cx .evcal_time {
	font-style: normal;
	padding-left: 0px;
	margin-right: 5px;
	position: relative;
}

/*.evcal_desc .evcal_time{text-transform: capitalize;}*/
.eventon_events_list .eventon_list_event .evoet_cx .evcal_location, .evo_pop_body .evoet_cx .evcal_location {
	display: inline-block;
}

.eventon_events_list .eventon_list_event .event_description {
	background-color: #fdfdfd;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: relative;
	border-radius: 0 0 15px 15px;
	display: flex;
	flex-direction: column;
}

.eventon_events_list .eventon_list_event .event_description, .eventon_events_list .eventon_list_event .event_description .evcal_desc_top {
	border-bottom: 1px solid #e5e5e5;
}

.eventon_events_list .eventon_list_event .event_description p {
	float: none;
}

.eventon_events_list .eventon_list_event .event_description .evcal_eventbrite, .eventon_events_list .eventon_list_event .event_description .evcal_desc_top {
	padding: 5px 8px;
	margin-top: 4px;
}

.event_description p {
	font-family: arial;
}

/*-- input fields --*/
#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput {
	padding: 2px 5px;
	border: 1px solid #ddd;
	color: #888;
	font-style: italic;
	font-size: 13px;
	background-color: transparent;
	box-shadow: none;
}

/* event card */
.evocard_row {
	padding-bottom: 10px;
	display: flex;
	padding-left: 8px;
}

.evocard_row.L {
	flex-direction: row-reverse;
}

.evocard_row .evocard_box_h {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.evocard_row .evocard_box_h .evocard_box {
	margin-bottom: 8px;
}

.evocard_row .evocard_box_h .evocard_box:last-child {
	margin-bottom: 0px;
}

.evocard_box {
	flex: 1;
	margin: 0 8px 0 0;
	border-radius: 15px;
	overflow: hidden;
	background-color: #f3f3f3;
}

.evcal_evdata_row {
	position: relative;
	border: none;
	margin: 0;
	font-size: 14px;
	background-color: transparent;
	padding: 30px;
	display: flex;
	border-radius: 15px;
	box-sizing: border-box;
}

.evocard_row.bx2 .evocard_box {
	flex: 1 1 50%;
}

.evocard_row.bx3 .evocard_box_h .evocard_box {
	margin-right: 0;
}

.evocard_row.L.bx3 .evocard_box_h .evocard_box {
	margin-right: 10px;
}

/*-- gmap --*/
.evo_metarow_gmap img {}

#evcal_list .eventon_list_event .event_description .evcal_gmaps, .evocard_row .evocard_box.gmap .evo_metarow_gmap {
	min-height: 200px;
	max-width: none;
	height: 100%;
	padding: 0;
}

.evo_map_load_out {
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #e8e8e8;
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load, .evo_trigger_map .evo_map_load {
	width: 100%;
	height: 100%;
	transform: rotate(25deg);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i, .evo_trigger_map .evo_map_load i {
	display: block;
	height: 10px;
	width: 100%;
	background-color: #fff;
}

.evo_metarow_gmap.evcal_gmaps i.fa, .evo_trigger_map i.fa {
	transform: none;
	width: auto;
	background: none;
	height: auto;
	left: 50%;
	top: 50%;
	font-size: 24px;
	animation: pinupdown 1.2s infinite;
	z-index: 3;
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.a, .evo_trigger_map .evo_map_load i.a {
	transform: translate(200px, 0px);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.b, .evo_trigger_map .evo_map_load i.b {
	transform: translate(0px, 200px);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.b, .evo_trigger_map .evo_map_load i.b {
	transform: rotate(90deg) translate(330px, 90px);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.c, .evo_trigger_map .evo_map_load i.c {
	transform: translate(0px, 180px);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.d, .evo_trigger_map .evo_map_load i.d {
	transform: translate(450px, -100px);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.e, .evo_trigger_map .evo_map_load i.e {
	transform: rotate(90deg) translate(-90px, -50px);
}

.evo_metarow_gmap.evcal_gmaps .evo_map_load i.f, .evo_trigger_map .evo_map_load i.f {
	transform: rotate(90deg) translate(-100px, -200px);
}

.evo_pop_body .evcal_gmaps * {
	max-width: none;
}

.evcal_eventcard .evocard_box.getdirection {
	display: flex;
}

#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	flex: 1;
}

.evocard_row.bx2 .evorow.getdirections .evo_get_direction_content, .evocard_row.bx3 .evorow.getdirections .evo_get_direction_content {
	flex-direction: column;
}

.evocard_row.bx3 .evorow.getdirections .evogetdir_field, .evocard_row.bx2 .evorow.getdirections .evogetdir_field {
	flex: 0 0 auto;
}

#evcal_list .evorow.getdirections form, .evo_pop_body .evorow.getdirections form {
	margin: 0;
}

#evcal_list .evorow.getdirections p, .evo_pop_body .evorow.getdirections p {
	position: relative;
	margin: 0;
	overflow: hidden;
}

#evcal_list .evorow.getdirections .evoInput[type="text"], .evo_pop_body .evorow.getdirections .evoInput[type="text"] {
	width: 100%;
	font-size: 16px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.evorow.getdirections .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#evcal_list .evorow.getdirections .evoInput:focus, .evo_pop_body .evorow.getdirections .evoInput:focus {
	background-color: transparent;
	outline: none;
}

#evcal_list .evorow.getdirections .evo_get_direction_content, .evo_lightbox .evorow.getdirections .evo_get_direction_content {
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.evorow.getdirections .evo_get_direction_content i.mainicon {
	font-size: 30px;
	padding: 15px;
}

/* lightbox gmap expand */
.evo_lightbox.evo_map_expand .evo_map_expand {
	margin: 0px;
	max-width: none;
}

.evo_lightbox.evo_map_expand .evolb_content {
	padding: 10px;
}

/*-- event other data --*/
.evcal_evdata_row.getdirections form {
	width: 100%;
}

.evcal_evdata_row .evcal_evdata_icons {
	display: block;
	padding: 0;
	width: 31px;
	flex-shrink: 0;
}

.evcal_evdata_row h3 .evcal_evdata_icons {
	display: none;
}

.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3, h3.evo_h3 {
	font-weight: normal;
	letter-spacing: normal;
	line-height: 100%;
	float: none;
}

.event_description.evcal_eventcard {
	padding-top: 8px;
}

.evo_lightbox_body .evcal_eventcard {
	padding-bottom: 8px;
}

.evcal_evdata_row.evorow_2b {
	display: flex;
	flex-direction: row;
	padding: 0;
	background-color: transparent;
}

.evcal_evdata_row.evorow_2b .evorow_b {
	flex: 1;
}

.evcal_evdata_row.evorow_2b .evorow_b.evorow_b1 {
	margin-right: 8px;
	flex: 0 1 50%;
}

.evcal_evdata_row.evo_metarow_ICS {
	padding: 20px 25px;
	display: flex;
	align-items: center;
}

.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_icons {
	display: flex;
	align-items: center;
}

.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell p {
	margin: 0;
}

.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell p a {
	color: var(--evo_color_1);
	margin-top: 5px;
}

/* social media */
.evocard_box.evosocial {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.evocard_box.evosocial .evo_h3 {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.evcal_evdata_row.evo_metarow_socialmedia {
	padding: 0px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.evo_metarow_socialmedia .evo_sm, .eventon_cal_social .evo_sm {
	display: inline-block;
	height: 50px;
	text-align: center;
}

.evo_metarow_socialmedia a.evo_ss, .eventon_cal_social a.evo_ss, a.evo_ss {
	display: flex;
	height: 50px;
	width: 50px;
	border-radius: 15px !important;
	margin: 0 0;
	padding: 0 !important;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

a.evo_ss.evo_wbg {
	background-color: var(--evo_cl_b5);
}

.evo_metarow_socialmedia a.evo_ss:hover, a.evo_ss:hover {
	background-color: #909090;
}

.evo_metarow_socialmedia a.evo_ss:hover i, a.evo_ss:hover i {
	color: #fff;
}

.evo_metarow_socialmedia a.evo_ss i, .eventon_cal_social a.evo_ss i, a.evo_ss i {
	cursor: pointer;
	font-size: 20px;
	color: var(--evo_color_2);
	display: inline-block;
	opacity: 1;
	font-family: "evo_FontAwesomeB";
}

/* widget */
#evcal_widget .evo_metarow_socialmedia a.evo_ss i {
	font-size: 15px;
}

#evcal_widget .evo_metarow_socialmedia .evo_ss {
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 0px !important;
}

#evcal_widget .evo_metarow_socialmedia .evo_sm {
	height: 40px;
}

#evcal_widget .event_description .evcal_evdata_row.evo_metarow_socialmedia {
	padding: 0;
}

.evo_fc_widget .evo_metarow_socialmedia .evo_sm {
	height: 35px;
	width: 40px;
}

.evo_fc_widget .evo_metarow_socialmedia .evo_sm a {}

.evo_fc_widget .evo_metarow_socialmedia .evo_sm i {
	margin-top: 8px;
	font-size: 18px;
}

@media (max-width: 480px) {
	.evo_metarow_socialmedia .evo_sm {
		height: 35px;
		width: 40px;
	}
	
	.evo_metarow_socialmedia a.evo_ss i {
		font-size: 18px;
		margin-top: 8px;
	}
}

/* calendar footer social share */
.eventon_cal_social {
	display: inline-flex;
	background-color: #f0f0f0;
	border-radius: 15px;
}

.eventon_cal_social a.evo_ss:hover {
	opacity: .7;
}

/* virtual Events */
.evo_metarow_virtual .evocell_virtual_livenow {
	display: flex;
}

.evo_metarow_virtual .evo_live_now.evo_live_now_tag {
	background-color: #fb6658;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.evo_metarow_virtual .evo_live_now_tag {
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 5px 10px;
	color: #fff;
	background-color: #8c8c8c;
	border-radius: 8px;
	display: flex;
	align-items: center;
	height: 30px;
	box-sizing: border-box;
}

.evo_above_title .evo_live_now {
	background-color: transparent !important;
	height: 18px;
	width: 27px;
	display: inline-block;
	background-size: cover;
	margin-right: 10px;
	animation: evo_blinking_red 1.2s infinite;
	padding: 0 !important;
}

.evo_above_title .evo_live_now svg {
	fill: #fb6658;
}

#evcal_widget .evo_above_title .evo_live_now svg {
	height: 15px;
}

.evo_metarow_virtual .evo_live_now svg {
	fill: #fff;
}

.evo_metarow_virtual .evo_live_now svg {
	height: 18px;
	width: 25px;
	display: inline-block;
	background-size: cover;
	margin-right: 10px;
	animation: evo_blinking_red 1.2s infinite;
}

@keyframes vir_waiting_anim {
	0% {
		background-position: 0% 20%;
	}
	
	50% {
		background-position: 100% 81%;
	}
	
	100% {
		background-position: 0% 20%;
	}
}

.evo_metarow_virtual .evo_vir_main_content, .evo_metarow_virtual .evo_vir_post_content {
	background-color: #dedede;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.evo_metarow_virtual .evo_vir_post_content iframe {
	max-width: 100%;
}

.evo_metarow_virtual .evo_vir_access {
	background: #4e5d49;
	background: linear-gradient(45deg, #3c4639 0%, #5f4242 58%, #355452 100%);
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding: 80px 20px;
	border-radius: 8px;
	background-size: 200% 200%;
	animation: vir_waiting_anim 6s ease infinite;
}

.evo_metarow_virtual .evo_vir_access .evo_vir_access_title {
	text-align: center;
	margin-bottom: 10px;
}

.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions {
	text-align: center;
}

.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions .evo_vir_access_actions_in {}

.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions .evo_vir_access_actions_in >* {
	margin: 5px;
}

@keyframes waitingmod {
	from {
		color: #fffbf3;
	}
	
	to {
		color: #655856;
	}
}

.evo_metarow_virtual .evo_vir_access .evo_vir_access_title.waiting_mod span {
	animation: waitingmod 2s ease-in-out infinite alternate;
	color: #fed584;
}

.evo_metarow_virtual .evo_vir_access .evo_vir_access_title span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.evo_metarow_virtual .evo_vir_access a.evcal_btn {
	position: relative;
}

.evo_metarow_virtual .evo_vir_pass {
	background-color: #ececec;
	border-radius: 25px;
	padding: 8px 30px 8px 40px;
	display: inline-block;
	line-height: 1;
}

.evo_metarow_virtual .evo_vir_pass b {
	font-style: normal;
}

/* health */
.evo_card_health_boxes {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.evo_card_health_boxes .evo_health_b {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	margin: 0 10px 10px 0;
	flex-direction: row;
	background-color: #ececec;
	color: var(--evo_color_1);
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

.evo_card_health_boxes .evo_health_b_o {
	flex: 1 1 auto;
}

.evo_card_health_boxes .evo_health_b svg, .evo_card_health_boxes .evo_health_b i.fa {
	fill: var(--evo_color_1);
	color: var(--evo_color_1);
	margin-right: 15px;
	height: 30px;
	width: auto;
	font-size: 30px;
	min-width: 40px;
}

.evo_health_b.ehb_other {
	background-color: #e8e8e8;
	border-radius: 8px;
	padding: 10px 10px;
}

.evo_health_b.ehb_other .evo_health_bo_title {
	display: flex;
	align-items: center;
	font-weight: 700;
}

.evo_health_b.ehb_other i {
	margin-right: 10px;
}

/* Click event field */
.evcal_evdata_row.evo_clik_row:hover {
	background-color: #237ebd;
}

.evcal_evdata_row.evo_clik_row:hover > *, .evcal_evdata_row.evo_clik_row:hover i {
	color: #fff;
}

.evcal_evdata_row.evo_clik_row .evo_h3 {
	padding: 0;
}

.evcal_evdata_row.evo_clik_row .evo_h3 {
	padding-top: 5px;
}

.evo_metarow_ICS .evcal_evdata_cell p a {
	text-transform: uppercase;
	font-style: normal;
	font-size: 16px;
	color: #6b6b6b;
	padding-right: 15px;
	padding-top: 0;
	margin-top: 3px;
	display: inline-block;
}

.evocard_box .evo_metarow_learnM {
	height: 100%;
}

.evo_metarow_ICS .evcal_evdata_cell p a:hover, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover, .evo_ics.evo_clik_row .evo_h3 a:hover {
	opacity: .6;
}

.evo_clik_row .evcal_evdata_row, .evo_clik_row.evcal_evdata_row {
	display: flex;
	padding: 20px 25px;
	align-items: center;
}

.evo_clik_row .evo_h3 {
	color: #6b6b6b;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
}

/* related Events */
.evcal_cell_rel_events a em {
	display: block;
	font-style: normal;
	font-size: 13px;
	opacity: .9;
}

.evo_metarow_rel_events .evcal_cell_rel_events a em i {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
}

.ajde_evcal_calendar #evcal_list .eventon_list_event .evo_metarow_rel_events a em, .eventon_list_event .evo_metarow_rel_events a em, body .evcal_eventcard .evcal_cell_rel_events a, body .evcal_eventcard .evcal_cell_rel_events a h4 {
	color: var(--evo_color_1);
}

.evcal_cell_rel_events a:after {
	content: "";
	position: absolute;
	height: 100%;
}

.evcal_cell_rel_events span.img {
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	width: 100px;
	height: 100px;
}

.evcal_cell_rel_events a b {
	text-transform: uppercase;
}

.evcal_cell_rel_events a em, .evcal_cell_rel_events a b {
	line-height: 1.3;
	text-transform: uppercase;
}

.evcal_cell_rel_events {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.evcal_cell_rel_events span {}

body .evcal_eventcard .evcal_cell_rel_events a {
	cursor: pointer;
	background-color: #e2e2e2;
	padding: 0px;
	margin-bottom: 8px;
	border-radius: 20px;
	margin: 0 8px 8px 0;
	display: flex;
	flex: 1;
	flex-basis: 100%;
	flex-direction: row;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

body .evcal_eventcard .evcal_cell_rel_events a h4 {
	font-size: 24px;
	font-weight: 800;
	line-height: 110%;
	margin-bottom: 7px;
}

body .evcal_eventcard .bx2 .evcal_cell_rel_events a, body .evcal_eventcard .bx3 .evcal_cell_rel_events a {
	flex-basis: 100%;
}

body .evcal_eventcard .evcal_cell_rel_events a:hover {
	opacity: .8;
}

.ajde_evcal_calendar #evcal_list .eventon_list_event .evo_metarow_rel_events a.drk em, .eventon_list_event .evo_metarow_rel_events a.drk em, body .evcal_eventcard .evcal_cell_rel_events a.drk, body .evcal_eventcard .evcal_cell_rel_events a.drk h4 {
	color: #fff;
}

@media (max-width:680px) {
	body .evcal_eventcard .evcal_cell_rel_events a {
		flex-basis: 100%;
		margin-right: 0px;
	}
	
	body .evcal_eventcard .evcal_cell_rel_events a h4 {
		font-size: 16px;
	}
}

/* diffrent row colors */
.dark1 {
	background-color: #efefef;
}

.dark1:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

/*-- event card close --*/
.event_description .evcal_close:hover {
	background-color: #f1f1f1;
}

.event_description .evcal_close, .evo_lightbox_content .evcal_close {
	display: none;
}

.evo_pop_body .evorow.lastrow {
	padding-right: 0;
	margin-bottom: 8px;
}

.evo_pop_body .evcal_close.evo_card_row_end, .evo_sin_page .event_description .evo_card_row_end {
	display: none;
}

.event_description .evo_card_row_end {
	background-color: #f7f7f7;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 8px 8px;
	height: 30px;
	cursor: pointer;
	border-radius: 8px;
	border: none;
}

.evo_sin_page .event_description {
	padding-bottom: 8px;
}

.event_description .evo_card_row_end:before {
	content: "";
	display: block;
	font-family: "evo_FontAwesome";
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	padding-top: 8px;
	opacity: .4;
}

/* RTL  -- evortl */
.evortl #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evortl.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evortl .eventon_events_list .eventon_list_event .evcal_desc span, .evortl.eventon_events_list .eventon_list_event .evcal_desc span, .evortl .evcal_evdata_row .evcal_evdata_cell h3, .evortl .eventon_events_list .eventon_list_event .evcal_desc, .evortl.eventon_events_list .eventon_list_event .evcal_desc, .evortl #evcal_list .eventon_list_event .evcal_eventcard p, .evortl .evcal_evdata_row .evcal_evdata_cell, .evortl #evcal_list .eventon_list_event p.no_events, .evortl #evcal_list.sep_months .evcal_month_line p, .evortl .evo_cal_above {
	text-align: right;
}

.evortl .evo_header_mo, .evortl .evo_cal_above {
	flex-direction: row-reverse;
}

.evortl.eventon_events_list .eventon_list_event .evcal_cblock, .evortl .eventon_events_list .eventon_list_event .evcal_cblock {
	margin: 0 0 0 10px;
}

.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {
	right: 90px;
}

.evortl.eventon_events_list .eventon_list_event .hasFtIMG .ev_ftImg {
	right: 0;
	margin-right: 0px;
	margin-left: 10px;
}

.evortl .evcal_desc .evcal_desc3 em {
	float: none;
	display: inline-block;
}

.evortl .evcal_evdata_row {}

.evortl .evcal_evdata_row .evcal_evdata_cell {
	padding-left: 0;
}

/* header */
.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows {
	float: right;
	padding-right: 10px;
}

.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows.right {
	float: left;
}

.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows.right #evcal_prev {
	margin: 0;
}

.evortl #evcal_cur {
	float: right;
}

.evortl .evo_sort_btn {
	display: block;
	text-align: right;
	height: 25px;
	padding-top: 5px;
}

.evortl.ajde_evcal_calendar .eventon_sort_line, .evortl.ajde_evcal_calendar .eventon_filter_line {
	float: right;
}

.evortl.ajde_evcal_calendar .eventon_filter_line {
	border-left: none;
	border-right: 1px solid #c4c4c4;
	margin-right: 10px;
}

.evortl .eventon_filter_line .eventon_filter {
	float: right;
}

.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location, .evortl .evo_pop_body .evcal_desc .evcal_location, .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time, .evortl .evo_pop_body .evcal_desc .evcal_time {
	padding-left: 0;
	padding-right: 0px;
	margin-right: 0;
	margin-left: 5px;
}

.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, .evortl .evo_pop_body .evcal_desc em.evcal_time::before, .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, .evortl .evo_pop_body .evcal_desc em.evcal_location::before {
	left: auto;
	right: 0;
}

/* event tags */
.evortl .eventon_events_list .evo_above_title {
	justify-content: flex-end;
}

/* event top */
.evortl .eventon_list_event .evoet_cx .evoet_time_expand .evcal_time i.fa, .evortl .eventon_list_event .evoet_cx .evoet_location .evcal_location i.fa {
	padding: 0 0 0 5px;
}

/* event card */
.evortl #evcal_list {
	border-left: 1px solid #e5e5e5;
}

.evortl #evcal_list.sep_months {
	border: none;
}

.evortl #evcal_list .eventon_list_event ul, .evortl .evo_pop_body ul {
	direction: rtl;
}

.evortl #evcal_list .eventon_list_event li, .evortl .evo_pop_body li {
	direction: rtl;
	margin-right: 20px;
}

.evortl .evcal_evdata_row .evcal_evdata_icons, .evortl .evcal_evdata_row .evcal_evdata_custometa_icons {
	right: 0;
}

.evortl .event_description .evcal_close {
	left: 0;
}

.evortl .evo_metarow_ICS .evcal_evdata_cell p a, .evortl .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a {
	padding-right: 0;
	padding-left: 15px;
}

.evortl #evcal_list .evorow.getdirections .evoInput, .evortl .evo_pop_body .evorow.getdirections .evoInput {
	padding-right: 50px;
	text-align: right;
}

.evortl .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image, .evortl .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image {
	float: right;
	margin-left: 10px;
}

.evortl .evo_metarow_socialmedia a.evo_ss {
	text-align: center;
}

.evortl .eventon_events_list .eventon_list_event .evcal_list_a {
	flex-direction: row-reverse;
}

.clean.evortl .eventon_events_list .eventon_list_event .evcal_list_a {
	border-right-style: solid;
	border-right-width: 3px;
	border-left-width: 0px;
}

.clean.evortl .eventon_events_list .eventon_list_event .desc_trig:hover {
	border-right-style: solid;
	border-right-width: 7px;
	border-left-width: 0px;
}

/* lightbox */
.evortl.evo_lightbox .evolbclose {
	left: 0;
	right: auto;
	margin: -14px 0 0 -14px;
}

.evortl.evo_lightbox .evcal_desc {
	text-align: right;
}

.evortl.evo_lightbox .evcal_cblock {
	right: 0;
	left: auto;
}

.evortl.evo_lightbox .evo_clik_row .evo_h3 {
	text-align: right;
	padding: 5px 45px 5px 0;
}

/* instant lightbox */
.evo_instant_lb {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(24, 24, 24, .4);
	transition: all .3s;
	overflow: auto;
}

.evo_instant_lb.show {
	opacity: 1;
	visibility: visible;
}

.evolb_in {
	display: block;
	z-index: 2000;
	position: relative;
	width: 900px;
	margin: 80px auto 30px;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.evo_instant_lb.show .evolb_in {
	background-color: #ecebeb;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.evolb_content {
	display: block;
}

.evolb_close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90001;
	margin: -14px -14px 0 0;
	color: #666;
	background-color: #000;
	border-radius: 50%;
	padding: 5px;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 90%;
	font-size: 28px;
	cursor: pointer;
	text-indent: -9999px;
	font-weight: 300;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.evolb_close:before {
	position: absolute;
	left: 18px;
	top: 9px;
	content: " ";
	height: 50%;
	width: 2px;
	background-color: #666;
}

.evolb_close:after {
	position: absolute;
	left: 18px;
	top: 9px;
	content: " ";
	height: 50%;
	width: 2px;
	background-color: #666;
}

.evolb_close:before {
	transform: rotate(45deg);
}

.evolb_close:after {
	transform: rotate(-45deg);
}

/* tile layout */
.ajde_evcal_calendar.boxy.evortl #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
	text-align: right;
	float: right;
}

/* addon */
.evortl.evo_lightbox .evoTX_wc .quantity {
	float: right;
	margin: 0 0 0 10px;
}

.evortl.evo_lightbox .evo_metarow_socialmedia .evo_sm {
	float: right;
}

.evortl .evo_search_bar input {
	text-align: right;
}

.eventon_main_section .evortl .evorow.lastrow {
	padding-left: 0;
	padding-right: 15px;
}

.evortl.evoEL .calendar_header p {
	text-align: right;
	display: block;
	width: 100%;
}

.evortl.evoEL .evcal_month_line p {
	text-align: right;
}

.evortl.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span, .evortl.evo_lightbox .evcal_desc span.evocd_timer span {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

/* single event */
.evortl .evo_metarow_socialmedia .evo_sm {
	float: right;
}

/* include anything */
#evcal_list .eventon_list_event.anypost a.sin_val.hasFtIMG .evcal_desc {
	padding-left: 100px;
}

#evcal_list .eventon_list_event.anypost a.sin_val .evcal_desc {
	padding-left: 15px;
}

/* event card */
.evcal_evdata_row .evcal_evdata_cell >* {
	margin: 0;
}

.ajde_evcal_calendar .evo_metarow_rel_events.evcal_evdata_row .evcal_evdata_cell a em {
	color: var(--evo_color_1);
}

.evcal_evdata_cell h2 b, .evcal_evdata_cell h3 b {
	font-weight: 300;
}

.evcal_evdata_row .evcal_evdata_cell h2 {
	color: var(--evo_color_1);
	font-size: 18px;
}

.evcal_evdata_row .evcal_evdata_cell h2.bash {
	font-weight: bold;
}

.evcal_evdata_row .evcal_evdata_cell h3, h3.evo_h3 {
	color: var(--evo_color_1);
	font-size: 20px;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 0px;
	font-weight: 700;
}

.evcal_evdata_row .evcal_evdata_cell h3 a {
	font-size: 18px;
	font-weight: 700;
}

.evcal_evdata_row .evcal_evdata_cell a.evo_cusmeta_btn.evcal_btn {
	margin-top: 8px;
}

.evcal_evdata_row .evcal_evdata_cell a {
	border: none;
	padding: 0;
}

.evcal_evdata_row .evcal_evdata_cell {
	min-height: 25px;
	flex: 1 1 50%;
}

.evcal_evdata_row .evcal_evdata_cell .evo_custom_content p {
	margin: 0;
}

/*.event_description .evo_time .evcal_evdata_cell p{text-transform: capitalize;}*/
.evcal_col50 {
	width: 50%;
	float: left;
}

.evcal_evdata_row i.fa {
	display: block;
}

/* general text */
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, .evo_lightbox p {
	font-style: normal;
	font-size: 14px;
	margin-bottom: 5px;
}

.evcal_evdata_row .evcal_evdata_cell p {
	line-height: 140%;
}

.evo_lightbox p {
	line-height: 140%;
}

/* local event time */
.eventon_list_event .evcal_evdata_cell .evo_tz, .eventon_list_event .evo_tz_time .evo_tz, .eventon_events_list .eventon_list_event .evcal_desc span.evo_tz {
	opacity: .5;
	display: inline-block;
}

.eventon_list_event .evoet_cx em.evo_mytime.tzo_trig, .eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig {
	cursor: pointer;
}

.eventon_list_event .evcal_evdata_cell .evo_mytime >* {
	font-style: normal;
	font-weight: normal;
	opacity: 1;
}

.eventon_list_event .evo_newmytime {
	background-color: var(--evo_cl_b20);
	display: inline-block;
	padding: 3px 12px;
	border-radius: 15px;
}

/* eventtop */
.evcal_list_a .evoet_cx .evcal_time.evo_tz_time {
	display: flex;
}

.evcal_list_a .evoet_cx .evcal_tz_time.tzo_trig, .eventon_events_list .evopop_top .evoet_cx .evcal_tz_time.tzo_trig {
	padding: 3px 6px;
	padding: 3px 13px;
	border-radius: 4px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border: 1px solid var(--evo_color_1);
	background-color: transparent;
}

.evoet_cx .evcal_tz_time.evo_loct_inprocess {
	padding: 1px 5px;
}

.evcal_list_a .evoet_cx .evcal_tz_time.tzo_trig:hover, .eventon_events_list .evopop_top .evoet_cx .evcal_tz_time.tzo_trig:hover {
	background-color: var(--evo_color_white);
}

.eventon_list_event .evoet_cx .evo_newmytime {
	display: block;
	padding: 4px 8px;
	background-color: var(--evo_cl_b20);
	margin: 0;
}

/* event card */
.eventon_list_event .evo_metarow_time .evo_newmytime {}

.eventon_list_event .evo_metarow_time .evcal_evdata_cell .evo_tz {
	display: inline-block;
}

.eventon_list_event .evo_eventcard_time_t {
	margin-right: 8px;
	margin-bottom: 5px;
	display: inline-flex;
}

/* jitsi */
.evcal_evdata_row .evcal_evdata_cell .evo-jitsi-wrapper {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10x;
	height: 600px;
}

.evcal_evdata_cell .evo_vir_mod_box {
	background-color: #d4d4d4;
	padding: 10px;
	border-radius: 10px;
}

.evcal_evdata_cell .evo_vir_mod_left {
	background-color: #35bb52;
	padding: 3px 10px;
	border-radius: 10px;
	color: #fff;
}

/* custom meta data fields */
.evo_custom_content p strong {
	font-weight: bold;
}

.ajde_evcal_calendar .evo_custom_content ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

.ajde_evcal_calendar .evo_custom_content ul li, #evcal_list .eventon_list_event .event_description .evo_custom_content li {
	padding-bottom: 5px;
	font-size: 14px;
	font-family: var(--evo_font_2);
}

/* event organizer */
.ajde_evcal_calendar .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image, .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image {
	display: inline-block;
	margin-bottom: 10px;
}

.evo_metarow_organizer .evcal_evdata_cell {
	display: inline-block;
}

.evo_metarow_organizer .evo_card_organizer_image img {
	border-radius: 30px;
	max-height: 200px;
	min-width: 150px;
	width: 100%;
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer .evo_data_val, .evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evo_card_organizer .evo_data_val {
	display: inline-block;
	margin-bottom: 0;
}

.evcal_evdata_row.evo_metarow_organizer .evo_card_organizer .evo_data_val.evo_card_organizer_image img {
	margin-bottom: 10px;
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer span.evo_card_organizer_name_t, .evo_pop_body .evo_metarow_organizer .evo_card_organizer span.evo_card_organizer_name_t {
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer span, .evo_pop_body .evo_metarow_organizer .evo_card_organizer span {
	display: block;
}

.evocard_row .evo_metarow_organizer .evo_card_organizer_social {
	display: flex !important;
	flex-wrap: wrap;
	margin-top: 10px;
}

.evocard_row .evo_metarow_organizer .evo_card_organizer_social a, .evo_lightbox .evo_tax_social_media a {
	outline: none;
	font-size: 20px;
	padding: 10px 20px 10px 0;
	color: var(--evo_color_link);
}

.evocard_row .evo_metarow_organizer .evo_card_organizer_social a:hover, .evo_lightbox .evo_tax_social_media a:hover {
	opacity: .7;
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer span.oe_displaynone, .evo_pop_body .evo_metarow_organizer .evo_card_organizer span.oe_displaynone {
	display: none;
}

.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evcal_evdata_cell p.evo_card_organizer_image {
	margin-right: 15px;
}

.evo_evdata_cell_content .evo_card_organizer {
	flex: 1 1;
}

/* lightbox organizer details */
.evo_lightbox .evo_event_moreinfo_org p.marb10i {
	margin-bottom: 10px !important;
}

/* featured image */
.evcal_evdata_img {
	width: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
}

.evcal_evdata_img:hover {
	background-position: 50% 50%;
}

.evcal_evdata_img.evo_imghover:hover {
	background-position: 50% 45%;
}

.evcal_evdata_img.evo_imgCursor:hover {
	cursor: url("https://cdn-ikpnjof.nitrocdn.com/VaiRRqQjcRYTHrTuPwSefgVeuFOhokOB/assets/images/optimized/rev-4edc3cb/isla-travel.de/wp-content/plugins/eventON/assets/images/zoom.png"), auto;
}

.evo_metarow_directimg {
	padding: 0;
	height: fit-content;
}

.evo_metarow_directimg img {
	width: 100%;
	height: auto;
	display: block;
	align-self: flex-start;
	min-height: 200px;
}

@media (max-width:680px) {
	.evo_metarow_fimg.evcal_evdata_img {
		height: 125px;
	}
}

.evocard_main_image, .evo_img_triglb {
	height: 400px;
	color: #fff;
	position: relative;
	min-height: 100px;
	z-index: 1;
}

.evocard_main_image span {
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 3;
	min-width: 100%;
}

img.evocard_main_image {
	height: auto;
}

.evocard_main_image:hover, .evo_img_triglb:hover {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

img.evocard_main_image:hover {
	cursor: default;
}

.evocard_row .evocard_main_image_hold {
	background-color: #333;
}

.evocard_row .evocard_main_image_hold:before {
	content: attr(data-t);
	position: absolute;
	z-index: 1;
	color: #fff;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--evo_font_1);
	font-size: 18px;
}

/* More event images styles */
.evocard_fti_in {
	padding: 20px 0;
	z-index: 10;
}

.evocard_fti_in:hover {
	background: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(0, 0, 0, .57) 100%);
}

.evocard_box.ftimage {
	position: relative;
}

.evo_event_images span.select {
	border-color: var(--evo_cl_w);
	box-shadow: 0px 0px 20px -5px #000;
}

.evo_event_images span {
	width: 50px;
	height: 50px;
}

/* event location image */
.evo_metarow_locImg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 400px;
	width: auto;
	overflow: hidden;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-sizing: border-box;
}

.evo_metarow_locImg .evo_locimg_bottom {
	position: absolute;
	box-sizing: border-box;
	height: 100px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	padding: 0 20px 20px;
	align-items: flex-end;
}

.bx4 .evocard_box_h .evocard_box.locImg .evo_locimg_bottom, .bx3 .evocard_box_h .evocard_box.locImg .evo_locimg_bottom, .bx3 .evo_metarow_locImg .evo_locimg_bottom {
	flex-direction: column;
	height: auto;
}

.evo_metarow_locImg .evo_locimg_bottom h3 {
	color: var(--evo_cl_w);
	padding: 0 20px 0px 10px;
	text-align: right;
}

.evo_metarow_locImg .evo_locimg_over {
	opacity: 0;
	background-color: var(--evo_color_second);
	display: flex;
	transition: all linear 1s;
	transition: all linear .2s;
	color: var(--evo_color_1);
	position: absolute;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.evo_metarow_locImg.vis .evo_locimg_over {
	opacity: 1;
}

.evo_metarow_locImg .evo_locimg_over_in {
	transition: all linear .2s;
	transform: translateY(30px);
}

.evo_metarow_locImg.vis .evo_locimg_over_in {
	transform: translateY(0px);
}

.evo_metarow_locImg .evo_locimg_bottom .evo_locimg_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 50px;
}

.evo_metarow_locImg .evo_locimg_bottom span.evo_locimg_more {
	bottom: 20px;
	background-color: var(--evo_color_second);
	height: 50px;
	width: 50px;
	right: 20px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex: 1 0 auto;
}

.evo_metarow_locImg .evo_locimg_bottom span.evo_locimg_more:hover {
	transform: scale(1.08);
}

.evo_metarow_locImg.vis .evo_locimg_bottom span.evo_locimg_more:hover {
	transform: scale(1.08) rotate(45deg);
}

.evo_metarow_locImg.vis .evo_locimg_bottom span.evo_locimg_more {
	background-color: var(--evo_cl_b30);
	color: var(--evo_cl_w);
	transform: rotate(45deg);
}

.evo_metarow_locImg.vis .evo_locimg_gal, .evo_metarow_locImg.vis .evo_locimg_bottom h3 {
	display: none;
}

.bx3 .evocard_box_h .evocard_box.locImg {
	flex: 0 0 auto;
}

/*-- event description section --*/
.eventon_list_event .evo_metarow_details .eventon_full_description p, .eventon_list_event .evo_metarow_details .eventon_full_description li {
	font-size: 14px;
	padding-bottom: 8px;
}

.eventon_list_event .evo_metarow_details .eventon_full_description ol, .eventon_list_event .evo_metarow_details .eventon_full_description ul {
	margin: 0 0 10px 10px;
	padding: 0 0 5px 10px;
}

.eventon_list_event .evo_metarow_details .eventon_full_description ul {
	list-style-type: disc;
}

.eventon_full_description .eventon_desc_in {
	overflow-wrap: break-word;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

.eventon_full_description .eventon_desc_in a {
	color: var(--evo_cl_link);
}

.eventon_full_description .eventon_desc_in a:hover {
	text-decoration: underline !important;
}

#evcal_list .eventon_list_event .evoet_cx span.evcal_event_title, .eventon_events_list .evcal_event_subtitle {
	line-height: 120%;
	padding-bottom: 8px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a {
	color: #fff;
	background: #949494;
	padding: 3px 10px;
	border: none;
	display: inline-block;
}

#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a:hover {
	background: #4f4f4f;
}

.eventon_list_event .event_description p, .evcal_list_a .event_description li, .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
	font-size: 14px;
	color: var(--evo_color_2);
	margin: 0;
}

.evo_repeat_series_dates span {
	height: 100px;
	box-sizing: border-box;
}

.evo_repeat_series_dates span span {}

.evo_repeat_series_dates span em.t {
	white-space: nowrap;
	flex-shrink: 0;
}

#evcal_list .eventon_list_event .event_description .evcal_desc_top {
	background-color: #e4e4e4;
}

.evcal_event_details .evcal_evdata_cell {
	position: relative;
	min-width: 0;
}

/* more or less */
.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in {
	height: 150px;
	overflow: hidden;
	position: relative;
}

.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(to top, rgba(243, 243, 243, 1) 20%, rgba(255, 255, 255, 0) 80%);
	pointer-events: none;
}

.eventon_shad_p .evcal_btn {
	background-color: #d2d2d2;
}

.eventon_shad_p .ev_more_text {
	padding-right: 12px;
}

.eventon_shad_p .ev_more_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	margin-top: 2px;
	margin-left: -6px;
}

.eventon_shad_p .ev_more_arrow.ard {
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	margin-top: 4px;
}

/* multi data types */
.evorow.evo_metarow_mdt .evomdt_subtitle {
	padding-bottom: 10px;
}

.evorow .evomdt_item img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
	margin: 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.evorow .evomdt_item {
	padding-bottom: 10px;
}

.evorow .evomdt_data.grid {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

.evorow .evomdt_data.grid .evomdt_item {
	flex: 1;
	text-align: left;
	border: 0px solid transparent;
}

.evomdt_item p span {
	display: inline-block;
	padding-right: 5px;
	opacity: .6;
}

/*-- upcoming events list --*/
.ajde_evcal_calendar .evcal_month_line p {
	padding: 8px 0 5px;
	color: #c6c6c6;
	font-size: 24px;
	text-transform: uppercase;
	min-height: 24px;
	line-height: 100%;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.ajde_evcal_calendar.ul .evcal_month_line p {
	border-bottom: none;
}

/* tabbed view */
.evo_tab_view .evo_tab_holder {
	display: flex;
}

.evo_tab_view .evo_tabs {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #dedede;
}

.evo_tab_view .evo_tabs p.evo_tab {
	display: block;
	text-transform: uppercase;
	padding: 3px 8px;
	font-weight: 700;
	border-right: 1px solid #dedede;
	margin-bottom: -1px;
	color: #6b6b6b;
	cursor: pointer;
}

.evo_tab_view .evo_tabs p.evo_tab:first-child {
	padding-left: 15px;
}

.evo_tab_view .evo_tabs p.evo_tab:last-child {
	padding-right: 15px;
	border: none;
}

.evo_tab_view .evo_tabs p.evo_tab.selected {
	background-color: #fed584;
}

.evo_tab_view .evo_tabs p:hover {
	background-color: #f3f3f3;
}

.evo_tab_container {
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 10px;
	position: relative;
}

.evo_tab_container .evo_tab_section {
	position: relative;
	width: 100%;
}

.evo_tab_container .evo_tab_section.hidden {
	opacity: 0;
	height: 0;
	display: none;
}

.evo_tab_container .evo_tab_section.visible {
	opacity: 1;
	display: block;
}

.evo_tab_section .evo_month_title {
	clear: both;
}

/*-- widget --*/
.widget .ajde_evcal_calendar a {
	font-weight: normal;
}

.evo_widget .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .widget-area .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_widget .evo_pop_body .evcal_desc span.evo_above_title span {
	padding: 3px 5px;
	font-size: 10px;
}

.widget-area .eventon_events_list .eventon_list_event .status_reason, #evcal_widget .eventon_events_list .eventon_list_event .status_reason {
	font-size: 11px;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em {
	color: #9b9999;
	font-weight: normal;
	font-size: 11px;
}

#evcal_widget .evcal_evdata_row.evorow_2b.evcal_evdata_row {
	flex-direction: column;
	padding: 0;
}

#evcal_widget .evcal_evdata_row.evorow_2b .evorow_b.evorow_b1 {
	margin: 0 0 10px 0;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em.evcal_tz_time {
	margin-bottom: 5px;
	display: block;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc.hide_eventtopdata .evcal_event_types, #evcal_widget .evcal_evdata_row .hide_eventtopdata .evcal_evdata_custometa_icons {
	display: none;
}

#evcal_widget .ajde_evcal_calendar .calendar_header {
	padding-bottom: 5px;
	min-height: inherit;
}

#evcal_widget a {
	font-weight: normal;
}

#evcal_widget .event_description .evcal_evdata_row p {
	line-height: 130%;
	font-size: 11px;
}

#evcal_widget .event_description .evcal_evdata_row {
	padding: 15px 15px;
}

#evcal_widget .event_description .evcal_evdata_row.evcal_close {
	padding: 0px;
	width: 35px;
}

#evcal_widget .evorow.lastrow {
	padding-right: 35px;
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_icons, #evcal_widget .evcal_evdata_custometa_icons, #evcal_widget .evcal_evdata_icons {
	display: none;
}

#evcal_widget .evo_clik_row .evo_h3, #evcal_widget .tb .evo_clik_row {
	padding: 0px;
}

#evcal_widget .tb .evo_clik_row.evcal_col50 {
	border-bottom: none;
}

#evcal_widget .evo_clik_row {
	padding: 5px 15px;
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell {
	padding-left: 0px;
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h2 {
	font-size: 16px;
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h3, #evcal_widget .evo_clik_row .evo_h3 {
	font-size: 14px;
}

#evcal_widget .event_description .evcal_col50 {
	float: none;
	border-bottom: 1px solid #cdcdcd;
}

#evcal_widget .event_description .eventbrite .evcal_col50 {
	width: 100%;
}

#evcal_widget .event_description .evcal_col50 .bordr {
	border-right: none;
}

.widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, #evcal_widget .eventon_events_list .evcal_desc2 {
	line-height: 120%;
	font-size: 14px;
}

.widget-area .ajde_evcal_calendar .eventon_events_list .evo_below_title .evcal_event_subtitle, #evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {
	line-height: 120%;
	font-size: 12px;
}

#evcal_widget .ajde_evcal_calendar .calendar_header p, .widget_block .ajde_evcal_calendar .calendar_header p {
	font-size: 18px;
	height: auto;
}

#evcal_widget .ajde_evcal_calendar .calendar_header .evo_arrows, .widget_block .ajde_evcal_calendar .calendar_header .evo_arrows {
	display: flex;
	margin-bottom: 5px !important;
}

#evcal_widget .ajde_evcal_calendar #evcal_prev {
	margin-right: 8px;
}

#evcal_widget .ajde_evcal_calendar #evcal_next {
	margin-left: 8px;
}

#evcal_widget #evcal_sort_bar ul .sort_title {
	padding: 8px 5px 0 0;
}

#evcal_widget #evcal_sort_bar ul p {
	font-size: 13px;
}

#evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG.month_long .evcal_desc {
	padding-left: 60px;
}

/* header */
#evcal_widget .ajde_evcal_calendar .evo_header_title, .widget .ajde_evcal_calendar .evo_header_title {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

#evcal_widget .ajde_evcal_calendar .evo_header_title p {
	padding-bottom: 0;
}

#evcal_widget .ajde_evcal_calendar .evo_arrows #evcal_prev, .widget .ajde_evcal_calendar .evo_arrows #evcal_prev {
	margin-left: 0;
}

/* w/ ft img and multi day event */
#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg, .widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event .ev_ftImg {
	margin: 0 10px 10px 0;
	height: 50px;
	width: 50px;
}

#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {
	left: 60px;
}

.evo_widget .evo_metarow_directimg img, .widget-area .evo_metarow_directimg img {
	min-height: auto;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span, .widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_cblock span {
	font-size: 10px;
}

.widget-area .ajde_evcal_calendar .evcal_cblock .evo_date .start em, #evcal_widget .evcal_cblock .evo_date .start em {
	font-size: 10px;
}

.widget-area .ajde_evcal_calendar .evcal_cblock .evo_date .end em, #evcal_widget .evcal_cblock .evo_date .end em {
	font-size: 8px;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start {
	font-size: 18px;
}

#evcal_widget #evcal_list .eventon_list_event .evcal_list_a, .widget-area .ajde_evcal_calendar .eventon_events_list .evcal_list_a {
	flex-direction: row;
	flex-wrap: wrap;
	padding: 15px;
	text-decoration: none;
}

#evcal_widget #evcal_list .eventon_list_event .evcal_desc, .widget-area .ajde_evcal_calendar .eventon_events_list .evcal_desc, .widget_block .ajde_evcal_calendar .eventon_events_list .evcal_desc {
	flex-basis: 100%;
}

.widget .calendar_header .cal_head_btn.show .eventon_sort_line p.evo_sort_option {
	font-size: 12px;
}

.evo_widget .ajde_evcal_calendar .calendar_header .evcal_arrows:before, .widget-area .ajde_evcal_calendar .calendar_header .evcal_arrows:before, .widget_block .ajde_evcal_calendar .calendar_header .evcal_arrows:before, .evo_widget .evo_footer_nav .evcal_arrows:before, .widget-area .ajde_evcal_calendar .evo_footer_nav .evcal_arrows:before, .widget_block .ajde_evcal_calendar .evo_footer_nav .evcal_arrows:before {
	margin: 6px;
	padding: 2px;
}

.widget_block .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before, .widget-area .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before, .evo_widget .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before {
	transform: rotate(135deg) translate(-1px, -1px);
}

/*#evcal_widget #evcal_head .evcal_arrows:before{    transform: rotate(135deg) translate(-1px, 11px) scale(0.7);}*/

/*#evcal_widget #evcal_head .evcal_arrows.evo_arrow_next:before
	{transform: rotate(-45deg) translate(-1px, -11px) scale(0.7)}*/
#evcal_widget #evcal_head #evcal_prev {
	margin-right: 2px;
}

#evcal_widget #evcal_head #evcal_next {
	margin-left: 2px;
}

#evcal_widget #evcal_head #evcal_next:hover {
	background-position: -24px 20px;
}

#evcal_widget #evcal_head a {
	margin-top: 0px;
	padding: 0;
}

#evcal_widget #evcal_head, .widget-area .ajde_evcal_calendar #evcal_head {
	min-height: auto;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.widget-area .ajde_evcal_calendar #evcal_cur, .widget_block .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, #evcal_widget #evcal_cur {
	line-height: 100%;
	height: auto;
}

#evcal_widget #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t {
	font-size: 12px;
}

#evcal_widget .eventon_events_list .evcal_cblock .evo_start .day, .widget-area .ajde_evcal_calendar .eventon_events_list .evcal_cblock .evo_start .day {
	font-size: 9px;
}

#evcal_widget .eventon_events_list .evcal_cblock .evo_start .date, .widget-area .ajde_evcal_calendar .eventon_events_list .evcal_cblock .evo_start .date {
	font-size: 16px;
}

#evcal_widget .eventon_events_list .evcal_cblock .evo_start .month, .widget-area .ajde_evcal_calendar  .eventon_events_list .evcal_cblock .evo_start .month {
	font-size: 10px;
}

#evcal_widget .evo_metarow_ICS a {
	font-size: 12px;
}

.widget .ajde_evcal_calendar.color.esty_2 .eventon_events_list .eventon_list_event .evoet_title {
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.widget .eventon_events_list .eventon_list_event .evoet_cx {
	margin-bottom: 10px;
	margin-right: 0;
}

.widget .eventon_events_list .eventon_list_event .evoet_cx:last-child {
	margin-bottom: 0;
}

/* popup on the calendar */
.evo_lightboxes.client {
	width: auto !important;
}

.evo_lightboxes >* {
	box-sizing: border-box;
}

.evo_lb_closer {
	position: sticky;
	z-index: 99999;
	height: 38px;
	margin-top: -50px;
	padding-top: 38px;
	top: 0;
	box-sizing: border-box;
}

.evo_lb_closer .evolbclose, .evolbclose {
	box-sizing: content-box;
	display: block;
	float: right;
	top: 19px;
	margin-top: 0px;
}

.evopopclose, .evolbclose {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90001;
	margin: 20px;
	color: var(--evo_cl_w);
	background-color: var(--evo_color_1);
	border-radius: 50%;
	padding: 5px;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 90%;
	font-size: 28px;
	cursor: pointer;
	font-weight: 300;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.evopopclose:hover, .evolbclose:hover {
	text-decoration: none;
	color: #cfcfcf;
}

.evolbclose {
	text-indent: -9999px;
}

.evolbclose:hover {
	background-color: #cfcfcf;
}

.evolbclose:before, .evolbclose:after {
	position: absolute;
	left: 18px;
	top: 9px;
	content: " ";
	height: 50%;
	width: 2px;
	background-color: var(--evo_cl_w);
}

.evolbclose:before {
	transform: rotate(45deg);
}

.evolbclose:after {
	transform: rotate(-45deg);
}

.evo_lightbox_body .bordb {
	border-bottom: 1px solid #cdcdcd;
}

.evo_lightbox_body .evcal_gmaps {
	min-height: 200px;
}

.evopop_top {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding: 20px;
	min-height: 20px;
	margin-bottom: 10px;
}

.evopop_top .ev_ftImg {
	display: none;
}

.evopop_top .evcal_cblock em.evo_time {
	display: none;
}

.evopop_top .evcal_cblock.yrl {}

.evopop_body {}

.evo_lightbox .evolb_footer {}

/* lightbox version 2 */
.evo_lightbox {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(210, 210, 210, .92);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 950000;
	padding-right: 17px;
	padding-left: 17px;
}

.evo_lightbox.client {}

.evo_content_in, .evolb_content_in {
	display: table;
	height: 100%;
	width: 100%;
}

.evo_content_inin, .evolb_content_inin {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 600px;
	margin: 40px auto;
}

.evo_lightbox_content, .evolb_box {
	width: 100%;
	margin: 60px auto;
	max-width: 1000px;
	position: relative;
}

.evo_lightbox .evolb_box.small {
	max-width: 600px;
}

.evo_lightbox .evo_lightbox_body, .evo_lightbox .evolb_content {
	background-color: transparent;
	border-radius: 5px;
	overflow: hidden;
}

.evo_lightbox .evo_lightbox_body p.loading_content, .evo_lightbox .evolb_content p.loading_content {
	text-align: center;
	padding: 80px;
	margin: 0;
}

.evo_lightbox .evo_lightbox_body p.loading_content:before, .evo_lightbox .evolb_content p.loading_content::before {
	content: ". . .";
	display: block;
}

.evo_lightbox .evcal_cblock .evo_time {
	display: none;
}

.evo_lightbox .bordb {
	border-bottom: 1px solid #cdcdcd;
}

.evo_lightbox .evocard_row .evorow.bordb {
	border-bottom: none !important;
}

.evo_lightbox.eventcard .evo_lightbox_body, .evo_lightbox .evo_lightbox_body, .evo_lightbox .evolb_content {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, .18);
}

.evo_lightbox .evopop_top .ev_ftImg {
	display: none;
}

.evo_lightbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.evo_lightbox .eventon_desc_in ul {
	margin-left: 20px;
	list-style: disc;
	padding: 10px 0;
}

.evo_lightbox.lb_max .evolb_box {
	max-width: 1000px;
}

.evo_lightbox.lb_max .evolb_content {
	border-radius: 20px;
}

body.evo_overflow {
	overflow: hidden !important;
	position: absolute;
	height: 100% !important;
	width: 100%;
}

html.evo_overflow {
	overflow-y: initial;
	overflow-x: initial;
}

/* lightbox transition effects */
.evo_lightbox {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	visibility: hidden;
}

.evo_lightbox.show {
	opacity: 1;
	visibility: visible;
}

.evo_lightbox_content, .evolb_box {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.evo_lightbox.show .evo_lightbox_content, .evo_lightbox.show .evolb_box {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	color: var(--evo_color_1);
}

/* lightbox version 4.2 */
.evo_lightbox.client .evolb_header {
	position: absolute;
	position: sticky;
	width: 100%;
	z-index: 999;
	height: 38px;
	margin-top: -50px;
	padding-top: 38px;
	top: 0;
	box-sizing: border-box;
}

.evo_lightbox.client .evolb_header .evolbclose {
	top: 35px;
}

.evo_lightbox.client .evolb_title {
	display: none;
}

.evo_lightbox .evolb_title {
	display: none;
}

/* within lightbox v 4.6 */
.evo_lightbox.within {
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.evo_lightbox.within .evolb_content_in {
	position: relative;
}

.evo_lightbox.within .evolb_content_inin {
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
}

.evo_lightbox.within .evolb_box {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, .18);
}

.evo_lightbox.within .evolb_header {
	height: 0px;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.evo_lightbox.within .evolb_header span.evolbclose {
	top: 0;
}

.evo_lightbox.within .evolb_content {
	overflow: auto;
	border-radius: 0;
	min-height: calc(100% - 60px);
}

.evo_lightbox.within p.message {
	display: none;
}

/* eventcard LBs */
.evo_lightbox.within.eventcard .evolb_box {
	border-radius: 20px 10px 10px 20px;
}

.evo_lightbox.within.eventcard.ecSCR .evolb_content {
	display: flex;
	flex-direction: column;
}

.evo_lightbox.within.eventcard.ecSCR .evopop_top {
	flex: 1 0 auto;
	margin: 0;
}

.evo_lightbox.within.eventcard.ecSCR .evopop_body {
	overflow: auto;
	padding-top: 10px;
}

/* event image LB */
.evo_lightbox.within.evocard_img .evolb_content {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2e2e2e;
	overflow: hidden;
	flex: 1 0 auto;
	position: relative;
	padding: 0;
}

.evo_lightbox.within.evocard_img .evolb_content  img {
	max-width: 100%;
}

.evo_lightbox.within.evocard_img .evolb_box {
	flex-direction: row;
}

/* responsives for lightbox */
@media all and (min-width:569px) and (max-width: 768px) {
	.evo_lightbox {
		position: fixed;
	}
	
	body.evo_overflow {
		position: absolute;
	}
}

@media (max-width: 650px) {
	.evo_lightbox.within {
		padding: 20px;
	}
}

@media (max-width: 500px) {
	.evo_lightbox.within {
		padding: 10px;
	}
}

/* Side Panel @since 5.0 */
.evo_sp {
	height: 100%;
	height: calc(100% - 32px);
	top: 0;
	top: 32px;
	width: 400px;
	padding: 0px;
	position: fixed;
	z-index: 99999;
	opacity: 0;
	transition: .2s cubic-bezier(.7, .17, .5, .95);
	right: -400px;
	box-sizing: border-box;
}

.evo_sp.med {
	width: 400px;
	right: -400px;
}

.evo_sp.lar {
	width: 500px;
	right: -500px;
}

.evo_sp.show {
	right: 0;
	opacity: 1;
}

.evosp_in {
	-webkit-box-shadow: 0px 0px 19px 1px rgba(123, 122, 122, .5);
	box-shadow: 0px 0px 19px 1px rgba(123, 122, 122, .5);
	background-color: #fff;
	height: calc(100% - 20px);
	display: flex;
	flex-direction: column;
	margin: 10px;
	border-radius: 15px;
}

.evosp_in .evosp_close {
	cursor: pointer;
	color: var(--evo_color_1);
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 14px;
	border: 1px solid var(--evo_color_1);
	border-radius: 50%;
	font-family: var(--evo_main_font);
	height: 25px;
	width: 25px;
	text-align: center;
	opacity: .5;
	z-index: 99;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.evosp_in .evosp_close:hover {
	opacity: 1;
}

.evosp_in .evosp_head {
	font-size: 16px;
	font-weight: bold;
}

.evosp_in .evosp_foot {
	display: none;
}

.evosp_in .evosp_body {
	position: relative;
	flex: 1;
	box-sizing: border-box;
	min-height: calc(100% - 400px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px;
}

.evosp_in .evosp_head, .evosp_in .evosp_foot {
	padding: 10px 20px;
}

.evosp_in .evosp_foot {}

.evosp_in input {
	border-radius: 20px;
	padding: 4px 15px;
	box-shadow: none;
	border: 1px solid var(--evo_color_1);
}

/* event calendar event list styles */
.ajde_evcal_calendar #evcal_list .eventon_list_event a:focus {
	outline: auto;
}

/* colorful events */
.ajde_evcal_calendar.cev #evcal_list {
	border-radius: 8px;
}

/*.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:focus{outline:none;}*/
.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:hover {
	border-width: 7px;
}

.ajde_evcal_calendar.cev #evcal_list .evcal_list_a:after {
	display: none;
}

.ajde_evcal_calendar.cev .evcal_cblock .evo_end:before {
	background-color: #fff;
}

.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em, .ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em i {
	color: #fff;
}

/* separated events */
.ajde_evcal_calendar.sev #evcal_list .eventon_list_event {
	margin-bottom: 8px;
	border-radius: 10px;
	overflow: hidden;
}

.ajde_evcal_calendar.sev #evcal_list .eventon_list_event.no_events {
	margin: 0;
}

.ajde_evcal_calendar.sev #evcal_list, .ajde_evcal_calendar.sev #evcal_list p.desc_trig_outter {
	border: none;
}

.ajde_evcal_calendar.cev.sev #evcal_list .no_events .no_events {
	background-color: #f5f5f5;
}

.ajde_evcal_calendar.cev.sev.boxstyle0 #evcal_list .eventon_list_event {
	margin-bottom: 0;
	border-radius: 15px;
}

.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event.open .desc_trig {
	border-radius: 8px 8px 0 0;
}

.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events {
	border: none;
}

.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events.no_event {
	background-color: #f5f5f5;
}

.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events .eventon_list_event, .ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events.no_event,  {
	border: none;
}

.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event >*, .ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event em, .ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event span {
	color: #808080;
}

/* bubble events */
.ajde_evcal_calendar.bub.cev.sev #evcal_list {
	overflow: visible;
}

.ajde_evcal_calendar.bub.cev.sev #evcal_list .eventon_list_event {
	overflow: visible;
}

.ajde_evcal_calendar.bub #evcal_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	position: relative;
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event {
	margin: 0 10px 10px 0;
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a {
	border-radius: 20px;
	padding: 20px;
}

.ajde_evcal_calendar.bub #evcal_list.sep_months {
	flex-direction: column;
}

.ajde_evcal_calendar.bub #evcal_list.sep_months .sep_month_events {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
}

.ajde_evcal_calendar.bub #evcal_list .evcal_desc {
	display: none;
}

.ajde_evcal_calendar.bub.cev.sev #evcal_list .desc_trig_outter {
	border: none;
}

.ajde_evcal_calendar.bub.cev.sev #evcal_list .desc_trig_outter a {
	box-sizing: border-box;
}

.ajde_evcal_calendar.bub #evcal_list .evcal_cblock {
	display: block;
	position: relative;
}

.ajde_evcal_calendar.bub .evcal_cblock .evo_end:before {
	background-color: #fff;
}

.evo_bub_box {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px -4px #000;
	border-radius: 8px;
	position: absolute;
	z-index: 99;
}

.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em, .ajde_evcal_calendar.bub .year_long.evcal_list_a span.yrl .evo_start em {
	font-size: 16px;
	padding: 16px 0;
	opacity: 1;
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a:hover {
	border-width: 0px;
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event {
	transition: all .2s;
	transition-timing-function: ease-out;
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event:hover {
	transform: scale(1.1);
}

.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em.year {
	opacity: .7;
	font-size: 10px;
	padding: 0;
}

.ajde_evcal_calendar.color.bub #evcal_list .eventon_list_event a:hover {
	border-left-width: 0px;
}

/* white wash bubble */
.ajde_evcal_calendar.wwb .eventon_list_event a {
	align-items: flex-start;
}

.ajde_evcal_calendar.wwb .eventon_list_event .evcal_cblock, .ajde_evcal_calendar.boxy.wwb #evcal_list a .evcal_cblock {
	background-color: #fff !important;
	padding: 10px;
	border-radius: 10px;
}

.ajde_evcal_calendar.wwb #evcal_list .eventon_list_event .evcal_cblock span em {
	color: #737373;
}

.ajde_evcal_calendar.wwb .evcal_cblock .evo_end:before {
	background-color: #737373;
}

/* list with boxes */
.ajde_evcal_calendar.boxy.list_cal .eventon_events_list, .ajde_evcal_calendar.boxy.list_cal .eventon_events_list.sep_months .sep_month_events {
	flex-direction: column;
}

.ajde_evcal_calendar.boxy.boxstyle1.list_cal .eventon_list_event {
	min-height: auto;
}

.ajde_evcal_calendar.boxy.boxstyle1.list_cal .eventon_list_event.no_events {
	background-color: #ededed;
}

/* EventTop General Text Color */
:root {
	--evo_ett_color: var(--evo_color_1);
	--ett_dateblock_color: var(--evo_color_1);
	--ett_title_color: var(--evo_color_1);
	--ett_subtitle_color: var(--evo_color_1);
}

.eventon_events_list .eventon_list_event .evcal_desc span, .eventon_events_list .eventon_list_event .evoet_cx span, .evo_pop_body .evcal_desc span, .evo_pop_body .evoet_cx span.evoet_subtitle, .evcal_list_a .evoet_cx span.evoet_subtitle {
	display: block;
	color: var(--evo_ett_color);
}

/* TILE events STYLE */

/* Clean ett */
.ajde_evcal_calendar.clean, .evo_lightboxes .clean {
	--evo_ett_color: var(--evo_color_1);
}

/* ett font color default for colorful ett */
.ajde_evcal_calendar.color, .evo_lightboxes .color {
	--evo_ett_color: #fff;
}

/* ett color = custom */
.ajde_evcal_calendar.color.etttc_custom, .evo_lightboxes .eventon_list_event.color.etttc_custom {
	--evo_ett_color: #fff;
	--ett_title_color: #fff;
	--ett_subtitle_color: #fff;
	--ett_dateblock_color: #fff;
}

/* ett color = auto */
.ajde_evcal_calendar.color.etttc_auto .clrW, .evo_lightboxes .color.eventon_list_event.etttc_auto .clrW, .evo_lightboxes .color.eventon_list_event.etttc_auto.clrW {
	--evo_ett_color: var(--evo_color_1);
	--ett_dateblock_color: var(--evo_color_1);
	--ett_title_color: var(--evo_color_1);
	--ett_subtitle_color: var(--evo_color_1);
}

.ajde_evcal_calendar.color.etttc_auto .clrD, .ajde_evcal_calendar.color.etttc_auto.boxstyle3 .clrW, .evo_lightboxes .color.eventon_list_event.etttc_auto .clrD, .evo_lightboxes .color.eventon_list_event.etttc_auto.clrD {
	--evo_ett_color: #fff;
	--ett_dateblock_color: #fff;
	--ett_title_color: #fff;
	--ett_subtitle_color: #fff;
}

/* ett color = none */
.ajde_evcal_calendar.color.etttc_none {
	--evo_ett_color: var(--evo_color_1);
}

/* Event top title */
.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title, .evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_title {
	color: var(--ett_title_color);
}

/* Eventtop subtitle */
.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_subtitle {
	color: var(--ett_subtitle_color);
}

/* Other Eventtop Elements */
.ajde_evcal_calendar.color .evcal_cblock .evo_end:before, .evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before {
	background-color: var(--evo_ett_color);
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig, .evo_lightboxes .color.eventon_list_event .evopop_top, .evo_lightboxes .color.eventon_list_event .evcal_list_a {
	border-left: 0px solid transparent;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event p a.desc_trig:focus {
	/*box-shadow: inset 0px 0px 0px 3px #ec6767;*/
	border-radius: 10px;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover {
	border-left-width: 7px;
}

/* crystal clean */
.ajde_evcal_calendar.esty_5 .evo_ett_break {
	flex-basis: 100%;
}

.ajde_evcal_calendar.esty_5 #evcal_list .eventon_list_event .evcal_cblock, .evo_lightboxes .evo_pop_body .evcal_cblock {
	flex-wrap: wrap;
	align-content: flex-start;
}

.ajde_evcal_calendar.esty_5 .eventon_list_event .evcal_list_a {
	background-color: transparent !important;
	border-color: transparent !important;
}

.ajde_evcal_calendar.esty_5 .eventon_list_event .evcal_list_a:hover {
	background-color: #f1f1f1 !important;
}

.ajde_evcal_calendar.esty_5 .evo_eventcolor_circle {
	margin-top: -25px;
}

.ajde_evcal_calendar.esty_5 .evo_eventcolor_circle i {
	display: block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.ajde_evcal_calendar.esty_5 .desc_trig {
	padding: 40px 10px 10px;
}

/* other General */
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_events_list .eventon_list_event .evcal_desc {
	width: 100%;
	flex: 1 1 auto;
}

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_desc {
	flex: 1 0 50%;
	width: 50%;
}

.ajde_evcal_calendar.boxy #eventon_loadbar_section, .ajde_evcal_calendar.boxy #evcal_list {
	border-color: transparent;
	overflow: hidden;
	border-radius: 5px;
}

.ajde_evcal_calendar.boxy #evcal_list .desc_trig_outter {
	border: none;
}

.ajde_evcal_calendar.boxy #evcal_list {
	overflow: visible;
	flex-direction: row;
	flex-wrap: wrap;
}

.ajde_evcal_calendar.boxy .eventon_events_list, .ajde_evcal_calendar.boxy .eventon_events_list.sep_months .sep_month_events {
	display: flex;
	flex-wrap: wrap;
}

.ajde_evcal_calendar.boxy .eventon_events_list.sep_months {
	display: block;
	flex-wrap: no-wrap;
	flex-direction: column;
}

.ajde_evcal_calendar.boxy .eventon_list_event.year_long .year {
	font-size: 18px;
}

.ajde_evcal_calendar.boxy .eventon_list_event.month_long .year {
	font-size: 14px;
}

.ajde_evcal_calendar.boxy .eventon_list_event.month_long .month {
	font-size: 24px;
	font-weight: 700;
}

.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events {
	min-height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 20px;
	border: 3px solid transparent;
}

.ajde_evcal_calendar.boxy .evoShow_more_events {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
}

.ajde_evcal_calendar.boxy .eventon_list_event.no_events {
	min-height: auto;
}

.ajde_evcal_calendar.boxy.boxstyle0 .evoShow_more_events {
	border-radius: 20px;
}

.ajde_evcal_calendar.boxy .evoShow_more_events span:before {
	content: "+";
	position: absolute;
	font-size: 42px;
	margin-top: -60px;
}

.ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a {
	text-align: left;
	padding: 20px 0 15px;
	border: none;
	background: none;
	position: relative;
	z-index: 6;
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a {
	flex-direction: column;
	gap: 10px;
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a .evcal_block span {
	vertical-align: bottom;
	float: none;
}

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover {
	background-color: transparent;
}

.ajde_evcal_calendar.boxy #evcal_list .evcal_list_a:after {
	background-color: transparent;
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig, .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter {
	height: 100%;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	outline: none;
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .evoet_cx.evoet_c4 {
	flex-basis: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig {
	padding: 30px;
	flex-direction: row;
	align-content: flex-start;
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig .evoet_c2 {
	flex-basis: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter, .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .evcal_cblock {
	padding: 0;
	background-size: cover;
	background-position: center;
}

.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc {
	margin: 0;
	width: auto;
}

.ajde_evcal_calendar.boxy .evcal_cblock {
	height: 50px;
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover {
	opacity: 1;
}

.ajde_evcal_calendar.boxy .eventon_list_event:hover, .ajde_evcal_calendar.boxy .evoShow_more_events:hover {
	opacity: .9;
	transform: scale(1.01);
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
	width: auto;
	height: auto;
}

.ajde_evcal_calendar.boxy .evcal_desc .evo_below_title .status_reason, .ajde_evcal_calendar.boxy .evcal_desc .evcal_desc3 .evo_ep_pre, .ajde_evcal_calendar.boxy .evcal_desc .evcal_desc3 .evo_ep_time {
	font-size: 12px;
}

.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc_info .evcal_tz_time {
	display: inline-block;
}

/* no events */
.ajde_evcal_calendar.boxy.boxstyle0.evoEL .sep_month_events .no_events.eventon_list_event, .ajde_evcal_calendar.boxy .sep_month_events .no_events.eventon_list_event {
	height: auto;
	width: 100% !important;
	border: none;
	background-color: #f9f9f9;
}

.ajde_evcal_calendar.boxy .sep_month_events .no_events.eventon_list_event:hover {
	border: none;
}

/* box style 0 */
.ajde_evcal_calendar.boxy.boxstyle0 .evo_event_progress {
	margin-top: 5px;
}

/* style with top box  = box style 1 */
.ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig {
	flex-direction: row;
}

.ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig .evcal_desc {
	width: auto;
}

.ajde_evcal_calendar.boxy.boxstyle1 .evcal_desc .evo_mytime.tzo_trig:hover i, .ajde_evcal_calendar.boxy.boxstyle1 .evcal_desc .evo_mytime.tzo_trig:hover b {
	color: #fff;
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event .evo_above_title {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 94;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
	width: 100%;
	width: auto;
	height: 200px;
	position: absolute;
	z-index: 90;
	pointer-events: none;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 10px;
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event:hover .evo_boxtop {
	opacity: .6;
}

.ajde_evcal_calendar.boxy.boxstyle1 p.desc_trig_outter {
	height: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
	height: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
	min-height: 310px;
	overflow: hidden;
	border-radius: 20px;
	border: 5px solid transparent;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event.noimg .desc_trig {}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
	background-color: #e6e6e6;
	box-sizing: border-box;
	border-radius: 20px;
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event.hasbgimg::after, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.featured_event:before {
	display: none;
}

/* tile style = 2 -- clean tile detailed under */
.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event .evo_above_title {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 94;
}

.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
	width: 100%;
	width: auto;
	height: 200px;
	position: absolute;
	z-index: 90;
	pointer-events: none;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 10px;
}

.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event:hover .evo_boxtop {
	opacity: .6;
}

.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_cblock {
	height: 70px;
}

.ajde_evcal_calendar.boxy.boxstyle2 p.desc_trig_outter {
	height: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig {
	height: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event {
	min-height: 310px;
	overflow: hidden;
	border-radius: 20px;
	border: 5px solid transparent;
}

.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig {
	background-color: #e6e6e6;
	box-sizing: border-box;
	border-width: 3px;
	border-radius: 20px;
}

.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event.hasbgimg::after, .ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig.featured_event:before {
	display: none;
}

.ajde_evcal_calendar.boxy.boxstyle2 .eventon_events_list .eventon_list_event .evcal_desc {
	flex: 1;
	width: 100%;
}

/* tile_bg = 0 - color */
.ajde_evcal_calendar.boxy.boxstyle2.tbg0 .evo_boxtop {
	margin: 0;
	border-radius: 20px 20px 0 0;
}

.ajde_evcal_calendar.boxy.boxstyle2.tbg0 .eventon_list_event a.desc_trig {
	border: none;
}

.ajde_evcal_calendar.boxy.boxstyle2.tbg0 .eventon_list_event .evo_above_title {
	top: 50px;
}

/* no ft imge */

/* tile style = 3 - details right of date */
.ajde_evcal_calendar.boxy.boxstyle3 {}

.ajde_evcal_calendar.boxy.boxstyle3 .evo_boxtop {
	height: 100% !important;
	width: 100%;
	position: absolute;
	background-size: cover;
}

.ajde_evcal_calendar.boxy.boxstyle3 .eventon_list_event {
	cursor: pointer;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c2.evoet_cx .evoet_dayblock {
	margin: 10px;
	background-color: rgba(0, 0, 0, .74) !important;
	padding: 10px;
	display: inline-flex;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c2.evoet_cx {
	flex-basis: 40%;
	margin: 0;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c3.evoet_cx {
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 0;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c3.evoet_cx, .ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c2.evoet_cx .evoet_dayblock {
	background-color: rgba(0, 0, 0, .74);
	border-radius: 10px;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event {
	position: relative;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .desc_trig {
	flex-direction: row;
	padding: 10px !important;
	background-color: transparent;
}

.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .desc_trig:hover {
	border-left-width: 0px;
}

.ajde_evcal_calendar.boxy.boxstyle3 .eventon_list_event.hasbgimg::after, .ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .desc_trig.featured_event:before {
	display: none;
}

/* tile style = 4 - no details just event images and event name */
.ajde_evcal_calendar.boxy.boxstyle4 {}

.ajde_evcal_calendar.boxy.boxstyle4 .evo_boxtop {
	height: 100% !important;
	width: 100%;
	position: absolute;
	background-position: center;
	background-size: cover;
}

.ajde_evcal_calendar.boxy.boxstyle4 .eventon_events_list .eventon_list_event .desc_trig {
	background-color: transparent;
}

.ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx, .ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx span:not(.evcal_event_title), .ajde_evcal_calendar.boxy.boxstyle4 .eventon_list_event.hasbgimg::after, .ajde_evcal_calendar.boxy.boxstyle4 #evcal_list .eventon_list_event .desc_trig.featured_event:before {
	display: none;
}

.ajde_evcal_calendar.boxy.boxstyle4 .eventon_events_list .eventon_list_event .evcal_desc {
	width: 100%;
	flex: 1;
}

.ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx .evcal_event_title {}

.ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx:has(.evcal_event_title) {
	display: block;
}

/* with image */
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_cblock {
	left: 0;
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -10;
	background-position: center center;
	height: 100%;
	max-height: 100%;
	border-radius: 0px;
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before {
	opacity: .2;
}

/* box background */
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg, .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop, .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 20px;
}

.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop, .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
	border-radius: 20px;
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after {
	content: "";
	background-color: #5f5f5f;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .2;
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after {
	opacity: .7;
}

.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_cblock {
	position: relative;
	display: block;
	padding: 0 0 0 15px;
}

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .sin_val .evcal_cblock {
	width: 38px;
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em, .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types {
	line-height: 13px;
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types  em {
	display: inline-block;
	float: none;
	margin: 0;
}

.ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc3 em {
	margin-bottom: 2px;
}

.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett2, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett3, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett4, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett5 {
	display: none;
}

/* box width */
.ajde_evcal_calendar.boxy.box_1 .eventon_list_event, .ajde_evcal_calendar.boxy.box_1 .evoShow_more_events {
	width: 100%;
}

.ajde_evcal_calendar.boxy.box_2 .eventon_list_event, .ajde_evcal_calendar.boxy.box_2 .evoShow_more_events {
	width: 50%;
}

.ajde_evcal_calendar.boxy.box_3 .eventon_list_event, .ajde_evcal_calendar.boxy.box_3 .evoShow_more_events {
	width: 33.33%;
}

.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events {
	width: 25%;
}

.ajde_evcal_calendar.boxy.box_5 .eventon_list_event, .ajde_evcal_calendar.boxy.box_5 .evoShow_more_events {
	width: 20%;
}

.ajde_evcal_calendar.boxy.box_6 .eventon_list_event, .ajde_evcal_calendar.boxy.box_6 .evoShow_more_events {
	width: 16.66%;
}

.ajde_evcal_calendar.boxy.box_7 .eventon_list_event, .ajde_evcal_calendar.boxy.box_7 .evoShow_more_events {
	width: 14.28%;
}

/* responsive */
@media (max-width: 900px) {
	.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_5 .eventon_list_event, .ajde_evcal_calendar.boxy.box_6 .eventon_list_event, .ajde_evcal_calendar.boxy.box_7 .eventon_list_event {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.ajde_evcal_calendar.boxy.box_3 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_5 .eventon_list_event, .ajde_evcal_calendar.boxy.box_6 .eventon_list_event, .ajde_evcal_calendar.boxy.box_7 .eventon_list_event {
		width: 50%;
	}
}

@media (max-width: 650px) {
	.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy.box_2 .eventon_list_event {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.ajde_evcal_calendar.boxy.box_2 .eventon_list_event, .ajde_evcal_calendar.boxy.box_3 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_5 .eventon_list_event, .ajde_evcal_calendar.boxy.box_6 .eventon_list_event, .ajde_evcal_calendar.boxy.box_7 .eventon_list_event, .ajde_evcal_calendar.boxy .eventon_events_list .evoShow_more_events {
		width: 100%;
	}
}

/* gallery */
.evo_gal_box {}

.evo_gal_bottom {
	bottom: 30px;
	left: 15px;
}

.evo_gal_icons {
	display: flex;
	gap: 10px;
	flex-direction: row;
}

.evo_gal_icons .evo_gal_icon {
	cursor: pointer;
}

.evo_gal_icons .evo_gal_icon.on {
	transform: scale(1.05);
}

.evo_gal_icons .evo_gal_icon.on span {
	border-color: var(--evo_cl_w);
}

.evo_gal_icons .evo_gal_icon span {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
	border: 2px solid var(--evo_color_1);
	border-radius: 15px;
}

/* lightbox tax details */
.evo_taxlb_more.evotax_term_card {
	flex-direction: column;
	margin: 0;
}

.evo_taxlb_more h2.evo_h2 {
	margin: 0;
}

.evo_taxlb_more .evo_tax_base_details {
	margin: 0;
}

.evo_taxlb_more .evo_taxlb_header {}

.evo_taxlb_more .evo_taxlb_main {
	gap: 30px;
}

.evo_taxlb_more .evo_taxlb_main .evo_taxlb_l {
	flex: 0 0 40%;
}

.evo_taxlb_more .evo_taxlb_main .evo_taxlb_r {
	flex: 1;
}

.evo_taxlb_more.evotax_term_card .evotax_term_subtitle {
	margin: 0 0 50px;
	border: none;
	text-transform: none;
}

.evo_taxlb_more .evo_taxlb_img {}

/* taxonomy /location card */
.evotax_term_card .evo_taxlb_social_share_bar {}

.evotax_term_card .evo_gal_box {
	flex: 1;
}

.evotax_term_card .evotax_term_details, .evotax_term_card .evo_card_wrapper, .evotax_term_card {
	display: flex;
	justify-content: space-between;
}

.evotax_term_card .evo_card_wrapper .content-area {
	margin-bottom: 20px;
	float: none;
}

.evotax_term_card .evotax_term_details.evo_location_tax {
	flex-wrap: wrap;
	justify-content: center;
}

.evotax_term_card .evo_card_wrapper {
	margin: 0 auto;
	box-sizing: border-box;
}

.evo_card_wrapper .evo_demo_sidebar, .evo_card_wrapper .evo_sidebar {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.evo_card_wrapper .evo_sidebar .widget-area, .evo_card_wrapper .evo_sidebar .widget {
	width: 100% !important;
	float: none !important;
}

@media (max-width: 800px) {
	.evotax_term_card .evo_card_wrapper {
		flex-direction: column;
	}
	
	.evo_card_wrapper .evo_demo_sidebar, .evo_card_wrapper .evo_sidebar {
		width: 100%;
		padding-top: 10px;
	}
	
	.evo_taxlb_more .evo_taxlb_main {
		flex-direction: column;
	}
	
	.evo_taxlb_more .evo_taxlb_main .evo_taxlb_l {}
	
	.evo_term_top_section.evofx_dr_r {
		flex-direction: column;
	}
}

.evotax_term_card .border {
	border-bottom: 1px solid var(--evo_linecolor_1);
}

.evo_location_card .evo_location_tax, .evotax_term_card .evotax_term_img {
	background-color: #f0f0f0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
	flex: 1 0 40%;
	margin-right: 15px;
}

.evotax_term_card .tax_term_name a {
	color: var(--evo_color_1);
}

.evo_location_card .evo_location_tax h2, .evo_location_card .evo_location_tax p {
	padding: 0;
	margin: 0 0 5px;
}

.evo_location_card .location_description p, .evo_organizer_card .organizer_description p {
	display: block;
}

.evotax_term_card h3.evotax_term_subtitle {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

.evotax_term_card .evo_tax_details p {
	padding-bottom: 10px;
}

.evotax_term_card .evo_tax_details {
	flex: 1;
	padding: 30px;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}

.evotax_term_card .evo_term_events, .evotax_term_card .evo_tax_details {
	padding: 30px;
	border-radius: 15px;
	color: var(--evo_color_1);
	background-color: #f0f0f0;
}

.evo_location_card .evo_location_map, .evotax_term_card .term_location_map {
	width: 100%;
	height: 250px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.evotax_term_card .tax_term_name i {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.evotax_term_card .tax_term_name span {
	font-weight: bold;
}

.evotax_term_card .endborder_curves {
	border-radius: 15px;
}

.evotax_term_card .evotax_term_img {
	width: 100%;
	background-color: #616161;
}

.evotax_term_card .evotax_term_img img {
	width: 75%;
	margin: 20px auto;
	position: relative;
	border-radius: 20px;
}

/** Search styles * @since 2.5.3 */
.evo_widget .calendar_header span.evo-search {
	min-height: auto;
}

.calendar_header .evo-search:before {
	content: "";
	display: inline-block;
	font-family: "evo_FontAwesome";
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	width: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.calendar_header .evo-search {
	position: relative;
}

.evo_search_results #evcal_head .evo_cal_above_content, .evo_search_results #evcal_head .evo-search {
	display: none;
}

.evo_search_results_count {
	text-align: center;
	margin: 0;
	padding: 8px 0;
}

.EVOSR_section .evosr_msg {
	text-align: center;
	font-style: italic;
	padding: 8px 0;
}

.evo_search_bar {
	height: 50px;
	display: block;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}

.evo_search_bar.hidden, .evo_search_bar.evo_hidden {
	display: none;
}

.evo_search_bar_in {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}

.evo_search_bar_in a.evosr_search_btn {
	top: 0px;
	right: 8px;
	height: 100%;
	font-size: 18px;
}

.evo_search_bar_in a.evosr_search_btn:hover {
	color: #ccc;
}

.evo_search_bar input:focus {
	border: none;
}

.evo_search_bar input, .evo_search_bar input[type=text] {
	background-color: #f2f2f2;
	box-shadow: none;
	border: 2px solid var(--evo_color_1);
	width: 100%;
	padding: 15px 30px;
	font: 14px arial;
	line-height: normal;
	border-radius: 25px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.EvcalWidget .evo_search_bar input {
	padding: 5px 10px;
}

.EvcalWidget .evo_search_bar a.evosr_search_btn {
	top: 1px;
}

.evo_search_entry {}

.EVOSR_section .evosr_search_box {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.evosr_search_box  input {
	outline: none;
}

.evosr_search_box  input::-webkit-input-placeholder {
	color: #b5b4b4;
	font-style: italic;
}

.evosr_search_box  input::-moz-placeholder {
	color: #b5b4b4;
	font-style: italic;
}

.evosr_search_box  input:-ms-input-placeholder {
	color: #b5b4b4;
	font-style: italic;
}

.evosr_search_box  input:-moz-placeholder {
	color: #b5b4b4;
	font-style: italic;
}

body .EVOSR_section input[type="text"] {
	color: var(--evo_color_1);
	width: 100%;
	box-shadow: none;
	border: 1px solid var(--evo_color_2);
	border-radius: 20px;
	padding: 8px 15px;
	background-color: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.EVOSR_section input:hover, .EVOSR_section input:focus, .EVOSR_section input:active, .evo_search_bar input:hover {
	border: 2px solid #c5c5c5;
	outline: none;
}

.EVOSR_section a.evo_do_search, a.evosr_search_btn, a.evosr_search_clear_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 10;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 15px;
	box-shadow: none;
	text-decoration: none;
}

body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn, .evo_search_bar .evosr_search_clear_btn {
	color: #3d3d3d;
}

body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover, .evo_search_bar .evosr_search_clear_btn:hover {
	color: #bbb;
}

.evo_search_bar .evosr_search_clear_btn {
	right: 35px;
	display: none;
}

.evo_search_bar .evosr_search_clear_btn.show {
	display: flex;
}

.evosr_blur_text {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	padding-top: 10px;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: opacity .2s linear .2s;
	-moz-transition: opacity .2s linear .2s;
	transition: opacity .2s linear .2s;
}

.EVOSR_section.searching .evosr_blur_text {
	opacity: 1;
}

.evosr_blur {
	position: absolute;
	width: 5px;
	height: 5px;
	right: 18px;
	top: 15px;
	background-color: #f9d789;
	display: block;
	border-radius: 20px;
	opacity: 0;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
	z-index: 5;
}

.evosr_blur_process {
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	width: 0%;
	opacity: 0;
	height: 100%;
	top: 0;
	left: 50%;
	z-index: 8;
	display: block;
}

@keyframes searchprogress {
	0% {
		opacity: 0;
		width: 0%;
		left: 50%;
	}
	
	50% {
		opacity: .3;
		width: 100%;
		left: 0;
	}
	
	70% {
		opacity: 0;
		width: 100%;
	}
}

@-moz-keyframes searchprogress {
	0% {
		opacity: 0;
		width: 0%;
	}
	
	50% {
		opacity: .3;
		width: 100%;
		left: 0;
	}
	
	70% {
		opacity: 0;
		width: 100%;
	}
}

@-webkit-keyframes searchprogress {
	0% {
		opacity: 0;
		width: 0%;
	}
	
	50% {
		opacity: .3;
		width: 100%;
		left: 0;
	}
	
	70% {
		opacity: 0;
		width: 100%;
	}
}

@-o-keyframes searchprogress {
	0% {
		opacity: 0;
		width: 0%;
	}
	
	50% {
		opacity: .3;
		width: 100%;
		left: 0;
	}
	
	70% {
		opacity: 0;
		width: 100%;
	}
}

.EVOSR_section.searching .evosr_blur_process {
	-webkit-animation: searchprogress 1.2s .2s infinite;
	-o-animation: searchprogress 1.2s .2s infinite;
}

.EVOSR_section.searching .evosr_blur {
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 1;
}

.evo_search_results_count span {
	background-color: #d2d2d2;
	color: #fff;
	border-radius: 8px;
	padding: 5px 10px 7px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	line-height: 100%;
	font-style: italic;
}

/* General Elements */

/* evo scroll bar @4.9 */
.evo-scroll-container {
	position: relative !important;
	height: 100%;
	overflow-y: scroll !important;
	transition: all .3s ease;
}

.evo-scroll-tab-container {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	width: 10px;
}

.evo-scroll-tab {
	position: absolute;
	width: 10px;
	background: #666;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s ease;
	user-select: none;
	border-radius: 10px;
}

.evo-scroll-tab.dragging {
	opacity: 1 !important;
}

.evo-scroll-container:hover .evo-scroll-tab {
	opacity: 1;
}

.evo-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.evo-scrollbar::-webkit-scrollbar {
	display: none;
}

/* yes no button */
.ajde_yn_btn {
	background-color: var(--evo_color_prime);
	border: 1px solid var(--evo_color_1);
	height: 20px;
	width: 40px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	border-radius: 13px;
	margin-top: 2px;
	box-sizing: content-box;
	position: absolute;
}

.ajde_yn_btn:hover {
	opacity: .8;
}

.ajde_yn_btn.NO {
	background-color: #f0f0f0;
	border-color: var(--evo_color_1);
}

.ajde_yn_btn.absolute {
	position: absolute;
}

.ajde_yn_btn .btn_inner:before, .ajde_yn_btn .btn_inner:after, .btn_inner em {
	top: 0;
	position: absolute;
	padding: 4px 8px;
	line-height: 90%;
}

.ajde_yn_btn .btn_inner {
	position: relative;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 0;
	width: 12px;
	display: block;
	margin: 0;
	margin-left: 0px;
	border: none;
	background: none;
	box-sizing: content-box;
}

.ajde_yn_btn.NO .btn_inner {
	margin-left: -18px;
}

.catchHandle, .yesno_row .catchHandle {
	background-color: #fff;
	height: 12px;
	width: 12px;
	display: block;
	padding-left: 0;
	border-radius: 12px;
	box-sizing: border-box;
	margin-top: 4px;
}

.ajde_yn_btn .btn_inner, .catchHandle {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.ajde_yn_btn.NO .catchHandle, .yesno_row .ajde_yn_btn.NO .catchHandle {
	background-color: var(--evo_color_1);
}

.evomb_body .ajde_yn_btn {
	border-color: #666;
}

.evomb_body .catchHandle {
	border-color: #9b9b9b;
}

.yesno_row span.field_name, .yesno_row label {
	padding-left: 80px;
	line-height: 1.8;
}

.yesno_row .ajde_yn_btn {
	position: absolute;
	padding: 0;
}

.ajde_yn_btn_label {
	padding-left: 80px;
	line-height: 1.8;
	display: inline-block;
}

.ajde_yn_btn_label.evo_elm {
	padding-left: 55px;
}

/* TOOL TIPS */
.evo_elms {
	position: absolute;
	top: 0;
	z-index: 48392749832;
	pointer-events: none;
}

.evo_elms .evo_tooltip_box {
	-webkit-transition: transform .1s ease;
	-moz-transition: transform .1s ease;
	-ms-transition: transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	pointer-events: none;
	background-color: #3a4652;
	color: #fff;
	padding: 10px 12px;
	font-size: 12px;
	font-style: normal;
	font-family: var(--evo_font_2);
	border-radius: 10px 10px 10px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .29);
	position: relative;
	opacity: 0;
	display: inline-block;
	transform: translateY(5px);
	max-width: 200px;
}

.evo_elms .evo_tooltip_box.show {
	opacity: 1;
	transform: translateY(0px);
}

.evo_elms .evo_tooltip_box:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #3a4652 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -12px;
}

.evo_elms .evo_tooltip_box.L {
	border-radius: 10px 10px 0px 10px;
}

.evo_elms .evo_tooltip_box.L:before {
	content: "";
	border-width: 0 12px 12px 0;
	border-color: transparent #3a4652 transparent transparent;
	left: auto;
	right: 0px;
}

.evotooltipfree {
	position: relative;
}

.evotooltip.free {
	color: var(--evo_color_1);
	width: auto;
	position: relative;
	margin: 0;
}

.evotooltip.free:before, .ajdeToolTip.free:before {
	content: none;
}

.evotooltip:before, .ajdeToolTip:before {
	content: "?";
	font-style: normal;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	margin-top: 3px;
	background-color: #3b3b3b;
	padding: 3px;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	line-height: 10px;
	opacity: .6;
	box-sizing: border-box;
	font-family: var(--evo_font_2);
	font-weight: bold;
}

.evotooltip, span.ajdeToolTip, .yesno_row span.ajdeToolTip {
	padding-left: 0;
	margin-left: 4px;
	text-align: center;
	font-style: normal;
	font-style: normal;
	position: absolute;
	width: 13px;
	height: 14px;
	line-height: 110%;
	border-radius: 0px;
	color: #fff;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	box-sizing: content-box;
}

.ajdeToolTip em {
	display: none;
}

/* purchase box */
.evo_purchase_box {
	background-color: #f3f3f3;
	padding: 15px;
	border-radius: 12px;
}

.evo_purchase_box .purchase_section .brb {
	border-bottom: 1px solid #c1c1c1;
}

.evo_purchase_box .purchase_section span.right {
	float: right;
	margin-left: 10px;
}

.evo_purchase_box .purchase_section p {
	margin: 0;
}

.evo_purchase_box .purchase_section p.total {
	padding: 10px 0;
}

.evo_purchase_box .purchase_section .addtocart {
	text-align: right;
	margin-bottom: 10px;
}

.evo_purchase_box .purchase_section p.total span {
	font-weight: bold;
	font-size: 16px;
}

.evo_purchase_box .purchase_section p.field_row input {
	box-shadow: 0px 0px 2px #888;
	display: block;
	border: none;
	background-color: transparent;
	padding: 5px 15px;
	border-radius: 20px;
	width: 100%;
	margin: 5px 0;
	box-sizing: border-box;
	line-height: 1.3;
}

.evo_purchase_box .purchase_section p.field_row input:focus {
	outline: none;
	box-shadow: 0px 0px 4px #888;
}

.evo_purchase_box .purchase_section input.qty {
	border-radius: 5px;
	padding: 4px;
	padding: 5px;
	border: 2px solid #b7b7b7;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	max-width: 70px;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.evo_purchase_box .purchase_section .evo_quantity {
	display: block;
	display: flex !important;
	padding: 10px 0;
	border-right: none;
	border-left: none;
	margin-bottom: 5px;
	justify-content: space-between;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.evo_purchase_box .purchase_section .evo_quantity .qty b {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	color: #fff;
	background-color: #c9c9c9;
	display: inline-block;
	line-height: 29px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
}

.evo_purchase_box .purchase_section .evo_quantity .qty b:hover {
	opacity: .7;
}

.evo_purchase_box .purchase_section .evo_quantity .qty b.min {
	line-height: 28px;
}

.evo_purchase_box .purchase_section .evo_quantity .qty b.plu {
	background-color: #3091d4;
}

.evo_purchase_box .purchase_section .evo_quantity .qty em {
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
}

.evo_purchase_box .purchase_section .evo_quantity .qty {
	margin-left: 10px;
	margin-right: 0px;
}

/* for JQuery Mobile */
.ui-loading .ui-loader {
	display: none;
}

.ui-loader {
	display: none;
	position: absolute;
	opacity: .85;
	z-index: 100;
	left: 50%;
	width: 200px;
	margin-left: -130px;
	margin-top: -35px;
	padding: 10px 30px;
}

/*-- Responsive --*/
@media (max-width: 1024px) {
	.evcal_evdata_img.expanded {
		max-height: none !important;
	}
	
	.evcal_evdata_img {
		max-height: 341px !important;
	}
}

@media (max-width: 768px) {
	:root {
		--evo-image-size: 100px;
	}
	
	/* filter bar */
	.ajde_evcal_calendar .calendar_header .evo_header_title {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.evo_card_health_boxes {
		flex-direction: column;
	}
	
	.evo_card_health_boxes .evo_health_b {
		margin-right: 0;
	}
	
	.evo_card_health_boxes .evo_health_b svg, .evo_card_health_boxes .evo_health_b i.fa {
		width: 40px;
		text-align: center;
	}
	
	.evcal_evdata_row.evorow_2b {
		flex-direction: column;
	}
	
	.evcal_evdata_row.evorow_2b .evorow_b.evorow_b1 {
		flex: 1;
		margin: 0 0 8px 0;
	}
	
	.evcal_evdata_img {
		max-height: 255px !important;
	}
	
	.evocard_row, .evocard_row.L {
		flex-direction: column;
		padding-bottom: 0px;
	}
	
	.evocard_box, .evocard_row .evocard_box_h .evocard_box:last-child {
		margin-bottom: 8px;
	}
	
	.evocard_row.bx2 .evorow.getdirections .evo_get_direction_content {
		flex-direction: row;
	}
	
	.evocard_row.bx2 .evorow.getdirections .evogetdir_field {
		flex: 1 1 auto;
	}
	
	body .evcal_eventcard .evcal_cell_rel_events a {
		flex-basis: calc(50% - 8px);
	}
	
	/* eventtop */
	.eventon_events_list .eventon_list_event .evoet_c4, .evo_pop_body .evoet_c4, #page-content p.evoet_c4 {
		flex-basis: 100%;
	}
	
	/* live view */
	
	/* schedule view */
	.evosv_grid .row {
		flex-direction: column;
		margin-left: 0px;
	}
	
	.evosv_grid .row .evosv_items {
		flex-wrap: wrap;
		padding: 5px;
	}
	
	.evosv_grid .row .evosv_items .evosv_event {
		width: auto;
	}
}

@media (max-width: 568px) {
	/* general */
	.evopad0_sm {
		padding: 0;
	}
	
	.evcal_evdata_img {
		max-height: 189px !important;
	}
	
	.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc {}
	
	.eventon_events_list .eventon_list_event .ev_ftImg {
		margin-bottom: 15px;
	}
	
	/* filter bar */
	.eventon_sorting_section .evo_filter_container {
		max-width: 100%;
	}
	
	.evcal_eventcard .evcal_evdata_cell .evo_h3, .ajde_evcal_calendar #evcal_list .evcal_eventcard .evcal_evdata_cell_title, .evo_pop_body .evcal_evdata_cell_title {
		padding-left: 30px;
		padding-top: 2px;
	}
	
	.evcal_eventcard .evcal_evdata_row .evcal_evdata_cell {
		padding-left: 0px;
		margin-left: -30px;
	}
	
	.evcal_evdata_row.evo_metarow_ICS  .evcal_evdata_cell {
		padding-left: 30px;
	}
	
	/* live view */
	.evo_eventon_now_next .evo_countdowner {
		display: inline-block;
	}
	
	.evo_eventon_now .desc_trig.hasFtIMG {
		flex-direction: column;
		border: 20px solid transparent !important;
	}
	
	.evo_eventon_now .desc_trig.hasFtIMG .evoet_c1 {
		margin-right: 0;
	}
	
	.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .ev_ftImg {
		width: 100%;
		height: 250px;
		margin-bottom: 10px;
	}
	
	.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .evo_info {
		width: auto;
	}
	
	/* schedule view */
	.evosv_grid .row .evosv_items {
		flex-direction: row;
	}
	
	.evosv_grid .row .evosv_items .evosv_event {}
	
	.evosv_grid .row .evosv_items .evosv_time {
		width: auto;
	}
}

@media (max-width: 480px) {
	:root {
		--evo-image-size: 50px;
	}
	
	.ajde_evcal_calendar #evcal_loader {
		height: 1px;
		width: 1px;
	}
	
	.ajde_evcal_calendar .calendar_header p {
		font-size: 24px;
	}
	
	#evcal_sort_bar ul {
		padding-left: 10px;
	}
	
	.event_description .evcal_col50 {
		width: 100%;
		float: none;
		border-bottom: 1px solid #cdcdcd;
		border-right: none;
	}
	
	.event_description .evcal_col50 .bordr {
		border-right: none;
	}
	
	.evorow .tb .evcal_col50 {
		float: none;
		display: block;
		width: 100%;
	}
	
	.evorow .tb .evcal_col50:first-child {
		border-bottom: 1px solid #cdcdcd;
	}
	
	.evo_metarow_time_location .evcal_col50 {
		width: 100%;
		border-bottom: 1px solid #cdcdcd;
	}
	
	.color .eventon_events_list .eventon_list_event .evcal_list_a {
		flex-direction: column;
	}
	
	/* organizer and mdt */
	.evo_evdata_cell_content .evo_card_organizer, .evomdt_data .evomdt_item {
		flex-basis: 100% !important;
	}
	
	/* lightbox */
	.evo_lightbox {
		padding-right: 0;
		padding-left: 0;
	}
	
	.evo_lightbox_content, .evolb_box {
		width: calc(100% - 20px);
		max-width: 400px;
	}
	
	.evo_lightbox.client .evolb_header .evolbclose {
		margin: 15px;
	}
	
	/* cancelled event text */
	.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers {
		padding: 1px 5px;
		font-size: 10px;
	}
	
	/* jumper */
	.ajde_evcal_calendar .calendar_header .evo_j_dates p.legend {
		font-size: 11px;
	}
	
	.evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3, .evo_lightbox .evo_clik_row .evo_h3 {
		font-size: 16px;
	}
	
	.evcal_evdata_row {
		padding: 20px;
	}
	
	.evcal_evdata_row .evcal_evdata_cell h3, .evo_metarow_ICS.evo_clik_row .evcal_evdata_cell h3, .evo_metarow_learnmore.evo_clik_row .evcal_evdata_cell h3 {
		padding-top: 0px;
	}
	
	.evo_metarow_ICS.evo_clik_row .evcal_evdata_cell h3 {
		display: flex;
		flex-wrap: wrap;
	}
	
	#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput {
		font-size: 13px;
	}
	
	#evcal_list .eventon_list_event .event_description p, #evcal_list .eventon_list_event .event_description li, .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
		font-size: 13px;
	}
	
	.evo_metarow_socialmedia a.evo_ss {
		width: 35px;
		height: 35px;
	}
	
	.evcal_evdata_img.expanded {
		max-height: none !important;
	}
	
	.evcal_evdata_img {
		max-height: 106px !important;
	}
	
	.evo_lightbox .evo_event_moreinfo_org.pad40 {
		padding: 20px;
	}
	
	.evo_lightbox .evo_event_moreinfo_org .evo_databox {
		padding: 10px;
	}
}

@media only screen and (max-device-width : 480px) {
	.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evo_footer_nav .evo_month_title {
		font-size: 26px;
	}
	
	#evcal_sort_bar ul {
		padding-left: 10px;
	}
}

/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "evo_FontAwesome");
	font-weight: var(--fa-style, 900);
}

.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fas::before, .far::before, .fab::before, .fa-solid::before, .fa-regular::before, .fa-brands::before, .fa::before {
	content: var(--fa);
}

.fa-classic, .fas, .fa-solid, .far, .fa-regular {
	font-family: "evo_FontAwesome";
}

.fa-brands, .fab {
	font-family: "evo_FontAwesomeB";
}

.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: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.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(-1 * var(--fa-li-width, 2em));
	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-bounce, .fa-fade, .fa-beat-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;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, 100% {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	8%, 24% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	40%, 100% {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.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, 0));
}

.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);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
	--fa: "0";
	--fa--fa: "00";
}

.fa-1 {
	--fa: "1";
	--fa--fa: "11";
}

.fa-2 {
	--fa: "2";
	--fa--fa: "22";
}

.fa-3 {
	--fa: "3";
	--fa--fa: "33";
}

.fa-4 {
	--fa: "4";
	--fa--fa: "44";
}

.fa-5 {
	--fa: "5";
	--fa--fa: "55";
}

.fa-6 {
	--fa: "6";
	--fa--fa: "66";
}

.fa-7 {
	--fa: "7";
	--fa--fa: "77";
}

.fa-8 {
	--fa: "8";
	--fa--fa: "88";
}

.fa-9 {
	--fa: "9";
	--fa--fa: "99";
}

.fa-fill-drip {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-to-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-chevron-right {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-circle-right {
	--fa: "";
	--fa--fa: "";
}

.fa-at {
	--fa: "@";
	--fa--fa: "@@";
}

.fa-trash-can {
	--fa: "";
	--fa--fa: "";
}

.fa-trash-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-text-height {
	--fa: "";
	--fa--fa: "";
}

.fa-user-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-user-times {
	--fa: "";
	--fa--fa: "";
}

.fa-stethoscope {
	--fa: "";
	--fa--fa: "";
}

.fa-message {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-info {
	--fa: "";
	--fa--fa: "";
}

.fa-down-left-and-up-right-to-center {
	--fa: "";
	--fa--fa: "";
}

.fa-compress-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-explosion {
	--fa: "";
	--fa--fa: "";
}

.fa-file-lines {
	--fa: "";
	--fa--fa: "";
}

.fa-file-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-file-text {
	--fa: "";
	--fa--fa: "";
}

.fa-wave-square {
	--fa: "";
	--fa--fa: "";
}

.fa-ring {
	--fa: "";
	--fa--fa: "";
}

.fa-building-un {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-three {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-days {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-anchor-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-building-circle-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-volleyball {
	--fa: "";
	--fa--fa: "";
}

.fa-volleyball-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-up-to-line {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-down {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-desc {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-minus-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-door-open {
	--fa: "";
	--fa--fa: "";
}

.fa-right-from-bracket {
	--fa: "";
	--fa--fa: "";
}

.fa-sign-out-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-atom {
	--fa: "";
	--fa--fa: "";
}

.fa-soap {
	--fa: "";
	--fa--fa: "";
}

.fa-icons {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-music-camera-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-microphone-lines-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-microphone-alt-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-bridge-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-pump-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-fingerprint {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-point-right {
	--fa: "";
	--fa--fa: "";
}

.fa-magnifying-glass-location {
	--fa: "";
	--fa--fa: "";
}

.fa-search-location {
	--fa: "";
	--fa--fa: "";
}

.fa-forward-step {
	--fa: "";
	--fa--fa: "";
}

.fa-step-forward {
	--fa: "";
	--fa--fa: "";
}

.fa-face-smile-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-smile-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-flag-checkered {
	--fa: "";
	--fa--fa: "";
}

.fa-football {
	--fa: "";
	--fa--fa: "";
}

.fa-football-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-school-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-crop {
	--fa: "";
	--fa--fa: "";
}

.fa-angles-down {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-double-down {
	--fa: "";
	--fa--fa: "";
}

.fa-users-rectangle {
	--fa: "";
	--fa--fa: "";
}

.fa-people-roof {
	--fa: "";
	--fa--fa: "";
}

.fa-people-line {
	--fa: "";
	--fa--fa: "";
}

.fa-beer-mug-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-beer {
	--fa: "";
	--fa--fa: "";
}

.fa-diagram-predecessor {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-fire-flame-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-burn {
	--fa: "";
	--fa--fa: "";
}

.fa-person {
	--fa: "";
	--fa--fa: "";
}

.fa-male {
	--fa: "";
	--fa--fa: "";
}

.fa-laptop {
	--fa: "";
	--fa--fa: "";
}

.fa-file-csv {
	--fa: "";
	--fa--fa: "";
}

.fa-menorah {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-plane {
	--fa: "";
	--fa--fa: "";
}

.fa-record-vinyl {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-stars {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-stars {
	--fa: "";
	--fa--fa: "";
}

.fa-bong {
	--fa: "";
	--fa--fa: "";
}

.fa-spaghetti-monster-flying {
	--fa: "";
	--fa--fa: "";
}

.fa-pastafarianism {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-up-across-line {
	--fa: "";
	--fa--fa: "";
}

.fa-spoon {
	--fa: "";
	--fa--fa: "";
}

.fa-utensil-spoon {
	--fa: "";
	--fa--fa: "";
}

.fa-jar-wheat {
	--fa: "";
	--fa--fa: "";
}

.fa-envelopes-bulk {
	--fa: "";
	--fa--fa: "";
}

.fa-mail-bulk {
	--fa: "";
	--fa--fa: "";
}

.fa-file-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-h {
	--fa: "";
	--fa--fa: "";
}

.fa-hospital-symbol {
	--fa: "";
	--fa--fa: "";
}

.fa-pager {
	--fa: "";
	--fa--fa: "";
}

.fa-address-book {
	--fa: "";
	--fa--fa: "";
}

.fa-contact-book {
	--fa: "";
	--fa--fa: "";
}

.fa-strikethrough {
	--fa: "";
	--fa--fa: "";
}

.fa-k {
	--fa: "K";
	--fa--fa: "KK";
}

.fa-landmark-flag {
	--fa: "";
	--fa--fa: "";
}

.fa-pencil {
	--fa: "";
	--fa--fa: "";
}

.fa-pencil-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-backward {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-right {
	--fa: "";
	--fa--fa: "";
}

.fa-comments {
	--fa: "";
	--fa--fa: "";
}

.fa-paste {
	--fa: "";
	--fa--fa: "";
}

.fa-file-clipboard {
	--fa: "";
	--fa--fa: "";
}

.fa-code-pull-request {
	--fa: "";
	--fa--fa: "";
}

.fa-clipboard-list {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-ramp-box {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-loading {
	--fa: "";
	--fa--fa: "";
}

.fa-user-check {
	--fa: "";
	--fa--fa: "";
}

.fa-vial-virus {
	--fa: "";
	--fa--fa: "";
}

.fa-sheet-plastic {
	--fa: "";
	--fa--fa: "";
}

.fa-blog {
	--fa: "";
	--fa--fa: "";
}

.fa-user-ninja {
	--fa: "";
	--fa--fa: "";
}

.fa-person-arrow-up-from-line {
	--fa: "";
	--fa--fa: "";
}

.fa-scroll-torah {
	--fa: "";
	--fa--fa: "";
}

.fa-torah {
	--fa: "";
	--fa--fa: "";
}

.fa-broom-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-quidditch {
	--fa: "";
	--fa--fa: "";
}

.fa-quidditch-broom-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-toggle-off {
	--fa: "";
	--fa--fa: "";
}

.fa-box-archive {
	--fa: "";
	--fa--fa: "";
}

.fa-archive {
	--fa: "";
	--fa--fa: "";
}

.fa-person-drowning {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-9-1 {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-numeric-desc {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-numeric-down-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-tongue-squint {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-tongue-squint {
	--fa: "";
	--fa--fa: "";
}

.fa-spray-can {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-monster {
	--fa: "";
	--fa--fa: "";
}

.fa-w {
	--fa: "W";
	--fa--fa: "WW";
}

.fa-earth-africa {
	--fa: "";
	--fa--fa: "";
}

.fa-globe-africa {
	--fa: "";
	--fa--fa: "";
}

.fa-rainbow {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-notch {
	--fa: "";
	--fa--fa: "";
}

.fa-tablet-screen-button {
	--fa: "";
	--fa--fa: "";
}

.fa-tablet-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-paw {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud {
	--fa: "";
	--fa--fa: "";
}

.fa-trowel-bricks {
	--fa: "";
	--fa--fa: "";
}

.fa-face-flushed {
	--fa: "";
	--fa--fa: "";
}

.fa-flushed {
	--fa: "";
	--fa--fa: "";
}

.fa-hospital-user {
	--fa: "";
	--fa--fa: "";
}

.fa-tent-arrow-left-right {
	--fa: "";
	--fa--fa: "";
}

.fa-gavel {
	--fa: "";
	--fa--fa: "";
}

.fa-legal {
	--fa: "";
	--fa--fa: "";
}

.fa-binoculars {
	--fa: "";
	--fa--fa: "";
}

.fa-microphone-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-box-tissue {
	--fa: "";
	--fa--fa: "";
}

.fa-motorcycle {
	--fa: "";
	--fa--fa: "";
}

.fa-bell-concierge {
	--fa: "";
	--fa--fa: "";
}

.fa-concierge-bell {
	--fa: "";
	--fa--fa: "";
}

.fa-pen-ruler {
	--fa: "";
	--fa--fa: "";
}

.fa-pencil-ruler {
	--fa: "";
	--fa--fa: "";
}

.fa-people-arrows {
	--fa: "";
	--fa--fa: "";
}

.fa-people-arrows-left-right {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-and-venus-burst {
	--fa: "";
	--fa--fa: "";
}

.fa-square-caret-right {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-square-right {
	--fa: "";
	--fa--fa: "";
}

.fa-scissors {
	--fa: "";
	--fa--fa: "";
}

.fa-cut {
	--fa: "";
	--fa--fa: "";
}

.fa-sun-plant-wilt {
	--fa: "";
	--fa--fa: "";
}

.fa-toilets-portable {
	--fa: "";
	--fa--fa: "";
}

.fa-hockey-puck {
	--fa: "";
	--fa--fa: "";
}

.fa-table {
	--fa: "";
	--fa--fa: "";
}

.fa-magnifying-glass-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-tachograph-digital {
	--fa: "";
	--fa--fa: "";
}

.fa-digital-tachograph {
	--fa: "";
	--fa--fa: "";
}

.fa-users-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-clover {
	--fa: "";
	--fa--fa: "";
}

.fa-reply {
	--fa: "";
	--fa--fa: "";
}

.fa-mail-reply {
	--fa: "";
	--fa--fa: "";
}

.fa-star-and-crescent {
	--fa: "";
	--fa--fa: "";
}

.fa-house-fire {
	--fa: "";
	--fa--fa: "";
}

.fa-square-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-minus-square {
	--fa: "";
	--fa--fa: "";
}

.fa-helicopter {
	--fa: "";
	--fa--fa: "";
}

.fa-compass {
	--fa: "";
	--fa--fa: "";
}

.fa-square-caret-down {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-square-down {
	--fa: "";
	--fa--fa: "";
}

.fa-file-circle-question {
	--fa: "";
	--fa--fa: "";
}

.fa-laptop-code {
	--fa: "";
	--fa--fa: "";
}

.fa-swatchbook {
	--fa: "";
	--fa--fa: "";
}

.fa-prescription-bottle {
	--fa: "";
	--fa--fa: "";
}

.fa-bars {
	--fa: "";
	--fa--fa: "";
}

.fa-navicon {
	--fa: "";
	--fa--fa: "";
}

.fa-people-group {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-end {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-3 {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-crack {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-broken {
	--fa: "";
	--fa--fa: "";
}

.fa-square-up-right {
	--fa: "";
	--fa--fa: "";
}

.fa-external-link-square-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-face-kiss-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-kiss-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-film {
	--fa: "";
	--fa--fa: "";
}

.fa-ruler-horizontal {
	--fa: "";
	--fa--fa: "";
}

.fa-people-robbery {
	--fa: "";
	--fa--fa: "";
}

.fa-lightbulb {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-left {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-exclamation-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-school-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-from-bracket {
	--fa: "";
	--fa--fa: "";
}

.fa-sign-out {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-chevron-down {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-circle-down {
	--fa: "";
	--fa--fa: "";
}

.fa-unlock-keyhole {
	--fa: "";
	--fa--fa: "";
}

.fa-unlock-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-showers-heavy {
	--fa: "";
	--fa--fa: "";
}

.fa-headphones-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-headphones-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-sitemap {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-dollar-to-slot {
	--fa: "";
	--fa--fa: "";
}

.fa-donate {
	--fa: "";
	--fa--fa: "";
}

.fa-memory {
	--fa: "";
	--fa--fa: "";
}

.fa-road-spikes {
	--fa: "";
	--fa--fa: "";
}

.fa-fire-burner {
	--fa: "";
	--fa--fa: "";
}

.fa-flag {
	--fa: "";
	--fa--fa: "";
}

.fa-hanukiah {
	--fa: "";
	--fa--fa: "";
}

.fa-feather {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-low {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-down {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-sun-rain {
	--fa: "";
	--fa--fa: "";
}

.fa-compress {
	--fa: "";
	--fa--fa: "";
}

.fa-wheat-awn {
	--fa: "";
	--fa--fa: "";
}

.fa-wheat-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-ankh {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-holding-child {
	--fa: "";
	--fa--fa: "";
}

.fa-asterisk {
	--fa: "*";
	--fa--fa: "**";
}

.fa-square-check {
	--fa: "";
	--fa--fa: "";
}

.fa-check-square {
	--fa: "";
	--fa--fa: "";
}

.fa-peseta-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-heading {
	--fa: "";
	--fa--fa: "";
}

.fa-header {
	--fa: "";
	--fa--fa: "";
}

.fa-ghost {
	--fa: "";
	--fa--fa: "";
}

.fa-list {
	--fa: "";
	--fa--fa: "";
}

.fa-list-squares {
	--fa: "";
	--fa--fa: "";
}

.fa-square-phone-flip {
	--fa: "";
	--fa--fa: "";
}

.fa-phone-square-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-cart-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-gamepad {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-dot {
	--fa: "";
	--fa--fa: "";
}

.fa-dot-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-face-dizzy {
	--fa: "";
	--fa--fa: "";
}

.fa-dizzy {
	--fa: "";
	--fa--fa: "";
}

.fa-egg {
	--fa: "";
	--fa--fa: "";
}

.fa-house-medical-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-campground {
	--fa: "";
	--fa--fa: "";
}

.fa-folder-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-futbol {
	--fa: "";
	--fa--fa: "";
}

.fa-futbol-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-soccer-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-paintbrush {
	--fa: "";
	--fa--fa: "";
}

.fa-paint-brush {
	--fa: "";
	--fa--fa: "";
}

.fa-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-gas-pump {
	--fa: "";
	--fa--fa: "";
}

.fa-hot-tub-person {
	--fa: "";
	--fa--fa: "";
}

.fa-hot-tub {
	--fa: "";
	--fa--fa: "";
}

.fa-map-location {
	--fa: "";
	--fa--fa: "";
}

.fa-map-marked {
	--fa: "";
	--fa--fa: "";
}

.fa-house-flood-water {
	--fa: "";
	--fa--fa: "";
}

.fa-tree {
	--fa: "";
	--fa--fa: "";
}

.fa-bridge-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-sack-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-pen-to-square {
	--fa: "";
	--fa--fa: "";
}

.fa-edit {
	--fa: "";
	--fa--fa: "";
}

.fa-car-side {
	--fa: "";
	--fa--fa: "";
}

.fa-share-nodes {
	--fa: "";
	--fa--fa: "";
}

.fa-share-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-circle-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-half {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-2 {
	--fa: "";
	--fa--fa: "";
}

.fa-microscope {
	--fa: "";
	--fa--fa: "";
}

.fa-sink {
	--fa: "";
	--fa--fa: "";
}

.fa-bag-shopping {
	--fa: "";
	--fa--fa: "";
}

.fa-shopping-bag {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-z-a {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-alpha-desc {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-alpha-down-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-mitten {
	--fa: "";
	--fa--fa: "";
}

.fa-person-rays {
	--fa: "";
	--fa--fa: "";
}

.fa-users {
	--fa: "";
	--fa--fa: "";
}

.fa-eye-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-flask-vial {
	--fa: "";
	--fa--fa: "";
}

.fa-hand {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-paper {
	--fa: "";
	--fa--fa: "";
}

.fa-om {
	--fa: "";
	--fa--fa: "";
}

.fa-worm {
	--fa: "";
	--fa--fa: "";
}

.fa-house-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-plug {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-up {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-spock {
	--fa: "";
	--fa--fa: "";
}

.fa-stopwatch {
	--fa: "";
	--fa--fa: "";
}

.fa-face-kiss {
	--fa: "";
	--fa--fa: "";
}

.fa-kiss {
	--fa: "";
	--fa--fa: "";
}

.fa-bridge-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-tongue {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-tongue {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-bishop {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-ear-deaf {
	--fa: "";
	--fa--fa: "";
}

.fa-deaf {
	--fa: "";
	--fa--fa: "";
}

.fa-deafness {
	--fa: "";
	--fa--fa: "";
}

.fa-hard-of-hearing {
	--fa: "";
	--fa--fa: "";
}

.fa-road-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-five {
	--fa: "";
	--fa--fa: "";
}

.fa-square-rss {
	--fa: "";
	--fa--fa: "";
}

.fa-rss-square {
	--fa: "";
	--fa--fa: "";
}

.fa-land-mine-on {
	--fa: "";
	--fa--fa: "";
}

.fa-i-cursor {
	--fa: "";
	--fa--fa: "";
}

.fa-stamp {
	--fa: "";
	--fa--fa: "";
}

.fa-stairs {
	--fa: "";
	--fa--fa: "";
}

.fa-i {
	--fa: "I";
	--fa--fa: "II";
}

.fa-hryvnia-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-hryvnia {
	--fa: "";
	--fa--fa: "";
}

.fa-pills {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-wide {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-tooth {
	--fa: "";
	--fa--fa: "";
}

.fa-v {
	--fa: "V";
	--fa--fa: "VV";
}

.fa-bangladeshi-taka-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-bicycle {
	--fa: "";
	--fa--fa: "";
}

.fa-staff-snake {
	--fa: "";
	--fa--fa: "";
}

.fa-rod-asclepius {
	--fa: "";
	--fa--fa: "";
}

.fa-rod-snake {
	--fa: "";
	--fa--fa: "";
}

.fa-staff-aesculapius {
	--fa: "";
	--fa--fa: "";
}

.fa-head-side-cough-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-ambulance {
	--fa: "";
	--fa--fa: "";
}

.fa-wheat-awn-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-snowman {
	--fa: "";
	--fa--fa: "";
}

.fa-mortar-pestle {
	--fa: "";
	--fa--fa: "";
}

.fa-road-barrier {
	--fa: "";
	--fa--fa: "";
}

.fa-school {
	--fa: "";
	--fa--fa: "";
}

.fa-igloo {
	--fa: "";
	--fa--fa: "";
}

.fa-joint {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-right {
	--fa: "";
	--fa--fa: "";
}

.fa-horse {
	--fa: "";
	--fa--fa: "";
}

.fa-q {
	--fa: "Q";
	--fa--fa: "QQ";
}

.fa-g {
	--fa: "G";
	--fa--fa: "GG";
}

.fa-notes-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-half {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-2 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-2 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-half {
	--fa: "";
	--fa--fa: "";
}

.fa-dong-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-capsules {
	--fa: "";
	--fa--fa: "";
}

.fa-poo-storm {
	--fa: "";
	--fa--fa: "";
}

.fa-poo-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-face-frown-open {
	--fa: "";
	--fa--fa: "";
}

.fa-frown-open {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-point-up {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill {
	--fa: "";
	--fa--fa: "";
}

.fa-bookmark {
	--fa: "";
	--fa--fa: "";
}

.fa-align-justify {
	--fa: "";
	--fa--fa: "";
}

.fa-umbrella-beach {
	--fa: "";
	--fa--fa: "";
}

.fa-helmet-un {
	--fa: "";
	--fa--fa: "";
}

.fa-bullseye {
	--fa: "";
	--fa--fa: "";
}

.fa-bacon {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-point-down {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-from-bracket {
	--fa: "";
	--fa--fa: "";
}

.fa-folder {
	--fa: "";
	--fa--fa: "";
}

.fa-folder-blank {
	--fa: "";
	--fa--fa: "";
}

.fa-file-waveform {
	--fa: "";
	--fa--fa: "";
}

.fa-file-medical-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-radiation {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-stroke {
	--fa: "";
	--fa--fa: "";
}

.fa-vial {
	--fa: "";
	--fa--fa: "";
}

.fa-gauge {
	--fa: "";
	--fa--fa: "";
}

.fa-dashboard {
	--fa: "";
	--fa--fa: "";
}

.fa-gauge-med {
	--fa: "";
	--fa--fa: "";
}

.fa-tachometer-alt-average {
	--fa: "";
	--fa--fa: "";
}

.fa-wand-magic-sparkles {
	--fa: "";
	--fa--fa: "";
}

.fa-magic-wand-sparkles {
	--fa: "";
	--fa--fa: "";
}

.fa-e {
	--fa: "E";
	--fa--fa: "EE";
}

.fa-pen-clip {
	--fa: "";
	--fa--fa: "";
}

.fa-pen-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-bridge-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-user {
	--fa: "";
	--fa--fa: "";
}

.fa-school-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-dumpster {
	--fa: "";
	--fa--fa: "";
}

.fa-van-shuttle {
	--fa: "";
	--fa--fa: "";
}

.fa-shuttle-van {
	--fa: "";
	--fa--fa: "";
}

.fa-building-user {
	--fa: "";
	--fa--fa: "";
}

.fa-square-caret-left {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-square-left {
	--fa: "";
	--fa--fa: "";
}

.fa-highlighter {
	--fa: "";
	--fa--fa: "";
}

.fa-key {
	--fa: "";
	--fa--fa: "";
}

.fa-bullhorn {
	--fa: "";
	--fa--fa: "";
}

.fa-globe {
	--fa: "";
	--fa--fa: "";
}

.fa-synagogue {
	--fa: "";
	--fa--fa: "";
}

.fa-person-half-dress {
	--fa: "";
	--fa--fa: "";
}

.fa-road-bridge {
	--fa: "";
	--fa--fa: "";
}

.fa-location-arrow {
	--fa: "";
	--fa--fa: "";
}

.fa-c {
	--fa: "C";
	--fa--fa: "CC";
}

.fa-tablet-button {
	--fa: "";
	--fa--fa: "";
}

.fa-building-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-pizza-slice {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-wave {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-area {
	--fa: "";
	--fa--fa: "";
}

.fa-area-chart {
	--fa: "";
	--fa--fa: "";
}

.fa-house-flag {
	--fa: "";
	--fa--fa: "";
}

.fa-person-circle-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-ban {
	--fa: "";
	--fa--fa: "";
}

.fa-cancel {
	--fa: "";
	--fa--fa: "";
}

.fa-camera-rotate {
	--fa: "";
	--fa--fa: "";
}

.fa-spray-can-sparkles {
	--fa: "";
	--fa--fa: "";
}

.fa-air-freshener {
	--fa: "";
	--fa--fa: "";
}

.fa-star {
	--fa: "";
	--fa--fa: "";
}

.fa-repeat {
	--fa: "";
	--fa--fa: "";
}

.fa-cross {
	--fa: "";
	--fa--fa: "";
}

.fa-box {
	--fa: "";
	--fa--fa: "";
}

.fa-venus-mars {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-pointer {
	--fa: "";
	--fa--fa: "";
}

.fa-mouse-pointer {
	--fa: "";
	--fa--fa: "";
}

.fa-maximize {
	--fa: "";
	--fa--fa: "";
}

.fa-expand-arrows-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-charging-station {
	--fa: "";
	--fa--fa: "";
}

.fa-shapes {
	--fa: "";
	--fa--fa: "";
}

.fa-triangle-circle-square {
	--fa: "";
	--fa--fa: "";
}

.fa-shuffle {
	--fa: "";
	--fa--fa: "";
}

.fa-random {
	--fa: "";
	--fa--fa: "";
}

.fa-person-running {
	--fa: "";
	--fa--fa: "";
}

.fa-running {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-retro {
	--fa: "";
	--fa--fa: "";
}

.fa-grip-lines-vertical {
	--fa: "";
	--fa--fa: "";
}

.fa-spider {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-bound {
	--fa: "";
	--fa--fa: "";
}

.fa-file-invoice-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-x-ray {
	--fa: "";
	--fa--fa: "";
}

.fa-spell-check {
	--fa: "";
	--fa--fa: "";
}

.fa-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-computer-mouse {
	--fa: "";
	--fa--fa: "";
}

.fa-mouse {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-to-bracket {
	--fa: "";
	--fa--fa: "";
}

.fa-sign-in {
	--fa: "";
	--fa--fa: "";
}

.fa-shop-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-store-alt-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-server {
	--fa: "";
	--fa--fa: "";
}

.fa-virus-covid-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-shop-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-start {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-1 {
	--fa: "";
	--fa--fa: "";
}

.fa-blender-phone {
	--fa: "";
	--fa--fa: "";
}

.fa-building-wheat {
	--fa: "";
	--fa--fa: "";
}

.fa-person-breastfeeding {
	--fa: "";
	--fa--fa: "";
}

.fa-right-to-bracket {
	--fa: "";
	--fa--fa: "";
}

.fa-sign-in-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-venus {
	--fa: "";
	--fa--fa: "";
}

.fa-passport {
	--fa: "";
	--fa--fa: "";
}

.fa-thumbtack-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-thumb-tack-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-pulse {
	--fa: "";
	--fa--fa: "";
}

.fa-heartbeat {
	--fa: "";
	--fa--fa: "";
}

.fa-people-carry-box {
	--fa: "";
	--fa--fa: "";
}

.fa-people-carry {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-high {
	--fa: "";
	--fa--fa: "";
}

.fa-microchip {
	--fa: "";
	--fa--fa: "";
}

.fa-crown {
	--fa: "";
	--fa--fa: "";
}

.fa-weight-hanging {
	--fa: "";
	--fa--fa: "";
}

.fa-xmarks-lines {
	--fa: "";
	--fa--fa: "";
}

.fa-file-prescription {
	--fa: "";
	--fa--fa: "";
}

.fa-weight-scale {
	--fa: "";
	--fa--fa: "";
}

.fa-weight {
	--fa: "";
	--fa--fa: "";
}

.fa-user-group {
	--fa: "";
	--fa--fa: "";
}

.fa-user-friends {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-a-z {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-alpha-up {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-knight {
	--fa: "";
	--fa--fa: "";
}

.fa-face-laugh-squint {
	--fa: "";
	--fa--fa: "";
}

.fa-laugh-squint {
	--fa: "";
	--fa--fa: "";
}

.fa-wheelchair {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-circle-up {
	--fa: "";
	--fa--fa: "";
}

.fa-toggle-on {
	--fa: "";
	--fa--fa: "";
}

.fa-person-walking {
	--fa: "";
	--fa--fa: "";
}

.fa-walking {
	--fa: "";
	--fa--fa: "";
}

.fa-l {
	--fa: "L";
	--fa--fa: "LL";
}

.fa-fire {
	--fa: "";
	--fa--fa: "";
}

.fa-bed-pulse {
	--fa: "";
	--fa--fa: "";
}

.fa-procedures {
	--fa: "";
	--fa--fa: "";
}

.fa-shuttle-space {
	--fa: "";
	--fa--fa: "";
}

.fa-space-shuttle {
	--fa: "";
	--fa--fa: "";
}

.fa-face-laugh {
	--fa: "";
	--fa--fa: "";
}

.fa-laugh {
	--fa: "";
	--fa--fa: "";
}

.fa-folder-open {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-circle-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-code-fork {
	--fa: "";
	--fa--fa: "";
}

.fa-city {
	--fa: "";
	--fa--fa: "";
}

.fa-microphone-lines {
	--fa: "";
	--fa--fa: "";
}

.fa-microphone-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-pepper-hot {
	--fa: "";
	--fa--fa: "";
}

.fa-unlock {
	--fa: "";
	--fa--fa: "";
}

.fa-colon-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-headset {
	--fa: "";
	--fa--fa: "";
}

.fa-store-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-road-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-user-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-stroke-up {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-stroke-v {
	--fa: "";
	--fa--fa: "";
}

.fa-champagne-glasses {
	--fa: "";
	--fa--fa: "";
}

.fa-glass-cheers {
	--fa: "";
	--fa--fa: "";
}

.fa-clipboard {
	--fa: "";
	--fa--fa: "";
}

.fa-house-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-file-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-file-upload {
	--fa: "";
	--fa--fa: "";
}

.fa-wifi {
	--fa: "";
	--fa--fa: "";
}

.fa-wifi-3 {
	--fa: "";
	--fa--fa: "";
}

.fa-wifi-strong {
	--fa: "";
	--fa--fa: "";
}

.fa-bath {
	--fa: "";
	--fa--fa: "";
}

.fa-bathtub {
	--fa: "";
	--fa--fa: "";
}

.fa-underline {
	--fa: "";
	--fa--fa: "";
}

.fa-user-pen {
	--fa: "";
	--fa--fa: "";
}

.fa-user-edit {
	--fa: "";
	--fa--fa: "";
}

.fa-signature {
	--fa: "";
	--fa--fa: "";
}

.fa-stroopwafel {
	--fa: "";
	--fa--fa: "";
}

.fa-bold {
	--fa: "";
	--fa--fa: "";
}

.fa-anchor-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-building-ngo {
	--fa: "";
	--fa--fa: "";
}

.fa-manat-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-not-equal {
	--fa: "";
	--fa--fa: "";
}

.fa-border-top-left {
	--fa: "";
	--fa--fa: "";
}

.fa-border-style {
	--fa: "";
	--fa--fa: "";
}

.fa-map-location-dot {
	--fa: "";
	--fa--fa: "";
}

.fa-map-marked-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-jedi {
	--fa: "";
	--fa--fa: "";
}

.fa-square-poll-vertical {
	--fa: "";
	--fa--fa: "";
}

.fa-poll {
	--fa: "";
	--fa--fa: "";
}

.fa-mug-hot {
	--fa: "";
	--fa--fa: "";
}

.fa-car-battery {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-car {
	--fa: "";
	--fa--fa: "";
}

.fa-gift {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-two {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-queen {
	--fa: "";
	--fa--fa: "";
}

.fa-glasses {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-board {
	--fa: "";
	--fa--fa: "";
}

.fa-building-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-person-chalkboard {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-stroke-right {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-stroke-h {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-back-fist {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-rock {
	--fa: "";
	--fa--fa: "";
}

.fa-square-caret-up {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-square-up {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-showers-water {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-bar {
	--fa: "";
	--fa--fa: "";
}

.fa-bar-chart {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-bubbles {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-wash {
	--fa: "";
	--fa--fa: "";
}

.fa-less-than-equal {
	--fa: "";
	--fa--fa: "";
}

.fa-train {
	--fa: "";
	--fa--fa: "";
}

.fa-eye-low-vision {
	--fa: "";
	--fa--fa: "";
}

.fa-low-vision {
	--fa: "";
	--fa--fa: "";
}

.fa-crow {
	--fa: "";
	--fa--fa: "";
}

.fa-sailboat {
	--fa: "";
	--fa--fa: "";
}

.fa-window-restore {
	--fa: "";
	--fa--fa: "";
}

.fa-square-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-plus-square {
	--fa: "";
	--fa--fa: "";
}

.fa-torii-gate {
	--fa: "";
	--fa--fa: "";
}

.fa-frog {
	--fa: "";
	--fa--fa: "";
}

.fa-bucket {
	--fa: "";
	--fa--fa: "";
}

.fa-image {
	--fa: "";
	--fa--fa: "";
}

.fa-microphone {
	--fa: "";
	--fa--fa: "";
}

.fa-cow {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-up {
	--fa: "";
	--fa--fa: "";
}

.fa-screwdriver {
	--fa: "";
	--fa--fa: "";
}

.fa-folder-closed {
	--fa: "";
	--fa--fa: "";
}

.fa-house-tsunami {
	--fa: "";
	--fa--fa: "";
}

.fa-square-nfi {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-from-ground-water {
	--fa: "";
	--fa--fa: "";
}

.fa-martini-glass {
	--fa: "";
	--fa--fa: "";
}

.fa-glass-martini-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-square-binary {
	--fa: "";
	--fa--fa: "";
}

.fa-rotate-left {
	--fa: "";
	--fa--fa: "";
}

.fa-rotate-back {
	--fa: "";
	--fa--fa: "";
}

.fa-rotate-backward {
	--fa: "";
	--fa--fa: "";
}

.fa-undo-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-table-columns {
	--fa: "";
	--fa--fa: "";
}

.fa-columns {
	--fa: "";
	--fa--fa: "";
}

.fa-lemon {
	--fa: "";
	--fa--fa: "";
}

.fa-head-side-mask {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake {
	--fa: "";
	--fa--fa: "";
}

.fa-gem {
	--fa: "";
	--fa--fa: "";
}

.fa-dolly {
	--fa: "";
	--fa--fa: "";
}

.fa-dolly-box {
	--fa: "";
	--fa--fa: "";
}

.fa-smoking {
	--fa: "";
	--fa--fa: "";
}

.fa-minimize {
	--fa: "";
	--fa--fa: "";
}

.fa-compress-arrows-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-monument {
	--fa: "";
	--fa--fa: "";
}

.fa-snowplow {
	--fa: "";
	--fa--fa: "";
}

.fa-angles-right {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-double-right {
	--fa: "";
	--fa--fa: "";
}

.fa-cannabis {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-play {
	--fa: "";
	--fa--fa: "";
}

.fa-play-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-tablets {
	--fa: "";
	--fa--fa: "";
}

.fa-ethernet {
	--fa: "";
	--fa--fa: "";
}

.fa-euro-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-eur {
	--fa: "";
	--fa--fa: "";
}

.fa-euro {
	--fa: "";
	--fa--fa: "";
}

.fa-chair {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-check-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-stop {
	--fa: "";
	--fa--fa: "";
}

.fa-stop-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-compass-drafting {
	--fa: "";
	--fa--fa: "";
}

.fa-drafting-compass {
	--fa: "";
	--fa--fa: "";
}

.fa-plate-wheat {
	--fa: "";
	--fa--fa: "";
}

.fa-icicles {
	--fa: "";
	--fa--fa: "";
}

.fa-person-shelter {
	--fa: "";
	--fa--fa: "";
}

.fa-neuter {
	--fa: "";
	--fa--fa: "";
}

.fa-id-badge {
	--fa: "";
	--fa--fa: "";
}

.fa-marker {
	--fa: "";
	--fa--fa: "";
}

.fa-face-laugh-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-laugh-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-helicopter-symbol {
	--fa: "";
	--fa--fa: "";
}

.fa-universal-access {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-chevron-up {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-circle-up {
	--fa: "";
	--fa--fa: "";
}

.fa-lari-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-volcano {
	--fa: "";
	--fa--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-sterling-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-gbp {
	--fa: "";
	--fa--fa: "";
}

.fa-pound-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-viruses {
	--fa: "";
	--fa--fa: "";
}

.fa-square-person-confined {
	--fa: "";
	--fa--fa: "";
}

.fa-user-tie {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-tent-arrow-down-to-line {
	--fa: "";
	--fa--fa: "";
}

.fa-certificate {
	--fa: "";
	--fa--fa: "";
}

.fa-reply-all {
	--fa: "";
	--fa--fa: "";
}

.fa-mail-reply-all {
	--fa: "";
	--fa--fa: "";
}

.fa-suitcase {
	--fa: "";
	--fa--fa: "";
}

.fa-person-skating {
	--fa: "";
	--fa--fa: "";
}

.fa-skating {
	--fa: "";
	--fa--fa: "";
}

.fa-filter-circle-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-funnel-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-camera-retro {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-circle-down {
	--fa: "";
	--fa--fa: "";
}

.fa-file-import {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-to-file {
	--fa: "";
	--fa--fa: "";
}

.fa-square-arrow-up-right {
	--fa: "";
	--fa--fa: "";
}

.fa-external-link-square {
	--fa: "";
	--fa--fa: "";
}

.fa-box-open {
	--fa: "";
	--fa--fa: "";
}

.fa-scroll {
	--fa: "";
	--fa--fa: "";
}

.fa-spa {
	--fa: "";
	--fa--fa: "";
}

.fa-location-pin-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-pause {
	--fa: "";
	--fa--fa: "";
}

.fa-hill-avalanche {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-0 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-0 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-bomb {
	--fa: "";
	--fa--fa: "";
}

.fa-registered {
	--fa: "";
	--fa--fa: "";
}

.fa-address-card {
	--fa: "";
	--fa--fa: "";
}

.fa-contact-card {
	--fa: "";
	--fa--fa: "";
}

.fa-vcard {
	--fa: "";
	--fa--fa: "";
}

.fa-scale-unbalanced-flip {
	--fa: "";
	--fa--fa: "";
}

.fa-balance-scale-right {
	--fa: "";
	--fa--fa: "";
}

.fa-subscript {
	--fa: "";
	--fa--fa: "";
}

.fa-diamond-turn-right {
	--fa: "";
	--fa--fa: "";
}

.fa-directions {
	--fa: "";
	--fa--fa: "";
}

.fa-burst {
	--fa: "";
	--fa--fa: "";
}

.fa-house-laptop {
	--fa: "";
	--fa--fa: "";
}

.fa-laptop-house {
	--fa: "";
	--fa--fa: "";
}

.fa-face-tired {
	--fa: "";
	--fa--fa: "";
}

.fa-tired {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bills {
	--fa: "";
	--fa--fa: "";
}

.fa-smog {
	--fa: "";
	--fa--fa: "";
}

.fa-crutch {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-upload {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-upload-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-palette {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-turn-right {
	--fa: "";
	--fa--fa: "";
}

.fa-vest {
	--fa: "";
	--fa--fa: "";
}

.fa-ferry {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-down-to-people {
	--fa: "";
	--fa--fa: "";
}

.fa-seedling {
	--fa: "";
	--fa--fa: "";
}

.fa-sprout {
	--fa: "";
	--fa--fa: "";
}

.fa-left-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-alt-h {
	--fa: "";
	--fa--fa: "";
}

.fa-boxes-packing {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-arrow-left {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-circle-left {
	--fa: "";
	--fa--fa: "";
}

.fa-group-arrows-rotate {
	--fa: "";
	--fa--fa: "";
}

.fa-bowl-food {
	--fa: "";
	--fa--fa: "";
}

.fa-candy-cane {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-wide-short {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-amount-asc {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-amount-down {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-thunderstorm {
	--fa: "";
	--fa--fa: "";
}

.fa-text-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-remove-format {
	--fa: "";
	--fa--fa: "";
}

.fa-face-smile-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-smile-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-file-word {
	--fa: "";
	--fa--fa: "";
}

.fa-file-powerpoint {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-left-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-h {
	--fa: "";
	--fa--fa: "";
}

.fa-house-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-download {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-download-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-children {
	--fa: "";
	--fa--fa: "";
}

.fa-chalkboard {
	--fa: "";
	--fa--fa: "";
}

.fa-blackboard {
	--fa: "";
	--fa--fa: "";
}

.fa-user-large-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-user-alt-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-envelope-open {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake-simple-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake-alt-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-mattress-pillow {
	--fa: "";
	--fa--fa: "";
}

.fa-guarani-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-rotate {
	--fa: "";
	--fa--fa: "";
}

.fa-refresh {
	--fa: "";
	--fa--fa: "";
}

.fa-sync {
	--fa: "";
	--fa--fa: "";
}

.fa-fire-extinguisher {
	--fa: "";
	--fa--fa: "";
}

.fa-cruzeiro-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-greater-than-equal {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-halved {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-book-atlas {
	--fa: "";
	--fa--fa: "";
}

.fa-atlas {
	--fa: "";
	--fa--fa: "";
}

.fa-virus {
	--fa: "";
	--fa--fa: "";
}

.fa-envelope-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-layer-group {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-to-dot {
	--fa: "";
	--fa--fa: "";
}

.fa-archway {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-house-chimney-crack {
	--fa: "";
	--fa--fa: "";
}

.fa-house-damage {
	--fa: "";
	--fa--fa: "";
}

.fa-file-zipper {
	--fa: "";
	--fa--fa: "";
}

.fa-file-archive {
	--fa: "";
	--fa--fa: "";
}

.fa-square {
	--fa: "";
	--fa--fa: "";
}

.fa-martini-glass-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-glass-martini {
	--fa: "";
	--fa--fa: "";
}

.fa-couch {
	--fa: "";
	--fa--fa: "";
}

.fa-cedi-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-italic {
	--fa: "";
	--fa--fa: "";
}

.fa-table-cells-column-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-church {
	--fa: "";
	--fa--fa: "";
}

.fa-comments-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-democrat {
	--fa: "";
	--fa--fa: "";
}

.fa-z {
	--fa: "Z";
	--fa--fa: "ZZ";
}

.fa-person-skiing {
	--fa: "";
	--fa--fa: "";
}

.fa-skiing {
	--fa: "";
	--fa--fa: "";
}

.fa-road-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-a {
	--fa: "A";
	--fa--fa: "AA";
}

.fa-temperature-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-down {
	--fa: "";
	--fa--fa: "";
}

.fa-feather-pointed {
	--fa: "";
	--fa--fa: "";
}

.fa-feather-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-p {
	--fa: "P";
	--fa--fa: "PP";
}

.fa-snowflake {
	--fa: "";
	--fa--fa: "";
}

.fa-newspaper {
	--fa: "";
	--fa--fa: "";
}

.fa-rectangle-ad {
	--fa: "";
	--fa--fa: "";
}

.fa-ad {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-circle-right {
	--fa: "";
	--fa--fa: "";
}

.fa-filter-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-locust {
	--fa: "";
	--fa--fa: "";
}

.fa-sort {
	--fa: "";
	--fa--fa: "";
}

.fa-unsorted {
	--fa: "";
	--fa--fa: "";
}

.fa-list-ol {
	--fa: "";
	--fa--fa: "";
}

.fa-list-1-2 {
	--fa: "";
	--fa--fa: "";
}

.fa-list-numeric {
	--fa: "";
	--fa--fa: "";
}

.fa-person-dress-burst {
	--fa: "";
	--fa--fa: "";
}

.fa-money-check-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-money-check-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-vector-square {
	--fa: "";
	--fa--fa: "";
}

.fa-bread-slice {
	--fa: "";
	--fa--fa: "";
}

.fa-language {
	--fa: "";
	--fa--fa: "";
}

.fa-face-kiss-wink-heart {
	--fa: "";
	--fa--fa: "";
}

.fa-kiss-wink-heart {
	--fa: "";
	--fa--fa: "";
}

.fa-filter {
	--fa: "";
	--fa--fa: "";
}

.fa-question {
	--fa: "?";
	--fa--fa: "??";
}

.fa-file-signature {
	--fa: "";
	--fa--fa: "";
}

.fa-up-down-left-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-house-chimney-user {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-heart {
	--fa: "";
	--fa--fa: "";
}

.fa-puzzle-piece {
	--fa: "";
	--fa--fa: "";
}

.fa-money-check {
	--fa: "";
	--fa--fa: "";
}

.fa-star-half-stroke {
	--fa: "";
	--fa--fa: "";
}

.fa-star-half-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-code {
	--fa: "";
	--fa--fa: "";
}

.fa-whiskey-glass {
	--fa: "";
	--fa--fa: "";
}

.fa-glass-whiskey {
	--fa: "";
	--fa--fa: "";
}

.fa-building-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-magnifying-glass-chart {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-right-from-square {
	--fa: "";
	--fa--fa: "";
}

.fa-external-link {
	--fa: "";
	--fa--fa: "";
}

.fa-cubes-stacked {
	--fa: "";
	--fa--fa: "";
}

.fa-won-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-krw {
	--fa: "";
	--fa--fa: "";
}

.fa-won {
	--fa: "";
	--fa--fa: "";
}

.fa-virus-covid {
	--fa: "";
	--fa--fa: "";
}

.fa-austral-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-f {
	--fa: "F";
	--fa--fa: "FF";
}

.fa-leaf {
	--fa: "";
	--fa--fa: "";
}

.fa-road {
	--fa: "";
	--fa--fa: "";
}

.fa-taxi {
	--fa: "";
	--fa--fa: "";
}

.fa-cab {
	--fa: "";
	--fa--fa: "";
}

.fa-person-circle-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-pie {
	--fa: "";
	--fa--fa: "";
}

.fa-pie-chart {
	--fa: "";
	--fa--fa: "";
}

.fa-bolt-lightning {
	--fa: "";
	--fa--fa: "";
}

.fa-sack-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-file-excel {
	--fa: "";
	--fa--fa: "";
}

.fa-file-contract {
	--fa: "";
	--fa--fa: "";
}

.fa-fish-fins {
	--fa: "";
	--fa--fa: "";
}

.fa-building-flag {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-beam {
	--fa: "";
	--fa--fa: "";
}

.fa-object-ungroup {
	--fa: "";
	--fa--fa: "";
}

.fa-poop {
	--fa: "";
	--fa--fa: "";
}

.fa-location-pin {
	--fa: "";
	--fa--fa: "";
}

.fa-map-marker {
	--fa: "";
	--fa--fa: "";
}

.fa-kaaba {
	--fa: "";
	--fa--fa: "";
}

.fa-toilet-paper {
	--fa: "";
	--fa--fa: "";
}

.fa-helmet-safety {
	--fa: "";
	--fa--fa: "";
}

.fa-hard-hat {
	--fa: "";
	--fa--fa: "";
}

.fa-hat-hard {
	--fa: "";
	--fa--fa: "";
}

.fa-eject {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-alt-circle-right {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-face-rolling-eyes {
	--fa: "";
	--fa--fa: "";
}

.fa-meh-rolling-eyes {
	--fa: "";
	--fa--fa: "";
}

.fa-object-group {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-line {
	--fa: "";
	--fa--fa: "";
}

.fa-line-chart {
	--fa: "";
	--fa--fa: "";
}

.fa-mask-ventilator {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-signs-post {
	--fa: "";
	--fa--fa: "";
}

.fa-map-signs {
	--fa: "";
	--fa--fa: "";
}

.fa-cash-register {
	--fa: "";
	--fa--fa: "";
}

.fa-person-circle-question {
	--fa: "";
	--fa--fa: "";
}

.fa-h {
	--fa: "H";
	--fa--fa: "HH";
}

.fa-tarp {
	--fa: "";
	--fa--fa: "";
}

.fa-screwdriver-wrench {
	--fa: "";
	--fa--fa: "";
}

.fa-tools {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-to-eye {
	--fa: "";
	--fa--fa: "";
}

.fa-plug-circle-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-heart {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-and-venus {
	--fa: "";
	--fa--fa: "";
}

.fa-house-user {
	--fa: "";
	--fa--fa: "";
}

.fa-home-user {
	--fa: "";
	--fa--fa: "";
}

.fa-dumpster-fire {
	--fa: "";
	--fa--fa: "";
}

.fa-house-crack {
	--fa: "";
	--fa--fa: "";
}

.fa-martini-glass-citrus {
	--fa: "";
	--fa--fa: "";
}

.fa-cocktail {
	--fa: "";
	--fa--fa: "";
}

.fa-face-surprise {
	--fa: "";
	--fa--fa: "";
}

.fa-surprise {
	--fa: "";
	--fa--fa: "";
}

.fa-bottle-water {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-pause {
	--fa: "";
	--fa--fa: "";
}

.fa-pause-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-toilet-paper-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-apple-whole {
	--fa: "";
	--fa--fa: "";
}

.fa-apple-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-kitchen-set {
	--fa: "";
	--fa--fa: "";
}

.fa-r {
	--fa: "R";
	--fa--fa: "RR";
}

.fa-temperature-quarter {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-1 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-1 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-quarter {
	--fa: "";
	--fa--fa: "";
}

.fa-cube {
	--fa: "";
	--fa--fa: "";
}

.fa-bitcoin-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-dog {
	--fa: "";
	--fa--fa: "";
}

.fa-solar-panel {
	--fa: "";
	--fa--fa: "";
}

.fa-lock-open {
	--fa: "";
	--fa--fa: "";
}

.fa-elevator {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-transfer {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-trend-up {
	--fa: "";
	--fa--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-square-poll-horizontal {
	--fa: "";
	--fa--fa: "";
}

.fa-poll-h {
	--fa: "";
	--fa--fa: "";
}

.fa-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-backward-fast {
	--fa: "";
	--fa--fa: "";
}

.fa-fast-backward {
	--fa: "";
	--fa--fa: "";
}

.fa-recycle {
	--fa: "";
	--fa--fa: "";
}

.fa-user-astronaut {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-trademark {
	--fa: "";
	--fa--fa: "";
}

.fa-basketball {
	--fa: "";
	--fa--fa: "";
}

.fa-basketball-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-satellite-dish {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-up {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-alt-circle-up {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-screen-button {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-high {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-up {
	--fa: "";
	--fa--fa: "";
}

.fa-users-rays {
	--fa: "";
	--fa--fa: "";
}

.fa-wallet {
	--fa: "";
	--fa--fa: "";
}

.fa-clipboard-check {
	--fa: "";
	--fa--fa: "";
}

.fa-file-audio {
	--fa: "";
	--fa--fa: "";
}

.fa-burger {
	--fa: "";
	--fa--fa: "";
}

.fa-hamburger {
	--fa: "";
	--fa--fa: "";
}

.fa-wrench {
	--fa: "";
	--fa--fa: "";
}

.fa-bugs {
	--fa: "";
	--fa--fa: "";
}

.fa-rupee-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-rupee {
	--fa: "";
	--fa--fa: "";
}

.fa-file-image {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-question {
	--fa: "";
	--fa--fa: "";
}

.fa-question-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-departure {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-book-bookmark {
	--fa: "";
	--fa--fa: "";
}

.fa-code-branch {
	--fa: "";
	--fa--fa: "";
}

.fa-hat-cowboy {
	--fa: "";
	--fa--fa: "";
}

.fa-bridge {
	--fa: "";
	--fa--fa: "";
}

.fa-phone-flip {
	--fa: "";
	--fa--fa: "";
}

.fa-phone-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-front {
	--fa: "";
	--fa--fa: "";
}

.fa-cat {
	--fa: "";
	--fa--fa: "";
}

.fa-anchor-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-field {
	--fa: "";
	--fa--fa: "";
}

.fa-route {
	--fa: "";
	--fa--fa: "";
}

.fa-clipboard-question {
	--fa: "";
	--fa--fa: "";
}

.fa-panorama {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-teeth-open {
	--fa: "";
	--fa--fa: "";
}

.fa-file-circle-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-tags {
	--fa: "";
	--fa--fa: "";
}

.fa-wine-glass {
	--fa: "";
	--fa--fa: "";
}

.fa-forward-fast {
	--fa: "";
	--fa--fa: "";
}

.fa-fast-forward {
	--fa: "";
	--fa--fa: "";
}

.fa-face-meh-blank {
	--fa: "";
	--fa--fa: "";
}

.fa-meh-blank {
	--fa: "";
	--fa--fa: "";
}

.fa-square-parking {
	--fa: "";
	--fa--fa: "";
}

.fa-parking {
	--fa: "";
	--fa--fa: "";
}

.fa-house-signal {
	--fa: "";
	--fa--fa: "";
}

.fa-bars-progress {
	--fa: "";
	--fa--fa: "";
}

.fa-tasks-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-faucet-drip {
	--fa: "";
	--fa--fa: "";
}

.fa-cart-flatbed {
	--fa: "";
	--fa--fa: "";
}

.fa-dolly-flatbed {
	--fa: "";
	--fa--fa: "";
}

.fa-ban-smoking {
	--fa: "";
	--fa--fa: "";
}

.fa-smoking-ban {
	--fa: "";
	--fa--fa: "";
}

.fa-terminal {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-button {
	--fa: "";
	--fa--fa: "";
}

.fa-house-medical-flag {
	--fa: "";
	--fa--fa: "";
}

.fa-basket-shopping {
	--fa: "";
	--fa--fa: "";
}

.fa-shopping-basket {
	--fa: "";
	--fa--fa: "";
}

.fa-tape {
	--fa: "";
	--fa--fa: "";
}

.fa-bus-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-bus-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-eye {
	--fa: "";
	--fa--fa: "";
}

.fa-face-sad-cry {
	--fa: "";
	--fa--fa: "";
}

.fa-sad-cry {
	--fa: "";
	--fa--fa: "";
}

.fa-audio-description {
	--fa: "";
	--fa--fa: "";
}

.fa-person-military-to-person {
	--fa: "";
	--fa--fa: "";
}

.fa-file-shield {
	--fa: "";
	--fa--fa: "";
}

.fa-user-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-pen {
	--fa: "";
	--fa--fa: "";
}

.fa-tower-observation {
	--fa: "";
	--fa--fa: "";
}

.fa-file-code {
	--fa: "";
	--fa--fa: "";
}

.fa-signal {
	--fa: "";
	--fa--fa: "";
}

.fa-signal-5 {
	--fa: "";
	--fa--fa: "";
}

.fa-signal-perfect {
	--fa: "";
	--fa--fa: "";
}

.fa-bus {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-house-chimney {
	--fa: "";
	--fa--fa: "";
}

.fa-home-lg {
	--fa: "";
	--fa--fa: "";
}

.fa-window-maximize {
	--fa: "";
	--fa--fa: "";
}

.fa-face-frown {
	--fa: "";
	--fa--fa: "";
}

.fa-frown {
	--fa: "";
	--fa--fa: "";
}

.fa-prescription {
	--fa: "";
	--fa--fa: "";
}

.fa-shop {
	--fa: "";
	--fa--fa: "";
}

.fa-store-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-floppy-disk {
	--fa: "";
	--fa--fa: "";
}

.fa-save {
	--fa: "";
	--fa--fa: "";
}

.fa-vihara {
	--fa: "";
	--fa--fa: "";
}

.fa-scale-unbalanced {
	--fa: "";
	--fa--fa: "";
}

.fa-balance-scale-left {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-up {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-asc {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-dots {
	--fa: "";
	--fa--fa: "";
}

.fa-commenting {
	--fa: "";
	--fa--fa: "";
}

.fa-plant-wilt {
	--fa: "";
	--fa--fa: "";
}

.fa-diamond {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-squint {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-squint {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-usd {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-diagram {
	--fa: "";
	--fa--fa: "";
}

.fa-bacterium {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-pointer {
	--fa: "";
	--fa--fa: "";
}

.fa-drum-steelpan {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-scissors {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-praying {
	--fa: "";
	--fa--fa: "";
}

.fa-praying-hands {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-rotate-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-rotate {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-rotate-forward {
	--fa: "";
	--fa--fa: "";
}

.fa-redo {
	--fa: "";
	--fa--fa: "";
}

.fa-biohazard {
	--fa: "";
	--fa--fa: "";
}

.fa-location-crosshairs {
	--fa: "";
	--fa--fa: "";
}

.fa-location {
	--fa: "";
	--fa--fa: "";
}

.fa-mars-double {
	--fa: "";
	--fa--fa: "";
}

.fa-child-dress {
	--fa: "";
	--fa--fa: "";
}

.fa-users-between-lines {
	--fa: "";
	--fa--fa: "";
}

.fa-lungs-virus {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-tears {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-tears {
	--fa: "";
	--fa--fa: "";
}

.fa-phone {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-times {
	--fa: "";
	--fa--fa: "";
}

.fa-child-reaching {
	--fa: "";
	--fa--fa: "";
}

.fa-head-side-virus {
	--fa: "";
	--fa--fa: "";
}

.fa-user-gear {
	--fa: "";
	--fa--fa: "";
}

.fa-user-cog {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-1-9 {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-numeric-up {
	--fa: "";
	--fa--fa: "";
}

.fa-door-closed {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-virus {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-six {
	--fa: "";
	--fa--fa: "";
}

.fa-mosquito-net {
	--fa: "";
	--fa--fa: "";
}

.fa-file-fragment {
	--fa: "";
	--fa--fa: "";
}

.fa-bridge-water {
	--fa: "";
	--fa--fa: "";
}

.fa-person-booth {
	--fa: "";
	--fa--fa: "";
}

.fa-text-width {
	--fa: "";
	--fa--fa: "";
}

.fa-hat-wizard {
	--fa: "";
	--fa--fa: "";
}

.fa-pen-fancy {
	--fa: "";
	--fa--fa: "";
}

.fa-person-digging {
	--fa: "";
	--fa--fa: "";
}

.fa-digging {
	--fa: "";
	--fa--fa: "";
}

.fa-trash {
	--fa: "";
	--fa--fa: "";
}

.fa-gauge-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-gauge-simple-med {
	--fa: "";
	--fa--fa: "";
}

.fa-tachometer-average {
	--fa: "";
	--fa--fa: "";
}

.fa-book-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-poo {
	--fa: "";
	--fa--fa: "";
}

.fa-quote-right {
	--fa: "";
	--fa--fa: "";
}

.fa-quote-right-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-shirt {
	--fa: "";
	--fa--fa: "";
}

.fa-t-shirt {
	--fa: "";
	--fa--fa: "";
}

.fa-tshirt {
	--fa: "";
	--fa--fa: "";
}

.fa-cubes {
	--fa: "";
	--fa--fa: "";
}

.fa-divide {
	--fa: "";
	--fa--fa: "";
}

.fa-tenge-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-tenge {
	--fa: "";
	--fa--fa: "";
}

.fa-headphones {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-holding {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-clapping {
	--fa: "";
	--fa--fa: "";
}

.fa-republican {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-left {
	--fa: "";
	--fa--fa: "";
}

.fa-person-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-ruler {
	--fa: "";
	--fa--fa: "";
}

.fa-align-left {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-d6 {
	--fa: "";
	--fa--fa: "";
}

.fa-restroom {
	--fa: "";
	--fa--fa: "";
}

.fa-j {
	--fa: "J";
	--fa--fa: "JJ";
}

.fa-users-viewfinder {
	--fa: "";
	--fa--fa: "";
}

.fa-file-video {
	--fa: "";
	--fa--fa: "";
}

.fa-up-right-from-square {
	--fa: "";
	--fa--fa: "";
}

.fa-external-link-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-table-cells {
	--fa: "";
	--fa--fa: "";
}

.fa-th {
	--fa: "";
	--fa--fa: "";
}

.fa-file-pdf {
	--fa: "";
	--fa--fa: "";
}

.fa-book-bible {
	--fa: "";
	--fa--fa: "";
}

.fa-bible {
	--fa: "";
	--fa--fa: "";
}

.fa-o {
	--fa: "O";
	--fa--fa: "OO";
}

.fa-suitcase-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-medkit {
	--fa: "";
	--fa--fa: "";
}

.fa-user-secret {
	--fa: "";
	--fa--fa: "";
}

.fa-otter {
	--fa: "";
	--fa--fa: "";
}

.fa-person-dress {
	--fa: "";
	--fa--fa: "";
}

.fa-female {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-business-time {
	--fa: "";
	--fa--fa: "";
}

.fa-briefcase-clock {
	--fa: "";
	--fa--fa: "";
}

.fa-table-cells-large {
	--fa: "";
	--fa--fa: "";
}

.fa-th-large {
	--fa: "";
	--fa--fa: "";
}

.fa-book-tanakh {
	--fa: "";
	--fa--fa: "";
}

.fa-tanakh {
	--fa: "";
	--fa--fa: "";
}

.fa-phone-volume {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-control-phone {
	--fa: "";
	--fa--fa: "";
}

.fa-hat-cowboy-side {
	--fa: "";
	--fa--fa: "";
}

.fa-clipboard-user {
	--fa: "";
	--fa--fa: "";
}

.fa-child {
	--fa: "";
	--fa--fa: "";
}

.fa-lira-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-satellite {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-tag {
	--fa: "";
	--fa--fa: "";
}

.fa-comment {
	--fa: "";
	--fa--fa: "";
}

.fa-cake-candles {
	--fa: "";
	--fa--fa: "";
}

.fa-birthday-cake {
	--fa: "";
	--fa--fa: "";
}

.fa-cake {
	--fa: "";
	--fa--fa: "";
}

.fa-envelope {
	--fa: "";
	--fa--fa: "";
}

.fa-angles-up {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-double-up {
	--fa: "";
	--fa--fa: "";
}

.fa-paperclip {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-to-city {
	--fa: "";
	--fa--fa: "";
}

.fa-ribbon {
	--fa: "";
	--fa--fa: "";
}

.fa-lungs {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-9-1 {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-numeric-up-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-litecoin-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-border-none {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-nodes {
	--fa: "";
	--fa--fa: "";
}

.fa-parachute-box {
	--fa: "";
	--fa--fa: "";
}

.fa-indent {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-field-un {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass {
	--fa: "";
	--fa--fa: "";
}

.fa-hourglass-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-mountain {
	--fa: "";
	--fa--fa: "";
}

.fa-user-doctor {
	--fa: "";
	--fa--fa: "";
}

.fa-user-md {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-info {
	--fa: "";
	--fa--fa: "";
}

.fa-info-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-meatball {
	--fa: "";
	--fa--fa: "";
}

.fa-camera {
	--fa: "";
	--fa--fa: "";
}

.fa-camera-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-square-virus {
	--fa: "";
	--fa--fa: "";
}

.fa-meteor {
	--fa: "";
	--fa--fa: "";
}

.fa-car-on {
	--fa: "";
	--fa--fa: "";
}

.fa-sleigh {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-1-9 {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-numeric-asc {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-numeric-down {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-droplet {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-water {
	--fa: "";
	--fa--fa: "";
}

.fa-water {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-check {
	--fa: "";
	--fa--fa: "";
}

.fa-braille {
	--fa: "";
	--fa--fa: "";
}

.fa-prescription-bottle-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-prescription-bottle-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-landmark {
	--fa: "";
	--fa--fa: "";
}

.fa-truck {
	--fa: "";
	--fa--fa: "";
}

.fa-crosshairs {
	--fa: "";
	--fa--fa: "";
}

.fa-person-cane {
	--fa: "";
	--fa--fa: "";
}

.fa-tent {
	--fa: "";
	--fa--fa: "";
}

.fa-vest-patches {
	--fa: "";
	--fa--fa: "";
}

.fa-check-double {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-a-z {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-alpha-asc {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-alpha-down {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-wheat {
	--fa: "";
	--fa--fa: "";
}

.fa-cookie {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-rotate-left {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-left-rotate {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-rotate-back {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-rotate-backward {
	--fa: "";
	--fa--fa: "";
}

.fa-undo {
	--fa: "";
	--fa--fa: "";
}

.fa-hard-drive {
	--fa: "";
	--fa--fa: "";
}

.fa-hdd {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-squint-tears {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-squint-tears {
	--fa: "";
	--fa--fa: "";
}

.fa-dumbbell {
	--fa: "";
	--fa--fa: "";
}

.fa-rectangle-list {
	--fa: "";
	--fa--fa: "";
}

.fa-list-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-tarp-droplet {
	--fa: "";
	--fa--fa: "";
}

.fa-house-medical-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-person-skiing-nordic {
	--fa: "";
	--fa--fa: "";
}

.fa-skiing-nordic {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-arrival {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-left {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-alt-circle-left {
	--fa: "";
	--fa--fa: "";
}

.fa-train-subway {
	--fa: "";
	--fa--fa: "";
}

.fa-subway {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-gantt {
	--fa: "";
	--fa--fa: "";
}

.fa-indian-rupee-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-indian-rupee {
	--fa: "";
	--fa--fa: "";
}

.fa-inr {
	--fa: "";
	--fa--fa: "";
}

.fa-crop-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-crop-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-1 {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-left-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-alt-left {
	--fa: "";
	--fa--fa: "";
}

.fa-dna {
	--fa: "";
	--fa--fa: "";
}

.fa-virus-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-subtract {
	--fa: "";
	--fa--fa: "";
}

.fa-chess {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-left-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-left {
	--fa: "";
	--fa--fa: "";
}

.fa-plug-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-street-view {
	--fa: "";
	--fa--fa: "";
}

.fa-franc-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-off {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-asl-interpreting {
	--fa: "";
	--fa--fa: "";
}

.fa-american-sign-language-interpreting {
	--fa: "";
	--fa--fa: "";
}

.fa-asl-interpreting {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-american-sign-language-interpreting {
	--fa: "";
	--fa--fa: "";
}

.fa-gear {
	--fa: "";
	--fa--fa: "";
}

.fa-cog {
	--fa: "";
	--fa--fa: "";
}

.fa-droplet-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-tint-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-mosque {
	--fa: "";
	--fa--fa: "";
}

.fa-mosquito {
	--fa: "";
	--fa--fa: "";
}

.fa-star-of-david {
	--fa: "";
	--fa--fa: "";
}

.fa-person-military-rifle {
	--fa: "";
	--fa--fa: "";
}

.fa-cart-shopping {
	--fa: "";
	--fa--fa: "";
}

.fa-shopping-cart {
	--fa: "";
	--fa--fa: "";
}

.fa-vials {
	--fa: "";
	--fa--fa: "";
}

.fa-plug-circle-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-place-of-worship {
	--fa: "";
	--fa--fa: "";
}

.fa-grip-vertical {
	--fa: "";
	--fa--fa: "";
}

.fa-hexagon-nodes {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-turn-up {
	--fa: "";
	--fa--fa: "";
}

.fa-level-up {
	--fa: "";
	--fa--fa: "";
}

.fa-u {
	--fa: "U";
	--fa--fa: "UU";
}

.fa-square-root-variable {
	--fa: "";
	--fa--fa: "";
}

.fa-square-root-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-clock {
	--fa: "";
	--fa--fa: "";
}

.fa-clock-four {
	--fa: "";
	--fa--fa: "";
}

.fa-backward-step {
	--fa: "";
	--fa--fa: "";
}

.fa-step-backward {
	--fa: "";
	--fa--fa: "";
}

.fa-pallet {
	--fa: "";
	--fa--fa: "";
}

.fa-faucet {
	--fa: "";
	--fa--fa: "";
}

.fa-baseball-bat-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-s {
	--fa: "S";
	--fa--fa: "SS";
}

.fa-timeline {
	--fa: "";
	--fa--fa: "";
}

.fa-keyboard {
	--fa: "";
	--fa--fa: "";
}

.fa-caret-down {
	--fa: "";
	--fa--fa: "";
}

.fa-house-chimney-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-clinic-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-three-quarters {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-3 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-3 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-three-quarters {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-screen {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-android-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-up {
	--fa: "";
	--fa--fa: "";
}

.fa-piggy-bank {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-half {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-3 {
	--fa: "";
	--fa--fa: "";
}

.fa-mountain-city {
	--fa: "";
	--fa--fa: "";
}

.fa-coins {
	--fa: "";
	--fa--fa: "";
}

.fa-khanda {
	--fa: "";
	--fa--fa: "";
}

.fa-sliders {
	--fa: "";
	--fa--fa: "";
}

.fa-sliders-h {
	--fa: "";
	--fa--fa: "";
}

.fa-folder-tree {
	--fa: "";
	--fa--fa: "";
}

.fa-network-wired {
	--fa: "";
	--fa--fa: "";
}

.fa-map-pin {
	--fa: "";
	--fa--fa: "";
}

.fa-hamsa {
	--fa: "";
	--fa--fa: "";
}

.fa-cent-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-flask {
	--fa: "";
	--fa--fa: "";
}

.fa-person-pregnant {
	--fa: "";
	--fa--fa: "";
}

.fa-wand-sparkles {
	--fa: "";
	--fa--fa: "";
}

.fa-ellipsis-vertical {
	--fa: "";
	--fa--fa: "";
}

.fa-ellipsis-v {
	--fa: "";
	--fa--fa: "";
}

.fa-ticket {
	--fa: "";
	--fa--fa: "";
}

.fa-power-off {
	--fa: "";
	--fa--fa: "";
}

.fa-right-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-alt-right {
	--fa: "";
	--fa--fa: "";
}

.fa-flag-usa {
	--fa: "";
	--fa--fa: "";
}

.fa-laptop-file {
	--fa: "";
	--fa--fa: "";
}

.fa-tty {
	--fa: "";
	--fa--fa: "";
}

.fa-teletype {
	--fa: "";
	--fa--fa: "";
}

.fa-diagram-next {
	--fa: "";
	--fa--fa: "";
}

.fa-person-rifle {
	--fa: "";
	--fa--fa: "";
}

.fa-house-medical-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-closed-captioning {
	--fa: "";
	--fa--fa: "";
}

.fa-person-hiking {
	--fa: "";
	--fa--fa: "";
}

.fa-hiking {
	--fa: "";
	--fa--fa: "";
}

.fa-venus-double {
	--fa: "";
	--fa--fa: "";
}

.fa-images {
	--fa: "";
	--fa--fa: "";
}

.fa-calculator {
	--fa: "";
	--fa--fa: "";
}

.fa-people-pulling {
	--fa: "";
	--fa--fa: "";
}

.fa-n {
	--fa: "N";
	--fa--fa: "NN";
}

.fa-cable-car {
	--fa: "";
	--fa--fa: "";
}

.fa-tram {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-rain {
	--fa: "";
	--fa--fa: "";
}

.fa-building-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-ship {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-down-to-line {
	--fa: "";
	--fa--fa: "";
}

.fa-download {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin {
	--fa: "";
	--fa--fa: "";
}

.fa-grin {
	--fa: "";
	--fa--fa: "";
}

.fa-delete-left {
	--fa: "";
	--fa--fa: "";
}

.fa-backspace {
	--fa: "";
	--fa--fa: "";
}

.fa-eye-dropper {
	--fa: "";
	--fa--fa: "";
}

.fa-eye-dropper-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-eyedropper {
	--fa: "";
	--fa--fa: "";
}

.fa-file-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-forward {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-android {
	--fa: "";
	--fa--fa: "";
}

.fa-mobile-phone {
	--fa: "";
	--fa--fa: "";
}

.fa-face-meh {
	--fa: "";
	--fa--fa: "";
}

.fa-meh {
	--fa: "";
	--fa--fa: "";
}

.fa-align-center {
	--fa: "";
	--fa--fa: "";
}

.fa-book-skull {
	--fa: "";
	--fa--fa: "";
}

.fa-book-dead {
	--fa: "";
	--fa--fa: "";
}

.fa-id-card {
	--fa: "";
	--fa--fa: "";
}

.fa-drivers-license {
	--fa: "";
	--fa--fa: "";
}

.fa-outdent {
	--fa: "";
	--fa--fa: "";
}

.fa-dedent {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-house {
	--fa: "";
	--fa--fa: "";
}

.fa-home {
	--fa: "";
	--fa--fa: "";
}

.fa-home-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-home-lg-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-week {
	--fa: "";
	--fa--fa: "";
}

.fa-laptop-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-b {
	--fa: "B";
	--fa--fa: "BB";
}

.fa-file-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-one {
	--fa: "";
	--fa--fa: "";
}

.fa-kiwi-bird {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-arrow-left {
	--fa: "";
	--fa--fa: "";
}

.fa-exchange {
	--fa: "";
	--fa--fa: "";
}

.fa-rotate-right {
	--fa: "";
	--fa--fa: "";
}

.fa-redo-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-rotate-forward {
	--fa: "";
	--fa--fa: "";
}

.fa-utensils {
	--fa: "";
	--fa--fa: "";
}

.fa-cutlery {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-wide-short {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-amount-up {
	--fa: "";
	--fa--fa: "";
}

.fa-mill-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-bowl-rice {
	--fa: "";
	--fa--fa: "";
}

.fa-skull {
	--fa: "";
	--fa--fa: "";
}

.fa-tower-broadcast {
	--fa: "";
	--fa--fa: "";
}

.fa-broadcast-tower {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-pickup {
	--fa: "";
	--fa--fa: "";
}

.fa-up-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-alt-up {
	--fa: "";
	--fa--fa: "";
}

.fa-stop {
	--fa: "";
	--fa--fa: "";
}

.fa-code-merge {
	--fa: "";
	--fa--fa: "";
}

.fa-upload {
	--fa: "";
	--fa--fa: "";
}

.fa-hurricane {
	--fa: "";
	--fa--fa: "";
}

.fa-mound {
	--fa: "";
	--fa--fa: "";
}

.fa-toilet-portable {
	--fa: "";
	--fa--fa: "";
}

.fa-compact-disc {
	--fa: "";
	--fa--fa: "";
}

.fa-file-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-file-download {
	--fa: "";
	--fa--fa: "";
}

.fa-caravan {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-cat {
	--fa: "";
	--fa--fa: "";
}

.fa-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-zap {
	--fa: "";
	--fa--fa: "";
}

.fa-glass-water {
	--fa: "";
	--fa--fa: "";
}

.fa-oil-well {
	--fa: "";
	--fa--fa: "";
}

.fa-vault {
	--fa: "";
	--fa--fa: "";
}

.fa-mars {
	--fa: "";
	--fa--fa: "";
}

.fa-toilet {
	--fa: "";
	--fa--fa: "";
}

.fa-plane-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-yen-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-cny {
	--fa: "";
	--fa--fa: "";
}

.fa-jpy {
	--fa: "";
	--fa--fa: "";
}

.fa-rmb {
	--fa: "";
	--fa--fa: "";
}

.fa-yen {
	--fa: "";
	--fa--fa: "";
}

.fa-ruble-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-rouble {
	--fa: "";
	--fa--fa: "";
}

.fa-rub {
	--fa: "";
	--fa--fa: "";
}

.fa-ruble {
	--fa: "";
	--fa--fa: "";
}

.fa-sun {
	--fa: "";
	--fa--fa: "";
}

.fa-guitar {
	--fa: "";
	--fa--fa: "";
}

.fa-face-laugh-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-laugh-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-horse-head {
	--fa: "";
	--fa--fa: "";
}

.fa-bore-hole {
	--fa: "";
	--fa--fa: "";
}

.fa-industry {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-down {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-alt-circle-down {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-turn-to-dots {
	--fa: "";
	--fa--fa: "";
}

.fa-florin-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-short-wide {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-amount-desc {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-amount-down-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-less-than {
	--fa: "<";
	--fa--fa: "<<";
}

.fa-angle-down {
	--fa: "";
	--fa--fa: "";
}

.fa-car-tunnel {
	--fa: "";
	--fa--fa: "";
}

.fa-head-side-cough {
	--fa: "";
	--fa--fa: "";
}

.fa-grip-lines {
	--fa: "";
	--fa--fa: "";
}

.fa-thumbs-down {
	--fa: "";
	--fa--fa: "";
}

.fa-user-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-anchor-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-ellipsis {
	--fa: "";
	--fa--fa: "";
}

.fa-ellipsis-h {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-pawn {
	--fa: "";
	--fa--fa: "";
}

.fa-kit-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-first-aid {
	--fa: "";
	--fa--fa: "";
}

.fa-person-through-window {
	--fa: "";
	--fa--fa: "";
}

.fa-toolbox {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-holding-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-bug {
	--fa: "";
	--fa--fa: "";
}

.fa-credit-card {
	--fa: "";
	--fa--fa: "";
}

.fa-credit-card-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-car {
	--fa: "";
	--fa--fa: "";
}

.fa-automobile {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-hand {
	--fa: "";
	--fa--fa: "";
}

.fa-book-open-reader {
	--fa: "";
	--fa--fa: "";
}

.fa-book-reader {
	--fa: "";
	--fa--fa: "";
}

.fa-mountain-sun {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-left-right-to-line {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-d20 {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-droplet {
	--fa: "";
	--fa--fa: "";
}

.fa-file-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-up {
	--fa: "";
	--fa--fa: "";
}

.fa-medal {
	--fa: "";
	--fa--fa: "";
}

.fa-bed {
	--fa: "";
	--fa--fa: "";
}

.fa-square-h {
	--fa: "";
	--fa--fa: "";
}

.fa-h-square {
	--fa: "";
	--fa--fa: "";
}

.fa-podcast {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-full {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-4 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-4 {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer-full {
	--fa: "";
	--fa--fa: "";
}

.fa-bell {
	--fa: "";
	--fa--fa: "";
}

.fa-superscript {
	--fa: "";
	--fa--fa: "";
}

.fa-plug-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-star-of-life {
	--fa: "";
	--fa--fa: "";
}

.fa-phone-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-paint-roller {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake-angle {
	--fa: "";
	--fa--fa: "";
}

.fa-hands-helping {
	--fa: "";
	--fa--fa: "";
}

.fa-location-dot {
	--fa: "";
	--fa--fa: "";
}

.fa-map-marker-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-file {
	--fa: "";
	--fa--fa: "";
}

.fa-greater-than {
	--fa: ">";
	--fa--fa: ">>";
}

.fa-person-swimming {
	--fa: "";
	--fa--fa: "";
}

.fa-swimmer {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-droplet {
	--fa: "";
	--fa--fa: "";
}

.fa-tint {
	--fa: "";
	--fa--fa: "";
}

.fa-eraser {
	--fa: "";
	--fa--fa: "";
}

.fa-earth-americas {
	--fa: "";
	--fa--fa: "";
}

.fa-earth {
	--fa: "";
	--fa--fa: "";
}

.fa-earth-america {
	--fa: "";
	--fa--fa: "";
}

.fa-globe-americas {
	--fa: "";
	--fa--fa: "";
}

.fa-person-burst {
	--fa: "";
	--fa--fa: "";
}

.fa-dove {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-0 {
	--fa: "";
	--fa--fa: "";
}

.fa-socks {
	--fa: "";
	--fa--fa: "";
}

.fa-inbox {
	--fa: "";
	--fa--fa: "";
}

.fa-section {
	--fa: "";
	--fa--fa: "";
}

.fa-gauge-high {
	--fa: "";
	--fa--fa: "";
}

.fa-tachometer-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-tachometer-alt-fast {
	--fa: "";
	--fa--fa: "";
}

.fa-envelope-open-text {
	--fa: "";
	--fa--fa: "";
}

.fa-hospital {
	--fa: "";
	--fa--fa: "";
}

.fa-hospital-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-hospital-wide {
	--fa: "";
	--fa--fa: "";
}

.fa-wine-bottle {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-rook {
	--fa: "";
	--fa--fa: "";
}

.fa-bars-staggered {
	--fa: "";
	--fa--fa: "";
}

.fa-reorder {
	--fa: "";
	--fa--fa: "";
}

.fa-stream {
	--fa: "";
	--fa--fa: "";
}

.fa-dharmachakra {
	--fa: "";
	--fa--fa: "";
}

.fa-hotdog {
	--fa: "";
	--fa--fa: "";
}

.fa-person-walking-with-cane {
	--fa: "";
	--fa--fa: "";
}

.fa-blind {
	--fa: "";
	--fa--fa: "";
}

.fa-drum {
	--fa: "";
	--fa--fa: "";
}

.fa-ice-cream {
	--fa: "";
	--fa--fa: "";
}

.fa-heart-circle-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-fax {
	--fa: "";
	--fa--fa: "";
}

.fa-paragraph {
	--fa: "";
	--fa--fa: "";
}

.fa-check-to-slot {
	--fa: "";
	--fa--fa: "";
}

.fa-vote-yea {
	--fa: "";
	--fa--fa: "";
}

.fa-star-half {
	--fa: "";
	--fa--fa: "";
}

.fa-boxes-stacked {
	--fa: "";
	--fa--fa: "";
}

.fa-boxes {
	--fa: "";
	--fa--fa: "";
}

.fa-boxes-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-link {
	--fa: "";
	--fa--fa: "";
}

.fa-chain {
	--fa: "";
	--fa--fa: "";
}

.fa-ear-listen {
	--fa: "";
	--fa--fa: "";
}

.fa-assistive-listening-systems {
	--fa: "";
	--fa--fa: "";
}

.fa-tree-city {
	--fa: "";
	--fa--fa: "";
}

.fa-play {
	--fa: "";
	--fa--fa: "";
}

.fa-font {
	--fa: "";
	--fa--fa: "";
}

.fa-table-cells-row-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-rupiah-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-magnifying-glass {
	--fa: "";
	--fa--fa: "";
}

.fa-search {
	--fa: "";
	--fa--fa: "";
}

.fa-table-tennis-paddle-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-ping-pong-paddle-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-table-tennis {
	--fa: "";
	--fa--fa: "";
}

.fa-person-dots-from-line {
	--fa: "";
	--fa--fa: "";
}

.fa-diagnoses {
	--fa: "";
	--fa--fa: "";
}

.fa-trash-can-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-trash-restore-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-naira-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-cart-arrow-down {
	--fa: "";
	--fa--fa: "";
}

.fa-walkie-talkie {
	--fa: "";
	--fa--fa: "";
}

.fa-file-pen {
	--fa: "";
	--fa--fa: "";
}

.fa-file-edit {
	--fa: "";
	--fa--fa: "";
}

.fa-receipt {
	--fa: "";
	--fa--fa: "";
}

.fa-square-pen {
	--fa: "";
	--fa--fa: "";
}

.fa-pen-square {
	--fa: "";
	--fa--fa: "";
}

.fa-pencil-square {
	--fa: "";
	--fa--fa: "";
}

.fa-suitcase-rolling {
	--fa: "";
	--fa--fa: "";
}

.fa-person-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-down {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-full {
	--fa: "";
	--fa--fa: "";
}

.fa-battery {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-5 {
	--fa: "";
	--fa--fa: "";
}

.fa-skull-crossbones {
	--fa: "";
	--fa--fa: "";
}

.fa-code-compare {
	--fa: "";
	--fa--fa: "";
}

.fa-list-ul {
	--fa: "";
	--fa--fa: "";
}

.fa-list-dots {
	--fa: "";
	--fa--fa: "";
}

.fa-school-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-tower-cell {
	--fa: "";
	--fa--fa: "";
}

.fa-down-long {
	--fa: "";
	--fa--fa: "";
}

.fa-long-arrow-alt-down {
	--fa: "";
	--fa--fa: "";
}

.fa-ranking-star {
	--fa: "";
	--fa--fa: "";
}

.fa-chess-king {
	--fa: "";
	--fa--fa: "";
}

.fa-person-harassing {
	--fa: "";
	--fa--fa: "";
}

.fa-brazilian-real-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-landmark-dome {
	--fa: "";
	--fa--fa: "";
}

.fa-landmark-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-tv {
	--fa: "";
	--fa--fa: "";
}

.fa-television {
	--fa: "";
	--fa--fa: "";
}

.fa-tv-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-shrimp {
	--fa: "";
	--fa--fa: "";
}

.fa-list-check {
	--fa: "";
	--fa--fa: "";
}

.fa-tasks {
	--fa: "";
	--fa--fa: "";
}

.fa-jug-detergent {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-user {
	--fa: "";
	--fa--fa: "";
}

.fa-user-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-user-shield {
	--fa: "";
	--fa--fa: "";
}

.fa-wind {
	--fa: "";
	--fa--fa: "";
}

.fa-car-burst {
	--fa: "";
	--fa--fa: "";
}

.fa-car-crash {
	--fa: "";
	--fa--fa: "";
}

.fa-y {
	--fa: "Y";
	--fa--fa: "YY";
}

.fa-person-snowboarding {
	--fa: "";
	--fa--fa: "";
}

.fa-snowboarding {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-fast {
	--fa: "";
	--fa--fa: "";
}

.fa-shipping-fast {
	--fa: "";
	--fa--fa: "";
}

.fa-fish {
	--fa: "";
	--fa--fa: "";
}

.fa-user-graduate {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-half-stroke {
	--fa: "";
	--fa--fa: "";
}

.fa-adjust {
	--fa: "";
	--fa--fa: "";
}

.fa-clapperboard {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-radiation {
	--fa: "";
	--fa--fa: "";
}

.fa-radiation-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-baseball {
	--fa: "";
	--fa--fa: "";
}

.fa-baseball-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-jet-fighter-up {
	--fa: "";
	--fa--fa: "";
}

.fa-diagram-project {
	--fa: "";
	--fa--fa: "";
}

.fa-project-diagram {
	--fa: "";
	--fa--fa: "";
}

.fa-copy {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-mute {
	--fa: "";
	--fa--fa: "";
}

.fa-volume-times {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-sparkles {
	--fa: "";
	--fa--fa: "";
}

.fa-grip {
	--fa: "";
	--fa--fa: "";
}

.fa-grip-horizontal {
	--fa: "";
	--fa--fa: "";
}

.fa-share-from-square {
	--fa: "";
	--fa--fa: "";
}

.fa-share-square {
	--fa: "";
	--fa--fa: "";
}

.fa-child-combatant {
	--fa: "";
	--fa--fa: "";
}

.fa-child-rifle {
	--fa: "";
	--fa--fa: "";
}

.fa-gun {
	--fa: "";
	--fa--fa: "";
}

.fa-square-phone {
	--fa: "";
	--fa--fa: "";
}

.fa-phone-square {
	--fa: "";
	--fa--fa: "";
}

.fa-plus {
	--fa: "+";
	--fa--fa: "++";
}

.fa-add {
	--fa: "+";
	--fa--fa: "++";
}

.fa-expand {
	--fa: "";
	--fa--fa: "";
}

.fa-computer {
	--fa: "";
	--fa--fa: "";
}

.fa-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-close {
	--fa: "";
	--fa--fa: "";
}

.fa-multiply {
	--fa: "";
	--fa--fa: "";
}

.fa-remove {
	--fa: "";
	--fa--fa: "";
}

.fa-times {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-up-down-left-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows {
	--fa: "";
	--fa--fa: "";
}

.fa-chalkboard-user {
	--fa: "";
	--fa--fa: "";
}

.fa-chalkboard-teacher {
	--fa: "";
	--fa--fa: "";
}

.fa-peso-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-building-shield {
	--fa: "";
	--fa--fa: "";
}

.fa-baby {
	--fa: "";
	--fa--fa: "";
}

.fa-users-line {
	--fa: "";
	--fa--fa: "";
}

.fa-quote-left {
	--fa: "";
	--fa--fa: "";
}

.fa-quote-left-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-tractor {
	--fa: "";
	--fa--fa: "";
}

.fa-trash-arrow-up {
	--fa: "";
	--fa--fa: "";
}

.fa-trash-restore {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-down-up-lock {
	--fa: "";
	--fa--fa: "";
}

.fa-lines-leaning {
	--fa: "";
	--fa--fa: "";
}

.fa-ruler-combined {
	--fa: "";
	--fa--fa: "";
}

.fa-copyright {
	--fa: "";
	--fa--fa: "";
}

.fa-equals {
	--fa: "=";
	--fa--fa: "==";
}

.fa-blender {
	--fa: "";
	--fa--fa: "";
}

.fa-teeth {
	--fa: "";
	--fa--fa: "";
}

.fa-shekel-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-ils {
	--fa: "";
	--fa--fa: "";
}

.fa-shekel {
	--fa: "";
	--fa--fa: "";
}

.fa-sheqel {
	--fa: "";
	--fa--fa: "";
}

.fa-sheqel-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-map {
	--fa: "";
	--fa--fa: "";
}

.fa-rocket {
	--fa: "";
	--fa--fa: "";
}

.fa-photo-film {
	--fa: "";
	--fa--fa: "";
}

.fa-photo-video {
	--fa: "";
	--fa--fa: "";
}

.fa-folder-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-hexagon-nodes-bolt {
	--fa: "";
	--fa--fa: "";
}

.fa-store {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-trend-up {
	--fa: "";
	--fa--fa: "";
}

.fa-plug-circle-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-sign-hanging {
	--fa: "";
	--fa--fa: "";
}

.fa-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-bezier-curve {
	--fa: "";
	--fa--fa: "";
}

.fa-bell-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-tablet {
	--fa: "";
	--fa--fa: "";
}

.fa-tablet-android {
	--fa: "";
	--fa--fa: "";
}

.fa-school-flag {
	--fa: "";
	--fa--fa: "";
}

.fa-fill {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-up {
	--fa: "";
	--fa--fa: "";
}

.fa-drumstick-bite {
	--fa: "";
	--fa--fa: "";
}

.fa-holly-berry {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-left {
	--fa: "";
	--fa--fa: "";
}

.fa-bacteria {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-lizard {
	--fa: "";
	--fa--fa: "";
}

.fa-notdef {
	--fa: "";
	--fa--fa: "";
}

.fa-disease {
	--fa: "";
	--fa--fa: "";
}

.fa-briefcase-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-genderless {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-right {
	--fa: "";
	--fa--fa: "";
}

.fa-retweet {
	--fa: "";
	--fa--fa: "";
}

.fa-car-rear {
	--fa: "";
	--fa--fa: "";
}

.fa-car-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-pump-soap {
	--fa: "";
	--fa--fa: "";
}

.fa-video-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-quarter {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-2 {
	--fa: "";
	--fa--fa: "";
}

.fa-radio {
	--fa: "";
	--fa--fa: "";
}

.fa-baby-carriage {
	--fa: "";
	--fa--fa: "";
}

.fa-carriage-baby {
	--fa: "";
	--fa--fa: "";
}

.fa-traffic-light {
	--fa: "";
	--fa--fa: "";
}

.fa-thermometer {
	--fa: "";
	--fa--fa: "";
}

.fa-vr-cardboard {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-middle-finger {
	--fa: "";
	--fa--fa: "";
}

.fa-percent {
	--fa: "%";
	--fa--fa: "%%";
}

.fa-percentage {
	--fa: "%";
	--fa--fa: "%%";
}

.fa-truck-moving {
	--fa: "";
	--fa--fa: "";
}

.fa-glass-water-droplet {
	--fa: "";
	--fa--fa: "";
}

.fa-display {
	--fa: "";
	--fa--fa: "";
}

.fa-face-smile {
	--fa: "";
	--fa--fa: "";
}

.fa-smile {
	--fa: "";
	--fa--fa: "";
}

.fa-thumbtack {
	--fa: "";
	--fa--fa: "";
}

.fa-thumb-tack {
	--fa: "";
	--fa--fa: "";
}

.fa-trophy {
	--fa: "";
	--fa--fa: "";
}

.fa-person-praying {
	--fa: "";
	--fa--fa: "";
}

.fa-pray {
	--fa: "";
	--fa--fa: "";
}

.fa-hammer {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-peace {
	--fa: "";
	--fa--fa: "";
}

.fa-rotate {
	--fa: "";
	--fa--fa: "";
}

.fa-sync-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-spinner {
	--fa: "";
	--fa--fa: "";
}

.fa-robot {
	--fa: "";
	--fa--fa: "";
}

.fa-peace {
	--fa: "";
	--fa--fa: "";
}

.fa-gears {
	--fa: "";
	--fa--fa: "";
}

.fa-cogs {
	--fa: "";
	--fa--fa: "";
}

.fa-warehouse {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-right-dots {
	--fa: "";
	--fa--fa: "";
}

.fa-splotch {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-hearts {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-hearts {
	--fa: "";
	--fa--fa: "";
}

.fa-dice-four {
	--fa: "";
	--fa--fa: "";
}

.fa-sim-card {
	--fa: "";
	--fa--fa: "";
}

.fa-transgender {
	--fa: "";
	--fa--fa: "";
}

.fa-transgender-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-mercury {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-turn-down {
	--fa: "";
	--fa--fa: "";
}

.fa-level-down {
	--fa: "";
	--fa--fa: "";
}

.fa-person-falling-burst {
	--fa: "";
	--fa--fa: "";
}

.fa-award {
	--fa: "";
	--fa--fa: "";
}

.fa-ticket-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-ticket-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-building {
	--fa: "";
	--fa--fa: "";
}

.fa-angles-left {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-double-left {
	--fa: "";
	--fa--fa: "";
}

.fa-qrcode {
	--fa: "";
	--fa--fa: "";
}

.fa-clock-rotate-left {
	--fa: "";
	--fa--fa: "";
}

.fa-history {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-beam-sweat {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-beam-sweat {
	--fa: "";
	--fa--fa: "";
}

.fa-file-export {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-right-from-file {
	--fa: "";
	--fa--fa: "";
}

.fa-shield {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-blank {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-short-wide {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-amount-up-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-nodes {
	--fa: "";
	--fa--fa: "";
}

.fa-house-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-golf-ball-tee {
	--fa: "";
	--fa--fa: "";
}

.fa-golf-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-chevron-left {
	--fa: "";
	--fa--fa: "";
}

.fa-chevron-circle-left {
	--fa: "";
	--fa--fa: "";
}

.fa-house-chimney-window {
	--fa: "";
	--fa--fa: "";
}

.fa-pen-nib {
	--fa: "";
	--fa--fa: "";
}

.fa-tent-arrow-turn-left {
	--fa: "";
	--fa--fa: "";
}

.fa-tents {
	--fa: "";
	--fa--fa: "";
}

.fa-wand-magic {
	--fa: "";
	--fa--fa: "";
}

.fa-magic {
	--fa: "";
	--fa--fa: "";
}

.fa-dog {
	--fa: "";
	--fa--fa: "";
}

.fa-carrot {
	--fa: "";
	--fa--fa: "";
}

.fa-moon {
	--fa: "";
	--fa--fa: "";
}

.fa-wine-glass-empty {
	--fa: "";
	--fa--fa: "";
}

.fa-wine-glass-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-cheese {
	--fa: "";
	--fa--fa: "";
}

.fa-yin-yang {
	--fa: "";
	--fa--fa: "";
}

.fa-music {
	--fa: "";
	--fa--fa: "";
}

.fa-code-commit {
	--fa: "";
	--fa--fa: "";
}

.fa-temperature-low {
	--fa: "";
	--fa--fa: "";
}

.fa-person-biking {
	--fa: "";
	--fa--fa: "";
}

.fa-biking {
	--fa: "";
	--fa--fa: "";
}

.fa-broom {
	--fa: "";
	--fa--fa: "";
}

.fa-shield-heart {
	--fa: "";
	--fa--fa: "";
}

.fa-gopuram {
	--fa: "";
	--fa--fa: "";
}

.fa-earth-oceania {
	--fa: "";
	--fa--fa: "";
}

.fa-globe-oceania {
	--fa: "";
	--fa--fa: "";
}

.fa-square-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-times-square {
	--fa: "";
	--fa--fa: "";
}

.fa-xmark-square {
	--fa: "";
	--fa--fa: "";
}

.fa-hashtag {
	--fa: "#";
	--fa--fa: "##";
}

.fa-up-right-and-down-left-from-center {
	--fa: "";
	--fa--fa: "";
}

.fa-expand-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-oil-can {
	--fa: "";
	--fa--fa: "";
}

.fa-t {
	--fa: "T";
	--fa--fa: "TT";
}

.fa-hippo {
	--fa: "";
	--fa--fa: "";
}

.fa-chart-column {
	--fa: "";
	--fa--fa: "";
}

.fa-infinity {
	--fa: "";
	--fa--fa: "";
}

.fa-vial-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-person-arrow-down-to-line {
	--fa: "";
	--fa--fa: "";
}

.fa-voicemail {
	--fa: "";
	--fa--fa: "";
}

.fa-fan {
	--fa: "";
	--fa--fa: "";
}

.fa-person-walking-luggage {
	--fa: "";
	--fa--fa: "";
}

.fa-up-down {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-alt-v {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-moon-rain {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar {
	--fa: "";
	--fa--fa: "";
}

.fa-trailer {
	--fa: "";
	--fa--fa: "";
}

.fa-bahai {
	--fa: "";
	--fa--fa: "";
}

.fa-haykal {
	--fa: "";
	--fa--fa: "";
}

.fa-sd-card {
	--fa: "";
	--fa--fa: "";
}

.fa-dragon {
	--fa: "";
	--fa--fa: "";
}

.fa-shoe-prints {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-plus-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grin-tongue-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-grin-tongue-wink {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding {
	--fa: "";
	--fa--fa: "";
}

.fa-plug-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-link-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-chain-broken {
	--fa: "";
	--fa--fa: "";
}

.fa-chain-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-unlink {
	--fa: "";
	--fa--fa: "";
}

.fa-clone {
	--fa: "";
	--fa--fa: "";
}

.fa-person-walking-arrow-loop-left {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-z-a {
	--fa: "";
	--fa--fa: "";
}

.fa-sort-alpha-up-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-fire-flame-curved {
	--fa: "";
	--fa--fa: "";
}

.fa-fire-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-tornado {
	--fa: "";
	--fa--fa: "";
}

.fa-file-circle-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-book-quran {
	--fa: "";
	--fa--fa: "";
}

.fa-quran {
	--fa: "";
	--fa--fa: "";
}

.fa-anchor {
	--fa: "";
	--fa--fa: "";
}

.fa-border-all {
	--fa: "";
	--fa--fa: "";
}

.fa-face-angry {
	--fa: "";
	--fa--fa: "";
}

.fa-angry {
	--fa: "";
	--fa--fa: "";
}

.fa-cookie-bite {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-trend-down {
	--fa: "";
	--fa--fa: "";
}

.fa-rss {
	--fa: "";
	--fa--fa: "";
}

.fa-feed {
	--fa: "";
	--fa--fa: "";
}

.fa-draw-polygon {
	--fa: "";
	--fa--fa: "";
}

.fa-scale-balanced {
	--fa: "";
	--fa--fa: "";
}

.fa-balance-scale {
	--fa: "";
	--fa--fa: "";
}

.fa-gauge-simple-high {
	--fa: "";
	--fa--fa: "";
}

.fa-tachometer {
	--fa: "";
	--fa--fa: "";
}

.fa-tachometer-fast {
	--fa: "";
	--fa--fa: "";
}

.fa-shower {
	--fa: "";
	--fa--fa: "";
}

.fa-desktop {
	--fa: "";
	--fa--fa: "";
}

.fa-desktop-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-m {
	--fa: "M";
	--fa--fa: "MM";
}

.fa-table-list {
	--fa: "";
	--fa--fa: "";
}

.fa-th-list {
	--fa: "";
	--fa--fa: "";
}

.fa-comment-sms {
	--fa: "";
	--fa--fa: "";
}

.fa-sms {
	--fa: "";
	--fa--fa: "";
}

.fa-book {
	--fa: "";
	--fa--fa: "";
}

.fa-user-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-check {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-three-quarters {
	--fa: "";
	--fa--fa: "";
}

.fa-battery-4 {
	--fa: "";
	--fa--fa: "";
}

.fa-house-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-angle-left {
	--fa: "";
	--fa--fa: "";
}

.fa-diagram-successor {
	--fa: "";
	--fa--fa: "";
}

.fa-truck-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-split-up-and-left {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-fist {
	--fa: "";
	--fa--fa: "";
}

.fa-fist-raised {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-moon {
	--fa: "";
	--fa--fa: "";
}

.fa-briefcase {
	--fa: "";
	--fa--fa: "";
}

.fa-person-falling {
	--fa: "";
	--fa--fa: "";
}

.fa-image-portrait {
	--fa: "";
	--fa--fa: "";
}

.fa-portrait {
	--fa: "";
	--fa--fa: "";
}

.fa-user-tag {
	--fa: "";
	--fa--fa: "";
}

.fa-rug {
	--fa: "";
	--fa--fa: "";
}

.fa-earth-europe {
	--fa: "";
	--fa--fa: "";
}

.fa-globe-europe {
	--fa: "";
	--fa--fa: "";
}

.fa-cart-flatbed-suitcase {
	--fa: "";
	--fa--fa: "";
}

.fa-luggage-cart {
	--fa: "";
	--fa--fa: "";
}

.fa-rectangle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-rectangle-times {
	--fa: "";
	--fa--fa: "";
}

.fa-times-rectangle {
	--fa: "";
	--fa--fa: "";
}

.fa-window-close {
	--fa: "";
	--fa--fa: "";
}

.fa-baht-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-book-open {
	--fa: "";
	--fa--fa: "";
}

.fa-book-journal-whills {
	--fa: "";
	--fa--fa: "";
}

.fa-journal-whills {
	--fa: "";
	--fa--fa: "";
}

.fa-handcuffs {
	--fa: "";
	--fa--fa: "";
}

.fa-triangle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-exclamation-triangle {
	--fa: "";
	--fa--fa: "";
}

.fa-warning {
	--fa: "";
	--fa--fa: "";
}

.fa-database {
	--fa: "";
	--fa--fa: "";
}

.fa-share {
	--fa: "";
	--fa--fa: "";
}

.fa-mail-forward {
	--fa: "";
	--fa--fa: "";
}

.fa-bottle-droplet {
	--fa: "";
	--fa--fa: "";
}

.fa-mask-face {
	--fa: "";
	--fa--fa: "";
}

.fa-hill-rockslide {
	--fa: "";
	--fa--fa: "";
}

.fa-right-left {
	--fa: "";
	--fa--fa: "";
}

.fa-exchange-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-paper-plane {
	--fa: "";
	--fa--fa: "";
}

.fa-road-circle-exclamation {
	--fa: "";
	--fa--fa: "";
}

.fa-dungeon {
	--fa: "";
	--fa--fa: "";
}

.fa-align-right {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-1-wave {
	--fa: "";
	--fa--fa: "";
}

.fa-money-bill-wave-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-life-ring {
	--fa: "";
	--fa--fa: "";
}

.fa-hands {
	--fa: "";
	--fa--fa: "";
}

.fa-sign-language {
	--fa: "";
	--fa--fa: "";
}

.fa-signing {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-day {
	--fa: "";
	--fa--fa: "";
}

.fa-water-ladder {
	--fa: "";
	--fa--fa: "";
}

.fa-ladder-water {
	--fa: "";
	--fa--fa: "";
}

.fa-swimming-pool {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-up-down {
	--fa: "";
	--fa--fa: "";
}

.fa-arrows-v {
	--fa: "";
	--fa--fa: "";
}

.fa-face-grimace {
	--fa: "";
	--fa--fa: "";
}

.fa-grimace {
	--fa: "";
	--fa--fa: "";
}

.fa-wheelchair-move {
	--fa: "";
	--fa--fa: "";
}

.fa-wheelchair-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-turn-down {
	--fa: "";
	--fa--fa: "";
}

.fa-level-down-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-person-walking-arrow-right {
	--fa: "";
	--fa--fa: "";
}

.fa-square-envelope {
	--fa: "";
	--fa--fa: "";
}

.fa-envelope-square {
	--fa: "";
	--fa--fa: "";
}

.fa-dice {
	--fa: "";
	--fa--fa: "";
}

.fa-bowling-ball {
	--fa: "";
	--fa--fa: "";
}

.fa-brain {
	--fa: "";
	--fa--fa: "";
}

.fa-bandage {
	--fa: "";
	--fa--fa: "";
}

.fa-band-aid {
	--fa: "";
	--fa--fa: "";
}

.fa-calendar-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-circle-xmark {
	--fa: "";
	--fa--fa: "";
}

.fa-times-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-xmark-circle {
	--fa: "";
	--fa--fa: "";
}

.fa-gifts {
	--fa: "";
	--fa--fa: "";
}

.fa-hotel {
	--fa: "";
	--fa--fa: "";
}

.fa-earth-asia {
	--fa: "";
	--fa--fa: "";
}

.fa-globe-asia {
	--fa: "";
	--fa--fa: "";
}

.fa-id-card-clip {
	--fa: "";
	--fa--fa: "";
}

.fa-id-card-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-magnifying-glass-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-search-plus {
	--fa: "";
	--fa--fa: "";
}

.fa-thumbs-up {
	--fa: "";
	--fa--fa: "";
}

.fa-user-clock {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-dots {
	--fa: "";
	--fa--fa: "";
}

.fa-allergies {
	--fa: "";
	--fa--fa: "";
}

.fa-file-invoice {
	--fa: "";
	--fa--fa: "";
}

.fa-window-minimize {
	--fa: "";
	--fa--fa: "";
}

.fa-mug-saucer {
	--fa: "";
	--fa--fa: "";
}

.fa-coffee {
	--fa: "";
	--fa--fa: "";
}

.fa-brush {
	--fa: "";
	--fa--fa: "";
}

.fa-file-half-dashed {
	--fa: "";
	--fa--fa: "";
}

.fa-mask {
	--fa: "";
	--fa--fa: "";
}

.fa-magnifying-glass-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-search-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-ruler-vertical {
	--fa: "";
	--fa--fa: "";
}

.fa-user-large {
	--fa: "";
	--fa--fa: "";
}

.fa-user-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-train-tram {
	--fa: "";
	--fa--fa: "";
}

.fa-user-nurse {
	--fa: "";
	--fa--fa: "";
}

.fa-syringe {
	--fa: "";
	--fa--fa: "";
}

.fa-cloud-sun {
	--fa: "";
	--fa--fa: "";
}

.fa-stopwatch-20 {
	--fa: "";
	--fa--fa: "";
}

.fa-square-full {
	--fa: "";
	--fa--fa: "";
}

.fa-magnet {
	--fa: "";
	--fa--fa: "";
}

.fa-jar {
	--fa: "";
	--fa--fa: "";
}

.fa-note-sticky {
	--fa: "";
	--fa--fa: "";
}

.fa-sticky-note {
	--fa: "";
	--fa--fa: "";
}

.fa-bug-slash {
	--fa: "";
	--fa--fa: "";
}

.fa-arrow-up-from-water-pump {
	--fa: "";
	--fa--fa: "";
}

.fa-bone {
	--fa: "";
	--fa--fa: "";
}

.fa-table-cells-row-unlock {
	--fa: "";
	--fa--fa: "";
}

.fa-user-injured {
	--fa: "";
	--fa--fa: "";
}

.fa-face-sad-tear {
	--fa: "";
	--fa--fa: "";
}

.fa-sad-tear {
	--fa: "";
	--fa--fa: "";
}

.fa-plane {
	--fa: "";
	--fa--fa: "";
}

.fa-tent-arrows-down {
	--fa: "";
	--fa--fa: "";
}

.fa-exclamation {
	--fa: "!";
	--fa--fa: "!!";
}

.fa-arrows-spin {
	--fa: "";
	--fa--fa: "";
}

.fa-print {
	--fa: "";
	--fa--fa: "";
}

.fa-turkish-lira-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-try {
	--fa: "";
	--fa--fa: "";
}

.fa-turkish-lira {
	--fa: "";
	--fa--fa: "";
}

.fa-dollar-sign {
	--fa: "$";
	--fa--fa: "$$";
}

.fa-dollar {
	--fa: "$";
	--fa--fa: "$$";
}

.fa-usd {
	--fa: "$";
	--fa--fa: "$$";
}

.fa-x {
	--fa: "X";
	--fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-search-dollar {
	--fa: "";
	--fa--fa: "";
}

.fa-users-gear {
	--fa: "";
	--fa--fa: "";
}

.fa-users-cog {
	--fa: "";
	--fa--fa: "";
}

.fa-person-military-pointing {
	--fa: "";
	--fa--fa: "";
}

.fa-building-columns {
	--fa: "";
	--fa--fa: "";
}

.fa-bank {
	--fa: "";
	--fa--fa: "";
}

.fa-institution {
	--fa: "";
	--fa--fa: "";
}

.fa-museum {
	--fa: "";
	--fa--fa: "";
}

.fa-university {
	--fa: "";
	--fa--fa: "";
}

.fa-umbrella {
	--fa: "";
	--fa--fa: "";
}

.fa-trowel {
	--fa: "";
	--fa--fa: "";
}

.fa-d {
	--fa: "D";
	--fa--fa: "DD";
}

.fa-stapler {
	--fa: "";
	--fa--fa: "";
}

.fa-masks-theater {
	--fa: "";
	--fa--fa: "";
}

.fa-theater-masks {
	--fa: "";
	--fa--fa: "";
}

.fa-kip-sign {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-point-left {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake-simple {
	--fa: "";
	--fa--fa: "";
}

.fa-handshake-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-jet-fighter {
	--fa: "";
	--fa--fa: "";
}

.fa-fighter-jet {
	--fa: "";
	--fa--fa: "";
}

.fa-square-share-nodes {
	--fa: "";
	--fa--fa: "";
}

.fa-share-alt-square {
	--fa: "";
	--fa--fa: "";
}

.fa-barcode {
	--fa: "";
	--fa--fa: "";
}

.fa-plus-minus {
	--fa: "";
	--fa--fa: "";
}

.fa-video {
	--fa: "";
	--fa--fa: "";
}

.fa-video-camera {
	--fa: "";
	--fa--fa: "";
}

.fa-graduation-cap {
	--fa: "";
	--fa--fa: "";
}

.fa-mortar-board {
	--fa: "";
	--fa--fa: "";
}

.fa-hand-holding-medical {
	--fa: "";
	--fa--fa: "";
}

.fa-person-circle-check {
	--fa: "";
	--fa--fa: "";
}

.fa-turn-up {
	--fa: "";
	--fa--fa: "";
}

.fa-level-up-alt {
	--fa: "";
	--fa--fa: "";
}

.fa-monero {
	--fa: "";
}

.fa-hooli {
	--fa: "";
}

.fa-yelp {
	--fa: "";
}

.fa-cc-visa {
	--fa: "";
}

.fa-lastfm {
	--fa: "";
}

.fa-shopware {
	--fa: "";
}

.fa-creative-commons-nc {
	--fa: "";
}

.fa-aws {
	--fa: "";
}

.fa-redhat {
	--fa: "";
}

.fa-yoast {
	--fa: "";
}

.fa-cloudflare {
	--fa: "";
}

.fa-ups {
	--fa: "";
}

.fa-pixiv {
	--fa: "";
}

.fa-wpexplorer {
	--fa: "";
}

.fa-dyalog {
	--fa: "";
}

.fa-bity {
	--fa: "";
}

.fa-stackpath {
	--fa: "";
}

.fa-buysellads {
	--fa: "";
}

.fa-first-order {
	--fa: "";
}

.fa-modx {
	--fa: "";
}

.fa-guilded {
	--fa: "";
}

.fa-vnv {
	--fa: "";
}

.fa-square-js {
	--fa: "";
}

.fa-js-square {
	--fa: "";
}

.fa-microsoft {
	--fa: "";
}

.fa-qq {
	--fa: "";
}

.fa-orcid {
	--fa: "";
}

.fa-java {
	--fa: "";
}

.fa-invision {
	--fa: "";
}

.fa-creative-commons-pd-alt {
	--fa: "";
}

.fa-centercode {
	--fa: "";
}

.fa-glide-g {
	--fa: "";
}

.fa-drupal {
	--fa: "";
}

.fa-jxl {
	--fa: "";
}

.fa-dart-lang {
	--fa: "";
}

.fa-hire-a-helper {
	--fa: "";
}

.fa-creative-commons-by {
	--fa: "";
}

.fa-unity {
	--fa: "";
}

.fa-whmcs {
	--fa: "";
}

.fa-rocketchat {
	--fa: "";
}

.fa-vk {
	--fa: "";
}

.fa-untappd {
	--fa: "";
}

.fa-mailchimp {
	--fa: "";
}

.fa-css3-alt {
	--fa: "";
}

.fa-square-reddit {
	--fa: "";
}

.fa-reddit-square {
	--fa: "";
}

.fa-vimeo-v {
	--fa: "";
}

.fa-contao {
	--fa: "";
}

.fa-square-font-awesome {
	--fa: "";
}

.fa-deskpro {
	--fa: "";
}

.fa-brave {
	--fa: "";
}

.fa-sistrix {
	--fa: "";
}

.fa-square-instagram {
	--fa: "";
}

.fa-instagram-square {
	--fa: "";
}

.fa-battle-net {
	--fa: "";
}

.fa-the-red-yeti {
	--fa: "";
}

.fa-square-hacker-news {
	--fa: "";
}

.fa-hacker-news-square {
	--fa: "";
}

.fa-edge {
	--fa: "";
}

.fa-threads {
	--fa: "";
}

.fa-napster {
	--fa: "";
}

.fa-square-snapchat {
	--fa: "";
}

.fa-snapchat-square {
	--fa: "";
}

.fa-google-plus-g {
	--fa: "";
}

.fa-artstation {
	--fa: "";
}

.fa-markdown {
	--fa: "";
}

.fa-sourcetree {
	--fa: "";
}

.fa-google-plus {
	--fa: "";
}

.fa-diaspora {
	--fa: "";
}

.fa-foursquare {
	--fa: "";
}

.fa-stack-overflow {
	--fa: "";
}

.fa-github-alt {
	--fa: "";
}

.fa-phoenix-squadron {
	--fa: "";
}

.fa-pagelines {
	--fa: "";
}

.fa-algolia {
	--fa: "";
}

.fa-red-river {
	--fa: "";
}

.fa-creative-commons-sa {
	--fa: "";
}

.fa-safari {
	--fa: "";
}

.fa-google {
	--fa: "";
}

.fa-square-font-awesome-stroke {
	--fa: "";
}

.fa-font-awesome-alt {
	--fa: "";
}

.fa-atlassian {
	--fa: "";
}

.fa-linkedin-in {
	--fa: "";
}

.fa-digital-ocean {
	--fa: "";
}

.fa-nimblr {
	--fa: "";
}

.fa-chromecast {
	--fa: "";
}

.fa-evernote {
	--fa: "";
}

.fa-hacker-news {
	--fa: "";
}

.fa-creative-commons-sampling {
	--fa: "";
}

.fa-adversal {
	--fa: "";
}

.fa-creative-commons {
	--fa: "";
}

.fa-watchman-monitoring {
	--fa: "";
}

.fa-fonticons {
	--fa: "";
}

.fa-weixin {
	--fa: "";
}

.fa-shirtsinbulk {
	--fa: "";
}

.fa-codepen {
	--fa: "";
}

.fa-git-alt {
	--fa: "";
}

.fa-lyft {
	--fa: "";
}

.fa-rev {
	--fa: "";
}

.fa-windows {
	--fa: "";
}

.fa-wizards-of-the-coast {
	--fa: "";
}

.fa-square-viadeo {
	--fa: "";
}

.fa-viadeo-square {
	--fa: "";
}

.fa-meetup {
	--fa: "";
}

.fa-centos {
	--fa: "";
}

.fa-adn {
	--fa: "";
}

.fa-cloudsmith {
	--fa: "";
}

.fa-opensuse {
	--fa: "";
}

.fa-pied-piper-alt {
	--fa: "";
}

.fa-square-dribbble {
	--fa: "";
}

.fa-dribbble-square {
	--fa: "";
}

.fa-codiepie {
	--fa: "";
}

.fa-node {
	--fa: "";
}

.fa-mix {
	--fa: "";
}

.fa-steam {
	--fa: "";
}

.fa-cc-apple-pay {
	--fa: "";
}

.fa-scribd {
	--fa: "";
}

.fa-debian {
	--fa: "";
}

.fa-openid {
	--fa: "";
}

.fa-instalod {
	--fa: "";
}

.fa-files-pinwheel {
	--fa: "";
}

.fa-expeditedssl {
	--fa: "";
}

.fa-sellcast {
	--fa: "";
}

.fa-square-twitter {
	--fa: "";
}

.fa-twitter-square {
	--fa: "";
}

.fa-r-project {
	--fa: "";
}

.fa-delicious {
	--fa: "";
}

.fa-freebsd {
	--fa: "";
}

.fa-vuejs {
	--fa: "";
}

.fa-accusoft {
	--fa: "";
}

.fa-ioxhost {
	--fa: "";
}

.fa-fonticons-fi {
	--fa: "";
}

.fa-app-store {
	--fa: "";
}

.fa-cc-mastercard {
	--fa: "";
}

.fa-itunes-note {
	--fa: "";
}

.fa-golang {
	--fa: "";
}

.fa-kickstarter {
	--fa: "";
}

.fa-square-kickstarter {
	--fa: "";
}

.fa-grav {
	--fa: "";
}

.fa-weibo {
	--fa: "";
}

.fa-uncharted {
	--fa: "";
}

.fa-firstdraft {
	--fa: "";
}

.fa-square-youtube {
	--fa: "";
}

.fa-youtube-square {
	--fa: "";
}

.fa-wikipedia-w {
	--fa: "";
}

.fa-wpressr {
	--fa: "";
}

.fa-rendact {
	--fa: "";
}

.fa-angellist {
	--fa: "";
}

.fa-galactic-republic {
	--fa: "";
}

.fa-nfc-directional {
	--fa: "";
}

.fa-skype {
	--fa: "";
}

.fa-joget {
	--fa: "";
}

.fa-fedora {
	--fa: "";
}

.fa-stripe-s {
	--fa: "";
}

.fa-meta {
	--fa: "";
}

.fa-laravel {
	--fa: "";
}

.fa-hotjar {
	--fa: "";
}

.fa-bluetooth-b {
	--fa: "";
}

.fa-square-letterboxd {
	--fa: "";
}

.fa-sticker-mule {
	--fa: "";
}

.fa-creative-commons-zero {
	--fa: "";
}

.fa-hips {
	--fa: "";
}

.fa-css {
	--fa: "";
}

.fa-behance {
	--fa: "";
}

.fa-reddit {
	--fa: "";
}

.fa-discord {
	--fa: "";
}

.fa-chrome {
	--fa: "";
}

.fa-app-store-ios {
	--fa: "";
}

.fa-cc-discover {
	--fa: "";
}

.fa-wpbeginner {
	--fa: "";
}

.fa-confluence {
	--fa: "";
}

.fa-shoelace {
	--fa: "";
}

.fa-mdb {
	--fa: "";
}

.fa-dochub {
	--fa: "";
}

.fa-accessible-icon {
	--fa: "";
}

.fa-ebay {
	--fa: "";
}

.fa-amazon {
	--fa: "";
}

.fa-unsplash {
	--fa: "";
}

.fa-yarn {
	--fa: "";
}

.fa-square-steam {
	--fa: "";
}

.fa-steam-square {
	--fa: "";
}

.fa-500px {
	--fa: "";
}

.fa-square-vimeo {
	--fa: "";
}

.fa-vimeo-square {
	--fa: "";
}

.fa-asymmetrik {
	--fa: "";
}

.fa-font-awesome {
	--fa: "";
}

.fa-font-awesome-flag {
	--fa: "";
}

.fa-font-awesome-logo-full {
	--fa: "";
}

.fa-gratipay {
	--fa: "";
}

.fa-apple {
	--fa: "";
}

.fa-hive {
	--fa: "";
}

.fa-gitkraken {
	--fa: "";
}

.fa-keybase {
	--fa: "";
}

.fa-apple-pay {
	--fa: "";
}

.fa-padlet {
	--fa: "";
}

.fa-amazon-pay {
	--fa: "";
}

.fa-square-github {
	--fa: "";
}

.fa-github-square {
	--fa: "";
}

.fa-stumbleupon {
	--fa: "";
}

.fa-fedex {
	--fa: "";
}

.fa-phoenix-framework {
	--fa: "";
}

.fa-shopify {
	--fa: "";
}

.fa-neos {
	--fa: "";
}

.fa-square-threads {
	--fa: "";
}

.fa-hackerrank {
	--fa: "";
}

.fa-researchgate {
	--fa: "";
}

.fa-swift {
	--fa: "";
}

.fa-angular {
	--fa: "";
}

.fa-speakap {
	--fa: "";
}

.fa-angrycreative {
	--fa: "";
}

.fa-y-combinator {
	--fa: "";
}

.fa-empire {
	--fa: "";
}

.fa-envira {
	--fa: "";
}

.fa-google-scholar {
	--fa: "";
}

.fa-square-gitlab {
	--fa: "";
}

.fa-gitlab-square {
	--fa: "";
}

.fa-studiovinari {
	--fa: "";
}

.fa-pied-piper {
	--fa: "";
}

.fa-wordpress {
	--fa: "";
}

.fa-product-hunt {
	--fa: "";
}

.fa-firefox {
	--fa: "";
}

.fa-linode {
	--fa: "";
}

.fa-goodreads {
	--fa: "";
}

.fa-square-odnoklassniki {
	--fa: "";
}

.fa-odnoklassniki-square {
	--fa: "";
}

.fa-jsfiddle {
	--fa: "";
}

.fa-sith {
	--fa: "";
}

.fa-themeisle {
	--fa: "";
}

.fa-page4 {
	--fa: "";
}

.fa-hashnode {
	--fa: "";
}

.fa-react {
	--fa: "";
}

.fa-cc-paypal {
	--fa: "";
}

.fa-squarespace {
	--fa: "";
}

.fa-cc-stripe {
	--fa: "";
}

.fa-creative-commons-share {
	--fa: "";
}

.fa-bitcoin {
	--fa: "";
}

.fa-keycdn {
	--fa: "";
}

.fa-opera {
	--fa: "";
}

.fa-itch-io {
	--fa: "";
}

.fa-umbraco {
	--fa: "";
}

.fa-galactic-senate {
	--fa: "";
}

.fa-ubuntu {
	--fa: "";
}

.fa-draft2digital {
	--fa: "";
}

.fa-stripe {
	--fa: "";
}

.fa-houzz {
	--fa: "";
}

.fa-gg {
	--fa: "";
}

.fa-dhl {
	--fa: "";
}

.fa-square-pinterest {
	--fa: "";
}

.fa-pinterest-square {
	--fa: "";
}

.fa-xing {
	--fa: "";
}

.fa-blackberry {
	--fa: "";
}

.fa-creative-commons-pd {
	--fa: "";
}

.fa-playstation {
	--fa: "";
}

.fa-quinscape {
	--fa: "";
}

.fa-less {
	--fa: "";
}

.fa-blogger-b {
	--fa: "";
}

.fa-opencart {
	--fa: "";
}

.fa-vine {
	--fa: "";
}

.fa-signal-messenger {
	--fa: "";
}

.fa-paypal {
	--fa: "";
}

.fa-gitlab {
	--fa: "";
}

.fa-typo3 {
	--fa: "";
}

.fa-reddit-alien {
	--fa: "";
}

.fa-yahoo {
	--fa: "";
}

.fa-dailymotion {
	--fa: "";
}

.fa-affiliatetheme {
	--fa: "";
}

.fa-pied-piper-pp {
	--fa: "";
}

.fa-bootstrap {
	--fa: "";
}

.fa-odnoklassniki {
	--fa: "";
}

.fa-nfc-symbol {
	--fa: "";
}

.fa-mintbit {
	--fa: "";
}

.fa-ethereum {
	--fa: "";
}

.fa-speaker-deck {
	--fa: "";
}

.fa-creative-commons-nc-eu {
	--fa: "";
}

.fa-patreon {
	--fa: "";
}

.fa-avianex {
	--fa: "";
}

.fa-ello {
	--fa: "";
}

.fa-gofore {
	--fa: "";
}

.fa-bimobject {
	--fa: "";
}

.fa-brave-reverse {
	--fa: "";
}

.fa-facebook-f {
	--fa: "";
}

.fa-square-google-plus {
	--fa: "";
}

.fa-google-plus-square {
	--fa: "";
}

.fa-web-awesome {
	--fa: "";
}

.fa-mandalorian {
	--fa: "";
}

.fa-first-order-alt {
	--fa: "";
}

.fa-osi {
	--fa: "";
}

.fa-google-wallet {
	--fa: "";
}

.fa-d-and-d-beyond {
	--fa: "";
}

.fa-periscope {
	--fa: "";
}

.fa-fulcrum {
	--fa: "";
}

.fa-cloudscale {
	--fa: "";
}

.fa-forumbee {
	--fa: "";
}

.fa-mizuni {
	--fa: "";
}

.fa-schlix {
	--fa: "";
}

.fa-square-xing {
	--fa: "";
}

.fa-xing-square {
	--fa: "";
}

.fa-bandcamp {
	--fa: "";
}

.fa-wpforms {
	--fa: "";
}

.fa-cloudversify {
	--fa: "";
}

.fa-usps {
	--fa: "";
}

.fa-megaport {
	--fa: "";
}

.fa-magento {
	--fa: "";
}

.fa-spotify {
	--fa: "";
}

.fa-optin-monster {
	--fa: "";
}

.fa-fly {
	--fa: "";
}

.fa-square-bluesky {
	--fa: "";
}

.fa-aviato {
	--fa: "";
}

.fa-itunes {
	--fa: "";
}

.fa-cuttlefish {
	--fa: "";
}

.fa-blogger {
	--fa: "";
}

.fa-flickr {
	--fa: "";
}

.fa-viber {
	--fa: "";
}

.fa-soundcloud {
	--fa: "";
}

.fa-digg {
	--fa: "";
}

.fa-tencent-weibo {
	--fa: "";
}

.fa-letterboxd {
	--fa: "";
}

.fa-symfony {
	--fa: "";
}

.fa-maxcdn {
	--fa: "";
}

.fa-etsy {
	--fa: "";
}

.fa-facebook-messenger {
	--fa: "";
}

.fa-audible {
	--fa: "";
}

.fa-think-peaks {
	--fa: "";
}

.fa-bilibili {
	--fa: "";
}

.fa-erlang {
	--fa: "";
}

.fa-x-twitter {
	--fa: "";
}

.fa-cotton-bureau {
	--fa: "";
}

.fa-dashcube {
	--fa: "";
}

.fa-42-group {
	--fa: "";
}

.fa-innosoft {
	--fa: "";
}

.fa-stack-exchange {
	--fa: "";
}

.fa-elementor {
	--fa: "";
}

.fa-square-pied-piper {
	--fa: "";
}

.fa-pied-piper-square {
	--fa: "";
}

.fa-creative-commons-nd {
	--fa: "";
}

.fa-palfed {
	--fa: "";
}

.fa-superpowers {
	--fa: "";
}

.fa-resolving {
	--fa: "";
}

.fa-xbox {
	--fa: "";
}

.fa-square-web-awesome-stroke {
	--fa: "";
}

.fa-searchengin {
	--fa: "";
}

.fa-tiktok {
	--fa: "";
}

.fa-square-facebook {
	--fa: "";
}

.fa-facebook-square {
	--fa: "";
}

.fa-renren {
	--fa: "";
}

.fa-linux {
	--fa: "";
}

.fa-glide {
	--fa: "";
}

.fa-linkedin {
	--fa: "";
}

.fa-hubspot {
	--fa: "";
}

.fa-deploydog {
	--fa: "";
}

.fa-twitch {
	--fa: "";
}

.fa-flutter {
	--fa: "";
}

.fa-ravelry {
	--fa: "";
}

.fa-mixer {
	--fa: "";
}

.fa-square-lastfm {
	--fa: "";
}

.fa-lastfm-square {
	--fa: "";
}

.fa-vimeo {
	--fa: "";
}

.fa-mendeley {
	--fa: "";
}

.fa-uniregistry {
	--fa: "";
}

.fa-figma {
	--fa: "";
}

.fa-creative-commons-remix {
	--fa: "";
}

.fa-cc-amazon-pay {
	--fa: "";
}

.fa-dropbox {
	--fa: "";
}

.fa-instagram {
	--fa: "";
}

.fa-cmplid {
	--fa: "";
}

.fa-upwork {
	--fa: "";
}

.fa-facebook {
	--fa: "";
}

.fa-gripfire {
	--fa: "";
}

.fa-jedi-order {
	--fa: "";
}

.fa-uikit {
	--fa: "";
}

.fa-fort-awesome-alt {
	--fa: "";
}

.fa-phabricator {
	--fa: "";
}

.fa-ussunnah {
	--fa: "";
}

.fa-earlybirds {
	--fa: "";
}

.fa-trade-federation {
	--fa: "";
}

.fa-autoprefixer {
	--fa: "";
}

.fa-whatsapp {
	--fa: "";
}

.fa-square-upwork {
	--fa: "";
}

.fa-slideshare {
	--fa: "";
}

.fa-google-play {
	--fa: "";
}

.fa-viadeo {
	--fa: "";
}

.fa-line {
	--fa: "";
}

.fa-google-drive {
	--fa: "";
}

.fa-servicestack {
	--fa: "";
}

.fa-simplybuilt {
	--fa: "";
}

.fa-bitbucket {
	--fa: "";
}

.fa-imdb {
	--fa: "";
}

.fa-deezer {
	--fa: "";
}

.fa-raspberry-pi {
	--fa: "";
}

.fa-jira {
	--fa: "";
}

.fa-docker {
	--fa: "";
}

.fa-screenpal {
	--fa: "";
}

.fa-bluetooth {
	--fa: "";
}

.fa-gitter {
	--fa: "";
}

.fa-d-and-d {
	--fa: "";
}

.fa-microblog {
	--fa: "";
}

.fa-cc-diners-club {
	--fa: "";
}

.fa-gg-circle {
	--fa: "";
}

.fa-pied-piper-hat {
	--fa: "";
}

.fa-kickstarter-k {
	--fa: "";
}

.fa-yandex {
	--fa: "";
}

.fa-readme {
	--fa: "";
}

.fa-html5 {
	--fa: "";
}

.fa-sellsy {
	--fa: "";
}

.fa-square-web-awesome {
	--fa: "";
}

.fa-sass {
	--fa: "";
}

.fa-wirsindhandwerk {
	--fa: "";
}

.fa-wsh {
	--fa: "";
}

.fa-buromobelexperte {
	--fa: "";
}

.fa-salesforce {
	--fa: "";
}

.fa-octopus-deploy {
	--fa: "";
}

.fa-medapps {
	--fa: "";
}

.fa-ns8 {
	--fa: "";
}

.fa-pinterest-p {
	--fa: "";
}

.fa-apper {
	--fa: "";
}

.fa-fort-awesome {
	--fa: "";
}

.fa-waze {
	--fa: "";
}

.fa-bluesky {
	--fa: "";
}

.fa-cc-jcb {
	--fa: "";
}

.fa-snapchat {
	--fa: "";
}

.fa-snapchat-ghost {
	--fa: "";
}

.fa-fantasy-flight-games {
	--fa: "";
}

.fa-rust {
	--fa: "";
}

.fa-wix {
	--fa: "";
}

.fa-square-behance {
	--fa: "";
}

.fa-behance-square {
	--fa: "";
}

.fa-supple {
	--fa: "";
}

.fa-webflow {
	--fa: "";
}

.fa-rebel {
	--fa: "";
}

.fa-css3 {
	--fa: "";
}

.fa-staylinked {
	--fa: "";
}

.fa-kaggle {
	--fa: "";
}

.fa-space-awesome {
	--fa: "";
}

.fa-deviantart {
	--fa: "";
}

.fa-cpanel {
	--fa: "";
}

.fa-goodreads-g {
	--fa: "";
}

.fa-square-git {
	--fa: "";
}

.fa-git-square {
	--fa: "";
}

.fa-square-tumblr {
	--fa: "";
}

.fa-tumblr-square {
	--fa: "";
}

.fa-trello {
	--fa: "";
}

.fa-creative-commons-nc-jp {
	--fa: "";
}

.fa-get-pocket {
	--fa: "";
}

.fa-perbyte {
	--fa: "";
}

.fa-grunt {
	--fa: "";
}

.fa-weebly {
	--fa: "";
}

.fa-connectdevelop {
	--fa: "";
}

.fa-leanpub {
	--fa: "";
}

.fa-black-tie {
	--fa: "";
}

.fa-themeco {
	--fa: "";
}

.fa-python {
	--fa: "";
}

.fa-android {
	--fa: "";
}

.fa-bots {
	--fa: "";
}

.fa-free-code-camp {
	--fa: "";
}

.fa-hornbill {
	--fa: "";
}

.fa-js {
	--fa: "";
}

.fa-ideal {
	--fa: "";
}

.fa-git {
	--fa: "";
}

.fa-dev {
	--fa: "";
}

.fa-sketch {
	--fa: "";
}

.fa-yandex-international {
	--fa: "";
}

.fa-cc-amex {
	--fa: "";
}

.fa-uber {
	--fa: "";
}

.fa-github {
	--fa: "";
}

.fa-php {
	--fa: "";
}

.fa-alipay {
	--fa: "";
}

.fa-youtube {
	--fa: "";
}

.fa-skyatlas {
	--fa: "";
}

.fa-firefox-browser {
	--fa: "";
}

.fa-replyd {
	--fa: "";
}

.fa-suse {
	--fa: "";
}

.fa-jenkins {
	--fa: "";
}

.fa-twitter {
	--fa: "";
}

.fa-rockrms {
	--fa: "";
}

.fa-pinterest {
	--fa: "";
}

.fa-buffer {
	--fa: "";
}

.fa-npm {
	--fa: "";
}

.fa-yammer {
	--fa: "";
}

.fa-btc {
	--fa: "";
}

.fa-dribbble {
	--fa: "";
}

.fa-stumbleupon-circle {
	--fa: "";
}

.fa-internet-explorer {
	--fa: "";
}

.fa-stubber {
	--fa: "";
}

.fa-telegram {
	--fa: "";
}

.fa-telegram-plane {
	--fa: "";
}

.fa-old-republic {
	--fa: "";
}

.fa-odysee {
	--fa: "";
}

.fa-square-whatsapp {
	--fa: "";
}

.fa-whatsapp-square {
	--fa: "";
}

.fa-node-js {
	--fa: "";
}

.fa-edge-legacy {
	--fa: "";
}

.fa-slack {
	--fa: "";
}

.fa-slack-hash {
	--fa: "";
}

.fa-medrt {
	--fa: "";
}

.fa-usb {
	--fa: "";
}

.fa-tumblr {
	--fa: "";
}

.fa-vaadin {
	--fa: "";
}

.fa-quora {
	--fa: "";
}

.fa-square-x-twitter {
	--fa: "";
}

.fa-reacteurope {
	--fa: "";
}

.fa-medium {
	--fa: "";
}

.fa-medium-m {
	--fa: "";
}

.fa-amilia {
	--fa: "";
}

.fa-mixcloud {
	--fa: "";
}

.fa-flipboard {
	--fa: "";
}

.fa-viacoin {
	--fa: "";
}

.fa-critical-role {
	--fa: "";
}

.fa-sitrox {
	--fa: "";
}

.fa-discourse {
	--fa: "";
}

.fa-joomla {
	--fa: "";
}

.fa-mastodon {
	--fa: "";
}

.fa-airbnb {
	--fa: "";
}

.fa-wolf-pack-battalion {
	--fa: "";
}

.fa-buy-n-large {
	--fa: "";
}

.fa-gulp {
	--fa: "";
}

.fa-creative-commons-sampling-plus {
	--fa: "";
}

.fa-strava {
	--fa: "";
}

.fa-ember {
	--fa: "";
}

.fa-canadian-maple-leaf {
	--fa: "";
}

.fa-teamspeak {
	--fa: "";
}

.fa-pushed {
	--fa: "";
}

.fa-wordpress-simple {
	--fa: "";
}

.fa-nutritionix {
	--fa: "";
}

.fa-wodu {
	--fa: "";
}

.fa-google-pay {
	--fa: "";
}

.fa-intercom {
	--fa: "";
}

.fa-zhihu {
	--fa: "";
}

.fa-korvue {
	--fa: "";
}

.fa-pix {
	--fa: "";
}

.fa-steam-symbol:before {
	--fa: "";
}

/* eventon Backward compatibility */
.fa-pencil:before {
	content: "";
}

.fa-user-circle-o {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-trash-alt-o: {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-pen-square-o:before {
	content: "";
}

.fa-paper-plane-o:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-map-marker-o:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
	font-family: "evo_FontAwesome";
}

.fa-heart-o:before {
	content: "";
}

.fa-gem-o:before, .fa-diamond:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-file-o:before, .fa-files-o:before {
	content: "";
}

.fa-file-alt-o:before {
	content: "";
}

.fa-file-archive-o:before {
	content: "";
}

.fa-eye-slash-o:before {
	content: "";
}

.fa-eye-o:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-credit-card-o:before {
	content: "";
}

.fa-compass-o:before {
	content: "";
}

.fa-comment-alt-o:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-gears:before {
	content: "";
}

.fa-clone-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-clipboard-o:before {
	content: "";
}

.fa-circle:before, .fa-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-calendar-close:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-photo:before {
	content: "";
}

.sr-only, .fa-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;
}

.sr-only-focusable:not(:focus), .fa-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;
}

:root, :host {
	--fa-style-family-classic: "evo_FontAwesome";
	--fa-font-regular: normal 400 1em/1 "evo_FontAwesome";
}

.far, .fa-regular {
	font-weight: 400;
}

:root, :host {
	--fa-style-family-classic: "evo_FontAwesome";
	--fa-font-solid: normal 900 1em/1 "evo_FontAwesome";
}

.fas, .fa-solid {
	font-weight: 900;
}
