<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear {
	height: 0!important;
}

.cto-toolbar {display: none!important;}

body.themedesigner_active {
	background: #f8f8f8!important;
}

body.page-loaded #themedesigner_iframe
{
	opacity: 1;
}

body.waiting_for_iframe #themedesigner_iframe
{
	opacity: .75 !important;
}

.slimScrollBar {z-index: 9999 !important;}

#themedesigner_iframe {
	width: 100%!important;
	height: calc(100vh - 95px)!important;
}

.palette_wrapper {
	padding: 10px 10px 0 10px;
}

.palette_wrapper.active {
	margin-bottom: 25px;
}

.palette_wrapper li {
	list-style-type: none;
}

/* quick info */
.themedesigner_quickinfo .hidden {display: none;}

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

#themedesigner_iframe {
	display: block;
	opacity: 0;
	visibility: visible;
}

.themedesigner_mobile #themedesigner_iframe {
	height: 100%!important;
}

.checkbox {
	display: none;
}

/* themedesigner_active */
body.themedesigner_active {
	background-color: #e6e6e6;
	background-attachment: fixed;
	transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}


/* themedesigner_iframe_wrapper */
#themedesigner_iframe_wrapper {
	margin-left: 285px;
	padding-top: 85px;
	height: calc(100vh - 10px);
	overflow: hidden;
}

#themedesigner_iframe_wrapper .inner {
	position: relative;
	margin: 0px 30px 0 40px;
}

#themedesigner_iframe_wrapper .loader
{
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	background: rgba(255,255,255,0);
}

#themedesigner_iframe_wrapper .loader.show
{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(255,255,255) url(../../system/modules/pct_themer/assets/img/loading.svg) center center no-repeat;
	z-index: 20;
}

body.themedesigner_mobile #themedesigner_iframe_wrapper {
	min-height: 930px;
}


body.themedesigner_desktop #themedesigner_iframe_wrapper .inner {
	height: 100vh;
	box-shadow: 0 0px 9px 4px rgba(0,0,0,0.1);
}

body.themedesigner_mobile #themedesigner_iframe_wrapper .inner {
	width: 405px;
	height: 812px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: 0;
	box-shadow: none;
}

body.themedesigner_tablet_portait #themedesigner_iframe_wrapper .inner {
	width: 808px;
	height: 1064px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: 0;
	box-shadow: none;
}

body.themedesigner_tablet_landscape #themedesigner_iframe_wrapper .inner {
	width: 1064px;
	height: 808px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: 0;
	box-shadow: none;
}

#themedesigner_iframe_wrapper.zoom_75 .inner {
	transform: scale(0.75);
	transform-origin: top;
}

#themedesigner_iframe_wrapper.zoom_50 .inner {
	transform: scale(0.5);
	transform-origin: top;
}


#themedesigner_iframe_wrapper iframe {
	position: relative;
	background: #f2f2f2;
	z-index: 10;
}

body.themedesigner_tablet_portait #themedesigner_iframe_wrapper iframe,
body.themedesigner_tablet_landscape #themedesigner_iframe_wrapper iframe,
body.themedesigner_mobile #themedesigner_iframe_wrapper iframe  {
	padding: 0;
	border-radius: 30px;
	border: 20px solid #000;
}

body.themedesigner_tablet_portait #themedesigner_iframe_wrapper iframe {
	height: 1024px!important;
}

body.themedesigner_tablet_landscape #themedesigner_iframe_wrapper iframe {
	height: 768px!important;
}

/* themedesigner_minified */
body.themedesigner_minified {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}

body.themedesigner_minified #themedesigner_iframe_wrapper {
	height: 100vh;
}
body.themedesigner_minified .themedesigner_bar {
	top: -100px;
}

body.themedesigner_minified .themedesigner_wrapper {
	left: -285px;
}

body.themedesigner_minified #themedesigner_iframe_wrapper {
	margin: 0;
	padding: 0;
}

body.themedesigner_minified:not(.themedesigner_mobile):not(.themedesigner_tablet_portait):not(.themedesigner_tablet_landscape) #themedesigner_iframe_wrapper iframe {
	margin: 0 auto;
	height: 100vh!important;
}

body.themedesigner_minified #themedesigner_iframe_wrapper .inner {
	margin: 0 auto;
}

body.themedesigner_minified.themedesigner_tablet_landscape #themedesigner_iframe_wrapper .inner,
body.themedesigner_minified.themedesigner_tablet_portait #themedesigner_iframe_wrapper .inner,
body.themedesigner_minified.themedesigner_mobile #themedesigner_iframe_wrapper .inner {
	margin: 30px auto 0 auto;
}

body.themedesigner_minified #themedesigner_quickinfo {
	display: none;
}

.pct_themedesigner .logo {
	width: auto;
	height: auto;
	float: none;
}

.pct_navigation ul li {
	list-style-type: none;
}

.pct_navigation .hidden,
.pct_themedesigner .hidden {
	display: none;
}

.pct_themedesigner .section {
	opacity: 1;
}


.pct_themedesigner .section:not(.active) {
	visibility: hidden;
	height: 0 !important;
	opacity: 0;
	overflow: hidden;
}

.pct_themedesigner .section.active {
	overflow: visible;
}

.themedesigner_wrapper {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #292929;
	z-index: 1000000000;
	overflow: visible!important;
	width: 285px;
	position: fixed;
	left: 8px;
	top: 84px;
	height: calc(100% - 94px);
	background: #f1f3f5;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
}

.pct_themedesigner {
	margin-bottom: 80px;
}

/** navigation **/
.pct_navigation {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 10;
}

.pct_navigation ul li {
	position: relative;
	display: inline-block;
	line-height: 45px;
	color: #212529;
	font-size: 14px;
	padding: 0 15px;
	white-space: nowrap;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.pct_navigation ul li ul li {
	display: block;
	line-height: 36px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	min-width: 160px;
}

.pct_navigation ul li ul li.headerSticky {
	border-top: 2px solid rgba(0,0,0,0.2);
}

.pct_navigation ul li ul li:first-child {
	border-top: 0;
}

.pct_navigation ul li ul li span {
	padding: 0 25px;
}

.pct_navigation ul li ul li:hover {
	color: #e90069;
}

.pct_navigation ul &gt; li ul {
	display: none;
}

.pct_navigation ul &gt; li ul {
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
}

.pct_navigation ul &gt; li:hover ul {
	display: block;
}

.pct_navigation span {
	cursor: pointer;
	display: block;
}

.edge .pct_navigation li {
	transition: none;
}

.pct_navigation li:hover {
	color: #e90069;
}

.pct_navigation li.active {
	color: #e90069;
}

.pct_navigation ul.level_2 li.active {
	color: #e90069;
}

/* device_and_zoom */
.pct_themedesigner #device_and_zoom {
	padding: 10px 0;
	display: flex;
	margin: 10px 10px 0 10px;
	border-radius: 10px;
	background: #f1f3f5;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
}
/* devices */
.pct_themedesigner #device_and_zoom ul.devices {
	flex: 0 0 55%;
	display: flex;
	margin-left: 10px;
}

.pct_themedesigner ul.devices li {
	flex: 0 0 25%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	list-style: none;
	cursor: pointer;
	opacity: 0.3;
}

.pct_themedesigner ul.devices li.active,
.pct_themedesigner ul.devices li:hover {
	opacity: 1;
}

.pct_themedesigner ul.devices li.desktop {
	background-image: url(../../system/modules/pct_themer/assets/img/device_desktop.svg);
}

.pct_themedesigner ul.devices li.tablet_portrait {
	background-image: url(../../system/modules/pct_themer/assets/img/device_tablet_portrait.svg);
}

.pct_themedesigner ul.devices li.tablet_landscape {
	background-image: url(../../system/modules/pct_themer/assets/img/device_tablet_landscape.svg);
}

.pct_themedesigner ul.devices li.mobile {
	background-image: url(../../system/modules/pct_themer/assets/img/device_mobile.svg);
}

/* zoom */
.pct_themedesigner #device_and_zoom ul.zoom {
	flex: 0 0 35%;
	gap: 3px;
	display: flex;
	margin-left: auto;
	align-items: center;
	margin-right: 10px;
}

.pct_themedesigner ul.zoom li {
	flex: 0 0 33.3333%;
	background-repeat: no-repeat;
	background-position: center;
	list-style: none;
	cursor: pointer;
	text-align: center;
	opacity: 0.3;
}

.pct_themedesigner ul.zoom li.active,
.pct_themedesigner ul.zoom li:hover {
	opacity: 1;
}

#themedesigner_loader {position: fixed; display: block; visibility:hidden; opacity: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 9999; background: rgba(255,255,255,0.5); transition:0.1s;}
#themedesigner_loader.active {visibility: visible; opacity: 1;}
#themedesigner_loader .loader { position: absolute; left: 50%; margin-left: -60px; top: 50%; margin-top: -60px; background-image: url(../../system/modules/pct_themer/assets/img/loading.svg); background-size: contain; width: 120px; height: 120px; transition:0.5s;}
body.wait_for_ajax #themedesigner_loader {display: block; background: transparent; visibility: visible;}


.themedesigner_bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	color: #212529;
	z-index: 100000000000;
	background: #f1f3f5;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid #ccc;
}

.themedesigner_bar:before {
	background: linear-gradient(-90deg, #A3278F 0%, #E52F50 100%);
	content: '';
	height: 5px;
	width: 100%;
	display: block;
}

.td_logo {
	margin-left: 20px;
	margin-right: 180px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	transition: width 0.6s ease;
	-webkit-transition: width 0.6s ease;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(0,0,0,0.6);
	position: relative;
}

.pct_navigation.block {
	float: left;
	overflow: visible;
}

.pct_versions {
	float: right;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 130px;
}

.pct_versions .formbody &gt; div {
	float: left;
}

.pct_versions input {
	padding: 6px 10px;
	font-size: 12px;
	border: 0;
}

.pct_versions input.text {
	padding-left: 16px;
	background: #ebebeb;
	border-radius: 20px;
	border: 0!important;
	width: 130px;
	height: 33px;
	margin-right: 10px;
	box-shadow: inset 3px 3px 6px #e3e3e3, inset -3px -3px 6px #f8f8f8;
}

.pct_versions input.text:focus {
	background: #fff;
}

.pct_versions input.submit,
.pct_versions button.submit {
	background: rgba(255,255,255,0.4)!important;
	box-shadow: 3px 3px 3px #dcdcdc, -3px -3px 3px #fff;
	padding: 7px 25px;
	font-size: 12px;
	border: 0;
	min-width: 0;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	height: 33px;
	cursor: pointer;
	font-weight: bold;
}

.pct_versions input.submit:hover,
.pct_versions button.submit:hover {
	background: #e90069!important;
	color: #fff;
}

.pct_versions button.submit {
	float: left;
}

.pct_versions label {
	display: none;
}

.pct_versions .widget-select {
	margin-left: 10px;
}

.pct_versions select {
	padding: 0 30px 0 10px;
	height: 33px;
	width: 150px;
	font-size: 12px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-image: url(../../system/modules/pct_themer/assets/img/dropdown.svg);
	background-position: 98% center;
    background-repeat: no-repeat;
    margin-right: 25px;
}

.pct_versions form div.widget {
	margin-bottom: 0;
}

/* td_palette */

.td_palette {
	position: relative;
}

.td_palette .switch {
	cursor:pointer;
	line-height: 1;
	padding: 13px;
	font-size: 13px;
}

.td_palette .switch.active {
	color: #292929;
}

.td_palette .switch:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	border: 3px solid #cccccc;
	margin-right: 7px;
}

.td_palette .switch.active:before {
	border-color: #e90069;
}

.td_palette .switch span {
	position: relative;
	top: -4px;
}

.td_palette .switch span i.only_mobile {
	position: absolute; 
	left: 140px;
	top: -1px;
	width: 60px;
	height: 24px;
	background: url(../../system/modules/pct_themer/assets/img/icon_only_mobile.svg);
	background-repeat: no-repeat;
	opacity: 0.8;
}

.td_palette .switch span i.only_tablet {
	position: absolute; 
	left: 133px;
	top: -1px;
	width: 70px;
	height: 26px;
	background: url(../../system/modules/pct_themer/assets/img/icon_only_tablet.svg);
	background-repeat: no-repeat;
	opacity: 0.8;
}

.td_palette .switch span i.only_desktop {
	position: absolute; 
	left: 124px;
	top: -1px;
	width: 66px;
	height: 23px;
	background: url(../../system/modules/pct_themer/assets/img/icon_only_desktop.svg);
	background-repeat: no-repeat;
	opacity: 0.8;
}

/* switch childs */
.td_palette .switch_childs {
	position: relative;
}

