/*
 Theme Name: 静态转WP主题
 Theme URI: https://xxx.com
 Author: xxx
 Version: 1.0
 Text Domain: static-wp
 Description: 由静态页面改造的WordPress主题
*/
/* 下面放你原来静态页面所有CSS代码 */


/*# sourceURL=global-styles-inline-css */
: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, rgb(6, 147, 227) 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, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
	--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

: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;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-top: calc(0.667em + 2px);
	padding-right: calc(1.333em + 2px);
	padding-bottom: calc(0.667em + 2px);
	padding-left: calc(1.333em + 2px);
	text-decoration: none;
	text-transform: inherit;
}

.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;
}


/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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.et_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.et_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
}

#et_search_icon:hover,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.form-submit .et_pb_buttontton.alt.disabled,
.nav-single a,
.posted_in a {
	color: #2ea3f2
}

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

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

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

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

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

.main_title {
	margin-bottom: 20px
}

.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover {
	background: rgba(0, 0, 0, .05)
}

.et_button_icon_visible .et_pb_button {
	padding-right: 2em;
	padding-left: .7em
}

.et_button_icon_visible .et_pb_button:after {
	opacity: 1;
	margin-left: 0
}

.et_button_left .et_pb_button:hover:after {
	left: .15em
}

.et_button_left .et_pb_button:after {
	margin-left: 0;
	left: 1em
}

.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_left .et_pb_button:hover,
.et_button_left .et_pb_module .et_pb_button:hover {
	padding-left: 2em;
	padding-right: .7em
}

.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_left .et_pb_button:hover:after {
	left: .15em
}

.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover {
	padding: .3em 1em
}

.et_button_no_icon .et_pb_button:after {
	display: none
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
	padding: .3em 1em !important
}

.et_button_custom_icon .et_pb_button:after {
	line-height: 1.7em
}

.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon .et_pb_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,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
	list-style-type: disc;
	padding: 0 0 23px 1em;
	line-height: 26px
}

#left-area ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-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,
.et-l--body ol li ol,
.et-l--footer ol li ol,
.et-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 .et_featured_image {
	padding-bottom: 7px
}

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

body.single .et_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
}

.et_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
}

.et_password_protected_form label {
	display: none
}

.et_password_protected_form .et_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.et_pb_pagebuilder_layout #main-content {
	background-color: transparent
}

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

body #main-content .et_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
	}

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

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

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

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

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

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

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

	.et_full_width_page .et_gallery_item:nth-child(4n+1) {
		clear: none
	}
}

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

#wp-admin-bar-et-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-et-use-visual-builder:hover a:before {
	color: #fff !important
}

#wp-admin-bar-et-use-visual-builder:hover a,
#wp-admin-bar-et-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 .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none
}

.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css {
	background-attachment: scroll
}

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

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

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

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

.et-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-divi-layout {
	margin-bottom: 1em
}

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

#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
a.et_pb_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
}

.et-pb-icon,
.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after {
	content: attr(data-icon)
}

.et-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
}

#et-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
}

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

.et-safe-mode-indicator,
.et-safe-mode-indicator:focus,
.et-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
}

.et_pb_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
}

.et_pb_button,
.et_pb_button_inner {
	position: relative
}

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

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

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

.et_pb_button:after,
.et_pb_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
}

.et_pb_button.et_hover_enabled:hover:after,
.et_pb_button.et_pb_hovered:hover:after {
	-webkit-transition: none !important;
	transition: none !important
}

.et_pb_button:before {
	display: none
}

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

.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
	font-size: 26px
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: 23px
}

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
	font-size: 20px
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
	font-size: 18px
}

.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
	font-size: 16px
}

.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
	font-size: 15px
}

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

.et_pb_module.et_pb_text_align_left {
	text-align: left
}

.et_pb_module.et_pb_text_align_center {
	text-align: center
}

.et_pb_module.et_pb_text_align_right {
	text-align: right
}

.et_pb_module.et_pb_text_align_justified {
	text-align: justify
}

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

.et_pb_bg_layout_light .et_pb_more_button {
	color: #2ea3f2
}

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

header .et_builder_inner_content {
	z-index: 2
}

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

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

.et_pb_module_inner {
	position: relative
}

.et_hover_enabled_preview {
	z-index: 2
}

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

.et_pb_all_tabs,
.et_pb_module,
.et_pb_posts_nav a,
.et_pb_tab,
.et_pb_with_background {
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.et_pb_background_mask,
.et_pb_background_pattern {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

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

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

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

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

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

body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_password_protected_form h1,
body:not(.et_pb_pagebuilder_layout) .post-password-required .et_password_protected_form h1 {
	display: none
}

.et_pb_no_bg {
	padding: 0 !important
}

.et_overlay.et_pb_inline_icon:before,
.et_pb_inline_icon:before {
	content: attr(data-icon)
}

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

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

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

.et_parallax_bg.et_parallax_bg__hover,
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_bg.et_parallax_bg_tablet,
.et_parallax_gradient.et_parallax_gradient__hover,
.et_parallax_gradient.et_parallax_gradient_phone,
.et_parallax_gradient.et_parallax_gradient_tablet,
.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),
.et_pb_section_parallax_hover:hover .et_parallax_gradient:not(.et_parallax_gradient__hover) {
	display: none
}

.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,
.et_pb_section_parallax_hover:hover .et_parallax_gradient.et_parallax_gradient__hover {
	display: block
}

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

.et_pb_module.et_pb_section_parallax,
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_tab.et_pb_section_parallax {
	position: relative
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: fixed
}

body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,
body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: scroll;
	bottom: auto
}

.et_pb_section_parallax.et_pb_column .et_pb_module,
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module {
	z-index: 9;
	position: relative
}

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

.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload>div {
	visibility: hidden
}

.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
	position: relative;
	background: #464646 !important
}

.et_pb_preload:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(wp-content/themes/Divi/includes/builder/styles/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
}

.et_pb_section>.box-shadow-overlay~.et_pb_row {
	z-index: 11
}

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

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

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

.et_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
}

.et_multi_view_hidden,
.et_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
	}
}

.et_multi_view_image__loading {
	visibility: hidden
}

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

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

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

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

.et_pb_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%)
	}

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

@-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%)
	}

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

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

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

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

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

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

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

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

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

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

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.et-waypoint:not(.et_pb_counters) {
	opacity: 0
}

@media (min-width:981px) {

	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child,
	.et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0
	}
}

@media (max-width:980px) {

	.et_overlay.et_pb_inline_icon_tablet:before,
	.et_pb_inline_icon_tablet:before {
		content: attr(data-icon-tablet)
	}

	.et_parallax_bg.et_parallax_bg_tablet_exist,
	.et_parallax_gradient.et_parallax_gradient_tablet_exist {
		display: none
	}

	.et_parallax_bg.et_parallax_bg_tablet,
	.et_parallax_gradient.et_parallax_gradient_tablet {
		display: block
	}

	.et_pb_column .et_pb_module {
		margin-bottom: 30px
	}

	.et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0
	}

	.et_pb_more_button {
		display: inline-block !important
	}

	.et_pb_bg_layout_light_tablet.et_pb_button,
	.et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,
	.et_pb_bg_layout_light_tablet .et_pb_more_button {
		color: #2ea3f2
	}

	.et_pb_bg_layout_light_tablet .et_pb_forgot_password a {
		color: #666
	}

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

	.et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button {
		color: #2ea3f2 !important
	}

	.et_pb_bg_layout_light_tablet {
		color: #666 !important
	}

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

	.et_pb_bg_layout_dark_tablet.et_pb_button,
	.et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,
	.et_pb_bg_layout_dark_tablet .et_pb_more_button {
		color: inherit
	}

	.et_pb_bg_layout_dark_tablet .et_pb_forgot_password a {
		color: #fff
	}

	.et_pb_module.et_pb_text_align_left-tablet {
		text-align: left
	}

	.et_pb_module.et_pb_text_align_center-tablet {
		text-align: center
	}

	.et_pb_module.et_pb_text_align_right-tablet {
		text-align: right
	}

	.et_pb_module.et_pb_text_align_justified-tablet {
		text-align: justify
	}
}

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

	.et_overlay.et_pb_inline_icon_phone:before,
	.et_pb_inline_icon_phone:before {
		content: attr(data-icon-phone)
	}

	.et_parallax_bg.et_parallax_bg_phone_exist,
	.et_parallax_gradient.et_parallax_gradient_phone_exist {
		display: none
	}

	.et_parallax_bg.et_parallax_bg_phone,
	.et_parallax_gradient.et_parallax_gradient_phone {
		display: block
	}

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

	.et_pb_bg_layout_light_phone.et_pb_button,
	.et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,
	.et_pb_bg_layout_light_phone .et_pb_more_button {
		color: #2ea3f2
	}

	.et_pb_bg_layout_light_phone .et_pb_forgot_password a {
		color: #666
	}

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

	.et_pb_module .et_pb_bg_layout_light_phone.et_pb_button {
		color: #2ea3f2 !important
	}

	.et_pb_bg_layout_light_phone {
		color: #666 !important
	}

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

	.et_pb_bg_layout_dark_phone.et_pb_button,
	.et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,
	.et_pb_bg_layout_dark_phone .et_pb_more_button {
		color: inherit
	}

	.et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_phone .et_pb_forgot_password a {
		color: #fff
	}

	.et_pb_module.et_pb_text_align_left-phone {
		text-align: left
	}

	.et_pb_module.et_pb_text_align_center-phone {
		text-align: center
	}

	.et_pb_module.et_pb_text_align_right-phone {
		text-align: right
	}

	.et_pb_module.et_pb_text_align_justified-phone {
		text-align: justify
	}
}

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

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

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

.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_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
	}
}

/*# sourceURL=divi-style-inline-inline-css */
@font-face {
	font-family: ETmodules;
	font-display: block;
	src: url(wp-content/themes/Divi/core/admin/fonts/modules/base/modules.eot);
	src: url(wp-content/themes/Divi/core/admin/fonts/modules/base/modules-1.eot) format("embedded-opentype"), url(wp-content/themes/Divi/core/admin/fonts/modules/base/modules.woff) format("woff"), url(wp-content/themes/Divi/core/admin/fonts/modules/base/modules.ttf) format("truetype"), url(wp-content/themes/Divi/core/admin/fonts/modules/base/modules.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@media (min-width:981px) {

	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%
	}

	.et_pb_gutters3 .et_pb_column_4_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%
	}

	.et_pb_gutters3 .et_pb_column_3_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 73.625%
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 3.735%
	}

	.et_pb_gutters3 .et_pb_column_2_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 64.833%
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 4.242%
	}

	.et_pb_gutters3 .et_pb_column_3_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
		width: 57.8%
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 4.758%
	}

	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: 47.25%
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%
	}

	.et_pb_gutters3 .et_pb_column_2_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
		width: 36.7%
	}

	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 7.493%
	}

	.et_pb_gutters3 .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 29.6667%
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%
	}

	.et_pb_gutters3 .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 20.875%
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}

	.et_pb_gutters3 .et_pb_column_1_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
		width: 15.6%
	}

	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 17.628%
	}

	.et_pb_gutters3 .et_pb_column_1_6,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
		width: 12.0833%
	}

	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%
	}

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

	.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 28.353%;
		margin-right: 7.47%
	}

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

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

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

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

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

	.et_pb_gutter.et_pb_gutters1 #sidebar {
		width: 25%
	}

	.et_pb_gutters1.et_right_sidebar #left-area {
		padding-right: 0
	}

	.et_pb_gutters1.et_left_sidebar #left-area {
		padding-left: 0
	}

	.et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
		right: 25% !important
	}

	.et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
		left: 25% !important
	}

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
		width: 75%
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_3,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
		width: 66.667%
	}

	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
		width: 60%
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
		width: 50%
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
		width: 40%
	}

	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_3,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
		width: 33.3333%
	}

	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
		width: 25%
	}

	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
		width: 20%
	}

	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
		width: 16.6667%
	}

	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0
	}

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

	.et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 33.333%;
		margin-right: 0
	}
}

