:root {
	--wpforms-field-border-radius: 3px;
	--wpforms-field-border-style: solid;
	--wpforms-field-border-size: 1px;
	--wpforms-field-background-color: #ffffff;
	--wpforms-field-border-color: rgba(0, 0, 0, 0.25);
	--wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);
	--wpforms-field-text-color: rgba(0, 0, 0, 0.7);
	--wpforms-field-menu-color: #ffffff;
	--wpforms-label-color: rgba(0, 0, 0, 0.85);
	--wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
	--wpforms-label-error-color: #d63637;
	--wpforms-button-border-radius: 3px;
	--wpforms-button-border-style: none;
	--wpforms-button-border-size: 1px;
	--wpforms-button-background-color: #066aab;
	--wpforms-button-border-color: #066aab;
	--wpforms-button-text-color: #ffffff;
	--wpforms-page-break-color: #066aab;
	--wpforms-background-image: none;
	--wpforms-background-position: center center;
	--wpforms-background-repeat: no-repeat;
	--wpforms-background-size: cover;
	--wpforms-background-width: 100px;
	--wpforms-background-height: 100px;
	--wpforms-background-color: rgba(0, 0, 0, 0);
	--wpforms-background-url: none;
	--wpforms-container-padding: 0px;
	--wpforms-container-border-style: none;
	--wpforms-container-border-width: 1px;
	--wpforms-container-border-color: #000000;
	--wpforms-container-border-radius: 3px;
	--wpforms-field-size-input-height: 43px;
	--wpforms-field-size-input-spacing: 15px;
	--wpforms-field-size-font-size: 16px;
	--wpforms-field-size-line-height: 19px;
	--wpforms-field-size-padding-h: 14px;
	--wpforms-field-size-checkbox-size: 16px;
	--wpforms-field-size-sublabel-spacing: 5px;
	--wpforms-field-size-icon-size: 1;
	--wpforms-label-size-font-size: 16px;
	--wpforms-label-size-line-height: 19px;
	--wpforms-label-size-sublabel-font-size: 14px;
	--wpforms-label-size-sublabel-line-height: 17px;
	--wpforms-button-size-font-size: 17px;
	--wpforms-button-size-height: 41px;
	--wpforms-button-size-padding-h: 15px;
	--wpforms-button-size-margin-top: 10px;
	--wpforms-container-shadow-size-box-shadow: none;
}

.wp-block-audio :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
	color: #ffffffa6
}

.wp-block-audio {
	margin: 0 0 1em
}

.wp-block-code {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Menlo, Consolas, monaco, monospace;
	padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
	color: #ffffffa6
}

.wp-block-embed {
	margin: 0 0 1em
}

.blocks-gallery-caption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .blocks-gallery-caption {
	color: #ffffffa6
}

:root :where(.wp-block-image figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
	color: #ffffffa6
}

.wp-block-image {
	margin: 0 0 1em
}

.wp-block-pullquote {
	border-bottom: 4px solid;
	border-top: 4px solid;
	color: currentColor;
	margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	color: currentColor;
	font-size: .8125em;
	font-style: normal;
	text-transform: uppercase
}

.wp-block-quote {
	border-left: .25em solid;
	margin: 0 0 1.75em;
	padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
	color: currentColor;
	font-size: .8125em;
	font-style: normal;
	position: relative
}

.wp-block-quote:where(.has-text-align-right) {
	border-left: none;
	border-right: .25em solid;
	padding-left: 0;
	padding-right: 1em
}

.wp-block-quote:where(.has-text-align-center) {
	border: none;
	padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
	border: none
}

.wp-block-search .wp-block-search__label {
	font-weight: 700
}

.wp-block-search__button {
	border: 1px solid #ccc;
	padding: .375em .625em
}

:where(.wp-block-group.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
	opacity: .4
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
	opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px
}

.wp-block-table {
	margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
	word-break: normal
}

.wp-block-table :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
	color: #ffffffa6
}

.wp-block-video :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
	color: #ffffffa6
}

.wp-block-video {
	margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
	margin-bottom: 0;
	margin-top: 0;
	padding: 1.25em 2.375em
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
	--wp--style--global--content-size: 823px;
	--wp--style--global--wide-size: 1080px;
}

:where(body) {
	margin: 0;
}

.wp-site-blocks>.alignleft {
	float: left;
	margin-right: 2em;
}

.wp-site-blocks>.alignright {
	float: right;
	margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

.is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex> :is(*, div) {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

.is-layout-grid> :is(*, div) {
	margin: 0;
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: #32373c;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:root :where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

blockquote {
	margin: 20px 0 30px;
	border-left: 5px solid;
	padding-left: 20px
}

:focus {
	outline: 0
}

del {
	text-decoration: line-through
}

pre {
	overflow: auto;
	padding: 10px
}

figure {
	margin: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block
}

body {
	font-family: Open Sans, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	line-height: 1.7em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.page-template-page-template-blank-php #page-container {
	padding-top: 0 !important
}

body.cu_cover_background {
	background-size: cover !important;
	background-position: top !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed
}

a {
	color: #2ea3f2
}

a,
a:hover {
	text-decoration: none
}

p {
	padding-bottom: 1em
}

p:not(.has-background):last-of-type {
	padding-bottom: 0
}

p.cu_normal_padding {
	padding-bottom: 1em
}

strong {
	font-weight: 700
}

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

code,
pre {
	font-family: Courier New, monospace;
	margin-bottom: 10px
}

ins {
	text-decoration: none
}

sub,
sup {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline
}

sup {
	bottom: .8em
}

sub {
	top: .3em
}

dl {
	margin: 0 0 1.5em
}

dl dt {
	font-weight: 700
}

dd {
	margin-left: 1.5em
}

blockquote p {
	padding-bottom: 0
}

embed,
iframe,
object,
video {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 500
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

input {
	-webkit-appearance: none
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=radio] {
	-webkit-appearance: radio
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e
}

input.text:focus,
input.title:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: #2d3940;
	color: #3e3e3e
}

input.text,
input.title,
input[type=text],
select,
textarea {
	margin: 0
}

textarea {
	padding: 4px
}

button,
input,
select,
textarea {
	font-family: inherit
}

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

.clear {
	clear: both
}

br.clear {
	margin: 0;
	padding: 0
}

.pagination {
	clear: both
}

#cu_search_icon:hover,
.cu-social-icon a:hover,
.cu_password_protected_form .cu_submit_button,
.form-submit .cu_st_buttontton.alt.disabled,
.nav-single a,
.posted_in a {
	color: #2ea3f2
}

.cu-search-form,
blockquote {
	border-color: #2ea3f2
}

#main-content {
	background-color: #fff
}

.container {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative
}

body:not(.cu-tb) #main-content .container,
body:not(.cu-tb-has-header) #main-content .container {
	padding-top: 58px
}

.cu_full_width_page #main-content .container:before {
	display: none
}

.main_title {
	margin-bottom: 20px
}

.cu_password_protected_form .cu_submit_button:hover,
.form-submit .cu_st_button:hover {
	background: rgba(0, 0, 0, .05)
}

.cu_button_icon_visible .cu_st_button {
	padding-right: 2em;
	padding-left: .7em
}

.cu_button_icon_visible .cu_st_button:after {
	opacity: 1;
	margin-left: 0
}

.cu_button_left .cu_st_button:hover:after {
	left: .15em
}

.cu_button_left .cu_st_button:after {
	margin-left: 0;
	left: 1em
}

.cu_button_icon_visible.cu_button_left .cu_st_button,
.cu_button_left .cu_st_button:hover,
.cu_button_left .cu_st_module .cu_st_button:hover {
	padding-left: 2em;
	padding-right: .7em
}

.cu_button_icon_visible.cu_button_left .cu_st_button:after,
.cu_button_left .cu_st_button:hover:after {
	left: .15em
}

.cu_password_protected_form .cu_submit_button:hover,
.form-submit .cu_st_button:hover {
	padding: .3em 1em
}

.cu_button_no_icon .cu_st_button:after {
	display: none
}

.cu_button_no_icon.cu_button_icon_visible.cu_button_left .cu_st_button,
.cu_button_no_icon.cu_button_left .cu_st_button:hover,
.cu_button_no_icon .cu_st_button,
.cu_button_no_icon .cu_st_button:hover {
	padding: .3em 1em !important
}

.cu_button_custom_icon .cu_st_button:after {
	line-height: 1.7em
}

.cu_button_custom_icon.cu_button_icon_visible .cu_st_button:after,
.cu_button_custom_icon .cu_st_button:hover:after {
	margin-left: .3em
}

#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type {
	padding: 0;
	margin-bottom: -16px
}

.entry-content table:not(.variations) {
	border: 1px solid #eee;
	margin: 0 0 15px;
	text-align: left;
	width: 100%
}

.entry-content thead th,
.entry-content tr th {
	color: #555;
	font-weight: 700;
	padding: 9px 24px
}

.entry-content tr td {
	border-top: 1px solid #eee;
	padding: 6px 24px
}

#left-area ul,
.entry-content ul,
.cu-l--body ul,
.cu-l--footer ul,
.cu-l--header ul {
	list-style-type: disc;
	padding: 0 0 23px 1em;
	line-height: 26px
}

#left-area ol,
.entry-content ol,
.cu-l--body ol,
.cu-l--footer ol,
.cu-l--header ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 23px;
	line-height: 26px
}

#left-area ul li ul,
.entry-content ul li ol {
	padding: 2px 0 2px 20px
}

#left-area ol li ul,
.entry-content ol li ol,
.cu-l--body ol li ol,
.cu-l--footer ol li ol,
.cu-l--header ol li ol {
	padding: 2px 0 2px 35px
}

#left-area ul.wp-block-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0
}

#left-area ul.products {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important
}

.gallery-item a {
	display: block
}

.gallery-caption,
.gallery-item a {
	width: 90%
}

#wpadminbar {
	z-index: 100001
}

#left-area .post-meta {
	font-size: 14px;
	padding-bottom: 15px
}

#left-area .post-meta a {
	text-decoration: none;
	color: #666
}

#left-area .cu_featured_image {
	padding-bottom: 7px
}

.single .post {
	padding-bottom: 25px
}

body.single .cu_audio_content {
	margin-bottom: -6px
}

.nav-single a {
	text-decoration: none;
	color: #2ea3f2;
	font-size: 14px;
	font-weight: 400
}

.nav-previous {
	float: left
}

.nav-next {
	float: right
}

.cu_password_protected_form p input {
	background-color: #eee;
	border: none !important;
	width: 100% !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cu_password_protected_form label {
	display: none
}

.cu_password_protected_form .cu_submit_button {
	font-family: inherit;
	display: block;
	float: right;
	margin: 8px auto 0;
	cursor: pointer
}

.post-password-required p.nocomments.container {
	max-width: 100%
}

.post-password-required p.nocomments.container:before {
	display: none
}

.aligncenter,
div.post .new-post .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	max-width: 96%;
	padding: 8px
}

.wp-caption.alignleft {
	margin: 0 30px 20px 0
}

.wp-caption.alignright {
	margin: 0 0 20px 30px
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 0 4px 5px;
	margin: 0
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px
}

.page.cu_st_pagebuilder_layout #main-content {
	background-color: transparent
}

body #main-content .cu_builder_inner_content>h1,
body #main-content .cu_builder_inner_content>h2,
body #main-content .cu_builder_inner_content>h3,
body #main-content .cu_builder_inner_content>h4,
body #main-content .cu_builder_inner_content>h5,
body #main-content .cu_builder_inner_content>h6 {
	line-height: 1.4em
}

body #main-content .cu_builder_inner_content>p {
	line-height: 1.7em
}

.wp-block-pullquote {
	margin: 20px 0 30px
}

.wp-block-pullquote.has-background blockquote {
	border-left: none
}

.wp-block-group.has-background {
	padding: 1.5em 1.5em .5em
}

@media (min-width:981px) {
	#left-area {
		width: 79.125%;
		padding-bottom: 23px
	}

	#main-content .container:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #e2e2e2
	}

	.cu_full_width_page #left-area,
	.cu_no_sidebar #left-area {
		float: none;
		width: 100% !important
	}

	.cu_full_width_page #left-area {
		padding-bottom: 0
	}

	.cu_no_sidebar #main-content .container:before {
		display: none
	}

}

@media (max-width:980px) {
	#page-container {
		padding-top: 80px
	}

	.cu-tb #page-container,
	.cu-tb-has-header #page-container {
		padding-top: 0 !important
	}

	#left-area,
	#sidebar {
		width: 100% !important
	}

	#main-content .container:before {
		display: none !important
	}

	.cu_full_width_page .cu_gallery_item:nth-child(4n+1) {
		clear: none
	}

}

@media print {
	#page-container {
		padding-top: 0 !important
	}

}

#wp-admin-bar-cu-use-visual-builder a:before {
	font-family: ETmodules !important;
	content: "\e625";
	font-size: 30px !important;
	width: 28px;
	margin-top: -3px;
	color: #974df3 !important
}

#wp-admin-bar-cu-use-visual-builder:hover a:before {
	color: #fff !important
}

#wp-admin-bar-cu-use-visual-builder:hover a,
#wp-admin-bar-cu-use-visual-builder a:hover {
	transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	background-color: #7e3bd0 !important;
	color: #fff !important
}

* html .clearfix,
:first-child+html .clearfix {
	zoom: 1
}

.iphone .cu_st_section_video_bg video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none
}

.cu_mobile_device .cu_st_section_parallax .cu_st_parallax_css {
	background-attachment: scroll
}

.cu-social-facebook a.icon:before {
	content: "\e093"
}

.cu-social-twitter a.icon:before {
	content: "\e094"
}

.cu-social-google-plus a.icon:before {
	content: "\e096"
}

.cu-social-instagram a.icon:before {
	content: "\e09a"
}

.cu-social-rss a.icon:before {
	content: "\e09e"
}

.ai1ec-single-event:after {
	content: " ";
	display: table;
	clear: both
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot {
	z-index: 3
}

.wp-block-cust-layout {
	margin-bottom: 1em
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#cu-info-email:before,
#cu-info-phone:before,
#cu_search_icon:before,
.comment-reply-link:after,
.cu-cart-info span:before,
.cu-pb-arrow-next:before,
.cu-pb-arrow-prev:before,
.cu-social-icon a:before,
.cu_audio_container .mejs-playpause-button button:before,
.cu_audio_container .mejs-volume-button button:before,
.cu_overlay:before,
.cu_password_protected_form .cu_submit_button:after,
.cu_st_button:after,
.cu_st_contact_reset:after,
.cu_st_contact_submit:after,
.cu_st_font_icon:before,
.cu_st_newsletter_button:after,
.cu_st_pricing_table_button:after,
.cu_st_promo_button:after,
.cu_st_testimonial:before,
.cu_st_toggle_title:before,
.form-submit .cu_st_button:after,
.mobile_menu_bar:before,
a.cu_st_more_button:after {
	font-family: ETmodules !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr
}

.cu-pb-icon,
.cu_st_custom_button_icon.cu_st_button:after,
.cu_st_login .cu_st_custom_button_icon.cu_st_button:after,
.cu_st_woo_custom_button_icon .button.cu_st_custom_button_icon.cu_st_button:after,
.cu_st_woo_custom_button_icon .button.cu_st_custom_button_icon.cu_st_button:hover:after {
	content: attr(data-icon)
}

.cu-pb-icon {
	font-family: ETmodules;
	speak: none;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 96px;
	font-style: normal;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: ltr
}

#cu-ajax-saving {
	display: none;
	-webkit-transition: background .3s, -webkit-box-shadow .3s;
	transition: background .3s, -webkit-box-shadow .3s;
	transition: background .3s, box-shadow .3s;
	transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s;
	-webkit-box-shadow: rgba(0, 139, 219, .247059) 0 0 60px;
	box-shadow: 0 0 60px rgba(0, 139, 219, .247059);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	margin: -25px 0 0 -25px;
	z-index: 999999;
	text-align: center
}

#cu-ajax-saving img {
	margin: 9px
}

.cu-safe-mode-indicator,
.cu-safe-mode-indicator:focus,
.cu-safe-mode-indicator:hover {
	-webkit-box-shadow: 0 5px 10px rgba(41, 196, 169, .15);
	box-shadow: 0 5px 10px rgba(41, 196, 169, .15);
	background: #29c4a9;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px;
	line-height: 16px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999999;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.cu_st_button {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important
}

.cu_st_button,
.cu_st_button_inner {
	position: relative
}

.cu_st_button:hover,
.cu_st_module .cu_st_button:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em
}

.cu_st_button:hover {
	background-color: hsla(0, 0%, 100%, .2)
}

.cu_st_bg_layout_light.cu_st_button:hover,
.cu_st_bg_layout_light .cu_st_button:hover {
	background-color: rgba(0, 0, 0, .05)
}

.cu_st_button:after,
.cu_st_button:before {
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none
}

.cu_st_button.cu_hover_enabled:hover:after,
.cu_st_button.cu_st_hovered:hover:after {
	-webkit-transition: none !important;
	transition: none !important
}

.cu_st_button:before {
	display: none
}

.cu_st_button:hover:after {
	opacity: 1;
	margin-left: 0
}

.cu_st_column_1_3 h1,
.cu_st_column_1_4 h1,
.cu_st_column_1_5 h1,
.cu_st_column_1_6 h1,
.cu_st_column_2_5 h1 {
	font-size: 26px
}

.cu_st_column_1_3 h2,
.cu_st_column_1_4 h2,
.cu_st_column_1_5 h2,
.cu_st_column_1_6 h2,
.cu_st_column_2_5 h2 {
	font-size: 23px
}

.cu_st_column_1_3 h3,
.cu_st_column_1_4 h3,
.cu_st_column_1_5 h3,
.cu_st_column_1_6 h3,
.cu_st_column_2_5 h3 {
	font-size: 20px
}

.cu_st_column_1_3 h4,
.cu_st_column_1_4 h4,
.cu_st_column_1_5 h4,
.cu_st_column_1_6 h4,
.cu_st_column_2_5 h4 {
	font-size: 18px
}

.cu_st_column_1_3 h5,
.cu_st_column_1_4 h5,
.cu_st_column_1_5 h5,
.cu_st_column_1_6 h5,
.cu_st_column_2_5 h5 {
	font-size: 16px
}

.cu_st_column_1_3 h6,
.cu_st_column_1_4 h6,
.cu_st_column_1_5 h6,
.cu_st_column_1_6 h6,
.cu_st_column_2_5 h6 {
	font-size: 15px
}

.cu_st_bg_layout_dark,
.cu_st_bg_layout_dark h1,
.cu_st_bg_layout_dark h2,
.cu_st_bg_layout_dark h3,
.cu_st_bg_layout_dark h4,
.cu_st_bg_layout_dark h5,
.cu_st_bg_layout_dark h6 {
	color: #fff !important
}

.cu_st_module.cu_st_text_align_left {
	text-align: left
}

.cu_st_module.cu_st_text_align_center {
	text-align: center
}

.cu_st_module.cu_st_text_align_right {
	text-align: right
}

.cu_st_module.cu_st_text_align_justified {
	text-align: justify
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.cu_st_bg_layout_light .cu_st_more_button {
	color: #2ea3f2
}

.cu_builder_inner_content {
	position: relative;
	z-index: 1
}

header .cu_builder_inner_content {
	z-index: 2
}

.cu_st_css_mix_blend_mode_passthrough {
	mix-blend-mode: unset !important
}

.cu_st_image_container {
	margin: -20px -20px 29px
}

.cu_st_module_inner {
	position: relative
}

.cu_hover_enabled_preview {
	z-index: 2
}

.cu_hover_enabled:hover {
	position: relative;
	z-index: 2
}

.cu_st_all_tabs,
.cu_st_module,
.cu_st_posts_nav a,
.cu_st_tab,
.cu_st_with_background {
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.cu_st_background_mask,
.cu_st_background_pattern {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.cu_st_background_mask {
	background-size: calc(100% + 2px) calc(100% + 2px);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden
}

.cu_st_background_pattern {
	background-position: 0 0;
	background-repeat: repeat
}

.cu_st_with_border {
	position: relative;
	border: 0 solid #333
}

.post-password-required .cu_st_row {
	padding: 0;
	width: 100%
}

.post-password-required .cu_password_protected_form {
	min-height: 0
}

body.cu_st_pagebuilder_layout.cu_st_show_title .post-password-required .cu_password_protected_form h1,
body:not(.cu_st_pagebuilder_layout) .post-password-required .cu_password_protected_form h1 {
	display: none
}

.cu_st_no_bg {
	padding: 0 !important
}

.cu_overlay.cu_st_inline_icon:before,
.cu_st_inline_icon:before {
	content: attr(data-icon)
}

.cu_st_more_button {
	color: inherit;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px
}

.cu_parallax_bg_wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.cu_parallax_bg {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.cu_parallax_bg.cu_parallax_bg__hover,
.cu_parallax_bg.cu_parallax_bg_phone,
.cu_parallax_bg.cu_parallax_bg_tablet,
.cu_parallax_gradient.cu_parallax_gradient__hover,
.cu_parallax_gradient.cu_parallax_gradient_phone,
.cu_parallax_gradient.cu_parallax_gradient_tablet,
.cu_st_section_parallax_hover:hover .cu_parallax_bg:not(.cu_parallax_bg__hover),
.cu_st_section_parallax_hover:hover .cu_parallax_gradient:not(.cu_parallax_gradient__hover) {
	display: none
}

.cu_st_section_parallax_hover:hover .cu_parallax_bg.cu_parallax_bg__hover,
.cu_st_section_parallax_hover:hover .cu_parallax_gradient.cu_parallax_gradient__hover {
	display: block
}

.cu_parallax_gradient {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.cu_st_module.cu_st_section_parallax,
.cu_st_posts_nav a.cu_st_section_parallax,
.cu_st_tab.cu_st_section_parallax {
	position: relative
}

.cu_st_section_parallax .cu_st_parallax_css,
.cu_st_slides .cu_parallax_bg.cu_st_parallax_css {
	background-attachment: fixed
}

body.cu-bfb .cu_st_section_parallax .cu_st_parallax_css,
body.cu-bfb .cu_st_slides .cu_parallax_bg.cu_st_parallax_css {
	background-attachment: scroll;
	bottom: auto
}

.cu_st_section_parallax.cu_st_column .cu_st_module,
.cu_st_section_parallax.cu_st_row .cu_st_column,
.cu_st_section_parallax.cu_st_row .cu_st_module {
	z-index: 9;
	position: relative
}

.cu_st_more_button:hover:after {
	opacity: 1;
	margin-left: 0
}

.cu_st_preload .cu_st_section_video_bg,
.cu_st_preload>div {
	visibility: hidden
}

.cu_st_preload,
.cu_st_section.cu_st_section_video.cu_st_preload {
	position: relative;
	background: #464646 !important
}

.cu_st_preload:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(images/preloader.gif) no-repeat;
	border-radius: 32px;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px
}

.box-shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none
}

.cu_st_section>.box-shadow-overlay~.cu_st_row {
	z-index: 11
}

body.safari .section_has_divider {
	will-change: transform
}

.cu_st_row>.box-shadow-overlay {
	z-index: 8
}

.has-box-shadow-overlay {
	position: relative
}

.cu_clickable {
	cursor: pointer
}

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

.cu_multi_view_hidden,
.cu_multi_view_hidden_image {
	display: none !important
}

@keyframes multi-view-image-fade {
	0% {
		opacity: 0
	}

	10% {
		opacity: .1
	}

	20% {
		opacity: .2
	}

	30% {
		opacity: .3
	}

	40% {
		opacity: .4
	}

	50% {
		opacity: .5
	}

	60% {
		opacity: .6
	}

	70% {
		opacity: .7
	}

	80% {
		opacity: .8
	}

	90% {
		opacity: .9
	}

	to {
		opacity: 1
	}

}

.cu_multi_view_image__loading {
	visibility: hidden
}

.cu_multi_view_image__loaded {
	-webkit-animation: multi-view-image-fade .5s;
	animation: multi-view-image-fade .5s
}

#cu-pb-motion-effects-offset-tracker {
	visibility: hidden !important;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0
}

.cu-pb-before-scroll-animation {
	opacity: 0
}

header.cu-l.cu-l--header:after {
	clear: both;
	display: block;
	content: ""
}

.cu_st_module {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@-webkit-keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

}

@keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%)
	}

}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}

}

@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

}

@keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

}

@-webkit-keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}

}

@keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}

}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

}

.cu-waypoint:not(.cu_st_counters) {
	opacity: 0
}

@media (min-width:981px) {

	.cu_st_section.cu_section_specialty div.cu_st_row .cu_st_column .cu_st_column .cu_st_module.cu-last-child,
	.cu_st_section.cu_section_specialty div.cu_st_row .cu_st_column .cu_st_column .cu_st_module:last-child,
	.cu_st_section.cu_section_specialty div.cu_st_row .cu_st_column .cu_st_row_inner .cu_st_column .cu_st_module.cu-last-child,
	.cu_st_section.cu_section_specialty div.cu_st_row .cu_st_column .cu_st_row_inner .cu_st_column .cu_st_module:last-child,
	.cu_st_section div.cu_st_row .cu_st_column .cu_st_module.cu-last-child,
	.cu_st_section div.cu_st_row .cu_st_column .cu_st_module:last-child {
		margin-bottom: 0
	}

}

