
.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

.dgwt-wcas-block-scroll {
	overflow: hidden;
}

.dgwt-wcas-search-wrapp {
	position: relative;
	line-height: 100%;
	display: block;
	color: #444;
	min-width: 230px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dgwt-wcas-tpd-image img {
	margin: 0 15px 0 0 !important;
}

.rtl .dgwt-wcas-tpd-image img {
	margin: 0 0 0 15px !important;
}

.dgwt-wcas-preloader-wrapp img {
	margin: 10px auto 0;
	display: block;
	max-width: 200px;
}

.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader {
	display: block;
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
}

.dgwt-wcas-suggestions-wrapp {
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.dgwt-wcas-details-wrapp *, .dgwt-wcas-search-wrapp *, .dgwt-wcas-suggestions-wrapp * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dgwt-wcas-details-wrapp a:focus, .dgwt-wcas-suggestions-wrapp a:focus {
	outline: 0;
}

.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top {
	border: 1px solid #ddd;
	border-bottom: none;
}

.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
	max-width: 550px;
}

.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion {
	padding: 8px 15px;
}

.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 5px;
	border-left-color: #eee;
}

.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 0 5px;
	border-right-color: #eee;
}

.dgwt-wcas-suggestion {
	cursor: pointer;
	font-size: 12px;
	line-height: 110%;
	text-align: left;
	padding: 7px 10px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	resize: vertical;
	width: 100%;
	transition: none !important;
}

.dgwt-wcas-suggestion-nores {
	font-size: 15px;
	line-height: 157%;
	padding: 15px;
	width: 100%;
}

.dgwt-wcas-suggestion-nores p {
	padding: 0;
	margin: 0 0 10px;
	font-size: 18px;
}

.dgwt-wcas-suggestion-nores ol, .dgwt-wcas-suggestion-nores ul {
	padding: 0 0 0 30px;
	margin: 0;
}

.dgwt-wcas-suggestion-nores ul li {
	list-style: disc;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores {
	padding: 10px 10px 10px 34px;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
	justify-content: center;
	color: #6d6d6d;
}

a.dgwt-wcas-details-more-products {
	padding: 15px 0 10px;
	display: block;
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #6d6d6d;
	transition: .2s ease-in-out;
}

a.dgwt-wcas-details-more-products:hover, a.dgwt-wcas-details-post-title:hover, a.dgwt-wcas-details-product-title:hover, a.dgwt-wcas-product-details-readmore:hover {
	text-decoration: underline;
}

a.dgwt-wcas-product-details-readmore {
	display: block;
	text-align: right;
	margin-top: 15px;
	color: #6d6d6d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion, .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline, .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax, .dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom, body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
	border-bottom: none;
}

.dgwt-wcas-suggestion:after {
	clear: both;
	display: block;
	content: "";
}

.dgwt-wcas-suggestion.dgwt-wcas-nores {
	cursor: default;
	opacity: .5;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 60px;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product, .dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product, .dgwt-wcas-suggestion-history-search {
	min-height: 40px;
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more, .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
	min-height: 30px;
	text-transform: uppercase;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
	padding: 0 10px;
	text-align: center;
}

.dgwt-wcas-st {
	display: block;
	color: #444;
	font-size: 15px;
	width: 100%;
	line-height: 110%;
}

.dgwt-wcas-st>span {
	display: inline-block;
	vertical-align: middle;
}

.dgwt-wcas-has-sku .dgwt-wcas-st-title {
	margin-right: 6px;
}

.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline {
	display: block;
	font-style: italic;
	font-size: 10px;
	text-transform: uppercase;
	opacity: .4;
	line-height: 10px;
	margin-bottom: 1px;
	letter-spacing: 2px;
}

.dgwt-wcas-st-breadcrumbs {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 80%;
	text-align: left;
	opacity: .6;
	width: 100%;
	padding-right: 10px;
}

.rtl .dgwt-wcas-st-breadcrumbs {
	padding-right: 0;
	padding-left: 10px;
	text-align: right;
}

.dgwt-wcas-sku {
	font-size: 80%;
}

.dgwt-wcas-si {
	width: 50px;
	display: block;
	height: 100%;
}

.dgwt-wcas-si img {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	display: block;
	margin: auto;
	padding: 2px;
	height: auto;
	width: auto;
	max-height: 90%;
	max-width: 100%;
}

.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si, .dgwt-wcas-suggestion-history-search .dgwt-wcas-si {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg, .dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg, .dgwt-wcas-suggestion-searches .dgwt-wcas-si svg {
	max-width: 18px;
}

.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg {
	margin-left: 10px;
}

.dgwt-wcas-content-wrapp {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	resize: vertical;
	padding-left: 10px;
}

.rtl .dgwt-wcas-content-wrapp {
	padding-left: 0;
	padding-right: 10px;
}

.dgwt-wcas-sp {
	color: #555;
	font-size: 14px;
	line-height: 120%;
	text-align: right;
	padding-left: 10px;
}

.dgwt-wcas-sp * {
	line-height: 130%;
}

.dgwt-wcas-search-form {
	margin: 0;
	padding: 0;
	width: 100%;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores, .dgwt-wcas-sd {
	margin-top: 5px;
}

.dgwt-wcas-sp del {
	opacity: .5;
	font-size: 12px;
}

.dgwt-wcas-sd {
	color: #777;
	display: block;
	line-height: 14px;
	width: 100%;
	font-size: .8em;
}

.dgwt-wcas-vendor-city {
	margin-left: 5px;
	font-size: .8em;
}

.dgwt-wcas-st>.dgwt-wcas-product-vendor {
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.dgwt-wcas-suggestion-selected {
	background-color: #eee;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image {
	background-color: #fff;
}

.dgwt-wcas-suggestion-selected:first-child {
	border-top: none;
}

.rtl .dgwt-wcas-suggestion {
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}

.dgwt-wcas-details-wrapp {
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	padding: 0;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	min-height: 340px;
}

.dgwt-wcas-datails-title, .dgwt-wcas-pd-title {
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}

.rtl .dgwt-wcas-details-wrapp {
	border-left: 1px solid #ddd;
	border-right: none;
}

.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp, .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	margin-top: -1px;
	border-top: 1px solid #ddd;
}

.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
	border-left: none;
	border-right: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
}

.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
	border-right: none;
	border-left: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}

.dgwt-wcas-details-inner, .dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp {
	display: none;
}

.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp, .rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
	border-radius: 0 0 0 5px;
}

.dgwt-wcas-full-width .dgwt-wcas-details-wrapp, .rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 5px;
}

.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active, .dgwt-wcas-details-wrapp .added_to_cart, .dgwt-wcas-has-desc .dgwt-wcas-sp>*, .dgwt-wcas-has-img .dgwt-wcas-sp>* {
	display: block;
}

.dgwt-wcas-details-inner-taxonomy {
	margin-top: 11px;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #ccae72;
}

.rtl .dgwt-wcas-pd-rating .star-rating {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.dgwt-wcas-datails-title {
	font-size: 14px;
}

.dgwt-wcas-pd-title {
	color: #202020;
}

.dgwt-wcas-pd-title .product-title {
	color: #202020;
	text-transform: uppercase;
	margin: 0;
}

.dgwt-wcas-tax-product-details {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: left;
	transition: .2s ease-in-out;
	padding: 5px;
	margin: 0 -5px 15px;
}

.dgwt-wcas-pd-rating:after, .dgwt-wcas-tax-product-details:after {
	content: "";
	clear: both;
	display: block;
}

.dgwt-wcas-tax-product-details:hover {
	box-shadow: 0 0 11px 2px rgba(0, 0, 0, .05);
}

.rtl .dgwt-wcas-tax-product-details {
	justify-content: right;
}

.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title {
	margin-bottom: 8px;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader, .dgwt-wcas-tpd-image {
	margin-right: 15px;
}

.dgwt-wcas-pd-rest .product-title {
	display: block;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 5px;
}

.dgwt-wcas-tpd-rest {
	max-width: 200px;
}

.dgwt-wcas-tpd-rest-title {
	display: block;
	line-height: 125%;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 8px;
	overflow: hidden;
	color: #000;
}

.dgwt-wcas-pd-price, .dgwt-wcas-tpd-price {
	line-height: 120%;
	overflow: hidden;
	color: #000;
	margin-top: 15px;
	font-weight: 700;
	font-size: 18px;
}

.dgwt-wcas-tpd-price {
	font-size: 12px;
	color: #777;
}

.dgwt-wcas-pd-price .woocommerce-price-suffix, .dgwt-wcas-tpd-price .woocommerce-price-suffix {
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	margin-left: 4px;
	display: inline-block;
}

.dgwt-wcas-details-title-tax, .dgwt-wcas-pd-title .product-title {
	font-weight: 900;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.dgwt-wcas-pd-price del .amount, .dgwt-wcas-tpd-price del .amount {
	font-weight: lighter;
	background: 0 0;
	font-size: 90%;
	opacity: .6;
}

.dgwt-wcas-pd-price ins, .dgwt-wcas-tpd-price ins {
	background: 0 0;
	text-decoration: none;
}

.dgwt-wcas-pd-rating {
	font-size: 13px;
	line-height: 13px;
}

.dgwt-wcas-pd-review {
	color: #777;
	font-size: 11px;
	line-height: 11px;
}

.dgwt-wcas-datails-title {
	display: block;
	margin: 5px 0 15px;
}

.dgwt-wcas-pd-title {
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}

.dgwt-wcas-details-title-tax {
	margin-right: 3px;
}

.rtl .dgwt-wcas-details-title-tax {
	margin: 0 0 0 3px;
	float: right;
}

.dgwt-wcas-tpd-image {
	width: 70px;
	padding: 4px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dgwt-wcas-details-space {
	padding: 0 15px 15px;
}

.dgwt-wcas-details-main-image {
	border-bottom: 1px solid #eee;
	min-height: 200px;
	display: flex;
}

.dgwt-wcas-details-main-image img {
	width: auto;
	height: auto;
	display: block;
	max-height: 250px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	align-self: center;
}

.dgwt-wcas-details-right .dgwt-wcas-details-main-image img {
	border-radius: 0 3px 0 0;
}

.dgwt-wcas-details-left .dgwt-wcas-details-main-image img {
	border-radius: 3px 0 0;
}

a.dgwt-wcas-details-post-title, a.dgwt-wcas-details-product-title {
	color: #333;
	display: block;
	line-height: 120%;
	margin: 10px 0 0;
	font-size: 21px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

a.dgwt-wcas-details-post-title {
	margin-bottom: 15px;
}

.dgwt-wcas-details-product-sku {
	display: block;
	font-size: 12px;
	line-height: 110%;
	color: #999;
}

.dgwt-wcas-tpd-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.dgwt-wcas-details-hr {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 15px 0;
}

.rtl .dgwt-wcas-tpd-image {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.rtl .dgwt-wcas-tpd-rest {
	float: right;
	max-width: 190px;
}

.rtl input[type=search].dgwt-wcas-search-input {
	text-align: right;
}

input[type=search].dgwt-wcas-search-input, input[type=text].dgwt-cas-search-input {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	-webkit-appearance: textfield;
	text-align: left;
}

[type=search].dgwt-wcas-search-input::-ms-clear {
	display: none;
}

[type=search].dgwt-wcas-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button {
	display: none;
}

.dgwt-wcas-details-desc {
	font-size: 13px;
	line-height: 157%;
}

.dgwt-wcas-details-desc b, .dgwt-wcas-details-desc strong {
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
}

.dgwt-wcas-pd-addtc-form {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dgwt-wcas-pd-addtc-form>.quantity {
	margin-right: 10px;
}

.dgwt-wcas-pd-addtc-form .add_to_cart_inline, .dgwt-wcas-pd-addtc-form .quantity input.qty {
	margin-bottom: 0;
	margin-top: 0;
}

.dgwt-wcas-stock {
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}

.dgwt-wcas-stock.in-stock {
	color: #0f834d;
}

.dgwt-wcas-stock.out-of-stock {
	color: #e2401c;
}

.dgwt-wcas-pd-addtc .add_to_cart_button, .dgwt-wcas-pd-addtc .add_to_cart_inline {
	margin: 0;
}

.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline, .dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader, .dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon, .dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow, .dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon, .dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow, .dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit, .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit, .dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon, .dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow, .dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form, .dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler, .dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile), .dgwt-wcas-pd-addtc .add_to_cart_button.added, .dgwt-wcas-search-icon-arrow, .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier, .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before, .dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search, body .dgwt-wcas-content-wrapp .rood, body .dgwt-wcas-content-wrapp .zwave {
	display: none;
}

button.dgwt-wcas-search-submit, input[type=submit].dgwt-wcas-search-submit {
	position: relative;
}

.dgwt-wcas-ico-magnifier {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	height: 65%;
	display: block;
}

.dgwt-wcas-preloader {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 44%;
}

.dgwt-wcas-voice-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	z-index: 1;
	opacity: .5;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: none;
	-webkit-transition: 160ms ease-in-out;
	-moz-transition: 160ms ease-in-out;
	-ms-transition: 160ms ease-in-out;
	-o-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.dgwt-wcas-close:hover, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover, .dgwt-wcas-voice-search:hover {
	opacity: .3;
}

.dgwt-wcas-voice-search path {
	fill: #444;
}

.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search {
	display: flex;
}

.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
	right: 40px;
}

.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search, .rtl .dgwt-wcas-preloader, .rtl .dgwt-wcas-voice-search {
	right: auto;
	left: 5px;
}

.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search {
	z-index: 105;
}

.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
	right: auto;
	left: 45px;
}

.dgwt-wcas-inner-preloader {
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.dgwt-wcas-inner-preloader {
		background-image: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/optimized/rev-daf9bcb/exaltedly.com/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.gif");
	}
	
	.dgwt-wcas-inner-preloader.nitro-lazy {
		background-image: none !important;
	}
}

.dgwt-wcas-loader-circular {
	height: 24px;
	width: 24px;
	-webkit-animation: 2s linear infinite rotate;
	-moz-animation: 2s linear infinite rotate;
	animation: 2s linear infinite rotate;
}

.dgwt-wcas-loader-circular-path {
	fill: transparent;
	stroke-linecap: round;
	stroke-width: 4px;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: 1s ease-in-out infinite dash;
	-moz-animation: 1s ease-in-out infinite dash;
	animation: 1s ease-in-out infinite dash;
	stroke: #ddd;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@-moz-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 160ms ease-in-out;
	-moz-transition: 160ms ease-in-out;
	-ms-transition: 160ms ease-in-out;
	-o-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	z-index: 1;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
	content: "";
	display: block;
	position: absolute;
	background: 0 0;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
}

.dgwt-wcas-close path {
	fill: #ccc;
}

@media screen and (max-width:992px) {
	.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
		max-width: none;
	}
}

.dgwt-wcas-suggestion strong {
	font-weight: 700;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.dgwt-wcas-sf-wrapp:after, .dgwt-wcas-sf-wrapp:before {
	content: "";
	display: table;
}

.dgwt-wcas-sf-wrapp:after {
	clear: both;
}

.dgwt-wcas-sf-wrapp {
	zoom: 1;
	width: 100%;
	max-width: 100vw;
	margin: 0;
	position: relative;
	background: 0 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 15px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	font-size: 16px;
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 3px 3px 0 0;
}

.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow, .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp, .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
	display: none !important;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp {
	min-height: 0 !important;
	border-radius: 0 0 5px 5px;
	border-right-color: #ddd;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp, .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
	min-height: 41px !important;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp {
	border-right-color: transparent;
}

.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp {
	border-left-color: transparent;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
	-webkit-transition: 150ms ease-in;
	-moz-transition: 150ms ease-in;
	-ms-transition: 150ms ease-in;
	-o-transition: 150ms ease-in;
	transition: 150ms ease-in;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	color: #999;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
	color: #999;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder {
	color: #999;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
	color: #999;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
	color: #999;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	overflow: visible;
	position: absolute;
	border: 0;
	padding: 0 15px;
	margin: 0;
	cursor: pointer;
	height: 40px;
	min-width: 50px;
	width: auto;
	line-height: 100%;
	min-height: 100%;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
	color: #fff;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
	text-transform: uppercase;
	background-color: #333;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}

.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: 0;
	right: auto;
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	border-radius: 0 2px 0 0;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover, .dgwt-wcas-sugg-hist-clear:hover {
	opacity: .7;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus {
	opacity: .7;
	outline: 0;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	content: "";
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #333;
	top: 12px;
	left: -6px;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
}

.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	left: auto;
	right: -6px;
	border-width: 8px 0 8px 8px;
	border-style: solid none solid solid;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
	border-right-color: #333;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	min-height: 340px;
	overflow: visible;
}

.dgwt-wcas-is-details .dgwt-wcas-si {
	width: 30px;
	max-width: 100%;
	box-sizing: border-box;
}

.dgwt-wcas-is-details .dgwt-wcas-sp {
	display: flex;
	top: 0;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	resize: vertical;
}

.dgwt-wcas-is-details .dgwt-wcas-sd {
	font-size: 11px;
	line-height: 100%;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat], .dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] {
	padding-left: 15px;
	min-height: 0;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st, .dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st {
	padding-left: 0;
}

.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	max-width: 20px;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	height: 50%;
	margin: auto;
	max-height: 20px;
	width: 100%;
	max-width: 20px;
	left: 12px;
	right: auto;
	opacity: .5;
	fill: #444;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	left: auto;
	right: 12px;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 15px 10px 40px;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 40px 10px 15px;
}

.dgwt-wcas-overlay-mobile-on, .dgwt-wcas-overlay-mobile-on body {
	overflow: hidden;
	min-width: 100vw;
	min-height: 100vh;
}

html.dgwt-wcas-overlay-mobile-on {
	scroll-behavior: unset;
}

.dgwt-wcas-om-bar {
	display: flex;
	height: 45px;
	width: 100%;
}

.dgwt-wcas-om-bar button.dgwt-wcas-om-return, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:active, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
	width: 45px;
	height: 100%;
	display: block;
	background: #ccc;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
	box-shadow: none;
	outline: 0;
	border: none;
	border-spacing: 0;
	border-radius: 0;
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 12px;
	top: 12px;
	fill: #fff;
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
	left: 11px;
	top: 9px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #fff;
}

.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
	right: 0 !important;
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
	left: 4px !important;
	right: auto !important;
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
	left: 10px !important;
	right: auto !important;
}

@keyframes dgwt-wcas-preloader-price-anim {
	0%, 100% {
		background: rgba(128, 128, 128, .03);
	}
	
	50% {
		background: rgba(128, 128, 128, .1);
	}
}

.dgwt-wcas-preloader-price-inner div:first-child {
	left: 0;
	animation-delay: -.1s;
}

.dgwt-wcas-preloader-price-inner div:nth-child(2) {
	left: 13px;
	animation-delay: -.2s;
}

.dgwt-wcas-preloader-price-inner div:nth-child(3) {
	left: 26px;
	animation-delay: -.3s;
}

.dgwt-wcas-preloader-price {
	width: 34px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: 0 0;
}

.dgwt-wcas-preloader-price-inner {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
}

.dgwt-wcas-preloader-price-inner div {
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(128, 128, 128, .05);
	animation: .8s cubic-bezier(0, .5, .5, 1) infinite dgwt-wcas-preloader-price-anim;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
	width: calc(100% - 45px);
	max-width: none;
	margin: 0;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form, .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion {
	width: 100%;
}

.dgwt-wcas-overlay-mobile {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.dgwt-wcas-overlay-mobile * {
	box-sizing: border-box;
}

.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
	height: 45px !important;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
	font-size: 16px !important;
}

.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus {
	font-size: 16px !important;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
	left: 0 !important;
	top: 45px !important;
	width: 100% !important;
	height: calc(100% - 45px) !important;
	position: absolute;
	overflow-y: auto;
	border: none;
	margin: 0;
	display: block;
}

.dgwt-wcas-enable-mobile-form {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form {
	display: none;
	position: relative;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile {
	min-width: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler {
	height: 100%;
	width: 100%;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier {
	opacity: 1;
	position: static;
	max-width: none;
	max-height: none;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body {
	overflow: auto;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios {
	overflow: visible;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp {
	max-height: none !important;
	height: auto !important;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	min-width: unset;
}

.menu .dgwt-wcas-search-icon, html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	width: auto;
}

.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form, .dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form {
	opacity: 0;
}

.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded), .dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form, .dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded), .dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form {
	max-width: 20px;
	min-width: unset;
}

.dgwt-wcas-icon-preloader {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form {
	opacity: 1;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	min-width: 500px;
	z-index: 1000;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form {
	display: block;
	opacity: 1;
}

.dgwt-wcas-search-icon {
	width: 20px;
	height: auto;
	cursor: pointer;
	display: block;
}

li.menu-item a.dgwt-wcas-search-icon {
	padding-right: 0;
	padding-left: 0;
}

.dgwt-wcas-ico-magnifier-handler {
	margin-bottom: -.2em;
	width: 100%;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
	opacity: .6;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 15px;
}

.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
	display: block;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	z-index: 5;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
	pointer-events: none;
	display: block;
	font-weight: 500;
	white-space: nowrap;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 {
	display: block;
	font-weight: 500;
	white-space: nowrap;
	cursor: default;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st {
	padding-bottom: 3px;
	margin-top: 16px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	text-transform: uppercase;
	margin-top: 16px;
	font-size: 12px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st {
	padding: 0;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected, .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover {
	background: 0 0;
	text-decoration: underline;
}

.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax {
	min-height: 30px;
}

.dgwt-wcas-sugg-hist-clear {
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 2px;
}

.dgwt-wcas-darkened-overlay {
	display: block;
	position: absolute;
	opacity: .15;
	z-index: 100000;
	left: 0;
	top: 0;
}

.dgwt-wcas-darkened-overlay>div {
	background: #111;
	position: absolute;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form {
	background-color: rgba(17, 17, 17, .15);
	border: none;
	border-radius: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
	padding-top: 0;
	padding-bottom: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 13px 24px 13px 48px;
	line-height: 24px;
	font-size: 17px;
	border: 2px solid transparent;
	border-radius: 30px;
	height: auto;
	font-family: Roboto, sans-serif;
	background-color: #eee;
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 5px 5px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	box-shadow: none;
	transition: 30ms ease-in;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: #dfdfdf;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: #333;
}

.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 30px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background: 0 0;
	border-radius: 100%;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	position: absolute;
	min-height: 33px;
	min-width: 33px;
	height: 33px;
	width: 33px;
	left: 23px;
	top: 21px;
	pointer-events: none;
	transition: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	width: 18px;
	height: 18px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: auto;
	right: 28px;
	pointer-events: auto;
	animation: .3s fadeIn;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 24px;
	padding-right: 48px;
	transition: none !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	opacity: 1;
	background: #e4e4e4;
	box-shadow: 0 0 0 2px #e4e4e4;
	border-radius: 100%;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
	margin-right: 35px;
}

.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader, .rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search {
	margin-left: 4px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	transition: none;
	width: 18px;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #111;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	opacity: 1;
	font-style: normal;
	font-weight: 300;
	color: #777;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
	border-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-inner, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion {
	padding-left: 20px;
	padding-right: 20px;
}

.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion, .dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
	border-right: 1px solid #ddd;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	margin-top: 0;
	border-top: none;
}

.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
	border-right: none;
}

.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
	border-left: 1px solid #ddd;
}

.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
	border-left: none;
}

.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
	min-height: 70px !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 0;
	background: 0 0;
	padding: 0 10px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: transparent;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 10px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: transparent;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
	border-top: 1px solid #e0e2e5;
}

.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp, .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
	background: #fff;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
	left: 17px;
	top: 16px;
	width: 17px;
	height: 17px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
	right: 20px;
	top: 1px;
	opacity: 1;
}

.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
	right: auto;
	left: 50px;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
	right: 5px;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search {
	right: 5px !important;
}

.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search {
	left: 5px !important;
	right: auto !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
	background: 0 0;
	padding: 4px;
	border-radius: 10px 10px 0 0;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	font-size: 14px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: 15px;
	top: 7px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: auto;
	right: 23px;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background: #fff;
	box-shadow: 0 0 0 1px #eee;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: #333;
	box-shadow: none;
}

.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp {
	margin-top: 1px;
}

.dgwt-wcas-suggestions-wrapp-fixed {
	position: fixed !important;
}

.elementor-widget-fibosearch-posts::after {
	content: "" !important;
}

.dgwt-wcas-posts-results-grid {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	justify-content: flex-start;
}

.dgwt-wcas-posts-results-grid-item {
	width: calc(25% - 15px);
	margin-bottom: 30px;
}
/*# sourceMappingURL=bootstrap.min.css.map */

@charset "UTF-8";

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

*, ::after, ::before {
	box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
}

.h2, h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

.h3, h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem;
	}
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-bs-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote>:last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: #6c757d;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}
	
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
	vertical-align: inherit;
}

.table>thead {
	vertical-align: bottom;
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem;
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0;
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px;
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6;
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce;
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7;
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: .5rem;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select.nitro-lazy {
	background-image: none !important;
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none;
}

.form-select[multiple].nitro-lazy, .form-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus.nitro-lazy {
	background-image: none !important;
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked.nitro-lazy {
	background-image: none !important;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}

.form-floating>.form-control, .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem .75rem;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none;
	}
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent;
}

.form-floating>.form-control::placeholder {
	color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus, .input-group>.form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem;
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:not([multiple]):not([size]).nitro-lazy, .form-select.is-valid:not([multiple])[size="1"].nitro-lazy, .was-validated .form-select:valid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:valid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #198754;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #198754;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
	z-index: 1;
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-invalid:not([multiple]):not([size]).nitro-lazy, .form-select.is-invalid:not([multiple])[size="1"].nitro-lazy, .was-validated .form-select:invalid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:invalid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #dc3545;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: #dc3545;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
	z-index: 2;
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus+.btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus+.btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus+.btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}

.btn-check:focus+.btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #0d6efd;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #198754;
	background-color: transparent;
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}

.btn-link:hover {
	color: #0a58ca;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropend, .dropstart, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:focus, .nav-link:hover {
	color: #0a58ca;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-title {
	margin-bottom: .5rem;
}

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1rem;
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%230c63e4\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none;
	}
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: .375rem .75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}

.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-success .alert-link {
	color: #0c4128;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}

.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}

.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}

.alert-dark .alert-link {
	color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298;
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b;
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #0f5132;
	background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132;
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160;
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029;
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #636464;
	background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464;
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1;
}

.btn-close.disabled, .btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .25;
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.toast:not(.showing):not(.show) {
	opacity: 0;
}

.toast.hide {
	display: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem;
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

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

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
	bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
	padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
	top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
	padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border, .spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%);
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%);
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(-100%);
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(100%);
}

