.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;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .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;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .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;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .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;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .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;
    }
    .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 {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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;
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.fi,
.fib {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.fi {
    display: inline-block;
    line-height: 1em;
    position: relative;
    width: 1.33333333em;
}
.fi:before {
    content: "\00a0";
}
.fi.fis {
    width: 1em;
}
.flag-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    width: 1.33333333em;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon.fis {
    width: 1em;
}
.flag-icon-at {
    background-image: url(module-files/flag-icons/flags/4x3/at.svg);
}
.flag-icon-be {
    background-image: url(module-files/flag-icons/flags/4x3/be.svg);
}
.flag-icon-ca {
    background-image: url(module-files/flag-icons/flags/4x3/ca.svg);
}
.flag-icon-ch {
    background-image: url(module-files/flag-icons/flags/4x3/ch.svg);
}
.flag-icon-de {
    background-image: url(module-files/flag-icons/flags/4x3/de.svg);
}
.flag-icon-dk {
    background-image: url(module-files/flag-icons/flags/4x3/dk.svg);
}
.flag-icon-ee {
    background-image: url(module-files/flag-icons/flags/4x3/ee.svg);
}
.flag-icon-es {
    background-image: url(module-files/flag-icons/flags/4x3/es.svg);
}
.flag-icon-fi {
    background-image: url(module-files/flag-icons/flags/4x3/fi.svg);
}
.flag-icon-fr {
    background-image: url(module-files/flag-icons/flags/4x3/fr.svg);
}
.flag-icon-gb {
    background-image: url(module-files/flag-icons/flags/4x3/gb.svg);
}
.flag-icon-hu {
    background-image: url(module-files/flag-icons/flags/4x3/hu.svg);
}
.flag-icon-ie {
    background-image: url(module-files/flag-icons/flags/4x3/ie.svg);
}
.flag-icon-it {
    background-image: url(module-files/flag-icons/flags/4x3/it.svg);
}
.flag-icon-mx {
    background-image: url(module-files/flag-icons/flags/4x3/mx.svg);
}
.flag-icon-nl {
    background-image: url(module-files/flag-icons/flags/4x3/nl.svg);
}
.flag-icon-no {
    background-image: url(module-files/flag-icons/flags/4x3/no.svg);
}
.flag-icon-pl {
    background-image: url(module-files/flag-icons/flags/4x3/pl.svg);
}
.flag-icon-pt {
    background-image: url(module-files/flag-icons/flags/4x3/pt.svg);
}
.flag-icon-ru {
    background-image: url(module-files/flag-icons/flags/4x3/ru.svg);
}
.flag-icon-se {
    background-image: url(module-files/flag-icons/flags/4x3/se.svg);
}
.flag-icon-tr {
    background-image: url(module-files/flag-icons/flags/4x3/tr.svg);
}
.flag-icon-us {
    background-image: url(module-files/flag-icons/flags/4x3/us.svg);
}
.flag-icon-xx {
    background-image: url(module-files/flag-icons/flags/4x3/xx.svg);
}
* {
    scroll-margin-top: var(--fixed-header-height);
}
.jw-tree-container:not(.jw-tree-container--empty) + .jw-credits {
    margin-top: 1em;
}
.jw-credits-owner {
    float: left;
    margin: 0;
    position: relative;
}
.jw-credits-right {
    float: right;
    position: relative;
}
.jw-footer-text-content {
    min-width: 1.4rem;
}
@media (max-width: 500px) {
    .jw-credits-owner,
    .jw-credits-right {
        clear: both;
        float: left;
    }
}
.jw-is-backend .jw-image-text .jw-element-image {
    z-index: 1;
}
.jw-is-backend .jw-image-text .jw-element-button {
    z-index: 1400;
}
.jw-is-backend .jw-image-text .dropzone,
.jw-is-backend .jw-image-text .jw-element-overlay {
    z-index: 1300;
}
.jw-is-backend .jw-image-text .jw-element-border {
    z-index: 1100;
}
.jw-is-backend .jw-image-is-flat,
.jw-is-backend .jw-image-is-round,
.jw-is-backend .jw-image-is-rounded,
.jw-is-backend .jw-image-is-square {
    position: relative;
}
.jw-is-backend .jw-image-is-flat svg,
.jw-is-backend .jw-image-is-round svg,
.jw-is-backend .jw-image-is-rounded svg,
.jw-is-backend .jw-image-is-square svg {
    left: 0;
    position: absolute;
    top: 0;
}
.jw-is-backend .jw-image-is-flat svg {
    height: 100%;
    width: 100%;
}
.jw-is-backend .jw-image-is-rounded svg,
.jw-is-backend .jw-image-is-square svg {
    height: 80%;
    padding: 10%;
    width: 80%;
}
.jw-is-backend .jw-image-is-round svg {
    height: 50%;
    padding: 25%;
    width: 50%;
}
.jw-image-is-flat svg {
    height: 100%;
    width: 100%;
}
.jw-image-is-rounded svg,
.jw-image-is-square svg {
    height: 80%;
    padding: 10%;
    width: 80%;
}
.jw-image-is-round svg {
    height: 50%;
    padding: 25%;
    width: 50%;
}
.jw-image-backend {
    width: 100%;
}
.jw-image-is-round,
.jw-image-is-rounded,
.jw-is-flat {
    display: inline-block;
    overflow: hidden;
}
.jw-image-is-rounded,
.jw-image-is-rounded img {
    border-radius: 0.4em;
}
.jw-image-is-round {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.jw-image-is-round img {
    border-radius: 50%;
}
.jw-element-add {
    left: -52px;
    position: absolute;
    top: 0;
}
.jw-sticky-toolbar {
    --jw-sticky-toolbar-height: 36px;
    bottom: 100px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -54px;
    top: calc((var(--jw-sticky-toolbar-height) + 18px) * -1);
    z-index: 2120;
}
.jw-sticky-toolbar__toolbar {
    max-width: calc(100vw - 20px);
    pointer-events: auto;
    position: sticky;
    top: 10px;
    width: -moz-max-content;
    width: max-content;
}
.jw-sticky-toolbar__toolbar .mce-floatpanel {
    margin: 0 !important;
    position: static !important;
}
.jw-sticky-toolbar--mobile {
    bottom: auto;
    position: fixed;
    top: 0;
}
.jw-sticky-toolbar--mobile .jw-sticky-toolbar__toolbar {
    max-width: none;
    position: static;
    width: 100%;
}
.jw-sticky-toolbar--appear-animation {
    --jw-sticky-toolbar--appear-initial-offset: 10px;
}
.jw-sticky-toolbar--appear-animation.jw-sticky-toolbar--mobile {
    --jw-sticky-toolbar--appear-initial-offset: -20px;
}
.jw-sticky-toolbar--appear-animation .jw-sticky-toolbar__toolbar {
    animation: jw-sticky-toolbar--appear 0.15s ease-out;
}
@keyframes jw-sticky-toolbar--appear {
    0% {
        opacity: 0;
        transform: translateY(var(--jw-sticky-toolbar--appear-none-offset));
        transform: translateY(var(--jw-sticky-toolbar--appear-initial-offset));
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.jw-is-website-spanner {
    box-shadow: inset 0 40px 0 #50575b;
    padding-top: 40px;
}
#jw.jw-header-toggler {
    bottom: -5px;
    position: absolute;
    z-index: 2120;
}
#jw.jw-header-toggler .btn-group {
    white-space: nowrap;
}
#jw.jw-header-toggler .btn-group:after,
#jw.jw-header-toggler .btn-group:before {
    content: " ";
    display: table;
}
#jw.jw-header-toggler .btn-group:after {
    clear: both;
}
#jw.jw-header-toggler .btn-group > .btn {
    float: none;
}
#jw .jw-header-button {
    display: none;
    position: absolute;
}
#jw .jw-header-button--desktop {
    right: -10px;
    top: -10px;
}
#jw .jw-header-button--mobile {
    margin-left: -10px;
    top: 0;
}
.jw-element-is-active #jw .jw-header-button {
    display: block;
}
#jw .jw-header-loader {
    display: none;
}
.jw-element-is-loading #jw .jw-header-loader {
    display: flex;
}
.jw-header-title {
    outline: none;
}
.jw-header-logo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    position: relative;
}
.jw-header-image-toggle > a {
    display: block;
    width: 100%;
}
.ui-resizable-handle {
    background: currentcolor;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    color: #4e595f;
    height: 20px;
    position: absolute;
    transition: color 0.15s ease, opacity 0.15s ease, visibility 0.15s ease;
    width: 20px;
    z-index: 1595 !important;
}
.ui-resizable-handle:active,
.ui-resizable-handle:hover {
    color: #469fd5;
}
.ui-resizable-handle:after,
.ui-resizable-handle:before {
    content: "";
    display: block;
    position: absolute;
}
.ui-resizable-handle:before {
    background: #f7f5f0;
    height: 8px;
    left: 5px;
    top: 5px;
    transform: rotate(-45deg);
    width: 8px;
}
.ui-resizable-handle:after {
    background: currentcolor;
    bottom: 2px;
    left: 8px;
    top: 2px;
    width: 2px;
}
.ui-resizable-e {
    cursor: ew-resize;
    margin-top: -10px;
    right: -10px;
    top: 50%;
}
.ui-resizable-s {
    bottom: -10px;
    cursor: ns-resize;
}
.ui-resizable-n,
.ui-resizable-s {
    left: 50%;
    margin-left: -10px;
    transform: rotate(90deg);
}
.ui-resizable-n {
    cursor: n-resize;
    top: -10px;
}
.ui-resizable-w {
    cursor: ew-resize;
    left: -10px;
    margin-top: -10px;
    top: 50%;
}
.ui-resizable-sw {
    bottom: -10px;
    cursor: sw-resize;
    left: -10px;
    transform: rotate(-45deg);
}
.ui-resizable-nw {
    cursor: nw-resize;
    left: -10px;
    top: -10px;
    transform: rotate(45deg);
}
.ui-resizable-ne {
    cursor: ne-resize;
    right: -10px;
    top: -10px;
    transform: rotate(-45deg);
}
.ui-resizable-se {
    bottom: -10px;
    cursor: se-resize;
    right: -10px;
    transform: rotate(45deg);
}
.floating-tooltip,
.tooltip,
.ui-tooltip {
    z-index: 999999 !important;
}
.stack-bottomright {
    bottom: 25px !important;
    top: auto !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;
}
.jw-is-shown {
    display: block !important;
}
.jw-is-clickable {
    cursor: pointer !important;
}
.jw-is-touch-device .hidden-touch {
    display: none !important;
}
.jw-spinner {
    display: inline-block;
    height: 1em;
    position: relative;
    width: 1em;
}
.jw-spinner:after,
.jw-spinner:before {
    border: 0.15em solid;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-spinner:before {
    opacity: 0.3;
}
.jw-spinner:after {
    animation: jw-spinner 0.8s linear infinite;
    border-color: currentColor transparent transparent;
}
@keyframes jw-spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.jw-backend-container {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-backend-container > * {
    pointer-events: auto;
}
.is-picking .jw-section-content > .jw-tree-container:not(.jw-tree-container--empty) {
    padding-bottom: 100px;
    transition: none;
}
.jw-context-remove-wrap {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    max-height: 100%;
    position: absolute;
    z-index: 1600;
}
.jw-tree-empty-placeholder .jw-context-remove-wrap {
    right: -10px;
    top: -10px;
}
.jw-is-touch-device .jw-context-remove-wrap {
    padding: 0;
    right: 5px;
    top: 5px;
}
.jw-context-remove-wrap.jw-context-remove-wrap-is-left {
    left: 5px;
    right: auto;
    top: 5px;
}
.show-editor-is-design {
    display: none !important;
}
.jw-is-design .show-editor-is-design {
    display: block !important;
}
.table__row--clickable {
    cursor: pointer;
}
.table__row--clickable:focus {
    outline: 1px solid #469fd5;
    outline-offset: -1px;
}
.jw-menu-add {
    display: none;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: -35px;
    top: 50%;
    width: 30px;
    z-index: 1;
}
.jw-menu-vertical .jw-menu-add {
    margin-top: 5px;
    right: auto;
    top: 100%;
}
.jw-is-touch-device .jw-menu-add,
.jw-menu-cart-item,
.jw-mobile-cart {
    display: none;
}
.jw-menu-cart-item--hidden {
    display: none !important;
    margin: 0 !important;
}
.jw-menu-cart-item--hidden .jw-popover-container {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.jw-menu-cart-item--hidden .jw-menu-link,
.jw-menu-cart-item--hidden .jw-popover,
.jw-menu-cart-item--hidden .jw-popover-backdrop {
    display: none !important;
}
.jw-mobile-header-cart--hidden .jw-icon-badge-wrapper {
    visibility: hidden;
}
.jw-menu-is-desktop .jw-menu-cart-item {
    display: block;
}
.jw-menu-is-mobile .jw-mobile-cart {
    display: block;
    margin-bottom: 1em;
    position: relative;
}
.hidden-desktop-horizontal-menu {
    display: none;
}
.jw-menu-is-mobile .hidden-desktop-horizontal-menu,
.jw-menu-vertical .hidden-desktop-horizontal-menu {
    display: inline;
}
.jw-menu-wishlist-item--hidden {
    display: none !important;
}
.mobile-bar {
    display: none;
    flex-direction: row;
    font: 13px Proxima Nova, Segoe UI, Arial, sans-serif;
    height: 75px;
    justify-content: center;
    list-style: none;
    padding: 0 10px;
}
.jw-is-mobile-bar-editing .mobile-bar {
    display: flex;
}
@media (max-width: 450px) {
    .mobile-bar {
        display: flex;
    }
    .jw-website-spacer--mobile-bar {
        height: 75px;
    }
}
@media (max-width: 450px) and (max-height: 440px) {
    .jw-website-spacer--mobile-bar,
    .mobile-bar {
        display: none;
    }
}
.mobile-bar__item {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 50px;
    transition: background 0.2s ease;
}
.mobile-bar__item,
.mobile-bar__item:hover {
    text-decoration: none;
}
.mobile-bar__item-icon {
    font-size: 1.4em;
    line-height: 1;
}
.mobile-bar__item-label {
    font-size: 0.9em;
    line-height: 1;
    padding-top: 0.4em;
}
.message-bar {
    max-width: 100vw;
    text-align: center;
}
.message-bar a {
    color: inherit;
    text-decoration: underline;
}
.jw-is-backend-loaded .message-bar--selected,
.jw-is-backend-loaded .message-bar:hover {
    box-shadow: inset 0 0 0 1px #469fd5;
    cursor: pointer;
}
.message-bar-usps {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.message-bar-usps--slider-loading .message-bar-usps__item:not(:first-child) {
    display: none;
}
.message-bar-usps__item {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 0.25em 0.5em;
    text-align: left;
}
@media (min-width: 640px) {
    .message-bar-usps__item {
        padding: 0.5em 1em;
    }
}
.message-bar-usps__item [class^="website-rendering-icon"] {
    margin-right: 0.25em;
}
#feature-bar-preview .message-bar-usps {
    flex-wrap: wrap;
}
.message-bar-text {
    margin: 0;
    padding: 0.5em;
}
.jw-bottom-bar__container {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    right: 0;
    transition: transform 0.2s ease;
    z-index: 1020;
}
.jw-bottom-bar__container--is-scrolling {
    transition: none;
}
.jw-mobile-bar-container {
    order: 1;
}
.jw-editor-bar {
    align-items: center;
    background: #373f43;
    box-sizing: border-box;
    color: #f7f5f0;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 50px;
    justify-content: flex-end;
    line-height: normal;
    order: 2;
    padding: 10px;
    width: 100%;
}
@media (max-width: 768px) {
    .jw-editor-bar .jw-offline-mode-text {
        display: none;
    }
}
.jw-editor-bar a {
    color: #f7f5f0;
}
.jw-editor-bar a:hover {
    color: #f7f5f0;
    text-decoration: underline;
}
.jw-editor-bar .btn {
    background-color: #7bb035;
    border-color: #7bb035;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
    padding: 5px 9px;
    text-decoration: none;
}
.jw-editor-bar .btn.active,
.jw-editor-bar .btn:active,
.jw-editor-bar .btn:focus,
.jw-editor-bar .btn:hover,
.open > .dropdown-toggle.jw-editor-bar .btn {
    background-color: #5f8829;
    border-color: #5a8127;
    color: #fff;
}
.jw-editor-bar .btn.active,
.jw-editor-bar .btn:active,
.open > .dropdown-toggle.jw-editor-bar .btn {
    background-image: none;
}
.jw-editor-bar .btn.disabled,
.jw-editor-bar .btn.disabled.active,
.jw-editor-bar .btn.disabled:active,
.jw-editor-bar .btn.disabled:focus,
.jw-editor-bar .btn.disabled:hover,
.jw-editor-bar .btn[disabled],
.jw-editor-bar .btn[disabled].active,
.jw-editor-bar .btn[disabled]:active,
.jw-editor-bar .btn[disabled]:focus,
.jw-editor-bar .btn[disabled]:hover,
fieldset[disabled] .jw-editor-bar .btn,
fieldset[disabled] .jw-editor-bar .btn.active,
fieldset[disabled] .jw-editor-bar .btn:active,
fieldset[disabled] .jw-editor-bar .btn:focus,
fieldset[disabled] .jw-editor-bar .btn:hover {
    background-color: #7bb035;
    border-color: #7bb035;
}
.jw-editor-bar .btn .badge {
    background-color: #fff;
    color: #7bb035;
}
.jw-editor-bar .btn:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
    .jw-editor-bar .btn {
        display: block;
        margin-left: 0;
        text-align: center;
    }
}
.jw-editor-bar .btn-link,
.jw-editor-bar .btn-link.active,
.jw-editor-bar .btn-link:active,
.jw-editor-bar .btn-link:focus,
.jw-editor-bar .btn-link:hover,
.open > .dropdown-toggle.jw-editor-bar .btn-link {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}
.jw-editor-bar .btn-link.active,
.jw-editor-bar .btn-link:active,
.open > .dropdown-toggle.jw-editor-bar .btn-link {
    background-image: none;
}
.jw-editor-bar .btn-link.disabled,
.jw-editor-bar .btn-link.disabled.active,
.jw-editor-bar .btn-link.disabled:active,
.jw-editor-bar .btn-link.disabled:focus,
.jw-editor-bar .btn-link.disabled:hover,
.jw-editor-bar .btn-link[disabled],
.jw-editor-bar .btn-link[disabled].active,
.jw-editor-bar .btn-link[disabled]:active,
.jw-editor-bar .btn-link[disabled]:focus,
.jw-editor-bar .btn-link[disabled]:hover,
fieldset[disabled] .jw-editor-bar .btn-link,
fieldset[disabled] .jw-editor-bar .btn-link.active,
fieldset[disabled] .jw-editor-bar .btn-link:active,
fieldset[disabled] .jw-editor-bar .btn-link:focus,
fieldset[disabled] .jw-editor-bar .btn-link:hover {
    background-color: transparent;
    border-color: transparent;
}
.jw-editor-bar .btn-link .badge {
    background-color: inherit;
    color: transparent;
}
.jw-editor-bar .btn-link:hover {
    text-decoration: underline;
}
.jw-website-spacer--jump-to-editor {
    height: 50px;
}
.jw-preview-link {
    align-items: center;
    display: flex;
    margin-right: auto;
}
.jw-preview-link a {
    color: #fff;
}
.jw-preview-link .jw-preview-link__btn-copy {
    background: none;
    border: none;
    color: inherit;
}
.jw-preview-link .jw-preview-link__btn-copy-text {
    background: transparent;
    border: none;
    color: inherit;
    font-weight: 700;
}
.jw-publish-promo {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    bottom: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 20px;
    position: absolute;
    right: 0;
    transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
    .jw-publish-promo {
        flex-direction: column;
    }
}
.jw-publish-promo .jw-publish-promo__text {
    align-items: center;
    display: flex;
}
@media (max-width: 768px) {
    .jw-publish-promo .jw-publish-promo__text {
        margin-bottom: 10px;
    }
}
.jw-publish-promo .jw-publish-promo__rocket {
    background: #373f43;
    border-radius: 100%;
    box-sizing: border-box;
    height: 40px;
    margin-right: 20px;
    padding: 10px;
    width: 40px;
}
.jw-publish-promo .jw-publish-promo__rocket svg {
    height: 100%;
    width: 100%;
}
.jw-publish-promo strong {
    margin-bottom: 5px;
    margin-top: 0;
}
.jw-publish-promo p {
    margin-bottom: 0;
}
.jw-publish-promo .btn {
    padding-block: 9px;
}
.jw-publish-promo.jw-publish-promo--hidden {
    opacity: 0;
    pointer-events: none;
}
.jw-publish-promo .label--pro {
    background-color: #e9454b;
    border-radius: 0.25em;
    color: #f7f5f0;
    display: inline;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.jw-publish-promo .jw-publish-promo__buttons {
    align-items: center;
    display: flex;
}
.jw-publish-promo .jw-publish-promo__buttons .btn {
    flex-grow: 1;
}
@media (max-width: 768px) {
    .jw-publish-promo .jw-publish-promo__buttons {
        justify-content: space-evenly;
        width: 100%;
    }
}
.message-bar--dark,
.mobile-bar--dark {
    background: #333;
}
.message-bar--dark .message-bar-text,
.message-bar--dark .message-bar-usps__item,
.message-bar--dark .mobile-bar__item,
.mobile-bar--dark .message-bar-text,
.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, 0.1), 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.message-bar--light .message-bar-text,
.message-bar--light .message-bar-usps__item,
.message-bar--light .mobile-bar__item,
.mobile-bar--light .message-bar-text,
.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;
}
.jw-search-input {
    padding: 0.25em 35px 0.25em 0.5em;
    width: 100%;
}
.jw-search-submit {
    background: none;
    border: none;
    padding: 0.25em;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-search-results {
    margin-top: 1em;
}
.jw-search-result h3,
.jw-search-result h3 :not(mark) {
    font-weight: 400 !important;
}
.jw-search-result mark {
    background: none;
    color: inherit;
    font-weight: 700;
}
.jw-element.jw-element-is-loading,
.jw-webshop-form.jw-element-is-loading {
    opacity: 0.5;
    transition: opacity 0.2s ease 0.3s;
}
.jw-news.jw-element-is-loading,
.jw-news.jw-element-is-loading .jw-element-loader,
.jw-product-gallery.jw-element-is-loading,
.jw-product-gallery.jw-element-is-loading .jw-element-loader {
    transition-delay: 0ms;
}
.jw-element-loader {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 50px 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1300;
}
.jw-element-loader .jw-spinner {
    bottom: 0;
    display: block;
    font-size: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
@supports (position: sticky) {
    .jw-element-loader .jw-spinner {
        bottom: 50%;
        bottom: calc(50% - 0.5em);
        position: sticky;
        top: 50%;
        top: calc(50% - 0.5em);
    }
}
.jw-element-is-loading .jw-element-loader {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.2s ease 0.3s;
    visibility: visible;
}
.image-gallery {
    display: grid;
}
.image-gallery__slide-item,
.image-gallery__thumbnail-item {
    display: flex;
}
.image-gallery__slide-image,
.image-gallery__thumbnail-image {
    position: relative;
    width: 100%;
}
.image-gallery__slide-image img,
.image-gallery__thumbnail-image img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.image-gallery:not(.image-gallery--single-item) .image-gallery__slide-image,
.image-gallery__thumbnail-image {
    padding-top: 100%;
}
.image-gallery:not(.image-gallery--single-item) .image-gallery__slide-image img,
.image-gallery__thumbnail-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.image-gallery--single-item .image-gallery__slide-image {
    max-height: 720px;
}
.image-gallery--single-item .image-gallery__slide-image img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.image-gallery__main {
    min-width: 0;
    position: relative;
}
.image-gallery__slides {
    display: flex;
    overflow: hidden;
}
.image-gallery__slide-container {
    flex: 0 0 auto;
    width: 100%;
}
.image-gallery__slide-item {
    cursor: zoom-in;
}
.image-gallery__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 2em;
    color: #fff;
    font-size: 20px;
    height: 2em;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
}
.image-gallery__control--disabled {
    visibility: hidden;
}
.image-gallery__control:focus-visible,
.image-gallery__control:hover {
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 0 1.5px hsla(0, 0%, 100%, 0.6), 0 0 8px 1.5px rgba(0, 0, 0, 0.6);
    outline: none;
}
.image-gallery__control--prev {
    left: 0.5em;
    padding-right: 0.1em;
}
.image-gallery__control--next {
    padding-left: 0.1em;
    right: 0.5em;
}
.image-gallery__thumbnails {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    margin-top: 8px;
}
.image-gallery__thumbnail-item {
    border: 1px solid;
    padding: 2px;
}
.jw-is-sidebar .main-content {
    display: flex;
    flex-direction: column;
}
.jw-is-sidebar .block-content,
.jw-is-sidebar .block-sidebar {
    max-width: calc(var(--simple-brick-max-width) + var(--strip-content-padding-inline) * 2);
}
.jw-is-sidebar .block-sidebar {
    display: flex;
    margin-bottom: var(--strip-content-padding-block--primary);
    margin-top: var(--strip-content-padding-block--primary);
}
.jw-is-sidebar .jw-section-sidebar {
    box-sizing: border-box;
    padding: var(--strip-content-padding-block--primary) var(--strip-content-padding-inline);
    width: 100%;
}
.jw-responsive--native {
    container-type: inline-size;
}
.jw-responsive-root {
    container-name: root;
}
.jw-element {
    margin-bottom: 1em;
    margin-top: 1em;
}
.jw-element.jw-node-is-first-child {
    margin-top: 0;
}
.jw-element.jw-node-is-last-child,
.jw-image-text {
    margin-bottom: 0;
}
.jw-image-text {
    margin-top: 0;
}
.jw-column + .jw-column {
    margin-top: 3em;
}
@media (min-width: 641px) {
    html .jw-body .jw-column {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@supports (container-type: inline-size) {
    @container root (width > 640px) {
        .jw-body .jw-column {
            margin-bottom: 0;
            margin-top: 0;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root:not(.lt640) .jw-body .jw-column {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.jw-simple-root,
.jw-strip {
    margin-bottom: 0;
    margin-top: 0;
}
.jw-simple-root:not(.jw-node-is-last-child):not(.jw-tree-container--empty) {
    margin-bottom: 1em;
}
.jw-simple-root:not(.jw-node-is-first-child):not(.jw-tree-container--empty) {
    margin-top: 1em;
}
.tooltip {
    position: relative;
}
.tooltip .tooltip__content {
    background-color: #000;
    border-radius: 6px;
    bottom: calc(100% + 10px);
    color: #fff;
    left: 50%;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    text-align: center;
    translate: -50%;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
}
.tooltip .tooltip__content:after {
    border: 5px solid transparent;
    border-top-color: #000;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}
.tooltip.tooltip--open .tooltip__content {
    visibility: visible;
}
.jw-contact-form form {
    position: relative;
}
.jw-is-backend .captcha-form-group {
    pointer-events: none;
}
.jw-flags {
    float: right;
    margin-bottom: 1em;
    margin-top: -1.5rem;
    position: relative;
    z-index: 1;
}
.flag-icon,
.flag-icon:hover {
    text-decoration: none !important;
}
.flag-icon.flag-icon--clickable {
    transition: transform 0.2s ease-out 0s;
}
.flag-icon.flag-icon--clickable:hover {
    transform: translateY(-3px);
}
.jw-element {
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: auto;
    scroll-margin: 30px 0;
    scroll-margin: calc(var(--fixed-header-height, 0px) + 30px) 0;
    width: 100%;
}
.jw-is-backend .jw-element.jw-element--fade-exit {
    opacity: 1;
    transform: scale(1);
}
.jw-is-backend .jw-element.jw-element--fade-exit-active,
.jw-is-backend .jw-element.jw-element--fade-exit-done {
    opacity: 0;
    transform: scale(0.9);
}
.jw-is-backend .jw-element.jw-element--fade-exit-active {
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.jw-is-backend .jw-element.jw-element--height-exit {
    overflow: hidden;
}
.jw-is-backend .jw-element.jw-element--height-exit-active,
.jw-is-backend .jw-element.jw-element--height-exit-done {
    height: 0 !important;
    margin-bottom: 0 !important;
}
.jw-is-backend .jw-element.jw-element--height-exit-active {
    transition: height 0.2s ease, margin-bottom 0.2s ease;
}
.jw-is-backend .jw-element.jw-element--width-exit {
    overflow: hidden;
}
.jw-is-backend .jw-element.jw-element--width-exit-active,
.jw-is-backend .jw-element.jw-element--width-exit-done {
    padding-left: 0;
    padding-right: 0;
    width: 0 !important;
}
.jw-is-backend .jw-element.jw-element--width-exit-active {
    transition: width 0.2s ease, padding 0.2s ease;
}
.jw-element--is-moving-placeholder.jw-columns > .jw-tree-node,
.jw-element--is-moving-placeholder:not(.jw-columns) {
    opacity: 0.2;
}
.jw-element--is-moving-placeholder.jw-element--highlight-self.jw-columns > .jw-tree-node,
.jw-element--is-moving-placeholder.jw-element--highlight-self:not(.jw-columns) {
    opacity: 0.3;
}
.jw-html img,
.jw-image img,
.jw-image-text img,
.jw-news img {
    height: auto;
    max-width: 100%;
}
.jw-section-menu-list-item.jw-section-menu-is-active {
    font-weight: 700;
}
.jw-section-menu-list {
    margin: 0;
    padding: 0;
}
.jw-section-menu-list li {
    list-style: none;
    margin-bottom: 0.1em;
}
.jw-section-menu-list li:before {
    content: "\00bb";
    margin-right: 0.3em;
}
.jw-section-menu-title {
    word-wrap: break-word;
}
.jw-section-menu {
    margin-bottom: 1em !important;
}
.jw-section-menu-title {
    margin-top: 0 !important;
}
.jw-tree-node {
    box-sizing: border-box;
    position: relative;
}
.jw-is-backend .jw-tree-node {
    transition: margin 0.2s ease;
}
@media (min-width: 641px) {
    html .jw-body .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
        margin-bottom: 0 !important;
    }
}
@supports (container-type: inline-size) {
    @container root (width > 640px) {
        .jw-body .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
            margin-bottom: 0 !important;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root:not(.lt640) .jw-body .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
        margin-bottom: 0 !important;
    }
}
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle {
    opacity: 0;
    visibility: hidden;
}
body:not(.is-picking) .jw-tree-horizontal:hover > .jw-tree-container > .ui-resizable-handle,
body:not(.is-picking) .jw-tree-horizontal > .ui-resizable-resizing > .ui-resizable-handle {
    opacity: 1;
    visibility: visible;
}
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle {
    background: rgba(126, 141, 149, 0.2);
    border: none;
    border-radius: 3px;
    bottom: 0;
    color: rgba(89, 103, 109, 0.7);
    height: auto;
    margin: 0;
    top: 0;
    transition: background 0.2s ease;
    width: 16px;
}
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle.ui-resizable-e {
    right: -8px;
}
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle:after,
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle:before {
    background: currentColor;
    height: 26px;
    left: 50%;
    max-height: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
}
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle:before {
    margin-left: -2px;
}
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle:after {
    margin-left: 2px;
}
.jw-tree-horizontal > .jw-tree-container.jw-columns__node--separator-right > .ui-resizable-handle {
    margin-right: -1px;
    top: 20px;
}
.jw-tree-horizontal > .jw-tree-container.ui-resizable-resizing > .ui-resizable-handle,
.jw-tree-horizontal > .jw-tree-container > .ui-resizable-handle:hover {
    background: rgba(112, 129, 137, 0.3);
    color: rgba(101, 116, 123, 0.8);
}
.jw-tree-horizontal__insert-highlight {
    background-color: #469fd5;
    border-radius: 3px;
    bottom: 0;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, 0.2);
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    z-index: 2210;
}
.jw-node-is-last-child > .jw-tree-horizontal__insert-highlight {
    right: 3px;
}
.jw-tree-horizontal__insert-highlight--is-left {
    left: -1px;
    right: auto;
}
.jw-node-is-first-child > .jw-tree-horizontal__insert-highlight--is-left {
    left: 3px;
}
.jw-tree-container--empty {
    display: flex;
    flex-direction: column;
}
.jw-tree-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1300;
}
.jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0, 0, 0, 0.3);
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border: 1px dashed var(--jw-tree-empty-placeholder__border-color);
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    min-height: 50px;
    position: relative;
    text-align: center;
    transition: border 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
}
.jw-tree-empty-placeholder--pinned {
    --jw-tree-empty-placeholder__border-color: rgba(255, 199, 19, 0.7) !important;
}
.jw-tree-empty-placeholder__wrap {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    padding: 40px 20px;
}
@media (min-width: 768px) {
    .jw-tree-empty-placeholder__wrap {
        flex-direction: row;
    }
}
.jw-tree-empty-placeholder__wrap--sidebar {
    padding-block: 20px;
}
.jw-tree-empty-placeholder__block {
    align-items: center;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .jw-tree-empty-placeholder__block {
        flex: 1 0 0;
        min-width: 0;
    }
}
@media (width < 768px) {
    .jw-tree-empty-placeholder__block:not(:last-child) {
        border-bottom: 1px solid var(--jw-tree-empty-placeholder__border-color);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media (width >= 768px) {
    .jw-tree-empty-placeholder__block:not(:last-child) {
        border-right: 1px solid var(--jw-tree-empty-placeholder__border-color);
        margin-right: 20px;
        padding-right: 20px;
    }
}
.jw-tree-empty-placeholder.jw-tree-empty-placeholder-is-deleting {
    border: 1px solid #e9454b !important;
    box-shadow: 0 0 0 2px rgba(233, 69, 75, 0.2);
}
.jw-tree-container--empty .jw-tree-empty-placeholder {
    display: flex;
}
.is-picking .jw-tree-container--empty > .jw-tree-empty-placeholder {
    display: flex !important;
}
.is-picking .jw-tree-container--empty > .jw-tree-empty-placeholder .jw-context-remove-wrap {
    display: none !important;
}
.jw-tree-empty-placeholder.jw-tree-empty-placeholder-visible {
    display: flex;
}
.jw-tree-empty-placeholder.jw-highlighted-for-tour,
.jw-tree-empty-placeholder.jw-tree-empty-placeholder-selected {
    background-color: rgba(70, 159, 213, 0.1) !important;
    border: 1px solid #469fd5 !important;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, 0.2);
}
.jw-tree-empty-placeholder__image {
    background-position: top;
    background-repeat: no-repeat;
    height: 120px;
    width: 219.42857143px;
}
.jw-section-footer > .jw-tree-container.jw-tree-container--empty > .jw-tree-empty-placeholder {
    display: none;
}
.jw-placeholder {
    background-color: rgba(70, 159, 213, 0.1) !important;
    border: 1px solid #469fd5 !important;
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, 0.2);
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 2210;
}
.jw-placeholder--line {
    background-color: #469fd5 !important;
    border-radius: 0;
}
.jw-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99;
}
body.is-picking .jw-overlay {
    pointer-events: none;
}
.jw-overlay.jw-overlay-is-movable {
    cursor: move;
}
.jw-overlay.jw-overlay--clickable {
    cursor: pointer;
}
.js-skip {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jw-element-imagetext-container--image:after,
.jw-element-imagetext-container--image:before {
    content: " ";
    display: table;
}
.jw-element-imagetext-container--image:after {
    clear: both;
}
.jw-element-imagetext-container--image .jw-element-imagetext-text :first-child,
.jw-image-text.jw-node-is-first-child .jw-element-imagetext-text :first-child,
.jw-section .jw-simple-root > .jw-image-text.jw-node-is-first-child .jw-element-imagetext-text :first-child {
    margin-top: 0;
}
.jw-image-text.jw-node-is-last-child .jw-element-imagetext-text :last-child {
    margin-bottom: 0;
}
.jw-element-imagetext-text {
    min-width: 4em;
}
.jw-image-text .jw-element-image-is-right {
    margin-left: 1em;
}
.jw-image-text .jw-element-image-is-left {
    margin-right: 1em;
}
.jw-image-text .jw-element-image {
    margin-bottom: 1em;
}
.jw-image:after,
.jw-image:before {
    content: " ";
    display: table;
}
.jw-image:after {
    clear: both;
}
.jw-element-image {
    line-height: 0;
    max-width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jw-element-image__image-wrapper {
    width: 100%;
}
.jw-element-image__image {
    --jw-element-image--pan-x: 0.5;
    --jw-element-image--pan-y: 0.5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-position: calc(100% * var(--jw-element-image--pan-x)) calc(100% * var(--jw-element-image--pan-y));
    object-position: calc(100% * var(--jw-element-image--pan-x)) calc(100% * var(--jw-element-image--pan-y));
    width: 100%;
}
.jw-element-image-is-right {
    float: right;
}
.jw-element-image-is-left {
    float: left;
}
.jw-element-image-is-center {
    margin: 0 auto;
}
@media (max-width: 640px) {
    html .jw-body .jw-element-image,
    html .jw-body .jw-image-text .jw-element-image {
        --jw-image-centered: 1;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@supports (container-type: inline-size) {
    @container root (width <= 640px) {
        .jw-body .jw-element-image,
        .jw-body .jw-image-text .jw-element-image {
            --jw-image-centered: 1;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-element-image,
    .jw-responsive-root.lt640 .jw-body .jw-image-text .jw-element-image {
        --jw-image-centered: 1;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 640px) {
    .jw-element-image--full-width-to-640 {
        width: 100% !important;
    }
}
@media (max-width: 420px) {
    .jw-element-image--full-width-to-420 {
        width: 100% !important;
    }
}
.jw-icon-image__inner {
    display: block;
    height: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 100%;
}
.jw-image-is-round .jw-icon-image__inner,
.jw-image-is-rounded .jw-icon-image__inner,
.jw-image-is-square .jw-icon-image__inner {
    -webkit-mask-size: 50%;
    mask-size: 50%;
}
.jw-intrinsic {
    display: block;
    height: 0;
    position: relative;
    width: 100%;
}
.jw-intrinsic .jw-intrinsic__item {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.jw-is-backend .jw-element-image {
    cursor: pointer;
}
.jw-element-image__loader {
    display: none;
}
.jw-element-image--loading {
    overflow: hidden;
}
.jw-element-image--loading .jw-element-image__image {
    filter: blur(10px);
    opacity: 0.8;
}
.jw-element-image--loading .jw-element-image__loader {
    bottom: 0;
    display: block;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}
div.jw-element-image__pan,
div.jw-element-image__pan .rangeslider {
    position: absolute;
}
div.jw-element-image__pan--vertical {
    height: 100%;
    right: 30px;
    top: 0;
}
div.jw-element-image__pan--vertical .rangeslider {
    bottom: 15px;
    height: auto;
    top: 15px;
}
.jw-is-touch-device div.jw-element-image__pan--vertical .rangeslider {
    top: 30px;
}
div.jw-element-image__pan--horizontal {
    bottom: 30px;
    left: 0;
    width: 100%;
}
div.jw-element-image__pan--horizontal .rangeslider {
    left: 15px;
    right: 15px;
    width: auto;
}
.jw-element-rating--color-yellow .jw-element-rating__icon-full {
    color: #f5ce02;
}
.jw-element-rating__stars {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 1em;
    margin: 0 -0.05em;
}
.jw-element-rating--size-16 .jw-element-rating__stars {
    font-size: 16px;
}
.jw-element-rating--size-24 .jw-element-rating__stars {
    font-size: 24px;
}
.jw-element-rating--size-32 .jw-element-rating__stars {
    font-size: 32px;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within:focus {
    outline: 1px dotted currentColor;
    outline-offset: 0;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within:focus {
    outline: 1px solid #469fd5;
    outline-offset: 2px;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within:focus:not(:focus-visible) {
    outline: none;
}
.jw-element-rating__star {
    cursor: default;
    height: 1em;
    overflow: hidden;
    padding: 0 0.05em;
    width: 1em;
}
.jw-element-rating__star .jw-element-rating__icon-empty,
.jw-element-rating__star .jw-element-rating__icon-full {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: relative;
    width: 1em;
}
.jw-element-rating__star .jw-element-rating__icon-empty:before,
.jw-element-rating__star .jw-element-rating__icon-full:before {
    margin: 0;
}
.jw-element-rating__star .jw-element-rating__icon-empty {
    direction: rtl;
}
.jw-element-rating__star--empty .jw-element-rating__icon-full {
    display: none;
}
.jw-element-rating__star--half .jw-element-rating__icon-empty,
.jw-element-rating__star--half .jw-element-rating__icon-full {
    width: 0.5em;
}
.jw-element-rating__star--full .jw-element-rating__icon-empty {
    display: none;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within .jw-element-rating__star .jw-element-rating__icon-full,
.jw-element-rating--voting-enabled .jw-element-rating__stars:hover .jw-element-rating__star .jw-element-rating__icon-full {
    display: inline-block;
    width: 1em;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within .jw-element-rating__star .jw-element-rating__icon-empty,
.jw-element-rating--voting-enabled .jw-element-rating__stars:hover .jw-element-rating__star .jw-element-rating__icon-empty {
    display: none;
    width: 1em;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within input:focus + .jw-element-rating__star ~ .jw-element-rating__star .jw-element-rating__icon-full,
.jw-element-rating--voting-enabled .jw-element-rating__stars:hover .jw-element-rating__star:hover ~ .jw-element-rating__star .jw-element-rating__icon-full {
    display: none;
}
.jw-element-rating--voting-enabled .jw-element-rating__stars:focus-within input:focus + .jw-element-rating__star ~ .jw-element-rating__star .jw-element-rating__icon-empty,
.jw-element-rating--voting-enabled .jw-element-rating__stars:hover .jw-element-rating__star:hover ~ .jw-element-rating__star .jw-element-rating__icon-empty {
    display: inline-block;
}
.jw-element-rating__text {
    display: block;
}
.jw-element-audio--align-left,
.jw-element-video--align-left {
    margin: 0 auto 0 0;
}
.jw-element-audio--align-left .ui-resizable-sw,
.jw-element-video--align-left .ui-resizable-sw {
    display: none !important;
}
.jw-element-audio--align-center,
.jw-element-video--align-center {
    margin: 0 auto;
}
.jw-element-audio--align-right,
.jw-element-video--align-right {
    margin: 0 0 0 auto;
}
.jw-element-audio--align-right .ui-resizable-se,
.jw-element-video--align-right .ui-resizable-se {
    display: none !important;
}
.jw-element-video {
    max-width: 100%;
    position: relative;
}
.jw-element-video--fixed-ratio:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.jw-element-video--fixed-ratio .jw-element-video__player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-element-video--fixed-ratio .jw-element-video__player > * {
    height: 100%;
    width: 100%;
}
.jw-is-backend .ui-resizable-resizing .jw-element-video__player,
.jw-is-backend .ui-resizable-resizing .jw-element-video__player > * {
    pointer-events: none;
}
.jw-element-video__player > video {
    width: 100%;
}
.jw-element-video--presentation-mode {
    position: relative;
}
.jw-element-video--presentation-mode .jw-element-video__play-button {
    fill: #469fd5;
    fill: var(--jw-placeholder-play-button-color, #469fd5);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6em;
}
.jw-element-audio {
    max-width: 640px;
}
.jw-element-audio .plyr__controls {
    border: 1px solid;
}
.jw-element-audio > audio,
.lt200 .jw-element-audio .plyr__time {
    display: none;
}
.lt300 .jw-element-audio .plyr {
    min-width: 0;
}
.lt300 .jw-element-audio .plyr__menu,
.lt300 .jw-element-audio .plyr__volume {
    display: none;
}
.jw-document-wrapper {
    background-color: #fff;
    min-height: 178px;
    position: relative;
    width: 100%;
}
.jw-document-wrapper:after {
    content: "";
    display: block;
}
.jw-document-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-document-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-html-wrapper {
    position: relative;
    z-index: 1;
}
.jw-html-overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-embed-placeholder {
    opacity: 0.4;
}
.jw-html-wrapper,
.jw-html-wrapper * {
    max-width: 100%;
}
.jw-element-spacer-label {
    opacity: 0;
}
.jw-element-spacer-backend {
    min-height: 10px;
    outline: 1px dashed rgba(0, 0, 0, 0.1);
    outline-offset: -1px;
}
.jw-element-spacer-backend .jw-element-spacer-label {
    bottom: 0;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 700;
    height: 1em;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.jw-section-item--dark .jw-element-spacer-backend {
    outline: 1px dashed hsla(0, 0%, 100%, 0.2);
}
.jw-section-item--dark .jw-element-spacer-backend .jw-element-spacer-label {
    color: hsla(0, 0%, 100%, 0.3);
}
.jw-element-spacer-container.jw-element-spacer-backend {
    transition: background-color 0.5s, border-color 0.5s;
}
.jw-element-spacer-container.jw-element-spacer-backend.jw-element-spacer-container--resizing,
body:not(.is-picking) .jw-spacer:hover .jw-element-spacer-container.jw-element-spacer-backend.ui-resizable {
    background-color: hsla(0, 0%, 51%, 0.2);
    border-color: hsla(0, 0%, 51%, 0.3);
}
.jw-element-spacer-container.jw-element-spacer-backend.jw-element-spacer-container--resizing .jw-element-spacer-label,
body:not(.is-picking) .jw-spacer:hover .jw-element-spacer-container.jw-element-spacer-backend.ui-resizable .jw-element-spacer-label {
    opacity: 1;
    transition: opacity 0.5s;
}
@media (max-width: 640px) {
    html .jw-body .jw-spacer .jw-element-spacer-container {
        max-height: 10px;
    }
}
@supports (container-type: inline-size) {
    @container root (width <= 640px) {
        .jw-body .jw-spacer .jw-element-spacer-container {
            max-height: 10px;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-spacer .jw-element-spacer-container {
        max-height: 10px;
    }
}
.jw-element-sitemap-is-hiding .jw-element-sitemap-hidden {
    display: none;
}
.jw-intent .jw-element-sitemap-is-invisible {
    min-height: 1.5rem;
}
.jw-intent .jw-element-sitemap-list .jw-element-sitemap-is-invisible {
    display: none;
}
.cart__coupon-input-error:not(:empty),
.cart__coupon-input-warning:not(:empty),
.jw-element-form-error,
.jw-element-form-info,
.jw-element-form-success {
    border: 1px solid;
    border-radius: 2px;
    margin: 0 0 1em;
    padding: 0.4em 0.8em;
}
.jw-element-form-group {
    margin: 0 0 0.8em;
}
.jw-element-form-group-small {
    margin-bottom: 0.5em;
}
.jw-element-form-group:after,
.jw-element-form-group:before {
    content: " ";
    display: table;
}
.jw-element-form-group:after {
    clear: both;
}
.jw-form-container {
    container-type: inline-size;
}
.jw-element-form-label {
    box-sizing: border-box;
    font-weight: 700;
}
@container (min-width: 55em) {
    .jw-element-form-label {
        float: left;
        padding-right: 2em;
        padding-top: 0.5em;
        width: 25%;
    }
}
.jw-element-form-label.jw-element-form-is-error {
    color: #d9534f;
}
@container (min-width: 55em) {
    .jw-element-form-content {
        box-sizing: border-box;
        float: left;
        width: 75%;
    }
}
.jw-element-form-content .jw-element-form-input-text {
    width: 100%;
}
.jw-element-form-content--row {
    align-self: baseline;
    display: flex;
    max-width: 100%;
}
.jw-element-form-content__column {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    margin-left: 1em;
    min-width: 0;
}
.jw-element-form-content__column:first-child {
    margin-left: 0;
}
.jw-element-form-content__column .jw-element-form-help {
    margin-top: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
}
.jw-element-form-content__input {
    display: flex;
}
@container (min-width: 55em) {
    .jw-element-form-offset {
        margin-left: 25%;
    }
}
.jw-element-form-stack .jw-element-form-content,
.jw-element-form-stack .jw-element-form-label {
    float: none;
    width: auto;
}
.jw-element-form-input-text {
    -webkit-appearance: none;
    border: 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    transition: background-color 0.1s ease, border-color 0.1s ease;
}
.jw-element-form-input-text:focus {
    outline: 0;
}
.jw-element-form-input-text::-moz-placeholder {
    color: currentColor;
    font-style: italic;
    opacity: 0.7;
}
.jw-element-form-input-text::placeholder {
    color: currentColor;
    font-style: italic;
    opacity: 0.7;
}
select.jw-element-form-input-text {
    background-position: right 0.7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 0.65em auto, 100%;
    padding-right: 1.5em;
}
select.jw-element-form-input-text::-ms-expand {
    display: none;
}
.jw-element-form-input-checkbox,
.jw-element-form-input-radio {
    margin: 0.3em;
    vertical-align: middle;
}
textarea {
    min-height: 6em;
}
select.jw-element-form-input-text > option {
    background: #fff;
    color: #222;
}
.jw-toggle-block {
    margin-bottom: 0.8em;
    position: relative;
}
input.jw-toggle-block__control {
    height: 1em;
    left: 1.3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}
.jw-element-form-is-error input.jw-toggle-block__control {
    top: 40%;
}
input.jw-toggle-block__control:checked ~ .jw-toggle-block__label {
    font-weight: 700;
}
.jw-toggle-block__label {
    align-items: center;
    border: 1px solid;
    border-radius: 0.2em;
    box-sizing: border-box;
    display: flex;
    min-height: 4em;
    padding: 0 1em 0 3.1em;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.jw-toggle-block__label p:last-child {
    margin-bottom: 0;
}
.jw-toggle-block__title {
    flex: 0 1 auto;
    line-height: 1em;
}
.jw-toggle-block .jw-issuer,
.jw-toggle-block__title {
    margin-right: 0.8em;
}
.jw-toggle-block .jw-toggle-block__button {
    margin-left: auto;
}
.jw-toggle-block__images {
    display: flex;
    flex: 0 0 40px;
    padding: 0.5em 0.8em 0.5em 0;
}
.jw-toggle-block__images > img {
    flex: 0 1 auto;
    height: 2.5em;
    min-width: 0;
}
.jw-toggle-block__images > img + img {
    margin-left: 0.8em;
}
.jw-element-form-well {
    border-radius: 0.2em;
    padding: 1em;
}
.jw-element-form-well .jw-element-form-group:last-child {
    margin-bottom: 0;
}
.jw-form-footer {
    align-items: baseline;
    display: flex;
    margin-top: 2em;
}
.jw-form-footer__next {
    margin-left: auto;
    text-align: right;
}
.jw-webshop-form[tabindex="-1"]:focus {
    outline: 0;
}
.jw-webshop-form .jw-element-form-group {
    align-items: baseline;
    display: flex;
}
.lt400 .jw-webshop-form .jw-element-form-group {
    align-items: stretch;
    flex-direction: column;
}
.jw-webshop-form .jw-element-form-group:after,
.jw-webshop-form .jw-element-form-group:before {
    display: none;
}
.jw-webshop-form .jw-element-form-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    max-height: 2.4em;
    padding: 0 1em 0 0;
}
@container (min-width: 55em) {
    .jw-webshop-form .jw-element-form-label {
        text-align: right;
    }
}
.jw-webshop-form .jw-element-form-label.has-sub-label {
    align-self: stretch;
}
.jw-webshop-form .jw-element-form-label small {
    display: block;
    opacity: 0.7;
}
.lt400 .jw-webshop-form .jw-element-form-content,
.lt400 .jw-webshop-form .jw-element-form-label {
    margin-bottom: 0.3em;
}
.jw-webshop-form .jw-element-form-input-text {
    flex: 0 1 auto;
    height: 2.4em;
    max-width: 100%;
    min-width: 0;
    width: auto;
}
.jw-webshop-form .jw-element-form-input-text:not(.hidden) + .jw-element-form-input-text {
    margin-left: 1em;
}
.jw-webshop-form .jw-element-form-radio + label {
    display: inline-block;
    margin: 0 1em 0 0;
}
.jw-element-form-help {
    font-size: 13px;
}
.jw-element-form-is-error .jw-element-form-help {
    color: #d9534f;
}
.jw-element-form-is-error .captcha-widget iframe {
    border: 1px solid #d9534f;
    border-radius: 2px;
}
.jw-slideshow:hover .jw-slideshow-button {
    display: block;
}
.jw-slideshow:hover .jw-element-overlay {
    background: rgba(0, 0, 0, 0.2);
    cursor: auto;
}
.jw-slideshow:hover .image-list-delete {
    display: block;
}
.jw-slideshow .jw-slideshow-slide .jw-slideshow-slide-container,
.jw-slideshow .jw-slideshow-slide .jw-slideshow-slide-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-slideshow .jw-slideshow-slide .jw-slideshow-slide-video {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
}
.jw-slideshow .jw-slideshow-slide .jw-slideshow-slide-video-frame,
.jw-slideshow-slide-backdrop {
    left: 0;
    position: absolute;
    top: 0;
}
.jw-slideshow-slide-backdrop {
    background: #000;
    height: 100%;
    opacity: 0.4;
    width: 100%;
}
.jw-slideshow-button {
    left: 50%;
    margin-left: -50px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
.jw .jw-slideshow-button {
    display: none;
}
.ui-resizable-resizing .bx-viewport,
.ui-resizable-resizing .bx-wrapper {
    max-height: 100%;
    overflow: hidden;
}
.jw-slideshow--parallax .jw-slideshow-slide-content {
    will-change: background-position;
}
.jw-slideshow .jw-slideshow-slide-align-left .bx-caption {
    text-align: left;
}
.jw-slideshow .jw-slideshow-slide-align-right .bx-caption {
    text-align: right;
}
#jw .jw-slideshow-loader {
    display: none;
}
.jw-element-is-loading #jw .jw-slideshow-loader {
    display: flex;
}
.jw-download-content {
    align-items: center;
    display: flex;
}
.jw-download-image {
    line-height: 0;
    margin-top: 0.4em;
    width: 2.5em;
}
.jw-download-image svg {
    width: 100%;
}
.jw-download-is-downloads .jw-download-image,
.jw-download-is-filetype .jw-download-image {
    width: 3.5em;
}
.jw-download-data {
    margin-left: 1em;
}
.jw-download-title {
    font-weight: 700;
}
.jw-download-mime {
    display: none;
}
.jw-download-is-filetype .jw-download-mime {
    display: inline-block;
}
.jw-download-downloads {
    display: none;
}
.jw-download-is-downloads .jw-download-downloads {
    display: inline-block;
}
.jw-download-is-filetype .jw-download-downloads:before {
    content: " иC ";
}
.jw-download-button {
    margin-top: 0.2em;
}
.jw-element.jw-map {
    word-wrap: normal;
}
.jw-map--overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.pac-container {
    background-color: #373f43;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #e4e3df;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: absolute !important;
    z-index: 1500;
}
.pac-container:after {
    background-image: url(../../mapfiles/api-3/images/powered-by-google-on-white2.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 104px 16px;
    content: "";
    display: block;
    height: 16px;
    padding: 1px 1px 1px 0;
    text-align: right;
}
.hdpi.pac-container:after {
    background-image: url(../../mapfiles/api-3/images/powered-by-google-on-white2_hdpi.png);
}
.pac-item {
    border-top: 1px solid #54595a;
    color: #e4e3df;
    cursor: default;
    font-size: 11px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 9px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pac-item-selected,
.pac-item-selected:hover,
.pac-item:hover {
    background-color: #2c3235;
}
.pac-matched {
    font-weight: 700;
}
.pac-item-query {
    color: #e4e3df;
    font-size: 13px;
    padding-right: 3px;
}
.pac-icon {
    display: inline-block;
    height: 0;
    margin-right: 0;
    margin-top: 0;
    vertical-align: top;
    width: 0;
}
.hdpi .pac-icon,
.pac-icon {
    background-image: none;
}
.pac-placeholder {
    color: gray;
}
@media screen and (max-width: 767px) {
    input#location {
        max-width: 215px;
    }
}
.jw-heading {
    margin-bottom: 0;
}
.jw-heading.jw-node-is-first-child h1 {
    margin-top: 0;
}
.jw-heading.jw-node-is-last-child h1 {
    margin-bottom: 0;
}
.heading__no-margin {
    margin-top: 0 !important;
}
@media (min-width: 641px) {
    html .jw-body .jw-tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important;
    }
    html .jw-body .jw-tree-horizontal > .jw-tree-node {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
    html .jw-body .jw-tree-horizontal > .jw-columns__node--separator-left {
        border-left-style: solid;
        border-left-width: 2px;
    }
    html .jw-body .jw-tree-horizontal > .jw-columns__node--separator-left.jw-node-is-first-child {
        margin-left: 12px;
    }
    html .jw-body .jw-tree-horizontal > .jw-columns__node--separator-right {
        border-right-style: solid;
        border-right-width: 2px;
    }
    html .jw-body .jw-tree-horizontal > .jw-columns__node--separator-right.jw-node-is-last-child {
        margin-right: 12px;
    }
}
@supports (container-type: inline-size) {
    @container root (width > 640px) {
        .jw-body .jw-tree-horizontal {
            align-items: stretch;
            display: flex;
            flex-direction: row;
            margin-left: -12px;
            margin-right: -12px;
            width: auto !important;
        }
        .jw-body .jw-tree-horizontal > .jw-tree-node {
            min-width: 0;
            padding-left: 12px;
            padding-right: 12px;
        }
        .jw-body .jw-tree-horizontal > .jw-columns__node--separator-left {
            border-left-style: solid;
            border-left-width: 2px;
        }
        .jw-body .jw-tree-horizontal > .jw-columns__node--separator-left.jw-node-is-first-child {
            margin-left: 12px;
        }
        .jw-body .jw-tree-horizontal > .jw-columns__node--separator-right {
            border-right-style: solid;
            border-right-width: 2px;
        }
        .jw-body .jw-tree-horizontal > .jw-columns__node--separator-right.jw-node-is-last-child {
            margin-right: 12px;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root:not(.lt640) .jw-body .jw-tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important;
    }
    .jw-responsive-root:not(.lt640) .jw-body .jw-tree-horizontal > .jw-tree-node {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
    .jw-responsive-root:not(.lt640) .jw-body .jw-tree-horizontal > .jw-columns__node--separator-left {
        border-left-style: solid;
        border-left-width: 2px;
    }
    .jw-responsive-root:not(.lt640) .jw-body .jw-tree-horizontal > .jw-columns__node--separator-left.jw-node-is-first-child {
        margin-left: 12px;
    }
    .jw-responsive-root:not(.lt640) .jw-body .jw-tree-horizontal > .jw-columns__node--separator-right {
        border-right-style: solid;
        border-right-width: 2px;
    }
    .jw-responsive-root:not(.lt640) .jw-body .jw-tree-horizontal > .jw-columns__node--separator-right.jw-node-is-last-child {
        margin-right: 12px;
    }
}
@media (max-width: 640px) {
    html .jw-body .jw-tree-horizontal {
        --jw-columns-collapsed: 1;
    }
}
@supports (container-type: inline-size) {
    @container root (width <= 640px) {
        .jw-body .jw-tree-horizontal {
            --jw-columns-collapsed: 1;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-tree-horizontal {
        --jw-columns-collapsed: 1;
    }
}
@media (max-width: 640px) {
    html .jw-body .jw-column {
        display: block !important;
        width: 100% !important;
    }
    html .jw-body .jw-column .jw-tree-empty-placeholder {
        display: none;
    }
}
@supports (container-type: inline-size) {
    @container root (width <= 640px) {
        .jw-body .jw-column {
            display: block !important;
            width: 100% !important;
        }
        .jw-body .jw-column .jw-tree-empty-placeholder {
            display: none;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-column {
        display: block !important;
        width: 100% !important;
    }
    .jw-responsive-root.lt640 .jw-body .jw-column .jw-tree-empty-placeholder {
        display: none;
    }
}
.jw-is-backend .jw-columns__separator-remove-wrap {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1599;
}
.jw-is-backend .jw-columns__separator-remove-wrap--left {
    left: -9px;
}
.jw-is-backend .jw-columns__separator-remove-wrap--right {
    right: -9px;
}
.jw-is-backend .jw-tree-horizontal:hover .jw-columns__node--separator-left .jw-columns__separator-remove-wrap--left,
.jw-is-backend .jw-tree-horizontal:hover .jw-columns__node--separator-right .jw-columns__separator-remove-wrap--right {
    display: flex;
}
.jw-columns--is-removing-child > .jw-tree-node:not(.jw-columns__node--is-removing) {
    flex-grow: calc(var(--column-weight) * 100);
}
.jw-poll-bar {
    max-width: 400px;
    position: relative;
}
.jw-poll-width {
    border: 1px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 0.9em;
    min-width: 3em;
    padding: 0.2em 0.5em;
}
.jw-poll-results .jw-element-form-label {
    font-weight: 400;
}
.jw-poll-results .jw-poll-vote-count {
    font-weight: 700;
}
.jw-table table {
    width: 100%;
}
.jw-table th {
    text-align: left;
}
.jw-table td,
.jw-table th {
    padding: 0.4em;
}
.jw-table--flat td,
.jw-table--flat th {
    padding: 0.2em;
}
.responsive-table-container {
    overflow-x: auto;
}
.responsive-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
}
.responsive-table-container::-webkit-scrollbar-thumb {
    border: 2px transparent;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .jw-table td,
    .jw-table th {
        width: auto;
    }
}
.handsontable td,
.handsontable th {
    color: #000;
}
.handsontable .jw-table--header tr:first-child td {
    font-weight: 700;
}
.handsontableInputHolder .handsontableInput {
    box-shadow: inset 0 0 0 2px #5292f7, 0 2px 5px rgba(0, 0, 0, 0.4);
}
.table-tooltip {
    padding: 0 4px;
}
.lt600 .table-tooltip {
    display: none;
}
.jw-comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
.jw-comments-loader,
.jw-comments-pagination {
    display: none;
}
.jw-comments-container.is-loading-comments .jw-comments-loader,
.jw-comments-container.is-more-comments .jw-comments-pagination {
    display: block;
}
.jw-comment {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-top: 0.5em;
    padding: 1em;
    position: relative;
}
.jw-comment:first-child {
    margin-top: 0;
}
.jw-comment-name {
    font-weight: 700;
}
.jw-comment-head:after,
.jw-comment-head:before {
    content: " ";
    display: table;
}
.jw-comment-head:after {
    clear: both;
}
.jw-comment-text {
    margin-bottom: 0;
}
.jw-comment-actions {
    float: right;
    opacity: 0.75;
}
.jw-comment-error {
    display: none;
}
.jw-element-form-is-error.captcha-widget iframe {
    border: 1px solid #d9534f;
}
.jw-comment ~ .jw-comment-form {
    margin-left: 3em;
    margin-top: 1em;
}
.jw-subcomments {
    padding: 0.5em 0 1em 3em;
}
.jw-comment.is-not-visible {
    display: none;
}
.lt400 .jw-comment-actions,
.lt400 .jw-comment-name {
    float: none;
}
.jw-is-editor .jw-comment-react {
    display: none;
}
.jw-is-backend:not(.jw-is-mobile-view) .share-button--mobile-only {
    opacity: 0.6;
}
.jw-is-frontend.jw-is-no-mobile .share-button--mobile-only {
    display: none;
}
.jw-element-social-share .share-button-container {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -5px;
}
.lt600 .jw-element-social-share .share-button-container {
    display: flex;
}
.jw-element-social-share .share-button-container--stacked {
    flex-direction: column;
}
.jw-element-social-share .share-button-container--stacked .share-button {
    width: auto;
}
.jw-element-social-share .share-button-container--align-left {
    justify-content: flex-start;
}
.jw-element-social-share .share-button-container--align-center {
    justify-content: center;
}
.jw-element-social-share .share-button-container--align-right {
    justify-content: flex-end;
}
.jw-element-social-share .share-button {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    height: 2em;
    line-height: 2em;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding-right: 0.8em;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: auto;
}
.lt600 .jw-element-social-share .share-button {
    max-width: 200px;
    width: 32%;
    width: calc(33% - 5px);
}
.lt400 .jw-element-social-share .share-button {
    width: 48%;
    width: calc(50% - 5px);
}
.lt200 .jw-element-social-share .share-button {
    width: 100%;
}
.jw-element-social-share .share-button:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.jw-element-social-share .share-button:focus {
    outline: 1px solid currentcolor;
    outline-offset: 2px;
}
.jw-element-social-share .share-button:active {
    box-shadow: 0 1px 4px transparent, inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.jw-element-social-share .share-button--wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none !important;
    display: block;
    line-height: 0;
    padding: calc(1em - 11px);
    text-align: left;
}
.jw-element-social-share .share-button--wrapper.share-button--facebook-like {
    border: 0;
    padding: 1px 0 0;
}
.jw-element-social-share .share-button--mini,
.jw-element-social-share .share-button-container--buttons-mini .share-button {
    padding: 0;
    width: 2em;
}
.jw-element-social-share .share-button--mini .share-button__icon,
.jw-element-social-share .share-button-container--buttons-mini .share-button .share-button__icon {
    background: transparent;
    margin: 0;
}
.jw-element-social-share .share-button--mini .share-button__label,
.jw-element-social-share .share-button-container--buttons-mini .share-button .share-button__label {
    display: none;
}
.jw-element-social-share .share-button__icon {
    background: rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    font-size: 1.1em;
    line-height: 1.81818182em;
    margin-right: 0.72727273em;
    text-align: center;
    width: 1.81818182em;
}
.jw-element-social-share .share-button__label {
    flex: 1 0 auto;
    font-weight: 700;
    text-align: center;
}
.jw-element-social-share .share-button--facebook {
    background-color: #3b5998;
    text-decoration: none !important;
}
.jw-element-social-share .share-button--facebook .share-button__icon,
.jw-element-social-share .share-button--facebook .share-button__label {
    color: #fff !important;
}
.jw-element-social-share .share-button--facebook:hover {
    background-color: #344e86;
}
.jw-element-social-share .share-button--facebook:active {
    background-color: #2d4373;
}
.jw-element-social-share .share-button--twitter {
    background-color: #1a1a1a;
    text-decoration: none !important;
}
.jw-element-social-share .share-button--twitter .share-button__icon,
.jw-element-social-share .share-button--twitter .share-button__label {
    color: #fff !important;
}
.jw-element-social-share .share-button--twitter:hover {
    background-color: #0d0d0d;
}
.jw-element-social-share .share-button--twitter:active {
    background-color: #000;
}
.jw-element-social-share .share-button--whatsapp {
    background-color: #28c039;
    text-decoration: none !important;
}
.jw-element-social-share .share-button--whatsapp .share-button__icon,
.jw-element-social-share .share-button--whatsapp .share-button__label {
    color: #fff !important;
}
.jw-element-social-share .share-button--whatsapp:hover {
    background-color: #23ab33;
}
.jw-element-social-share .share-button--whatsapp:active {
    background-color: #1f962d;
}
.jw-element-social-share .share-button--pinterest {
    background-color: #bd081c;
    text-decoration: none !important;
}
.jw-element-social-share .share-button--pinterest .share-button__icon,
.jw-element-social-share .share-button--pinterest .share-button__label {
    color: #fff !important;
}
.jw-element-social-share .share-button--pinterest:hover {
    background-color: #a50718;
}
.jw-element-social-share .share-button--pinterest:active {
    background-color: #8c0615;
}
.jw-element-social-share .share-button--linkedin {
    background-color: #0077b5;
    text-decoration: none !important;
}
.jw-element-social-share .share-button--linkedin .share-button__icon,
.jw-element-social-share .share-button--linkedin .share-button__label {
    color: #fff !important;
}
.jw-element-social-share .share-button--linkedin:hover {
    background-color: #00669c;
}
.jw-element-social-share .share-button--linkedin:active {
    background-color: #005582;
}
.jw-element-social-follow--size-s {
    margin: -3px;
}
.jw-element-social-follow--size-s .jw-element-social-follow-profile {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin: 3px;
    width: 24px;
}
.jw-element-social-follow--size-s.jw-element-social-follow--roundness-round .jw-element-social-follow-profile {
    font-size: 14px;
}
.jw-element-social-follow--size-s.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    font-size: 18px;
}
.jw-element-social-follow--size-s.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-rounded .jw-element-social-follow-profile--medium-facebook,
.jw-element-social-follow--size-s.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-square .jw-element-social-follow-profile--medium-facebook {
    font-size: 20px;
}
.jw-element-social-follow--size-s.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-round .jw-element-social-follow-profile--medium-facebook {
    font-size: 19px;
}
.jw-element-social-follow--size-m {
    margin: -4px;
}
.jw-element-social-follow--size-m .jw-element-social-follow-profile {
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    margin: 4px;
    width: 32px;
}
.jw-element-social-follow--size-m.jw-element-social-follow--roundness-round .jw-element-social-follow-profile {
    font-size: 20px;
}
.jw-element-social-follow--size-m.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    font-size: 26px;
}
.jw-element-social-follow--size-m.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-rounded .jw-element-social-follow-profile--medium-facebook,
.jw-element-social-follow--size-m.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-square .jw-element-social-follow-profile--medium-facebook {
    font-size: 27px;
}
.jw-element-social-follow--size-m.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-round .jw-element-social-follow-profile--medium-facebook {
    font-size: 26px;
}
.jw-element-social-follow--size-l {
    margin: -6px;
}
.jw-element-social-follow--size-l .jw-element-social-follow-profile {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    margin: 6px;
    width: 48px;
}
.jw-element-social-follow--size-l.jw-element-social-follow--roundness-round .jw-element-social-follow-profile {
    font-size: 28px;
}
.jw-element-social-follow--size-l.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    font-size: 38px;
}
.jw-element-social-follow--size-l.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-rounded .jw-element-social-follow-profile--medium-facebook,
.jw-element-social-follow--size-l.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-square .jw-element-social-follow-profile--medium-facebook {
    font-size: 40px;
}
.jw-element-social-follow--size-l.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-round .jw-element-social-follow-profile--medium-facebook {
    font-size: 38px;
}
.jw-element-social-follow--size-xl {
    margin: -9px;
}
.jw-element-social-follow--size-xl .jw-element-social-follow-profile {
    font-size: 51px;
    height: 75px;
    line-height: 75px;
    margin: 9px;
    width: 75px;
}
.jw-element-social-follow--size-xl.jw-element-social-follow--roundness-round .jw-element-social-follow-profile {
    font-size: 45px;
}
.jw-element-social-follow--size-xl.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    font-size: 59px;
}
.jw-element-social-follow--size-xl.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-rounded .jw-element-social-follow-profile--medium-facebook,
.jw-element-social-follow--size-xl.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-square .jw-element-social-follow-profile--medium-facebook {
    font-size: 63px;
}
.jw-element-social-follow--size-xl.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-round .jw-element-social-follow-profile--medium-facebook {
    font-size: 60px;
}
.jw-element-social-follow-profile {
    display: inline-block;
    overflow: hidden;
    text-decoration: none !important;
    transition: opacity 0.15s ease;
    vertical-align: top;
}
.jw-element-social-follow-profile:focus {
    outline: 1px dotted currentColor;
    outline: 1px solid #469fd5;
    outline-offset: 0;
    outline-offset: 2px;
}
.jw-element-social-follow-profile:focus:not(:focus-visible) {
    outline: none;
}
.jw-element-social-follow-profile:focus,
.jw-element-social-follow-profile:hover {
    opacity: 0.8;
}
.jw-element-social-follow-profile:active {
    opacity: 0.7;
}
.jw-element-social-follow-profile [class^="website-rendering-icon"] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.jw-element-social-follow-profile [class^="website-rendering-icon"]:before {
    margin: 0;
    text-align: center;
    width: 100%;
}
.jw-element-social-follow-profile.is-hidden {
    display: none;
}
.jw-element-social-follow--style-border .jw-element-social-follow-profile {
    border-style: solid;
    border-width: 2px;
}
.jw-element-social-folow--style-icononly .jw-element-social-follow-profile {
    background: none !important;
}
.jw-element-social-follow--roundness-rounded .jw-element-social-follow-profile {
    border-radius: 0.15em;
}
.jw-element-social-follow--roundness-round .jw-element-social-follow-profile {
    border-radius: 50%;
}
.jw-element-social-follow--style-solid .website-rendering-icon-facebook:before {
    margin-bottom: -1px;
    margin-top: auto;
}
.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-rounded .website-rendering-icon-facebook:before,
.jw-element-social-follow--style-solid.jw-element-social-follow--roundness-square .website-rendering-icon-facebook:before {
    margin-left: 0.15em;
}
.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    color: #fff;
}
.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='132' height='132'%3E%3Cdefs%3E%3CradialGradient xlink:href='%23a' id='c' cx='158.429' cy='578.088' r='65' fx='158.429' fy='578.088' gradientTransform='matrix(0 -1.98198 1.8439 0 -1031.402 454.004)' gradientUnits='userSpaceOnUse'/%3E%3CradialGradient xlink:href='%23b' id='d' cx='147.694' cy='473.455' r='65' fx='147.694' fy='473.455' gradientTransform='matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)' gradientUnits='userSpaceOnUse'/%3E%3ClinearGradient id='b'%3E%3Cstop offset='0' stop-color='%233771c8'/%3E%3Cstop offset='.128' stop-color='%233771c8'/%3E%3Cstop offset='1' stop-color='%2360f' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fd5'/%3E%3Cstop offset='.1' stop-color='%23fd5'/%3E%3Cstop offset='.5' stop-color='%23ff543e'/%3E%3Cstop offset='1' stop-color='%23c837ab'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23c)' d='M0 0h132v132H0z'/%3E%3Cpath fill='url(%23d)' d='M0 0h132v132H0z'/%3E%3C/svg%3E")
        50%;
    background-size: cover;
}
.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    text-shadow: -0.05em -0.05em #69c9d0, 0.05em 0.05em #ee1d52;
}
.jw-element-social-follow .jw-element-content {
    display: inline-block;
}
.jw-element-social-follow-placeholder,
.jw-element-social-follow.is-empty > .jw-element-content {
    display: none;
}
.jw-element-social-follow.is-empty .jw-element-social-follow-placeholder {
    display: block;
}
.jw-element-separator-padding {
    display: flex;
    flex-direction: column;
}
.jw-element-separator {
    --jw-element-separator__margin: 2em;
    background-color: transparent;
    border: 0 solid;
    margin: 2em 0;
    margin: var(--jw-element-separator__margin) 0;
}
.jw-element-separator.jw-element-separator {
    border-top-width: 1px;
}
.jw-element-separator.jw-element-separator--normal {
    border-top-width: 2px;
}
.jw-element-separator.jw-element-separator--thick {
    border-top-width: 3px;
}
.jw-element-separator.jw-element-separator--extra-thick {
    border-top-width: 5px;
}
.jw-element-separator--dotted {
    border-style: dotted;
}
.jw-element-separator--dashed {
    border-style: dashed;
}
.jw-element-separator--double {
    border-style: double;
}
.jw-element-separator--double.jw-element-separator {
    border-top-width: 3px;
}
.jw-element-separator--double.jw-element-separator--normal {
    border-top-width: 6px;
}
.jw-element-separator--double.jw-element-separator--thick {
    border-top-width: 9px;
}
.jw-element-separator--double.jw-element-separator--extra-thick {
    border-top-width: 15px;
}
@media (max-width: 640px) {
    html .jw-body .jw-element-separator {
        --jw-element-separator__margin: 0.5em !important;
        --jw-separator-forced-margins: 1;
    }
}
@supports (container-type: inline-size) {
    @container root (width <= 640px) {
        .jw-body .jw-element-separator {
            --jw-element-separator__margin: 0.5em !important;
            --jw-separator-forced-margins: 1;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-element-separator {
        --jw-element-separator__margin: 0.5em !important;
        --jw-separator-forced-margins: 1;
    }
}
.jw-album {
    display: flex;
    flex-wrap: wrap;
}
.jw-album__pusher {
    display: none;
}
.jw-album--display-format-masonry .jw-album__pusher {
    display: block;
    flex-grow: 1000;
}
.jw-album--spacing-cozy {
    margin: -0.125em;
}
.jw-album--spacing-cozy .jw-album-image {
    padding: 0.125em;
}
.jw-album--spacing-cozy.jw-album--display-format-masonry .jw-album-image {
    margin: 0.125em;
    padding: 0;
}
.jw-album--spacing-compact {
    margin: -0.25em;
}
.jw-album--spacing-compact .jw-album-image {
    padding: 0.25em;
}
.jw-album--spacing-compact.jw-album--display-format-masonry .jw-album-image {
    margin: 0.25em;
    padding: 0;
}
.jw-album--spacing-comfortable {
    margin: -0.5em;
}
.jw-album--spacing-comfortable .jw-album-image {
    padding: 0.5em;
}
.jw-album--spacing-comfortable.jw-album--display-format-masonry .jw-album-image {
    margin: 0.5em;
    padding: 0;
}
.jw-album-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.jw-album-image__inner {
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jw-album-image__aspect {
    display: none;
}
.jw-album-image__image {
    min-height: 1px;
    min-width: 1px;
}
.jw-album-image__caption {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: normal;
    opacity: 0;
    padding: 0.5em;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.jw-album-image:focus .jw-album-image__caption,
.jw-album-image:hover .jw-album-image__caption {
    opacity: 1;
    transform: translate(0);
}
.jw-album--no-captions .jw-album-image__caption {
    display: none;
}
.jw-album--display-format-contain .jw-album-image--source-portrait .jw-album-image__aspect,
.jw-album--display-format-cover .jw-album-image__aspect {
    display: block;
    padding-bottom: 100% !important;
}
.jw-album--display-format-contain .jw-album-image--source-portrait .jw-album-image__image,
.jw-album--display-format-cover .jw-album-image__image {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.jw-album--display-format-cover .jw-album-image--source-portrait .jw-album-image__image {
    height: auto;
    width: 100%;
}
.jw-album--display-format-cover .jw-album-image--source-landscape .jw-album-image__image {
    height: 100%;
    width: auto;
}
.jw-album--display-format-cover .jw-album-image--source-square .jw-album-image__image {
    height: 100%;
    width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .jw-album--display-format-cover .jw-album-image .jw-album-image__image {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        width: 100%;
    }
}
.jw-album--display-format-contain .jw-album-image__image {
    max-height: 100%;
    max-width: 100%;
}
@supports ((-o-object-fit: scale-down) or (object-fit: scale-down)) {
    .jw-album--display-format-contain .jw-album-image--source-portrait .jw-album-image__image {
        height: 100%;
        left: 0;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        top: 0;
        transform: none;
        width: 100%;
    }
}
.jw-album--display-format-masonry .jw-album-image__aspect {
    display: block;
}
.jw-album--display-format-masonry .jw-album-image__image {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-album--size-small .jw-album-image {
    width: 16.6667%;
}
.jw-album--size-medium .jw-album-image,
.lt600 .jw-album--size-small .jw-album-image {
    width: 25%;
}
.jw-album--size-large .jw-album-image,
.lt400 .jw-album--size-small .jw-album-image,
.lt600 .jw-album--size-medium .jw-album-image {
    width: 33.3333%;
}
.lt400 .jw-album--size-medium .jw-album-image,
.lt600 .jw-album--size-large .jw-album-image {
    width: 50%;
}
.lt400 .jw-album--size-large .jw-album-image {
    width: 100%;
}
.jw-album-pagination {
    margin-top: 1em;
}
.jw-album-pagination-link.is-active {
    font-weight: 700;
}
.jw-element-news-content {
    position: relative;
}
.jw-news-posts {
    display: flex;
    flex-direction: column;
}
.jw-news-pagination {
    margin-top: 1em;
}
.jw-news-heading {
    display: none;
    padding: 0.3em 1em;
}
.jw-news-post ~ .jw-news-heading {
    margin-top: 1em;
}
.jw-news-posts--sort-day .jw-news-heading-day,
.jw-news-posts--sort-month .jw-news-heading-month,
.jw-news-posts--sort-week .jw-news-heading-week {
    display: block;
}
.jw-news-post__more {
    display: none;
}
.jw-news-post {
    box-sizing: border-box;
    position: relative;
}
.jw-news-post .jw-news-post__title {
    background: none;
    margin: 0;
    padding: 0;
}
.jw-news-post .jw-news-post__title a {
    text-decoration: none;
}
.jw-news-post .jw-news-post__title a:hover {
    text-decoration: underline;
}
.jw-news-post .jw-news-post__meta {
    margin: 0;
}
.jw-news-post__block-link,
.jw-news-post__image {
    display: none;
}
.jw-news-post__image > div {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.jw-news-post__image--size-above,
.jw-news-post__image--size-large,
.jw-news-post__image--size-small {
    display: block;
}
.jw-news-post__lead {
    display: none;
}
.jw-news-post--lead-long .jw-news-post__lead--long,
.jw-news-post--lead-longer .jw-news-post__lead--longer,
.jw-news-post--lead-short .jw-news-post__lead--short {
    display: block;
}
.jw-news-posts--list .jw-news-post__image > div {
    padding-bottom: 0 !important;
}
.jw-news-posts--list .jw-news-heading {
    padding: 0.1em 0.5em;
}
.jw-news-posts--list .jw-news-post {
    padding: 0.3em 0;
}
.jw-news-posts--list .jw-news-post + .jw-news-post {
    border-top-style: solid;
    border-top-width: 1px;
}
.jw-news-posts--list.jw-news-posts--sort-day .jw-news-post,
.jw-news-posts--list.jw-news-posts--sort-month .jw-news-post,
.jw-news-posts--list.jw-news-posts--sort-week .jw-news-post {
    padding: 0.3em 0.5em;
}
.jw-news-posts--list .jw-news-post__lead {
    display: none;
}
.jw-news-posts--list .jw-news-post__header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.jw-news-posts--list .jw-news-post__title {
    font-size: 1em;
}
.jw-news-posts--list .jw-news-post__meta {
    margin-left: 1em;
    opacity: 0.8;
    white-space: nowrap;
}
.jw-news-posts--paragraph .jw-news-post {
    padding: 0 0 1em;
}
.jw-news-posts--paragraph .jw-news-post:last-child {
    padding-bottom: 0;
}
.jw-news-posts--paragraph .jw-news-post:first-child {
    margin-top: 0;
}
.jw-news-posts--paragraph .jw-news-post:last-child {
    margin-bottom: 0;
}
.jw-news-posts--paragraph .jw-news-post--more-link-visible .jw-news-post__more {
    display: inline-block;
}
.jw-news-posts--paragraph .jw-news-post--background-color {
    padding: 0 0 1em 1em;
}
.jw-news-posts--paragraph .jw-news-post--background-color:last-child {
    padding-bottom: 0;
}
.jw-news-posts--paragraph .jw-news-post__image--cropped > div {
    height: auto;
    padding-bottom: 66.66666667% !important;
}
.jw-news-posts--paragraph .jw-news-post__image--size-above.jw-news-post__image--cropped > div {
    padding-bottom: 33.33333333% !important;
}
.jw-news-posts--paragraph .jw-news-post__image--size-large,
.jw-news-posts--paragraph .jw-news-post__image--size-small {
    float: right;
    margin: 0 0 0 1em;
    max-width: 30%;
    position: relative;
    width: 300px;
    z-index: 1;
}
.jw-news-posts--paragraph .jw-news-post__image--size-above {
    margin: 0 0 1em;
}
.jw-news-posts--paragraph .jw-news-post__image--size-small {
    max-width: 20%;
    width: 200px;
}
.lt400 .jw-news-posts--paragraph .jw-news-post__image--size-small {
    float: none;
    margin: 0 0 1em;
    max-width: 100%;
    width: 100%;
}
.jw-news-posts--paragraph .jw-news-post__image--size-large {
    max-width: 30%;
    width: 300px;
}
.lt600 .jw-news-posts--paragraph .jw-news-post__image--size-large {
    float: none;
    margin: 0 0 1em;
    max-width: 100%;
    width: 100%;
}
.jw-news-posts--paragraph .jw-news-post__header {
    margin-bottom: 0.5em;
}
.jw-news-posts--paragraph .jw-news-post__meta {
    opacity: 0.8;
}
.jw-news-posts--grid {
    flex-flow: row wrap;
    margin: -0.5em;
}
.jw-news-posts--grid .jw-news-post__image > div {
    padding-bottom: 0 !important;
}
.jw-news-posts--grid .jw-news-heading {
    margin: 0.5em;
    width: 100%;
}
.jw-news-posts--grid .jw-news-post ~ .jw-news-heading {
    margin-top: 1.5em;
}
.jw-news-posts--grid .jw-news-post {
    border-style: solid;
    border-width: 1px;
    flex-basis: calc(33.33% - 1em);
    margin: 0.5em;
}
.lt800 .jw-news-posts--grid .jw-news-post {
    flex-basis: calc(50% - 1em);
}
.lt400 .jw-news-posts--grid .jw-news-post {
    flex-basis: calc(100% - 1em);
}
.jw-news-posts--grid .jw-news-post:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.jw-news-posts--grid .jw-news-post__lead {
    display: none;
}
.jw-news-posts--grid .jw-news-post__block-link,
.jw-news-posts--grid .jw-news-post__image {
    bottom: 0;
    display: block;
    left: 0;
    margin: -1px;
    position: absolute;
    right: 0;
    top: 0;
}
.jw-news-posts--grid .jw-news-post__block-link {
    z-index: 2;
}
.jw-news-posts--grid .jw-news-post__header {
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: -1px;
    max-height: calc(100% + 2px);
    overflow: hidden;
    padding: 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.jw-news-posts--grid .jw-news-post__title {
    flex: 0 1 auto;
    order: 2;
}
.jw-news-posts--grid .jw-news-post__meta {
    order: 1;
}
.jw-news-posts--grid .jw-news-post__block-link:hover ~ .jw-news-post__header .jw-news-post__title a {
    text-decoration: underline;
}
.jw-news-posts--grid .jw-news-post--has-image .jw-news-post__header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.25) 30%, transparent);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.jw-news-posts--grid .jw-news-post--has-image .jw-news-post__header:after {
    content: "";
    flex: 0 100 4em;
}
.jw-news-posts--grid .jw-news-post--has-image .jw-news-post__title,
.jw-news-posts--grid .jw-news-post--has-image .jw-news-post__title a {
    color: inherit;
}
.jw-news-page__heading-without-margin {
    margin-bottom: 0.1em !important;
    padding-bottom: 0 !important;
}
.jw-news-page__meta {
    margin-bottom: 0;
    opacity: 0.8;
    padding-bottom: 1em;
}
.jw-news-page-pagination {
    display: flex;
    margin: 0;
}
.jw-news-page-pagination__link {
    display: flex;
    flex: 0 1 auto;
    max-width: 45%;
    min-width: 0;
}
.jw-news-page-pagination__link--next {
    margin-left: auto;
}
.jw-news-page-pagination__link span {
    flex: 0 0 auto;
}
.jw-news-page-pagination__link span:after,
.jw-news-page-pagination__link span:before {
    white-space: pre;
}
.jw-news-page-pagination__link em {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-page-content-container .jw-strip--color-default.jw-node-is-first-child {
    --strip-content-padding-block-start: 0;
}
.news-page-content-container .jw-strip--color-default.jw-node-is-last-child {
    --strip-content-padding-block-end: 0;
}
.jw-image-text .jw-element-imagetext-text img {
    height: auto;
}
.jw-image-text .jw-element-imagetext-text iframe,
.jw-image-text .jw-element-imagetext-text img,
.jw-image-text .jw-element-imagetext-text object,
.jw-image-text .jw-element-imagetext-text table {
    max-width: 100%;
}
.jw-separator + .jw-image-text .jw-element-imagetext-text > :first-child,
.jw-spacer + .jw-image-text .jw-element-imagetext-text > :first-child {
    margin-top: 0;
}
.jw-element-ads {
    position: relative;
}
.jw-element-ads h3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.jw-element-ads h3 a {
    display: inline-flex;
    margin: 0 0.3em;
}
.jw-element-ads h3 a:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-element-ads h3 a:focus:after,
.jw-element-ads h3 a:hover:after {
    background: hsla(0, 0%, 100%, 0.1);
}
.jw-section .jw-element-ads h3 {
    margin: 15px 5px;
}
.jw-section .jw-element-ads--accent h3 a,
.jw-section .jw-element-ads--logo h3 a,
.jw-section .jw-element-ads--tint h3 a {
    color: currentColor;
    text-decoration: underline;
}
.jw-section .jw-element-ads--accent h3 a:hover,
.jw-section .jw-element-ads--logo h3 a:hover,
.jw-section .jw-element-ads--tint h3 a:hover {
    color: currentColor;
}
.jw-section .jw-element-ads--logo h3 {
    margin: 0;
}
.jw-section .jw-element-ads--logo h3 svg {
    margin: 10px 0;
}
.jw-btn-wrap {
    display: inline-block;
    position: relative;
}
.jw-btn,
.jw-btn-container a:hover {
    text-decoration: none !important;
}
.jw-btn {
    --jw-comp--button--primary-color: #666;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #444;
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    outline-color: #666;
    outline-color: var(--jw-comp--button--primary-color);
    text-align: center;
    transition: background 0.2s ease-out;
}
.jw-btn:focus,
.jw-btn:hover {
    text-decoration: none;
}
.jw-btn:active:not(:disabled) {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.jw-btn .jw-spinner {
    margin-left: 0.3em;
}
.jw-btn:focus {
    outline: 1px solid;
    outline-offset: 2px;
}
.jw-btn:focus:not(:focus-visible) {
    outline: none;
}
.jw-btn:disabled {
    opacity: 0.5;
}
.jw-btn--size-small {
    font-size: 1em;
    padding: 0.3em 0.9em;
}
.jw-btn--size-small.jw-btn--icon-only {
    padding: 0.3em 0.4em;
}
.jw-btn--size-default {
    font-size: 1.3em;
    padding: 0.5em 0.9em;
}
.jw-btn--size-default.jw-btn--icon-only {
    padding: 0.5em;
}
.jw-btn--size-large {
    font-size: 1.8em;
    padding: 0.39em 0.9em;
}
.jw-btn--size-large.jw-btn--icon-only {
    padding: 0.39em 0.5em;
}
.jw-btn-is-full-width {
    box-sizing: border-box;
    overflow: visible;
    width: 100%;
}
.jw-is-backend .jw-button .jw-btn {
    cursor: text;
}
@media screen and (min-width: 480px) {
    .jw-btn:not(.jw-btn-is-full-width) {
        text-align: center;
    }
}
.jw-btn-is-left {
    text-align: left;
}
.jw-btn-is-left .jw-btn-is-full-width {
    justify-content: flex-start;
}
.jw-btn-is-right {
    text-align: right;
}
.jw-btn-is-right .jw-btn-is-full-width {
    justify-content: flex-end;
}
.jw-btn-is-center {
    text-align: center;
}
.jw-btn-is-center .jw-btn-is-full-width {
    justify-content: center;
}
.jw-btn__active {
    font-weight: 700;
}
.jw-btn-icon {
    height: 1.2em;
    margin-right: 0.9em;
    padding-left: 1.2em;
    position: relative;
}
.jw-btn-icon svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-btn-icon svg path,
.jw-btn-icon svg polygon,
.jw-btn-icon svg rect {
    fill: currentColor;
}
.jw-btn-caption {
    display: inline-block;
    min-width: 1px;
}
.website-logout {
    border-top: 1px solid transparent;
    margin-top: 2rem;
    padding-top: 1rem;
}
.product-sticker {
    float: right;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0 0.5em;
    text-align: right;
}
.product-sticker--sold-out {
    background-color: #424c51 !important;
    color: #fff !important;
}
.product-image {
    display: flex;
    position: relative;
}
.product-image--has-zoom {
    cursor: zoom-in;
}
.product-image__image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.product-image__image--variant {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-webshop-product-placeholder {
    background: none;
    border: 3px dashed #5d5d5d;
    border-radius: 2px;
    display: block;
    padding: 20px;
    text-align: center;
}
.jw-webshop-product-placeholder .empty-text {
    color: #5d5d5d;
    font-family: Segoe UI, Proxima Nova, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jw-webshop-product-placeholder .no-top-margin {
    margin-top: 0 !important;
}
.product {
    border-color: currentcolor;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    min-width: 100px;
    padding: 1.5em 0;
    position: relative;
}
.product__image-container {
    margin-right: 1.5em;
}
.product.product--placeholder .product-image__image {
    opacity: 0.6;
}
.jw-is-editor .product.product--placeholder .product-image__image,
.strip-preview__container .product.product--placeholder .product-image__image {
    opacity: 1;
}
.jw-product + .jw-product .product {
    border-top-width: 0;
    padding: 0.5em 0 1.5em;
}
.jw-columns .jw-product + .jw-product .product,
.jw-columns .product {
    border-width: 1px;
    padding: 10px 15px 15px;
}
.jw-responsive.lt600 .product {
    padding: 1em 0;
}
.jw-responsive.lt600 .jw-product + .jw-product .product {
    padding: 0 0 1em;
}
.jw-responsive.lt600 .jw-columns .product {
    border-left-width: 0;
    border-radius: 0;
    border-right-width: 0;
    border-top-width: 0;
    padding: 0 0 1em;
}
.product__heading {
    display: inline-block;
    margin: 0;
}
.product__image-container .product-sticker {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;
}
.lt400 .product__image-container .product-sticker {
    display: none;
}
.product__top .product-sticker {
    display: inline-block;
}
.product__responsive-top .product-sticker {
    width: -moz-fit-content;
    width: fit-content;
}
.product__image-container {
    flex: 0 0 auto;
    min-height: 100px;
    position: relative;
    width: 180px;
}
.product__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.product__container {
    display: block;
    flex: 1 1 auto;
}
.product__top {
    margin-bottom: 10px;
}
.lt400 .product__top {
    max-width: 100%;
}
.lt400 .product__top .product__heading {
    word-wrap: break-word;
    max-width: 100%;
}
.product__variants {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    vertical-align: top;
}
.product__variants.jw-select {
    margin-bottom: 0;
    margin-top: 0;
}
.product__variants-select option:first-child {
    font-weight: 700;
}
.product__description,
.product__long-description {
    clear: both;
    margin-bottom: 10px;
    word-break: break-word;
}
.product__description p,
.product__long-description p {
    margin: 0;
}
.product__long-description__content {
    display: none;
}
.product__price {
    font-feature-settings: "lnum";
    display: inline-block;
    font-size: 1.2em;
    font-variant-numeric: lining-nums;
    line-height: 1.2em;
    text-decoration: none;
}
.product__price s {
    font-size: 0.8em;
    line-height: 1.5em;
    opacity: 0.6;
    text-decoration: line-through;
    vertical-align: top;
}
.product__price-disclaimer {
    display: inline-block;
    font-size: 0.7em;
    line-height: 1.71428571em;
    vertical-align: top;
}
.product-gallery--size-sm .product__price-disclaimer {
    display: block;
    font-size: 0.6em;
}
.product__free-shipping-motivator {
    display: inline-block;
    font-size: 0.9em;
    font-weight: bolder;
}
.product__responsive-top {
    display: none;
}
.product__overlay {
    border: 0 solid #469fd5;
    border-radius: 3px;
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 99;
}
.product__overlay:hover {
    border-width: 1px;
}
.product--row {
    border: 0;
    margin-bottom: 1em;
    padding: 0;
}
.product--row .product__image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100px;
}
.product--row .product__image {
    max-height: 100px;
}
.product--row .product__container {
    display: flex;
    flex: 1 1 80%;
    flex-direction: column;
    justify-content: center;
}
.product--row .product__top {
    margin-bottom: 0;
}
.product--row .product__heading,
.product--row .product__heading-addition,
.product--row .product__price {
    margin: 0.1em 0;
}
.product--row .product__heading {
    font-family: inherit;
    font-size: 1.2em;
}
.product--row .product__summary {
    align-items: baseline;
    display: flex;
}
.product--row .product__price {
    font-size: 1em;
}
.lt600 .product.product--row {
    flex-direction: row;
    padding: 0;
}
.lt600 .product.product--row .product__image-container {
    flex: 0 1 100px;
    margin: 0 10px 0 0;
    max-width: 25%;
    min-height: 0;
}
.lt400 .product.product--row .product__heading {
    font-size: 1em;
}
.jw-popover-container--inline .product.product--row {
    min-height: 4em;
}
.jw-popover-container--inline .product.product--row .product__image-container {
    flex: 0 1 80px;
    margin: 0 10px 0 0;
    max-width: 20%;
    min-height: 0;
}
.jw-popover-container--inline .product.product--row .product__image {
    max-height: 80px;
}
.jw-popover-container--inline .product.product--row .product__heading {
    font-size: 1em;
}
.lt600 .product {
    flex-direction: column;
}
.lt600 .product__image-container {
    float: none;
    margin: 0 0 10px;
    width: auto;
}
.lt600 .product__top {
    margin-top: 0;
}
.lt600 .product__description {
    margin-bottom: 10px;
}
.lt400 .product__top {
    display: none;
}
.lt400 .product__responsive-top {
    display: block;
}
.lt400 .product__responsive-top + .product__container {
    margin-top: 10px;
}
.lt400 .product__image-container {
    margin: 10px 0;
}
.lt400 .product__button-container {
    display: flex;
    flex-wrap: wrap;
}
.lt400 .product__button-container .product__add-to-cart {
    flex-grow: 1;
}
.lt400 .product__button-container button + button {
    margin-left: 0.3em;
}
.lt400 .product__variants {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
.product__image {
    padding-top: 0;
}
.product-properties {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-top: -1em;
}
.product-properties > * {
    margin-left: 1em;
    margin-top: 1em;
}
.product__property {
    display: flex;
    flex-direction: column;
    min-width: 10em;
}
.product__property label {
    display: block;
}
.product-field-container .jw-element-form-input-text,
.product-field-container .jw-select,
.product__property .jw-element-form-input-text,
.product__property .jw-select {
    width: 100%;
}
.product__image-container--placeholder {
    align-items: center;
    display: flex;
    justify-content: center;
}
.product__image-container--placeholder img {
    height: 55px;
    width: 55px;
}
.product-field-container {
    margin-bottom: 1rem;
}
.product__button-notice {
    color: #d9534f;
    margin: 1em 0 0.4em;
}
.product .product-image {
    align-items: center;
}
.product .product-image__image--main {
    height: auto;
}
.product-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}
.product-gallery--empty {
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.product-gallery__item {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-width: 0;
}
.product-gallery__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: z-index 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease, padding 0.3s ease, margin 0.3s ease;
    z-index: 0;
}
.product-gallery__content:focus-within,
.product-gallery__content:hover {
    z-index: 2100;
}
.product-gallery .product-sticker {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 3;
}
.product-gallery__image-container {
    position: relative;
}
.product-gallery__image-container:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.product-gallery__image-container:has(.product-gallery__image--placeholder):before {
    padding-top: 150%;
}
.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 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-gallery__image .product-image {
    height: 100%;
    width: 100%;
}
.product-gallery__image .product-image__image {
    min-width: 1px;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-gallery--image-fit-cover .product-gallery__image .product-image__image {
    -o-object-fit: cover;
    object-fit: cover;
}
.product-gallery__image--placeholder .product-image__image {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
}
.jw-is-editor .product-gallery__image--placeholder .product-image__image,
.strip-preview__container .product-gallery__image--placeholder .product-image__image {
    opacity: 1;
}
.product-gallery__info-container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.product-gallery__details {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    line-height: 1.4em;
    margin-top: 10px;
    text-align: center;
}
.product-gallery__name {
    color: inherit;
    flex: 1 0 auto;
    font-size: 1.2em;
    max-width: 100%;
    text-decoration: none;
}
a.product-gallery__name:hover {
    text-decoration: underline;
}
.product-gallery__price {
    padding-top: 5px;
}
.product-gallery__price s {
    font-size: 0.8em;
    line-height: 1.6em;
    opacity: 0.75;
    vertical-align: top;
}
.product-gallery__expand-container {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.product-gallery__item--has-button .product-gallery__expand-container,
.product-gallery__item--has-options .product-gallery__expand-container {
    margin-top: 15px;
}
.product-gallery__expand-container button,
.product-gallery__expand-container select {
    position: relative;
    z-index: 2;
}
.product-gallery__expand-container select {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}
.product-gallery__expand-container .product__variants {
    margin: 0;
}
.product-gallery__button-container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
}
.product-gallery__button-container button + button {
    margin-left: 0.3em;
}
.product-gallery__button-container .product__add-to-cart {
    min-width: 0;
}
.product-gallery__button-container .product__add-to-cart > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-gallery__button-container .product__add-to-wishlist {
    flex: 0 0 auto;
}
.product-gallery--size-sm .product-gallery__item {
    flex-basis: 16.66666667%;
}
.lt800 .product-gallery--size-sm .product-gallery__item {
    flex-basis: 25%;
}
.lt600 .product-gallery--size-sm .product-gallery__item {
    flex-basis: 33.33333333%;
}
.lt480 .product-gallery--size-sm .product-gallery__item {
    flex-basis: 50%;
}
.lt480 .product-gallery--size-sm .product-gallery__item .product__add-to-cart__icon {
    display: block !important;
}
.product-gallery--size-md .product-gallery__item {
    flex-basis: 25%;
}
.lt800 .product-gallery--size-md .product-gallery__item {
    flex-basis: 33.33333333%;
}
.lt540 .product-gallery--size-md .product-gallery__item {
    flex-basis: 50%;
}
.lt540 .product-gallery--size-md .product-gallery__item .product__add-to-cart__label:not(:only-child) {
    display: none;
}
.lt540 .product-gallery--size-md .product-gallery__item .product__add-to-cart__icon {
    display: block !important;
}
.product-gallery--size-lg .product-gallery__item {
    flex-basis: 33.33333333%;
}
.lt600 .product-gallery--size-lg .product-gallery__item {
    flex-basis: 50%;
}
.lt400 .product-gallery--size-lg .product-gallery__item {
    flex-basis: 100%;
}
.product-gallery--size-xl .product-gallery__item {
    flex-basis: 50%;
}
.lt540 .product-gallery--size-xl .product-gallery__item {
    flex-basis: 100%;
}
.product-gallery--align-left .product-gallery__details,
.product-gallery--align-left .product-gallery__expand-container {
    align-items: flex-start;
    text-align: left;
}
.product-gallery--align-center .product-gallery__details,
.product-gallery--align-center .product-gallery__expand-container {
    align-items: center;
    text-align: center;
}
.product-gallery--align-right .product-gallery__details,
.product-gallery--align-right .product-gallery__expand-container {
    align-items: flex-end;
    text-align: right;
}
.product-gallery--style-bordered {
    padding: 1px 0 0 1px;
}
.product-gallery--style-bordered .product-gallery__content {
    border: 1px solid;
    flex: 1 0 auto;
    margin-left: -1px;
    margin-top: -1px;
    padding: 15px;
}
.product-gallery--style-bordered .product-sticker {
    right: -15px;
}
.product-gallery--style-clean {
    margin: -12px;
}
.product-gallery--style-clean .product-gallery__item {
    pointer-events: none;
}
.product-gallery--style-clean .product-gallery__content {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 11px 11px 15px;
    pointer-events: none;
}
.product-gallery--style-clean .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:hover {
    margin: -4px -4px 0;
    padding: 15px;
}
.product-gallery--style-clean .product-gallery__content > * {
    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: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, 0.12), 0 0 10px rgba(0, 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__expand-container,
.product-gallery--style-clean .product-gallery__expand-container {
    opacity: 0;
    transition: margin 0.3s ease, opacity 0.1s ease, visibility 0.3s ease;
    visibility: hidden;
}
.product-gallery--style-bordered .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__content:hover .product-gallery__expand-container {
    opacity: 1;
    transition: margin 0.3s ease, opacity 0.3s ease 0.1s, visibility 0.3s ease;
    visibility: visible;
}
.product-gallery--style-image-only {
    margin: -12px;
}
.product-gallery--style-image-only .product-gallery__item {
    pointer-events: none;
}
.product-gallery--style-image-only .product-gallery__item > .product-gallery__content {
    pointer-events: all;
}
.product-gallery--style-image-only .product-gallery__content {
    margin: 12px;
}
.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;
}
.jw-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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    opacity: 0;
    padding: 8%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.product-gallery--style-image-only .product-gallery__details {
    flex: 0 0 auto;
}
.product-gallery-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.25em;
}
.product-gallery-header .product-gallery-results {
    flex: 1 1 auto;
    margin-right: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-gallery-header .product-gallery-sorting-label {
    flex: 0 0 auto;
    margin-right: 0.5em;
}
.lt400 .product-gallery-header .product-gallery-sorting-label {
    display: none;
}
.product-gallery-header .product-gallery-sorting {
    flex: 0 0 auto;
}
.product-gallery-filter {
    margin-right: 20px;
    position: relative;
    white-space: nowrap;
}
.product-gallery-filter__button {
    background: none;
    border: none;
    font: inherit;
    padding: 0.25em 0;
}
.product-gallery-filter__button:hover {
    text-decoration: underline;
}
.product-gallery-filter__button:focus {
    outline: 1px dotted currentColor;
    outline: 1px solid #469fd5;
    outline-offset: 0;
    outline-offset: 2px;
}
.product-gallery-filter__button:focus:not(:focus-visible) {
    outline: none;
}
.product-gallery-filter__button--active {
    font-weight: 700;
}
.product-gallery-filter .jw-popover__content {
    max-width: 15em;
    width: auto !important;
}
.product-gallery-filter fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
.product-gallery-filter fieldset legend {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.filter-option {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-bottom: 0.5em;
}
.filter-option input[type="checkbox"] {
    flex: 0 0 auto;
    margin-right: 0.5em;
    min-height: 1.125em;
    min-width: 1.125em;
}
.filter-option__label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-option__count {
    display: inline-block;
    margin-left: 0.25em;
}
.product-page {
    margin-bottom: 1em;
    position: relative;
}
.product-page:after,
.product-page:before {
    content: " ";
    display: table;
}
.product-page:after {
    clear: both;
}
.product-page__container,
.product-page__image-container,
.product-page__top {
    box-sizing: border-box;
    width: calc(50% - 25px);
}
.lt800 .product-page__container,
.lt800 .product-page__image-container,
.lt800 .product-page__top {
    width: calc(50% - 12.5px);
}
.lt600 .product-page__container,
.lt600 .product-page__image-container,
.lt600 .product-page__top,
.product-page--no-images .product-page__container,
.product-page--no-images .product-page__image-container,
.product-page--no-images .product-page__top {
    float: none;
    width: 100%;
}
.product-page__image-container {
    float: left;
}
.product-page__container,
.product-page__top {
    float: right;
}
.product-page__top {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2em;
    row-gap: 10px;
}
.product-page__top .product-sticker {
    float: none;
    margin: 0;
}
.product-page__heading {
    word-wrap: break-word;
    max-width: 100%;
}
.product-page__heading.product-page__heading {
    margin: 0;
}
.product-page__image-container {
    margin-bottom: 2em;
    min-height: 100px;
}
.product-page__button-container,
.product-page__container,
.product-page__customization-container,
.product-page__price-container {
    margin-bottom: 2em;
}
.product-page .product__price {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 2em;
    line-height: 1.3em;
}
.product-page .product__price__price {
    font-weight: 700;
    order: 1;
}
.product-page .product__price__old-price {
    font-size: 0.75em;
    margin-left: 0.5em;
    opacity: 1;
    order: 2;
}
.product-page .product__price-disclaimer {
    font-size: 0.45em;
    order: 3;
    width: 100%;
}
.product-page .product__free-shipping-motivator {
    display: block;
    margin-top: 5px;
}
.product-page .product__free-shipping-motivator:empty {
    display: none;
}
.product-page__customization-container {
    display: flex;
    flex-direction: column;
}
.product-page__customization-container > * {
    margin-bottom: 1em;
}
.product-page__customization-container > :last-child {
    margin-bottom: 0;
}
.product-page__button-container {
    display: flex;
    flex-wrap: nowrap;
}
.product-page__button-container > * {
    margin: 0 0 0 0.5em;
}
.product-page__button-container > :first-child {
    margin-left: 0;
}
.lt600 .product-page__button-container .product__add-to-cart {
    flex-grow: 1;
}
.product-page__button-notice {
    color: #d9534f;
    margin: -1.5em 0 2em;
    width: 100%;
}
.product-page .product-quantity-input {
    margin: 0;
}
.product-page .product-quantity-input__label {
    display: none !important;
}
.product-page .product-quantity-input > label {
    display: flex;
    height: 100%;
}
.product-page .product-quantity-input__input,
.product-page .product-quantity-input__select {
    margin: 0;
    padding-right: 0;
    width: 4em !important;
}
.product-page__number-container {
    margin-bottom: 1em;
}
.product-page__description {
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 1em;
    padding-top: 1em;
}
.product-page__description > p:last-child {
    margin-bottom: 0;
}
.product-page__description:after,
.product-page__description:before {
    content: " ";
    display: table;
}
.product-page__description:after {
    clear: both;
}
.product-page__social {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 1.5em;
}
.product-page__content .jw-strip--color-default.jw-node-is-first-child {
    --strip-content-padding-block-start: 0;
}
.product-page__content .jw-strip--padding-both:not(:has(.jw-strip__content *)) {
    --strip-content-padding-block: 0;
}
.jw-pagination {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
.jw-pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jw-pagination li {
    height: 2.4em;
}
.jw-pagination li:before {
    align-items: center;
    display: inline-flex;
    height: 100%;
    padding: 0 0.5em;
}
.jw-pagination li.hidden + .jw-pagination__item:not(.hidden):before,
.lt400 .jw-pagination li.hidden-lt400 + .jw-pagination__item:not(.hidden-lt400):before {
    content: "бн";
}
.lt300 .jw-pagination li:before {
    content: none !important;
}
.jw-pagination__control--hidden {
    opacity: 0;
    visibility: hidden;
}
.jw-pagination__control:first-child {
    margin-right: 1em;
}
.jw-pagination__control:last-child {
    margin-left: 1em;
}
.jw-pagination .jw-btn {
    box-sizing: border-box;
    height: 100%;
    padding: 0 0.5em;
}
.jw-pagination__page,
.jw-pagination__small {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0 0.7em;
}
.jw-pagination__page {
    cursor: pointer;
}
.jw-pagination__page--active {
    font-weight: 700;
}
.jw-is-editor .jw-element-accordion {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jw-element-accordion .jw-element-accordion__item {
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
}
.jw-element-accordion .jw-element-accordion__heading {
    list-style: none;
    padding: 1.2rem 0;
    position: relative;
}
.jw-element-accordion .jw-element-accordion__heading::-webkit-details-marker,
.jw-element-accordion .jw-element-accordion__heading::marker {
    display: none;
}
.jw-element-accordion .jw-element-accordion__heading h2,
.jw-element-accordion .jw-element-accordion__heading h3,
.jw-element-accordion .jw-element-accordion__heading h4 {
    background: none;
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}
.jw-element-accordion .jw-element-accordion__heading h4 {
    font-weight: 700 !important;
}
.jw-element-accordion .jw-element-accordion__content--open-start {
    max-height: 0;
    overflow: hidden;
}
.jw-element-accordion .jw-element-accordion__content--open-active {
    max-height: var(--computedHeight);
    transition: max-height 0.2s ease-out;
}
.jw-element-accordion .jw-element-accordion__content--close-start {
    max-height: var(--computedHeight);
}
.jw-element-accordion .jw-element-accordion__content--close-active {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.jw-element-accordion--align-icon-right .jw-element-accordion__heading {
    padding-right: 4rem !important;
}
.jw-element-accordion--align-icon-right .jw-element-accordion__icon {
    right: 0.8rem;
}
.jw-element-accordion--align-icon-left .jw-element-accordion__heading {
    padding-left: 2.5rem !important;
}
.jw-element-accordion--align-icon-left .jw-element-accordion__icon {
    left: -7px;
}
.jw-element-accordion .jw-element-accordion__icon {
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.25s ease;
}
.jw-element-accordion .jw-element-accordion__icon.website-rendering-icon-right-open {
    transform: translateY(-50%) rotate(90deg);
}
.jw-element-accordion .jw-element-accordion__icon--plus {
    display: block;
    height: 1.2rem;
    margin: 0 0.4em;
    width: 1.2rem;
}
.jw-element-accordion .jw-element-accordion__icon--plus:after,
.jw-element-accordion .jw-element-accordion__icon--plus:before {
    background-color: currentColor;
    border-radius: 2px;
    content: "";
    position: absolute;
    transition: transform 0.25s ease-out;
}
.jw-element-accordion .jw-element-accordion__icon--plus:before {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.jw-element-accordion .jw-element-accordion__icon--plus:after {
    height: 2px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.jw-element-accordion .jw-element-accordion__item[open] .jw-element-accordion__icon.website-rendering-icon-right-open {
    transform: translateY(-50%) rotate(-90deg);
}
.jw-element-accordion .jw-element-accordion__item[open] .jw-element-accordion__icon--plus:before {
    transform: rotate(90deg);
}
.jw-element-accordion .jw-element-accordion__item[open] .jw-element-accordion__icon--plus:after {
    transform: rotate(180deg);
}
.jw-element-accordion .jw-element-accordion__content-wrap {
    padding: 1rem 0;
}
.jw-element-accordion--style-border .jw-element-accordion__item {
    border-bottom: 1px solid;
}
.jw-element-accordion--style-box {
    border-radius: 3px;
    overflow: hidden;
}
.jw-element-accordion--style-box .jw-element-accordion__heading {
    border-bottom: 1px solid;
    padding-left: 1rem;
    padding-right: 1rem;
}
.jw-element-accordion--style-box .jw-element-accordion__content {
    border: 1px solid;
    border-top: none;
}
.jw-element-accordion--style-box .jw-element-accordion__content-wrap {
    padding: 2rem 3.5rem;
}
.jw-element-accordion--style-box.jw-element-accordion--align-icon-left .jw-element-accordion__heading {
    padding-left: 4rem !important;
}
.jw-element-accordion--style-box.jw-element-accordion--align-icon-left .jw-element-accordion__icon {
    left: 1rem;
}
.jw-strip-root {
    margin: 0 !important;
}
.jw-strip {
    --strip-content-padding-block-start: 0;
    --strip-content-padding-block-end: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: [image content] minmax(0, 1fr);
    grid-template-rows: [image content] auto;
    position: relative;
    width: 100%;
}
.jw-strip__image-container {
    grid-area: image;
    position: relative;
}
.jw-strip__content-container {
    grid-area: content;
    padding: var(--strip-content-padding-block-start) var(--strip-content-padding-inline) var(--strip-content-padding-block-end);
}
.jw-strip__content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--simple-brick-max-width);
    position: relative;
    transition: max-width 0.3s ease 0.1s;
    width: 100%;
}
.jw-strips--align-left .jw-strip__content {
    margin-left: 0;
}
.jw-strip--primary {
    --strip-content-padding-block: var(--strip-content-padding-block--primary);
}
.jw-strip--padding-both {
    --strip-content-padding-block-start: var(--strip-content-padding-block);
    --strip-content-padding-block-end: var(--strip-content-padding-block);
}
.jw-strip--padding-start {
    --strip-content-padding-block-start: var(--strip-content-padding-block);
}
.jw-strip--padding-end {
    --strip-content-padding-block-end: var(--strip-content-padding-block);
}
.jw-strip__backdrop,
.jw-strip__image {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}
.jw-strip__image {
    -o-object-fit: cover;
    object-fit: cover;
}
.jw-strip__backdrop {
    pointer-events: none;
}
.jw-strip--style-split-image .jw-strip__content {
    max-width: calc(var(--simple-brick-max-width) / 2 - var(--strip-content-padding-inline--split-image));
}
.jw-strip--split-image-position-left {
    grid-template-columns: [image] minmax(0, 1fr) [content] minmax(0, 1fr);
}
.jw-strip--split-image-position-left .jw-strip__content-container {
    padding-left: var(--strip-content-padding-inline--split-image);
}
.jw-strip--split-image-position-left .jw-strip__content {
    margin-left: 0;
}
.jw-strip--split-image-position-right {
    grid-template-columns: [content] minmax(0, 1fr) [image] minmax(0, 1fr);
}
.jw-strip--split-image-position-right .jw-strip__content-container {
    padding-right: var(--strip-content-padding-inline--split-image);
}
.jw-strip--split-image-position-right .jw-strip__content {
    margin-right: 0;
}
.jw-strip--draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jw-strip--draggable .jw-strip__content {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    user-select: auto;
}
.jw-strip__width-hint {
    bottom: 0;
    left: 50%;
    max-width: var(--simple-brick-max-width);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: max-width 0.3s ease 0.1s;
    width: 100%;
}
.jw-strip__width-hint--fade {
    animation: stripWidthHintFadeOut 3s;
    animation-fill-mode: forwards;
}
.jw-strip__width-hint:after,
.jw-strip__width-hint:before {
    --limited-simple-brick-max-width: min(var(--simple-brick-max-width), var(--max-content-width, 999em));
    background-color: rgba(70, 159, 213, 0.5);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    transition: all ease;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    width: calc(50vw - min(var(--simple-brick-max-width), 999em) / 2);
    width: calc(50vw - var(--limited-simple-brick-max-width) / 2);
}
.jw-strip__width-hint:before {
    border-right: 2px solid rgba(70, 159, 213, 0.5);
    right: 100%;
}
.jw-strip__width-hint:after {
    border-left: 2px solid rgba(70, 159, 213, 0.5);
    left: 100%;
}
.jw-strips--align-left .jw-strip__width-hint {
    left: var(--strip-content-padding-inline);
    transform: none;
}
.jw-strips--align-left .jw-strip__width-hint:before {
    display: none;
}
.jw-strips--align-left .jw-strip__width-hint:after {
    width: calc(var(--simple-brick-max-width) + 50vw);
}
@keyframes stripWidthHintFadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.cart__items {
    margin-bottom: 1em;
}
.cart__overview {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
}
.lt600 .cart__overview {
    flex-direction: column;
}
.cart__overview-block {
    box-sizing: border-box;
    flex: 0 0 60%;
    margin: 0 0 1em;
    padding: 0 1em;
}
.lt600 .cart__overview-block {
    flex-basis: auto !important;
    order: 1;
}
.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 {
    flex: 1 0 auto;
}
.cart__overview-totals {
    flex-basis: 40%;
    margin-left: auto !important;
    min-width: 240px;
}
.lt600 .cart__overview-totals {
    flex-basis: auto;
    margin-left: 0 !important;
    min-width: 0;
    order: 0;
}
.cart__coupon-input,
.cart__shipping-estimation {
    margin-bottom: 1em;
}
.cart__coupon-input-error:not(:empty) {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
    margin-top: 1em;
}
.cart__coupon-input-warning:not(:empty) {
    background-color: #fff1c5;
    border-color: #fff1c5;
    color: #000;
    margin-top: 1em;
}
.cart-totals {
    margin-bottom: 1em;
}
.lt600 .cart-totals {
    margin-bottom: 0;
}
.cart-totals__row {
    align-items: center;
    display: flex;
    min-height: 2.3em;
}
.cart-totals__row--free_shipping_motivator .cart-totals__row-description {
    font-weight: bolder;
    margin: 0;
}
.cart-totals__row--free_shipping .cart-totals__row-price {
    font-weight: bolder;
    text-transform: uppercase;
}
.cart-totals__row--total,
.cart-totals__row--total_tax_hidden {
    align-items: flex-start;
    border-top: 1px solid;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 0.5em;
    padding-top: 0.5em;
}
.cart-totals__row--small,
.cart-totals__row--total:first-child,
.cart-totals__row--total_tax_hidden:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.cart-totals__row--small {
    align-items: center;
    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 {
    margin-left: 0;
    min-width: 6em;
}
.cart-totals__row--small:first-child {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0.5em;
}
.cart-totals__row--small:last-child {
    padding-bottom: 1em;
}
.cart-totals__row-description {
    flex: 0 1 auto;
    margin-right: 1em;
    min-width: 150px;
}
.cart-totals__row-description .jw-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;
}
#paypalButtons,
.accepted-payment-method-container {
    width: 200px;
}
@media (min-width: 620px) {
    #paypalButtons,
    .accepted-payment-method-container {
        width: 285px;
    }
}
.accepted-payment-method-container {
    margin-top: 2rem;
    text-align: right;
}
.accepted-payment-method {
    height: 3rem;
    margin: 0 0.15rem;
}
.inline-cart-no-content-message {
    text-align: center;
}
.cart-product-suggestions {
    margin-top: 5rem;
}
.jw-webshop-form .jw-element-form-input-text.cart__shipping-estimation-country {
    margin: 0 1em 1em 0;
    width: 200px;
}
@media (max-width: 620px) {
    .jw-webshop-form .jw-element-form-input-text.cart__shipping-estimation-country {
        width: 100%;
    }
}
.jw-webshop-form .jw-element-form-input-text.cart__shipping-estimation-method {
    margin-left: 0 !important;
    width: 200px;
}
@media (max-width: 620px) {
    .jw-webshop-form .jw-element-form-input-text.cart__shipping-estimation-method {
        width: 100%;
    }
}
.paypal-button {
    background: #ffc439;
    border: 0;
    border-radius: 1.2em;
    color: #111;
    line-height: 0;
    padding: 0.6em 3em;
}
.paypal-button:focus,
.paypal-button:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}
.paypal-button img {
    margin: 0;
}
.cart-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.cart-item:first-child {
    border-top-style: solid;
    border-top-width: 1px;
}
.cart-item__inner {
    align-items: center;
    display: flex;
    margin: 0 -1em;
    padding: 1em 0;
}
.lt600 .cart-item__inner {
    display: block;
    margin: 0;
    text-align: right;
}
.lt600 .cart-item__inner:after {
    clear: both;
    content: "";
    display: block;
}
.cart-item__image {
    box-sizing: border-box;
    flex: 0 1 auto;
    margin: 0 0 0 1em;
}
.cart-item__image img {
    float: left;
    max-height: 100px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60px;
}
.lt600 .cart-item__image {
    float: left;
    margin: 0;
    max-width: 60px;
    padding: 0;
    width: 16.66666667%;
}
.cart-item__image--placeholder {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}
.cart-item__image--placeholder img {
    height: 45px;
    width: 45px;
}
.cart-item__actions,
.cart-item__details {
    box-sizing: border-box;
    margin: 0.5em 0;
    padding: 0 1em;
}
.lt600 .cart-item__actions,
.lt600 .cart-item__details {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 1em;
    text-align: left;
    width: 83.33333333%;
}
.cart-item__details {
    flex: 1 1 50%;
    min-width: 0;
}
.cart-item__title {
    word-wrap: break-word;
    font-size: 1.2em;
    line-height: 1.2;
}
.cart-item__actions {
    flex: 0 0 40%;
    min-width: 240px;
}
.lt600 .cart-item__actions {
    min-width: 0;
}
.lt600 .cart-item__actions .product-quantity-input {
    margin-top: 0.5em;
}
.cart-item__amount-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lt600 .cart-item__amount-label {
    display: none;
}
.cart-item__price {
    flex: 1 0 auto;
    margin-left: 0.5em;
    text-align: right;
}
.product-quantity-input {
    display: block;
    margin-bottom: 0.5em;
}
.product-quantity-input--block .product-quantity-input__label {
    display: block;
}
.product-quantity-input__input,
.product-quantity-input__select {
    margin-left: 0.2em;
    width: 70px !important;
}
.product-quantity-input__remove {
    font-size: 1.2em;
}
.jw-issuer {
    margin-left: 0.5em;
    visibility: hidden;
}
.jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-issuer {
    visibility: visible;
}
.jw-toggle-block__button {
    visibility: hidden;
}
@media (max-width: 640px) {
    html .jw-body .jw-toggle-block__button {
        display: none;
    }
}
@supports (container-type: inline-size) {
    @container root (width <= 640px) {
        .jw-body .jw-toggle-block__button {
            display: none;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-toggle-block__button {
        display: none;
    }
}
@media (min-width: 641px) {
    html .jw-body .jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-issuer--has-value + .jw-toggle-block__button,
    html .jw-body .jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-toggle-block__title + .jw-toggle-block__button {
        visibility: visible;
    }
}
@supports (container-type: inline-size) {
    @container root (width > 640px) {
        .jw-body .jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-issuer--has-value + .jw-toggle-block__button,
        .jw-body .jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-toggle-block__title + .jw-toggle-block__button {
            visibility: visible;
        }
    }
}
@supports not (container-type: inline-size) {
    .jw-responsive-root:not(.lt640) .jw-body .jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-issuer--has-value + .jw-toggle-block__button,
    .jw-responsive-root:not(.lt640) .jw-body .jw-toggle-block__control:checked ~ .jw-toggle-block__label .jw-toggle-block__title + .jw-toggle-block__button {
        visibility: visible;
    }
}
.jw-steps {
    margin-bottom: 1em;
}
.jw-steps ol {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jw-steps li {
    display: flex;
    flex: 1 0 1px;
}
.jw-steps__step {
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    display: flex;
    flex-basis: 100%;
    height: 3em;
    justify-content: center;
    padding: 0 1em;
    position: relative;
    text-decoration: none;
}
a.jw-steps__step:focus,
a.jw-steps__step:hover {
    text-decoration: underline;
}
.jw-steps__step--selected {
    font-weight: 700;
}
li:first-child > .jw-steps__step {
    border-left-width: 1px;
    border-radius: 0.2em 0 0 0.2em;
}
li:last-child > .jw-steps__step {
    border-radius: 0 0.2em 0.2em 0;
}
li:last-child > .jw-steps__step:after,
li:last-child > .jw-steps__step:before {
    display: none;
}
.jw-steps__step:after,
.jw-steps__step:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
}
.jw-steps__step:before {
    border-color: inherit;
    border-style: solid;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    height: 0.84852814em;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    width: 0.84852814em;
}
.jw-steps__step:after {
    height: 100%;
    top: 0;
    width: 1px;
    z-index: 2;
}
.jw-steps__icon {
    margin-right: 0.2em;
}
.jw-checkout-form .jw-checkout-shipping-methods {
    border: 0;
    margin-top: 1em;
    margin-inline: auto;
    min-width: min(427px, 100%);
    padding: 0;
    width: 50%;
}
.jw-checkout-form .jw-checkout-shipping-methods legend {
    margin-bottom: 0.6em;
}
.jw-radio-select {
    --border-radius: 5px;
    align-content: center;
    margin-top: 1px;
    position: relative;
}
.jw-radio-select:before {
    border: 1px solid var(--w-border-color);
    border-radius: inherit;
    content: "";
    display: block;
    inset: -1px;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    z-index: var(--z-index-ring, 1);
}
.jw-radio-select:has(.jw-radio-select__input:checked) {
    --z-index-ring: 2;
    background: oklch(from var(--w-link-color) l c h/4%);
    border: 1px solid var(--w-link-color);
}
.jw-radio-select:has(.jw-radio-select__input:checked) .jw-radio-select__label {
    font-weight: 700;
}
.jw-radio-select:has(.jw-radio-select__input:checked) .jw-radio-select__child-content {
    display: block;
}
.jw-radio-select:focus-within {
    --z-index-ring: 2;
}
.jw-radio-select:focus-within:before {
    box-shadow: 0 0 5px 1px var(--w-link-color);
}
.jw-radio-select:first-of-type {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.jw-radio-select:last-of-type {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.jw-radio-select .jw-radio-select__child-content {
    display: none;
    padding: 1em;
}
.jw-radio-select .jw-radio-select__label {
    align-items: center;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    gap: 0.5em;
    min-height: 3em;
    padding: 1em;
}
.jw-radio-select .jw-radio-select__input {
    margin: 0.3em;
}
.jw-radio-select svg.jw-radio-select__icon {
    fill: var(--w-link-color);
    height: 24px;
    margin-left: auto;
    width: 24px;
}
.jw-radio-select address.jw-radio-select__child-content {
    padding-left: 3em;
}
.account-page {
    display: flex;
}
.lt800 .account-page {
    flex-direction: column;
}
.account-page__navigation {
    flex: 0 0 200px;
}
.lt800 .account-page__navigation {
    order: 1;
}
.account-page__content {
    flex: 1 1 auto;
}
.account-current-login {
    float: right;
    margin-top: 1.3em;
}
.account-navigation__title,
.jw-section .account-navigation__title {
    margin-top: 1.3em;
}
.account-navigation__item {
    padding: 0.15em 0;
}
.account-navigation__item--active {
    font-weight: 700;
}
@font-face {
    font-family: website-rendering;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/images/icons/fonts/website-rendering.eot);
    src: url(/assets/images/icons/fonts/website-rendering.eot) format("embedded-opentype"), url(/assets/images/icons/fonts/website-rendering.woff2) format("woff2"),
        url(/assets/images/icons/fonts/website-rendering.woff) format("woff"), url(/assets/images/icons/fonts/website-rendering.ttf) format("truetype"),
        url(/assets/images/icons/fonts/website-rendering.svg) format("svg");
}
[class*=" website-rendering-icon-"]:before,
[class^="website-rendering-icon-"]:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: website-rendering;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
.website-rendering-icon-twitter:before {
    content: "\e800";
}
.website-rendering-icon-facebook:before {
    content: "\e801";
}
.website-rendering-icon-star:before {
    content: "\e802";
}
.website-rendering-icon-pinterest:before {
    content: "\e803";
}
.website-rendering-icon-linkedin:before {
    content: "\e804";
}
.website-rendering-icon-help-circled:before {
    content: "\e805";
}
.website-rendering-icon-youtube:before {
    content: "\e806";
}
.website-rendering-icon-tumblr:before {
    content: "\e807";
}
.website-rendering-icon-location:before {
    content: "\e808";
}
.website-rendering-icon-mail:before {
    content: "\e809";
}
.website-rendering-icon-basket:before {
    content: "\e80a";
}
.website-rendering-icon-phone:before {
    content: "\e80b";
}
.website-rendering-icon-whatsapp:before {
    content: "\e80c";
}
.website-rendering-icon-left-open-big:before {
    content: "\e80d";
}
.website-rendering-icon-right-open-big:before {
    content: "\e80e";
}
.website-rendering-icon-search:before {
    content: "\e80f";
}
.website-rendering-icon-cancel:before {
    content: "\e810";
}
.website-rendering-icon-down-open-big:before {
    content: "\e811";
}
.website-rendering-icon-truck:before {
    content: "\e812";
}
.website-rendering-icon-credit-card:before {
    content: "\e813";
}
.website-rendering-icon-ok:before {
    content: "\e814";
}
.website-rendering-icon-google:before {
    content: "\e815";
}
.website-rendering-icon-star-empty:before {
    content: "\e816";
}
.website-rendering-icon-tiktok:before {
    content: "\e817";
}
.website-rendering-icon-tiktok-thin:before {
    content: "\e818";
}
.website-rendering-icon-whatsapp-thin:before {
    content: "\e819";
}
.website-rendering-icon-heart:before {
    content: "\e81a";
}
.website-rendering-icon-heart-empty:before {
    content: "\e81b";
}
.website-rendering-icon-facebook-thin:before {
    content: "\e81c";
}
.website-rendering-icon-instagram-thin:before {
    content: "\e81d";
}
.website-rendering-icon-linkedin-thin:before {
    content: "\e81e";
}
.website-rendering-icon-pinterest-thin:before {
    content: "\e81f";
}
.website-rendering-icon-tumblr-thin:before {
    content: "\e820";
}
.website-rendering-icon-twitter-thin:before {
    content: "\e821";
}
.website-rendering-icon-youtube-thin:before {
    content: "\e822";
}
.website-rendering-icon-x-logo:before {
    content: "\e823";
}
.website-rendering-icon-attention:before {
    content: "\e824";
}
.website-rendering-icon-discord:before {
    content: "\e82e";
}
.website-rendering-icon-download:before {
    content: "\e831";
}
.website-rendering-icon-link:before {
    content: "\e832";
}
.website-rendering-icon-left-open:before {
    content: "\e84a";
}
.website-rendering-icon-right-open:before {
    content: "\e84b";
}
.website-rendering-icon-user:before {
    content: "\e872";
}
.website-rendering-icon-reply:before {
    content: "\f02a";
}
.website-rendering-icon-cancel-circled:before {
    content: "\f06e";
}
.website-rendering-icon-info-circled:before {
    content: "\f085";
}
.website-rendering-icon-instagram:before {
    content: "\f16d";
}
.website-rendering-icon-id-card-o:before {
    content: "\f2c3";
}
.website-rendering-icon-telegram:before {
    content: "\f2c6";
}
/*# sourceMappingURL=styles.a0eba541a6ca4cdf6b95.css.map*/