@media (max-width:980px) {

	.cu_overlay.cu_st_inline_icon_tablet:before,
	.cu_st_inline_icon_tablet:before {
		content: attr(data-icon-tablet)
	}

	.cu_parallax_bg.cu_parallax_bg_tablet_exist,
	.cu_parallax_gradient.cu_parallax_gradient_tablet_exist {
		display: none
	}

	.cu_parallax_bg.cu_parallax_bg_tablet,
	.cu_parallax_gradient.cu_parallax_gradient_tablet {
		display: block
	}

	.cu_st_column .cu_st_module {
		margin-bottom: 30px
	}

	.cu_st_row .cu_st_column .cu_st_module.cu-last-child,
	.cu_st_row .cu_st_column .cu_st_module:last-child,
	.cu_section_specialty .cu_st_row .cu_st_column .cu_st_module.cu-last-child,
	.cu_section_specialty .cu_st_row .cu_st_column .cu_st_module:last-child {
		margin-bottom: 0
	}

	.cu_st_more_button {
		display: inline-block !important
	}

	.cu_st_bg_layout_light_tablet.cu_st_button,
	.cu_st_bg_layout_light_tablet.cu_st_module.cu_st_button,
	.cu_st_bg_layout_light_tablet .cu_st_more_button {
		color: #2ea3f2
	}

	.cu_st_bg_layout_light_tablet .cu_st_forgot_password a {
		color: #666
	}

	.cu_st_bg_layout_light_tablet h1,
	.cu_st_bg_layout_light_tablet h2,
	.cu_st_bg_layout_light_tablet h3,
	.cu_st_bg_layout_light_tablet h4,
	.cu_st_bg_layout_light_tablet h5,
	.cu_st_bg_layout_light_tablet h6 {
		color: #333 !important
	}

	.cu_st_module .cu_st_bg_layout_light_tablet.cu_st_button {
		color: #2ea3f2 !important
	}

	.cu_st_bg_layout_light_tablet {
		color: #666 !important
	}

	.cu_st_bg_layout_dark_tablet,
	.cu_st_bg_layout_dark_tablet h1,
	.cu_st_bg_layout_dark_tablet h2,
	.cu_st_bg_layout_dark_tablet h3,
	.cu_st_bg_layout_dark_tablet h4,
	.cu_st_bg_layout_dark_tablet h5,
	.cu_st_bg_layout_dark_tablet h6 {
		color: #fff !important
	}

	.cu_st_bg_layout_dark_tablet.cu_st_button,
	.cu_st_bg_layout_dark_tablet.cu_st_module.cu_st_button,
	.cu_st_bg_layout_dark_tablet .cu_st_more_button {
		color: inherit
	}

	.cu_st_bg_layout_dark_tablet .cu_st_forgot_password a {
		color: #fff
	}

	.cu_st_module.cu_st_text_align_left-tablet {
		text-align: left
	}

	.cu_st_module.cu_st_text_align_center-tablet {
		text-align: center
	}

	.cu_st_module.cu_st_text_align_right-tablet {
		text-align: right
	}

	.cu_st_module.cu_st_text_align_justified-tablet {
		text-align: justify
	}

}

@media (max-width:767px) {
	.cu_st_more_button {
		display: inline-block !important
	}

	.cu_overlay.cu_st_inline_icon_phone:before,
	.cu_st_inline_icon_phone:before {
		content: attr(data-icon-phone)
	}

	.cu_parallax_bg.cu_parallax_bg_phone_exist,
	.cu_parallax_gradient.cu_parallax_gradient_phone_exist {
		display: none
	}

	.cu_parallax_bg.cu_parallax_bg_phone,
	.cu_parallax_gradient.cu_parallax_gradient_phone {
		display: block
	}

	.cu-hide-mobile {
		display: none !important
	}

	.cu_st_bg_layout_light_phone.cu_st_button,
	.cu_st_bg_layout_light_phone.cu_st_module.cu_st_button,
	.cu_st_bg_layout_light_phone .cu_st_more_button {
		color: #2ea3f2
	}

	.cu_st_bg_layout_light_phone .cu_st_forgot_password a {
		color: #666
	}

	.cu_st_bg_layout_light_phone h1,
	.cu_st_bg_layout_light_phone h2,
	.cu_st_bg_layout_light_phone h3,
	.cu_st_bg_layout_light_phone h4,
	.cu_st_bg_layout_light_phone h5,
	.cu_st_bg_layout_light_phone h6 {
		color: #333 !important
	}

	.cu_st_module .cu_st_bg_layout_light_phone.cu_st_button {
		color: #2ea3f2 !important
	}

	.cu_st_bg_layout_light_phone {
		color: #666 !important
	}

	.cu_st_bg_layout_dark_phone,
	.cu_st_bg_layout_dark_phone h1,
	.cu_st_bg_layout_dark_phone h2,
	.cu_st_bg_layout_dark_phone h3,
	.cu_st_bg_layout_dark_phone h4,
	.cu_st_bg_layout_dark_phone h5,
	.cu_st_bg_layout_dark_phone h6 {
		color: #fff !important
	}

	.cu_st_bg_layout_dark_phone.cu_st_button,
	.cu_st_bg_layout_dark_phone.cu_st_module.cu_st_button,
	.cu_st_bg_layout_dark_phone .cu_st_more_button {
		color: inherit
	}

	.cu_st_module .cu_st_bg_layout_dark_phone.cu_st_button {
		color: #fff !important
	}

	.cu_st_bg_layout_dark_phone .cu_st_forgot_password a {
		color: #fff
	}

	.cu_st_module.cu_st_text_align_left-phone {
		text-align: left
	}

	.cu_st_module.cu_st_text_align_center-phone {
		text-align: center
	}

	.cu_st_module.cu_st_text_align_right-phone {
		text-align: right
	}

	.cu_st_module.cu_st_text_align_justified-phone {
		text-align: justify
	}

}

@media (max-width:479px) {
	a.cu_st_more_button {
		display: block
	}

}

@media (min-width:768px) and (max-width:980px) {
	[data-cu-multi-view-load-tablet-hidden=true]:not(.cu_multi_view_swapped) {
		display: none !important
	}

}

@media (max-width:767px) {
	[data-cu-multi-view-load-phone-hidden=true]:not(.cu_multi_view_swapped) {
		display: none !important
	}

}

.cu_st_menu.cu_st_menu--style-inline_centered_logo .cu_st_menu__menu nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@-webkit-keyframes multi-view-image-fade {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

}


@media (min-width:981px) {

	.cu_st_gutters3 .cu_st_column,
	.cu_st_gutters3.cu_st_row .cu_st_column {
		margin-right: 5.5%
	}

	.cu_st_gutters3 .cu_st_column_4_4,
	.cu_st_gutters3.cu_st_row .cu_st_column_4_4 {
		width: 100%
	}

	.cu_st_gutters3 .cu_st_column_4_4 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_4_4 .cu_st_module {
		margin-bottom: 2.75%
	}

	.cu_st_gutters3 .cu_st_column_3_4,
	.cu_st_gutters3.cu_st_row .cu_st_column_3_4 {
		width: 73.625%
	}

	.cu_st_gutters3 .cu_st_column_3_4 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_3_4 .cu_st_module {
		margin-bottom: 3.735%
	}

	.cu_st_gutters3 .cu_st_column_2_3,
	.cu_st_gutters3.cu_st_row .cu_st_column_2_3 {
		width: 64.833%
	}

	.cu_st_gutters3 .cu_st_column_2_3 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_2_3 .cu_st_module {
		margin-bottom: 4.242%
	}

	.cu_st_gutters3 .cu_st_column_3_5,
	.cu_st_gutters3.cu_st_row .cu_st_column_3_5 {
		width: 57.8%
	}

	.cu_st_gutters3 .cu_st_column_3_5 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_3_5 .cu_st_module {
		margin-bottom: 4.758%
	}

	.cu_st_gutters3 .cu_st_column_1_2,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_2 {
		width: 47.25%
	}

	.cu_st_gutters3 .cu_st_column_1_2 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_2 .cu_st_module {
		margin-bottom: 5.82%
	}

	.cu_st_gutters3 .cu_st_column_2_5,
	.cu_st_gutters3.cu_st_row .cu_st_column_2_5 {
		width: 36.7%
	}

	.cu_st_gutters3 .cu_st_column_2_5 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_2_5 .cu_st_module {
		margin-bottom: 7.493%
	}

	.cu_st_gutters3 .cu_st_column_1_3,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_3 {
		width: 29.6667%
	}

	.cu_st_gutters3 .cu_st_column_1_3 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_3 .cu_st_module {
		margin-bottom: 9.27%
	}

	.cu_st_gutters3 .cu_st_column_1_4,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_4 {
		width: 20.875%
	}

	.cu_st_gutters3 .cu_st_column_1_4 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_4 .cu_st_module {
		margin-bottom: 13.174%
	}

	.cu_st_gutters3 .cu_st_column_1_5,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_5 {
		width: 15.6%
	}

	.cu_st_gutters3 .cu_st_column_1_5 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_5 .cu_st_module {
		margin-bottom: 17.628%
	}

	.cu_st_gutters3 .cu_st_column_1_6,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_6 {
		width: 12.0833%
	}

	.cu_st_gutters3 .cu_st_column_1_6 .cu_st_module,
	.cu_st_gutters3.cu_st_row .cu_st_column_1_6 .cu_st_module {
		margin-bottom: 22.759%
	}

	.cu_st_gutters3 .cu_full_width_page.woocommerce-page ul.products li.product {
		width: 20.875%;
		margin-right: 5.5%;
		margin-bottom: 5.5%
	}

	.cu_st_gutters3.cu_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.cu_st_gutters3.cu_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 28.353%;
		margin-right: 7.47%
	}

	.cu_st_gutters3.cu_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product,
	.cu_st_gutters3.cu_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product {
		width: 100%;
		margin-right: 0
	}

	.cu_st_gutters3.cu_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product,
	.cu_st_gutters3.cu_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product {
		width: 48%;
		margin-right: 4%
	}

	.cu_st_gutters3.cu_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2),
	.cu_st_gutters3.cu_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2) {
		margin-right: 0
	}

	.cu_st_gutters3.cu_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1),
	.cu_st_gutters3.cu_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1) {
		clear: none
	}

}

@media (min-width:981px) {
	.cu_st_gutter.cu_st_gutters1 #left-area {
		width: 75%
	}

	.cu_st_gutter.cu_st_gutters1 #sidebar {
		width: 25%
	}

	.cu_st_gutters1.cu_right_sidebar #left-area {
		padding-right: 0
	}

	.cu_st_gutters1.cu_left_sidebar #left-area {
		padding-left: 0
	}

	.cu_st_gutter.cu_st_gutters1.cu_right_sidebar #main-content .container:before {
		right: 25% !important
	}

	.cu_st_gutter.cu_st_gutters1.cu_left_sidebar #main-content .container:before {
		left: 25% !important
	}

	.cu_st_gutters1 .cu_st_column,
	.cu_st_gutters1.cu_st_row .cu_st_column {
		margin-right: 0
	}

	.cu_st_gutters1 .cu_st_column_4_4,
	.cu_st_gutters1.cu_st_row .cu_st_column_4_4 {
		width: 100%
	}

	.cu_st_gutters1 .cu_st_column_4_4 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_4_4 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_3_4,
	.cu_st_gutters1.cu_st_row .cu_st_column_3_4 {
		width: 75%
	}

	.cu_st_gutters1 .cu_st_column_3_4 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_3_4 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_2_3,
	.cu_st_gutters1.cu_st_row .cu_st_column_2_3 {
		width: 66.667%
	}

	.cu_st_gutters1 .cu_st_column_2_3 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_2_3 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_3_5,
	.cu_st_gutters1.cu_st_row .cu_st_column_3_5 {
		width: 60%
	}

	.cu_st_gutters1 .cu_st_column_3_5 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_3_5 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_1_2,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_2 {
		width: 50%
	}

	.cu_st_gutters1 .cu_st_column_1_2 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_2 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_2_5,
	.cu_st_gutters1.cu_st_row .cu_st_column_2_5 {
		width: 40%
	}

	.cu_st_gutters1 .cu_st_column_2_5 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_2_5 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_1_3,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_3 {
		width: 33.3333%
	}

	.cu_st_gutters1 .cu_st_column_1_3 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_3 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_1_4,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_4 {
		width: 25%
	}

	.cu_st_gutters1 .cu_st_column_1_4 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_4 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_1_5,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_5 {
		width: 20%
	}

	.cu_st_gutters1 .cu_st_column_1_5 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_5 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_column_1_6,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_6 {
		width: 16.6667%
	}

	.cu_st_gutters1 .cu_st_column_1_6 .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column_1_6 .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_full_width_page.woocommerce-page ul.products li.product {
		width: 25%;
		margin-right: 0;
		margin-bottom: 0
	}

	.cu_st_gutters1.cu_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.cu_st_gutters1.cu_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 33.333%;
		margin-right: 0
	}

}

@media (max-width:980px) {

	.cu_st_gutters1 .cu_st_column,
	.cu_st_gutters1 .cu_st_column .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column,
	.cu_st_gutters1.cu_st_row .cu_st_column .cu_st_module {
		margin-bottom: 0
	}

	.cu_st_gutters1 .cu_st_row_1-2_1-4_1-4>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1 .cu_st_row_1-4_1-4>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1 .cu_st_row_1-4_1-4_1-2>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1 .cu_st_row_1-5_1-5_3-5>.cu_st_column.cu_st_column_1_5,
	.cu_st_gutters1 .cu_st_row_3-5_1-5_1-5>.cu_st_column.cu_st_column_1_5,
	.cu_st_gutters1 .cu_st_row_4col>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1 .cu_st_row_5col>.cu_st_column.cu_st_column_1_5,
	.cu_st_gutters1.cu_st_row_1-2_1-4_1-4>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1.cu_st_row_1-4_1-4>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1.cu_st_row_1-4_1-4_1-2>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1.cu_st_row_1-5_1-5_3-5>.cu_st_column.cu_st_column_1_5,
	.cu_st_gutters1.cu_st_row_3-5_1-5_1-5>.cu_st_column.cu_st_column_1_5,
	.cu_st_gutters1.cu_st_row_4col>.cu_st_column.cu_st_column_1_4,
	.cu_st_gutters1.cu_st_row_5col>.cu_st_column.cu_st_column_1_5 {
		width: 50%;
		margin-right: 0
	}

	.cu_st_gutters1 .cu_st_row_1-2_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1 .cu_st_row_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1 .cu_st_row_1-6_1-6_1-6_1-2>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1 .cu_st_row_6col>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1.cu_st_row_1-2_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1.cu_st_row_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1.cu_st_row_1-6_1-6_1-6_1-2>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1.cu_st_row_6col>.cu_st_column.cu_st_column_1_6 {
		width: 33.333%;
		margin-right: 0
	}

	.cu_st_gutters1 .cu_st_row_1-6_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6,
	.cu_st_gutters1.cu_st_row_1-6_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6 {
		width: 50%;
		margin-right: 0
	}

}

@media (max-width:767px) {

	.cu_st_gutters1 .cu_st_column,
	.cu_st_gutters1 .cu_st_column .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column,
	.cu_st_gutters1.cu_st_row .cu_st_column .cu_st_module {
		margin-bottom: 0
	}

}

@media (max-width:479px) {

	.cu_st_gutters1 .cu_st_column,
	.cu_st_gutters1.cu_st_row .cu_st_column {
		margin: 0 !important
	}

	.cu_st_gutters1 .cu_st_column .cu_st_module,
	.cu_st_gutters1.cu_st_row .cu_st_column .cu_st_module {
		margin-bottom: 0
	}

}

@media (min-width:981px) {
	.cu_st_gutter.cu_st_gutters2 #left-area {
		width: 77.25%
	}

	.cu_st_gutter.cu_st_gutters2 #sidebar {
		width: 22.75%
	}

	.cu_st_gutters2.cu_right_sidebar #left-area {
		padding-right: 3%
	}

	.cu_st_gutters2.cu_left_sidebar #left-area {
		padding-left: 3%
	}

	.cu_st_gutter.cu_st_gutters2.cu_right_sidebar #main-content .container:before {
		right: 22.75% !important
	}

	.cu_st_gutter.cu_st_gutters2.cu_left_sidebar #main-content .container:before {
		left: 22.75% !important
	}

	.cu_st_gutters2 .cu_st_column,
	.cu_st_gutters2.cu_st_row .cu_st_column {
		margin-right: 3%
	}

	.cu_st_gutters2 .cu_st_column_4_4,
	.cu_st_gutters2.cu_st_row .cu_st_column_4_4 {
		width: 100%
	}

	.cu_st_gutters2 .cu_st_column_4_4 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_4_4 .cu_st_module {
		margin-bottom: 1.5%
	}

	.cu_st_gutters2 .cu_st_column_3_4,
	.cu_st_gutters2.cu_st_row .cu_st_column_3_4 {
		width: 74.25%
	}

	.cu_st_gutters2 .cu_st_column_3_4 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_3_4 .cu_st_module {
		margin-bottom: 2.02%
	}

	.cu_st_gutters2 .cu_st_column_2_3,
	.cu_st_gutters2.cu_st_row .cu_st_column_2_3 {
		width: 65.667%
	}

	.cu_st_gutters2 .cu_st_column_2_3 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_2_3 .cu_st_module {
		margin-bottom: 2.284%
	}

	.cu_st_gutters2 .cu_st_column_3_5,
	.cu_st_gutters2.cu_st_row .cu_st_column_3_5 {
		width: 58.8%
	}

	.cu_st_gutters2 .cu_st_column_3_5 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_3_5 .cu_st_module {
		margin-bottom: 2.551%
	}

	.cu_st_gutters2 .cu_st_column_1_2,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_2 {
		width: 48.5%
	}

	.cu_st_gutters2 .cu_st_column_1_2 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_2 .cu_st_module {
		margin-bottom: 3.093%
	}

	.cu_st_gutters2 .cu_st_column_2_5,
	.cu_st_gutters2.cu_st_row .cu_st_column_2_5 {
		width: 38.2%
	}

	.cu_st_gutters2 .cu_st_column_2_5 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_2_5 .cu_st_module {
		margin-bottom: 3.927%
	}

	.cu_st_gutters2 .cu_st_column_1_3,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_3 {
		width: 31.3333%
	}

	.cu_st_gutters2 .cu_st_column_1_3 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_3 .cu_st_module {
		margin-bottom: 4.787%
	}

	.cu_st_gutters2 .cu_st_column_1_4,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_4 {
		width: 22.75%
	}

	.cu_st_gutters2 .cu_st_column_1_4 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_4 .cu_st_module {
		margin-bottom: 6.593%
	}

	.cu_st_gutters2 .cu_st_column_1_5,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_5 {
		width: 17.6%
	}

	.cu_st_gutters2 .cu_st_column_1_5 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_5 .cu_st_module {
		margin-bottom: 8.523%
	}

	.cu_st_gutters2 .cu_st_column_1_6,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_6 {
		width: 14.1667%
	}

	.cu_st_gutters2 .cu_st_column_1_6 .cu_st_module,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_6 .cu_st_module {
		margin-bottom: 10.588%
	}

	.cu_st_gutters2 .cu_full_width_page.woocommerce-page ul.products li.product {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	.cu_st_gutters2.cu_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.cu_st_gutters2.cu_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 30.64%;
		margin-right: 4.04%
	}

}

.widget_search .screen-reader-text,
.cu_st_widget .wp-block-search__label {
	display: none
}

.widget_search input#s,
.widget_search input#searchsubmit,
.cu_st_widget .wp-block-search__input,
.cu_st_widget .wp-block-search__button {
	padding: .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666
}

.widget_search #s,
.cu_st_widget .wp-block-search__input {
	width: 100%;
	border-radius: 3px
}

.widget_search #searchform,
.cu_st_widget .wp-block-search {
	position: relative
}

.widget_search #searchsubmit,
.cu_st_widget .wp-block-search__button {
	background-color: #ddd;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0
}

#searchsubmit,
.cu_st_widget .wp-block-search__button {
	cursor: pointer
}

.cu_st_section {
	position: relative;
	background-color: #fff;
	background-position: 50%;
	background-size: 100%;
	background-size: cover
}

.cu_st_section--absolute,
.cu_st_section--fixed {
	width: 100%
}

.cu_st_section.cu_section_transparent {
	background-color: transparent
}

.cu_st_fullwidth_section {
	padding: 0
}

.cu_st_fullwidth_section>.cu_st_module:not(.cu_st_post_content):not(.cu_st_fullwidth_post_content) .cu_st_row {
	padding: 0 !important
}

.cu_st_inner_shadow {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}

.cu_st_bottom_inside_divider,
.cu_st_top_inside_divider {
	display: block;
	background-repeat-y: no-repeat;
	height: 100%;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	right: 0
}

.cu_st_bottom_inside_divider.cu-no-transition,
.cu_st_top_inside_divider.cu-no-transition {
	-webkit-transition: none !important;
	transition: none !important
}

.cu-fb .section_has_divider.cu_fb_element_controls_visible--child>.cu_st_bottom_inside_divider,
.cu-fb .section_has_divider.cu_fb_element_controls_visible--child>.cu_st_top_inside_divider {
	z-index: 1
}

.cu_st_section_video:not(.cu_st_section--with-menu) {
	overflow: hidden;
	position: relative
}

.cu_st_column>.cu_st_section_video_bg {
	z-index: -1
}

.cu_st_section_video_bg {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	pointer-events: none;
	-webkit-transition: display .3s;
	transition: display .3s
}

.cu_st_section_video_bg.cu_st_section_video_bg_hover,
.cu_st_section_video_bg.cu_st_section_video_bg_phone,
.cu_st_section_video_bg.cu_st_section_video_bg_tablet,
.cu_st_section_video_bg.cu_st_section_video_bg_tablet_only {
	display: none
}

.cu_st_section_video_bg .mejs-controls,
.cu_st_section_video_bg .mejs-overlay-play {
	display: none !important
}

.cu_st_section_video_bg embed,
.cu_st_section_video_bg iframe,
.cu_st_section_video_bg object,
.cu_st_section_video_bg video {
	max-width: none
}

.cu_st_section_video_bg .mejs-video {
	left: 50%;
	position: absolute;
	max-width: none
}

.cu_st_section_video_bg .mejs-overlay-loading {
	display: none !important
}

.cu_st_social_network_link .cu_st_section_video {
	overflow: visible
}

.cu_st_section_video_on_hover:hover>.cu_st_section_video_bg {
	display: none
}

.cu_st_section_video_on_hover:hover>.cu_st_section_video_bg_hover,
.cu_st_section_video_on_hover:hover>.cu_st_section_video_bg_hover_inherit {
	display: block
}

@media (min-width:981px) {
	.cu_st_section {
		padding: 4% 0
	}

	body.cu_st_pagebuilder_layout.cu_st_show_title .post-password-required .cu_st_section,
	body:not(.cu_st_pagebuilder_layout) .post-password-required .cu_st_section {
		padding-top: 0
	}

	.cu_st_section_video_bg.cu_st_section_video_bg_desktop_only {
		display: block
	}

}

@media (max-width:980px) {
	.cu_st_section {
		padding: 50px 0
	}

	.cu_st_section_video_bg.cu_st_section_video_bg_tablet {
		display: block
	}

	.cu_st_section_video_bg.cu_st_section_video_bg_desktop_only {
		display: none
	}

}

@media (min-width:768px) {
	.cu_st_section_video_bg.cu_st_section_video_bg_desktop_tablet {
		display: block
	}

}

@media (min-width:768px) and (max-width:980px) {
	.cu_st_section_video_bg.cu_st_section_video_bg_tablet_only {
		display: block
	}

}

@media (max-width:767px) {
	.cu_st_section_video_bg.cu_st_section_video_bg_phone {
		display: block
	}

	.cu_st_section_video_bg.cu_st_section_video_bg_desktop_tablet {
		display: none
	}

}

.cu_st_row {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative
}

body.safari .section_has_divider,
body.uiwebview .section_has_divider {
	-webkit-perspective: 2000px;
	perspective: 2000px
}

.section_has_divider .cu_st_row {
	z-index: 5
}

.cu_st_row_inner {
	width: 100%;
	position: relative
}

.cu_st_row.cu_st_row_empty,
.cu_st_row_inner:nth-of-type(n+2).cu_st_row_empty {
	display: none
}

.cu_st_row:after,
.cu_st_row_inner:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0
}

.cu_st_row_4col .cu-last-child,
.cu_st_row_4col .cu-last-child-2,
.cu_st_row_6col .cu-last-child,
.cu_st_row_6col .cu-last-child-2,
.cu_st_row_6col .cu-last-child-3 {
	margin-bottom: 0
}

.cu_st_column {
	float: left;
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 2;
	min-height: 1px
}

.cu_st_column--with-menu {
	z-index: 3
}

.cu_st_column.cu_st_column_empty {
	min-height: 1px
}

.cu_st_row .cu_st_column.cu-last-child,
.cu_st_row .cu_st_column:last-child,
.cu_st_row_inner .cu_st_column.cu-last-child,
.cu_st_row_inner .cu_st_column:last-child {
	margin-right: 0 !important
}

.cu_st_column.cu_st_section_parallax {
	position: relative
}