@media (max-width:980px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
		width: 33.333%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 50%;
		margin-right: 0
	}
}

@media (max-width:767px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}
}

@media (max-width:479px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin: 0 !important
	}

	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}
}

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

	.et_pb_gutter.et_pb_gutters2 #sidebar {
		width: 22.75%
	}

	.et_pb_gutters2.et_right_sidebar #left-area {
		padding-right: 3%
	}

	.et_pb_gutters2.et_left_sidebar #left-area {
		padding-left: 3%
	}

	.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
		right: 22.75% !important
	}

	.et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
		left: 22.75% !important
	}

	.et_pb_gutters2 .et_pb_column,
	.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 3%
	}

	.et_pb_gutters2 .et_pb_column_4_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 1.5%
	}

	.et_pb_gutters2 .et_pb_column_3_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
		width: 74.25%
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 2.02%
	}

	.et_pb_gutters2 .et_pb_column_2_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
		width: 65.667%
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 2.284%
	}

	.et_pb_gutters2 .et_pb_column_3_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
		width: 58.8%
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 2.551%
	}

	.et_pb_gutters2 .et_pb_column_1_2,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 48.5%
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%
	}

	.et_pb_gutters2 .et_pb_column_2_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
		width: 38.2%
	}

	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 3.927%
	}

	.et_pb_gutters2 .et_pb_column_1_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
		width: 31.3333%
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%
	}

	.et_pb_gutters2 .et_pb_column_1_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
		width: 22.75%
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}

	.et_pb_gutters2 .et_pb_column_1_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
		width: 17.6%
	}

	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 8.523%
	}

	.et_pb_gutters2 .et_pb_column_1_6,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
		width: 14.1667%
	}

	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%
	}

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

	.et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 30.64%;
		margin-right: 4.04%
	}
}

.et_animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important
}

.et_animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.et_had_animation {
	position: relative
}

@-webkit-keyframes et_pb_fade {
	to {
		opacity: 1
	}
}

@keyframes et_pb_fade {
	to {
		opacity: 1
	}
}

.et_animated.fade {
	-webkit-animation-name: et_pb_fade;
	animation-name: et_pb_fade
}

@-webkit-keyframes et_pb_fadeTop {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeTop {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeTop {
	-webkit-animation-name: et_pb_fadeTop;
	animation-name: et_pb_fadeTop
}

@-webkit-keyframes et_pb_fadeRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeRight {
	-webkit-animation-name: et_pb_fadeRight;
	animation-name: et_pb_fadeRight
}

@-webkit-keyframes et_pb_fadeBottom {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeBottom {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeBottom {
	-webkit-animation-name: et_pb_fadeBottom;
	animation-name: et_pb_fadeBottom
}

@-webkit-keyframes et_pb_fadeLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeLeft {
	-webkit-animation-name: et_pb_fadeLeft;
	animation-name: et_pb_fadeLeft
}

@-webkit-keyframes et_pb_slide {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_slide {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.et_animated.slide {
	-webkit-animation-name: et_pb_slide;
	animation-name: et_pb_slide
}

@-webkit-keyframes et_pb_slideTop {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes et_pb_slideTop {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.et_animated.slideTop {
	-webkit-animation-name: et_pb_slideTop;
	animation-name: et_pb_slideTop
}

@-webkit-keyframes et_pb_slideRight {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes et_pb_slideRight {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.et_animated.slideRight {
	-webkit-animation-name: et_pb_slideRight;
	animation-name: et_pb_slideRight
}

@-webkit-keyframes et_pb_slideBottom {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes et_pb_slideBottom {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.et_animated.slideBottom {
	-webkit-animation-name: et_pb_slideBottom;
	animation-name: et_pb_slideBottom
}

@-webkit-keyframes et_pb_slideLeft {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes et_pb_slideLeft {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.et_animated.slideLeft {
	-webkit-animation-name: et_pb_slideLeft;
	animation-name: et_pb_slideLeft
}

@-webkit-keyframes et_pb_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 et_pb_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)
	}
}

.et_animated.bounce {
	-webkit-animation-name: et_pb_bounce;
	animation-name: et_pb_bounce
}

@-webkit-keyframes et_pb_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 et_pb_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
	}
}

.et_animated.bounceTop {
	-webkit-animation-name: et_pb_bounceTop;
	animation-name: et_pb_bounceTop
}

@-webkit-keyframes et_pb_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)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes et_pb_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)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.bounceRight {
	-webkit-animation-name: et_pb_bounceRight;
	animation-name: et_pb_bounceRight
}

@-webkit-keyframes et_pb_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 et_pb_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
	}
}

.et_animated.bounceBottom {
	-webkit-animation-name: et_pb_bounceBottom;
	animation-name: et_pb_bounceBottom
}

@-webkit-keyframes et_pb_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)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes et_pb_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)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.bounceLeft {
	-webkit-animation-name: et_pb_bounceLeft;
	animation-name: et_pb_bounceLeft
}

@-webkit-keyframes et_pb_zoom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_zoom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.et_animated.zoom {
	-webkit-animation-name: et_pb_zoom;
	animation-name: et_pb_zoom
}

@-webkit-keyframes et_pb_zoomTop {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_zoomTop {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.et_animated.zoomTop {
	-webkit-animation-name: et_pb_zoomTop;
	animation-name: et_pb_zoomTop;
	-webkit-transform-origin: top;
	transform-origin: top
}

@-webkit-keyframes et_pb_zoomRight {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_zoomRight {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.et_animated.zoomRight {
	-webkit-animation-name: et_pb_zoomRight;
	animation-name: et_pb_zoomRight;
	-webkit-transform-origin: right;
	transform-origin: right
}

@-webkit-keyframes et_pb_zoomBottom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_zoomBottom {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.et_animated.zoomBottom {
	-webkit-animation-name: et_pb_zoomBottom;
	animation-name: et_pb_zoomBottom;
	-webkit-transform-origin: bottom;
	transform-origin: bottom
}

@-webkit-keyframes et_pb_zoomLeft {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_zoomLeft {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.et_animated.zoomLeft {
	-webkit-animation-name: et_pb_zoomLeft;
	animation-name: et_pb_zoomLeft;
	-webkit-transform-origin: left;
	transform-origin: left
}

@-webkit-keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

@keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

.et_animated.flip {
	-webkit-animation-name: et_pb_flip;
	animation-name: et_pb_flip
}

@-webkit-keyframes et_pb_flipTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

@keyframes et_pb_flipTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

.et_animated.flipTop {
	-webkit-animation-name: et_pb_flipTop;
	animation-name: et_pb_flipTop;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes et_pb_flipRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes et_pb_flipRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

.et_animated.flipRight {
	-webkit-animation-name: et_pb_flipRight;
	animation-name: et_pb_flipRight;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes et_pb_flipBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

@keyframes et_pb_flipBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

.et_animated.flipBottom {
	-webkit-animation-name: et_pb_flipBottom;
	animation-name: et_pb_flipBottom;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes et_pb_flipLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes et_pb_flipLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

.et_animated.flipLeft {
	-webkit-animation-name: et_pb_flipLeft;
	animation-name: et_pb_flipLeft;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

.et_animated.fold {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: et_pb_fold;
	animation-name: et_pb_fold
}

@-webkit-keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

@keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

.et_animated.foldTop {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: et_pb_foldTop;
	animation-name: et_pb_foldTop
}

@-webkit-keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

.et_animated.foldRight {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-animation-name: et_pb_foldRight;
	animation-name: et_pb_foldRight
}

@-webkit-keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

@keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
}

.et_animated.foldBottom {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: et_pb_foldBottom;
	animation-name: et_pb_foldBottom
}

@-webkit-keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

.et_animated.foldLeft {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: et_pb_foldLeft;
	animation-name: et_pb_foldLeft
}

@-webkit-keyframes et_pb_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 et_pb_roll {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.roll {
	-webkit-animation-name: et_pb_roll;
	animation-name: et_pb_roll
}

@-webkit-keyframes et_pb_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 et_pb_rollTop {
	0% {
		-webkit-transform-origin: top;
		transform-origin: top
	}

	to {
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.rollTop {
	-webkit-animation-name: et_pb_rollTop;
	animation-name: et_pb_rollTop
}

@-webkit-keyframes et_pb_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 et_pb_rollRight {
	0% {
		-webkit-transform-origin: right;
		transform-origin: right
	}

	to {
		-webkit-transform-origin: right;
		transform-origin: right;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.rollRight {
	-webkit-animation-name: et_pb_rollRight;
	animation-name: et_pb_rollRight
}

@-webkit-keyframes et_pb_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 et_pb_rollBottom {
	0% {
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}

	to {
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.rollBottom {
	-webkit-animation-name: et_pb_rollBottom;
	animation-name: et_pb_rollBottom
}

@-webkit-keyframes et_pb_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 et_pb_rollLeft {
	0% {
		-webkit-transform-origin: left;
		transform-origin: left
	}

	to {
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.et_animated.rollLeft {
	-webkit-animation-name: et_pb_rollLeft;
	animation-name: et_pb_rollLeft
}

.et-social-icons {
	float: right
}

.et-social-icons li {
	display: inline-block;
	margin-left: 20px
}

.et-social-icon a {
	display: inline-block;
	font-size: 24px;
	position: relative;
	text-align: center;
	-webkit-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	color: #666;
	text-decoration: none
}

.et-social-icons a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.et-social-icon span {
	display: none
}

.et_duplicate_social_icons {
	display: none
}

@media all and (max-width: 980px) {
	.et-social-icons {
		float: none;
		text-align: center
	}
}

@media all and (max-width: 980px) {
	.et-social-icons {
		margin: 0 0 5px
	}
}

.et_pb_widget {
	float: left;
	max-width: 100%;
	word-wrap: break-word
}

.et_pb_widget a {
	text-decoration: none;
	color: #666
}

.et_pb_widget li a:hover {
	color: #82c0c7
}

.et_pb_widget ol li,
.et_pb_widget ul li {
	margin-bottom: .5em
}

.et_pb_widget ol li ol li,
.et_pb_widget ul li ul li {
	margin-left: 15px
}

.et_pb_widget select {
	width: 100%;
	height: 28px;
	padding: 0 5px
}

.et_pb_widget_area .et_pb_widget a {
	color: inherit
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #666
}

.et_pb_bg_layout_dark .et_pb_widget li a {
	color: inherit
}

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

.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_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,
.et_pb_widget .wp-block-search__input {
	width: 100%;
	border-radius: 3px
}

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

.widget_search #searchsubmit,
.et_pb_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,
.et_pb_widget .wp-block-search__button {
	cursor: pointer
}

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

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

.et_pb_section.et_section_transparent {
	background-color: transparent
}

.et_pb_fullwidth_section {
	padding: 0
}

.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
	padding: 0 !important
}

.et_pb_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)
}

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

.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
	-webkit-transition: none !important;
	transition: none !important
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider,
.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider {
	z-index: 1
}

.et_pb_section_video:not(.et_pb_section--with-menu) {
	overflow: hidden;
	position: relative
}

.et_pb_column>.et_pb_section_video_bg {
	z-index: -1
}

.et_pb_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
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
	display: none
}

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

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

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

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

.et_pb_social_network_link .et_pb_section_video {
	overflow: visible
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg {
	display: none
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit {
	display: block
}

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

	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,
	body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
		padding-top: 0
	}

	.et_pb_fullwidth_section {
		padding: 0
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: block
	}
}

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

	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,
	body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
		padding-top: 0
	}

	.et_pb_fullwidth_section {
		padding: 0
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_tablet {
		display: block
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: none
	}
}

@media (min-width:768px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: block
	}
}

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

@media (max-width:767px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_phone {
		display: block
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: none
	}
}

.et_pb_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 .et_pb_row {
	z-index: 5
}

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

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
	display: none
}

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

.et_pb_row_4col .et-last-child,
.et_pb_row_4col .et-last-child-2,
.et_pb_row_6col .et-last-child,
.et_pb_row_6col .et-last-child-2,
.et_pb_row_6col .et-last-child-3 {
	margin-bottom: 0
}

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

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

.et_pb_column.et_pb_column_empty {
	min-height: 1px
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0 !important
}

.et_pb_column.et_pb_section_parallax {
	position: relative
}

.et_pb_column,
.et_pb_row,
.et_pb_row_inner {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

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

	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,
	body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
		padding: 0;
		width: 100%
	}

	.et_pb_column_3_4 .et_pb_row_inner {
		padding: 3.735% 0
	}

	.et_pb_column_2_3 .et_pb_row_inner {
		padding: 4.2415% 0
	}

	.et_pb_column_1_2 .et_pb_row_inner,
	.et_pb_column_3_5 .et_pb_row_inner {
		padding: 5.82% 0
	}

	.et_section_specialty>.et_pb_row {
		padding: 0
	}

	.et_pb_row_inner {
		width: 100%
	}

	.et_pb_column_single {
		padding: 2.855% 0
	}

	.et_pb_column_single .et_pb_module.et-first-child,
	.et_pb_column_single .et_pb_module:first-child {
		margin-top: 0
	}

	.et_pb_column_single .et_pb_module.et-last-child,
	.et_pb_column_single .et_pb_module:last-child {
		margin-bottom: 0
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important
	}

	.et_pb_row.et_pb_equal_columns,
	.et_pb_row_inner.et_pb_equal_columns,
	.et_pb_section.et_pb_equal_columns>.et_pb_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.rtl .et_pb_row.et_pb_equal_columns,
	.rtl .et_pb_row_inner.et_pb_equal_columns,
	.rtl .et_pb_section.et_pb_equal_columns>.et_pb_row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.et_pb_row.et_pb_equal_columns>.et_pb_column,
	.et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

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

	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,
	body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
		padding: 0;
		width: 100%
	}

	.et_pb_column .et_pb_row_inner,
	.et_pb_row {
		padding: 10px 0
	}

	.et_section_specialty>.et_pb_row {
		padding: 0
	}

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

	.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child {
		margin-bottom: 0
	}

	.et_section_specialty .et_pb_row>.et_pb_column {
		padding-bottom: 0
	}

	.et_pb_column.et_pb_column_empty {
		display: none
	}

	.et_pb_row_1-2_1-4_1-4,
	.et_pb_row_1-2_1-6_1-6_1-6,
	.et_pb_row_1-4_1-4,
	.et_pb_row_1-4_1-4_1-2,
	.et_pb_row_1-5_1-5_3-5,
	.et_pb_row_1-6_1-6_1-6,
	.et_pb_row_1-6_1-6_1-6_1-2,
	.et_pb_row_1-6_1-6_1-6_1-6,
	.et_pb_row_3-5_1-5_1-5,
	.et_pb_row_4col,
	.et_pb_row_5col,
	.et_pb_row_6col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n),
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n),
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
		margin-right: 0
	}

	.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n),
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd),
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
		margin-right: 0
	}

	.et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_5col .et_pb_column:last-child {
		margin-bottom: 0
	}

	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%
	}

	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
		margin-right: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,
	.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),
	.et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%;
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
		margin-right: 0
	}

	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(2n) {
		margin-right: 0
	}

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

@media (max-width:479px) {

	.et_pb_row .et_pb_column.et_pb_column_1_4,
	.et_pb_row .et_pb_column.et_pb_column_1_5,
	.et_pb_row .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px
	}

	.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child,
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0
	}

	.et_pb_column {
		width: 100% !important
	}
}

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

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

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

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

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

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

a.et_pb_menu__icon,
button.et_pb_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.et_pb_menu__icon:after,
button.et_pb_menu__icon:after {
	font-family: ETmodules
}

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

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

.et_pb_menu__wrap .mobile_menu_bar:before {
	   content: "";
	    display: inline-block;
	    width:24px;
	    height:24px;
	    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 448 512'%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
	    background-size: contain;
	    background-repeat: no-repeat;
}

.et_pb_menu__logo {
	overflow: hidden
}

.et_pb_menu__logo img {
	display: block
}

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

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

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

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

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

.et_pb_with_border.et_pb_menu .et_pb_menu__logo img {
	border: 0 solid #333
}

.et_pb_menu.et_hover_enabled:hover {
	z-index: auto
}

.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav>ul {
	float: none
}

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

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

.et_pb_bg_layout_dark.et_pb_menu ul li a {
	color: #fff
}

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

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

.et_pb_menu .et-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)
}

.et_pb_menu .et-menu-nav>ul.upwards li ul li ul {
	bottom: -23px
}

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

.et_pb_menu_inner_container {
	position: relative
}

.et_pb_menu .et_pb_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
}

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