.offcanvas.show {
	transform: none;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.link-primary {
	color: #0d6efd;
}

.link-primary:focus, .link-primary:hover {
	color: #0a58ca;
}

.link-secondary {
	color: #6c757d;
}

.link-secondary:focus, .link-secondary:hover {
	color: #565e64;
}

.link-success {
	color: #198754;
}

.link-success:focus, .link-success:hover {
	color: #146c43;
}

.link-info {
	color: #0dcaf0;
}

.link-info:focus, .link-info:hover {
	color: #3dd5f3;
}

.link-warning {
	color: #ffc107;
}

.link-warning:focus, .link-warning:hover {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}

.link-danger:focus, .link-danger:hover {
	color: #b02a37;
}

.link-light {
	color: #f8f9fa;
}

.link-light:focus, .link-light:hover {
	color: #f9fafb;
}

.link-dark {
	color: #212529;
}

.link-dark:focus, .link-dark:hover {
	color: #1a1e21;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0d6efd !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #198754 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #212529 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: .25rem !important;
}

.pe-2 {
	padding-right: .5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: .25rem !important;
}

.ps-2 {
	padding-left: .5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #0d6efd !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #198754 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #212529 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-reset {
	color: inherit !important;
}

.bg-primary {
	background-color: #0d6efd !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #198754 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.bg-body {
	background-color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: .2rem !important;
}

.rounded-2 {
	border-radius: .25rem !important;
}

.rounded-3 {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important;
	}
	
	.float-sm-end {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-grid {
		display: grid !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	
	.d-sm-none {
		display: none !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-sm-0 {
		gap: 0 !important;
	}
	
	.gap-sm-1 {
		gap: .25rem !important;
	}
	
	.gap-sm-2 {
		gap: .5rem !important;
	}
	
	.gap-sm-3 {
		gap: 1rem !important;
	}
	
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	
	.gap-sm-5 {
		gap: 3rem !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	
	.order-sm-first {
		order: -1 !important;
	}
	
	.order-sm-0 {
		order: 0 !important;
	}
	
	.order-sm-1 {
		order: 1 !important;
	}
	
	.order-sm-2 {
		order: 2 !important;
	}
	
	.order-sm-3 {
		order: 3 !important;
	}
	
	.order-sm-4 {
		order: 4 !important;
	}
	
	.order-sm-5 {
		order: 5 !important;
	}
	
	.order-sm-last {
		order: 6 !important;
	}
	
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mt-sm-auto {
		margin-top: auto !important;
	}
	
	.me-sm-0 {
		margin-right: 0 !important;
	}
	
	.me-sm-1 {
		margin-right: .25rem !important;
	}
	
	.me-sm-2 {
		margin-right: .5rem !important;
	}
	
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	
	.me-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-1 {
		margin-left: .25rem !important;
	}
	
	.ms-sm-2 {
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	
	.ms-sm-auto {
		margin-left: auto !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	
	.pe-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pe-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-1 {
		padding-left: .25rem !important;
	}
	
	.ps-sm-2 {
		padding-left: .5rem !important;
	}
	
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	
	.text-sm-start {
		text-align: left !important;
	}
	
	.text-sm-end {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important;
	}
	
	.float-md-end {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-grid {
		display: grid !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	
	.d-md-none {
		display: none !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-md-0 {
		gap: 0 !important;
	}
	
	.gap-md-1 {
		gap: .25rem !important;
	}
	
	.gap-md-2 {
		gap: .5rem !important;
	}
	
	.gap-md-3 {
		gap: 1rem !important;
	}
	
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	
	.gap-md-5 {
		gap: 3rem !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	
	.order-md-first {
		order: -1 !important;
	}
	
	.order-md-0 {
		order: 0 !important;
	}
	
	.order-md-1 {
		order: 1 !important;
	}
	
	.order-md-2 {
		order: 2 !important;
	}
	
	.order-md-3 {
		order: 3 !important;
	}
	
	.order-md-4 {
		order: 4 !important;
	}
	
	.order-md-5 {
		order: 5 !important;
	}
	
	.order-md-last {
		order: 6 !important;
	}
	
	.m-md-0 {
		margin: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-1 {
		margin-top: .25rem !important;
	}
	
	.mt-md-2 {
		margin-top: .5rem !important;
	}
	
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	
	.mt-md-auto {
		margin-top: auto !important;
	}
	
	.me-md-0 {
		margin-right: 0 !important;
	}
	
	.me-md-1 {
		margin-right: .25rem !important;
	}
	
	.me-md-2 {
		margin-right: .5rem !important;
	}
	
	.me-md-3 {
		margin-right: 1rem !important;
	}
	
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 {
		margin-right: 3rem !important;
	}
	
	.me-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	
	.ms-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-1 {
		margin-left: .25rem !important;
	}
	
	.ms-md-2 {
		margin-left: .5rem !important;
	}
	
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	
	.ms-md-auto {
		margin-left: auto !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-md-0 {
		padding-top: 0 !important;
	}
	
	.pt-md-1 {
		padding-top: .25rem !important;
	}
	
	.pt-md-2 {
		padding-top: .5rem !important;
	}
	
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	
	.pe-md-0 {
		padding-right: 0 !important;
	}
	
	.pe-md-1 {
		padding-right: .25rem !important;
	}
	
	.pe-md-2 {
		padding-right: .5rem !important;
	}
	
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-1 {
		padding-left: .25rem !important;
	}
	
	.ps-md-2 {
		padding-left: .5rem !important;
	}
	
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	
	.text-md-start {
		text-align: left !important;
	}
	
	.text-md-end {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important;
	}
	
	.float-lg-end {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-grid {
		display: grid !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	
	.d-lg-none {
		display: none !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-lg-0 {
		gap: 0 !important;
	}
	
	.gap-lg-1 {
		gap: .25rem !important;
	}
	
	.gap-lg-2 {
		gap: .5rem !important;
	}
	
	.gap-lg-3 {
		gap: 1rem !important;
	}
	
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	
	.gap-lg-5 {
		gap: 3rem !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	
	.order-lg-first {
		order: -1 !important;
	}
	
	.order-lg-0 {
		order: 0 !important;
	}
	
	.order-lg-1 {
		order: 1 !important;
	}
	
	.order-lg-2 {
		order: 2 !important;
	}
	
	.order-lg-3 {
		order: 3 !important;
	}
	
	.order-lg-4 {
		order: 4 !important;
	}
	
	.order-lg-5 {
		order: 5 !important;
	}
	
	.order-lg-last {
		order: 6 !important;
	}
	
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mt-lg-auto {
		margin-top: auto !important;
	}
	
	.me-lg-0 {
		margin-right: 0 !important;
	}
	
	.me-lg-1 {
		margin-right: .25rem !important;
	}
	
	.me-lg-2 {
		margin-right: .5rem !important;
	}
	
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	
	.me-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-1 {
		margin-left: .25rem !important;
	}
	
	.ms-lg-2 {
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	
	.ms-lg-auto {
		margin-left: auto !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	
	.pe-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pe-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-1 {
		padding-left: .25rem !important;
	}
	
	.ps-lg-2 {
		padding-left: .5rem !important;
	}
	
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	
	.text-lg-start {
		text-align: left !important;
	}
	
	.text-lg-end {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important;
	}
	
	.float-xl-end {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-grid {
		display: grid !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xl-none {
		display: none !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xl-0 {
		gap: 0 !important;
	}
	
	.gap-xl-1 {
		gap: .25rem !important;
	}
	
	.gap-xl-2 {
		gap: .5rem !important;
	}
	
	.gap-xl-3 {
		gap: 1rem !important;
	}
	
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	
	.order-xl-first {
		order: -1 !important;
	}
	
	.order-xl-0 {
		order: 0 !important;
	}
	
	.order-xl-1 {
		order: 1 !important;
	}
	
	.order-xl-2 {
		order: 2 !important;
	}
	
	.order-xl-3 {
		order: 3 !important;
	}
	
	.order-xl-4 {
		order: 4 !important;
	}
	
	.order-xl-5 {
		order: 5 !important;
	}
	
	.order-xl-last {
		order: 6 !important;
	}
	
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xl-auto {
		margin-top: auto !important;
	}
	
	.me-xl-0 {
		margin-right: 0 !important;
	}
	
	.me-xl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xl-auto {
		margin-left: auto !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xl-start {
		text-align: left !important;
	}
	
	.text-xl-end {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left !important;
	}
	
	.float-xxl-end {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-grid {
		display: grid !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xxl-none {
		display: none !important;
	}
	
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-row {
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xxl-0 {
		gap: 0 !important;
	}
	
	.gap-xxl-1 {
		gap: .25rem !important;
	}
	
	.gap-xxl-2 {
		gap: .5rem !important;
	}
	
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	
	.order-xxl-first {
		order: -1 !important;
	}
	
	.order-xxl-0 {
		order: 0 !important;
	}
	
	.order-xxl-1 {
		order: 1 !important;
	}
	
	.order-xxl-2 {
		order: 2 !important;
	}
	
	.order-xxl-3 {
		order: 3 !important;
	}
	
	.order-xxl-4 {
		order: 4 !important;
	}
	
	.order-xxl-5 {
		order: 5 !important;
	}
	
	.order-xxl-last {
		order: 6 !important;
	}
	
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	
	.me-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xxl-start {
		text-align: left !important;
	}
	
	.text-xxl-end {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	
	.fs-2 {
		font-size: 2rem !important;
	}
	
	.fs-3 {
		font-size: 1.75rem !important;
	}
	
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-grid {
		display: grid !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	
	.d-print-none {
		display: none !important;
	}
}

/*!
 * Font Awesome Free 6.6.0 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, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
	-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;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.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(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	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-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	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-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	animation-name: fa-spin;
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(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) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1) translateY(0);
	}
	
	to {
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, to {
		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%, to {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-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);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-fill-drip:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
	content: "";
}

.fa-at:before {
	content: "@";
}

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-user-times:before, .fa-user-xmark:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
	content: "";
}

.fa-anchor-circle-check:before {
	content: "";
}

.fa-building-circle-arrow-right:before {
	content: "";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-circle-minus:before, .fa-minus-circle:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

.fa-bridge-circle-check:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

.fa-forward-step:before, .fa-step-forward:before {
	content: "";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-football-ball:before, .fa-football:before {
	content: "";
}

.fa-school-circle-exclamation:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-angle-double-down:before, .fa-angles-down:before {
	content: "";
}

.fa-users-rectangle:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

.fa-beer-mug-empty:before, .fa-beer:before {
	content: "";
}

.fa-diagram-predecessor:before {
	content: "";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
	content: "";
}

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

.fa-male:before, .fa-person:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

.fa-file-circle-exclamation:before {
	content: "";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-address-book:before, .fa-contact-book:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-file-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-archive:before, .fa-box-archive:before {
	content: "";
}

.fa-person-drowning:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-trowel-bricks:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

.fa-minus-square:before, .fa-square-minus:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
	content: "";
}

.fa-file-circle-question:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before {
	content: "";
}

.fa-people-group:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
	content: "";
}

.fa-school-circle-xmark:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
	content: "";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-volume-down:before, .fa-volume-low:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-check-square:before, .fa-square-check:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-header:before, .fa-heading:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-list-squares:before, .fa-list:before {
	content: "";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-circle-dot:before, .fa-dot-circle:before {
	content: "";
}

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
	content: "";
}

.fa-paint-brush:before, .fa-paintbrush:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-bridge-lock:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-share-alt:before, .fa-share-nodes:before {
	content: "";
}

.fa-heart-circle-minus:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
	content: "";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-flask-vial:before {
	content: "";
}

.fa-hand-paper:before, .fa-hand:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-road-circle-check:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-rss-square:before, .fa-square-rss:before {
	content: "";
}

.fa-land-mine-on:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-bangladeshi-taka-sign:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-ambulance:before, .fa-truck-medical:before {
	content: "";
}

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-g:before {
	content: "G";
}

.fa-notes-medical:before {
	content: "";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-folder-blank:before, .fa-folder:before {
	content: "";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

.fa-bridge-circle-exclamation:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-school-circle-check:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-tablet-button:before {
	content: "";
}

.fa-building-lock:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-area-chart:before, .fa-chart-area:before {
	content: "";
}

.fa-house-flag:before {
	content: "";
}

.fa-person-circle-minus:before {
	content: "";
}

.fa-ban:before, .fa-cancel:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
	content: "";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

.fa-random:before, .fa-shuffle:before {
	content: "";
}

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-plane-circle-exclamation:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-virus-covid-slash:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-thumb-tack-slash:before, .fa-thumbtack-slash:before {
	content: "";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
	content: "";
}

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-fire:before {
	content: "";
}

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
	content: "";
}

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-heart-circle-plus:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
	content: "";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-house-circle-exclamation:before {
	content: "";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-anchor-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-building-circle-check:before {
	content: "";
}

.fa-person-chalkboard:before {
	content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
	content: "";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
	content: "";
}

.fa-cloud-showers-water:before {
	content: "";
}

.fa-bar-chart:before, .fa-chart-bar:before {
	content: "";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-plus-square:before, .fa-square-plus:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

.fa-columns:before, .fa-table-columns:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-angle-double-right:before, .fa-angles-right:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-circle-play:before, .fa-play-circle:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-check-circle:before, .fa-circle-check:before {
	content: "";
}

.fa-circle-stop:before, .fa-stop-circle:before {
	content: "";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
	content: "";
}

.fa-tent-arrow-down-to-line:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-hill-avalanche:before {
	content: "";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
	content: "";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
	content: "";
}

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
	content: "";
}

.fa-house-lock:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-halved:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-envelope-circle-check:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-heart-circle-check:before {
	content: "";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

.fa-file-archive:before, .fa-file-zipper:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-table-cells-column-lock:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-a:before {
	content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-snowflake:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-file-signature:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

.fa-building-circle-exclamation:before {
	content: "";
}

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
	content: "";
}

.fa-virus-covid:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-leaf:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-person-circle-plus:before {
	content: "";
}

.fa-chart-pie:before, .fa-pie-chart:before {
	content: "";
}

.fa-bolt-lightning:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-location-pin:before, .fa-map-marker:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

.fa-plane-circle-check:before {
	content: "";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-chart-line:before, .fa-line-chart:before {
	content: "";
}

.fa-mask-ventilator:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-map-signs:before, .fa-signs-post:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-person-circle-question:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-tarp:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

.fa-circle-pause:before, .fa-pause-circle:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-backward-fast:before, .fa-fast-backward:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

.fa-volume-high:before, .fa-volume-up:before {
	content: "";
}

.fa-users-rays:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-bugs:before {
	content: "";
}

.fa-rupee-sign:before, .fa-rupee:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-circle-question:before, .fa-question-circle:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-anchor-circle-exclamation:before {
	content: "";
}

.fa-truck-field:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-file-circle-minus:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-fast-forward:before, .fa-forward-fast:before {
	content: "";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-house-medical-flag:before {
	content: "";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-person-military-to-person:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-face-frown:before, .fa-frown:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

.fa-floppy-disk:before, .fa-save:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-book-tanakh:before, .fa-tanakh:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-timeline:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-cable-car:before, .fa-tram:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-file-medical:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-angle-down:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-table-cells-row-lock:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-naira-sign:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-child-combatant:before, .fa-child-rifle:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-expand:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-blender:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-notdef:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-truck-moving:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-shield-blank:before, .fa-shield:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-hippo:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-bahai:before, .fa-haykal:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-jar:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-table-cells-row-unlock:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-x:before {
	content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-stapler:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-plus-minus:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .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;
}

:host, :root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-pixiv:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-js-square:before, .fa-square-js:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-jxl:before {
	content: "";
}

.fa-dart-lang:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-reddit-square:before, .fa-square-reddit:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-brave:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-instagram-square:before, .fa-square-instagram:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-opensuse:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before, .fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before, .fa-square-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before, .fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-rendact:before, .fa-wpressr:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-square-letterboxd:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-shoelace:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before, .fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-github-square:before, .fa-square-github:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-google-scholar:before {
	content: "";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-signal-messenger:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-mintbit:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-brave-reverse:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
	content: "";
}

.fa-web-awesome:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before, .fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-letterboxd:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-square-web-awesome-stroke:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-facebook-square:before, .fa-square-facebook:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-flutter:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-upwork:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-square-upwork:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-square-web-awesome:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-bluesky:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-behance-square:before, .fa-square-behance:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-webflow:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-git-square:before, .fa-square-git:before {
	content: "";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-weight: 400;
}

:host, :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-weight: 900;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
/*# sourceMappingURL=slick-theme.min.css.map */

@charset "UTF-8";

.slick-loading .slick-list {
	background: #fff url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/optimized/rev-daf9bcb/cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background-image: none !important;
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}
/*# sourceMappingURL=map/common.min.css.map */

.overflow-visible {
	overflow: visible;
}

.overflow-hidden {
	overflow: hidden;
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.position-initial {
	position: initial;
}

.row.paddedRow {
	margin: 0 15px;
}

.row.noPaddedRow>div[class*=col-] {
	padding: 0;
}

.row.evenSpacedColumns {
	margin-right: -calc(30px / 2);
}

.row.evenSpacedColumns>div[class*=col-] {
	padding-right: 15px;
}

.row10:before, .row10:after {
	content: " ";
	display: table;
}

.row10:after {
	clear: both;
}

.row10.paddedRow {
	margin: 0 10px;
}

.row10.evenSpacedColumns {
	margin-right: -10px;
}

.row10.evenSpacedColumns>div[class*=col-] {
	padding-right: 10px;
}

.row20:before, .row20:after {
	content: " ";
	display: table;
}

.row20:after {
	clear: both;
}

.row20.paddedRow {
	margin: 0 20px;
}

.row20.evenSpacedColumns {
	margin-right: -20px;
}

.row20.evenSpacedColumns>div[class*=col-] {
	padding-right: 20px;
}

.row25:before, .row25:after {
	content: " ";
	display: table;
}

.row25:after {
	clear: both;
}

.row25.paddedRow {
	margin: 0 25px;
}

.row25.evenSpacedColumns {
	margin-right: -25px;
}

.row25.evenSpacedColumns>div[class*=col-] {
	padding-right: 25px;
}

.row30:before, .row30:after {
	content: " ";
	display: table;
}

.row30:after {
	clear: both;
}

.row30.paddedRow {
	margin: 0 30px;
}

.row30.evenSpacedColumns {
	margin-right: -30px;
}

.row30.evenSpacedColumns>div[class*=col-] {
	padding-right: 30px;
}

.row40:before, .row40:after {
	content: " ";
	display: table;
}

.row40:after {
	clear: both;
}

.row40.paddedRow {
	margin: 0 40px;
}

.row40.evenSpacedColumns {
	margin-right: -40px;
}

.row40.evenSpacedColumns>div[class*=col-] {
	padding-right: 40px;
}

.row50:before, .row50:after {
	content: " ";
	display: table;
}

.row50:after {
	clear: both;
}

.row50.paddedRow {
	margin: 0 50px;
}

.row50.evenSpacedColumns {
	margin-right: -50px;
}

.row50.evenSpacedColumns>div[class*=col-] {
	padding-right: 50px;
}

.row60:before, .row60:after {
	content: " ";
	display: table;
}

.row60:after {
	clear: both;
}

.row60.paddedRow {
	margin: 0 60px;
}

.row60.evenSpacedColumns {
	margin-right: -60px;
}

.row60.evenSpacedColumns>div[class*=col-] {
	padding-right: 60px;
}

.row70:before, .row70:after {
	content: " ";
	display: table;
}

.row70:after {
	clear: both;
}

.row70.paddedRow {
	margin: 0 70px;
}

.row70.evenSpacedColumns {
	margin-right: -70px;
}

.row70.evenSpacedColumns>div[class*=col-] {
	padding-right: 70px;
}

.row75:before, .row75:after {
	content: " ";
	display: table;
}

.row75:after {
	clear: both;
}

.row75.paddedRow {
	margin: 0 75px;
}

.row75.evenSpacedColumns {
	margin-right: -75px;
}

.row75.evenSpacedColumns>div[class*=col-] {
	padding-right: 75px;
}

.row80:before, .row80:after {
	content: " ";
	display: table;
}

.row80:after {
	clear: both;
}

.row80.paddedRow {
	margin: 0 80px;
}

.row80.evenSpacedColumns {
	margin-right: -80px;
}

.row80.evenSpacedColumns>div[class*=col-] {
	padding-right: 80px;
}

.row90:before, .row90:after {
	content: " ";
	display: table;
}

.row90:after {
	clear: both;
}

.row90.paddedRow {
	margin: 0 90px;
}

.row90.evenSpacedColumns {
	margin-right: -90px;
}

.row90.evenSpacedColumns>div[class*=col-] {
	padding-right: 90px;
}

.row100:before, .row100:after {
	content: " ";
	display: table;
}

.row100:after {
	clear: both;
}

.row100.paddedRow {
	margin: 0 100px;
}

.row100.evenSpacedColumns {
	margin-right: -100px;
}

.row100.evenSpacedColumns>div[class*=col-] {
	padding-right: 100px;
}

.paddedRow.evenSpacedColumns {
	margin-right: 0;
}

.padding-0 {
	padding: 0px;
}

.padding-top-0 {
	padding-top: 0px;
}

.padding-right-0 {
	padding-right: 0px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-left-0 {
	padding-left: 0px;
}

.padding-top-bottom-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.padding-left-right-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.margin-0 {
	margin: 0px;
}

.margin-top-0 {
	margin-top: 0px;
}

.margin-right-0 {
	margin-right: 0px;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.margin-left-0 {
	margin-left: 0px;
}

.margin-top-bottom-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.margin-left-right-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.padding-5 {
	padding: 5px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-left-5 {
	padding-left: 5px;
}

.padding-top-bottom-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-left-right-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.margin-5 {
	margin: 5px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-top-bottom-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.margin-left-right-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-left-right-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.margin-10 {
	margin: 10px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-top-bottom-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-left-right-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-right-15 {
	padding-right: 15px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-left-15 {
	padding-left: 15px;
}

.padding-top-bottom-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padding-left-right-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.margin-15 {
	margin: 15px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-top-bottom-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.margin-left-right-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-right-20 {
	padding-right: 20px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-top-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-left-right-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.margin-20 {
	margin: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-top-bottom-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-left-right-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.padding-25 {
	padding: 25px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-right-25 {
	padding-right: 25px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-left-25 {
	padding-left: 25px;
}

.padding-top-bottom-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.padding-left-right-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.margin-25 {
	margin: 25px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-right-25 {
	margin-right: 25px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-left-25 {
	margin-left: 25px;
}

.margin-top-bottom-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.margin-left-right-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.padding-30 {
	padding: 30px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-right-30 {
	padding-right: 30px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-top-bottom-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-left-right-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.margin-30 {
	margin: 30px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-right-30 {
	margin-right: 30px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-top-bottom-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.padding-35 {
	padding: 35px;
}

.padding-top-35 {
	padding-top: 35px;
}

.padding-right-35 {
	padding-right: 35px;
}

.padding-bottom-35 {
	padding-bottom: 35px;
}

.padding-left-35 {
	padding-left: 35px;
}

.padding-top-bottom-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.padding-left-right-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.margin-35 {
	margin: 35px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-right-35 {
	margin-right: 35px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-left-35 {
	margin-left: 35px;
}

.margin-top-bottom-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.margin-left-right-35 {
	margin-left: 35px;
	margin-right: 35px;
}

.padding-40 {
	padding: 40px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-right-40 {
	padding-right: 40px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-left-40 {
	padding-left: 40px;
}

.padding-top-bottom-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-left-right-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.margin-40 {
	margin: 40px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-right-40 {
	margin-right: 40px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-top-bottom-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin-left-right-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.padding-45 {
	padding: 45px;
}

.padding-top-45 {
	padding-top: 45px;
}

.padding-right-45 {
	padding-right: 45px;
}

.padding-bottom-45 {
	padding-bottom: 45px;
}

.padding-left-45 {
	padding-left: 45px;
}

.padding-top-bottom-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.padding-left-right-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.margin-45 {
	margin: 45px;
}

.margin-top-45 {
	margin-top: 45px;
}

.margin-right-45 {
	margin-right: 45px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-left-45 {
	margin-left: 45px;
}

.margin-top-bottom-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.margin-left-right-45 {
	margin-left: 45px;
	margin-right: 45px;
}

.padding-50 {
	padding: 50px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-right-50 {
	padding-right: 50px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-left-50 {
	padding-left: 50px;
}

.padding-top-bottom-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-left-right-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.margin-50 {
	margin: 50px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-right-50 {
	margin-right: 50px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-left-50 {
	margin-left: 50px;
}

.margin-top-bottom-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margin-left-right-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.padding-55 {
	padding: 55px;
}

.padding-top-55 {
	padding-top: 55px;
}

.padding-right-55 {
	padding-right: 55px;
}

.padding-bottom-55 {
	padding-bottom: 55px;
}

.padding-left-55 {
	padding-left: 55px;
}

.padding-top-bottom-55 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.padding-left-right-55 {
	padding-left: 55px;
	padding-right: 55px;
}

.margin-55 {
	margin: 55px;
}

.margin-top-55 {
	margin-top: 55px;
}

.margin-right-55 {
	margin-right: 55px;
}

.margin-bottom-55 {
	margin-bottom: 55px;
}

.margin-left-55 {
	margin-left: 55px;
}

.margin-top-bottom-55 {
	margin-top: 55px;
	margin-bottom: 55px;
}

.margin-left-right-55 {
	margin-left: 55px;
	margin-right: 55px;
}

.padding-60 {
	padding: 60px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-right-60 {
	padding-right: 60px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-left-60 {
	padding-left: 60px;
}

.padding-top-bottom-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-left-right-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.margin-60 {
	margin: 60px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-right-60 {
	margin-right: 60px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-left-60 {
	margin-left: 60px;
}

.margin-top-bottom-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.margin-left-right-60 {
	margin-left: 60px;
	margin-right: 60px;
}

.padding-65 {
	padding: 65px;
}

.padding-top-65 {
	padding-top: 65px;
}

.padding-right-65 {
	padding-right: 65px;
}

.padding-bottom-65 {
	padding-bottom: 65px;
}

.padding-left-65 {
	padding-left: 65px;
}

.padding-top-bottom-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.padding-left-right-65 {
	padding-left: 65px;
	padding-right: 65px;
}

.margin-65 {
	margin: 65px;
}

.margin-top-65 {
	margin-top: 65px;
}

.margin-right-65 {
	margin-right: 65px;
}

.margin-bottom-65 {
	margin-bottom: 65px;
}

.margin-left-65 {
	margin-left: 65px;
}

.margin-top-bottom-65 {
	margin-top: 65px;
	margin-bottom: 65px;
}

.margin-left-right-65 {
	margin-left: 65px;
	margin-right: 65px;
}

.padding-70 {
	padding: 70px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-right-70 {
	padding-right: 70px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-left-70 {
	padding-left: 70px;
}

.padding-top-bottom-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding-left-right-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.margin-70 {
	margin: 70px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-right-70 {
	margin-right: 70px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-left-70 {
	margin-left: 70px;
}

.margin-top-bottom-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.margin-left-right-70 {
	margin-left: 70px;
	margin-right: 70px;
}

.padding-75 {
	padding: 75px;
}

.padding-top-75 {
	padding-top: 75px;
}

.padding-right-75 {
	padding-right: 75px;
}

.padding-bottom-75 {
	padding-bottom: 75px;
}

.padding-left-75 {
	padding-left: 75px;
}

.padding-top-bottom-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padding-left-right-75 {
	padding-left: 75px;
	padding-right: 75px;
}

.margin-75 {
	margin: 75px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-right-75 {
	margin-right: 75px;
}

.margin-bottom-75 {
	margin-bottom: 75px;
}

.margin-left-75 {
	margin-left: 75px;
}

.margin-top-bottom-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}

.margin-left-right-75 {
	margin-left: 75px;
	margin-right: 75px;
}

.padding-80 {
	padding: 80px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-right-80 {
	padding-right: 80px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-left-80 {
	padding-left: 80px;
}

.padding-top-bottom-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-left-right-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.margin-80 {
	margin: 80px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-right-80 {
	margin-right: 80px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-left-80 {
	margin-left: 80px;
}

.margin-top-bottom-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.margin-left-right-80 {
	margin-left: 80px;
	margin-right: 80px;
}

.padding-85 {
	padding: 85px;
}

.padding-top-85 {
	padding-top: 85px;
}

.padding-right-85 {
	padding-right: 85px;
}

.padding-bottom-85 {
	padding-bottom: 85px;
}

.padding-left-85 {
	padding-left: 85px;
}

.padding-top-bottom-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}

.padding-left-right-85 {
	padding-left: 85px;
	padding-right: 85px;
}

.margin-85 {
	margin: 85px;
}

.margin-top-85 {
	margin-top: 85px;
}

.margin-right-85 {
	margin-right: 85px;
}

.margin-bottom-85 {
	margin-bottom: 85px;
}

.margin-left-85 {
	margin-left: 85px;
}

.margin-top-bottom-85 {
	margin-top: 85px;
	margin-bottom: 85px;
}

.margin-left-right-85 {
	margin-left: 85px;
	margin-right: 85px;
}

.padding-90 {
	padding: 90px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-right-90 {
	padding-right: 90px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-left-90 {
	padding-left: 90px;
}

.padding-top-bottom-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-left-right-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.margin-90 {
	margin: 90px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-right-90 {
	margin-right: 90px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-left-90 {
	margin-left: 90px;
}

.margin-top-bottom-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.margin-left-right-90 {
	margin-left: 90px;
	margin-right: 90px;
}

.padding-95 {
	padding: 95px;
}

.padding-top-95 {
	padding-top: 95px;
}

.padding-right-95 {
	padding-right: 95px;
}

.padding-bottom-95 {
	padding-bottom: 95px;
}

.padding-left-95 {
	padding-left: 95px;
}

.padding-top-bottom-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.padding-left-right-95 {
	padding-left: 95px;
	padding-right: 95px;
}

.margin-95 {
	margin: 95px;
}

.margin-top-95 {
	margin-top: 95px;
}

.margin-right-95 {
	margin-right: 95px;
}

.margin-bottom-95 {
	margin-bottom: 95px;
}

.margin-left-95 {
	margin-left: 95px;
}

.margin-top-bottom-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}

.margin-left-right-95 {
	margin-left: 95px;
	margin-right: 95px;
}

.padding-100 {
	padding: 100px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-right-100 {
	padding-right: 100px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-left-100 {
	padding-left: 100px;
}

.padding-top-bottom-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-left-right-100 {
	padding-left: 100px;
	padding-right: 100px;
}

.margin-100 {
	margin: 100px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-right-100 {
	margin-right: 100px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-left-100 {
	margin-left: 100px;
}

.margin-top-bottom-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.margin-left-right-100 {
	margin-left: 100px;
	margin-right: 100px;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0px;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0px;
}

.g-1, .gx-1 {
	--bs-gutter-x: 5px;
}

.g-1, .gy-1 {
	--bs-gutter-y: 5px;
}

.g-2, .gx-2 {
	--bs-gutter-x: 10px;
}

.g-2, .gy-2 {
	--bs-gutter-y: 10px;
}

.g-3, .gx-3 {
	--bs-gutter-x: 15px;
}

.g-3, .gy-3 {
	--bs-gutter-y: 15px;
}

.g-4, .gx-4 {
	--bs-gutter-x: 20px;
}

.g-4, .gy-4 {
	--bs-gutter-y: 20px;
}

.g-5, .gx-5 {
	--bs-gutter-x: 25px;
}

.g-5, .gy-5 {
	--bs-gutter-y: 25px;
}

.g-6, .gx-6 {
	--bs-gutter-x: 30px;
}

.g-6, .gy-6 {
	--bs-gutter-y: 30px;
}

.g-7, .gx-7 {
	--bs-gutter-x: 35px;
}

.g-7, .gy-7 {
	--bs-gutter-y: 35px;
}

.g-8, .gx-8 {
	--bs-gutter-x: 40px;
}

.g-8, .gy-8 {
	--bs-gutter-y: 40px;
}

.g-9, .gx-9 {
	--bs-gutter-x: 45px;
}

.g-9, .gy-9 {
	--bs-gutter-y: 45px;
}

.g-10, .gx-10 {
	--bs-gutter-x: 50px;
}

.g-10, .gy-10 {
	--bs-gutter-y: 50px;
}

.g-11, .gx-11 {
	--bs-gutter-x: 55px;
}

.g-11, .gy-11 {
	--bs-gutter-y: 55px;
}

.g-12, .gx-12 {
	--bs-gutter-x: 60px;
}

.g-12, .gy-12 {
	--bs-gutter-y: 60px;
}

.g-13, .gx-13 {
	--bs-gutter-x: 65px;
}

.g-13, .gy-13 {
	--bs-gutter-y: 65px;
}

.g-14, .gx-14 {
	--bs-gutter-x: 70px;
}

.g-14, .gy-14 {
	--bs-gutter-y: 70px;
}

.g-15, .gx-15 {
	--bs-gutter-x: 75px;
}

.g-15, .gy-15 {
	--bs-gutter-y: 75px;
}

.g-16, .gx-16 {
	--bs-gutter-x: 80px;
}

.g-16, .gy-16 {
	--bs-gutter-y: 80px;
}

.g-17, .gx-17 {
	--bs-gutter-x: 85px;
}

.g-17, .gy-17 {
	--bs-gutter-y: 85px;
}

.g-18, .gx-18 {
	--bs-gutter-x: 90px;
}

.g-18, .gy-18 {
	--bs-gutter-y: 90px;
}

.g-19, .gx-19 {
	--bs-gutter-x: 95px;
}

.g-19, .gy-19 {
	--bs-gutter-y: 95px;
}

.g-20, .gx-20 {
	--bs-gutter-x: 100px;
}

.g-20, .gy-20 {
	--bs-gutter-y: 100px;
}

.flex-banner {
	padding-bottom: 30px;
}

#banner {
	background: #819dc2;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 40px 0;
}

#banner h1 {
	font-size: 24px;
	text-transform: initial;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
}

#banner h2 {
	font-size: 36px;
	text-transform: initial;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
}

#banner p {
	margin: 0;
}

.banner {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.banner {
		aspect-ratio: auto;
	}
}

.banner.image {
	aspect-ratio: normal;
}

.banner .opaque {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 800;
}

.banner .content-container {
	position: relative;
	color: #fff;
	min-height: 400px;
	z-index: 900;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .content-container .content {
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.banner .content-container .content .buttons {
	margin-top: 15px;
}

.banner .content-container .videoContentLayout {
	padding-top: 100px;
	padding-bottom: 130px;
	font-size: 18px;
}

.banner .content-container .videoContentLayout .videoEmbed {
	margin-bottom: 0;
}

.banner .content-container .videoContentLayout h1 {
	padding-top: 20px;
	margin-bottom: 20px;
}

.banner .content-container .videoContentLayout .buttons {
	margin-top: 20px;
}

.banner .content-container h1, .banner .content-container h2.h1 {
	font-size: 90px;
	font-family: "Montserrat", sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

.banner .content-container a {
	color: #bdd8fc;
	font-weight: 400;
}

.banner .content-container a.btn {
	color: #000;
	background: #fff;
}

.banner .content-container a.btn.phone {
	color: #fff;
}

.banner .content-container .buttons a {
	text-shadow: none;
}

.banner.small .content-container {
	min-height: 250px;
}

.banner .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner .slide h1 .content {
	opacity: 0;
	transition: opacity 1s ease 2.3s;
}

.banner .slide.arriving h1, .banner .slide.arriving .content, .banner .slide.active h1, .banner .slide.active .content {
	opacity: 1;
}

.banner .left-cover, .banner .right-cover {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 0px solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	z-index: 2002;
	transition: border-top 1s ease-out 1.5s;
}

.banner .left-cover {
	left: 0;
	border-left: 700px solid #fff;
	border-right: 0 solid rgba(0, 0, 0, 0);
}

.banner .right-cover {
	right: 0;
	border-right: 700px solid #fff;
	border-left: 0px solid rgba(0, 0, 0, 0);
}

.banner.carousel .next, .banner.carousel .prev {
	top: 50%;
}

.home .banner {
	min-height: 600px;
}

.home .banner .content-container {
	min-height: 550px;
	padding-bottom: 100px;
}

.home .banner .content-container .content {
	top: 38%;
}

.home .banner.carousel .next, .home .banner.carousel .prev {
	top: 38%;
}

@media (max-width: 767px) {
	.carousel .prev {
		left: 0;
	}
	
	.carousel .next {
		right: 0;
	}
	
	.carousel .prev, .carousel .next {
		top: 50%;
	}
	
	.carousel .prev:before, .carousel .prev:after, .carousel .next:before, .carousel .next:after {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 767px)and (max-width: 769px) {
	.banner, .banner.small {
		transition: margin-bottom .5s ease-in-out .3s;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.banner {
		transition: margin-bottom .5s ease-in-out .3s;
		margin: 0 -42px;
	}
	
	.banner.small .content-container {
		min-height: 0;
	}
	
	.banner.small .content-container .row30 .content {
		padding: 15px 15px 0 0px;
	}
	
	.banner .left-cover, .banner .right-cover {
		display: none;
	}
	
	.banner .content-container {
		min-height: 0;
	}
	
	.banner .content-container a {
		color: #5689b6;
	}
	
	.banner .content-container .videoContentLayout {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.banner .content-container .videoContentLayout.video {
		margin-top: 30px;
	}
	
	.banner .content-container .content {
		position: relative;
		-webkit-transform: none;
		transform: none;
	}
	
	.banner .content-container .content h1 {
		font-size: 55px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	.banner .content-container .content h2 {
		text-shadow: none;
	}
	
	.banner .content-container .content h2.h1 {
		position: absolute;
		left: 0;
		top: -200px;
		width: 100%;
		height: 200px;
		display: table;
		color: #fff;
		font-size: 34px;
		margin: 0;
		padding: 0;
		text-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}
	
	.banner .content-container .content h2.h1 span {
		display: table-cell;
		vertical-align: middle;
	}
	
	.banner .content-container .content p {
		text-shadow: none;
	}
}

@media (max-width: 767px) {
	.home .banner.carousel .next, .home .banner.carousel .prev {
		top: 50%;
	}
}

@media (min-width: 768px)and (max-width: 991px) {
	.carousel .prev {
		left: calc(50% - 354px);
	}
	
	.carousel .next {
		right: calc(50% - 354px);
	}
}

@media (min-width: 992px)and (max-width: 1199px) {
	.carousel .prev {
		left: calc(50% - 466px);
	}
	
	.carousel .next {
		right: calc(50% - 466px);
	}
}

#footer {
	background-color: #f3f3f3;
	padding: 10px 0px 30px;
	font-weight: 300;
	font-size: 14px;
	clear: both;
}

@media (max-width: 767px) {
	#footer {
		padding: 10px 0px 40px;
		margin-left: -10px;
	}
}

#footer h2 {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: solid 1px #ccc;
}

#footer a {
	display: block;
	padding: 0 0 5px 0;
	color: #000;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	padding-left: 0px;
}

#footer .social-icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	padding: 10px;
}

#footer .social-icons .icon {
	display: flex;
}

#footer .copyright {
	font-size: 13px;
}

@media (max-width: 767px) {
	#header {
		padding-top: 53px;
	}
}

#header #ribbon {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
	text-align: center;
	background-color: #000;
}

@media (max-width: 767px) {
	#header #ribbon {
		padding: 7px;
	}
}

#header #ribbon a {
	color: #fff;
}

#header .header-wrapper {
	background-color: #fff;
	position: relative;
}

@media (max-width: 767px) {
	#header .header-wrapper {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 8000;
		box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	}
}

#header .header-wrapper nav.main-menu>ul>li .mp-level {
	z-index: 1001;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level a {
	text-align: left;
	border: none;
	line-height: 13px;
	letter-spacing: -.01em;
	margin: 0 0 10px 0;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level:hover {
	border: none;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .columns h4 {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: solid 1px #e4e4e4;
}

#header .header-wrapper #top-row {
	display: flex;
	height: 60px;
	justify-content: space-between;
	padding: 8px 8px;
	position: relative;
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row {
		height: 53px;
	}
}

#header .header-wrapper #top-row #utility-menu li a {
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.7em;
	text-decoration: none;
}

#header .header-wrapper #top-row #utility-menu .has-children {
	position: relative;
}

#header .header-wrapper #top-row #utility-menu .has-children .sub-nav {
	position: absolute;
	top: 33px;
	left: -60px;
	width: 260px;
	display: none;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .23);
	transition: all .2s ease-in-out;
	z-index: 9999999999;
}

#header .header-wrapper #top-row #utility-menu .has-children .sub-nav li {
	border-bottom: solid 1px #c3c3c3;
}

#header .header-wrapper #top-row #utility-menu .has-children .sub-nav li a {
	display: block;
	padding: 12px 27px;
	line-height: 1.2em;
}

#header .header-wrapper #top-row #utility-menu .has-children .sub-nav li a:hover {
	background-color: #ebf0f2;
}

#header .header-wrapper #top-row #utility-menu .has-children:hover .sub-nav {
	display: block;
}

#header .header-wrapper #top-row .dgwt-wcas-search-wrapp {
	display: none;
	position: absolute;
	top: 11px;
	left: 0px;
	min-width: 0px;
	overflow: hidden;
	width: 0px;
	transition: width 1s;
}

#header .header-wrapper #top-row .dgwt-wcas-search-wrapp.open {
	width: 460px;
}

@media (max-width: 1199px) {
	#header .header-wrapper #top-row .dgwt-wcas-search-wrapp.open {
		width: 360px;
	}
}

@media (max-width: 991px) {
	#header .header-wrapper #top-row .dgwt-wcas-search-wrapp.open {
		width: 250px;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row .dgwt-wcas-search-wrapp.open {
		top: 53px;
		width: 100vw;
	}
}

#header .header-wrapper #top-row .search {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.7em;
	padding: 13px 10px 8px 26px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .4s;
}

@media (max-width: 991.98px) {
	#header .header-wrapper #top-row .search {
		font-size: 10px;
	}
}

#header .header-wrapper #top-row .search:hover, #header .header-wrapper #top-row .search:focus {
	color: #99ebd3;
	text-decoration: none;
}

#header .header-wrapper #top-row .search:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	height: 26px;
	width: 26px;
	background-image: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/source/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/icons/icon_search.svg");
	background-size: 16px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row .search {
		text-indent: -9999px;
		padding: 8px 15px 8px 20px;
		position: absolute;
		top: 3px;
	}
	
	#header .header-wrapper #top-row .search:before {
		background-position: 7px 5px;
	}
}

#header .header-wrapper #top-row .dgwt-wcas-sf-wrapp {
	width: 80%;
	padding: 0 0 10px 0;
}

#header .header-wrapper #top-row .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	max-height: 15px;
	max-width: 15px;
}

#header .header-wrapper #top-row .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border: none;
	background-color: #f4f4f4;
	width: 250px;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
	border-radius: 20px;
	line-height: 12px;
	color: #000;
	text-indent: 15px;
	padding: 6px 5px;
	margin-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: auto;
}

#header .header-wrapper #top-row .dgwt-wcas-sf-wrapp button {
	background-color: #b7b6b6 !important;
	top: 5px;
	left: 132px;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	height: 20px;
	min-height: 20px;
}

#header .header-wrapper #top-row .dgwt-wcas-sf-wrapp button svg {
	height: 16px;
	width: 16px;
}

#header .header-wrapper #top-row .dgwt-wcas-st {
	font-size: 18px;
}

#header .header-wrapper #top-row #header-logo {
	position: absolute;
	top: 50%;
	width: 190px;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	margin: 0 auto;
}

@media (min-width: 768px)and (max-width: 991.98px) {
	#header .header-wrapper #top-row #header-logo {
		width: 190px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 992px) {
	#header .header-wrapper #top-row #header-logo {
		width: 190px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row #header-logo {
		position: relative;
		top: 50%;
		padding: 0 0 45px 0;
		left: auto;
		-webkit-transform: auto;
		transform: auto;
		margin: 0 auto;
		width: 170px;
	}
}

#header .header-wrapper #top-row #utility-menu {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

#header .header-wrapper #top-row #utility-menu li {
	list-style: none;
}

#header .header-wrapper #top-row #utility-menu li a {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7em;
	padding: 8px 24px 8px 26px;
	position: relative;
	text-transform: uppercase;
	transition: color .4s;
}

@media (max-width: 991.98px) {
	#header .header-wrapper #top-row #utility-menu li a {
		font-size: 10px;
	}
}

#header .header-wrapper #top-row #utility-menu li a.xt_woofc-shortcode-link {
	font-size: 14px;
	top: -2px;
	padding-left: 10px;
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row #utility-menu li a.xt_woofc-shortcode-link {
		display: none;
	}
}

#header .header-wrapper #top-row #utility-menu li a .xt_woofc-shortcode-icon {
	margin: 0 0 0 0;
}

#header .header-wrapper #top-row #utility-menu li a span.xt_woofc-shortcode-count.xt_woofc-counter-type-badge.xt_woofc-counter-position-above {
	right: 10px;
	top: 4px;
}

@media (min-width: 768px)and (max-width: 991px) {
	#header .header-wrapper #top-row #utility-menu li a {
		padding: 8px 10px 8px 23px;
	}
}

#header .header-wrapper #top-row #utility-menu li a:hover, #header .header-wrapper #top-row #utility-menu li a:focus {
	color: #3d3d3d;
	text-decoration: none;
}

#header .header-wrapper #top-row #utility-menu li a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
	background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}

#header .header-wrapper #top-row #utility-menu li a:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	height: 20px;
	width: 20px;
	background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}

#header .header-wrapper #top-row #utility-menu li a.cart:after {
	top: -8px;
	background-size: 23px;
	height: 30px;
	width: 30px;
}

#header .header-wrapper #top-row #utility-menu li a.subscribe:before {
	background-image: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/source/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/icons/icon_subscribe.svg");
	background-size: 17px;
	top: 7px;
}

#header .header-wrapper #top-row #utility-menu li a.login:before {
	background-image: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/source/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/icons/icon_login.svg");
	top: 8px;
	left: 2px;
}

#header .header-wrapper #top-row #utility-menu li a.cart:after {
	background-image: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/optimized/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/icons/icon_shoppingbag.svg");
	background-size: 19px;
	top: -2px;
}

#header .header-wrapper #top-row #utility-menu li a .uwcc-item-count-wrap {
	position: absolute;
	border-radius: 10px;
	background-color: red;
	box-shadow: none;
	outline-radius: 10px;
	height: 14px;
	color: #fff;
	width: 14px;
	z-index: 1000;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 8px;
	font-weight: 500;
	right: -8px;
	top: -8px;
	padding: 0px 0px 0px 1px;
}

#header .header-wrapper #top-row #utility-menu li a .uwcc-item-count-wrap .uwcc-cart-item-count {
	font-size: 10px;
}

#header .header-wrapper #top-row #utility-menu li a span.cart-contents-count {
	position: absolute;
	border-radius: 10px;
	background-color: red;
	box-shadow: 0 0 0 1px #fff;
	outline-radius: 10px;
	height: 14px;
	color: #fff;
	width: 14px;
	z-index: 1000;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 8px;
	font-weight: 500;
	right: -8px;
	top: -3px;
	padding: 0px 0px 0px 1px;
}

#header .header-wrapper #top-row #utility-menu li a span.cart-contents-count .number {
	top: -2px;
	left: 1px;
	position: absolute;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row #utility-menu li a.cart {
		text-indent: -9999px;
		position: absolute;
		top: 15px;
		right: 100px;
		padding: 8px 20px 8px 20px;
	}
	
	#header .header-wrapper #top-row #utility-menu li a.cart:after {
		right: 6px;
		background-position: 0px 0px;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper #top-row #utility-menu {
		display: none;
	}
}

#header .header-wrapper #trigger {
	display: none;
	background-color: rgba(119, 119, 119, 0);
	position: absolute;
	height: 53px;
	width: 53px;
	padding: 15px 14px;
	top: 5px;
	right: 0px;
	font-size: 0px;
	color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
	#header .header-wrapper #trigger {
		display: block;
	}
}

#header .header-wrapper #trigger>span {
	background-color: #444;
	border-radius: 0px;
	display: block;
	width: 25px;
	height: 1px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

#header .header-wrapper #trigger>span:nth-child(2) {
	margin: 7px 0;
}

#header .header-wrapper nav.main-menu {
	border-top: 1px solid #d1d1d1;
	border-bottom: solid 1px #ccc;
	display: flex;
	z-index: 9999;
	position: relative;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu {
		position: absolute;
		top: 53px;
		background: #fff;
		width: 300px;
		max-width: 90%;
		border-top: 6px solid #777;
		right: -300px;
		overflow: hidden;
		transition: box-shadow .3s;
	}
}

#header .header-wrapper nav.main-menu .nav-underline {
	display: none;
	height: 5px;
	width: 0px;
	transition: width .3s ease-out, left .3s ease-out;
	left: 0;
	top: 0;
	position: absolute;
	background: #ccc;
	z-index: 9999;
	pointer-events: none;
}

#header .header-wrapper nav.main-menu ul {
	list-style: none;
	padding-left: 0;
	padding: 0px;
	margin-bottom: -2px;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu ul {
		display: block;
		padding-left: 10px;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu ul li {
		list-style: none;
		border-top: 1px solid #f2f2f2;
	}
	
	#header .header-wrapper nav.main-menu ul li:first-child {
		border: 0;
	}
}

#header .header-wrapper nav.main-menu ul a {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.7em;
	line-height: 12px;
	padding: 17px 10px;
	text-align: center;
}

#header .header-wrapper nav.main-menu .view-all {
	font-weight: 500;
	font-size: .8rem;
	text-transform: uppercase;
	font-style: italic;
	color: #676767 !important;
}

#header .header-wrapper nav.main-menu .view-all:hover {
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu .view-all {
		font-size: 17px !important;
	}
}

#header .header-wrapper nav.main-menu>ul {
	display: inline-flex;
	justify-content: space-between;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul {
		display: block;
		padding: 0 0 15px 15px;
		position: relative;
	}
}

#header .header-wrapper nav.main-menu>ul li:hover>a, #header .header-wrapper nav.main-menu>ul li:focus>a {
	color: #000;
	text-decoration: none;
}

#header .header-wrapper nav.main-menu>ul>li {
	list-style: none;
}

#header .header-wrapper nav.main-menu>ul>li.utility {
	margin-left: -15px;
	padding-left: 15px;
	background: #f5f5f5;
	border-top: 0;
}

#header .header-wrapper nav.main-menu>ul>li.utility.my-account {
	background: #eee;
}

#header .header-wrapper nav.main-menu>ul>li.utility a {
	font-weight: 300;
	padding-right: 15px;
}

#header .header-wrapper nav.main-menu>ul>li.utility a .cfa {
	font-size: 1.5em;
	color: #777;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	width: 23px;
	text-align: center;
	margin-top: -3px;
}

#header .header-wrapper nav.main-menu>ul>li.utility.rewards .counter {
	background: #ff46a4;
	height: 40px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	margin: 0 5px;
}

#header .header-wrapper nav.main-menu>ul>li.utility.rewards .points {
	color: #ff46a4;
}

#header .header-wrapper nav.main-menu>ul>li.utility.social {
	font-size: 14px;
	font-weight: 600;
	padding-left: 25px;
	padding-bottom: 15px;
}

#header .header-wrapper nav.main-menu>ul>li.utility.social .social-icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	padding-right: 20px;
}

