.cc-window {
	opacity: 1;
	transition: opacity 1s ease
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	-webkit-transform: translateY(-2em);
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-webkit-flex-direction: column;
	flex-direction: column
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-webkit-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: #000;
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating>.cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto
}

.cc-window.cc-banner {
	-webkit-align-items: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	display: block;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em
}

.cc-compliance {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: space-between;
	align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
	-webkit-flex: 1;
	flex: 1
}

.cc-btn+.cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke,
	.cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner,
	.cc-window.cc-floating,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-webkit-align-items: unset;
		align-items: unset
	}
	.cc-window.cc-banner .cc-message {
		margin-right: 0
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-webkit-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

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

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

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

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

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

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

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

body.is-backend {
	overflow-x: hidden
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.flag-icon,
.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em
}

.flag-icon:before {
	content: "\00a0"
}

.flag-icon.flag-icon-squared {
	width: 1em
}

.flag-icon {
	font-size: 17px
}

.flag-icon-at {
	background-image: url(../assets/svg/at04bb.svg?7824152b6e660004d8323754e25476ac)
}

.flag-icon-be {
	background-image: url(../assets/svg/bec876.svg?27d8ca49197f90010475d2b3646ce6b5)
}

.flag-icon-da {
	background-image: url(../assets/svg/dkc13e.svg?eb1416e02baeee91a39f721e871caf23)
}

.flag-icon-de {
	background-image: url(../assets/svg/ded72c.svg?3e726c2b6a59e6e4543c0a1534d93796)
}

.flag-icon-dk {
	background-image: url(../assets/svg/dkc13e.svg?eb1416e02baeee91a39f721e871caf23)
}

.flag-icon-ee {
	background-image: url(../assets/svg/eed5c9.svg?6088c9ceb092913b54d7235ee2e56f2c)
}

.flag-icon-en {
	background-image: url(../assets/svg/gbf7a9.svg?4f1b7af5c0bae6aae85c3e7ba9401a85)
}

.flag-icon-es {
	background-image: url(../assets/svg/es4248.svg?cc1b41b0e9485796cebb98fb04a7c10e)
}

.flag-icon-et {
	background-image: url(../assets/svg/eed5c9.svg?6088c9ceb092913b54d7235ee2e56f2c)
}

.flag-icon-fi {
	background-image: url(../assets/svg/ficb4e.svg?2649533e1d44a2ef75d5679ef6839b9e)
}

.flag-icon-fr {
	background-image: url(../assets/svg/fr06d7.svg?b1156355de9691d768df19a8a2b44da4)
}

.flag-icon-gb {
	background-image: url(../assets/svg/gbf7a9.svg?4f1b7af5c0bae6aae85c3e7ba9401a85)
}

.flag-icon-hu {
	background-image: url(../assets/svg/hu16a8.svg?0d7409f88bca8325938e46e3ef672716)
}

.flag-icon-ie {
	background-image: url(../assets/svg/ieea50.svg?c68ff961baf04c04f9beac2c32cd2458)
}

.flag-icon-it {
	background-image: url(../assets/svg/it3852.svg?8d15de04f5f6e8e89cab4e5eb237f607)
}

.flag-icon-nl {
	background-image: url(../assets/svg/nl0206.svg?e336d50a0531bb958fa92165c55ff083)
}

.flag-icon-no {
	background-image: url(../assets/svg/nob708.svg?0b41df77e951a30bbfccfd0a3714a1a3)
}

.flag-icon-pl {
	background-image: url(../assets/svg/pl6710.svg?562edca5bb39d66f4c9238a36295187b)
}

.flag-icon-pt {
	background-image: url(../assets/svg/pt3b8c.svg?c31a6c496e2c66def3f6dd80ac80e710)
}

.flag-icon-ru {
	background-image: url(../assets/svg/rufaa9.svg?0cacf46e6f473fa88781120f370d6107)
}

.flag-icon-se {
	background-image: url(../assets/svg/sefa67.svg?fe725901338e5651e1429ef0b241538a)
}

.flag-icon-tr {
	background-image: url(../assets/svg/tr1a53.svg?ed6d5f37779af38911b0b7cb2212e30d)
}

.flag-icon-us {
	background-image: url(../assets/svg/us89b3.svg?ae65659236a7e348402799477237e6fa)
}

#jw.info-label {
	z-index: 2100;
	display: none;
	padding: .5em .7em;
	line-height: 1;
	white-space: nowrap;
	background: #f7f5f0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	border: 1px solid #e9e3d5;
	border-radius: 3px;
	font-size: 13px;
	color: #24292b
}

#jw.info-label.is-active {
	display: block
}

#jw.info-label a {
	cursor: pointer
}

#jw.info-label a[href] {
	display: inline-block;
	max-width: 20em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom
}

#jw.info-label[data-popper-escaped],
#jw.info-label[data-popper-reference-hidden] {
	visibility: hidden;
	pointer-events: none
}

.is-backend .image-text .element-image {
	z-index: 1
}

.is-backend .image-text .element-button {
	z-index: 1400
}

.is-backend .image-text .dropzone,
.is-backend .image-text .element-overlay {
	z-index: 1300
}

.is-backend .image-text .element-border {
	z-index: 1100
}

.is-backend .image-is-flat,
.is-backend .image-is-round,
.is-backend .image-is-rounded,
.is-backend .image-is-square {
	position: relative
}

.is-backend .image-is-flat svg,
.is-backend .image-is-rounded svg,
.is-backend .image-is-round svg,
.is-backend .image-is-square svg {
	position: absolute;
	top: 0;
	left: 0
}

.is-backend .image-is-flat svg {
	width: 100%;
	height: 100%
}

.is-backend .image-is-rounded svg,
.is-backend .image-is-square svg {
	width: 80%;
	height: 80%;
	padding: 10%
}

.is-backend .image-is-round svg {
	width: 50%;
	height: 50%;
	padding: 25%
}

.element-image-is-icon .image-is-round {
	position: relative
}

.element-image-is-icon .image-is-round .element-image__image {
	padding-bottom: 100%
}

.element-image-is-icon .image-is-round svg {
	position: absolute;
	top: 0;
	left: 0
}

.image-is-flat svg {
	width: 100%;
	height: 100%
}

.image-is-rounded svg,
.image-is-square svg {
	width: 80%;
	height: 80%;
	padding: 10%
}

.image-is-round svg {
	width: 50%;
	height: 50%;
	padding: 25%
}

.image-backend {
	width: 100%
}

.image-is-round,
.image-is-rounded,
.is-flat {
	overflow: hidden;
	display: inline-block
}

.image-is-rounded,
.image-is-rounded img {
	border-radius: .4em
}

.image-is-round {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.image-is-round img {
	border-radius: 50%
}

.element-add {
	position: absolute;
	top: 0;
	left: -52px
}

.floater-container {
	position: absolute;
	z-index: 2120;
	top: 0
}

.floater-container.is-fixed {
	position: fixed;
	top: 62px
}

.floater-container .mce-tinymce.mce-floatpanel {
	margin-top: 0
}

.floater-container--sticky {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed
}

.floater-container--sticky .element-add {
	position: static;
	float: left
}

.is-website-spanner {
	padding-top: 40px;
	box-shadow: inset 0 40px 0 #50575b
}

#jw.header-toggler {
	position: absolute;
	bottom: -5px;
	z-index: 2120
}

#jw.header-toggler .btn-group {
	white-space: nowrap
}

#jw.header-toggler .btn-group:after,
#jw.header-toggler .btn-group:before {
	content: " ";
	display: table
}

#jw.header-toggler .btn-group:after {
	clear: both
}

#jw.header-toggler .btn-group>.btn {
	float: none
}

#jw .header-button {
	position: absolute;
	display: none
}

#jw .header-button--desktop {
	top: -10px;
	right: -10px
}

#jw .header-button--mobile {
	top: 0;
	margin-left: -10px
}

.element-is-active #jw .header-button {
	display: block
}

#jw .header-loader {
	display: none
}

.element-is-loading #jw .header-loader {
	display: -webkit-flex;
	display: flex
}

.header-title {
	outline: none
}

.header-logo {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative
}

.header-image-toggle>a {
	display: block;
	width: 100%
}

.ui-resizable-handle {
	position: absolute;
	z-index: 1500!important;
	width: 16px;
	height: 16px;
	color: #4e595f;
	background: currentcolor;
	border-radius: 100%;
	transition: color .15s ease, opacity .15s ease, visibility .15s ease
}

.ui-resizable-handle:hover,
.ui-resizable-resizing .ui-resizable-handle {
	color: #469fd5
}

.ui-resizable-handle:after,
.ui-resizable-handle:before {
	position: absolute;
	content: "";
	display: block
}

.ui-resizable-handle:before {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: #f7f5f0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ui-resizable-handle:after {
	top: 2px;
	bottom: 2px;
	left: 7px;
	width: 2px;
	background: currentcolor
}