.cu_st_column,
.cu_st_row,
.cu_st_row_inner {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

@media (min-width:981px) {
	.cu_st_row {
		padding: 2% 0
	}

	body.cu_st_pagebuilder_layout.cu_st_show_title .post-password-required .cu_st_row,
	body:not(.cu_st_pagebuilder_layout) .post-password-required .cu_st_row {
		padding: 0;
		width: 100%
	}

	.cu_st_column_3_4 .cu_st_row_inner {
		padding: 3.735% 0
	}

	.cu_st_column_2_3 .cu_st_row_inner {
		padding: 4.2415% 0
	}

	.cu_st_column_1_2 .cu_st_row_inner,
	.cu_st_column_3_5 .cu_st_row_inner {
		padding: 5.82% 0
	}

	.cu_section_specialty>.cu_st_row {
		padding: 0
	}

	.cu_st_row_inner {
		width: 100%
	}

	.cu_st_column_single {
		padding: 2.855% 0
	}

	.cu_st_column_single .cu_st_module.cu-first-child,
	.cu_st_column_single .cu_st_module:first-child {
		margin-top: 0
	}

	.cu_st_column_single .cu_st_module.cu-last-child,
	.cu_st_column_single .cu_st_module:last-child {
		margin-bottom: 0
	}

	.cu_st_row .cu_st_column.cu-last-child,
	.cu_st_row .cu_st_column:last-child,
	.cu_st_row_inner .cu_st_column.cu-last-child,
	.cu_st_row_inner .cu_st_column:last-child {
		margin-right: 0 !important
	}

	.cu_st_row.cu_st_equal_columns,
	.cu_st_row_inner.cu_st_equal_columns,
	.cu_st_section.cu_st_equal_columns>.cu_st_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.rtl .cu_st_row.cu_st_equal_columns,
	.rtl .cu_st_row_inner.cu_st_equal_columns,
	.rtl .cu_st_section.cu_st_equal_columns>.cu_st_row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.cu_st_row.cu_st_equal_columns>.cu_st_column,
	.cu_st_section.cu_st_equal_columns>.cu_st_row>.cu_st_column {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

}

@media (max-width:980px) {
	.cu_st_row {
		max-width: 1080px
	}

	.cu_st_column .cu_st_row_inner,
	.cu_st_row {
		padding: 30px 0
	}

	.cu_st_column {
		width: 100%;
		margin-bottom: 30px
	}

	.cu_st_bottom_divider .cu_st_row:nth-last-child(2) .cu_st_column:last-child,
	.cu_st_row .cu_st_column.cu-last-child,
	.cu_st_row .cu_st_column:last-child {
		margin-bottom: 0
	}

	.cu_section_specialty .cu_st_row>.cu_st_column {
		padding-bottom: 0
	}

	.cu_st_column.cu_st_column_empty {
		display: none
	}

	.cu_st_row_1-2_1-4_1-4,
	.cu_st_row_1-2_1-6_1-6_1-6,
	.cu_st_row_1-4_1-4,
	.cu_st_row_1-4_1-4_1-2,
	.cu_st_row_1-5_1-5_3-5,
	.cu_st_row_1-6_1-6_1-6,
	.cu_st_row_1-6_1-6_1-6_1-2,
	.cu_st_row_1-6_1-6_1-6_1-6,
	.cu_st_row_3-5_1-5_1-5,
	.cu_st_row_4col,
	.cu_st_row_5col,
	.cu_st_row_6col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.cu_st_row_1-4_1-4>.cu_st_column.cu_st_column_1_4,
	.cu_st_row_1-4_1-4_1-2>.cu_st_column.cu_st_column_1_4,
	.cu_st_row_4col>.cu_st_column.cu_st_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.cu_st_row_1-4_1-4>.cu_st_column.cu_st_column_1_4:nth-child(2n),
	.cu_st_row_1-4_1-4_1-2>.cu_st_column.cu_st_column_1_4:nth-child(2n),
	.cu_st_row_4col>.cu_st_column.cu_st_column_1_4:nth-child(2n) {
		margin-right: 0
	}

	.cu_st_row_1-2_1-4_1-4>.cu_st_column.cu_st_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.cu_st_row_1-2_1-4_1-4>.cu_st_column.cu_st_column_1_2,
	.cu_st_row_1-2_1-4_1-4>.cu_st_column.cu_st_column_1_4:nth-child(odd) {
		margin-right: 0
	}

	.cu_st_row_1-2_1-4_1-4 .cu_st_column:nth-last-child(-n+2),
	.cu_st_row_1-4_1-4 .cu_st_column:nth-last-child(-n+2),
	.cu_st_row_4col .cu_st_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.cu_st_row_1-5_1-5_3-5>.cu_st_column.cu_st_column_1_5,
	.cu_st_row_5col>.cu_st_column.cu_st_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.cu_st_row_1-5_1-5_3-5>.cu_st_column.cu_st_column_1_5:nth-child(2n),
	.cu_st_row_5col>.cu_st_column.cu_st_column_1_5:nth-child(2n) {
		margin-right: 0
	}

	.cu_st_row_3-5_1-5_1-5>.cu_st_column.cu_st_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.cu_st_row_3-5_1-5_1-5>.cu_st_column.cu_st_column_1_5:nth-child(odd),
	.cu_st_row_3-5_1-5_1-5>.cu_st_column.cu_st_column_3_5 {
		margin-right: 0
	}

	.cu_st_row_3-5_1-5_1-5 .cu_st_column:nth-last-child(-n+2),
	.cu_st_row_5col .cu_st_column:last-child {
		margin-bottom: 0
	}

	.cu_st_row_1-6_1-6_1-6_1-2>.cu_st_column.cu_st_column_1_6,
	.cu_st_row_6col>.cu_st_column.cu_st_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%
	}

	.cu_st_row_1-6_1-6_1-6_1-2>.cu_st_column.cu_st_column_1_6:nth-child(3n),
	.cu_st_row_6col>.cu_st_column.cu_st_column_1_6:nth-child(3n) {
		margin-right: 0
	}

	.cu_st_row_1-2_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%
	}

	.cu_st_row_1-2_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_2,
	.cu_st_row_1-2_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6:last-child {
		margin-right: 0
	}

	.cu_st_row_1-2_1-2 .cu_st_column.cu_st_column_1_2,
	.cu_st_row_1-2_1-6_1-6_1-6 .cu_st_column:nth-last-child(-n+3),
	.cu_st_row_6col .cu_st_column:nth-last-child(-n+3) {
		margin-bottom: 0
	}

	.cu_st_row_1-2_1-2 .cu_st_column.cu_st_column_1_2 .cu_st_column.cu_st_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%;
		margin-bottom: 0
	}

	.cu_st_row_1-2_1-2 .cu_st_column.cu_st_column_1_2 .cu_st_column.cu_st_column_1_6:last-child {
		margin-right: 0
	}

	.cu_st_row_1-6_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.cu_st_row_1-6_1-6_1-6_1-6>.cu_st_column.cu_st_column_1_6:nth-child(2n) {
		margin-right: 0
	}

	.cu_st_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
		margin-bottom: 0
	}

}

@media (max-width:479px) {

	.cu_st_row .cu_st_column.cu_st_column_1_4,
	.cu_st_row .cu_st_column.cu_st_column_1_5,
	.cu_st_row .cu_st_column.cu_st_column_1_6 {
		width: 100%;
		margin: 0 0 30px
	}

	.cu_st_row .cu_st_column.cu_st_column_1_4.cu-last-child,
	.cu_st_row .cu_st_column.cu_st_column_1_4:last-child,
	.cu_st_row .cu_st_column.cu_st_column_1_5.cu-last-child,
	.cu_st_row .cu_st_column.cu_st_column_1_5:last-child,
	.cu_st_row .cu_st_column.cu_st_column_1_6.cu-last-child,
	.cu_st_row .cu_st_column.cu_st_column_1_6:last-child {
		margin-bottom: 0
	}

	.cu_st_row_1-2_1-2 .cu_st_column.cu_st_column_1_2 .cu_st_column.cu_st_column_1_6 {
		width: 100%;
		margin: 0 0 30px
	}

	.cu_st_row_1-2_1-2 .cu_st_column.cu_st_column_1_2 .cu_st_column.cu_st_column_1_6.cu-last-child,
	.cu_st_row_1-2_1-2 .cu_st_column.cu_st_column_1_2 .cu_st_column.cu_st_column_1_6:last-child {
		margin-bottom: 0
	}

	.cu_st_column {
		width: 100% !important
	}

}

.cu-menu li {
	display: inline-block;
	font-size: 14px;
	padding-right: 22px
}

.cu-menu>li:last-child {
	padding-right: 0
}

.cu-menu a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	display: block;
	position: relative
}

.cu-menu a,
.cu-menu a:hover {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.cu-menu a:hover {
	opacity: .7
}

.cu-menu li>a {
	padding-bottom: 29px;
	word-wrap: break-word
}

a.cu_st_menu__icon,
button.cu_st_menu__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0 11px;
	font-size: 17px;
	line-height: normal;
	background: none;
	border: 0;
	cursor: pointer;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

a.cu_st_menu__icon:after,
button.cu_st_menu__icon:after {
	font-family: ETmodules
}

a.cu_st_menu__icon__with_count:after,
button.cu_st_menu__icon__with_count:after {
	margin-right: 10px
}

.cu_st_menu__wrap .mobile_menu_bar {
	-webkit-transform: translateY(3%);
	transform: translateY(3%)
}

.cu_st_menu__wrap .mobile_menu_bar:before {
	top: 0
}

.cu_st_menu__logo {
	overflow: hidden
}

.cu_st_menu__logo img {
	display: block
}

.cu_st_menu__logo img[src$=".svg"] {
	width: 100%
}

.cu_st_menu__search-button:after {
	content: "U"
}

.cu_st_menu__cart-button:after {
	content: "\E07A"
}

@media (max-width:980px) {
	.cu-menu {
		display: none
	}

	.cu_mobile_nav_menu {
		display: block;
		margin-top: -1px
	}

}

.cu_st_with_border.cu_st_menu .cu_st_menu__logo img {
	border: 0 solid #333
}

.cu_st_menu.cu_hover_enabled:hover {
	z-index: auto
}

.cu_st_menu .cu-menu-nav,
.cu_st_menu .cu-menu-nav>ul {
	float: none
}

.cu_st_menu .cu-menu-nav>ul {
	padding: 0 !important;
	line-height: 1.7em
}

.cu_st_menu .cu-menu-nav>ul ul {
	padding: 20px 0;
	text-align: left
}

.cu_st_bg_layout_dark.cu_st_menu ul li a {
	color: #fff
}

.cu_st_bg_layout_dark.cu_st_menu ul li a:hover {
	color: hsla(0, 0%, 100%, .8)
}

.cu-menu li li.menu-item-has-children>a:first-child:after {
	top: 12px
}

.cu_st_menu .cu-menu-nav>ul.upwards li ul {
	bottom: 100%;
	top: auto;
	border-top: none;
	border-bottom: 3px solid #2ea3f2;
	-webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
	box-shadow: 2px -2px 5px rgba(0, 0, 0, .1)
}

.cu_st_menu .cu-menu-nav>ul.upwards li ul li ul {
	bottom: -23px
}

.cu_st_menu .cu-menu-nav>ul.upwards li.mega-menu ul ul {
	bottom: 0;
	top: auto;
	border: none
}

.cu_st_menu_inner_container {
	position: relative
}

.cu_st_menu .cu_st_menu__wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 1
}

.cu_st_menu .cu_st_menu__wrap--visible {
	-webkit-animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.cu_st_menu .cu_st_menu__wrap--hidden {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.cu_st_menu .cu_st_menu__menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cu_st_menu .cu_st_menu__menu,
.cu_st_menu .cu_st_menu__menu>nav,
.cu_st_menu .cu_st_menu__menu>nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.cu_st_menu .cu_st_menu__menu>nav>ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cu_st_menu .cu_st_menu__menu>nav>ul>li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0
}

.cu_st_menu .cu_st_menu__menu>nav>ul>li.mega-menu {
	position: static
}

.cu_st_menu .cu_st_menu__menu>nav>ul>li>ul {
	top: calc(100% - 1px);
	left: 0
}

.cu_st_menu .cu_st_menu__menu>nav>ul.upwards>li>ul {
	top: auto;
	bottom: calc(100% - 1px)
}

.cu_st_menu--with-logo .cu_st_menu__menu>nav>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 31px 0;
	white-space: nowrap
}

.cu_st_menu--with-logo .cu_st_menu__menu>nav>ul>li>a:after {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.cu_st_menu--without-logo .cu_st_menu__menu>nav>ul {
	padding: 0 !important
}

.cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li {
	margin-top: 8px
}

.cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li>a {
	padding-bottom: 8px
}

.cu_st_menu--without-logo .cu_st_menu__menu>nav>ul.upwards>li {
	margin-top: 0;
	margin-bottom: 8px
}

.cu_st_menu--without-logo .cu_st_menu__menu>nav>ul.upwards>li>a {
	padding-top: 8px;
	padding-bottom: 0
}

.cu_st_menu--without-logo .cu_st_menu__menu>nav>ul.upwards>li>a:after {
	top: auto;
	bottom: 0
}

.cu_st_menu .cu_st_menu__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.cu_st_menu .cu-menu {
	margin-left: -11px;
	margin-right: -11px
}

.cu_st_menu .cu-menu>li {
	padding-left: 11px;
	padding-right: 11px
}

.cu_st_menu--style-left_aligned .cu_st_menu_inner_container,
.cu_st_menu--style-left_aligned .cu_st_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.cu_st_menu--style-left_aligned .cu_st_menu__logo-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cu_st_menu--style-left_aligned .cu_st_menu__logo {
	margin-right: 30px
}

.rtl .cu_st_menu--style-left_aligned .cu_st_menu__logo {
	margin-right: 0;
	margin-left: 30px
}

.cu_st_menu--style-left_aligned.cu_st_text_align_center .cu_st_menu__menu>nav>ul,
.cu_st_menu--style-left_aligned.cu_st_text_align_center .cu_st_menu__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cu_st_menu--style-left_aligned.cu_st_text_align_right .cu_st_menu__menu>nav>ul,
.cu_st_menu--style-left_aligned.cu_st_text_align_right .cu_st_menu__wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.cu_st_menu--style-left_aligned.cu_st_text_align_justified .cu_st_menu__menu,
.cu_st_menu--style-left_aligned.cu_st_text_align_justified .cu_st_menu__menu>nav,
.cu_st_menu--style-left_aligned.cu_st_text_align_justified .cu_st_menu__wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.cu_st_menu--style-left_aligned.cu_st_text_align_justified .cu_st_menu__menu>nav>ul {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cu_st_menu--style-centered .cu_st_menu__logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cu_st_menu--style-centered .cu_st_menu__logo-wrap,
.cu_st_menu--style-centered .cu_st_menu__logo img {
	margin: 0 auto
}

.cu_st_menu--style-centered .cu_st_menu__menu>nav>ul,
.cu_st_menu--style-centered .cu_st_menu__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu_inner_container>.cu_st_menu__logo-wrap,
.cu_st_menu--style-inline_centered_logo .cu_st_row>.cu_st_menu__logo-wrap {
	display: none;
	margin-bottom: 30px
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo,
.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo img {
	margin: 0 auto
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo-slot {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo-slot .cu_st_menu__logo,
.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo-slot .cu_st_menu__logo-wrap {
	width: 100%;
	height: 100%
}

.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo-slot img {
	max-height: 100%
}

.cu_st_menu .cu_st_menu__logo-slot .cu-fb-content-placeholder {
	min-width: 96px
}

.cu_st_menu .cu_st_menu__search-container {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999
}

.cu_st_menu .cu_st_menu__search-container--visible {
	opacity: 1;
	-webkit-animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.cu_st_menu .cu_st_menu__search-container--hidden {
	-webkit-animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.cu_st_menu .cu_st_menu__search-container--disabled {
	display: none
}

.cu_st_menu .cu_st_menu__search {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cu_st_menu .cu_st_menu__search-form {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cu_st_menu .cu_st_menu__search-input {
	border: 0;
	width: 100%;
	color: #333;
	background: transparent
}

.cu_st_menu .cu_st_menu__close-search-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.cu_st_menu .cu_st_menu__close-search-button:after {
	content: "M";
	font-size: 1.7em
}

@media (min-width:981px) {
	.cu_dropdown_animation_fade.cu_st_menu ul li:hover>ul {
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.cu_dropdown_animation_slide.cu_st_menu ul li:hover>ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out
	}

	.cu_dropdown_animation_expand.cu_st_menu ul li:hover>ul {
		-webkit-transform-origin: 0 0;
		-webkit-animation: Grow .4s ease-in-out;
		animation: Grow .4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.cu_dropdown_animation_flip.cu_st_menu ul li ul li:hover>ul {
		-webkit-animation: flipInX .6s ease-in-out;
		animation: flipInX .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.cu_dropdown_animation_flip.cu_st_menu ul li:hover>ul {
		-webkit-animation: flipInY .6s ease-in-out;
		animation: flipInY .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.cu_st_menu.cu_st_menu_fullwidth .cu_st_row {
		width: 100%;
		max-width: 100%;
		padding: 0 30px !important
	}

}

@media (max-width:980px) {

	.cu_st_menu--style-left_aligned .cu_st_menu_inner_container,
	.cu_st_menu--style-left_aligned .cu_st_row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.cu_st_menu--style-left_aligned .cu_st_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.cu_st_menu--style-left_aligned.cu_st_text_align_center .cu_st_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.cu_st_menu--style-left_aligned.cu_st_text_align_right .cu_st_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.cu_st_menu--style-left_aligned.cu_st_text_align_justified .cu_st_menu__wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.cu_st_menu--style-inline_centered_logo .cu_st_menu_inner_container>.cu_st_menu__logo-wrap,
	.cu_st_menu--style-inline_centered_logo .cu_st_row>.cu_st_menu__logo-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.cu_st_menu--style-inline_centered_logo .cu_st_menu_inner_container>.cu_st_menu__logo,
	.cu_st_menu--style-inline_centered_logo .cu_st_row>.cu_st_menu__logo {
		margin: 0 auto
	}

	.cu_st_menu--style-inline_centered_logo .cu_st_menu__logo-slot {
		display: none
	}

	.cu_st_menu .cu_st_row {
		min-height: 81px
	}

	.cu_st_menu .cu_st_menu__menu {
		display: none
	}

	.cu_st_menu .cu_mobile_nav_menu {
		float: none;
		margin: 0 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.cu_st_menu .cu_mobile_menu {
		top: 100%;
		padding: 5%
	}

	.cu_st_menu .cu_mobile_menu,
	.cu_st_menu .cu_mobile_menu ul {
		list-style: none !important;
		text-align: left
	}

	.cu_st_menu .cu_mobile_menu ul {
		padding: 0
	}

	.cu_st_menu .cu_st_mobile_menu_upwards .cu_mobile_menu {
		top: auto;
		bottom: 100%
	}

}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%)
	}

}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%)
	}

	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%)
	}

}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%)
	}

}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%)
	}

}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%)
	}

}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

@keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}

}

/*!
         * Animate.css - http://daneden.me/animate
         * Licensed under the MIT license - http://opensource.org/licenses/MIT
         * Copyright (c) 2015 Daniel Eden
         */
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

}

#main-header {
	line-height: 23px;
	font-weight: 500;
	top: 0;
	background-color: #fff;
	width: 100%;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	position: relative;
	z-index: 99999
}

.nav li li {
	padding: 0 20px;
	margin: 0
}

.cu-menu li li a {
	padding: 6px 20px;
	width: 200px
}

.nav li {
	position: relative;
	line-height: 1em
}

.nav li li {
	position: relative;
	line-height: 2em
}

.nav li ul {
	position: absolute;
	padding: 20px 0;
	z-index: 9999;
	width: 240px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #2ea3f2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transform: translateZ(0);
	text-align: left
}

.nav li.cu-hover>ul {
	visibility: visible
}

.nav li.cu-touch-hover>ul,
.nav li:hover>ul {
	opacity: 1;
	visibility: visible
}

.nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px
}

.nav li.cu-reverse-direction-nav li ul {
	left: auto;
	right: 240px
}

.nav li:hover {
	visibility: inherit
}

.cu_mobile_menu li a,
.nav li li a {
	font-size: 14px;
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.cu_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: rgba(0, 0, 0, .03);
	opacity: .7
}

.cu-dropdown-removing>ul {
	display: none
}

.mega-menu .cu-dropdown-removing>ul {
	display: block
}

.cu-menu .menu-item-has-children>a:first-child:after {
	font-family: ETmodules;
	content: "3";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800
}

.cu-menu .menu-item-has-children>a:first-child {
	padding-right: 20px
}

.cu-menu li li.menu-item-has-children>a:first-child:after {
	right: 20px;
	top: 6px
}

.cu-menu-nav li.mega-menu {
	position: inherit
}

.cu-menu-nav li.mega-menu>ul {
	padding: 30px 20px;
	position: absolute !important;
	width: 100%;
	left: 0 !important
}

.cu-menu-nav li.mega-menu ul li {
	margin: 0;
	float: left !important;
	display: block !important;
	padding: 0 !important
}

.cu-menu-nav li.mega-menu li>ul {
	-webkit-animation: none !important;
	animation: none !important;
	padding: 0;
	border: none;
	left: auto;
	top: auto;
	width: 240px !important;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none
}

.cu-menu-nav li.mega-menu li ul {
	visibility: visible;
	opacity: 1;
	display: none
}

.cu-menu-nav li.mega-menu.cu-hover li ul,
.cu-menu-nav li.mega-menu:hover li ul {
	display: block
}

.cu-menu-nav li.mega-menu:hover>ul {
	opacity: 1 !important;
	visibility: visible !important
}

.cu-menu-nav li.mega-menu>ul>li>a:first-child {
	padding-top: 0 !important;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.cu-menu-nav li.mega-menu>ul>li>a:first-child:hover {
	background-color: transparent !important
}

.cu-menu-nav li.mega-menu li>a {
	width: 200px !important
}

.cu-menu-nav li.mega-menu.mega-menu-parent li>a,
.cu-menu-nav li.mega-menu.mega-menu-parent li li {
	width: 100% !important
}

.cu-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu {
	float: left;
	width: 100% !important
}

.cu-menu-nav li.mega-menu>ul>li {
	width: 25%;
	margin: 0
}

.cu-menu-nav li.mega-menu.mega-menu-parent-3>ul>li {
	width: 33.33%
}

.cu-menu-nav li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%
}

.cu-menu-nav li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%
}

.cu_st_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after,
.cu_st_menu li.mega-menu .menu-item-has-children>a:first-child:after {
	display: none
}

.cu_fullwidth_nav #top-menu li.mega-menu>ul {
	width: auto;
	left: 30px !important;
	right: 30px !important
}

.cu_mobile_menu {
	position: absolute;
	left: 0;
	padding: 5%;
	background: #fff;
	width: 100%;
	visibility: visible;
	opacity: 1;
	display: none;
	z-index: 9999;
	border-top: 3px solid #2ea3f2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main-header .cu_mobile_menu li ul,
.cu_st_fullwidth_menu .cu_mobile_menu li ul,
.cu_st_menu .cu_mobile_menu li ul {
	visibility: visible !important;
	display: block !important;
	padding-left: 10px
}

.cu_mobile_menu li li {
	padding-left: 5%
}

.cu_mobile_menu li a {
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	color: #666;
	padding: 10px 5%;
	display: block
}

.cu_mobile_menu .menu-item-has-children>a {
	font-weight: 700;
	background-color: rgba(0, 0, 0, .03)
}

.cu_mobile_menu li .menu-item-has-children>a {
	background-color: transparent
}

.cu_mobile_nav_menu {
	float: right;
	display: none
}

.mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0
}

.mobile_menu_bar:before {
	content: "a";
	font-size: 32px;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer
}

.cu_st_module .mobile_menu_bar:before {
	top: 2px
}

.mobile_nav .select_page {
	display: none
}

.cu_st_slider .cu_st_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.cu_st_with_border .cu_st_slide_image img {
	border: 0 solid #333
}

.cu_st_slides .cu_st_container {
	display: table;
	table-layout: fixed
}

.cu_st_slides .cu_st_slider_container_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

.cu_st_slides .cu_st_empty_slide.cu_st_container,
.cu_st_slides .cu_st_empty_slide .cu_st_slider_container_inner {
	display: block
}

.cu_st_slide_content {
	font-size: 14px;
	font-weight: 400;
	color: #333
}

.cu_st_slide_content p:last-of-type {
	padding-bottom: 0
}

.cu_st_bg_layout_dark .cu_st_slide_content {
	color: #fff
}

.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper {
	padding: 30px;
	border-radius: 3px
}

.cu_st_slide_description {
	word-wrap: break-word
}

.cu-pb-active-slide .cu_st_slide_description {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeBottom;
	animation-name: fadeBottom
}