.et_pb_menu .et_pb_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
}

.et_pb_menu .et_pb_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
}

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

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

.et_pb_menu .et_pb_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
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu {
	position: static
}

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

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

.et_pb_menu--with-logo .et_pb_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
}

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

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
	padding: 0 !important
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 8px
}

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

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

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

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

.et_pb_menu .et_pb_menu__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.et_pb_menu .et-menu {
	margin-left: -11px;
	margin-right: -11px
}

.et_pb_menu .et-menu>li {
	padding-left: 11px;
	padding-right: 11px
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.et_pb_menu--style-left_aligned .et_pb_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
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
	margin-right: 30px
}

.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
	margin-right: 0;
	margin-left: 30px
}

.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_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
}

.et_pb_menu--style-centered .et_pb_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
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo img {
	margin: 0 auto
}

.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-centered .et_pb_menu__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
	display: none;
	margin-bottom: 30px
}

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

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
	margin: 0 auto
}

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

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

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap {
	width: 100%;
	height: 100%
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
	max-height: 100%
}

.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
	min-width: 96px
}

.et_pb_menu .et_pb_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
}

.et_pb_menu .et_pb_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
}

.et_pb_menu .et_pb_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
}

.et_pb_menu .et_pb_menu__search-container--disabled {
	display: none
}

.et_pb_menu .et_pb_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
}

.et_pb_menu .et_pb_menu__search-form {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

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

.et_pb_menu .et_pb_menu__close-search-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

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

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

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

	.et_dropdown_animation_expand.et_pb_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
	}

	.et_dropdown_animation_flip.et_pb_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
	}

	.et_dropdown_animation_flip.et_pb_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
	}

	.et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
		width: 100%;
		max-width: 100%;
		padding: 0 30px !important
	}
}

@media (max-width:980px) {

	.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
	.et_pb_menu--style-left_aligned .et_pb_row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

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

	.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_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
	}

	.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
	.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo {
		margin: 0 auto
	}

	.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
		display: none
	}

	.et_pb_menu .et_pb_row {
		min-height: 81px
	}

	.et_pb_menu .et_pb_menu__menu {
		display: none
	}

	.et_pb_menu .et_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
	}

	.et_pb_menu .et_mobile_menu {
		top: 100%;
		padding: 5%
	}

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

	.et_pb_menu .et_mobile_menu ul {
		padding: 0
	}

	.et_pb_menu .et_pb_mobile_menu_upwards .et_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)
	}

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

@-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%)
	}

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

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

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

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

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

@-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)
	}

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

@-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)
	}

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

/*!
	 * 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
	}

	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)
	}
}

@-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)
	}

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

@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)
	}

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

#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
}

.et-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.et-hover>ul {
	visibility: visible
}

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

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

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

.nav li:hover {
	visibility: inherit
}

.et_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
}

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

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

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

.et-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
}

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

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

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

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

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

.et-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
}

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

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

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

.et-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)
}

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

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

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

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

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

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

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

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

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

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

.et_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 .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
	visibility: visible !important;
	display: block !important;
	padding-left: 10px
}

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

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

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

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

.et_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
}

.et_pb_module .mobile_menu_bar:before {
	/* top: 2px */
}

.mobile_nav .select_page {
	display: none
}

.et_pb_fullwidth_code.et_pb_module {
	z-index: 9;
	position: relative
}

.et_pb_with_border .et_pb_image_wrap {
	border: 0 solid #333
}

.et_pb_image {
	margin-left: auto;
	margin-right: auto;
	line-height: 0
}

.et_pb_image.aligncenter {
	text-align: center
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
	display: block;
	position: relative
}

.et_pb_image {
	display: block
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
	width: auto
}

.et_pb_image img {
	position: relative
}

.et_pb_image_sticky {
	margin-bottom: 0 !important;
	display: inherit
}

.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
	z-index: 3;
	opacity: 1
}

@media (min-width:981px) {

	.et_pb_section_sticky,
	.et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
	.et_pb_section_sticky .et_pb_column_single,
	.et_pb_section_sticky .et_pb_row.et-last-child,
	.et_pb_section_sticky .et_pb_row:last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
		padding-bottom: 0 !important
	}
}

@media (max-width:980px) {
	.et_pb_image_sticky_tablet {
		margin-bottom: 0 !important;
		display: inherit
	}

	.et_pb_section_sticky_mobile,
	.et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
	.et_pb_section_sticky_mobile .et_pb_column_single,
	.et_pb_section_sticky_mobile .et_pb_row.et-last-child,
	.et_pb_section_sticky_mobile .et_pb_row:last-child,
	.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child,
	.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child {
		padding-bottom: 0 !important
	}

	.et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child,
	.et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
		margin-bottom: 0
	}

	.et_pb_image_bottom_space_tablet {
		margin-bottom: 30px !important;
		display: block
	}

	.et_always_center_on_mobile {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media (max-width:767px) {
	.et_pb_image_sticky_phone {
		margin-bottom: 0 !important;
		display: inherit
	}

	.et_pb_image_bottom_space_phone {
		margin-bottom: 30px !important;
		display: block
	}
}

.et_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
}

.et_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
}

.et_portfolio_image,
.et_shop_image {
	position: relative;
	display: block
}

.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
	z-index: 3;
	opacity: 1
}

#ie7 .et_overlay,
#ie8 .et_overlay {
	display: none
}

.et_pb_module.et_pb_has_overlay {
	position: relative
}

.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
	border: none
}

.et_pb_text {
	word-wrap: break-word
}

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

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

.et_pb_text_inner {
	position: relative
}

/*# sourceURL=divi-dynamic-critical-inline-css */
body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
	font-size: 14px
}

.et_pb_slide_content,
.et_pb_best_value {
	font-size: 15px
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	max-width: 1920px
}

.et_boxed_layout #page-container,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row {
	max-width: 2080px
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
	background-color: #000000
}

.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu>li>a,
.et_nav_text_color_dark #top-menu>li>a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
	color: rgba(255, 255, 255, 0.6)
}

.et_search_form_container input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.et_search_form_container input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.et_search_form_container input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
#top-menu li.current_page_item>a {
	color: #ffffff
}

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

	.et-fixed-header #top-menu a,
	.et-fixed-header #et_search_icon:before,
	.et-fixed-header #et_top_search .et-search-form input,
	.et-fixed-header .et_search_form_container input,
	.et-fixed-header .et_close_search_field:after,
	.et-fixed-header #et-top-navigation .et-cart-info {
		color: rgba(255, 255, 255, 0.6) !important
	}

	.et-fixed-header .et_search_form_container input::-moz-placeholder {
		color: rgba(255, 255, 255, 0.6) !important
	}

	.et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.6) !important
	}

	.et-fixed-header .et_search_form_container input:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.6) !important
	}

	.et-fixed-header #top-menu li.current-menu-ancestor>a,
	.et-fixed-header #top-menu li.current-menu-item>a,
	.et-fixed-header #top-menu li.current_page_item>a {
		color: #ffffff !important
	}
}

@media only screen and (min-width:2400px) {
	.et_pb_row {
		padding: 48px 0
	}

	.et_pb_section {
		padding: 96px 0
	}

	.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
		padding-top: 144px
	}

	.et_pb_fullwidth_section {
		padding: 0
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans SC', Helvetica, Arial, Lucida, sans-serif
}

body,
input,
textarea,
select {
	font-family: 'Noto Sans SC', Helvetica, Arial, Lucida, sans-serif
}

#main-header,
#et-top-navigation {
	font-family: 'Noto Sans SC', Helvetica, Arial, Lucida, sans-serif
}