#header .header-wrapper nav.main-menu>ul>li.utility.social a {
	display: unset !important;
	padding: 0 !important;
}

#header .header-wrapper nav.main-menu>ul>li.utility.sign-up {
	padding: 20px;
	background: #99ebd3;
}

#header .header-wrapper nav.main-menu>ul>li.utility.sign-up .join {
	display: inline-block;
	background: #444;
	color: #fff;
	text-transform: initial;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 6px 20px;
	border-radius: 8px;
	transition: background .3s;
}

#header .header-wrapper nav.main-menu>ul>li.utility.sign-up .join:hover, #header .header-wrapper nav.main-menu>ul>li.utility.sign-up .join:focus {
	background: #5e5e5e;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li {
		border-top: 1px solid #f2f2f2;
	}
	
	#header .header-wrapper nav.main-menu>ul>li:first-child {
		border: 0;
	}
}

#header .header-wrapper nav.main-menu>ul>li a {
	color: #000;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 23px 10px;
	text-transform: uppercase;
	transition: color .4s;
}

#header .header-wrapper nav.main-menu>ul>li a:hover, #header .header-wrapper nav.main-menu>ul>li a:focus {
	text-decoration: underline;
	font-weight: 500 !important;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li a:hover, #header .header-wrapper nav.main-menu>ul>li a:focus {
		text-decoration: none;
	}
}