.cu_st_bg_layout_dark .cu_st_slide_description {
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.cu_st_slide_description,
.cu_st_slider_fullwidth_off .cu_st_slide_description {
	padding: 16% 8%;
	width: auto;
	margin: auto
}

.cu_st_slide_with_image .cu_st_slide_description {
	width: 47.25%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	float: right
}

.cu_st_slide_description .cu_st_slide_title {
	font-weight: 300;
	margin-top: 0;
	font-size: 46px
}

.cu_st_slide_image {
	position: absolute;
	bottom: 0
}

.cu_st_slide_video {
	position: absolute;
	top: 50%;
	bottom: auto
}

.cu_st_slide:first-child .cu_st_slide_image img {
	opacity: 0
}

.cu_st_slide:first-child .cu_st_slide_image img.active {
	opacity: 1;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeLeft;
	animation-name: fadeLeft
}

.cu_st_media_alignment_center .cu_st_slide_image {
	bottom: auto;
	top: 50%
}

.cu-pb-active-slide .cu_st_slide_image,
.cu-pb-active-slide .cu_st_slide_video {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.cu-pb-active-slide .cu_st_slide_image {
	-webkit-animation-name: fadeLeft;
	animation-name: fadeLeft
}

.cu_st_slide_image img {
	width: auto;
	vertical-align: bottom
}

.cu_st_slide_image,
.cu_st_slide_video {
	width: 47.25%;
	margin-right: 5.5%
}

.cu_st_slide_video .mejs-mediaelement {
	position: relative
}

.cu_st_slide_video .mejs-mediaelement .wp-video-shortcode {
	display: block
}

.cu_st_slide_video .wp-video-shortcode video,
.cu_st_slide_video video.wp-video-shortcode {
	height: auto
}

.cu_st_slider_with_overlay .cu_st_slide_overlay_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.cu_st_bg_layout_light.cu_st_slider_with_overlay .cu_st_slide_overlay_container,
.cu_st_bg_layout_light.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper {
	background-color: hsla(0, 0%, 100%, .9)
}

.cu_st_bg_layout_dark.cu_st_slider_with_overlay .cu_st_slide_overlay_container,
.cu_st_bg_layout_dark.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper {
	background-color: rgba(0, 0, 0, .3)
}

.cu_st_column_1_2 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_1_3 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_2_5 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_3_5 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_3_8 .cu_st_slider_fullwidth_off .cu_st_slide_description {
	text-align: center
}

.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_slide_content,
.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_slide_content,
.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_slide_content,
.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_slide_video {
	display: none
}

.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_description,
.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_description,
.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_slide_description,
.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_description {
	text-align: center
}

.cu_st_column_1_2 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_1_2 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_1_3 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_1_3 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_1_3 .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_content,
.cu_st_column_2_5 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_2_5 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_2_5 .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_content,
.cu_st_column_3_5 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_3_5 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_3_8 .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column_3_8 .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column_3_8 .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_content {
	display: none
}

.cu_st_column_1_2 .cu_st_slide_content,
.cu_st_column_1_3 .cu_st_slide_content,
.cu_st_column_1_4 .cu_st_slide_content,
.cu_st_column_1_5 .cu_st_slide_content,
.cu_st_column_1_6 .cu_st_slide_content,
.cu_st_column_2_5 .cu_st_slide_content,
.cu_st_column_3_4 .cu_st_column_3_8 .cu_st_slide_content,
.cu_st_column_3_5 .cu_st_slide_content {
	font-size: 14px
}

.cu_st_column .cu_st_slider_fullwidth_off .cu_st_slide_content,
.cu_st_column .cu_st_slider_fullwidth_off .cu_st_slide_image,
.cu_st_column .cu_st_slider_fullwidth_off .cu_st_slide_video,
.cu_st_column .cu_st_slider_fullwidth_off .cu_st_slide_with_image .cu_st_slide_content {
	display: block
}

.cu_st_column_1_2 .cu_st_slide_description h2.cu_st_slide_title,
.cu_st_column_3_4 .cu_st_column_3_8 .cu_st_slide_description h2.cu_st_slide_title,
.cu_st_column_3_5 .cu_st_slide_description h2.cu_st_slide_title {
	font-size: 26px;
	font-weight: 400
}

.cu_st_column_1_3 .cu_st_slide_description h2.cu_st_slide_title,
.cu_st_column_1_4 .cu_st_slide_description h2.cu_st_slide_title,
.cu_st_column_1_5 .cu_st_slide_description h2.cu_st_slide_title,
.cu_st_column_1_6 .cu_st_slide_description h2.cu_st_slide_title,
.cu_st_column_2_5 .cu_st_slide_description h2.cu_st_slide_title {
	font-size: 22px;
	font-weight: 400
}

@media (min-width:981px) and (max-width:1100px) {

	.cu_st_column_1_2 .cu_st_slide_content,
	.cu_st_column_1_3 .cu_st_slide_content,
	.cu_st_column_1_4 .cu_st_slide_content,
	.cu_st_column_1_5 .cu_st_slide_content,
	.cu_st_column_1_6 .cu_st_slide_content,
	.cu_st_column_2_3 .cu_st_slide_content,
	.cu_st_column_2_5 .cu_st_slide_content,
	.cu_st_column_3_5 .cu_st_slide_content {
		font-size: 14px
	}

	.cu_st_column_1_2 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_1_3 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_1_4 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_1_5 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_1_6 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_2_3 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_2_5 .cu_st_slide_description h2.cu_st_slide_title,
	.cu_st_column_3_5 .cu_st_slide_description h2.cu_st_slide_title {
		font-size: 18px
	}

}

@media (min-width:981px) {

	.cu_st_column_1_2 .cu_st_slide_image,
	.cu_st_column_1_2 .cu_st_slide_video,
	.cu_st_column_1_3 .cu_st_slide_image,
	.cu_st_column_1_3 .cu_st_slide_video,
	.cu_st_column_1_4 .cu_st_slide_image,
	.cu_st_column_1_4 .cu_st_slide_video,
	.cu_st_column_1_5 .cu_st_slide_image,
	.cu_st_column_1_5 .cu_st_slide_video,
	.cu_st_column_1_6 .cu_st_slide_image,
	.cu_st_column_1_6 .cu_st_slide_video,
	.cu_st_column_2_5 .cu_st_slide_image,
	.cu_st_column_2_5 .cu_st_slide_video,
	.cu_st_column_3_5 .cu_st_slide_image,
	.cu_st_column_3_5 .cu_st_slide_video,
	.cu_st_column_3_8 .cu_st_slide_image,
	.cu_st_column_3_8 .cu_st_slide_video {
		top: auto;
		bottom: auto;
		position: relative
	}

	.cu_st_column_1_2 .cu_st_slide_image,
	.cu_st_column_1_2 .cu_st_slide_video,
	.cu_st_column_1_2 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_1_3 .cu_st_slide_image,
	.cu_st_column_1_3 .cu_st_slide_video,
	.cu_st_column_1_3 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_1_4 .cu_st_slide_image,
	.cu_st_column_1_4 .cu_st_slide_video,
	.cu_st_column_1_4 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_1_5 .cu_st_slide_image,
	.cu_st_column_1_5 .cu_st_slide_video,
	.cu_st_column_1_5 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_1_6 .cu_st_slide_image,
	.cu_st_column_1_6 .cu_st_slide_video,
	.cu_st_column_1_6 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_2_5 .cu_st_slide_image,
	.cu_st_column_2_5 .cu_st_slide_video,
	.cu_st_column_2_5 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_3_5 .cu_st_slide_image,
	.cu_st_column_3_5 .cu_st_slide_video,
	.cu_st_column_3_5 .cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_column_3_8 .cu_st_slide_image,
	.cu_st_column_3_8 .cu_st_slide_video,
	.cu_st_column_3_8 .cu_st_slide_with_image .cu_st_slide_description {
		width: 100% !important
	}

	.cu_st_column_1_2 .cu_st_slide_image,
	.cu_st_column_1_2 .cu_st_slide_video,
	.cu_st_column_1_3 .cu_st_slide_image,
	.cu_st_column_1_3 .cu_st_slide_video,
	.cu_st_column_1_4 .cu_st_slide_image,
	.cu_st_column_1_4 .cu_st_slide_video,
	.cu_st_column_1_5 .cu_st_slide_image,
	.cu_st_column_1_5 .cu_st_slide_video,
	.cu_st_column_1_6 .cu_st_slide_image,
	.cu_st_column_1_6 .cu_st_slide_video,
	.cu_st_column_2_5 .cu_st_slide_image,
	.cu_st_column_2_5 .cu_st_slide_video,
	.cu_st_column_3_5 .cu_st_slide_image,
	.cu_st_column_3_5 .cu_st_slide_video,
	.cu_st_column_3_8 .cu_st_slide_image,
	.cu_st_column_3_8 .cu_st_slide_video {
		padding: 0;
		margin: 10% 0 0 !important
	}

	.cu_st_column_1_3 .cu_st_slide_description,
	.cu_st_column_2_5 .cu_st_slide_description {
		padding-bottom: 26%
	}

	.cu_st_column_1_4 .cu_st_slide .cu_st_slide_description,
	.cu_st_column_1_5 .cu_st_slide .cu_st_slide_description,
	.cu_st_column_1_6 .cu_st_slide .cu_st_slide_description {
		padding-bottom: 34%
	}

}

@media (max-width:980px) {

	.cu_st_column_1_4 .cu_st_slider_fullwidth_off h2,
	.cu_st_column_1_5 .cu_st_slider_fullwidth_off h2,
	.cu_st_column_1_6 .cu_st_slider_fullwidth_off h2,
	.cu_st_slide_description h2.cu_st_slide_title {
		font-size: 26px;
		font-weight: 500
	}

	.cu_st_slide_description .cu_st_slide_title {
		font-weight: 500
	}

	.cu_st_slide_content {
		font-size: 13px;
		font-weight: 400
	}

	.cu_st_slide_description {
		text-align: center
	}

	.cu_st_slide_with_image .cu_st_slide_description {
		text-align: left
	}

	.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_container,
	.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_container,
	.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_container {
		min-height: auto
	}

	.cu_st_column_1_4 .cu_st_slider_fullwidth_off .cu_st_slide_content,
	.cu_st_column_1_5 .cu_st_slider_fullwidth_off .cu_st_slide_content,
	.cu_st_column_1_6 .cu_st_slider_fullwidth_off .cu_st_slide_content {
		display: block
	}

	.cu_st_bg_layout_light_tablet.cu_st_slider_with_overlay .cu_st_slide_overlay_container,
	.cu_st_bg_layout_light_tablet.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper {
		background-color: hsla(0, 0%, 100%, .9)
	}

	.cu_st_bg_layout_dark_tablet.cu_st_slider_with_overlay .cu_st_slide_overlay_container,
	.cu_st_bg_layout_dark_tablet.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper {
		background-color: rgba(0, 0, 0, .3)
	}

}

@media (max-width:767px) {
	.cu_st_slide_content {
		font-size: 12px
	}

	.cu_st_slider.cu_st_module .cu_st_slides .cu_st_slide_content {
		font-size: 14px
	}

	.cu_st_slide_description h2.cu_st_slide_title {
		font-size: 24px
	}

	.cu_st_slider.cu_st_module .cu_st_slides .cu_st_slide_description h2.cu_st_slide_title {
		font-size: 20px
	}

	.cu_st_slide_description,
	.cu_st_slide_with_image .cu_st_slide_description,
	.cu_st_slider_fullwidth_off .cu_st_slide_description {
		text-align: center
	}

	.cu_st_slide_with_image .cu_st_slide_description {
		float: none;
		text-align: center;
		width: 100%
	}

	.cu_st_media_alignment_center .cu_st_slide_image {
		top: 0
	}

	.cu_st_slide_image,
	.cu_st_slide_video,
	.cu_st_slide_with_image .cu_st_slide_description {
		width: 100%
	}

	.cu_st_slider_show_image .cu_st_slide_image,
	.cu_st_slider_show_image .cu_st_slide_video {
		display: block !important
	}

	.cu_st_slide_image,
	.cu_st_slide_video {
		display: none !important;
		position: relative;
		top: auto;
		margin: 50px auto 0;
		padding: 0;
		margin-top: 6% !important
	}

	.cu_st_slide_video {
		float: none
	}

	.cu_st_slide_image img {
		max-height: 300px
	}

	.cu_st_section_first .cu_st_slide_image img {
		max-height: 300px !important
	}

	.cu_st_section_first .cu_st_slide_image {
		margin: 0 !important;
		top: 20px
	}

	.cu_st_slider_with_overlay .cu_st_slide_image,
	.cu_st_slider_with_overlay .cu_st_slide_video,
	.cu_st_slider_with_overlay .cu_st_slide_with_image .cu_st_slide_description {
		width: 100%
	}

	.cu_st_slider_with_overlay .cu_st_slide_image {
		margin-top: 0 !important;
		padding-top: 6%
	}

	.cu_st_bg_layout_light_phone .cu_st_slide_content {
		color: #333
	}

	.cu_st_bg_layout_dark_phone .cu_st_slide_description {
		text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
	}

	.cu_st_bg_layout_dark_phone .cu_st_slide_content {
		color: #fff
	}

}

@media (min-width:480px) {

	.cu_st_column_1_4 .cu_st_slide_description,
	.cu_st_column_1_5 .cu_st_slide_description,
	.cu_st_column_1_6 .cu_st_slide_description {
		padding-bottom: 26%
	}

}

@media (max-width:479px) {
	.cu_st_slide_description h2.cu_st_slide_title {
		font-size: 20px
	}

	.cu_st_slide_content {
		font-weight: 400;
		font-size: 10px;
		display: block
	}

	.cu_st_slider_fullwidth_off .cu_st_more_button,
	.cu_st_slider_fullwidth_off .cu_st_slide_content {
		display: none
	}

}

.cu_st_slider {
	position: relative;
	overflow: hidden
}

.cu_st_slide {
	padding: 0 6%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.cu_st_slider .cu_st_slide {
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	width: 100%;
	text-align: center;
	list-style: none !important;
	background-position: 50%;
	background-size: 100%;
	background-size: cover
}

.cu_st_slider .cu_st_slide:first-child {
	display: list-item
}

.cu-pb-controllers {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10
}

.cu-pb-controllers a {
	display: inline-block;
	background-color: hsla(0, 0%, 100%, .5);
	text-indent: -9999px;
	border-radius: 7px;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	padding: 0;
	opacity: .5
}

.cu-pb-controllers .cu-pb-active-control {
	opacity: 1
}

.cu-pb-controllers a:last-child {
	margin-right: 0
}

.cu-pb-controllers .cu-pb-active-control {
	background-color: #fff
}

.cu_st_slides .cu_st_temp_slide {
	display: block
}

.cu_st_slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0
}

@media (max-width:980px) {
	.cu_st_bg_layout_light_tablet .cu-pb-controllers .cu-pb-active-control {
		background-color: #333
	}

	.cu_st_bg_layout_light_tablet .cu-pb-controllers a {
		background-color: rgba(0, 0, 0, .3)
	}

	.cu_st_bg_layout_light_tablet .cu_st_slide_content {
		color: #333
	}

	.cu_st_bg_layout_dark_tablet .cu_st_slide_description {
		text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
	}

	.cu_st_bg_layout_dark_tablet .cu_st_slide_content {
		color: #fff
	}

	.cu_st_bg_layout_dark_tablet .cu-pb-controllers .cu-pb-active-control {
		background-color: #fff
	}

	.cu_st_bg_layout_dark_tablet .cu-pb-controllers a {
		background-color: hsla(0, 0%, 100%, .5)
	}

}

@media (max-width:767px) {
	.cu-pb-controllers {
		position: absolute;
		bottom: 5%;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 10;
		height: 14px
	}

	.cu_transparent_nav .cu_st_section:first-child .cu-pb-controllers {
		bottom: 18px
	}

	.cu_st_bg_layout_light_phone.cu_st_slider_with_overlay .cu_st_slide_overlay_container,
	.cu_st_bg_layout_light_phone.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper {
		background-color: hsla(0, 0%, 100%, .9)
	}

	.cu_st_bg_layout_light_phone .cu-pb-controllers .cu-pb-active-control {
		background-color: #333
	}

	.cu_st_bg_layout_dark_phone.cu_st_slider_with_overlay .cu_st_slide_overlay_container,
	.cu_st_bg_layout_dark_phone.cu_st_slider_with_text_overlay .cu_st_text_overlay_wrapper,
	.cu_st_bg_layout_light_phone .cu-pb-controllers a {
		background-color: rgba(0, 0, 0, .3)
	}

	.cu_st_bg_layout_dark_phone .cu-pb-controllers .cu-pb-active-control {
		background-color: #fff
	}

	.cu_st_bg_layout_dark_phone .cu-pb-controllers a {
		background-color: hsla(0, 0%, 100%, .5)
	}

}

.cu_mobile_device .cu_st_slider_parallax .cu_st_slide,
.cu_mobile_device .cu_st_slides .cu_parallax_bg.cu_st_parallax_css {
	background-attachment: scroll
}

.cu-pb-arrow-next,
.cu-pb-arrow-prev {
	position: absolute;
	top: 50%;
	z-index: 100;
	font-size: 48px;
	color: #fff;
	margin-top: -24px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0
}

.cu_st_bg_layout_light .cu-pb-arrow-next,
.cu_st_bg_layout_light .cu-pb-arrow-prev {
	color: #333
}

.cu_st_slider:hover .cu-pb-arrow-prev {
	left: 22px;
	opacity: 1
}

.cu_st_slider:hover .cu-pb-arrow-next {
	right: 22px;
	opacity: 1
}

.cu_st_bg_layout_light .cu-pb-controllers .cu-pb-active-control {
	background-color: #333
}

.cu_st_bg_layout_light .cu-pb-controllers a {
	background-color: rgba(0, 0, 0, .3)
}

.cu-pb-arrow-next:hover,
.cu-pb-arrow-prev:hover {
	text-decoration: none
}

.cu-pb-arrow-next span,
.cu-pb-arrow-prev span {
	display: none
}

.cu-pb-arrow-prev {
	left: -22px
}

.cu-pb-arrow-next {
	right: -22px
}

.cu-pb-arrow-prev:before {
	content: "4"
}

.cu-pb-arrow-next:before {
	content: "5"
}

.format-gallery .cu-pb-arrow-next,
.format-gallery .cu-pb-arrow-prev {
	color: #fff
}

.cu_st_column_1_3 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_1_4 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_1_5 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_1_6 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_2_5 .cu_st_slider:hover .cu-pb-arrow-prev {
	left: 0
}

.cu_st_column_1_3 .cu_st_slider:hover .cu-pb-arrow-next,
.cu_st_column_1_4 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_1_5 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_1_6 .cu_st_slider:hover .cu-pb-arrow-prev,
.cu_st_column_2_5 .cu_st_slider:hover .cu-pb-arrow-next {
	right: 0
}

.cu_st_column_1_4 .cu_st_slider .cu_st_slide,
.cu_st_column_1_5 .cu_st_slider .cu_st_slide,
.cu_st_column_1_6 .cu_st_slider .cu_st_slide {
	min-height: 170px
}

.cu_st_column_1_4 .cu_st_slider:hover .cu-pb-arrow-next,
.cu_st_column_1_5 .cu_st_slider:hover .cu-pb-arrow-next,
.cu_st_column_1_6 .cu_st_slider:hover .cu-pb-arrow-next {
	right: 0
}

@media (max-width:980px) {

	.cu_st_bg_layout_light_tablet .cu-pb-arrow-next,
	.cu_st_bg_layout_light_tablet .cu-pb-arrow-prev {
		color: #333
	}

	.cu_st_bg_layout_dark_tablet .cu-pb-arrow-next,
	.cu_st_bg_layout_dark_tablet .cu-pb-arrow-prev {
		color: #fff
	}

}

@media (max-width:767px) {
	.cu_st_slider:hover .cu-pb-arrow-prev {
		left: 0;
		opacity: 1
	}

	.cu_st_slider:hover .cu-pb-arrow-next {
		right: 0;
		opacity: 1
	}

	.cu_st_bg_layout_light_phone .cu-pb-arrow-next,
	.cu_st_bg_layout_light_phone .cu-pb-arrow-prev {
		color: #333
	}

	.cu_st_bg_layout_dark_phone .cu-pb-arrow-next,
	.cu_st_bg_layout_dark_phone .cu-pb-arrow-prev {
		color: #fff
	}

}

.cu_mobile_device .cu-pb-arrow-prev {
	left: 22px;
	opacity: 1
}

.cu_mobile_device .cu-pb-arrow-next {
	right: 22px;
	opacity: 1
}

@media (max-width:767px) {
	.cu_mobile_device .cu-pb-arrow-prev {
		left: 0;
		opacity: 1
	}

	.cu_mobile_device .cu-pb-arrow-next {
		right: 0;
		opacity: 1
	}

}

.cu_st_button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon)
}

@media (max-width:980px) {
	.cu_st_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
		content: attr(data-icon-tablet)
	}

}

@media (max-width:767px) {
	.cu_st_button[data-icon-phone]:not([data-icon-phone=""]):after {
		content: attr(data-icon-phone)
	}

}

.cu_st_text {
	word-wrap: break-word
}

.cu_st_text ol,
.cu_st_text ul {
	padding-bottom: 1em
}

.cu_st_text>:last-child {
	padding-bottom: 0
}

.cu_st_text_inner {
	position: relative
}

.cu_st_bg_layout_light.cu_st_module.cu_st_button {
	color: #2ea3f2
}

.cu_st_module.cu_st_button {
	display: inline-block;
	color: inherit
}

.cu_st_button_module_wrapper.cu_st_button_alignment_left {
	text-align: left
}

.cu_st_button_module_wrapper.cu_st_button_alignment_right {
	text-align: right
}

.cu_st_button_module_wrapper.cu_st_button_alignment_center {
	text-align: center
}

.cu_st_button_module_wrapper>a {
	display: inline-block
}

@media (max-width:980px) {
	.cu_st_button_module_wrapper.cu_st_button_alignment_tablet_left {
		text-align: left
	}

	.cu_st_button_module_wrapper.cu_st_button_alignment_tablet_right {
		text-align: right
	}

	.cu_st_button_module_wrapper.cu_st_button_alignment_tablet_center {
		text-align: center
	}

}

@media (max-width:767px) {
	.cu_st_button_module_wrapper.cu_st_button_alignment_phone_left {
		text-align: left
	}

	.cu_st_button_module_wrapper.cu_st_button_alignment_phone_right {
		text-align: right
	}

	.cu_st_button_module_wrapper.cu_st_button_alignment_phone_center {
		text-align: center
	}

}

.cu_st_code_inner {
	position: relative
}

.cu_st_pricing_content,
.cu_st_pricing_heading {
	word-wrap: break-word
}

.cu_st_featured_table .cu_st_pricing_heading {
	background-color: #2ea3f2
}

.cu_st_sum {
	color: #2ea3f2
}

.cu_st_pricing {
	list-style: none !important;
	padding: 0 !important;
	line-height: inherit !important
}

.cu_st_pricing_table_button,
.cu_st_pricing li a {
	color: #2ea3f2
}

.cu_st_pricing_table_button:hover {
	background-color: rgba(0, 0, 0, .05)
}

.cu_st_pricing_table_button:hover:after {
	opacity: 1;
	margin-left: 0
}

.cu_st_pricing li span:before {
	border-color: #2ea3f2
}

