@charset "UTF-8";

/*!
Theme Name: Sparkle Home
Theme URI: https://themestreet.net
Author: ThemeStreet
Author URI: https://themestreet.net
Description: Premium WordPress theme made for cleaning businesses. Out of the box compatible with Launch27 account.
Version: 1.5.6
Tested up to: 7.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sparkle-home
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sparkle Home is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
	--e-global-color-primary: #1e8ff7;
	--e-global-color-fc3de21: #1564ac;
	--e-global-color-secondary: #fff;
	--e-global-color-text: #000;
	--e-global-color-accent: #e8f4ff;
	--e-global-color-812cd13: #444;
	--sh-footer-bg: #444;
	--sh-footer-text: #fff;
}

:root {
	--e-global-typography-primary-font-family: "Open Sans";
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-primary-line-height: 1.3em;
	--e-global-typography-secondary-font-family: "Open Sans";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-secondary-line-height: 1;
	--e-global-typography-text-font-family: "Open Sans";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 1.6em;
	--e-global-typography-accent-font-family: "Open Sans";
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-accent-line-height: 1;
}

/* Theme
--------------------------------------------- */
.ts-d-none {
	display: none !important;
}

.ts-d-inline {
	display: inline !important;
}

.ts-d-inline-block {
	display: inline-block !important;
}

.ts-d-block {
	display: block !important;
}

.ts-d-table {
	display: table !important;
}

.ts-d-table-row {
	display: table-row !important;
}

.ts-d-table-cell {
	display: table-cell !important;
}