.td_palette .switch_childs .overlay {
	position: absolute;
	display: block;
	background: transparent;
	visibility: visible;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.td_palette .switch_childs.active .overlay {
	display: none;
}

.td_palette li {
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
}

.td_palette li label {
	display: none;
}

.td_palette .description {
	position: absolute;
	right: 16px;
	top: 14px;
}

.td_palette .description i {
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.8;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGZpbGw9IiNBM0EzQTMiIHBvaW50cz0iOC45OCw3LjEwOSA4Ljk4LDYuMzY1IDcuMDIsNi4zNjUgNi40Niw2LjM2NSA2LjQ2LDcuMTA5IDcuMDIsNy4xMDkgNy4wMiwxMC41NjIgNi40NiwxMC41NjIgNi40NiwxMS45MzMgNy4wMiwxMS45MzMgOC45OCwxMS45MzMgOS41NCwxMS45MzMgOS41NCwxMC41NjIgOC45OCwxMC41NjIgIi8+PGNpcmNsZSBmaWxsPSIjQTNBM0EzIiBjeD0iNy45MDciIGN5PSI0Ljc3NyIgcj0iMS4wNzMiLz48cGF0aCBmaWxsPSIjQTNBM0EzIiBkPSJNMTMuNjU3LDIuMzQzYy0wLjczNC0wLjczNS0xLjU5LTEuMzEyLTIuNTQyLTEuNzE0QzEwLjEyNywwLjIxMSw5LjA4LDAsOCwwUzUuODczLDAuMjExLDQuODg2LDAuNjI5QzMuOTMzLDEuMDMyLDMuMDc4LDEuNjA4LDIuMzQzLDIuMzQzYy0wLjczNCwwLjczNC0xLjMxMiwxLjU5LTEuNzE0LDIuNTQyQzAuMjExLDUuODczLDAsNi45MiwwLDhjMCwxLjA4LDAuMjExLDIuMTI3LDAuNjI5LDMuMTE0YzAuNDAzLDAuOTUyLDAuOTgsMS44MDgsMS43MTQsMi41NDNjMC43MzQsMC43MzQsMS41OSwxLjMxMSwyLjU0MiwxLjcxNEM1Ljg3MywxNS43ODgsNi45MiwxNiw4LDE2czIuMTI3LTAuMjEyLDMuMTE0LTAuNjI5YzAuOTUzLTAuNDAzLDEuODA4LTAuOTc5LDIuNTQyLTEuNzE0YzAuNzM0LTAuNzM1LDEuMzEyLTEuNTkxLDEuNzE0LTIuNTQzQzE1Ljc4OSwxMC4xMjcsMTYsOS4wOCwxNiw4YzAtMS4wOC0wLjIxMS0yLjEyNy0wLjYyOS0zLjExNEMxNC45NjgsMy45MzMsMTQuMzkxLDMuMDc4LDEzLjY1NywyLjM0M3ogTTgsMTQuNzljLTMuNzQ0LDAtNi43OS0zLjA0Ni02Ljc5LTYuNzljMC0zLjc0NCwzLjA0Ni02Ljc5LDYuNzktNi43OVMxNC43OSw0LjI1NiwxNC43OSw4QzE0Ljc5LDExLjc0NCwxMS43NDQsMTQuNzksOCwxNC43OXoiLz48L3N2Zz4=);
}

.td_palette .description i:hover {
	opacity: 1;
}

.td_palette .description i:before {
	background: #cbcbcb;
	line-height: 15px;
	height: 15px;
	width: 15px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.td_palette li.active .description i:before {
	background: #9d9d9d;
}

.td_palette .description .description-content {
	display: none;
	position: absolute;
	left: -170px;
	top: -2px;
	padding: 10px 15px;
	font-size: 10px;
	color: #fff;
	background: rgba(0,0,0,0.95);
	width: 160px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 17px;
	z-index: 100000;
}

.td_palette .description:hover .description-content {
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
	display: block;
}

.td_palette .description .description-content:before {
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 5px;
	left: 100%;
	content: '';
}

.td_palette .field_wrapper {
	padding: 15px 15px 20px 35px;
}

.td_palette input[type="number"] {
	padding: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2);
	width: 60px;
	text-align: center;
	font-size: 12px;
}

.td_palette .overlay {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	opacity: 1;
	visibility: visible;
	display: block;
}

.td_palette li.active .overlay {
	visibility: hidden;
	opacity: 0;
}

/* slider */

.pct_themedesigner .slider-input-wrapper,
.pct_themedesigner .ui-slider {
	float: left;
	width: 50%;
}

.pct_themedesigner .ui-slider {
	margin-top: 6px;
}

.pct_themedesigner .ui-widget.ui-widget-content {
	background: #eeeeee;
	border: 0;
}

.pct_themedesigner .ui-slider-horizontal {
	height: 5px;
}

.pct_themedesigner .ui-widget.ui-widget-content,
.pct_themedesigner .ui-slider-horizontal .ui-slider-range {
	box-shadow: inset 0px 1px 1px 1px rgb(220,220,220);
}

.pct_themedesigner .ui-slider .ui-slider-handle {
	border-radius: 100%;
	height: 16px;
	width: 16px;
	top: -6px;
}

.pct_themedesigner .ui-widget-header {
	background: none;
}

/* upload */

.dropzone {
	border: 1px dashed #e6e6e6;
	background: #fafafa;
	min-height: 0;
	background: url(../../system/modules/pct_themer/assets/img/icon_upload.svg) center 15px no-repeat;
	background-size: 45px;
}

.dropzone .dz-message {
	margin: 40px 40px 0px 40px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #e90069;
}

.dropzone .dz-preview.dz-processing .dz-progress {
	height: 5px;
	border: 0;
}

.dropzone .dz-preview .dz-image {
	width: 160px;
	border-radius: 0;
}

.dropzone .dz-preview .dz-image img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
	border: 1px solid #f4f4f4;
}

.dropzone .dz-preview {
	top: 45px;
	width: 160px;
}

.dropzone.dz-clickable {
	overflow: hidden;
}

/* toggler */
#themedesigner_toggler {
	position: fixed;
	right: 53px;
	top: 12px;
	height: 34px;
	width: 34px;
	background: transparent url(../../system/modules/pct_themer/assets/img/icon_visible.svg) center center no-repeat;
	cursor: pointer;
	z-index: 100000000000;
	border-radius: 100%;
}

#themedesigner_toggler:hover {
	opacity: 0.7;
}

body.themedesigner_minified #themedesigner_toggler {
	opacity: 1;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: #fff url(../../system/modules/pct_themer/assets/img/icon_visible_active.svg) center center no-repeat;
}

/* td_quickinfo */
#themedesigner_quickinfo {
	position: absolute;
	right: 90px;
	top: 19px;
}

#themedesigner_quickinfo .trigger {
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_info.svg) center center no-repeat;
	cursor: pointer;
	display: block;
}

#themedesigner_quickinfo .trigger:hover {
	opacity: 0.7;
}

#themedesigner_quickinfo .content {
	position: absolute;
	top: 32px;
	right: 0;
	width: 220px;
	max-height: 0;
	display: none;
}

#themedesigner_quickinfo .content_inside {
	padding: 15px 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	font-size: 13px;
}

#themedesigner_quickinfo:hover .content {
	display: block;
}

#themedesigner_quickinfo .content li {
	list-style-type: none;
	line-height: 15px;
	padding: 10px 0;
}

#themedesigner_quickinfo .theme {
	font-weight: bold;
	margin-bottom: 15px;
}

#themedesigner_quickinfo li[class^="header"] .seperator,
#themedesigner_quickinfo li[class^="header"] .value,
#themedesigner_quickinfo li[class*="header"] .seperator,
#themedesigner_quickinfo li[class*="header"] .value,
#themedesigner_quickinfo li[class^="layoutBoxedStyle"] .seperator,
#themedesigner_quickinfo li[class^="layoutBoxedStyle"] .value,
#themedesigner_quickinfo li[class*="layoutBoxedStyle"] .seperator,
#themedesigner_quickinfo li[class*="layoutBoxedStyle"] .value,
#themedesigner_quickinfo li.topbarElementsTopbar .seperator,
#themedesigner_quickinfo li.topbarElementsTopbar .value {
	display: none;
}

/* themedesigner_mobile */
#themedesigner_mobile {
	position: absolute;
	right: 90px;
	top: 25px;
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_phone.svg) center center no-repeat;
	cursor: pointer;
}

#themedesigner_mobile:hover {
	opacity: 0.7;
}

body.themedesigner_mobile #themedesigner_mobile {
	background-image: url(../../system/modules/pct_themer/assets/img/icon_phone_active.svg);
}

/* themedesigner_reset */

#themedesigner_reset {
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_reset.svg) center center no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

#themedesigner_reset:hover {
	opacity: 0.7;
}

#themedesigner_reset:active {
	background-image: url(../../system/modules/pct_themer/assets/img/icon_reset_active.svg);
}

/* colorpicker */

.colorpicker_preview {
	width: 60px;
	height: 30px;
	float: left;
	border-radius: 4px 0 0 4px;
	border: 1px solid #d5d5d5;
}

.colorpicker_color_input {
	float: left;
	width: 94px;
	height: 30px;
	background: #f4f4f4;
	border: 0!important;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.colorpicker_color_input:focus {
	background: #ebebeb;
}

.sp-preview {
	display: none;
}

.sp-replacer {
	height: 30px;
	border: 0!important;
	margin-left: 1px;
	border-radius: 0 4px 4px 0;
}

.sp-dd {
	text-indent: -99999px;
	background: #f4f4f4;
	border: 0!important;
	margin-left: 1px;
	background: url(../../system/modules/pct_themer/assets/img/icon_arrow_down.svg) center center no-repeat;
	border-radius: 0 4px 4px 0;
	width: 30px;
	height: 22px;
}

.sp-container {
	border: 0;
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	z-index: 100000000000;
	border-radius: 5px;
	padding: 5px;
}

.sp-container .sp-input {
	border: 1px solid #cbcbcb!important;
	border-radius: 2px!important;
	height: 27px;
}

.sp-color,
.sp-hue,
.sp-clear {
	border: 1px solid #cbcbcb!important;
}

.sp-alpha-handle {
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
}

.sp-palette-container {
	border: 0;
}

.sp-color {
	border-color: #cbcbcb;
}

.sp-picker-container,
.sp-palette-container {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.sp-container button {
	background: #e90069;
	border-color: #e90069;
	color: #fff;
	padding: 8px 15px;
	text-shadow: none;
	font-size: 11px;
}

.sp-cancel {
	color: #909090!important;
	margin-right: 10px;
}

.sp-cancel:hover {
	color: #e90069!important;
	text-decoration: none;
}

.sp-container button:hover {
	background: #e90069;
	border-color: #e90069;
	color: #fff;
	text-shadow: none;
	opacity: 0.8;
}

.sp-dragger {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
	background: none;
}

.sp-alpha {
	height: 12px;
	bottom: -16px;
}

.sp-alpha-inner {
	border: 1px dotted rgba(0,0,0,0.5);
}

.sp-clear-display {
	opacity: 0.6;
	cursor: pointer;
}

.sp-initial {
	border-color: #cbcbcb;
}

.sp-palette .sp-thumb-el {
	height: 25px;
	width: 25px;
	margin: 0;
	border: 0;
}

.sp-button-container {
	clear: both;
	text-align: right;
	padding-top: 3px;
}

.sp-fill {
	padding-top: 140px;
}

.sp-input {
	font-size: 11px!important;
}

.colorpicker.select {
	display: none;
}

/* accordion */

.td_toggler:not(.empty) {
	background: #fff;
	padding: 13px;
	margin-bottom: 1px;
	position: relative;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	border-radius: 4px;
}

.td_toggler.active:not(.empty) {
	box-shadow:5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
	color: #fff;
	background: #e90069;
}

ul.section_headerClassic .td_toggler.active:not(.empty),
ul.section_headerModern .td_toggler.active:not(.empty),
ul.section_headerMinimal .td_toggler.active:not(.empty),
ul.section_headerOnSide .td_toggler.active:not(.empty) {
	box-shadow:5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
	color: #333;
	border: 2px solid #e90069;
	background: #fff;
}

ul[class*="section_header"] .td_toggler.active:after {
	background: url(../../system/modules/pct_themer/assets/img/toggle_minus.svg) left center no-repeat;
}

.td_toggler:not(.empty):hover {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
}

.td_toggler:not(.empty):after {
	content: "";
	background: url(../../system/modules/pct_themer/assets/img/toggle_plus.svg) left center no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.td_toggler.active:after {
	background: url(../../system/modules/pct_themer/assets/img/toggle_minus_white.svg) left center no-repeat;
}

.td_toggler.empty {
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px;
	font-size: 13px;
	border-radius: 5px 5px 0 0;
}

.td_palette {
	display: none;
}

.palette_wrapper.active .td_palette {
	display: block;
	margin-bottom: 1px;
}

.palette_wrapper.active .td_palette:hover {
	overflow: visible;
}

/* input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* pct_versions_toggler */
.pct_versions_toggler {
	position: absolute;
	right: 127px;
	top: 25px;
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_save.svg) center center no-repeat;
	cursor: pointer;
	display: none;
}

/* select */
.pct_themedesigner .chosen-container-single .chosen-single {
	background: none;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 20px;
	padding-left: 15px;
}

.pct_themedesigner .chosen-container-active.chosen-with-drop .chosen-single {
	border-radius: 13px 13px 0 0;
}

.pct_themedesigner .chosen-container .chosen-results li.highlighted {
	background: none; 
	border: 0;
	color: #e90069;
}

.pct_themedesigner .chosen-container-active.chosen-with-drop .chosen-single {
	background: none;
}

.pct_themedesigner .chosen-container .chosen-results {
	padding: 10px;
}

.pct_themedesigner .chosen-container-single .chosen-drop {
	border-radius: 0 0 20px 20px;
	border-color: rgba(0,0,0,0.2);
}

.pct_themedesigner .chosen-container-single .chosen-search input[type=text] {
	border-radius: 20px;
	padding: 6px 20px 6px 5px;
	margin: 7px 10px;
	width: calc(100% - 20px);
	border: 1px solid rgba(0,0,0,0.2);
}

.pct_themedesigner .chosen-container li:last-of-type {
	border-bottom: 0;
}

.pct_themedesigner .ui-state-default,
.pct_themedesigner .ui-widget-content .ui-state-default,
.pct_themedesigner .ui-widget-header .ui-state-default {
	background: #eeeeee;
}

.pct_themedesigner .ui-state-hover {
	border-color: #e90069!important;
}

.pct_themedesigner .ui-state-active {
	background: #e90069!important;
}

.pct_themedesigner select.chosen-select {
	display: none;
}

.pct_themedesigner .chosen-container-single {
	width: 100%!important;
}

.pct_themedesigner .font_style_select {
	width: 135px;
	float: left;
}

.pct_themedesigner .font_style_select .chosen-search {
	display: none;
}

.pct_themedesigner .fontpicker_apply {
	float: right;
	width: 57px;
}

.font_preview {
	margin-bottom: 5px;
	padding: 10px;
	background: #f8f8f8;
	font-size: 17px;
	border-radius: 10px;
}

.chosen-container {
	margin-bottom: 3px;
}

.fontpicker_apply {
	line-height: 25px;
	background: #e90069;
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 20px;
	color: #fff;
}

.fontpicker_apply:hover {
	opacity: 0.9;
}

}

@media only screen and (max-width: 1550px) {
.pct_versions .select {
	width: 80px;
	margin-right: 10px;
}
}


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

	.pct_navigation ul li {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 858px)  {
	.pct_navigation ul li {
		padding: 0 12px;
	}
}

@media only screen and (max-width: 767px) {
	.themedesigner_bar,
	.themedesigner_wrapper {
		display: none;
	}

	body.themedesigner_active .themedesigner_frame {
		padding: 0;
	}

}

/* demo_mode_info */
.demo_mode_info {
	position: absolute;
	top: 15px;
	right: 180px;
	text-align: right;
	font-size: 10px;
}

.demo_mode_info strong {
	background: #e90069;
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	margin-right: 6px;
	border-radius: 3px;
}

@media only screen and (max-width: 980px) {
	.demo_mode .demo_mode_info {
		display: none;
	}
}

@media only screen and (max-width: 1400px) {
	.td_logo {
		display: none;
	}
}

/* header background-images */

.section_headerClassic .td_toggler,
.section_headerModern .td_toggler,
.section_headerMinimal .td_toggler,
.section_headerOnSide .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v1.svg);
	background-position: 10px center!important;
	background-repeat: no-repeat!important;
	padding: 30px 0 30px 140px;
}