#header .header-wrapper nav.main-menu>ul>li a.red {
	color: red !important;
}

@media (min-width: 768px)and (max-width: 991px) {
	#header .header-wrapper nav.main-menu>ul>li a {
		font-size: 11px;
		padding: 23px 8px;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li a {
		font-size: 16px !important;
		margin-bottom: 0 !important;
		padding: 15px 40px 15px 10px !important;
		text-align: left;
		text-decoration: none;
	}
}

#header .header-wrapper nav.main-menu>ul>li>a {
	text-decoration: none !important;
}

#header .header-wrapper nav.main-menu>ul>li h2 {
	display: none;
	margin: 0;
	background: #f2f2f2;
	padding-left: 10px;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li h2 {
		display: block;
	}
	
	#header .header-wrapper nav.main-menu>ul>li h2 a {
		padding: 20px 15px;
		font-weight: bold;
	}
}

@media (min-width: 768px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a {
		margin-bottom: 0;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a .blog-img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 50%;
		height: 0;
		overflow: hidden;
		position: relative;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a .blog-img:after {
		content: "";
		background: linear-gradient(45deg, rgba(153, 235, 211, .5333333333), rgba(194, 156, 210, .5333333333));
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: all .6s;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a:focus .blog-img:after, #header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a:hover .blog-img:after {
		opacity: 1;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a h5 {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 400;
		margin-top: 5px;
		text-transform: initial;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .articles-wrapper a:hover h5 {
		font-weight: 600;
		text-decoration: underline;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns h4 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .header-wrapper nav.main-menu>ul>li .columns a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1em;
	padding: 6px 10px;
	text-transform: capitalize;
	color: #222;
}

#header .header-wrapper nav.main-menu>ul>li .columns a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns a {
		font-weight: 400;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .collection a {
	padding: 0px !important;
	line-height: normal !important;
	margin: 0;
}

#header .header-wrapper nav.main-menu>ul>li .columns .collection a.label {
	text-align: center;
	padding: 7px !important;
	background-color: #e6e6e6;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column h4 {
	margin-bottom: 15px;
	text-align: left;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .left-column h4 {
		margin-top: 10px;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li {
	padding-left: 15px;
	position: relative;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 6px;
	height: 0px;
	width: 0px;
	border-left: 5px solid #000;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li:hover, #header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li:focus {
	text-decoration: underline;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul {
		padding-left: 0;
		width: 100% !important;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li {
		padding: 0;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li:before {
		display: none;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .left-column ul li a {
		font-size: 12px;
		font-weight: 600;
		padding: 15px 15px 5px 10px;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns.two .left-column {
	max-width: 300px;
}

@media (min-width: 768px) {
	#header .header-wrapper nav.main-menu>ul>li .columns.two .left-column ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column {
	text-align: center;
	width: 25%;
	padding-top: 10px;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .left-column.callout {
		display: none;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout h5 {
	margin-top: .5rem;
	margin-bottom: .2rem;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout p {
	margin-bottom: .2rem;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout .btn {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-weight: 600;
	padding: 4px 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .3s, color .3s;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout .btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	transition: height .3s;
	z-index: -1;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout .btn:hover:before {
	height: 100%;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout .btn:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

#header .header-wrapper nav.main-menu>ul>li .columns .left-column .nav-callout .btn:hover {
	color: #fff;
}

#header .header-wrapper nav.main-menu>ul>li .columns.collections .left-column {
	padding: 20px 15px;
}

#header .header-wrapper nav.main-menu>ul>li .columns.collections .middle-column {
	padding: 20px 15px;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column {
	width: 75%;
	max-width: 720px;
	padding: 30px 25px 20px 20px;
	position: relative;
	padding-left: 20px;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column::before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 30px;
	width: 1px;
	background-color: #d1d1d1;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column::before {
		display: none;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"] ul.multi-column {
	justify-content: normal;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="2"] ul.multi-column, #header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="3"] ul.multi-column {
	justify-content: space-evenly;
}

@media (min-width: 1200px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"] {
		width: 400px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"]>ul>li {
		padding: 0 20px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="2"] {
		width: 40%;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="2"]>ul>li {
		padding: 0 20px;
	}
}

@media (min-width: 992px)and (max-width: 1199px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"] {
		width: 300px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"]>ul>li {
		padding: 0 20px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="2"] {
		width: 50%;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="2"]>ul>li {
		padding: 0 20px;
	}
}

@media (min-width: 768px)and (max-width: 991px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"] {
		width: 400px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="1"]>ul>li {
		padding: 0 20px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column[data-columns="2"] {
		width: 60%;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column {
		padding: 0;
		width: 100%;
		padding-left: 20px;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column>ul.multi-column {
	display: flex;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column>ul.multi-column {
		display: block;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column>ul.multi-column>li.icon-arrow>a {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column>ul.multi-column>li.icon-arrow>a:hover, #header .header-wrapper nav.main-menu>ul>li .columns .middle-column>ul.multi-column>li.icon-arrow>a:active {
	font-weight: 600 !important;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections {
		grid-template-columns: 1fr;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections .collection {
	align-items: center;
	border: solid 1px #e0e0e0;
	background-color: #f4f4f4;
	transition: border-color .4s, background-color .4s;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections .collection:hover {
	border: solid 1px #838383;
	background-color: #fff;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections .collection a {
	font-size: 12px;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections .collection div.label {
	padding: 5px 10px 2px 10px;
}

#header .header-wrapper nav.main-menu>ul>li .columns .middle-column .collections .collection div.description {
	font-size: 12px;
	line-height: 14px;
	padding: 0 10px 7px 10px;
	text-transform: none;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column {
	text-align: center;
	width: 25%;
	padding: 15px;
	background-color: #f5f7f8;
}

@media (max-width: 991px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .right-column {
		padding: 15px;
	}
}

@media (max-width: 575px) {
	#header .header-wrapper nav.main-menu>ul>li .columns .right-column {
		display: none;
	}
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column.blog {
	width: 75%;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column .nav-callout {
	font-size: 15px;
	text-align: center;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column .nav-callout h5 {
	margin-top: .5rem;
	margin-bottom: .2rem;
	text-align: center;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column .nav-callout p {
	margin-bottom: .2rem;
	line-height: 16px;
	font-size: 14px;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column .nav-callout a {
	text-align: center;
	text-decoration: none;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column .nav-callout a .shop-now {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: solid 2px #000;
	display: inline-block;
	padding: 6px 9px 2px 9px;
	text-align: center;
	position: relative;
	transition: all .5s;
}

#header .header-wrapper nav.main-menu>ul>li .columns .right-column .nav-callout a:hover .shop-now {
	color: #fff;
	background-color: #000;
}

#header .header-wrapper nav.main-menu>ul>li>.mp-level {
	background: #fff;
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li>.mp-level {
		box-shadow: none;
		padding: 0;
	}
}

#header .header-wrapper nav.main-menu>ul>li>.mp-level>ul {
	display: grid;
	grid-template: auto/1fr 1fr 1fr;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li>.mp-level>ul {
		display: block;
	}
}

#header .header-wrapper nav.main-menu>ul>li>.mp-level>ul>li>.mp-level>ul>li>a {
	font-weight: 300;
	text-transform: initial;
}

@media (min-width: 768px) {
	#header .header-wrapper nav.main-menu>ul>li>.mp-level ul li.icon-arrow {
		position: relative;
	}
	
	#header .header-wrapper nav.main-menu>ul>li>.mp-level a {
		padding: 2px 0px;
		text-decoration: none;
		font-weight: 300;
		font-size: 15px;
		color: #000;
	}
	
	#header .header-wrapper nav.main-menu>ul>li>.mp-level a:hover {
		font-weight: 500 !important;
	}
	
	#header .header-wrapper nav.main-menu>ul>li>.mp-level a.section {
		color: red;
	}
	
	#header .header-wrapper nav.main-menu>ul>li>.mp-level .collection a {
		text-align: center;
		text-decoration: none;
		line-height: 0px;
		font-size: 11px;
		text-transform: uppercase;
		padding: 0;
	}
}

#header .header-wrapper nav.main-menu>ul>li .mp-level {
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 9999;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid #d1d1d1;
	height: 1px;
	width: 1296px;
}

@media (max-width: 1399px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level:before {
		width: 1116px;
	}
}

@media (max-width: 1199px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level:before {
		width: 936px;
	}
}

@media (max-width: 991px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level:before {
		width: 696px;
	}
}

@media (max-width: 768px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level:before {
		display: none;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level .container {
		margin-right: 0;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level .container .left-column {
		padding-right: 0;
		width: 100%;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level .container .left-column h4 {
		display: none;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level .container .left-column .has-children li a {
		font-size: 14px;
		font-weight: 500;
		line-height: 13px;
	}
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level:before {
	display: none;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level {
		position: absolute;
		left: 300px;
		top: 0;
		width: 300px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active {
		display: block;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children {
		position: relative;
		padding-left: 0px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children>li.icon>a {
		display: none;
		font-family: "Poppins", sans-serif;
		font-size: 12px;
		font-weight: 500;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children .mp-level {
		display: block !important;
		left: 10px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children .mp-level .mp-back, #header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children .mp-level h2 {
		display: none;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique {
		position: initial;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique>li.icon>a {
		display: block;
		margin: 0;
		padding: 15px 40px 15px 0px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique .mp-level {
		left: 288px;
		display: none !important;
		top: -90px !important;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique .mp-level.active {
		display: block !important;
		position: relative;
		margin-top: -40px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique .mp-level .mp-back, #header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique .mp-level h2 {
		display: block;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique .mp-level h2 a {
		font-weight: bold;
		line-height: 13px;
		margin-bottom: 10px;
		padding: 20px 15px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level.active .middle-column>.has-children.unique .mp-level .has-children li a {
		margin-bottom: 0;
		padding: 15px;
	}
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back {
	display: none;
	text-align: right;
	text-transform: lowercase;
	padding: 20px 20px 10px 20px !important;
	position: relative;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back {
		display: block;
	}
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back:before, #header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back:after {
	content: "";
	position: absolute;
	right: 65px;
	height: 2px;
	width: 9px;
	background: #000;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back:before {
	top: 29px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back:after {
	top: 23px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-back>ul {
	display: flex;
	justify-content: space-evenly;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level {
	position: relative;
	top: 0;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level {
		display: none;
		position: absolute;
		left: 300px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level.active {
		display: block;
	}
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level .mp-level {
	margin-top: -5px;
	border: solid 1px red;
}

#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level .mp-level a {
	text-indent: 20px;
	font-size: 14px !important;
	padding-top: 0;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level .mp-level {
		position: absolute;
		left: 900px;
	}
	
	#header .header-wrapper nav.main-menu>ul>li .mp-level .mp-level .mp-level.active {
		display: block;
	}
}

@media (min-width: 768px) {
	#header .header-wrapper nav.main-menu>ul>li:hover .mp-level {
		display: block;
	}
}

@media (max-width: 767px) {
	#header .header-wrapper nav.main-menu>ul li.icon-arrow>a {
		position: relative;
	}
	
	#header .header-wrapper nav.main-menu>ul li.icon-arrow>a:before, #header .header-wrapper nav.main-menu>ul li.icon-arrow>a:after {
		content: "";
		position: absolute;
		right: 20px;
		height: 2px;
		width: 9px;
		background: #000;
	}
	
	#header .header-wrapper nav.main-menu>ul li.icon-arrow>a:before {
		top: 24.5px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	#header .header-wrapper nav.main-menu>ul li.icon-arrow>a:after {
		top: 19px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.menu-open {
	width: 100%;
}

.menu-open #header #trigger {
	display: block;
	background-color: #777;
}

.menu-open #header #trigger>span {
	background-color: #fff;
}

.menu-open #header #trigger>span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

.menu-open #header #trigger>span:nth-child(2) {
	-webkit-transform: translateX(-9px) scale(0);
	transform: translateX(-9px) scale(0);
}

.menu-open #header #trigger>span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.menu-open #header nav.main-menu {
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .3);
}

@media (max-width: 767px) {
	.menu-open #header nav.main-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	.menu-open #header nav.main-menu ul {
		display: block;
	}
}

@media (max-width: 767px) {
	body.admin-bar #header .header-wrapper {
		top: 46px;
	}
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input {
	background-color: #f7f7f7 !important;
	top: 0;
	height: 48;
	left: auto;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 0;
	right: 42px !important;
	left: auto;
	height: 45px;
	background-color: #b7b6b6 !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding: 0;
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1600px;
	}
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #252424;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.text-center {
	margin: 0 auto;
	text-align: center;
}

.text-center img {
	margin: 0 auto;
	text-align: center;
}

.flex-layout {
	min-height: 20vh;
	width: 100%;
}

.slide-content {
	min-height: 15vh;
	width: 100%;
}

.slick-slide {
	min-height: 30vh;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.font-family-body {
	min-height: 2rem;
}

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: .02em;
}

h1, .styleH1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-indent: -2px;
	margin-left: -2px;
	font-family: "Open Sans", sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 1em;
}

#headline {
	padding: 0 10px;
}

header.woocommerce-products-header h1 {
	font-size: 32px;
	line-height: 45px;
	margin-top: 20px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

.font-family-body {
	font-family: "Poppins", sans-serif;
}

.font-family-heading {
	font-family: "Bebas Neue", sans-serif;
}

b, strong {
	font-weight: bold;
}

a, a:hover {
	color: #212529;
}

button, .button {
	font-family: "Poppins", sans-serif !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
	border: none !important;
	color: #fff !important;
	line-height: 15px !important;
	padding: 13px 35px !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	letter-spacing: .05em !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .4s, border-color .4s !important;
	border-radius: 0 !important;
	margin: 0 auto !important;
}

button:hover, .button:hover {
	background-color: #3f3f3f !important;
	border-color: #3f3f3f !important;
}

button.grey, button.gray, .button.grey, .button.gray {
	background-color: #eee;
	border-color: #eee;
}

button.grey:hover, button.gray:hover, .button.grey:hover, .button.gray:hover {
	background-color: #bbb;
	border-color: #bbb;
}

.row {
	--bs-gutter-x: 0;
}

.xt_woofc *, .xt_woofc *::after, .xt_woofc *::before {
	z-index: 999999999 !important;
}

.xt_woofc-dimensions-percent {
	z-index: 99999999999 !important;
	position: relative;
}

.uwcc-toggle-button .uwcc-cartbasket-toggle-btn {
	background: #000;
	border: solid 1px dimgray;
}

input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	padding: 8px 11px;
	width: 100%;
}

.woocommerce-form label {
	font-weight: bold;
}

.woocommerce-form label .required {
	color: red;
}

.btn {
	background-color: #000;
	color: #fff;
	border-radius: 0;
	padding: 13px 40px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	transition: color .4s, background-color .4s, border-color .4s, opacity .3s;
}

.btn:hover, .btn:active {
	background-color: #3f3f3f !important;
	border-color: #3f3f3f !important;
	color: #fff;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 7000;
}

img.alignright {
	float: right;
	padding: 0 0 15px 15px;
	max-width: 400px;
}

@media screen and (max-width: 991px) {
	img.alignright {
		float: none;
		padding: 15px;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.px-4 {
		padding: 0 !important;
	}
}

.accordion-section {
	margin-bottom: 30px;
}

.accordion-section .accordion {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.accordion-section .accordion .heading {
	cursor: pointer;
	padding: 15px;
	background-color: #f7f7f7;
	transition: background-color .3s ease;
	font-weight: 600;
}

.accordion-section .accordion .heading:hover {
	background-color: #e0e0e0;
}

.accordion-section .accordion .content-area {
	overflow: hidden;
	max-height: 0;
	transition: max-height .3s ease, padding .3s ease;
}

.accordion-section .accordion .content-area .padded-content {
	padding: 0 15px;
}

.accordion-section .accordion.active .content-area {
	max-height: 500px;
	padding: 15px 0;
}

.vertical-center-text {
	margin: auto;
	width: 70%;
	padding: 10px;
}

@media screen and (max-width: 991px) {
	.vertical-center-text {
		width: 100%;
	}
}

.vertical-horizontal-center-text, .horizontal-vertical-center-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
	line-height: 20px;
	padding: 6px 10px;
}

#featured {
	display: flex;
}

@media (max-width: 991px) {
	#featured {
		flex-direction: column;
	}
}

#featured .callouts {
	margin-top: 0;
	width: 25vw;
}

@media (max-width: 991px) {
	#featured .callouts {
		width: 100%;
		height: 36vw;
		display: flex;
	}
}

#featured .callouts .callout {
	background-color: #fff;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, .9);
	min-height: 15.75vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media (max-width: 991px) {
	#featured .callouts .callout {
		width: 50%;
	}
}

#featured .callouts .callout:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	transition: background .3s;
}

#featured .callouts .callout:hover:after {
	background: rgba(255, 255, 255, .2);
}

#featured .callouts .callout a {
	position: absolute;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 10;
}

#featured .callouts .callout h2, #featured .callouts .callout h3 {
	margin: 0;
}

#trending {
	overflow-x: hidden;
	padding: 0px 10px !important;
}

@media (max-width: 767px) {
	#trending {
		padding: 0;
		padding-right: 0 !important;
	}
}

.category {
	margin-top: 10px;
	text-align: left;
	background-color: #f7f7f7;
	padding: 30px 0px 0;
}

@media (max-width: 767px) {
	.category {
		margin: 0 -15px;
		padding-left: 0px;
		padding-right: 0;
	}
}

.category.featured {
	background-color: unset;
}

.category.featured .term {
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.category.featured .term .clickable-area .content {
	padding: 15px 10px;
}

@media (min-width: 992px) {
	.category.featured .term .clickable-area .content {
		padding: 15px 40px;
	}
}

@media (min-width: 1200px) {
	.category.featured .term .clickable-area .content {
		padding: 15px 100px;
	}
}

.category.featured .term .clickable-area .content .description {
	padding: 20px 15px;
	text-align: center;
}

@media (max-width: 767px) {
	.category.featured .term .clickable-area .content .description {
		text-align: left;
	}
}

.category.featured .term .button-area {
	display: none !important;
}

.category.card {
	border: none;
}

.category.thumbnail .term a {
	padding: 15px 10px;
}

.category.thumbnail .term a img {
	border: solid 1px rgba(0, 0, 0, 0);
}

.category.thumbnail .term a:hover {
	text-decoration: underline;
	color: #8e8e8e;
}

.category.thumbnail .term a:hover img {
	border: solid 1px silver;
}

.category h3 {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

.category h3.name {
	text-align: left;
}

.category .price {
	text-align: left;
}

.category .category-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 20px;
	padding: 0 0 30px 0;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.category .category-wrapper {
		grid-gap: 0px 10px;
	}
}

.category .category-wrapper.columns-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

.category .category-wrapper.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

.category .category-wrapper.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

.category .category-wrapper.columns-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

.category .category-wrapper.columns-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

.category .category-wrapper.columns-7 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

.category .category-wrapper.columns-8 {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	justify-items: center;
	align-items: start;
	grid-gap: 20px 40px;
}

@media (max-width: 991px) {
	.category .category-wrapper.columns-6 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.category .category-wrapper.columns-8 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.category .category-wrapper.columns-2 {
		grid-template-columns: 1fr;
	}
	
	.category .category-wrapper.columns-3 {
		grid-template-columns: 1fr;
	}
	
	.category .category-wrapper.columns-4 {
		grid-template-columns: 1fr;
	}
	
	.category .category-wrapper.columns-5 {
		grid-template-columns: 1fr;
	}
	
	.category .category-wrapper.columns-6 {
		grid-template-columns: 1fr;
	}
	
	.category .category-wrapper.columns-7 {
		grid-template-columns: 1fr;
	}
	
	.category .category-wrapper.columns-8 {
		grid-template-columns: 1fr;
	}
}

.category .category-wrapper .term {
	margin-bottom: 20px;
	align-self: start;
	width: 100%;
}

.category .category-wrapper.columns-2 .term, .category .category-wrapper.columns-3 .term, .category .category-wrapper.columns-4 .term, .category .category-wrapper.columns-5 .term, .category .category-wrapper.columns-6 .term, .category .category-wrapper.columns-7 .term, .category .category-wrapper.columns-8 .term, .category .category-wrapper.fluid .term {
	max-width: 230px;
}

.category .category-wrapper.block .link {
	display: block;
	text-align: center;
	border: none;
	padding-bottom: 15px;
}

.category .category-wrapper.block .link:hover {
	border: none;
}

.category .category-wrapper.float {
	grid-gap: 5px;
}

.category .category-wrapper .desktop-only {
	display: block !important;
}

.category .category-wrapper .mobile-only {
	display: none !important;
}

@media (max-width: 767px) {
	.category .category-wrapper .desktop-only {
		display: none !important;
	}
	
	.category .category-wrapper .mobile-only {
		display: block !important;
	}
}

.category .term {
	width: auto;
}

.category .term .clickable-area {
	display: block;
	position: relative;
	border: solid 1px rgba(0, 0, 0, 0);
	transition: all .4s;
}

.category .term .clickable-area .content {
	padding: 0px 10px;
}

.category .term img {
	transition: all .4s;
	display: block;
	margin: 0 auto;
}

.category .term .name {
	font-family: "Poppins", sans-serif;
	transition: all .4s;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 2px 5px 0px !important;
	letter-spacing: .01em;
}

@media (max-width: 767px) {
	.category .term .name {
		margin-top: 5px !important;
	}
}

.category .term .name.btn-pill {
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	height: auto;
	display: inherit;
	vertical-align: middle;
	padding: 2px 13px;
	margin: 0;
}

.category .term .description {
	font-size: 16px;
	font-weight: 200;
	line-height: 18px;
	letter-spacing: .4px;
}

.category .term .link {
	transition: all .4s;
	font-size: 14.5px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: -.01em;
	border-bottom: 1px solid #000;
}

.category .term .link a.btn {
	margin-top: 0;
}

.category .term:hover .clickable-area img {
	box-shadow: -5px 8px 17px -8px rgba(0, 0, 0, .2);
}

.category .term:hover .clickable-area .description {
	color: #000;
}

.category .term:hover .clickable-area .link {
	color: #47515c;
}

.category .term:hover .clickable-area .link.btn-pill {
	background-color: #4a4949 !important;
}

.category .term .button-area .category-wrapper {
	padding: 0 0 30px 0;
}

@media (max-width: 767px) {
	.category .term .button-area .category-wrapper {
		padding-bottom: 20px;
	}
}

.category .term .button-area a.btn {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 28px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	padding: 6px 20px 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border-radius: 25px;
	letter-spacing: .5px;
}

.category .term .button-area a.btn:hover, .category .term .button-area a.btn.active {
	background-color: #000 !important;
	color: #fff;
	transition-delay: inherit !important;
	transition: background 0s ease 0s;
}

.callouts .callouts-wrapper {
	display: grid;
	grid-gap: 20px;
	margin: 0 auto;
	max-width: 1600px;
}

@media (max-width: 767px) {
	.callouts .callouts-wrapper {
		grid-gap: 10px;
	}
}

.callouts .callouts-wrapper.double {
	grid-template-columns: 1fr 1fr;
}

.callouts .callouts-wrapper.triple {
	grid-template-columns: 1fr 1fr 1fr;
}

.callouts .callouts-wrapper.quadruple {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.callouts .callouts-wrapper.quintuple {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.callouts .callouts-wrapper.sextuple {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.callouts .callouts-wrapper.septuple {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.callouts .callouts-wrapper.octuple {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {
	.callouts .callouts-wrapper.triple, .callouts .callouts-wrapper.quadruple, .callouts .callouts-wrapper.quintuple, .callouts .callouts-wrapper.sextuple, .callouts .callouts-wrapper.septuple, .callouts .callouts-wrapper.octuple {
		grid-template-columns: 1fr 1fr;
	}
}

.callouts .callouts-wrapper .callout {
	text-decoration: none;
	width: 100%;
}

.callouts .callouts-wrapper .callout.categories a {
	text-align: center;
	text-decoration: none;
	background-color: #f3f3f3;
}

.callouts .callouts-wrapper .callout.categories a .headline {
	font-weight: 500;
	font-size: 22px;
	padding: 6px 0 0 0;
	margin-bottom: -7px;
}

.callouts .callouts-wrapper .callout.categories a .headline2 {
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 6px;
}

.callouts .callouts-wrapper .callout.categories a .headline3 {
	font-weight: 300;
	font-size: 15px;
	padding-bottom: 6px;
}

.callouts .callouts-wrapper .callout.categories a .description p {
	font-size: 16px;
	font-weight: 300;
	padding: 0px 10px 10px;
}

.callouts .callouts-wrapper .callout.categories a .description p span.shopnow {
	font-weight: 600;
	padding: 0 8px;
	border-bottom: solid 2px #000;
}

.callouts .callouts-wrapper .callout.categories.charity a .headline.big {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 8px 10px 6px;
	position: absolute;
	width: 100%;
	top: 0;
}

@media (max-width: 768px) {
	.callouts .callouts-wrapper .callout.categories.charity a .headline.big {
		font-size: 16px;
		line-height: 20px;
	}
}

.callouts .callouts-wrapper .callout.categories.charity a .description {
	text-align: left;
	padding: 20px 15px 1px 15px;
}

@media (max-width: 768px) {
	.callouts .callouts-wrapper .callout.categories.charity a .description {
		padding: 8px 5px 1px 5px;
	}
}

.callouts .callouts-wrapper .callout.categories.charity a .button-text {
	bottom: auto;
	top: 170px;
	-webkit-transform: none;
	transform: none;
}

.callouts .callouts-wrapper .callout a.clickable-area {
	display: block;
	position: relative;
}

.callouts .callouts-wrapper .callout a.clickable-area .button-text {
	opacity: 0;
	position: absolute;
	bottom: 50%;
	left: 50%;
	text-align: center;
	display: block;
	-webkit-transform: translateY(20px) translateX(-50%);
	transform: translateY(20px) translateX(-50%);
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	color: #fff;
	z-index: 10;
}

.callouts .callouts-wrapper .callout a.clickable-area:after {
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #000;
	opacity: 0;
	transition: opacity .3s;
	z-index: 5;
}

@media (min-width: 768px) {
	.callouts .callouts-wrapper .callout a.clickable-area:hover:after {
		opacity: .4;
	}
	
	.callouts .callouts-wrapper .callout a.clickable-area:hover .button-text {
		opacity: 1;
		-webkit-transform: translateY(0px) translateX(-50%);
		transform: translateY(0px) translateX(-50%);
	}
}

.callouts .callouts-wrapper .callout p {
	font-size: 16px;
	padding: 10px 15px;
}

.vertical-align>.container>div {
	display: flex;
}

@media (max-width: 767px) {
	.vertical-align>.container>div {
		flex-direction: column;
	}
}

.vertical-align>.container>div>div[class*=column] {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.vertical-align>.container>div {
		flex-direction: column;
	}
}

.contentFeature1 {
	margin-bottom: 30px;
}

.contentFeature1 h1 {
	font-size: 40px !important;
}

.contentFeature1 h2 {
	font-size: 36px !important;
	margin-bottom: 0;
}

.contentFeature1 h3 {
	font-size: 21px !important;
	font-weight: 500 !important;
}

.contentFeature1 h4 {
	font-size: 18px !important;
}

.contentFeature1 p {
	font-size: 18px !important;
}

@media (max-width: 575px) {
	.contentFeature1 .container {
		margin: 0;
		padding: 0;
	}
	
	.contentFeature1 .imageContainer.text-center {
		margin: 0;
	}
}

.contentFeature1 .row>* {
	padding-right: 0;
	padding-left: 0;
}

.contentFeature1 .innerContent {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f9f9f9;
}

.contentFeature1 .innerContent .wysiwyg {
	padding: 1rem;
}

@media (max-width: 575px) {
	.contentFeature1 .innerContent .wysiwyg {
		text-align: center;
	}
}

.contentFeature2 {
	margin-bottom: 30px;
}

.contentFeature2 h1 {
	font-size: 40px !important;
}

.contentFeature2 h2 {
	font-size: 36px !important;
	margin-bottom: 0;
}

.contentFeature2 h3 {
	font-size: 21px !important;
	font-weight: 500 !important;
}

.contentFeature2 h4 {
	font-size: 18px !important;
}

.contentFeature2 p {
	font-size: 18px !important;
}

@media (max-width: 575px) {
	.contentFeature2 .container {
		margin: 0;
		padding: 0;
	}
	
	.contentFeature2 .imageContainer.text-center {
		margin: 0;
	}
}

.contentFeature2 .row>* {
	padding-right: 0;
	padding-left: 0;
}

.contentFeature2 .innerContent {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f9f9f9;
}

.contentFeature2 .innerContent .wysiwyg {
	padding: 1rem;
}

@media (max-width: 575px) {
	.contentFeature2 .innerContent .wysiwyg {
		text-align: center;
	}
}

.contentLimit {
	padding: 10px 100px 40px 100px;
	max-width: 1300px;
	margin: 0 auto;
}

@media (min-width: 0) {
	.contentLimit {
		padding: 20px 30px !important;
	}
}

@media (min-width: 576px) {
	.contentLimit {
		padding: 20px 40px 40px 40px !important;
	}
}

@media (min-width: 768px) {
	.contentLimit {
		padding: 20px 70px 40px 70px !important;
	}
}

@media (min-width: 992px) {
	.contentLimit {
		padding: 20px 70px 40px 70px !important;
	}
}

.dual-content.widths-30-70 .container .row .col.order-1 {
	flex: 0 0 40%;
	max-width: 40%;
}

.dual-content.widths-30-70 .container .row .col.order-2 {
	flex: 0 0 60%;
	max-width: 60%;
}

.dual-content.widths-40-60 .container .row .col.order-1 {
	flex: 0 0 40%;
	max-width: 40%;
}

.dual-content.widths-40-60 .container .row .col.order-2 {
	flex: 0 0 60%;
	max-width: 60%;
}

.dual-content.widths-50-50 .container .row .col.order-1 {
	flex: 0 0 50%;
	max-width: 50%;
}

.dual-content.widths-50-50 .container .row .col.order-2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.dual-content.widths-60-40 .container .row .col.order-1 {
	flex: 0 0 60%;
	max-width: 60%;
}

.dual-content.widths-60-40 .container .row .col.order-2 {
	flex: 0 0 40%;
	max-width: 40%;
}

.dual-content.widths-70-30 .container .row .col.order-1 {
	flex: 0 0 70%;
	max-width: 70%;
}

.dual-content.widths-70-30 .container .row .col.order-2 {
	flex: 0 0 30%;
	max-width: 30%;
}

.dual-content .container .row {
	display: flex;
	flex-wrap: wrap;
}

.dual-content .container .row .col {
	flex: 1;
	max-width: 100%;
}

.dual-content .container .row .col .wysiwyg {
	padding: 60px;
	font-size: 18px;
}

.dual-content .container .row .col .wysiwyg h1 {
	margin-top: 0;
}

@media (max-width: 767px) {
	.dual-content .container .row .col .wysiwyg {
		padding: 20px 30px;
	}
}

@media (max-width: 767px) {
	.dual-content .container .row .col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

.dual-content .container .row.align-items-center {
	align-items: center !important;
}

.dual-content .container .row.align-items-bottom {
	align-items: baseline !important;
}

.dual-content .container.lightGray {
	background-color: #f9f9f9;
}

.dual-content .container.darkGray {
	background-color: #4f4f4f;
	color: #fff;
}

.dual-content .container.black {
	background-color: #000;
	color: #fff;
}

.dual-content .container.white {
	background-color: #fff;
	color: #000;
}

@media (min-width: 576px) {
	.contentFeature1 .innerContent .wysiwyg {
		padding: 1.5rem;
	}
}

@media (min-width: 768px) {
	.contentFeature1 .innerContent .wysiwyg {
		padding: 2rem;
	}
}

@media (min-width: 992px) {
	.contentFeature1 .innerContent .wysiwyg {
		padding: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.contentFeature1 .innerContent .wysiwyg {
		padding: 7rem;
	}
}

#sb_instagram, .wpsr-ig-feed-wrapper {
	padding: 40px 30px !important;
}

#sb_instagram #sbi_images, .wpsr-ig-feed-wrapper #sbi_images {
	clear: both;
	dispay: flex;
}

#sb_instagram .sb_instagram_header, #sb_instagram #sbi_images, #sb_instagram #sbi_load, .wpsr-ig-feed-wrapper .sb_instagram_header, .wpsr-ig-feed-wrapper #sbi_images, .wpsr-ig-feed-wrapper #sbi_load {
	float: none;
	margin: 0 auto;
	max-width: 1280px;
}

.woocommerce-ordering select {
	border: none;
	background-color: #f4f4f4;
	width: 185px;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
	border-radius: 20px;
	line-height: 20px;
	color: #000;
	text-indent: 10px;
	padding: 6px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.woocommerce-ordering select:focus {
	outline: none;
}

.woocommerce-ordering select.orderby {
	content: "";
	background: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/optimized/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/icons/icon_chevrondown.svg") #f4f4f4 no-repeat center;
	background-size: 10px 6px;
	background-repeat: no-repeat !important;
	background-position: 90% 50% !important;
	margin-right: 10px !important;
}

.woocommerce-ordering select.orderby.nitro-lazy {
	background-image: none !important;
}

nav.woocommerce-breadcrumb {
	font-size: 13px;
}

@media (max-width: 767px) {
	.imageContainer.text-center {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0;
	}
	
	.woocommerce-breadcrumb, #breadcrumbs {
		display: none;
	}
}

#blog-slider-wrapper {
	margin: 0 auto;
	max-width: 1600px;
}

#blog-slider-wrapper .blog-hero-slider .content {
	padding: 90px 90px;
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .content {
		padding: 10px 0px;
	}
}

@media (min-width: 768px)and (max-width: 991.98px) {
	#blog-slider-wrapper .blog-hero-slider .content {
		padding: 90px 50px;
	}
}

#blog-slider-wrapper .blog-hero-slider .category {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .category {
		color: #999;
	}
}

#blog-slider-wrapper .blog-hero-slider h3 {
	font-size: 40px;
	line-height: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider h3 {
		font-size: 21px;
		line-height: 21px;
	}
}

@media (min-width: 768px)and (max-width: 991.98px) {
	#blog-slider-wrapper .blog-hero-slider h3 {
		font-size: 30px;
		line-height: 30px;
	}
}

#blog-slider-wrapper .blog-hero-slider .btn-line .btn {
	border: 0;
	border: solid 1px #cbcbcb;
	font-weight: 400;
	margin: 5px 0 5px 0;
	background-color: #000 !important;
	background-color: #000 !important;
	color: #fff;
	padding: 4px 15px !important;
	font-size: 12px;
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .btn-line .btn {
		border: none;
	}
}

#blog-slider-wrapper .blog-hero-slider a:hover h3 {
	text-decoration: underline;
}

#blog-slider-wrapper .blog-hero-slider .summary {
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .summary {
		line-height: 15px;
		font-size: 14px;
	}
}

@media (min-width: 768px)and (max-width: 991.98px) {
	#blog-slider-wrapper .blog-hero-slider .summary {
		font-size: 14px;
		line-height: 16px;
	}
}

#blog-slider-wrapper .blog-hero-slider .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 575px;
	text-align: center;
	color: #fff;
	padding: 0 60px;
	position: relative;
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .slide {
		height: calc(( 100vw - 30px ) * .8);
		padding: 0;
		align-items: baseline !important;
	}
}

@media (min-width: 768px)and (max-width: 991.98px) {
	#blog-slider-wrapper .blog-hero-slider .slide {
		height: calc(( 100vw - 30px ) * .5);
		padding: 0 60px;
	}
}

#blog-slider-wrapper .blog-hero-slider .slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .18);
	z-index: 1;
}

#blog-slider-wrapper .blog-hero-slider .slide .content-wrapper {
	max-width: 550px;
	position: relative;
	z-index: 10;
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .slide .content-wrapper {
		padding: 0;
	}
}

#blog-slider-wrapper .blog-hero-slider .slide .content-wrapper a {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .slide .content-wrapper a {
		padding: 0 15px;
		padding-top: calc(( 100vw - 30px ) * .8);
		display: block;
	}
}

#blog-slider-wrapper .blog-hero-slider .slick-dots {
	bottom: 0px;
	height: 40px;
}