.cu_st_pricing_table {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.cu_st_pricing_table_wrap {
	display: block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.cu_st_pricing_table {
	float: left;
	width: 33.33%;
	max-width: 34%;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	border: 1px solid #bebebe;
	background-color: #fcfcfc;
	padding-bottom: 30px;
	text-align: center;
	margin: 30px -1px 0 0;
	position: relative
}

.cu_st_pricing>.box-shadow-overlay {
	z-index: 11
}

.cu_st_featured_table {
	background-color: #fff;
	margin-top: 0;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.cu_st_column_4_4 .cu_st_pricing_table {
	width: 25%;
	max-width: 25.5%
}

.cu_st_column_4_4 .cu_st_pricing_3 .cu_st_pricing_table {
	width: 33.33%;
	max-width: 34%
}

.cu_st_column_1_2 .cu_st_pricing_table,
.cu_st_column_2_3 .cu_st_pricing_table,
.cu_st_column_3_5 .cu_st_pricing_table,
.cu_st_pricing_2 .cu_st_pricing_table {
	width: 50%;
	max-width: 50.5%
}

.cu_st_column_1_3 .cu_st_pricing_table,
.cu_st_column_1_4 .cu_st_pricing_table,
.cu_st_column_1_5 .cu_st_pricing_table,
.cu_st_column_1_6 .cu_st_pricing_table,
.cu_st_column_2_5 .cu_st_pricing_table,
.cu_st_column_3_8 .cu_st_pricing_table,
.cu_st_pricing_1 .cu_st_pricing_table {
	width: 100%;
	max-width: none;
	margin: 0 0 30px
}

.cu_st_column_1_3 .cu_st_pricing_table.cu-last-child,
.cu_st_column_1_3 .cu_st_pricing_table:last-child,
.cu_st_column_1_4 .cu_st_pricing_table.cu-last-child,
.cu_st_column_1_4 .cu_st_pricing_table:last-child,
.cu_st_column_1_5 .cu_st_pricing_table.cu-last-child,
.cu_st_column_1_5 .cu_st_pricing_table:last-child,
.cu_st_column_1_6 .cu_st_pricing_table.cu-last-child,
.cu_st_column_1_6 .cu_st_pricing_table:last-child,
.cu_st_column_2_5 .cu_st_pricing_table.cu-last-child,
.cu_st_column_2_5 .cu_st_pricing_table:last-child,
.cu_st_column_3_8 .cu_st_pricing_table.cu-last-child,
.cu_st_column_3_8 .cu_st_pricing_table:last-child,
.cu_st_pricing_1 .cu_st_pricing_table.cu-last-child,
.cu_st_pricing_1 .cu_st_pricing_table:last-child {
	margin-bottom: 0
}

.cu_st_column_1_2>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(odd),
.cu_st_column_2_3>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(odd),
.cu_st_column_3_4>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(3n+1),
.cu_st_column_3_5>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(odd),
.cu_st_column_4_4>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(4n+1) {
	clear: both
}

.cu_st_column_1_2>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(n+3),
.cu_st_column_2_3>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(n+3),
.cu_st_column_3_4>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(n+4),
.cu_st_column_3_5>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(n+3),
.cu_st_column_4_4>.cu_st_pricing>.cu_st_pricing_table_wrap>.cu_st_pricing_table:nth-child(n+5) {
	margin-top: 50px
}

.cu_st_column_1_2 .cu_st_pricing_table_wrap .cu_st_pricing_table.cu_st_featured_table:nth-child(n+3),
.cu_st_column_2_3 .cu_st_pricing_table_wrap .cu_st_pricing_table.cu_st_featured_table:nth-child(n+3),
.cu_st_column_3_4 .cu_st_pricing_table_wrap .cu_st_pricing_table.cu_st_featured_table:nth-child(n+4),
.cu_st_column_3_5 .cu_st_pricing_table_wrap .cu_st_pricing_table.cu_st_featured_table:nth-child(n+3),
.cu_st_column_4_4 .cu_st_pricing_table_wrap .cu_st_pricing_table.cu_st_featured_table:nth-child(n+5) {
	margin-top: 20px
}

.cu_st_pricing_heading {
	background-color: #bebebe;
	padding: 10px 0;
	position: relative
}

.cu_st_pricing_heading .cu_st_pricing_title,
.cu_st_pricing_heading h2 {
	color: #fff;
	padding-bottom: 5px
}

.cu_st_best_value {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	display: block;
	font-weight: 500
}

.cu_st_pricing_content_top {
	padding-top: 17px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px #bebebe;
	border-style: solid
}

.cu_st_pricing_table .cu_st_button_wrapper {
	padding-left: 30px;
	padding-right: 30px
}

.cu_st_et_price {
	color: #999;
	font-size: 16px
}

.cu_st_dollar_sign {
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	margin-left: -.5em
}

.cu_st_sum {
	font-size: 80px;
	line-height: 1.03em;
	font-weight: 300
}

.cu_st_pricing_content {
	padding: 30px;
	text-align: left;
	position: relative
}

.cu_st_featured_table .cu_st_pricing_content {
	padding-bottom: 50px
}

.cu_st_pricing li {
	line-height: 1.6em;
	padding: 0 0 1.6em 14px;
	position: relative
}

.cu_st_pricing li:last-child {
	padding-bottom: 0
}

.cu_st_pricing li span:before {
	border-style: solid;
	border-width: 3px;
	content: "";
	left: -14px;
	position: absolute;
	top: 9px;
	border-radius: 3px
}

.cu_st_pricing.cu_st_pricing_no_bullet li span:before {
	display: none !important
}

.cu_st_pricing li.cu_st_not_available {
	color: #ccc
}

.cu_st_pricing li.cu_st_not_available span:before {
	border-color: #ccc
}

.cu_st_pricing li a {
	font-weight: 500;
	text-decoration: none
}

.cu_st_pricing li span {
	position: relative
}

.cu_st_pricing_table_button {
	display: inline-block;
	position: relative
}

.cu_st_column_1_2 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:first-child,
.cu_st_column_1_2 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(2),
.cu_st_column_2_3 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:first-child,
.cu_st_column_2_3 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(2),
.cu_st_column_3_5 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:first-child,
.cu_st_column_3_5 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(2) {
	margin-top: 0 !important
}

@media (min-width:981px) {

	.cu_st_column_3_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:first-child,
	.cu_st_column_3_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(2),
	.cu_st_column_3_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(3),
	.cu_st_column_3_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_3_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_3_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(3),
	.cu_st_column_4_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_4_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_4_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(3),
	.cu_st_column_4_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(4) {
		margin-top: 0 !important
	}

}

@media (max-width:981px) {

	.cu_st_column_3_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:first-child,
	.cu_st_column_3_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(2),
	.cu_st_column_3_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_3_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_3_4 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:first-child,
	.cu_st_column_3_4 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:nth-child(2),
	.cu_st_column_4_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:first-child,
	.cu_st_column_4_4 .cu_st_pricing.cu_st_fourth_featured .cu_st_pricing_table:nth-child(2),
	.cu_st_column_4_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_4_4 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_4_4 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:first-child,
	.cu_st_column_4_4 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:nth-child(2) {
		margin-top: 0 !important
	}

}

@media (min-width:767px) {

	.cu_st_column_1_2 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_1_2 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_1_2 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:first-child,
	.cu_st_column_1_2 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:nth-child(2),
	.cu_st_column_2_3 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_2_3 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_2_3 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:first-child,
	.cu_st_column_2_3 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:nth-child(2),
	.cu_st_column_3_5 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:first-child,
	.cu_st_column_3_5 .cu_st_pricing.cu_st_no_featured_in_first_row .cu_st_pricing_table:nth-child(2),
	.cu_st_column_3_5 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:first-child,
	.cu_st_column_3_5 .cu_st_pricing.cu_st_third_featured .cu_st_pricing_table:nth-child(2) {
		margin-top: 0 !important
	}

}

@media (max-width:980px) {
	.cu_st_column .cu_st_pricing_table {
		width: 50% !important;
		max-width: 50.5% !important
	}

	.cu_st_column .cu_st_pricing_1 .cu_st_pricing_table {
		width: 100% !important;
		max-width: none !important
	}

	.cu_st_column .cu_st_pricing_table:nth-child(odd) {
		clear: both
	}

	.cu_st_column .cu_st_pricing_table:nth-child(n+3) {
		margin-top: 50px
	}

	.cu_st_column .cu_st_pricing_table:nth-child(n+3).cu_st_featured_table {
		margin-top: 20px
	}

}

@media (max-width:767px) {
	.cu_st_column .cu_st_pricing_table {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 30px;
		margin-top: 0 !important
	}

	.cu_st_column .cu_st_pricing_table.cu-last-child,
	.cu_st_column .cu_st_pricing_table:last-child {
		margin-bottom: 0
	}

}


body,
.cu_st_column_1_2 .cu_quote_content blockquote cite,
.cu_st_column_1_2 .cu_link_content a.cu_link_main_url,
.cu_st_column_1_3 .cu_quote_content blockquote cite,
.cu_st_column_3_8 .cu_quote_content blockquote cite,
.cu_st_column_1_4 .cu_quote_content blockquote cite,
.cu_st_blog_grid .cu_quote_content blockquote cite,
.cu_st_column_1_3 .cu_link_content a.cu_link_main_url,
.cu_st_column_3_8 .cu_link_content a.cu_link_main_url,
.cu_st_column_1_4 .cu_link_content a.cu_link_main_url,
.cu_st_blog_grid .cu_link_content a.cu_link_main_url,
body .cu_st_bg_layout_light .cu_st_post p,
body .cu_st_bg_layout_dark .cu_st_post p {
	font-size: 18px
}

.cu_st_slide_content,
.cu_st_best_value {
	font-size: 20px
}

body {
	color: #4d4d4d
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000
}

body {
	line-height: 1.6em
}

body,
.cu_st_column_1_2 .cu_quote_content blockquote cite,
.cu_st_column_1_2 .cu_link_content a.cu_link_main_url,
.cu_st_column_1_3 .cu_quote_content blockquote cite,
.cu_st_column_3_8 .cu_quote_content blockquote cite,
.cu_st_column_1_4 .cu_quote_content blockquote cite,
.cu_st_blog_grid .cu_quote_content blockquote cite,
.cu_st_column_1_3 .cu_link_content a.cu_link_main_url,
.cu_st_column_3_8 .cu_link_content a.cu_link_main_url,
.cu_st_column_1_4 .cu_link_content a.cu_link_main_url,
.cu_st_blog_grid .cu_link_content a.cu_link_main_url,
body .cu_st_bg_layout_light .cu_st_post p,
body .cu_st_bg_layout_dark .cu_st_post p {
	font-weight: 300
}

.cu_st_slide_content,
.cu_st_best_value {
	font-weight: 300
}

.container,
.cu_st_row,
.cu_st_slider .cu_st_container,
.cu_st_fullwidth_section .cu_st_title_container,
.cu_st_fullwidth_section .cu_st_title_featured_container,
.cu_st_fullwidth_header:not(.cu_st_fullscreen) .cu_st_fullwidth_header_container {
	max-width: 1340px
}

.cu_boxed_layout #page-container,
.cu_boxed_layout.cu_non_fixed_nav.cu_transparent_nav #page-container #top-header,
.cu_boxed_layout.cu_non_fixed_nav.cu_transparent_nav #page-container #main-header,
.cu_fixed_nav.cu_boxed_layout #page-container #top-header,
.cu_fixed_nav.cu_boxed_layout #page-container #main-header,
.cu_boxed_layout #page-container .container,
.cu_boxed_layout #page-container .cu_st_row {
	max-width: 1500px
}

a {
	color: #191919
}

.cu_header_style_centered .mobile_nav .select_page,
.cu_header_style_split .mobile_nav .select_page,
.cu_nav_text_color_light #top-menu>li>a,
.cu_nav_text_color_dark #top-menu>li>a,
#top-menu a,
.cu_mobile_menu li a,
.cu_nav_text_color_light .cu_mobile_menu li a,
.cu_nav_text_color_dark .cu_mobile_menu li a,
#cu_search_icon:before,
.cu_search_form_container input,
span.cu_close_search_field:after,
#cu-top-navigation .cu-cart-info {
	color: #4d4d4d
}

.cu_search_form_container input::-moz-placeholder {
	color: #4d4d4d
}

.cu_search_form_container input::-webkit-input-placeholder {
	color: #4d4d4d
}

.cu_search_form_container input:-ms-input-placeholder {
	color: #4d4d4d
}

#main-header .nav li ul a {
	color: #000000
}

#top-menu li a {
	font-size: 16px
}

body.cu_vertical_nav .container.cu_search_form_container .cu-search-form input {
	font-size: 16px !important
}

#top-menu li a,
.cu_search_form_container input {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none
}

.cu_search_form_container input::-moz-placeholder {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none
}

.cu_search_form_container input::-webkit-input-placeholder {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none
}

.cu_search_form_container input:-ms-input-placeholder {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
#top-menu li.current_page_item>a {
	color: #191919
}

#footer-widgets .footer-widget li:before {
	top: 12.3px
}

h1,
h2,
h3,
h4,
h5,
h6,
.cu_quote_content blockquote p,
.cu_st_slide_description .cu_st_slide_title {
	letter-spacing: 1px;
	line-height: 1.2em
}

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

	.cu-fixed-header #top-menu a,
	.cu-fixed-header #cu_search_icon:before,
	.cu-fixed-header #cu_top_search .cu-search-form input,
	.cu-fixed-header .cu_search_form_container input,
	.cu-fixed-header .cu_close_search_field:after,
	.cu-fixed-header #cu-top-navigation .cu-cart-info {
		color: #4d4d4d !important
	}

	.cu-fixed-header .cu_search_form_container input::-moz-placeholder {
		color: #4d4d4d !important
	}

	.cu-fixed-header .cu_search_form_container input::-webkit-input-placeholder {
		color: #4d4d4d !important
	}

	.cu-fixed-header .cu_search_form_container input:-ms-input-placeholder {
		color: #4d4d4d !important
	}

	.cu-fixed-header #top-menu li.current-menu-ancestor>a,
	.cu-fixed-header #top-menu li.current-menu-item>a,
	.cu-fixed-header #top-menu li.current_page_item>a {
		color: #191919 !important
	}

}

@media only screen and (min-width:1675px) {
	.cu_st_row {
		padding: 33px 0
	}

	.cu_st_section {
		padding: 67px 0
	}

	.single.cu_st_pagebuilder_layout.cu_full_width_page .cu_post_meta_wrapper {
		padding-top: 100px
	}

}

h1,
h1.cu_st_contact_main_title,
.cu_st_title_container h1 {
	font-size: 40px
}

h2,
.product .related h2,
.cu_st_column_1_2 .cu_quote_content blockquote p {
	font-size: 34px
}

h3 {
	font-size: 29px
}

h4,
.cu_st_circle_counter h3,
.cu_st_number_counter h3,
.cu_st_column_1_3 .cu_st_post h2,
.cu_st_column_1_4 .cu_st_post h2,
.cu_st_blog_grid h2,
.cu_st_column_1_3 .cu_quote_content blockquote p,
.cu_st_column_3_8 .cu_quote_content blockquote p,
.cu_st_column_1_4 .cu_quote_content blockquote p,
.cu_st_blog_grid .cu_quote_content blockquote p,
.cu_st_column_1_3 .cu_link_content h2,
.cu_st_column_3_8 .cu_link_content h2,
.cu_st_column_1_4 .cu_link_content h2,
.cu_st_blog_grid .cu_link_content h2,
.cu_st_column_1_3 .cu_audio_content h2,
.cu_st_column_3_8 .cu_audio_content h2,
.cu_st_column_1_4 .cu_audio_content h2,
.cu_st_blog_grid .cu_audio_content h2,
.cu_st_column_3_8 .cu_st_audio_module_content h2,
.cu_st_column_1_3 .cu_st_audio_module_content h2,
.cu_st_gallery_grid .cu_st_gallery_item h3,
.cu_st_portfolio_grid .cu_st_portfolio_item h2,
.cu_st_filterable_portfolio_grid .cu_st_portfolio_item h2 {
	font-size: 24px
}

h5 {
	font-size: 21px
}

h6 {
	font-size: 18px
}

.cu_st_slide_description .cu_st_slide_title {
	font-size: 61px
}

.cu_st_gallery_grid .cu_st_gallery_item h3,
.cu_st_portfolio_grid .cu_st_portfolio_item h2,
.cu_st_filterable_portfolio_grid .cu_st_portfolio_item h2,
.cu_st_column_1_4 .cu_st_audio_module_content h2 {
	font-size: 21px
}

h1,
h1.cu_st_contact_main_title,
.cu_st_title_container h1 {
	font-weight: 700
}

h2,
.product .related h2,
.cu_st_column_1_2 .cu_quote_content blockquote p {
	font-weight: 700
}

h3 {
	font-weight: 700
}

h4,
.cu_st_circle_counter h3,
.cu_st_number_counter h3,
.cu_st_column_1_3 .cu_st_post h2,
.cu_st_column_1_4 .cu_st_post h2,
.cu_st_blog_grid h2,
.cu_st_column_1_3 .cu_quote_content blockquote p,
.cu_st_column_3_8 .cu_quote_content blockquote p,
.cu_st_column_1_4 .cu_quote_content blockquote p,
.cu_st_blog_grid .cu_quote_content blockquote p,
.cu_st_column_1_3 .cu_link_content h2,
.cu_st_column_3_8 .cu_link_content h2,
.cu_st_column_1_4 .cu_link_content h2,
.cu_st_blog_grid .cu_link_content h2,
.cu_st_column_1_3 .cu_audio_content h2,
.cu_st_column_3_8 .cu_audio_content h2,
.cu_st_column_1_4 .cu_audio_content h2,
.cu_st_blog_grid .cu_audio_content h2,
.cu_st_column_3_8 .cu_st_audio_module_content h2,
.cu_st_column_1_3 .cu_st_audio_module_content h2,
.cu_st_gallery_grid .cu_st_gallery_item h3,
.cu_st_portfolio_grid .cu_st_portfolio_item h2,
.cu_st_filterable_portfolio_grid .cu_st_portfolio_item h2 {
	font-weight: 700
}

h5 {
	font-weight: 700
}

h6 {
	font-weight: 700
}

.cu_st_slide_description .cu_st_slide_title {
	font-weight: 700
}

.cu_st_gallery_grid .cu_st_gallery_item h3,
.cu_st_portfolio_grid .cu_st_portfolio_item h2,
.cu_st_filterable_portfolio_grid .cu_st_portfolio_item h2,
.cu_st_column_1_4 .cu_st_audio_module_content h2 {
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif
}

body,
input,
textarea,
select {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif
}

#main-header,
#cu-top-navigation {
	font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif
}

.cu_st_section_0_tb_header.cu_st_section {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: RGBA(255, 255, 255, 0) !important
}

.cu_st_section_0_tb_header {
	position: absolute !important;
	top: 0px;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translateX(-50%)
}

.cu_st_row_0_tb_header {
	background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.56) 54%, rgba(255, 255, 255, 0) 100%);
	margin-top: 0px !important;
	margin-bottom: 0px !important
}

.cu_st_sticky.cu_st_row_0_tb_header {
	background-image: linear-gradient(180deg, #000000 0%, #191919 46%, #191919 99%);
	background-color: transparent
}

.cu_st_row_0_tb_header,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_0_tb_header.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_0_tb_header.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_0_tb_header.cu_st_row {
	width: 100%;
	max-width: 100%
}

.cu_st_menu_0_tb_header.cu_st_menu ul li a {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #FFFFFF !important
}

.cu_st_menu_0_tb_header {
	width: 90%;
	max-width: 1440px
}

.cu_st_menu_0_tb_header.cu_st_menu {
	font-weight: 500 !important
}

.cu_st_menu_0_tb_header.cu_st_menu ul li.current-menu-item a {
	color: #FFFFFF !important
}

.cu_st_menu_0_tb_header.cu_st_menu .nav li ul {
	background-color: #F7F7F7 !important;
	border-color: #D8435D
}

.cu_st_menu_0_tb_header.cu_st_menu .cu_mobile_menu {
	border-color: #D8435D
}

.cu_st_menu_0_tb_header.cu_st_menu .nav li ul.sub-menu a,
.cu_st_menu_0_tb_header.cu_st_menu .nav li ul.sub-menu li.current-menu-item a,
.cu_st_menu_0_tb_header.cu_st_menu .cu_mobile_menu a {
	color: #191919 !important
}

.cu_st_menu_0_tb_header.cu_st_menu .cu_mobile_menu,
.cu_st_menu_0_tb_header.cu_st_menu .cu_mobile_menu ul {
	background-color: #F7F7F7 !important
}

.cu_st_menu_0_tb_header .cu_st_menu_inner_container>.cu_st_menu__logo-wrap,
.cu_st_menu_0_tb_header .cu_st_menu__logo-slot {
	width: 200px;
	max-width: 100%
}

.cu_st_menu_0_tb_header .cu_st_menu_inner_container>.cu_st_menu__logo-wrap .cu_st_menu__logo img,
.cu_st_menu_0_tb_header .cu_st_menu__logo-slot .cu_st_menu__logo-wrap img {
	height: auto;
	max-height: none
}

.cu_st_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,
.cu_st_menu_0_tb_header .cu_st_menu__icon.cu_st_menu__search-button,
.cu_st_menu_0_tb_header .cu_st_menu__icon.cu_st_menu__close-search-button,
.cu_st_menu_0_tb_header .cu_st_menu__icon.cu_st_menu__cart-button {
	color: #191919
}

.cu_st_row_0_tb_header.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_menu_0_tb_header.cu_st_module {
	margin-left: auto !important;
	margin-right: auto !important
}

@media only screen and (max-width:980px) {
	.cu_st_row_0_tb_header.cu_st_row {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important
	}

	.cu_st_menu_0_tb_header.cu_st_menu ul li a {
		color: #FFFFFF !important
	}

	.cu_st_menu_0_tb_header.cu_st_module {
		margin-left: auto !important;
		margin-right: auto !important
	}

}

@media only screen and (max-width:767px) {
	.cu_st_row_0_tb_header.cu_st_row {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important
	}

	.cu_st_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
		font-size: 35px;
		color: #CE1435
	}

	.cu_st_menu_0_tb_header .cu_st_menu__icon.cu_st_menu__cart-button {
		font-size: 25px
	}

}

#model_parameters h3 {
	font-weight: 500
}

#model_parameters h3 {
	font-weight: 500
}

.cu_st_slider .cu_st_slide_0.cu_st_slide>.cu_st_container {
	width: 900px
}

.cu_st_fullwidth_slider_0,
.cu_st_fullwidth_slider_0 .cu_st_slide {
	height: 720px
}

.cu_st_fullwidth_slider_0 .cu_st_slide_description,
.cu_st_slider_fullwidth_off.cu_st_fullwidth_slider_0 .cu_st_slide_description {
	padding-top: 373px;
	padding-bottom: 144px
}

body #page-container .cu_st_section .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button {
	color: #FFFFFF !important;
	border-radius: 0px;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	padding-top: 16px !important;
	padding-right: 36px !important;
	padding-bottom: 16px !important;
	padding-left: 36px !important
}

body #page-container .cu_st_section .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button:hover {
	color: #FFFFFF !important;
	background-image: initial;
	background-color: #CE1435
}

body #page-container .cu_st_section .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button:after,
body #page-container .cu_st_section .cu_st_button_0:after,
body #page-container .cu_st_section .cu_st_button_1:after {
	font-size: 1.6em
}

body.cu_button_custom_icon #page-container .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button:after {
	font-size: 14px
}

.cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button,
.cu_st_button_1 {
	transition: color 300ms ease 0ms, background-color 300ms ease 0ms
}

.cu_st_section_1 {
	border-bottom-width: 1px;
	border-bottom-color: #4D4D4D
}

.cu_st_section_1.cu_st_section {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #191919 !important
}

.cu_st_row_0.cu_st_row,
.cu_st_row_1.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_row_0,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_0.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_0.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_0.cu_st_row,
.cu_st_row_2,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_2.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_2.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_2.cu_st_row,
.cu_st_row_3,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_3.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_3.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_3.cu_st_row,
.cu_st_row_4,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_4.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_4.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_4.cu_st_row {
	width: 95%;
	max-width: 1440px
}

.cu_st_menu_0.cu_st_menu ul li a {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF !important
}

.cu_st_menu_0 {
	width: 100%
}

.cu_st_menu_0.cu_st_menu ul li.current-menu-item a {
	color: #D8435D !important
}

.cu_st_menu_0.cu_st_menu .nav li ul,
.cu_st_menu_0.cu_st_menu .cu_mobile_menu,
.cu_st_menu_0.cu_st_menu .cu_mobile_menu ul {
	background-color: #ffffff !important
}

.cu_st_menu_0 .cu_st_menu_inner_container>.cu_st_menu__logo-wrap,
.cu_st_menu_0 .cu_st_menu__logo-slot {
	width: auto;
	max-width: 100%
}

.cu_st_menu_0 .cu_st_menu_inner_container>.cu_st_menu__logo-wrap .cu_st_menu__logo img,
.cu_st_menu_0 .cu_st_menu__logo-slot .cu_st_menu__logo-wrap img {
	height: auto;
	max-height: none
}

.cu_st_menu_0 .mobile_nav .mobile_menu_bar:before,
.cu_st_menu_0 .cu_st_menu__icon.cu_st_menu__search-button,
.cu_st_menu_0 .cu_st_menu__icon.cu_st_menu__close-search-button,
.cu_st_menu_0 .cu_st_menu__icon.cu_st_menu__cart-button {
	color: #7EBEC5
}

div.cu_st_section.cu_st_section_2 {
	background-image: url() !important
}

.cu_st_section_2.cu_st_section {
	padding-top: 10px;
	padding-bottom: 40px
}

.cu_st_row_1 {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	position: absolute !important;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: auto
}

.cu_st_row_1,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_1.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_1.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_1.cu_st_row {
	width: 0%;
	max-width: 0px
}

.cu_st_row_2.cu_st_row {
	padding-bottom: 16px !important;
	padding-bottom: 16px
}

.cu_st_row_2,
.cu_st_row_3,
.cu_st_row_5 {
	position: static !important;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px
}

.cu_st_text_0 h2 {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 48px;
	text-align: left
}

.cu_st_text_0 {
	margin-bottom: 8px !important
}

.cu_st_column_3 {
	display: flex;
	gap: 1.5rem;
	justify-content: flex-start
}

.cu_st_button_0_wrapper .cu_st_button_0,
.cu_st_button_0_wrapper .cu_st_button_0:hover,
.cu_st_button_1_wrapper .cu_st_button_1,
.cu_st_button_1_wrapper .cu_st_button_1:hover {
	padding-top: 16px !important;
	padding-right: 36px !important;
	padding-bottom: 16px !important;
	padding-left: 36px !important
}

.cu_st_button_0_wrapper,
.cu_st_button_1_wrapper {
	margin-bottom: 0px !important
}

body #page-container .cu_st_section .cu_st_button_0 {
	color: #FFFFFF !important;
	border-width: 2px !important;
	border-color: #000000;
	border-radius: 0px;
	letter-spacing: 0.2em;
	font-size: 15px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	background-color: #000000
}

body.cu_button_custom_icon #page-container .cu_st_button_0:after,
body.cu_button_custom_icon #page-container .cu_st_button_1:after {
	font-size: 15px
}

body #page-container .cu_st_section .cu_st_button_0:hover {
	background-image: initial;
	background-color: #191919
}

.cu_st_button_0 {
	transition: background-color 300ms ease 0ms
}

.cu_st_button_0,
.cu_st_button_0:after,
.cu_st_button_1,
.cu_st_button_1:after {
	transition: all 300ms ease 0ms
}

body #page-container .cu_st_section .cu_st_button_1 {
	color: #CE1435 !important;
	border-width: 2px !important;
	border-color: #CE1435;
	border-radius: 0px;
	letter-spacing: 0.2em;
	font-size: 15px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	background-color: RGBA(255, 255, 255, 0)
}

body #page-container .cu_st_section .cu_st_button_1:hover {
	color: #FFFFFF !important;
	background-image: initial;
	background-color: #191919
}

.cu_st_row_4.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_row_5,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_5.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_5.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_5.cu_st_row {
	max-width: 800px
}

.cu_st_pricing_tables_0 .cu_st_pricing_heading h2,
.cu_st_pricing_tables_0 .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_tables_0 .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_tables_0 .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_tables_0 .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_tables_0 .cu_st_pricing_heading h6.cu_st_pricing_title {
	font-weight: 600 !important;
	font-size: 24px !important;
	color: #191919 !important;
	text-align: left !important
}

.cu_st_pricing_tables_0 .cu_st_pricing li {
	color: #000000 !important;
	text-align: left
}

.cu_st_pricing_tables_0 .cu_st_pricing_table {
	background-color: RGBA(255, 255, 255, 0);
	border-width: 0px;
	border-color: #191919
}

.cu_st_pricing_tables_0 .cu_st_featured_table {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #CE1435
}

.cu_st_pricing_tables_0 .cu_st_pricing_heading {
	background-color: #E8E8E8
}

.cu_st_pricing_tables_0 .cu_st_featured_table .cu_st_pricing_heading {
	background-color: #CE1435 !important
}

.cu_st_pricing_tables_0 .cu_st_featured_table .cu_st_pricing_heading h2,
.cu_st_pricing_tables_0 .cu_st_featured_table .cu_st_pricing_heading .cu_st_pricing_title {
	color: #191919 !important
}

.cu_st_text_1 {
	margin-top: -26px !important
}

.cu_st_slider .cu_st_slide_0.cu_st_slide .cu_st_slide_description .cu_st_slide_title {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	font-size: 52px !important;
	line-height: 1.3em !important;
	text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4) !important
}

.cu_st_slider.cu_st_module .cu_st_slide_0.cu_st_slide .cu_st_slide_description .cu_st_slide_content {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 300 !important;
	font-size: 40px !important
}