.ts-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.ts-d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {

	.ts-d-sm-none {
		display: none !important;
	}

	.ts-d-sm-inline {
		display: inline !important;
	}

	.ts-d-sm-inline-block {
		display: inline-block !important;
	}

	.ts-d-sm-block {
		display: block !important;
	}

	.ts-d-sm-table {
		display: table !important;
	}

	.ts-d-sm-table-row {
		display: table-row !important;
	}

	.ts-d-sm-table-cell {
		display: table-cell !important;
	}

	.ts-d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.ts-d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {

	.ts-d-md-none {
		display: none !important;
	}

	.ts-d-md-inline {
		display: inline !important;
	}

	.ts-d-md-inline-block {
		display: inline-block !important;
	}

	.ts-d-md-block {
		display: block !important;
	}

	.ts-d-md-table {
		display: table !important;
	}

	.ts-d-md-table-row {
		display: table-row !important;
	}

	.ts-d-md-table-cell {
		display: table-cell !important;
	}

	.ts-d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.ts-d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {

	.ts-d-lg-none {
		display: none !important;
	}

	.ts-d-lg-inline {
		display: inline !important;
	}

	.ts-d-lg-inline-block {
		display: inline-block !important;
	}

	.ts-d-lg-block {
		display: block !important;
	}

	.ts-d-lg-table {
		display: table !important;
	}

	.ts-d-lg-table-row {
		display: table-row !important;
	}

	.ts-d-lg-table-cell {
		display: table-cell !important;
	}

	.ts-d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.ts-d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {

	.ts-d-xl-none {
		display: none !important;
	}

	.ts-d-xl-inline {
		display: inline !important;
	}

	.ts-d-xl-inline-block {
		display: inline-block !important;
	}

	.ts-d-xl-block {
		display: block !important;
	}

	.ts-d-xl-table {
		display: table !important;
	}

	.ts-d-xl-table-row {
		display: table-row !important;
	}

	.ts-d-xl-table-cell {
		display: table-cell !important;
	}

	.ts-d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.ts-d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {

	.ts-d-print-none {
		display: none !important;
	}

	.ts-d-print-inline {
		display: inline !important;
	}

	.ts-d-print-inline-block {
		display: inline-block !important;
	}

	.ts-d-print-block {
		display: block !important;
	}

	.ts-d-print-table {
		display: table !important;
	}

	.ts-d-print-table-row {
		display: table-row !important;
	}

	.ts-d-print-table-cell {
		display: table-cell !important;
	}

	.ts-d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.ts-d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.ts-flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.ts-flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.ts-flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.ts-flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.ts-flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.ts-flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.ts-flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.ts-flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.ts-flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.ts-flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.ts-flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.ts-flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.ts-justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.ts-justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.ts-justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.ts-justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.ts-justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.ts-align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.ts-align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.ts-align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.ts-align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.ts-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.ts-align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.ts-align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.ts-align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.ts-align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.ts-align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.ts-align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.ts-align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.ts-align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.ts-align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.ts-align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.ts-align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.ts-align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {

	.ts-flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.ts-flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.ts-flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.ts-flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.ts-flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.ts-flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.ts-flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.ts-flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.ts-flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.ts-flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.ts-flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.ts-flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.ts-justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.ts-justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.ts-justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.ts-justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.ts-justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.ts-align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.ts-align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.ts-align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.ts-align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.ts-align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.ts-align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.ts-align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.ts-align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.ts-align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.ts-align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.ts-align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.ts-align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.ts-align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.ts-align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.ts-align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.ts-align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.ts-align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {

	.ts-flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.ts-flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.ts-flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.ts-flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.ts-flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.ts-flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.ts-flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.ts-flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.ts-flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.ts-flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.ts-flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.ts-flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.ts-justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.ts-justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.ts-justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.ts-justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.ts-justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.ts-align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.ts-align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.ts-align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.ts-align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.ts-align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.ts-align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.ts-align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.ts-align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.ts-align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.ts-align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.ts-align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.ts-align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.ts-align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.ts-align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.ts-align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.ts-align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.ts-align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {

	.ts-flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.ts-flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.ts-flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.ts-flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.ts-flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.ts-flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.ts-flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.ts-flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.ts-flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.ts-flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.ts-flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.ts-flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.ts-justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.ts-justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.ts-justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.ts-justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.ts-justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.ts-align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.ts-align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.ts-align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.ts-align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.ts-align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.ts-align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.ts-align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.ts-align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.ts-align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.ts-align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.ts-align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.ts-align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.ts-align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.ts-align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.ts-align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.ts-align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.ts-align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {

	.ts-flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.ts-flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.ts-flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.ts-flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.ts-flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.ts-flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.ts-flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.ts-flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.ts-flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.ts-flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.ts-flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.ts-flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.ts-justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.ts-justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.ts-justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.ts-justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.ts-justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.ts-align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.ts-align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.ts-align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.ts-align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.ts-align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.ts-align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.ts-align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.ts-align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.ts-align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.ts-align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.ts-align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.ts-align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.ts-align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.ts-align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.ts-align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.ts-align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.ts-align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 1.6rem;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0.9375em;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 24px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-weight: 400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 24px;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--e-global-color-primary);
	transition: 0.2s all;
}

a:visited {
	color: var(--e-global-color-fc3de21);
}

a:hover,
a:focus,
a:active {
	color: var(--e-global-color-fc3de21);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	transition: 0.2s all;
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-primary);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 3px 3px 3px 3px;
	padding: 15px 50px 15px 50px;
	line-height: 1;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--e-global-color-primary);
	border-width: 1px 1px 1px 1px;
	background-color: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	line-height: 1.3em;
	color: var(--e-global-color-text);
	border-radius: 3px 3px 3px 3px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #e1e1e1;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	z-index: 10;
}

@media screen and (max-width: 1191px) {

	.main-navigation ul {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background: #fff;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
		border-radius: 5px;
		padding: 20px;
	}
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 20px;
	font-size: 1.6rem;
	transition: 0.2s all;
}

@media screen and (max-width: 1191px) {

	.main-navigation ul ul {
		float: none;
		position: relative;
		width: calc(100% + 40px);
		left: -20px !important;
		background: var(--e-global-color-primary);
		border-radius: 0;
		margin-bottom: 10px;
		box-shadow: none;
		border: 0;
	}
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	margin-right: 0;
	margin-left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

@media screen and (min-width: 1192px) {

	.main-navigation ul ul a {
		width: 160px;
		padding: 8px 10px;
	}
}

@media screen and (max-width: 1191px) {

	.main-navigation ul ul a {
		color: var(--e-global-color-secondary) !important;
	}
}

@media screen and (min-width: 1192px) {

	.main-navigation ul ul a:hover {
		background: var(--e-global-color-accent);
		border-radius: 3px;
		color: var(--e-global-color-text) !important;
	}
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation > .main-navigation-menu > ul > li {
	position: relative;
}

.main-navigation > .main-navigation-menu > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-navigation .menu-item-has-children-trigger {
	display: none;
}

@media screen and (max-width: 1191px) {

	.main-navigation .menu-item-has-children-trigger {
		position: absolute;
		right: 0;
		top: 8px;
		z-index: 2;
		display: block;
		font-size: 1.2rem;
		cursor: pointer;
		color: var(--e-global-color-text);
		border-left: 1px solid #e1e1e1;
		padding-left: 20px;
		padding-right: 10px;
	}
}

.main-navigation li {
	position: relative;
}

@media screen and (min-width: 1192px) {

	.main-navigation li {
		margin-right: 40px;
	}
}

@media screen and (min-width: 1192px) and (max-width: 1366px) {

	.main-navigation li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1191px) {

	.main-navigation li {
		margin-bottom: 5px;
	}
}

.main-navigation li:last-child {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: var(--e-global-color-primary);
}

@media screen and (min-width: 1192px) {

	.main-navigation li.menu-btn {
		margin-right: 10px;
	}
}

.main-navigation li.menu-btn a {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary) !important;
	padding: 10px 40px;
	font-weight: 500;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 3px;
}

@media screen and (max-width: 1191px) {

	.main-navigation li.menu-btn a {
		padding: 10px 20px;
	}
}

.main-navigation li.menu-btn a:hover {
	background: transparent;
	border: 1px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary) !important;
}

@media screen and (min-width: 1192px) {

	.main-navigation li.phone-btn {
		margin-right: 10px;
	}
}

.main-navigation li.phone-btn a {
	background: transparent;
	color: var(--e-global-color-primary) !important;
	padding: 10px 40px 10px 50px;
	font-weight: 500;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 3px;
	position: relative;
}

@media screen and (max-width: 1191px) {

	.main-navigation li.phone-btn a {
		padding: 10px 20px 10px 40px;
	}
}

.main-navigation li.phone-btn a:hover {
	background: var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-primary);
	color: var(--e-global-color-secondary) !important;
}

.main-navigation li.phone-btn a:hover::before {
	background: var(--e-global-color-secondary);
}

.main-navigation li.phone-btn a::before {
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='red' d='M13.8 16h-.2c-2.3-.3-4.6-1.1-6.6-2.4-1.9-1.1-3.5-2.7-4.6-4.6C1.1 7 .3 4.7 0 2.4c0-.3 0-.6.1-.9.1-.3.2-.5.5-.8.2-.2.4-.4.7-.5.3-.1.6-.2.9-.2h2.2c.5 0 1 .2 1.4.5.4.3.7.8.7 1.3.1.7.3 1.4.5 2 .1.4.2.8.1 1.2-.1.4-.3.8-.6 1.1l-.5.5C6.8 8 8 9.1 9.4 10l.5-.5c.3-.3.7-.5 1.1-.6.4-.1.8-.1 1.2.1.6.2 1.3.4 1.9.5.5.1 1 .3 1.4.7.3.4.5.9.5 1.4v2.2c0 .3-.1.6-.2.9-.1.3-.3.5-.5.7-.2.2-.5.4-.8.5-.2.1-.4.1-.7.1zM4.4 1.4H2.2c-.1 0-.2 0-.3.1-.1 0-.2.1-.3.2-.1 0-.1.1-.2.2v.3c.2 2.1 1 4.2 2.1 6 1.1 1.7 2.5 3.1 4.2 4.2 1.8 1.2 3.9 1.9 6 2.1h.3c.1 0 .2-.1.3-.2.1-.1.1-.2.2-.3 0-.1.1-.2.1-.3v-2.2c0-.2-.1-.4-.2-.5s-.3-.2-.5-.3c-.8-.1-1.5-.3-2.2-.6-.1-.1-.3-.1-.4 0-.1 0-.3.1-.4.2l-.9 1.1c-.2.2-.6.3-.8.1-1.9-1.1-3.6-2.7-4.7-4.7-.2-.2-.1-.6.1-.8l.9-.9c.1-.1.2-.3.2-.4v-.4c-.3-.8-.5-1.5-.6-2.3 0-.2-.1-.3-.3-.5-.1 0-.2-.1-.4-.1z'/%3E%3C/svg%3E") center/cover no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='red' d='M13.8 16h-.2c-2.3-.3-4.6-1.1-6.6-2.4-1.9-1.1-3.5-2.7-4.6-4.6C1.1 7 .3 4.7 0 2.4c0-.3 0-.6.1-.9.1-.3.2-.5.5-.8.2-.2.4-.4.7-.5.3-.1.6-.2.9-.2h2.2c.5 0 1 .2 1.4.5.4.3.7.8.7 1.3.1.7.3 1.4.5 2 .1.4.2.8.1 1.2-.1.4-.3.8-.6 1.1l-.5.5C6.8 8 8 9.1 9.4 10l.5-.5c.3-.3.7-.5 1.1-.6.4-.1.8-.1 1.2.1.6.2 1.3.4 1.9.5.5.1 1 .3 1.4.7.3.4.5.9.5 1.4v2.2c0 .3-.1.6-.2.9-.1.3-.3.5-.5.7-.2.2-.5.4-.8.5-.2.1-.4.1-.7.1zM4.4 1.4H2.2c-.1 0-.2 0-.3.1-.1 0-.2.1-.3.2-.1 0-.1.1-.2.2v.3c.2 2.1 1 4.2 2.1 6 1.1 1.7 2.5 3.1 4.2 4.2 1.8 1.2 3.9 1.9 6 2.1h.3c.1 0 .2-.1.3-.2.1-.1.1-.2.2-.3 0-.1.1-.2.1-.3v-2.2c0-.2-.1-.4-.2-.5s-.3-.2-.5-.3c-.8-.1-1.5-.3-2.2-.6-.1-.1-.3-.1-.4 0-.1 0-.3.1-.4.2l-.9 1.1c-.2.2-.6.3-.8.1-1.9-1.1-3.6-2.7-4.7-4.7-.2-.2-.1-.6.1-.8l.9-.9c.1-.1.2-.3.2-.4v-.4c-.3-.8-.5-1.5-.6-2.3 0-.2-.1-.3-.3-.5-.1 0-.2-.1-.4-.1z'/%3E%3C/svg%3E") center/cover no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	background: var(--e-global-color-primary);
	left: 24px;
	top: calc(50% - 8px);
}

@media screen and (max-width: 1191px) {

	.main-navigation li.phone-btn a::before {
		left: 20px;
	}
}

@media screen and (max-width: 1191px) {

	.main-navigation li:hover > ul.sub-menu,
	.main-navigation li:focus > ul.sub-menu {
		display: block;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: var(--e-global-color-text) !important;
	font-weight: 300;
}

.main-navigation a:hover {
	color: var(--e-global-color-fc3de21) !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .main-navigation-menu > ul {
	display: block;
}

@media screen and (min-width: 1192px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

.menu-toggle {
	background: #fff !important;
	border: 1px solid;
	border-color: #e1e1e1 !important;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
	line-height: 0;
	padding: 7px 10px !important;
}

.main-navigation .menu-switch-off {
	display: none;
}

.main-navigation.toggled .menu-switch-on {
	display: none;
}

.main-navigation.toggled .menu-switch-off {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.entry-content::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

.page-links {
	clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 24px;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Theme
--------------------------------------------- */
.container-large {
	max-width: 1680px;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
}

@media screen and (max-width: 599px) {

	.container-large {
		padding-left: 15px;
		padding-right: 15px;
	}
}

body.sparkle-home-full-width .container-large {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;

	/*@media screen and (max-width: 599px) {
      padding-left: 15px;
      padding-right: 15px;
    }*/
}

body.sparkle-home-full-width .container-large.blog-page,
body.sparkle-home-full-width .container-large.prefooter-area {
	max-width: 1680px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
}

@media screen and (max-width: 599px) {

	body.sparkle-home-full-width .container-large.blog-page,
	body.sparkle-home-full-width .container-large.prefooter-area {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.container-small {
	max-width: 1165px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.ts-m-0 {
	margin: 0 !important;
}

.ts-m-5 {
	margin: 5px !important;
}

.ts-m-10 {
	margin: 10px !important;
}

.ts-m-15 {
	margin: 15px !important;
}

.ts-m-20 {
	margin: 20px !important;
}

.ts-m-25 {
	margin: 25px !important;
}

.ts-m-30 {
	margin: 30px !important;
}

.ts-m-35 {
	margin: 35px !important;
}

.ts-m-40 {
	margin: 40px !important;
}

.ts-m-45 {
	margin: 45px !important;
}

.ts-m-50 {
	margin: 50px !important;
}

.ts-m-55 {
	margin: 55px !important;
}

.ts-m-60 {
	margin: 60px !important;
}

.ts-m-65 {
	margin: 65px !important;
}

.ts-m-70 {
	margin: 70px !important;
}

.ts-m-75 {
	margin: 75px !important;
}

.ts-m-80 {
	margin: 80px !important;
}

.ts-m-85 {
	margin: 85px !important;
}

.ts-m-90 {
	margin: 90px !important;
}

.ts-m-95 {
	margin: 95px !important;
}

.ts-m-100 {
	margin: 100px !important;
}

.ts-m-t-0 {
	margin-top: 0 !important;
}

.ts-m-t-5 {
	margin-top: 5px !important;
}

.ts-m-t-10 {
	margin-top: 10px !important;
}

.ts-m-t-15 {
	margin-top: 15px !important;
}

.ts-m-t-20 {
	margin-top: 20px !important;
}

.ts-m-t-25 {
	margin-top: 25px !important;
}

.ts-m-t-30 {
	margin-top: 30px !important;
}

.ts-m-t-35 {
	margin-top: 35px !important;
}

.ts-m-t-40 {
	margin-top: 40px !important;
}

.ts-m-t-45 {
	margin-top: 45px !important;
}

.ts-m-t-50 {
	margin-top: 50px !important;
}

.ts-m-t-55 {
	margin-top: 55px !important;
}

.ts-m-t-60 {
	margin-top: 60px !important;
}

.ts-m-t-65 {
	margin-top: 65px !important;
}

.ts-m-t-70 {
	margin-top: 70px !important;
}

.ts-m-t-75 {
	margin-top: 75px !important;
}

.ts-m-t-80 {
	margin-top: 80px !important;
}

.ts-m-t-85 {
	margin-top: 85px !important;
}

.ts-m-t-90 {
	margin-top: 90px !important;
}

.ts-m-t-95 {
	margin-top: 95px !important;
}

.ts-m-t-100 {
	margin-top: 100px !important;
}

.ts-m-r-0 {
	margin-right: 0 !important;
}

.ts-m-r-5 {
	margin-right: 5px !important;
}

.ts-m-r-10 {
	margin-right: 10px !important;
}

.ts-m-r-15 {
	margin-right: 15px !important;
}

.ts-m-r-20 {
	margin-right: 20px !important;
}

.ts-m-r-25 {
	margin-right: 25px !important;
}

.ts-m-r-30 {
	margin-right: 30px !important;
}

.ts-m-r-35 {
	margin-right: 35px !important;
}

.ts-m-r-40 {
	margin-right: 40px !important;
}

.ts-m-r-45 {
	margin-right: 45px !important;
}

.ts-m-r-50 {
	margin-right: 50px !important;
}

.ts-m-r-55 {
	margin-right: 55px !important;
}

.ts-m-r-60 {
	margin-right: 60px !important;
}

.ts-m-r-65 {
	margin-right: 65px !important;
}

.ts-m-r-70 {
	margin-right: 70px !important;
}

.ts-m-r-75 {
	margin-right: 75px !important;
}

.ts-m-r-80 {
	margin-right: 80px !important;
}

.ts-m-r-85 {
	margin-right: 85px !important;
}

.ts-m-r-90 {
	margin-right: 90px !important;
}

.ts-m-r-95 {
	margin-right: 95px !important;
}

.ts-m-r-100 {
	margin-right: 100px !important;
}

.ts-m-b-0 {
	margin-bottom: 0 !important;
}

.ts-m-b-5 {
	margin-bottom: 5px !important;
}

.ts-m-b-10 {
	margin-bottom: 10px !important;
}

.ts-m-b-15 {
	margin-bottom: 15px !important;
}

.ts-m-b-20 {
	margin-bottom: 20px !important;
}

.ts-m-b-25 {
	margin-bottom: 25px !important;
}

.ts-m-b-30 {
	margin-bottom: 30px !important;
}

.ts-m-b-35 {
	margin-bottom: 35px !important;
}

.ts-m-b-40 {
	margin-bottom: 40px !important;
}

.ts-m-b-45 {
	margin-bottom: 45px !important;
}

.ts-m-b-50 {
	margin-bottom: 50px !important;
}

.ts-m-b-55 {
	margin-bottom: 55px !important;
}

.ts-m-b-60 {
	margin-bottom: 60px !important;
}

.ts-m-b-65 {
	margin-bottom: 65px !important;
}

.ts-m-b-70 {
	margin-bottom: 70px !important;
}

.ts-m-b-75 {
	margin-bottom: 75px !important;
}

.ts-m-b-80 {
	margin-bottom: 80px !important;
}

.ts-m-b-85 {
	margin-bottom: 85px !important;
}

.ts-m-b-90 {
	margin-bottom: 90px !important;
}

.ts-m-b-95 {
	margin-bottom: 95px !important;
}

.ts-m-b-100 {
	margin-bottom: 100px !important;
}

.ts-m-l-0 {
	margin-left: 0 !important;
}

.ts-m-l-5 {
	margin-left: 5px !important;
}

.ts-m-l-10 {
	margin-left: 10px !important;
}

.ts-m-l-15 {
	margin-left: 15px !important;
}

.ts-m-l-20 {
	margin-left: 20px !important;
}

.ts-m-l-25 {
	margin-left: 25px !important;
}

.ts-m-l-30 {
	margin-left: 30px !important;
}

.ts-m-l-35 {
	margin-left: 35px !important;
}

.ts-m-l-40 {
	margin-left: 40px !important;
}

.ts-m-l-45 {
	margin-left: 45px !important;
}

.ts-m-l-50 {
	margin-left: 50px !important;
}

.ts-m-l-55 {
	margin-left: 55px !important;
}

.ts-m-l-60 {
	margin-left: 60px !important;
}

.ts-m-l-65 {
	margin-left: 65px !important;
}

.ts-m-l-70 {
	margin-left: 70px !important;
}

.ts-m-l-75 {
	margin-left: 75px !important;
}

.ts-m-l-80 {
	margin-left: 80px !important;
}

.ts-m-l-85 {
	margin-left: 85px !important;
}

.ts-m-l-90 {
	margin-left: 90px !important;
}

.ts-m-l-95 {
	margin-left: 95px !important;
}

.ts-m-l-100 {
	margin-left: 100px !important;
}

.ts-p-0 {
	padding: 0 !important;
}

.ts-p-5 {
	padding: 5px !important;
}

.ts-p-10 {
	padding: 10px !important;
}

.ts-p-15 {
	padding: 15px !important;
}

.ts-p-20 {
	padding: 20px !important;
}

.ts-p-25 {
	padding: 25px !important;
}

.ts-p-30 {
	padding: 30px !important;
}

.ts-p-35 {
	padding: 35px !important;
}

.ts-p-40 {
	padding: 40px !important;
}

.ts-p-45 {
	padding: 45px !important;
}

.ts-p-50 {
	padding: 50px !important;
}

.ts-p-55 {
	padding: 55px !important;
}

.ts-p-60 {
	padding: 60px !important;
}

.ts-p-65 {
	padding: 65px !important;
}

.ts-p-70 {
	padding: 70px !important;
}

.ts-p-75 {
	padding: 75px !important;
}

.ts-p-80 {
	padding: 80px !important;
}

.ts-p-85 {
	padding: 85px !important;
}

.ts-p-90 {
	padding: 90px !important;
}

.ts-p-95 {
	padding: 95px !important;
}

.ts-p-100 {
	padding: 100px !important;
}

.ts-p-t-0 {
	padding-top: 0 !important;
}

.ts-p-t-5 {
	padding-top: 5px !important;
}

.ts-p-t-10 {
	padding-top: 10px !important;
}

.ts-p-t-15 {
	padding-top: 15px !important;
}

.ts-p-t-20 {
	padding-top: 20px !important;
}

.ts-p-t-25 {
	padding-top: 25px !important;
}

.ts-p-t-30 {
	padding-top: 30px !important;
}

.ts-p-t-35 {
	padding-top: 35px !important;
}

.ts-p-t-40 {
	padding-top: 40px !important;
}

.ts-p-t-45 {
	padding-top: 45px !important;
}

.ts-p-t-50 {
	padding-top: 50px !important;
}

.ts-p-t-55 {
	padding-top: 55px !important;
}

.ts-p-t-60 {
	padding-top: 60px !important;
}

.ts-p-t-65 {
	padding-top: 65px !important;
}

.ts-p-t-70 {
	padding-top: 70px !important;
}

.ts-p-t-75 {
	padding-top: 75px !important;
}

.ts-p-t-80 {
	padding-top: 80px !important;
}

.ts-p-t-85 {
	padding-top: 85px !important;
}

.ts-p-t-90 {
	padding-top: 90px !important;
}

.ts-p-t-95 {
	padding-top: 95px !important;
}

.ts-p-t-100 {
	padding-top: 100px !important;
}

.ts-p-r-0 {
	padding-right: 0 !important;
}

.ts-p-r-5 {
	padding-right: 5px !important;
}

.ts-p-r-10 {
	padding-right: 10px !important;
}

.ts-p-r-15 {
	padding-right: 15px !important;
}

.ts-p-r-20 {
	padding-right: 20px !important;
}

.ts-p-r-25 {
	padding-right: 25px !important;
}

.ts-p-r-30 {
	padding-right: 30px !important;
}

.ts-p-r-35 {
	padding-right: 35px !important;
}

.ts-p-r-40 {
	padding-right: 40px !important;
}

.ts-p-r-45 {
	padding-right: 45px !important;
}

.ts-p-r-50 {
	padding-right: 50px !important;
}

.ts-p-r-55 {
	padding-right: 55px !important;
}

.ts-p-r-60 {
	padding-right: 60px !important;
}

.ts-p-r-65 {
	padding-right: 65px !important;
}

.ts-p-r-70 {
	padding-right: 70px !important;
}

.ts-p-r-75 {
	padding-right: 75px !important;
}

.ts-p-r-80 {
	padding-right: 80px !important;
}

.ts-p-r-85 {
	padding-right: 85px !important;
}

.ts-p-r-90 {
	padding-right: 90px !important;
}

.ts-p-r-95 {
	padding-right: 95px !important;
}

.ts-p-r-100 {
	padding-right: 100px !important;
}

.ts-p-b-0 {
	padding-bottom: 0 !important;
}

.ts-p-b-5 {
	padding-bottom: 5px !important;
}

.ts-p-b-10 {
	padding-bottom: 10px !important;
}

.ts-p-b-15 {
	padding-bottom: 15px !important;
}

.ts-p-b-20 {
	padding-bottom: 20px !important;
}

.ts-p-b-25 {
	padding-bottom: 25px !important;
}

.ts-p-b-30 {
	padding-bottom: 30px !important;
}

.ts-p-b-35 {
	padding-bottom: 35px !important;
}

.ts-p-b-40 {
	padding-bottom: 40px !important;
}

.ts-p-b-45 {
	padding-bottom: 45px !important;
}

.ts-p-b-50 {
	padding-bottom: 50px !important;
}

.ts-p-b-55 {
	padding-bottom: 55px !important;
}

.ts-p-b-60 {
	padding-bottom: 60px !important;
}

.ts-p-b-65 {
	padding-bottom: 65px !important;
}

.ts-p-b-70 {
	padding-bottom: 70px !important;
}

.ts-p-b-75 {
	padding-bottom: 75px !important;
}

.ts-p-b-80 {
	padding-bottom: 80px !important;
}

.ts-p-b-85 {
	padding-bottom: 85px !important;
}

.ts-p-b-90 {
	padding-bottom: 90px !important;
}

.ts-p-b-95 {
	padding-bottom: 95px !important;
}

.ts-p-b-100 {
	padding-bottom: 100px !important;
}

.ts-p-l-0 {
	padding-left: 0 !important;
}

.ts-p-l-5 {
	padding-left: 5px !important;
}

.ts-p-l-10 {
	padding-left: 10px !important;
}

.ts-p-l-15 {
	padding-left: 15px !important;
}

.ts-p-l-20 {
	padding-left: 20px !important;
}

.ts-p-l-25 {
	padding-left: 25px !important;
}

.ts-p-l-30 {
	padding-left: 30px !important;
}

.ts-p-l-35 {
	padding-left: 35px !important;
}

.ts-p-l-40 {
	padding-left: 40px !important;
}

.ts-p-l-45 {
	padding-left: 45px !important;
}

.ts-p-l-50 {
	padding-left: 50px !important;
}

.ts-p-l-55 {
	padding-left: 55px !important;
}

.ts-p-l-60 {
	padding-left: 60px !important;
}

.ts-p-l-65 {
	padding-left: 65px !important;
}

.ts-p-l-70 {
	padding-left: 70px !important;
}

.ts-p-l-75 {
	padding-left: 75px !important;
}

.ts-p-l-80 {
	padding-left: 80px !important;
}

.ts-p-l-85 {
	padding-left: 85px !important;
}

.ts-p-l-90 {
	padding-left: 90px !important;
}

.ts-p-l-95 {
	padding-left: 95px !important;
}

.ts-p-l-100 {
	padding-left: 100px !important;
}

@media screen and (max-width: 992px) {

	.ts-tablet-m-0 {
		margin: 0 !important;
	}

	.ts-tablet-m-5 {
		margin: 5px !important;
	}

	.ts-tablet-m-10 {
		margin: 10px !important;
	}

	.ts-tablet-m-15 {
		margin: 15px !important;
	}

	.ts-tablet-m-20 {
		margin: 20px !important;
	}

	.ts-tablet-m-25 {
		margin: 25px !important;
	}

	.ts-tablet-m-30 {
		margin: 30px !important;
	}

	.ts-tablet-m-35 {
		margin: 35px !important;
	}

	.ts-tablet-m-40 {
		margin: 40px !important;
	}

	.ts-tablet-m-45 {
		margin: 45px !important;
	}

	.ts-tablet-m-50 {
		margin: 50px !important;
	}

	.ts-tablet-m-55 {
		margin: 55px !important;
	}

	.ts-tablet-m-60 {
		margin: 60px !important;
	}

	.ts-tablet-m-65 {
		margin: 65px !important;
	}

	.ts-tablet-m-70 {
		margin: 70px !important;
	}

	.ts-tablet-m-75 {
		margin: 75px !important;
	}

	.ts-tablet-m-80 {
		margin: 80px !important;
	}

	.ts-tablet-m-85 {
		margin: 85px !important;
	}

	.ts-tablet-m-90 {
		margin: 90px !important;
	}

	.ts-tablet-m-95 {
		margin: 95px !important;
	}

	.ts-tablet-m-100 {
		margin: 100px !important;
	}

	.ts-tablet-m-t-0 {
		margin-top: 0 !important;
	}

	.ts-tablet-m-t-5 {
		margin-top: 5px !important;
	}

	.ts-tablet-m-t-10 {
		margin-top: 10px !important;
	}

	.ts-tablet-m-t-15 {
		margin-top: 15px !important;
	}

	.ts-tablet-m-t-20 {
		margin-top: 20px !important;
	}

	.ts-tablet-m-t-25 {
		margin-top: 25px !important;
	}

	.ts-tablet-m-t-30 {
		margin-top: 30px !important;
	}

	.ts-tablet-m-t-35 {
		margin-top: 35px !important;
	}

	.ts-tablet-m-t-40 {
		margin-top: 40px !important;
	}

	.ts-tablet-m-t-45 {
		margin-top: 45px !important;
	}

	.ts-tablet-m-t-50 {
		margin-top: 50px !important;
	}

	.ts-tablet-m-t-55 {
		margin-top: 55px !important;
	}

	.ts-tablet-m-t-60 {
		margin-top: 60px !important;
	}

	.ts-tablet-m-t-65 {
		margin-top: 65px !important;
	}

	.ts-tablet-m-t-70 {
		margin-top: 70px !important;
	}

	.ts-tablet-m-t-75 {
		margin-top: 75px !important;
	}

	.ts-tablet-m-t-80 {
		margin-top: 80px !important;
	}

	.ts-tablet-m-t-85 {
		margin-top: 85px !important;
	}

	.ts-tablet-m-t-90 {
		margin-top: 90px !important;
	}

	.ts-tablet-m-t-95 {
		margin-top: 95px !important;
	}

	.ts-tablet-m-t-100 {
		margin-top: 100px !important;
	}

	.ts-tablet-m-r-0 {
		margin-right: 0 !important;
	}

	.ts-tablet-m-r-5 {
		margin-right: 5px !important;
	}

	.ts-tablet-m-r-10 {
		margin-right: 10px !important;
	}

	.ts-tablet-m-r-15 {
		margin-right: 15px !important;
	}

	.ts-tablet-m-r-20 {
		margin-right: 20px !important;
	}

	.ts-tablet-m-r-25 {
		margin-right: 25px !important;
	}

	.ts-tablet-m-r-30 {
		margin-right: 30px !important;
	}

	.ts-tablet-m-r-35 {
		margin-right: 35px !important;
	}

	.ts-tablet-m-r-40 {
		margin-right: 40px !important;
	}

	.ts-tablet-m-r-45 {
		margin-right: 45px !important;
	}

	.ts-tablet-m-r-50 {
		margin-right: 50px !important;
	}

	.ts-tablet-m-r-55 {
		margin-right: 55px !important;
	}

	.ts-tablet-m-r-60 {
		margin-right: 60px !important;
	}

	.ts-tablet-m-r-65 {
		margin-right: 65px !important;
	}

	.ts-tablet-m-r-70 {
		margin-right: 70px !important;
	}

	.ts-tablet-m-r-75 {
		margin-right: 75px !important;
	}

	.ts-tablet-m-r-80 {
		margin-right: 80px !important;
	}

	.ts-tablet-m-r-85 {
		margin-right: 85px !important;
	}

	.ts-tablet-m-r-90 {
		margin-right: 90px !important;
	}

	.ts-tablet-m-r-95 {
		margin-right: 95px !important;
	}

	.ts-tablet-m-r-100 {
		margin-right: 100px !important;
	}

	.ts-tablet-m-b-0 {
		margin-bottom: 0 !important;
	}

	.ts-tablet-m-b-5 {
		margin-bottom: 5px !important;
	}

	.ts-tablet-m-b-10 {
		margin-bottom: 10px !important;
	}

	.ts-tablet-m-b-15 {
		margin-bottom: 15px !important;
	}

	.ts-tablet-m-b-20 {
		margin-bottom: 20px !important;
	}

	.ts-tablet-m-b-25 {
		margin-bottom: 25px !important;
	}

	.ts-tablet-m-b-30 {
		margin-bottom: 30px !important;
	}

	.ts-tablet-m-b-35 {
		margin-bottom: 35px !important;
	}

	.ts-tablet-m-b-40 {
		margin-bottom: 40px !important;
	}

	.ts-tablet-m-b-45 {
		margin-bottom: 45px !important;
	}

	.ts-tablet-m-b-50 {
		margin-bottom: 50px !important;
	}

	.ts-tablet-m-b-55 {
		margin-bottom: 55px !important;
	}

	.ts-tablet-m-b-60 {
		margin-bottom: 60px !important;
	}

	.ts-tablet-m-b-65 {
		margin-bottom: 65px !important;
	}

	.ts-tablet-m-b-70 {
		margin-bottom: 70px !important;
	}

	.ts-tablet-m-b-75 {
		margin-bottom: 75px !important;
	}

	.ts-tablet-m-b-80 {
		margin-bottom: 80px !important;
	}

	.ts-tablet-m-b-85 {
		margin-bottom: 85px !important;
	}

	.ts-tablet-m-b-90 {
		margin-bottom: 90px !important;
	}

	.ts-tablet-m-b-95 {
		margin-bottom: 95px !important;
	}

	.ts-tablet-m-b-100 {
		margin-bottom: 100px !important;
	}

	.ts-tablet-m-l-0 {
		margin-left: 0 !important;
	}

	.ts-tablet-m-l-5 {
		margin-left: 5px !important;
	}

	.ts-tablet-m-l-10 {
		margin-left: 10px !important;
	}

	.ts-tablet-m-l-15 {
		margin-left: 15px !important;
	}

	.ts-tablet-m-l-20 {
		margin-left: 20px !important;
	}

	.ts-tablet-m-l-25 {
		margin-left: 25px !important;
	}

	.ts-tablet-m-l-30 {
		margin-left: 30px !important;
	}

	.ts-tablet-m-l-35 {
		margin-left: 35px !important;
	}

	.ts-tablet-m-l-40 {
		margin-left: 40px !important;
	}

	.ts-tablet-m-l-45 {
		margin-left: 45px !important;
	}

	.ts-tablet-m-l-50 {
		margin-left: 50px !important;
	}

	.ts-tablet-m-l-55 {
		margin-left: 55px !important;
	}

	.ts-tablet-m-l-60 {
		margin-left: 60px !important;
	}

	.ts-tablet-m-l-65 {
		margin-left: 65px !important;
	}

	.ts-tablet-m-l-70 {
		margin-left: 70px !important;
	}

	.ts-tablet-m-l-75 {
		margin-left: 75px !important;
	}

	.ts-tablet-m-l-80 {
		margin-left: 80px !important;
	}

	.ts-tablet-m-l-85 {
		margin-left: 85px !important;
	}

	.ts-tablet-m-l-90 {
		margin-left: 90px !important;
	}

	.ts-tablet-m-l-95 {
		margin-left: 95px !important;
	}

	.ts-tablet-m-l-100 {
		margin-left: 100px !important;
	}

	.ts-tablet-p-0 {
		padding: 0 !important;
	}

	.ts-tablet-p-5 {
		padding: 5px !important;
	}

	.ts-tablet-p-10 {
		padding: 10px !important;
	}

	.ts-tablet-p-15 {
		padding: 15px !important;
	}

	.ts-tablet-p-20 {
		padding: 20px !important;
	}

	.ts-tablet-p-25 {
		padding: 25px !important;
	}

	.ts-tablet-p-30 {
		padding: 30px !important;
	}

	.ts-tablet-p-35 {
		padding: 35px !important;
	}

	.ts-tablet-p-40 {
		padding: 40px !important;
	}

	.ts-tablet-p-45 {
		padding: 45px !important;
	}

	.ts-tablet-p-50 {
		padding: 50px !important;
	}

	.ts-tablet-p-55 {
		padding: 55px !important;
	}

	.ts-tablet-p-60 {
		padding: 60px !important;
	}

	.ts-tablet-p-65 {
		padding: 65px !important;
	}

	.ts-tablet-p-70 {
		padding: 70px !important;
	}

	.ts-tablet-p-75 {
		padding: 75px !important;
	}

	.ts-tablet-p-80 {
		padding: 80px !important;
	}

	.ts-tablet-p-85 {
		padding: 85px !important;
	}

	.ts-tablet-p-90 {
		padding: 90px !important;
	}

	.ts-tablet-p-95 {
		padding: 95px !important;
	}

	.ts-tablet-p-100 {
		padding: 100px !important;
	}

	.ts-tablet-p-t-0 {
		padding-top: 0 !important;
	}

	.ts-tablet-p-t-5 {
		padding-top: 5px !important;
	}

	.ts-tablet-p-t-10 {
		padding-top: 10px !important;
	}

	.ts-tablet-p-t-15 {
		padding-top: 15px !important;
	}

	.ts-tablet-p-t-20 {
		padding-top: 20px !important;
	}

	.ts-tablet-p-t-25 {
		padding-top: 25px !important;
	}

	.ts-tablet-p-t-30 {
		padding-top: 30px !important;
	}

	.ts-tablet-p-t-35 {
		padding-top: 35px !important;
	}

	.ts-tablet-p-t-40 {
		padding-top: 40px !important;
	}

	.ts-tablet-p-t-45 {
		padding-top: 45px !important;
	}

	.ts-tablet-p-t-50 {
		padding-top: 50px !important;
	}

	.ts-tablet-p-t-55 {
		padding-top: 55px !important;
	}

	.ts-tablet-p-t-60 {
		padding-top: 60px !important;
	}

	.ts-tablet-p-t-65 {
		padding-top: 65px !important;
	}

	.ts-tablet-p-t-70 {
		padding-top: 70px !important;
	}

	.ts-tablet-p-t-75 {
		padding-top: 75px !important;
	}

	.ts-tablet-p-t-80 {
		padding-top: 80px !important;
	}

	.ts-tablet-p-t-85 {
		padding-top: 85px !important;
	}

	.ts-tablet-p-t-90 {
		padding-top: 90px !important;
	}

	.ts-tablet-p-t-95 {
		padding-top: 95px !important;
	}

	.ts-tablet-p-t-100 {
		padding-top: 100px !important;
	}

	.ts-tablet-p-r-0 {
		padding-right: 0 !important;
	}

	.ts-tablet-p-r-5 {
		padding-right: 5px !important;
	}

	.ts-tablet-p-r-10 {
		padding-right: 10px !important;
	}

	.ts-tablet-p-r-15 {
		padding-right: 15px !important;
	}

	.ts-tablet-p-r-20 {
		padding-right: 20px !important;
	}

	.ts-tablet-p-r-25 {
		padding-right: 25px !important;
	}

	.ts-tablet-p-r-30 {
		padding-right: 30px !important;
	}

	.ts-tablet-p-r-35 {
		padding-right: 35px !important;
	}

	.ts-tablet-p-r-40 {
		padding-right: 40px !important;
	}

	.ts-tablet-p-r-45 {
		padding-right: 45px !important;
	}

	.ts-tablet-p-r-50 {
		padding-right: 50px !important;
	}

	.ts-tablet-p-r-55 {
		padding-right: 55px !important;
	}

	.ts-tablet-p-r-60 {
		padding-right: 60px !important;
	}

	.ts-tablet-p-r-65 {
		padding-right: 65px !important;
	}

	.ts-tablet-p-r-70 {
		padding-right: 70px !important;
	}

	.ts-tablet-p-r-75 {
		padding-right: 75px !important;
	}

	.ts-tablet-p-r-80 {
		padding-right: 80px !important;
	}

	.ts-tablet-p-r-85 {
		padding-right: 85px !important;
	}

	.ts-tablet-p-r-90 {
		padding-right: 90px !important;
	}

	.ts-tablet-p-r-95 {
		padding-right: 95px !important;
	}

	.ts-tablet-p-r-100 {
		padding-right: 100px !important;
	}

	.ts-tablet-p-b-0 {
		padding-bottom: 0 !important;
	}

	.ts-tablet-p-b-5 {
		padding-bottom: 5px !important;
	}

	.ts-tablet-p-b-10 {
		padding-bottom: 10px !important;
	}

	.ts-tablet-p-b-15 {
		padding-bottom: 15px !important;
	}

	.ts-tablet-p-b-20 {
		padding-bottom: 20px !important;
	}

	.ts-tablet-p-b-25 {
		padding-bottom: 25px !important;
	}

	.ts-tablet-p-b-30 {
		padding-bottom: 30px !important;
	}

	.ts-tablet-p-b-35 {
		padding-bottom: 35px !important;
	}

	.ts-tablet-p-b-40 {
		padding-bottom: 40px !important;
	}

	.ts-tablet-p-b-45 {
		padding-bottom: 45px !important;
	}

	.ts-tablet-p-b-50 {
		padding-bottom: 50px !important;
	}

	.ts-tablet-p-b-55 {
		padding-bottom: 55px !important;
	}

	.ts-tablet-p-b-60 {
		padding-bottom: 60px !important;
	}

	.ts-tablet-p-b-65 {
		padding-bottom: 65px !important;
	}

	.ts-tablet-p-b-70 {
		padding-bottom: 70px !important;
	}

	.ts-tablet-p-b-75 {
		padding-bottom: 75px !important;
	}

	.ts-tablet-p-b-80 {
		padding-bottom: 80px !important;
	}

	.ts-tablet-p-b-85 {
		padding-bottom: 85px !important;
	}

	.ts-tablet-p-b-90 {
		padding-bottom: 90px !important;
	}

	.ts-tablet-p-b-95 {
		padding-bottom: 95px !important;
	}

	.ts-tablet-p-b-100 {
		padding-bottom: 100px !important;
	}

	.ts-tablet-p-l-0 {
		padding-left: 0 !important;
	}

	.ts-tablet-p-l-5 {
		padding-left: 5px !important;
	}

	.ts-tablet-p-l-10 {
		padding-left: 10px !important;
	}

	.ts-tablet-p-l-15 {
		padding-left: 15px !important;
	}

	.ts-tablet-p-l-20 {
		padding-left: 20px !important;
	}

	.ts-tablet-p-l-25 {
		padding-left: 25px !important;
	}

	.ts-tablet-p-l-30 {
		padding-left: 30px !important;
	}

	.ts-tablet-p-l-35 {
		padding-left: 35px !important;
	}

	.ts-tablet-p-l-40 {
		padding-left: 40px !important;
	}

	.ts-tablet-p-l-45 {
		padding-left: 45px !important;
	}

	.ts-tablet-p-l-50 {
		padding-left: 50px !important;
	}

	.ts-tablet-p-l-55 {
		padding-left: 55px !important;
	}

	.ts-tablet-p-l-60 {
		padding-left: 60px !important;
	}

	.ts-tablet-p-l-65 {
		padding-left: 65px !important;
	}

	.ts-tablet-p-l-70 {
		padding-left: 70px !important;
	}

	.ts-tablet-p-l-75 {
		padding-left: 75px !important;
	}

	.ts-tablet-p-l-80 {
		padding-left: 80px !important;
	}

	.ts-tablet-p-l-85 {
		padding-left: 85px !important;
	}

	.ts-tablet-p-l-90 {
		padding-left: 90px !important;
	}

	.ts-tablet-p-l-95 {
		padding-left: 95px !important;
	}

	.ts-tablet-p-l-100 {
		padding-left: 100px !important;
	}
}

@media screen and (max-width: 768px) {

	.ts-tablet-sm-m-0 {
		margin: 0 !important;
	}

	.ts-tablet-sm-m-5 {
		margin: 5px !important;
	}

	.ts-tablet-sm-m-10 {
		margin: 10px !important;
	}

	.ts-tablet-sm-m-15 {
		margin: 15px !important;
	}

	.ts-tablet-sm-m-20 {
		margin: 20px !important;
	}

	.ts-tablet-sm-m-25 {
		margin: 25px !important;
	}

	.ts-tablet-sm-m-30 {
		margin: 30px !important;
	}

	.ts-tablet-sm-m-35 {
		margin: 35px !important;
	}

	.ts-tablet-sm-m-40 {
		margin: 40px !important;
	}

	.ts-tablet-sm-m-45 {
		margin: 45px !important;
	}

	.ts-tablet-sm-m-50 {
		margin: 50px !important;
	}

	.ts-tablet-sm-m-55 {
		margin: 55px !important;
	}

	.ts-tablet-sm-m-60 {
		margin: 60px !important;
	}

	.ts-tablet-sm-m-65 {
		margin: 65px !important;
	}

	.ts-tablet-sm-m-70 {
		margin: 70px !important;
	}

	.ts-tablet-sm-m-75 {
		margin: 75px !important;
	}

	.ts-tablet-sm-m-80 {
		margin: 80px !important;
	}

	.ts-tablet-sm-m-85 {
		margin: 85px !important;
	}

	.ts-tablet-sm-m-90 {
		margin: 90px !important;
	}

	.ts-tablet-sm-m-95 {
		margin: 95px !important;
	}

	.ts-tablet-sm-m-100 {
		margin: 100px !important;
	}

	.ts-tablet-sm-m-t-0 {
		margin-top: 0 !important;
	}

	.ts-tablet-sm-m-t-5 {
		margin-top: 5px !important;
	}

	.ts-tablet-sm-m-t-10 {
		margin-top: 10px !important;
	}

	.ts-tablet-sm-m-t-15 {
		margin-top: 15px !important;
	}

	.ts-tablet-sm-m-t-20 {
		margin-top: 20px !important;
	}

	.ts-tablet-sm-m-t-25 {
		margin-top: 25px !important;
	}

	.ts-tablet-sm-m-t-30 {
		margin-top: 30px !important;
	}

	.ts-tablet-sm-m-t-35 {
		margin-top: 35px !important;
	}

	.ts-tablet-sm-m-t-40 {
		margin-top: 40px !important;
	}

	.ts-tablet-sm-m-t-45 {
		margin-top: 45px !important;
	}

	.ts-tablet-sm-m-t-50 {
		margin-top: 50px !important;
	}

	.ts-tablet-sm-m-t-55 {
		margin-top: 55px !important;
	}

	.ts-tablet-sm-m-t-60 {
		margin-top: 60px !important;
	}

	.ts-tablet-sm-m-t-65 {
		margin-top: 65px !important;
	}

	.ts-tablet-sm-m-t-70 {
		margin-top: 70px !important;
	}

	.ts-tablet-sm-m-t-75 {
		margin-top: 75px !important;
	}

	.ts-tablet-sm-m-t-80 {
		margin-top: 80px !important;
	}

	.ts-tablet-sm-m-t-85 {
		margin-top: 85px !important;
	}

	.ts-tablet-sm-m-t-90 {
		margin-top: 90px !important;
	}

	.ts-tablet-sm-m-t-95 {
		margin-top: 95px !important;
	}

	.ts-tablet-sm-m-t-100 {
		margin-top: 100px !important;
	}

	.ts-tablet-sm-m-r-0 {
		margin-right: 0 !important;
	}

	.ts-tablet-sm-m-r-5 {
		margin-right: 5px !important;
	}

	.ts-tablet-sm-m-r-10 {
		margin-right: 10px !important;
	}

	.ts-tablet-sm-m-r-15 {
		margin-right: 15px !important;
	}

	.ts-tablet-sm-m-r-20 {
		margin-right: 20px !important;
	}

	.ts-tablet-sm-m-r-25 {
		margin-right: 25px !important;
	}

	.ts-tablet-sm-m-r-30 {
		margin-right: 30px !important;
	}

	.ts-tablet-sm-m-r-35 {
		margin-right: 35px !important;
	}

	.ts-tablet-sm-m-r-40 {
		margin-right: 40px !important;
	}

	.ts-tablet-sm-m-r-45 {
		margin-right: 45px !important;
	}

	.ts-tablet-sm-m-r-50 {
		margin-right: 50px !important;
	}

	.ts-tablet-sm-m-r-55 {
		margin-right: 55px !important;
	}

	.ts-tablet-sm-m-r-60 {
		margin-right: 60px !important;
	}

	.ts-tablet-sm-m-r-65 {
		margin-right: 65px !important;
	}

	.ts-tablet-sm-m-r-70 {
		margin-right: 70px !important;
	}

	.ts-tablet-sm-m-r-75 {
		margin-right: 75px !important;
	}

	.ts-tablet-sm-m-r-80 {
		margin-right: 80px !important;
	}

	.ts-tablet-sm-m-r-85 {
		margin-right: 85px !important;
	}

	.ts-tablet-sm-m-r-90 {
		margin-right: 90px !important;
	}

	.ts-tablet-sm-m-r-95 {
		margin-right: 95px !important;
	}

	.ts-tablet-sm-m-r-100 {
		margin-right: 100px !important;
	}

	.ts-tablet-sm-m-b-0 {
		margin-bottom: 0 !important;
	}

	.ts-tablet-sm-m-b-5 {
		margin-bottom: 5px !important;
	}

	.ts-tablet-sm-m-b-10 {
		margin-bottom: 10px !important;
	}

	.ts-tablet-sm-m-b-15 {
		margin-bottom: 15px !important;
	}

	.ts-tablet-sm-m-b-20 {
		margin-bottom: 20px !important;
	}

	.ts-tablet-sm-m-b-25 {
		margin-bottom: 25px !important;
	}

	.ts-tablet-sm-m-b-30 {
		margin-bottom: 30px !important;
	}

	.ts-tablet-sm-m-b-35 {
		margin-bottom: 35px !important;
	}

	.ts-tablet-sm-m-b-40 {
		margin-bottom: 40px !important;
	}

	.ts-tablet-sm-m-b-45 {
		margin-bottom: 45px !important;
	}

	.ts-tablet-sm-m-b-50 {
		margin-bottom: 50px !important;
	}

	.ts-tablet-sm-m-b-55 {
		margin-bottom: 55px !important;
	}

	.ts-tablet-sm-m-b-60 {
		margin-bottom: 60px !important;
	}

	.ts-tablet-sm-m-b-65 {
		margin-bottom: 65px !important;
	}

	.ts-tablet-sm-m-b-70 {
		margin-bottom: 70px !important;
	}

	.ts-tablet-sm-m-b-75 {
		margin-bottom: 75px !important;
	}

	.ts-tablet-sm-m-b-80 {
		margin-bottom: 80px !important;
	}

	.ts-tablet-sm-m-b-85 {
		margin-bottom: 85px !important;
	}

	.ts-tablet-sm-m-b-90 {
		margin-bottom: 90px !important;
	}

	.ts-tablet-sm-m-b-95 {
		margin-bottom: 95px !important;
	}

	.ts-tablet-sm-m-b-100 {
		margin-bottom: 100px !important;
	}

	.ts-tablet-sm-m-l-0 {
		margin-left: 0 !important;
	}

	.ts-tablet-sm-m-l-5 {
		margin-left: 5px !important;
	}

	.ts-tablet-sm-m-l-10 {
		margin-left: 10px !important;
	}

	.ts-tablet-sm-m-l-15 {
		margin-left: 15px !important;
	}

	.ts-tablet-sm-m-l-20 {
		margin-left: 20px !important;
	}

	.ts-tablet-sm-m-l-25 {
		margin-left: 25px !important;
	}

	.ts-tablet-sm-m-l-30 {
		margin-left: 30px !important;
	}

	.ts-tablet-sm-m-l-35 {
		margin-left: 35px !important;
	}

	.ts-tablet-sm-m-l-40 {
		margin-left: 40px !important;
	}

	.ts-tablet-sm-m-l-45 {
		margin-left: 45px !important;
	}

	.ts-tablet-sm-m-l-50 {
		margin-left: 50px !important;
	}

	.ts-tablet-sm-m-l-55 {
		margin-left: 55px !important;
	}

	.ts-tablet-sm-m-l-60 {
		margin-left: 60px !important;
	}

	.ts-tablet-sm-m-l-65 {
		margin-left: 65px !important;
	}

	.ts-tablet-sm-m-l-70 {
		margin-left: 70px !important;
	}

	.ts-tablet-sm-m-l-75 {
		margin-left: 75px !important;
	}

	.ts-tablet-sm-m-l-80 {
		margin-left: 80px !important;
	}

	.ts-tablet-sm-m-l-85 {
		margin-left: 85px !important;
	}

	.ts-tablet-sm-m-l-90 {
		margin-left: 90px !important;
	}

	.ts-tablet-sm-m-l-95 {
		margin-left: 95px !important;
	}

	.ts-tablet-sm-m-l-100 {
		margin-left: 100px !important;
	}

	.ts-tablet-sm-p-0 {
		padding: 0 !important;
	}

	.ts-tablet-sm-p-5 {
		padding: 5px !important;
	}

	.ts-tablet-sm-p-10 {
		padding: 10px !important;
	}

	.ts-tablet-sm-p-15 {
		padding: 15px !important;
	}

	.ts-tablet-sm-p-20 {
		padding: 20px !important;
	}

	.ts-tablet-sm-p-25 {
		padding: 25px !important;
	}

	.ts-tablet-sm-p-30 {
		padding: 30px !important;
	}

	.ts-tablet-sm-p-35 {
		padding: 35px !important;
	}

	.ts-tablet-sm-p-40 {
		padding: 40px !important;
	}

	.ts-tablet-sm-p-45 {
		padding: 45px !important;
	}

	.ts-tablet-sm-p-50 {
		padding: 50px !important;
	}

	.ts-tablet-sm-p-55 {
		padding: 55px !important;
	}

	.ts-tablet-sm-p-60 {
		padding: 60px !important;
	}

	.ts-tablet-sm-p-65 {
		padding: 65px !important;
	}

	.ts-tablet-sm-p-70 {
		padding: 70px !important;
	}

	.ts-tablet-sm-p-75 {
		padding: 75px !important;
	}

	.ts-tablet-sm-p-80 {
		padding: 80px !important;
	}

	.ts-tablet-sm-p-85 {
		padding: 85px !important;
	}

	.ts-tablet-sm-p-90 {
		padding: 90px !important;
	}

	.ts-tablet-sm-p-95 {
		padding: 95px !important;
	}

	.ts-tablet-sm-p-100 {
		padding: 100px !important;
	}

	.ts-tablet-sm-p-t-0 {
		padding-top: 0 !important;
	}

	.ts-tablet-sm-p-t-5 {
		padding-top: 5px !important;
	}

	.ts-tablet-sm-p-t-10 {
		padding-top: 10px !important;
	}

	.ts-tablet-sm-p-t-15 {
		padding-top: 15px !important;
	}

	.ts-tablet-sm-p-t-20 {
		padding-top: 20px !important;
	}

	.ts-tablet-sm-p-t-25 {
		padding-top: 25px !important;
	}

	.ts-tablet-sm-p-t-30 {
		padding-top: 30px !important;
	}

	.ts-tablet-sm-p-t-35 {
		padding-top: 35px !important;
	}

	.ts-tablet-sm-p-t-40 {
		padding-top: 40px !important;
	}

	.ts-tablet-sm-p-t-45 {
		padding-top: 45px !important;
	}

	.ts-tablet-sm-p-t-50 {
		padding-top: 50px !important;
	}

	.ts-tablet-sm-p-t-55 {
		padding-top: 55px !important;
	}

	.ts-tablet-sm-p-t-60 {
		padding-top: 60px !important;
	}

	.ts-tablet-sm-p-t-65 {
		padding-top: 65px !important;
	}

	.ts-tablet-sm-p-t-70 {
		padding-top: 70px !important;
	}

	.ts-tablet-sm-p-t-75 {
		padding-top: 75px !important;
	}

	.ts-tablet-sm-p-t-80 {
		padding-top: 80px !important;
	}

	.ts-tablet-sm-p-t-85 {
		padding-top: 85px !important;
	}

	.ts-tablet-sm-p-t-90 {
		padding-top: 90px !important;
	}

	.ts-tablet-sm-p-t-95 {
		padding-top: 95px !important;
	}

	.ts-tablet-sm-p-t-100 {
		padding-top: 100px !important;
	}

	.ts-tablet-sm-p-r-0 {
		padding-right: 0 !important;
	}

	.ts-tablet-sm-p-r-5 {
		padding-right: 5px !important;
	}

	.ts-tablet-sm-p-r-10 {
		padding-right: 10px !important;
	}

	.ts-tablet-sm-p-r-15 {
		padding-right: 15px !important;
	}

	.ts-tablet-sm-p-r-20 {
		padding-right: 20px !important;
	}

	.ts-tablet-sm-p-r-25 {
		padding-right: 25px !important;
	}

	.ts-tablet-sm-p-r-30 {
		padding-right: 30px !important;
	}

	.ts-tablet-sm-p-r-35 {
		padding-right: 35px !important;
	}

	.ts-tablet-sm-p-r-40 {
		padding-right: 40px !important;
	}

	.ts-tablet-sm-p-r-45 {
		padding-right: 45px !important;
	}

	.ts-tablet-sm-p-r-50 {
		padding-right: 50px !important;
	}

	.ts-tablet-sm-p-r-55 {
		padding-right: 55px !important;
	}

	.ts-tablet-sm-p-r-60 {
		padding-right: 60px !important;
	}

	.ts-tablet-sm-p-r-65 {
		padding-right: 65px !important;
	}

	.ts-tablet-sm-p-r-70 {
		padding-right: 70px !important;
	}

	.ts-tablet-sm-p-r-75 {
		padding-right: 75px !important;
	}

	.ts-tablet-sm-p-r-80 {
		padding-right: 80px !important;
	}

	.ts-tablet-sm-p-r-85 {
		padding-right: 85px !important;
	}

	.ts-tablet-sm-p-r-90 {
		padding-right: 90px !important;
	}

	.ts-tablet-sm-p-r-95 {
		padding-right: 95px !important;
	}

	.ts-tablet-sm-p-r-100 {
		padding-right: 100px !important;
	}

	.ts-tablet-sm-p-b-0 {
		padding-bottom: 0 !important;
	}

	.ts-tablet-sm-p-b-5 {
		padding-bottom: 5px !important;
	}

	.ts-tablet-sm-p-b-10 {
		padding-bottom: 10px !important;
	}

	.ts-tablet-sm-p-b-15 {
		padding-bottom: 15px !important;
	}

	.ts-tablet-sm-p-b-20 {
		padding-bottom: 20px !important;
	}

	.ts-tablet-sm-p-b-25 {
		padding-bottom: 25px !important;
	}

	.ts-tablet-sm-p-b-30 {
		padding-bottom: 30px !important;
	}

	.ts-tablet-sm-p-b-35 {
		padding-bottom: 35px !important;
	}

	.ts-tablet-sm-p-b-40 {
		padding-bottom: 40px !important;
	}

	.ts-tablet-sm-p-b-45 {
		padding-bottom: 45px !important;
	}

	.ts-tablet-sm-p-b-50 {
		padding-bottom: 50px !important;
	}

	.ts-tablet-sm-p-b-55 {
		padding-bottom: 55px !important;
	}

	.ts-tablet-sm-p-b-60 {
		padding-bottom: 60px !important;
	}

	.ts-tablet-sm-p-b-65 {
		padding-bottom: 65px !important;
	}

	.ts-tablet-sm-p-b-70 {
		padding-bottom: 70px !important;
	}

	.ts-tablet-sm-p-b-75 {
		padding-bottom: 75px !important;
	}

	.ts-tablet-sm-p-b-80 {
		padding-bottom: 80px !important;
	}

	.ts-tablet-sm-p-b-85 {
		padding-bottom: 85px !important;
	}

	.ts-tablet-sm-p-b-90 {
		padding-bottom: 90px !important;
	}

	.ts-tablet-sm-p-b-95 {
		padding-bottom: 95px !important;
	}

	.ts-tablet-sm-p-b-100 {
		padding-bottom: 100px !important;
	}

	.ts-tablet-sm-p-l-0 {
		padding-left: 0 !important;
	}

	.ts-tablet-sm-p-l-5 {
		padding-left: 5px !important;
	}

	.ts-tablet-sm-p-l-10 {
		padding-left: 10px !important;
	}

	.ts-tablet-sm-p-l-15 {
		padding-left: 15px !important;
	}

	.ts-tablet-sm-p-l-20 {
		padding-left: 20px !important;
	}

	.ts-tablet-sm-p-l-25 {
		padding-left: 25px !important;
	}

	.ts-tablet-sm-p-l-30 {
		padding-left: 30px !important;
	}

	.ts-tablet-sm-p-l-35 {
		padding-left: 35px !important;
	}

	.ts-tablet-sm-p-l-40 {
		padding-left: 40px !important;
	}

	.ts-tablet-sm-p-l-45 {
		padding-left: 45px !important;
	}

	.ts-tablet-sm-p-l-50 {
		padding-left: 50px !important;
	}

	.ts-tablet-sm-p-l-55 {
		padding-left: 55px !important;
	}

	.ts-tablet-sm-p-l-60 {
		padding-left: 60px !important;
	}

	.ts-tablet-sm-p-l-65 {
		padding-left: 65px !important;
	}

	.ts-tablet-sm-p-l-70 {
		padding-left: 70px !important;
	}

	.ts-tablet-sm-p-l-75 {
		padding-left: 75px !important;
	}

	.ts-tablet-sm-p-l-80 {
		padding-left: 80px !important;
	}

	.ts-tablet-sm-p-l-85 {
		padding-left: 85px !important;
	}

	.ts-tablet-sm-p-l-90 {
		padding-left: 90px !important;
	}

	.ts-tablet-sm-p-l-95 {
		padding-left: 95px !important;
	}

	.ts-tablet-sm-p-l-100 {
		padding-left: 100px !important;
	}
}

@media screen and (max-width: 576px) {

	.ts-mobile-m-0 {
		margin: 0 !important;
	}

	.ts-mobile-m-5 {
		margin: 5px !important;
	}

	.ts-mobile-m-10 {
		margin: 10px !important;
	}

	.ts-mobile-m-15 {
		margin: 15px !important;
	}

	.ts-mobile-m-20 {
		margin: 20px !important;
	}

	.ts-mobile-m-25 {
		margin: 25px !important;
	}

	.ts-mobile-m-30 {
		margin: 30px !important;
	}

	.ts-mobile-m-35 {
		margin: 35px !important;
	}

	.ts-mobile-m-40 {
		margin: 40px !important;
	}

	.ts-mobile-m-45 {
		margin: 45px !important;
	}

	.ts-mobile-m-50 {
		margin: 50px !important;
	}

	.ts-mobile-m-55 {
		margin: 55px !important;
	}

	.ts-mobile-m-60 {
		margin: 60px !important;
	}

	.ts-mobile-m-65 {
		margin: 65px !important;
	}

	.ts-mobile-m-70 {
		margin: 70px !important;
	}

	.ts-mobile-m-75 {
		margin: 75px !important;
	}

	.ts-mobile-m-80 {
		margin: 80px !important;
	}

	.ts-mobile-m-85 {
		margin: 85px !important;
	}

	.ts-mobile-m-90 {
		margin: 90px !important;
	}

	.ts-mobile-m-95 {
		margin: 95px !important;
	}

	.ts-mobile-m-100 {
		margin: 100px !important;
	}

	.ts-mobile-m-t-0 {
		margin-top: 0 !important;
	}

	.ts-mobile-m-t-5 {
		margin-top: 5px !important;
	}

	.ts-mobile-m-t-10 {
		margin-top: 10px !important;
	}

	.ts-mobile-m-t-15 {
		margin-top: 15px !important;
	}

	.ts-mobile-m-t-20 {
		margin-top: 20px !important;
	}

	.ts-mobile-m-t-25 {
		margin-top: 25px !important;
	}

	.ts-mobile-m-t-30 {
		margin-top: 30px !important;
	}

	.ts-mobile-m-t-35 {
		margin-top: 35px !important;
	}

	.ts-mobile-m-t-40 {
		margin-top: 40px !important;
	}

	.ts-mobile-m-t-45 {
		margin-top: 45px !important;
	}

	.ts-mobile-m-t-50 {
		margin-top: 50px !important;
	}

	.ts-mobile-m-t-55 {
		margin-top: 55px !important;
	}

	.ts-mobile-m-t-60 {
		margin-top: 60px !important;
	}

	.ts-mobile-m-t-65 {
		margin-top: 65px !important;
	}

	.ts-mobile-m-t-70 {
		margin-top: 70px !important;
	}

	.ts-mobile-m-t-75 {
		margin-top: 75px !important;
	}

	.ts-mobile-m-t-80 {
		margin-top: 80px !important;
	}

	.ts-mobile-m-t-85 {
		margin-top: 85px !important;
	}

	.ts-mobile-m-t-90 {
		margin-top: 90px !important;
	}

	.ts-mobile-m-t-95 {
		margin-top: 95px !important;
	}

	.ts-mobile-m-t-100 {
		margin-top: 100px !important;
	}

	.ts-mobile-m-r-0 {
		margin-right: 0 !important;
	}

	.ts-mobile-m-r-5 {
		margin-right: 5px !important;
	}

	.ts-mobile-m-r-10 {
		margin-right: 10px !important;
	}

	.ts-mobile-m-r-15 {
		margin-right: 15px !important;
	}

	.ts-mobile-m-r-20 {
		margin-right: 20px !important;
	}

	.ts-mobile-m-r-25 {
		margin-right: 25px !important;
	}

	.ts-mobile-m-r-30 {
		margin-right: 30px !important;
	}

	.ts-mobile-m-r-35 {
		margin-right: 35px !important;
	}

	.ts-mobile-m-r-40 {
		margin-right: 40px !important;
	}

	.ts-mobile-m-r-45 {
		margin-right: 45px !important;
	}

	.ts-mobile-m-r-50 {
		margin-right: 50px !important;
	}

	.ts-mobile-m-r-55 {
		margin-right: 55px !important;
	}

	.ts-mobile-m-r-60 {
		margin-right: 60px !important;
	}

	.ts-mobile-m-r-65 {
		margin-right: 65px !important;
	}

	.ts-mobile-m-r-70 {
		margin-right: 70px !important;
	}

	.ts-mobile-m-r-75 {
		margin-right: 75px !important;
	}

	.ts-mobile-m-r-80 {
		margin-right: 80px !important;
	}

	.ts-mobile-m-r-85 {
		margin-right: 85px !important;
	}

	.ts-mobile-m-r-90 {
		margin-right: 90px !important;
	}

	.ts-mobile-m-r-95 {
		margin-right: 95px !important;
	}

	.ts-mobile-m-r-100 {
		margin-right: 100px !important;
	}

	.ts-mobile-m-b-0 {
		margin-bottom: 0 !important;
	}

	.ts-mobile-m-b-5 {
		margin-bottom: 5px !important;
	}

	.ts-mobile-m-b-10 {
		margin-bottom: 10px !important;
	}

	.ts-mobile-m-b-15 {
		margin-bottom: 15px !important;
	}

	.ts-mobile-m-b-20 {
		margin-bottom: 20px !important;
	}

	.ts-mobile-m-b-25 {
		margin-bottom: 25px !important;
	}

	.ts-mobile-m-b-30 {
		margin-bottom: 30px !important;
	}

	.ts-mobile-m-b-35 {
		margin-bottom: 35px !important;
	}

	.ts-mobile-m-b-40 {
		margin-bottom: 40px !important;
	}

	.ts-mobile-m-b-45 {
		margin-bottom: 45px !important;
	}

	.ts-mobile-m-b-50 {
		margin-bottom: 50px !important;
	}

	.ts-mobile-m-b-55 {
		margin-bottom: 55px !important;
	}

	.ts-mobile-m-b-60 {
		margin-bottom: 60px !important;
	}

	.ts-mobile-m-b-65 {
		margin-bottom: 65px !important;
	}

	.ts-mobile-m-b-70 {
		margin-bottom: 70px !important;
	}

	.ts-mobile-m-b-75 {
		margin-bottom: 75px !important;
	}

	.ts-mobile-m-b-80 {
		margin-bottom: 80px !important;
	}

	.ts-mobile-m-b-85 {
		margin-bottom: 85px !important;
	}

	.ts-mobile-m-b-90 {
		margin-bottom: 90px !important;
	}

	.ts-mobile-m-b-95 {
		margin-bottom: 95px !important;
	}

	.ts-mobile-m-b-100 {
		margin-bottom: 100px !important;
	}

	.ts-mobile-m-l-0 {
		margin-left: 0 !important;
	}

	.ts-mobile-m-l-5 {
		margin-left: 5px !important;
	}

	.ts-mobile-m-l-10 {
		margin-left: 10px !important;
	}

	.ts-mobile-m-l-15 {
		margin-left: 15px !important;
	}

	.ts-mobile-m-l-20 {
		margin-left: 20px !important;
	}

	.ts-mobile-m-l-25 {
		margin-left: 25px !important;
	}

	.ts-mobile-m-l-30 {
		margin-left: 30px !important;
	}

	.ts-mobile-m-l-35 {
		margin-left: 35px !important;
	}

	.ts-mobile-m-l-40 {
		margin-left: 40px !important;
	}

	.ts-mobile-m-l-45 {
		margin-left: 45px !important;
	}

	.ts-mobile-m-l-50 {
		margin-left: 50px !important;
	}

	.ts-mobile-m-l-55 {
		margin-left: 55px !important;
	}

	.ts-mobile-m-l-60 {
		margin-left: 60px !important;
	}

	.ts-mobile-m-l-65 {
		margin-left: 65px !important;
	}

	.ts-mobile-m-l-70 {
		margin-left: 70px !important;
	}

	.ts-mobile-m-l-75 {
		margin-left: 75px !important;
	}

	.ts-mobile-m-l-80 {
		margin-left: 80px !important;
	}

	.ts-mobile-m-l-85 {
		margin-left: 85px !important;
	}

	.ts-mobile-m-l-90 {
		margin-left: 90px !important;
	}

	.ts-mobile-m-l-95 {
		margin-left: 95px !important;
	}

	.ts-mobile-m-l-100 {
		margin-left: 100px !important;
	}

	.ts-mobile-p-0 {
		padding: 0 !important;
	}

	.ts-mobile-p-5 {
		padding: 5px !important;
	}

	.ts-mobile-p-10 {
		padding: 10px !important;
	}

	.ts-mobile-p-15 {
		padding: 15px !important;
	}

	.ts-mobile-p-20 {
		padding: 20px !important;
	}

	.ts-mobile-p-25 {
		padding: 25px !important;
	}

	.ts-mobile-p-30 {
		padding: 30px !important;
	}

	.ts-mobile-p-35 {
		padding: 35px !important;
	}

	.ts-mobile-p-40 {
		padding: 40px !important;
	}

	.ts-mobile-p-45 {
		padding: 45px !important;
	}

	.ts-mobile-p-50 {
		padding: 50px !important;
	}

	.ts-mobile-p-55 {
		padding: 55px !important;
	}

	.ts-mobile-p-60 {
		padding: 60px !important;
	}

	.ts-mobile-p-65 {
		padding: 65px !important;
	}

	.ts-mobile-p-70 {
		padding: 70px !important;
	}

	.ts-mobile-p-75 {
		padding: 75px !important;
	}

	.ts-mobile-p-80 {
		padding: 80px !important;
	}

	.ts-mobile-p-85 {
		padding: 85px !important;
	}

	.ts-mobile-p-90 {
		padding: 90px !important;
	}

	.ts-mobile-p-95 {
		padding: 95px !important;
	}

	.ts-mobile-p-100 {
		padding: 100px !important;
	}

	.ts-mobile-p-t-0 {
		padding-top: 0 !important;
	}

	.ts-mobile-p-t-5 {
		padding-top: 5px !important;
	}

	.ts-mobile-p-t-10 {
		padding-top: 10px !important;
	}

	.ts-mobile-p-t-15 {
		padding-top: 15px !important;
	}

	.ts-mobile-p-t-20 {
		padding-top: 20px !important;
	}

	.ts-mobile-p-t-25 {
		padding-top: 25px !important;
	}

	.ts-mobile-p-t-30 {
		padding-top: 30px !important;
	}

	.ts-mobile-p-t-35 {
		padding-top: 35px !important;
	}

	.ts-mobile-p-t-40 {
		padding-top: 40px !important;
	}

	.ts-mobile-p-t-45 {
		padding-top: 45px !important;
	}

	.ts-mobile-p-t-50 {
		padding-top: 50px !important;
	}

	.ts-mobile-p-t-55 {
		padding-top: 55px !important;
	}

	.ts-mobile-p-t-60 {
		padding-top: 60px !important;
	}

	.ts-mobile-p-t-65 {
		padding-top: 65px !important;
	}

	.ts-mobile-p-t-70 {
		padding-top: 70px !important;
	}

	.ts-mobile-p-t-75 {
		padding-top: 75px !important;
	}

	.ts-mobile-p-t-80 {
		padding-top: 80px !important;
	}

	.ts-mobile-p-t-85 {
		padding-top: 85px !important;
	}

	.ts-mobile-p-t-90 {
		padding-top: 90px !important;
	}

	.ts-mobile-p-t-95 {
		padding-top: 95px !important;
	}

	.ts-mobile-p-t-100 {
		padding-top: 100px !important;
	}

	.ts-mobile-p-r-0 {
		padding-right: 0 !important;
	}

	.ts-mobile-p-r-5 {
		padding-right: 5px !important;
	}

	.ts-mobile-p-r-10 {
		padding-right: 10px !important;
	}

	.ts-mobile-p-r-15 {
		padding-right: 15px !important;
	}

	.ts-mobile-p-r-20 {
		padding-right: 20px !important;
	}

	.ts-mobile-p-r-25 {
		padding-right: 25px !important;
	}

	.ts-mobile-p-r-30 {
		padding-right: 30px !important;
	}

	.ts-mobile-p-r-35 {
		padding-right: 35px !important;
	}

	.ts-mobile-p-r-40 {
		padding-right: 40px !important;
	}

	.ts-mobile-p-r-45 {
		padding-right: 45px !important;
	}

	.ts-mobile-p-r-50 {
		padding-right: 50px !important;
	}

	.ts-mobile-p-r-55 {
		padding-right: 55px !important;
	}

	.ts-mobile-p-r-60 {
		padding-right: 60px !important;
	}

	.ts-mobile-p-r-65 {
		padding-right: 65px !important;
	}

	.ts-mobile-p-r-70 {
		padding-right: 70px !important;
	}

	.ts-mobile-p-r-75 {
		padding-right: 75px !important;
	}

	.ts-mobile-p-r-80 {
		padding-right: 80px !important;
	}

	.ts-mobile-p-r-85 {
		padding-right: 85px !important;
	}

	.ts-mobile-p-r-90 {
		padding-right: 90px !important;
	}

	.ts-mobile-p-r-95 {
		padding-right: 95px !important;
	}

	.ts-mobile-p-r-100 {
		padding-right: 100px !important;
	}

	.ts-mobile-p-b-0 {
		padding-bottom: 0 !important;
	}

	.ts-mobile-p-b-5 {
		padding-bottom: 5px !important;
	}

	.ts-mobile-p-b-10 {
		padding-bottom: 10px !important;
	}

	.ts-mobile-p-b-15 {
		padding-bottom: 15px !important;
	}

	.ts-mobile-p-b-20 {
		padding-bottom: 20px !important;
	}

	.ts-mobile-p-b-25 {
		padding-bottom: 25px !important;
	}

	.ts-mobile-p-b-30 {
		padding-bottom: 30px !important;
	}

	.ts-mobile-p-b-35 {
		padding-bottom: 35px !important;
	}

	.ts-mobile-p-b-40 {
		padding-bottom: 40px !important;
	}

	.ts-mobile-p-b-45 {
		padding-bottom: 45px !important;
	}

	.ts-mobile-p-b-50 {
		padding-bottom: 50px !important;
	}

	.ts-mobile-p-b-55 {
		padding-bottom: 55px !important;
	}

	.ts-mobile-p-b-60 {
		padding-bottom: 60px !important;
	}

	.ts-mobile-p-b-65 {
		padding-bottom: 65px !important;
	}

	.ts-mobile-p-b-70 {
		padding-bottom: 70px !important;
	}

	.ts-mobile-p-b-75 {
		padding-bottom: 75px !important;
	}

	.ts-mobile-p-b-80 {
		padding-bottom: 80px !important;
	}

	.ts-mobile-p-b-85 {
		padding-bottom: 85px !important;
	}

	.ts-mobile-p-b-90 {
		padding-bottom: 90px !important;
	}

	.ts-mobile-p-b-95 {
		padding-bottom: 95px !important;
	}

	.ts-mobile-p-b-100 {
		padding-bottom: 100px !important;
	}

	.ts-mobile-p-l-0 {
		padding-left: 0 !important;
	}

	.ts-mobile-p-l-5 {
		padding-left: 5px !important;
	}

	.ts-mobile-p-l-10 {
		padding-left: 10px !important;
	}

	.ts-mobile-p-l-15 {
		padding-left: 15px !important;
	}

	.ts-mobile-p-l-20 {
		padding-left: 20px !important;
	}

	.ts-mobile-p-l-25 {
		padding-left: 25px !important;
	}

	.ts-mobile-p-l-30 {
		padding-left: 30px !important;
	}

	.ts-mobile-p-l-35 {
		padding-left: 35px !important;
	}

	.ts-mobile-p-l-40 {
		padding-left: 40px !important;
	}

	.ts-mobile-p-l-45 {
		padding-left: 45px !important;
	}

	.ts-mobile-p-l-50 {
		padding-left: 50px !important;
	}

	.ts-mobile-p-l-55 {
		padding-left: 55px !important;
	}

	.ts-mobile-p-l-60 {
		padding-left: 60px !important;
	}

	.ts-mobile-p-l-65 {
		padding-left: 65px !important;
	}

	.ts-mobile-p-l-70 {
		padding-left: 70px !important;
	}

	.ts-mobile-p-l-75 {
		padding-left: 75px !important;
	}

	.ts-mobile-p-l-80 {
		padding-left: 80px !important;
	}

	.ts-mobile-p-l-85 {
		padding-left: 85px !important;
	}

	.ts-mobile-p-l-90 {
		padding-left: 90px !important;
	}

	.ts-mobile-p-l-95 {
		padding-left: 95px !important;
	}

	.ts-mobile-p-l-100 {
		padding-left: 100px !important;
	}
}

.ts-mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.ts-text-center {
	text-align: center;
}

.ts-mv-400 {
	max-width: 400px;
}

.ts-mv-500 {
	max-width: 500px;
}

.ts-mv-600 {
	max-width: 600px;
}

.color-link {
	color: var(--e-global-color-primary);
}

.color-light {
	color: var(--e-global-color-secondary);
}

.color-main-text {
	color: var(--e-global-color-text);
}

@media screen and (max-width: 1024px) {

	.ts-mobile-full-width .elementor-button {
		width: 100% !important;
	}
}

@media screen and (min-width: 1025px) {

	.ts-negative-section-width .elementor-widget-wrap {
		width: calc(100% + 105px);
	}
}

.ts-position-relative {
	position: relative;
}

.ts-position-absolute {
	position: absolute;
}

.site-header {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.site-header .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-header .custom-logo {
	max-height: 50px;
	max-width: 200px;
	width: auto;
}

body.sparkle-home-full-width .site-header .container-large {
	max-width: 1680px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
}

@media screen and (max-width: 599px) {

	body.sparkle-home-full-width .site-header .container-large {
		padding-left: 15px;
		padding-right: 15px;
	}
}

body.sparkle-home-fixed-header {
	padding-top: 102px;
}

body.sparkle-home-fixed-header .site-header {
	width: 100%;
	background: var(--e-global-color-secondary);
	left: 0;
	position: fixed;
	top: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e1e1e1;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.04);
	z-index: 10;
}

.site-prefooter {
	background: var(--e-global-color-accent);
}

@media screen and (max-width: 1023px) {

	.site-prefooter {
		flex-direction: column;
	}
}

@media screen and (max-width: 1023px) {

	.site-prefooter .container-large.prefooter-area {
		flex-direction: column;
	}
}

@media screen and (min-width: 1024px) {

	.site-prefooter .widget {
		margin: 0;
	}
}

.site-prefooter .widget h1,
.site-prefooter .widget h2,
.site-prefooter .widget h3,
.site-prefooter .widget h4,
.site-prefooter .widget h5 {
	font-size: 3rem;
	margin: 0;
}

.site-prefooter .widget:last-child {
	margin-bottom: 0;
}

.site-prefooter .widget_zip-form {
	max-width: 550px;
}

body.sparkle-home-full-width .site-footer {
	border-radius: 0;
}

body.sparkle-home-full-width .site-footer .container-large {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

@media screen and (max-width: 599px) {

	body.sparkle-home-full-width .site-footer .container-large {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.site-footer {
	background: var(--sh-footer-bg);
	border-radius: 5px;
	padding: 40px;
	color: var(--sh-footer-text);
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 50px;
}

@media screen and (max-width: 599px) {

	.site-footer {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1023px) {

	.site-footer {
		padding-bottom: 0;
	}
}

.site-footer .footer-logo__container {
	position: relative;
	margin-bottom: 50px;
}

@media screen and (max-width: 599px) {

	.site-footer .footer-logo__container {
		margin-left: -40px;
		width: calc(100% + 80px);
	}
}

.site-footer .footer-logo__container::before {
	content: "";
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

.site-footer .footer-logo__container .footer-logo__image {
	background: var(--sh-footer-bg);
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;
}

.site-footer .footer-logo__container .footer-logo__image .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-footer .footer-logo__container .footer-logo__image .custom-logo {
	max-height: 50px;
	width: auto;
}

.site-footer .site-footer__widgets-container {
	justify-content: space-evenly;
}

@media screen and (max-width: 1023px) {

	.site-footer .site-footer__widgets-container {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1023px) {

	.site-footer .site-footer__widgets-container .site-footer__single-widget {
		flex: 0 50%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 599px) {

	.site-footer .site-footer__widgets-container .site-footer__single-widget {
		flex: 0 100%;
	}
}

.site-footer .site-footer__widgets-container .widget-title {
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
	color: var(--sh-footer-text);
}

@media screen and (min-width: 600px) {

	.site-footer .site-footer__widgets-container .widget {
		margin: 0;
	}
}

.site-footer .site-footer__widgets-container .widget a {
	color: var(--sh-footer-text);
	text-decoration: none;
}

.site-footer .site-footer__widgets-container .widget a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.site-footer .site-footer__widgets-container .widget ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .site-footer__widgets-container .widget ul.menu li a {
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 300;
}

.site-footer .site-footer__widgets-container .widget ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .site-footer__widgets-container .widget .wp-block-social-links:not(.is-style-logos-only) {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .site-footer__widgets-container .widget .wp-block-social-links:not(.is-style-logos-only) .wp-social-link svg {
	fill: var(--sh-footer-bg);
}

.site-footer .site-footer__widgets-container .widget .wp-block-social-links:not(.is-style-logos-only) .wp-social-link .wp-block-social-link-anchor {
	background: var(--sh-footer-text);
	display: flex;
	padding: 10px;
	border-radius: 50%;
}

.site-footer .footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .footer-copyright .widget a {
	color: var(--sh-footer-text);
	text-decoration: none;
}

.site-footer .footer-copyright .widget a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.site-footer .footer-copyright .widget:last-child {
	margin-bottom: 0;
}

.site-footer .sh-footer-author-message {
	color: var(--sh-footer-text);
	font-size: 16px;
	font-weight: 400;
	opacity: 0.6;
}

.site-footer .sh-footer-author-message a {
	font-weight: 600;
	text-decoration: none;
	color: var(--sh-footer-text);
}

.site-footer .sh-footer-author-message a:hover {
	color: var(--sh-footer-text);
}

.site-footer .sh-footer-author-message .sh-footer-author-message--heart {
	color: #ea4a48;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 22px;
}

body.sparkle-home-full-width .site-footer {
	margin-bottom: 0;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {

	.home-hero__blurred {
		backdrop-filter: blur(10px);
	}
}

/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {

	.home-hero__blurred {
		background-color: rgba(255, 255, 255, 0.4);
	}
}

.home-hero .elementor-container.elementor-column-gap-default {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.widget_zip-form,
.elementor-widget-wp-widget-zip_form {
	width: 100%;
}

@media screen and (max-width: 576px) {

	.widget_zip-form form,
	.elementor-widget-wp-widget-zip_form form {
		flex-direction: column;
	}
}

.widget_zip-form input[type="text"],
.elementor-widget-wp-widget-zip_form input[type="text"] {
	width: calc(100% - 186px);
}

@media screen and (max-width: 576px) {

	.widget_zip-form input[type="text"],
	.elementor-widget-wp-widget-zip_form input[type="text"] {
		width: 100%;
	}
}

.widget_zip-form .ts-error,
.elementor-widget-wp-widget-zip_form .ts-error {
	bottom: -15px;
	font-size: 1rem;
	color: #cb0000;
	line-height: 1.2;
}

.elementor-widget-wp-widget-zip_form input[type="text"] {
	width: calc(100% - 300px);
}

@media screen and (max-width: 576px) {

	.elementor-widget-wp-widget-zip_form input[type="text"] {
		width: 100%;
	}
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"] {
	background: #fff;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 5px;
}

.widget_search .wp-block-search .wp-block-search__button {
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-primary);
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 3px;
	padding: 15px;
}

.widget_search .wp-block-search .wp-block-search__button:hover {
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-secondary);
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 3px;
	padding: 15px;
}

.elementor-widget-sparkle_home_slider .swiper-slide {
	text-align: center;
}

.elementor-widget-sparkle_home_slider .swiper-slide img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {

	.elementor-widget-sparkle_home_slider .swiper-slide img {
		max-height: 200px;
	}
}

.elementor-widget-sparkle_home_slider .swiper-slide a {
	display: block;
	line-height: 0;
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation {
	position: absolute;
	top: calc(50% - 17px);
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 11;
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-prev-custom,
.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-next-custom {
	padding: 0;
	background: var(--e-global-color-secondary);
	border-radius: 50%;
	border: 1px solid var(--e-global-color-text);
	color: var(--e-global-color-text);
	transition: 0.2s all;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-prev-custom svg,
.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-next-custom svg {
	fill: var(--e-global-color-text);
	transition: 0.2s all;
	width: 13px;
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-prev-custom:hover,
.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-next-custom:hover {
	padding: 0;
	border: 1px solid var(--e-global-color-primary);
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-prev-custom:hover svg,
.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-next-custom:hover svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-prev-custom {
	left: -10px;
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-prev-custom svg {
	transform: rotate(180deg);
}

.elementor-widget-sparkle_home_slider .swiper-custom-navigation .swiper-button-next-custom {
	right: -10px;
}

.elementor-widget-sparkle_home_slider .swiper-pagination {
	bottom: 0 !important;
	pointer-events: none;
}

.elementor-widget-sparkle_home_slider .swiper-pagination .swiper-pagination-bullet {
	background: var(--e-global-color-primary);
	border: none;
	padding: 0;
	transition: 0.2s all;
}

.elementor-widget-sparkle_home_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--e-global-color-accent);
	transform: scale(1.2);
}

.elementor-widget-sparkle_home_slider .swiper-pagination .swiper-pagination-bullet:hover {
	padding: 0;
	background: var(--e-global-color-primary);
	border: none;
}

.elementor-widget-sparkle_home_slider .elementor-slider-widget-text {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 20px 17px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
	line-height: 20px;
}

.elementor-widget-sparkle_home_testimonials {

	/*&.outside-arrows {
    .swiper-button-prev-custom {
      left: -130px
    }

    .swiper-button-next-custom {
      right: -130px
    }
  }*/
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation {
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 11;
}

@media screen and (max-width: 1024px) {

	.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation {
		display: none;
	}
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-next-custom,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-prev-custom {
	padding: 0;
	background: var(--e-global-color-secondary);
	border-radius: 50%;
	border: 1px solid var(--e-global-color-text);
	color: var(--e-global-color-text);
	transition: 0.2s all;
	width: 60px;
	height: 60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-next-custom svg,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-prev-custom svg {
	fill: var(--e-global-color-text);
	transition: 0.2s all;
	width: 20px;
	height: 20px;
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-next-custom:hover,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-prev-custom:hover {
	padding: 0;
	border: 1px solid var(--e-global-color-primary);
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-next-custom:hover svg,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-prev-custom:hover svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation .swiper-button-prev-custom svg {
	transform: rotate(180deg);
}

.elementor-widget-sparkle_home_testimonials .swiper-pagination {
	bottom: 0 !important;
	pointer-events: none;
}

.elementor-widget-sparkle_home_testimonials .swiper-pagination .swiper-pagination-bullet {
	background: var(--e-global-color-primary);
	border: none;
	padding: 0;
	transition: 0.2s all;
}

.elementor-widget-sparkle_home_testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--e-global-color-accent);
	transform: scale(1.2);
}

.elementor-widget-sparkle_home_testimonials .swiper-pagination .swiper-pagination-bullet:hover {
	padding: 0;
	background: var(--e-global-color-primary);
	border: none;
}

.elementor-widget-sparkle_home_testimonials .swiper-slide {
	background: var(--e-global-color-secondary);
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 50px 70px;
	text-align: center;
}

@media screen and (max-width: 1024px) {

	.elementor-widget-sparkle_home_testimonials .swiper-slide {
		padding: 30px 25px;
	}
}

.elementor-widget-sparkle_home_testimonials .elementor-slider-widget-testimonials-image {
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.elementor-widget-sparkle_home_testimonials .elementor-slider-widget-testimonials-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.elementor-widget-sparkle_home_testimonials .elementor-slider-widget-title {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.elementor-widget-sparkle_home_testimonials .elementor-slider-widget-content {
	font-size: 2.4rem;
	font-weight: 200;
	margin-bottom: 0;
	font-style: italic;
	line-height: 34px;
}

@media screen and (max-width: 1024px) {

	.elementor-widget-sparkle_home_testimonials .elementor-slider-widget-content {
		font-size: 2rem;
		line-height: 30px;
	}
}

.elementor-widget-sparkle_home_testimonials .elementor-slider-widget-stars {
	margin-bottom: 20px;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single {
	padding: 45px 35px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	flex: calc(25% - 20px);
	width: 100%;
	max-width: calc(25% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: fit-content;
}

@media screen and (max-width: 1319px) {

	.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single {
		padding: 25px 20px;
	}
}

@media screen and (max-width: 1199px) {

	.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single {
		max-width: calc(50% - 20px);
		flex: calc(50% - 20px);
	}
}

@media screen and (max-width: 799px) {

	.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single {
		max-width: 100%;
		flex: 100%;
	}
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single.featured {
	flex: calc(50% - 20px);
	max-width: calc(50% - 20px);
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
}

@media screen and (max-width: 799px) {

	.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single.featured {
		max-width: 100%;
		flex: 100%;
	}
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .elementor-slider-widget-content {
	font-size: 1.6rem;
	font-style: normal;
	line-height: 28px;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .sh_testimonials_blocks--single-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .elementor-slider-widget-testimonials-image {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 0;
	width: 85px;
	height: 85px;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .elementor-slider-widget-testimonials-image img {
	width: 85px;
	height: 85px;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .elementor-slider-widget-testimonials-name {
	width: calc(100% - 100px);
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .elementor-slider-widget-stars {
	margin-bottom: 0;
}

.elementor-widget-sparkle_home_testimonials .sh_testimonials_blocks .sh_testimonials_blocks--single .elementor-slider-widget-title {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.elementor-widget-sparkle_home_testimonials .slide-testimonials.type-two .swiper-slide {
	background: rgba(255, 255, 255, 0.85);
}

.elementor-widget-sparkle_home_testimonials .slide-testimonials.type-two .elementor-slider-widget-content {
	font-size: 1.8rem;
	line-height: 30px;
	font-style: normal;
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-next-custom,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-prev-custom {
	background: transparent;
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-next-custom:hover,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-prev-custom:hover {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-next-custom:hover svg,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-prev-custom:hover svg {
	fill: var(--e-global-color-accent);
}

.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-next-custom svg,
.elementor-widget-sparkle_home_testimonials .swiper-custom-navigation.type-two .swiper-button-prev-custom svg {
	fill: var(--e-global-color-secondary);
}

.elementor-widget-sparkle_home_service_tabs .sh-tabs-controls {
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	text-align: center;
}

.elementor-widget-sparkle_home_service_tabs .sh-tabs-controls .sh-tabs-controls--single {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
}

.elementor-widget-sparkle_home_service_tabs .sh-tabs-controls .sh-tabs-controls--single a {
	color: var(--e-global-color-text);
	font-size: 1.8rem;
	font-weight: 700;
}

.elementor-widget-sparkle_home_service_tabs .sh-tabs-controls .sh-tabs-controls--single.active {
	border-bottom: 3px solid var(--e-global-color-primary);
}

.elementor-widget-sparkle_home_service_tabs .sh-tab-content {
	display: none;
	justify-content: center;
	gap: 20px;
}

.elementor-widget-sparkle_home_service_tabs .sh-tab-content .sh-tab-content--column {
	padding: 40px 50px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	width: 100%;
	max-width: calc(33.3333% - 20px);
	transition: 0.2s all;
}

@media screen and (max-width: 1580px) {

	.elementor-widget-sparkle_home_service_tabs .sh-tab-content .sh-tab-content--column {
		padding: 20px 30px;
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media screen and (max-width: 599px) {

	.elementor-widget-sparkle_home_service_tabs .sh-tab-content .sh-tab-content--column {
		flex: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}

.elementor-widget-sparkle_home_service_tabs .sh-tab-content .sh-tab-content--column:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
}

.elementor-widget-sparkle_home_service_tabs .sh-tab-content .sh-tab-content--column:hover img[src$=".png"] {
	filter: brightness(0) invert(1);
}

.elementor-widget-sparkle_home_service_tabs .sh-tab-content.active {
	display: flex;
}

@media screen and (max-width: 1580px) {

	.elementor-widget-sparkle_home_service_tabs .sh-tab-content.active {
		flex-wrap: wrap;
	}
}

.elementor-widget-sparkle_home_help_search .sh-help-search {
	width: 100%;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps {
	margin-bottom: 30px;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	overflow: hidden;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single {
	width: 100%;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single {
		font-size: 1.3rem;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single div {
	position: relative;
	padding: 25px 30px 25px 55px;
	line-height: 1;
	height: 100%;
	display: flex;
	align-items: center;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single div {
		padding: 10px 15px 10px 30px;
		height: 35px;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single:first-child div {
	padding-left: 30px;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single:first-child div {
		padding-left: 15px;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active div {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	border-top: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	position: relative;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 33px;
	border-top: 33px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 33px solid #fff;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active div::before {
		top: -1px;
		width: 15px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 15px solid #fff;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active div::after {
	content: "";
	position: absolute;
	right: -33px;
	top: -1px;
	height: 100%;
	width: 33px;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 33px solid var(--e-global-color-primary);
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active div::after {
		top: -1px;
		width: 15px;
		right: -15px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 15px solid var(--e-global-color-primary);
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active:first-child div::before {
	display: none;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single.active:last-child div::after {
	display: none;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single:not(.active) div::after {
	position: absolute;
	padding: 25px;
	box-shadow: 1px -1px 0 0 #e1e1e1 inset;
	border: 0 solid transparent;
	border-bottom-width: 20px;
	border-left-width: 20px;
	transition: 0.2s;
	transform: rotate(225deg);
	top: -1px;
	margin: 0;
	right: -50px;
	content: "";
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--steps-list .sh-job-application--steps-list__single:not(.active) div::after {
		padding: 15px;
		border-bottom-width: 15px;
		border-left-width: 15px;
		top: -5px;
		right: -30px;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents {
	padding: 45px 60px;
	background: var(--e-global-color-accent);
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents {
		padding: 25px 30px;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--contents_single {
	display: none;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--contents_single.active {
	display: block;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application__buttons {
	margin-top: 50px;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application__buttons {
		text-align: center;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application_step-content > div > *:first-child {
	margin-top: 0;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application_step-content > div > *:last-child {
	margin-bottom: 0;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-1 .sh-job-application_step-content {
	display: flex;
	gap: 100px;
	align-items: flex-start;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-1 .sh-job-application_step-content {
		padding-left: 0;
		flex-direction: column;
		gap: 20px;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-1 .sh-job-application_step-content > div {
	width: 100%;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .sh-job-application__buttons {
	margin-top: 20px;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .sh-job-application_step-content {
	display: flex;
	gap: 100px;
}

@media screen and (max-width: 991px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .sh-job-application_step-content {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (min-width: 992px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .sh-job-application_step-content > div:nth-child(1) {
		width: 30%;
	}
}

@media screen and (min-width: 992px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .sh-job-application_step-content > div:nth-child(2) {
		width: 70%;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-submit {
	display: none;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form {

	/*input[type="file"]::-webkit-file-upload-button,
        input[type="file"]::-ms-browse,*/
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form .fields {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form .fields p {
	flex: 0 calc(50% - 10px);
	margin: 0;
}

@media screen and (max-width: 576px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form .fields p {
		flex: 100%;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form .wpcf7-form-control {
	width: 100%;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form .wpcf7-form-control-wrap input:not(:focus),
.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form .wpcf7-form-control-wrap textarea:not(:focus) {
	background: #fff;
	border-color: transparent;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form label {
	font-size: 1.4rem;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form input[type="file"] {
	font-size: 1.4rem;
	padding: 0;
	background: transparent !important;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form input[type="file"]::file-selector-button {
	border: 1px solid var(--e-global-color-primary);
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	transition: 0.2s all;
	font-size: 1.4rem;
	padding: 10px 25px;
	border-radius: 5px;
	margin-right: 10px;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-2 .wpcf7-form input[type="file"]::file-selector-button:hover {
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-3 .sh-job-application_step-content {
	text-align: center;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-3 .sh-job-application_step-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-3 .sh-job-application_step-content h3 {
	font-size: 4.6rem;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 0;
}

@media screen and (max-width: 576px) {

	.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-3 .sh-job-application_step-content h3 {
		font-size: 3.2rem;
	}
}

.elementor-widget-sparkle_home_job_application_form .sh-job-application--contents .sh-job-application--step-3 .sh-job-application_step-content p {
	font-size: 1.8rem;
	margin: 0 auto;
	max-width: 500px;
}

.sh-default-header {
	background-color: var(--e-global-color-accent);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 119px;
	padding-bottom: 119px;
}

.sh-default-header::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	z-index: 1;
}

.sh-default-header .sh-default-header--title {
	color: var(--e-global-color-secondary);
	z-index: 2;
	position: relative;
	font-size: 4.6rem;
}

body.sparkle-home-full-width .sh-default-header .container-large {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

@media screen and (max-width: 599px) {

	body.sparkle-home-full-width .sh-default-header .container-large {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 992px) {

	.sh-blog-container {
		flex-direction: column;
	}
}

.sh-blog-container > * {
	word-wrap: break-word;
}

.sh-blog-container .site-main:not(.single-post) {
	width: calc(100% - 445px);
}

@media screen and (max-width: 992px) {

	.sh-blog-container .site-main:not(.single-post) {
		width: 100%;
	}
}

.sh-blog-container .site-main:not(.single-post) .sh-blog-articles {
	display: grid;
	grid-gap: 20px;
	height: fit-content;
}

@media screen and (min-width: 993px) {

	.sh-blog-container .site-main:not(.single-post) .sh-blog-articles {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
}

.sh-blog-container .site-main.single-post {
	width: calc(100% - 445px);
}

@media screen and (max-width: 992px) {

	.sh-blog-container .site-main.single-post {
		width: 100%;
	}
}

.sh-blog-container .sh-blog-sidebar {
	width: 100%;
}

@media screen and (min-width: 993px) {

	.sh-blog-container .sh-blog-sidebar {
		width: 425px;
		margin-left: 20px;
	}
}

.sh-blog-container .sh-blog-sidebar .widget {
	padding: 35px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	margin-bottom: 10px;
}

.sh-blog-container .sh-blog-sidebar .widget:last-child {
	margin-bottom: 0;
}

.sh-blog-container .sh-blog-sidebar .widget h1,
.sh-blog-container .sh-blog-sidebar .widget h2,
.sh-blog-container .sh-blog-sidebar .widget h3,
.sh-blog-container .sh-blog-sidebar .widget h4,
.sh-blog-container .sh-blog-sidebar .widget h5,
.sh-blog-container .sh-blog-sidebar .widget h6 {
	margin-top: 0;
	margin-bottom: 20px;
}

.sh-blog-container .sh-blog-sidebar .widget *:last-child {
	margin-bottom: 0;
}

.sh-blog-container .sh-blog-sidebar .widget ul,
.sh-blog-container .sh-blog-sidebar .widget ol {
	margin-left: 0;
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
}

.sh-blog-container .single-blog-article {
	background: var(--e-global-color-accent);
}

.sh-blog-container .single-blog-article a {
	text-decoration: none;
	height: 100%;
}

.sh-blog-container .single-blog-article a:hover {
	opacity: 0.8;
}

.sh-blog-container .single-blog-article .entry-title {
	font-size: 2rem;
	color: var(--e-global-color-text);
}

.sh-blog-container .single-blog-article .entry-content {
	color: var(--e-global-color-text);
}

.sh-blog-container .single-blog-article .entry-content > * {
	word-wrap: anywhere;
}

.sh-blog-container .single-blog-article .entry-image {
	line-height: 0;
}

.sh-blog-container .single-blog-article .entry-meta {
	font-size: 1.4rem;
}

.sh-blog-container .single-blog-article .attachment-post-thumbnail {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.sh-blog-container .entry-footer {
	font-size: 1.4rem;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.sh-blog-container .entry-footer a {
	border-radius: 8px;
	background: #f7f7f7;
	padding: 2px 8px;
}

.sh-blog-container .entry-footer > * {
	margin-right: 10px;
}

.sh-blog-container .entry-footer > *:last-child {
	margin-right: 0;
}

.sh-blog-container .post-navigation .nav-links .nav-previous a {
	padding-left: 15px;
	position: relative;
	word-wrap: anywhere;
}

.sh-blog-container .post-navigation .nav-links .nav-previous a::before {
	position: absolute;
	content: "ᐸ";
	left: 0;
	top: 6px;
	line-height: 1;
	font-size: 1.2rem;
}

.sh-blog-container .post-navigation .nav-links .nav-next a {
	padding-right: 15px;
	position: relative;
	word-wrap: anywhere;
}

.sh-blog-container .post-navigation .nav-links .nav-next a::before {
	position: absolute;
	content: "ᐳ";
	right: 0;
	top: 6px;
	line-height: 1;
	font-size: 1.2rem;
}

.sh-navigation {
	margin-top: 15px;
}

.sh-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
}

.sh-navigation ul li {
	margin-right: 0;
	margin-left: 5px;
}

.sh-navigation ul li a {
	display: block;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	color: var(--e-global-color-text);
	text-decoration: none;
}

@media screen and (max-width: 599px) {

	.sh-navigation ul li a {
		padding: 5px 10px;
	}
}

.sh-navigation ul li.active a {
	background: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
}

.sh-blog-container .comments-area {
	margin-top: 60px;
}

.sh-blog-container .comments-area .comment-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.sh-blog-container .comments-area .comment-list .comment {
	border-top: 1px solid #e1e1e1;
}

.sh-blog-container .comments-area .comment-list .comment.odd {
	background: #fafafa;
}

.sh-blog-container .comments-area .comment-list .comment .comment-respond {
	padding: 10px;
}

.sh-blog-container .comments-area .comment-list .comment .comment-reply-title small {
	margin-left: 5px;
}

.sh-blog-container .comments-area .comment-list .comment-body {
	padding: 40px;
}

.sh-blog-container .comments-area .comment-list .comment-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

	.sh-blog-container .comments-area .comment-list .comment-meta {
		flex-direction: column;
		align-items: flex-start;
	}
}

.sh-blog-container .comments-area .comment-list .comment-meta .comment-author {
	display: flex;
}

.sh-blog-container .comments-area .comment-list .comment-meta .comment-author .avatar {
	border-radius: 50%;
	margin-right: 10px;
}

.sh-blog-container .comments-area .comment-list .comment-meta .comment-author .says {
	margin-left: 5px;
}

.sh-blog-container .comments-area .comment-list .comment-meta .comment-metadata {
	font-size: 1.4rem;
}

.sh-blog-container .comments-area .comment-list .comment-meta a {
	color: var(--e-global-color-text);
	text-decoration: none;
}

.sh-blog-container .comments-area .comment-list .reply {
	margin-top: 10px;
}

.sh-blog-container .comments-area .comment-list .reply .comment-reply-link {
	font-size: 1.4rem;
	position: relative;
	padding-left: 25px;
	text-decoration: none;
}

.sh-blog-container .comments-area .comment-list .reply .comment-reply-link::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 18px;
	height: 16px;
	content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.3 16"><path d="M13.1 16c-.1 0-.2 0-.3-.1l-5.2-2.8H5.9C2.7 13.1 0 10.3 0 6.9V5.8C0 2.6 2.7 0 5.9 0h6.4c3.2 0 5.9 2.6 5.9 5.8v1.1c0 2.7-1.9 5.1-4.6 5.7v2.8c.1.3-.1.6-.5.6zM5.9 1.1c-2.6 0-4.8 2.1-4.8 4.7v1.1c0 2.7 2.2 5 4.8 5h1.9c.1 0 .2 0 .3.1l4.5 2.5v-2.3c0-.3.2-.5.5-.6 2.5-.4 4.1-2.3 4.1-4.7V5.8c0-2.6-2.2-4.7-4.8-4.7H5.9z"/></svg>');
	display: block;
	background-size: 18px 16px;
}

.sh-blog-container .comments-area .comment-list .children {
	list-style: none;
	margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	border: none;
	color: var(--e-global-color-secondary);
}

.wpcf7 form.invalid .wpcf7-response-output {
	background: #d49a00;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
	background: #d49a00;
}

.wpcf7 form.payment-required .wpcf7-response-output {
	background: #d49a00;
}

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

.wpcf7 form label {
	display: block;
	font-weight: 700;
}

.wpcf7 form .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 form .wpcf7-form-control-wrap input,
.wpcf7 form .wpcf7-form-control-wrap textarea {
	max-width: 100%;
}

.wpcf7 form .wpcf7-form-control-wrap input:not(:focus),
.wpcf7 form .wpcf7-form-control-wrap textarea:not(:focus) {
	background: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.customize-partial-edit-shortcut-button {
	padding: 0 !important;
}

.sh-top-icons .elementor-icon-list-item .elementor-icon-list-icon {
	top: 7px;
	position: absolute;
}

.sh-top-icons .elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-left: 25px;
}

.sh-help-center-items .elementor-accordion .elementor-tab-title {
	line-height: inherit;
}