#blog-slider-wrapper .blog-hero-slider .slick-dots li {
	margin: 0 1px;
}

#blog-slider-wrapper .blog-hero-slider .slick-dots li button {
	color: #fff;
	background: rgba(0, 0, 0, 0) !important;
	font-size: 0 !important;
}

#blog-slider-wrapper .blog-hero-slider .slick-dots li button:before {
	font-size: 11px;
	color: #fff;
	transition: opacity .3s;
}

#blog-slider-wrapper .blog-hero-slider .slick-dots li.slick-active button:before {
	color: #fff;
}

#blog-slider-wrapper .blog-hero-slider .slick-prev, #blog-slider-wrapper .blog-hero-slider .slick-next {
	top: 50%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 767px) {
	#blog-slider-wrapper .blog-hero-slider .slick-prev, #blog-slider-wrapper .blog-hero-slider .slick-next {
		top: 28%;
	}
}

#blog-slider-wrapper .blog-hero-slider .slick-prev:before, #blog-slider-wrapper .blog-hero-slider .slick-next:before {
	color: #fff;
}

#blog-slider-wrapper .blog-hero-slider .slick-next {
	right: 5px;
}

#blog-slider-wrapper .blog-hero-slider .slick-prev {
	left: 5px;
}

@media (max-width: 767px) {
	#blog-slider-wrapper .slick-track:before, #blog-slider-wrapper .slick-track:after {
		content: none;
	}
	
	#blog-slider-wrapper .slick-dotted.slick-slider {
		margin-bottom: 45px;
		margin-left: -13px;
		margin-right: -13px;
	}
	
	#blog-slider-wrapper .slick-list {
		padding-bottom: 150px;
		border: solid 1px #f1f3f3;
		border-bottom: none;
	}
	
	#blog-slider-wrapper .slick-dots {
		margin-top: 0px;
		bottom: auto !important;
		border: solid 1px #f1f3f3;
		border-top: none;
		padding-bottom: 10px;
	}
	
	#blog-slider-wrapper .slick-dots li button:before {
		color: #000 !important;
	}
	
	#blog-slider-wrapper .slick-dots li.slick-active button:before {
		color: #93e9d0 !important;
	}
	
	#blog-slider-wrapper h3, #blog-slider-wrapper .summary, #blog-slider-wrapper .category {
		color: #000;
		text-shadow: none !important;
	}
}