.cu_st_slider .cu_st_slide_0 {
	background-image: url(https://chargedupauto.com/assets/website/cars/SAVE_20240821_150905.jpg)
}

.cu_st_pricing_table_0 .cu_st_pricing_heading h2,
.cu_st_pricing_table_0 .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_table_0 .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_table_0 .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_table_0 .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_table_0 .cu_st_pricing_heading h6.cu_st_pricing_title,
.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h2,
.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title,
.cu_st_pricing_table_1 .cu_st_pricing_heading h2,
.cu_st_pricing_table_1 .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_table_1 .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_table_1 .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_table_1 .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_table_1 .cu_st_pricing_heading h6.cu_st_pricing_title,
.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h2,
.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title,
.cu_st_pricing_table_2 .cu_st_pricing_heading h2,
.cu_st_pricing_table_2 .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_table_2 .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_table_2 .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_table_2 .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_table_2 .cu_st_pricing_heading h6.cu_st_pricing_title,
.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h2,
.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	color: #4D4D4D !important;
	letter-spacing: 0.7px !important
}

.cu_st_pricing_table_0 ul.cu_st_pricing li,
.cu_st_pricing_table_1 ul.cu_st_pricing li {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000000 !important
}

.cu_st_pricing_table_2 ul.cu_st_pricing li {
	font-weight: 800;
	font-size: 20px;
	color: #000000 !important
}

.cu_st_row_3.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_row_5.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0px;
	padding-bottom: 0px
}

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

	.cu_st_row_5,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_5.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_5.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_5.cu_st_row {
		width: 95%
	}

}

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

	.cu_st_fullwidth_slider_0,
	.cu_st_fullwidth_slider_0 .cu_st_slide {
		height: 720px
	}

	.cu_st_fullwidth_slider_0 .cu_st_slide_description,
	.cu_st_slider_fullwidth_off.cu_st_fullwidth_slider_0 .cu_st_slide_description {
		padding-top: 60px;
		padding-bottom: 60px
	}

	body #page-container .cu_st_section .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button:after,
	body #page-container .cu_st_section .cu_st_button_0:after,
	body #page-container .cu_st_section .cu_st_button_1:after {
		display: inline-block;
		opacity: 0
	}

	body #page-container .cu_st_section .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_more_button.cu_st_button:hover:after,
	body #page-container .cu_st_section .cu_st_button_0:hover:after,
	body #page-container .cu_st_section .cu_st_button_1:hover:after {
		opacity: 1
	}

	.cu_st_section_1 {
		border-bottom-width: 1px;
		border-bottom-color: #4D4D4D
	}

	.cu_st_row_2.cu_st_row {
		padding-bottom: 16px !important;
		padding-bottom: 16px !important
	}

	.cu_st_text_0 h2 {
		font-size: 36px
	}

	.cu_st_button_0_wrapper .cu_st_button_0,
	.cu_st_button_0_wrapper .cu_st_button_0:hover,
	.cu_st_button_1_wrapper .cu_st_button_1,
	.cu_st_button_1_wrapper .cu_st_button_1:hover {
		padding-top: 8px !important;
		padding-right: 20px !important;
		padding-bottom: 8px !important;
		padding-left: 20px !important
	}

	.cu_st_pricing_tables_0 .cu_st_pricing_heading h2,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h6.cu_st_pricing_title {
		font-size: 24px !important
	}

	.cu_st_slider .cu_st_slide_0.cu_st_slide .cu_st_slide_description .cu_st_slide_title {
		font-size: 52px !important
	}

	.cu_st_pricing_table_0 .cu_st_pricing_heading h2,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h2,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h2,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h2,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h2,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h2,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title {
		font-size: 15px !important
	}

}

@media only screen and (min-width:768px) and (max-width:980px) {
	.cu_st_section_1 {
		display: none !important
	}

}

@media only screen and (max-width:767px) {
	.cu_st_fullwidth_slider_0.cu_st_slider .cu_st_slide_description .cu_st_slide_title {
		font-size: 31px !important;
		text-align: center;
		display: none
	}

	.cu_st_fullwidth_slider_0,
	.cu_st_fullwidth_slider_0 .cu_st_slide {
		height: auto
	}

	.cu_st_fullwidth_slider_0 .cu_st_slide_description,
	.cu_st_slider_fullwidth_off.cu_st_fullwidth_slider_0 .cu_st_slide_description {
		padding-top: 100px;
		padding-bottom: 70px
	}

	.cu_st_fullwidth_slider_0.cu_st_slider .cu_st_slide_description {
		padding: 120px 0 !important
	}

	.cu_st_fullwidth_slider_0.cu_st_slider.cu_st_slider .cu_st_slide .cu_st_slide_description a.cu_st_more_button.cu_st_button {
		display: none
	}

	.cu_st_section_1 {
		border-bottom-width: 1px;
		border-bottom-color: #4D4D4D;
		display: none !important
	}

	.cu_st_row_2.cu_st_row {
		padding-top: 0px !important;
		padding-bottom: 10px !important;
		padding-top: 0px !important;
		padding-bottom: 10px !important
	}

	.cu_st_text_0 h2 {
		font-size: 28px
	}

	.cu_st_row_4.cu_st_row {
		margin-top: 30px !important
	}

	.cu_st_code_0 {
		margin-top: 20px !important
	}

	.cu_st_row_5,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_5.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_5.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_5.cu_st_row {
		width: 98%
	}

	.cu_st_pricing_tables_0 .cu_st_pricing_heading h2,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_tables_0 .cu_st_pricing_heading h6.cu_st_pricing_title {
		font-size: 22px !important
	}

	.cu_st_slider .cu_st_slide_0.cu_st_slide .cu_st_slide_description .cu_st_slide_title {
		font-size: 28px !important;
		text-align: center !important
	}

	.cu_st_pricing_table_0 .cu_st_pricing_heading h2,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_0 .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h2,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_0.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h2,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_1 .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h2,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_1.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h2,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_2 .cu_st_pricing_heading h6.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h2,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h1.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h3.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h4.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h5.cu_st_pricing_title,
	.cu_st_pricing_table_2.cu_st_featured_table .cu_st_pricing_heading h6.cu_st_pricing_title {
		font-size: 10px !important
	}

}


html,
body,
section {
	scroll-behavior: smooth
}

#page-container {
	overflow-x: hidden
}

section {
	overflow-x: hidden
}

.cu_st_image.about-img img,
.about-img .cu_st_image_wrap {
	width: 100%
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li.highlight-menu {
	border: 1px solid white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding: 8px 16px;
	background: white
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li.highlight-menu a {
	color: #000 !important
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li.highlight-menu.highlight-menu--boxed {
	background: transparent
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li.highlight-menu.highlight-menu--boxed a {
	color: white !important
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li.right-menu {
	margin-left: auto !important
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul>li.highlight-menu>a {
	padding-bottom: 0
}

.nammi-feature-menu .cu_st_menu--without-logo .cu_st_menu__menu>nav>ul {
	align-items: center;
	gap: 1rem
}

.nammi-feature-menu .cu_st_menu .cu_st_menu__menu,
.nammi-feature-menu .cu_st_menu .cu_st_menu__menu>nav,
.nammi-feature-menu .cu_st_menu .cu_st_menu__menu>nav>ul {
	width: 100%;
	gap: 2em
}

@media(min-width:981px) {

	.nammi-row.cu_st_gutters2 .cu_st_column_1_3,
	.cu_st_gutters2.cu_st_row .cu_st_column_1_3 {
		width: calc(33% - 9px)
	}

	.nammi-row.cu_st_gutters2 .cu_st_column,
	.cu_st_gutters2.cu_st_row .cu_st_column {
		margin-right: 20px
	}

	.model-highlight-grid .cu_post_gallery {
		display: grid;
		gap: 1rem;
		grid-template-areas: "a b c c"
			"a d d e"
			"f f g g"
	}

	.model-highlight-grid.cu_st_row {
		display: grid;
		gap: 1rem;
		grid-template-areas: "a b c c"
			"a d d e"
			"a f g g"
	}

	.model-highlight-grid .cu_st_column {
		width: 100% !important;
		margin: 0
	}

	.model-highlight-grid .col-1 {
		grid-area: a;
		width: 409px !important
	}

	.model-highlight-grid .col-2 {
		grid-area: b
	}

	.model-highlight-grid .col-3 {
		grid-area: c
	}

	.model-highlight-grid .col-4 {
		grid-area: d
	}

	.model-highlight-grid .col-5 {
		grid-area: e
	}

	.df_row {
		display: flex;
		gap: 30px;
		margin-bottom: 15px
	}

	.df_col {
		width: 50% !important
	}

	.dongfeng_news_page .cu_st_ajax_pagination_container {
		gap: 20px 30px;
		display: grid;
		grid-template-columns: repeat(2, minmax(300px, 1fr))
	}

	.dongfeng_news_page .cu_st_post {
		margin-bottom: 0 !important
	}

	.dongfeng_news_page .cu_st_post .entry-featured-image-url {
		margin-bottom: 1em
	}

}

@media(max-width:767px) {
	.cu_st_number_counter .percent {
		height: unset !important
	}

	.model-highlight-grid.cu_st_row {
		grid-row-gap: 20px;
		display: grid;
		grid-template-columns: repeat(1, minmax(300px, 1fr))
	}

	.cu_st_all_tabs {
		border: 1px solid #ffffff
	}

	.cu_st_column_4.parameter {
		display: flex;
		gap: 12px;
		justify-content: space-between
	}

	.parameter .cu_st_number_counter.cu_st_number_counter .percent p {
		font-size: 28px;
		line-height: 1.5em;
		font-weight: 400;
		text-shadow: unset
	}

	.parameter .cu_st_number_counter.cu_st_number_counter h3 {
		font-size: 15px;
		line-height: 1.3em;
		text-shadow: unset
	}

	.nammi-details-banner .cu_st_slider .cu_st_slide_0.cu_st_slide>.cu_st_container {
		max-width: 900px;
		width: 90%
	}

	.nammi-details-banner .cu_st_fullwidth_slider_0.cu_st_slider .cu_st_slide_description .cu_st_more_button {
		display: none !important
	}

}

.book_now.btn {
	background-color: #000000;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	margin-top: 1em;
	transition: background-color 0.3s ease, transform 0.3s ease
}

.book_now.btn:hover {
	background-color: #d32b49;
	transform: scale(1.05)
}

.required {
	color: red
}

.wpcf7-not-valid-tip {
	font-size: 13px
}

.df_row .df_col {
	width: 100%
}

.df_row .df_col textarea,
.df_row .df_col select,
.df_row .df_col input {
	width: 100%;
	border-bottom: 1px solid #474747 !important;
	border: 0;
	padding: 3px 7px
}

.df_row .df_col label {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1px;
	color: #191919;
	display: flex;
	gap: 4px;
	margin-top: 10px;
	margin-bottom: 12px
}

.df_row .df_col.full_col label {
	margin-bottom: 0px
}

@media(min-width:768px) and (max-width:980px) {
	.model-highlight-grid.cu_st_row {
		grid-row-gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, minmax(300px, 1fr))
	}

}

.df_col br {
	display: none !important
}

.wpcf7-list-item {
	margin: 0 !important
}

.wpcf7-radio {
	display: flex;
	gap: 10px
}

@media only screen and (min-width:980px) {
	.tab_view .cu_st_row {
		padding: 0 !important;
		width: 100%
	}

	.cu_st_all_tabs {
		border: 1px solid #B9BEC2
	}

	#nammi-01-parameter .cu_st_all_tabs {
		border: 1px solid #ffffff
	}

	#nammi-01-parameter .cu_st_number_counter.cu_st_number_counter .percent p {
		color: #000000 !important
	}

	.book_now_mobile {
		display: none !important
	}

}

ul.cu_st_tabs_controls {
	width: fit-content;
	display: flex
}

.cu_st_tab_content>p {
	display: none !important
}

.cu_st_number_counter.cu_st_number_counter .percent p {
	font-weight: 500;
	margin-bottom: 12px
}

.cu_st_pricing_content_top {
	display: none
}

.cu_st_pricing li {
	padding: 10px 0;
	border-top: 1px solid #000000
}

.cu_st_pricing_content {
	padding: 0
}

.cu_st_pricing li span:before {
	border-width: 0 !important
}

.cu_st_pricing_table_wrap {
	flex-wrap: nowrap
}

.cu_st_pricing_heading .cu_st_pricing_title,
.cu_st_pricing_heading h2 {
	color: #fff;
	padding-bottom: 5px;
	padding-left: 20px
}

.cu_st_pricing li span {
	padding-left: 10px
}

@media (max-width:768px) {
	.cu_st_pricing li span {
		font-size: 13px
	}

}

.payment_qr {
	width: 250px;
	margin-top: 1em
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	background-color: #fff;
	border: unset;
	padding: 2px;
	color: #4e4e4e
}

.note {
	font-size: 16px;
	color: #191919;
	font-weight: 400
}

.contact-us .df_row .df_col textarea,
.contact-us .df_row .df_col select,
.contact-us .df_row .df_col input {
	padding: 8px 7px
}

@media (max-width:980px) {
	.cu_st_menu .cu_mobile_nav_menu {
		margin: 0 !important
	}

	.mobile_menu_bar {
		left: 3px
	}

}

.nammi-feature-menu .cu_st_menu .cu_st_menu__menu,
.cu_st_menu .cu_st_menu__menu>nav,
.cu_st_menu .cu_st_menu__menu>nav>ul {
	justify-content: center !important
}

.nammi-feature-menu .cu_st_menu .cu_st_menu__menu>nav>ul>li {
	padding: 0
}

.cu_st_blurb_position_left .cu_st_blurb_container {
	padding-left: 2px
}

.cu_st_blurb_position_left .cu_st_blurb_content,
.cu_st_blurb_position_right .cu_st_blurb_content {
	display: flex !important;
	align-items: center !important
}

form.submitting .book_now.btn {
	pointer-events: none;
	cursor: not-allowed !important
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	font-size: 18px;
	font-weight: 400;
	color: #46b450
}

.home .footer_book_now {
	display: none !important
}

.cu_st_main_blurb_image {
	margin-bottom: 0 !important
}

.dvppl_cf7_styler_0 .dipe-cf7 .wpcf7 label {
	font-weight: 400 !important
}

@media (max-width:980px) {
	.cu_st_column .cu_st_pricing_table:nth-child(n+3) {
		margin-top: 0px !important
	}

}

.interior-video {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	border: unset !important
}

.interior-video .cu_st_tab {
	padding: 0 !important;
	border: unset !important
}

.interior-video .cu_st_all_tabs {
	border: unset !important
}

.interior-video ul.cu_st_tabs_controls {
	width: 100%;
	justify-content: center;
	position: absolute;
	bottom: 15px
}

@media (max-width:676px) {
	.interior-video ul.cu_st_tabs_controls {
		position: unset !important
	}

	.cu_st_tabs_controls li a {
		padding: 10px 4px
	}

}

.safty-video {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	border: unset !important
}

.safty-video .cu_st_tab {
	padding: 0 !important;
	border: unset !important
}

.safty-video ul.cu_st_tabs_controls {
	width: 100%;
	justify-content: center;
	position: absolute;
	bottom: 15px
}

@media (max-width:676px) {
	.safty-video ul.cu_st_tabs_controls {
		position: unset !important
	}

}

.safty-video .cu_st_all_tabs {
	border: unset !important
}

.namisuv-color-swap .cu_st_code_inner>div {
	max-width: 100% !important
}

.namisuv-color-swap .cu_st_code_inner>div {
	max-width: 100%
}

@media (min-width:1024px) {
	.namisuv-color-swap .vehicle-images {
		flex: 1 0 80%
	}

}

cu_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: unset !important;
	opacity: 1
}

.nami06-tab_view ul.cu_st_tabs_controls {
	width: 350px !important
}

.nami06-tab_view.cu_st_tabs_1.cu_st_tabs .cu_st_tabs_controls li,
.nami06-tab_view.cu_st_tabs_1.cu_st_tabs .cu_st_tabs_controls li a {
	width: 100%
}

.nami06-tab_view.cu_st_tabs_1 .cu_st_tab {
	background: hsl(0deg 0% 0% / 34%) !important
}


.cu_st_section_0_tb_footer {
	border-top-width: 1px;
	border-top-color: #191919
}

.cu_st_section_0_tb_footer.cu_st_section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #000000 !important
}

.cu_st_row_0_tb_footer,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_0_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_0_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_0_tb_footer.cu_st_row {
	width: 95%;
	max-width: none
}

.cu_st_text_0_tb_footer h1 {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif
}

.cu_st_text_0_tb_footer h3 {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 48px;
	color: #FFFFFF !important;
	line-height: 1.4em
}

.cu_st_text_1_tb_footer.cu_st_text,
.cu_st_text_8_tb_footer.cu_st_text {
	color: #FFFFFF !important
}

.cu_st_text_1_tb_footer {
	line-height: 2em;
	line-height: 2em;
	font-weight: 400
}

.cu_st_text_1_tb_footer ul li {
	line-height: 2em;
	line-height: 2em
}

.cu_st_text_1_tb_footer h3 {
	font-size: 24px;
	color: #FFFFFF !important
}

.cu_st_text_1_tb_footer ul {
	list-style-type: circle !important
}

.cu_st_text_2_tb_footer h2 {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.6vw;
	color: #000000 !important;
	line-height: 1.1em
}

.cu_st_text_2_tb_footer {
	margin-bottom: 24px !important
}

.cu_st_button_0_tb_footer_wrapper .cu_st_button_0_tb_footer,
.cu_st_button_0_tb_footer_wrapper .cu_st_button_0_tb_footer:hover {
	padding-top: 16px !important;
	padding-right: 36px !important;
	padding-bottom: 16px !important;
	padding-left: 36px !important
}

body #page-container .cu_st_section .cu_st_button_0_tb_footer {
	color: #FFFFFF !important;
	border-width: 0px !important;
	border-radius: 0px;
	letter-spacing: 0.2em;
	font-size: 15px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	background-color: #000000
}

body #page-container .cu_st_section .cu_st_button_0_tb_footer:after {
	font-size: 1.6em
}

body.cu_button_custom_icon #page-container .cu_st_button_0_tb_footer:after {
	font-size: 15px
}

body #page-container .cu_st_section .cu_st_button_0_tb_footer:hover {
	background-image: initial;
	background-color: #191919
}

.cu_st_button_0_tb_footer {
	transition: background-color 300ms ease 0ms
}

.cu_st_button_0_tb_footer,
.cu_st_button_0_tb_footer:after {
	transition: all 300ms ease 0ms
}

.cu_st_divider_0_tb_footer {
	height: auto
}

div.cu_st_section.cu_st_section_1_tb_footer {
	background-image: url(images/site-footer-bg.jpg) !important
}

.cu_st_section_1_tb_footer {
	border-top-width: 8px;
	border-top-color: #d32b49
}

.cu_st_section_1_tb_footer.cu_st_section {
	padding-top: 60px;
	padding-bottom: 20px
}

.cu_st_row_1_tb_footer.cu_st_row {
	padding-bottom: 30px !important;
	padding-bottom: 30px
}

.cu_st_row_1_tb_footer,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_1_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_1_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_1_tb_footer.cu_st_row,
.cu_st_row_2_tb_footer,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_2_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_2_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_2_tb_footer.cu_st_row,
.cu_st_row_3_tb_footer,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_3_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_3_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_3_tb_footer.cu_st_row,
.cu_st_row_4_tb_footer,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_4_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_4_tb_footer.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_4_tb_footer.cu_st_row {
	width: 95%;
	max-width: 1440px
}

.cu_st_image_0_tb_footer {
	text-align: center
}

.cu_st_row_2_tb_footer.cu_st_row {
	margin-bottom: 32px !important
}

.cu_st_column_4_tb_footer {
	display: flex;
	gap: 6rem;
	justify-content: center
}

.cu_st_text_3_tb_footer.cu_st_text,
.cu_st_text_4_tb_footer.cu_st_text,
.cu_st_text_5_tb_footer.cu_st_text,
.cu_st_text_6_tb_footer.cu_st_text,
.cu_st_text_7_tb_footer.cu_st_text,
.cu_st_text_9_tb_footer.cu_st_text,
.cu_st_text_10_tb_footer.cu_st_text,
.cu_st_text_11_tb_footer.cu_st_text,
.cu_st_text_13_tb_footer.cu_st_text {
	color: #E8E8E8 !important;
	transition: color 300ms ease 0ms
}

.cu_st_text_3_tb_footer.cu_st_text:hover,
.cu_st_text_4_tb_footer.cu_st_text:hover,
.cu_st_text_5_tb_footer.cu_st_text:hover,
.cu_st_text_6_tb_footer.cu_st_text:hover,
.cu_st_text_7_tb_footer.cu_st_text:hover,
.cu_st_text_9_tb_footer.cu_st_text:hover,
.cu_st_text_10_tb_footer.cu_st_text:hover,
.cu_st_text_11_tb_footer.cu_st_text:hover,
.cu_st_text_13_tb_footer.cu_st_text:hover {
	color: #CE1435 !important
}

.cu_st_text_3_tb_footer,
.cu_st_text_4_tb_footer,
.cu_st_text_5_tb_footer,
.cu_st_text_6_tb_footer,
.cu_st_text_7_tb_footer,
.cu_st_text_9_tb_footer,
.cu_st_text_10_tb_footer,
.cu_st_text_11_tb_footer {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0px !important
}

.cu_st_text_12_tb_footer.cu_st_text {
	color: #E8E8E8 !important
}

.cu_st_text_12_tb_footer {
	margin-bottom: 0px !important
}

.cu_st_text_13_tb_footer {
	text-transform: uppercase
}

.cu_st_column_0_tb_footer {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	margin-block: auto
}

.cu_st_column_1_tb_footer {
	background-color: #d32b49;
	padding-top: 120px;
	padding-right: 30px;
	padding-bottom: 120px;
	padding-left: 30px
}

.cu_st_column_2_tb_footer {
	background-position: left 17% center;
	background-image: url(https://chargedupauto.com/assets/website/cars/book-now.jpg)
}

.cu_st_social_media_follow_network_0_tb_footer.cu_st_social_icon a.icon,
.cu_st_social_media_follow_network_1_tb_footer.cu_st_social_icon a.icon,
.cu_st_social_media_follow_network_2_tb_footer.cu_st_social_icon a.icon,
.cu_st_social_media_follow_network_3_tb_footer.cu_st_social_icon a.icon,
.cu_st_social_media_follow_network_4_tb_footer.cu_st_social_icon a.icon,
.cu_st_social_media_follow_network_5_tb_footer.cu_st_social_icon a.icon {
	border-width: 2px;
	border-color: #E8E8E8;
	transition: border 300ms ease 0ms
}

.cu_st_social_media_follow_network_0_tb_footer.cu_st_social_icon:hover a.icon,
.cu_st_social_media_follow_network_1_tb_footer.cu_st_social_icon:hover a.icon,
.cu_st_social_media_follow_network_2_tb_footer.cu_st_social_icon:hover a.icon,
.cu_st_social_media_follow_network_3_tb_footer.cu_st_social_icon:hover a.icon,
.cu_st_social_media_follow_network_4_tb_footer.cu_st_social_icon:hover a.icon,
.cu_st_social_media_follow_network_5_tb_footer.cu_st_social_icon:hover a.icon {
	border-color: #CE1435
}

.cu_st_row_0_tb_footer.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-left: auto !important;
	margin-right: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px
}

@media only screen and (min-width:981px) {
	.cu_st_image_0_tb_footer {
		width: 200px
	}

	.cu_st_column_7_tb_footer {
		display: flex;
		gap: 2rem;
		justify-content: end
	}

}

@media only screen and (max-width:980px) {
	.cu_st_section_0_tb_footer {
		border-top-width: 1px;
		border-top-color: #191919
	}

	.cu_st_text_0_tb_footer h3 {
		font-size: 20px
	}

	.cu_st_text_1_tb_footer {
		line-height: 1.5em
	}

	.cu_st_text_2_tb_footer h2 {
		font-size: 2.5vw
	}

	.cu_st_button_0_tb_footer_wrapper .cu_st_button_0_tb_footer,
	.cu_st_button_0_tb_footer_wrapper .cu_st_button_0_tb_footer:hover {
		padding-top: 16px !important;
		padding-right: 36px !important;
		padding-bottom: 16px !important;
		padding-left: 36px !important
	}

	body #page-container .cu_st_section .cu_st_button_0_tb_footer:after {
		display: inline-block;
		opacity: 0
	}

	body #page-container .cu_st_section .cu_st_button_0_tb_footer:hover:after {
		opacity: 1
	}

	.cu_st_section_1_tb_footer {
		border-top-width: 8px;
		border-top-color: #d32b49
	}

	.cu_st_section_1_tb_footer.cu_st_section {
		padding-top: 60px;
		padding-bottom: 20px
	}

	.cu_st_row_1_tb_footer.cu_st_row {
		padding-bottom: 30px !important;
		padding-bottom: 30px !important
	}

	.cu_st_image_0_tb_footer {
		width: 200px
	}

	.cu_st_image_0_tb_footer .cu_st_image_wrap img {
		width: auto
	}

	.cu_st_text_3_tb_footer,
	.cu_st_text_4_tb_footer,
	.cu_st_text_5_tb_footer,
	.cu_st_text_6_tb_footer,
	.cu_st_text_7_tb_footer {
		margin-bottom: 0px !important
	}

	.cu_st_column_0_tb_footer {
		padding-right: 0px
	}

	.cu_st_column_1_tb_footer {
		padding-top: 60px;
		padding-right: 30px;
		padding-bottom: 60px;
		padding-left: 30px
	}

	.cu_st_row_0_tb_footer.cu_st_row {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important
	}

}

@media only screen and (min-width:768px) and (max-width:980px) {
	.cu_st_column_2_tb_footer {
		display: none !important
	}

	.cu_st_column_4_tb_footer {
		display: flex;
		gap: 6rem;
		justify-content: center
	}

	.cu_st_column_7_tb_footer {
		display: flex;
		gap: 1rem
	}

}