.section_headerClassic .td_toggler:after,
.section_headerModern .td_toggler:after,
.section_headerMinimal .td_toggler:after,
.section_headerOnSide .td_toggler:after {
	top: 26px;
}

#headeronside_right-header-1 .td_toggler,
#headeronside_left-header-3 .td_toggler,
#headeronside_left-header-2 .td_toggler,
#headeronside_left-header-1 .td_toggler {
	padding-top: 40px;
	padding-bottom: 40px;
}

#headeronside_right-header-1 .td_toggler:after,
#headeronside_left-header-3 .td_toggler:after,
#headeronside_left-header-2 .td_toggler:after,
#headeronside_left-header-1 .td_toggler:after {
	top: 36px;
}

#headerclassic_classic-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v1.svg);
}

#headerclassic_classic-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v2.svg);
}

#headerclassic_classic-header-3 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v3.svg);
}

#headerclassic_classic-header-4 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v4.svg);
}

#headerclassic_classic-header-5 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v5.svg);
}

#headerclassic_classic-header-6 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v6.svg);
}

#headerclassic_classic-header-7 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v7.svg);
}

#headerclassic_classic-header-8 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v8.svg);
}

#headerclassic_classic-header-9 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v9.svg);
}

#headerclassic_classic-header-10 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v10.svg);
}

#headermodern_modern-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v1.svg);
}

#headermodern_modern-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v2.svg);
}

#headermodern_modern-header-3 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v3.svg);
}

#headermodern_modern-header-4 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v4.svg);
}

#headermodern_modern-header-5 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v5.svg);
}

#headermodern_modern-header-6 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v6.svg);
}

#headermodern_modern-header-7 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v7.svg);
}

#headermodern_modern-header-8 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v8.svg);
}

#headermodern_modern-header-9 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v9.svg);
}

#headermodern_modern-header-10 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v10.svg);
}

#headerminimal_minimal-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_minimal_v1.svg);
}

#headerminimal_minimal-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_minimal_v2.svg);
}

#headeronside_left-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v1.svg);
}

#headeronside_left-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v2.svg);
}

#headeronside_left-header-3 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v3.svg);
}

#headeronside_right-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v4.svg);
}

#themedesigner .mmenuSkinRESET {
	display: none!important;
}

/* fix for select chosen */
#themedesigner .chosen-container .chosen-drop {
	z-index: 100000;
}
/* =============================================================================
 * ce_scroll_reveal_words
 * ========================================================================== */

.ce_scroll_reveal_words a span {
  text-decoration: underline;
  color: inherit;
}

.ce_scroll_reveal_words[data-visible-on-start="1"] span.word {
  opacity: 0.2
}

.ce_scroll_reveal_words span.word {
	opacity: 0;
	white-space: nowrap;
}

.ce_scroll_reveal_words[data-align="left"] {
  text-align: left;
}

.ce_scroll_reveal_words[data-align="center"] {
  text-align: center;
}

.ce_scroll_reveal_words[data-align="right"] {
  text-align: right;
}