#blog-slider-wrapper aside.trending h3 {
	background: #f1f3f3;
	padding: 15px;
	margin-bottom: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}

#blog-slider-wrapper aside.trending .posts a.blog-item {
	align-items: center;
	background: #f1f3f3;
	display: grid;
	grid-template-columns: 7fr 3fr;
	grid-gap: 10px;
	margin-bottom: 3px;
	text-decoration: none;
	transition: all .4s;
}

@media (max-width: 991px) {
	#blog-slider-wrapper aside.trending .posts a.blog-item {
		grid-template-columns: 1fr 120px;
	}
}

@media (max-width: 767px) {
	#blog-slider-wrapper aside.trending .posts a.blog-item {
		grid-template-columns: 1fr 100px;
	}
}

#blog-slider-wrapper aside.trending .posts a.blog-item:hover {
	-webkit-filter: brightness(95%);
	filter: brightness(95%);
}

#blog-slider-wrapper aside.trending .posts a.blog-item .blog-item-content {
	padding-left: 15px;
}

#blog-slider-wrapper aside.trending .posts a.blog-item .blog-item-content .blog-category {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#blog-slider-wrapper aside.trending .posts a.blog-item .blog-item-content h4 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: -.6px;
	text-overflow: ellipsis;
	max-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

#blog-slider-wrapper aside.trending .posts a.blog-item .blog-item-image-wrapper .blog-item-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
}

@media (min-width: 768px)and (max-width: 991.98px) {
	#blog-slider-wrapper aside.trending .posts a.blog-item .blog-item-image-wrapper .blog-item-image {
		height: 100px;
	}
}

section.blog {
	margin: 15px 15px 30px 15px;
	position: relative;
}

section.blog .blog-slider article {
	padding-right: .5rem;
	padding-left: .5rem;
	margin-top: 1rem;
	--slider-container: 1320px;
}

@media (max-width: 1399px) {
	section.blog .blog-slider article {
		--slider-container: 1140px;
	}
}

@media (max-width: 1199px) {
	section.blog .blog-slider article {
		--slider-container: 960px;
	}
}

@media (max-width: 991px) {
	section.blog .blog-slider article {
		--slider-container: 720px;
	}
}

@media (max-width: 767px) {
	section.blog .blog-slider article {
		--slider-container: 540px;
		width: 90%;
	}
}

@media (min-width: 768px) {
	section.blog .blog-slider article.col-md-8 {
		width: calc(var(--slider-container) / 12 * 8);
	}
	
	section.blog .blog-slider article.col-md-4 {
		width: calc(var(--slider-container) / 12 * 4);
	}
	
	section.blog .blog-slider article.col-md-6 {
		width: calc(var(--slider-container) / 12 * 6);
	}
}

@media (max-width: 767px) {
	section.blog .blog-slider {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

section.blog .blog-row {
	border-top: 3px solid #000;
	margin-top: 10px;
}

section.blog .blog-row.left-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "col1 col3" "col2 col3";
}

@media (max-width: 991px) {
	section.blog .blog-row.left-two {
		grid-template-areas: "col3 col3" "col1 col1" "col2 col2";
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.left-two {
		display: block;
	}
	
	section.blog .blog-row.left-two .column-3 .blog-item-image-wrapper {
		margin: 0 -13px;
	}
}

section.blog .blog-row.left-two .column-1, section.blog .blog-row.left-two .column-2 {
	position: relative;
}

section.blog .blog-row.left-two .column-1 .blog-item, section.blog .blog-row.left-two .column-2 .blog-item {
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-areas: "content thumb";
}

section.blog .blog-row.left-two .column-1 .blog-item .blog-item-image, section.blog .blog-row.left-two .column-2 .blog-item .blog-item-image {
	grid-area: thumb;
}

section.blog .blog-row.left-two .column-1 .blog-item .blog-item-content, section.blog .blog-row.left-two .column-2 .blog-item .blog-item-content {
	grid-area: content;
}

@media (max-width: 991px) {
	section.blog .blog-row.left-two .column-1 .blog-item, section.blog .blog-row.left-two .column-2 .blog-item {
		border: 0;
		grid-template-columns: 1fr 120px;
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.left-two .column-1 .blog-item, section.blog .blog-row.left-two .column-2 .blog-item {
		grid-template-columns: 1fr 100px;
	}
}

@media (max-width: 991px) {
	section.blog .blog-row.left-two .column-1:before, section.blog .blog-row.left-two .column-2:before {
		content: "";
		border-top: 1px solid #e8e8e8;
		left: calc(var(--bs-gutter-x));
		position: absolute;
		top: -20px;
		width: calc(100% - ( var(--bs-gutter-x) ));
	}
}

section.blog .blog-row.right-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "col1 col2" "col1 col3";
}

@media (max-width: 991px) {
	section.blog .blog-row.right-two {
		grid-template-areas: "col1 col1" "col2 col2" "col3 col3";
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.right-two {
		display: block;
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.right-two .column-1 .blog-item-image-wrapper {
		margin: 0 -13px;
	}
}

section.blog .blog-row.right-two .column-2, section.blog .blog-row.right-two .column-3 {
	position: relative;
}

section.blog .blog-row.right-two .column-2 .blog-item, section.blog .blog-row.right-two .column-3 .blog-item {
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-areas: "content thumb";
}

section.blog .blog-row.right-two .column-2 .blog-item .blog-item-image, section.blog .blog-row.right-two .column-3 .blog-item .blog-item-image {
	grid-area: thumb;
}

section.blog .blog-row.right-two .column-2 .blog-item .blog-item-content, section.blog .blog-row.right-two .column-3 .blog-item .blog-item-content {
	grid-area: content;
}

@media (max-width: 991px) {
	section.blog .blog-row.right-two .column-2 .blog-item, section.blog .blog-row.right-two .column-3 .blog-item {
		border: 0;
		grid-template-columns: 1fr 120px;
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.right-two .column-2 .blog-item, section.blog .blog-row.right-two .column-3 .blog-item {
		grid-template-columns: 1fr 100px;
	}
}

@media (max-width: 991px) {
	section.blog .blog-row.right-two .column-2:before, section.blog .blog-row.right-two .column-3:before {
		content: "";
		border-top: 1px solid #e8e8e8;
		left: calc(var(--bs-gutter-x));
		position: absolute;
		top: -20px;
		width: calc(100% - ( var(--bs-gutter-x) ));
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.three .blog-item-image-wrapper {
		margin: 0 -13px;
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.blog-slider.three .blog-item-image-wrapper {
		margin: 0 0px;
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.two .blog-item-image-wrapper {
		margin: 0 -13px;
	}
}

@media (max-width: 767px) {
	section.blog .blog-row.blog-slider.two .blog-item-image-wrapper {
		margin: 0 0px;
	}
}

section.blog .blog-row .column-1 {
	grid-area: col1;
}

section.blog .blog-row .column-2 {
	grid-area: col2;
}

section.blog .blog-row .column-3 {
	grid-area: col3;
}

section.blog .blog-row article {
	padding: 0 7.5px !important;
}

section.blog .blog-row a.blog-item {
	text-decoration: none;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper {
	position: relative;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	overflow: hidden;
	position: absolute;
	position: relative;
	height: 0;
	margin-bottom: 10px;
	padding-top: 56%;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: unset;
	height: 100%;
	width: auto;
}

@media (min-width: 992px)and (max-width: 1199.98px) {
	section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image {
		padding-top: 71%;
	}
}

@media (min-width: 768px)and (max-width: 991.98px) {
	section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image {
		padding-top: 71%;
	}
}

@media (max-width: 991px) {
	section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image {
		padding-top: 76%;
	}
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image:after {
	content: "";
	background: linear-gradient(47deg, rgba(153, 235, 211, .2), rgba(194, 156, 210, .2));
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .6s;
	z-index: 10;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image h3, section.blog .blog-row a.blog-item .blog-item-image-wrapper .blog-item-image .summary {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper {
	background: linear-gradient(180deg, transparent, rgba(2, 8, 6, .7));
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 170px 20px 20px 20px;
	position: absolute;
	width: 100%;
	z-index: 11;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper .blog-category {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper .blog-category {
		color: #999;
	}
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper h3 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: -.5px;
	margin-bottom: 5px;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper .summary {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper .btn {
	border: 0;
	border: solid 1px #cbcbcb;
	font-weight: 400;
	margin: 5px 0 5px 0;
	background-color: #000 !important;
	background-color: #000 !important;
	color: #fff;
	padding: 4px 15px !important;
	font-size: 12px;
}

@media (max-width: 767px) {
	section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper .btn {
		border: none;
	}
}

@media (max-width: 991px) {
	section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper {
		background: rgba(0, 0, 0, 0);
		bottom: 0;
		color: #000;
		padding: 0px 15px 15px;
		position: unset;
	}
	
	section.blog .blog-row a.blog-item .blog-item-image-wrapper.has-content .content-wrapper h3 {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -.5px;
	}
}

section.blog .blog-row a.blog-item:hover .blog-item-image-wrapper .blog-item-image:after, section.blog .blog-row a.blog-item:focus .blog-item-image-wrapper .blog-item-image:after {
	opacity: 1;
}

section.blog .blog-row a.blog-item .blog-item-content {
	font-family: "Poppins", sans-serif;
	padding: 0px 15px 15px 15px;
}

@media (max-width: 767px) {
	section.blog .blog-row a.blog-item .blog-item-content {
		padding: 0px 15px;
	}
}

section.blog .blog-row a.blog-item .blog-item-content .blog-category {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
}

section.blog .blog-row a.blog-item .blog-item-content h3 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: -.5px;
	margin-bottom: 5px;
}

section.blog .blog-row a.blog-item .blog-item-content .summary {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #414141;
}

section.blog .blog-row a.blog-item .blog-item-content .btn {
	border: 0;
	font-weight: 400;
	margin: 5px 0 5px 0;
	background-color: #000 !important;
	color: #fff;
	padding: 4px 15px !important;
	font-size: 12px;
}

section.blog .blog-row a.blog-item:hover .blog-item-content h3 {
	text-decoration: underline;
}

section.blog .blog-row a.blog-item:hover .blog-item-content .btn {
	background-color: #333 !important;
}

@media (max-width: 767px) {
	section.blog .blog-row a.blog-item.slider-item .blog-item-image-wrapper.has-content .content-wrapper {
		background: rgba(0, 0, 0, 0);
		bottom: 0;
		color: #000;
		padding: 0px 15px 15px;
	}
	
	section.blog .blog-row a.blog-item.slider-item .blog-item-image-wrapper.has-content .content-wrapper h3 {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
	}
	
	section.blog .blog-row a.blog-item.slider-item .blog-item-image-wrapper.has-content .content-wrapper .btn {
		padding-left: 0px;
	}
}

section.blog .navigation.pagination {
	text-align: center;
	margin: 20px 3px;
}

section.blog .navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border: solid 1px #e4e4e4;
	border-radius: 30px;
}

section.blog .navigation.pagination .nav-links a, section.blog .navigation.pagination .nav-links span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}

section.blog .navigation.pagination .nav-links a:hover, section.blog .navigation.pagination .nav-links span:hover {
	background-color: #f3f3f3;
	color: #000;
}

section.blog .navigation.pagination .nav-links a.current, section.blog .navigation.pagination .nav-links span.current {
	background-color: #666;
	color: #fff;
	cursor: default;
}

section.blog .navigation.pagination .nav-links .prev, section.blog .navigation.pagination .nav-links .next {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	text-transform: uppercase;
	padding: 10px 40px;
	line-height: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}

section.blog .navigation.pagination .nav-links .prev:hover, section.blog .navigation.pagination .nav-links .next:hover {
	background-color: #f3f3f3;
	color: #000;
}

section.blog .navigation.pagination .nav-links .next[aria-disabled=true], section.blog .navigation.pagination .nav-links .prev[aria-disabled=true] {
	background-color: #f3f3f3;
	color: #999;
	pointer-events: none;
}

section.blog .navigation.pagination .nav-links .dots {
	padding: 0 10px;
	color: #000;
}

.single-blog #site-content {
	line-height: 28px;
	font-size: 16px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
	.single-blog #site-content {
		font-size: 16px;
		line-height: 24px;
	}
}

.single-blog .journal_heading a {
	padding: 5px 15px;
	border-bottom: solid 2px #2c2c2d;
	font-family: "Open Sans", sans-serif;
	font-size: 2.5em;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	display: block;
}

@media (max-width: 767px) {
	.single-blog .journal_heading a {
		text-align: center;
	}
}

.single-blog .journal_heading a:hover {
	color: #4c4c4c;
}

.single-blog h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-indent: 0px;
	margin-left: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 1em;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.single-blog h1 {
		text-align: center;
	}
}

.single-blog .wysiwyg h2 {
	padding: 0 0 0px;
	margin: 0 auto 10px auto;
	line-height: 28px;
	font-size: 26px;
	font-weight: 400 !important;
	font-family: "Poppins", sans-serif;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.single-blog .wysiwyg h2 {
		line-height: 24px;
		font-size: 22px;
	}
}

.single-blog .entry-content {
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.single-blog .flex-layout {
	margin: 0 auto;
}

.single-blog .flex-layout .full-column, .single-blog .flex-layout .two-column {
	max-width: 1300px;
	margin: 0 auto;
}

.single-blog .flex-layout p {
	margin-bottom: 1rem;
}

.single-blog .px-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.single-blog div#author-date {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-style: italic;
}

.single-blog .col-12>.imageContainer {
	margin: 10px -50px;
}

.blog.module {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.blog.module .row>div[class*=col-] {
		padding: 0;
	}
}

.blog.module h2 {
	margin: 0;
	line-height: 24px;
}

@media (max-width: 767px) {
	.blog.module h2 {
		padding-left: 10px;
	}
}

.blog.module .view-all {
	position: absolute;
	bottom: -8px;
	right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
	.blog.module .view-all {
		bottom: -4px;
	}
}

.product-care-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.product-care-icon {
	flex: 0 0 30%;
	max-width: 30%;
	max-width: 110px;
	padding-right: 18px;
	padding-bottom: 10px;
}

.product-care-text {
	flex: 0 0 70%;
	max-width: 70%;
}

.product-care-text p {
	margin-bottom: 0;
}

.product-care-image {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.product-care-row {
		flex-direction: column;
	}
	
	.product-care-icon, .product-care-text {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.bible-scripture {
	padding: 60px;
	margin: 0 0px 15px;
}

@media (max-width: 767px) {
	.bible-scripture {
		padding: 10px;
	}
}

.bible-scripture .innerContent {
	font-family: "Playfair Display", sans-serif;
	font-size: 23px;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
	padding: 60px;
	background-color: rgba(255, 255, 255, .7);
	border-style: double;
	border-width: 8px;
	border-color: gray;
}

@media (max-width: 767px) {
	.bible-scripture .innerContent {
		padding: 30px;
	}
}

.bible-scripture .book_chapter_verse_number {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.bible-scripture.light {
	background: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/optimized/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/backgrounds/bible-scripture-bkgd-light.jpg") #f4f4f4 repeat-x center;
}

.bible-scripture.light.nitro-lazy {
	background-image: none !important;
}

.bible-scripture.dark {
	background: url("https://cdn-ildfjel.nitrocdn.com/vEFJQWhawFksIcmqjlqZAJBISQNXvmYI/assets/images/optimized/rev-daf9bcb/exaltedly.com/wp-content/themes/ThyJoy/images/backgrounds/bible-scripture-bkgd-dark.jpg") #99ebd3 repeat-x center;
}

.bible-scripture.dark.nitro-lazy {
	background-image: none !important;
}

.wpsr-container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

#sb_instagram, .wpsr-ig-feed-wrapper {
	padding: 0 !important;
}

[class*=cover-] {
	position: relative;
}

[class*=cover-]>[class*=container] {
	position: relative;
	z-index: 2;
}

[class*=cover-]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1;
}

.cover-0:after {
	opacity: 0;
}

.cover-10:after {
	opacity: .1;
}

.cover-20:after {
	opacity: .2;
}

.cover-30:after {
	opacity: .3;
}

.cover-40:after {
	opacity: .4;
}

.cover-50:after {
	opacity: .5;
}

.cover-60:after {
	opacity: .6;
}

.cover-70:after {
	opacity: .7;
}

.cover-80:after {
	opacity: .8;
}

.cover-90:after {
	opacity: .9;
}

.cover-100:after {
	opacity: 1;
}

.cover-110:after {
	opacity: 1.1;
}

.cover-120:after {
	opacity: 1.2;
}

.cover-130:after {
	opacity: 1.3;
}

.cover-140:after {
	opacity: 1.4;
}

.cover-150:after {
	opacity: 1.5;
}

.cover-160:after {
	opacity: 1.6;
}

.cover-170:after {
	opacity: 1.7;
}

.cover-180:after {
	opacity: 1.8;
}

.cover-190:after {
	opacity: 1.9;
}

.cover-200:after {
	opacity: 2;
}

.cover-210:after {
	opacity: 2.1;
}

.cover-220:after {
	opacity: 2.2;
}

.cover-230:after {
	opacity: 2.3;
}

.cover-240:after {
	opacity: 2.4;
}

.cover-250:after {
	opacity: 2.5;
}

.cover-260:after {
	opacity: 2.6;
}

.cover-270:after {
	opacity: 2.7;
}

.cover-280:after {
	opacity: 2.8;
}

.cover-290:after {
	opacity: 2.9;
}

.cover-300:after {
	opacity: 3;
}

.cover-310:after {
	opacity: 3.1;
}

.cover-320:after {
	opacity: 3.2;
}

.cover-330:after {
	opacity: 3.3;
}

.cover-340:after {
	opacity: 3.4;
}

.cover-350:after {
	opacity: 3.5;
}

.cover-360:after {
	opacity: 3.6;
}

.cover-370:after {
	opacity: 3.7;
}

.cover-380:after {
	opacity: 3.8;
}

.cover-390:after {
	opacity: 3.9;
}

.cover-400:after {
	opacity: 4;
}

.cover-410:after {
	opacity: 4.1;
}

.cover-420:after {
	opacity: 4.2;
}

.cover-430:after {
	opacity: 4.3;
}

.cover-440:after {
	opacity: 4.4;
}

.cover-450:after {
	opacity: 4.5;
}

.cover-460:after {
	opacity: 4.6;
}

.cover-470:after {
	opacity: 4.7;
}

.cover-480:after {
	opacity: 4.8;
}

.cover-490:after {
	opacity: 4.9;
}

.cover-500:after {
	opacity: 5;
}

.cover-510:after {
	opacity: 5.1;
}

.cover-520:after {
	opacity: 5.2;
}

.cover-530:after {
	opacity: 5.3;
}

.cover-540:after {
	opacity: 5.4;
}

.cover-550:after {
	opacity: 5.5;
}

.cover-560:after {
	opacity: 5.6;
}

.cover-570:after {
	opacity: 5.7;
}

.cover-580:after {
	opacity: 5.8;
}

.cover-590:after {
	opacity: 5.9;
}

.cover-600:after {
	opacity: 6;
}

.cover-610:after {
	opacity: 6.1;
}

.cover-620:after {
	opacity: 6.2;
}

.cover-630:after {
	opacity: 6.3;
}

.cover-640:after {
	opacity: 6.4;
}

.cover-650:after {
	opacity: 6.5;
}

.cover-660:after {
	opacity: 6.6;
}

.cover-670:after {
	opacity: 6.7;
}

.cover-680:after {
	opacity: 6.8;
}

.cover-690:after {
	opacity: 6.9;
}

.cover-700:after {
	opacity: 7;
}

.cover-710:after {
	opacity: 7.1;
}

.cover-720:after {
	opacity: 7.2;
}

.cover-730:after {
	opacity: 7.3;
}

.cover-740:after {
	opacity: 7.4;
}

.cover-750:after {
	opacity: 7.5;
}

.cover-760:after {
	opacity: 7.6;
}

.cover-770:after {
	opacity: 7.7;
}

.cover-780:after {
	opacity: 7.8;
}

.cover-790:after {
	opacity: 7.9;
}

.cover-800:after {
	opacity: 8;
}

.cover-810:after {
	opacity: 8.1;
}

.cover-820:after {
	opacity: 8.2;
}

.cover-830:after {
	opacity: 8.3;
}

.cover-840:after {
	opacity: 8.4;
}

.cover-850:after {
	opacity: 8.5;
}

.cover-860:after {
	opacity: 8.6;
}

.cover-870:after {
	opacity: 8.7;
}

.cover-880:after {
	opacity: 8.8;
}

.cover-890:after {
	opacity: 8.9;
}

.cover-900:after {
	opacity: 9;
}

.cover-910:after {
	opacity: 9.1;
}

.cover-920:after {
	opacity: 9.2;
}

.cover-930:after {
	opacity: 9.3;
}

.cover-940:after {
	opacity: 9.4;
}

.cover-950:after {
	opacity: 9.5;
}

.cover-960:after {
	opacity: 9.6;
}

.cover-970:after {
	opacity: 9.7;
}

.cover-980:after {
	opacity: 9.8;
}

.cover-990:after {
	opacity: 9.9;
}

.cover-1000:after {
	opacity: 10;
}

.ratio-21x9 {
	height: 42.8571428571vw;
	max-height: 80vh;
}

@media (max-width: 767px) {
	.ratio-21x9 {
		height: 76.9230769231vw;
	}
}

.full-content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -12px;
	margin-right: -12px;
	position: relative;
}

.full-content .overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.full-content .btn {
	background: #000;
	border-color: #000;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
}

.full-content .btn:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
}

.full-content .light {
	color: #fff;
}

.full-content .light .btn {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.full-content .light .btn:hover {
	background: #ccc;
	border-color: #ccc;
}

.featured-collection {
	position: relative;
	margin-bottom: 20px;
}

.collection-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.collection-image {
	width: 100%;
	height: auto;
}

.collection-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}

.collection-title {
	margin-top: 0;
}

.button-wrapper {
	text-align: center;
	margin-top: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: #e9ffeb;
	border-top-color: #63a75a;
}

.woocommerce-notices-wrapper .woocommerce-info {
	background-color: #e3e3fa;
}

.woocommerce-notices-wrapper .woocommerce-error {
	background-color: #fae8e9;
}

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
	text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-error:before, .woocommerce-notices-wrapper .woocommerce-info:before, .woocommerce-notices-wrapper .woocommerce-message:before {
	display: none;
}

.woocommerce-MyAccount-content .form-check input[role=switch] {
	margin-left: 0px;
	margin-top: 6px;
}

.woocommerce-MyAccount-content .form-check label {
	padding-left: 40px;
}

span.woofc-cart-link-inner-subtotal {
	display: none;
}

.woofc-cart-link .woofc-cart-link-inner i {
	font-size: 16px;
	margin-top: 4px;
}

.woofc-cart-link .woofc-cart-link-inner:after {
	left: 15px;
}

.woofc-area {
	font-size: 16px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
	font-size: 16px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
	font-size: 16px !important;
	font-weight: 400 !important;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
	font-size: 16px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
	font-size: 22px;
}

.woofc-area.woofc-style-02 .woofc-area-bot {
	font-size: 16px;
}

.wpcfb-wrap.wpc-free-shipping-bar.wpcfb-qualified-message {
	color: #0c9401;
}

.woofc-coupon-added-right {
	color: #0c9401;
}

.woofc-total .woofc-data-left {
	position: relative;
	text-indent: -9999px;
	white-space: nowrap;
}

.woofc-total .woofc-data-left::before {
	content: "TOTAL (before shipping calculated)";
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	white-space: nowrap;
}

.product-badge {
	position: relative !important;
	margin: 0px 0 !important;
	padding: 4px 9px 3px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	font-family: "Open Sans", sans-serif;
	letter-spacing: .06em;
	display: inline-flex;
	align-items: center;
	border-radius: 0 !important;
	line-height: 1.1 !important;
	top: 0 !important;
	left: 0 !important;
	min-height: auto !important;
	min-width: auto !important;
	text-transform: uppercase;
	margin-right: 5px !important;
	color: #fff !important;
}

.product-badge.onsale {
	background-color: #c0392b !important;
	border: solid 1px #9e2a1f !important;
}

.product-badge.product-new {
	background-color: #2ecc71 !important;
	border: solid 1px #25a25a !important;
}

.product-badge.predefined-badge, .product-badge.custom-badge {
	background-color: #7f8c8d !important;
	border: solid 1px #a3b1b2 !important;
}

.product-badge.predefined-badge.trending, .product-badge.custom-badge.trending {
	background-color: #f5a623 !important;
	border: solid 1px #d4881e !important;
}

.product-badge.predefined-badge.popular, .product-badge.custom-badge.popular {
	background-color: #4a90e2 !important;
	border: solid 1px #357abd !important;
}

.product-badge.predefined-badge.onsale, .product-badge.custom-badge.onsale {
	background-color: #c0392b !important;
	border: solid 1px #9e2a1f !important;
}

.product-badge.predefined-badge.product-new, .product-badge.custom-badge.product-new {
	background-color: #2ecc71 !important;
	border: solid 1px #25a25a !important;
}

.product-badge i {
	margin-right: 4px;
	font-size: 11px;
	color: #fff !important;
}

.quad-slider .badges, .product .badges {
	position: absolute !important;
	width: 100%;
	top: -2px;
	right: 0;
	padding: 0px;
	margin-right: -5px;
	z-index: 1;
	text-align: right;
}

.summary .badges {
	position: relative !important;
	padding: 0 5px 5px 0;
	text-align: left;
}

.productMobileInfo {
	padding: 10px;
}

.productMobileInfo .badges {
	position: relative !important;
	padding: 0 5px 5px 0;
	text-align: left;
}

.productMobileInfo h1.product_title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1em;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	text-indent: 0;
	margin-left: 0;
	margin-bottom: 5px;
}

.productMobileInfo h1.product_title span {
	text-wrap: nowrap;
}

.productMobileInfo p.price {
	color: #777 !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	margin-bottom: 0px;
}

.woo-variation-product-gallery {
	margin: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 0px !important;
	margin-right: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	background-size: 45% !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	align-items: normal !important;
}

@media screen and (max-width: 767px) {
	.pswp__scroll-wrap {
		top: 53px;
	}
}

@media screen and (max-width: 767px) {
	.product-template-default .site-main {
		padding-left: 0;
		padding-right: 0;
	}
}

.product-template-default .badges {
	position: relative;
}

.woocommerce-breadcrumb {
	padding: 10px 15px !important;
	font-size: 12px !important;
	color: #000 !important;
	font-family: "Open Sans", sans-serif !important;
	margin-top: 10px !important;
	font-weight: 500;
}

.woocommerce-breadcrumb a {
	color: #7a7a7a;
	font-weight: 300;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
	color: #000;
}

.woocommerce-breadcrumb .arrow {
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.woocommerce-breadcrumb {
		font-size: 12px;
		font-weight: 300;
	}
}

@media (max-width: 767px) {
	.zoomContainer {
		display: none !important;
	}
}

header.woocommerce-products-header {
	padding: 0 15px;
}

div.product div.images {
	width: 60%;
}

@media screen and (max-width: 991px) {
	div.product div.images {
		width: 100%;
		margin-bottom: 10px !important;
		margin-top: 10px;
	}
}

div.product div.images #video-modal {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	display: none;
}

div.product div.images #video-modal .loading {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #eee;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

div.product div.images #video-modal .loading .lds-ring {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
}

div.product div.images #video-modal .loading .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	-webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

div.product div.images #video-modal .loading .lds-ring div:nth-child(1) {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s;
}

div.product div.images #video-modal .loading .lds-ring div:nth-child(2) {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

div.product div.images #video-modal .loading .lds-ring div:nth-child(3) {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s;
}

@-webkit-keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

div.product div.images #video-modal iframe {
	position: relative;
	z-index: 50;
}

@media screen and (max-width: 991px) {
	div.product div.images #product-slider .slick-slide {
		height: calc(75vw - 20px) !important;
	}
}

@media screen and (max-width: 767px) {
	div.product div.images #product-slider .slick-slide {
		height: calc(100vw - 20px) !important;
	}
}