@media only screen and (max-width:767px) {
	.cu_st_section_0_tb_footer {
		border-top-width: 1px;
		border-top-color: #191919
	}

	.cu_st_text_1_tb_footer {
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 1em !important
	}

	.cu_st_text_2_tb_footer h2 {
		font-size: 18px
	}

	.cu_st_text_2_tb_footer {
		margin-bottom: 10px !important
	}

	.cu_st_button_0_tb_footer_wrapper .cu_st_button_0_tb_footer,
	.cu_st_button_0_tb_footer_wrapper .cu_st_button_0_tb_footer:hover {
		padding-top: 10px !important;
		padding-right: 36px !important;
		padding-bottom: 10px !important;
		padding-left: 36px !important
	}

	.cu_st_column_2_tb_footer {
		display: none !important
	}

	.cu_st_divider_0_tb_footer {
		height: 40vw;
		display: none !important
	}

	.cu_st_section_1_tb_footer.cu_st_section {
		padding-top: 30px;
		padding-bottom: 20px
	}

	.cu_st_row_1_tb_footer.cu_st_row,
	.cu_st_row_3_tb_footer.cu_st_row {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.cu_st_image_0_tb_footer {
		width: 210px
	}

	.cu_st_row_2_tb_footer.cu_st_row {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.cu_st_column_4_tb_footer {
		display: block;
		flex-wrap: wrap
	}

	.cu_st_text_3_tb_footer,
	.cu_st_text_4_tb_footer,
	.cu_st_text_5_tb_footer,
	.cu_st_text_6_tb_footer {
		margin-bottom: 7px !important
	}

	.cu_st_text_7_tb_footer {
		margin-bottom: 0px !important
	}

	.cu_st_social_media_follow_0_tb_footer li a.icon:before {
		font-size: 14px;
		line-height: 28px;
		height: 28px;
		width: 28px
	}

	.cu_st_social_media_follow_0_tb_footer li a.icon {
		height: 28px;
		width: 28px
	}

	.cu_st_row_4_tb_footer.cu_st_row {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important
	}

	.cu_st_column_7_tb_footer {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
		justify-content: center
	}

	.cu_st_column_0_tb_footer {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px
	}

	.cu_st_column_1_tb_footer {
		padding-top: 21px;
		padding-right: 20px;
		padding-bottom: 21px;
		padding-left: 20px
	}

	.cu_st_row_0_tb_footer.cu_st_row {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important
	}

}

.cu_st_section_3,
.cu_st_section_6,
.cu_st_section_11 {
	border-top-width: 1px;
	border-top-color: #E8E8E8
}

.cu_st_section_3.cu_st_section {
	padding-top: 32px;
	padding-bottom: 24px;
	background-color: #191919 !important
}

.cu_st_row_6.cu_st_row,
.cu_st_row_10.cu_st_row,
.cu_st_row_14.cu_st_row,
.cu_st_row_17.cu_st_row,
.cu_st_row_20.cu_st_row,
.cu_st_row_21.cu_st_row,
.cu_st_row_22.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_row_6,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_6.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_6.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_6.cu_st_row,
.cu_st_row_10,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_10.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_10.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_10.cu_st_row,
.cu_st_row_12,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_12.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_12.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_12.cu_st_row,
.cu_st_row_13,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_13.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_13.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_13.cu_st_row,
.cu_st_row_14,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_14.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_14.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_14.cu_st_row,
.cu_st_row_20,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_20.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_20.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_20.cu_st_row {
	width: 95%;
	max-width: 1440px
}

.cu_st_text_2 h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #FFFFFF !important;
	letter-spacing: 1px;
	text-align: center
}

.cu_st_text_2,
.cu_st_text_5,
.cu_st_text_6,
.cu_st_text_7 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-weight: 300 !important
}

.cu_st_row_7,
.cu_st_row_11 {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	position: absolute !important;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: auto
}

.cu_st_row_7.cu_st_row,
.cu_st_row_11.cu_st_row,
.cu_st_row_15.cu_st_row,
.cu_st_row_18.cu_st_row,
.cu_st_row_19.cu_st_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_row_7,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_7.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_7.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_7.cu_st_row,
.cu_st_row_11,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_11.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_11.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_11.cu_st_row,
.cu_st_row_15,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_15.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_15.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_15.cu_st_row,
.cu_st_row_19,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_19.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_19.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_19.cu_st_row {
	width: 0%;
	max-width: 0px
}

div.cu_st_section.cu_st_section_4 {
	background-image: url(https://chargedupauto.com/assets/website/cars/SAVE_20240821_150905.jpg) !important
}

.cu_st_section_4.cu_st_section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #191919 !important
}

.cu_st_section_4 {
	aspect-ratio: 1920/720
}

.cu_st_section_5.cu_st_section {
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #191919 !important
}

.cu_st_row_8.cu_st_row,
.cu_st_row_12.cu_st_row {
	padding-top: 20px !important;
	padding-bottom: 0px !important;
	padding-top: 20px;
	padding-bottom: 0px
}

.cu_st_row_8,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_8.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_8.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_8.cu_st_row {
	width: 100%;
	max-width: 100%
}

.cu_st_row_9,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_9.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_9.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_9.cu_st_row {
	width: 95%;
	max-width: 1280px
}

.cu_st_column_11 {
	margin-bottom: 0 !important
}

.cu_st_text_3 h2 {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	color: #FFFFFF !important
}

.cu_st_text_3 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important
}

.cu_st_text_4.cu_st_text,
.cu_st_text_8.cu_st_text,
.cu_st_text_9.cu_st_text,
.cu_st_text_10.cu_st_text,
.cu_st_text_11.cu_st_text,
.cu_st_text_12.cu_st_text,
.cu_st_text_13.cu_st_text {
	color: #FFFFFF !important
}

.cu_st_text_4 {
	font-weight: 400
}

.cu_st_section_6.cu_st_section {
	padding-top: 32px;
	padding-bottom: 24px;
	background-color: #F7F7F7 !important
}

.cu_st_text_5 h3,
.cu_st_text_6 h3,
.cu_st_text_7 h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #191919 !important;
	letter-spacing: 1px;
	text-align: center
}

.cu_st_image_0,
.cu_st_image_1,
.cu_st_image_2,
.cu_st_image_3 {
	width: 100%;
	max-width: 100% !important;
	text-align: left;
	margin-left: 0
}

.cu_st_image_0 .cu_st_image_wrap,
.cu_st_image_0 img,
.cu_st_image_1 .cu_st_image_wrap,
.cu_st_image_1 img,
.cu_st_image_2 .cu_st_image_wrap,
.cu_st_image_2 img,
.cu_st_image_3 .cu_st_image_wrap,
.cu_st_image_3 img,
.cu_st_image_4 .cu_st_image_wrap,
.cu_st_image_4 img,
.cu_st_image_5 .cu_st_image_wrap,
.cu_st_image_5 img {
	width: 100%
}

.cu_st_row_13.cu_st_row {
	padding-top: 20px !important;
	padding-top: 20px
}

.cu_st_row_13 {
	flex-wrap: nowrap
}

.cu_st_section_7.cu_st_section {
	padding-top: 32px;
	padding-bottom: 24px
}

.cu_st_row_15 {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	position: absolute !important;
	top: 6px;
	bottom: auto;
	left: 0px;
	right: auto
}

div.cu_st_section.cu_st_section_8 {
	background-image: url(https://chargedupauto.com/assets/website/cars/kv_02.9626ad8.jpg) !important
}

.cu_st_section_8 {
	aspect-ratio: 1920/1020
}

.cu_st_row_16.cu_st_row {
	margin-top: 12px !important
}

.cu_st_row_16,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_16.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_16.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_16.cu_st_row {
	width: 95%;
	max-width: 900px
}

.cu_st_row_16 {
	position: absolute !important;
	top: 0px;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translateX(-50%)
}

.cu_st_section_9.cu_st_section,
.cu_st_column_6,
.cu_st_column_13,
.cu_st_column_19,
.cu_st_column_25 {
	padding-top: 0px;
	padding-bottom: 0px
}

.cu_st_section_9,
.cu_st_section_10 {
	max-width: 100%;
	display: flex;
	gap: 3rem
}

.cu_st_row_17,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_17.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_17.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_17.cu_st_row,
.cu_st_row_18,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_18.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_18.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_18.cu_st_row {
	max-width: 100%
}

.cu_st_row_17,
.cu_st_row_18 {
	position: static !important;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px
}

.cu_st_number_counter_0.cu_st_number_counter h3,
.cu_st_number_counter_0.cu_st_number_counter h1.title,
.cu_st_number_counter_0.cu_st_number_counter h2.title,
.cu_st_number_counter_0.cu_st_number_counter h4.title,
.cu_st_number_counter_0.cu_st_number_counter h5.title,
.cu_st_number_counter_0.cu_st_number_counter h6.title,
.cu_st_number_counter_1.cu_st_number_counter h3,
.cu_st_number_counter_1.cu_st_number_counter h1.title,
.cu_st_number_counter_1.cu_st_number_counter h2.title,
.cu_st_number_counter_1.cu_st_number_counter h4.title,
.cu_st_number_counter_1.cu_st_number_counter h5.title,
.cu_st_number_counter_1.cu_st_number_counter h6.title,
.cu_st_number_counter_2.cu_st_number_counter h3,
.cu_st_number_counter_2.cu_st_number_counter h1.title,
.cu_st_number_counter_2.cu_st_number_counter h2.title,
.cu_st_number_counter_2.cu_st_number_counter h4.title,
.cu_st_number_counter_2.cu_st_number_counter h5.title,
.cu_st_number_counter_2.cu_st_number_counter h6.title,
.cu_st_number_counter_3.cu_st_number_counter h3,
.cu_st_number_counter_3.cu_st_number_counter h1.title,
.cu_st_number_counter_3.cu_st_number_counter h2.title,
.cu_st_number_counter_3.cu_st_number_counter h4.title,
.cu_st_number_counter_3.cu_st_number_counter h5.title,
.cu_st_number_counter_3.cu_st_number_counter h6.title,
.cu_st_number_counter_4.cu_st_number_counter h3,
.cu_st_number_counter_4.cu_st_number_counter h1.title,
.cu_st_number_counter_4.cu_st_number_counter h2.title,
.cu_st_number_counter_4.cu_st_number_counter h4.title,
.cu_st_number_counter_4.cu_st_number_counter h5.title,
.cu_st_number_counter_4.cu_st_number_counter h6.title,
.cu_st_number_counter_5.cu_st_number_counter h3,
.cu_st_number_counter_5.cu_st_number_counter h1.title,
.cu_st_number_counter_5.cu_st_number_counter h2.title,
.cu_st_number_counter_5.cu_st_number_counter h4.title,
.cu_st_number_counter_5.cu_st_number_counter h5.title,
.cu_st_number_counter_5.cu_st_number_counter h6.title {
	font-weight: 300;
	font-size: 20px;
	color: #191919 !important;
	text-shadow: 0.8em 0.8em 0.8em rgba(0, 0, 0, 0.4)
}

.cu_st_number_counter_0.cu_st_number_counter .percent p,
.cu_st_number_counter_1.cu_st_number_counter .percent p,
.cu_st_number_counter_2.cu_st_number_counter .percent p,
.cu_st_number_counter_3.cu_st_number_counter .percent p,
.cu_st_number_counter_4.cu_st_number_counter .percent p,
.cu_st_number_counter_5.cu_st_number_counter .percent p {
	font-size: 48px;
	color: #E8E8E8 !important;
	text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4)
}

.cu_st_section_10.cu_st_section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px
}

.cu_st_tabs_0.cu_st_tabs .cu_st_tabs_controls li a {
	color: #191919 !important
}

.cu_st_tabs_0.cu_st_tabs .cu_st_tabs_controls li,
.cu_st_tabs_0.cu_st_tabs .cu_st_tabs_controls li a {
	font-size: 19px
}

.cu_st_tabs_0.cu_st_tabs .cu_st_all_tabs,
.cu_st_tabs .cu_st_tab_0.cu_st_tab {
	background-color: RGBA(255, 255, 255, 0)
}

.cu_st_tabs_0.cu_st_tabs {
	border-width: 0px
}

.cu_st_tabs_0 .cu_st_tab {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px
}

.cu_st_tabs_0 .cu_st_tabs_controls li {
	background-color: #b9bec2
}

.cu_st_tabs_0 .cu_st_tabs_controls li.cu_st_tab_active {
	background-color: #FFFFFF
}

.cu_st_tabs_0.cu_st_tabs .cu_st_tabs_controls li.cu_st_tab_active a {
	color: #4D4D4D !important
}

.cu_st_section_11.cu_st_section {
	padding-top: 28px;
	padding-bottom: 4px;
	background-color: #FFFFFF !important
}

.cu_st_row_19 {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	z-index: 0 !important;
	position: absolute !important;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: auto
}

.cu_st_section_12.cu_st_section {
	padding-top: 0px;
	padding-bottom: 40px
}

.cu_st_row_21,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_21.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
.cu_st_row_22,
body #page-container .cu-db #cu-boc .cu-l .cu_st_row_22.cu_st_row,
body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row,
body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row {
	max-width: 1440px
}

.cu_st_image_4 {
	object-fit: cover !important;
	width: 100%;
	max-width: 100% !important;
	text-align: left;
	margin-left: 0
}

.cu_st_text_8 {
	font-size: 32px;
	text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
	margin-top: 3px !important;
	width: 100%;
	position: absolute !important;
	bottom: 100px;
	top: auto;
	left: 72px;
	right: auto;
	font-weight: 500
}

.cu_st_image_5 .cu_st_image_wrap img {
	height: 100%
}

.cu_st_image_5 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	width: 100%;
	max-width: 100% !important;
	text-align: left;
	margin-left: 0
}

.cu_st_text_9,
.cu_st_text_10,
.cu_st_text_11,
.cu_st_text_12,
.cu_st_text_13 {
	font-size: 20px;
	text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
	margin-top: 3px !important;
	width: 100%;
	position: absolute !important;
	bottom: 20px;
	top: auto;
	left: 20px;
	right: auto;
	font-weight: 500
}

.cu_st_image_6,
.cu_st_image_7,
.cu_st_image_8,
.cu_st_image_9 {
	text-align: left;
	margin-left: 0
}

.cu_st_column_8 {
	background-image: url(https://chargedupauto.com/assets/website/cars/high_2.02c253b.jpg);
	aspect-ratio: 16/9
}

.cu_st_column_9 {
	background-image: url()
}

.cu_st_column_10 {
	background-image: url(https://chargedupauto.com/assets/website/cars/Hidden-door-handles.jpg)
}

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

	.cu_st_section_9,
	.cu_st_row_17,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_17.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_17.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_17.cu_st_row,
	.cu_st_section_10,
	.cu_st_row_18,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_18.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_18.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_18.cu_st_row,
	.cu_st_row_21,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	.cu_st_row_22,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_22.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row {
		width: 100%
	}

	.cu_st_column_22,
	.cu_st_column_23 {
		display: flex;
		gap: 3rem
	}

}

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

	.cu_st_section_3,
	.cu_st_section_6,
	.cu_st_section_11 {
		border-top-width: 1px;
		border-top-color: #E8E8E8
	}

	.cu_st_section_3.cu_st_section {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.cu_st_text_2 h3,
	.cu_st_text_5 h3,
	.cu_st_text_7 h3 {
		font-size: 34px
	}

	.cu_st_row_9.cu_st_row {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important
	}

	.cu_st_text_3 h2 {
		font-size: 32px
	}

	.cu_st_text_4 {
		font-size: 17px
	}

	.cu_st_section_6.cu_st_section {
		padding-top: 23px;
		padding-bottom: 19px
	}

	.cu_st_section_7.cu_st_section {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.cu_st_text_6 h3 {
		font-size: 34px;
		line-height: 1em
	}

	body.logged-in.admin-bar .cu_st_row_16 {
		top: -42px
	}

	.cu_st_row_16 {
		top: -42px;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(0px)
	}

	.cu_st_section_9,
	.cu_st_row_17,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_17.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_17.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_17.cu_st_row,
	.cu_st_section_10,
	.cu_st_row_18,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_18.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_18.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_18.cu_st_row,
	.cu_st_row_21,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	.cu_st_row_22,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_22.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row {
		width: 100%
	}

	.cu_st_row_17,
	.cu_st_row_18 {
		transform: translateX(0px) translateY(0px)
	}

	.cu_st_number_counter_0.cu_st_number_counter h3,
	.cu_st_number_counter_0.cu_st_number_counter h1.title,
	.cu_st_number_counter_0.cu_st_number_counter h2.title,
	.cu_st_number_counter_0.cu_st_number_counter h4.title,
	.cu_st_number_counter_0.cu_st_number_counter h5.title,
	.cu_st_number_counter_0.cu_st_number_counter h6.title,
	.cu_st_number_counter_1.cu_st_number_counter h3,
	.cu_st_number_counter_1.cu_st_number_counter h1.title,
	.cu_st_number_counter_1.cu_st_number_counter h2.title,
	.cu_st_number_counter_1.cu_st_number_counter h4.title,
	.cu_st_number_counter_1.cu_st_number_counter h5.title,
	.cu_st_number_counter_1.cu_st_number_counter h6.title,
	.cu_st_number_counter_2.cu_st_number_counter h3,
	.cu_st_number_counter_2.cu_st_number_counter h1.title,
	.cu_st_number_counter_2.cu_st_number_counter h2.title,
	.cu_st_number_counter_2.cu_st_number_counter h4.title,
	.cu_st_number_counter_2.cu_st_number_counter h5.title,
	.cu_st_number_counter_2.cu_st_number_counter h6.title,
	.cu_st_number_counter_3.cu_st_number_counter h3,
	.cu_st_number_counter_3.cu_st_number_counter h1.title,
	.cu_st_number_counter_3.cu_st_number_counter h2.title,
	.cu_st_number_counter_3.cu_st_number_counter h4.title,
	.cu_st_number_counter_3.cu_st_number_counter h5.title,
	.cu_st_number_counter_3.cu_st_number_counter h6.title,
	.cu_st_number_counter_4.cu_st_number_counter h3,
	.cu_st_number_counter_4.cu_st_number_counter h1.title,
	.cu_st_number_counter_4.cu_st_number_counter h2.title,
	.cu_st_number_counter_4.cu_st_number_counter h4.title,
	.cu_st_number_counter_4.cu_st_number_counter h5.title,
	.cu_st_number_counter_4.cu_st_number_counter h6.title,
	.cu_st_number_counter_5.cu_st_number_counter h3,
	.cu_st_number_counter_5.cu_st_number_counter h1.title,
	.cu_st_number_counter_5.cu_st_number_counter h2.title,
	.cu_st_number_counter_5.cu_st_number_counter h4.title,
	.cu_st_number_counter_5.cu_st_number_counter h5.title,
	.cu_st_number_counter_5.cu_st_number_counter h6.title {
		color: #000000 !important
	}

	.cu_st_number_counter_0.cu_st_number_counter .percent p,
	.cu_st_number_counter_1.cu_st_number_counter .percent p,
	.cu_st_number_counter_2.cu_st_number_counter .percent p,
	.cu_st_number_counter_4.cu_st_number_counter .percent p,
	.cu_st_number_counter_5.cu_st_number_counter .percent p {
		font-size: 48px;
		color: #000000 !important
	}

	.cu_st_number_counter_3.cu_st_number_counter .percent p {
		font-size: 40px;
		color: #191919 !important;
		line-height: 78px
	}

	body.logged-in.admin-bar .cu_st_text_8 {
		top: auto
	}

	.cu_st_text_8 {
		bottom: 100px;
		top: auto;
		left: 72px;
		right: auto;
		transform: translateX(0px) translateY(0px)
	}

	.cu_st_image_6 .cu_st_image_wrap img,
	.cu_st_image_7 .cu_st_image_wrap img,
	.cu_st_image_8 .cu_st_image_wrap img,
	.cu_st_image_9 .cu_st_image_wrap img {
		width: auto
	}

}

@media only screen and (min-width:768px) and (max-width:980px) {
	.cu_st_column_22 {
		display: flex;
		gap: 2em;
		justify-content: space-between
	}

	.cu_st_column_23 {
		display: flex;
		gap: 3rem;
		justify-content: center
	}

}

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

	.cu_st_section_3,
	.cu_st_section_6,
	.cu_st_section_11 {
		border-top-width: 1px;
		border-top-color: #E8E8E8
	}

	.cu_st_text_2 h3,
	.cu_st_text_7 h3 {
		font-size: 28px
	}

	.cu_st_text_3 h2 {
		font-size: 30px
	}

	.cu_st_text_5 h3 {
		font-size: 34px
	}

	.cu_st_section_7.cu_st_section {
		padding-top: 21px;
		padding-bottom: 4px
	}

	.cu_st_text_6 h3 {
		font-size: 28px;
		line-height: 1em
	}

	.cu_st_row_16 {
		top: -42px;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(0px);
		display: none !important
	}

	.cu_st_column_22 {
		display: flex;
		gap: 13px;
		justify-content: center
	}

	.cu_st_number_counter_0.cu_st_number_counter h3,
	.cu_st_number_counter_0.cu_st_number_counter h1.title,
	.cu_st_number_counter_0.cu_st_number_counter h2.title,
	.cu_st_number_counter_0.cu_st_number_counter h4.title,
	.cu_st_number_counter_0.cu_st_number_counter h5.title,
	.cu_st_number_counter_0.cu_st_number_counter h6.title,
	.cu_st_number_counter_3.cu_st_number_counter h3,
	.cu_st_number_counter_3.cu_st_number_counter h1.title,
	.cu_st_number_counter_3.cu_st_number_counter h2.title,
	.cu_st_number_counter_3.cu_st_number_counter h4.title,
	.cu_st_number_counter_3.cu_st_number_counter h5.title,
	.cu_st_number_counter_3.cu_st_number_counter h6.title {
		color: #191919 !important
	}

	.cu_st_number_counter_0.cu_st_number_counter .percent p,
	.cu_st_number_counter_3.cu_st_number_counter .percent p {
		font-size: 40px;
		color: #000000 !important;
		line-height: 1.3em
	}

	.cu_st_number_counter_1.cu_st_number_counter h3,
	.cu_st_number_counter_1.cu_st_number_counter h1.title,
	.cu_st_number_counter_1.cu_st_number_counter h2.title,
	.cu_st_number_counter_1.cu_st_number_counter h4.title,
	.cu_st_number_counter_1.cu_st_number_counter h5.title,
	.cu_st_number_counter_1.cu_st_number_counter h6.title,
	.cu_st_number_counter_2.cu_st_number_counter h3,
	.cu_st_number_counter_2.cu_st_number_counter h1.title,
	.cu_st_number_counter_2.cu_st_number_counter h2.title,
	.cu_st_number_counter_2.cu_st_number_counter h4.title,
	.cu_st_number_counter_2.cu_st_number_counter h5.title,
	.cu_st_number_counter_2.cu_st_number_counter h6.title,
	.cu_st_number_counter_4.cu_st_number_counter h3,
	.cu_st_number_counter_4.cu_st_number_counter h1.title,
	.cu_st_number_counter_4.cu_st_number_counter h2.title,
	.cu_st_number_counter_4.cu_st_number_counter h4.title,
	.cu_st_number_counter_4.cu_st_number_counter h5.title,
	.cu_st_number_counter_4.cu_st_number_counter h6.title,
	.cu_st_number_counter_5.cu_st_number_counter h3,
	.cu_st_number_counter_5.cu_st_number_counter h1.title,
	.cu_st_number_counter_5.cu_st_number_counter h2.title,
	.cu_st_number_counter_5.cu_st_number_counter h4.title,
	.cu_st_number_counter_5.cu_st_number_counter h5.title,
	.cu_st_number_counter_5.cu_st_number_counter h6.title {
		color: #000000 !important
	}

	.cu_st_number_counter_1.cu_st_number_counter .percent p,
	.cu_st_number_counter_2.cu_st_number_counter .percent p,
	.cu_st_number_counter_4.cu_st_number_counter .percent p,
	.cu_st_number_counter_5.cu_st_number_counter .percent p {
		font-size: 40px;
		color: #000000 !important
	}

	.cu_st_column_23 {
		display: flex;
		justify-content: center;
		gap: 12px
	}

	.cu_st_row_21,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_21.cu_st_row,
	.cu_st_row_22,
	body #page-container .cu-db #cu-boc .cu-l .cu_st_row_22.cu_st_row,
	body.cu_st_pagebuilder_layout.single #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row,
	body.cu_st_pagebuilder_layout.single.cu_full_width_page #page-container #cu-boc .cu-l .cu_st_row_22.cu_st_row {
		width: 90%
	}

	.cu_st_text_8 {
		bottom: 60px;
		top: auto;
		left: 10px;
		right: auto;
		transform: translateX(0px) translateY(0px)
	}

}


.cu_animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important
}

.cu_animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.cu_had_animation {
	position: relative
}

@-webkit-keyframes cu_st_fade {
	to {
		opacity: 1
	}

}

@keyframes cu_st_fade {
	to {
		opacity: 1
	}

}

.cu_animated.fade {
	-webkit-animation-name: cu_st_fade;
	animation-name: cu_st_fade
}