.et_pb_section_0_tb_header.et_pb_section {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000000 !important
}

.et_pb_row_0_tb_header {
	background-color: #000000;
	max-height: 80%
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
	color: #FFFFFF !important
}

.et_pb_menu_0_tb_header.et_pb_menu {
	background-color: #000000
}

.et_pb_menu_0_tb_header {
	padding-top: 0px;
	padding-left: 0px;
	width: 100%
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
	background-color: #000000 !important
}

.et_pb_menu_0_tb_header .et_pb_menu__logo-wrap .et_pb_menu__logo img {
	width: auto
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
	width: auto;
	max-width: 100%
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img,
.et_pb_menu_0_tb_header .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
	height: auto;
	max-height: 40px
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
	color: #FFFFFF
}

.et_pb_row_0_tb_header.et_pb_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-right: 80px !important;
	margin-left: 80px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0px;
	padding-bottom: 0px
}

.et_pb_section_2.et_pb_section,
.et_pb_section_3.et_pb_section {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px
}

.et_pb_row_0.et_pb_row {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

.et_pb_row_0,
body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
.et_pb_row_1,
body #page-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,
.et_pb_row_2,
body #page-container .et-db #et-boc .et-l .et_pb_row_2.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_2.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_2.et_pb_row {
	width: 100%
}

.et_pb_image_0,
.et_pb_image_2 {
	margin-right: 5px !important;
	text-align: left;
	margin-left: 0
}

.et_pb_image_0 .et_pb_image_wrap,
.et_pb_image_1 .et_pb_image_wrap,
.et_pb_image_2 .et_pb_image_wrap,
.et_pb_image_3 .et_pb_image_wrap {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3)
}

.et_pb_image_0:hover .et_pb_image_wrap,
.et_pb_image_1:hover .et_pb_image_wrap,
.et_pb_image_2:hover .et_pb_image_wrap,
.et_pb_image_3:hover .et_pb_image_wrap {
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3)
}

.et_pb_image_0 .et_pb_image_wrap,
.et_pb_image_0 .et_pb_image_wrap>.box-shadow-overlay,
.et_pb_image_0 .et_pb_image_wrap.et-box-shadow-no-overlay,
.et_pb_image_1 .et_pb_image_wrap,
.et_pb_image_1 .et_pb_image_wrap>.box-shadow-overlay,
.et_pb_image_1 .et_pb_image_wrap.et-box-shadow-no-overlay,
.et_pb_image_2 .et_pb_image_wrap,
.et_pb_image_2 .et_pb_image_wrap>.box-shadow-overlay,
.et_pb_image_2 .et_pb_image_wrap.et-box-shadow-no-overlay,
.et_pb_image_3 .et_pb_image_wrap,
.et_pb_image_3 .et_pb_image_wrap>.box-shadow-overlay,
.et_pb_image_3 .et_pb_image_wrap.et-box-shadow-no-overlay {
	transition: box-shadow 300ms ease 0ms
}

.et_pb_image_1,
.et_pb_image_3 {
	margin-left: 5px !important;
	text-align: left;
	margin-left: 0
}

.et_pb_row_1.et_pb_row {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

.et_pb_row_2.et_pb_row {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

.et_pb_text_0 h2 {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 36px
}

.et_pb_text_0 {
	margin-top: 10px !important;
	margin-bottom: 15px !important
}

.et_pb_image_4 {
	text-align: left;
	margin-left: 0
}

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

	.et_pb_image_0,
	.et_pb_image_2 {
		margin-right: 5px !important
	}

	.et_pb_image_0 .et_pb_image_wrap img,
	.et_pb_image_1 .et_pb_image_wrap img,
	.et_pb_image_2 .et_pb_image_wrap img,
	.et_pb_image_3 .et_pb_image_wrap img,
	.et_pb_image_4 .et_pb_image_wrap img {
		width: auto
	}

	.et_pb_image_1 {
		margin-left: 5px !important
	}

	.et_pb_text_0 h2 {
		font-size: 36px
	}
}

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

	.et_pb_image_0 .et_pb_image_wrap img,
	.et_pb_image_1 .et_pb_image_wrap img,
	.et_pb_image_2 .et_pb_image_wrap img,
	.et_pb_image_3 .et_pb_image_wrap img,
	.et_pb_image_4 .et_pb_image_wrap img {
		width: auto
	}

	.et_pb_text_0 h2 {
		font-size: 30px
	}
}

.text-overlay {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -0%);
	color: white;
	font-size: 24px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	padding: 10px;
	border-radius: 5px
}

@media all and (max-width:980px) {
	html .et-db .two-col-mob .et_pb_column {
		width: 49.9% !important
	}

	html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
		margin-right: 0% !important
	}
}

@media all and (max-width:767px) {
	html .et-db .two-col-mob .et_pb_column {
		width: 49.9% !important
	}

	html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
		margin-right: 0% !important
	}
}

@media all and (max-width:980px) {
	html .five-col-mob {
		margin-left: 5% !important;
		margin-right: 5% !important
	}

	html .et-db .five-col-tab .et_pb_column {
		width: 15.6% !important
	}

	.five-col-mob .et_pb_column:nth-last-child(-n+5) {
		margin-bottom: 0
	}

	html .et-db .five-col-tab .et_pb_column:not(:nth-child(5n)) {
		margin-right: 10% !important
	}
}

@media all and (max-width:980px) {
	.five-col-mob {
		margin-left: 10%;
		margin-right: 10%
	}

	.five-col-mob .et_pb_column {
		flex: 0 0 10%;
		margin-right: 2.5%
	}

	.five-col-mob .et_pb_column:nth-child(5n) {
		margin-right: 0
	}

	.five-col-mob .et_pb_column:nth-last-child(-n+5) {
		margin-bottom: 0
	}
}

@media all and (max-width:980px) {
	html .et-db .three-col-mob .et_pb_column {
		width: 32% !important
	}

	html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
		margin-bottom: 0
	}

	html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
		margin-right: 2% !important
	}
}

.text-overlay {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -0%);
	color: white;
	font-size: 24px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	padding: 10px;
	border-radius: 5px
}

@media all and (max-width:980px) {
	html .et-db .two-col-mob .et_pb_column {
		width: 49.9% !important
	}

	html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
		margin-right: 0% !important
	}
}

@media all and (max-width:767px) {
	html .et-db .two-col-mob .et_pb_column {
		width: 49.9% !important
	}

	html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
		margin-right: 0% !important
	}
}

@media all and (max-width:980px) {
	html .five-col-mob {
		margin-left: 5% !important;
		margin-right: 5% !important
	}

	html .et-db .five-col-tab .et_pb_column {
		width: 15.6% !important
	}

	.five-col-mob .et_pb_column:nth-last-child(-n+5) {
		margin-bottom: 0
	}

	html .et-db .five-col-tab .et_pb_column:not(:nth-child(5n)) {
		margin-right: 10% !important
	}
}

@media all and (max-width:980px) {
	.five-col-mob {
		margin-left: 10%;
		margin-right: 10%
	}

	.five-col-mob .et_pb_column {
		flex: 0 0 10%;
		margin-right: 2.5%
	}

	.five-col-mob .et_pb_column:nth-child(5n) {
		margin-right: 0
	}

	.five-col-mob .et_pb_column:nth-last-child(-n+5) {
		margin-bottom: 0
	}
}

@media all and (max-width:980px) {
	html .et-db .three-col-mob .et_pb_column {
		width: 32% !important
	}

	html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
		margin-bottom: 0
	}

	html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
		margin-right: 2% !important
	}
}

#metaslider-id-1756 .flexslider ul.flex-direction-nav li a {
	background: rgba(255, 255, 255, 0)
}

#metaslider-id-1756 .flexslider:hover ul.flex-direction-nav li a {
	background: rgba(255, 255, 255, 0.3)
}

#metaslider-id-1756 .flexslider .flex-direction-nav li a:before {
	background-color: #ffffff
}

#metaslider-id-1756 .flexslider .flex-direction-nav li a:hover:before {
	background-color: #ffffff
}

#metaslider-id-1756 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:not(.flex-active):not(:hover) {
	background: rgba(255, 255, 255, 0.8)
}

#metaslider-id-1756 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:not(.flex-active):hover {
	background: rgba(255, 255, 255, 0)
}

#metaslider-id-1756 .flexslider ol.flex-control-nav li a.flex-active {
	background: rgba(255, 255, 255, 0)
}

#metaslider-id-1756 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:not(.flex-active):not(:hover) {
	border-color: rgba(255, 255, 255, 0.8)
}

#metaslider-id-1756 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:not(.flex-active):hover {
	border-color: rgba(255, 255, 255, 0.8)
}

#metaslider-id-1756 .flexslider ol.flex-control-nav li a.flex-active {
	border-color: rgba(255, 255, 255, 0.8)
}

#metaslider-id-1756 .flexslider .caption-wrap {
	background: rgba(0, 0, 0, 0.8)
}

#metaslider-id-1756 .flexslider .caption-wrap .caption {
	color: #ffffff
}

#metaslider-id-1756 .flexslider .caption-wrap a {
	color: #ffffff
}

#metaslider-id-1756 .flexslider .flex-pauseplay .flex-pause,
#metaslider-id-1756 .flexslider .flex-pauseplay .flex-play {
	background-color: #000000
}

#metaslider-id-1756 .flexslider .flex-pauseplay a:hover {
	background-color: #000000
}

#metaslider-id-1756 .flexslider .flex-pauseplay a:before {
	color: #ffffff
}

#metaslider-id-1756 .flexslider .flex-pauseplay a:hover:before {
	color: #ffffff
}

#metaslider-id-1756 .flex-viewport,
#metaslider-id-1756 .slides {
	background: rgba(255, 255, 255, 0)
}

#metaslider-id-1756 .flexslider .flex-progress-bar {
	background-color: #fff
}

@media only screen and (max-width: 767px) {
	body.metaslider-plugin:after {
		display: none;
		content: "smartphone";
	}

	.slide-1757 .caption-wrap,
	.slide-2469 .caption-wrap,
	.slide-1758 .caption-wrap,
	.slide-1759 .caption-wrap,
	.slide-1760 .caption-wrap,
	.slide-1761 .caption-wrap,
	.slide-1762 .caption-wrap,
	.hide-arrows-smartphone .flex-direction-nav,
	.hide-navigation-smartphone .flex-control-paging,
	.hide-navigation-smartphone .flex-control-nav,
	.hide-navigation-smartphone .filmstrip,
	.hide-slideshow-smartphone,
	.metaslider-hidden-content.hide-smartphone {
		display: none !important;
	}
}

@media only screen and (min-width : 768px) and (max-width: 1023px) {
	body.metaslider-plugin:after {
		display: none;
		content: "tablet";
	}

	.slide-1757 .caption-wrap,
	.slide-2469 .caption-wrap,
	.slide-1758 .caption-wrap,
	.slide-1759 .caption-wrap,
	.slide-1760 .caption-wrap,
	.slide-1761 .caption-wrap,
	.slide-1762 .caption-wrap,
	.hide-arrows-tablet .flex-direction-nav,
	.hide-navigation-tablet .flex-control-paging,
	.hide-navigation-tablet .flex-control-nav,
	.hide-navigation-tablet .filmstrip,
	.hide-slideshow-tablet,
	.metaslider-hidden-content.hide-tablet {
		display: none !important;
	}
}

@media only screen and (min-width : 1024px) and (max-width: 1439px) {
	body.metaslider-plugin:after {
		display: none;
		content: "laptop";
	}

	.slide-1815 .caption-wrap,
	.slide-2472 .caption-wrap,
	.slide-1820 .caption-wrap,
	.slide-1823 .caption-wrap,
	.slide-1825 .caption-wrap,
	.slide-1826 .caption-wrap,
	.slide-1827 .caption-wrap,
	.hide-arrows-laptop .flex-direction-nav,
	.hide-navigation-laptop .flex-control-paging,
	.hide-navigation-laptop .flex-control-nav,
	.hide-navigation-laptop .filmstrip,
	.hide-slideshow-laptop,
	.metaslider-hidden-content.hide-laptop {
		display: none !important;
	}
}