div.product div.summary {
	width: 37% !important;
}

@media (max-width: 575px) {
	div.product div.summary {
		padding: 0 15px;
		width: 100% !important;
	}
}

div.product div.summary .brand, div.product div.summary .brand a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .03em;
	color: #888;
	margin-bottom: 3px;
	transition: all .2s;
}

div.product div.summary .brand a {
	text-decoration: none;
}

div.product div.summary .brand a:hover {
	text-decoration: underline;
	color: #1b1b1b;
}

div.product div.summary .product_title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1em;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

div.product div.summary .product_title span {
	text-wrap: nowrap;
}

div.product div.summary p.price {
	color: #777;
	font-weight: 500;
	font-size: 18px;
}

div.product div.summary .sizes .size-option {
	display: flex;
	margin: 0 8px 8px 0px;
	padding: 10px 10px;
	height: 35px;
	min-width: 35px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: .9em;
	cursor: pointer;
	transition: border-color .2s;
}

div.product div.summary .variations {
	margin-bottom: 0;
}

div.product div.summary .variations tr {
	padding-bottom: 10px;
	display: block;
}

div.product div.summary .variations th {
	line-height: normal;
}

div.product div.summary .variations th label {
	margin: 0;
	font-size: 14px !important;
	font-weight: 300;
}

div.product div.summary .variations th .woo-selected-variation-item-name {
	font-size: 14px !important;
	font-weight: 100;
}

div.product div.summary .variations td {
	line-height: normal;
}

div.product div.summary .variations td .reset_variations {
	display: none !important;
}

div.product div.summary #variation-price-placeholder {
	margin-bottom: 15px;
}

div.product div.summary .woocommerce-product-rating {
	margin-bottom: 10px;
}

div.product div.summary .woocommerce-product-rating .star-rating {
	width: 6em;
}

div.product div.summary .woocommerce-product-rating .star-rating:before {
	letter-spacing: 3px;
}

div.product div.summary .woocommerce-product-rating .star-rating span::before {
	color: #555;
	letter-spacing: 3px;
}

div.product div.summary .woocommerce-product-rating a.woocommerce-review-link {
	color: #777;
	display: inline-block;
	font-size: 15px;
	position: relative;
	text-transform: capitalize;
	text-decoration: none;
}

div.product div.summary .woocommerce-product-rating a.woocommerce-review-link:before {
	background: #777;
	content: "";
	bottom: 8px;
	height: 1px;
	left: 5px;
	position: absolute;
	width: calc(100% - 10px);
}

div.product div.summary .woocommerce-product-rating a.woocommerce-review-link:after {
	content: "Add Your Review";
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: absolute;
	text-decoration: underline;
	width: 150px;
	display: block;
	bottom: -1px;
	right: -160px;
	letter-spacing: -.5px;
}

div.product div.summary .price {
	color: #000;
	font-weight: 500;
}

div.product div.summary .price del {
	opacity: 1;
	color: #7d7d7d;
}

div.product div.summary .price ins {
	color: #dc2626;
	font-weight: 600;
	text-decoration: none;
}

div.product div.summary .woocommerce-variation-price {
	margin-bottom: 20px;
}

div.product div.summary .woocommerce-variation-price .price {
	color: #000;
	font-weight: 400;
}

div.product div.summary .woocommerce-variation-price .price del {
	opacity: 1;
	color: #7d7d7d;
}

div.product div.summary .woocommerce-variation-price .price ins {
	color: #dc2626;
	font-weight: 600;
	text-decoration: none;
}

div.product div.summary .woocommerce-variation-availability .out-of-stock {
	background-color: #b4b2b2;
	color: #fff;
	padding: 8px 15px;
	font-weight: 500;
	display: inline-block;
}

div.product div.summary form.cart .single_variation_wrap {
	margin-top: -20px;
}

div.product div.summary form.cart .quantity-label {
	font-weight: 700;
	font-size: 14px;
}

div.product div.summary form.cart .quantity-label span {
	font-weight: 100;
}

div.product div.summary form.cart .quantity-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 90px;
	border: solid 1px #c7c7c7;
	margin-bottom: 15px;
}

div.product div.summary form.cart .quantity-wrapper button {
	background-color: unset !important;
	border: 1px solid #ddd;
	color: #6c7782 !important;
	font-size: 20px !important;
	font-weight: 200 !important;
	height: 37px;
	width: 30px;
	padding: 4px 0px !important;
	transition: background .3s;
	margin: 0 !important;
}

div.product div.summary form.cart .quantity-wrapper button:hover, div.product div.summary form.cart .quantity-wrapper button:focus {
	background-color: unset !important;
}

div.product div.summary form.cart .quantity-wrapper .qty {
	background: unset;
	border: 0;
	font-weight: 200;
	height: 37px;
	padding: 6px 0;
	width: 30px;
	text-align: center;
}

div.product div.summary form.cart .quantity-wrapper .qty::-webkit-outer-spin-button, div.product div.summary form.cart .quantity-wrapper .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

div.product div.summary form.cart .quantity-wrapper #wc-stripe-payment-request-wrapper {
	display: none !important;
	position: absolute;
	margin-left: 150px;
	padding-top: 0 !important;
	margin-top: -3px;
}

div.product div.summary form.cart .quantity-wrapper #wc-stripe-payment-request-wrapper #wc-stripe-payment-request-button {
	width: 151px;
}

div.product div.summary form.cart .quantity-wrapper #wc-stripe-payment-request-button-separator {
	display: none !important;
}

div.product div.summary form.cart .button {
	background-color: #000 !important;
	border-radius: 0;
	display: block;
	width: auto;
	max-width: 250px;
	min-width: 170px;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	transition: background-color .3s;
	color: #fff !important;
	font-size: 18px;
	font-weight: 500 !important;
}

div.product div.summary form.cart .button:hover {
	background-color: #47515c !important;
}

div.product div.summary .woocommerce-product-details__short-description {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.3em;
}

div.product div.summary .available-for {
	clear: both;
	float: left;
	margin-bottom: 10px;
}

div.product div.summary .available-for h3 {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 1px;
}

div.product div.summary .available-for a {
	transition: all .4s;
	background-color: #6c6b6b;
	color: #fff;
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	float: left;
}

div.product div.summary .available-for a:hover {
	background-color: #888686;
}

div.product div.summary .full-details-link {
	clear: both;
}

div.product div.summary .see-more {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -.02em;
	line-height: 1.3em;
}

div.product div.summary .see-more::after {
	content: "➔";
	display: inline-block;
	margin-left: 5px;
}

div.product div.summary .product_meta {
	clear: both;
}

div.product div.summary .product_meta .collection-name {
	display: inline-block;
}

div.product div.summary .product_meta h3 {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

div.product div.summary .product_meta .posted_in a, div.product div.summary .product_meta .tagged_as a {
	transition: all .4s;
	background-color: #f2f2f2;
	color: #444;
	border: solid 1px #e5e4e4;
	border-radius: 30px;
	text-decoration: none;
	padding: 2px 9px;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 9px;
}

div.product div.summary .product_meta .posted_in a:hover, div.product div.summary .product_meta .tagged_as a:hover {
	background-color: #dfdfdf;
}

div.product div.summary .product_meta .tagged_as {
	display: block;
	margin-top: 10px;
}

div.product div.summary .standard-information h3 {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .04em;
	color: #000;
	margin-top: 30px;
}

div.product div.summary .standard-information .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

div.product div.summary .standard-information .grid .info-item {
	color: #555;
	display: flex;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .06em;
	line-height: 1em;
	font-weight: 500;
	padding: 8px 20px;
}

div.product div.summary .standard-information .grid .info-item i {
	align-self: center;
	height: 20px;
	width: 20px;
	margin-right: 0px;
}

div.product .woocommerce-tabs .panel {
	padding: 0 15px;
}

#full-description {
	display: flex;
	flex-wrap: wrap;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 0 20px;
}

@media (max-width: 767px) {
	#full-description {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#full-description h3 {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
}

#full-description ul {
	padding-left: 20px;
}

#full-description.full-column>div {
	width: 100%;
}

#full-description.two-column>div:nth-child(1) {
	padding-right: 40px;
	width: 70%;
	padding-bottom: 20px;
}

#full-description.two-column>div:nth-child(2) {
	width: 30%;
	padding-bottom: 20px;
}

#full-description.two-column .flex-layout {
	width: 100%;
}

@media (max-width: 991px) {
	#full-description.two-column {
		flex-direction: column;
	}
	
	#full-description.two-column>div:nth-child(1) {
		padding-right: 0px;
		width: 100%;
	}
	
	#full-description.two-column>div:nth-child(2) {
		width: 100%;
	}
}

#full-description .other-info-container {
	padding: 15px;
}

#full-description .shipping {
	margin-bottom: 20px;
}

#full-description .shipping-details, #full-description .return-policy-details {
	padding-top: 10px;
	padding: 15px;
}

#full-description .shipping-details h5, #full-description .return-policy-details h5 {
	font-family: "Poppins", sans-serif;
	font-size: 1em;
}

#full-description .dropdown {
	cursor: pointer;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 18px 50px 18px 15px;
	position: relative;
}

#full-description .dropdown:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

#full-description .dropdown.open:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#full-description [data-dropdown] {
	display: none;
}

.product-navigation {
	clear: both;
}

.product-navigation #fixed-navigation {
	background: #fafafa;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-shadow: inset 0px -4px #e4e4e4;
	overflow: hidden;
	position: relative;
	z-index: 800;
}

.product-navigation #fixed-navigation.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.product-navigation #fixed-navigation.fixed {
		top: 53px;
	}
}

@media (max-width: 767px) {
	.product-navigation #fixed-navigation .container {
		padding: 0;
	}
	
	.product-navigation #fixed-navigation:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: calc(100% - 4px);
		width: 40px;
		background: linear-gradient(90deg, #fafafa 10%, rgba(0, 0, 0, 0));
	}
	
	.product-navigation #fixed-navigation:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: calc(100% - 4px);
		width: 40px;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0), #fafafa 90%);
	}
}

.product-navigation ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.product-navigation ul {
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	.product-navigation ul::-webkit-scrollbar {
		display: none;
	}
}

.product-navigation ul .nav-item {
	width: 25%;
}

@media (max-width: 767px) {
	.product-navigation ul .nav-item {
		width: auto;
	}
}

.product-navigation ul .nav-item a {
	color: #000;
	display: block;
	min-width: 150px;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: border .3s;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05em;
	background-color: #fafafa;
	border-bottom: 4px solid #e4e4e4;
}

@media (max-width: 767px) {
	.product-navigation ul .nav-item a {
		display: inline-block;
	}
}

.product-navigation ul .nav-item a.current {
	border-bottom: 4px solid #000 !important;
}

.product-navigation ul .nav-item:hover a, .product-navigation ul .nav-item:focus a {
	border-bottom: 4px solid #888;
}