@-webkit-keyframes cu_st_fadeTop {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes cu_st_fadeTop {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

.cu_animated.fadeTop {
	-webkit-animation-name: cu_st_fadeTop;
	animation-name: cu_st_fadeTop
}

@-webkit-keyframes cu_st_fadeRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@keyframes cu_st_fadeRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.cu_animated.fadeRight {
	-webkit-animation-name: cu_st_fadeRight;
	animation-name: cu_st_fadeRight
}

@-webkit-keyframes cu_st_fadeBottom {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

@keyframes cu_st_fadeBottom {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

.cu_animated.fadeBottom {
	-webkit-animation-name: cu_st_fadeBottom;
	animation-name: cu_st_fadeBottom
}

@-webkit-keyframes cu_st_fadeLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

@keyframes cu_st_fadeLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

.cu_animated.fadeLeft {
	-webkit-animation-name: cu_st_fadeLeft;
	animation-name: cu_st_fadeLeft
}

@-webkit-keyframes cu_st_slide {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

@keyframes cu_st_slide {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

.cu_animated.slide {
	-webkit-animation-name: cu_st_slide;
	animation-name: cu_st_slide
}

@-webkit-keyframes cu_st_slideTop {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes cu_st_slideTop {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.cu_animated.slideTop {
	-webkit-animation-name: cu_st_slideTop;
	animation-name: cu_st_slideTop
}

@-webkit-keyframes cu_st_slideRight {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes cu_st_slideRight {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.cu_animated.slideRight {
	-webkit-animation-name: cu_st_slideRight;
	animation-name: cu_st_slideRight
}

@-webkit-keyframes cu_st_slideBottom {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes cu_st_slideBottom {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.cu_animated.slideBottom {
	-webkit-animation-name: cu_st_slideBottom;
	animation-name: cu_st_slideBottom
}

@-webkit-keyframes cu_st_slideLeft {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes cu_st_slideLeft {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.cu_animated.slideLeft {
	-webkit-animation-name: cu_st_slideLeft;
	animation-name: cu_st_slideLeft
}

@-webkit-keyframes cu_st_bounce {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

@keyframes cu_st_bounce {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

}

.cu_animated.bounce {
	-webkit-animation-name: cu_st_bounce;
	animation-name: cu_st_bounce
}

@-webkit-keyframes cu_st_bounceTop {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes cu_st_bounceTop {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

}

.cu_animated.bounceTop {
	-webkit-animation-name: cu_st_bounceTop;
	animation-name: cu_st_bounceTop
}

@-webkit-keyframes cu_st_bounceRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

}

@keyframes cu_st_bounceRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

}

.cu_animated.bounceRight {
	-webkit-animation-name: cu_st_bounceRight;
	animation-name: cu_st_bounceRight
}

@-webkit-keyframes cu_st_bounceBottom {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes cu_st_bounceBottom {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

}

.cu_animated.bounceBottom {
	-webkit-animation-name: cu_st_bounceBottom;
	animation-name: cu_st_bounceBottom
}

@-webkit-keyframes cu_st_bounceLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

}

@keyframes cu_st_bounceLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

}

.cu_animated.bounceLeft {
	-webkit-animation-name: cu_st_bounceLeft;
	animation-name: cu_st_bounceLeft
}

@-webkit-keyframes cu_st_zoom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

@keyframes cu_st_zoom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

.cu_animated.zoom {
	-webkit-animation-name: cu_st_zoom;
	animation-name: cu_st_zoom
}

@-webkit-keyframes cu_st_zoomTop {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

@keyframes cu_st_zoomTop {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

.cu_animated.zoomTop {
	-webkit-animation-name: cu_st_zoomTop;
	animation-name: cu_st_zoomTop;
	-webkit-transform-origin: top;
	transform-origin: top
}

@-webkit-keyframes cu_st_zoomRight {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

@keyframes cu_st_zoomRight {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

.cu_animated.zoomRight {
	-webkit-animation-name: cu_st_zoomRight;
	animation-name: cu_st_zoomRight;
	-webkit-transform-origin: right;
	transform-origin: right
}

@-webkit-keyframes cu_st_zoomBottom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

@keyframes cu_st_zoomBottom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

.cu_animated.zoomBottom {
	-webkit-animation-name: cu_st_zoomBottom;
	animation-name: cu_st_zoomBottom;
	-webkit-transform-origin: bottom;
	transform-origin: bottom
}

@-webkit-keyframes cu_st_zoomLeft {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

@keyframes cu_st_zoomLeft {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}

}

.cu_animated.zoomLeft {
	-webkit-animation-name: cu_st_zoomLeft;
	animation-name: cu_st_zoomLeft;
	-webkit-transform-origin: left;
	transform-origin: left
}

@-webkit-keyframes cu_st_flip {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

@keyframes cu_st_flip {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

.cu_animated.flip {
	-webkit-animation-name: cu_st_flip;
	animation-name: cu_st_flip
}

@-webkit-keyframes cu_st_flipTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

@keyframes cu_st_flipTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

.cu_animated.flipTop {
	-webkit-animation-name: cu_st_flipTop;
	animation-name: cu_st_flipTop;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes cu_st_flipRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

@keyframes cu_st_flipRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

.cu_animated.flipRight {
	-webkit-animation-name: cu_st_flipRight;
	animation-name: cu_st_flipRight;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes cu_st_flipBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

@keyframes cu_st_flipBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

.cu_animated.flipBottom {
	-webkit-animation-name: cu_st_flipBottom;
	animation-name: cu_st_flipBottom;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes cu_st_flipLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

@keyframes cu_st_flipLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

.cu_animated.flipLeft {
	-webkit-animation-name: cu_st_flipLeft;
	animation-name: cu_st_flipLeft;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes cu_st_fold {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

@keyframes cu_st_fold {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

.cu_animated.fold {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: cu_st_fold;
	animation-name: cu_st_fold
}

@-webkit-keyframes cu_st_foldTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

@keyframes cu_st_foldTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

.cu_animated.foldTop {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: cu_st_foldTop;
	animation-name: cu_st_foldTop
}

@-webkit-keyframes cu_st_foldRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

@keyframes cu_st_foldRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

.cu_animated.foldRight {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-animation-name: cu_st_foldRight;
	animation-name: cu_st_foldRight
}

@-webkit-keyframes cu_st_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

@keyframes cu_st_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}

}

.cu_animated.foldBottom {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: cu_st_foldBottom;
	animation-name: cu_st_foldBottom
}

@-webkit-keyframes cu_st_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

@keyframes cu_st_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

}

.cu_animated.foldLeft {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: cu_st_foldLeft;
	animation-name: cu_st_foldLeft
}

@-webkit-keyframes cu_st_roll {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes cu_st_roll {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center
	}

}

.cu_animated.roll {
	-webkit-animation-name: cu_st_roll;
	animation-name: cu_st_roll
}

@-webkit-keyframes cu_st_rollTop {
	0% {
		-webkit-transform-origin: top;
		transform-origin: top
	}

	to {
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes cu_st_rollTop {
	0% {
		-webkit-transform-origin: top;
		transform-origin: top
	}

}

.cu_animated.rollTop {
	-webkit-animation-name: cu_st_rollTop;
	animation-name: cu_st_rollTop
}

@-webkit-keyframes cu_st_rollRight {
	0% {
		-webkit-transform-origin: right;
		transform-origin: right
	}

	to {
		-webkit-transform-origin: right;
		transform-origin: right;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes cu_st_rollRight {
	0% {
		-webkit-transform-origin: right;
		transform-origin: right
	}

}

.cu_animated.rollRight {
	-webkit-animation-name: cu_st_rollRight;
	animation-name: cu_st_rollRight
}

@-webkit-keyframes cu_st_rollBottom {
	0% {
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}

	to {
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes cu_st_rollBottom {
	0% {
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}

}

.cu_animated.rollBottom {
	-webkit-animation-name: cu_st_rollBottom;
	animation-name: cu_st_rollBottom
}

@-webkit-keyframes cu_st_rollLeft {
	0% {
		-webkit-transform-origin: left;
		transform-origin: left
	}

	to {
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes cu_st_rollLeft {
	0% {
		-webkit-transform-origin: left;
		transform-origin: left
	}

}

.cu_animated.rollLeft {
	-webkit-animation-name: cu_st_rollLeft;
	animation-name: cu_st_rollLeft
}

.cu_parallax_bg.cu_parallax_bg__sticky,
.cu_st_sticky.cu_st_section_parallax_sticky .cu_parallax_bg:not(.cu_parallax_bg__sticky),
.cu_st_sticky .cu_st_section_parallax_sticky .cu_parallax_bg:not(.cu_parallax_bg__sticky) {
	display: none
}

.cu_st_sticky.cu_st_section_parallax_sticky .cu_parallax_bg.cu_parallax_bg__sticky,
.cu_st_sticky .cu_st_section_parallax_sticky .cu_parallax_bg.cu_parallax_bg__sticky {
	display: block
}

.cu_builder_inner_content.has_et_pb_sticky {
	z-index: inherit
}

.cu-db #cu-boc .cu-l #cu-fb-app .cu_st_column.has_et_pb_sticky,
.cu_st_column.has_et_pb_sticky {
	z-index: 20
}

.cu-l--header .cu-db #cu-boc .cu-l #cu-fb-app .cu_st_column.has_et_pb_sticky,
.cu-l--header .cu_st_column.has_et_pb_sticky {
	z-index: 30
}

.cu-l--footer .cu-db #cu-boc .cu-l #cu-fb-app .cu_st_column.has_et_pb_sticky,
.cu-l--footer .cu_st_column.has_et_pb_sticky {
	z-index: 10
}

.cu_st_sticky_placeholder {
	opacity: 0 !important
}

.cu_st_sticky .cu_overlay.cu_st_inline_icon_sticky:before,
.cu_st_sticky .cu_st_inline_icon_sticky:before {
	content: attr(data-icon-sticky) !important
}

body .cu-script-temporary-measurement {
	opacity: 0
}

.cu_st_number_counter {
	word-wrap: break-word;
	margin: 0 auto 30px;
	position: relative;
	text-align: center
}

.cu_st_number_counter .percent {
	z-index: 2
}

.cu_st_number_counter h3 {
	font-size: 18px;
	position: relative
}

.cu_st_number_counter .cu_st_module_header {
	position: relative
}

.cu_st_number_counter {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

.cu_st_number_counter.active {
	opacity: 1
}

.cu_st_number_counter {
	width: auto
}

.cu_st_number_counter canvas {
	display: none;
	visibility: hidden
}

.cu_st_number_counter .percent {
	height: 72px;
	position: relative
}

.cu_st_number_counter .percent p {
	font-size: 72px;
	line-height: 72px;
	font-weight: 500
}

.cu_st_number_counter.cu_st_with_title .percent {
	margin-bottom: 20px
}

@media (min-width:981px) and (max-width:1100px) {

	.cu_st_column_1_4 .cu_st_number_counter .percent,
	.cu_st_column_1_5 .cu_st_number_counter .percent,
	.cu_st_column_1_6 .cu_st_number_counter .percent {
		height: 55px
	}

	.cu_st_column_1_4 .cu_st_number_counter h3,
	.cu_st_column_1_5 .cu_st_number_counter h3,
	.cu_st_column_1_6 .cu_st_number_counter h3 {
		padding: 10px 0 0
	}

}


.cu_st_space {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 23px
}

.cu_st_divider_hidden {
	margin-bottom: 0 !important
}

.cu_st_divider_internal {
	display: inline-block;
	width: 100%
}

.cu_st_divider {
	margin: 0 0 30px;
	position: relative
}

.cu_st_divider:before {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}

.cu_st_divider:after,
.cu_st_space:after {
	content: "";
	display: table
}

.cu_st_divider_position_bottom:before {
	top: auto !important;
	bottom: 0 !important
}

.cu_st_divider_position_center:before {
	top: 50% !important
}

@media (max-width:980px) {
	.cu_st_divider_position_top_tablet:before {
		top: 0 !important;
		bottom: auto !important
	}

	.cu_st_divider_position_bottom_tablet:before {
		top: auto !important;
		bottom: 0 !important
	}

	.cu_st_divider_position_center_tablet:before {
		top: 50% !important
	}

	.cu_st_space.cu-hide-mobile {
		display: none
	}

}

@media (max-width:767px) {
	.cu_st_divider_position_top_phone:before {
		top: 0 !important;
		bottom: auto !important
	}

	.cu_st_divider_position_bottom_phone:before {
		top: auto !important;
		bottom: 0 !important
	}

	.cu_st_divider_position_center_phone:before {
		top: 50% !important
	}

}

.ie .cu_st_divider {
	overflow: visible
}

.cu_st_with_border .cu_st_image_wrap {
	border: 0 solid #333
}

.cu_st_image {
	margin-left: auto;
	margin-right: auto;
	line-height: 0
}

.cu_st_image.aligncenter {
	text-align: center
}

.cu_st_image.cu_st_has_overlay a.cu_st_lightbox_image {
	display: block;
	position: relative
}

.cu_st_image {
	display: block
}

.cu_st_image .cu_st_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%
}

.cu_st_image .cu_st_image_wrap img[src*=".svg"] {
	width: auto
}

.cu_st_image img {
	position: relative
}

.cu_st_image_sticky {
	margin-bottom: 0 !important;
	display: inherit
}

.cu_st_image.cu_st_has_overlay .cu_st_image_wrap:hover .cu_overlay {
	z-index: 3;
	opacity: 1
}

@media (min-width:981px) {

	.cu_st_section_sticky,
	.cu_st_section_sticky.cu_st_bottom_divider .cu_st_row:nth-last-child(2),
	.cu_st_section_sticky .cu_st_column_single,
	.cu_st_section_sticky .cu_st_row.cu-last-child,
	.cu_st_section_sticky .cu_st_row:last-child,
	.cu_st_section_sticky .cu_st_specialty_column .cu_st_row_inner.cu-last-child,
	.cu_st_section_sticky .cu_st_specialty_column .cu_st_row_inner:last-child {
		padding-bottom: 0 !important
	}

}

@media (max-width:980px) {
	.cu_st_image_sticky_tablet {
		margin-bottom: 0 !important;
		display: inherit
	}

	.cu_st_section_sticky_mobile,
	.cu_st_section_sticky_mobile.cu_st_bottom_divider .cu_st_row:nth-last-child(2),
	.cu_st_section_sticky_mobile .cu_st_column_single,
	.cu_st_section_sticky_mobile .cu_st_row.cu-last-child,
	.cu_st_section_sticky_mobile .cu_st_row:last-child,
	.cu_st_section_sticky_mobile .cu_st_specialty_column .cu_st_row_inner.cu-last-child,
	.cu_st_section_sticky_mobile .cu_st_specialty_column .cu_st_row_inner:last-child {
		padding-bottom: 0 !important
	}

	.cu_st_section_sticky .cu_st_row.cu-last-child .cu_st_column.cu_st_row_sticky.cu-last-child,
	.cu_st_section_sticky .cu_st_row:last-child .cu_st_column.cu_st_row_sticky:last-child {
		margin-bottom: 0
	}

	.cu_st_image_bottom_space_tablet {
		margin-bottom: 30px !important;
		display: block
	}

	.cu_always_center_on_mobile {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important
	}

}

@media (max-width:767px) {
	.cu_st_image_sticky_phone {
		margin-bottom: 0 !important;
		display: inherit
	}

	.cu_st_image_bottom_space_phone {
		margin-bottom: 30px !important;
		display: block
	}

}

.cu_overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .9);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased
}

.cu_overlay:before {
	color: #2ea3f2;
	content: "\E050";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 32px;
	-webkit-transition: all .4s;
	transition: all .4s
}

.cu_portfolio_image,
.cu_shop_image {
	position: relative;
	display: block
}

.cu_st_has_overlay:not(.cu_st_image):hover .cu_overlay,
.cu_portfolio_image:hover .cu_overlay,
.cu_shop_image:hover .cu_overlay {
	z-index: 3;
	opacity: 1
}

#ie7 .cu_overlay,
#ie8 .cu_overlay {
	display: none
}

.cu_st_module.cu_st_has_overlay {
	position: relative
}

.cu_st_module.cu_st_has_overlay .cu_overlay,
article.cu_st_has_overlay {
	border: none
}

ul.cu_st_social_media_follow {
	list-style-type: none !important;
	margin: 0 0 22px;
	padding: 0
}

.cu_st_social_media_follow li {
	display: inline-block;
	margin-bottom: 8px;
	position: relative
}

.cu_st_social_media_follow li a {
	margin-right: 8px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative
}

.cu_st_social_media_follow li a.follow_button {
	padding: 0 12px;
	margin-top: 5px;
	margin-right: 25px;
	font-size: 14px;
	line-height: 1.6em;
	background: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .5);
	border-radius: 3px;
	border-width: 0;
	border-style: solid;
	-webkit-transition: all .3s;
	transition: all .3s
}

.cu_st_social_media_follow li.last-child a,
.cu_st_social_media_follow li:last-child a {
	margin-right: 0
}

.cu_st_social_media_follow.has_follow_button li.last-child a.icon,
.cu_st_social_media_follow.has_follow_button li:last-child a.icon {
	margin-right: 8px
}

.cu_st_social_media_follow li a.follow_button:hover {
	background: rgba(0, 0, 0, .2);
	color: rgba(0, 0, 0, .6)
}

.cu_st_social_media_follow.cu_st_bg_layout_dark li a.follow_button {
	background: rgba(0, 0, 0, .6);
	color: hsla(0, 0%, 100%, .8)
}

.cu_st_social_media_follow.cu_st_bg_layout_dark li a.follow_button:hover {
	background: rgba(0, 0, 0, .7);
	color: #fff
}

.cu_st_social_media_follow li a.icon {
	height: 32px;
	width: 32px;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.cu_st_social_media_follow li a.icon:before {
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	display: block;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	z-index: 10
}

.cu_st_social_media_follow li a.icon:hover:before {
	color: hsla(0, 0%, 100%, .7)
}

.cu_st_social_media_follow li a.icon {
	border-radius: 3px
}

.cu_st_social_media_follow_network_name {
	display: none
}

.cu_st_social_icon a.icon {
	vertical-align: middle
}

.cu_st_social_icon a.icon:before {
	font-family: ETmodules;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr
}

.cu-pb-social-fa-icon a.icon:before {
	font-family: FontAwesome
}

.cu-social-telegram a.icon:before {
	content: "\F3FE"
}

.cu-social-amazon a.icon:before {
	content: "\F270"
}

.cu-social-bandcamp a.icon:before {
	content: "\F2D5"
}

.cu-social-bitbucket a.icon:before {
	content: "\F171"
}

.cu-social-behance a.icon:before {
	content: "\F1B4"
}

.cu-social-buffer a.icon:before {
	content: "\F837"
}

.cu-social-codepen a.icon:before {
	content: "\F1CB"
}

.cu-social-deviantart a.icon:before {
	content: "\F1BD"
}

.cu-social-flipboard a.icon:before {
	content: "\F44D"
}

.cu-social-foursquare a.icon:before {
	content: "\F180"
}

.cu-social-github a.icon:before {
	content: "\F09B"
}

.cu-social-goodreads a.icon:before {
	content: "\F3A9"
}

.cu-social-google a.icon:before {
	content: "\F1A0"
}

.cu-social-houzz a.icon:before {
	content: "\F27C"
}

.cu-social-itunes a.icon:before {
	content: "\F3B5"
}

.cu-social-last_fm a.icon:before {
	content: "\F202"
}

.cu-social-line a.icon:before {
	content: "\F3C0"
}

.cu-social-medium a.icon:before,
.cu-social-meetup a.icon:before {
	content: "\F3C7"
}

.cu-social-odnoklassniki a.icon:before {
	content: "\F263"
}

.cu-social-patreon a.icon:before {
	content: "\F3D9"
}

.cu-social-periscope a.icon:before {
	content: "\F3DA"
}

.cu-social-quora a.icon:before {
	content: "\F2C4"
}

.cu-social-researchgate a.icon:before {
	content: "\F4F8"
}

.cu-social-reddit a.icon:before {
	content: "\F281"
}

.cu-social-snapchat a.icon:before {
	content: "\F2AC"
}

.cu-social-soundcloud a.icon:before {
	content: "\F1BE"
}

.cu-social-spotify a.icon:before {
	content: "\F1BC"
}

.cu-social-steam a.icon:before {
	content: "\F3F6"
}

.cu-social-tripadvisor a.icon:before {
	content: "\F262"
}

.cu-social-tiktok a.icon:before {
	content: "\E07B"
}

.cu-social-twitch a.icon:before {
	content: "\F1E8"
}

.cu-social-vk a.icon:before {
	content: "\F189"
}

.cu-social-weibo a.icon:before {
	content: "\F18A"
}

.cu-social-whatsapp a.icon:before {
	content: "\F232"
}

.cu-social-xing a.icon:before {
	content: "\F168"
}

.cu-social-yelp a.icon:before {
	content: "\F1E9"
}

.cu-social-pinterest a.icon:before {
	content: "\E095"
}

.cu-social-linkedin a.icon:before {
	content: "\E09D"
}

.cu-social-tumblr a.icon:before {
	content: "\E097"
}

.cu-social-skype a.icon:before {
	content: "\E0A2"
}

.cu-social-flikr a.icon:before {
	content: "\E0A6"
}

.cu-social-myspace a.icon:before {
	content: "\E0A1"
}

.cu-social-dribbble a.icon:before {
	content: "\E09B"
}

.cu-social-youtube a.icon:before {
	content: "\E0A3"
}

.cu-social-vimeo a.icon:before {
	content: "\E09C"
}

@media (max-width:980px) {
	.cu_st_bg_layout_light_tablet.cu_st_social_media_follow li a.follow_button {
		background: rgba(0, 0, 0, .1);
		color: rgba(0, 0, 0, .5)
	}

	.cu_st_bg_layout_light_tablet.cu_st_social_media_follow li a.follow_button:hover {
		background: rgba(0, 0, 0, .2);
		color: rgba(0, 0, 0, .6)
	}

	.cu_st_bg_layout_dark_tablet.cu_st_social_media_follow li a.follow_button {
		background: rgba(0, 0, 0, .6);
		color: hsla(0, 0%, 100%, .8)
	}

	.cu_st_bg_layout_dark_tablet.cu_st_social_media_follow li a.follow_button:hover {
		background: rgba(0, 0, 0, .7);
		color: #fff
	}

}

@media (max-width:767px) {
	.cu_st_bg_layout_light_phone.cu_st_social_media_follow li a.follow_button {
		background: rgba(0, 0, 0, .1);
		color: rgba(0, 0, 0, .5)
	}

	.cu_st_bg_layout_light_phone.cu_st_social_media_follow li a.follow_button:hover {
		background: rgba(0, 0, 0, .2);
		color: rgba(0, 0, 0, .6)
	}

	.cu_st_bg_layout_dark_phone.cu_st_social_media_follow li a.follow_button {
		background: rgba(0, 0, 0, .6);
		color: hsla(0, 0%, 100%, .8)
	}

	.cu_st_bg_layout_dark_phone.cu_st_social_media_follow li a.follow_button:hover {
		background: rgba(0, 0, 0, .7);
		color: #fff
	}

}

.rtl .cu_st_social_media_follow li a {
	margin-left: 8px;
	margin-right: 0
}

.cu_st_tab,
.cu_st_tabs_controls {
	word-wrap: break-word
}

.cu_st_tabs {
	border: 1px solid #d9d9d9
}

ul.cu_st_tabs_controls {
	background-color: #f4f4f4
}

ul.cu_st_tabs_controls:after {
	border-top: 1px solid #d9d9d9;
	content: "";
	display: block;
	visibility: visible;
	position: relative;
	top: -1px;
	z-index: 9
}

.cu_st_tabs_controls li {
	float: left;
	border-right: 1px solid #d9d9d9;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	max-width: 100%;
	display: table;
	z-index: 11;
	line-height: 1.7em
}

.cu_st_tabs_controls li:not(.cu_st_tab_active):last-child {
	border-right: none
}

.cu_st_tabs_controls li a {
	text-decoration: none;
	color: #666;
	padding: 4px 30px;
	vertical-align: middle;
	display: table-cell;
	line-height: inherit
}

.cu_st_tabs_controls li.cu_st_tab_active {
	background-color: #fff
}

.cu_st_tab_active a {
	color: #333 !important
}

.cu_st_tab p:last-of-type {
	padding-bottom: 0
}

.cu_st_all_tabs {
	background-color: #fff
}

.cu_st_all_tabs>div {
	display: none
}

.cu_st_all_tabs .cu_st_active_content {
	display: block
}

.cu_st_tab {
	padding: 24px 30px
}

.cu_st_tab_content {
	position: relative
}

.cu_st_column_1_3 .cu_st_tabs_controls,
.cu_st_column_1_4 .cu_st_tabs_controls,
.cu_st_column_1_5 .cu_st_tabs_controls,
.cu_st_column_1_6 .cu_st_tabs_controls,
.cu_st_column_2_5 .cu_st_tabs_controls,
.cu_st_column_3_8 .cu_st_tabs_controls {
	border-bottom: none
}

.cu_st_column_1_3 .cu_st_tabs_controls li,
.cu_st_column_1_4 .cu_st_tabs_controls li,
.cu_st_column_1_5 .cu_st_tabs_controls li,
.cu_st_column_1_6 .cu_st_tabs_controls li,
.cu_st_column_2_5 .cu_st_tabs_controls li,
.cu_st_column_3_8 .cu_st_tabs_controls li {
	float: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9
}

.cu_st_column_1_3 .cu_st_tabs_vertically_stacked .cu_st_tabs_controls li,
.cu_st_column_1_4 .cu_st_tabs_vertically_stacked .cu_st_tabs_controls li,
.cu_st_column_1_5 .cu_st_tabs_vertically_stacked .cu_st_tabs_controls li,
.cu_st_column_1_6 .cu_st_tabs_vertically_stacked .cu_st_tabs_controls li,
.cu_st_column_2_5 .cu_st_tabs_vertically_stacked .cu_st_tabs_controls li,
.cu_st_column_3_8 .cu_st_tabs_vertically_stacked .cu_st_tabs_controls li {
	width: 100%
}

.cu_st_tabs_controls {
	list-style: none !important;
	padding: 0 !important;
	line-height: inherit !important
}

@media (max-width:767px) {
	.cu_st_tabs_controls {
		border-bottom: none;
		height: auto !important
	}

	.cu_st_tabs_controls li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
		display: block
	}

}

@media (max-width:479px) {
	.cu_st_tabs_controls {
		border-bottom: none
	}

	.cu_st_tabs_controls li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9
	}