@media only screen and (min-width : 1440px) {
	body.metaslider-plugin:after {
		display: none;
		content: "desktop";
	}

	.slide-1815 .caption-wrap,
	.slide-2472 .caption-wrap,
	.slide-1820 .caption-wrap,
	.slide-1823 .caption-wrap,
	.slide-1825 .caption-wrap,
	.slide-1826 .caption-wrap,
	.slide-1827 .caption-wrap,
	.hide-arrows-desktop .flex-direction-nav,
	.hide-navigation-desktop .flex-control-paging,
	.hide-navigation-desktop .flex-control-nav,
	.hide-navigation-desktop .filmstrip,
	.hide-slideshow-desktop,
	.metaslider-hidden-content.hide-desktop {
		display: none !important;
	}
}
/* 弹窗遮罩层 默认隐藏 */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}
/* 弹窗主体 PC左右布局 */
.news-popup {
    display: flex;
    width: min(1200px, 100%);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
/* 右上角关闭按钮 */
.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 0 8px;
}
/* PC端左侧图片 50%宽度 */
.popup-img-wrap {
    width: 50%;
}
.popup-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* PC端右侧表单 */
.popup-form-wrap {
    width: 50%;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #000000;
}
.form-desc {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 32px;
    color: #222222;
}
/* 邮箱输入框样式 */
.email-input {
    width: 100%;
    padding: 18px 20px;
    font-size: 20px;
    border: 2px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 24px;
    box-sizing: border-box;
}
/* 订阅按钮 */
.subscribe-btn {
    width: 100%;
    padding: 20px;
    background: #40e0e8;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
/* 移动端768px以下：图片和表单上下堆叠 */
@media screen and (max-width: 768px) {
    .news-popup {
        flex-direction: column;
    }
    .popup-img-wrap,
    .popup-form-wrap {
        width: 100%;
    }
    .popup-img-wrap {
        height: 300px;
    }
    .popup-form-wrap {
        padding: 30px 20px;
    }
    .form-title {
        font-size: 28px;
    }
    .subscribe-btn {
        font-size: 20px;
        padding: 16px;
    }
}

/*# sourceURL=metaslider-public-inline-css */

        /* 全局基准 1rem=16px */
        html {
            font-size: 100%;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, Helvetica, sans-serif;
        }
        body {
            background: #f5f5f5;
        }

        /* 遮罩层 默认隐藏 */
        .modal-mask {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0,0,0,0.55);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            padding: 1.25rem;
        }
        .modal-mask.show {
            display: flex;
        }

        /* 弹窗主体容器 相对定位 */
        .subscribe-modal {
            display: flex;
            width: 100%;
            max-width: 46.25rem;
            background: #fff;
            border-radius: 0.375rem;
            overflow: hidden;
            position: relative;
        }

        /* 红色错误气泡：弹窗正中间居中 */
        .email-error-tooltip {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #e02838;
            color: #fff;
            padding: 0.75rem 1.5rem;
            font-size: 0.9375rem;
            border-radius: 0.25rem;
            white-space: nowrap;
            z-index: 10;
        }
        /* 成功提示气泡 */
        .email-success-tooltip {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #28a745;
            color: #fff;
            padding: 0.75rem 1.5rem;
            font-size: 0.9375rem;
            border-radius: 0.25rem;
            white-space: nowrap;
            z-index: 10;
        }
        /* 气泡底部小三角 */
        .email-error-tooltip::after,
        .email-success-tooltip::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -0.5rem;
            transform: translateX(-50%);
            border-width: 0.5rem 0.5rem 0;
            border-style: solid;
        }
        .email-error-tooltip::after {
            border-color: #e02838 transparent transparent transparent;
        }
        .email-success-tooltip::after {
            border-color: #28a745 transparent transparent transparent;
        }

        /* 左侧图片区域 背景图替代img */
        .modal-img-box {
            width: 48%;
            background-image: url('/wp-content/themes/sk/img/P5-Sign-Up-Units-Desktop_1_1.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* 右侧表单区域 */
        .modal-form-box {
            width: 52%;
            padding: 2.25rem 1.75rem;
        }

        /* 关闭按钮：内嵌弹窗右上角 */
        .modal-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 1.75rem;
            height: 1.75rem;
            border-radius: 50%;
            background: #ffffff;
            border: none;
            font-size: 1.125rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            box-shadow: 0 0 0.25rem rgba(0,0,0,0.1);
        }
        .modal-close:hover {
            background: #f0f0f0;
        }

        /* 标题文案 */
        .modal-title {
            font-size: 1.625rem;
            font-weight: 700;
            color: #111;
            margin-bottom: 0.875rem;
            line-height: 1.2;
        }
        .modal-desc {
            font-size: 0.9375rem;
            color: #444;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        /* 邮箱输入框 独立ID，不冲突页面其他input */
        #popup_email_input {
            width: 100%;
            padding: 0.875rem 1rem;
            border: 1px solid #ddd;
            border-radius: 0.25rem;
            font-size: 1rem;
            margin-bottom: 0.875rem;
            outline: none;
        }
        #popup_email_input:focus {
            border-color: #222;
        }

        /* 提交按钮 独立class隔离 */
        .popup-submit-btn {
            width: 100%;
            padding: 0.9375rem;
            background: #111;
            color: #fff;
            border: none;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 0.25rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .popup-submit-btn:hover {
            background: #333;
        }

        /* 底部小字协议 */
        .modal-tip {
            margin-top: 0.75rem;
            font-size: 0.75rem;
            color: #555;
            line-height: 1.5;
        }

        /* ========== 移动端响应式 全部相对单位rem ========== */
        @media (max-width: 40rem) {
            .subscribe-modal {
                flex-direction: column;
                max-width: 26.25rem;
            }
            .modal-img-box {
                width: 100%;
                height: 22.5rem;
            }
            .modal-form-box {
                width: 100%;
                padding: 1.625rem 1.25rem;
            }
            .modal-title {
                font-size: 1.375rem;
            }
            .modal-close {
                top: 0.75rem;
                right: 0.75rem;
            }
 }
 
         /* 订阅区块容器 */
         .newsletter-section {
             width: 100%;
             min-height: 1050px;
             /* 背景图替换为你原图链接 */
             background-image: url('/wp-content/themes/sk/img/1_5847b773-5c3e-4772-807d-642acdd2c566.jpg');
             background-size: cover;
             background-position: center;
             background-repeat: no-repeat;
             /* 深色遮罩让文字清晰 */
             position: relative;
             display: flex;
             align-items: center;
             justify-content: center;
             text-align: center;
             color: #fff;
             padding: 40px 20px;
         }
 
         /* 半透明遮罩层 */
         .newsletter-section::before {
             content: "";
             position: absolute;
             inset: 0;
             background-color: rgba(0, 0, 0, 0.45);
             z-index: 1;
         }
 
         /* 内容容器，层级高于遮罩 */
         .newsletter-content {
             position: relative;
             z-index: 2;
             max-width: 900px;
             width: 100%;
         }
 
         .newsletter-title {
             font-size: 52px;
             font-weight: 600;
             margin-bottom: 20px;
             line-height: 1.2;
			 color: #fff;
         }
 
         .newsletter-desc {
             font-size: 17px;
             line-height: 1.6;
             margin-bottom: 35px;
             opacity: 0.95;
         }
 
         /* 表单容器 PC横向布局 */
         .newsletter-form {
             display: flex;
             gap: 12px;
             justify-content: center;
             align-items: center;
         }
 
         /* 输入框样式 */
         .newsletter-input {
             flex: 1;
             max-width: 520px;
             padding: 16px 20px;
             font-size: 16px;
             border: none;
             border-radius: 6px;
             outline: none;
         }
 
         .newsletter-input::placeholder {
             color: #999;
         }
 
         /* 提交按钮 */
         .newsletter-btn {
             padding: 16px 36px;
             background-color: #ff6326;
             color: #fff;
             border: none;
             border-radius: 6px;
             font-size: 16px;
             font-weight: 500;
             cursor: pointer;
             transition: background 0.2s ease;
             white-space: nowrap;
         }
 
         .newsletter-btn:hover {
             background-color: #e8551c;
         }
 
         /* 移动端响应式：表单改为垂直排列 */
         @media (max-width: 768px) {
             .newsletter-title {
                 font-size: 32px;
             }
             .newsletter-desc {
                 font-size: 15px;
             }
             .newsletter-form {
                 flex-direction: column;
                 width: 100%;
             }
             .newsletter-input {
                 width: 100%;
                 max-width: unset;
             }
             .newsletter-btn {
                 width: 100%;
             }
             .newsletter-section {
                 min-height: 480px;
             }
     }
	 
	 /* 评价区块容器 */
	 .review-sections {
	     width: 100%;
	     padding: 0rem 1rem;
	     text-align: center;
	 }
	 
	 /* 顶部黄色短装饰线 */
	 .review-top-line {
	     width: 2.25rem;
	     height: 0.3125rem;
	     background: #f7d020;
	     margin: 0 auto 1rem;
	     border-radius: 999px;
	 }
	 .review-subhead-top {
	     font-size: 0.875rem;
	     color: #222;
	     margin-bottom: 2rem;
	 }
	 
	 /* 主标题 40k + 5-Star Reviews */
	 .review-main-title {
	     font-size: 3.5rem;
	     font-weight: 500;
	     margin-bottom: 1rem;
	     line-height: 1.1;
	 }
	 .review-subhead-desc {
	     font-size: 1.125rem;
	     color: #333;
	     margin-bottom: 3rem;
	 }
	 
	 /* 轮播容器 */
	 .review-slider-wrap {
	     max-width: 48rem;
	     margin: 0 auto;
	     overflow: hidden;
	     position: relative;
	 }
	 .review-slider-track {
	     display: flex;
	     transition: transform 0.4s ease-out;
	 }
	 .review-slide-item {
	     flex: 0 0 100%;
	     padding: 0 1rem;
	 }
	 
	 /* 五星评分 */
	 .star-group {
	     margin-bottom: 1.5rem;
	 }
	 .star {
	     font-size: 1.5rem;
	     color: #f7d020;
	 }
	 
	 /* 评价文案 */
	 .review-text {
	     font-size: 1.125rem;
	     color: #666;
	     line-height: 1.6;
	     margin-bottom: 1.25rem;
	 }
	 .review-author {
	     font-size: 1.25rem;
	     color: #333;
	     font-weight: 500;
	     margin-bottom: 4rem;
	 }
	 
	 /* 底部控制区：左右箭头 + 进度点 */
	 .slider-controls {
	     display: flex;
	     align-items: center;
	     justify-content: center;
	     gap: 1rem;
	 }
	 .slider-arrow {
	     width: 2.5rem;
	     height: 2.5rem;
	     border: 1px solid #999;
	     background: transparent;
	     border-radius: 0.25rem;
	     font-size: 1.25rem;
	     cursor: pointer;
	     display: flex;
	     align-items: center;
	     justify-content: center;
	     color: #333;
	 }
	 .slider-arrow:hover {
	     background: #f5f5f5;
	 }
	 /* 进度指示条 */
	 .dots-wrap {
	     display: flex;
	     gap: 0.75rem;
	     align-items: center;
	 }
	 .dot {
	     width: 2.25rem;
	     height: 0.25rem;
	     background: #ddd;
	     border-radius: 999px;
		 margin: 0 .8rem;
	 }
	 .dot.active {
	     background: #333;
	 }
	 
	 /* 响应式适配 平板/手机 */
	 @media (max-width: 768px) {
	     html {
	         font-size: 14px;
	     }
	     .review-main-title {
	         font-size: 2.25rem;
	     }
	     .review-sections {
	         padding: 2rem 1rem;
	     }
	 }
	 @media (max-width: 480px) {
	     html {
	         font-size: 13px;
	     }
	     .review-main-title {
	         font-size: 1.8rem;
	     }
	 }
	 
	 /* 外层容器 */
	 .service-wrap{
	   width: 100%;
	   background: #fff;
	   padding: 24px 0;
	 }
	 /* PC 静态布局容器 */
	 .service-pc{
	   max-width: 1800px;
	   margin: 0 auto;
	   display: flex;
	   justify-content: space-evenly;
	   align-items: center;
	   gap: 16px;
	 }
	 /* 移动端轮播容器 默认隐藏 */
	 .service-mobile{
	   display: none;
	   width: 100%;
	 }
	 .service-swiper{
	   width: 100%;
	 }
	 /* 单个服务项通用样式 */
	 .service-item{
	   display: flex;
	   align-items: center;
	   gap: 16px;
	   flex-shrink: 0;
	   padding: 0 12px;
	   justify-content: center;
	 }
	 /* 图标容器 */
	 .service-icon{
	   width: 70px;
	   height: 70px;
	   flex-shrink: 0;
	   display: flex;
	   align-items: center;
	   justify-content: center;
	 }
	 .service-icon img{
	   width: 100%;
	   height: 100%;
	   object-fit: contain;
	 }
	 /* 文字区域 */
	 .service-text{
	   display: flex;
	   flex-direction: column;
	   gap: 6px;
	 }
	 .service-title{
	   font-size: clamp(18px, 2vw, 32px);
	   color: #111111;
	   font-weight: 800;
	 }
	 .service-desc{
	   font-size: clamp(14px, 1.2vw, 20px);
	   color: #666666;
	 }
	 /* Swiper 分页圆点 下移解决遮挡文字 */
	 .service-dots{
	   position: relative;
	   margin-top: 1.5rem !important;
	   text-align: center;
	 }
	 .service-dots .swiper-pagination-bullet{
	   width: 14px;
	   height: 14px;
	   background: #cccccc;
	   opacity: 1;
	   margin: 0 6px;
	 }
	 .service-dots .swiper-pagination-bullet-active{
	   background: #ffcc00;
	 }
	 
	 /* 媒体查询：移动端切换为轮播 */
	 @media screen and (max-width:768px){
	   .service-pc{
	     display: none;
	   }
	   .service-mobile{
	     display: block;
	   }
	 }
	 
	 
	 /* 外层容器 */
	 .about-wrap {
	     /* max-width: 98%; */
	     margin: 0 auto;
	     padding: 60px 40px;
	     display: grid;
	     grid-template-columns: 1fr 1fr;
	     gap: 50px;
	     align-items: center;
	     background-image: url("http://sk/wp-content/themes/sk/img/bj.jpg"); /* 左侧暗底工厂背景图 */
	     background-size: cover;
	     background-position: center;
	     background-blend-mode: multiply;
/* 	     background-color: rgba(0,0,0,0.75); */
	     min-height: 70vh;
	 }
	 /* 左侧文字区域 */
	 .about-text h1 {
	     font-size: 52px;
	     font-weight: 700;
	     color: #ff6600;
	     margin-bottom: 16px;
	 }
	 .about-text .slogan {
	     color: #ff6600;
	     font-size: 18px;
	     line-height: 1.6;
	     margin-bottom: 32px;
	 }
	 .about-text .desc {
	     color: #000;
	     font-size: 16px;
	     line-height: 1.8;
	     margin-bottom: 40px;
	 }
	 /* 橙色按钮 */
	 .read-more-btn {
	     display: inline-block;
	     background-color: #ff6600;
	     color: #fff;
	     padding: 16px 42px;
	     font-size: 16px;
	     font-weight: 600;
	     text-decoration: none;
	     border: none;
	     cursor: pointer;
	     transition: opacity 0.3s;
	 }
	 .read-more-btn:hover {
	     opacity: 0.85;
	 }
	 /* 右侧视频容器 */
	 .video-box {
	     position: relative;
	     width: 100%;
	     overflow: hidden;
	 }
	 /* 视频封面图 */
	 .video-cover {
	     width: 100%;
	     height: auto;
	     display: block;
	 }
	 /* 视频元素默认隐藏 */
	 .video-player {
	     width: 100%;
	     height: auto;
	     display: none;
	 }
	 /* 居中播放按钮 */
	 .play-btn {
	     position: absolute;
	     top: 50%;
	     left: 50%;
	     transform: translate(-50%, -50%);
	     width: 70px;
	     height: 70px;
	     border-radius: 50%;
	     background-color: #ff6600;
	     display: flex;
	     align-items: center;
	     justify-content: center;
	     color: #fff;
	     font-size: 24px;
	     cursor: pointer;
	     z-index: 2;
	     transition: all 0.2s ease;
	 }
	 .play-btn:hover {
	     transform: translate(-50%, -50%) scale(1.1);
	 }
	 /* 播放后隐藏按钮 */
	 .video-box.playing .play-btn {
	     display: none;
	 }
	 .video-box.playing .video-cover {
	     display: none;
	 }
	 .video-box.playing .video-player {
	     display: block;
	 }
	 /* 移动端适配 768px 以下 */
	 @media (max-width: 768px) {
	     .about-wrap {
	         grid-template-columns: 1fr;
	         padding: 40px 20px;
	         gap: 30px;
	     }
	     .about-text h1 {
	         font-size: 36px;
	     }
	     .about-text .slogan {
	         font-size: 16px;
	     }
	     .about-text .desc {
	         font-size: 15px;
	     }
	     .play-btn {
	         width: 60px;
	         height: 60px;
	         font-size: 20px;
	     }
	 }
	 
	 
	.page-title {
	  text-align: center;
	  font-size: 48px;
	  font-weight: bold;
	  /* margin:1rem 0; */
	  padding: 1rem 0;
	}
	/* Tab导航容器 */
	.tab-nav {
	  display: flex;
	  margin-bottom: 30px;
	}
	.tab-nav .tab-item {
	  flex: 1;
	  text-align: center;
	  padding: 18px 10px;
	  background: #222;
	  color: #fff;
	  font-size: 18px;
	  cursor: pointer;
	  transition: 0.2s;
	}
	.tab-nav .tab-item.active {
	  background: #ff7800;
	}
	/* 介绍文本 */
	.desc-text {
	  font-size: 17px;
	  line-height: 1.7;
	  color: #333;
	  margin-bottom: 50px;
	}
	
	/* ========== 全部加lantu前缀，避免和页面其他class冲突 ========== */
	/* 产品外层容器 */
	.lantu-tab-content {
	  display: none;
	}
	.lantu-tab-content.active {
	  display: block;
	}
	/* 轮播外层 */
	.lantu-slider-box {
	  min-height: 380px;
	}
	/* 单个产品卡片 */
	.lantu-product-card {
	  text-align: center;
	  padding: 0 15px;
	  min-width: 0;
	}
	.lantu-product-card img {
	  max-width: 100%;
	  height: 260px;
	  object-fit: contain;
	  margin-bottom: 25px;
	    display: block;
	    margin: 0 auto;
	}
	.lantu-product-card h3 {
	  font-size: 22px;
	  color: #333;
	  margin: 1rem 0;
	  font-weight: 500;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  
	}
	.lantu-product-card .read-more {
	  color: #666;
	  font-size: 16px;
	  text-decoration: none;
	  display: inline-block;
	}
	.lantu-product-card .read-more:hover {
	  color: #ff7800;
	}
	
	/* ========== 自定义Slick箭头样式 ========== */
	.lantu-slider-box .slick-prev,
	.lantu-slider-box .slick-next {
	  width: 40px;
	  height: 40px;
	  z-index: 9;
	}
	.lantu-slider-box .slick-prev {
	  left: 0px;
	}
	.lantu-slider-box .slick-next {
	  right: 0px;
	}
	.lantu-slider-box .slick-prev:before,
	.lantu-slider-box .slick-next:before {
	  font-size: 36px;
	  color: #ff7800;
	  opacity: 1;
	}
	.lantu-slider-box .slick-prev:hover:before,
	.lantu-slider-box .slick-next:hover:before {
	  color: #222;
	}
	
	/* ========== 底部分页小点 ========== */
	.lantu-slider-box .slick-dots {
	  margin-top: 30px;
	  bottom: -40px;
	  background: #fff;
	}
	.lantu-slider-box .slick-dots li {
	  margin: 0 6px;
	}
	.lantu-slider-box .slick-dots li button:before {
	  font-size: 14px;
	  color: #ccc;
	  opacity: 1;
	}
	.lantu-slider-box .slick-dots li.slick-active button:before {
	  color: #ff7800;
	  opacity: 1;
	}
	
	/* 响应式移动端 */
	@media (max-width: 768px) {
	  .page-title {
	    font-size: 32px;
	    margin-bottom: 25px;
	  }
	  .tab-nav {
	    flex-direction: column;
	  }
	  .tab-nav .tab-item {
	    padding: 14px;
	    font-size: 16px;
	  }
	  .desc-text {
	    font-size: 15px;
	    margin-bottom: 1.5rem;
	  }
	  .lantu-product-card h3 {
	    font-size: 18px;
	  }
	  .lantu-slider-box .slick-prev {
	    left: 5px;
	  }
	  .lantu-slider-box .slick-next {
	    right: 5px;
	  }
	  .lantu-product-card img {
	    height: 200px;
	  }
	  .lantu-slider-box {
	    min-height: 300px;
	  }
	} 
.tap-con{
	margin: 0 1%;
	background: #fff;
}

/* 视频交互 */
        /* 外层大容器深色背景 */
        .review-section {
            background-color: #333333;
            color: #fff;
            padding: 60px 20px;
        }
        /* 顶部文字区域 */
        .section-head {
            text-align: center;
            margin-bottom: 40px;
        }
        .section-head h2 {
            font-size: 4rem;
            line-height: 1.1;
            margin-bottom: 16px;
			color:#fff;
        }
        .section-head p {
            font-size: 1.4rem;
            max-width: 900px;
            margin: 0 auto 10px;
            opacity: 0.9;
            line-height: 1.5;
        }
        /* 标签按钮组 */
        .tab-group {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }
        .tab-normal {
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .tab-orange {
            background-color: #ff6622;
            color: #fff;
            border: none;
            font-size: 1.5rem;
            padding: 14px 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }
        /* 视频卡片网格容器 - PC三列 */
        .video-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1500px;
            margin: 0 auto 50px;
        }
        /* 单个视频卡片 */
        .video-card {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        /* 视频容器（用来居中播放图标遮罩） */
        .video-wrap {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
        }
        /* 原生视频自适应 */
        .video-wrap video {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        /* 居中悬浮播放遮罩图标 */
        .play-mask {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.3s ease;
        }
        .play-mask::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 20px solid #333;
            margin-left: 4px;
        }
        /* 播放时隐藏播放按钮 */
        .video-wrap.playing .play-mask {
            opacity: 0;
            pointer-events: none;
        }
        /* 视频标题文字 */
        .video-title {
            font-size: 1.1rem;
            text-align: center;
            line-height: 1.4;
			color:#fff;
			margin:0.6rem 0;
        }
        /* 底部查看更多按钮 */
        .view-more-wrap {
            text-align: center;
        }
        .view-more-btn {
            padding: 10px 26px;
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
            border-radius: 6px;
            font-size: 1rem;
            cursor: pointer;
        }
        /* ========== 媒体查询：移动端 768px以下 单列布局 ========== */
        @media screen and (max-width: 768px) {
            .section-head h2 {
                font-size: 2.5rem;
            }
            .section-head p {
                font-size: 1.1rem;
            }
            .tab-normal, .tab-orange {
                font-size: 1.2rem;
				margin: 1rem 0;
            }
            /* 网格改为单列 */
            .video-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .play-mask {
                width: 48px;
                height: 48px;
            }
        }
		
		/* 后台产品列表基础样式 */
		/* 产品列表样式 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.product-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s;
}

.product-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.product-item h3 {
    margin: 15px 0 10px;
    font-size: 18px;
}

.product-item .read-more {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.product-item .read-more:hover {
    text-decoration: underline;
}

/* 分类筛选按钮 */
.product-filters {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.filter-btn.active,
.filter-btn:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* 工厂介绍 */
  .about-section {
             width: 100%;
             max-width: 1850px;
             margin: 0 auto;
             padding: 60px 30px;
             overflow: hidden;
         }
         /* PC端 左右1:1等分、等高 */
         .about-wraps {
             display: grid;
             grid-template-columns: 1fr 1fr;
             gap: 50px;
             align-items: stretch;
             width: 100%;
         }
         /* 左侧四格网格布局 */
         .about-left {
             display: grid;
             grid-template-columns: 1fr 1fr;
             grid-template-rows: auto auto;
             gap: 16px;
             width: 100%;
         }
         .factory-img { grid-column: 1 / 2; grid-row: 1 / 2; width: 100%; }
         .quality-card {
             grid-column: 2 / 3;
             grid-row: 1 / 2;
             background: #fff;
             border-radius: 12px;
             /* padding: 30px 24px; */
             box-shadow: 0 2px 12px rgba(0,0,0,0.05);
             width: 100%;
         }
         .year-card {
             grid-column: 1 / 2;
             grid-row: 2 / 3;
             /* background: #0047bb; */
             border-radius: 12px;
             color: #fff;
             display: flex;
             flex-direction: column;
             justify-content: center;
             /* padding: 30px 24px; */
             width: 100%;
         }
         .parts-img { grid-column: 2 / 3; grid-row: 2 / 3; width: 100%; }
         .box-img {
             width: 100%;
             max-width: 100%;
             height: 100%;
             object-fit: cover;
             border-radius: 12px;
             display: block;
         }
         .quality-icon { width: 48px; margin-bottom: 12px; }
         .quality-title {
             font-size: 22px;
             color: #002060;
             font-weight: 600;
             margin-bottom: 10px;
         }
         .quality-text {
             color: #555;
             font-size: 15px;
             line-height: 1.6;
         }
         .year-num {
             font-size: 52px;
             font-weight: bold;
             line-height: 1;
             margin-bottom: 8px;
         }
         .year-desc { font-size: 18px; opacity: 0.95; }
         /* 右侧内容 */
         .about-right {
             width: 100%;
             overflow: hidden;
         }
         .about-right h2 {
             font-size: 56px;
             color: #ff6600;
             /* margin-bottom: 30px; */
             font-weight: 700;
         }
 		.about-right h3 {
 			margin: .5rem 0;
 			font: weight 500; 
 			font-size: 30px;
 		}
         .about-desc {
             font-size: 17px;
             line-height: 1.75;
             color: #222;
             margin-bottom: 50px;
             width: 100%;
         }
         .honor-head {
             display: flex;
             align-items: center;
             gap: 20px;
             margin-bottom: 24px;
             width: 100%;
         }
         .honor-title {
             font-size: 24px;
             color: #002060;
             font-weight: 600;
             white-space: nowrap;
         }
         .honor-line {
             flex: 1;
             height: 1px;
             background: #002060;
             opacity: 0.4;
         }
         /* 证书轮播 宽度限制修复 */
         .cert-slider {
             width: 100%;
             padding: 0 60px; /* 给箭头预留内部空间，不再向外溢出 */
             position: relative;
         }
         .cert-item img {
             width: 100%;
             max-width: 210px;
             margin: 0 auto;
             display: block;
             border: 1px solid #eee;
         }
         /* 轮播箭头修复：取消负边距，内置在轮播容器内，不会溢出屏幕 */
         .slick-prev, .slick-next {
             width: 48px;
             height: 48px;
             border-radius: 50%;
             border: 1px solid #002060;
             background: transparent;
             z-index: 9;
             top: 50%;
             transform: translateY(-50%);
         }
         .slick-prev:before, .slick-next:before {
             color: #002060;
             font-size: 18px;
         }
         .slick-prev { left: 0; }
         .slick-next { right: 0; }
         /* 平板响应式 */
         @media screen and (max-width: 1024px) {
             .about-wraps{ grid-template-columns: 1fr; gap: 40px; }
             .about-right h2 { font-size: 42px; }
             .cert-slider { padding: 0 50px; }
         }
         /* 手机端 */
         @media screen and (max-width: 640px) {
             .about-left { grid-template-columns: 1fr; }
             .factory-img, .quality-card, .year-card, .parts-img {
                 grid-column: 1 / -1;
             }
             .about-section { padding: 40px 16px; }
             .about-right h2 { font-size: 32px; }
             .year-num { font-size: 40px; }
             .honor-head { flex-wrap: wrap; }
             .cert-slider { padding: 0 35px; }
 			.about-right h3{
 				font-size: 1rem;
 			}
         }
		 
		 /* 咨询列表 */
		 /*===== 资讯中心 news-section 样式 完全保留你原有样式 =====*/
		 .news-section {
		     max-width: 1920px;
		     margin: 0 auto;
		     padding: 80px 30px;
		 }
		 /* 标题 */
		 .news-title {
		     font-size: 64px;
		     font-weight: bold;
		     text-align: center;
		     margin-bottom: 60px;
		     color: #000000;
		 }
		 /* 三列网格容器 */
		 .news-grid {
		     display: grid;
		     grid-template-columns: repeat(3, 1fr);
		     gap: 45px 35px;
		 }
		 /* 单条资讯卡片 */
		 .news-item {
		     display: flex;
		     flex-direction: column;
		     gap: 12px;
		 }
		 /* 资讯标题 */
		 .news-item h2 {
		     font-size: 1.4rem;
		     font-weight: 700;
		     line-height: 1.5;
		     color: #111;
		 }
		 /* 日期 */
		 .news-date {
		     font-size: 1.2rem;
		     color: #444444;
		 	font-weight: 600;
		 }
		 /* 资讯正文摘要 */
		 .news-desc {
		     font-size: 1rem;
		     line-height: 1.5;
		     color: #333333;
		 }
		 /* 平板适配 */
		 @media screen and (max-width: 1024px) {
		     .news-title {
		         font-size: 48px;
		     }
		     .news-grid {
		         gap: 40px 25px;
		     }
		 }
		 /* 手机端两列 */
		 @media screen and (max-width: 768px) {
		     .news-title {
		         font-size: 38px;
		         margin-bottom: 40px;
		     }
		     .news-grid {
		         grid-template-columns: repeat(2, 1fr);
		         gap: 35px 20px;
		     }
		     .news-section {
		         padding: 50px 20px;
		     }
		 }
		 /* 超小手机单列 */
		 @media screen and (max-width: 480px) {
		     .news-title {
		         font-size: 32px;
		     }
		     .news-grid {
		         grid-template-columns: 1fr;
		         gap: 30px;
		     }
		 }
		 .news-author {
		     font-size: 1rem;
		     color: #444444;
		 	font-weight: 600;
			margin-bottom: .5rem;
		 }
		 .news-item h2 a:hover {
		     text-decoration: underline;
		 }
		 /*  */
		 .page-banner {
		     width: 100%;
		     height: 25rem;
		     background: url("/wp-content/themes/sk/img/inn.jpg") center center / cover no-repeat;
		     display: flex;
		     flex-direction: column;
		     justify-content: center;
		     padding: 0 1.875rem;
		     position: relative;
		 }
		 .page-banner::before {
		     content: "";
		     position: absolute;
		     left: 0;
		     top: 0;
		     width: 100%;
		     height: 100%;
		     background: rgba(0, 0, 0, 0.45);
		     z-index: 1;
		 }
		 .banner-inner {
		     max-width: 120rem;
		     margin: 0 auto;
		     width: 100%;
		     position: relative;
		     z-index: 2;
		 }
		 .banner-title {
		     font-size: 4rem;
		     color: #fff;
		     font-weight: 700;
		     margin-bottom: 1rem;
		 }
		 .breadcrumb {
		     font-size: 1.125rem;
		     color: #fff;
		 }
		 .breadcrumb a {
		     color: #96c03d;
		     text-decoration: none;
		 }
		 .breadcrumb span {
		     color: #fff;
		 }
		 
		 /* ========== 产品区域 ========== */
		 .product-section {
		     max-width: 120rem;
		     margin: 0 auto;
		     padding: 2rem 1.875rem;
			 background: #fff;
		 }
		 .product-header {
		     display: grid;
		     grid-template-columns: 1fr 1.875fr;
		     gap: 1.5rem;
		     margin-bottom: 1rem;
		     align-items: start;
		 }
		 .header-left .sub-title {
		     font-size: 1rem;
		     color: #96c03d;
		     margin-bottom: 0.75rem;
		     text-transform: uppercase;
		 }
		 .header-left .main-title {
		     font-size: 3rem;
		     line-height: 1.2;
		     font-weight: 700;
		 }
		 .header-right {
		     display: flex;
		     flex-direction: column;
		     gap: 1rem;
		     align-items: flex-end;
		 }
		 .header-right p {
		     font-size: 1rem;
		     line-height: 1.7;
		     color: #444;
		     text-align: right;
		 }
		 .quote-btn {
		     padding: 0.875rem 2.25rem;
		     background: #ff6600;
		     border: none;
		     border-radius: 99rem;
		     font-size: 1rem;
		     font-weight: 600;
		     cursor: pointer;
		     text-decoration: none;
		     color: #fff;
		 }
		 .quote-btn:hover {
		     background: #a9cc3b;
		 }
		 
		 /* ========== 主体布局 ========== */
		 .product-body {
		     display: grid;
		     grid-template-columns: 16rem 1fr;
		     gap: 3rem;
		 }
		 .product-sidebar {
		     width: 100%;
		 }
		 .sidebar-search {
		     position: relative;
		     margin-bottom: 2rem;
		 }
		 .sidebar-search input {
		     width: 100%;
		     padding: 0.75rem 1rem;
		     padding-right: 3rem;
		     border: 1px solid #ddd;
		     border-radius: 99rem;
		     font-size: 0.9375rem;
		     outline: none;
		 }
		 .sidebar-search .search-icon {
		     position: absolute;
		     right: 1rem;
		     top: 50%;
		     transform: translateY(-50%);
		     color: #777;
		 }
		 .sidebar-cat {
		     margin-bottom: 3rem;
		 }
		 .sidebar-cat h4 {
		     font-size: 1.25rem;
		     margin-bottom: 1rem;
		     font-weight: 700;
		     padding-bottom: 0.75rem;
		     border-bottom: 1px solid #eee;
		 }
		 .sidebar-cat ul {
		     list-style: none;
		 }
		 .sidebar-cat li {
		     padding: 1.5rem 0;
		     border-bottom: 1px solid #eee;
		     font-weight: 600;
		 }
		 .sidebar-cat li a {
		     font-size: 1rem;
		     color: #333;
		     text-decoration: none;
		     display: flex;
		     align-items: center;
		     gap: 0.625rem;
		 }
		 .sidebar-cat li a::before {
		     content: "●";
		     font-size: 0.625rem;
		     color: #222;
		 }
		 .sidebar-cat li a:hover {
		     color: #96c03d;
		 }
		 
		 /* ========== Hot Ebikes ========== */
		 .sidebar-hot {
		     width: 100%;
		 }
		 .sidebar-hot h4 {
		     font-size: 1.25rem;
		     margin-bottom: 1rem;
		     font-weight: 700;
		     padding-bottom: 0.75rem;
		     border-bottom: 1px solid #eee;
		 }
		 .hot-swiper {
		     display: none;
		 }
		 .hot-list {
		     display: block;
		 }
		 .hot-item {
		     display: grid;
		     grid-template-columns: 5rem 1fr;
		     gap: 1rem;
		     padding: 1.5rem 0;
		     border-bottom: 1px solid #eee;
		     align-items: center;
		 }
		 .hot-item-img {
		     width: 100%;
		     max-width: 5rem;
		 }
		 .hot-item-text a {
		     font-size: 1rem;
		     color: #222;
		     text-decoration: none;
		     line-height: 1.5;
		 }
		 .hot-item-text a:hover {
		     color: #96c03d;
		 }
		 
		 /* ========== Swiper ========== */
		 .hot-swiper {
		     overflow: hidden;
		     padding: 0 0.25rem 1rem;
		 }
		 .hot-swiper-item {
		     text-align: center;
		     width: 100%;
		     min-width: 0;
		 }
		 .hot-swiper-item .hot-item-img {
		     width: 100%;
		     max-width: 4.5rem;
		     margin: 0 auto 0.5rem;
		 }
		 .hot-swiper-item .hot-item-text a {
		     font-size: 0.7rem;
		     line-height: 1.2;
		     color: #222;
		     text-decoration: none;
		 }
		 
		 /* ========== 产品网格 ========== */
		 .product-grid {
		     display: grid;
		     grid-template-columns: repeat(4, 1fr);
		     gap: 3rem 1.5rem;
		     margin-bottom: 3rem;
		 }
		 .product-card {
		     display: flex;
		     flex-direction: column;
		     align-items: center;
		     text-align: center;
		 }
		 .product-card .img-box {
		     width: 100%;
		     margin-bottom: 1.25rem;
		 }
		 .product-card h3 {
		     font-size: 1.125rem;
		     line-height: 1.5;
		     margin-bottom: 1.25rem;
		     font-weight: 600;
		 }
		 .view-all-btn {
		     padding: 0.625rem 1.75rem;
		     background: #222;
		     color: #fff;
		     border-radius: 99rem;
		     text-decoration: none;
		     font-size: 0.9375rem;
		 }
		 .view-all-btn:hover {
		     background: #444;
		 }
		 
		 /* ========== 分页 ========== */
		 .product-pagination {
		     display: flex;
		     justify-content: center;
		     align-items: center;
		     gap: 1rem;
		 }
		 .product-pagination a,
		 .product-pagination span {
		     width: 2.5rem;
		     height: 2.5rem;
		     display: flex;
		     align-items: center;
		     justify-content: center;
		     border: 1px solid #ddd;
		     border-radius: 50%;
		     text-decoration: none;
		     color: #222;
		     font-size: 1rem;
		 }
		 .product-pagination a:hover {
		     background: #f5f5f5;
		 }
		 .product-pagination .current {
		     background: #222;
		     color: #fff;
		     border-color: #222;
		 }
		 .product-pagination .disabled {
		     color: #aaa;
		     cursor: not-allowed;
		 }
		 
		 /* ========== 响应式 ========== */
		 @media screen and (max-width: 64rem) {
		     .page-banner {
		         height: 18rem;
		     }
		     .banner-title {
		         font-size: 2.8rem;
		     }
		     .product-header {
		         grid-template-columns: 1fr;
		     }
		     .header-right {
		         align-items: flex-start;
		     }
		     .header-right p {
		         text-align: left;
		     }
		     .product-body {
		         grid-template-columns: 1fr;
		     }
		 
		     /* ★★★ 侧边栏固定在顶部 ★★★ */
		     .product-sidebar {
		         position: sticky;
		         top: 0;
		         z-index: 999;
		         background: #ffffff;
		         padding: 0.5rem 0.3rem;
		         margin-bottom: 0.5rem;
		         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		         width: 100%;
		         overflow: hidden;
		     }
		     .sidebar-search {
		         display: none;
		     }
		     .sidebar-cat {
		         margin-bottom: 0;
		         overflow-x: auto;
		         overflow-y: hidden;
		         -webkit-overflow-scrolling: touch;
		         scrollbar-width: none;
		         padding: 0.25rem 0;
		     }
		     .sidebar-cat::-webkit-scrollbar {
		         display: none;
		         width: 0;
		         height: 0;
		     }
		     .sidebar-cat h4 {
		         display: none;
		     }
		     .sidebar-cat ul {
		         display: flex;
		         gap: 0.5rem;
		         padding: 0;
		         flex-wrap: nowrap;
		         min-width: max-content;
		     }
		     .sidebar-cat li {
		         padding: 0.8rem 0.9rem;
		         border-bottom: none;
		         border-radius: 99rem;
		         background: #f0f2f5;
		         flex-shrink: 0;
		         font-weight: 500;
		         list-style: none;
		         transition: background 0.2s;
		         -webkit-tap-highlight-color: transparent;
		     }
		     .sidebar-cat li a {
		         font-size: 0.9rem;
		         color: #333;
		         gap: 0;
		         text-decoration: none;
		         white-space: nowrap;
		     }
		     .sidebar-cat li a::before {
		         display: none;
		     }
		     .sidebar-cat li:active {
		         background: #96c03d;
		     }
		     .sidebar-cat li:active a {
		         color: #fff;
		     }
		     .sidebar-hot {
		         display: none;
		     }
		 
		     .product-grid {
		         display: grid;
		         grid-template-columns: repeat(2, 1fr);
		         gap: 1rem 0.8rem;
				    display: grid;
				     grid-template-columns: repeat(4, 1fr);
				     gap: 30px;
				     max-width: 1400px;
				     margin: 0 auto;
				     justify-items: center;
				     padding: 20px 10px;
		     }
		     .product-card .img-box {
		         width: 100%;
		         max-width: 100%;
		         overflow: hidden;
		     }
		     .product-card .img-box img {
		         width: 100%;
		         height: auto !important;
		         object-fit: cover;
		         aspect-ratio: 1 / 1;
		     }
		     .header-left .main-title {
		         font-size: 2.25rem;
		     }
		     .product-card h3 {
		         font-size: 0.7rem;
		         line-height: 1.3;
		         margin-bottom: 0.5rem;
		     }
		     .view-all-btn {
		         padding: 0.2rem 0.6rem;
		         font-size: 0.6rem;
		     }
		     .hot-list {
		         display: none;
		     }
		     .hot-swiper {
		         display: block;
		     }
		     .hot-swiper .swiper-slide {
		         width: 25% !important;
		         flex-shrink: 0;
		     }
		     .hot-swiper-item .hot-item-img {
		         max-width: 100%;
		         width: 100%;
		         overflow: hidden;
		     }
		     .hot-swiper-item .hot-item-img img {
		         width: 100%;
		         height: auto !important;
		         object-fit: cover;
		         aspect-ratio: 1 / 1;
		     }
		     .hot-swiper-item .hot-item-text a {
		         font-size: 0.55rem;
		         line-height: 1.1;
		         display: block;
		         word-break: break-word;
		     }
		 
		     html,
		     body {
		         overflow-x: hidden;
		         max-width: 100%;
		     }
		     .product-body {
		         overflow-x: hidden;
		     }
		     .product-wrap {
		         overflow-x: hidden;
		     }
		 }
		 
		 @media screen and (max-width: 37.5rem) {
		     .page-banner {
		         height: 14rem;
		     }
		     .banner-title {
		         font-size: 2rem;
		         margin-bottom: 0.6rem;
		     }
		     .breadcrumb {
		         font-size: 0.9rem;
		     }
		     .product-section {
		         padding: 2.5rem 0.3rem;
		     }
		 
		     .product-grid {
		    display: grid;
		     grid-template-columns: repeat(3, 1fr);
		     gap: 1rem 0.8rem;
		     }
		     .product-card .img-box {
		         overflow: hidden;
		     }
		     .product-card .img-box img {
		         width: 100%;
		         height: auto !important;
		         object-fit: cover;
		         aspect-ratio: 1 / 1;
		     }
		     .product-card h3 {
		         font-size: 0.65rem;
		         line-height: 1.3;
		         margin-bottom: 0.5rem;
		     }
		     .view-all-btn {
		         padding: 0.2rem 0.6rem;
		         font-size: 0.55rem;
		     }
		 
		     .header-left .main-title {
		         font-size: 1.75rem;
		     }
		     .product-pagination a,
		     .product-pagination span {
		         width: 2rem;
		         height: 2rem;
		     }
		 
		     .hot-swiper .swiper-slide {
		         width: 50% !important;
		     }
		     .hot-swiper-item .hot-item-img {
		         max-width: 100%;
		         overflow: hidden;
		     }
		     .hot-swiper-item .hot-item-img img {
		         width: 100%;
		         height: auto !important;
		         object-fit: cover;
		         aspect-ratio: 1 / 1;
		     }
		     .hot-swiper-item .hot-item-text a {
		         font-size: 0.5rem;
		         line-height: 1.1;
		         display: block;
		         word-break: break-word;
		     }
		 
		     html,
		     body {
		         overflow-x: hidden;
		         max-width: 100%;
		     }
		     .product-body {
		         overflow-x: hidden;
		     }
		     .product-wrap {
		         overflow-x: hidden;
		     }
		 }
		 
/* 右侧固定悬浮侧边栏容器 */
.float-contact-bar{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index:999;
    display:flex;
    flex-direction:column;
    gap:0;
}
/* 侧边按钮通用样式 */
.float-btn{
    width:82px;
    padding:12px 6px;
    background:#fff;
    border:1px solid #eee;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    cursor:pointer;
    position:relative;
    transition: all 0.25s ease;
}
.slick-slide{
	padding: 0 3px;
}
/* a标签继承父容器布局，无默认下划线 */
.float-btn a{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    text-decoration:none;
}
.float-btn i{
    font-size:32px;
    transition: color 0.25s ease;
}
.float-btn span{
    font-size:14px;
    color:#333;
    transition: color 0.25s ease;
}

/* WhatsApp按钮 默认样式 */
.btn-whatsapp i{
    color:#25D366;
}
/* WhatsApp hover 变色 */
.btn-whatsapp:hover{
    background:#25D366;
    border-color:#25D366;
}
.btn-whatsapp:hover i,
.btn-whatsapp:hover span{
    color:#ffffff;
}

/* Email按钮 默认样式 */
.btn-email i{
    color:#F5A623;
}
/* Email hover 变色 */
.btn-email:hover{
    background:#F5A623;
    border-color:#F5A623;
}
.btn-email:hover i,
.btn-email:hover span{
    color:#ffffff;
}

/* WeChat按钮 基础样式 */
.btn-wechat i {
	color: #07C160;
}
.btn-wechat:hover{
    background:#07C160;
    border-color:#07C160;
}
.btn-wechat:hover i,
.btn-wechat:hover span{
    color:#ffffff;
}

/* 微信二维码弹窗：动画核心修改 */
.wechat-qrcode-popup{
    position:absolute;
    right:110px;
    top:0;
    width:180px;
    background:#fff;
    border-radius:12px;
    padding:24px 16px;
    box-shadow:0 0 12px rgba(0,0,0,0.15);

    /* 动画初始隐藏状态 */
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease-out;
}
/* hover弹窗动画激活 */
.btn-wechat:hover .wechat-qrcode-popup{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 二维码图片 */
.qrcode-img{
    width:100%;
    display:block;
    margin-bottom:16px;
}
/* 微信文字标识 */
.wechat-text{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:14px;
    color:#333;
	text-align: center;
}
.fa-weixin{
	text-align: center;
	display: block;
}
.wechat-text i{
    color:#07C160;
    font-size:28px;
}

/* 移动端适配 */
@media (max-width: 768px){
    .float-contact-bar{
		display: none;
	}
}		 
/* 整体悬浮容器 固定右下角 */
.demo-text {
    height: 100vh;
    line-height: 100vh;
    text-align: center;
    font-size: 24px;
}


.float-service-wrap {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* 返回顶部箭头按钮 默认隐藏 */
.back-top-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 滚动动画初始状态 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
	margin-bottom: .8rem;
}
.back-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-top-btn svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

/* 客服机器人主圆形按钮 */
.service-bot-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #ff6600;
    border: 3px solid #b7f0e4;
    box-shadow: 0 4px 16px rgba(6, 193, 156, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* 客服图片样式 */
.bot-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* 小红点晃动关键帧动画 */
@keyframes shakeBadge {
    0%,100% { transform: rotate(0deg); }
    20% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    60% { transform: rotate(-8deg); }
    80% { transform: rotate(8deg); }
}
/* 右上角小红点角标 开启持续晃动 */
.badge-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 32px;
    height: 32px;
    background: #f5222d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    animation: shakeBadge 0.6s infinite ease-in-out;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .float-service-wrap {
        right: 16px;
        bottom: 24px;
    }
    .back-top-btn {
        width: 2rem;
        height: 2rem;
    }
    .service-bot-btn {
        width: 4rem;
        height: 4rem;
    }
    .bot-img {
        width: 36px;
        height: 36px;
    }
    .badge-dot {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
}