.product-navigation.clone {
	position: fixed;
	top: -1px;
	background: #fff;
	z-index: 999991;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs, .woocommerce-Tabs-panel--description {
	display: none !important;
}

.woocommerce-Tabs-panel--reviews {
	display: block !important;
}

@media (max-width: 767px) {
	.woocommerce-tabs.wc-tabs-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

ul.products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

ul.products.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 1600px) {
	ul.products.columns-3 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 575px) {
	ul.products.columns-3 {
		grid-template-columns: 1fr 1fr;
	}
}

ul.products:before, ul.products:after {
	display: none !important;
}

ul.products li.product {
	margin: 0;
	width: 100% !important;
	border: solid 1px rgba(0, 0, 0, 0);
}

ul.products li.product.last {
	margin-right: 0;
}

ul.products li.product a:hover h2 {
	text-decoration: underline;
}

ul.products li.product .content, ul.products li.product .color-swatches {
	padding: 0 10px;
}

ul.products .ad-promo-card .content {
	background: #f1f3f3;
	text-align: center;
	padding: 0px 15px 10px 15px;
	line-height: 1.1em;
	color: #595959;
	font-size: 14px;
}

ul.products .ad-promo-card .content h2 {
	text-transform: uppercase;
}

ul.products .hover-img {
	opacity: 0;
	transition: opacity .4s;
}

ul.products .hover-img:hover {
	opacity: 1;
}

@media (max-width: 767px) {
	ul.products .hover-img {
		display: none !important;
	}
}

ul.products .img-wrapper {
	position: relative;
}

@media (max-width: 767px) {
	ul.products .img-wrapper form {
		display: none !important;
	}
}

ul.products .img-wrapper .archive_add_to_cart_button {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	width: 55px;
	bottom: 0;
	right: 0;
	transition: color .3s, opacity .4s;
}

ul.products .img-wrapper .archive_add_to_cart_button:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #3bd9ab;
}

ul.products .img-wrapper .added_to_cart {
	display: none !important;
}

ul.products .img-wrapper:hover .archive_add_to_cart_button {
	opacity: 1;
}

ul.products li.product a img {
	margin: 0px !important;
}

.quad-slider {
	max-height: 570px;
}

.quad-slider .slick-list .slide .content {
	padding: 10px 10px 3px 10px !important;
}

.quad-slider .slide .content .name, ul.products li.product .woocommerce-loop-category__title, ul.products li.product .woocommerce-loop-product__title, ul.products li.product h3 {
	font-family: "Poppins", sans-serif !important;
	color: #000 !important;
	font-size: 16px !important;
	margin: 0 !important;
	margin-bottom: 6px !important;
	padding-bottom: 2px !important;
	line-height: 1em !important;
	font-weight: 600 !important;
	letter-spacing: .6px !important;
	text-transform: uppercase !important;
}

.quad-slider .slide .content .name span, ul.products li.product .woocommerce-loop-category__title span, ul.products li.product .woocommerce-loop-product__title span, ul.products li.product h3 span {
	text-wrap: nowrap !important;
}

.quad-slider .slick-list .slide .content .price, ul.products li.product .price {
	color: #717171 !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	margin-bottom: 0;
}

.quad-slider .slick-list .slide .content .price .sale, ul.products li.product .price .sale {
	color: #dc2626 !important;
}

.quad-slider .slick-list .slide .content .price span.woocommerce-Price-currencySymbol, ul.products li.product .price span.woocommerce-Price-currencySymbol {
	padding-right: 3px;
}

.quad-slider .slick-list .slide .content .price del, ul.products li.product .price del {
	color: #7d7d7d !important;
}

.quad-slider .slick-list .slide .content .price ins, ul.products li.product .price ins {
	color: #dc2626 !important;
	text-decoration: none !important;
}

ul.products li.product a:hover .price, ul.products li.product a:hover .woocommerce-loop-product__title {
	color: #333 !important;
	transition: color .4s;
}

a.button.product_type_simple {
	display: none;
	margin-bottom: 30px !important;
}

a.button.product_type_simple:hover {
	background-color: #44daae !important;
}

.summary a.button.product_type_simple {
	margin-left: 0 !important;
}

.color-swatches {
	display: flex;
	justify-content: left;
	position: relative;
	padding: 0 10px;
}

span.swatch-item {
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 3px;
	transition: all .1s ease-in-out;
	position: relative;
	cursor: pointer;
}

span.swatch-item:has(.color-swatch.active), span.swatch-item:has(.color-swatch.active):hover {
	border: 1px solid #000;
}

.swatch-item:hover::after {
	content: attr(title);
	position: absolute;
	bottom: 120%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 14px;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

.swatch-item:hover::after {
	opacity: 1;
}

.swatch-item:hover::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333 rgba(0, 0, 0, 0);
	z-index: 10;
	opacity: 0;
	transition: opacity .3s ease;
}

.swatch-item:hover::before {
	opacity: 1;
}

.color-swatch.active::before {
	content: "";
	background-image: var(--wvs-tick);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 45%;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}

.color-swatch[data-color=white].active::before, .color-swatch[data-color=lightgray].active::before {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.color-swatch {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ccc;
	position: relative;
	transition: all .1s ease-in-out;
}

.img-wrapper.hoverable {
	position: relative;
	overflow: hidden;
}

.img-wrapper.hoverable img, .wvs-archive-product-image, .hover-img {
	transition: opacity .2s ease-in-out;
}

.img-wrapper.hoverable .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.img-wrapper.hoverable:hover img:not(.hover-img) {
	opacity: 0;
}

.img-wrapper.hoverable:hover .hover-img {
	opacity: 1;
}

.fade-out {
	opacity: 0;
}

.fade-in {
	opacity: 1;
}

.debug-info {
	margin-top: 20px;
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #ddd;
}

.img-wrapper.hoverable img {
	transition: opacity .4s ease-in-out;
}

.fade-out {
	opacity: 0;
}

.fade-in {
	opacity: 1;
}

.img-wrapper img {
	transition: opacity .3s ease-in-out;
	opacity: 1;
}

.img-wrapper img.fade-in {
	opacity: 0;
}

.img-wrapper .content {
	padding: 0 10px;
}

.size-chart-modal {
	display: none;
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .4);
}

.size-chart-modal .size-chart-close {
	cursor: pointer;
	padding: 0px 8px;
	text-align: center;
	font-size: 26px;
	color: #807e7e;
	right: 20px;
	position: absolute;
}

.size-chart-modal .size-chart-close:hover {
	color: #000;
}

.size-chart-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
}

.size-chart-modal .size-chart-table-container {
	overflow-x: auto;
	max-height: 80vh;
}

.size-chart-modal .size-chart-table {
	width: 100%;
	border-collapse: collapse;
}

.size-chart-modal .size-chart-table th, .size-chart-modal .size-chart-table td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.size-chart-modal .size-chart-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.sizeChartOpenModalLink {
	display: none;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}

.sizeChartOpenModalLink:hover {
	color: #333;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	cursor: pointer;
	margin: 0;
	opacity: .9;
	border: solid 1px rgba(0, 0, 0, 0);
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail {
	border: solid 1px #6c7782;
}

.woo-variation-gallery-thumbnail-wrapper {
	padding-left: 10px !important;
}

.callouts .callouts-wrapper .callout p {
	font-size: 14px;
	letter-spacing: -.01em;
	padding: 10px 15px;
}

.woocommerce nav.woocommerce-pagination ul {
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #99ebd3;
	color: #000;
	padding: .5em .9em;
}

.woocommerce nav.woocommerce-pagination ul li a {
	padding: .5em .9em;
}

.journal-featured-product .feature-product {
	align-items: stretch;
	background: #f0f0f0;
	display: flex;
	padding: 0;
	margin: 0 -50px 15px;
}

@media (max-width: 991px) {
	.journal-featured-product .feature-product {
		align-items: center;
		flex-direction: column;
	}
}

.journal-featured-product .feature-product .product-image-link {
	width: 50%;
}

@media (max-width: 991px) {
	.journal-featured-product .feature-product .product-image-link {
		width: 75%;
	}
}

@media (max-width: 767px) {
	.journal-featured-product .feature-product .product-image-link {
		width: 100%;
	}
}

.journal-featured-product .feature-product .product-image-link .img-wrapper {
	background-color: #f0f0f0;
}

.journal-featured-product .feature-product .product-image-link .img-wrapper img {
	max-width: 100%;
	height: auto;
}

.journal-featured-product .feature-product .product-content-column {
	flex: 0 1 50%;
	padding: 70px;
	padding-left: 0;
}

@media (max-width: 991px) {
	.journal-featured-product .feature-product .product-content-column {
		padding-left: 70px;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.journal-featured-product .feature-product .product-content-column {
		padding: 0 20px 20px !important;
	}
}

.journal-featured-product .feature-product .product-content-column .content-wrapper {
	padding: 30px;
}

@media (max-width: 767px) {
	.journal-featured-product .feature-product .product-content-column .content-wrapper {
		padding: 0 30px;
	}
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-meta {
	padding: 30px 0;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-meta .brand, .journal-featured-product .feature-product .product-content-column .content-wrapper .product-meta div.product div.summary .brand a, div.product div.summary .brand .journal-featured-product .feature-product .product-content-column .content-wrapper .product-meta a {
	font-size: 12px;
	font-weight: 400;
	color: #918f85;
	letter-spacing: .1em;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-meta .description {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-meta .price {
	color: #777;
	font-weight: 500;
	font-size: 18px;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions button {
	padding: 13px 10px;
	width: 190px;
}

@media (max-width: 767px) {
	.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions button {
		width: 49%;
	}
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions button.btn {
	padding: 13px 10px;
}

@media (max-width: 500px) {
	.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions button.btn {
		font-size: 2.8vw;
	}
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions button.btn.view-product {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #000;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions button.btn.view-product:hover {
	background: #000;
	color: #fff;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions .single_add_to_cart_button {
	border: 1px solid #99ebd3;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions .added_to_cart {
	display: none !important;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions .sizes {
	position: absolute;
	bottom: -52px;
	left: 0;
	width: 100%;
}

.journal-featured-product .feature-product .product-content-column .content-wrapper .product-actions .sizes .size-option {
	padding: 13px 0;
	flex: 1;
}

.pswp {
	z-index: 9999999999999;
}

.slick-prev, .slick-next {
	height: 50px;
	width: 50px;
	border-radius: 50% !important;
	top: calc(50% - 50px);
	z-index: 100;
	background-color: gray !important;
	font-size: 0 !important;
	opacity: .8;
	padding: 0 !important;
	border: solid 1px #fff !important;
}

@media (max-width: 767px) {
	.slick-prev, .slick-next {
		height: 50px;
		width: 50px;
	}
}

.slick-prev:before, .slick-next:before {
	font-size: 50px;
	color: #fff;
	line-height: .2em;
}

@media (max-width: 767px) {
	.slick-prev:before, .slick-next:before {
		font-size: 50px;
	}
}

.slick-prev {
	left: 7px;
}

.slick-prev:before {
	content: "‹";
	font-size: 40px;
	position: relative;
	top: 2px;
	left: 0;
}

.slick-prev:hover {
	background-color: red;
}

.slick-next {
	right: 7px;
}

.slick-next:before {
	content: "›";
	font-size: 40px;
	position: relative;
	right: -2px;
	top: 2px;
}

#featured .slider-wrapper {
	width: 75vw;
}

@media (max-width: 991px) {
	#featured .slider-wrapper {
		width: 100%;
	}
}

#featured .slider-wrapper .slider {
	position: relative;
	margin-bottom: 0px;
}

#featured .slider-wrapper .slider .slick-track {
	background-color: #161616;
}

#featured .slider-wrapper .slider .slide {
	background-size: cover;
	background-position: center center;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 31.5vw;
	position: relative;
}

@media (max-width: 991px) {
	#featured .slider-wrapper .slider .slide {
		min-height: 112.5vw;
	}
}

#featured .slider-wrapper .slider .slide:hover .slide-content .btn {
	opacity: 1;
}

@media (max-width: 767px) {
	#featured .slider-wrapper .slider .slide {
		background-color: #161616;
	}
	
	#featured .slider-wrapper .slider .slide.noMobileBkgd {
		background-image: none !important;
	}
	
	#featured .slider-wrapper .slider .slide.noMobileBkgd.nitro-lazy {
		background-image: none !important;
	}
}

#featured .slider-wrapper .slider .slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}

#featured .slider-wrapper .slider .slide.opaque-background-fade-right::before {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 90%);
}

#featured .slider-wrapper .slider .slide.opaque-background-fade-left::before {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 90%);
}

#featured .slider-wrapper .slider .slide.opaque-background-fade-top::before {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 90%);
}

#featured .slider-wrapper .slider .slide.opaque-background-fade-bottom::before {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 90%);
}

#featured .slider-wrapper .slider .slide.opaque-background-all::before {
	background-color: rgba(0, 0, 0, .6);
}

#featured .slider-wrapper .slider .slide.opacity-1::before {
	background-color: #000;
}

#featured .slider-wrapper .slider .slide.opacity-08::before {
	background-color: rgba(0, 0, 0, .8);
}

#featured .slider-wrapper .slider .slide.opacity-06::before {
	background-color: rgba(0, 0, 0, .6);
}

#featured .slider-wrapper .slider .slide.opacity-04::before {
	background-color: rgba(0, 0, 0, .4);
}

#featured .slider-wrapper .slider .slide.opacity-02::before {
	background-color: rgba(0, 0, 0, .2);
}

#featured .slider-wrapper .slider .slide.opacity-01::before {
	background-color: rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
	#featured .slider-wrapper .slider .slide::before {
		background-image: none !important;
		background-color: rgba(0, 0, 0, 0) !important;
	}
}

#featured .slider-wrapper .slider .slide .slide-content {
	position: absolute;
	z-index: 10;
	padding: 30px;
	width: 40%;
}

#featured .slider-wrapper .slider .slide .slide-content.text-align-left {
	text-align: left;
}

#featured .slider-wrapper .slider .slide .slide-content.text-align-center {
	text-align: center;
}

#featured .slider-wrapper .slider .slide .slide-content.text-align-right {
	text-align: right;
}

#featured .slider-wrapper .slider .slide .slide-content.position-top-left {
	top: 0;
	left: 40px;
}

#featured .slider-wrapper .slider .slide .slide-content.position-top-center {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#featured .slider-wrapper .slider .slide .slide-content.position-top-right {
	top: 0;
	right: 40px;
}

#featured .slider-wrapper .slider .slide .slide-content.position-middle-left {
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#featured .slider-wrapper .slider .slide .slide-content.position-middle-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#featured .slider-wrapper .slider .slide .slide-content.position-middle-right {
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#featured .slider-wrapper .slider .slide .slide-content.position-bottom-left {
	bottom: 0;
	left: 40px;
}

#featured .slider-wrapper .slider .slide .slide-content.position-bottom-center {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#featured .slider-wrapper .slider .slide .slide-content.position-bottom-right {
	bottom: 0;
	right: 40px;
}

@media (max-width: 767px) {
	#featured .slider-wrapper .slider .slide .slide-content[class*=position-] {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		text-align: center;
	}
}

#featured .slider-wrapper .slider .slide .slide-content h2 {
	font-weight: 400;
	font-size: 44px;
	margin-bottom: 4px;
	line-height: 39px;
	text-transform: uppercase;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
	#featured .slider-wrapper .slider .slide .slide-content h2 {
		font-size: 35px;
		line-height: 30px;
	}
}

#featured .slider-wrapper .slider .slide .slide-content h2.small {
	font-size: .8em;
}

#featured .slider-wrapper .slider .slide .slide-content h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 4px;
	line-height: 20px;
	letter-spacing: .04em;
	margin-top: 0;
	text-transform: uppercase;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, .45);
}

#featured .slider-wrapper .slider .slide .slide-content h3.big {
	font-size: 1.3em;
}

#featured .slider-wrapper .slider .slide .slide-content .description {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
}

#featured .slider-wrapper .slider .slide .slide-content .btn {
	background-color: #000;
	color: #fff;
	border-radius: 0;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 10px;
	border: solid 2px #393939;
	transition: color .4s, background-color .4s, border-color .4s, opacity .3s;
}

#featured .slider-wrapper .slider .slide .slide-content .btn:hover, #featured .slider-wrapper .slider .slide .slide-content .btn:focus {
	color: #fff;
	background-color: #44daae;
	border-color: #44daae;
}

#featured .slider-wrapper .slider .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#featured .slider-wrapper .slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	font-size: 0 !important;
	background-color: #5b5b5b !important;
}

#featured .slider-wrapper .slider .slick-dots {
	bottom: 0px;
}

@media (max-width: 767px) {
	#featured .slider-wrapper .slider .slick-dots {
		bottom: 0px !important;
	}
}

#featured .slider-wrapper .slider .slick-dots li {
	margin: 0 1px;
}

#featured .slider-wrapper .slider .slick-dots li button {
	color: #fff;
	background: rgba(0, 0, 0, 0) !important;
	font-size: 0 !important;
}

#featured .slider-wrapper .slider .slick-dots li button:before {
	font-size: 11px;
	color: #fff;
	transition: opacity .3s;
}

#featured .slider-wrapper .slider .slick-dots li.slick-active button:before {
	color: #fff;
}

#featured .slider-wrapper .slider {
	visibility: hidden;
}

#featured .slider-wrapper .slider.slick-initialized {
	visibility: visible;
}

@media screen and (max-width: 767px) {
	.quad-slider .slide {
		margin-left: 3px !important;
		margin-right: 3px !important;
		padding: 0 0 20px 0;
		width: 80%;
	}
	
	.quad-slider .slide .content {
		padding: 10px;
	}
	
	.quad-slider .slide .content .brand, .quad-slider .slide .content div.product div.summary .brand a, div.product div.summary .brand .quad-slider .slide .content a {
		font-size: .85em;
	}
	
	.quad-slider .slide .content .price {
		font-size: .9em;
	}
}

.quad-slider .slide .price {
	margin-bottom: .5em;
}

.quad-slider .slick-list {
	overflow: unset;
}

.quad-slider .slide {
	margin-right: 7.5px;
	margin-left: 7.5px;
}

.quad-slider .slide a {
	color: #595959;
	display: block;
	text-decoration: none;
	opacity: 1;
	transition: all .3s;
}

.quad-slider .slide a:hover .content .name {
	color: #313131;
	text-decoration: underline;
}

.quad-slider .slide a:hover .content .price {
	color: #313131;
}

.quad-slider .slide .img-wrapper {
	background-color: #f1f3f3;
	position: relative;
}

.quad-slider .slide .img-wrapper .attachment-product-slider {
	opacity: 1;
	transition: opacity .4s;
}

.quad-slider .slide .img-wrapper .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	transition: opacity .4s;
}

.quad-slider .slide:hover .img-wrapper .attachment-product-slider {
	opacity: 0;
}

.quad-slider .slide:hover .img-wrapper .hover-img {
	opacity: 1;
}

.quad-slider .slide img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.quad-slider {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.quad-slider {
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 15px;
	position: relative;
}

@media (max-width: 767px) {
	.quad-slider {
		max-width: 100%;
	}
}

.quad-slider .slick-list .slick-track {
	display: flex;
}

.quad-slider .slick-list .slick-track .slide {
	opacity: 0;
	transition: opacity .3s;
	overflow: visible;
}

.quad-slider .slick-list .slick-track .slide.slick-active {
	opacity: 1;
}

.quad-slider .wvg-single-gallery-iframe-container, .quad-slider .wvg-single-gallery-video-container {
	background-color: #fff !important;
}

.quad-slider .woo-variation-gallery-wrapper .wvg-gallery-image, .quad-slider .slick-list .draggable {
	background-color: #fff !important;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero {
	background-size: cover;
	background-position: center;
	min-height: 300px;
	position: relative;
}

.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
}

.hero .content {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.hero .content h2 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
}

.woocommerce .woocommerce-MyAccount-navigation {
	padding: 20px 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin-top: 10px;
	padding-left: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	border-bottom: solid 1px #c3c3c3;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 15px 27px;
	line-height: 1.2em;
	text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #ebf0f2;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
	background-color: #ebf0f2 !important;
	font-weight: 600;
}

.my-account-title {
	float: right;
	width: 68%;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	.my-account-title {
		float: none;
		width: 100%;
	}
}

.woocommerce-account .addresses .title h3 {
	font-weight: 700;
}

.woocommerce form.login button.woocommerce-form-login__submit {
	margin-right: 1em !important;
}

.woocommerce form.login .form-row .show-password-input, .woocommerce-page form.login .form-row .show-password-input {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #000 !important;
	right: 22px;
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: auto;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	width: auto;
	padding-right: 10px;
}

.woocommerce form .form-row label.inputLabel, .woocommerce-page form .form-row label.inputLabel {
	font-weight: 600;
}

.woocommerce form .form-row label.gender-radio, .woocommerce-page form .form-row label.gender-radio {
	display: inline-block !important;
}

.woocommerce form .form-row label.horizValue, .woocommerce-page form .form-row label.horizValue {
	display: inline-block;
}

.entry-content {
	padding: 20px 20px;
}

.formToggleSwitch .switch {
	position: relative;
	display: inline-block;
	width: 57px !important;
	height: 30px;
	float: left;
}

.formToggleSwitch .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.formToggleSwitch .toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ebebeb;
	transition: .4s;
	border-radius: 34px;
}

.formToggleSwitch .toggleSlider:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 13px;
	color: #b2b2b2;
	height: 24px;
	width: 24px;
	left: 4px;
	bottom: 3px;
	background-color: #fff;
	transition: .4s;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.formToggleSwitch input:checked+.toggleSlider {
	background-color: #ebebeb;
	font-size: 13px;
}

.formToggleSwitch input:checked+.toggleSlider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px);
	content: "";
	background-color: #4a7ff1;
	color: #fff;
	font-size: 11px;
}

.formToggleSwitch .toggleText {
	font-weight: 500;
	font-size: 13px;
	color: #5b5b5b;
	float: left;
	padding: 6px 0 0 8px;
}

.formToggleSwitch .toggleText.optedIn {
	color: #2056c9;
}

.switch input:checked~.formToggleSwitch .toggleText {
	color: #4a7ff1;
}

.woocommerce-message {
	border: 2px solid #4caf50;
	padding: 15px 15px 15px 56px;
	margin-bottom: 20px;
	color: #4caf50;
	background-color: #e7f5e7;
	font-size: 18px;
}

.woocommerce-message::before {
	top: 15px;
}

.needsclick h1 {
	line-height: 1.4em;
}

.needsclick button.needsclick {
	padding: 0 !important;
	font-family: "arial black" !important;
	font-size: 15px !important;
	background-color: #000 !important;
}

button[role=combobox].needsclick.go2771253331 {
	background: #fff !important;
	font-size: 20px !important;
	padding-left: 20px !important;
}

.needsclick button.klaviyo-close-form {
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
}

@keyframes wpcfb-animate-stripes {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 60px 0;
	}
}

.wpcfb-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.wpcfb-progress-bar {
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	border: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

.wpcfb-progress-amount {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 10px;
	border: none;
	margin: 0;
	padding: 0;
}

.widget_shopping_cart_content .wpcfb-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.wpcfb-style-rounded .wpcfb-progress-bar, .wpcfb-style-rounded .wpcfb-progress-amount {
	border-radius: 5px;
}

.wpcfb-progress-animated .wpcfb-progress-amount {
	background-size: 30px 30px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	animation: wpcfb-animate-stripes 1.25s linear infinite;
}