/* data-color */
.ce_scroll_reveal_words[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_scroll_reveal_words[data-color="second-color"] {
  color: var(--secondColor);
}

.ce_scroll_reveal_words[data-color="white"] {
  color: #ffffff;
}

.ce_scroll_reveal_words[data-color="black"] {
  color: #000000;
}

.ce_scroll_reveal_words[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_scroll_reveal_words[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_scroll_reveal_words[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_scroll_reveal_words[data-color="custom2"] {
  color: var(--customColor2);
}
/* =============================================================================
 * ce_scribble_animation
 * ========================================================================== */

/* a-tags */
.ce_scribble_animation a {
  text-decoration: underline;
  color: inherit;
}

/* align */
.ce_scribble_animation[data-align="left"] {
  text-align: left;
}

.ce_scribble_animation[data-align="center"] {
  text-align: center;
}

.ce_scribble_animation[data-align="right"] {
  text-align: right;
}

/* defaults */
.ce_scribble_animation span {
	position: relative;
	display: inline-block;	
}

.ce_scribble_animation svg {
	width: 100%;
	bottom: -20%;
	height: 30%;
	position: absolute;
	left: 0;
	display: none;
}

.ce_scribble_animation.isInViewport svg {
	display: block;
}

.ce_scribble_animation.isInViewport svg path {
	stroke-linecap: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 1;
	animation: scribble_animation 1.3s cubic-bezier(0.65,0,0.35,1) forwards;
}

/* styles */
.ce_scribble_animation[data-style="style4"] svg {
	width: 130%;
	height: 140%;
	top: -20%;
	left: -15%;
}

/* data-color */
.ce_scribble_animation[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_scribble_animation[data-color="second-color"] {
  color: var(--secondColor); 
}

.ce_scribble_animation[data-color="white"] {
  color: #ffffff;
}

.ce_scribble_animation[data-color="black"] {
  color: #000000;
}

.ce_scribble_animation[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_scribble_animation[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_scribble_animation[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_scribble_animation[data-color="custom2"] {
  color: var(--customColor2);
}

/* data-color-scribble */
.ce_scribble_animation[data-color-scribble="accent-color"] svg path {
  stroke: var(--accentColor);
}

.ce_scribble_animation[data-color-scribble="second-color"] svg path {
  stroke: var(--secondColor);
}

.ce_scribble_animation[data-color-scribble="white"] svg path {
  stroke: #ffffff;
}

.ce_scribble_animation[data-color-scribble="black"] svg path {
  stroke: #000000;
}

.ce_scribble_animation[data-color-scribble="light-gray"] svg path {
  stroke: #b4b4b4;
}

.ce_scribble_animation[data-color-scribble="dark-gray"] svg path {
  stroke: #7f7f7f;
}

.ce_scribble_animation[data-color-scribble="custom1"] svg path {
  stroke: #345b7c;
}

.ce_scribble_animation[data-color-scribble="custom2"] svg path {
  stroke: #f9bd22;
}

/* keyframes animations */
@keyframes scribble_animation {
	0% {
		stroke-dashoffset: 1;
		opacity: 0;
	}

	1% {
		opacity: 1;
	}

	100% {
		stroke-dashoffset: 0;
	}
}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode&gt;.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal&gt;.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical&gt;.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode&gt;.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered&gt;.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled&gt;.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical&gt;.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal&gt;.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical&gt;.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical&gt;.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* =============================================================================
 * ce_swiper-slider-start
 * ========================================================================== */
 
.ce_swiper-slider-start {
	  overflow-x: hidden;
	  overflow-y: visible;
}

 .ce_swiper-slider-start .swiper-pagination {
	display: none;
}

.ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display: block;
	z-index: 100;
}

.ce_swiper-slider-start .pagination-left .swiper-pagination {
	text-align: left;
}

.ce_swiper-slider-start .pagination-right .swiper-pagination {
	text-align: right;
}

/* style2_dark */

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet {
	background: rgba(0,0,0,.15);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: var(--accentColor);
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	background-color: var(--accentColor);
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_dark .swiper-button-next:after,
.ce_swiper-slider-start.style2_dark .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
}

/* style2_light */

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
	background-color: var(--accentColor);
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	transform: rotate(45deg);
	background-color: var(--accentColor);
}

.ce_swiper-slider-start.style2_light .swiper-button-next:after,
.ce_swiper-slider-start.style2_light .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(255,255,255,0.9);
}


/* style3_dark */

.ce_swiper-slider-start.style3_dark .swiper-buttons {
	margin-top: 45px;
}

.ce_swiper-slider-start.style3_dark .swiper-pagination {
	position: static;
}

.ce_swiper-slider-start.style3_dark .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
}

.ce_swiper-slider-start.style3_dark .swiper-pagination-bullet-active {
	background: var(--accentColor);
}

.ce_swiper-slider-start.style3_dark .swiper-button-next, 
.ce_swiper-slider-start.style3_dark .swiper-button-prev {
	position: static;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
	background: rgba(0,0,0,0.05);
	border-radius: 100%;
	transition: all .2s ease;
}

.ce_swiper-slider-start.style3_dark .swiper-button-prev {
	margin-right: 5px;
}

.ce_swiper-slider-start.style3_dark .swiper-button-next {
	margin-left: 5px;
}

.ce_swiper-slider-start.style3_dark .swiper-button-next:after, 
.ce_swiper-slider-start.style3_dark .swiper-button-prev:after {
	font-size: 19px;
	line-height: 50px;
	font-family: 'themify';
}

.ce_swiper-slider-start.style3_dark .swiper-button-next:hover,
.ce_swiper-slider-start.style3_dark .swiper-button-prev:hover {
	transform: scale(1.15);
}

.ce_swiper-slider-start.style3_dark .swiper-button-next:after {
	content: "\e628";
}

.ce_swiper-slider-start.style3_dark .swiper-button-prev:after {
	content: "\e629";
}

.ce_swiper-slider-start.style3_dark .swiper-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.ce_swiper-slider-start.style3_dark .pagination-left .swiper-buttons {
	text-align: left;
}

.ce_swiper-slider-start.style3_dark .pagination-right .swiper-buttons {
	text-align: right;
}

.ce_swiper-slider-start.style3_dark .pagination-left .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_dark .pagination-left .swiper-button-prev:hover,
.ce_swiper-slider-start.style3_dark .pagination-right .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_dark .pagination-right .swiper-button-prev:hover {
	transform: scale(1)!important;
}

/* style3_light */

.ce_swiper-slider-start.style3_light .swiper-buttons {
	margin-top: 45px;
}

.ce_swiper-slider-start.style3_light .swiper-pagination {
	position: static;
}

.ce_swiper-slider-start.style3_light .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.ce_swiper-slider-start.style3_light .swiper-pagination-bullet-active {
	background: var(--accentColor);
}

.ce_swiper-slider-start.style3_light .swiper-button-next, 
.ce_swiper-slider-start.style3_light .swiper-button-prev {
	position: static;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
	background: #fff;
	border-radius: 100%;
	transition: all .2s ease;
}

.ce_swiper-slider-start.style3_light .swiper-button-prev {
	margin-right: 5px;
}

.ce_swiper-slider-start.style3_light .swiper-button-next {
	margin-left: 5px;
}

.ce_swiper-slider-start.style3_light .swiper-button-next:after, 
.ce_swiper-slider-start.style3_light .swiper-button-prev:after {
	font-size: 19px;
	line-height: 50px;
	font-family: 'themify';
}

.ce_swiper-slider-start.style3_light .swiper-button-next:hover,
.ce_swiper-slider-start.style3_light .swiper-button-prev:hover {
	transform: scale(1.15);
}

.ce_swiper-slider-start.style3_light .swiper-button-next:after {
	content: "\e628";
}

.ce_swiper-slider-start.style3_light .swiper-button-prev:after {
	content: "\e629";
}

.ce_swiper-slider-start.style3_light .swiper-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.ce_swiper-slider-start.style3_light .pagination-left .swiper-buttons {
	text-align: left;
}

.ce_swiper-slider-start.style3_light .pagination-right .swiper-buttons {
	text-align: right;
}

.ce_swiper-slider-start.style3_light .pagination-left .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_light .pagination-left .swiper-button-prev:hover,
.ce_swiper-slider-start.style3_light .pagination-right .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_light .pagination-right .swiper-button-prev:hover {
	transform: scale(1)!important;
}

/* mousedown */

.ce_swiper-slider-start .swiper-container .swiper-slide {
	transition: all 0.2s ease;
}

.ce_swiper-slider-start .swiper-container.mousedown .swiper-slide {
	transform: scale(0.95);
}

/* cursor */

.ce_swiper-slider-start .hide-cursor .circle {
	display: none;
}

.ce_swiper-slider-start .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    pointer-events: none; /* Makes sure the circle doesn't block any mouse events */
    transition: all 0.2s ease;
    transform: translateX(-45px) translateY(-45px) scale(0.1);
    opacity: 0;
    z-index: 100000000;
}

.ce_swiper-slider-start .swiper-container.mouseover .circle {
	transform: translateX(-45px) translateY(-45px) scale(1);
	opacity: 1;
	transition: all 0.2s ease;
}

.ce_swiper-slider-start .circle .circle-bg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--accentColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ce_swiper-slider-start .circle span {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce_swiper-slider-start .circle i {
    color: white;
    font-size: 24px;
    transition: all 0.2s ease;
}

.ce_swiper-slider-start .circle i.last {
    margin-left: 25px;
}

.ce_swiper-slider-start .swiper-container.mousedown .circle .circle-bg {
	transform: scale(0.1);
}

.ce_swiper-slider-start .swiper-container.mousedown .circle i {
	color: var(--accentColor);
}

/* pagination_color */

.ce_swiper-slider-start.pagination_color_dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: rgba(0,0,0,0.5);
}

.ce_swiper-slider-start.pagination_color_light .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: rgba(255,255,255,1);
}

@media only screen and (max-width: 767px) {
	/* add margin left/right in fullwidth articles */
	.mod_article.fullwidth .ce_swiper-slider-start {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* =============================================================================
 * ce_image_text_box_v2
 * ========================================================================== */

.ce_image_text_box_v2 .image_container {
	margin-bottom: 20px;
	overflow: hidden;
	transition: transform .8s cubic-bezier(.05,.2,.1,1);
}

.ce_image_text_box_v2:hover .image_container {
	transform: scale(.95);
}

.ce_image_text_box_v2 .image_container img {
	transition: transform .8s cubic-bezier(.05,.2,.1,1);
}

.ce_image_text_box_v2:hover .image_container img {
	transform: scale(1.15);
}

.ce_image_text_box_v2 .ce_headline {
	margin-bottom: 0;
	background-image: linear-gradient(to right,#000000 0,#000000 100%);
	background-position: left bottom;
	background-size: 0 1px;
	transition: background-size .55s cubic-bezier(.2,.75,.5,1);
	display: inline;
}

.ce_image_text_box_v2:hover .ce_headline {
	background-size: 100% 1px;

}

.ce_image_text_box_v2 .text {
	margin-top: 10px;
}

/* font-size */

.ce_image_text_box_v2[data-font-size="small"] {
	font-size: var(--paragraph-small-font-size);
	line-height: var(--paragraph-small-line-height);
}

.ce_image_text_box_v2[data-font-size="medium"] {
	font-size: var(--paragraph-medium-font-size);
	line-height: var(--paragraph-medium-line-height);
}

.ce_image_text_box_v2[data-font-size="large"] {
	font-size: var(--paragraph-large-font-size);
	line-height: var(--paragraph-large-line-height);
}

/* =============================================================================
 * ce_video_w_teaser
 * ========================================================================== */

.ce_video_w_teaser {
    width: 100%;
    height: 800px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.ce_video_w_teaser .video_teaser {
    width: 50%; 
    margin: 0 auto;
    transition: width 0.01s ease; 
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ce_video_w_teaser[data-animation="off"] .video_teaser {
	width: 100%;
}

.ce_video_w_teaser .video_teaser video,
.ce_video_w_teaser .teaser_image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover; 
}

.ce_video_w_teaser .teaser_image img {
	max-width: none;
	width: auto;
}

.ce_video_w_teaser .video_content {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white; /* Textfarbe, kann angepasst werden */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ce_video_w_teaser .video_content .title {
    margin: 5px 0;
}

.ce_video_w_teaser .video_content .headline {
	margin: 0;
}

/* style2 */
.ce_video_w_teaser[data-style="style2"] .video_content {
	bottom: auto;
	top: 50%;
}

/* light/dark theme */
.ce_video_w_teaser[data-color="light"] .headline,
.ce_video_w_teaser[data-color="light"] .subheadline,
.ce_video_w_teaser[data-color="light"] .duration  {
	color: #fff;
}

.ce_video_w_teaser[data-color="light"] .play-button-static {
	border:  2px solid #fff;
	color: #fff;
}

.ce_video_w_teaser[data-color="dark"] .headline,
.ce_video_w_teaser[data-color="dark"] .subheadline,
.ce_video_w_teaser[data-color="dark"] .duration {
	color: #000;
}

.ce_video_w_teaser[data-color="dark"] .play-button-static {
	border:  2px solid #000;
	color: #000;
}

/* play button static */

.ce_video_w_teaser .play-button-static {
	display: none;
}

.ce_video_w_teaser[data-play-button="play_button_static"] .play-button-static {
	display: block;
}

.ce_video_w_teaser .play-button-static {
	font-size: 22px;
	line-height: 66px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	margin-bottom: 30px;
	transition: all 1.2s ease;
}

.ce_video_w_teaser[data-color="light"][data-play-button="play_button_static"] .play-button-static {
	border-color: #fff;
}

.ce_video_w_teaser[data-color="light"][data-play-button="play_button_static"]:hover .play-button-static {
	background: rgba(255,255,255,0.2);
}

.ce_video_w_teaser[data-color="dark"][data-play-button="play_button_static"] .play-button-static {
	border-color: #000;
	color: #000;
}

.ce_video_w_teaser[data-color="dark"][data-play-button="play_button_static"]:hover .play-button-static {
	background: rgba(0,0,0,0.2);
}

.ce_video_w_teaser[data-play-button="play_button_static"]:hover .play-button-static {
	transform: scale(1.1);
}

/* play button fyling */
.ce_video_w_teaser .circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100px;
    height: 100px;
    transition: transform 0.1s ease;
}

.ce_video_w_teaser .circle .circle_inside {
 	font-size: 18px;
	line-height: 96px;
	text-align: center;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	pointer-events: none; /* Makes sure the circle doesn't block any mouse events */
    transition: opacity 0.8s ease, transform 1.3s ease;
    transform: translateX(-50px) translateY(-50px) scale(0.1);
    z-index: 100000000;
    background: var(--accentColor);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.1);
    opacity: 0;
}

.ce_video_w_teaser .circle .circle_inside i {
    font-size: 18px;
    transition: all 0.2s ease;
}

.ce_video_w_teaser.mouseover .circle .circle_inside {
	transform: translateX(-50px) translateY(-50px) scale(1);
	opacity: 1;
} 

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	
	.ce_video_w_teaser .circle {
		display: none!important;
	}
	
	.ce_video_w_teaser .play-button-static {
		display: block!important;
	}
	
	.ce_video_w_teaser[data-style="style1"] .video_content {
		transform: translate(-50%, 0);
		bottom: 20px;
	}
		
}
/* =============================================================================
 * ce_testimonial_slider
 * ========================================================================== */

.ce_testimonial_slider[data-style="style1"] {
	overflow: hidden;
}

.ce_testimonial_slider[data-style="style1"] .swiper-wrapper {
	margin-bottom: 40px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text {
	padding: 50px 50px 50px 100px;
	position: relative;
	quotes: "\201C""\201D";
	border-radius: 10px;
	margin-bottom: 35px;
	transition: all .2s ease;
}

.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .swiper-content .text {
	box-shadow: rgba(0, 0, 0, 0.176) 40px 60px 60px -20px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .swiper-content .text {
	background: var(--accentColor);
	color: #ffffff;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text:before {
	font-family: sans-serif;
    content: open-quote;
    font-size: 130px;
    position: absolute;
    left: 29px;
    top: 50px;
    opacity: .4;
    line-height: 115px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text .bottom-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 100%;
    left: 50%;
    margin-left: -14px;
    margin-top: -19px;
    opacity: 0;
    transition: all .2s ease;
    border-color: var(--accentColor);
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text .bottom-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-color: rgba(255,255,255,.4) transparent transparent transparent;
    border-color: var(--accentColor);
}

.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .text .bottom-arrow {
	opacity: 1;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .image_container {
	text-align: center;
	margin-bottom: 12px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .image_container img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: inline-block;
	box-shadow: 0 15px 37px rgba(0,0,0,.15);
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .name {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	text-align: center;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .info {
	font-size: 0.9em;
	line-height: 1.5em;
	color: rgba(0,0,0,0.6);
	text-align: center;
}

/* pagination and arrows */

.ce_testimonial_slider[data-style="style1"] .swiper-pagination {
	position: static;
}

.ce_testimonial_slider[data-style="style1"] .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
}

.ce_testimonial_slider[data-style="style1"] .swiper-pagination-bullet-active {
	background: var(--accentColor);
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next, 
.ce_testimonial_slider[data-style="style1"] .swiper-button-prev {
	position: static;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
	background: rgba(0,0,0,0.05);
	border-radius: 100%;
	transition: all .2s ease;
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-prev {
	margin-right: 5px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next {
	margin-left: 5px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next:after, 
.ce_testimonial_slider[data-style="style1"] .swiper-button-prev:after {
	font-size: 19px;
	line-height: 50px;
	font-family: 'themify';
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next:hover,
.ce_testimonial_slider[data-style="style1"] .swiper-button-prev:hover {
	transform: scale(1.15);
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next:after {
	content: "\e628";
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-prev:after {
	content: "\e629";
}

.ce_testimonial_slider[data-style="style1"] .swiper-buttons {
	text-align: center;
	margin-bottom: 20px;
}

/* font-size */
.ce_testimonial_slider[data-size="small"] {
	font-size: var(--paragraph-small-font-size);
	line-height: var(--paragraph-small-line-height);
}

.ce_testimonial_slider[data-size="medium"] {
	font-size: var(--paragraph-medium-font-size);
	line-height: var(--paragraph-medium-line-height);
}

.ce_testimonial_slider[data-size="large"] {
	font-size: var(--paragraph-large-font-size);
	line-height: var(--paragraph-large-line-height);
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mousedown .swiper-content {
	transform: scale(0.95);
	transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    pointer-events: none; /* Makes sure the circle doesn't block any mouse events */
    transition: all 0.2s ease;
    transform: translateX(-45px) translateY(-45px) scale(0.1);
    opacity: 0;
    z-index: 100000000;
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mouseover .circle {
	transform: translateX(-45px) translateY(-45px) scale(1);
	opacity: 1;
	transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle .circle-bg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--accentColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle span {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce_testimonial_slider[data-style="style1"] .circle i {
    color: white;
    font-size: 24px;
    transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle i.last {
    margin-left: 25px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mousedown .circle .circle-bg {
	transform: scale(0.1);
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mousedown .circle i {
	color: var(--accentColor);
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .swiper-content .text {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* =============================================================================
 * ce_slide_in
 * ========================================================================== */

.ce_slide_in {
  overflow: hidden;
  position: relative;
}

.ce_slide_in button {
	cursor: pointer;
}

/* slide_in_wrapper */
.ce_slide_in .slide_in_wrapper {
  display: flex;
  width: 150%; 
  transition: transform 0.8s ease;
}

.ce_slide_in .slide_in_wrapper.init {
	transition:none;
}

.ce_slide_in [data-width="w33"] .slide_in_wrapper {
	width: 133%;
}

.ce_slide_in [data-width="w50"] .slide_in_wrapper {
	width: 150%;
}

.ce_slide_in [data-width="w75"] .slide_in_wrapper {
	width: 175%;
}

.ce_slide_in [data-width="w100"] .slide_in_wrapper {
	width: 200%;
}

/* visible_content */
.ce_slide_in .visible_content {
  width: 100%;
/*   transition: transform 0.2s ease; */
}

.ce_slide_in [data-direction="left"] .visible_content {
	order: 2;
}

.ce_slide_in [data-direction="left"] .visible_content {
	transition: padding 0.8s ease;
}

.ce_slide_in [data-direction="left"].open .visible_content {
	padding-left: 20px;
}

.ce_slide_in .visible_content .content {
	margin-left: auto;
	margin-right: auto;
}

/* slide_in_content */
.ce_slide_in .slide_in_content {
  width: 50%;
  display: flex;
  align-items: center;
}

.ce_slide_in .slide_in_content .content {
	width: 100%;
}
	
.ce_slide_in [data-width="w33"] .slide_in_content {
	width: 33%;
}

.ce_slide_in [data-width="w50"] .slide_in_content {
	width: 50%;
}

.ce_slide_in [data-width="w75"] .slide_in_content {
	width: 75%;
}

.ce_slide_in [data-width="w100"] .slide_in_content {
	width: 100%;
}


/* data-color */
.ce_slide_in .slide_in_content[data-bgcolor="accent-color"] {
  background-color: var(--accentColor);
}

.ce_slide_in .slide_in_content[data-bgcolor="second-color"] {
  background-color: var(--secondColor);
}

.ce_slide_in .slide_in_content[data-bgcolor="white"] {
  background-color: #ffffff;
}

.ce_slide_in .slide_in_content[data-bgcolor="black"] {
  background-color: #000000;
}

.ce_slide_in .slide_in_content[data-bgcolor="light-gray"] {
  background-color: #f8f8f8;
}

.ce_slide_in .slide_in_content[data-bgcolor="dark-gray"] {
  background-color: #555555;
}

.ce_slide_in .slide_in_content[data-bgcolor="custom1"] {
  background-color: var(--customColor1);
}

.ce_slide_in .slide_in_content[data-bgcolor="custom2"] {
  background-color: var(--customColor2);
}

/* closed */


.ce_slide_in .slide-in-container[data-direction="left"].open .slide_in_wrapper {
  transform: translateX(0px) !important;
}

.ce_slide_in .slide-in-container[data-direction="right"]:not(.open) .slide_in_wrapper {
  transform: translateX(0px) !important;
}

/* ce_slide_in_toggler */

.ce_slide_in_toggler button.close {
	display: none;
}

.slide-in-container.open .ce_slide_in_toggler button.close {
	display: inline-block;
}

.slide-in-container.open .ce_slide_in_toggler button.open {
	display: none;
}

.ce_slide_in_toggler button,
.ce_slide_in_toggler button:hover {
	background: none;
	border: none;
}

/* styles */
.ce_slide_in_toggler[data-style="style1"] button {
	text-decoration: underline;
	color: var(--accentColor);
}

.ce_slide_in_toggler[data-style="style2"] button {
	text-decoration: underline;
	color: #fff;
}

.ce_slide_in_toggler[data-style="style3"] button {
	padding: 15px 40px;
	line-height: 1.3;
	background: var(--accentColor);
	color: #fff;
}

.ce_slide_in_toggler[data-style="style4"] button {
	padding: 15px 40px;
	line-height: 1.3;
	background: var(--accentColor);
	color: #fff;
	border-radius: 100px;
}

.ce_slide_in_toggler[data-style="style5"] button {
	padding: 15px 40px;
	line-height: 1.3;
	background: #fff;
	color: var(--accentColor);
}

.ce_slide_in_toggler[data-style="style6"] button {
	padding: 15px 40px;
	line-height: 1.3;
	background: #fff;
	color: var(--accentColor);
	border-radius: 100px;
}

/* size */
.ce_slide_in_toggler[data-size="default"] button {
	font-size: 1rem;
}

.ce_slide_in_toggler[data-size="small"] button {
	font-size: 0.9rem;
	padding: 7px 22px;
}

.ce_slide_in_toggler[data-size="medium"] button {
	font-size: 1.1rem;
}

.ce_slide_in_toggler[data-size="large"] button {
	font-size: 1.25rem;
}

/* align */
.ce_slide_in_toggler[data-align="center"] {
	text-align: center;
}

.ce_slide_in_toggler[data-align="right"] {
	text-align: right;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.slide_in_wrapper {
		width: 200%!important;
	}
	
	.slide_in_content {
		width: 100%!important;
	}
	
	.ce_slide_in .slide-in-container.open .slide_in_wrapper {
		transform: translateX(-50%)!important;
	}
}
/* =============================================================================
 * ce_split_words
 * ========================================================================== */

.split-line-words {
    overflow: hidden;
}

.ce_split_words .word_wrap {
	overflow: hidden;
	display: inline-flex;
}

.ce_split_words span.word {
    display: inline-block;
    transform: translateY(120%);
}

.ce_split_words a {
  text-decoration: underline;
  color: inherit;
}

.ce_split_words[data-align="left"] {
  text-align: left;
}

.ce_split_words[data-align="center"] {
  text-align: center;
}

.ce_split_words[data-align="right"] {
  text-align: right;
}

/* data-color */
.ce_split_words[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_split_words[data-color="second-color"] {
  color: var(--secondColor); /* korrigiert von var(--socondColor) */
}

.ce_split_words[data-color="white"] {
  color: #ffffff;
}

.ce_split_words[data-color="black"] {
  color: #000000;
}

.ce_split_words[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_split_words[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_split_words[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_split_words[data-color="custom2"] {
  color: var(--customColor2);
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

body.a11y-no-effects .ce_split_words span.word {transform: none;}
/* =============================================================================
 * ce_scrolling_text
 * ========================================================================== */

.ce_scrolling_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	overflow: hidden;
}

.ce_scrolling_text .text {
	animation: scrolling-text-animation linear infinite 15s;
	animation-duration: 20s;
	transform: translateX(0%) translateZ(0);
	display: flex;
	flex-direction: row;
}

.ce_scrolling_text[data-style="style1"] .text {
	-webkit-text-stroke-color: #333;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	text-stroke-width: 1px;
}

.ce_scrolling_text[data-style="custom1"] .text {
	font-family: var(--customFont1);
	font-weight: var(--customFont1Weight);
	font-size: var(--customFont1FontSize);
	line-height: var(--customFont1LineHeight);
	-webkit-text-stroke-color: var(--customFont1-stroke-color);
	text-stroke-color: var(--customFont1-stroke-color);
	-webkit-text-fill-color: var(--customFont1-text-color);
	text-fill-color: var(--customFont1-text-color);
	-webkit-text-stroke-width: var(--customFont1-stroke-width);
	text-stroke-width: var(--customFont1-stroke-width);
	letter-spacing: var(--customFont1-letter-spacing);
	color: var(--customFont1-text-color);
}

.ce_scrolling_text[data-style="custom2"] .text {
	font-family: var(--customFont2);
	font-weight: var(--customFont2Weight);
	font-size: var(--customFont2FontSize);
	line-height: var(--customFont2LineHeight);
	-webkit-text-stroke-color: var(--customFont2-stroke-color);
	text-stroke-color: var(--customFont2-stroke-color);
	-webkit-text-fill-color: var(--customFont2-text-color);
	text-fill-color: var(--customFont2-text-color);
	-webkit-text-stroke-width: var(--customFont2-stroke-width);
	text-stroke-width: var(--customFont2-stroke-width);
	letter-spacing: var(--customFont2-letter-spacing);
	color: var(--customFont2-text-color);
}

.ce_scrolling_text a {
  text-decoration: underline;
  color: inherit;
}

/* colors */
.ce_scrolling_text[data-color="accent-color"],
.ce_scrolling_text[data-color="accent-color"] .text {
	color: var(--accentColor);
	-webkit-text-stroke-color: var(--accentColor);
	text-stroke-color: var(--accentColor);
}

.ce_scrolling_text[data-color="second-color"],
.ce_scrolling_text[data-color="second-color"] .text {
	color: var(--socondColor);
	-webkit-text-stroke-color: var(--secondColor);
	text-stroke-color: var(--secondColor);
}

.ce_scrolling_text[data-color="white"],
.ce_scrolling_text[data-color="white"] .text {
	color: #ffffff;
	-webkit-text-stroke-color: #ffffff;
	text-stroke-color: #ffffff;
}

.ce_scrolling_text[data-color="black"],
.ce_scrolling_text[data-color="black"] .text {
	color: #000000;
	-webkit-text-stroke-color: #000000;
	text-stroke-color: #000000;
}

.ce_scrolling_text[data-color="light-gray"],
.ce_scrolling_text[data-color="light-gray"] .text {
	color: #b4b4b4;
	-webkit-text-stroke-color: #b4b4b4;
	text-stroke-color: #b4b4b4;
}

.ce_scrolling_text[data-color="dark-gray"],
.ce_scrolling_text[data-color="dark-gray"] .text {
	color: #7f7f7f;
	-webkit-text-stroke-color: #7f7f7f;
	text-stroke-color: #7f7f7f;
}

.ce_scrolling_text[data-color="custom1"],
.ce_scrolling_text[data-color="custom1"] .text {
	color: var(--customColor1);
	-webkit-text-stroke-color: var(--customColor1);
	text-stroke-color: var(--customColor1);
}

.ce_scrolling_text[data-color="custom2"],
.ce_scrolling_text[data-color="custom2"] .text {
	color: var(--customColor2);
	-webkit-text-stroke-color: var(--customColor2);
	text-stroke-color: var(--customColor2);
}

/* animation */

@keyframes scrolling-text-animation {
    from {
        transform: translateX(-20%) translateZ(0)
    }

    to {
        transform: translateX(-120%) translateZ(0)
    }
}

@keyframes scrolling-text-animation-reverse {
    from {
        transform: translateX(20%) translateZ(0)
    }

    to {
        transform: translateX(120%) translateZ(0)
    }
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */

@media only screen and (max-width: 767px) {
	
	.ce_scrolling_text[data-style="custom1"] .text {
		font-size: var(--customFont1FontSizeMob);
		line-height: var(--customFont1LineHeightMob);
	}
	
	.ce_scrolling_text[data-style="custom2"] .text {
		font-size: var(--customFont2FontSizeMob);
		line-height: var(--customFont2LineHeightMob);
	}
	
}
/* =============================================================================
 * ce_wrap
 * ========================================================================== */

 .ce_wrap {
 	background-position: center;
 	background-size: cover;
	background-repeat: no-repeat;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	overflow: hidden;
	position: relative;
 }

.ce_wrap a.wrap-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.ce_wrap.hover-white * {
	transition: color 0.3s ease, border-color 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease;
}

.same_height .same-height-wrap &gt; .ce_wrap {
	height: 100%;;
}

/* colors hover */
.ce_wrap.hover-white:hover,
.ce_wrap.hover-white:hover * {
	color: rgb(255,255,255)!important;
	border-color: rgb(255,255,255)!important;
}

/* bg hover colors */
.ce_wrap.bg-hover-gray:hover {
	background-color: rgb(248,248,248)!important;
}

.ce_wrap.bg-hover-white:hover {
	background-color: rgb(255,255,255)!important;
}

.ce_wrap.bg-hover-black:hover {
	background-color: rgb(0,0,0)!important;
}

.ce_wrap.bg-hover-accent:hover {
	background-color: var(--accentColor)!important;
}

.ce_wrap.bg-hover-second:hover {
	background-color: var(--secondColor)!important;
}

/* bg positions */
.ce_wrap.bg-center-top {
	background-position: center top;
}

.ce_wrap.bg-center-center {
	background-position: center center;
}

.ce_wrap.bg-center-bottom {
	background-position: center bottom;
}

.ce_wrap.bg-left-top {
	background-position: left top;
}

.ce_wrap.bg-left-center {
	background-position: left center;
}

.ce_wrap.bg-left-bottom{
	background-position: left bottom;
}

.ce_wrap.bg-right-top {
	background-position: right top
}

.ce_wrap.bg-right-center {
	background-position: right center;
}

.ce_wrap.bg-right-bottom {
	background-position: right bottom;
}

.ce_wrap.no-repeat {
	background-repeat: no-repeat;
}

.ce_wrap.bg-repeat {
	background-repeat: repeat;
}

.ce_wrap.bg-repeat-x {
	background-repeat: repeat-x;
}

.ce_wrap.bg-repeat-y {
	background-repeat: repeat-y;
}

/* padding classes */
.ce_wrap.pd-xl {
	padding: 200px 40px;
}

.ce_wrap.pd-l {
	padding: 160px 40px;
}

.ce_wrap.pd-m {
	padding: 120px 40px;
}

.ce_wrap.pd-s {
	padding: 80px 40px;
}

.ce_wrap.pd-xs {
	padding: 40px;
}

/* shadow classes */

.ce_wrap.shadow-1 {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-2 {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-3 {
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-4 {
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-5 {
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-1:hover {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-2:hover {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-3:hover {
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-4:hover {
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-5:hover {
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.05);
}

/* border classes */

.ce_wrap.border-radius-3 {
   border-radius: 3px;
}

.ce_wrap.border-radius-5 {
   border-radius: 5px;
}

.ce_wrap.border-radius-10 {
   border-radius: 10px;
}

.ce_wrap.border-radius-15 {
   border-radius: 15px;
}

.ce_wrap.border-radius-20 {
   border-radius: 20px;
}

.ce_wrap.border-radius-30 {
   border-radius: 30px;
}

.ce_wrap.border-radius-40 {
   border-radius: 40px;
}

.ce_wrap.border-radius-50 {
   border-radius: 50px;
}

.ce_wrap.border-radius-60 {
   border-radius: 60px;
}

.ce_wrap.border-radius-70 {
   border-radius: 70px;
}

.ce_wrap.border-radius-80 {
   border-radius: 80px;
}

.ce_wrap.border-radius-90 {
   border-radius: 90px;
}

.ce_wrap.border-radius-100 {
   border-radius: 100px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_wrap.pd-xl {
		padding: 100px 20px;
	}
	
	.ce_wrap.pd-l {
		padding: 80px 20px;
	}
	
	.ce_wrap.pd-m {
		padding: 60px 20px;
	}
	
	.ce_wrap.pd-s {
		padding: 40px 20px;
	}
	
	.ce_wrap.pd-xs {
		padding: 20px 20px;
	}
}
/* =============================================================================
 * ce_customfont
 * ========================================================================== */

.ce_customfont a {
  text-decoration: underline;
  color: inherit;
}

.ce_customfont[data-align="left"] {
	text-align: left;
}

.ce_customfont[data-align="center"] {
	text-align: center;
}

.ce_customfont[data-align="right"] {
	text-align: right;
}

.ce_customfont[data-color="accent-color"] {
	color: var(--accentColor);
}

.ce_customfont[data-color="second-color"] {
	color: var(--socondColor);
}

.ce_customfont[data-color="white"] {
	color: #ffffff;
}

.ce_customfont[data-color="black"] {
	color: #000000;
}

.ce_customfont[data-color="light-gray"] {
	color: #b4b4b4;
}

.ce_customfont[data-color="dark-gray"] {
	color: #7f7f7f;
}

.ce_customfont[data-color="custom1"] {
	color: var(--customColor1);
}

.ce_customfont[data-color="custom2"] {
	color: var(--customColor2);
}

.ce_customfont[data-font="customFont1"] {
	font-family: var(--customFont1);
	font-weight: var(--customFont1Weight);
}

.ce_customfont[data-font="customFont2"] {
	font-family: var(--customFont2);
	font-weight: var(--customFont2Weight);
}


/* =============================================================================
 * ce_vertical_spacer
 * ========================================================================== */

.ce_vertical_spacer.sp-xxl {
	height: 21vmin;
}

.ce_vertical_spacer.sp-xl {
	height: 18vmin;
}

.ce_vertical_spacer.sp-l {
	height: 15vmin;
}

.ce_vertical_spacer.sp-m {
	height: 12vmin;
}

.ce_vertical_spacer.sp-s {
	height: 9vmin;
}

.ce_vertical_spacer.sp-xs {
	height: 6vmin;
}

.ce_vertical_spacer.sp-xxs {
	height: 3vmin;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {

	.ce_vertical_spacer.sp-xxl {
		height: 130px;
	}
	
	.ce_vertical_spacer.sp-xl {
		height: 110px;
	}
	
	.ce_vertical_spacer.sp-l {
		height: 90px;
	}
	
	.ce_vertical_spacer.sp-m {
		height: 70px;
	}
	
	.ce_vertical_spacer.sp-s {
		height: 50px;
	}
	
	.ce_vertical_spacer.sp-xs {
		height: 30px;
	}
	
	.ce_vertical_spacer.sp-xxs {
		height: 10px;
	}
	
	.ce_vertical_spacer.sp-xxl-mob {
		height: 70px;
	}
	
	.ce_vertical_spacer.sp-xl-mob {
		height: 60px;
	}
	
	.ce_vertical_spacer.sp-l-mob {
		height: 50px;
	}
	
	.ce_vertical_spacer.sp-m-mob {
		height: 4px;
	}
	
	.ce_vertical_spacer.sp-s-mob {
		height: 30px;
	}
	
	.ce_vertical_spacer.sp-xs-mob {
		height: 20px;
	}
	
	.ce_vertical_spacer.sp-xxs-mob {
		height: 10px;
	}
	
	.ce_vertical_spacer.sp-0-mob {
		display: none;
	}
}
/* =============================================================================
 * ce_fancybox
 * ========================================================================== */

/* style1 */

.ce_fancybox.style1 {
   background-size: cover;
   position: relative;
   padding: 11%;
   overflow: hidden;
}

.ce_fancybox.style1,
.ce_fancybox.style1 h1,
.ce_fancybox.style1 h2,
.ce_fancybox.style1 h3,
.ce_fancybox.style1 h4,
.ce_fancybox.style1 h5,
.ce_fancybox.style1 h6,
.ce_fancybox.style1 .h1,
.ce_fancybox.style1 .h2,
.ce_fancybox.style1 .h3,
.ce_fancybox.style1 .h4,
.ce_fancybox.style1 .h5,
.ce_fancybox.style1 .h6 {
   color: rgb(255,255,255);
}

.ce_fancybox.style1 h1,
.ce_fancybox.style1 h2,
.ce_fancybox.style1 h3,
.ce_fancybox.style1 h4,
.ce_fancybox.style1 h5,
.ce_fancybox.style1 h6,
.ce_fancybox.style1 .h1,
.ce_fancybox.style1 .h2,
.ce_fancybox.style1 .h3,
.ce_fancybox.style1 .h4,
.ce_fancybox.style1 .h5,
.ce_fancybox.style1 .h6 {
   margin-bottom: 10px;
}

.ce_fancybox.style1 .overlay {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(50,50,50,0.5);
   transition: all .6s cubic-bezier(0.24,1,0.30,1);
}

.ce_fancybox.style1:hover .overlay {
   background: rgba(50,50,50,0.2);
}

.ce_fancybox.style1:after {
   display: block;
   position: absolute;
   content: '';
   width: 100%;
   height: 6px;
   left: 0;
   bottom: 0;
   background: rgb(0,0,0);
   z-index: 10;
   transform: scaleX(0) translateZ(0);
   transition: 0.45s cubic-bezier(0.24,1,0.30,1);
   transform-origin: 0 0;
}

.ce_fancybox.style1:hover:after {
   transform: scaleX(1) translateZ(0);
}

.ce_fancybox.style1 .image_container {
   margin-bottom: 20px;
}

.ce_fancybox.style1 .image_container img {
   width: auto;
}

.ce_fancybox.style1 a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-indent: -99999px;
   z-index: 10;
}

.ce_fancybox.style1 .link_text {
   font-size: 0.9rem;
}

.ce_fancybox.style1 .link_text span {
   font-family: FontAwesome;
   line-height: 26px;
   font-size: 14px;
   opacity: 1;
   position: relative;
   display: inline-block;
   top: 2px;
   transition: all 0.35s cubic-bezier(0.01,0.75,0.4,1);
   overflow: visible;
   height: 26px;
   width: 26px;
   border-radius: 100px;
   text-align: center;
}
   
.ce_fancybox.style1 .link_text span:before {
   content: "\f105";
   color: rgb(255,255,255);
   top: -2px;
   right: -1px;
   display: block;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   position: relative;
}

.ce_fancybox.style1 .link_text span:after {
   display: block;
   content: ' ';
   position: absolute;
   width: 0px;
   height: 1px;
   background-color: rgb(255,255,255);
   opacity: 0;
   right: 0;
   cursor: pointer;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   pointer-events: none;
   top: 11px;
   transform: translateX(-8px);
}
      
.ce_fancybox.style1:hover .link_text span:before {
      transform: translateX(20px);
}
   
.ce_fancybox.style1:hover .link_text span:after {
   opacity:1;
   transform:translateX(9px);
   width: 26px;
}
   
.ce_fancybox.style1:hover .link_text span {
   border-color: transparent;
}

.ce_fancybox.style1 .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ce_fancybox.style1.fancy_box_color_accent:after {
   background-color: var(--accentColor);
}

.ce_fancybox.style1.fancy_box_color_second:after {
   background-color: var(--secondColor);
}

.ce_fancybox.style1.fancy_box_color_customColor1:after {
   background-color: var(--customColor1);
}

.ce_fancybox.style1.fancy_box_color_customColor2:after {
   background-color: var(--customColor2);
}

/* style2 */

.ce_fancybox.style2 {
   background-size: cover;
   position: relative;
   padding: 13%;
   overflow: hidden;
   display: flex;
   transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}

.ce_fancybox.style2 .inside {
   align-self: flex-end;
   width: 100%;
}

.ce_fancybox.style2:hover {
   transform: translateY(-10px);
   box-shadow: 0 25px 55px rgba(0,0,0,0.22);
}

.ce_fancybox.style2,
.ce_fancybox.style2 h1,
.ce_fancybox.style2 h2,
.ce_fancybox.style2 h3,
.ce_fancybox.style2 h4,
.ce_fancybox.style2 h5,
.ce_fancybox.style2 h6,
.ce_fancybox.style2 .h1,
.ce_fancybox.style2 .h2,
.ce_fancybox.style2 .h3,
.ce_fancybox.style2 .h4,
.ce_fancybox.style2 .h5,
.ce_fancybox.style2 .h6 {
   color: rgb(255,255,255);
}

.ce_fancybox.style2 h1,
.ce_fancybox.style2 h2,
.ce_fancybox.style2 h3,
.ce_fancybox.style2 h4,
.ce_fancybox.style2 h5,
.ce_fancybox.style2 h6,
.ce_fancybox.style2 .h1,
.ce_fancybox.style2 .h2,
.ce_fancybox.style2 .h3,
.ce_fancybox.style2 .h4,
.ce_fancybox.style2 .h5,
.ce_fancybox.style2 .h6 {
   margin-bottom: 10px;
}

.ce_fancybox.style2 .overlay {
   content: '';
   position: absolute;
   height: 85%;
   right: 0;
   bottom: 0;
   left: 0;
   background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8) 100%);
   transition: all .6s cubic-bezier(0.24,1,0.30,1);
}

.ce_fancybox.style2 .image_container {
   margin-bottom: 20px;
}

.ce_fancybox.style2 .image_container img {
   width: auto;
}

.ce_fancybox.style2 a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-indent: -99999px;
   z-index: 10;
}

.ce_fancybox.style2 .link_text span {
   font-family: FontAwesome;
   line-height: 26px;
   font-size: 14px;
   opacity: 1;
   position: relative;
   display: inline-block;
   margin-left: 16px;
   top: 2px;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   overflow: visible;
   height: 26px;
   width: 26px;
   border-radius: 100px;
   text-align: center;
   border: 2px solid rgba(255,255,255,0.4)
}
   
.ce_fancybox.style2 .link_text span:before {
   content: "\f105";
   color: rgb(255,255,255);
   top: -2px;
   right: -1px;
   display: block;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   position: relative;
}

.ce_fancybox.style2 .link_text span:after {
   display: block;
   content: ' ';
   position: absolute;
   width: 26px;
   height: 1px;
   background-color: rgb(255,255,255);
   opacity: 0;
   left: -6px;
   cursor: pointer;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   pointer-events: none;
   top: 11px;
   transform: translateX(-27px);
}
      
.ce_fancybox.style2:hover .link_text span:before {
      transform: translateX(9px);
   }
   
.ce_fancybox.style2:hover .link_text span:after {
   opacity:1;
   transform:translateX(2px);
}
   
.ce_fancybox.style2:hover .link_text span {
   border-color: transparent;
}

.ce_fancybox.style2 .text {
   line-height: 1.3;
   opacity: 0;
   position: absolute;
   bottom: 0;
   left: 0;
   margin-top: 10px;
   transform: translateY(20px);
   transition: opacity .18s cubic-bezier(.05,0.2,.1,1), transform .18s cubic-bezier(.05,0.2,.1,1);
}

.ce_fancybox.style2:hover .text {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity .65s cubic-bezier(.05,0.2,.1,1) 0.15s, transform .65s cubic-bezier(.05,0.2,.1,1) 0.15s;
}

.ce_fancybox.style2 .headline_wrap {
   transition: opacity .65s cubic-bezier(.05,0.2,.1,1), transform .65s cubic-bezier(.05,0.2,.1,1);
}

.ce_fancybox.style2.fancy_box_color_accent:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--accentColor) 100%);
}

.ce_fancybox.style2.fancy_box_color_second:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--secondColor) 100%);
}

.ce_fancybox.style2.fancy_box_color_customColor1:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--customColor1) 100%);
}

.ce_fancybox.style2.fancy_box_color_customColor2:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--customColor2) 100%);
}

/* style3 */

.ce_fancybox.style3 {
   position: relative;
}

.ce_fancybox.style3 .inside {
   background-size: cover;
   align-self: center;
   width: 100%;
   padding: 13%;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.ce_fancybox.style3 .content {
   position: relative;
   z-index: 10;
}

.ce_fancybox.style3 .overlay {
   content: '';
   position: absolute;
   height: 100%;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgb(0,0,0);
   opacity: 0.5;
   transition: all .6s cubic-bezier(0.24,1,0.30,1);
   z-index: 1;
}

.ce_fancybox.style3:hover .overlay {
  opacity: 0.3;
}

.ce_fancybox.style3,
.ce_fancybox.style3 h1,
.ce_fancybox.style3 h2,
.ce_fancybox.style3 h3,
.ce_fancybox.style3 h4,
.ce_fancybox.style3 h5,
.ce_fancybox.style3 h6,
.ce_fancybox.style3 .h1,
.ce_fancybox.style3 .h2,
.ce_fancybox.style3 .h3,
.ce_fancybox.style3 .h4,
.ce_fancybox.style3 .h5,
.ce_fancybox.style3 .h6 {
   color: rgb(255,255,255);
}

.ce_fancybox.style3 h1,
.ce_fancybox.style3 h2,
.ce_fancybox.style3 h3,
.ce_fancybox.style3 h4,
.ce_fancybox.style3 h5,
.ce_fancybox.style3 h6,
.ce_fancybox.style3 .h1,
.ce_fancybox.style3 .h2,
.ce_fancybox.style3 .h3,
.ce_fancybox.style3 .h4,
.ce_fancybox.style3 .h5,
.ce_fancybox.style3 .h6 {
   margin-bottom: 10px;
}

.ce_fancybox.style3 p {
   font-size: 1.2rem;
}

.ce_fancybox.style3 .image_container {
   margin-bottom: 20px;
}

.ce_fancybox.style3 .image_container img {
   width: auto;
}

.ce_fancybox.style3 a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-indent: -99999px;
   z-index: 100;
}

.ce_fancybox.style3 .link_text {
   position: relative;
   z-index: 10;
   margin-top: 20px;
   font-size: 0.9rem;
}

.ce_fancybox.style3 .link_text span {
   font-family: FontAwesome;
   line-height: 26px;
   font-size: 14px;
   opacity: 1;
   position: relative;
   display: inline-block;
   margin-left: 16px;
   top: 2px;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   overflow: visible;
   height: 26px;
   width: 26px;
   border-radius: 100px;
   text-align: center;
   border: 2px solid rgba(255,255,255,0.4)
}
   
.ce_fancybox.style3 .link_text span:before {
   content: "\f105";
   color: rgb(255,255,255);
   top: -2px;
   right: -1px;
   display: block;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   position: relative;
}

.ce_fancybox.style3 .link_text span:after {
   display: block;
   content: ' ';
   position: absolute;
   width: 26px;
   height: 1px;
   background-color: rgb(255,255,255);
   opacity: 0;
   left: -6px;
   cursor: pointer;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   pointer-events: none;
   top: 11px;
   transform: translateX(-27px);
}
      
.ce_fancybox.style3:hover .link_text span:before {
      transform: translateX(9px);
   }
   
.ce_fancybox.style3:hover .link_text span:after {
   opacity:1;
   transform:translateX(2px);
}
   
.ce_fancybox.style3:hover .link_text span {
   border-color: transparent;
}

.ce_fancybox.style3.fancy_box_color_accent .overlay {
   background: var(--accentColor);
   opacity: 0.8;
}

.ce_fancybox.style3.fancy_box_color_second .overlay {
   background: var(--secondColor);
   opacity: 0.8;
}

.ce_fancybox.style3.fancy_box_color_customColor1 .overlay {
   background: var(--customColor1);
   opacity: 0.8;
}

.ce_fancybox.style3.fancy_box_color_customColor2 .overlay {
   background: var(--customColor2);
   opacity: 0.8;
}

/* border-radius */
.ce_fancybox.style3 .atropos-rotate {
   overflow: hidden;
}

.ce_fancybox.style3.border-radius-0 .atropos-rotate {
   overflow: visible;
}

.ce_fancybox.border-radius-3,
.ce_fancybox.style3.border-radius-3 .atropos-inner,
.ce_fancybox.style3.border-radius-3 .atropos-rotate {
   border-radius: 3px;
}

.ce_fancybox.border-radius-5,
.ce_fancybox.style3.border-radius-5 .atropos-inner,
.ce_fancybox.style3.border-radius-5 .atropos-rotate {
   border-radius: 5px;
}

.ce_fancybox.border-radius-10,
.ce_fancybox.style3.border-radius-10 .atropos-inner,
.ce_fancybox.style3.border-radius-10 .atropos-rotate {
   border-radius: 10px;
}

.ce_fancybox.border-radius-15,
.ce_fancybox.style3.border-radius-15 .atropos-inner,
.ce_fancybox.style3.border-radius-15 .atropos-rotate {
   border-radius: 15px;
}

.ce_fancybox.border-radius-20,
.ce_fancybox.style3.border-radius-20 .atropos-inner,
.ce_fancybox.style3.border-radius-20 .atropos-rotate {
   border-radius: 20px;
}

.ce_fancybox.border-radius-25,
.ce_fancybox.style3.border-radius-25 .atropos-inner,
.ce_fancybox.style3.border-radius-25 .atropos-rotate {
   border-radius: 25px;
}

.ce_fancybox.border-radius-30,
.ce_fancybox.style3.border-radius-30 .atropos-inner,
.ce_fancybox.style3.border-radius-30 .atropos-rotate {
   border-radius: 30px;
}

.ce_fancybox.border-radius-35,
.ce_fancybox.style3.border-radius-35 .atropos-inner,
.ce_fancybox.style3.border-radius-35 .atropos-rotate {
   border-radius: 35px;
}

.ce_fancybox.border-radius-40,
.ce_fancybox.style3.border-radius-40 .atropos-inner,
.ce_fancybox.style3.border-radius-40 .atropos-rotate {
   border-radius: 40px;
}

.ce_fancybox.border-radius-45,
.ce_fancybox.style3.border-radius-45 .atropos-inner,
.ce_fancybox.style3.border-radius-45 .atropos-rotate {
   border-radius: 45px;
}

.ce_fancybox.border-radius-50,
.ce_fancybox.style3.border-radius-50 .atropos-inner,
.ce_fancybox.style3.border-radius-50 .atropos-rotate {
   border-radius: 50px;
}

/* AG same-height */
.same_height .same-height-wrap &gt; .ce_fancybox {
	height: 100%;;
}

.same_height .same-height-wrap &gt; .ce_fancybox.style3 .atropos-rotate,
.same_height .same-height-wrap &gt; .ce_fancybox.style3 .inside {
	height: 100%;;
}
.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
}
.atropos-rotate-touch {
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    user-select: none;
  }
}
.atropos-scale,
.atropos-rotate {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}
.atropos-shadow,
.atropos-highlight {
  position: absolute;
  pointer-events: none;
  transition-property: transform, opacity;
  display: block;
  opacity: 0;
}
.atropos-shadow {
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}
.atropos-highlight {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
  z-index: 0;
}
.atropos-rotate {
  position: relative;
}
.atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
}
.atropos-active {
  z-index: 1;
}

.atropos-active .atropos-shadow {
    opacity: 1 !important;
}

[data-atropos-offset] {
  transition-property: transform;
}
[data-atropos-opacity] {
  transition-property: opacity;
}
[data-atropos-offset][data-atropos-opacity] {
  transition-property: transform, opacity;
}

p.privacy{color:#fff;background:red;font-weight:700;padding:20px;text-align:center;margin:20px}p.privacy a{color:#fff!important;text-decoration:underline}.mod_privacy_optin *{font-family:Arial,Verdana,sans-serif;line-height:20px;font-size:13px;margin:0;padding:0;border:0;outline:0;box-sizing:border-box}.mod_privacy_optin{display:none}.mod_privacy_optin.open{display:block}.mod_privacy_optin .headline{font-family:Arial,Verdana,sans-serif;font-size:16px;margin:0 0 10px 0;padding:10px 0 10px 45px;background-repeat:no-repeat;background-position:left center;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==)}.mod_privacy_optin .privacy_buttons input{background:green;padding:0 15px;line-height:35px;color:#fff;border-radius:5px;width:100%;cursor:pointer;display:block;border:0}.mod_privacy_optin .privacy_overlay{z-index:10000000;position:fixed;left:0;top:0;right:0;bottom:0;width:100%;background:rgb(0 0 0 / .6)}.mod_privacy_optin .privacy_popup{position:fixed;top:0;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:20000000;width:90%;max-width:475px;max-height:100vh;overflow:auto}.mod_privacy_optin.optin_bottom .privacy_popup{bottom:10px;top:auto}.mod_privacy_optin .privacy_content{padding:20px 20px 15px 20px;background:#f8f8f8;border-radius:20px;margin-top:35px}.mod_privacy_optin .privacy_popup.view_help{position:absolute}.mod_privacy_optin .privacy_popup.view_help .privacy_content{margin-top:0;border-radius:0}.mod_privacy_optin .privacy_option_info{font-size:12px;color:rgb(0 0 0 / .6);line-height:1.4;margin-bottom:0;cursor:pointer;display:block}.mod_privacy_optin .privacy_text p{line-height:19px;font-size:12px;margin-bottom:15px}.mod_privacy_optin .privacy_item{margin-bottom:15px}.mod_privacy_optin .privacy_label{display:block;position:relative;padding-left:28px;font-size:14px;line-height:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mod_privacy_optin .privacy_label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.mod_privacy_optin .privacy_label .privacy_checkmark{position:absolute;top:0;left:0;height:18px;width:18px;background-color:#eee;border:1px solid rgb(0 0 0 / .1);transition:background 0.3s ease;-webkit-transition:background 0.3s ease}.mod_privacy_optin .privacy_label:hover input~.privacy_checkmark{background-color:#ccc}.mod_privacy_optin .privacy_label input:checked~.privacy_checkmark{background-color:#7bc057}.mod_privacy_optin .privacy_label .privacy_checkmark:after{content:"";position:absolute;display:none}.mod_privacy_optin .privacy_label input:checked~.privacy_checkmark:after{display:block}.mod_privacy_optin .privacy_label .privacy_checkmark:after{left:4px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mod_privacy_optin .privacy_buttons{margin-top:20px}.mod_privacy_optin .submit{margin-bottom:10px}.mod_privacy_optin .submit:active{opacity:.8}.mod_privacy_optin .submit.readonly,.mod_privacy_optin .submit.readonly:hover,.mod_privacy_optin .submit.readonly:focus{background:#ddd;color:#9a9a9a}.mod_privacy_optin .headline{font-size:1.3rem;margin-bottom:10px}.mod_privacy_optin .privacy_help_link,.mod_privacy_optin .privacy_help_close{font-size:.85rem;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline}.mod_privacy_optin .privacy_help p{margin-bottom:15px}.mod_privacy_optin .ajax_info{background:#107e10;border-radius:3px;margin:10px 0;padding:3px 15px;color:#fff;font-size:.9rem;display:none}.mod_privacy_optin .privacy_help *{font-size:11px}.mod_privacy_optin .privacy_help{display:none}.mod_privacy_optin .privacy_help a{text-decoration:underline}.mod_privacy_optin .view_help .privacy_settings{display:none}.mod_privacy_optin .view_help .privacy_help{display:block}.mod_privacy_optin p.privacy a{text-decoration:underline;color:#ffffff!important}.mod_privacy_optin .privacy.hidden{display:none}.mod_privacy_optin .privacy_links{text-align:center;margin-top:10px}.mod_privacy_optin .privacy_links a{font-size:12px;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline;display:inline-block;margin-left:3px;margin-right:3px}.mod_privacy_optin table{width:100%;margin-bottom:25px}.mod_privacy_optin table td{padding:5px;vertical-align:top;border-bottom:1px solid #ddd;font-size:11px}.mod_privacy_optin table td:first-of-type{width:30%!important}.mod_privacy_optin table td:last-of-type{width:70%!important}.mod_privacy_optin .reject_all_info{text-align:center;font-size:11px;margin-bottom:25px}.mod_privacy_optin_medium *{font-family:Arial,Verdana,sans-serif;line-height:19px;font-size:13px;box-sizing:border-box}.mod_privacy_optin_medium{display:none}.mod_privacy_optin_medium.open{display:block}.mod_privacy_optin_medium .headline{font-family:Arial,Verdana,sans-serif;margin:0 0 10px 0;padding:5px 0 5px 35px;background-repeat:no-repeat;background-position:left center;background-size:25px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==)}.mod_privacy_optin_medium h1{font-size:26px}.mod_privacy_optin_medium h2{font-size:24px}.mod_privacy_optin_medium h3{font-size:22px}.mod_privacy_optin_medium h4{font-size:20px}.mod_privacy_optin_medium h5{font-size:18px}.mod_privacy_optin_medium h6{font-size:16px}.mod_privacy_optin_medium .privacy_buttons{margin:25px 0 15px 0}.mod_privacy_optin_medium .privacy_buttons input{background:green;padding:0 15px;line-height:35px;color:#fff;border-radius:5px;width:100%;cursor:pointer;display:block;border:0}.mod_privacy_optin_medium .privacy_overlay{z-index:10000000;position:fixed;left:0;top:0;right:0;bottom:0;width:100%;background:rgb(0 0 0 / .6)}.mod_privacy_optin_medium .privacy_popup{position:fixed;top:10px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:20000000;width:90%;max-width:420px;max-height:100vh;overflow:auto}.mod_privacy_optin_medium.optin_bottom .privacy_popup{bottom:10px;top:auto}.mod_privacy_optin_medium .privacy_content{padding:15px 15px 10px 15px;background:#f8f8f8;border-radius:5px}.mod_privacy_optin_medium .privacy_popup.view_help{position:absolute}.mod_privacy_optin_medium .privacy_option_info{font-size:12px;color:rgb(0 0 0 / .6);line-height:1.4;margin-bottom:0;cursor:pointer}.mod_privacy_optin_medium .privacy_text{line-height:1.2;font-size:.9rem}.mod_privacy_optin_medium .privacy_checkboxes{display:flex;justify-content:center;margin-bottom:10px}.mod_privacy_optin_medium .privacy_item{display:inline-block;margin:0 10px}.mod_privacy_optin_medium .privacy_label{display:block;position:relative;padding-left:28px;font-size:14px;line-height:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mod_privacy_optin_medium .privacy_label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.mod_privacy_optin_medium .privacy_label .privacy_checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid rgb(0 0 0 / .4);background-color:#eee;transition:background 0.3s ease;-webkit-transition:background 0.3s ease}.mod_privacy_optin_medium .privacy_label:hover input~.privacy_checkmark{background-color:#ccc}.mod_privacy_optin_medium .privacy_label input:checked~.privacy_checkmark{background-color:#7bc057}.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after{content:"";position:absolute;display:none}.mod_privacy_optin_medium .privacy_label input:checked~.privacy_checkmark:after{display:block}.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after{left:4px;top:1px;width:5px;height:8px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mod_privacy_optin_medium .submit{margin-top:10px;padding:12px;width:100%}.mod_privacy_optin_medium .submit:active{opacity:.8}.mod_privacy_optin_medium .submit.readonly,.mod_privacy_optin_medium .submit.readonly:hover,.mod_privacy_optin_medium .submit.readonly:focus{background:#ddd;color:#9a9a9a}.mod_privacy_optin_medium .headline{font-size:1.3rem;margin-bottom:10px}.mod_privacy_optin_medium .privacy_help_link,.mod_privacy_optin_medium .privacy_help_close{font-size:.85rem;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline}.mod_privacy_optin_medium .privacy_help,.mod_privacy_optin_medium .privacy_help p{font-size:11px}.mod_privacy_optin_medium .ajax_info{background:#107e10;border-radius:3px;margin:10px 0;padding:3px 15px;color:#fff;font-size:.9rem;display:none}.mod_privacy_optin_medium .privacy_help{display:none}.mod_privacy_optin_medium .view_help .privacy_settings{display:none}.mod_privacy_optin_medium .view_help .privacy_help{display:block}.mod_privacy_optin_medium p.privacy{color:#fff;background:red;font-weight:700;padding:20px;text-align:center;margin:20px}.mod_privacy_optin_medium p.privacy a{text-decoration:underline;color:#ffffff!important}.mod_privacy_optin_medium .privacy.hidden{display:none}.mod_privacy_optin_medium .privacy_links{text-align:center}.mod_privacy_optin_medium .privacy_links a{font-size:12px;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline;display:inline-block;margin-left:3px;margin-right:3px}.mod_privacy_optin_medium table{width:100%;margin-bottom:25px}.mod_privacy_optin_medium table td{padding:5px;vertical-align:top;border-bottom:1px solid #ddd;font-size:11px}.mod_privacy_optin_medium table td:first-of-type{width:30%!important}.mod_privacy_optin_medium table td:last-of-type{width:70%!important}.mod_privacy_optin_medium .privacy_help *{font-size:11px}.mod_privacy_optin_medium .reject_all_info{margin-top:5px;text-align:center;font-size:11px;margin-bottom:25px}.mod_privacy_optin_slim *{font-family:Arial,Verdana,sans-serif;line-height:20px;font-size:13px;box-sizing:border-box}.mod_privacy_optin_slim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000000000}.mod_privacy_optin_slim.open{display:block}.mod_privacy_optin_slim .privacy_inside{color:#fff;background:#000;box-shadow:0 0 2px 2px rgb(0 0 0 / .1);position:absolute;bottom:0;left:0;width:100%;z-index:100;overflow:hidden;padding:15px}.mod_privacy_optin_slim .privacy_overlay{z-index:10000000;z-index:10;width:inherit;height:inherit;position:inherit;background-color:rgb(0 0 0 / .4)}.mod_privacy_optin_slim .privacy_buttons{float:right;width:40%;text-align:right}.mod_privacy_optin_slim .privacy_button{display:inline-block}.mod_privacy_optin_slim .privacy_button a{padding:5px;min-width:140px;margin:5px 0}.mod_privacy_optin_slim .privacy_content{float:left;width:60%;line-height:1.5}.mod_privacy_optin_slim .privacy_content a{color:#fff;text-decoration:underline}.mod_privacy_optin_slim .privacy_content p{margin-bottom:0}.mod_privacy_optin_slim .privacy_button a{background:green;color:#fff;text-decoration:none;padding:0 15px;line-height:35px;display:inline-block;text-align:center;min-width:140px}#privacy_optout_link{position:fixed;left:15px;bottom:15px;z-index:1000;width:45px;height:45px;background-size:30px 30px;background-repeat:no-repeat;background-position:center center;background-color:#fff;border-radius:100%;cursor:pointer;box-shadow:0 0 25px 0 rgb(0 0 0 / .04);border:1px solid #ebedeb;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNi4wMSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYuMDEgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDIwMjAzO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LjYyLDQuOTRjLTAuMTYsMC0wLjMxLTAuMDQtMC40Ni0wLjExQzI1LjMzLDIuODUsMjIsMiwxOC4wMiwyYy0zLjk3LDAtNy43MSwwLjk1LTExLjE0LDIuODIKCWMtMC40OSwwLjI2LTEuMDksMC4wOS0xLjM2LTAuNGMtMC4yNi0wLjQ5LTAuMDktMS4wOSwwLjQtMS4zNkM5LjY1LDEuMDMsMTMuNzIsMCwxOC4wMiwwQzIyLjI4LDAsMjYsMC45NCwzMC4wOCwzLjA1CgljMC40OSwwLjI1LDAuNjgsMC44NiwwLjQzLDEuMzVDMzAuMzMsNC43NCwyOS45OCw0Ljk0LDI5LjYyLDQuOTR6IE0xLDE1LjQ0Yy0wLjIsMC0wLjQtMC4wNi0wLjU4LTAuMTgKCWMtMC40NS0wLjMyLTAuNTYtMC45NC0wLjI0LTEuMzljMS45OC0yLjgsNC41MS01LDcuNTEtNi41NWM2LjI5LTMuMjUsMTQuMzMtMy4yNiwyMC42My0wLjAyYzIuOTksMS41NCw1LjUxLDMuNzIsNy41LDYuNQoJYzAuMzIsMC40NSwwLjIyLDEuMDctMC4yMywxLjM5cy0xLjA4LDAuMjItMS40LTAuMjNjLTEuOC0yLjUyLTQuMDgtNC41LTYuNzgtNS44OEMyMS42Nyw2LjEzLDE0LjM0LDYuMTQsOC42MSw5LjEKCWMtMi43MSwxLjQtNSwzLjM5LTYuNzksNS45M0MxLjYyLDE1LjMsMS4zMSwxNS40NCwxLDE1LjQ0eiBNMTMuNTEsMzkuNTdjLTAuMjYsMC0wLjUxLTAuMS0wLjcxLTAuM2MtMS43My0xLjc1LTIuNjctMi44Ni00LjAyLTUuMjcKCWMtMS4zOC0yLjQ2LTIuMTEtNS40Ny0yLjExLTguNjljMC01Ljk0LDUuMDgtMTAuNzgsMTEuMzMtMTAuNzhzMTEuMzMsNC44MywxMS4zMywxMC43OGMwLDAuNTUtMC40NSwxLTEsMXMtMS0wLjQ1LTEtMQoJYzAtNC44NC00LjE4LTguNzgtOS4zMy04Ljc4Yy01LjE0LDAtOS4zMywzLjk0LTkuMzMsOC43OGMwLDIuODgsMC42NCw1LjU0LDEuODUsNy43MWMxLjI5LDIuMywyLjE1LDMuMjksMy42OSw0Ljg0CgljMC4zOSwwLjM5LDAuMzksMS4wMy0wLjAxLDEuNDFDMTQuMDIsMzkuNDgsMTMuNzYsMzkuNTcsMTMuNTEsMzkuNTd6IE0yNy44NCwzNS44N2MtMi4zOCwwLTQuNDctMC42LTYuMi0xLjc3CgljLTIuOTctMi4wMi00Ljc1LTUuMy00Ljc1LTguNzhjMC0wLjU1LDAuNDUtMSwxLTFzMSwwLjQ1LDEsMWMwLDIuODEsMS40NSw1LjQ3LDMuODgsNy4xMmMxLjQxLDAuOTYsMy4wNywxLjQzLDUuMDcsMS40MwoJYzAuNDgsMCwxLjI5LTAuMDUsMi4wOS0wLjE5YzAuNTQtMC4xLDEuMDYsMC4yNywxLjE2LDAuODFzLTAuMjcsMS4wNi0wLjgxLDEuMTZDMjkuMTEsMzUuODYsMjguMTIsMzUuODcsMjcuODQsMzUuODd6IE0yMy44MSw0MAoJYy0wLjA5LDAtMC4xOC0wLjAxLTAuMjYtMC4wNGMtMy4xOS0wLjg3LTUuMjctMi4wNS03LjQzLTQuMmMtMi43OS0yLjc4LTQuMzMtNi40OS00LjMzLTEwLjQ0YzAtMy4yNSwyLjc2LTUuODksNi4xNi01Ljg5CglzNi4xNiwyLjY0LDYuMTYsNS44OWMwLDIuMTQsMS44NywzLjg5LDQuMTYsMy44OXM0LjE2LTEuNzQsNC4xNi0zLjg5YzAtNy41NC02LjUtMTMuNjctMTQuNDktMTMuNjdjLTUuNjksMC0xMC44OCwzLjE2LTEzLjIyLDguMDYKCWMtMC43OCwxLjYyLTEuMTcsMy41MS0xLjE3LDUuNjFjMCwxLjU2LDAuMTQsNC4wMiwxLjMzLDcuMjFjMC4xOSwwLjUyLTAuMDcsMS4wOS0wLjU5LDEuMjlDMy43NywzNC4wMSwzLjIsMzMuNzUsMywzMy4yMwoJYy0wLjk4LTIuNjMtMS40Ni01LjIxLTEuNDYtNy45MWMwLTIuNCwwLjQ2LTQuNTgsMS4zNy02LjQ3YzIuNjctNS41OCw4LjU3LTkuMTksMTUuMDItOS4xOWM5LjA5LDAsMTYuNDksNy4wMywxNi40OSwxNS42NwoJYzAsMy4yNS0yLjc3LDUuODktNi4xNiw1Ljg5cy02LjE2LTIuNjQtNi4xNi01Ljg5YzAtMi4xNC0xLjg3LTMuODktNC4xNi0zLjg5cy00LjE2LDEuNzQtNC4xNiwzLjg5YzAsMy40MSwxLjMzLDYuNjIsMy43NCw5LjAyCgljMS44OSwxLjg4LDMuNzMsMi45Miw2LjU1LDMuNjljMC41MywwLjE1LDAuODUsMC43LDAuNywxLjIzQzI0LjY1LDM5LjcxLDI0LjI1LDQwLDIzLjgxLDQweiIvPgo8L3N2Zz4K)}#privacy_optout_link a{display:block;width:45px;height:45px}body.hide_optin #privacy_optout_link{display:none!important}.privacy.hidden{display:none}a.privacy_optout_click{cursor:pointer}.hide_optin .mod_privacy_optin,.hide_optin .mod_privacy_optin_slim,.hide_optin .mod_privacy_optin_medium{display:none!important}@media only screen and (max-width:767px){.mod_privacy_optin_slim .privacy_buttons,.mod_privacy_optin_slim .privacy_content{float:none;width:100%;text-align:left}.mod_privacy_optin_slim .privacy_content{margin-bottom:10px}.mod_privacy_optin_slim .privacy_button,.mod_privacy_optin_slim .privacy_button a{display:block}}
/* =============================================================================
 * ce_shift_wrapper_start
 * ========================================================================== */

.ce_shift_wrapper_start {
	position: relative;
	transform-origin: top left;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="10"] {
	z-index: 10;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="20"] {
	z-index: 20;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="30"] {
	z-index: 30;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="40"] {
	z-index: 40;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="50"] {
	z-index: 50;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="60"] {
	z-index: 60;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="70"] {
	z-index: 70;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="80"] {
	z-index: 80;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="90"] {
	z-index: 90;
}

.ce_shift_wrapper_start[data-position-absolute-zindex="100"] {
	z-index: 100;
}

.ce_shift_wrapper_start[data-position-absolute="top_left"] {
	position: absolute;
	top: 0;
	left: 0;
}

.ce_shift_wrapper_start[data-position-absolute="top_center"] {
	position: absolute;
	top: 0;
	left: 50%;
}

.ce_shift_wrapper_start[data-position-absolute="top_right"] {
	position: absolute;
	top: 0;
	right: 0;
}

.ce_shift_wrapper_start[data-position-absolute="bottom_left"] {
	position: absolute;
	bottom: 0;
	left: 0;
}

.ce_shift_wrapper_start[data-position-absolute="bottom_center"] {
	position: absolute;
	bottom: 0;
	left: 50%;
}

.ce_shift_wrapper_start[data-position-absolute="bottom_right"] {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 768px) {
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="10"] {
		z-index: 10;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="20"] {
		z-index: 20;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="30"] {
		z-index: 30;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="40"] {
		z-index: 40;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="50"] {
		z-index: 50;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="60"] {
		z-index: 60;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="70"] {
		z-index: 70;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="80"] {
		z-index: 80;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="90"] {
		z-index: 90;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-zindex-mob="100"] {
		z-index: 100;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-mob="top_left"] {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ce_shift_wrapper_start[data-position-absolute-mob="top_center"] {
		position: absolute;
		top: 0;
		left: 50%;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-mob="top_right"] {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-mob="bottom_left"] {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-mob="bottom_center"] {
		position: absolute;
		bottom: 0;
		left: 50%;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-mob="bottom_right"] {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.ce_shift_wrapper_start[data-position-absolute-mob="none"] {
		position: static;
	}
}

.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none&gt;.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s&gt;.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m&gt;.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l&gt;.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height&gt;.column&gt;.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover;position:relative}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height&gt;.column{align-self:unset}.autogrid_grid.same_height&gt;.column&gt;.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height&gt;.column&gt;.attributes&gt;.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height&gt;.column.align_left_center&gt;.attributes{align-items:center}.autogrid_grid.same_height&gt;.column.align_left_bottom&gt;.attributes{align-items:flex-end}.autogrid_grid.same_height&gt;.column.align_center_center&gt;.attributes{align-items:center}.autogrid_grid.same_height&gt;.column.align_center_bottom&gt;.attributes{align-items:flex-end}.autogrid_grid.same_height&gt;.column.align_right_center&gt;.attributes{align-items:center}.autogrid_grid.same_height&gt;.column.align_right_bottom&gt;.attributes{align-items:flex-end}.autogrid_grid .column&gt;.attributes .image_mob{display:none}.autogrid_wrapper,.autogrid_row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row&gt;.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row&gt;.column&gt;.attributes{background-size:cover}.autogrid_row&gt;.column&gt;.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row&gt;.column&gt;.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row&gt;.column&gt;.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row&gt;.column&gt;.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row&gt;.column&gt;.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_wrapper.gutter_none,.autogrid_row.gutter_none{margin-left:0;margin-right:0}.autogrid_wrapper.gutter_none&gt;div,.autogrid_row.gutter_none&gt;div{padding-left:0;padding-right:0}.autogrid_wrapper.gutter_s,.autogrid_row.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_wrapper.gutter_s&gt;div,.autogrid_row.gutter_s&gt;div{padding-left:15px;padding-right:15px}.autogrid_wrapper.gutter_m,.autogrid_row.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_wrapper.gutter_m&gt;div,.autogrid_row.gutter_m&gt;div{padding-left:30px;padding-right:30px}.autogrid_wrapper.gutter_l,.autogrid_row.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_wrapper.gutter_l&gt;div,.autogrid_row.gutter_l&gt;div{padding-left:40px;padding-right:40px}.autogrid_row&gt;.column&gt;.attributes{position:relative}.autogrid_row&gt;.column.align_left_top{text-align:left}.autogrid_row&gt;.column.align_left_center{text-align:left;align-self:center}.autogrid_row&gt;.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row&gt;.column.align_center_top{text-align:center}.autogrid_row&gt;.column.align_center_center{text-align:center;align-self:center}.autogrid_row&gt;.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row&gt;.column.align_right_top{text-align:right}.autogrid_row&gt;.column.align_right_center{text-align:right;align-self:center}.autogrid_row&gt;.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height&gt;.column{align-self:unset}.autogrid_row.same_height&gt;.column&gt;.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height&gt;.column&gt;.attributes&gt;.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height&gt;.column.align_left_center&gt;.attributes{align-items:center}.autogrid_row.same_height&gt;.column.align_left_bottom&gt;.attributes{align-items:flex-end}.autogrid_row.same_height&gt;.column.align_center_center&gt;.attributes{align-items:center}.autogrid_row.same_height&gt;.column.align_center_bottom&gt;.attributes{align-items:flex-end}.autogrid_row.same_height&gt;.column.align_right_center&gt;.attributes{align-items:center}.autogrid_row.same_height&gt;.column.align_right_bottom&gt;.attributes{align-items:flex-end}.autogrid_row .column&gt;.attributes .image_mob{display:none}.autogrid_row&gt;.column.sticky .attributes{position:sticky;top:0}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}.autogrid_row&gt;.column.sticky_column&gt;.attributes{position:sticky;top:0;z-index:10;height:auto!important}@media only screen and (max-width:767px){[class*="col_"],.one_half,.one_third,.one_fourth,.one_fifth,.one_sixth,.two_third,.two_fourth,.three_fourth,.two_fifth,.three_fifth,.four_fifth,.two_sixth,.three_sixth .four_sixth,.five_sixth{flex:0 0 100%;max-width:none}.column[class*="col_"]:not([class*="_m"]),.autogrid_grid .column:not([class*="_m"]){padding-left:0!important;padding-right:0!important;margin-bottom:25px}.column[class*="offset_"],.autogrid[class*="offset_"],.autogrid_grid[class*="offset_"]{margin-left:0}.autogrid_wrapper,.autogrid_row,.autogrid_grid{margin-left:0!important;margin-right:0!important}.column:empty{display:none}.autogrid_grid&gt;.column&gt;.attributes.has-image.empty&gt;.image_mob,.autogrid_grid&gt;.column&gt;.attributes.has-image.empty&gt;.same-height-wrap&gt;.image_mob,.autogrid_row&gt;.column&gt;.attributes.has-image.empty&gt;.image_mob,.autogrid_row&gt;.column&gt;.attributes.has-image.empty&gt;.same-height-wrap&gt;.image_mob{display:block}.autogrid_grid&gt;.column&gt;.attributes.has-image.empty,.autogrid_row&gt;.column&gt;.attributes.has-image.empty{background:none!important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid&gt;.column&gt;.attributes.p-xl,.autogrid_grid&gt;.column&gt;.attributes.p-l,.autogrid_grid&gt;.column&gt;.attributes.p-m,.autogrid_grid&gt;.column&gt;.attributes.p-s,.autogrid_grid&gt;.column&gt;.attributes.p-xs,.autogrid_row&gt;.column .attributes.p-xl,.autogrid_row&gt;.column .attributes.p-l,.autogrid_row&gt;.column .attributes.p-m,.autogrid_row&gt;.column .attributes.p-s,.autogrid_row&gt;.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row&gt;.column.m_align_left_top{text-align:left}.autogrid_row&gt;.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row&gt;.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row&gt;.column.m_align_center_top{text-align:center}.autogrid_row&gt;.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row&gt;.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row&gt;.column.m_align_right_top{text-align:right}.autogrid_row&gt;.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row&gt;.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*="col_"]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*="col_"]{flex-basis:100%}}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper&gt;*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
</pre></body></html>