.ui-resizable-e {
	cursor: ew-resize;
	right: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-resizable-s {
	cursor: ns-resize;
	bottom: -8px
}

.ui-resizable-n,
.ui-resizable-s {
	left: 50%;
	margin-left: -8px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.ui-resizable-n {
	cursor: n-resize;
	top: -8px
}

.ui-resizable-w {
	cursor: ew-resize;
	top: 50%;
	left: -8px;
	margin-top: -8px
}

.ui-resizable-sw {
	cursor: sw-resize;
	left: -8px;
	bottom: -8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ui-resizable-nw {
	cursor: nw-resize;
	left: -8px;
	top: -8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ui-resizable-ne {
	cursor: ne-resize;
	right: -8px;
	top: -8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ui-resizable-se {
	cursor: se-resize;
	right: -8px;
	bottom: -8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.tooltip,
.ui-tooltip {
	z-index: 999999!important
}

.stack-bottomright {
	top: auto!important;
	bottom: 25px!important
}

.hidden,
.visible-lt200-block,
.visible-lt200-inline,
.visible-lt200-inline-block {
	display: none!important
}

.lt200 .visible-lt200-block {
	display: block!important
}

.lt200 .visible-lt200-inline-block {
	display: inline-block!important
}

.lt200 .visible-lt200-inline {
	display: inline!important
}

.lt200 .hidden-lt200,
.visible-lt300-block,
.visible-lt300-inline,
.visible-lt300-inline-block {
	display: none!important
}

.lt300 .visible-lt300-block {
	display: block!important
}

.lt300 .visible-lt300-inline-block {
	display: inline-block!important
}

.lt300 .visible-lt300-inline {
	display: inline!important
}

.lt300 .hidden-lt300,
.visible-lt400-block,
.visible-lt400-inline,
.visible-lt400-inline-block {
	display: none!important
}

.lt400 .visible-lt400-block {
	display: block!important
}

.lt400 .visible-lt400-inline-block {
	display: inline-block!important
}

.lt400 .visible-lt400-inline {
	display: inline!important
}

.lt400 .hidden-lt400,
.visible-lt480-block,
.visible-lt480-inline,
.visible-lt480-inline-block {
	display: none!important
}

.lt480 .visible-lt480-block {
	display: block!important
}

.lt480 .visible-lt480-inline-block {
	display: inline-block!important
}

.lt480 .visible-lt480-inline {
	display: inline!important
}

.lt480 .hidden-lt480,
.visible-lt540-block,
.visible-lt540-inline,
.visible-lt540-inline-block {
	display: none!important
}

.lt540 .visible-lt540-block {
	display: block!important
}

.lt540 .visible-lt540-inline-block {
	display: inline-block!important
}

.lt540 .visible-lt540-inline {
	display: inline!important
}

.lt540 .hidden-lt540,
.visible-lt600-block,
.visible-lt600-inline,
.visible-lt600-inline-block {
	display: none!important
}

.lt600 .visible-lt600-block {
	display: block!important
}

.lt600 .visible-lt600-inline-block {
	display: inline-block!important
}

.lt600 .visible-lt600-inline {
	display: inline!important
}

.lt600 .hidden-lt600,
.visible-lt800-block,
.visible-lt800-inline,
.visible-lt800-inline-block {
	display: none!important
}

.lt800 .visible-lt800-block {
	display: block!important
}

.lt800 .visible-lt800-inline-block {
	display: inline-block!important
}

.lt800 .visible-lt800-inline {
	display: inline!important
}

.lt800 .hidden-lt800,
.visible-ltextract(200, 300, 400, 480, 540, 600, 800, 8)-block,
.visible-ltextract(200, 300, 400, 480, 540, 600, 800, 8)-inline,
.visible-ltextract(200, 300, 400, 480, 540, 600, 800, 8)-inline-block {
	display: none!important
}

.ltextract(200, 300, 400, 480, 540, 600, 800, 8) .visible-ltextract(200, 300, 400, 480, 540, 600, 800, 8)-block {
	display: block!important
}

.ltextract(200, 300, 400, 480, 540, 600, 800, 8) .visible-ltextract(200, 300, 400, 480, 540, 600, 800, 8)-inline-block {
	display: inline-block!important
}

.ltextract(200, 300, 400, 480, 540, 600, 800, 8) .visible-ltextract(200, 300, 400, 480, 540, 600, 800, 8)-inline {
	display: inline!important
}

.ltextract(200, 300, 400, 480, 540, 600, 800, 8) .hidden-ltextract(200, 300, 400, 480, 540, 600, 800, 8) {
	display: none!important
}

.is-shown {
	display: block!important
}

.is-clickable {
	cursor: pointer!important
}

.is-touch-device .hidden-touch {
	display: none!important
}

.spinner {
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em
}

.spinner:after,
.spinner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: .15em solid;
	border-radius: 50%
}

.spinner:before {
	opacity: .3
}

.spinner:after {
	border-color: currentColor transparent transparent;
	-webkit-animation: spinner .8s linear infinite;
	animation: spinner .8s linear infinite
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.backend-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.backend-container>* {
	pointer-events: auto
}

.context-empty-placeholder {
	position: absolute;
	top: -15px;
	left: -5px;
	right: -5px;
	bottom: -15px;
	border: 2px dashed rgba(0, 0, 0, .3)
}

.is-picking .section-content>.tree-container:not(.tree-container__empty) {
	padding-bottom: 100px;
	transition: none
}

.section-item--dark .context-empty-placeholder {
	border: 2px dashed hsla(0, 0%, 100%, .4)
}

.context-remove-wrap {
	position: absolute;
	z-index: 1600;
	margin: -5px;
	padding: 5px;
	width: 19px;
	height: 24px;
	max-height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	cursor: pointer
}

.context--full-width .context-remove-wrap {
	top: 10px;
	right: 5px;
	width: 19px;
	height: 19px
}

.tree-empty-placeholder .context-remove-wrap {
	top: -10px;
	right: -10px
}

.is-touch-device .context-remove-wrap {
	width: 28.5px;
	height: 28.5px;
	padding: 0;
	top: 3px;
	right: 3px
}

.context-remove-wrap.context-remove-wrap-is-left {
	top: 5px;
	left: 5px;
	right: auto;
	width: 19px;
	height: 19px
}

.context-remove-wrap.context-remove-wrap-is-left .context-remove {
	left: 0;
	right: auto
}

.context-remove {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	border-radius: 3px;
	background: #e9454b;
	color: #fff;
	font-size: 14px;
	cursor: pointer
}

.context-remove [class^=icon-] {
	line-height: 1
}

.context-remove [class^=icon-]:before {
	margin: 0
}

.is-touch-device .context-remove {
	width: 28.5px;
	height: 28.5px;
	-webkit-justify-content: center;
	justify-content: center
}

.table__row--clickable {
	cursor: pointer
}

.table__row--clickable:focus {
	outline: 1px solid #469fd5;
	outline-offset: -1px
}

.menu-add {
	display: none;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	right: -35px
}

.menu-vertical .menu-add {
	top: 100%;
	margin-top: 5px;
	right: auto
}

.is-touch-device .menu-add,
.menu-cart-item,
.mobile-cart {
	display: none
}

.menu-cart-item--hidden {
	margin: 0!important
}

.menu-cart-item--hidden .popover-container {
	visibility: hidden;
	z-index: -1;
	opacity: 0
}

.menu-cart-item--hidden .menu-link,
.menu-cart-item--hidden .popover,
.menu-cart-item--hidden .popover-backdrop {
	display: none!important
}

.menu-is-desktop .menu-cart-item {
	display: block
}

.menu-is-mobile .mobile-cart {
	display: block;
	margin-bottom: 1em;
	position: relative
}

.is-android.menu-is-desktop .arrow {
	font-size: .6em;
	padding-top: .4em
}

.is-android.menu-is-desktop .submenu .arrow:after {
	content: "►"
}

.is-android.menu-is-desktop .menu-horizontal .arrow-toplevel:after {
	content: "▼"
}

.is-android.menu-is-desktop .menu-vertical .arrow-toplevel:after {
	content: "►"
}

.hidden-desktop-horizontal-menu {
	display: none
}

.menu-is-mobile .hidden-desktop-horizontal-menu,
.menu-vertical .hidden-desktop-horizontal-menu {
	display: inline
}

.hero {
	position: relative;
	display: -webkit-flex;
	display: flex;
	background-size: cover;
	background-position: 50%
}

.hero__scroll-arrow {
	cursor: pointer
}

.hero__container {
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center
}

.hero__container .node-is-last-child {
	margin-bottom: 0
}

.hero_content {
	box-sizing: border-box;
	max-width: 100%
}

.hero__border,
.hero__overlay {
	content: " ";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.hero__border {
	border: 1px solid #469fd5;
	box-shadow: inset 0 0 20px #469fd5
}

.hero--selected .hero__border {
	display: block
}

.hero--overlay .hero__overlay {
	display: block;
	background: rgba(0, 0, 0, .42)
}

.hero--loading .hero__overlay {
	display: block;
	background: rgba(0, 0, 0, .8)
}

.mobile-bar {
	display: none;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	height: 60px;
	padding: 0 10px;
	list-style: none;
	font: 13px Proxima Nova, Segoe UI, Arial, sans-serif
}

.is-mobile-bar-editing .mobile-bar {
	display: -webkit-flex;
	display: flex
}

@media (max-width:450px) {
	.mobile-bar {
		display: -webkit-flex;
		display: flex
	}
	.website-spacer--mobile-bar {
		height: 60px
	}
}

@media (max-width:450px) and (max-height:440px) {
	.website-spacer--mobile-bar,
	.mobile-bar {
		display: none
	}
}

.mobile-bar__item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 50px;
	text-decoration: none;
	transition: background .2s ease
}

.mobile-bar__item:hover {
	text-decoration: none
}

.mobile-bar__item-icon {
	font-size: 1.4em;
	line-height: 1
}

.mobile-bar__item-label {
	padding-top: .4em;
	font-size: .9em;
	line-height: 1
}

.message-bar {
	text-align: center;
	max-width: 100vw
}

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

.message-bar-usps {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.message-bar-usps--slider-loading .message-bar-usps__item:not(:first-child) {
	display: none
}

.message-bar-usps__item {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	max-width: 100%;
	padding: .25em .5em
}

@media (min-width:640px) {
	.message-bar-usps__item {
		padding: .5em 1em
	}
}

.message-bar-usps__item [class^=website-rendering-icon] {
	margin-right: .25em
}

#feature-bar-preview .message-bar-usps {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.message-bar-text {
	margin: 0;
	padding: .5em
}

.bottom-bar__container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1020;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.bottom-bar__container--is-scrolling {
	transition: none
}

.mobile-bar-container {
	-webkit-order: 1;
	order: 1
}

.website-button {
	-webkit-order: 2;
	order: 2
}

.message-bar--dark,
.mobile-bar--dark {
	background: #333
}

.message-bar--dark .message-bar-usps__item,
.message-bar--dark .mobile-bar__item,
.mobile-bar--dark .message-bar-usps__item,
.mobile-bar--dark .mobile-bar__item {
	color: #fff
}

.message-bar--dark .mobile-bar__item:hover,
.mobile-bar--dark .mobile-bar__item:hover {
	background: #404040
}

.message-bar--light,
.mobile-bar--light {
	background: #eee;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, .1), 0 -2px 2px rgba(0, 0, 0, .1)
}

.message-bar--light .message-bar-usps__item,
.message-bar--light .mobile-bar__item,
.mobile-bar--light .message-bar-usps__item,
.mobile-bar--light .mobile-bar__item {
	color: #333
}

.message-bar--light .mobile-bar__item:hover,
.mobile-bar--light .mobile-bar__item:hover {
	background: #e1e1e1
}

.search-input {
	width: 100%;
	padding: .25em 35px .25em .5em
}

.search-submit {
	position: absolute;
	padding: .25em;
	right: 0;
	top: 0;
	background: none;
	border: none
}

.search-results {
	margin-top: 1em
}

.search-result h3,
.search-result h3 :not(mark) {
	font-weight: 400!important
}

.search-result mark {
	background: none;
	font-weight: 700;
	color: inherit
}

.contact-form form,
.flags {
	position: relative
}

.flags {
	z-index: 1;
	float: right;
	margin-bottom: 1em;
	margin-top: -1.5rem
}

.flag-icon,
.flag-icon:hover {
	text-decoration: none!important
}

.flag-icon.flag-icon--clickable {
	transition: -webkit-transform .2s ease-out 0s;
	transition: transform .2s ease-out 0s;
	transition: transform .2s ease-out 0s, -webkit-transform .2s ease-out 0s
}

.flag-icon.flag-icon--clickable:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.element {
	margin-bottom: 1em;
	word-wrap: break-word;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: auto;
	scroll-margin: 30px 0
}

.element.element-is-loading {
	opacity: .5;
	transition: opacity .2s ease .3s
}

.is-backend .element.element--fade-exit {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.is-backend .element.element--fade-exit-active,
.is-backend .element.element--fade-exit-done {
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.is-backend .element.element--fade-exit-active {
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.is-backend .element.element--height-exit {
	overflow: hidden
}

.is-backend .element.element--height-exit-active,
.is-backend .element.element--height-exit-done {
	height: 0!important;
	margin-bottom: 0!important
}

.is-backend .element.element--height-exit-active {
	transition: height .2s ease, margin-bottom .2s ease
}

.element-loader {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: 1300;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0
}

.element-loader .spinner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 50px
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.element-loader .spinner {
		position: -webkit-sticky;
		position: sticky;
		top: 50%;
		top: calc(50% - .5em);
		bottom: 50%;
		bottom: calc(50% - .5em)
	}
}

.element-is-loading .element-loader {
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	transition: opacity .2s ease .3s
}

.html img,
.image-text img,
.image img,
.news img,
.text img {
	max-width: 100%;
	height: auto
}

.section-menu-list-item.section-menu-is-active {
	font-weight: 700
}

.section-menu-list {
	margin: 0;
	padding: 0
}

.section-menu-list li {
	list-style: none;
	margin-bottom: .1em
}

.section-menu-list li:before {
	content: "\00bb";
	margin-right: .3em
}

.section-menu-title {
	word-wrap: break-word
}

.section-menu {
	margin-bottom: 1em!important
}

.section-menu-title {
	margin-top: 0!important
}

.tree-node {
	position: relative;
	box-sizing: border-box
}

.is-backend .tree-node {
	transition: padding .2s ease, margin .2s ease
}

.tree-horizontal>.tree-container>.ui-add-button-container>.ui-add-button-handle,
.tree-horizontal>.tree-container>.ui-resizable-handle {
	visibility: hidden;
	opacity: 0
}

.tree-horizontal:hover>.tree-container>.ui-add-button-container>.ui-add-button-handle,
.tree-horizontal:hover>.tree-container>.ui-resizable-handle,
.tree-horizontal>.ui-resizable-resizing>.ui-resizable-handle {
	visibility: visible;
	opacity: 1
}

.tree-horizontal>.tree-container>.ui-resizable-handle {
	top: 0;
	bottom: 0;
	margin: 0;
	width: 16px;
	height: auto;
	border-radius: 3px;
	background: rgba(126, 141, 149, .2);
	color: rgba(89, 103, 109, .7);
	transition: background .2s ease
}

.tree-horizontal>.tree-container>.ui-resizable-handle:after,
.tree-horizontal>.tree-container>.ui-resizable-handle:before {
	top: 50%;
	left: 50%;
	width: 2px;
	height: 26px;
	max-height: 50%;
	background: currentColor;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tree-horizontal>.tree-container>.ui-resizable-handle:before {
	margin-left: -2px
}

.tree-horizontal>.tree-container>.ui-resizable-handle:after {
	margin-left: 2px
}

.tree-horizontal>.tree-container.horizontal-split__node--separator-right>.ui-resizable-handle {
	top: 20px;
	margin-right: -1px
}

.tree-horizontal>.tree-container.ui-resizable-resizing>.ui-resizable-handle,
.tree-horizontal>.tree-container>.ui-resizable-handle:hover {
	background: rgba(112, 129, 137, .3);
	color: rgba(101, 116, 123, .8)
}

.tree-horizontal .ui-add-button-handle {
	cursor: pointer;
	right: 6px
}

.tree-horizontal .ui-add-button-handle:before {
	top: 7px;
	left: 4px;
	width: 8px;
	height: 2px;
	-webkit-transform: none;
	transform: none
}

.tree-horizontal .ui-add-button-handle:after {
	top: 4px;
	left: 7px;
	width: 2px;
	height: 8px;
	background: #f7f5f0
}

.tree-horizontal .ui-add-button-container {
	width: 30px;
	height: 100%;
	position: absolute;
	right: -18px;
	top: 0
}

.is-mobile-view .tree-horizontal .tree-container .tree-horizontal-separator,
.is-mobile-view .tree-horizontal .tree-container .ui-add-button-container,
.is-mobile-view .tree-horizontal .tree-container .ui-add-button-container .ui-add-button-handle,
.is-mobile-view .tree-horizontal .tree-container .ui-resizable-handle,
.is-mobile .tree-horizontal .tree-container .tree-horizontal-separator,
.is-mobile .tree-horizontal .tree-container .ui-add-button-container,
.is-mobile .tree-horizontal .tree-container .ui-add-button-container .ui-add-button-handle,
.is-mobile .tree-horizontal .tree-container .ui-resizable-handle {
	display: none!important
}

.is-mobile-view {
	overflow: hidden;
	overflow-y: auto
}

.tree-horizontal-separator {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	display: block;
	width: 2px;
	background-color: hsla(0, 0%, 50.2%, .25);
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease, visibility .15s ease, background-color .15s ease, box-shadow .15s ease
}

.node-is-last-child>.tree-horizontal-separator {
	right: 11px
}

.tree-horizontal-separator-is-strong {
	border-radius: 3px;
	background-color: #469fd5;
	box-shadow: 0 0 0 2px rgba(70, 159, 213, .2)
}

.tree-horizontal-separator-is-left {
	right: auto;
	left: -1px
}

.node-is-first-child>.tree-horizontal-separator-is-left {
	left: 11px
}

.tree-horizontal-separator-is-visible,
.tree-horizontal>.ui-resizable-resizing>.tree-horizontal-separator {
	opacity: 1;
	visibility: visible
}

.tree-container.tree-container__empty {
	display: -webkit-flex;
	display: flex
}

.tree-overlay {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	z-index: 1300;
	padding: 10px
}

.tree-empty-placeholder {
	position: relative;
	text-align: center;
	display: none;
	min-height: 50px;
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	color: rgba(0, 0, 0, .6);
	border: 1px dashed rgba(0, 0, 0, .3);
	border-radius: 3px;
	transition: border .15s ease, background .15s ease, box-shadow .15s ease
}

.tree-empty-placeholder.tree-empty-placeholder-is-deleting {
	border: 1px solid #e9454b!important;
	box-shadow: 0 0 0 2px rgba(233, 69, 75, .2)
}

.tree-container__empty>.tree-empty-placeholder {
	display: block
}

.is-picking .tree-container__empty>.tree-empty-placeholder {
	display: block!important
}

.tree-empty-placeholder.tree-empty-placeholder-visible {
	display: block
}

.tree-empty-placeholder.tree-empty-placeholder-selected {
	border: 1px solid #469fd5!important;
	background-color: rgba(70, 159, 213, .1)!important;
	box-shadow: 0 0 0 2px rgba(70, 159, 213, .2)
}

.tree-empty-placeholder__image {
	height: 120px;
	background: url(../png/content-empty.png) no-repeat top
}

.section-footer>.tree-container.tree-container__empty>.tree-empty-placeholder {
	display: none
}

.placeholder {
	display: none;
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #469fd5!important;
	background-color: rgba(70, 159, 213, .1)!important;
	box-shadow: 0 0 0 2px rgba(70, 159, 213, .2)
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.overlay.overlay-is-movable {
	cursor: move
}

.overlay.overlay--clickable {
	cursor: pointer
}

.js-skip {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.image-text.image-text--image:after,
.image-text.image-text--image:before {
	content: " ";
	display: table
}

.image-text.image-text--image:after {
	clear: both
}

.image-text {
	margin-bottom: 0
}

.image-text.image-text--image .element-imagetext-text :first-child {
	margin-top: 0
}

.section>.vertical_split>.image-text.node-is-first-child .element-imagetext-text :first-child {
	margin-top: 0
}

@media (min-width:641px) {
	.image-text.node-is-first-child .element-imagetext-text :first-child {
		margin-top: 0
	}
	.image-text.node-is-last-child .element-imagetext-text :last-child {
		margin-bottom: 0
	}
}

.element-imagetext-text {
	min-width: 4em
}

.image-text .element-image-is-right {
	margin-left: 1em
}

.image-text .element-image-is-left {
	margin-right: 1em
}

.image-text .element-image {
	margin-bottom: 1em
}

.image {
	margin-bottom: 1em!important
}

.image:after,
.image:before {
	content: " ";
	display: table
}

.image:after {
	clear: both
}

.element-image {
	position: relative;
	max-width: 100%;
	line-height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.element-image__image,
.element-image__image-wrapper {
	width: 100%
}

.element-image-is-right {
	float: right
}

.element-image-is-left {
	float: left
}

.element-image-is-center {
	margin: 0 auto
}

@media (max-width:640px) {
	.element-image,
	.image-text .element-image {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:640px) {
	.element-image--full-width-to-640 {
		width: 100%!important
	}
}

@media (max-width:420px) {
	.element-image--full-width-to-420 {
		width: 100%!important
	}
}

.intrinsic {
	display: block;
	position: relative;
	height: 0;
	width: 100%
}

.intrinsic .intrinsic__item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.element-image .ui-resizable-s {
	display: none!important
}

.element-image--croppable .ui-resizable-s {
	display: block!important
}

.element-image-is-left .ui-resizable-sw,
.element-image-is-left .ui-resizable-w,
.element-image-is-right .ui-resizable-e,
.element-image-is-right .ui-resizable-se {
	display: none!important
}

.is-backend .element-image {
	cursor: pointer
}

.element.is-max-width .ui-resizable-resizing .ui-resizable-handle {
	color: #e9454b
}

.element-image__loader {
	display: none
}

.element-image--loading {
	overflow: hidden
}

.element-image--loading .element-image__image {
	opacity: .8;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.element-image--loading .element-image__loader {
	display: block;
	width: 70px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

div.element-image__pan,
div.element-image__pan .rangeslider {
	position: absolute
}

div.element-image__pan--vertical {
	top: 0;
	right: 30px;
	height: 100%
}

div.element-image__pan--vertical .rangeslider {
	height: auto;
	top: 15px;
	bottom: 15px
}

div.element-image__pan--horizontal {
	left: 0;
	bottom: 30px;
	width: 100%
}

div.element-image__pan--horizontal .rangeslider {
	width: auto;
	left: 15px;
	right: 15px
}

.element-rating--color-yellow .element-rating__icon-full {
	color: #f5ce02
}

.element-rating__stars {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1em;
	margin: 0 -.05em
}

.element-rating--size-16 .element-rating__stars {
	font-size: 16px
}

.element-rating--size-24 .element-rating__stars {
	font-size: 24px
}

.element-rating--size-32 .element-rating__stars {
	font-size: 32px
}

.element-rating--voting-enabled .element-rating__stars[focus-within] {
	outline: 1px dotted currentColor
}

.element-rating--voting-enabled .element-rating__stars:focus-within {
	outline: 1px dotted currentColor
}

.element-rating__star {
	width: 1em;
	height: 1em;
	padding: 0 .05em;
	overflow: hidden;
	cursor: default
}

.element-rating__star .element-rating__icon-empty,
.element-rating__star .element-rating__icon-full {
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.element-rating__star .element-rating__icon-empty:before,
.element-rating__star .element-rating__icon-full:before {
	margin: 0
}

.element-rating__star .element-rating__icon-empty {
	direction: rtl
}

.element-rating__star--empty .element-rating__icon-full {
	display: none
}

.element-rating__star--half .element-rating__icon-empty,
.element-rating__star--half .element-rating__icon-full {
	width: .5em
}

.element-rating__star--full .element-rating__icon-empty {
	display: none
}

.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star .element-rating__icon-full,
.element-rating--voting-enabled .element-rating__stars[focus-within] .element-rating__star .element-rating__icon-full {
	display: inline-block;
	width: 1em
}

.element-rating--voting-enabled .element-rating__stars:focus-within .element-rating__star .element-rating__icon-full,
.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star .element-rating__icon-full {
	display: inline-block;
	width: 1em
}

.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star .element-rating__icon-empty,
.element-rating--voting-enabled .element-rating__stars[focus-within] .element-rating__star .element-rating__icon-empty {
	display: none;
	width: 1em
}

.element-rating--voting-enabled .element-rating__stars:focus-within .element-rating__star .element-rating__icon-empty,
.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star .element-rating__icon-empty {
	display: none;
	width: 1em
}

.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star:hover~.element-rating__star .element-rating__icon-full,
.element-rating--voting-enabled .element-rating__stars[focus-within] input:focus+.element-rating__star~.element-rating__star .element-rating__icon-full {
	display: none
}

.element-rating--voting-enabled .element-rating__stars:focus-within input:focus+.element-rating__star~.element-rating__star .element-rating__icon-full,
.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star:hover~.element-rating__star .element-rating__icon-full {
	display: none
}

.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star:hover~.element-rating__star .element-rating__icon-empty,
.element-rating--voting-enabled .element-rating__stars[focus-within] input:focus+.element-rating__star~.element-rating__star .element-rating__icon-empty {
	display: inline-block
}

.element-rating--voting-enabled .element-rating__stars:focus-within input:focus+.element-rating__star~.element-rating__star .element-rating__icon-empty,
.element-rating--voting-enabled .element-rating__stars:hover .element-rating__star:hover~.element-rating__star .element-rating__icon-empty {
	display: inline-block
}

.element-rating__text {
	display: block
}

.element-audio--align-left,
.element-video--align-left {
	margin: 0 auto 0 0
}

.element-audio--align-left .ui-resizable-sw,
.element-video--align-left .ui-resizable-sw {
	display: none!important
}

.element-audio--align-center,
.element-video--align-center {
	margin: 0 auto
}

.element-audio--align-right,
.element-video--align-right {
	margin: 0 0 0 auto
}

.element-audio--align-right .ui-resizable-se,
.element-video--align-right .ui-resizable-se {
	display: none!important
}

.element-video {
	position: relative;
	max-width: 100%
}

.element-video--fixed-ratio:before {
	content: "";
	display: block;
	padding-top: 56.25%
}

.element-video--fixed-ratio .element-video__player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.element-video--fixed-ratio .element-video__player>* {
	width: 100%;
	height: 100%
}

.is-backend .ui-resizable-resizing .element-video__player,
.is-backend .ui-resizable-resizing .element-video__player>* {
	pointer-events: none
}

.element-audio {
	max-width: 640px;
	border: 1px solid
}

.element-audio>audio {
	display: none
}

.lt200 .element-audio .plyr__time {
	display: none
}

.lt300 .element-audio .plyr {
	min-width: 0
}

.lt300 .element-audio .plyr__menu,
.lt300 .element-audio .plyr__volume {
	display: none
}

.document-wrapper {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	position: relative;
	min-height: 178px
}

.document-wrapper:after {
	display: block;
	content: ""
}

.document-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.document-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.html-wrapper {
	position: relative;
	z-index: 1
}

.html-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0
}

.embed-placeholder {
	opacity: .4
}

.html-wrapper,
.html-wrapper * {
	max-width: 100%
}

.element-spacer-label {
	opacity: 0
}

.element-spacer-backend {
	outline: 1px dashed rgba(0, 0, 0, .1);
	min-height: 10px
}

.element-spacer-backend .element-spacer-label {
	height: 1em;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	line-height: 1
}

.section-item--dark .element-spacer-backend {
	outline: 1px dashed hsla(0, 0%, 100%, .2)
}

.section-item--dark .element-spacer-backend .element-spacer-label {
	color: hsla(0, 0%, 100%, .3)
}

.spacer-resizing .element-spacer-container.element-spacer-backend.ui-resizable,
.spacer:hover .element-spacer-container.element-spacer-backend.ui-resizable {
	transition: background-color .5s, border-color .5s;
	background-color: hsla(0, 0%, 51%, .2);
	border-color: hsla(0, 0%, 51%, .3)
}

.spacer-resizing .element-spacer-container.element-spacer-backend.ui-resizable .element-spacer-label,
.spacer:hover .element-spacer-container.element-spacer-backend.ui-resizable .element-spacer-label {
	transition: opacity .5s;
	opacity: 1
}

@media (max-width:640px) {
	.spacer .element-spacer-container {
		max-height: 10px
	}
}

.element-sitemap-is-hiding .element-sitemap-hidden {
	display: none
}

.cart__coupon-input-error:not(:empty),
.element-form-error,
.element-form-info,
.element-form-success {
	padding: .4em .8em;
	margin: 0 0 1em;
	border-radius: 2px;
	border: 1px solid
}

.element-form-group {
	margin: 0 0 .8em
}

.element-form-group-small {
	margin-bottom: .5em
}

.element-form-group:after,
.element-form-group:before {
	content: " ";
	display: table
}

.element-form-group:after {
	clear: both
}

.element-form-label {
	float: left;
	width: 25%;
	padding-top: .5em;
	padding-right: 2em;
	box-sizing: border-box;
	font-weight: 700
}

.element-form-content {
	float: left;
	width: 75%;
	box-sizing: border-box
}

.element-form-content .element-form-input-text {
	width: 100%
}

.element-form-offset {
	margin-left: 25%
}

.element-form-stack .element-form-content,
.element-form-stack .element-form-label {
	width: auto;
	float: none
}

.element-form-input-text {
	max-width: 400px;
	box-sizing: border-box;
	border: 1px solid;
	border-radius: 2px;
	transition: background-color .1s ease, border-color .1s ease;
	padding: .5rem 1rem;
	-webkit-appearance: none
}

.element-form-input-text:focus {
	outline: 0
}

.element-form-input-text::-webkit-input-placeholder {
	opacity: .7;
	color: currentColor;
	font-style: italic
}

.element-form-input-text::-moz-placeholder {
	opacity: .7;
	color: currentColor;
	font-style: italic
}

.element-form-input-text:-ms-input-placeholder {
	opacity: .7;
	color: currentColor;
	font-style: italic
}

.element-form-input-text::placeholder {
	opacity: .7;
	color: currentColor;
	font-style: italic
}

select.element-form-input-text {
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	padding-right: 1.5em
}

select.element-form-input-text::-ms-expand {
	display: none
}

.element-form-checkbox,
.element-form-radio {
	margin: .3em 0
}

.element-form-checkbox input[type=checkbox],
.element-form-checkbox input[type=radio],
.element-form-radio input[type=checkbox],
.element-form-radio input[type=radio] {
	margin-right: .5em
}

.element-form-text {
	padding-top: .5rem
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
	margin-right: .2em
}

textarea {
	min-height: 6em
}

select.element-form-input-text>option {
	color: #222;
	background: #fff
}

.toggle-block {
	position: relative;
	margin-bottom: .8em
}

input.toggle-block__control {
	position: absolute;
	top: 50%;
	left: 1.3em;
	width: 1em;
	height: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.toggle-block__label {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	min-height: 4em;
	padding: 1em 1em 1em 3.1em;
	box-sizing: border-box;
	border: 1px solid;
	border-radius: .2em;
	transition: border-color .15s ease, box-shadow .15s ease
}

.toggle-block__title {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	line-height: 1em
}

.toggle-block .issuer,
.toggle-block__title {
	margin-right: .8em
}

.toggle-block .toggle-block__button {
	margin-left: auto
}

.toggle-block__images {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 0;
	margin: -.5em -.5em -.5em auto;
	padding: .5em;
	background: #fff;
	border-radius: .2em
}

.toggle-block__images>img {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
	height: 2em
}

.toggle-block__images>img+img {
	margin-left: .8em
}

.toggle-block__images--no-background {
	background: none
}

.element-form-well {
	padding: 1em;
	border: 1px solid;
	border-radius: .2em
}

.element-form-well .element-form-group:last-child {
	margin-bottom: 0
}

.form-footer {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin-top: 2em
}

.form-footer__next {
	margin-left: auto;
	text-align: right
}

.form-footer img,
.form-footer svg {
	margin-top: 1.5em
}

.webshop-form[tabindex="-1"]:focus {
	outline: 0
}

.webshop-form .element-form-group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline
}

.lt400 .webshop-form .element-form-group {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch
}

.webshop-form .element-form-group:after,
.webshop-form .element-form-group:before {
	display: none
}

.webshop-form .element-form-label {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	max-height: 2.4em;
	padding: 0 1em 0 0;
	line-height: 1;
	text-align: right
}

.webshop-form .element-form-label.has-sub-label {
	-webkit-align-self: stretch;
	align-self: stretch
}

.webshop-form .element-form-label small {
	display: block;
	opacity: .7
}

.lt400 .webshop-form .element-form-label {
	margin-bottom: .3em
}

.webshop-form .element-form-content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: baseline;
	align-self: baseline;
	max-width: 100%
}

.lt400 .webshop-form .element-form-content {
	margin-bottom: .3em
}

.webshop-form .element-form-input-text {
	width: auto;
	max-width: 100%;
	height: 2.4em;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0
}

.webshop-form .element-form-input-text:not(.hidden)+.element-form-input-text {
	margin-left: 1em
}

.webshop-form label.element-form-radio {
	display: inline-block;
	margin: 0 1em 0 0
}

.lt600 .element-form-offset {
	margin-left: 35%
}

.lt600 .element-form-label {
	width: 35%
}

.lt600 .element-form-content {
	width: 65%
}

.lt400 .element-form-content,
.lt400 .element-form-label,
.lt400 .element-form-submit {
	float: none;
	width: auto;
	text-align: left;
	margin-left: 0
}

.lt400 .element-form-offset {
	margin-left: 0
}

.element-form-is-error .element-form-checkbox,
.element-form-is-error .element-form-help,
.element-form-is-error .element-form-radio {
	color: #d9534f
}

.element-form-help {
	font-size: 13px;
	margin-top: -.8em
}

.slideshow:hover .slideshow-button {
	display: block
}

.slideshow:hover .element-overlay {
	cursor: auto;
	background: rgba(0, 0, 0, .2)
}

.slideshow:hover .image-list-delete {
	display: block
}

.slideshow .slideshow-slide .slideshow-slide-container,
.slideshow .slideshow-slide .slideshow-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.slideshow .slideshow-slide .slideshow-slide-video {
	position: absolute;
	width: 100%;
	box-sizing: border-box
}

.slideshow-slide-backdrop,
.slideshow .slideshow-slide .slideshow-slide-video-frame {
	position: absolute;
	top: 0;
	left: 0
}

.slideshow-slide-backdrop {
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .4
}

.slideshow-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -50px
}

.jw .slideshow-button {
	display: none
}

.ui-resizable-resizing .bx-viewport,
.ui-resizable-resizing .bx-wrapper {
	overflow: hidden;
	max-height: 100%
}

.slideshow--parallax .slideshow-slide-content {
	will-change: background-position
}

.slideshow-slide-align-left .bx-caption {
	text-align: left
}

.slideshow-slide-align-right .bx-caption {
	text-align: right
}

.slideshow-slide-align-left,
.slideshow-slide-align-right {
	padding: 0 15px
}

#jw .slideshow-loader {
	display: none
}

.element-is-loading #jw .slideshow-loader {
	display: -webkit-flex;
	display: flex
}

.is-mobile-view .slideshow .context-remove-wrap,
.is-mobile .slideshow .context-remove-wrap {
	display: none
}

.download-content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.download-image {
	margin-top: .4em;
	width: 2.5em;
	line-height: 0
}

.download-image svg {
	width: 100%
}

.download-is-downloads .download-image,
.download-is-filetype .download-image {
	width: 3.5em
}

.download-data {
	margin-left: 1em
}

.download-title {
	font-weight: 700
}

.download-mime {
	display: none
}

.download-is-filetype .download-mime {
	display: inline-block
}

.download-downloads {
	display: none
}

.download-is-downloads .download-downloads {
	display: inline-block
}

.download-is-filetype .download-downloads:before {
	content: " – "
}

.download-button {
	margin-top: .2em
}

.element.map {
	word-wrap: normal
}

.map--overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.pac-container {
	background-color: #373f43;
	color: #e4e3df;
	position: absolute!important;
	z-index: 1500;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	overflow: hidden
}

.pac-container:after {
	content: "";
	padding: 1px 1px 1px 0;
	height: 16px;
	text-align: right;
	display: block;
	background-image: url(../png/powered-by-google-on-white2.png);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 104px 16px
}

.hdpi.pac-container:after {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2_hdpi.png)
}

.pac-item {
	cursor: default;
	padding: 0 9px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #54595a;
	font-size: 11px;
	color: #e4e3df
}

.pac-item:hover {
	background-color: #2c3235
}

.pac-item-selected,
.pac-item-selected:hover {
	background-color: #2c3235
}

.pac-matched {
	font-weight: 700
}

.pac-item-query {
	font-size: 13px;
	padding-right: 3px;
	color: #e4e3df
}

.pac-icon {
	width: 0;
	height: 0;
	margin-right: 0;
	margin-top: 0;
	display: inline-block;
	vertical-align: top
}

.hdpi .pac-icon,
.pac-icon {
	background-image: none
}

.pac-placeholder {
	color: grey
}

@media screen and (max-width:767px) {
	input#location {
		max-width: 215px
	}
}

.heading {
	margin-bottom: 0
}

.heading.node-is-first-child h1 {
	margin-top: 0
}

.heading.node-is-last-child h1 {
	margin-bottom: 0
}

.heading__no-margin {
	margin-top: 0!important
}

.vertical_split {
	margin-bottom: 0
}

@media (min-width:641px) {
	.vertical_split>.node-is-last-child {
		margin-bottom: 0!important
	}
}

@media (min-width:641px) {
	.tree-horizontal {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: stretch;
		align-items: stretch;
		width: auto!important;
		margin-left: -12px;
		margin-right: -12px
	}
	.tree-horizontal>.tree-node {
		min-width: 0;
		padding-left: 12px;
		padding-right: 12px
	}
	.tree-horizontal>.horizontal-split__node--separator-left {
		border-left-style: solid;
		border-left-width: 2px
	}
	.tree-horizontal>.horizontal-split__node--separator-left.node-is-first-child {
		margin-left: 12px
	}
	.tree-horizontal>.horizontal-split__node--separator-right {
		border-right-style: solid;
		border-right-width: 2px
	}
	.tree-horizontal>.horizontal-split__node--separator-right.node-is-last-child {
		margin-right: 12px
	}
	.tree-horizontal>.tree-node.tree-container__split-to-left {
		padding-left: 17px
	}
	.tree-horizontal>.tree-node.tree-container__split-to-right {
		padding-right: 17px
	}
	.tree-horizontal>.node-is-first-child.tree-container__split-to-left {
		padding-left: 22px
	}
	.tree-horizontal>.node-is-last-child.tree-container__split-to-right {
		padding-right: 22px
	}
}

@media (max-width:640px) {
	.tree-horizontal>.tree-node {
		width: 100%!important;
		display: block!important
	}
}

.is-backend .horizontal-split__separator-remove-wrap {
	display: none;
	position: absolute;
	top: 0
}

.is-backend .horizontal-split__separator-remove-wrap .context-remove {
	width: 16px;
	height: 16px
}

.is-backend .horizontal-split__separator-remove-wrap--left {
	left: -9px
}

.is-backend .horizontal-split__separator-remove-wrap--right {
	right: -9px
}

.is-backend .tree-horizontal:hover .horizontal-split__node--separator-left .horizontal-split__separator-remove-wrap--left,
.is-backend .tree-horizontal:hover .horizontal-split__node--separator-right .horizontal-split__separator-remove-wrap--right {
	display: block
}

.poll-bar {
	position: relative;
	max-width: 400px
}

.poll-width {
	box-sizing: border-box;
	padding: .2em .5em;
	font-size: .9em;
	min-width: 3em;
	border-radius: 3px;
	border: 1px solid transparent
}

.poll-results .element-form-label {
	font-weight: 400
}

.poll-results .poll-vote-count {
	font-weight: 700
}

.table table {
	width: 100%
}

.table th {
	text-align: left
}

.table td,
.table th {
	padding: .4em
}

.table--flat td,
.table--flat th {
	padding: .2em
}

.responsive-table-container {
	overflow-x: auto
}

.responsive-table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px
}

.responsive-table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px transparent
}

@media (max-width:768px) {
	.table td,
	.table th {
		width: auto
	}
}

.handsontable td,
.handsontable th {
	color: #000
}

.htCore.table--header tr:first-child td {
	font-weight: 700;
	font-size: 1.1em
}

.handsontableInputHolder .handsontableInput {
	box-shadow: inset 0 0 0 2px #5292f7, 0 2px 5px rgba(0, 0, 0, .4)
}

.table-tooltip {
	padding: 0 4px
}

.lt600 .table-tooltip {
	display: none
}

.comments {
	padding: 0;
	margin: 0;
	list-style: none
}

.comments-loader,
.comments-pagination {
	display: none
}

.comments-container.is-loading-comments .comments-loader,
.comments-container.is-more-comments .comments-pagination {
	display: block
}

.comment {
	padding: 1em;
	margin-top: .5em;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px
}

.comment:first-child {
	margin-top: 0
}

.comment-name {
	font-weight: 700
}

.comment-head:after,
.comment-head:before {
	content: " ";
	display: table
}

.comment-head:after {
	clear: both
}

.comment-text {
	margin-bottom: 0
}

.comment-actions {
	float: right;
	opacity: .75
}

.comment-error {
	display: none
}

.comment~.comment-form {
	margin-top: 1em;
	margin-left: 3em
}

.subcomments {
	padding: .5em 0 1em 3em
}

.comment.is-not-visible {
	display: none
}

.lt400 .comment-actions,
.lt400 .comment-name {
	float: none
}

.is-editor .comment-react {
	display: none
}

.is-backend:not(.is-mobile-view) .share-button--mobile-only {
	opacity: .6
}

.is-frontend.is-no-mobile .share-button--mobile-only {
	display: none
}

.element-social-share .share-button-container {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px
}

.lt600 .element-social-share .share-button-container {
	display: -webkit-flex;
	display: flex
}

.element-social-share .share-button-container--stacked {
	-webkit-flex-direction: column;
	flex-direction: column
}

.element-social-share .share-button-container--stacked .share-button {
	width: auto
}

.element-social-share .share-button-container--align-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.element-social-share .share-button-container--align-center {
	-webkit-justify-content: center;
	justify-content: center
}

.element-social-share .share-button-container--align-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.element-social-share .share-button {
	display: -webkit-flex;
	display: flex;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: .8em;
	height: 2em;
	box-sizing: border-box;
	line-height: 2em;
	overflow: hidden;
	width: auto;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 3px;
	transition: background-color .2s ease, box-shadow .2s ease
}

.lt600 .element-social-share .share-button {
	max-width: 200px;
	width: 32%;
	width: calc(33% - 5px)
}

.lt400 .element-social-share .share-button {
	width: 48%;
	width: calc(50% - 5px)
}

.lt200 .element-social-share .share-button {
	width: 100%
}

.element-social-share .share-button:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.element-social-share .share-button:focus {
	outline: 1px solid currentcolor;
	outline-offset: 2px
}

.element-social-share .share-button:active {
	box-shadow: 0 1px 4px transparent, inset 0 1px 2px rgba(0, 0, 0, .15)
}

.element-social-share .share-button--wrapper {
	display: block;
	text-align: left;
	line-height: 0;
	padding: calc(1em - 11px);
	box-shadow: none!important;
	border: 1px solid rgba(0, 0, 0, .1)
}

.element-social-share .share-button--wrapper.share-button--facebook-like {
	border: 0;
	padding: 0
}

.element-social-share .share-button--mini,
.element-social-share .share-button-container--buttons-mini .share-button {
	width: 2em;
	padding: 0
}

.element-social-share .share-button--mini .share-button__icon,
.element-social-share .share-button-container--buttons-mini .share-button .share-button__icon {
	background: transparent;
	margin: 0
}

.element-social-share .share-button--mini .share-button__label,
.element-social-share .share-button-container--buttons-mini .share-button .share-button__label {
	display: none
}

.element-social-share .share-button__icon {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 1.81818182em;
	margin-right: .72727273em;
	line-height: 1.81818182em;
	text-align: center;
	background: rgba(0, 0, 0, .1);
	font-size: 1.1em
}

.element-social-share .share-button__label {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
	font-weight: 700
}

.element-social-share .share-button--facebook {
	background-color: #3b5998;
	text-decoration: none!important
}

.element-social-share .share-button--facebook .share-button__icon,
.element-social-share .share-button--facebook .share-button__label {
	color: #fff!important
}

.element-social-share .share-button--facebook:hover {
	background-color: #344e86
}

.element-social-share .share-button--facebook:active {
	background-color: #2d4373
}

.element-social-share .share-button--twitter {
	background-color: #55acee;
	text-decoration: none!important
}

.element-social-share .share-button--twitter .share-button__icon,
.element-social-share .share-button--twitter .share-button__label {
	color: #fff!important
}

.element-social-share .share-button--twitter:hover {
	background-color: #3ea1ec
}

.element-social-share .share-button--twitter:active {
	background-color: #2795e9
}

.element-social-share .share-button--whatsapp {
	background-color: #28c039;
	text-decoration: none!important
}

.element-social-share .share-button--whatsapp .share-button__icon,
.element-social-share .share-button--whatsapp .share-button__label {
	color: #fff!important
}

.element-social-share .share-button--whatsapp:hover {
	background-color: #23ab33
}

.element-social-share .share-button--whatsapp:active {
	background-color: #1f962d
}

.element-social-share .share-button--pinterest {
	background-color: #bd081c;
	text-decoration: none!important
}

.element-social-share .share-button--pinterest .share-button__icon,
.element-social-share .share-button--pinterest .share-button__label {
	color: #fff!important
}

.element-social-share .share-button--pinterest:hover {
	background-color: #a50718
}

.element-social-share .share-button--pinterest:active {
	background-color: #8c0615
}

.element-social-share .share-button--linkedin {
	background-color: #0077b5;
	text-decoration: none!important
}

.element-social-share .share-button--linkedin .share-button__icon,
.element-social-share .share-button--linkedin .share-button__label {
	color: #fff!important
}

.element-social-share .share-button--linkedin:hover {
	background-color: #00669c
}

.element-social-share .share-button--linkedin:active {
	background-color: #005582
}

.element-social-share .fb-like-placeholder {
	border-radius: 3px;
	background: #1877f2 url(/assets/img/placeholder-facebook-like-icon.png) no-repeat 6px 2px;
	padding: 10px 10px 10px 26px;
	color: #fff;
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px
}

.is-size-s {
	margin: -3px
}

.is-size-s .element-social-follow-profile {
	width: 24px;
	height: 24px;
	margin: 3px;
	font-size: 16px;
	line-height: 24px
}

.is-size-s .element-social-follow-profile-border-circle,
.is-size-s .element-social-follow-profile-circle {
	font-size: 14px
}

.is-size-m {
	margin: -4px
}

.is-size-m .element-social-follow-profile {
	width: 32px;
	height: 32px;
	margin: 4px;
	font-size: 22px;
	line-height: 32px
}

.is-size-m .element-social-follow-profile-border-circle,
.is-size-m .element-social-follow-profile-circle {
	font-size: 20px
}

.is-size-l {
	margin: -6px
}

.is-size-l .element-social-follow-profile {
	width: 48px;
	height: 48px;
	margin: 6px;
	font-size: 32px;
	line-height: 48px
}

.is-size-l .element-social-follow-profile-border-circle,
.is-size-l .element-social-follow-profile-circle {
	font-size: 28px
}

.is-size-xl {
	margin: -9px
}

.is-size-xl .element-social-follow-profile {
	width: 75px;
	height: 75px;
	margin: 9px;
	font-size: 51px;
	line-height: 75px
}

.is-size-xl .element-social-follow-profile-border-circle,
.is-size-xl .element-social-follow-profile-circle {
	font-size: 45px
}

.element-social-follow-profile {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-decoration: none!important;
	transition: opacity .15s ease
}

.element-social-follow-profile:focus,
.element-social-follow-profile:hover {
	opacity: .85
}

.element-social-follow-profile:active {
	opacity: .75
}

.element-social-follow-profile [class^=website-rendering-icon] {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.element-social-follow-profile.is-hidden {
	display: none
}

.element-social-follow-profile-border-circle,
.element-social-follow-profile-circle {
	border-radius: 50%
}

.element-social-follow-profile-border,
.element-social-follow-profile-border-circle {
	border-width: 2px;
	border-style: solid
}

.element-social-follow-profile-icononly {
	background: transparent!important
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square {
	color: #fff
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-facebook,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-facebook {
	background: #3b5998
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-twitter,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-twitter {
	background: #55acee
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-linkedin,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-linkedin {
	background: #0976b4
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-pinterest,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-pinterest {
	background: #cc2127
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-youtube,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-youtube {
	background: #cd201f
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-instagram,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-instagram {
	background: #3f729b
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-circle.element-social-follow-profile-tumblr,
.element-social-follow.is-using-default-colors .element-social-follow-profile-square.element-social-follow-profile-tumblr {
	background: #35475c
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly {
	border-color: currentColor
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-facebook,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-facebook,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-facebook {
	color: #3b5998
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-twitter,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-twitter,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-twitter {
	color: #55acee
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-linkedin,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-linkedin,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-linkedin {
	color: #0976b4
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-pinterest,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-pinterest,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-pinterest {
	color: #cc2127
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-youtube,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-youtube,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-youtube {
	color: #cd201f
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-instagram,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-instagram,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-instagram {
	color: #3f729b
}

.element-social-follow.is-using-default-colors .element-social-follow-profile-border-circle.element-social-follow-profile-tumblr,
.element-social-follow.is-using-default-colors .element-social-follow-profile-border.element-social-follow-profile-tumblr,
.element-social-follow.is-using-default-colors .element-social-follow-profile-icononly.element-social-follow-profile-tumblr {
	color: #35475c
}

.element-social-follow .element-content {
	display: inline-block
}

.element-social-follow.is-empty>.element-content {
	display: none
}

.element-social-follow-placeholder {
	display: none
}

.element-social-follow.is-empty .element-social-follow-placeholder {
	display: block
}

.element-separator-padding {
	padding: 5px 0
}

.element-separator {
	background-color: transparent;
	border: 0 solid
}

.element-separator.element-separator {
	border-top-width: 1px
}

.element-separator.element-separator--normal {
	border-top-width: 2px
}

.element-separator.element-separator--thick {
	border-top-width: 3px
}

.element-separator.element-separator--extra-thick {
	border-top-width: 5px
}

.element-separator--dotted {
	border-style: dotted
}

.element-separator--dashed {
	border-style: dashed
}

.element-separator--double {
	border-style: double
}

.element-separator--double.element-separator {
	border-top-width: 3px
}

.element-separator--double.element-separator--normal {
	border-top-width: 6px
}

.element-separator--double.element-separator--thick {
	border-top-width: 9px
}

.element-separator--double.element-separator--extra-thick {
	border-top-width: 15px
}

.album {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px -6px
}

.album,
.album-image {
	display: -webkit-flex;
	display: flex
}

.album-image {
	position: relative;
	overflow: hidden;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 3px;
	margin-bottom: 6px
}

.album-image__inner {
	position: relative;
	overflow: hidden;
	line-height: 0
}

.album-image--max-height .album-image__inner,
.album.is-cover .album-image__inner {
	width: 100%
}

.album-image--max-height .album-image__inner:before,
.album.is-cover .album-image__inner:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.album-image__image {
	min-width: 1px;
	min-height: 1px
}

.album-image--max-height .album-image__image,
.album.is-cover .album-image__image {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.album.is-cover .album-image__image {
	width: auto;
	height: 100%
}

.album.is-cover .album-image--max-height .album-image__image {
	width: 100%;
	height: auto
}

.album.is-contain .album-image__image {
	max-width: 100%;
	max-height: 100%
}

.album-image__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .5em;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	line-height: normal;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.album-image:hover .album-image__caption {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0)
}

.is-no-captions .album-image__caption {
	display: none
}

.album-small .album-image {
	width: 16.6667%
}

.album-medium .album-image,
.lt600 .album-small .album-image {
	width: 25%
}

.album-large .album-image,
.lt400 .album-small .album-image,
.lt600 .album-medium .album-image {
	width: 33.3333%
}

.lt400 .album-medium .album-image,
.lt600 .album-large .album-image {
	width: 50%
}

.lt400 .album-large .album-image {
	width: 100%
}

.album-pagination {
	margin-top: 1em
}

.album-pagination-link.is-active {
	font-weight: 700
}

.album-random-image {
	display: inline-block;
	position: relative;
	max-width: 100%;
	width: 200px
}

.album-random-image:after,
.album-random-image:before {
	content: " ";
	display: table
}

.album-random-image:after {
	clear: both
}

.album-random-image img {
	width: 100%;
	display: block
}

.album-random-image-caption {
	background: #fff;
	border: 2px solid #000;
	padding: 5px;
	color: #000;
	position: absolute;
	text-align: left;
	top: 7px;
	left: 7px;
	right: 7px
}

.is-no-captions .album-random-image-caption {
	display: none
}

.album-random-is-align-center {
	text-align: center
}

.album-random-is-align-right {
	text-align: right
}

.album-random-is-size-small .album-random-image {
	width: 100px
}

.album-random-is-size-medium .album-random-image {
	width: 200px
}

.album-random-is-size-large .album-random-image {
	width: 500px
}

.element-news-content {
	position: relative
}

.news-posts {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column
}

.news-pagination {
	margin-top: 1em
}

.news-heading {
	display: none;
	padding: .3em 1em
}

.news-post~.news-heading {
	margin-top: 1em
}

.is-sorted-by-day .news-heading-day,
.is-sorted-by-month .news-heading-month,
.is-sorted-by-week .news-heading-week {
	display: block
}

.news-post__more {
	display: none
}

.news-post {
	position: relative;
	box-sizing: border-box
}

.news-post .news-post__title {
	margin: 0;
	padding: 0;
	background: none
}

.news-post .news-post__title a {
	text-decoration: none
}

.news-post .news-post__title a:hover {
	text-decoration: underline
}

.news-post .news-post__meta {
	margin: 0
}

.news-post__block-link,
.news-post__image {
	display: none
}

.news-post__image>div {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover
}

.news--has-image-size-above .news-post__image,
.news--has-image-size-large .news-post__image,
.news--has-image-size-small .news-post__image {
	display: block
}

.news-post__lead {
	display: none
}

.news--has-long-lead .news-post__lead--long,
.news--has-longer-lead .news-post__lead--longer,
.news--has-short-lead .news-post__lead--short {
	display: block
}

.news--show-list .news-post__image>div {
	padding-bottom: 0!important
}

.news--show-list .news-heading {
	padding: .1em .5em
}

.news--show-list .news-post {
	padding: .3em 0
}

.news--show-list .news-post+.news-post {
	border-top-width: 1px;
	border-top-style: solid
}

.news--show-list.is-sorted-by-day .news-post,
.news--show-list.is-sorted-by-month .news-post,
.news--show-list.is-sorted-by-week .news-post {
	padding: .3em .5em
}

.news--show-list .news-post__lead {
	display: none
}

.news--show-list .news-post__header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: baseline;
	align-items: baseline
}

.news--show-list .news-post__title {
	font-size: 1em
}

.news--show-list .news-post__meta {
	margin-left: 1em;
	white-space: nowrap;
	opacity: .8
}

.news--show-paragraph .news-post {
	padding: 0 0 1em
}

.news--show-paragraph .news-post:last-child {
	padding-bottom: 0
}

.news--show-paragraph .news-post:first-child {
	margin-top: 0
}

.news--show-paragraph .news-post:last-child {
	margin-bottom: 0
}

.news--show-paragraph.news--has-more-link .news-post__more {
	display: inline-block
}

.news--show-paragraph.is-background-color .news-post {
	padding: 0 0 1em 1em
}

.news--show-paragraph.is-background-color .news-post:last-child {
	padding-bottom: 0
}

.news--show-paragraph.news--has-image-cropped .news-post__image>div {
	height: auto;
	padding-bottom: 66.66666667%!important
}

.news--show-paragraph.news--has-image-cropped.news--has-image-size-above .news-post__image>div {
	padding-bottom: 33.33333333%!important
}

.news--show-paragraph.news--has-image-size-large .news-post__image,
.news--show-paragraph.news--has-image-size-small .news-post__image {
	position: relative;
	z-index: 1;
	float: right;
	margin: 0 0 0 1em;
	width: 300px;
	max-width: 30%
}

.news--show-paragraph.news--has-image-size-above .news-post__image {
	margin: 0 0 1em
}

.news--show-paragraph.news--has-image-size-small .news-post__image {
	width: 200px;
	max-width: 20%
}

.lt400 .news--show-paragraph.news--has-image-size-small .news-post__image {
	float: none;
	margin: 0 0 1em;
	width: 100%;
	max-width: 100%
}

.news--show-paragraph.news--has-image-size-large .news-post__image {
	width: 300px;
	max-width: 30%
}

.lt600 .news--show-paragraph.news--has-image-size-large .news-post__image {
	float: none;
	margin: 0 0 1em;
	width: 100%;
	max-width: 100%
}

.news--show-paragraph .news-post__header {
	margin-bottom: .5em
}

.news--show-paragraph .news-post__meta {
	opacity: .8
}

.news--show-grid .news-post__image>div {
	padding-bottom: 0!important
}

.news--show-grid .news-posts {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -.5em
}

.news--show-grid .news-heading {
	width: 100%;
	margin: .5em
}

.news--show-grid .news-post~.news-heading {
	margin-top: 1.5em
}

.news--show-grid .news-post {
	-webkit-flex-basis: calc(33.33% - 1em);
	flex-basis: calc(33.33% - 1em);
	margin: .5em;
	border-width: 1px;
	border-style: solid
}

.lt800 .news--show-grid .news-post {
	-webkit-flex-basis: calc(50% - 1em);
	flex-basis: calc(50% - 1em)
}

.lt400 .news--show-grid .news-post {
	-webkit-flex-basis: calc(100% - 1em);
	flex-basis: calc(100% - 1em)
}

.news--show-grid .news-post:before {
	content: "";
	display: block;
	padding-bottom: 100%
}

.news--show-grid .news-post__lead {
	display: none
}

.news--show-grid .news-post__block-link,
.news--show-grid .news-post__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -1px
}

.news--show-grid .news-post__block-link {
	z-index: 2
}

.news--show-grid .news-post__header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	padding: 1em;
	margin: -1px;
	box-sizing: border-box;
	max-height: calc(100% + 2px)
}

.news--show-grid .news-post__title {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 2;
	order: 2
}

.news--show-grid .news-post__meta {
	-webkit-order: 1;
	order: 1
}

.news--show-grid .news-post__block-link:hover~.news-post__header .news-post__title a {
	text-decoration: underline
}

.news--show-grid .news-post--has-image .news-post__header {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .25) 30%, transparent)
}

.news--show-grid .news-post--has-image .news-post__header:after {
	content: "";
	-webkit-flex: 0 100 4em;
	flex: 0 100 4em
}

.news--show-grid .news-post--has-image .news-post__title,
.news--show-grid .news-post--has-image .news-post__title a {
	color: inherit
}

.news-page__heading-without-margin {
	margin-bottom: .1em!important;
	padding-bottom: 0!important
}

.news-page__meta {
	opacity: .8;
	margin-bottom: 1em
}

.news-page-content {
	margin-bottom: .75em
}

.news-page-pagination {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 2em
}

.news-page-pagination__link {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-flex;
	display: flex;
	min-width: 0;
	max-width: 45%
}

.news-page-pagination__link--next {
	margin-left: auto
}

.news-page-pagination__link span {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.news-page-pagination__link span:after,
.news-page-pagination__link span:before {
	white-space: pre
}

.news-page-pagination__link em {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.image-text .element-imagetext-text img {
	height: auto
}

.image-text .element-imagetext-text iframe,
.image-text .element-imagetext-text img,
.image-text .element-imagetext-text object,
.image-text .element-imagetext-text table {
	max-width: 100%
}

.separator+.text>.element-imagetext-text>:first-child,
.spacer+.text>.element-imagetext-text>:first-child {
	margin-top: 0
}

.element-ads {
	position: relative
}

.element-ads h3 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center
}

.element-ads h3 a {
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0 .3em
}

.element-ads h3 a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.element-ads h3 a:focus:after,
.element-ads h3 a:hover:after {
	background: hsla(0, 0%, 100%, .1)
}

.section .element-ads h3 {
	margin: 15px 5px
}

.section .element-ads--accent h3 a,
.section .element-ads--logo h3 a,
.section .element-ads--tint h3 a {
	color: currentColor;
	text-decoration: underline
}

.section .element-ads--accent h3 a:hover,
.section .element-ads--logo h3 a:hover,
.section .element-ads--tint h3 a:hover {
	color: currentColor
}

.section .element-ads--logo h3 {
	margin: 0
}

.section .element-ads--logo h3 svg {
	margin: 10px 0
}

.element-ads .adsbygoogle {
	overflow: hidden
}

.element-ads.element-ads-is-bottom {
	margin-top: 30px
}

.element-ads.element-ads-is-top {
	margin-bottom: 30px
}

.adsbygoogle {
	margin-top: 0!important
}

.btn-wrap {
	display: inline-block;
	position: relative
}

.btn-container a:hover {
	text-decoration: none!important
}

.btn {
	background: transparent;
	border: 0;
	cursor: pointer;
	transition: background .2s ease-out;
	text-decoration: none!important;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn:active:not(:disabled) {
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2)
}

.btn .spinner {
	margin-left: .3em
}

.btn:disabled {
	opacity: .5
}

.btn-style-gradient {
	text-decoration: none
}

.btn-style-border {
	background: transparent;
	text-decoration: none;
	transition: background-color .1s linear
}

.btn-style-border:active {
	box-shadow: none
}

.btn-sm {
	font-size: 1em;
	padding: .3em .9em
}

.btn-default {
	font-size: 1.3em;
	padding: .5em .9em
}

.btn-lg {
	font-size: 1.8em;
	padding: .39em .9em
}

.btn-is-full-width {
	width: 100%;
	box-sizing: border-box;
	overflow: visible
}

.is-backend .button .btn {
	cursor: text
}

.btn:not(.btn-is-full-width) {
	text-align: center
}

.btn-is-left {
	text-align: left
}

.btn-is-left .btn-is-full-width {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.btn-is-right {
	text-align: right
}

.btn-is-right .btn-is-full-width {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.btn-is-center {
	text-align: center
}

.btn-is-center .btn-is-full-width {
	-webkit-justify-content: center;
	justify-content: center
}

.btn__active {
	font-weight: 700
}

.btn-icon {
	margin-right: .9em;
	height: 1.2em;
	padding-left: 1.2em;
	position: relative
}

.btn-icon svg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.btn-icon svg path,
.btn-icon svg polygon,
.btn-icon svg rect {
	fill: currentColor
}

.btn-caption {
	display: inline-block;
	min-width: 1px
}

.website-button {
	background: #373f43;
	width: 100%;
	height: 50px;
	padding: 10px;
	text-align: right;
	color: #f7f5f0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	box-sizing: border-box
}

.website-button a {
	display: inline-block;
	margin-left: 15px;
	text-decoration: none;
	padding: 5px 9px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 2px;
	color: #fff;
	background-color: #8bc53e;
	border-color: #8bc53e
}

.website-button a.active,
.website-button a:active,
.website-button a:focus,
.website-button a:hover,
.open>.dropdown-toggle.website-button a {
	color: #fff;
	background-color: #70a030;
	border-color: #6a982e
}

.website-button a.active,
.website-button a:active,
.open>.dropdown-toggle.website-button a {
	background-image: none
}

.website-button a.disabled,
.website-button a.disabled.active,
.website-button a.disabled:active,
.website-button a.disabled:focus,
.website-button a.disabled:hover,
.website-button a[disabled],
.website-button a[disabled].active,
.website-button a[disabled]:active,
.website-button a[disabled]:focus,
.website-button a[disabled]:hover,
fieldset[disabled] .website-button a,
fieldset[disabled] .website-button a.active,
fieldset[disabled] .website-button a:active,
fieldset[disabled] .website-button a:focus,
fieldset[disabled] .website-button a:hover {
	background-color: #8bc53e;
	border-color: #8bc53e
}

.website-button a .badge {
	color: #8bc53e;
	background-color: #fff
}

.website-button a:hover {
	text-decoration: none
}

.website-spacer--jump-to-editor {
	height: 50px
}

@media (max-width:450px) {
	.website-button span {
		display: none
	}
	.website-button a {
		text-align: center;
		display: block;
		margin-left: 0
	}
}

.website-logout {
	margin-top: 2rem;
	border-top: 1px solid transparent;
	padding-top: 1rem
}

.product-sticker {
	padding: 0 .5em
}

.webshop-product-placeholder {
	display: block;
	padding: 20px;
	text-align: center;
	border: 3px dashed #5d5d5d;
	border-radius: 2px;
	background: none
}

.webshop-product-placeholder .empty-text {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.1;
	text-align: center;
	color: #5d5d5d;
	font-family: Segoe UI, Proxima Nova, Arial, sans-serif;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.webshop-product-placeholder .no-top-margin {
	margin-top: 0!important
}

.product {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	min-width: 100px;
	padding: 1.5em 0;
	border-color: currentcolor;
	border-style: solid;
	border-width: 1px 0;
	box-shadow: none
}

.productElement+.productElement .product {
	padding: .5em 0 1.5em;
	border-top-width: 0
}

.split .productElement+.productElement .product,
.split .product {
	padding: 10px 15px 15px;
	border-width: 1px
}

.section.lt600 .product {
	padding: 1em 0
}

.section.lt600 .productElement+.productElement .product {
	padding: 0 0 1em
}

.section.lt600 .split .product {
	padding: 0 0 1em;
	border-radius: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0
}

.product__heading {
	display: inline-block;
	margin: 0
}

.product__image-container .product-sticker {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 0
}

.lt400 .product__image-container .product-sticker {
	display: none
}

.product-sticker--sold-out {
	color: #fff!important;
	background-color: #424c51!important
}

.product__top .product-sticker {
	display: inline-block;
	margin-right: .5em
}

.product__responsive-top .product-sticker {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.product__image-container {
	position: relative;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 180px;
	min-height: 100px;
	margin: -3px 17px -3px -3px;
	font-size: 0
}

.product__image {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.product__container {
	display: block;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.product__top {
	margin-bottom: 10px
}

.product__variants {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	box-sizing: border-box
}

.product__variants.select {
	margin-top: 0;
	margin-bottom: 0
}

.product__variants-select option:first-child {
	font-weight: 700
}

.product__description,
.product__long-description {
	word-break: break-word;
	margin-bottom: 10px;
	clear: both
}

.product__description p,
.product__long-description p {
	margin: 0
}

.product__long-description__content {
	display: none
}

.product__price {
	display: inline-block;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2em
}

.product__price s {
	font-size: .8em;
	line-height: 1.5em;
	vertical-align: top;
	opacity: .6;
	text-decoration: line-through
}

.product__free-shipping-motivator {
	display: inline-block;
	font-weight: bolder;
	font-size: .9em
}

.product__responsive-top {
	display: none
}

.product__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99
}

.product--large {
	margin-bottom: 1em;
	padding: 0;
	border: 0
}

.product--large .product__image-container {
	width: 45%
}

.product--large .gallery-item--full-size .gallery-item__image {
	max-height: none
}

.product--large .product__price {
	padding-top: .2em
}

.product--large .product__button-container {
	margin-bottom: 1.5em
}

.product--large .product__description {
	margin-bottom: 1em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid
}

.product--large .product__social {
	padding-top: 1.5em;
	border-top-width: 1px;
	border-top-style: solid
}

.product--row {
	padding: 0;
	border: 0;
	margin-bottom: 1em
}

.product--row .product__image-container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100px
}

.product--row .product__image {
	max-height: 100px
}

.product--row .product__container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex: 1 1 80%;
	flex: 1 1 80%
}

.product--row .product__top {
	margin-bottom: 0
}

.product--row .product__heading,
.product--row .product__heading-addition,
.product--row .product__price {
	margin: .1em 0
}

.product--row .product__heading {
	font-family: inherit;
	font-size: 1.2em
}

.product--row .product__summary {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline
}

.product--row .product__price {
	font-size: 1em
}

.lt600 .product.product--row {
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 0
}

.lt600 .product.product--row .product__image-container {
	-webkit-flex: 0 1 100px;
	flex: 0 1 100px;
	max-width: 25%;
	min-height: 0;
	margin: 0 10px 0 0
}

.lt400 .product.product--row .product__heading {
	font-size: 1em
}

.popover-container--inline .product.product--row {
	min-height: 4em
}

.popover-container--inline .product.product--row .product__image-container {
	-webkit-flex: 0 1 80px;
	flex: 0 1 80px;
	max-width: 20%;
	min-height: 0;
	margin: 0 10px 0 0
}

.popover-container--inline .product.product--row .product__image {
	max-height: 80px
}

.popover-container--inline .product.product--row .product__heading {
	font-size: 1em
}

.lt600 .product {
	-webkit-flex-direction: column;
	flex-direction: column
}

.lt600 .product__image-container {
	width: auto;
	float: none;
	margin: -3px -3px 7px
}

.lt600 .gallery-item--full-size {
	max-width: 414px
}

.lt600 .product__top {
	margin-top: 0
}

.lt600 .product__description {
	margin-bottom: 10px
}

.lt400 .product__top,
.lt600 .product--large .product__top {
	display: none
}

.lt400 .product__responsive-top,
.lt600 .product--large .product__responsive-top {
	display: block
}

.lt400 .product__responsive-top+.product__container,
.lt600 .product--large .product__responsive-top+.product__container {
	margin-top: 10px
}

.lt400 .product__image-container,
.lt600 .product--large .product__image-container {
	margin: 7px -3px
}

.lt400 .product__button-container .btn {
	width: 100%
}

.lt400 .product__variants {
	width: 100%;
	margin-top: 10px;
	margin-left: 0
}

.lt400 .gallery-item {
	width: 25%
}

.lt400 .gallery-item--full-size {
	width: 100%
}

.gallery-item {
	position: relative;
	width: 80px;
	padding: 6px;
	display: inline-block;
	box-sizing: border-box;
	border: 0!important;
	cursor: zoom-in
}

.gallery-item:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	transition: box-shadow .1s ease
}

.gallery-item--full-size {
	display: block;
	width: 100%;
	padding: 3px;
	text-align: center
}

.gallery-item--full-size:before {
	background-color: transparent;
	box-shadow: none!important
}

.gallery-item--full-size .gallery-item__image {
	width: auto;
	max-width: 100%;
	max-height: 720px
}

.gallery-item__image {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 75%;
	text-decoration: none;
	background-color: #fff;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.product__image {
	padding-top: 0
}

.gallery-item__image--overlay {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	width: auto;
	height: auto;
	padding-top: 0
}

.product__property {
	display: inline-block;
	min-width: 10em;
	margin-right: 1em;
	margin-bottom: 1em
}

.product__property label {
	display: block
}

.product__property .element-form-input-text,
.product__property .select {
	width: 100%
}

.product__image-container--placeholder {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.product__image-container--placeholder img {
	width: 55px;
	height: 55px
}

.product-gallery {
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-gallery--empty {
	padding: 20px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}

.product-gallery__item {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 0
}

.product-gallery__content,
.product-gallery__item {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box
}

.product-gallery__content {
	position: relative;
	z-index: 0;
	-webkit-flex-direction: column;
	flex-direction: column;
	transition: z-index .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease, padding .3s ease, margin .3s ease
}

.product-gallery__content:hover,
.product-gallery__content[focus-within] {
	z-index: 100
}

.product-gallery__content:focus-within,
.product-gallery__content:hover {
	z-index: 100
}

.product-gallery .product-sticker {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1
}

.product-gallery__image-container {
	position: relative
}

.product-gallery__image-container:before {
	content: "";
	display: block;
	padding-top: 100%
}

.product-gallery--image-aspect-4x3 .product-gallery__image-container:before {
	padding-top: 75%
}

.product-gallery--image-aspect-3x2 .product-gallery__image-container:before {
	padding-top: 66.66666667%
}

.product-gallery--image-aspect-1x1 .product-gallery__image-container:before {
	padding-top: 100%
}

.product-gallery--image-aspect-2x3 .product-gallery__image-container:before {
	padding-top: 150%
}

.product-gallery--image-aspect-3x4 .product-gallery__image-container:before {
	padding-top: 133.33333333%
}

.product-gallery__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.product-gallery__image>img {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	max-height: 100%
}

.product-gallery--image-fit-contain .product-gallery__image>img,
.product-gallery--image-fit-cover .product-gallery__image>img {
	width: 100%;
	height: 100%
}

.product-gallery--image-fit-contain .product-gallery__image>img {
	-o-object-fit: contain;
	object-fit: contain
}

.product-gallery--image-fit-cover .product-gallery__image>img {
	-o-object-fit: cover;
	object-fit: cover
}

.product-gallery__image--placeholder img {
	width: 70%;
	height: 70%
}

.product-gallery__info-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto
}

.product-gallery__details {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 10px;
	text-align: center;
	line-height: 1.4em
}

.product-gallery__name {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
	font-size: 1.2em;
	color: inherit;
	text-decoration: none
}

a.product-gallery__name:hover {
	text-decoration: underline
}

.product-gallery__price {
	padding-top: 5px
}

.product-gallery__price s {
	font-size: .8em;
	line-height: 1.6em;
	vertical-align: top;
	opacity: .75
}

.product-gallery__button-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center
}

.product-gallery__item--has-button .product-gallery__button-container,
.product-gallery__item--has-options .product-gallery__button-container {
	margin-top: 15px
}

.product-gallery__button-container button>span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.product-gallery__button-container>button,
.product-gallery__button-container select {
	position: relative;
	z-index: 2;
	max-width: 100%
}

.product-gallery__button-container select {
	margin-bottom: 10px;
	width: 100%
}

.product-gallery__button-container .product__variants {
	margin: 0
}

.product-gallery--size-sm .product-gallery__item {
	-webkit-flex-basis: 16.66666667%;
	flex-basis: 16.66666667%
}

.lt800 .product-gallery--size-sm .product-gallery__item {
	-webkit-flex-basis: 25%;
	flex-basis: 25%
}

.lt600 .product-gallery--size-sm .product-gallery__item {
	-webkit-flex-basis: 33.33333333%;
	flex-basis: 33.33333333%
}

.lt480 .product-gallery--size-sm .product-gallery__item {
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}

.product-gallery--size-md .product-gallery__item {
	-webkit-flex-basis: 25%;
	flex-basis: 25%
}

.lt800 .product-gallery--size-md .product-gallery__item {
	-webkit-flex-basis: 33.33333333%;
	flex-basis: 33.33333333%
}

.lt540 .product-gallery--size-md .product-gallery__item {
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}

.product-gallery--size-lg .product-gallery__item {
	-webkit-flex-basis: 33.33333333%;
	flex-basis: 33.33333333%
}

.lt600 .product-gallery--size-lg .product-gallery__item {
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}

.lt400 .product-gallery--size-lg .product-gallery__item {
	-webkit-flex-basis: 100%;
	flex-basis: 100%
}

.product-gallery--size-xl .product-gallery__item {
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}

.lt540 .product-gallery--size-xl .product-gallery__item {
	-webkit-flex-basis: 100%;
	flex-basis: 100%
}

.product-gallery--align-left .product-gallery__button-container,
.product-gallery--align-left .product-gallery__details {
	text-align: left;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.product-gallery--align-center .product-gallery__button-container,
.product-gallery--align-center .product-gallery__details {
	text-align: center;
	-webkit-align-items: center;
	align-items: center
}

.product-gallery--align-right .product-gallery__button-container,
.product-gallery--align-right .product-gallery__details {
	text-align: right;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.product-gallery--style-bordered {
	padding: 1px 0 0 1px
}

.product-gallery--style-bordered .product-gallery__content {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 15px;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid
}

.product-gallery--style-bordered .product-sticker {
	right: -15px
}

.product-gallery--style-clean {
	margin: -12px
}

.product-gallery--style-clean .product-gallery__content {
	padding: 11px 11px 15px;
	border: 1px solid transparent;
	background-color: transparent;
	pointer-events: none
}

.product-gallery--style-clean .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content[focus-within] {
	padding: 15px;
	margin: -4px -4px 0
}

.product-gallery--style-clean .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:hover {
	padding: 15px;
	margin: -4px -4px 0
}

.product-gallery--style-clean .product-gallery__content>* {
	pointer-events: all
}

.product-gallery--style-clean .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content[focus-within] {
	pointer-events: all
}

.product-gallery--style-clean .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:hover {
	pointer-events: all
}

.product-gallery--style-bordered .product-gallery__content:hover,
.product-gallery--style-bordered .product-gallery__content[focus-within],
.product-gallery--style-clean .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content[focus-within] {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .08)
}

.product-gallery--style-bordered .product-gallery__content:focus-within,
.product-gallery--style-bordered .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .08)
}

.product-gallery--style-bordered .product-gallery__details,
.product-gallery--style-clean .product-gallery__details {
	margin-bottom: auto
}

.product-gallery--style-bordered .product-gallery__button-container,
.product-gallery--style-clean .product-gallery__button-container {
	visibility: hidden;
	opacity: 0;
	transition: margin .3s ease, opacity .1s ease, visibility .3s ease
}

.product-gallery--style-bordered .product-gallery__content:hover .product-gallery__button-container,
.product-gallery--style-bordered .product-gallery__content[focus-within] .product-gallery__button-container,
.product-gallery--style-clean .product-gallery__content:hover .product-gallery__button-container,
.product-gallery--style-clean .product-gallery__content[focus-within] .product-gallery__button-container {
	visibility: visible;
	opacity: 1;
	transition: margin .3s ease, opacity .3s ease .1s, visibility .3s ease
}

.product-gallery--style-bordered .product-gallery__content:focus-within .product-gallery__button-container,
.product-gallery--style-bordered .product-gallery__content:hover .product-gallery__button-container,
.product-gallery--style-clean .product-gallery__content:focus-within .product-gallery__button-container,
.product-gallery--style-clean .product-gallery__content:hover .product-gallery__button-container {
	visibility: visible;
	opacity: 1;
	transition: margin .3s ease, opacity .3s ease .1s, visibility .3s ease
}

.product-gallery--style-image-only {
	margin: -12px
}

.product-gallery--style-image-only .product-gallery__content {
	margin: 12px
}

.product-gallery--style-image-only .product-gallery__content:hover .product-gallery__info-container,
.product-gallery--style-image-only .product-gallery__content[focus-within] .product-gallery__info-container {
	opacity: 1;
	visibility: visible
}

.product-gallery--style-image-only .product-gallery__content:focus-within .product-gallery__info-container,
.product-gallery--style-image-only .product-gallery__content:hover .product-gallery__info-container {
	opacity: 1;
	visibility: visible
}

.is-touch-device .product-gallery--style-image-only .product-gallery__image-container a {
	pointer-events: none
}

.product-gallery--style-image-only .product-gallery__info-container {
	position: absolute;
	z-index: 1;
	top: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 8%;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease
}

.product-gallery--style-image-only .product-gallery__details {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.product-gallery-header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: .25em
}

.product-gallery-header .product-gallery-results {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: .5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.product-gallery-header .product-gallery-sorting-label {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: .5em
}

.lt400 .product-gallery-header .product-gallery-sorting-label {
	display: none
}

.product-gallery-header .product-gallery-sorting {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.product-gallery-filter {
	position: relative;
	margin-right: 20px;
	white-space: nowrap
}

.product-gallery-filter__button {
	padding: .25em 0;
	background: none;
	border: none;
	font: inherit
}

.product-gallery-filter__button:hover {
	text-decoration: underline
}

.product-gallery-filter .popover__content {
	width: auto!important;
	max-width: 15em
}

.product-gallery-filter fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	min-width: 0
}

.product-gallery-filter fieldset legend {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.filter-option {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: .5em;
	line-height: 1
}

.filter-option input[type=checkbox] {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 1.125em;
	min-height: 1.125em;
	margin-right: .5em
}

.filter-option__label {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.filter-option__count {
	display: inline-block;
	margin-left: .25em
}

.pagination {
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 1em
}

.pagination,
.pagination ul {
	display: -webkit-flex;
	display: flex
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pagination li {
	height: 2.4em
}

.pagination li:before {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 .5em
}

.pagination li.hidden+.pagination__item:not(.hidden):before,
.lt400 .pagination li.hidden-lt400+.pagination__item:not(.hidden-lt400):before {
	content: "…"
}

.lt300 .pagination li:before {
	content: none!important
}

.pagination__control--hidden {
	opacity: 0;
	visibility: hidden
}

.pagination__control:first-child {
	margin-right: 1em
}

.pagination__control:last-child {
	margin-left: 1em
}

.pagination .btn {
	height: 100%;
	padding: 0 .5em;
	box-sizing: border-box
}

.pagination__page,
.pagination__small {
	display: -webkit-inline-flex;
	display: inline-flex;
	height: 100%;
	padding: 0 .7em;
	box-sizing: border-box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.pagination__page {
	cursor: pointer
}

.pagination__page--active {
	font-weight: 700
}

.cc-window.cc-theme-jw {
	padding: .8em;
	background-color: #222;
	color: #fff;
	line-height: 1em;
	bottom: 0
}

.cc-window.cc-theme-jw.cc-banner {
	transition: none;
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(66px);
		transform: translateY(66px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(66px);
		transform: translateY(66px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.cc-window.cc-theme-jw .cc-btn {
	background-color: #f1d600;
	color: #000;
	font-weight: 400;
	padding: 8px 40px;
	border-radius: 5px;
	transition-duration: .2s;
	transition-property: background-color;
	text-decoration: none
}

.cc-window.cc-theme-jw .cc-btn:hover {
	background-color: #fff;
	text-decoration: underline
}

.cart__items {
	margin-bottom: 1em
}

.cart__overview {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em
}

.lt600 .cart__overview {
	-webkit-flex-direction: column;
	flex-direction: column
}

.cart__overview-block {
	-webkit-flex: 0 0 60%;
	flex: 0 0 60%;
	margin: 0 0 1em;
	padding: 0 1em;
	box-sizing: border-box
}

.lt600 .cart__overview-block {
	-webkit-order: 1;
	order: 1;
	-webkit-flex-basis: auto!important;
	flex-basis: auto!important
}

.cart__overview-block>.cart__overview-block {
	margin-left: -1em;
	margin-right: -1em
}

.cart__overview-block>.cart__overview-block:last-child {
	margin-bottom: 0
}

.cart__overview-block.is-auto-width {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto
}

.cart__overview-totals {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
	min-width: 240px;
	margin-left: auto!important
}

.lt600 .cart__overview-totals {
	-webkit-order: 0;
	order: 0;
	min-width: 0;
	margin-left: 0!important;
	-webkit-flex-basis: auto;
	flex-basis: auto
}

.cart__coupon-input,
.cart__shipping-estimation {
	margin-bottom: 1em
}

.cart__coupon-input-error:not(:empty) {
	color: #d9534f;
	border-color: #d9534f
}

.cart-totals {
	margin-bottom: 1em
}

.lt600 .cart-totals {
	margin-bottom: 0
}

.cart-totals__row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	min-height: 2.3em
}

.cart-totals__row--free_shipping_motivator .cart-totals__row-description {
	margin: 0;
	font-weight: bolder
}

.cart-totals__row--free_shipping .cart-totals__row-price {
	text-transform: uppercase;
	font-weight: bolder
}

.cart-totals__row--total {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-top: .5em;
	padding-top: .5em;
	border-top: 1px solid;
	font-weight: 700;
	font-size: 1.2em
}

.cart-totals__row--total:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0
}

.cart-totals__row--small {
	-webkit-align-items: center;
	align-items: center;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	font-size: 1em;
	min-height: 0
}

.cart-totals__row--small .cart-totals__row-description {
	margin-left: auto;
	text-align: right
}

.cart-totals__row--small .cart-totals__row-price {
	min-width: 6em;
	margin-left: 0
}

.cart-totals__row--small:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: .5em
}

.cart-totals__row--small:last-child {
	padding-bottom: 1em
}

.cart-totals__row-description {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 150px;
	margin-right: 1em
}

.cart-totals__row-description .element-form-input-text {
	max-width: 100%
}

.cart-totals__row-price {
	margin-left: auto;
	text-align: right
}

.cart-totals__row-price small {
	font-weight: 400
}

.inline-cart-no-content-message {
	text-align: center
}

.cart-product-suggestions {
	margin-top: 5rem
}

.webshop-form .element-form-input-text.cart__shipping-estimation-country {
	margin: 0 1em 1em 0;
	width: 200px
}

@media (max-width:620px) {
	.webshop-form .element-form-input-text.cart__shipping-estimation-country {
		width: 100%
	}
}

.webshop-form .element-form-input-text.cart__shipping-estimation-method {
	margin-left: 0!important;
	width: 200px
}

@media (max-width:620px) {
	.webshop-form .element-form-input-text.cart__shipping-estimation-method {
		width: 100%
	}
}

.cart-item {
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.cart-item:first-child {
	border-top-width: 1px;
	border-top-style: solid
}

.cart-item__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 1em 0;
	margin: 0 -1em
}

.lt600 .cart-item__inner {
	display: block;
	text-align: right;
	margin: 0
}

.lt600 .cart-item__inner:after {
	content: "";
	display: block;
	clear: both
}

.cart-item__image {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 0 0 1em;
	box-sizing: border-box
}

.cart-item__image img {
	width: 60px;
	float: left;
	max-width: 100%;
	max-height: 100px;
	-o-object-fit: contain;
	object-fit: contain
}

.lt600 .cart-item__image {
	float: left;
	width: 16.66666667%;
	max-width: 60px;
	padding: 0
}

.cart-item__image--placeholder {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 60px;
	width: 60px
}

.cart-item__image--placeholder img {
	width: 45px;
	height: 45px
}

.cart-item__actions,
.cart-item__details {
	margin: .5em 0;
	padding: 0 1em;
	box-sizing: border-box
}

.lt600 .cart-item__actions,
.lt600 .cart-item__details {
	display: inline-block;
	width: 83.33333333%;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left
}

.cart-item__details {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	min-width: 0
}

.cart-item__title {
	font-size: 1.2em;
	line-height: 1.2;
	word-wrap: break-word
}

.cart-item__actions {
	-webkit-flex: 0 0 40%;
	flex: 0 0 40%;
	min-width: 240px
}

.lt600 .cart-item__actions {
	min-width: 0
}

.lt600 .cart-item__actions .product-quantity-input {
	margin-top: .5em
}

.cart-item__amount-row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.lt600 .cart-item__amount-label {
	display: none
}

.cart-item__price {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: right;
	margin-left: .5em
}

.product-quantity-input {
	display: block;
	margin-bottom: .5em
}

.product-quantity-input--block .product-quantity-input__label {
	display: block
}

.product-quantity-input__input,
.product-quantity-input__select {
	width: 70px!important;
	margin-left: .2em
}

.product-quantity-input__remove {
	font-size: 1.2em
}

.issuer {
	margin-left: .5em;
	visibility: hidden
}

.toggle-block__control:checked~.toggle-block__label .issuer {
	visibility: visible
}

.toggle-block__button {
	visibility: hidden
}

@media (min-width:641px) {
	.toggle-block__control:checked~.toggle-block__label .issuer--has-value+.toggle-block__button,
	.toggle-block__control:checked~.toggle-block__label .toggle-block__title+.toggle-block__button {
		visibility: visible
	}
	.toggle-block__control:checked~.toggle-block__label .issuer--has-value+.toggle-block__button+.toggle-block__images,
	.toggle-block__control:checked~.toggle-block__label .toggle-block__title+.toggle-block__button+.toggle-block__images {
		display: none
	}
}

.steps {
	margin-bottom: 1em
}

.steps ol {
	padding: 0;
	margin: 0;
	list-style: none
}

.steps li,
.steps ol {
	display: -webkit-flex;
	display: flex
}

.steps li {
	-webkit-flex: 1 0 1px;
	flex: 1 0 1px
}

.steps__step {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 3em;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding: 0 1em;
	position: relative;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	text-decoration: none
}

a.steps__step:focus,
a.steps__step:hover {
	text-decoration: underline
}

.steps__step--selected {
	font-weight: 700
}

li:first-child>.steps__step {
	border-left-width: 1px;
	border-radius: .2em 0 0 .2em
}

li:last-child>.steps__step {
	border-radius: 0 .2em .2em 0
}

li:last-child>.steps__step:after,
li:last-child>.steps__step:before {
	display: none
}

.steps__step:after,
.steps__step:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	background-color: inherit
}

.steps__step:before {
	top: 50%;
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg);
	width: .84852814em;
	height: .84852814em;
	box-sizing: border-box;
	border-color: inherit;
	border-style: solid;
	border-width: 0 1px 1px 0
}

.steps__step:after {
	z-index: 2;
	top: 0;
	width: 1px;
	height: 100%
}

.steps__icon {
	margin-right: .2em
}

.account-page {
	display: -webkit-flex;
	display: flex
}

.lt800 .account-page {
	-webkit-flex-direction: column;
	flex-direction: column
}

.account-page__navigation {
	-webkit-flex: 0 0 200px;
	flex: 0 0 200px
}

.lt800 .account-page__navigation {
	-webkit-order: 1;
	order: 1
}

.account-page__content {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.account-current-login {
	float: right;
	margin-top: 1.3em
}

.account-navigation__title,
.section .account-navigation__title {
	margin-top: 1.3em
}

.account-navigation__item {
	padding: .15em 0
}

.account-navigation__item--active {
	font-weight: 700
}


/*# sourceMappingURL=styles.d0856a65a8996eea90f5.css.map*/


/* compiled in: 0.231s */